@dynamic-labs/sdk-api 0.0.646 → 0.0.648
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/AllowlistsApi.cjs +1 -0
- package/src/apis/AllowlistsApi.js +1 -0
- package/src/apis/AnalyticsApi.cjs +1 -0
- package/src/apis/AnalyticsApi.js +1 -0
- package/src/apis/ChainalysisApi.cjs +1 -0
- package/src/apis/ChainalysisApi.js +1 -0
- package/src/apis/ChainsApi.cjs +1 -0
- package/src/apis/ChainsApi.js +1 -0
- package/src/apis/CustomFieldsApi.cjs +1 -0
- package/src/apis/CustomFieldsApi.js +1 -0
- package/src/apis/CustomHostnamesApi.cjs +1 -0
- package/src/apis/CustomHostnamesApi.js +1 -0
- package/src/apis/CustomNetworksApi.cjs +1 -0
- package/src/apis/CustomNetworksApi.js +1 -0
- package/src/apis/DeeplinkUrlsApi.cjs +1 -0
- package/src/apis/DeeplinkUrlsApi.js +1 -0
- package/src/apis/EnvironmentsApi.cjs +1 -0
- package/src/apis/EnvironmentsApi.js +1 -0
- package/src/apis/EventsApi.cjs +1 -0
- package/src/apis/EventsApi.js +1 -0
- package/src/apis/ExportsApi.cjs +1 -0
- package/src/apis/ExportsApi.js +1 -0
- package/src/apis/ExternalJwtApi.cjs +1 -0
- package/src/apis/ExternalJwtApi.js +1 -0
- package/src/apis/GatesApi.cjs +1 -0
- package/src/apis/GatesApi.js +1 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +194 -0
- package/src/apis/GlobalWalletAccessControlApi.d.ts +52 -0
- package/src/apis/GlobalWalletAccessControlApi.js +190 -0
- package/src/apis/GlobalWalletsApi.cjs +1 -0
- package/src/apis/GlobalWalletsApi.js +1 -0
- package/src/apis/InvitesApi.cjs +1 -0
- package/src/apis/InvitesApi.js +1 -0
- package/src/apis/MembersApi.cjs +1 -0
- package/src/apis/MembersApi.js +1 -0
- package/src/apis/MfaSettingsApi.cjs +1 -0
- package/src/apis/MfaSettingsApi.js +1 -0
- package/src/apis/NameServicesApi.cjs +1 -0
- package/src/apis/NameServicesApi.js +1 -0
- package/src/apis/OrganizationsApi.cjs +1 -0
- package/src/apis/OrganizationsApi.js +1 -0
- package/src/apis/OriginsApi.cjs +1 -0
- package/src/apis/OriginsApi.js +1 -0
- package/src/apis/ProjectsApi.cjs +1 -0
- package/src/apis/ProjectsApi.js +1 -0
- package/src/apis/SDKApi.cjs +1 -0
- package/src/apis/SDKApi.js +1 -0
- package/src/apis/SDKViewsApi.cjs +1 -0
- package/src/apis/SDKViewsApi.js +1 -0
- package/src/apis/SessionsApi.cjs +1 -0
- package/src/apis/SessionsApi.js +1 -0
- package/src/apis/SettingsApi.cjs +1 -0
- package/src/apis/SettingsApi.js +1 -0
- package/src/apis/TestAccountApi.cjs +1 -0
- package/src/apis/TestAccountApi.js +1 -0
- package/src/apis/TokensApi.cjs +1 -0
- package/src/apis/TokensApi.js +1 -0
- package/src/apis/UserApiTokensApi.cjs +1 -0
- package/src/apis/UserApiTokensApi.js +1 -0
- package/src/apis/UsersApi.cjs +1 -0
- package/src/apis/UsersApi.js +1 -0
- package/src/apis/VisitsApi.cjs +1 -0
- package/src/apis/VisitsApi.js +1 -0
- package/src/apis/WaasApi.cjs +118 -0
- package/src/apis/WaasApi.d.ts +29 -0
- package/src/apis/WaasApi.js +114 -0
- package/src/apis/WalletsApi.cjs +1 -0
- package/src/apis/WalletsApi.js +1 -0
- package/src/apis/WebhooksApi.cjs +1 -0
- package/src/apis/WebhooksApi.js +1 -0
- package/src/apis/index.d.ts +2 -0
- package/src/index.cjs +32 -0
- package/src/index.js +8 -0
- package/src/models/AddGlobalWalletAccessControlDomainRequest.cjs +35 -0
- package/src/models/AddGlobalWalletAccessControlDomainRequest.d.ts +34 -0
- package/src/models/AddGlobalWalletAccessControlDomainRequest.js +29 -0
- package/src/models/GlobalWalletAccessControlDomainResponse.cjs +40 -0
- package/src/models/GlobalWalletAccessControlDomainResponse.d.ts +46 -0
- package/src/models/GlobalWalletAccessControlDomainResponse.js +34 -0
- package/src/models/GlobalWalletAccessControlResponse.cjs +33 -0
- package/src/models/GlobalWalletAccessControlResponse.d.ts +28 -0
- package/src/models/GlobalWalletAccessControlResponse.js +27 -0
- package/src/models/GlobalWalletAccessControlTypeEnum.cjs +40 -0
- package/src/models/GlobalWalletAccessControlTypeEnum.d.ts +23 -0
- package/src/models/GlobalWalletAccessControlTypeEnum.js +34 -0
- package/src/models/WaasAuthenticateResponse.cjs +35 -0
- package/src/models/WaasAuthenticateResponse.d.ts +34 -0
- package/src/models/WaasAuthenticateResponse.js +29 -0
- package/src/models/WaasAuthenticateResponseEncodedJwts.cjs +35 -0
- package/src/models/WaasAuthenticateResponseEncodedJwts.d.ts +33 -0
- package/src/models/WaasAuthenticateResponseEncodedJwts.js +29 -0
- package/src/models/index.d.ts +6 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { GlobalWalletAccessControlDomainResponseFromJSON, GlobalWalletAccessControlDomainResponseToJSON } from './GlobalWalletAccessControlDomainResponse.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function GlobalWalletAccessControlResponseFromJSON(json) {
|
|
5
|
+
return GlobalWalletAccessControlResponseFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function GlobalWalletAccessControlResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'globalWalletAccessControl': (json['globalWalletAccessControl'].map(GlobalWalletAccessControlDomainResponseFromJSON)),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
function GlobalWalletAccessControlResponseToJSON(value) {
|
|
16
|
+
if (value === undefined) {
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
if (value === null) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
return {
|
|
23
|
+
'globalWalletAccessControl': (value.globalWalletAccessControl.map(GlobalWalletAccessControlDomainResponseToJSON)),
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { GlobalWalletAccessControlResponseFromJSON, GlobalWalletAccessControlResponseFromJSONTyped, GlobalWalletAccessControlResponseToJSON };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @enum {string}
|
|
22
|
+
*/
|
|
23
|
+
exports.GlobalWalletAccessControlTypeEnum = void 0;
|
|
24
|
+
(function (GlobalWalletAccessControlTypeEnum) {
|
|
25
|
+
GlobalWalletAccessControlTypeEnum["Allow"] = "allow";
|
|
26
|
+
GlobalWalletAccessControlTypeEnum["Block"] = "block";
|
|
27
|
+
})(exports.GlobalWalletAccessControlTypeEnum || (exports.GlobalWalletAccessControlTypeEnum = {}));
|
|
28
|
+
function GlobalWalletAccessControlTypeEnumFromJSON(json) {
|
|
29
|
+
return GlobalWalletAccessControlTypeEnumFromJSONTyped(json);
|
|
30
|
+
}
|
|
31
|
+
function GlobalWalletAccessControlTypeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
function GlobalWalletAccessControlTypeEnumToJSON(value) {
|
|
35
|
+
return value;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
exports.GlobalWalletAccessControlTypeEnumFromJSON = GlobalWalletAccessControlTypeEnumFromJSON;
|
|
39
|
+
exports.GlobalWalletAccessControlTypeEnumFromJSONTyped = GlobalWalletAccessControlTypeEnumFromJSONTyped;
|
|
40
|
+
exports.GlobalWalletAccessControlTypeEnumToJSON = GlobalWalletAccessControlTypeEnumToJSON;
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum GlobalWalletAccessControlTypeEnum {
|
|
18
|
+
Allow = "allow",
|
|
19
|
+
Block = "block"
|
|
20
|
+
}
|
|
21
|
+
export declare function GlobalWalletAccessControlTypeEnumFromJSON(json: any): GlobalWalletAccessControlTypeEnum;
|
|
22
|
+
export declare function GlobalWalletAccessControlTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): GlobalWalletAccessControlTypeEnum;
|
|
23
|
+
export declare function GlobalWalletAccessControlTypeEnumToJSON(value?: GlobalWalletAccessControlTypeEnum | null): any;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
var GlobalWalletAccessControlTypeEnum;
|
|
20
|
+
(function (GlobalWalletAccessControlTypeEnum) {
|
|
21
|
+
GlobalWalletAccessControlTypeEnum["Allow"] = "allow";
|
|
22
|
+
GlobalWalletAccessControlTypeEnum["Block"] = "block";
|
|
23
|
+
})(GlobalWalletAccessControlTypeEnum || (GlobalWalletAccessControlTypeEnum = {}));
|
|
24
|
+
function GlobalWalletAccessControlTypeEnumFromJSON(json) {
|
|
25
|
+
return GlobalWalletAccessControlTypeEnumFromJSONTyped(json);
|
|
26
|
+
}
|
|
27
|
+
function GlobalWalletAccessControlTypeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
function GlobalWalletAccessControlTypeEnumToJSON(value) {
|
|
31
|
+
return value;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export { GlobalWalletAccessControlTypeEnum, GlobalWalletAccessControlTypeEnumFromJSON, GlobalWalletAccessControlTypeEnumFromJSONTyped, GlobalWalletAccessControlTypeEnumToJSON };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var WaasAuthenticateResponseEncodedJwts = require('./WaasAuthenticateResponseEncodedJwts.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function WaasAuthenticateResponseFromJSON(json) {
|
|
9
|
+
return WaasAuthenticateResponseFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function WaasAuthenticateResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'message': json['message'],
|
|
17
|
+
'encodedJwts': WaasAuthenticateResponseEncodedJwts.WaasAuthenticateResponseEncodedJwtsFromJSON(json['encodedJwts']),
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function WaasAuthenticateResponseToJSON(value) {
|
|
21
|
+
if (value === undefined) {
|
|
22
|
+
return undefined;
|
|
23
|
+
}
|
|
24
|
+
if (value === null) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'message': value.message,
|
|
29
|
+
'encodedJwts': WaasAuthenticateResponseEncodedJwts.WaasAuthenticateResponseEncodedJwtsToJSON(value.encodedJwts),
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.WaasAuthenticateResponseFromJSON = WaasAuthenticateResponseFromJSON;
|
|
34
|
+
exports.WaasAuthenticateResponseFromJSONTyped = WaasAuthenticateResponseFromJSONTyped;
|
|
35
|
+
exports.WaasAuthenticateResponseToJSON = WaasAuthenticateResponseToJSON;
|
|
@@ -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 { WaasAuthenticateResponseEncodedJwts } from './WaasAuthenticateResponseEncodedJwts';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WaasAuthenticateResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface WaasAuthenticateResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof WaasAuthenticateResponse
|
|
23
|
+
*/
|
|
24
|
+
message: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {WaasAuthenticateResponseEncodedJwts}
|
|
28
|
+
* @memberof WaasAuthenticateResponse
|
|
29
|
+
*/
|
|
30
|
+
encodedJwts: WaasAuthenticateResponseEncodedJwts;
|
|
31
|
+
}
|
|
32
|
+
export declare function WaasAuthenticateResponseFromJSON(json: any): WaasAuthenticateResponse;
|
|
33
|
+
export declare function WaasAuthenticateResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasAuthenticateResponse;
|
|
34
|
+
export declare function WaasAuthenticateResponseToJSON(value?: WaasAuthenticateResponse | null): any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { WaasAuthenticateResponseEncodedJwtsFromJSON, WaasAuthenticateResponseEncodedJwtsToJSON } from './WaasAuthenticateResponseEncodedJwts.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function WaasAuthenticateResponseFromJSON(json) {
|
|
5
|
+
return WaasAuthenticateResponseFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function WaasAuthenticateResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'message': json['message'],
|
|
13
|
+
'encodedJwts': WaasAuthenticateResponseEncodedJwtsFromJSON(json['encodedJwts']),
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
function WaasAuthenticateResponseToJSON(value) {
|
|
17
|
+
if (value === undefined) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (value === null) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'message': value.message,
|
|
25
|
+
'encodedJwts': WaasAuthenticateResponseEncodedJwtsToJSON(value.encodedJwts),
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { WaasAuthenticateResponseFromJSON, WaasAuthenticateResponseFromJSONTyped, WaasAuthenticateResponseToJSON };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('../runtime.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function WaasAuthenticateResponseEncodedJwtsFromJSON(json) {
|
|
9
|
+
return WaasAuthenticateResponseEncodedJwtsFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function WaasAuthenticateResponseEncodedJwtsFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'jwt': !runtime.exists(json, 'jwt') ? undefined : json['jwt'],
|
|
17
|
+
'minifiedJwt': !runtime.exists(json, 'minifiedJwt') ? undefined : json['minifiedJwt'],
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function WaasAuthenticateResponseEncodedJwtsToJSON(value) {
|
|
21
|
+
if (value === undefined) {
|
|
22
|
+
return undefined;
|
|
23
|
+
}
|
|
24
|
+
if (value === null) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'jwt': value.jwt,
|
|
29
|
+
'minifiedJwt': value.minifiedJwt,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.WaasAuthenticateResponseEncodedJwtsFromJSON = WaasAuthenticateResponseEncodedJwtsFromJSON;
|
|
34
|
+
exports.WaasAuthenticateResponseEncodedJwtsFromJSONTyped = WaasAuthenticateResponseEncodedJwtsFromJSONTyped;
|
|
35
|
+
exports.WaasAuthenticateResponseEncodedJwtsToJSON = WaasAuthenticateResponseEncodedJwtsToJSON;
|
|
@@ -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 WaasAuthenticateResponseEncodedJwts
|
|
16
|
+
*/
|
|
17
|
+
export interface WaasAuthenticateResponseEncodedJwts {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WaasAuthenticateResponseEncodedJwts
|
|
22
|
+
*/
|
|
23
|
+
jwt?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WaasAuthenticateResponseEncodedJwts
|
|
28
|
+
*/
|
|
29
|
+
minifiedJwt?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function WaasAuthenticateResponseEncodedJwtsFromJSON(json: any): WaasAuthenticateResponseEncodedJwts;
|
|
32
|
+
export declare function WaasAuthenticateResponseEncodedJwtsFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasAuthenticateResponseEncodedJwts;
|
|
33
|
+
export declare function WaasAuthenticateResponseEncodedJwtsToJSON(value?: WaasAuthenticateResponseEncodedJwts | null): any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function WaasAuthenticateResponseEncodedJwtsFromJSON(json) {
|
|
5
|
+
return WaasAuthenticateResponseEncodedJwtsFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function WaasAuthenticateResponseEncodedJwtsFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'jwt': !exists(json, 'jwt') ? undefined : json['jwt'],
|
|
13
|
+
'minifiedJwt': !exists(json, 'minifiedJwt') ? undefined : json['minifiedJwt'],
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
function WaasAuthenticateResponseEncodedJwtsToJSON(value) {
|
|
17
|
+
if (value === undefined) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (value === null) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'jwt': value.jwt,
|
|
25
|
+
'minifiedJwt': value.minifiedJwt,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { WaasAuthenticateResponseEncodedJwtsFromJSON, WaasAuthenticateResponseEncodedJwtsFromJSONTyped, WaasAuthenticateResponseEncodedJwtsToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './AccessOutcomeEnum';
|
|
2
2
|
export * from './AddDeeplinkUrlRequest';
|
|
3
|
+
export * from './AddGlobalWalletAccessControlDomainRequest';
|
|
3
4
|
export * from './Allowlist';
|
|
4
5
|
export * from './AllowlistEntriesResponse';
|
|
5
6
|
export * from './AllowlistEntry';
|
|
@@ -140,6 +141,9 @@ export * from './GateRuleType';
|
|
|
140
141
|
export * from './GateUpdateRequest';
|
|
141
142
|
export * from './GatesResponse';
|
|
142
143
|
export * from './GetUserPasskeysResponse';
|
|
144
|
+
export * from './GlobalWalletAccessControlDomainResponse';
|
|
145
|
+
export * from './GlobalWalletAccessControlResponse';
|
|
146
|
+
export * from './GlobalWalletAccessControlTypeEnum';
|
|
143
147
|
export * from './GlobalWalletSettings';
|
|
144
148
|
export * from './GlobalWalletSettingsCreateRequest';
|
|
145
149
|
export * from './GlobalWalletSettingsUpdateRequest';
|
|
@@ -397,6 +401,8 @@ export * from './Visitor';
|
|
|
397
401
|
export * from './VisitorFilterableFieldsEnum';
|
|
398
402
|
export * from './VisitorSearchFilterParams';
|
|
399
403
|
export * from './VisitorsResponse';
|
|
404
|
+
export * from './WaasAuthenticateResponse';
|
|
405
|
+
export * from './WaasAuthenticateResponseEncodedJwts';
|
|
400
406
|
export * from './WaasBackupOptionsEnum';
|
|
401
407
|
export * from './WaasWalletProperties';
|
|
402
408
|
export * from './Wallet';
|