Skip to content

Commit c288ac5

Browse files
committed
SDK Release v1.45.2-alpha
1 parent 164ca24 commit c288ac5

705 files changed

Lines changed: 2339 additions & 870 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
99
This 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

129129
Class | 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

dist/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
2525
*/
2626
/**
2727
* @module ApiClient
28-
* @version v1.43.0-alpha
28+
* @version v1.45.2-alpha
2929
*/
3030
/**
3131
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -68,7 +68,7 @@ var ApiClient = /*#__PURE__*/function () {
6868
* @default {}
6969
*/
7070
this.defaultHeaders = {
71-
'User-Agent': 'OpenAPI-Generator/v1.43.0-alpha/Javascript'
71+
'User-Agent': 'OpenAPI-Generator/v1.45.2-alpha/Javascript'
7272
};
7373

7474
/**

dist/api/AliveApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
2626
/**
2727
* Alive service.
2828
* @module api/AliveApi
29-
* @version v1.43.0-alpha
29+
* @version v1.45.2-alpha
3030
*/
3131
var AliveApi = exports["default"] = /*#__PURE__*/function () {
3232
/**

dist/api/ApiKeyApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3131
/**
3232
* ApiKey service.
3333
* @module api/ApiKeyApi
34-
* @version v1.43.0-alpha
34+
* @version v1.45.2-alpha
3535
*/
3636
var ApiKeyApi = exports["default"] = /*#__PURE__*/function () {
3737
/**

dist/api/AssigningMemberRoleApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3030
/**
3131
* AssigningMemberRole service.
3232
* @module api/AssigningMemberRoleApi
33-
* @version v1.43.0-alpha
33+
* @version v1.45.2-alpha
3434
*/
3535
var AssigningMemberRoleApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

dist/api/AuthApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3232
/**
3333
* Auth service.
3434
* @module api/AuthApi
35-
* @version v1.43.0-alpha
35+
* @version v1.45.2-alpha
3636
*/
3737
var AuthApi = exports["default"] = /*#__PURE__*/function () {
3838
/**

dist/api/BetaAccessApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3030
/**
3131
* BetaAccess service.
3232
* @module api/BetaAccessApi
33-
* @version v1.43.0-alpha
33+
* @version v1.45.2-alpha
3434
*/
3535
var BetaAccessApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

dist/api/BillingApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
5353
/**
5454
* Billing service.
5555
* @module api/BillingApi
56-
* @version v1.43.0-alpha
56+
* @version v1.45.2-alpha
5757
*/
5858
var BillingApi = exports["default"] = /*#__PURE__*/function () {
5959
/**

dist/api/CalculateApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
2828
/**
2929
* Calculate service.
3030
* @module api/CalculateApi
31-
* @version v1.43.0-alpha
31+
* @version v1.45.2-alpha
3232
*/
3333
var CalculateApi = exports["default"] = /*#__PURE__*/function () {
3434
/**

dist/api/CallbacksApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3030
/**
3131
* Callbacks service.
3232
* @module api/CallbacksApi
33-
* @version v1.43.0-alpha
33+
* @version v1.45.2-alpha
3434
*/
3535
var CallbacksApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

0 commit comments

Comments
 (0)