Skip to content

Commit 004d6e5

Browse files
committed
SDK Release v1.51.0-alpha
1 parent 26e2e52 commit 004d6e5

744 files changed

Lines changed: 1270 additions & 794 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: 3 additions & 2 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.50.2-alpha
12+
- Package version: v1.51.0-alpha
1313
- Generator version: 7.10.0
1414
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1515

@@ -143,7 +143,7 @@ Class | Method | HTTP request | Description
143143
*HyperstackApi.AssigningMemberRoleApi* | [**assignRBACRoleToUser**](docs/AssigningMemberRoleApi.md#assignRBACRoleToUser) | **PUT** /auth/users/{user_id}/assign-roles | Assign RBAC Role
144144
*HyperstackApi.AssigningMemberRoleApi* | [**removeRBACRoleFromUser**](docs/AssigningMemberRoleApi.md#removeRBACRoleFromUser) | **DELETE** /auth/users/{user_id}/roles | Remove RBAC Role From User
145145
*HyperstackApi.AuthApi* | [**changeOrganizationForToken**](docs/AuthApi.md#changeOrganizationForToken) | **GET** /auth/token/change-org/{org_id} |
146-
*HyperstackApi.AuthApi* | [**disableMFA**](docs/AuthApi.md#disableMFA) | **GET** /auth/me/mfa/disable |
146+
*HyperstackApi.AuthApi* | [**disableMFA**](docs/AuthApi.md#disableMFA) | **POST** /auth/me/mfa/disable |
147147
*HyperstackApi.AuthApi* | [**getUserMFAStatus**](docs/AuthApi.md#getUserMFAStatus) | **GET** /auth/me/mfa | Get MFA status for authenticated user
148148
*HyperstackApi.AuthApi* | [**getUserOrganizations**](docs/AuthApi.md#getUserOrganizations) | **GET** /auth/me/organizations | Get User Organizations
149149
*HyperstackApi.AuthApi* | [**retrieveAuthenticatedUserDetails**](docs/AuthApi.md#retrieveAuthenticatedUserDetails) | **GET** /auth/me | Retrieve Authenticated User Details
@@ -377,6 +377,7 @@ Class | Method | HTTP request | Description
377377
- [HyperstackApi.ClusterListResponse](docs/ClusterListResponse.md)
378378
- [HyperstackApi.ClusterNodeFields](docs/ClusterNodeFields.md)
379379
- [HyperstackApi.ClusterNodeGroupFields](docs/ClusterNodeGroupFields.md)
380+
- [HyperstackApi.ClusterNodeGroupFirewallFields](docs/ClusterNodeGroupFirewallFields.md)
380381
- [HyperstackApi.ClusterNodeGroupsCreateResponse](docs/ClusterNodeGroupsCreateResponse.md)
381382
- [HyperstackApi.ClusterNodeGroupsGetResponse](docs/ClusterNodeGroupsGetResponse.md)
382383
- [HyperstackApi.ClusterNodeGroupsListResponse](docs/ClusterNodeGroupsListResponse.md)

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.50.2-alpha
28+
* @version v1.51.0-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.50.2-alpha/Javascript'
71+
'User-Agent': 'OpenAPI-Generator/v1.51.0-alpha/Javascript'
7272
};
7373

7474
/**

dist/api/AccessKeysApi.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
* AccessKeys service.
3333
* @module api/AccessKeysApi
34-
* @version v1.50.2-alpha
34+
* @version v1.51.0-alpha
3535
*/
3636
var AccessKeysApi = exports["default"] = /*#__PURE__*/function () {
3737
/**

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.50.2-alpha
29+
* @version v1.51.0-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.50.2-alpha
34+
* @version v1.51.0-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.50.2-alpha
33+
* @version v1.51.0-alpha
3434
*/
3535
var AssigningMemberRoleApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

dist/api/AuthApi.js

Lines changed: 2 additions & 2 deletions
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.50.2-alpha
35+
* @version v1.51.0-alpha
3636
*/
3737
var AuthApi = exports["default"] = /*#__PURE__*/function () {
3838
/**
@@ -102,7 +102,7 @@ var AuthApi = exports["default"] = /*#__PURE__*/function () {
102102
var contentTypes = [];
103103
var accepts = ['application/json'];
104104
var returnType = _CommonResponseModel["default"];
105-
return this.apiClient.callApi('/auth/me/mfa/disable', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
105+
return this.apiClient.callApi('/auth/me/mfa/disable', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
106106
}
107107

108108
/**

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.50.2-alpha
33+
* @version v1.51.0-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.50.2-alpha
56+
* @version v1.51.0-alpha
5757
*/
5858
var BillingApi = exports["default"] = /*#__PURE__*/function () {
5959
/**

dist/api/BucketsApi.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
* Buckets service.
3232
* @module api/BucketsApi
33-
* @version v1.50.2-alpha
33+
* @version v1.51.0-alpha
3434
*/
3535
var BucketsApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

0 commit comments

Comments
 (0)