@openshift-migration-advisor/planner-sdk 0.10.0 → 0.11.0-72642107444

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 (400) hide show
  1. package/.openapi-generator/FILES +30 -0
  2. package/README.md +43 -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 +43 -14
  6. package/dist/apis/AssessmentApi.js +54 -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 +43 -14
  24. package/dist/esm/apis/AssessmentApi.js +55 -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/ClusterRequirementsStoredInput.d.ts +119 -0
  54. package/dist/esm/models/ClusterRequirementsStoredInput.js +87 -0
  55. package/dist/esm/models/ClusterSizing.d.ts +1 -1
  56. package/dist/esm/models/ClusterSizing.js +1 -1
  57. package/dist/esm/models/ComplexityDiskScoreEntry.d.ts +1 -1
  58. package/dist/esm/models/ComplexityDiskScoreEntry.js +1 -1
  59. package/dist/esm/models/ComplexityOSNameEntry.d.ts +1 -1
  60. package/dist/esm/models/ComplexityOSNameEntry.js +1 -1
  61. package/dist/esm/models/ComplexityOSScoreEntry.d.ts +1 -1
  62. package/dist/esm/models/ComplexityOSScoreEntry.js +1 -1
  63. package/dist/esm/models/Datastore.d.ts +1 -1
  64. package/dist/esm/models/Datastore.js +1 -1
  65. package/dist/esm/models/DiskSizeTierSummary.d.ts +1 -1
  66. package/dist/esm/models/DiskSizeTierSummary.js +1 -1
  67. package/dist/esm/models/DiskTypeSummary.d.ts +1 -1
  68. package/dist/esm/models/DiskTypeSummary.js +1 -1
  69. package/dist/esm/models/EstimationContext.d.ts +1 -1
  70. package/dist/esm/models/EstimationContext.js +1 -1
  71. package/dist/esm/models/EstimationDetail.d.ts +1 -1
  72. package/dist/esm/models/EstimationDetail.js +1 -1
  73. package/dist/esm/models/Group.d.ts +82 -0
  74. package/dist/esm/models/Group.js +76 -0
  75. package/dist/esm/models/GroupCreate.d.ts +64 -0
  76. package/dist/esm/models/GroupCreate.js +66 -0
  77. package/dist/esm/models/GroupUpdate.d.ts +50 -0
  78. package/dist/esm/models/GroupUpdate.js +47 -0
  79. package/dist/esm/models/Histogram.d.ts +1 -1
  80. package/dist/esm/models/Histogram.js +1 -1
  81. package/dist/esm/models/Host.d.ts +1 -1
  82. package/dist/esm/models/Host.js +1 -1
  83. package/dist/esm/models/Identity.d.ts +60 -0
  84. package/dist/esm/models/Identity.js +60 -0
  85. package/dist/esm/models/Info.d.ts +1 -1
  86. package/dist/esm/models/Info.js +1 -1
  87. package/dist/esm/models/Infra.d.ts +1 -1
  88. package/dist/esm/models/Infra.js +1 -1
  89. package/dist/esm/models/Inventory.d.ts +1 -1
  90. package/dist/esm/models/Inventory.js +1 -1
  91. package/dist/esm/models/InventoryData.d.ts +1 -1
  92. package/dist/esm/models/InventoryData.js +1 -1
  93. package/dist/esm/models/InventoryTotals.d.ts +1 -1
  94. package/dist/esm/models/InventoryTotals.js +1 -1
  95. package/dist/esm/models/Ipv4Config.d.ts +1 -1
  96. package/dist/esm/models/Ipv4Config.js +1 -1
  97. package/dist/esm/models/Job.d.ts +1 -1
  98. package/dist/esm/models/Job.js +1 -1
  99. package/dist/esm/models/JobStatus.d.ts +1 -1
  100. package/dist/esm/models/JobStatus.js +1 -1
  101. package/dist/esm/models/Label.d.ts +1 -1
  102. package/dist/esm/models/Label.js +1 -1
  103. package/dist/esm/models/Member.d.ts +56 -0
  104. package/dist/esm/models/Member.js +57 -0
  105. package/dist/esm/models/MemberCreate.d.ts +38 -0
  106. package/dist/esm/models/MemberCreate.js +47 -0
  107. package/dist/esm/models/MemberUpdate.d.ts +32 -0
  108. package/dist/esm/models/MemberUpdate.js +41 -0
  109. package/dist/esm/models/MigrationComplexityRequest.d.ts +1 -1
  110. package/dist/esm/models/MigrationComplexityRequest.js +1 -1
  111. package/dist/esm/models/MigrationComplexityResponse.d.ts +1 -1
  112. package/dist/esm/models/MigrationComplexityResponse.js +1 -1
  113. package/dist/esm/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
  114. package/dist/esm/models/MigrationEstimationByComplexityResponse.js +1 -1
  115. package/dist/esm/models/MigrationEstimationRequest.d.ts +2 -2
  116. package/dist/esm/models/MigrationEstimationRequest.js +1 -1
  117. package/dist/esm/models/MigrationEstimationResponse.d.ts +43 -0
  118. package/dist/esm/models/MigrationEstimationResponse.js +50 -0
  119. package/dist/esm/models/MigrationIssue.d.ts +1 -1
  120. package/dist/esm/models/MigrationIssue.js +1 -1
  121. package/dist/esm/models/ModelError.d.ts +1 -1
  122. package/dist/esm/models/ModelError.js +1 -1
  123. package/dist/esm/models/Network.d.ts +1 -1
  124. package/dist/esm/models/Network.js +1 -1
  125. package/dist/esm/models/OsDiskEstimationEntry.d.ts +1 -1
  126. package/dist/esm/models/OsDiskEstimationEntry.js +1 -1
  127. package/dist/esm/models/OsInfo.d.ts +1 -1
  128. package/dist/esm/models/OsInfo.js +1 -1
  129. package/dist/esm/models/PartnerRequest.d.ts +99 -0
  130. package/dist/esm/models/PartnerRequest.js +82 -0
  131. package/dist/esm/models/PartnerRequestCreate.d.ts +56 -0
  132. package/dist/esm/models/PartnerRequestCreate.js +59 -0
  133. package/dist/esm/models/PartnerRequestStatus.d.ts +27 -0
  134. package/dist/esm/models/PartnerRequestStatus.js +45 -0
  135. package/dist/esm/models/PartnerRequestUpdate.d.ts +39 -0
  136. package/dist/esm/models/PartnerRequestUpdate.js +46 -0
  137. package/dist/esm/models/PresignedUrl.d.ts +1 -1
  138. package/dist/esm/models/PresignedUrl.js +1 -1
  139. package/dist/esm/models/SchemaEstimationResult.d.ts +1 -1
  140. package/dist/esm/models/SchemaEstimationResult.js +1 -1
  141. package/dist/esm/models/SizingOverCommitRatio.d.ts +1 -1
  142. package/dist/esm/models/SizingOverCommitRatio.js +1 -1
  143. package/dist/esm/models/SizingResourceConsumption.d.ts +1 -1
  144. package/dist/esm/models/SizingResourceConsumption.js +1 -1
  145. package/dist/esm/models/SizingResourceLimits.d.ts +1 -1
  146. package/dist/esm/models/SizingResourceLimits.js +1 -1
  147. package/dist/esm/models/Snapshot.d.ts +1 -1
  148. package/dist/esm/models/Snapshot.js +1 -1
  149. package/dist/esm/models/Source.d.ts +1 -1
  150. package/dist/esm/models/Source.js +1 -1
  151. package/dist/esm/models/SourceCreate.d.ts +1 -1
  152. package/dist/esm/models/SourceCreate.js +1 -1
  153. package/dist/esm/models/SourceInfra.d.ts +1 -1
  154. package/dist/esm/models/SourceInfra.js +1 -1
  155. package/dist/esm/models/SourceUpdate.d.ts +1 -1
  156. package/dist/esm/models/SourceUpdate.js +1 -1
  157. package/dist/esm/models/Status.d.ts +1 -1
  158. package/dist/esm/models/Status.js +1 -1
  159. package/dist/esm/models/UpdateInventory.d.ts +1 -1
  160. package/dist/esm/models/UpdateInventory.js +1 -1
  161. package/dist/esm/models/VCenter.d.ts +1 -1
  162. package/dist/esm/models/VCenter.js +1 -1
  163. package/dist/esm/models/VMResourceBreakdown.d.ts +1 -1
  164. package/dist/esm/models/VMResourceBreakdown.js +1 -1
  165. package/dist/esm/models/VMs.d.ts +1 -1
  166. package/dist/esm/models/VMs.js +1 -1
  167. package/dist/esm/models/VmNetwork.d.ts +1 -1
  168. package/dist/esm/models/VmNetwork.js +1 -1
  169. package/dist/esm/models/index.d.ts +13 -0
  170. package/dist/esm/models/index.js +13 -0
  171. package/dist/esm/runtime.d.ts +1 -1
  172. package/dist/esm/runtime.js +1 -1
  173. package/dist/models/Agent.d.ts +1 -1
  174. package/dist/models/Agent.js +1 -1
  175. package/dist/models/AgentProxy.d.ts +1 -1
  176. package/dist/models/AgentProxy.js +1 -1
  177. package/dist/models/Assessment.d.ts +1 -1
  178. package/dist/models/Assessment.js +1 -1
  179. package/dist/models/AssessmentForm.d.ts +1 -1
  180. package/dist/models/AssessmentForm.js +1 -1
  181. package/dist/models/AssessmentUpdate.d.ts +1 -1
  182. package/dist/models/AssessmentUpdate.js +1 -1
  183. package/dist/models/ClusterRequirementsRequest.d.ts +1 -1
  184. package/dist/models/ClusterRequirementsRequest.js +1 -1
  185. package/dist/models/ClusterRequirementsResponse.d.ts +1 -1
  186. package/dist/models/ClusterRequirementsResponse.js +1 -1
  187. package/dist/models/ClusterRequirementsStoredInput.d.ts +119 -0
  188. package/dist/models/ClusterRequirementsStoredInput.js +95 -0
  189. package/dist/models/ClusterSizing.d.ts +1 -1
  190. package/dist/models/ClusterSizing.js +1 -1
  191. package/dist/models/ComplexityDiskScoreEntry.d.ts +1 -1
  192. package/dist/models/ComplexityDiskScoreEntry.js +1 -1
  193. package/dist/models/ComplexityOSNameEntry.d.ts +1 -1
  194. package/dist/models/ComplexityOSNameEntry.js +1 -1
  195. package/dist/models/ComplexityOSScoreEntry.d.ts +1 -1
  196. package/dist/models/ComplexityOSScoreEntry.js +1 -1
  197. package/dist/models/Datastore.d.ts +1 -1
  198. package/dist/models/Datastore.js +1 -1
  199. package/dist/models/DiskSizeTierSummary.d.ts +1 -1
  200. package/dist/models/DiskSizeTierSummary.js +1 -1
  201. package/dist/models/DiskTypeSummary.d.ts +1 -1
  202. package/dist/models/DiskTypeSummary.js +1 -1
  203. package/dist/models/EstimationContext.d.ts +1 -1
  204. package/dist/models/EstimationContext.js +1 -1
  205. package/dist/models/EstimationDetail.d.ts +1 -1
  206. package/dist/models/EstimationDetail.js +1 -1
  207. package/dist/models/Group.d.ts +82 -0
  208. package/dist/models/Group.js +84 -0
  209. package/dist/models/GroupCreate.d.ts +64 -0
  210. package/dist/models/GroupCreate.js +74 -0
  211. package/dist/models/GroupUpdate.d.ts +50 -0
  212. package/dist/models/GroupUpdate.js +54 -0
  213. package/dist/models/Histogram.d.ts +1 -1
  214. package/dist/models/Histogram.js +1 -1
  215. package/dist/models/Host.d.ts +1 -1
  216. package/dist/models/Host.js +1 -1
  217. package/dist/models/Identity.d.ts +60 -0
  218. package/dist/models/Identity.js +68 -0
  219. package/dist/models/Info.d.ts +1 -1
  220. package/dist/models/Info.js +1 -1
  221. package/dist/models/Infra.d.ts +1 -1
  222. package/dist/models/Infra.js +1 -1
  223. package/dist/models/Inventory.d.ts +1 -1
  224. package/dist/models/Inventory.js +1 -1
  225. package/dist/models/InventoryData.d.ts +1 -1
  226. package/dist/models/InventoryData.js +1 -1
  227. package/dist/models/InventoryTotals.d.ts +1 -1
  228. package/dist/models/InventoryTotals.js +1 -1
  229. package/dist/models/Ipv4Config.d.ts +1 -1
  230. package/dist/models/Ipv4Config.js +1 -1
  231. package/dist/models/Job.d.ts +1 -1
  232. package/dist/models/Job.js +1 -1
  233. package/dist/models/JobStatus.d.ts +1 -1
  234. package/dist/models/JobStatus.js +1 -1
  235. package/dist/models/Label.d.ts +1 -1
  236. package/dist/models/Label.js +1 -1
  237. package/dist/models/Member.d.ts +56 -0
  238. package/dist/models/Member.js +64 -0
  239. package/dist/models/MemberCreate.d.ts +38 -0
  240. package/dist/models/MemberCreate.js +54 -0
  241. package/dist/models/MemberUpdate.d.ts +32 -0
  242. package/dist/models/MemberUpdate.js +48 -0
  243. package/dist/models/MigrationComplexityRequest.d.ts +1 -1
  244. package/dist/models/MigrationComplexityRequest.js +1 -1
  245. package/dist/models/MigrationComplexityResponse.d.ts +1 -1
  246. package/dist/models/MigrationComplexityResponse.js +1 -1
  247. package/dist/models/MigrationEstimationByComplexityResponse.d.ts +1 -1
  248. package/dist/models/MigrationEstimationByComplexityResponse.js +1 -1
  249. package/dist/models/MigrationEstimationRequest.d.ts +2 -2
  250. package/dist/models/MigrationEstimationRequest.js +1 -1
  251. package/dist/models/MigrationEstimationResponse.d.ts +43 -0
  252. package/dist/models/MigrationEstimationResponse.js +57 -0
  253. package/dist/models/MigrationIssue.d.ts +1 -1
  254. package/dist/models/MigrationIssue.js +1 -1
  255. package/dist/models/ModelError.d.ts +1 -1
  256. package/dist/models/ModelError.js +1 -1
  257. package/dist/models/Network.d.ts +1 -1
  258. package/dist/models/Network.js +1 -1
  259. package/dist/models/OsDiskEstimationEntry.d.ts +1 -1
  260. package/dist/models/OsDiskEstimationEntry.js +1 -1
  261. package/dist/models/OsInfo.d.ts +1 -1
  262. package/dist/models/OsInfo.js +1 -1
  263. package/dist/models/PartnerRequest.d.ts +99 -0
  264. package/dist/models/PartnerRequest.js +89 -0
  265. package/dist/models/PartnerRequestCreate.d.ts +56 -0
  266. package/dist/models/PartnerRequestCreate.js +66 -0
  267. package/dist/models/PartnerRequestStatus.d.ts +27 -0
  268. package/dist/models/PartnerRequestStatus.js +53 -0
  269. package/dist/models/PartnerRequestUpdate.d.ts +39 -0
  270. package/dist/models/PartnerRequestUpdate.js +53 -0
  271. package/dist/models/PresignedUrl.d.ts +1 -1
  272. package/dist/models/PresignedUrl.js +1 -1
  273. package/dist/models/SchemaEstimationResult.d.ts +1 -1
  274. package/dist/models/SchemaEstimationResult.js +1 -1
  275. package/dist/models/SizingOverCommitRatio.d.ts +1 -1
  276. package/dist/models/SizingOverCommitRatio.js +1 -1
  277. package/dist/models/SizingResourceConsumption.d.ts +1 -1
  278. package/dist/models/SizingResourceConsumption.js +1 -1
  279. package/dist/models/SizingResourceLimits.d.ts +1 -1
  280. package/dist/models/SizingResourceLimits.js +1 -1
  281. package/dist/models/Snapshot.d.ts +1 -1
  282. package/dist/models/Snapshot.js +1 -1
  283. package/dist/models/Source.d.ts +1 -1
  284. package/dist/models/Source.js +1 -1
  285. package/dist/models/SourceCreate.d.ts +1 -1
  286. package/dist/models/SourceCreate.js +1 -1
  287. package/dist/models/SourceInfra.d.ts +1 -1
  288. package/dist/models/SourceInfra.js +1 -1
  289. package/dist/models/SourceUpdate.d.ts +1 -1
  290. package/dist/models/SourceUpdate.js +1 -1
  291. package/dist/models/Status.d.ts +1 -1
  292. package/dist/models/Status.js +1 -1
  293. package/dist/models/UpdateInventory.d.ts +1 -1
  294. package/dist/models/UpdateInventory.js +1 -1
  295. package/dist/models/VCenter.d.ts +1 -1
  296. package/dist/models/VCenter.js +1 -1
  297. package/dist/models/VMResourceBreakdown.d.ts +1 -1
  298. package/dist/models/VMResourceBreakdown.js +1 -1
  299. package/dist/models/VMs.d.ts +1 -1
  300. package/dist/models/VMs.js +1 -1
  301. package/dist/models/VmNetwork.d.ts +1 -1
  302. package/dist/models/VmNetwork.js +1 -1
  303. package/dist/models/index.d.ts +13 -0
  304. package/dist/models/index.js +13 -0
  305. package/dist/runtime.d.ts +1 -1
  306. package/dist/runtime.js +1 -1
  307. package/docs/AccountApi.md +734 -0
  308. package/docs/AssessmentApi.md +78 -2
  309. package/docs/ClusterRequirementsStoredInput.md +55 -0
  310. package/docs/Group.md +48 -0
  311. package/docs/GroupCreate.md +42 -0
  312. package/docs/GroupUpdate.md +40 -0
  313. package/docs/Identity.md +40 -0
  314. package/docs/Member.md +42 -0
  315. package/docs/MemberCreate.md +36 -0
  316. package/docs/MemberUpdate.md +34 -0
  317. package/docs/MigrationEstimationResponse.md +37 -0
  318. package/docs/PartnerApi.md +636 -0
  319. package/docs/PartnerRequest.md +56 -0
  320. package/docs/PartnerRequestCreate.md +42 -0
  321. package/docs/PartnerRequestStatus.md +32 -0
  322. package/docs/PartnerRequestUpdate.md +36 -0
  323. package/docs/SourceApi.md +1 -1
  324. package/package.json +1 -1
  325. package/src/apis/AccountApi.ts +834 -0
  326. package/src/apis/AssessmentApi.ts +104 -16
  327. package/src/apis/HealthApi.ts +1 -1
  328. package/src/apis/ImageApi.ts +3 -3
  329. package/src/apis/InfoApi.ts +1 -1
  330. package/src/apis/JobApi.ts +3 -3
  331. package/src/apis/PartnerApi.ts +668 -0
  332. package/src/apis/SourceApi.ts +5 -5
  333. package/src/apis/index.ts +2 -0
  334. package/src/models/Agent.ts +1 -1
  335. package/src/models/AgentProxy.ts +1 -1
  336. package/src/models/Assessment.ts +1 -1
  337. package/src/models/AssessmentForm.ts +1 -1
  338. package/src/models/AssessmentUpdate.ts +1 -1
  339. package/src/models/ClusterRequirementsRequest.ts +1 -1
  340. package/src/models/ClusterRequirementsResponse.ts +1 -1
  341. package/src/models/ClusterRequirementsStoredInput.ts +178 -0
  342. package/src/models/ClusterSizing.ts +1 -1
  343. package/src/models/ComplexityDiskScoreEntry.ts +1 -1
  344. package/src/models/ComplexityOSNameEntry.ts +1 -1
  345. package/src/models/ComplexityOSScoreEntry.ts +1 -1
  346. package/src/models/Datastore.ts +1 -1
  347. package/src/models/DiskSizeTierSummary.ts +1 -1
  348. package/src/models/DiskTypeSummary.ts +1 -1
  349. package/src/models/EstimationContext.ts +1 -1
  350. package/src/models/EstimationDetail.ts +1 -1
  351. package/src/models/Group.ts +139 -0
  352. package/src/models/GroupCreate.ts +113 -0
  353. package/src/models/GroupUpdate.ts +89 -0
  354. package/src/models/Histogram.ts +1 -1
  355. package/src/models/Host.ts +1 -1
  356. package/src/models/Identity.ts +104 -0
  357. package/src/models/Info.ts +1 -1
  358. package/src/models/Infra.ts +1 -1
  359. package/src/models/Inventory.ts +1 -1
  360. package/src/models/InventoryData.ts +1 -1
  361. package/src/models/InventoryTotals.ts +1 -1
  362. package/src/models/Ipv4Config.ts +1 -1
  363. package/src/models/Job.ts +1 -1
  364. package/src/models/JobStatus.ts +1 -1
  365. package/src/models/Label.ts +1 -1
  366. package/src/models/Member.ts +101 -0
  367. package/src/models/MemberCreate.ts +75 -0
  368. package/src/models/MemberUpdate.ts +65 -0
  369. package/src/models/MigrationComplexityRequest.ts +1 -1
  370. package/src/models/MigrationComplexityResponse.ts +1 -1
  371. package/src/models/MigrationEstimationByComplexityResponse.ts +1 -1
  372. package/src/models/MigrationEstimationRequest.ts +2 -2
  373. package/src/models/MigrationEstimationResponse.ts +91 -0
  374. package/src/models/MigrationIssue.ts +1 -1
  375. package/src/models/ModelError.ts +1 -1
  376. package/src/models/Network.ts +1 -1
  377. package/src/models/OsDiskEstimationEntry.ts +1 -1
  378. package/src/models/OsInfo.ts +1 -1
  379. package/src/models/PartnerRequest.ts +172 -0
  380. package/src/models/PartnerRequestCreate.ts +102 -0
  381. package/src/models/PartnerRequestStatus.ts +55 -0
  382. package/src/models/PartnerRequestUpdate.ts +84 -0
  383. package/src/models/PresignedUrl.ts +1 -1
  384. package/src/models/SchemaEstimationResult.ts +1 -1
  385. package/src/models/SizingOverCommitRatio.ts +1 -1
  386. package/src/models/SizingResourceConsumption.ts +1 -1
  387. package/src/models/SizingResourceLimits.ts +1 -1
  388. package/src/models/Snapshot.ts +1 -1
  389. package/src/models/Source.ts +1 -1
  390. package/src/models/SourceCreate.ts +1 -1
  391. package/src/models/SourceInfra.ts +1 -1
  392. package/src/models/SourceUpdate.ts +1 -1
  393. package/src/models/Status.ts +1 -1
  394. package/src/models/UpdateInventory.ts +1 -1
  395. package/src/models/VCenter.ts +1 -1
  396. package/src/models/VMResourceBreakdown.ts +1 -1
  397. package/src/models/VMs.ts +1 -1
  398. package/src/models/VmNetwork.ts +1 -1
  399. package/src/models/index.ts +13 -0
  400. package/src/runtime.ts +1 -1
@@ -0,0 +1,119 @@
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
+ * Stored cluster requirements payload for a cluster
14
+ * @export
15
+ * @interface ClusterRequirementsStoredInput
16
+ */
17
+ export interface ClusterRequirementsStoredInput {
18
+ /**
19
+ * ID of the cluster
20
+ * @type {string}
21
+ * @memberof ClusterRequirementsStoredInput
22
+ */
23
+ clusterId: string;
24
+ /**
25
+ * CPU over-commit ratio (e.g., "1:4")
26
+ * @type {ClusterRequirementsStoredInputCpuOverCommitRatioEnum}
27
+ * @memberof ClusterRequirementsStoredInput
28
+ */
29
+ cpuOverCommitRatio?: ClusterRequirementsStoredInputCpuOverCommitRatioEnum;
30
+ /**
31
+ * Memory over-commit ratio (e.g., "1:2")
32
+ * @type {ClusterRequirementsStoredInputMemoryOverCommitRatioEnum}
33
+ * @memberof ClusterRequirementsStoredInput
34
+ */
35
+ memoryOverCommitRatio?: ClusterRequirementsStoredInputMemoryOverCommitRatioEnum;
36
+ /**
37
+ * CPU cores per worker node
38
+ * @type {number}
39
+ * @memberof ClusterRequirementsStoredInput
40
+ */
41
+ workerNodeCPU?: number;
42
+ /**
43
+ * Memory (GB) per worker node
44
+ * @type {number}
45
+ * @memberof ClusterRequirementsStoredInput
46
+ */
47
+ workerNodeMemory?: number;
48
+ /**
49
+ * Number of CPU threads per worker node
50
+ * @type {number}
51
+ * @memberof ClusterRequirementsStoredInput
52
+ */
53
+ workerNodeThreads?: number;
54
+ /**
55
+ * Allow workload scheduling on control plane nodes
56
+ * @type {boolean}
57
+ * @memberof ClusterRequirementsStoredInput
58
+ */
59
+ controlPlaneSchedulable?: boolean;
60
+ /**
61
+ * CPU cores per control plane node
62
+ * @type {number}
63
+ * @memberof ClusterRequirementsStoredInput
64
+ */
65
+ controlPlaneCPU?: number;
66
+ /**
67
+ * Memory in GB per control plane node
68
+ * @type {number}
69
+ * @memberof ClusterRequirementsStoredInput
70
+ */
71
+ controlPlaneMemory?: number;
72
+ /**
73
+ * Number of control plane nodes
74
+ * @type {ClusterRequirementsStoredInputControlPlaneNodeCountEnum}
75
+ * @memberof ClusterRequirementsStoredInput
76
+ */
77
+ controlPlaneNodeCount?: ClusterRequirementsStoredInputControlPlaneNodeCountEnum;
78
+ /**
79
+ * If true, control plane is hosted externally
80
+ * @type {boolean}
81
+ * @memberof ClusterRequirementsStoredInput
82
+ */
83
+ hostedControlPlane?: boolean;
84
+ }
85
+ /**
86
+ * @export
87
+ */
88
+ export declare const ClusterRequirementsStoredInputCpuOverCommitRatioEnum: {
89
+ readonly _11: "1:1";
90
+ readonly _12: "1:2";
91
+ readonly _14: "1:4";
92
+ readonly _16: "1:6";
93
+ };
94
+ export type ClusterRequirementsStoredInputCpuOverCommitRatioEnum = typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum[keyof typeof ClusterRequirementsStoredInputCpuOverCommitRatioEnum];
95
+ /**
96
+ * @export
97
+ */
98
+ export declare const ClusterRequirementsStoredInputMemoryOverCommitRatioEnum: {
99
+ readonly _11: "1:1";
100
+ readonly _12: "1:2";
101
+ readonly _14: "1:4";
102
+ };
103
+ export type ClusterRequirementsStoredInputMemoryOverCommitRatioEnum = typeof ClusterRequirementsStoredInputMemoryOverCommitRatioEnum[keyof typeof ClusterRequirementsStoredInputMemoryOverCommitRatioEnum];
104
+ /**
105
+ * @export
106
+ */
107
+ export declare const ClusterRequirementsStoredInputControlPlaneNodeCountEnum: {
108
+ readonly NUMBER_1: 1;
109
+ readonly NUMBER_3: 3;
110
+ };
111
+ export type ClusterRequirementsStoredInputControlPlaneNodeCountEnum = typeof ClusterRequirementsStoredInputControlPlaneNodeCountEnum[keyof typeof ClusterRequirementsStoredInputControlPlaneNodeCountEnum];
112
+ /**
113
+ * Check if a given object implements the ClusterRequirementsStoredInput interface.
114
+ */
115
+ export declare function instanceOfClusterRequirementsStoredInput(value: object): value is ClusterRequirementsStoredInput;
116
+ export declare function ClusterRequirementsStoredInputFromJSON(json: any): ClusterRequirementsStoredInput;
117
+ export declare function ClusterRequirementsStoredInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ClusterRequirementsStoredInput;
118
+ export declare function ClusterRequirementsStoredInputToJSON(json: any): ClusterRequirementsStoredInput;
119
+ export declare function ClusterRequirementsStoredInputToJSONTyped(value?: ClusterRequirementsStoredInput | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,87 @@
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
+ * @export
16
+ */
17
+ export const ClusterRequirementsStoredInputCpuOverCommitRatioEnum = {
18
+ _11: '1:1',
19
+ _12: '1:2',
20
+ _14: '1:4',
21
+ _16: '1:6'
22
+ };
23
+ /**
24
+ * @export
25
+ */
26
+ export const ClusterRequirementsStoredInputMemoryOverCommitRatioEnum = {
27
+ _11: '1:1',
28
+ _12: '1:2',
29
+ _14: '1:4'
30
+ };
31
+ /**
32
+ * @export
33
+ */
34
+ export const ClusterRequirementsStoredInputControlPlaneNodeCountEnum = {
35
+ NUMBER_1: 1,
36
+ NUMBER_3: 3
37
+ };
38
+ /**
39
+ * Check if a given object implements the ClusterRequirementsStoredInput interface.
40
+ */
41
+ export function instanceOfClusterRequirementsStoredInput(value) {
42
+ if (!('clusterId' in value) || value['clusterId'] === undefined)
43
+ return false;
44
+ return true;
45
+ }
46
+ export function ClusterRequirementsStoredInputFromJSON(json) {
47
+ return ClusterRequirementsStoredInputFromJSONTyped(json, false);
48
+ }
49
+ export function ClusterRequirementsStoredInputFromJSONTyped(json, ignoreDiscriminator) {
50
+ if (json == null) {
51
+ return json;
52
+ }
53
+ return {
54
+ 'clusterId': json['clusterId'],
55
+ 'cpuOverCommitRatio': json['cpuOverCommitRatio'] == null ? undefined : json['cpuOverCommitRatio'],
56
+ 'memoryOverCommitRatio': json['memoryOverCommitRatio'] == null ? undefined : json['memoryOverCommitRatio'],
57
+ 'workerNodeCPU': json['workerNodeCPU'] == null ? undefined : json['workerNodeCPU'],
58
+ 'workerNodeMemory': json['workerNodeMemory'] == null ? undefined : json['workerNodeMemory'],
59
+ 'workerNodeThreads': json['workerNodeThreads'] == null ? undefined : json['workerNodeThreads'],
60
+ 'controlPlaneSchedulable': json['controlPlaneSchedulable'] == null ? undefined : json['controlPlaneSchedulable'],
61
+ 'controlPlaneCPU': json['controlPlaneCPU'] == null ? undefined : json['controlPlaneCPU'],
62
+ 'controlPlaneMemory': json['controlPlaneMemory'] == null ? undefined : json['controlPlaneMemory'],
63
+ 'controlPlaneNodeCount': json['controlPlaneNodeCount'] == null ? undefined : json['controlPlaneNodeCount'],
64
+ 'hostedControlPlane': json['hostedControlPlane'] == null ? undefined : json['hostedControlPlane'],
65
+ };
66
+ }
67
+ export function ClusterRequirementsStoredInputToJSON(json) {
68
+ return ClusterRequirementsStoredInputToJSONTyped(json, false);
69
+ }
70
+ export function ClusterRequirementsStoredInputToJSONTyped(value, ignoreDiscriminator = false) {
71
+ if (value == null) {
72
+ return value;
73
+ }
74
+ return {
75
+ 'clusterId': value['clusterId'],
76
+ 'cpuOverCommitRatio': value['cpuOverCommitRatio'],
77
+ 'memoryOverCommitRatio': value['memoryOverCommitRatio'],
78
+ 'workerNodeCPU': value['workerNodeCPU'],
79
+ 'workerNodeMemory': value['workerNodeMemory'],
80
+ 'workerNodeThreads': value['workerNodeThreads'],
81
+ 'controlPlaneSchedulable': value['controlPlaneSchedulable'],
82
+ 'controlPlaneCPU': value['controlPlaneCPU'],
83
+ 'controlPlaneMemory': value['controlPlaneMemory'],
84
+ 'controlPlaneNodeCount': value['controlPlaneNodeCount'],
85
+ 'hostedControlPlane': value['hostedControlPlane'],
86
+ };
87
+ }
@@ -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).
@@ -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,82 @@
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 Group
16
+ */
17
+ export interface Group {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Group
22
+ */
23
+ id: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Group
28
+ */
29
+ name: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof Group
34
+ */
35
+ description?: string;
36
+ /**
37
+ *
38
+ * @type {GroupKindEnum}
39
+ * @memberof Group
40
+ */
41
+ kind: GroupKindEnum;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof Group
46
+ */
47
+ icon: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof Group
52
+ */
53
+ company: string;
54
+ /**
55
+ *
56
+ * @type {Date}
57
+ * @memberof Group
58
+ */
59
+ createdAt: Date;
60
+ /**
61
+ *
62
+ * @type {Date}
63
+ * @memberof Group
64
+ */
65
+ updatedAt: Date;
66
+ }
67
+ /**
68
+ * @export
69
+ */
70
+ export declare const GroupKindEnum: {
71
+ readonly Partner: "partner";
72
+ readonly Admin: "admin";
73
+ };
74
+ export type GroupKindEnum = typeof GroupKindEnum[keyof typeof GroupKindEnum];
75
+ /**
76
+ * Check if a given object implements the Group interface.
77
+ */
78
+ export declare function instanceOfGroup(value: object): value is Group;
79
+ export declare function GroupFromJSON(json: any): Group;
80
+ export declare function GroupFromJSONTyped(json: any, ignoreDiscriminator: boolean): Group;
81
+ export declare function GroupToJSON(json: any): Group;
82
+ export declare function GroupToJSONTyped(value?: Group | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,76 @@
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
+ * @export
16
+ */
17
+ export const GroupKindEnum = {
18
+ Partner: 'partner',
19
+ Admin: 'admin'
20
+ };
21
+ /**
22
+ * Check if a given object implements the Group interface.
23
+ */
24
+ export function instanceOfGroup(value) {
25
+ if (!('id' in value) || value['id'] === undefined)
26
+ return false;
27
+ if (!('name' in value) || value['name'] === undefined)
28
+ return false;
29
+ if (!('kind' in value) || value['kind'] === undefined)
30
+ return false;
31
+ if (!('icon' in value) || value['icon'] === undefined)
32
+ return false;
33
+ if (!('company' in value) || value['company'] === undefined)
34
+ return false;
35
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
36
+ return false;
37
+ if (!('updatedAt' in value) || value['updatedAt'] === undefined)
38
+ return false;
39
+ return true;
40
+ }
41
+ export function GroupFromJSON(json) {
42
+ return GroupFromJSONTyped(json, false);
43
+ }
44
+ export function GroupFromJSONTyped(json, ignoreDiscriminator) {
45
+ if (json == null) {
46
+ return json;
47
+ }
48
+ return {
49
+ 'id': json['id'],
50
+ 'name': json['name'],
51
+ 'description': json['description'] == null ? undefined : json['description'],
52
+ 'kind': json['kind'],
53
+ 'icon': json['icon'],
54
+ 'company': json['company'],
55
+ 'createdAt': (new Date(json['createdAt'])),
56
+ 'updatedAt': (new Date(json['updatedAt'])),
57
+ };
58
+ }
59
+ export function GroupToJSON(json) {
60
+ return GroupToJSONTyped(json, false);
61
+ }
62
+ export function GroupToJSONTyped(value, ignoreDiscriminator = false) {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+ return {
67
+ 'id': value['id'],
68
+ 'name': value['name'],
69
+ 'description': value['description'],
70
+ 'kind': value['kind'],
71
+ 'icon': value['icon'],
72
+ 'company': value['company'],
73
+ 'createdAt': value['createdAt'].toISOString(),
74
+ 'updatedAt': value['updatedAt'].toISOString(),
75
+ };
76
+ }
@@ -0,0 +1,64 @@
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 GroupCreate
16
+ */
17
+ export interface GroupCreate {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof GroupCreate
22
+ */
23
+ name: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof GroupCreate
28
+ */
29
+ description: string;
30
+ /**
31
+ *
32
+ * @type {GroupCreateKindEnum}
33
+ * @memberof GroupCreate
34
+ */
35
+ kind: GroupCreateKindEnum;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof GroupCreate
40
+ */
41
+ icon: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof GroupCreate
46
+ */
47
+ company: string;
48
+ }
49
+ /**
50
+ * @export
51
+ */
52
+ export declare const GroupCreateKindEnum: {
53
+ readonly Partner: "partner";
54
+ readonly Admin: "admin";
55
+ };
56
+ export type GroupCreateKindEnum = typeof GroupCreateKindEnum[keyof typeof GroupCreateKindEnum];
57
+ /**
58
+ * Check if a given object implements the GroupCreate interface.
59
+ */
60
+ export declare function instanceOfGroupCreate(value: object): value is GroupCreate;
61
+ export declare function GroupCreateFromJSON(json: any): GroupCreate;
62
+ export declare function GroupCreateFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupCreate;
63
+ export declare function GroupCreateToJSON(json: any): GroupCreate;
64
+ export declare function GroupCreateToJSONTyped(value?: GroupCreate | null, ignoreDiscriminator?: boolean): any;