Skip to content

Commit eccd536

Browse files
committed
SDK Release v1.46.2-alpha
1 parent 95ceed0 commit eccd536

File tree

696 files changed

+802
-802
lines changed

Some content is hidden

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

696 files changed

+802
-802
lines changed

README.md

Lines changed: 2 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.46.1-alpha
12+
- Package version: v1.46.2-alpha
1313
- Generator version: 7.10.0
1414
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1515

@@ -138,9 +138,9 @@ Class | Method | HTTP request | Description
138138
*HyperstackApi.AssigningMemberRoleApi* | [**removeRBACRoleFromUser**](docs/AssigningMemberRoleApi.md#removeRBACRoleFromUser) | **DELETE** /auth/users/{user_id}/roles | Remove RBAC Role From User
139139
*HyperstackApi.AuthApi* | [**changeOrganizationForToken**](docs/AuthApi.md#changeOrganizationForToken) | **GET** /auth/token/change-org/{org_id} |
140140
*HyperstackApi.AuthApi* | [**disableMFA**](docs/AuthApi.md#disableMFA) | **GET** /auth/me/mfa/disable |
141-
*HyperstackApi.AuthApi* | [**getAuthenticatedUser**](docs/AuthApi.md#getAuthenticatedUser) | **GET** /auth/me | Retrieve Authenticated User Details
142141
*HyperstackApi.AuthApi* | [**getUserMFAStatus**](docs/AuthApi.md#getUserMFAStatus) | **GET** /auth/me/mfa | Get MFA status for authenticated user
143142
*HyperstackApi.AuthApi* | [**getUserOrganizations**](docs/AuthApi.md#getUserOrganizations) | **GET** /auth/me/organizations | Get User Organizations
143+
*HyperstackApi.AuthApi* | [**retrieveAuthenticatedUserDetails**](docs/AuthApi.md#retrieveAuthenticatedUserDetails) | **GET** /auth/me | Retrieve Authenticated User Details
144144
*HyperstackApi.BetaAccessApi* | [**createBetaAccessRequest**](docs/BetaAccessApi.md#createBetaAccessRequest) | **POST** /auth/beta-access/requests | Create a new beta access request
145145
*HyperstackApi.BetaAccessApi* | [**getBetaAccessRequests**](docs/BetaAccessApi.md#getBetaAccessRequests) | **GET** /auth/beta-access/requests/{program} | Check the status of beta access requests
146146
*HyperstackApi.BetaAccessApi* | [**getBetaAccessStatus**](docs/BetaAccessApi.md#getBetaAccessStatus) | **GET** /auth/beta-access/requests | Check the status of all beta access requests

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.46.1-alpha
28+
* @version v1.46.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.46.1-alpha/Javascript'
71+
'User-Agent': 'OpenAPI-Generator/v1.46.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.46.1-alpha
29+
* @version v1.46.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.46.1-alpha
34+
* @version v1.46.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.46.1-alpha
33+
* @version v1.46.2-alpha
3434
*/
3535
var AssigningMemberRoleApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

dist/api/AuthApi.js

Lines changed: 34 additions & 34 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.46.1-alpha
35+
* @version v1.46.2-alpha
3636
*/
3737
var AuthApi = exports["default"] = /*#__PURE__*/function () {
3838
/**
@@ -117,39 +117,6 @@ var AuthApi = exports["default"] = /*#__PURE__*/function () {
117117
});
118118
}
119119

120-
/**
121-
* Retrieve Authenticated User Details
122-
* Retrieves detailed information about the currently authenticated user. For additional information, [**click here**](https://docs.hyperstack.cloud/docs/api-reference/auth-resources/auth).
123-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/AuthUserInfoResponseModel} and HTTP response
124-
*/
125-
}, {
126-
key: "getAuthenticatedUserWithHttpInfo",
127-
value: function getAuthenticatedUserWithHttpInfo() {
128-
var postBody = null;
129-
var pathParams = {};
130-
var queryParams = {};
131-
var headerParams = {};
132-
var formParams = {};
133-
var authNames = ['apiKey'];
134-
var contentTypes = [];
135-
var accepts = ['application/json'];
136-
var returnType = _AuthUserInfoResponseModel["default"];
137-
return this.apiClient.callApi('/auth/me', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
138-
}
139-
140-
/**
141-
* Retrieve Authenticated User Details
142-
* Retrieves detailed information about the currently authenticated user. For additional information, [**click here**](https://docs.hyperstack.cloud/docs/api-reference/auth-resources/auth).
143-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AuthUserInfoResponseModel}
144-
*/
145-
}, {
146-
key: "getAuthenticatedUser",
147-
value: function getAuthenticatedUser() {
148-
return this.getAuthenticatedUserWithHttpInfo().then(function (response_and_data) {
149-
return response_and_data.data;
150-
});
151-
}
152-
153120
/**
154121
* Get MFA status for authenticated user
155122
* Retrieve the Multi-Factor Authentication (MFA) status for the currentlyauthenticated user. Includes whether MFA is enabled.
@@ -215,5 +182,38 @@ var AuthApi = exports["default"] = /*#__PURE__*/function () {
215182
return response_and_data.data;
216183
});
217184
}
185+
186+
/**
187+
* Retrieve Authenticated User Details
188+
* Retrieves detailed information about the currently authenticated user. For additional information, [**click here**](https://docs.hyperstack.cloud/docs/api-reference/auth-resources/auth).
189+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/AuthUserInfoResponseModel} and HTTP response
190+
*/
191+
}, {
192+
key: "retrieveAuthenticatedUserDetailsWithHttpInfo",
193+
value: function retrieveAuthenticatedUserDetailsWithHttpInfo() {
194+
var postBody = null;
195+
var pathParams = {};
196+
var queryParams = {};
197+
var headerParams = {};
198+
var formParams = {};
199+
var authNames = ['apiKey'];
200+
var contentTypes = [];
201+
var accepts = ['application/json'];
202+
var returnType = _AuthUserInfoResponseModel["default"];
203+
return this.apiClient.callApi('/auth/me', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
204+
}
205+
206+
/**
207+
* Retrieve Authenticated User Details
208+
* Retrieves detailed information about the currently authenticated user. For additional information, [**click here**](https://docs.hyperstack.cloud/docs/api-reference/auth-resources/auth).
209+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AuthUserInfoResponseModel}
210+
*/
211+
}, {
212+
key: "retrieveAuthenticatedUserDetails",
213+
value: function retrieveAuthenticatedUserDetails() {
214+
return this.retrieveAuthenticatedUserDetailsWithHttpInfo().then(function (response_and_data) {
215+
return response_and_data.data;
216+
});
217+
}
218218
}]);
219219
}();

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.46.1-alpha
33+
* @version v1.46.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.46.1-alpha
56+
* @version v1.46.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.46.1-alpha
31+
* @version v1.46.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.46.1-alpha
33+
* @version v1.46.2-alpha
3434
*/
3535
var CallbacksApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

0 commit comments

Comments
 (0)