Skip to content

Commit

Permalink
Merge pull request #44 from upalatucci/export-clone
Browse files Browse the repository at this point in the history
Export clone model
  • Loading branch information
yaacov authored Nov 22, 2023
2 parents 3ee36ad + aa635f3 commit 8d51114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions console/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export * from './StorageProfileModel';
export * from './SubscriptionModel';
export * from './VirtualMachineClusterInstancetypeModel';
export * from './VirtualMachineInstancetypeModel';
export * from './VirtualMachineCloneModel';
export * from './VirtualMachinePreferenceModel';
export * from './VirtualMachineClusterPreferenceModel';
export * from './VirtualMachineInstanceMigrationModel';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubevirt-ui/kubevirt-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "kubevirt OpenAPI automation for TypeScript",
"files": [
"containerized-data-importer/*",
Expand Down

0 comments on commit 8d51114

Please sign in to comment.