@openfort/openfort-node 0.6.45 → 0.6.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/iamApiWrapper.d.ts +3 -3
- package/dist/apis/iamApiWrapper.js +2 -2
- package/dist/apis/iamApiWrapper.js.map +1 -1
- package/dist/generated/apis/AdminAuthenticationApi.d.ts +9 -9
- package/dist/generated/apis/AdminAuthenticationApi.js +24 -24
- package/dist/generated/apis/AdminAuthenticationApi.js.map +1 -1
- package/dist/generated/apis/AuthenticationApi.d.ts +12 -12
- package/dist/generated/apis/AuthenticationApi.js +30 -30
- package/dist/generated/apis/AuthenticationApi.js.map +1 -1
- package/dist/generated/models/Account.d.ts +1 -0
- package/dist/generated/models/Account.js +6 -0
- package/dist/generated/models/Account.js.map +1 -1
- package/dist/generated/models/AccountResponse.d.ts +1 -0
- package/dist/generated/models/AccountResponse.js +6 -0
- package/dist/generated/models/AccountResponse.js.map +1 -1
- package/dist/generated/models/AuthenticateOAuthRequest.d.ts +2 -0
- package/dist/generated/models/AuthenticateOAuthRequest.js +6 -0
- package/dist/generated/models/AuthenticateOAuthRequest.js.map +1 -1
- package/dist/generated/models/CustomAuthConfig.d.ts +41 -0
- package/dist/generated/models/CustomAuthConfig.js +50 -0
- package/dist/generated/models/CustomAuthConfig.js.map +1 -0
- package/dist/generated/models/DeviceResponse.d.ts +1 -1
- package/dist/generated/models/DeviceResponse.js +2 -2
- package/dist/generated/models/DeviceResponse.js.map +1 -1
- package/dist/generated/models/GoogleOAuthConfig.d.ts +0 -4
- package/dist/generated/models/GoogleOAuthConfig.js +0 -6
- package/dist/generated/models/GoogleOAuthConfig.js.map +1 -1
- package/dist/generated/models/OAuthConfig.d.ts +20 -4
- package/dist/generated/models/OAuthConfig.js +30 -6
- package/dist/generated/models/OAuthConfig.js.map +1 -1
- package/dist/generated/models/OAuthInitRequest.d.ts +2 -4
- package/dist/generated/models/OAuthInitRequest.js +3 -3
- package/dist/generated/models/OAuthInitRequest.js.map +1 -1
- package/dist/generated/models/OAuthInitRequestOptions.d.ts +45 -0
- package/dist/generated/models/OAuthInitRequestOptions.js +50 -0
- package/dist/generated/models/OAuthInitRequestOptions.js.map +1 -0
- package/dist/generated/models/OAuthProvider.d.ts +1 -1
- package/dist/generated/models/OAuthProviderCUSTOM.d.ts +12 -0
- package/dist/generated/models/OAuthProviderCUSTOM.js +14 -0
- package/dist/generated/models/OAuthProviderCUSTOM.js.map +1 -0
- package/dist/generated/models/OAuthProviderOIDC.d.ts +12 -0
- package/dist/generated/models/OAuthProviderOIDC.js +14 -0
- package/dist/generated/models/OAuthProviderOIDC.js.map +1 -0
- package/dist/generated/models/{GetSigninUrlResponse.d.ts → OAuthResponse.d.ts} +1 -1
- package/dist/generated/models/{GetSigninUrlResponse.js → OAuthResponse.js} +7 -7
- package/dist/generated/models/OAuthResponse.js.map +1 -0
- package/dist/generated/models/OIDCAuthConfig.d.ts +45 -0
- package/dist/generated/models/OIDCAuthConfig.js +56 -0
- package/dist/generated/models/OIDCAuthConfig.js.map +1 -0
- package/dist/generated/models/ObjectSerializer.d.ts +8 -2
- package/dist/generated/models/ObjectSerializer.js +21 -6
- package/dist/generated/models/ObjectSerializer.js.map +1 -1
- package/dist/generated/models/PlayerResponseAccountsInner.d.ts +1 -0
- package/dist/generated/models/PlayerResponseAccountsInner.js +6 -0
- package/dist/generated/models/PlayerResponseAccountsInner.js.map +1 -1
- package/dist/generated/models/SignupRequest.d.ts +5 -5
- package/dist/generated/models/TokenType.d.ts +15 -0
- package/dist/generated/models/TokenType.js +14 -0
- package/dist/generated/models/TokenType.js.map +1 -0
- package/dist/generated/models/TransactionIntentResponseAccount.d.ts +1 -0
- package/dist/generated/models/TransactionIntentResponseAccount.js +6 -0
- package/dist/generated/models/TransactionIntentResponseAccount.js.map +1 -1
- package/dist/generated/models/{LinkRequest.d.ts → UnlinkRequest.d.ts} +1 -5
- package/dist/generated/models/{LinkRequest.js → UnlinkRequest.js} +7 -13
- package/dist/generated/models/UnlinkRequest.js.map +1 -0
- package/dist/generated/models/all.d.ts +8 -2
- package/dist/generated/models/all.js +8 -2
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +30 -127
- package/dist/generated/types/ObjectParamAPI.js +31 -70
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +20 -62
- package/dist/generated/types/ObservableAPI.js +22 -120
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +20 -60
- package/dist/generated/types/PromiseAPI.js +43 -91
- package/dist/generated/types/PromiseAPI.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/generated/apis/EmbeddedApi.d.ts +0 -78
- package/dist/generated/apis/EmbeddedApi.js +0 -250
- package/dist/generated/apis/EmbeddedApi.js.map +0 -1
- package/dist/generated/models/GetSigninUrlResponse.js.map +0 -1
- package/dist/generated/models/LinkRequest.js.map +0 -1
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { BaseAPIRequestFactory } from './baseapi';
|
|
2
|
-
import { Configuration } from '../configuration';
|
|
3
|
-
import { RequestContext, ResponseContext } from '../http/http';
|
|
4
|
-
import { BaseEntityListResponseDeviceResponse } from '../models/BaseEntityListResponseDeviceResponse';
|
|
5
|
-
import { BaseEntityListResponseShareResponse } from '../models/BaseEntityListResponseShareResponse';
|
|
6
|
-
import { CreateDeviceRequest } from '../models/CreateDeviceRequest';
|
|
7
|
-
import { CreateShareRequest } from '../models/CreateShareRequest';
|
|
8
|
-
import { DeviceResponse } from '../models/DeviceResponse';
|
|
9
|
-
import { ShareResponse } from '../models/ShareResponse';
|
|
10
|
-
import { SortOrder } from '../models/SortOrder';
|
|
11
|
-
/**
|
|
12
|
-
* no description
|
|
13
|
-
*/
|
|
14
|
-
export declare class EmbeddedApiRequestFactory extends BaseAPIRequestFactory {
|
|
15
|
-
/**
|
|
16
|
-
* Creates a new device for a given account. This object represents the device that the account owner uses to store the device share. It has an equivalent auth share and recovery share associated with it.
|
|
17
|
-
* Create a device object.
|
|
18
|
-
* @param createDeviceRequest
|
|
19
|
-
*/
|
|
20
|
-
createDevice(createDeviceRequest: CreateDeviceRequest, _options?: Configuration): Promise<RequestContext>;
|
|
21
|
-
/**
|
|
22
|
-
* Add the share of for existing device.
|
|
23
|
-
* Create a device share.
|
|
24
|
-
* @param id Specifies the unique device ID (starts with dev_).
|
|
25
|
-
* @param createShareRequest
|
|
26
|
-
*/
|
|
27
|
-
createDeviceShare(id: string, createShareRequest: CreateShareRequest, _options?: Configuration): Promise<RequestContext>;
|
|
28
|
-
/**
|
|
29
|
-
* Retrieves the shares of an existing device.
|
|
30
|
-
* Get existing device shares.
|
|
31
|
-
* @param id Specifies the unique device ID (starts with dev_).
|
|
32
|
-
* @param shareType Specifies the type of the share ID
|
|
33
|
-
*/
|
|
34
|
-
getDeviceShares(id: string, shareType?: string, _options?: Configuration): Promise<RequestContext>;
|
|
35
|
-
/**
|
|
36
|
-
* Returns a list of devices for the given account. This object represents the devices where the account owner has device share stored. Devices are returned sorted by creation date, with the most recently created devices appearing first. By default, a maximum of 10 devices are shown per page.
|
|
37
|
-
* List devices of account.
|
|
38
|
-
* @param account Specifies the unique account ID (starts with acc_)
|
|
39
|
-
* @param limit Specifies the maximum number of records to return.
|
|
40
|
-
* @param skip Specifies the offset for the first records to return.
|
|
41
|
-
* @param order Specifies the order in which to sort the results.
|
|
42
|
-
*/
|
|
43
|
-
getDevices(account: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Promise<RequestContext>;
|
|
44
|
-
}
|
|
45
|
-
export declare class EmbeddedApiResponseProcessor {
|
|
46
|
-
/**
|
|
47
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
48
|
-
* to the expected objects
|
|
49
|
-
*
|
|
50
|
-
* @params response Response returned by the server for a request to createDevice
|
|
51
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
52
|
-
*/
|
|
53
|
-
createDevice(response: ResponseContext): Promise<DeviceResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
56
|
-
* to the expected objects
|
|
57
|
-
*
|
|
58
|
-
* @params response Response returned by the server for a request to createDeviceShare
|
|
59
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
60
|
-
*/
|
|
61
|
-
createDeviceShare(response: ResponseContext): Promise<ShareResponse>;
|
|
62
|
-
/**
|
|
63
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
64
|
-
* to the expected objects
|
|
65
|
-
*
|
|
66
|
-
* @params response Response returned by the server for a request to getDeviceShares
|
|
67
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
68
|
-
*/
|
|
69
|
-
getDeviceShares(response: ResponseContext): Promise<BaseEntityListResponseShareResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
72
|
-
* to the expected objects
|
|
73
|
-
*
|
|
74
|
-
* @params response Response returned by the server for a request to getDevices
|
|
75
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
76
|
-
*/
|
|
77
|
-
getDevices(response: ResponseContext): Promise<BaseEntityListResponseDeviceResponse>;
|
|
78
|
-
}
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EmbeddedApiResponseProcessor = exports.EmbeddedApiRequestFactory = void 0;
|
|
4
|
-
// TODO: better import syntax?
|
|
5
|
-
const baseapi_1 = require("./baseapi");
|
|
6
|
-
const http_1 = require("../http/http");
|
|
7
|
-
const ObjectSerializer_1 = require("../models/ObjectSerializer");
|
|
8
|
-
const exception_1 = require("./exception");
|
|
9
|
-
const util_1 = require("../util");
|
|
10
|
-
/**
|
|
11
|
-
* no description
|
|
12
|
-
*/
|
|
13
|
-
class EmbeddedApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
|
|
14
|
-
/**
|
|
15
|
-
* Creates a new device for a given account. This object represents the device that the account owner uses to store the device share. It has an equivalent auth share and recovery share associated with it.
|
|
16
|
-
* Create a device object.
|
|
17
|
-
* @param createDeviceRequest
|
|
18
|
-
*/
|
|
19
|
-
async createDevice(createDeviceRequest, _options) {
|
|
20
|
-
let _config = _options || this.configuration;
|
|
21
|
-
// verify required parameter 'createDeviceRequest' is not null or undefined
|
|
22
|
-
if (createDeviceRequest === null || createDeviceRequest === undefined) {
|
|
23
|
-
throw new baseapi_1.RequiredError("EmbeddedApi", "createDevice", "createDeviceRequest");
|
|
24
|
-
}
|
|
25
|
-
// Path Params
|
|
26
|
-
const localVarPath = '/v1/devices';
|
|
27
|
-
// Make Request Context
|
|
28
|
-
const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.POST);
|
|
29
|
-
requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
|
|
30
|
-
// Body Params
|
|
31
|
-
const contentType = ObjectSerializer_1.ObjectSerializer.getPreferredMediaType([
|
|
32
|
-
"application/json"
|
|
33
|
-
]);
|
|
34
|
-
requestContext.setHeaderParam("Content-Type", contentType);
|
|
35
|
-
const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(createDeviceRequest, "CreateDeviceRequest", ""), contentType);
|
|
36
|
-
requestContext.setBody(serializedBody);
|
|
37
|
-
const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
|
|
38
|
-
if (defaultAuth?.applySecurityAuthentication) {
|
|
39
|
-
await defaultAuth?.applySecurityAuthentication(requestContext);
|
|
40
|
-
}
|
|
41
|
-
return requestContext;
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Add the share of for existing device.
|
|
45
|
-
* Create a device share.
|
|
46
|
-
* @param id Specifies the unique device ID (starts with dev_).
|
|
47
|
-
* @param createShareRequest
|
|
48
|
-
*/
|
|
49
|
-
async createDeviceShare(id, createShareRequest, _options) {
|
|
50
|
-
let _config = _options || this.configuration;
|
|
51
|
-
// verify required parameter 'id' is not null or undefined
|
|
52
|
-
if (id === null || id === undefined) {
|
|
53
|
-
throw new baseapi_1.RequiredError("EmbeddedApi", "createDeviceShare", "id");
|
|
54
|
-
}
|
|
55
|
-
// verify required parameter 'createShareRequest' is not null or undefined
|
|
56
|
-
if (createShareRequest === null || createShareRequest === undefined) {
|
|
57
|
-
throw new baseapi_1.RequiredError("EmbeddedApi", "createDeviceShare", "createShareRequest");
|
|
58
|
-
}
|
|
59
|
-
// Path Params
|
|
60
|
-
const localVarPath = '/v1/devices/{id}/shares'
|
|
61
|
-
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
62
|
-
// Make Request Context
|
|
63
|
-
const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.POST);
|
|
64
|
-
requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
|
|
65
|
-
// Body Params
|
|
66
|
-
const contentType = ObjectSerializer_1.ObjectSerializer.getPreferredMediaType([
|
|
67
|
-
"application/json"
|
|
68
|
-
]);
|
|
69
|
-
requestContext.setHeaderParam("Content-Type", contentType);
|
|
70
|
-
const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(createShareRequest, "CreateShareRequest", ""), contentType);
|
|
71
|
-
requestContext.setBody(serializedBody);
|
|
72
|
-
const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
|
|
73
|
-
if (defaultAuth?.applySecurityAuthentication) {
|
|
74
|
-
await defaultAuth?.applySecurityAuthentication(requestContext);
|
|
75
|
-
}
|
|
76
|
-
return requestContext;
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* Retrieves the shares of an existing device.
|
|
80
|
-
* Get existing device shares.
|
|
81
|
-
* @param id Specifies the unique device ID (starts with dev_).
|
|
82
|
-
* @param shareType Specifies the type of the share ID
|
|
83
|
-
*/
|
|
84
|
-
async getDeviceShares(id, shareType, _options) {
|
|
85
|
-
let _config = _options || this.configuration;
|
|
86
|
-
// verify required parameter 'id' is not null or undefined
|
|
87
|
-
if (id === null || id === undefined) {
|
|
88
|
-
throw new baseapi_1.RequiredError("EmbeddedApi", "getDeviceShares", "id");
|
|
89
|
-
}
|
|
90
|
-
// Path Params
|
|
91
|
-
const localVarPath = '/v1/devices/{id}/shares'
|
|
92
|
-
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
93
|
-
// Make Request Context
|
|
94
|
-
const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
|
|
95
|
-
requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
|
|
96
|
-
// Query Params
|
|
97
|
-
if (shareType !== undefined) {
|
|
98
|
-
requestContext.setQueryParam("shareType", ObjectSerializer_1.ObjectSerializer.serialize(shareType, "string", ""));
|
|
99
|
-
}
|
|
100
|
-
const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
|
|
101
|
-
if (defaultAuth?.applySecurityAuthentication) {
|
|
102
|
-
await defaultAuth?.applySecurityAuthentication(requestContext);
|
|
103
|
-
}
|
|
104
|
-
return requestContext;
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* Returns a list of devices for the given account. This object represents the devices where the account owner has device share stored. Devices are returned sorted by creation date, with the most recently created devices appearing first. By default, a maximum of 10 devices are shown per page.
|
|
108
|
-
* List devices of account.
|
|
109
|
-
* @param account Specifies the unique account ID (starts with acc_)
|
|
110
|
-
* @param limit Specifies the maximum number of records to return.
|
|
111
|
-
* @param skip Specifies the offset for the first records to return.
|
|
112
|
-
* @param order Specifies the order in which to sort the results.
|
|
113
|
-
*/
|
|
114
|
-
async getDevices(account, limit, skip, order, _options) {
|
|
115
|
-
let _config = _options || this.configuration;
|
|
116
|
-
// verify required parameter 'account' is not null or undefined
|
|
117
|
-
if (account === null || account === undefined) {
|
|
118
|
-
throw new baseapi_1.RequiredError("EmbeddedApi", "getDevices", "account");
|
|
119
|
-
}
|
|
120
|
-
// Path Params
|
|
121
|
-
const localVarPath = '/v1/devices';
|
|
122
|
-
// Make Request Context
|
|
123
|
-
const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
|
|
124
|
-
requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
|
|
125
|
-
// Query Params
|
|
126
|
-
if (limit !== undefined) {
|
|
127
|
-
requestContext.setQueryParam("limit", ObjectSerializer_1.ObjectSerializer.serialize(limit, "number", "int32"));
|
|
128
|
-
}
|
|
129
|
-
// Query Params
|
|
130
|
-
if (skip !== undefined) {
|
|
131
|
-
requestContext.setQueryParam("skip", ObjectSerializer_1.ObjectSerializer.serialize(skip, "number", "int32"));
|
|
132
|
-
}
|
|
133
|
-
// Query Params
|
|
134
|
-
if (order !== undefined) {
|
|
135
|
-
requestContext.setQueryParam("order", ObjectSerializer_1.ObjectSerializer.serialize(order, "SortOrder", ""));
|
|
136
|
-
}
|
|
137
|
-
// Query Params
|
|
138
|
-
if (account !== undefined) {
|
|
139
|
-
requestContext.setQueryParam("account", ObjectSerializer_1.ObjectSerializer.serialize(account, "string", ""));
|
|
140
|
-
}
|
|
141
|
-
const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
|
|
142
|
-
if (defaultAuth?.applySecurityAuthentication) {
|
|
143
|
-
await defaultAuth?.applySecurityAuthentication(requestContext);
|
|
144
|
-
}
|
|
145
|
-
return requestContext;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
exports.EmbeddedApiRequestFactory = EmbeddedApiRequestFactory;
|
|
149
|
-
class EmbeddedApiResponseProcessor {
|
|
150
|
-
/**
|
|
151
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
152
|
-
* to the expected objects
|
|
153
|
-
*
|
|
154
|
-
* @params response Response returned by the server for a request to createDevice
|
|
155
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
156
|
-
*/
|
|
157
|
-
async createDevice(response) {
|
|
158
|
-
const contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
|
|
159
|
-
if ((0, util_1.isCodeInRange)("201", response.httpStatusCode)) {
|
|
160
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "DeviceResponse", "");
|
|
161
|
-
return body;
|
|
162
|
-
}
|
|
163
|
-
if ((0, util_1.isCodeInRange)("401", response.httpStatusCode)) {
|
|
164
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Error response.", undefined, response.headers);
|
|
165
|
-
}
|
|
166
|
-
if ((0, util_1.isCodeInRange)("409", response.httpStatusCode)) {
|
|
167
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Error response.", undefined, response.headers);
|
|
168
|
-
}
|
|
169
|
-
// Work around for missing responses in specification, e.g. for petstore.yaml
|
|
170
|
-
if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) {
|
|
171
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "DeviceResponse", "");
|
|
172
|
-
return body;
|
|
173
|
-
}
|
|
174
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Unknown API Status Code!", await response.getBodyAsAny(), response.headers);
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
178
|
-
* to the expected objects
|
|
179
|
-
*
|
|
180
|
-
* @params response Response returned by the server for a request to createDeviceShare
|
|
181
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
182
|
-
*/
|
|
183
|
-
async createDeviceShare(response) {
|
|
184
|
-
const contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
|
|
185
|
-
if ((0, util_1.isCodeInRange)("201", response.httpStatusCode)) {
|
|
186
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "ShareResponse", "");
|
|
187
|
-
return body;
|
|
188
|
-
}
|
|
189
|
-
if ((0, util_1.isCodeInRange)("401", response.httpStatusCode)) {
|
|
190
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Error response.", undefined, response.headers);
|
|
191
|
-
}
|
|
192
|
-
if ((0, util_1.isCodeInRange)("409", response.httpStatusCode)) {
|
|
193
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Error response.", undefined, response.headers);
|
|
194
|
-
}
|
|
195
|
-
// Work around for missing responses in specification, e.g. for petstore.yaml
|
|
196
|
-
if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) {
|
|
197
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "ShareResponse", "");
|
|
198
|
-
return body;
|
|
199
|
-
}
|
|
200
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Unknown API Status Code!", await response.getBodyAsAny(), response.headers);
|
|
201
|
-
}
|
|
202
|
-
/**
|
|
203
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
204
|
-
* to the expected objects
|
|
205
|
-
*
|
|
206
|
-
* @params response Response returned by the server for a request to getDeviceShares
|
|
207
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
208
|
-
*/
|
|
209
|
-
async getDeviceShares(response) {
|
|
210
|
-
const contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
|
|
211
|
-
if ((0, util_1.isCodeInRange)("200", response.httpStatusCode)) {
|
|
212
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "BaseEntityListResponseShareResponse", "");
|
|
213
|
-
return body;
|
|
214
|
-
}
|
|
215
|
-
if ((0, util_1.isCodeInRange)("401", response.httpStatusCode)) {
|
|
216
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Error response.", undefined, response.headers);
|
|
217
|
-
}
|
|
218
|
-
// Work around for missing responses in specification, e.g. for petstore.yaml
|
|
219
|
-
if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) {
|
|
220
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "BaseEntityListResponseShareResponse", "");
|
|
221
|
-
return body;
|
|
222
|
-
}
|
|
223
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Unknown API Status Code!", await response.getBodyAsAny(), response.headers);
|
|
224
|
-
}
|
|
225
|
-
/**
|
|
226
|
-
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
227
|
-
* to the expected objects
|
|
228
|
-
*
|
|
229
|
-
* @params response Response returned by the server for a request to getDevices
|
|
230
|
-
* @throws ApiException if the response code was not in [200, 299]
|
|
231
|
-
*/
|
|
232
|
-
async getDevices(response) {
|
|
233
|
-
const contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
|
|
234
|
-
if ((0, util_1.isCodeInRange)("200", response.httpStatusCode)) {
|
|
235
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "BaseEntityListResponseDeviceResponse", "");
|
|
236
|
-
return body;
|
|
237
|
-
}
|
|
238
|
-
if ((0, util_1.isCodeInRange)("401", response.httpStatusCode)) {
|
|
239
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Error response.", undefined, response.headers);
|
|
240
|
-
}
|
|
241
|
-
// Work around for missing responses in specification, e.g. for petstore.yaml
|
|
242
|
-
if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) {
|
|
243
|
-
const body = ObjectSerializer_1.ObjectSerializer.deserialize(ObjectSerializer_1.ObjectSerializer.parse(await response.body.text(), contentType), "BaseEntityListResponseDeviceResponse", "");
|
|
244
|
-
return body;
|
|
245
|
-
}
|
|
246
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Unknown API Status Code!", await response.getBodyAsAny(), response.headers);
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
exports.EmbeddedApiResponseProcessor = EmbeddedApiResponseProcessor;
|
|
250
|
-
//# sourceMappingURL=EmbeddedApi.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EmbeddedApi.js","sourceRoot":"","sources":["../../../src/generated/apis/EmbeddedApi.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetSigninUrlResponse.js","sourceRoot":"","sources":["../../../src/generated/models/GetSigninUrlResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,oBAAoB;IAoB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;IAED;IACA,CAAC;;AAzBL,oDA0BC;AAtBmB,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LinkRequest.js","sourceRoot":"","sources":["../../../src/generated/models/LinkRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH;;EAEE;AACF,MAAa,WAAW;IAuBpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;IAED;IACA,CAAC;;AA5BL,kCA6BC;AAtBmB,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0E;IACtG;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;QACvB,QAAQ,EAAE,EAAE;KACf;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,EAAE;KACf;CAAK,CAAC"}
|