@dynamic-labs/sdk-api 0.0.18 → 0.0.21
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/package.json +1 -1
- package/src/apis/EnvironmentsApi.js.map +1 -1
- package/src/apis/InvitesApi.js.map +1 -1
- package/src/apis/OrganizationsApi.js.map +1 -1
- package/src/apis/ProjectsApi.js.map +1 -1
- package/src/apis/SDKApi.js.map +1 -1
- package/src/apis/TokensApi.d.ts +53 -0
- package/src/apis/TokensApi.js +169 -0
- package/src/apis/TokensApi.js.map +1 -0
- package/src/apis/UsersApi.js.map +1 -1
- package/src/apis/index.d.ts +1 -0
- package/src/apis/index.js +1 -0
- package/src/apis/index.js.map +1 -1
- package/src/models/BadRequest.d.ts +27 -0
- package/src/models/BadRequest.js +43 -0
- package/src/models/BadRequest.js.map +1 -0
- package/src/models/ChainEnum.d.ts +1 -0
- package/src/models/ChainEnum.js +1 -0
- package/src/models/ChainEnum.js.map +1 -1
- package/src/models/CreateTokenResponse.d.ts +28 -0
- package/src/models/CreateTokenResponse.js +44 -0
- package/src/models/CreateTokenResponse.js.map +1 -0
- package/src/models/CreateTokenResponseAllOf.d.ts +28 -0
- package/src/models/CreateTokenResponseAllOf.js +44 -0
- package/src/models/CreateTokenResponseAllOf.js.map +1 -0
- package/src/models/CreateTokenResponseAllOfToken.d.ts +27 -0
- package/src/models/CreateTokenResponseAllOfToken.js +43 -0
- package/src/models/CreateTokenResponseAllOfToken.js.map +1 -0
- package/src/models/ErrorMessageWithCode.d.ts +33 -0
- package/src/models/ErrorMessageWithCode.js +45 -0
- package/src/models/ErrorMessageWithCode.js.map +1 -0
- package/src/models/ForbiddenWithErrorAndPayload.d.ts +34 -0
- package/src/models/ForbiddenWithErrorAndPayload.js +46 -0
- package/src/models/ForbiddenWithErrorAndPayload.js.map +1 -0
- package/src/models/InternalServerError.d.ts +27 -0
- package/src/models/InternalServerError.js +43 -0
- package/src/models/InternalServerError.js.map +1 -0
- package/src/models/PostTokenFields.d.ts +27 -0
- package/src/models/PostTokenFields.js +42 -0
- package/src/models/PostTokenFields.js.map +1 -0
- package/src/models/PutTokenFields.d.ts +27 -0
- package/src/models/PutTokenFields.js +42 -0
- package/src/models/PutTokenFields.js.map +1 -0
- package/src/models/TokenResponse.d.ts +28 -0
- package/src/models/TokenResponse.js +44 -0
- package/src/models/TokenResponse.js.map +1 -0
- package/src/models/TokenResponseToken.d.ts +71 -0
- package/src/models/TokenResponseToken.js +59 -0
- package/src/models/TokenResponseToken.js.map +1 -0
- package/src/models/TokenResponseTokenCreatedBy.d.ts +33 -0
- package/src/models/TokenResponseTokenCreatedBy.js +45 -0
- package/src/models/TokenResponseTokenCreatedBy.js.map +1 -0
- package/src/models/TokenResponseTokenProjectEnvironment.d.ts +27 -0
- package/src/models/TokenResponseTokenProjectEnvironment.js +43 -0
- package/src/models/TokenResponseTokenProjectEnvironment.js.map +1 -0
- package/src/models/TokensResponse.d.ts +28 -0
- package/src/models/TokensResponse.js +44 -0
- package/src/models/TokensResponse.js.map +1 -0
- package/src/models/VerifyRequest.d.ts +1 -0
- package/src/models/VerifyRequest.js +1 -0
- package/src/models/VerifyRequest.js.map +1 -1
- package/src/models/WalletProviderEnum.d.ts +1 -0
- package/src/models/WalletProviderEnum.js +1 -0
- package/src/models/WalletProviderEnum.js.map +1 -1
- package/src/models/index.d.ts +13 -0
- package/src/models/index.js +13 -0
- package/src/models/index.js.map +1 -1
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateTokenResponseAllOfToJSON = exports.CreateTokenResponseAllOfFromJSONTyped = exports.CreateTokenResponseAllOfFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
const CreateTokenResponseAllOfToken_1 = require("./CreateTokenResponseAllOfToken");
|
|
19
|
+
function CreateTokenResponseAllOfFromJSON(json) {
|
|
20
|
+
return CreateTokenResponseAllOfFromJSONTyped(json, false);
|
|
21
|
+
}
|
|
22
|
+
exports.CreateTokenResponseAllOfFromJSON = CreateTokenResponseAllOfFromJSON;
|
|
23
|
+
function CreateTokenResponseAllOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if ((json === undefined) || (json === null)) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'token': !(0, runtime_1.exists)(json, 'token') ? undefined : (0, CreateTokenResponseAllOfToken_1.CreateTokenResponseAllOfTokenFromJSON)(json['token']),
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
exports.CreateTokenResponseAllOfFromJSONTyped = CreateTokenResponseAllOfFromJSONTyped;
|
|
32
|
+
function CreateTokenResponseAllOfToJSON(value) {
|
|
33
|
+
if (value === undefined) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
if (value === null) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'token': (0, CreateTokenResponseAllOfToken_1.CreateTokenResponseAllOfTokenToJSON)(value.token),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.CreateTokenResponseAllOfToJSON = CreateTokenResponseAllOfToJSON;
|
|
44
|
+
//# sourceMappingURL=CreateTokenResponseAllOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTokenResponseAllOf.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/CreateTokenResponseAllOf.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAC/C,mFAKyC;AAgBzC,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAFD,4EAEC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACrG,CAAC;AACN,CAAC;AARD,sFAQC;AAED,SAAgB,8BAA8B,CAAC,KAAuC;IAClF,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,KAAK,CAAC;KAC5D,CAAC;AACN,CAAC;AAXD,wEAWC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateTokenResponseAllOfToken
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateTokenResponseAllOfToken {
|
|
18
|
+
/**
|
|
19
|
+
* The actual token created. If you do not save it, it can never be retrieved again
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateTokenResponseAllOfToken
|
|
22
|
+
*/
|
|
23
|
+
rawToken?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function CreateTokenResponseAllOfTokenFromJSON(json: any): CreateTokenResponseAllOfToken;
|
|
26
|
+
export declare function CreateTokenResponseAllOfTokenFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateTokenResponseAllOfToken;
|
|
27
|
+
export declare function CreateTokenResponseAllOfTokenToJSON(value?: CreateTokenResponseAllOfToken | null): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateTokenResponseAllOfTokenToJSON = exports.CreateTokenResponseAllOfTokenFromJSONTyped = exports.CreateTokenResponseAllOfTokenFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function CreateTokenResponseAllOfTokenFromJSON(json) {
|
|
19
|
+
return CreateTokenResponseAllOfTokenFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.CreateTokenResponseAllOfTokenFromJSON = CreateTokenResponseAllOfTokenFromJSON;
|
|
22
|
+
function CreateTokenResponseAllOfTokenFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'rawToken': !(0, runtime_1.exists)(json, 'rawToken') ? undefined : json['rawToken'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.CreateTokenResponseAllOfTokenFromJSONTyped = CreateTokenResponseAllOfTokenFromJSONTyped;
|
|
31
|
+
function CreateTokenResponseAllOfTokenToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'rawToken': value.rawToken,
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
exports.CreateTokenResponseAllOfTokenToJSON = CreateTokenResponseAllOfTokenToJSON;
|
|
43
|
+
//# sourceMappingURL=CreateTokenResponseAllOfToken.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTokenResponseAllOfToken.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/CreateTokenResponseAllOfToken.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAe/C,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAFD,sFAEC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,UAAU,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACvE,CAAC;AACN,CAAC;AARD,gGAQC;AAED,SAAgB,mCAAmC,CAAC,KAA4C;IAC5F,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,QAAQ;KAC7B,CAAC;AACN,CAAC;AAXD,kFAWC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ErrorMessageWithCode
|
|
16
|
+
*/
|
|
17
|
+
export interface ErrorMessageWithCode {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ErrorMessageWithCode
|
|
22
|
+
*/
|
|
23
|
+
code?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ErrorMessageWithCode
|
|
28
|
+
*/
|
|
29
|
+
message?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function ErrorMessageWithCodeFromJSON(json: any): ErrorMessageWithCode;
|
|
32
|
+
export declare function ErrorMessageWithCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorMessageWithCode;
|
|
33
|
+
export declare function ErrorMessageWithCodeToJSON(value?: ErrorMessageWithCode | null): any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ErrorMessageWithCodeToJSON = exports.ErrorMessageWithCodeFromJSONTyped = exports.ErrorMessageWithCodeFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function ErrorMessageWithCodeFromJSON(json) {
|
|
19
|
+
return ErrorMessageWithCodeFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.ErrorMessageWithCodeFromJSON = ErrorMessageWithCodeFromJSON;
|
|
22
|
+
function ErrorMessageWithCodeFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'code': !(0, runtime_1.exists)(json, 'code') ? undefined : json['code'],
|
|
28
|
+
'message': !(0, runtime_1.exists)(json, 'message') ? undefined : json['message'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
exports.ErrorMessageWithCodeFromJSONTyped = ErrorMessageWithCodeFromJSONTyped;
|
|
32
|
+
function ErrorMessageWithCodeToJSON(value) {
|
|
33
|
+
if (value === undefined) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
if (value === null) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'code': value.code,
|
|
41
|
+
'message': value.message,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
exports.ErrorMessageWithCodeToJSON = ErrorMessageWithCodeToJSON;
|
|
45
|
+
//# sourceMappingURL=ErrorMessageWithCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorMessageWithCode.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/ErrorMessageWithCode.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAFD,oEAEC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACxD,SAAS,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACpE,CAAC;AACN,CAAC;AATD,8EASC;AAED,SAAgB,0BAA0B,CAAC,KAAmC;IAC1E,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,IAAI;QAClB,SAAS,EAAE,KAAK,CAAC,OAAO;KAC3B,CAAC;AACN,CAAC;AAZD,gEAYC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ErrorMessageWithCode } from './ErrorMessageWithCode';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ForbiddenWithErrorAndPayload
|
|
17
|
+
*/
|
|
18
|
+
export interface ForbiddenWithErrorAndPayload {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ErrorMessageWithCode}
|
|
22
|
+
* @memberof ForbiddenWithErrorAndPayload
|
|
23
|
+
*/
|
|
24
|
+
error?: ErrorMessageWithCode;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {object}
|
|
28
|
+
* @memberof ForbiddenWithErrorAndPayload
|
|
29
|
+
*/
|
|
30
|
+
payload?: object;
|
|
31
|
+
}
|
|
32
|
+
export declare function ForbiddenWithErrorAndPayloadFromJSON(json: any): ForbiddenWithErrorAndPayload;
|
|
33
|
+
export declare function ForbiddenWithErrorAndPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): ForbiddenWithErrorAndPayload;
|
|
34
|
+
export declare function ForbiddenWithErrorAndPayloadToJSON(value?: ForbiddenWithErrorAndPayload | null): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ForbiddenWithErrorAndPayloadToJSON = exports.ForbiddenWithErrorAndPayloadFromJSONTyped = exports.ForbiddenWithErrorAndPayloadFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
const ErrorMessageWithCode_1 = require("./ErrorMessageWithCode");
|
|
19
|
+
function ForbiddenWithErrorAndPayloadFromJSON(json) {
|
|
20
|
+
return ForbiddenWithErrorAndPayloadFromJSONTyped(json, false);
|
|
21
|
+
}
|
|
22
|
+
exports.ForbiddenWithErrorAndPayloadFromJSON = ForbiddenWithErrorAndPayloadFromJSON;
|
|
23
|
+
function ForbiddenWithErrorAndPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if ((json === undefined) || (json === null)) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'error': !(0, runtime_1.exists)(json, 'error') ? undefined : (0, ErrorMessageWithCode_1.ErrorMessageWithCodeFromJSON)(json['error']),
|
|
29
|
+
'payload': !(0, runtime_1.exists)(json, 'payload') ? undefined : json['payload'],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
exports.ForbiddenWithErrorAndPayloadFromJSONTyped = ForbiddenWithErrorAndPayloadFromJSONTyped;
|
|
33
|
+
function ForbiddenWithErrorAndPayloadToJSON(value) {
|
|
34
|
+
if (value === undefined) {
|
|
35
|
+
return undefined;
|
|
36
|
+
}
|
|
37
|
+
if (value === null) {
|
|
38
|
+
return null;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'error': (0, ErrorMessageWithCode_1.ErrorMessageWithCodeToJSON)(value.error),
|
|
42
|
+
'payload': value.payload,
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
exports.ForbiddenWithErrorAndPayloadToJSON = ForbiddenWithErrorAndPayloadToJSON;
|
|
46
|
+
//# sourceMappingURL=ForbiddenWithErrorAndPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ForbiddenWithErrorAndPayload.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/ForbiddenWithErrorAndPayload.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAC/C,iEAKgC;AAsBhC,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAFD,oFAEC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzF,SAAS,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACpE,CAAC;AACN,CAAC;AATD,8FASC;AAED,SAAgB,kCAAkC,CAAC,KAA2C;IAC1F,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,KAAK,CAAC;QAChD,SAAS,EAAE,KAAK,CAAC,OAAO;KAC3B,CAAC;AACN,CAAC;AAZD,gFAYC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InternalServerError
|
|
16
|
+
*/
|
|
17
|
+
export interface InternalServerError {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InternalServerError
|
|
22
|
+
*/
|
|
23
|
+
error?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function InternalServerErrorFromJSON(json: any): InternalServerError;
|
|
26
|
+
export declare function InternalServerErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): InternalServerError;
|
|
27
|
+
export declare function InternalServerErrorToJSON(value?: InternalServerError | null): any;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.InternalServerErrorToJSON = exports.InternalServerErrorFromJSONTyped = exports.InternalServerErrorFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
function InternalServerErrorFromJSON(json) {
|
|
19
|
+
return InternalServerErrorFromJSONTyped(json, false);
|
|
20
|
+
}
|
|
21
|
+
exports.InternalServerErrorFromJSON = InternalServerErrorFromJSON;
|
|
22
|
+
function InternalServerErrorFromJSONTyped(json, ignoreDiscriminator) {
|
|
23
|
+
if ((json === undefined) || (json === null)) {
|
|
24
|
+
return json;
|
|
25
|
+
}
|
|
26
|
+
return {
|
|
27
|
+
'error': !(0, runtime_1.exists)(json, 'error') ? undefined : json['error'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.InternalServerErrorFromJSONTyped = InternalServerErrorFromJSONTyped;
|
|
31
|
+
function InternalServerErrorToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'error': value.error,
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
exports.InternalServerErrorToJSON = InternalServerErrorToJSON;
|
|
43
|
+
//# sourceMappingURL=InternalServerError.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalServerError.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/InternalServerError.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAe/C,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAFD,kEAEC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC9D,CAAC;AACN,CAAC;AARD,4EAQC;AAED,SAAgB,yBAAyB,CAAC,KAAkC;IACxE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,KAAK;KACvB,CAAC;AACN,CAAC;AAXD,8DAWC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PostTokenFields
|
|
16
|
+
*/
|
|
17
|
+
export interface PostTokenFields {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PostTokenFields
|
|
22
|
+
*/
|
|
23
|
+
note: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function PostTokenFieldsFromJSON(json: any): PostTokenFields;
|
|
26
|
+
export declare function PostTokenFieldsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostTokenFields;
|
|
27
|
+
export declare function PostTokenFieldsToJSON(value?: PostTokenFields | null): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PostTokenFieldsToJSON = exports.PostTokenFieldsFromJSONTyped = exports.PostTokenFieldsFromJSON = void 0;
|
|
17
|
+
function PostTokenFieldsFromJSON(json) {
|
|
18
|
+
return PostTokenFieldsFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.PostTokenFieldsFromJSON = PostTokenFieldsFromJSON;
|
|
21
|
+
function PostTokenFieldsFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'note': json['note'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
exports.PostTokenFieldsFromJSONTyped = PostTokenFieldsFromJSONTyped;
|
|
30
|
+
function PostTokenFieldsToJSON(value) {
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'note': value.note,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.PostTokenFieldsToJSON = PostTokenFieldsToJSON;
|
|
42
|
+
//# sourceMappingURL=PostTokenFields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PostTokenFields.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/PostTokenFields.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAFD,0DAEC;AAED,SAAgB,4BAA4B,CAAC,IAAS,EAAE,mBAA4B;IAChF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;KACvB,CAAC;AACN,CAAC;AARD,oEAQC;AAED,SAAgB,qBAAqB,CAAC,KAA8B;IAChE,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,IAAI;KACrB,CAAC;AACN,CAAC;AAXD,sDAWC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PutTokenFields
|
|
16
|
+
*/
|
|
17
|
+
export interface PutTokenFields {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof PutTokenFields
|
|
22
|
+
*/
|
|
23
|
+
active: boolean;
|
|
24
|
+
}
|
|
25
|
+
export declare function PutTokenFieldsFromJSON(json: any): PutTokenFields;
|
|
26
|
+
export declare function PutTokenFieldsFromJSONTyped(json: any, ignoreDiscriminator: boolean): PutTokenFields;
|
|
27
|
+
export declare function PutTokenFieldsToJSON(value?: PutTokenFields | null): any;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PutTokenFieldsToJSON = exports.PutTokenFieldsFromJSONTyped = exports.PutTokenFieldsFromJSON = void 0;
|
|
17
|
+
function PutTokenFieldsFromJSON(json) {
|
|
18
|
+
return PutTokenFieldsFromJSONTyped(json, false);
|
|
19
|
+
}
|
|
20
|
+
exports.PutTokenFieldsFromJSON = PutTokenFieldsFromJSON;
|
|
21
|
+
function PutTokenFieldsFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'active': json['active'],
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
exports.PutTokenFieldsFromJSONTyped = PutTokenFieldsFromJSONTyped;
|
|
30
|
+
function PutTokenFieldsToJSON(value) {
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'active': value.active,
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.PutTokenFieldsToJSON = PutTokenFieldsToJSON;
|
|
42
|
+
//# sourceMappingURL=PutTokenFields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PutTokenFields.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/PutTokenFields.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAFD,wDAEC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AARD,kEAQC;AAED,SAAgB,oBAAoB,CAAC,KAA6B;IAC9D,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,MAAM;KACzB,CAAC;AACN,CAAC;AAXD,oDAWC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { TokenResponseToken } from './TokenResponseToken';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TokenResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface TokenResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {TokenResponseToken}
|
|
22
|
+
* @memberof TokenResponse
|
|
23
|
+
*/
|
|
24
|
+
token?: TokenResponseToken;
|
|
25
|
+
}
|
|
26
|
+
export declare function TokenResponseFromJSON(json: any): TokenResponse;
|
|
27
|
+
export declare function TokenResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): TokenResponse;
|
|
28
|
+
export declare function TokenResponseToJSON(value?: TokenResponse | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Dashboard API
|
|
6
|
+
* Dashboard API documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.TokenResponseToJSON = exports.TokenResponseFromJSONTyped = exports.TokenResponseFromJSON = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
const TokenResponseToken_1 = require("./TokenResponseToken");
|
|
19
|
+
function TokenResponseFromJSON(json) {
|
|
20
|
+
return TokenResponseFromJSONTyped(json, false);
|
|
21
|
+
}
|
|
22
|
+
exports.TokenResponseFromJSON = TokenResponseFromJSON;
|
|
23
|
+
function TokenResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if ((json === undefined) || (json === null)) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'token': !(0, runtime_1.exists)(json, 'token') ? undefined : (0, TokenResponseToken_1.TokenResponseTokenFromJSON)(json['token']),
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
exports.TokenResponseFromJSONTyped = TokenResponseFromJSONTyped;
|
|
32
|
+
function TokenResponseToJSON(value) {
|
|
33
|
+
if (value === undefined) {
|
|
34
|
+
return undefined;
|
|
35
|
+
}
|
|
36
|
+
if (value === null) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'token': (0, TokenResponseToken_1.TokenResponseTokenToJSON)(value.token),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.TokenResponseToJSON = TokenResponseToJSON;
|
|
44
|
+
//# sourceMappingURL=TokenResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenResponse.js","sourceRoot":"","sources":["../../../../../libs/sdk-api/src/models/TokenResponse.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAC/C,6DAK8B;AAgB9B,SAAgB,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAFD,sDAEC;AAED,SAAgB,0BAA0B,CAAC,IAAS,EAAE,mBAA4B;IAC9E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+CAA0B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC1F,CAAC;AACN,CAAC;AARD,gEAQC;AAED,SAAgB,mBAAmB,CAAC,KAA4B;IAC5D,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,OAAO,EAAE,IAAA,6CAAwB,EAAC,KAAK,CAAC,KAAK,CAAC;KACjD,CAAC;AACN,CAAC;AAXD,kDAWC"}
|