@openshift-migration-advisor/agent-sdk 0.12.0 → 0.16.0-f224c4e8e35b

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 (343) hide show
  1. package/.openapi-generator/FILES +78 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +78 -10
  4. package/dist/apis/DefaultApi.d.ts +1179 -102
  5. package/dist/apis/DefaultApi.js +1373 -189
  6. package/dist/esm/apis/DefaultApi.d.ts +1179 -102
  7. package/dist/esm/apis/DefaultApi.js +1352 -168
  8. package/dist/esm/models/AgentStatus.d.ts +1 -1
  9. package/dist/esm/models/AgentStatus.js +3 -3
  10. package/dist/esm/models/ApplicationListResponse.d.ts +33 -0
  11. package/dist/esm/models/ApplicationListResponse.js +44 -0
  12. package/dist/esm/models/ApplicationOverview.d.ts +51 -0
  13. package/dist/esm/models/ApplicationOverview.js +56 -0
  14. package/dist/esm/models/ApplicationVM.d.ts +38 -0
  15. package/dist/esm/models/ApplicationVM.js +47 -0
  16. package/dist/esm/models/BenchmarkRun.d.ts +104 -0
  17. package/dist/esm/models/BenchmarkRun.js +85 -0
  18. package/dist/esm/models/CapabilityStatus.d.ts +33 -0
  19. package/dist/esm/models/CapabilityStatus.js +44 -0
  20. package/dist/esm/models/CapabilityStatusCapabilities.d.ts +45 -0
  21. package/dist/esm/models/CapabilityStatusCapabilities.js +52 -0
  22. package/dist/esm/models/ClusterFeatures.d.ts +54 -0
  23. package/dist/esm/models/ClusterFeatures.js +54 -0
  24. package/dist/esm/models/ClusterUtilization.d.ts +68 -0
  25. package/dist/esm/models/ClusterUtilization.js +67 -0
  26. package/dist/esm/models/CollectorStartRequest.d.ts +18 -6
  27. package/dist/esm/models/CollectorStartRequest.js +7 -9
  28. package/dist/esm/models/CreateGroupRequest.d.ts +0 -6
  29. package/dist/esm/models/CreateGroupRequest.js +0 -2
  30. package/dist/esm/models/CredentialStatus.d.ts +44 -0
  31. package/dist/esm/models/CredentialStatus.js +51 -0
  32. package/dist/esm/models/DatastoreDetail.d.ts +90 -0
  33. package/dist/esm/models/DatastoreDetail.js +74 -0
  34. package/dist/esm/models/DatastorePair.d.ts +50 -0
  35. package/dist/esm/models/DatastorePair.js +53 -0
  36. package/dist/esm/models/DeleteLabelGloballyResponse.d.ts +38 -0
  37. package/dist/esm/models/DeleteLabelGloballyResponse.js +47 -0
  38. package/dist/esm/models/EstimateRange.d.ts +44 -0
  39. package/dist/esm/models/EstimateRange.js +45 -0
  40. package/dist/esm/models/ExportInventory400Response.d.ts +32 -0
  41. package/dist/esm/models/ExportInventory400Response.js +41 -0
  42. package/dist/esm/models/ExportInventory500Response.d.ts +32 -0
  43. package/dist/esm/models/ExportInventory500Response.js +41 -0
  44. package/dist/esm/models/ForecastStats.d.ts +87 -0
  45. package/dist/esm/models/ForecastStats.js +64 -0
  46. package/dist/esm/models/ForecasterDatastoresRequest.d.ts +33 -0
  47. package/dist/esm/models/ForecasterDatastoresRequest.js +42 -0
  48. package/dist/esm/models/ForecasterPairStatus.d.ts +98 -0
  49. package/dist/esm/models/ForecasterPairStatus.js +82 -0
  50. package/dist/esm/models/ForecasterStartRequest.d.ts +58 -0
  51. package/dist/esm/models/ForecasterStartRequest.js +53 -0
  52. package/dist/esm/models/ForecasterStatus.d.ts +47 -0
  53. package/dist/esm/models/ForecasterStatus.js +53 -0
  54. package/dist/esm/models/Group.d.ts +0 -6
  55. package/dist/esm/models/Group.js +0 -2
  56. package/dist/esm/models/GroupResponse.d.ts +7 -0
  57. package/dist/esm/models/GroupResponse.js +3 -0
  58. package/dist/esm/models/InspectorStatus.d.ts +0 -17
  59. package/dist/esm/models/InspectorStatus.js +1 -10
  60. package/dist/esm/models/Inventory.d.ts +7 -1
  61. package/dist/esm/models/Inventory.js +5 -3
  62. package/dist/esm/models/InventoryData.d.ts +14 -0
  63. package/dist/esm/models/InventoryData.js +6 -0
  64. package/dist/esm/models/OperationCapability.d.ts +38 -0
  65. package/dist/esm/models/OperationCapability.js +45 -0
  66. package/dist/esm/models/PairCapability.d.ts +60 -0
  67. package/dist/esm/models/PairCapability.js +64 -0
  68. package/dist/esm/models/PairCapabilityRequest.d.ts +40 -0
  69. package/dist/esm/models/PairCapabilityRequest.js +47 -0
  70. package/dist/esm/models/PutForecasterCredentials403Response.d.ts +38 -0
  71. package/dist/esm/models/PutForecasterCredentials403Response.js +43 -0
  72. package/dist/esm/models/RightsizingClusterListResponse.d.ts +39 -0
  73. package/dist/esm/models/RightsizingClusterListResponse.js +48 -0
  74. package/dist/esm/models/RightsizingClusterResponse.d.ts +39 -0
  75. package/dist/esm/models/RightsizingClusterResponse.js +48 -0
  76. package/dist/esm/models/RightsizingClusterUtilization.d.ts +112 -0
  77. package/dist/esm/models/RightsizingClusterUtilization.js +95 -0
  78. package/dist/esm/models/RightsizingCollectRequest.d.ts +70 -0
  79. package/dist/esm/models/RightsizingCollectRequest.js +56 -0
  80. package/dist/esm/models/RightsizingMetricStats.d.ts +62 -0
  81. package/dist/esm/models/RightsizingMetricStats.js +63 -0
  82. package/dist/esm/models/RightsizingReport.d.ts +81 -0
  83. package/dist/esm/models/RightsizingReport.js +76 -0
  84. package/dist/esm/models/RightsizingReportListResponse.d.ts +39 -0
  85. package/dist/esm/models/RightsizingReportListResponse.js +48 -0
  86. package/dist/esm/models/RightsizingReportSummary.d.ts +74 -0
  87. package/dist/esm/models/RightsizingReportSummary.js +71 -0
  88. package/dist/esm/models/RightsizingVMReport.d.ts +53 -0
  89. package/dist/esm/models/RightsizingVMReport.js +57 -0
  90. package/dist/esm/models/StartInspectionRequest.d.ts +8 -1
  91. package/dist/esm/models/StartInspectionRequest.js +3 -0
  92. package/dist/esm/models/StopForecasterPair202Response.d.ts +45 -0
  93. package/dist/esm/models/StopForecasterPair202Response.js +49 -0
  94. package/dist/esm/models/UpdateGroupRequest.d.ts +0 -6
  95. package/dist/esm/models/UpdateGroupRequest.js +0 -2
  96. package/dist/esm/models/UpdateLabelVMsRequest.d.ts +38 -0
  97. package/dist/esm/models/UpdateLabelVMsRequest.js +43 -0
  98. package/dist/esm/models/VMFilterOptionsResponse.d.ts +56 -0
  99. package/dist/esm/models/VMFilterOptionsResponse.js +59 -0
  100. package/dist/esm/models/VMLabelsResponse.d.ts +38 -0
  101. package/dist/esm/models/VMLabelsResponse.js +47 -0
  102. package/dist/esm/models/VMNIC.d.ts +12 -0
  103. package/dist/esm/models/VMNIC.js +4 -0
  104. package/dist/esm/models/VcenterCredentials.d.ts +12 -0
  105. package/dist/esm/models/VcenterCredentials.js +4 -0
  106. package/dist/esm/models/VirtualMachine.d.ts +50 -2
  107. package/dist/esm/models/VirtualMachine.js +18 -2
  108. package/dist/esm/models/VirtualMachineDetail.d.ts +19 -0
  109. package/dist/esm/models/VirtualMachineDetail.js +7 -0
  110. package/dist/esm/models/VirtualMachineUpdateRequest.d.ts +38 -0
  111. package/dist/esm/models/VirtualMachineUpdateRequest.js +43 -0
  112. package/dist/esm/models/VmInspectionStatus.d.ts +6 -0
  113. package/dist/esm/models/VmInspectionStatus.js +4 -0
  114. package/dist/esm/models/VmUtilizationDetails.d.ts +116 -0
  115. package/dist/esm/models/VmUtilizationDetails.js +99 -0
  116. package/dist/esm/models/index.d.ts +39 -0
  117. package/dist/esm/models/index.js +39 -0
  118. package/dist/esm/runtime.js +2 -1
  119. package/dist/models/AgentStatus.d.ts +1 -1
  120. package/dist/models/AgentStatus.js +3 -3
  121. package/dist/models/ApplicationListResponse.d.ts +33 -0
  122. package/dist/models/ApplicationListResponse.js +51 -0
  123. package/dist/models/ApplicationOverview.d.ts +51 -0
  124. package/dist/models/ApplicationOverview.js +63 -0
  125. package/dist/models/ApplicationVM.d.ts +38 -0
  126. package/dist/models/ApplicationVM.js +54 -0
  127. package/dist/models/BenchmarkRun.d.ts +104 -0
  128. package/dist/models/BenchmarkRun.js +92 -0
  129. package/dist/models/CapabilityStatus.d.ts +33 -0
  130. package/dist/models/CapabilityStatus.js +51 -0
  131. package/dist/models/CapabilityStatusCapabilities.d.ts +45 -0
  132. package/dist/models/CapabilityStatusCapabilities.js +59 -0
  133. package/dist/models/ClusterFeatures.d.ts +54 -0
  134. package/dist/models/ClusterFeatures.js +62 -0
  135. package/dist/models/ClusterUtilization.d.ts +68 -0
  136. package/dist/models/ClusterUtilization.js +74 -0
  137. package/dist/models/CollectorStartRequest.d.ts +18 -6
  138. package/dist/models/CollectorStartRequest.js +7 -9
  139. package/dist/models/CreateGroupRequest.d.ts +0 -6
  140. package/dist/models/CreateGroupRequest.js +0 -2
  141. package/dist/models/CredentialStatus.d.ts +44 -0
  142. package/dist/models/CredentialStatus.js +58 -0
  143. package/dist/models/DatastoreDetail.d.ts +90 -0
  144. package/dist/models/DatastoreDetail.js +82 -0
  145. package/dist/models/DatastorePair.d.ts +50 -0
  146. package/dist/models/DatastorePair.js +60 -0
  147. package/dist/models/DeleteLabelGloballyResponse.d.ts +38 -0
  148. package/dist/models/DeleteLabelGloballyResponse.js +54 -0
  149. package/dist/models/EstimateRange.d.ts +44 -0
  150. package/dist/models/EstimateRange.js +52 -0
  151. package/dist/models/ExportInventory400Response.d.ts +32 -0
  152. package/dist/models/ExportInventory400Response.js +48 -0
  153. package/dist/models/ExportInventory500Response.d.ts +32 -0
  154. package/dist/models/ExportInventory500Response.js +48 -0
  155. package/dist/models/ForecastStats.d.ts +87 -0
  156. package/dist/models/ForecastStats.js +71 -0
  157. package/dist/models/ForecasterDatastoresRequest.d.ts +33 -0
  158. package/dist/models/ForecasterDatastoresRequest.js +49 -0
  159. package/dist/models/ForecasterPairStatus.d.ts +98 -0
  160. package/dist/models/ForecasterPairStatus.js +90 -0
  161. package/dist/models/ForecasterStartRequest.d.ts +58 -0
  162. package/dist/models/ForecasterStartRequest.js +60 -0
  163. package/dist/models/ForecasterStatus.d.ts +47 -0
  164. package/dist/models/ForecasterStatus.js +61 -0
  165. package/dist/models/Group.d.ts +0 -6
  166. package/dist/models/Group.js +0 -2
  167. package/dist/models/GroupResponse.d.ts +7 -0
  168. package/dist/models/GroupResponse.js +3 -0
  169. package/dist/models/InspectorStatus.d.ts +0 -17
  170. package/dist/models/InspectorStatus.js +1 -10
  171. package/dist/models/Inventory.d.ts +7 -1
  172. package/dist/models/Inventory.js +5 -3
  173. package/dist/models/InventoryData.d.ts +14 -0
  174. package/dist/models/InventoryData.js +6 -0
  175. package/dist/models/OperationCapability.d.ts +38 -0
  176. package/dist/models/OperationCapability.js +52 -0
  177. package/dist/models/PairCapability.d.ts +60 -0
  178. package/dist/models/PairCapability.js +72 -0
  179. package/dist/models/PairCapabilityRequest.d.ts +40 -0
  180. package/dist/models/PairCapabilityRequest.js +54 -0
  181. package/dist/models/PutForecasterCredentials403Response.d.ts +38 -0
  182. package/dist/models/PutForecasterCredentials403Response.js +50 -0
  183. package/dist/models/RightsizingClusterListResponse.d.ts +39 -0
  184. package/dist/models/RightsizingClusterListResponse.js +55 -0
  185. package/dist/models/RightsizingClusterResponse.d.ts +39 -0
  186. package/dist/models/RightsizingClusterResponse.js +55 -0
  187. package/dist/models/RightsizingClusterUtilization.d.ts +112 -0
  188. package/dist/models/RightsizingClusterUtilization.js +102 -0
  189. package/dist/models/RightsizingCollectRequest.d.ts +70 -0
  190. package/dist/models/RightsizingCollectRequest.js +63 -0
  191. package/dist/models/RightsizingMetricStats.d.ts +62 -0
  192. package/dist/models/RightsizingMetricStats.js +70 -0
  193. package/dist/models/RightsizingReport.d.ts +81 -0
  194. package/dist/models/RightsizingReport.js +83 -0
  195. package/dist/models/RightsizingReportListResponse.d.ts +39 -0
  196. package/dist/models/RightsizingReportListResponse.js +55 -0
  197. package/dist/models/RightsizingReportSummary.d.ts +74 -0
  198. package/dist/models/RightsizingReportSummary.js +78 -0
  199. package/dist/models/RightsizingVMReport.d.ts +53 -0
  200. package/dist/models/RightsizingVMReport.js +64 -0
  201. package/dist/models/StartInspectionRequest.d.ts +8 -1
  202. package/dist/models/StartInspectionRequest.js +3 -0
  203. package/dist/models/StopForecasterPair202Response.d.ts +45 -0
  204. package/dist/models/StopForecasterPair202Response.js +57 -0
  205. package/dist/models/UpdateGroupRequest.d.ts +0 -6
  206. package/dist/models/UpdateGroupRequest.js +0 -2
  207. package/dist/models/UpdateLabelVMsRequest.d.ts +38 -0
  208. package/dist/models/UpdateLabelVMsRequest.js +50 -0
  209. package/dist/models/VMFilterOptionsResponse.d.ts +56 -0
  210. package/dist/models/VMFilterOptionsResponse.js +66 -0
  211. package/dist/models/VMLabelsResponse.d.ts +38 -0
  212. package/dist/models/VMLabelsResponse.js +54 -0
  213. package/dist/models/VMNIC.d.ts +12 -0
  214. package/dist/models/VMNIC.js +4 -0
  215. package/dist/models/VcenterCredentials.d.ts +12 -0
  216. package/dist/models/VcenterCredentials.js +4 -0
  217. package/dist/models/VirtualMachine.d.ts +50 -2
  218. package/dist/models/VirtualMachine.js +18 -2
  219. package/dist/models/VirtualMachineDetail.d.ts +19 -0
  220. package/dist/models/VirtualMachineDetail.js +7 -0
  221. package/dist/models/VirtualMachineUpdateRequest.d.ts +38 -0
  222. package/dist/models/VirtualMachineUpdateRequest.js +50 -0
  223. package/dist/models/VmInspectionStatus.d.ts +6 -0
  224. package/dist/models/VmInspectionStatus.js +4 -0
  225. package/dist/models/VmUtilizationDetails.d.ts +116 -0
  226. package/dist/models/VmUtilizationDetails.js +106 -0
  227. package/dist/models/index.d.ts +39 -0
  228. package/dist/models/index.js +39 -0
  229. package/dist/runtime.js +2 -1
  230. package/docs/AgentStatus.md +2 -2
  231. package/docs/ApplicationListResponse.md +34 -0
  232. package/docs/ApplicationOverview.md +40 -0
  233. package/docs/ApplicationVM.md +36 -0
  234. package/docs/BenchmarkRun.md +58 -0
  235. package/docs/CapabilityStatus.md +34 -0
  236. package/docs/CapabilityStatusCapabilities.md +38 -0
  237. package/docs/ClusterFeatures.md +38 -0
  238. package/docs/ClusterUtilization.md +46 -0
  239. package/docs/CollectorStartRequest.md +5 -0
  240. package/docs/CreateGroupRequest.md +0 -2
  241. package/docs/CredentialStatus.md +38 -0
  242. package/docs/DatastoreDetail.md +50 -0
  243. package/docs/DatastorePair.md +40 -0
  244. package/docs/DefaultApi.md +2255 -319
  245. package/docs/DeleteLabelGloballyResponse.md +36 -0
  246. package/docs/EstimateRange.md +39 -0
  247. package/docs/ExportInventory400Response.md +34 -0
  248. package/docs/ExportInventory500Response.md +34 -0
  249. package/docs/ForecastStats.md +52 -0
  250. package/docs/ForecasterDatastoresRequest.md +34 -0
  251. package/docs/ForecasterPairStatus.md +52 -0
  252. package/docs/ForecasterStartRequest.md +42 -0
  253. package/docs/ForecasterStatus.md +36 -0
  254. package/docs/GetInventory200Response.md +4 -2
  255. package/docs/Group.md +0 -2
  256. package/docs/GroupResponse.md +2 -0
  257. package/docs/InspectorStatus.md +0 -4
  258. package/docs/Inventory.md +4 -2
  259. package/docs/InventoryData.md +4 -0
  260. package/docs/OperationCapability.md +36 -0
  261. package/docs/PairCapability.md +40 -0
  262. package/docs/PairCapabilityRequest.md +36 -0
  263. package/docs/PutForecasterCredentials403Response.md +36 -0
  264. package/docs/RightsizingClusterListResponse.md +36 -0
  265. package/docs/RightsizingClusterResponse.md +36 -0
  266. package/docs/RightsizingClusterUtilization.md +60 -0
  267. package/docs/RightsizingCollectRequest.md +46 -0
  268. package/docs/RightsizingMetricStats.md +44 -0
  269. package/docs/RightsizingReport.md +50 -0
  270. package/docs/RightsizingReportListResponse.md +36 -0
  271. package/docs/RightsizingReportSummary.md +49 -0
  272. package/docs/RightsizingVMReport.md +40 -0
  273. package/docs/StartInspectionRequest.md +3 -1
  274. package/docs/StopForecasterPair202Response.md +36 -0
  275. package/docs/UpdateGroupRequest.md +0 -2
  276. package/docs/UpdateLabelVMsRequest.md +36 -0
  277. package/docs/VMFilterOptionsResponse.md +42 -0
  278. package/docs/VMLabelsResponse.md +36 -0
  279. package/docs/VMNIC.md +4 -0
  280. package/docs/VcenterCredentials.md +4 -0
  281. package/docs/VirtualMachine.md +18 -2
  282. package/docs/VirtualMachineDetail.md +6 -0
  283. package/docs/VirtualMachineUpdateRequest.md +36 -0
  284. package/docs/VmInspectionStatus.md +2 -0
  285. package/docs/VmUtilizationDetails.md +62 -0
  286. package/package.json +1 -1
  287. package/src/apis/DefaultApi.ts +2657 -440
  288. package/src/models/AgentStatus.ts +4 -4
  289. package/src/models/ApplicationListResponse.ts +74 -0
  290. package/src/models/ApplicationOverview.ts +101 -0
  291. package/src/models/ApplicationVM.ts +75 -0
  292. package/src/models/BenchmarkRun.ts +171 -0
  293. package/src/models/CapabilityStatus.ts +74 -0
  294. package/src/models/CapabilityStatusCapabilities.ts +92 -0
  295. package/src/models/ClusterFeatures.ts +94 -0
  296. package/src/models/ClusterUtilization.ts +120 -0
  297. package/src/models/CollectorStartRequest.ts +25 -12
  298. package/src/models/CreateGroupRequest.ts +0 -8
  299. package/src/models/CredentialStatus.ts +84 -0
  300. package/src/models/DatastoreDetail.ts +146 -0
  301. package/src/models/DatastorePair.ts +92 -0
  302. package/src/models/DeleteLabelGloballyResponse.ts +75 -0
  303. package/src/models/EstimateRange.ts +81 -0
  304. package/src/models/ExportInventory400Response.ts +65 -0
  305. package/src/models/ExportInventory500Response.ts +65 -0
  306. package/src/models/ForecastStats.ts +147 -0
  307. package/src/models/ForecasterDatastoresRequest.ts +73 -0
  308. package/src/models/ForecasterPairStatus.ts +158 -0
  309. package/src/models/ForecasterStartRequest.ts +113 -0
  310. package/src/models/ForecasterStatus.ts +93 -0
  311. package/src/models/Group.ts +0 -8
  312. package/src/models/GroupResponse.ts +15 -0
  313. package/src/models/InspectorStatus.ts +1 -28
  314. package/src/models/Inventory.ts +12 -4
  315. package/src/models/InventoryData.ts +30 -0
  316. package/src/models/OperationCapability.ts +74 -0
  317. package/src/models/PairCapability.ts +106 -0
  318. package/src/models/PairCapabilityRequest.ts +89 -0
  319. package/src/models/PutForecasterCredentials403Response.ts +73 -0
  320. package/src/models/RightsizingClusterListResponse.ts +83 -0
  321. package/src/models/RightsizingClusterResponse.ts +83 -0
  322. package/src/models/RightsizingClusterUtilization.ts +185 -0
  323. package/src/models/RightsizingCollectRequest.ts +123 -0
  324. package/src/models/RightsizingMetricStats.ts +111 -0
  325. package/src/models/RightsizingReport.ts +146 -0
  326. package/src/models/RightsizingReportListResponse.ts +83 -0
  327. package/src/models/RightsizingReportSummary.ts +129 -0
  328. package/src/models/RightsizingVMReport.ts +101 -0
  329. package/src/models/StartInspectionRequest.ts +17 -1
  330. package/src/models/StopForecasterPair202Response.ts +83 -0
  331. package/src/models/UpdateGroupRequest.ts +0 -8
  332. package/src/models/UpdateLabelVMsRequest.ts +73 -0
  333. package/src/models/VMFilterOptionsResponse.ts +102 -0
  334. package/src/models/VMLabelsResponse.ts +75 -0
  335. package/src/models/VMNIC.ts +16 -0
  336. package/src/models/VcenterCredentials.ts +16 -0
  337. package/src/models/VirtualMachine.ts +68 -4
  338. package/src/models/VirtualMachineDetail.ts +31 -0
  339. package/src/models/VirtualMachineUpdateRequest.ts +73 -0
  340. package/src/models/VmInspectionStatus.ts +9 -0
  341. package/src/models/VmUtilizationDetails.ts +192 -0
  342. package/src/models/index.ts +39 -0
  343. package/src/runtime.ts +1 -2
@@ -2,12 +2,32 @@
2
2
  /* eslint-disable */
3
3
  export * from './AgentModeRequest.js';
4
4
  export * from './AgentStatus.js';
5
+ export * from './ApplicationListResponse.js';
6
+ export * from './ApplicationOverview.js';
7
+ export * from './ApplicationVM.js';
8
+ export * from './BenchmarkRun.js';
9
+ export * from './CapabilityStatus.js';
10
+ export * from './CapabilityStatusCapabilities.js';
11
+ export * from './ClusterFeatures.js';
12
+ export * from './ClusterUtilization.js';
5
13
  export * from './CollectorStartRequest.js';
6
14
  export * from './CollectorStatus.js';
7
15
  export * from './CreateGroupRequest.js';
16
+ export * from './CredentialStatus.js';
8
17
  export * from './Datastore.js';
18
+ export * from './DatastoreDetail.js';
19
+ export * from './DatastorePair.js';
20
+ export * from './DeleteLabelGloballyResponse.js';
9
21
  export * from './DiskSizeTierSummary.js';
10
22
  export * from './DiskTypeSummary.js';
23
+ export * from './EstimateRange.js';
24
+ export * from './ExportInventory400Response.js';
25
+ export * from './ExportInventory500Response.js';
26
+ export * from './ForecastStats.js';
27
+ export * from './ForecasterDatastoresRequest.js';
28
+ export * from './ForecasterPairStatus.js';
29
+ export * from './ForecasterStartRequest.js';
30
+ export * from './ForecasterStatus.js';
11
31
  export * from './GetInventory200Response.js';
12
32
  export * from './Group.js';
13
33
  export * from './GroupListResponse.js';
@@ -21,14 +41,31 @@ export * from './Inventory.js';
21
41
  export * from './InventoryData.js';
22
42
  export * from './MigrationIssue.js';
23
43
  export * from './Network.js';
44
+ export * from './OperationCapability.js';
24
45
  export * from './OsInfo.js';
46
+ export * from './PairCapability.js';
47
+ export * from './PairCapabilityRequest.js';
48
+ export * from './PutForecasterCredentials403Response.js';
49
+ export * from './RightsizingClusterListResponse.js';
50
+ export * from './RightsizingClusterResponse.js';
51
+ export * from './RightsizingClusterUtilization.js';
52
+ export * from './RightsizingCollectRequest.js';
53
+ export * from './RightsizingMetricStats.js';
54
+ export * from './RightsizingReport.js';
55
+ export * from './RightsizingReportListResponse.js';
56
+ export * from './RightsizingReportSummary.js';
57
+ export * from './RightsizingVMReport.js';
25
58
  export * from './StartInspectionRequest.js';
59
+ export * from './StopForecasterPair202Response.js';
26
60
  export * from './UpdateGroupRequest.js';
27
61
  export * from './UpdateInventory.js';
62
+ export * from './UpdateLabelVMsRequest.js';
28
63
  export * from './VCenter.js';
29
64
  export * from './VMDevice.js';
30
65
  export * from './VMDisk.js';
66
+ export * from './VMFilterOptionsResponse.js';
31
67
  export * from './VMIssue.js';
68
+ export * from './VMLabelsResponse.js';
32
69
  export * from './VMNIC.js';
33
70
  export * from './VMResourceBreakdown.js';
34
71
  export * from './VMs.js';
@@ -38,6 +75,8 @@ export * from './VersionInfo.js';
38
75
  export * from './VirtualMachine.js';
39
76
  export * from './VirtualMachineDetail.js';
40
77
  export * from './VirtualMachineListResponse.js';
78
+ export * from './VirtualMachineUpdateRequest.js';
41
79
  export * from './VmInspectionConcern.js';
42
80
  export * from './VmInspectionResults.js';
43
81
  export * from './VmInspectionStatus.js';
82
+ export * from './VmUtilizationDetails.js';
@@ -297,8 +297,9 @@ export function mapValues(data, fn) {
297
297
  return result;
298
298
  }
299
299
  export function canConsumeForm(consumes) {
300
+ var _a;
300
301
  for (const consume of consumes) {
301
- if ('multipart/form-data' === consume.contentType) {
302
+ if (((_a = consume.contentType) === null || _a === void 0 ? void 0 : _a.startsWith('multipart/form-data')) == true) {
302
303
  return true;
303
304
  }
304
305
  }
@@ -26,7 +26,7 @@ export interface AgentStatus {
26
26
  * @type {AgentStatusConsoleConnectionEnum}
27
27
  * @memberof AgentStatus
28
28
  */
29
- consoleConnection: AgentStatusConsoleConnectionEnum;
29
+ console_connection: AgentStatusConsoleConnectionEnum;
30
30
  /**
31
31
  * Connection error description
32
32
  * @type {string}
@@ -39,7 +39,7 @@ exports.AgentStatusConsoleConnectionEnum = {
39
39
  function instanceOfAgentStatus(value) {
40
40
  if (!('mode' in value) || value['mode'] === undefined)
41
41
  return false;
42
- if (!('consoleConnection' in value) || value['consoleConnection'] === undefined)
42
+ if (!('console_connection' in value) || value['console_connection'] === undefined)
43
43
  return false;
44
44
  return true;
45
45
  }
@@ -52,7 +52,7 @@ function AgentStatusFromJSONTyped(json, ignoreDiscriminator) {
52
52
  }
53
53
  return {
54
54
  'mode': json['mode'],
55
- 'consoleConnection': json['console_connection'],
55
+ 'console_connection': json['console_connection'],
56
56
  'error': json['error'] == null ? undefined : json['error'],
57
57
  };
58
58
  }
@@ -65,7 +65,7 @@ function AgentStatusToJSONTyped(value, ignoreDiscriminator = false) {
65
65
  }
66
66
  return {
67
67
  'mode': value['mode'],
68
- 'console_connection': value['consoleConnection'],
68
+ 'console_connection': value['console_connection'],
69
69
  'error': value['error'],
70
70
  };
71
71
  }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ApplicationOverview } from './ApplicationOverview.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ApplicationListResponse
17
+ */
18
+ export interface ApplicationListResponse {
19
+ /**
20
+ *
21
+ * @type {Array<ApplicationOverview>}
22
+ * @memberof ApplicationListResponse
23
+ */
24
+ applications: Array<ApplicationOverview>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ApplicationListResponse interface.
28
+ */
29
+ export declare function instanceOfApplicationListResponse(value: object): value is ApplicationListResponse;
30
+ export declare function ApplicationListResponseFromJSON(json: any): ApplicationListResponse;
31
+ export declare function ApplicationListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApplicationListResponse;
32
+ export declare function ApplicationListResponseToJSON(json: any): ApplicationListResponse;
33
+ export declare function ApplicationListResponseToJSONTyped(value?: ApplicationListResponse | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Assisted Migration Agent API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfApplicationListResponse = instanceOfApplicationListResponse;
17
+ exports.ApplicationListResponseFromJSON = ApplicationListResponseFromJSON;
18
+ exports.ApplicationListResponseFromJSONTyped = ApplicationListResponseFromJSONTyped;
19
+ exports.ApplicationListResponseToJSON = ApplicationListResponseToJSON;
20
+ exports.ApplicationListResponseToJSONTyped = ApplicationListResponseToJSONTyped;
21
+ const ApplicationOverview_js_1 = require("./ApplicationOverview.js");
22
+ /**
23
+ * Check if a given object implements the ApplicationListResponse interface.
24
+ */
25
+ function instanceOfApplicationListResponse(value) {
26
+ if (!('applications' in value) || value['applications'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ function ApplicationListResponseFromJSON(json) {
31
+ return ApplicationListResponseFromJSONTyped(json, false);
32
+ }
33
+ function ApplicationListResponseFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'applications': (json['applications'].map(ApplicationOverview_js_1.ApplicationOverviewFromJSON)),
39
+ };
40
+ }
41
+ function ApplicationListResponseToJSON(json) {
42
+ return ApplicationListResponseToJSONTyped(json, false);
43
+ }
44
+ function ApplicationListResponseToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ 'applications': (value['applications'].map(ApplicationOverview_js_1.ApplicationOverviewToJSON)),
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ApplicationVM } from './ApplicationVM.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ApplicationOverview
17
+ */
18
+ export interface ApplicationOverview {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof ApplicationOverview
23
+ */
24
+ name: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof ApplicationOverview
29
+ */
30
+ description: string;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof ApplicationOverview
35
+ */
36
+ vmCount: number;
37
+ /**
38
+ *
39
+ * @type {Array<ApplicationVM>}
40
+ * @memberof ApplicationOverview
41
+ */
42
+ vms: Array<ApplicationVM>;
43
+ }
44
+ /**
45
+ * Check if a given object implements the ApplicationOverview interface.
46
+ */
47
+ export declare function instanceOfApplicationOverview(value: object): value is ApplicationOverview;
48
+ export declare function ApplicationOverviewFromJSON(json: any): ApplicationOverview;
49
+ export declare function ApplicationOverviewFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApplicationOverview;
50
+ export declare function ApplicationOverviewToJSON(json: any): ApplicationOverview;
51
+ export declare function ApplicationOverviewToJSONTyped(value?: ApplicationOverview | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Assisted Migration Agent API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfApplicationOverview = instanceOfApplicationOverview;
17
+ exports.ApplicationOverviewFromJSON = ApplicationOverviewFromJSON;
18
+ exports.ApplicationOverviewFromJSONTyped = ApplicationOverviewFromJSONTyped;
19
+ exports.ApplicationOverviewToJSON = ApplicationOverviewToJSON;
20
+ exports.ApplicationOverviewToJSONTyped = ApplicationOverviewToJSONTyped;
21
+ const ApplicationVM_js_1 = require("./ApplicationVM.js");
22
+ /**
23
+ * Check if a given object implements the ApplicationOverview interface.
24
+ */
25
+ function instanceOfApplicationOverview(value) {
26
+ if (!('name' in value) || value['name'] === undefined)
27
+ return false;
28
+ if (!('description' in value) || value['description'] === undefined)
29
+ return false;
30
+ if (!('vmCount' in value) || value['vmCount'] === undefined)
31
+ return false;
32
+ if (!('vms' in value) || value['vms'] === undefined)
33
+ return false;
34
+ return true;
35
+ }
36
+ function ApplicationOverviewFromJSON(json) {
37
+ return ApplicationOverviewFromJSONTyped(json, false);
38
+ }
39
+ function ApplicationOverviewFromJSONTyped(json, ignoreDiscriminator) {
40
+ if (json == null) {
41
+ return json;
42
+ }
43
+ return {
44
+ 'name': json['name'],
45
+ 'description': json['description'],
46
+ 'vmCount': json['vmCount'],
47
+ 'vms': (json['vms'].map(ApplicationVM_js_1.ApplicationVMFromJSON)),
48
+ };
49
+ }
50
+ function ApplicationOverviewToJSON(json) {
51
+ return ApplicationOverviewToJSONTyped(json, false);
52
+ }
53
+ function ApplicationOverviewToJSONTyped(value, ignoreDiscriminator = false) {
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'name': value['name'],
59
+ 'description': value['description'],
60
+ 'vmCount': value['vmCount'],
61
+ 'vms': (value['vms'].map(ApplicationVM_js_1.ApplicationVMToJSON)),
62
+ };
63
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ApplicationVM
16
+ */
17
+ export interface ApplicationVM {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ApplicationVM
22
+ */
23
+ id: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ApplicationVM
28
+ */
29
+ name: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ApplicationVM interface.
33
+ */
34
+ export declare function instanceOfApplicationVM(value: object): value is ApplicationVM;
35
+ export declare function ApplicationVMFromJSON(json: any): ApplicationVM;
36
+ export declare function ApplicationVMFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApplicationVM;
37
+ export declare function ApplicationVMToJSON(json: any): ApplicationVM;
38
+ export declare function ApplicationVMToJSONTyped(value?: ApplicationVM | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Assisted Migration Agent API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfApplicationVM = instanceOfApplicationVM;
17
+ exports.ApplicationVMFromJSON = ApplicationVMFromJSON;
18
+ exports.ApplicationVMFromJSONTyped = ApplicationVMFromJSONTyped;
19
+ exports.ApplicationVMToJSON = ApplicationVMToJSON;
20
+ exports.ApplicationVMToJSONTyped = ApplicationVMToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ApplicationVM interface.
23
+ */
24
+ function instanceOfApplicationVM(value) {
25
+ if (!('id' in value) || value['id'] === undefined)
26
+ return false;
27
+ if (!('name' in value) || value['name'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ function ApplicationVMFromJSON(json) {
32
+ return ApplicationVMFromJSONTyped(json, false);
33
+ }
34
+ function ApplicationVMFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'id': json['id'],
40
+ 'name': json['name'],
41
+ };
42
+ }
43
+ function ApplicationVMToJSON(json) {
44
+ return ApplicationVMToJSONTyped(json, false);
45
+ }
46
+ function ApplicationVMToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'id': value['id'],
52
+ 'name': value['name'],
53
+ };
54
+ }
@@ -0,0 +1,104 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface BenchmarkRun
16
+ */
17
+ export interface BenchmarkRun {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof BenchmarkRun
22
+ */
23
+ id: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof BenchmarkRun
28
+ */
29
+ sessionId: number;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof BenchmarkRun
34
+ */
35
+ pairName: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof BenchmarkRun
40
+ */
41
+ sourceDatastore: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof BenchmarkRun
46
+ */
47
+ targetDatastore: string;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof BenchmarkRun
52
+ */
53
+ iteration: number;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof BenchmarkRun
58
+ */
59
+ diskSizeGb: number;
60
+ /**
61
+ * Time spent on disk creation and random fill (iteration 1 only)
62
+ * @type {number}
63
+ * @memberof BenchmarkRun
64
+ */
65
+ prepDurationSec?: number;
66
+ /**
67
+ *
68
+ * @type {number}
69
+ * @memberof BenchmarkRun
70
+ */
71
+ durationSec: number;
72
+ /**
73
+ *
74
+ * @type {number}
75
+ * @memberof BenchmarkRun
76
+ */
77
+ throughputMbps: number;
78
+ /**
79
+ * Benchmark method used (e.g., vm_native)
80
+ * @type {string}
81
+ * @memberof BenchmarkRun
82
+ */
83
+ method?: string;
84
+ /**
85
+ * Error message if this iteration failed
86
+ * @type {string}
87
+ * @memberof BenchmarkRun
88
+ */
89
+ error?: string;
90
+ /**
91
+ *
92
+ * @type {Date}
93
+ * @memberof BenchmarkRun
94
+ */
95
+ createdAt: Date;
96
+ }
97
+ /**
98
+ * Check if a given object implements the BenchmarkRun interface.
99
+ */
100
+ export declare function instanceOfBenchmarkRun(value: object): value is BenchmarkRun;
101
+ export declare function BenchmarkRunFromJSON(json: any): BenchmarkRun;
102
+ export declare function BenchmarkRunFromJSONTyped(json: any, ignoreDiscriminator: boolean): BenchmarkRun;
103
+ export declare function BenchmarkRunToJSON(json: any): BenchmarkRun;
104
+ export declare function BenchmarkRunToJSONTyped(value?: BenchmarkRun | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Assisted Migration Agent API
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfBenchmarkRun = instanceOfBenchmarkRun;
17
+ exports.BenchmarkRunFromJSON = BenchmarkRunFromJSON;
18
+ exports.BenchmarkRunFromJSONTyped = BenchmarkRunFromJSONTyped;
19
+ exports.BenchmarkRunToJSON = BenchmarkRunToJSON;
20
+ exports.BenchmarkRunToJSONTyped = BenchmarkRunToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the BenchmarkRun interface.
23
+ */
24
+ function instanceOfBenchmarkRun(value) {
25
+ if (!('id' in value) || value['id'] === undefined)
26
+ return false;
27
+ if (!('sessionId' in value) || value['sessionId'] === undefined)
28
+ return false;
29
+ if (!('pairName' in value) || value['pairName'] === undefined)
30
+ return false;
31
+ if (!('sourceDatastore' in value) || value['sourceDatastore'] === undefined)
32
+ return false;
33
+ if (!('targetDatastore' in value) || value['targetDatastore'] === undefined)
34
+ return false;
35
+ if (!('iteration' in value) || value['iteration'] === undefined)
36
+ return false;
37
+ if (!('diskSizeGb' in value) || value['diskSizeGb'] === undefined)
38
+ return false;
39
+ if (!('durationSec' in value) || value['durationSec'] === undefined)
40
+ return false;
41
+ if (!('throughputMbps' in value) || value['throughputMbps'] === undefined)
42
+ return false;
43
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
44
+ return false;
45
+ return true;
46
+ }
47
+ function BenchmarkRunFromJSON(json) {
48
+ return BenchmarkRunFromJSONTyped(json, false);
49
+ }
50
+ function BenchmarkRunFromJSONTyped(json, ignoreDiscriminator) {
51
+ if (json == null) {
52
+ return json;
53
+ }
54
+ return {
55
+ 'id': json['id'],
56
+ 'sessionId': json['sessionId'],
57
+ 'pairName': json['pairName'],
58
+ 'sourceDatastore': json['sourceDatastore'],
59
+ 'targetDatastore': json['targetDatastore'],
60
+ 'iteration': json['iteration'],
61
+ 'diskSizeGb': json['diskSizeGb'],
62
+ 'prepDurationSec': json['prepDurationSec'] == null ? undefined : json['prepDurationSec'],
63
+ 'durationSec': json['durationSec'],
64
+ 'throughputMbps': json['throughputMbps'],
65
+ 'method': json['method'] == null ? undefined : json['method'],
66
+ 'error': json['error'] == null ? undefined : json['error'],
67
+ 'createdAt': (new Date(json['createdAt'])),
68
+ };
69
+ }
70
+ function BenchmarkRunToJSON(json) {
71
+ return BenchmarkRunToJSONTyped(json, false);
72
+ }
73
+ function BenchmarkRunToJSONTyped(value, ignoreDiscriminator = false) {
74
+ if (value == null) {
75
+ return value;
76
+ }
77
+ return {
78
+ 'id': value['id'],
79
+ 'sessionId': value['sessionId'],
80
+ 'pairName': value['pairName'],
81
+ 'sourceDatastore': value['sourceDatastore'],
82
+ 'targetDatastore': value['targetDatastore'],
83
+ 'iteration': value['iteration'],
84
+ 'diskSizeGb': value['diskSizeGb'],
85
+ 'prepDurationSec': value['prepDurationSec'],
86
+ 'durationSec': value['durationSec'],
87
+ 'throughputMbps': value['throughputMbps'],
88
+ 'method': value['method'],
89
+ 'error': value['error'],
90
+ 'createdAt': value['createdAt'].toISOString(),
91
+ };
92
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Assisted Migration Agent API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CapabilityStatusCapabilities } from './CapabilityStatusCapabilities.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CapabilityStatus
17
+ */
18
+ export interface CapabilityStatus {
19
+ /**
20
+ *
21
+ * @type {CapabilityStatusCapabilities}
22
+ * @memberof CapabilityStatus
23
+ */
24
+ capabilities: CapabilityStatusCapabilities;
25
+ }
26
+ /**
27
+ * Check if a given object implements the CapabilityStatus interface.
28
+ */
29
+ export declare function instanceOfCapabilityStatus(value: object): value is CapabilityStatus;
30
+ export declare function CapabilityStatusFromJSON(json: any): CapabilityStatus;
31
+ export declare function CapabilityStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): CapabilityStatus;
32
+ export declare function CapabilityStatusToJSON(json: any): CapabilityStatus;
33
+ export declare function CapabilityStatusToJSONTyped(value?: CapabilityStatus | null, ignoreDiscriminator?: boolean): any;