@openshift-migration-advisor/planner-sdk 0.11.0 → 0.12.0-7e11634ba97d

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