Skip to content

Commit 95ceed0

Browse files
committed
SDK Release v1.46.1-alpha
1 parent c288ac5 commit 95ceed0

761 files changed

Lines changed: 6357 additions & 6033 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: 114 additions & 113 deletions
Large diffs are not rendered by default.

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

7474
/**

dist/api/AliveApi.js

Lines changed: 6 additions & 6 deletions
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.45.2-alpha
29+
* @version v1.46.1-alpha
3030
*/
3131
var AliveApi = exports["default"] = /*#__PURE__*/function () {
3232
/**
@@ -78,8 +78,8 @@ var AliveApi = exports["default"] = /*#__PURE__*/function () {
7878
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
7979
*/
8080
}, {
81-
key: "getDocWithHttpInfo",
82-
value: function getDocWithHttpInfo() {
81+
key: "getAliveDocWithHttpInfo",
82+
value: function getAliveDocWithHttpInfo() {
8383
var postBody = null;
8484
var pathParams = {};
8585
var queryParams = {};
@@ -96,9 +96,9 @@ var AliveApi = exports["default"] = /*#__PURE__*/function () {
9696
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
9797
*/
9898
}, {
99-
key: "getDoc",
100-
value: function getDoc() {
101-
return this.getDocWithHttpInfo().then(function (response_and_data) {
99+
key: "getAliveDoc",
100+
value: function getAliveDoc() {
101+
return this.getAliveDocWithHttpInfo().then(function (response_and_data) {
102102
return response_and_data.data;
103103
});
104104
}

dist/api/ApiKeyApi.js

Lines changed: 6 additions & 6 deletions
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.45.2-alpha
34+
* @version v1.46.1-alpha
3535
*/
3636
var ApiKeyApi = exports["default"] = /*#__PURE__*/function () {
3737
/**
@@ -132,8 +132,8 @@ var ApiKeyApi = exports["default"] = /*#__PURE__*/function () {
132132
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetApiKeysResponseModel} and HTTP response
133133
*/
134134
}, {
135-
key: "retrieveAPIKeyWithHttpInfo",
136-
value: function retrieveAPIKeyWithHttpInfo() {
135+
key: "getAPIKeyWithHttpInfo",
136+
value: function getAPIKeyWithHttpInfo() {
137137
var postBody = null;
138138
var pathParams = {};
139139
var queryParams = {};
@@ -152,9 +152,9 @@ var ApiKeyApi = exports["default"] = /*#__PURE__*/function () {
152152
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetApiKeysResponseModel}
153153
*/
154154
}, {
155-
key: "retrieveAPIKey",
156-
value: function retrieveAPIKey() {
157-
return this.retrieveAPIKeyWithHttpInfo().then(function (response_and_data) {
155+
key: "getAPIKey",
156+
value: function getAPIKey() {
157+
return this.getAPIKeyWithHttpInfo().then(function (response_and_data) {
158158
return response_and_data.data;
159159
});
160160
}

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.45.2-alpha
33+
* @version v1.46.1-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.45.2-alpha
35+
* @version v1.46.1-alpha
3636
*/
3737
var AuthApi = exports["default"] = /*#__PURE__*/function () {
3838
/**
@@ -117,6 +117,39 @@ 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+
120153
/**
121154
* Get MFA status for authenticated user
122155
* Retrieve the Multi-Factor Authentication (MFA) status for the currentlyauthenticated user. Includes whether MFA is enabled.
@@ -182,38 +215,5 @@ var AuthApi = exports["default"] = /*#__PURE__*/function () {
182215
return response_and_data.data;
183216
});
184217
}
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: 37 additions & 37 deletions
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.45.2-alpha
33+
* @version v1.46.1-alpha
3434
*/
3535
var BetaAccessApi = exports["default"] = /*#__PURE__*/function () {
3636
/**
@@ -52,12 +52,12 @@ var BetaAccessApi = exports["default"] = /*#__PURE__*/function () {
5252
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BetaAccessRequestResponseModel} and HTTP response
5353
*/
5454
return _createClass(BetaAccessApi, [{
55-
key: "createABetaAccessRequestWithHttpInfo",
56-
value: function createABetaAccessRequestWithHttpInfo(payload) {
55+
key: "createBetaAccessRequestWithHttpInfo",
56+
value: function createBetaAccessRequestWithHttpInfo(payload) {
5757
var postBody = payload;
5858
// verify the required parameter 'payload' is set
5959
if (payload === undefined || payload === null) {
60-
throw new Error("Missing the required parameter 'payload' when calling createABetaAccessRequest");
60+
throw new Error("Missing the required parameter 'payload' when calling createBetaAccessRequest");
6161
}
6262
var pathParams = {};
6363
var queryParams = {};
@@ -77,83 +77,83 @@ var BetaAccessApi = exports["default"] = /*#__PURE__*/function () {
7777
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BetaAccessRequestResponseModel}
7878
*/
7979
}, {
80-
key: "createABetaAccessRequest",
81-
value: function createABetaAccessRequest(payload) {
82-
return this.createABetaAccessRequestWithHttpInfo(payload).then(function (response_and_data) {
80+
key: "createBetaAccessRequest",
81+
value: function createBetaAccessRequest(payload) {
82+
return this.createBetaAccessRequestWithHttpInfo(payload).then(function (response_and_data) {
8383
return response_and_data.data;
8484
});
8585
}
8686

8787
/**
88-
* Check the status of all beta access requests
89-
* Check the status of all beta access requests.
88+
* Check the status of beta access requests
89+
* Check the status of a particular beta access requests.
90+
* @param {String} program
9091
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BetaAccessStatusResponseModel} and HTTP response
9192
*/
9293
}, {
93-
key: "getBetaAccessStatusWithHttpInfo",
94-
value: function getBetaAccessStatusWithHttpInfo() {
94+
key: "getBetaAccessRequestsWithHttpInfo",
95+
value: function getBetaAccessRequestsWithHttpInfo(program) {
9596
var postBody = null;
96-
var pathParams = {};
97+
// verify the required parameter 'program' is set
98+
if (program === undefined || program === null) {
99+
throw new Error("Missing the required parameter 'program' when calling getBetaAccessRequests");
100+
}
101+
var pathParams = {
102+
'program': program
103+
};
97104
var queryParams = {};
98105
var headerParams = {};
99106
var formParams = {};
100107
var authNames = ['apiKey'];
101108
var contentTypes = [];
102109
var accepts = ['application/json'];
103110
var returnType = _BetaAccessStatusResponseModel["default"];
104-
return this.apiClient.callApi('/auth/beta-access/requests', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
111+
return this.apiClient.callApi('/auth/beta-access/requests/{program}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
105112
}
106113

107114
/**
108-
* Check the status of all beta access requests
109-
* Check the status of all beta access requests.
115+
* Check the status of beta access requests
116+
* Check the status of a particular beta access requests.
117+
* @param {String} program
110118
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BetaAccessStatusResponseModel}
111119
*/
112120
}, {
113-
key: "getBetaAccessStatus",
114-
value: function getBetaAccessStatus() {
115-
return this.getBetaAccessStatusWithHttpInfo().then(function (response_and_data) {
121+
key: "getBetaAccessRequests",
122+
value: function getBetaAccessRequests(program) {
123+
return this.getBetaAccessRequestsWithHttpInfo(program).then(function (response_and_data) {
116124
return response_and_data.data;
117125
});
118126
}
119127

120128
/**
121-
* Check the status of beta access requests
122-
* Check the status of a particular beta access requests.
123-
* @param {String} program
129+
* Check the status of all beta access requests
130+
* Check the status of all beta access requests.
124131
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BetaAccessStatusResponseModel} and HTTP response
125132
*/
126133
}, {
127-
key: "getBetaAccessStatus2WithHttpInfo",
128-
value: function getBetaAccessStatus2WithHttpInfo(program) {
134+
key: "getBetaAccessStatusWithHttpInfo",
135+
value: function getBetaAccessStatusWithHttpInfo() {
129136
var postBody = null;
130-
// verify the required parameter 'program' is set
131-
if (program === undefined || program === null) {
132-
throw new Error("Missing the required parameter 'program' when calling getBetaAccessStatus2");
133-
}
134-
var pathParams = {
135-
'program': program
136-
};
137+
var pathParams = {};
137138
var queryParams = {};
138139
var headerParams = {};
139140
var formParams = {};
140141
var authNames = ['apiKey'];
141142
var contentTypes = [];
142143
var accepts = ['application/json'];
143144
var returnType = _BetaAccessStatusResponseModel["default"];
144-
return this.apiClient.callApi('/auth/beta-access/requests/{program}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
145+
return this.apiClient.callApi('/auth/beta-access/requests', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
145146
}
146147

147148
/**
148-
* Check the status of beta access requests
149-
* Check the status of a particular beta access requests.
150-
* @param {String} program
149+
* Check the status of all beta access requests
150+
* Check the status of all beta access requests.
151151
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BetaAccessStatusResponseModel}
152152
*/
153153
}, {
154-
key: "getBetaAccessStatus2",
155-
value: function getBetaAccessStatus2(program) {
156-
return this.getBetaAccessStatus2WithHttpInfo(program).then(function (response_and_data) {
154+
key: "getBetaAccessStatus",
155+
value: function getBetaAccessStatus() {
156+
return this.getBetaAccessStatusWithHttpInfo().then(function (response_and_data) {
157157
return response_and_data.data;
158158
});
159159
}

0 commit comments

Comments
 (0)