@migration-planner-ui/api-client 0.0.35 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/LICENSE +13 -0
  2. package/dist/apis/AssessmentApi.d.ts +2 -2
  3. package/dist/apis/AssessmentApi.js +2 -2
  4. package/dist/apis/HealthApi.d.ts +2 -2
  5. package/dist/apis/HealthApi.js +2 -2
  6. package/dist/apis/ImageApi.d.ts +2 -2
  7. package/dist/apis/ImageApi.js +2 -2
  8. package/dist/apis/InfoApi.d.ts +2 -2
  9. package/dist/apis/InfoApi.js +2 -2
  10. package/dist/apis/JobApi.d.ts +2 -2
  11. package/dist/apis/JobApi.js +2 -2
  12. package/dist/apis/SourceApi.d.ts +2 -2
  13. package/dist/apis/SourceApi.js +2 -2
  14. package/dist/models/Agent.d.ts +2 -2
  15. package/dist/models/Agent.js +2 -2
  16. package/dist/models/AgentProxy.d.ts +2 -2
  17. package/dist/models/AgentProxy.js +2 -2
  18. package/dist/models/Assessment.d.ts +2 -2
  19. package/dist/models/Assessment.js +2 -2
  20. package/dist/models/AssessmentForm.d.ts +2 -2
  21. package/dist/models/AssessmentForm.js +2 -2
  22. package/dist/models/AssessmentUpdate.d.ts +2 -2
  23. package/dist/models/AssessmentUpdate.js +2 -2
  24. package/dist/models/Datastore.d.ts +2 -2
  25. package/dist/models/Datastore.js +2 -2
  26. package/dist/models/DiskSizeTierSummary.d.ts +2 -2
  27. package/dist/models/DiskSizeTierSummary.js +2 -2
  28. package/dist/models/DiskTypeSummary.d.ts +2 -2
  29. package/dist/models/DiskTypeSummary.js +2 -2
  30. package/dist/models/Histogram.d.ts +2 -2
  31. package/dist/models/Histogram.js +2 -2
  32. package/dist/models/Host.d.ts +2 -2
  33. package/dist/models/Host.js +2 -2
  34. package/dist/models/Info.d.ts +2 -2
  35. package/dist/models/Info.js +2 -2
  36. package/dist/models/Infra.d.ts +2 -2
  37. package/dist/models/Infra.js +2 -2
  38. package/dist/models/Inventory.d.ts +2 -2
  39. package/dist/models/Inventory.js +2 -2
  40. package/dist/models/InventoryData.d.ts +2 -2
  41. package/dist/models/InventoryData.js +2 -2
  42. package/dist/models/Ipv4Config.d.ts +2 -2
  43. package/dist/models/Ipv4Config.js +2 -2
  44. package/dist/models/Job.d.ts +2 -2
  45. package/dist/models/Job.js +2 -2
  46. package/dist/models/JobStatus.d.ts +2 -2
  47. package/dist/models/JobStatus.js +2 -2
  48. package/dist/models/Label.d.ts +2 -2
  49. package/dist/models/Label.js +2 -2
  50. package/dist/models/MigrationIssue.d.ts +2 -2
  51. package/dist/models/MigrationIssue.js +2 -2
  52. package/dist/models/ModelError.d.ts +2 -2
  53. package/dist/models/ModelError.js +2 -2
  54. package/dist/models/Network.d.ts +2 -2
  55. package/dist/models/Network.js +2 -2
  56. package/dist/models/OsInfo.d.ts +2 -2
  57. package/dist/models/OsInfo.js +2 -2
  58. package/dist/models/PresignedUrl.d.ts +2 -2
  59. package/dist/models/PresignedUrl.js +2 -2
  60. package/dist/models/Snapshot.d.ts +2 -2
  61. package/dist/models/Snapshot.js +2 -2
  62. package/dist/models/Source.d.ts +2 -2
  63. package/dist/models/Source.js +2 -2
  64. package/dist/models/SourceCreate.d.ts +2 -2
  65. package/dist/models/SourceCreate.js +2 -2
  66. package/dist/models/SourceInfra.d.ts +2 -2
  67. package/dist/models/SourceInfra.js +2 -2
  68. package/dist/models/SourceUpdate.d.ts +2 -2
  69. package/dist/models/SourceUpdate.js +2 -2
  70. package/dist/models/Status.d.ts +2 -2
  71. package/dist/models/Status.js +2 -2
  72. package/dist/models/UpdateInventory.d.ts +2 -2
  73. package/dist/models/UpdateInventory.js +2 -2
  74. package/dist/models/VCenter.d.ts +2 -2
  75. package/dist/models/VCenter.js +2 -2
  76. package/dist/models/VMResourceBreakdown.d.ts +2 -2
  77. package/dist/models/VMResourceBreakdown.js +2 -2
  78. package/dist/models/VMs.d.ts +10 -2
  79. package/dist/models/VMs.d.ts.map +1 -1
  80. package/dist/models/VMs.js +4 -2
  81. package/dist/models/VmNetwork.d.ts +2 -2
  82. package/dist/models/VmNetwork.js +2 -2
  83. package/dist/runtime.d.ts +2 -2
  84. package/dist/runtime.js +2 -2
  85. package/package.json +4 -2
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -76,6 +76,14 @@ export interface VMs {
76
76
  distributionByMemoryTier?: {
77
77
  [key: string]: number;
78
78
  };
79
+ /**
80
+ * Distribution of VMs by NIC count (e.g., "0", "1", "2", "3", "4+")
81
+ * @type {{ [key: string]: number; }}
82
+ * @memberof VMs
83
+ */
84
+ distributionByNicCount?: {
85
+ [key: string]: number;
86
+ };
79
87
  /**
80
88
  *
81
89
  * @type {VMResourceBreakdown}
@@ -1 +1 @@
1
- {"version":3,"file":"VMs.d.ts","sourceRoot":"","sources":["../../src/models/VMs.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAO1D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAO1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAOpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAO5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAQpE;;;;GAIG;AACH,MAAM,WAAW,GAAG;IAChB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,QAAQ,EAAE,mBAAmB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAAC;KAAE,CAAC;IACvD;;;;OAIG;IACH,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAAC;KAAE,CAAC;IAChD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACnD;;;;OAIG;IACH,wBAAwB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACtD;;;;OAIG;IACH,KAAK,EAAE,mBAAmB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,SAAS,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,GAAG,IAAI,CAAC;IAC/C;;;;;OAKG;IACH,EAAE,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACnD;;;;OAIG;IACH,iBAAiB,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,GAAG,CAWzD;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAE1C;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,GAAG,CAwB7E;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAExC;AAED,wBAAgB,cAAc,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAyB5F"}
1
+ {"version":3,"file":"VMs.d.ts","sourceRoot":"","sources":["../../src/models/VMs.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAO1D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAO1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAOpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAO5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAQpE;;;;GAIG;AACH,MAAM,WAAW,GAAG;IAChB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,QAAQ,EAAE,mBAAmB,CAAC;IAC9B;;;;OAIG;IACH,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,CAAC;KAAE,CAAC;IACvD;;;;OAIG;IACH,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAAC;KAAE,CAAC;IAChD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACnD;;;;OAIG;IACH,wBAAwB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACtD;;;;OAIG;IACH,sBAAsB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACpD;;;;OAIG;IACH,KAAK,EAAE,mBAAmB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,SAAS,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,GAAG,IAAI,CAAC;IAC/C;;;;;OAKG;IACH,EAAE,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACpC;;;;OAIG;IACH,oBAAoB,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACnD;;;;OAIG;IACH,iBAAiB,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,GAAG,CAWzD;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAE1C;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,GAAG,CAyB7E;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAExC;AAED,wBAAgB,cAAc,CAAC,KAAK,CAAC,EAAE,GAAG,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CA0B5F"}
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -57,6 +57,7 @@ export function VMsFromJSONTyped(json, ignoreDiscriminator) {
57
57
  'diskTypes': json['diskTypes'] == null ? undefined : (mapValues(json['diskTypes'], DiskTypeSummaryFromJSON)),
58
58
  'distributionByCpuTier': json['distributionByCpuTier'] == null ? undefined : json['distributionByCpuTier'],
59
59
  'distributionByMemoryTier': json['distributionByMemoryTier'] == null ? undefined : json['distributionByMemoryTier'],
60
+ 'distributionByNicCount': json['distributionByNicCount'] == null ? undefined : json['distributionByNicCount'],
60
61
  'ramGB': VMResourceBreakdownFromJSON(json['ramGB']),
61
62
  'diskGB': VMResourceBreakdownFromJSON(json['diskGB']),
62
63
  'diskCount': VMResourceBreakdownFromJSON(json['diskCount']),
@@ -84,6 +85,7 @@ export function VMsToJSONTyped(value, ignoreDiscriminator = false) {
84
85
  'diskTypes': value['diskTypes'] == null ? undefined : (mapValues(value['diskTypes'], DiskTypeSummaryToJSON)),
85
86
  'distributionByCpuTier': value['distributionByCpuTier'],
86
87
  'distributionByMemoryTier': value['distributionByMemoryTier'],
88
+ 'distributionByNicCount': value['distributionByNicCount'],
87
89
  'ramGB': VMResourceBreakdownToJSON(value['ramGB']),
88
90
  'diskGB': VMResourceBreakdownToJSON(value['diskGB']),
89
91
  'diskCount': VMResourceBreakdownToJSON(value['diskCount']),
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Migration Planner API
3
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
3
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
4
4
  *
5
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
5
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.js CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Migration Planner API
5
- * Based on: https://github.com/kubev2v/migration-planner/blob/e8c0ddb122bf87bd9fc79cba6e52d159a334f093/api/v1alpha1/openapi.yaml
5
+ * Based on: https://github.com/kubev2v/migration-planner/blob/bd435bf4e63611a5d609f7c918e85dd57830fccf/api/v1alpha1/openapi.yaml
6
6
  *
7
- * The version of the OpenAPI document: 0.4.0-e8c0ddb1
7
+ * The version of the OpenAPI document: 0.4.0-bd435bf4
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@migration-planner-ui/api-client",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "OpenAPI client for the Migration Planner API",
5
5
  "author": "Jonathan Kilzi <jkilzi@redhat.com>",
6
6
  "license": "Apache-2.0",
@@ -45,7 +45,9 @@
45
45
  "access": "public"
46
46
  },
47
47
  "files": [
48
- "dist"
48
+ "dist",
49
+ "README.md",
50
+ "LICENSE"
49
51
  ],
50
52
  "scripts": {
51
53
  "build": "yarn run -T tsc -b",