@openshift-migration-advisor/planner-sdk 0.10.0 → 0.11.0-093b9bb35e72

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 (394) hide show
  1. package/.openapi-generator/FILES +28 -0
  2. package/README.md +41 -12
  3. package/dist/apis/AccountApi.d.ts +390 -0
  4. package/dist/apis/AccountApi.js +454 -0
  5. package/dist/apis/AssessmentApi.d.ts +6 -14
  6. package/dist/apis/AssessmentApi.js +9 -9
  7. package/dist/apis/HealthApi.d.ts +1 -1
  8. package/dist/apis/HealthApi.js +1 -1
  9. package/dist/apis/ImageApi.d.ts +1 -1
  10. package/dist/apis/ImageApi.js +3 -3
  11. package/dist/apis/InfoApi.d.ts +1 -1
  12. package/dist/apis/InfoApi.js +1 -1
  13. package/dist/apis/JobApi.d.ts +1 -1
  14. package/dist/apis/JobApi.js +3 -3
  15. package/dist/apis/PartnerApi.d.ts +323 -0
  16. package/dist/apis/PartnerApi.js +379 -0
  17. package/dist/apis/SourceApi.d.ts +1 -1
  18. package/dist/apis/SourceApi.js +5 -5
  19. package/dist/apis/index.d.ts +2 -0
  20. package/dist/apis/index.js +2 -0
  21. package/dist/esm/apis/AccountApi.d.ts +390 -0
  22. package/dist/esm/apis/AccountApi.js +450 -0
  23. package/dist/esm/apis/AssessmentApi.d.ts +6 -14
  24. package/dist/esm/apis/AssessmentApi.js +10 -10
  25. package/dist/esm/apis/HealthApi.d.ts +1 -1
  26. package/dist/esm/apis/HealthApi.js +1 -1
  27. package/dist/esm/apis/ImageApi.d.ts +1 -1
  28. package/dist/esm/apis/ImageApi.js +3 -3
  29. package/dist/esm/apis/InfoApi.d.ts +1 -1
  30. package/dist/esm/apis/InfoApi.js +1 -1
  31. package/dist/esm/apis/JobApi.d.ts +1 -1
  32. package/dist/esm/apis/JobApi.js +3 -3
  33. package/dist/esm/apis/PartnerApi.d.ts +323 -0
  34. package/dist/esm/apis/PartnerApi.js +375 -0
  35. package/dist/esm/apis/SourceApi.d.ts +1 -1
  36. package/dist/esm/apis/SourceApi.js +5 -5
  37. package/dist/esm/apis/index.d.ts +2 -0
  38. package/dist/esm/apis/index.js +2 -0
  39. package/dist/esm/models/Agent.d.ts +1 -1
  40. package/dist/esm/models/Agent.js +1 -1
  41. package/dist/esm/models/AgentProxy.d.ts +1 -1
  42. package/dist/esm/models/AgentProxy.js +1 -1
  43. package/dist/esm/models/Assessment.d.ts +1 -1
  44. package/dist/esm/models/Assessment.js +1 -1
  45. package/dist/esm/models/AssessmentForm.d.ts +1 -1
  46. package/dist/esm/models/AssessmentForm.js +1 -1
  47. package/dist/esm/models/AssessmentUpdate.d.ts +1 -1
  48. package/dist/esm/models/AssessmentUpdate.js +1 -1
  49. package/dist/esm/models/ClusterRequirementsRequest.d.ts +1 -1
  50. package/dist/esm/models/ClusterRequirementsRequest.js +1 -1
  51. package/dist/esm/models/ClusterRequirementsResponse.d.ts +1 -1
  52. package/dist/esm/models/ClusterRequirementsResponse.js +1 -1
  53. package/dist/esm/models/ClusterSizing.d.ts +1 -1
  54. package/dist/esm/models/ClusterSizing.js +1 -1
  55. package/dist/esm/models/ComplexityDiskScoreEntry.d.ts +1 -1
  56. package/dist/esm/models/ComplexityDiskScoreEntry.js +1 -1
  57. package/dist/esm/models/ComplexityOSNameEntry.d.ts +1 -1
  58. package/dist/esm/models/ComplexityOSNameEntry.js +1 -1
  59. package/dist/esm/models/ComplexityOSScoreEntry.d.ts +1 -1
  60. package/dist/esm/models/ComplexityOSScoreEntry.js +1 -1
  61. package/dist/esm/models/Datastore.d.ts +1 -1
  62. package/dist/esm/models/Datastore.js +1 -1
  63. package/dist/esm/models/DiskSizeTierSummary.d.ts +1 -1
  64. package/dist/esm/models/DiskSizeTierSummary.js +1 -1
  65. package/dist/esm/models/DiskTypeSummary.d.ts +1 -1
  66. package/dist/esm/models/DiskTypeSummary.js +1 -1
  67. package/dist/esm/models/EstimationContext.d.ts +1 -1
  68. package/dist/esm/models/EstimationContext.js +1 -1
  69. package/dist/esm/models/EstimationDetail.d.ts +1 -1
  70. package/dist/esm/models/EstimationDetail.js +1 -1
  71. package/dist/esm/models/Group.d.ts +82 -0
  72. package/dist/esm/models/Group.js +76 -0
  73. package/dist/esm/models/GroupCreate.d.ts +64 -0
  74. package/dist/esm/models/GroupCreate.js +66 -0
  75. package/dist/esm/models/GroupUpdate.d.ts +50 -0
  76. package/dist/esm/models/GroupUpdate.js +47 -0
  77. package/dist/esm/models/Histogram.d.ts +1 -1
  78. package/dist/esm/models/Histogram.js +1 -1
  79. package/dist/esm/models/Host.d.ts +1 -1
  80. package/dist/esm/models/Host.js +1 -1
  81. package/dist/esm/models/Identity.d.ts +60 -0
  82. package/dist/esm/models/Identity.js +60 -0
  83. package/dist/esm/models/Info.d.ts +1 -1
  84. package/dist/esm/models/Info.js +1 -1
  85. package/dist/esm/models/Infra.d.ts +1 -1
  86. package/dist/esm/models/Infra.js +1 -1
  87. package/dist/esm/models/Inventory.d.ts +1 -1
  88. package/dist/esm/models/Inventory.js +1 -1
  89. package/dist/esm/models/InventoryData.d.ts +1 -1
  90. package/dist/esm/models/InventoryData.js +1 -1
  91. package/dist/esm/models/InventoryTotals.d.ts +1 -1
  92. package/dist/esm/models/InventoryTotals.js +1 -1
  93. package/dist/esm/models/Ipv4Config.d.ts +1 -1
  94. package/dist/esm/models/Ipv4Config.js +1 -1
  95. package/dist/esm/models/Job.d.ts +1 -1
  96. package/dist/esm/models/Job.js +1 -1
  97. package/dist/esm/models/JobStatus.d.ts +1 -1
  98. package/dist/esm/models/JobStatus.js +1 -1
  99. package/dist/esm/models/Label.d.ts +1 -1
  100. package/dist/esm/models/Label.js +1 -1
  101. package/dist/esm/models/Member.d.ts +56 -0
  102. package/dist/esm/models/Member.js +57 -0
  103. package/dist/esm/models/MemberCreate.d.ts +38 -0
  104. package/dist/esm/models/MemberCreate.js +47 -0
  105. package/dist/esm/models/MemberUpdate.d.ts +32 -0
  106. package/dist/esm/models/MemberUpdate.js +41 -0
  107. package/dist/esm/models/MigrationComplexityRequest.d.ts +1 -1
  108. package/dist/esm/models/MigrationComplexityRequest.js +1 -1
  109. package/dist/esm/models/MigrationComplexityResponse.d.ts +1 -1
  110. package/dist/esm/models/MigrationComplexityResponse.js +1 -1
  111. package/dist/esm/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
  112. package/dist/esm/models/MigrationEstimationByComplexityResponse.js +1 -1
  113. package/dist/esm/models/MigrationEstimationRequest.d.ts +2 -2
  114. package/dist/esm/models/MigrationEstimationRequest.js +1 -1
  115. package/dist/esm/models/MigrationEstimationResponse.d.ts +43 -0
  116. package/dist/esm/models/MigrationEstimationResponse.js +50 -0
  117. package/dist/esm/models/MigrationIssue.d.ts +1 -1
  118. package/dist/esm/models/MigrationIssue.js +1 -1
  119. package/dist/esm/models/ModelError.d.ts +1 -1
  120. package/dist/esm/models/ModelError.js +1 -1
  121. package/dist/esm/models/Network.d.ts +1 -1
  122. package/dist/esm/models/Network.js +1 -1
  123. package/dist/esm/models/OsDiskEstimationEntry.d.ts +1 -1
  124. package/dist/esm/models/OsDiskEstimationEntry.js +1 -1
  125. package/dist/esm/models/OsInfo.d.ts +1 -1
  126. package/dist/esm/models/OsInfo.js +1 -1
  127. package/dist/esm/models/PartnerRequest.d.ts +99 -0
  128. package/dist/esm/models/PartnerRequest.js +82 -0
  129. package/dist/esm/models/PartnerRequestCreate.d.ts +56 -0
  130. package/dist/esm/models/PartnerRequestCreate.js +59 -0
  131. package/dist/esm/models/PartnerRequestStatus.d.ts +27 -0
  132. package/dist/esm/models/PartnerRequestStatus.js +45 -0
  133. package/dist/esm/models/PartnerRequestUpdate.d.ts +39 -0
  134. package/dist/esm/models/PartnerRequestUpdate.js +46 -0
  135. package/dist/esm/models/PresignedUrl.d.ts +1 -1
  136. package/dist/esm/models/PresignedUrl.js +1 -1
  137. package/dist/esm/models/SchemaEstimationResult.d.ts +1 -1
  138. package/dist/esm/models/SchemaEstimationResult.js +1 -1
  139. package/dist/esm/models/SizingOverCommitRatio.d.ts +1 -1
  140. package/dist/esm/models/SizingOverCommitRatio.js +1 -1
  141. package/dist/esm/models/SizingResourceConsumption.d.ts +1 -1
  142. package/dist/esm/models/SizingResourceConsumption.js +1 -1
  143. package/dist/esm/models/SizingResourceLimits.d.ts +1 -1
  144. package/dist/esm/models/SizingResourceLimits.js +1 -1
  145. package/dist/esm/models/Snapshot.d.ts +1 -1
  146. package/dist/esm/models/Snapshot.js +1 -1
  147. package/dist/esm/models/Source.d.ts +1 -1
  148. package/dist/esm/models/Source.js +1 -1
  149. package/dist/esm/models/SourceCreate.d.ts +1 -1
  150. package/dist/esm/models/SourceCreate.js +1 -1
  151. package/dist/esm/models/SourceInfra.d.ts +1 -1
  152. package/dist/esm/models/SourceInfra.js +1 -1
  153. package/dist/esm/models/SourceUpdate.d.ts +1 -1
  154. package/dist/esm/models/SourceUpdate.js +1 -1
  155. package/dist/esm/models/Status.d.ts +1 -1
  156. package/dist/esm/models/Status.js +1 -1
  157. package/dist/esm/models/UpdateInventory.d.ts +1 -1
  158. package/dist/esm/models/UpdateInventory.js +1 -1
  159. package/dist/esm/models/VCenter.d.ts +1 -1
  160. package/dist/esm/models/VCenter.js +1 -1
  161. package/dist/esm/models/VMResourceBreakdown.d.ts +1 -1
  162. package/dist/esm/models/VMResourceBreakdown.js +1 -1
  163. package/dist/esm/models/VMs.d.ts +1 -1
  164. package/dist/esm/models/VMs.js +1 -1
  165. package/dist/esm/models/VmNetwork.d.ts +1 -1
  166. package/dist/esm/models/VmNetwork.js +1 -1
  167. package/dist/esm/models/index.d.ts +12 -0
  168. package/dist/esm/models/index.js +12 -0
  169. package/dist/esm/runtime.d.ts +1 -1
  170. package/dist/esm/runtime.js +1 -1
  171. package/dist/models/Agent.d.ts +1 -1
  172. package/dist/models/Agent.js +1 -1
  173. package/dist/models/AgentProxy.d.ts +1 -1
  174. package/dist/models/AgentProxy.js +1 -1
  175. package/dist/models/Assessment.d.ts +1 -1
  176. package/dist/models/Assessment.js +1 -1
  177. package/dist/models/AssessmentForm.d.ts +1 -1
  178. package/dist/models/AssessmentForm.js +1 -1
  179. package/dist/models/AssessmentUpdate.d.ts +1 -1
  180. package/dist/models/AssessmentUpdate.js +1 -1
  181. package/dist/models/ClusterRequirementsRequest.d.ts +1 -1
  182. package/dist/models/ClusterRequirementsRequest.js +1 -1
  183. package/dist/models/ClusterRequirementsResponse.d.ts +1 -1
  184. package/dist/models/ClusterRequirementsResponse.js +1 -1
  185. package/dist/models/ClusterSizing.d.ts +1 -1
  186. package/dist/models/ClusterSizing.js +1 -1
  187. package/dist/models/ComplexityDiskScoreEntry.d.ts +1 -1
  188. package/dist/models/ComplexityDiskScoreEntry.js +1 -1
  189. package/dist/models/ComplexityOSNameEntry.d.ts +1 -1
  190. package/dist/models/ComplexityOSNameEntry.js +1 -1
  191. package/dist/models/ComplexityOSScoreEntry.d.ts +1 -1
  192. package/dist/models/ComplexityOSScoreEntry.js +1 -1
  193. package/dist/models/Datastore.d.ts +1 -1
  194. package/dist/models/Datastore.js +1 -1
  195. package/dist/models/DiskSizeTierSummary.d.ts +1 -1
  196. package/dist/models/DiskSizeTierSummary.js +1 -1
  197. package/dist/models/DiskTypeSummary.d.ts +1 -1
  198. package/dist/models/DiskTypeSummary.js +1 -1
  199. package/dist/models/EstimationContext.d.ts +1 -1
  200. package/dist/models/EstimationContext.js +1 -1
  201. package/dist/models/EstimationDetail.d.ts +1 -1
  202. package/dist/models/EstimationDetail.js +1 -1
  203. package/dist/models/Group.d.ts +82 -0
  204. package/dist/models/Group.js +84 -0
  205. package/dist/models/GroupCreate.d.ts +64 -0
  206. package/dist/models/GroupCreate.js +74 -0
  207. package/dist/models/GroupUpdate.d.ts +50 -0
  208. package/dist/models/GroupUpdate.js +54 -0
  209. package/dist/models/Histogram.d.ts +1 -1
  210. package/dist/models/Histogram.js +1 -1
  211. package/dist/models/Host.d.ts +1 -1
  212. package/dist/models/Host.js +1 -1
  213. package/dist/models/Identity.d.ts +60 -0
  214. package/dist/models/Identity.js +68 -0
  215. package/dist/models/Info.d.ts +1 -1
  216. package/dist/models/Info.js +1 -1
  217. package/dist/models/Infra.d.ts +1 -1
  218. package/dist/models/Infra.js +1 -1
  219. package/dist/models/Inventory.d.ts +1 -1
  220. package/dist/models/Inventory.js +1 -1
  221. package/dist/models/InventoryData.d.ts +1 -1
  222. package/dist/models/InventoryData.js +1 -1
  223. package/dist/models/InventoryTotals.d.ts +1 -1
  224. package/dist/models/InventoryTotals.js +1 -1
  225. package/dist/models/Ipv4Config.d.ts +1 -1
  226. package/dist/models/Ipv4Config.js +1 -1
  227. package/dist/models/Job.d.ts +1 -1
  228. package/dist/models/Job.js +1 -1
  229. package/dist/models/JobStatus.d.ts +1 -1
  230. package/dist/models/JobStatus.js +1 -1
  231. package/dist/models/Label.d.ts +1 -1
  232. package/dist/models/Label.js +1 -1
  233. package/dist/models/Member.d.ts +56 -0
  234. package/dist/models/Member.js +64 -0
  235. package/dist/models/MemberCreate.d.ts +38 -0
  236. package/dist/models/MemberCreate.js +54 -0
  237. package/dist/models/MemberUpdate.d.ts +32 -0
  238. package/dist/models/MemberUpdate.js +48 -0
  239. package/dist/models/MigrationComplexityRequest.d.ts +1 -1
  240. package/dist/models/MigrationComplexityRequest.js +1 -1
  241. package/dist/models/MigrationComplexityResponse.d.ts +1 -1
  242. package/dist/models/MigrationComplexityResponse.js +1 -1
  243. package/dist/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
  244. package/dist/models/MigrationEstimationByComplexityResponse.js +1 -1
  245. package/dist/models/MigrationEstimationRequest.d.ts +2 -2
  246. package/dist/models/MigrationEstimationRequest.js +1 -1
  247. package/dist/models/MigrationEstimationResponse.d.ts +43 -0
  248. package/dist/models/MigrationEstimationResponse.js +57 -0
  249. package/dist/models/MigrationIssue.d.ts +1 -1
  250. package/dist/models/MigrationIssue.js +1 -1
  251. package/dist/models/ModelError.d.ts +1 -1
  252. package/dist/models/ModelError.js +1 -1
  253. package/dist/models/Network.d.ts +1 -1
  254. package/dist/models/Network.js +1 -1
  255. package/dist/models/OsDiskEstimationEntry.d.ts +1 -1
  256. package/dist/models/OsDiskEstimationEntry.js +1 -1
  257. package/dist/models/OsInfo.d.ts +1 -1
  258. package/dist/models/OsInfo.js +1 -1
  259. package/dist/models/PartnerRequest.d.ts +99 -0
  260. package/dist/models/PartnerRequest.js +89 -0
  261. package/dist/models/PartnerRequestCreate.d.ts +56 -0
  262. package/dist/models/PartnerRequestCreate.js +66 -0
  263. package/dist/models/PartnerRequestStatus.d.ts +27 -0
  264. package/dist/models/PartnerRequestStatus.js +53 -0
  265. package/dist/models/PartnerRequestUpdate.d.ts +39 -0
  266. package/dist/models/PartnerRequestUpdate.js +53 -0
  267. package/dist/models/PresignedUrl.d.ts +1 -1
  268. package/dist/models/PresignedUrl.js +1 -1
  269. package/dist/models/SchemaEstimationResult.d.ts +1 -1
  270. package/dist/models/SchemaEstimationResult.js +1 -1
  271. package/dist/models/SizingOverCommitRatio.d.ts +1 -1
  272. package/dist/models/SizingOverCommitRatio.js +1 -1
  273. package/dist/models/SizingResourceConsumption.d.ts +1 -1
  274. package/dist/models/SizingResourceConsumption.js +1 -1
  275. package/dist/models/SizingResourceLimits.d.ts +1 -1
  276. package/dist/models/SizingResourceLimits.js +1 -1
  277. package/dist/models/Snapshot.d.ts +1 -1
  278. package/dist/models/Snapshot.js +1 -1
  279. package/dist/models/Source.d.ts +1 -1
  280. package/dist/models/Source.js +1 -1
  281. package/dist/models/SourceCreate.d.ts +1 -1
  282. package/dist/models/SourceCreate.js +1 -1
  283. package/dist/models/SourceInfra.d.ts +1 -1
  284. package/dist/models/SourceInfra.js +1 -1
  285. package/dist/models/SourceUpdate.d.ts +1 -1
  286. package/dist/models/SourceUpdate.js +1 -1
  287. package/dist/models/Status.d.ts +1 -1
  288. package/dist/models/Status.js +1 -1
  289. package/dist/models/UpdateInventory.d.ts +1 -1
  290. package/dist/models/UpdateInventory.js +1 -1
  291. package/dist/models/VCenter.d.ts +1 -1
  292. package/dist/models/VCenter.js +1 -1
  293. package/dist/models/VMResourceBreakdown.d.ts +1 -1
  294. package/dist/models/VMResourceBreakdown.js +1 -1
  295. package/dist/models/VMs.d.ts +1 -1
  296. package/dist/models/VMs.js +1 -1
  297. package/dist/models/VmNetwork.d.ts +1 -1
  298. package/dist/models/VmNetwork.js +1 -1
  299. package/dist/models/index.d.ts +12 -0
  300. package/dist/models/index.js +12 -0
  301. package/dist/runtime.d.ts +1 -1
  302. package/dist/runtime.js +1 -1
  303. package/docs/AccountApi.md +734 -0
  304. package/docs/AssessmentApi.md +2 -2
  305. package/docs/Group.md +48 -0
  306. package/docs/GroupCreate.md +42 -0
  307. package/docs/GroupUpdate.md +40 -0
  308. package/docs/Identity.md +40 -0
  309. package/docs/Member.md +42 -0
  310. package/docs/MemberCreate.md +36 -0
  311. package/docs/MemberUpdate.md +34 -0
  312. package/docs/MigrationEstimationResponse.md +37 -0
  313. package/docs/PartnerApi.md +636 -0
  314. package/docs/PartnerRequest.md +56 -0
  315. package/docs/PartnerRequestCreate.md +42 -0
  316. package/docs/PartnerRequestStatus.md +32 -0
  317. package/docs/PartnerRequestUpdate.md +36 -0
  318. package/docs/SourceApi.md +1 -1
  319. package/package.json +1 -1
  320. package/src/apis/AccountApi.ts +834 -0
  321. package/src/apis/AssessmentApi.ts +16 -16
  322. package/src/apis/HealthApi.ts +1 -1
  323. package/src/apis/ImageApi.ts +3 -3
  324. package/src/apis/InfoApi.ts +1 -1
  325. package/src/apis/JobApi.ts +3 -3
  326. package/src/apis/PartnerApi.ts +668 -0
  327. package/src/apis/SourceApi.ts +5 -5
  328. package/src/apis/index.ts +2 -0
  329. package/src/models/Agent.ts +1 -1
  330. package/src/models/AgentProxy.ts +1 -1
  331. package/src/models/Assessment.ts +1 -1
  332. package/src/models/AssessmentForm.ts +1 -1
  333. package/src/models/AssessmentUpdate.ts +1 -1
  334. package/src/models/ClusterRequirementsRequest.ts +1 -1
  335. package/src/models/ClusterRequirementsResponse.ts +1 -1
  336. package/src/models/ClusterSizing.ts +1 -1
  337. package/src/models/ComplexityDiskScoreEntry.ts +1 -1
  338. package/src/models/ComplexityOSNameEntry.ts +1 -1
  339. package/src/models/ComplexityOSScoreEntry.ts +1 -1
  340. package/src/models/Datastore.ts +1 -1
  341. package/src/models/DiskSizeTierSummary.ts +1 -1
  342. package/src/models/DiskTypeSummary.ts +1 -1
  343. package/src/models/EstimationContext.ts +1 -1
  344. package/src/models/EstimationDetail.ts +1 -1
  345. package/src/models/Group.ts +139 -0
  346. package/src/models/GroupCreate.ts +113 -0
  347. package/src/models/GroupUpdate.ts +89 -0
  348. package/src/models/Histogram.ts +1 -1
  349. package/src/models/Host.ts +1 -1
  350. package/src/models/Identity.ts +104 -0
  351. package/src/models/Info.ts +1 -1
  352. package/src/models/Infra.ts +1 -1
  353. package/src/models/Inventory.ts +1 -1
  354. package/src/models/InventoryData.ts +1 -1
  355. package/src/models/InventoryTotals.ts +1 -1
  356. package/src/models/Ipv4Config.ts +1 -1
  357. package/src/models/Job.ts +1 -1
  358. package/src/models/JobStatus.ts +1 -1
  359. package/src/models/Label.ts +1 -1
  360. package/src/models/Member.ts +101 -0
  361. package/src/models/MemberCreate.ts +75 -0
  362. package/src/models/MemberUpdate.ts +65 -0
  363. package/src/models/MigrationComplexityRequest.ts +1 -1
  364. package/src/models/MigrationComplexityResponse.ts +1 -1
  365. package/src/models/MigrationEstimationByComplexityResponse.ts +1 -1
  366. package/src/models/MigrationEstimationRequest.ts +2 -2
  367. package/src/models/MigrationEstimationResponse.ts +91 -0
  368. package/src/models/MigrationIssue.ts +1 -1
  369. package/src/models/ModelError.ts +1 -1
  370. package/src/models/Network.ts +1 -1
  371. package/src/models/OsDiskEstimationEntry.ts +1 -1
  372. package/src/models/OsInfo.ts +1 -1
  373. package/src/models/PartnerRequest.ts +172 -0
  374. package/src/models/PartnerRequestCreate.ts +102 -0
  375. package/src/models/PartnerRequestStatus.ts +55 -0
  376. package/src/models/PartnerRequestUpdate.ts +84 -0
  377. package/src/models/PresignedUrl.ts +1 -1
  378. package/src/models/SchemaEstimationResult.ts +1 -1
  379. package/src/models/SizingOverCommitRatio.ts +1 -1
  380. package/src/models/SizingResourceConsumption.ts +1 -1
  381. package/src/models/SizingResourceLimits.ts +1 -1
  382. package/src/models/Snapshot.ts +1 -1
  383. package/src/models/Source.ts +1 -1
  384. package/src/models/SourceCreate.ts +1 -1
  385. package/src/models/SourceInfra.ts +1 -1
  386. package/src/models/SourceUpdate.ts +1 -1
  387. package/src/models/Status.ts +1 -1
  388. package/src/models/UpdateInventory.ts +1 -1
  389. package/src/models/VCenter.ts +1 -1
  390. package/src/models/VMResourceBreakdown.ts +1 -1
  391. package/src/models/VMs.ts +1 -1
  392. package/src/models/VmNetwork.ts +1 -1
  393. package/src/models/index.ts +12 -0
  394. package/src/runtime.ts +1 -1
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,99 @@
1
+ /**
2
+ * OpenShift Migration Advisor API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1alpha1
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 { PartnerRequestStatus } from './PartnerRequestStatus.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PartnerRequest
17
+ */
18
+ export interface PartnerRequest {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof PartnerRequest
23
+ */
24
+ id: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof PartnerRequest
29
+ */
30
+ username: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof PartnerRequest
35
+ */
36
+ partnerId: string;
37
+ /**
38
+ *
39
+ * @type {PartnerRequestStatus}
40
+ * @memberof PartnerRequest
41
+ */
42
+ requestStatus: PartnerRequestStatus;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof PartnerRequest
47
+ */
48
+ name: string;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof PartnerRequest
53
+ */
54
+ contactName: string;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof PartnerRequest
59
+ */
60
+ contactPhone: string;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof PartnerRequest
65
+ */
66
+ email: string;
67
+ /**
68
+ *
69
+ * @type {string}
70
+ * @memberof PartnerRequest
71
+ */
72
+ location: string;
73
+ /**
74
+ *
75
+ * @type {string}
76
+ * @memberof PartnerRequest
77
+ */
78
+ reason?: string | null;
79
+ /**
80
+ *
81
+ * @type {Date}
82
+ * @memberof PartnerRequest
83
+ */
84
+ acceptedAt?: Date | null;
85
+ /**
86
+ *
87
+ * @type {Date}
88
+ * @memberof PartnerRequest
89
+ */
90
+ terminatedAt?: Date | null;
91
+ }
92
+ /**
93
+ * Check if a given object implements the PartnerRequest interface.
94
+ */
95
+ export declare function instanceOfPartnerRequest(value: object): value is PartnerRequest;
96
+ export declare function PartnerRequestFromJSON(json: any): PartnerRequest;
97
+ export declare function PartnerRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PartnerRequest;
98
+ export declare function PartnerRequestToJSON(json: any): PartnerRequest;
99
+ export declare function PartnerRequestToJSONTyped(value?: PartnerRequest | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,82 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenShift Migration Advisor API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1alpha1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { PartnerRequestStatusFromJSON, PartnerRequestStatusToJSON, } from './PartnerRequestStatus.js';
15
+ /**
16
+ * Check if a given object implements the PartnerRequest interface.
17
+ */
18
+ export function instanceOfPartnerRequest(value) {
19
+ if (!('id' in value) || value['id'] === undefined)
20
+ return false;
21
+ if (!('username' in value) || value['username'] === undefined)
22
+ return false;
23
+ if (!('partnerId' in value) || value['partnerId'] === undefined)
24
+ return false;
25
+ if (!('requestStatus' in value) || value['requestStatus'] === undefined)
26
+ return false;
27
+ if (!('name' in value) || value['name'] === undefined)
28
+ return false;
29
+ if (!('contactName' in value) || value['contactName'] === undefined)
30
+ return false;
31
+ if (!('contactPhone' in value) || value['contactPhone'] === undefined)
32
+ return false;
33
+ if (!('email' in value) || value['email'] === undefined)
34
+ return false;
35
+ if (!('location' in value) || value['location'] === undefined)
36
+ return false;
37
+ return true;
38
+ }
39
+ export function PartnerRequestFromJSON(json) {
40
+ return PartnerRequestFromJSONTyped(json, false);
41
+ }
42
+ export function PartnerRequestFromJSONTyped(json, ignoreDiscriminator) {
43
+ if (json == null) {
44
+ return json;
45
+ }
46
+ return {
47
+ 'id': json['id'],
48
+ 'username': json['username'],
49
+ 'partnerId': json['partnerId'],
50
+ 'requestStatus': PartnerRequestStatusFromJSON(json['requestStatus']),
51
+ 'name': json['name'],
52
+ 'contactName': json['contactName'],
53
+ 'contactPhone': json['contactPhone'],
54
+ 'email': json['email'],
55
+ 'location': json['location'],
56
+ 'reason': json['reason'] == null ? undefined : json['reason'],
57
+ 'acceptedAt': json['acceptedAt'] == null ? undefined : (new Date(json['acceptedAt'])),
58
+ 'terminatedAt': json['terminatedAt'] == null ? undefined : (new Date(json['terminatedAt'])),
59
+ };
60
+ }
61
+ export function PartnerRequestToJSON(json) {
62
+ return PartnerRequestToJSONTyped(json, false);
63
+ }
64
+ export function PartnerRequestToJSONTyped(value, ignoreDiscriminator = false) {
65
+ if (value == null) {
66
+ return value;
67
+ }
68
+ return {
69
+ 'id': value['id'],
70
+ 'username': value['username'],
71
+ 'partnerId': value['partnerId'],
72
+ 'requestStatus': PartnerRequestStatusToJSON(value['requestStatus']),
73
+ 'name': value['name'],
74
+ 'contactName': value['contactName'],
75
+ 'contactPhone': value['contactPhone'],
76
+ 'email': value['email'],
77
+ 'location': value['location'],
78
+ 'reason': value['reason'],
79
+ 'acceptedAt': value['acceptedAt'] == null ? value['acceptedAt'] : value['acceptedAt'].toISOString(),
80
+ 'terminatedAt': value['terminatedAt'] == null ? value['terminatedAt'] : value['terminatedAt'].toISOString(),
81
+ };
82
+ }
@@ -0,0 +1,56 @@
1
+ /**
2
+ * OpenShift Migration Advisor API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1alpha1
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 PartnerRequestCreate
16
+ */
17
+ export interface PartnerRequestCreate {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PartnerRequestCreate
22
+ */
23
+ name: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PartnerRequestCreate
28
+ */
29
+ contactName: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PartnerRequestCreate
34
+ */
35
+ contactPhone: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PartnerRequestCreate
40
+ */
41
+ email: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PartnerRequestCreate
46
+ */
47
+ location: string;
48
+ }
49
+ /**
50
+ * Check if a given object implements the PartnerRequestCreate interface.
51
+ */
52
+ export declare function instanceOfPartnerRequestCreate(value: object): value is PartnerRequestCreate;
53
+ export declare function PartnerRequestCreateFromJSON(json: any): PartnerRequestCreate;
54
+ export declare function PartnerRequestCreateFromJSONTyped(json: any, ignoreDiscriminator: boolean): PartnerRequestCreate;
55
+ export declare function PartnerRequestCreateToJSON(json: any): PartnerRequestCreate;
56
+ export declare function PartnerRequestCreateToJSONTyped(value?: PartnerRequestCreate | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,59 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenShift Migration Advisor API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1alpha1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the PartnerRequestCreate interface.
16
+ */
17
+ export function instanceOfPartnerRequestCreate(value) {
18
+ if (!('name' in value) || value['name'] === undefined)
19
+ return false;
20
+ if (!('contactName' in value) || value['contactName'] === undefined)
21
+ return false;
22
+ if (!('contactPhone' in value) || value['contactPhone'] === undefined)
23
+ return false;
24
+ if (!('email' in value) || value['email'] === undefined)
25
+ return false;
26
+ if (!('location' in value) || value['location'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ export function PartnerRequestCreateFromJSON(json) {
31
+ return PartnerRequestCreateFromJSONTyped(json, false);
32
+ }
33
+ export function PartnerRequestCreateFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'name': json['name'],
39
+ 'contactName': json['contactName'],
40
+ 'contactPhone': json['contactPhone'],
41
+ 'email': json['email'],
42
+ 'location': json['location'],
43
+ };
44
+ }
45
+ export function PartnerRequestCreateToJSON(json) {
46
+ return PartnerRequestCreateToJSONTyped(json, false);
47
+ }
48
+ export function PartnerRequestCreateToJSONTyped(value, ignoreDiscriminator = false) {
49
+ if (value == null) {
50
+ return value;
51
+ }
52
+ return {
53
+ 'name': value['name'],
54
+ 'contactName': value['contactName'],
55
+ 'contactPhone': value['contactPhone'],
56
+ 'email': value['email'],
57
+ 'location': value['location'],
58
+ };
59
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * OpenShift Migration Advisor API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1alpha1
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
+ */
16
+ export declare const PartnerRequestStatus: {
17
+ readonly Pending: "pending";
18
+ readonly Accepted: "accepted";
19
+ readonly Rejected: "rejected";
20
+ readonly Cancelled: "cancelled";
21
+ };
22
+ export type PartnerRequestStatus = typeof PartnerRequestStatus[keyof typeof PartnerRequestStatus];
23
+ export declare function instanceOfPartnerRequestStatus(value: any): boolean;
24
+ export declare function PartnerRequestStatusFromJSON(json: any): PartnerRequestStatus;
25
+ export declare function PartnerRequestStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): PartnerRequestStatus;
26
+ export declare function PartnerRequestStatusToJSON(value?: PartnerRequestStatus | null): any;
27
+ export declare function PartnerRequestStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): PartnerRequestStatus;
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenShift Migration Advisor API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1alpha1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ *
16
+ * @export
17
+ */
18
+ export const PartnerRequestStatus = {
19
+ Pending: 'pending',
20
+ Accepted: 'accepted',
21
+ Rejected: 'rejected',
22
+ Cancelled: 'cancelled'
23
+ };
24
+ export function instanceOfPartnerRequestStatus(value) {
25
+ for (const key in PartnerRequestStatus) {
26
+ if (Object.prototype.hasOwnProperty.call(PartnerRequestStatus, key)) {
27
+ if (PartnerRequestStatus[key] === value) {
28
+ return true;
29
+ }
30
+ }
31
+ }
32
+ return false;
33
+ }
34
+ export function PartnerRequestStatusFromJSON(json) {
35
+ return PartnerRequestStatusFromJSONTyped(json, false);
36
+ }
37
+ export function PartnerRequestStatusFromJSONTyped(json, ignoreDiscriminator) {
38
+ return json;
39
+ }
40
+ export function PartnerRequestStatusToJSON(value) {
41
+ return value;
42
+ }
43
+ export function PartnerRequestStatusToJSONTyped(value, ignoreDiscriminator) {
44
+ return value;
45
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * OpenShift Migration Advisor API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v1alpha1
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 { PartnerRequestStatus } from './PartnerRequestStatus.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PartnerRequestUpdate
17
+ */
18
+ export interface PartnerRequestUpdate {
19
+ /**
20
+ *
21
+ * @type {PartnerRequestStatus}
22
+ * @memberof PartnerRequestUpdate
23
+ */
24
+ status: PartnerRequestStatus;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof PartnerRequestUpdate
29
+ */
30
+ reason?: string;
31
+ }
32
+ /**
33
+ * Check if a given object implements the PartnerRequestUpdate interface.
34
+ */
35
+ export declare function instanceOfPartnerRequestUpdate(value: object): value is PartnerRequestUpdate;
36
+ export declare function PartnerRequestUpdateFromJSON(json: any): PartnerRequestUpdate;
37
+ export declare function PartnerRequestUpdateFromJSONTyped(json: any, ignoreDiscriminator: boolean): PartnerRequestUpdate;
38
+ export declare function PartnerRequestUpdateToJSON(json: any): PartnerRequestUpdate;
39
+ export declare function PartnerRequestUpdateToJSONTyped(value?: PartnerRequestUpdate | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenShift Migration Advisor API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v1alpha1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { PartnerRequestStatusFromJSON, PartnerRequestStatusToJSON, } from './PartnerRequestStatus.js';
15
+ /**
16
+ * Check if a given object implements the PartnerRequestUpdate interface.
17
+ */
18
+ export function instanceOfPartnerRequestUpdate(value) {
19
+ if (!('status' in value) || value['status'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function PartnerRequestUpdateFromJSON(json) {
24
+ return PartnerRequestUpdateFromJSONTyped(json, false);
25
+ }
26
+ export function PartnerRequestUpdateFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'status': PartnerRequestStatusFromJSON(json['status']),
32
+ 'reason': json['reason'] == null ? undefined : json['reason'],
33
+ };
34
+ }
35
+ export function PartnerRequestUpdateToJSON(json) {
36
+ return PartnerRequestUpdateToJSONTyped(json, false);
37
+ }
38
+ export function PartnerRequestUpdateToJSONTyped(value, ignoreDiscriminator = false) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'status': PartnerRequestStatusToJSON(value['status']),
44
+ 'reason': value['reason'],
45
+ };
46
+ }
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OpenShift Migration Advisor API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: undefined
5
+ * The version of the OpenAPI document: v1alpha1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OpenShift Migration Advisor API
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: undefined
7
+ * The version of the OpenAPI document: v1alpha1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).