@nexgencloud/hyperstack-sdk-javascript 1.52.0-alpha → 1.52.3-alpha

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 (393) hide show
  1. package/README.md +21 -1
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/AccessKeysApi.js +1 -1
  4. package/dist/api/AliveApi.js +1 -1
  5. package/dist/api/ApiKeyApi.js +1 -1
  6. package/dist/api/AssigningMemberRoleApi.js +1 -1
  7. package/dist/api/AuthApi.js +1 -1
  8. package/dist/api/AutoTopupApi.js +221 -0
  9. package/dist/api/BetaAccessApi.js +1 -1
  10. package/dist/api/BillingApi.js +154 -1
  11. package/dist/api/BucketsApi.js +1 -1
  12. package/dist/api/CalculateApi.js +1 -1
  13. package/dist/api/CallbacksApi.js +1 -1
  14. package/dist/api/ClusterEventsApi.js +1 -1
  15. package/dist/api/ClustersApi.js +1 -1
  16. package/dist/api/ComplianceApi.js +1 -1
  17. package/dist/api/CreditApi.js +1 -1
  18. package/dist/api/CustomerContractApi.js +1 -1
  19. package/dist/api/DashboardApi.js +1 -1
  20. package/dist/api/DeploymentApi.js +1 -1
  21. package/dist/api/EnvironmentApi.js +1 -1
  22. package/dist/api/FIPExclusionsApi.js +1 -1
  23. package/dist/api/FirewallAttachmentApi.js +1 -1
  24. package/dist/api/FirewallsApi.js +1 -1
  25. package/dist/api/FlavorApi.js +1 -1
  26. package/dist/api/FloatingIpApi.js +1 -1
  27. package/dist/api/GpuApi.js +1 -1
  28. package/dist/api/HealthApi.js +1 -1
  29. package/dist/api/ImageApi.js +1 -1
  30. package/dist/api/InviteApi.js +1 -1
  31. package/dist/api/KeypairApi.js +1 -1
  32. package/dist/api/OrganizationApi.js +1 -1
  33. package/dist/api/PartnerConfigApi.js +1 -1
  34. package/dist/api/PaymentApi.js +1 -1
  35. package/dist/api/PermissionApi.js +1 -1
  36. package/dist/api/PolicyApi.js +1 -1
  37. package/dist/api/PricebookApi.js +1 -1
  38. package/dist/api/ProfileApi.js +1 -1
  39. package/dist/api/RbacRoleApi.js +1 -1
  40. package/dist/api/RegionApi.js +1 -1
  41. package/dist/api/RegionsApi.js +1 -1
  42. package/dist/api/SecurityRulesApi.js +1 -1
  43. package/dist/api/SnapshotEventsApi.js +1 -1
  44. package/dist/api/SnapshotsApi.js +1 -1
  45. package/dist/api/StockApi.js +1 -1
  46. package/dist/api/TemplateApi.js +1 -1
  47. package/dist/api/UserApi.js +1 -1
  48. package/dist/api/UserConsentApi.js +1 -1
  49. package/dist/api/UserConsentEventsApi.js +1 -1
  50. package/dist/api/UserDetailChoiceApi.js +1 -1
  51. package/dist/api/UserPermissionApi.js +1 -1
  52. package/dist/api/VirtualMachineApi.js +1 -1
  53. package/dist/api/VirtualMachineEventsApi.js +1 -1
  54. package/dist/api/VncUrlApi.js +1 -1
  55. package/dist/api/VolumeApi.js +1 -1
  56. package/dist/api/VolumeAttachmentApi.js +1 -1
  57. package/dist/api/VouchersApi.js +1 -1
  58. package/dist/index.js +91 -0
  59. package/dist/model/AccessTokenField.js +1 -1
  60. package/dist/model/AddUserInfoSuccessResponseModel.js +1 -1
  61. package/dist/model/AllocatedGPUCountGraph.js +1 -1
  62. package/dist/model/ApiKeyFields.js +1 -1
  63. package/dist/model/AssignRbacRolePayload.js +1 -1
  64. package/dist/model/AttachCallbackPayload.js +1 -1
  65. package/dist/model/AttachCallbackResponse.js +1 -1
  66. package/dist/model/AttachFirewallWithVM.js +1 -1
  67. package/dist/model/AttachFirewallsToVMPayload.js +1 -1
  68. package/dist/model/AttachVolumeFields.js +1 -1
  69. package/dist/model/AttachVolumes.js +1 -1
  70. package/dist/model/AttachVolumesPayload.js +1 -1
  71. package/dist/model/AttachmentsFieldsForVolume.js +1 -1
  72. package/dist/model/Attributes.js +1 -1
  73. package/dist/model/AuthGetTokenResponseModel.js +1 -1
  74. package/dist/model/AuthUserFields.js +1 -1
  75. package/dist/model/AuthUserInfoResponseModel.js +1 -1
  76. package/dist/model/AutoTopup.js +130 -0
  77. package/dist/model/AutoTopupErrorResponse.js +112 -0
  78. package/dist/model/AutoTopupStatusSchema.js +108 -0
  79. package/dist/model/BetaAccessRequestFields.js +1 -1
  80. package/dist/model/BetaAccessRequestPayload.js +1 -1
  81. package/dist/model/BetaAccessRequestResponseModel.js +1 -1
  82. package/dist/model/BetaAccessStatusItem.js +1 -1
  83. package/dist/model/BetaAccessStatusResponseModel.js +1 -1
  84. package/dist/model/BillingHistory.js +9 -3
  85. package/dist/model/BillingHistoryDataSynthesisDetails.js +1 -1
  86. package/dist/model/BillingHistoryFineTuning.js +1 -1
  87. package/dist/model/BillingHistoryImageGenerationDetails.js +143 -0
  88. package/dist/model/BillingHistoryModelEvalutationDetails.js +1 -1
  89. package/dist/model/BillingHistoryServerlessInference.js +1 -1
  90. package/dist/model/BillingHistoryServerlessInferenceDetails.js +1 -1
  91. package/dist/model/BillingMetricesFields.js +1 -1
  92. package/dist/model/BillingMetricesResponse.js +1 -1
  93. package/dist/model/ClusterEvents.js +1 -1
  94. package/dist/model/ClusterEventsFields.js +1 -1
  95. package/dist/model/ClusterFields.js +1 -1
  96. package/dist/model/ClusterFlavorFields.js +1 -1
  97. package/dist/model/ClusterListResponse.js +1 -1
  98. package/dist/model/ClusterNodeFields.js +1 -1
  99. package/dist/model/ClusterNodeGroupFields.js +1 -1
  100. package/dist/model/ClusterNodeGroupFirewallFields.js +1 -1
  101. package/dist/model/ClusterNodeGroupsCreateResponse.js +1 -1
  102. package/dist/model/ClusterNodeGroupsGetResponse.js +1 -1
  103. package/dist/model/ClusterNodeGroupsListResponse.js +1 -1
  104. package/dist/model/ClusterNodeInstanceFields.js +1 -1
  105. package/dist/model/ClusterNodesListResponse.js +1 -1
  106. package/dist/model/ClusterResponse.js +1 -1
  107. package/dist/model/ClusterVersion.js +1 -1
  108. package/dist/model/ClusterVersions.js +1 -1
  109. package/dist/model/Colors.js +1 -1
  110. package/dist/model/CommonResponseModel.js +1 -1
  111. package/dist/model/CompatibleFlavor.js +1 -1
  112. package/dist/model/ComplianceFields.js +1 -1
  113. package/dist/model/ComplianceModelFields.js +1 -1
  114. package/dist/model/CompliancePayload.js +1 -1
  115. package/dist/model/ComplianceResponse.js +1 -1
  116. package/dist/model/ConsentActionResponse.js +1 -1
  117. package/dist/model/ConsentBlock.js +1 -1
  118. package/dist/model/ConsentEventsResponse.js +1 -1
  119. package/dist/model/ConsentTemplate.js +1 -1
  120. package/dist/model/ConsentTemplatesResponse.js +1 -1
  121. package/dist/model/ContainerOverviewFields.js +1 -1
  122. package/dist/model/Contract.js +1 -1
  123. package/dist/model/ContractDiscountPlanFields.js +1 -1
  124. package/dist/model/ContractGPUAllocationGraphResponse.js +1 -1
  125. package/dist/model/ContractInstanceFields.js +1 -1
  126. package/dist/model/ContractInstancesResponse.js +1 -1
  127. package/dist/model/CreateAutoTopupPayload.js +120 -0
  128. package/dist/model/CreateAutoTopupResponse.js +113 -0
  129. package/dist/model/CreateClusterNodeFields.js +1 -1
  130. package/dist/model/CreateClusterNodeGroupPayload.js +1 -1
  131. package/dist/model/CreateClusterPayload.js +1 -1
  132. package/dist/model/CreateEnvironment.js +1 -1
  133. package/dist/model/CreateFirewallPayload.js +1 -1
  134. package/dist/model/CreateFirewallRulePayload.js +1 -1
  135. package/dist/model/CreateImage.js +1 -1
  136. package/dist/model/CreateImagePayload.js +1 -1
  137. package/dist/model/CreateInstancesPayload.js +1 -1
  138. package/dist/model/CreateInstancesResponse.js +1 -1
  139. package/dist/model/CreateProfilePayload.js +1 -1
  140. package/dist/model/CreateProfileResponse.js +1 -1
  141. package/dist/model/CreateSecurityRulePayload.js +1 -1
  142. package/dist/model/CreateSnapshotPayload.js +1 -1
  143. package/dist/model/CreateSnapshotResponse.js +1 -1
  144. package/dist/model/CreateUpdateComplianceResponse.js +1 -1
  145. package/dist/model/CreateUpdateRbacRolePayload.js +1 -1
  146. package/dist/model/CreateVolumePayload.js +1 -1
  147. package/dist/model/CustomerContractDetailResponseModel.js +1 -1
  148. package/dist/model/CustomerContractFields.js +1 -1
  149. package/dist/model/DashboardInfoResponse.js +1 -1
  150. package/dist/model/DataSynthesisBillingHistoryDetailsResponseSchema.js +1 -1
  151. package/dist/model/DeleteClusterNodesFields.js +1 -1
  152. package/dist/model/DeploymentFields.js +1 -1
  153. package/dist/model/DeploymentFieldsForStartDeployments.js +1 -1
  154. package/dist/model/Deployments.js +1 -1
  155. package/dist/model/DetachVolumes.js +1 -1
  156. package/dist/model/DetachVolumesPayload.js +1 -1
  157. package/dist/model/DisableAutoTopupResponse.js +113 -0
  158. package/dist/model/EditLabelOfAnExistingVMPayload.js +1 -1
  159. package/dist/model/Environment.js +1 -1
  160. package/dist/model/EnvironmentFeatures.js +1 -1
  161. package/dist/model/EnvironmentFields.js +1 -1
  162. package/dist/model/EnvironmentFieldsForVolume.js +1 -1
  163. package/dist/model/Environments.js +1 -1
  164. package/dist/model/ErrorResponseModel.js +1 -1
  165. package/dist/model/FirewallAttachmentModel.js +1 -1
  166. package/dist/model/FirewallAttachmentVMModel.js +1 -1
  167. package/dist/model/FirewallDetailFields.js +1 -1
  168. package/dist/model/FirewallDetailResponse.js +1 -1
  169. package/dist/model/FirewallEnvironmentFields.js +1 -1
  170. package/dist/model/FirewallFields.js +1 -1
  171. package/dist/model/FirewallResponse.js +1 -1
  172. package/dist/model/FirewallRule.js +1 -1
  173. package/dist/model/FirewallsListResponse.js +1 -1
  174. package/dist/model/FlavorFields.js +1 -1
  175. package/dist/model/FlavorItemGetResponse.js +1 -1
  176. package/dist/model/FlavorLabelFields.js +1 -1
  177. package/dist/model/FlavorListResponse.js +1 -1
  178. package/dist/model/FlavorObjectFields.js +1 -1
  179. package/dist/model/FlavorRestrictions.js +1 -1
  180. package/dist/model/GPUFields.js +1 -1
  181. package/dist/model/GPUList.js +1 -1
  182. package/dist/model/GPURegionFields.js +1 -1
  183. package/dist/model/GenerateUpdateApiKeyPayload.js +1 -1
  184. package/dist/model/GenerateUpdateApiKeyResponseModel.js +1 -1
  185. package/dist/model/GetApiKeysResponseModel.js +1 -1
  186. package/dist/model/GetAutoTopupResponse.js +113 -0
  187. package/dist/model/GetCreditAndThresholdInfo.js +1 -1
  188. package/dist/model/GetCreditAndThresholdInfoInResponse.js +1 -1
  189. package/dist/model/GetCustomerContractsListResponseModel.js +1 -1
  190. package/dist/model/GetInstanceLogsResponse.js +1 -1
  191. package/dist/model/GetInvitesResponseModel.js +1 -1
  192. package/dist/model/GetOrganizationResponseModel.js +1 -1
  193. package/dist/model/GetPermissionsResponseModel.js +1 -1
  194. package/dist/model/GetPoliciesResponseModel.js +1 -1
  195. package/dist/model/GetRbacRolesResponseModel.js +1 -1
  196. package/dist/model/GetUserPermissionsResponseModel.js +1 -1
  197. package/dist/model/GraphDatetimeValueModel.js +1 -1
  198. package/dist/model/Image.js +1 -1
  199. package/dist/model/ImageFields.js +1 -1
  200. package/dist/model/ImageGenerationBillingHistoryDetailsResponseSchema.js +113 -0
  201. package/dist/model/ImageGetResponse.js +1 -1
  202. package/dist/model/Images.js +1 -1
  203. package/dist/model/ImportKeypairPayload.js +1 -1
  204. package/dist/model/ImportKeypairResponse.js +1 -1
  205. package/dist/model/InfrahubResourceObjectResponseForCustomer.js +1 -1
  206. package/dist/model/Instance.js +1 -1
  207. package/dist/model/InstanceEnvironmentFields.js +1 -1
  208. package/dist/model/InstanceEvents.js +1 -1
  209. package/dist/model/InstanceEventsFields.js +1 -1
  210. package/dist/model/InstanceFields.js +1 -1
  211. package/dist/model/InstanceFlavorFields.js +1 -1
  212. package/dist/model/InstanceImageFields.js +1 -1
  213. package/dist/model/InstanceKeypairFields.js +1 -1
  214. package/dist/model/InstanceOverviewFields.js +1 -1
  215. package/dist/model/InstanceResizePayload.js +1 -1
  216. package/dist/model/Instances.js +1 -1
  217. package/dist/model/InviteFields.js +1 -1
  218. package/dist/model/InviteUserPayload.js +1 -1
  219. package/dist/model/InviteUserResponseModel.js +1 -1
  220. package/dist/model/KeypairEnvironmentFeatures.js +1 -1
  221. package/dist/model/KeypairEnvironmentFields.js +1 -1
  222. package/dist/model/KeypairFields.js +1 -1
  223. package/dist/model/Keypairs.js +1 -1
  224. package/dist/model/LableResonse.js +1 -1
  225. package/dist/model/LastDayCostFields.js +1 -1
  226. package/dist/model/LastDayCostResponse.js +1 -1
  227. package/dist/model/Logos.js +1 -1
  228. package/dist/model/MFAStatusFields.js +1 -1
  229. package/dist/model/MFAStatusResponse.js +1 -1
  230. package/dist/model/ManualReconciliationModel.js +1 -1
  231. package/dist/model/MasterFlavorsResponse.js +1 -1
  232. package/dist/model/MetricItemFields.js +1 -1
  233. package/dist/model/Metrics.js +149 -0
  234. package/dist/model/MetricsFields.js +1 -1
  235. package/dist/model/ModelEvaluationBillingHistoryDetailsResponseSchema.js +1 -1
  236. package/dist/model/NameAvailableModel.js +1 -1
  237. package/dist/model/NewConfigurationsResponse.js +1 -1
  238. package/dist/model/NewModelResponse.js +1 -1
  239. package/dist/model/NewStockResponse.js +1 -1
  240. package/dist/model/NewStockRetriveResponse.js +1 -1
  241. package/dist/model/ObjectStorageAccessKeyCreateRequest.js +1 -1
  242. package/dist/model/ObjectStorageAccessKeyCreateResponse.js +1 -1
  243. package/dist/model/ObjectStorageAccessKeyListResponse.js +1 -1
  244. package/dist/model/ObjectStorageAccessKeyResponse.js +1 -1
  245. package/dist/model/ObjectStorageBucketListResponse.js +1 -1
  246. package/dist/model/ObjectStorageBucketResponse.js +1 -1
  247. package/dist/model/ObjectStorageDeleteResponse.js +1 -1
  248. package/dist/model/ObjectStorageErrorResponse.js +1 -1
  249. package/dist/model/ObjectStorageHealthResponse.js +1 -1
  250. package/dist/model/ObjectStoragePaginationMeta.js +1 -1
  251. package/dist/model/ObjectStorageRegionListResponse.js +1 -1
  252. package/dist/model/ObjectStorageRegionResponse.js +1 -1
  253. package/dist/model/OrganizationFields.js +1 -1
  254. package/dist/model/OrganizationLevelBillingHistory.js +1 -1
  255. package/dist/model/OrganizationLevelBillingHistoryResources.js +1 -1
  256. package/dist/model/OrganizationLevelBillingHistoryResponseAttributes.js +1 -1
  257. package/dist/model/OrganizationLevelBillingHistoryResponseMetrics.js +1 -1
  258. package/dist/model/OrganizationLevelBillingHistoryResponseModel.js +1 -1
  259. package/dist/model/OrganizationThresholdFields.js +1 -1
  260. package/dist/model/OrganizationThresholdUpdateResponse.js +1 -1
  261. package/dist/model/OrganizationThresholdsResponse.js +1 -1
  262. package/dist/model/OrganizationUserResponseModel.js +1 -1
  263. package/dist/model/OverviewInfo.js +1 -1
  264. package/dist/model/Pagination.js +1 -1
  265. package/dist/model/PaginationData.js +1 -1
  266. package/dist/model/PartnerConfig.js +1 -1
  267. package/dist/model/PaymentDetailsFields.js +37 -1
  268. package/dist/model/PaymentDetailsResponse.js +24 -5
  269. package/dist/model/PaymentInitiateFields.js +1 -1
  270. package/dist/model/PaymentInitiatePayload.js +1 -1
  271. package/dist/model/PaymentInitiateResponse.js +1 -1
  272. package/dist/model/PermissionFields.js +1 -1
  273. package/dist/model/PolicyFields.js +1 -1
  274. package/dist/model/PolicyPermissionFields.js +1 -1
  275. package/dist/model/PricebookModel.js +1 -1
  276. package/dist/model/PricebookResourceObjectResponseForCustomer.js +1 -1
  277. package/dist/model/PrimaryColor.js +1 -1
  278. package/dist/model/ProfileFields.js +1 -1
  279. package/dist/model/ProfileListResponse.js +1 -1
  280. package/dist/model/ProfileObjectFields.js +1 -1
  281. package/dist/model/RbacRoleDetailResponseModel.js +1 -1
  282. package/dist/model/RbacRoleDetailResponseModelFixed.js +1 -1
  283. package/dist/model/RbacRoleField.js +1 -1
  284. package/dist/model/RbacRoleFields.js +1 -1
  285. package/dist/model/RecordConsentRequest.js +1 -1
  286. package/dist/model/RedeemVoucherPayload.js +1 -1
  287. package/dist/model/RegionFields.js +1 -1
  288. package/dist/model/Regions.js +1 -1
  289. package/dist/model/RemoveMemberFromOrganizationResponseModel.js +1 -1
  290. package/dist/model/RemoveMemberPayload.js +1 -1
  291. package/dist/model/RequestConsole.js +1 -1
  292. package/dist/model/RequestInstanceLogsPayload.js +1 -1
  293. package/dist/model/RequestInstanceLogsResponse.js +1 -1
  294. package/dist/model/ResourceBillingEventsHistoryMetrics.js +1 -1
  295. package/dist/model/ResourceBillingEventsHistoryResponse.js +1 -1
  296. package/dist/model/ResourceBillingResponseForCustomer.js +1 -1
  297. package/dist/model/ResourceLevelBillingBucketDetailsResources.js +1 -1
  298. package/dist/model/ResourceLevelBillingDetailsAttributes.js +1 -1
  299. package/dist/model/ResourceLevelBillingDetailsMetrics.js +1 -1
  300. package/dist/model/ResourceLevelBillingDetailsVM.js +1 -1
  301. package/dist/model/ResourceLevelBillingDetailsVolume.js +1 -1
  302. package/dist/model/ResourceLevelBillingDetailsVolumeAttributes.js +1 -1
  303. package/dist/model/ResourceLevelBillingDetailsVolumeMetrics.js +1 -1
  304. package/dist/model/ResourceLevelBillingHistory.js +1 -1
  305. package/dist/model/ResourceLevelBillingHistoryResources.js +1 -1
  306. package/dist/model/ResourceLevelBillingHistoryResourcesCluster.js +1 -1
  307. package/dist/model/ResourceLevelBillingHistoryResponseAttributes.js +1 -1
  308. package/dist/model/ResourceLevelBillingHistoryResponseMetrics.js +1 -1
  309. package/dist/model/ResourceLevelBillingVMDetailsResources.js +1 -1
  310. package/dist/model/ResourceLevelBillingVolumeDetailsResources.js +1 -1
  311. package/dist/model/ResourceLevelBucketBillingDetailsResponseModel.js +1 -1
  312. package/dist/model/ResourceLevelBucketBillingHistoryResponseModel.js +1 -1
  313. package/dist/model/ResourceLevelClusterBillingDetailsResponseModel.js +1 -1
  314. package/dist/model/ResourceLevelClusterBillingHistoryResponseModel.js +1 -1
  315. package/dist/model/ResourceLevelClusterGraphBillingDetailsResponseModel.js +1 -1
  316. package/dist/model/ResourceLevelGraphBillingDetailVolume.js +1 -1
  317. package/dist/model/ResourceLevelGraphBillingDetailsAttributes.js +1 -1
  318. package/dist/model/ResourceLevelGraphBillingDetailsBucket.js +1 -1
  319. package/dist/model/ResourceLevelGraphBillingDetailsMetrics.js +1 -1
  320. package/dist/model/ResourceLevelGraphBillingDetailsVM.js +1 -1
  321. package/dist/model/ResourceLevelGraphBillingVMDetailsResources.js +1 -1
  322. package/dist/model/ResourceLevelGraphBillingVolumeDetailsResources.js +1 -1
  323. package/dist/model/ResourceLevelVMBillingDetailsResponseModel.js +1 -1
  324. package/dist/model/ResourceLevelVmBillingHistoryResponseModel.js +1 -1
  325. package/dist/model/ResourceLevelVmGraphBillingDetailsResponseModel.js +1 -1
  326. package/dist/model/ResourceLevelVolumeBillingDetailsResponseModel.js +1 -1
  327. package/dist/model/ResourceLevelVolumeBillingHistoryResponseModel.js +1 -1
  328. package/dist/model/ResourceLevelVolumeGraphBillingDetailsResponseModel.js +1 -1
  329. package/dist/model/ResourceObjectResponseForCustomer.js +1 -1
  330. package/dist/model/ResponseModel.js +1 -1
  331. package/dist/model/RolePermissionFields.js +1 -1
  332. package/dist/model/RolePolicyFields.js +1 -1
  333. package/dist/model/SecondaryColor.js +1 -1
  334. package/dist/model/SecurityGroupRule.js +1 -1
  335. package/dist/model/SecurityGroupRuleFields.js +1 -1
  336. package/dist/model/SecurityRulesFieldsForInstance.js +1 -1
  337. package/dist/model/SecurityRulesProtocolFields.js +1 -1
  338. package/dist/model/ServerlessInferencedBillingHistoryDetailsResponseSchema.js +1 -1
  339. package/dist/model/SnapshotFields.js +1 -1
  340. package/dist/model/SnapshotRestoreRequest.js +1 -1
  341. package/dist/model/SnapshotRetrieve.js +1 -1
  342. package/dist/model/SnapshotRetrieveFields.js +1 -1
  343. package/dist/model/Snapshots.js +1 -1
  344. package/dist/model/StartDeployment.js +1 -1
  345. package/dist/model/StartDeploymentPayload.js +1 -1
  346. package/dist/model/SubResourceGraphBillingDetailsMetrics.js +1 -1
  347. package/dist/model/SubResourcesCostsResponseModel.js +1 -1
  348. package/dist/model/SubResourcesGraphBillingHistoryFields.js +1 -1
  349. package/dist/model/SubResourcesGraphResponseModel.js +1 -1
  350. package/dist/model/SubscribeOrUnsubscribeUpdatePayload.js +1 -1
  351. package/dist/model/Template.js +1 -1
  352. package/dist/model/TemplateFields.js +1 -1
  353. package/dist/model/Templates.js +1 -1
  354. package/dist/model/TokenBasedBillingHistoryResponse.js +1 -1
  355. package/dist/model/URIs.js +1 -1
  356. package/dist/model/UpdateAutoTopupPayload.js +120 -0
  357. package/dist/model/UpdateAutoTopupResponse.js +113 -0
  358. package/dist/model/UpdateClusterNodeGroupPayload.js +1 -1
  359. package/dist/model/UpdateConsentRequest.js +1 -1
  360. package/dist/model/UpdateEnvironment.js +1 -1
  361. package/dist/model/UpdateKeypairName.js +1 -1
  362. package/dist/model/UpdateKeypairNameResponse.js +1 -1
  363. package/dist/model/UpdateOrganizationPayload.js +1 -1
  364. package/dist/model/UpdateOrganizationResponseModel.js +1 -1
  365. package/dist/model/UpdateTemplate.js +1 -1
  366. package/dist/model/UpdateVolumeAttachmentPayload.js +1 -1
  367. package/dist/model/UpdateVolumePayload.js +1 -1
  368. package/dist/model/UpdateVolumeResponse.js +1 -1
  369. package/dist/model/UserConsent.js +1 -1
  370. package/dist/model/UserConsentEvent.js +1 -1
  371. package/dist/model/UserConsentsResponse.js +1 -1
  372. package/dist/model/UserDefaultChoiceForUserFields.js +1 -1
  373. package/dist/model/UserDefaultChoicesForUserResponse.js +1 -1
  374. package/dist/model/UserInfoPostPayload.js +1 -1
  375. package/dist/model/UserOrganizationsResponse.js +1 -1
  376. package/dist/model/UserPermissionFields.js +1 -1
  377. package/dist/model/UsersInfoFields.js +1 -1
  378. package/dist/model/UsersInfoListResponse.js +1 -1
  379. package/dist/model/VMQuota.js +1 -1
  380. package/dist/model/VNCURL.js +1 -1
  381. package/dist/model/VNCURLFields.js +1 -1
  382. package/dist/model/Volume.js +1 -1
  383. package/dist/model/VolumeAttachmentFields.js +1 -1
  384. package/dist/model/VolumeFields.js +1 -1
  385. package/dist/model/VolumeFieldsForInstance.js +1 -1
  386. package/dist/model/VolumeOverviewFields.js +1 -1
  387. package/dist/model/VolumeTypes.js +1 -1
  388. package/dist/model/Volumes.js +1 -1
  389. package/dist/model/VolumesFields.js +1 -1
  390. package/dist/model/Voucher.js +1 -1
  391. package/dist/model/VoucherRedeemResponseSchema.js +1 -1
  392. package/dist/model/WorkloadBillingHistoryResponse.js +1 -1
  393. package/package.json +1 -1
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The ApiKeyFields model module.
28
28
  * @module model/ApiKeyFields
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var ApiKeyFields = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AssignRbacRolePayload model module.
31
31
  * @module model/AssignRbacRolePayload
32
- * @version v1.52.0-alpha
32
+ * @version v1.52.3-alpha
33
33
  */
34
34
  var AssignRbacRolePayload = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachCallbackPayload model module.
31
31
  * @module model/AttachCallbackPayload
32
- * @version v1.52.0-alpha
32
+ * @version v1.52.3-alpha
33
33
  */
34
34
  var AttachCallbackPayload = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AttachCallbackResponse model module.
28
28
  * @module model/AttachCallbackResponse
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var AttachCallbackResponse = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachFirewallWithVM model module.
31
31
  * @module model/AttachFirewallWithVM
32
- * @version v1.52.0-alpha
32
+ * @version v1.52.3-alpha
33
33
  */
34
34
  var AttachFirewallWithVM = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachFirewallsToVMPayload model module.
31
31
  * @module model/AttachFirewallsToVMPayload
32
- * @version v1.52.0-alpha
32
+ * @version v1.52.3-alpha
33
33
  */
34
34
  var AttachFirewallsToVMPayload = /*#__PURE__*/function () {
35
35
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AttachVolumeFields model module.
28
28
  * @module model/AttachVolumeFields
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var AttachVolumeFields = /*#__PURE__*/function () {
32
32
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The AttachVolumes model module.
32
32
  * @module model/AttachVolumes
33
- * @version v1.52.0-alpha
33
+ * @version v1.52.3-alpha
34
34
  */
35
35
  var AttachVolumes = /*#__PURE__*/function () {
36
36
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AttachVolumesPayload model module.
28
28
  * @module model/AttachVolumesPayload
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var AttachVolumesPayload = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AttachmentsFieldsForVolume model module.
28
28
  * @module model/AttachmentsFieldsForVolume
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var AttachmentsFieldsForVolume = /*#__PURE__*/function () {
32
32
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The Attributes model module.
28
28
  * @module model/Attributes
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var Attributes = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The AuthGetTokenResponseModel model module.
29
29
  * @module model/AuthGetTokenResponseModel
30
- * @version v1.52.0-alpha
30
+ * @version v1.52.3-alpha
31
31
  */
32
32
  var AuthGetTokenResponseModel = /*#__PURE__*/function () {
33
33
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The AuthUserFields model module.
28
28
  * @module model/AuthUserFields
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var AuthUserFields = /*#__PURE__*/function () {
32
32
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The AuthUserInfoResponseModel model module.
29
29
  * @module model/AuthUserInfoResponseModel
30
- * @version v1.52.0-alpha
30
+ * @version v1.52.3-alpha
31
31
  */
32
32
  var AuthUserInfoResponseModel = /*#__PURE__*/function () {
33
33
  /**
@@ -0,0 +1,130 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
11
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
12
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * Infrahub-API
16
+ * Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
17
+ *
18
+ * The version of the OpenAPI document: 1.0
19
+ *
20
+ *
21
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
+ * https://openapi-generator.tech
23
+ * Do not edit the class manually.
24
+ *
25
+ */
26
+ /**
27
+ * The AutoTopup model module.
28
+ * @module model/AutoTopup
29
+ * @version v1.52.3-alpha
30
+ */
31
+ var AutoTopup = /*#__PURE__*/function () {
32
+ /**
33
+ * Constructs a new <code>AutoTopup</code>.
34
+ * @alias module:model/AutoTopup
35
+ */
36
+ function AutoTopup() {
37
+ _classCallCheck(this, AutoTopup);
38
+ AutoTopup.initialize(this);
39
+ }
40
+
41
+ /**
42
+ * Initializes the fields of this object.
43
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
44
+ * Only for internal use.
45
+ */
46
+ return _createClass(AutoTopup, null, [{
47
+ key: "initialize",
48
+ value: function initialize(obj) {}
49
+
50
+ /**
51
+ * Constructs a <code>AutoTopup</code> from a plain JavaScript object, optionally creating a new instance.
52
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
53
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
54
+ * @param {module:model/AutoTopup} obj Optional instance to populate.
55
+ * @return {module:model/AutoTopup} The populated <code>AutoTopup</code> instance.
56
+ */
57
+ }, {
58
+ key: "constructFromObject",
59
+ value: function constructFromObject(data, obj) {
60
+ if (data) {
61
+ obj = obj || new AutoTopup();
62
+ if (data.hasOwnProperty('id')) {
63
+ obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
64
+ }
65
+ if (data.hasOwnProperty('status')) {
66
+ obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
67
+ }
68
+ if (data.hasOwnProperty('threshold_amount')) {
69
+ obj['threshold_amount'] = _ApiClient["default"].convertToType(data['threshold_amount'], 'Number');
70
+ }
71
+ if (data.hasOwnProperty('topup_amount')) {
72
+ obj['topup_amount'] = _ApiClient["default"].convertToType(data['topup_amount'], 'Number');
73
+ }
74
+ if (data.hasOwnProperty('updated_at')) {
75
+ obj['updated_at'] = _ApiClient["default"].convertToType(data['updated_at'], 'String');
76
+ }
77
+ }
78
+ return obj;
79
+ }
80
+
81
+ /**
82
+ * Validates the JSON data with respect to <code>AutoTopup</code>.
83
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
84
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AutoTopup</code>.
85
+ */
86
+ }, {
87
+ key: "validateJSON",
88
+ value: function validateJSON(data) {
89
+ // ensure the json data is a string
90
+ if (data['status'] && !(typeof data['status'] === 'string' || data['status'] instanceof String)) {
91
+ throw new Error("Expected the field `status` to be a primitive type in the JSON string but got " + data['status']);
92
+ }
93
+ // ensure the json data is a string
94
+ if (data['updated_at'] && !(typeof data['updated_at'] === 'string' || data['updated_at'] instanceof String)) {
95
+ throw new Error("Expected the field `updated_at` to be a primitive type in the JSON string but got " + data['updated_at']);
96
+ }
97
+ return true;
98
+ }
99
+ }]);
100
+ }();
101
+ /**
102
+ *
103
+ * @member {Number} id
104
+ */
105
+ AutoTopup.prototype['id'] = undefined;
106
+
107
+ /**
108
+ *
109
+ * @member {String} status
110
+ */
111
+ AutoTopup.prototype['status'] = undefined;
112
+
113
+ /**
114
+ *
115
+ * @member {Number} threshold_amount
116
+ */
117
+ AutoTopup.prototype['threshold_amount'] = undefined;
118
+
119
+ /**
120
+ *
121
+ * @member {Number} topup_amount
122
+ */
123
+ AutoTopup.prototype['topup_amount'] = undefined;
124
+
125
+ /**
126
+ *
127
+ * @member {String} updated_at
128
+ */
129
+ AutoTopup.prototype['updated_at'] = undefined;
130
+ var _default = exports["default"] = AutoTopup;
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
11
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
12
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * Infrahub-API
16
+ * Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
17
+ *
18
+ * The version of the OpenAPI document: 1.0
19
+ *
20
+ *
21
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
+ * https://openapi-generator.tech
23
+ * Do not edit the class manually.
24
+ *
25
+ */
26
+ /**
27
+ * The AutoTopupErrorResponse model module.
28
+ * @module model/AutoTopupErrorResponse
29
+ * @version v1.52.3-alpha
30
+ */
31
+ var AutoTopupErrorResponse = /*#__PURE__*/function () {
32
+ /**
33
+ * Constructs a new <code>AutoTopupErrorResponse</code>.
34
+ * @alias module:model/AutoTopupErrorResponse
35
+ */
36
+ function AutoTopupErrorResponse() {
37
+ _classCallCheck(this, AutoTopupErrorResponse);
38
+ AutoTopupErrorResponse.initialize(this);
39
+ }
40
+
41
+ /**
42
+ * Initializes the fields of this object.
43
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
44
+ * Only for internal use.
45
+ */
46
+ return _createClass(AutoTopupErrorResponse, null, [{
47
+ key: "initialize",
48
+ value: function initialize(obj) {}
49
+
50
+ /**
51
+ * Constructs a <code>AutoTopupErrorResponse</code> from a plain JavaScript object, optionally creating a new instance.
52
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
53
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
54
+ * @param {module:model/AutoTopupErrorResponse} obj Optional instance to populate.
55
+ * @return {module:model/AutoTopupErrorResponse} The populated <code>AutoTopupErrorResponse</code> instance.
56
+ */
57
+ }, {
58
+ key: "constructFromObject",
59
+ value: function constructFromObject(data, obj) {
60
+ if (data) {
61
+ obj = obj || new AutoTopupErrorResponse();
62
+ if (data.hasOwnProperty('error_reason')) {
63
+ obj['error_reason'] = _ApiClient["default"].convertToType(data['error_reason'], 'String');
64
+ }
65
+ if (data.hasOwnProperty('message')) {
66
+ obj['message'] = _ApiClient["default"].convertToType(data['message'], 'String');
67
+ }
68
+ if (data.hasOwnProperty('status')) {
69
+ obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Boolean');
70
+ }
71
+ }
72
+ return obj;
73
+ }
74
+
75
+ /**
76
+ * Validates the JSON data with respect to <code>AutoTopupErrorResponse</code>.
77
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
78
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AutoTopupErrorResponse</code>.
79
+ */
80
+ }, {
81
+ key: "validateJSON",
82
+ value: function validateJSON(data) {
83
+ // ensure the json data is a string
84
+ if (data['error_reason'] && !(typeof data['error_reason'] === 'string' || data['error_reason'] instanceof String)) {
85
+ throw new Error("Expected the field `error_reason` to be a primitive type in the JSON string but got " + data['error_reason']);
86
+ }
87
+ // ensure the json data is a string
88
+ if (data['message'] && !(typeof data['message'] === 'string' || data['message'] instanceof String)) {
89
+ throw new Error("Expected the field `message` to be a primitive type in the JSON string but got " + data['message']);
90
+ }
91
+ return true;
92
+ }
93
+ }]);
94
+ }();
95
+ /**
96
+ *
97
+ * @member {String} error_reason
98
+ */
99
+ AutoTopupErrorResponse.prototype['error_reason'] = undefined;
100
+
101
+ /**
102
+ *
103
+ * @member {String} message
104
+ */
105
+ AutoTopupErrorResponse.prototype['message'] = undefined;
106
+
107
+ /**
108
+ *
109
+ * @member {Boolean} status
110
+ */
111
+ AutoTopupErrorResponse.prototype['status'] = undefined;
112
+ var _default = exports["default"] = AutoTopupErrorResponse;
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
11
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
12
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
15
+ * Infrahub-API
16
+ * Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
17
+ *
18
+ * The version of the OpenAPI document: 1.0
19
+ *
20
+ *
21
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
+ * https://openapi-generator.tech
23
+ * Do not edit the class manually.
24
+ *
25
+ */
26
+ /**
27
+ * The AutoTopupStatusSchema model module.
28
+ * @module model/AutoTopupStatusSchema
29
+ * @version v1.52.3-alpha
30
+ */
31
+ var AutoTopupStatusSchema = /*#__PURE__*/function () {
32
+ /**
33
+ * Constructs a new <code>AutoTopupStatusSchema</code>.
34
+ * @alias module:model/AutoTopupStatusSchema
35
+ */
36
+ function AutoTopupStatusSchema() {
37
+ _classCallCheck(this, AutoTopupStatusSchema);
38
+ AutoTopupStatusSchema.initialize(this);
39
+ }
40
+
41
+ /**
42
+ * Initializes the fields of this object.
43
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
44
+ * Only for internal use.
45
+ */
46
+ return _createClass(AutoTopupStatusSchema, null, [{
47
+ key: "initialize",
48
+ value: function initialize(obj) {}
49
+
50
+ /**
51
+ * Constructs a <code>AutoTopupStatusSchema</code> from a plain JavaScript object, optionally creating a new instance.
52
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
53
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
54
+ * @param {module:model/AutoTopupStatusSchema} obj Optional instance to populate.
55
+ * @return {module:model/AutoTopupStatusSchema} The populated <code>AutoTopupStatusSchema</code> instance.
56
+ */
57
+ }, {
58
+ key: "constructFromObject",
59
+ value: function constructFromObject(data, obj) {
60
+ if (data) {
61
+ obj = obj || new AutoTopupStatusSchema();
62
+ if (data.hasOwnProperty('status')) {
63
+ obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
64
+ }
65
+ if (data.hasOwnProperty('threshold_amount')) {
66
+ obj['threshold_amount'] = _ApiClient["default"].convertToType(data['threshold_amount'], 'Number');
67
+ }
68
+ if (data.hasOwnProperty('topup_amount')) {
69
+ obj['topup_amount'] = _ApiClient["default"].convertToType(data['topup_amount'], 'Number');
70
+ }
71
+ }
72
+ return obj;
73
+ }
74
+
75
+ /**
76
+ * Validates the JSON data with respect to <code>AutoTopupStatusSchema</code>.
77
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
78
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AutoTopupStatusSchema</code>.
79
+ */
80
+ }, {
81
+ key: "validateJSON",
82
+ value: function validateJSON(data) {
83
+ // ensure the json data is a string
84
+ if (data['status'] && !(typeof data['status'] === 'string' || data['status'] instanceof String)) {
85
+ throw new Error("Expected the field `status` to be a primitive type in the JSON string but got " + data['status']);
86
+ }
87
+ return true;
88
+ }
89
+ }]);
90
+ }();
91
+ /**
92
+ * Auto top-up status: active, disabled, pending_setup, cancelled, or null
93
+ * @member {String} status
94
+ */
95
+ AutoTopupStatusSchema.prototype['status'] = undefined;
96
+
97
+ /**
98
+ * Balance threshold that triggers auto top-up
99
+ * @member {Number} threshold_amount
100
+ */
101
+ AutoTopupStatusSchema.prototype['threshold_amount'] = undefined;
102
+
103
+ /**
104
+ * Amount to top up when threshold is reached
105
+ * @member {Number} topup_amount
106
+ */
107
+ AutoTopupStatusSchema.prototype['topup_amount'] = undefined;
108
+ var _default = exports["default"] = AutoTopupStatusSchema;
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The BetaAccessRequestFields model module.
28
28
  * @module model/BetaAccessRequestFields
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var BetaAccessRequestFields = /*#__PURE__*/function () {
32
32
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The BetaAccessRequestPayload model module.
31
31
  * @module model/BetaAccessRequestPayload
32
- * @version v1.52.0-alpha
32
+ * @version v1.52.3-alpha
33
33
  */
34
34
  var BetaAccessRequestPayload = /*#__PURE__*/function () {
35
35
  /**
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * The BetaAccessRequestResponseModel model module.
29
29
  * @module model/BetaAccessRequestResponseModel
30
- * @version v1.52.0-alpha
30
+ * @version v1.52.3-alpha
31
31
  */
32
32
  var BetaAccessRequestResponseModel = /*#__PURE__*/function () {
33
33
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * The BetaAccessStatusItem model module.
28
28
  * @module model/BetaAccessStatusItem
29
- * @version v1.52.0-alpha
29
+ * @version v1.52.3-alpha
30
30
  */
31
31
  var BetaAccessStatusItem = /*#__PURE__*/function () {
32
32
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The BetaAccessStatusResponseModel model module.
32
32
  * @module model/BetaAccessStatusResponseModel
33
- * @version v1.52.0-alpha
33
+ * @version v1.52.3-alpha
34
34
  */
35
35
  var BetaAccessStatusResponseModel = /*#__PURE__*/function () {
36
36
  /**
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _Attributes = _interopRequireDefault(require("./Attributes"));
9
+ var _Metrics = _interopRequireDefault(require("./Metrics"));
9
10
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
11
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
12
  function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
@@ -27,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
28
  /**
28
29
  * The BillingHistory model module.
29
30
  * @module model/BillingHistory
30
- * @version v1.52.0-alpha
31
+ * @version v1.52.3-alpha
31
32
  */
32
33
  var BillingHistory = /*#__PURE__*/function () {
33
34
  /**
@@ -64,7 +65,7 @@ var BillingHistory = /*#__PURE__*/function () {
64
65
  obj['attributes'] = _Attributes["default"].constructFromObject(data['attributes']);
65
66
  }
66
67
  if (data.hasOwnProperty('metrics')) {
67
- obj['metrics'] = _ApiClient["default"].convertToType(data['metrics'], Object);
68
+ obj['metrics'] = _Metrics["default"].constructFromObject(data['metrics']);
68
69
  }
69
70
  }
70
71
  return obj;
@@ -83,6 +84,11 @@ var BillingHistory = /*#__PURE__*/function () {
83
84
  // data not null
84
85
  _Attributes["default"].validateJSON(data['attributes']);
85
86
  }
87
+ // validate the optional field `metrics`
88
+ if (data['metrics']) {
89
+ // data not null
90
+ _Metrics["default"].validateJSON(data['metrics']);
91
+ }
86
92
  return true;
87
93
  }
88
94
  }]);
@@ -93,7 +99,7 @@ var BillingHistory = /*#__PURE__*/function () {
93
99
  BillingHistory.prototype['attributes'] = undefined;
94
100
 
95
101
  /**
96
- * @member {Object} metrics
102
+ * @member {module:model/Metrics} metrics
97
103
  */
98
104
  BillingHistory.prototype['metrics'] = undefined;
99
105
  var _default = exports["default"] = BillingHistory;
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The BillingHistoryDataSynthesisDetails model module.
33
33
  * @module model/BillingHistoryDataSynthesisDetails
34
- * @version v1.52.0-alpha
34
+ * @version v1.52.3-alpha
35
35
  */
36
36
  var BillingHistoryDataSynthesisDetails = /*#__PURE__*/function () {
37
37
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The BillingHistoryFineTuning model module.
33
33
  * @module model/BillingHistoryFineTuning
34
- * @version v1.52.0-alpha
34
+ * @version v1.52.3-alpha
35
35
  */
36
36
  var BillingHistoryFineTuning = /*#__PURE__*/function () {
37
37
  /**