@@ -9,7 +9,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
99This SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
1010
1111- API version: 1.0
12- - Package version: v1.43.0 -alpha
12+ - Package version: v1.45.2 -alpha
1313- Generator version: 7.10.0
1414- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1515
@@ -112,9 +112,9 @@ apiKey.apiKey = "YOUR API KEY"
112112// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
113113// apiKey.apiKeyPrefix['api_key'] = "Token"
114114
115- var api = new HyperstackApi.AdminApi ()
116- api .sendPasswordChangeNotificationEmail ().then (function (data ) {
117- console .log (' API called successfully. Returned data: ' + data );
115+ var api = new HyperstackApi.AliveApi ()
116+ api .getAlive ().then (function () {
117+ console .log (' API called successfully.' );
118118}, function (error ) {
119119 console .error (error);
120120});
@@ -128,7 +128,6 @@ All URIs are relative to *https://infrahub-api.nexgencloud.com/v1*
128128
129129Class | Method | HTTP request | Description
130130------------ | ------------- | ------------- | -------------
131- * HyperstackApi.AdminApi* | [ ** sendPasswordChangeNotificationEmail** ] ( docs/AdminApi.md#sendPasswordChangeNotificationEmail ) | ** POST** /auth/admin/password-change-mail | Send Password Change Notification Email
132131* HyperstackApi.AliveApi* | [ ** getAlive** ] ( docs/AliveApi.md#getAlive ) | ** GET** /billing/alive | GET: Alive
133132* HyperstackApi.AliveApi* | [ ** getDoc** ] ( docs/AliveApi.md#getDoc ) | ** GET** /billing/alive/doc |
134133* HyperstackApi.ApiKeyApi* | [ ** deleteAPIKey** ] ( docs/ApiKeyApi.md#deleteAPIKey ) | ** DELETE** /api-key/{api_key_id} | Delete API Key
@@ -197,6 +196,7 @@ Class | Method | HTTP request | Description
197196* HyperstackApi.ClustersApi* | [ ** deleteACluster** ] ( docs/ClustersApi.md#deleteACluster ) | ** DELETE** /core/clusters/{id} | Delete a cluster
198197* HyperstackApi.ClustersApi* | [ ** deleteANodeGroup** ] ( docs/ClustersApi.md#deleteANodeGroup ) | ** DELETE** /core/clusters/{cluster_id}/node-groups/{node_group_id} | Delete a node group
199198* HyperstackApi.ClustersApi* | [ ** deleteClusterNode** ] ( docs/ClustersApi.md#deleteClusterNode ) | ** DELETE** /core/clusters/{cluster_id}/nodes/{node_id} | Delete Cluster Node
199+ * HyperstackApi.ClustersApi* | [ ** deleteClusterNodes** ] ( docs/ClustersApi.md#deleteClusterNodes ) | ** POST** /core/clusters/{cluster_id}/nodes/delete | Delete Multiple Cluster Nodes
200200* HyperstackApi.ClustersApi* | [ ** fetchClusterNameAvailability** ] ( docs/ClustersApi.md#fetchClusterNameAvailability ) | ** GET** /core/clusters/name-availability/{name} | Fetch cluster name availability
201201* HyperstackApi.ClustersApi* | [ ** getClusterMasterFlavors** ] ( docs/ClustersApi.md#getClusterMasterFlavors ) | ** GET** /core/clusters/master-flavors | Get Cluster Master Flavors
202202* HyperstackApi.ClustersApi* | [ ** getClusterNodes** ] ( docs/ClustersApi.md#getClusterNodes ) | ** GET** /core/clusters/{cluster_id}/nodes | Get Cluster Nodes
@@ -322,6 +322,7 @@ Class | Method | HTTP request | Description
322322* HyperstackApi.VolumeAttachmentApi* | [ ** attachVolumesToVirtualMachine** ] ( docs/VolumeAttachmentApi.md#attachVolumesToVirtualMachine ) | ** POST** /core/virtual-machines/{vm_id}/attach-volumes | Attach volumes to virtual machine
323323* HyperstackApi.VolumeAttachmentApi* | [ ** detachVolumesFromVirtualMachine** ] ( docs/VolumeAttachmentApi.md#detachVolumesFromVirtualMachine ) | ** POST** /core/virtual-machines/{vm_id}/detach-volumes | Detach volumes from virtual machine
324324* HyperstackApi.VolumeAttachmentApi* | [ ** updateAVolumeAttachment** ] ( docs/VolumeAttachmentApi.md#updateAVolumeAttachment ) | ** PATCH** /core/volume-attachments/{volume_attachment_id} | Update a volume attachment
325+ * HyperstackApi.VouchersApi* | [ ** redeemAVoucher** ] ( docs/VouchersApi.md#redeemAVoucher ) | ** POST** /billing/billing/vouchers/redeem | Redeem a voucher with a voucher_code
325326
326327
327328## Documentation for Models
@@ -405,6 +406,7 @@ Class | Method | HTTP request | Description
405406 - [ HyperstackApi.CustomerContractFields] ( docs/CustomerContractFields.md )
406407 - [ HyperstackApi.DashboardInfoResponse] ( docs/DashboardInfoResponse.md )
407408 - [ HyperstackApi.DataSynthesisBillingHistoryDetailsResponseSchema] ( docs/DataSynthesisBillingHistoryDetailsResponseSchema.md )
409+ - [ HyperstackApi.DeleteClusterNodesFields] ( docs/DeleteClusterNodesFields.md )
408410 - [ HyperstackApi.DeploymentFields] ( docs/DeploymentFields.md )
409411 - [ HyperstackApi.DeploymentFieldsForStartDeployments] ( docs/DeploymentFieldsForStartDeployments.md )
410412 - [ HyperstackApi.Deployments] ( docs/Deployments.md )
@@ -521,6 +523,7 @@ Class | Method | HTTP request | Description
521523 - [ HyperstackApi.RbacRoleDetailResponseModelFixed] ( docs/RbacRoleDetailResponseModelFixed.md )
522524 - [ HyperstackApi.RbacRoleField] ( docs/RbacRoleField.md )
523525 - [ HyperstackApi.RbacRoleFields] ( docs/RbacRoleFields.md )
526+ - [ HyperstackApi.RedeemVoucherPayload] ( docs/RedeemVoucherPayload.md )
524527 - [ HyperstackApi.RegionFields] ( docs/RegionFields.md )
525528 - [ HyperstackApi.Regions] ( docs/Regions.md )
526529 - [ HyperstackApi.RemoveMemberFromOrganizationResponseModel] ( docs/RemoveMemberFromOrganizationResponseModel.md )
@@ -617,6 +620,8 @@ Class | Method | HTTP request | Description
617620 - [ HyperstackApi.VolumeTypes] ( docs/VolumeTypes.md )
618621 - [ HyperstackApi.Volumes] ( docs/Volumes.md )
619622 - [ HyperstackApi.VolumesFields] ( docs/VolumesFields.md )
623+ - [ HyperstackApi.Voucher] ( docs/Voucher.md )
624+ - [ HyperstackApi.VoucherRedeemResponseSchema] ( docs/VoucherRedeemResponseSchema.md )
620625 - [ HyperstackApi.WorkloadBillingHistoryResponse] ( docs/WorkloadBillingHistoryResponse.md )
621626
622627
0 commit comments