@dynamic-labs/sdk-api-core 0.0.1038 → 0.0.1040
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/SDKApi.cjs +434 -129
- package/src/apis/SDKApi.cjs.map +1 -1
- package/src/apis/SDKApi.d.ts +202 -63
- package/src/apis/SDKApi.js +434 -129
- package/src/apis/SDKApi.js.map +1 -1
- package/src/apis/WaasApi.cjs +1 -1
- package/src/apis/WaasApi.js +1 -1
- package/src/index.cjs +0 -12
- package/src/index.cjs.map +1 -1
- package/src/index.js +0 -3
- package/src/index.js.map +1 -1
- package/src/models/index.d.ts +0 -3
- package/src/models/BackupKeySharesToLocationRequest.cjs +0 -33
- package/src/models/BackupKeySharesToLocationRequest.cjs.map +0 -1
- package/src/models/BackupKeySharesToLocationRequest.d.ts +0 -28
- package/src/models/BackupKeySharesToLocationRequest.js +0 -27
- package/src/models/BackupKeySharesToLocationRequest.js.map +0 -1
- package/src/models/BackupKeySharesToLocationResponse.cjs +0 -37
- package/src/models/BackupKeySharesToLocationResponse.cjs.map +0 -1
- package/src/models/BackupKeySharesToLocationResponse.d.ts +0 -40
- package/src/models/BackupKeySharesToLocationResponse.js +0 -31
- package/src/models/BackupKeySharesToLocationResponse.js.map +0 -1
- package/src/models/BackupMultipleClientKeySharesResponse.cjs +0 -33
- package/src/models/BackupMultipleClientKeySharesResponse.cjs.map +0 -1
- package/src/models/BackupMultipleClientKeySharesResponse.d.ts +0 -28
- package/src/models/BackupMultipleClientKeySharesResponse.js +0 -27
- package/src/models/BackupMultipleClientKeySharesResponse.js.map +0 -1
package/src/apis/WaasApi.cjs
CHANGED
|
@@ -13,9 +13,9 @@ require('../models/AuthenticatorAttachment.cjs');
|
|
|
13
13
|
require('../models/ResidentKeyRequirement.cjs');
|
|
14
14
|
require('../models/UserVerificationRequirement.cjs');
|
|
15
15
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
16
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
17
16
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
18
17
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
18
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
19
19
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
20
20
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
21
21
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/WaasApi.js
CHANGED
|
@@ -9,9 +9,9 @@ import '../models/AuthenticatorAttachment.js';
|
|
|
9
9
|
import '../models/ResidentKeyRequirement.js';
|
|
10
10
|
import '../models/UserVerificationRequirement.js';
|
|
11
11
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
12
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
13
12
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
14
13
|
import '../models/ThresholdSignatureScheme.js';
|
|
14
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
15
15
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
16
16
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
17
17
|
import '../models/ProviderEnum.js';
|
package/src/index.cjs
CHANGED
|
@@ -29,14 +29,11 @@ var AuthenticatorAttachment = require('./models/AuthenticatorAttachment.cjs');
|
|
|
29
29
|
var AuthenticatorAttestationResponse = require('./models/AuthenticatorAttestationResponse.cjs');
|
|
30
30
|
var AuthenticatorSelectionCriteria = require('./models/AuthenticatorSelectionCriteria.cjs');
|
|
31
31
|
var AuthenticatorTransportProtocol = require('./models/AuthenticatorTransportProtocol.cjs');
|
|
32
|
-
var BackupKeySharesToLocationRequest = require('./models/BackupKeySharesToLocationRequest.cjs');
|
|
33
|
-
var BackupKeySharesToLocationResponse = require('./models/BackupKeySharesToLocationResponse.cjs');
|
|
34
32
|
var BackupKeySharesToLocationsPendingResponse = require('./models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
35
33
|
var BackupKeySharesToLocationsRequest = require('./models/BackupKeySharesToLocationsRequest.cjs');
|
|
36
34
|
var BackupKeySharesToLocationsRequestLocations = require('./models/BackupKeySharesToLocationsRequestLocations.cjs');
|
|
37
35
|
var BackupKeySharesToLocationsResponse = require('./models/BackupKeySharesToLocationsResponse.cjs');
|
|
38
36
|
var BackupKeySharesToLocationsResponseLocationsWithKeyShares = require('./models/BackupKeySharesToLocationsResponseLocationsWithKeyShares.cjs');
|
|
39
|
-
var BackupMultipleClientKeySharesResponse = require('./models/BackupMultipleClientKeySharesResponse.cjs');
|
|
40
37
|
var BadGateway = require('./models/BadGateway.cjs');
|
|
41
38
|
var BadRequest = require('./models/BadRequest.cjs');
|
|
42
39
|
var BaseUser = require('./models/BaseUser.cjs');
|
|
@@ -629,12 +626,6 @@ Object.defineProperty(exports, 'AuthenticatorTransportProtocol', {
|
|
|
629
626
|
exports.AuthenticatorTransportProtocolFromJSON = AuthenticatorTransportProtocol.AuthenticatorTransportProtocolFromJSON;
|
|
630
627
|
exports.AuthenticatorTransportProtocolFromJSONTyped = AuthenticatorTransportProtocol.AuthenticatorTransportProtocolFromJSONTyped;
|
|
631
628
|
exports.AuthenticatorTransportProtocolToJSON = AuthenticatorTransportProtocol.AuthenticatorTransportProtocolToJSON;
|
|
632
|
-
exports.BackupKeySharesToLocationRequestFromJSON = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestFromJSON;
|
|
633
|
-
exports.BackupKeySharesToLocationRequestFromJSONTyped = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestFromJSONTyped;
|
|
634
|
-
exports.BackupKeySharesToLocationRequestToJSON = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestToJSON;
|
|
635
|
-
exports.BackupKeySharesToLocationResponseFromJSON = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseFromJSON;
|
|
636
|
-
exports.BackupKeySharesToLocationResponseFromJSONTyped = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseFromJSONTyped;
|
|
637
|
-
exports.BackupKeySharesToLocationResponseToJSON = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseToJSON;
|
|
638
629
|
exports.BackupKeySharesToLocationsPendingResponseFromJSON = BackupKeySharesToLocationsPendingResponse.BackupKeySharesToLocationsPendingResponseFromJSON;
|
|
639
630
|
exports.BackupKeySharesToLocationsPendingResponseFromJSONTyped = BackupKeySharesToLocationsPendingResponse.BackupKeySharesToLocationsPendingResponseFromJSONTyped;
|
|
640
631
|
Object.defineProperty(exports, 'BackupKeySharesToLocationsPendingResponsePasswordUpdateStatusEnum', {
|
|
@@ -658,9 +649,6 @@ exports.BackupKeySharesToLocationsResponseToJSON = BackupKeySharesToLocationsRes
|
|
|
658
649
|
exports.BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSON = BackupKeySharesToLocationsResponseLocationsWithKeyShares.BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSON;
|
|
659
650
|
exports.BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSONTyped = BackupKeySharesToLocationsResponseLocationsWithKeyShares.BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSONTyped;
|
|
660
651
|
exports.BackupKeySharesToLocationsResponseLocationsWithKeySharesToJSON = BackupKeySharesToLocationsResponseLocationsWithKeyShares.BackupKeySharesToLocationsResponseLocationsWithKeySharesToJSON;
|
|
661
|
-
exports.BackupMultipleClientKeySharesResponseFromJSON = BackupMultipleClientKeySharesResponse.BackupMultipleClientKeySharesResponseFromJSON;
|
|
662
|
-
exports.BackupMultipleClientKeySharesResponseFromJSONTyped = BackupMultipleClientKeySharesResponse.BackupMultipleClientKeySharesResponseFromJSONTyped;
|
|
663
|
-
exports.BackupMultipleClientKeySharesResponseToJSON = BackupMultipleClientKeySharesResponse.BackupMultipleClientKeySharesResponseToJSON;
|
|
664
652
|
exports.BadGatewayFromJSON = BadGateway.BadGatewayFromJSON;
|
|
665
653
|
exports.BadGatewayFromJSONTyped = BadGateway.BadGatewayFromJSONTyped;
|
|
666
654
|
exports.BadGatewayToJSON = BadGateway.BadGatewayToJSON;
|
package/src/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":null,"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":null,"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/src/index.js
CHANGED
|
@@ -25,14 +25,11 @@ export { AuthenticatorAttachment, AuthenticatorAttachmentFromJSON, Authenticator
|
|
|
25
25
|
export { AuthenticatorAttestationResponseFromJSON, AuthenticatorAttestationResponseFromJSONTyped, AuthenticatorAttestationResponseToJSON } from './models/AuthenticatorAttestationResponse.js';
|
|
26
26
|
export { AuthenticatorSelectionCriteriaFromJSON, AuthenticatorSelectionCriteriaFromJSONTyped, AuthenticatorSelectionCriteriaToJSON } from './models/AuthenticatorSelectionCriteria.js';
|
|
27
27
|
export { AuthenticatorTransportProtocol, AuthenticatorTransportProtocolFromJSON, AuthenticatorTransportProtocolFromJSONTyped, AuthenticatorTransportProtocolToJSON } from './models/AuthenticatorTransportProtocol.js';
|
|
28
|
-
export { BackupKeySharesToLocationRequestFromJSON, BackupKeySharesToLocationRequestFromJSONTyped, BackupKeySharesToLocationRequestToJSON } from './models/BackupKeySharesToLocationRequest.js';
|
|
29
|
-
export { BackupKeySharesToLocationResponseFromJSON, BackupKeySharesToLocationResponseFromJSONTyped, BackupKeySharesToLocationResponseToJSON } from './models/BackupKeySharesToLocationResponse.js';
|
|
30
28
|
export { BackupKeySharesToLocationsPendingResponseFromJSON, BackupKeySharesToLocationsPendingResponseFromJSONTyped, BackupKeySharesToLocationsPendingResponsePasswordUpdateStatusEnum, BackupKeySharesToLocationsPendingResponseToJSON } from './models/BackupKeySharesToLocationsPendingResponse.js';
|
|
31
29
|
export { BackupKeySharesToLocationsRequestFromJSON, BackupKeySharesToLocationsRequestFromJSONTyped, BackupKeySharesToLocationsRequestToJSON } from './models/BackupKeySharesToLocationsRequest.js';
|
|
32
30
|
export { BackupKeySharesToLocationsRequestLocationsFromJSON, BackupKeySharesToLocationsRequestLocationsFromJSONTyped, BackupKeySharesToLocationsRequestLocationsToJSON } from './models/BackupKeySharesToLocationsRequestLocations.js';
|
|
33
31
|
export { BackupKeySharesToLocationsResponseFromJSON, BackupKeySharesToLocationsResponseFromJSONTyped, BackupKeySharesToLocationsResponsePasswordUpdateStatusEnum, BackupKeySharesToLocationsResponseToJSON } from './models/BackupKeySharesToLocationsResponse.js';
|
|
34
32
|
export { BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSON, BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSONTyped, BackupKeySharesToLocationsResponseLocationsWithKeySharesToJSON } from './models/BackupKeySharesToLocationsResponseLocationsWithKeyShares.js';
|
|
35
|
-
export { BackupMultipleClientKeySharesResponseFromJSON, BackupMultipleClientKeySharesResponseFromJSONTyped, BackupMultipleClientKeySharesResponseToJSON } from './models/BackupMultipleClientKeySharesResponse.js';
|
|
36
33
|
export { BadGatewayFromJSON, BadGatewayFromJSONTyped, BadGatewayToJSON } from './models/BadGateway.js';
|
|
37
34
|
export { BadRequestFromJSON, BadRequestFromJSONTyped, BadRequestToJSON } from './models/BadRequest.js';
|
|
38
35
|
export { BaseUserFromJSON, BaseUserFromJSONTyped, BaseUserToJSON } from './models/BaseUser.js';
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":null,"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":null,"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/src/models/index.d.ts
CHANGED
|
@@ -22,14 +22,11 @@ export * from './AuthenticatorAttachment';
|
|
|
22
22
|
export * from './AuthenticatorAttestationResponse';
|
|
23
23
|
export * from './AuthenticatorSelectionCriteria';
|
|
24
24
|
export * from './AuthenticatorTransportProtocol';
|
|
25
|
-
export * from './BackupKeySharesToLocationRequest';
|
|
26
|
-
export * from './BackupKeySharesToLocationResponse';
|
|
27
25
|
export * from './BackupKeySharesToLocationsPendingResponse';
|
|
28
26
|
export * from './BackupKeySharesToLocationsRequest';
|
|
29
27
|
export * from './BackupKeySharesToLocationsRequestLocations';
|
|
30
28
|
export * from './BackupKeySharesToLocationsResponse';
|
|
31
29
|
export * from './BackupKeySharesToLocationsResponseLocationsWithKeyShares';
|
|
32
|
-
export * from './BackupMultipleClientKeySharesResponse';
|
|
33
30
|
export * from './BadGateway';
|
|
34
31
|
export * from './BadRequest';
|
|
35
32
|
export * from './BaseUser';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var WaasBackupOptionsEnum = require('./WaasBackupOptionsEnum.cjs');
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
function BackupKeySharesToLocationRequestFromJSON(json) {
|
|
9
|
-
return BackupKeySharesToLocationRequestFromJSONTyped(json);
|
|
10
|
-
}
|
|
11
|
-
function BackupKeySharesToLocationRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
-
if ((json === undefined) || (json === null)) {
|
|
13
|
-
return json;
|
|
14
|
-
}
|
|
15
|
-
return {
|
|
16
|
-
'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumFromJSON(json['location']),
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
function BackupKeySharesToLocationRequestToJSON(value) {
|
|
20
|
-
if (value === undefined) {
|
|
21
|
-
return undefined;
|
|
22
|
-
}
|
|
23
|
-
if (value === null) {
|
|
24
|
-
return null;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumToJSON(value.location),
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
exports.BackupKeySharesToLocationRequestFromJSON = BackupKeySharesToLocationRequestFromJSON;
|
|
32
|
-
exports.BackupKeySharesToLocationRequestFromJSONTyped = BackupKeySharesToLocationRequestFromJSONTyped;
|
|
33
|
-
exports.BackupKeySharesToLocationRequestToJSON = BackupKeySharesToLocationRequestToJSON;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupKeySharesToLocationRequest.cjs","sources":["../../../../../libs/sdk-api-core/src/models/BackupKeySharesToLocationRequest.ts"],"sourcesContent":null,"names":["WaasBackupOptionsEnumFromJSON","WaasBackupOptionsEnumToJSON"],"mappings":";;;;;;AAAA;AAoCM,SAAU,wCAAwC,CAAC,IAAS,EAAA;AAC9D,IAAA,OAAO,6CAA6C,CAAC,IAAW,CAAC,CAAC;AACtE,CAAC;AAEe,SAAA,6CAA6C,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACjG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,UAAU,EAAEA,mDAA6B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC9D,CAAC;AACN,CAAC;AAEK,SAAU,sCAAsC,CAAC,KAA+C,EAAA;AAClG,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,UAAU,EAAEC,iDAA2B,CAAC,KAAK,CAAC,QAAQ,CAAC;KAC1D,CAAC;AACN;;;;;;"}
|
|
@@ -1,28 +0,0 @@
|
|
|
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 { WaasBackupOptionsEnum } from './WaasBackupOptionsEnum';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface BackupKeySharesToLocationRequest
|
|
17
|
-
*/
|
|
18
|
-
export interface BackupKeySharesToLocationRequest {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {WaasBackupOptionsEnum}
|
|
22
|
-
* @memberof BackupKeySharesToLocationRequest
|
|
23
|
-
*/
|
|
24
|
-
location: WaasBackupOptionsEnum;
|
|
25
|
-
}
|
|
26
|
-
export declare function BackupKeySharesToLocationRequestFromJSON(json: any): BackupKeySharesToLocationRequest;
|
|
27
|
-
export declare function BackupKeySharesToLocationRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): BackupKeySharesToLocationRequest;
|
|
28
|
-
export declare function BackupKeySharesToLocationRequestToJSON(value?: BackupKeySharesToLocationRequest | null): any;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { WaasBackupOptionsEnumFromJSON, WaasBackupOptionsEnumToJSON } from './WaasBackupOptionsEnum.js';
|
|
2
|
-
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
function BackupKeySharesToLocationRequestFromJSON(json) {
|
|
5
|
-
return BackupKeySharesToLocationRequestFromJSONTyped(json);
|
|
6
|
-
}
|
|
7
|
-
function BackupKeySharesToLocationRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
-
if ((json === undefined) || (json === null)) {
|
|
9
|
-
return json;
|
|
10
|
-
}
|
|
11
|
-
return {
|
|
12
|
-
'location': WaasBackupOptionsEnumFromJSON(json['location']),
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
function BackupKeySharesToLocationRequestToJSON(value) {
|
|
16
|
-
if (value === undefined) {
|
|
17
|
-
return undefined;
|
|
18
|
-
}
|
|
19
|
-
if (value === null) {
|
|
20
|
-
return null;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'location': WaasBackupOptionsEnumToJSON(value.location),
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export { BackupKeySharesToLocationRequestFromJSON, BackupKeySharesToLocationRequestFromJSONTyped, BackupKeySharesToLocationRequestToJSON };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupKeySharesToLocationRequest.js","sources":["../../../../../libs/sdk-api-core/src/models/BackupKeySharesToLocationRequest.ts"],"sourcesContent":null,"names":[],"mappings":";;AAAA;AAoCM,SAAU,wCAAwC,CAAC,IAAS,EAAA;AAC9D,IAAA,OAAO,6CAA6C,CAAC,IAAW,CAAC,CAAC;AACtE,CAAC;AAEe,SAAA,6CAA6C,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACjG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,UAAU,EAAE,6BAA6B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC9D,CAAC;AACN,CAAC;AAEK,SAAU,sCAAsC,CAAC,KAA+C,EAAA;AAClG,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,UAAU,EAAE,2BAA2B,CAAC,KAAK,CAAC,QAAQ,CAAC;KAC1D,CAAC;AACN;;;;"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var WaasBackupOptionsEnum = require('./WaasBackupOptionsEnum.cjs');
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
function BackupKeySharesToLocationResponseFromJSON(json) {
|
|
9
|
-
return BackupKeySharesToLocationResponseFromJSONTyped(json);
|
|
10
|
-
}
|
|
11
|
-
function BackupKeySharesToLocationResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
-
if ((json === undefined) || (json === null)) {
|
|
13
|
-
return json;
|
|
14
|
-
}
|
|
15
|
-
return {
|
|
16
|
-
'message': json['message'],
|
|
17
|
-
'walletId': json['walletId'],
|
|
18
|
-
'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumFromJSON(json['location']),
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
function BackupKeySharesToLocationResponseToJSON(value) {
|
|
22
|
-
if (value === undefined) {
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
25
|
-
if (value === null) {
|
|
26
|
-
return null;
|
|
27
|
-
}
|
|
28
|
-
return {
|
|
29
|
-
'message': value.message,
|
|
30
|
-
'walletId': value.walletId,
|
|
31
|
-
'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumToJSON(value.location),
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
exports.BackupKeySharesToLocationResponseFromJSON = BackupKeySharesToLocationResponseFromJSON;
|
|
36
|
-
exports.BackupKeySharesToLocationResponseFromJSONTyped = BackupKeySharesToLocationResponseFromJSONTyped;
|
|
37
|
-
exports.BackupKeySharesToLocationResponseToJSON = BackupKeySharesToLocationResponseToJSON;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupKeySharesToLocationResponse.cjs","sources":["../../../../../libs/sdk-api-core/src/models/BackupKeySharesToLocationResponse.ts"],"sourcesContent":null,"names":["WaasBackupOptionsEnumFromJSON","WaasBackupOptionsEnumToJSON"],"mappings":";;;;;;AAAA;AAgDM,SAAU,yCAAyC,CAAC,IAAS,EAAA;AAC/D,IAAA,OAAO,8CAA8C,CAAC,IAAW,CAAC,CAAC;AACvE,CAAC;AAEe,SAAA,8CAA8C,CAAC,IAAS,EAAE,mBAA4B,EAAA;AAClG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;AAC1B,QAAA,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;AAC5B,QAAA,UAAU,EAAEA,mDAA6B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC9D,CAAC;AACN,CAAC;AAEK,SAAU,uCAAuC,CAAC,KAAgD,EAAA;AACpG,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,OAAO;QACxB,UAAU,EAAE,KAAK,CAAC,QAAQ;AAC1B,QAAA,UAAU,EAAEC,iDAA2B,CAAC,KAAK,CAAC,QAAQ,CAAC;KAC1D,CAAC;AACN;;;;;;"}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 { WaasBackupOptionsEnum } from './WaasBackupOptionsEnum';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface BackupKeySharesToLocationResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface BackupKeySharesToLocationResponse {
|
|
19
|
-
/**
|
|
20
|
-
* Human-readable status message for the backup operation
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof BackupKeySharesToLocationResponse
|
|
23
|
-
*/
|
|
24
|
-
message: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof BackupKeySharesToLocationResponse
|
|
29
|
-
*/
|
|
30
|
-
walletId: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {WaasBackupOptionsEnum}
|
|
34
|
-
* @memberof BackupKeySharesToLocationResponse
|
|
35
|
-
*/
|
|
36
|
-
location: WaasBackupOptionsEnum;
|
|
37
|
-
}
|
|
38
|
-
export declare function BackupKeySharesToLocationResponseFromJSON(json: any): BackupKeySharesToLocationResponse;
|
|
39
|
-
export declare function BackupKeySharesToLocationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): BackupKeySharesToLocationResponse;
|
|
40
|
-
export declare function BackupKeySharesToLocationResponseToJSON(value?: BackupKeySharesToLocationResponse | null): any;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { WaasBackupOptionsEnumFromJSON, WaasBackupOptionsEnumToJSON } from './WaasBackupOptionsEnum.js';
|
|
2
|
-
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
function BackupKeySharesToLocationResponseFromJSON(json) {
|
|
5
|
-
return BackupKeySharesToLocationResponseFromJSONTyped(json);
|
|
6
|
-
}
|
|
7
|
-
function BackupKeySharesToLocationResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
-
if ((json === undefined) || (json === null)) {
|
|
9
|
-
return json;
|
|
10
|
-
}
|
|
11
|
-
return {
|
|
12
|
-
'message': json['message'],
|
|
13
|
-
'walletId': json['walletId'],
|
|
14
|
-
'location': WaasBackupOptionsEnumFromJSON(json['location']),
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
function BackupKeySharesToLocationResponseToJSON(value) {
|
|
18
|
-
if (value === undefined) {
|
|
19
|
-
return undefined;
|
|
20
|
-
}
|
|
21
|
-
if (value === null) {
|
|
22
|
-
return null;
|
|
23
|
-
}
|
|
24
|
-
return {
|
|
25
|
-
'message': value.message,
|
|
26
|
-
'walletId': value.walletId,
|
|
27
|
-
'location': WaasBackupOptionsEnumToJSON(value.location),
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export { BackupKeySharesToLocationResponseFromJSON, BackupKeySharesToLocationResponseFromJSONTyped, BackupKeySharesToLocationResponseToJSON };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupKeySharesToLocationResponse.js","sources":["../../../../../libs/sdk-api-core/src/models/BackupKeySharesToLocationResponse.ts"],"sourcesContent":null,"names":[],"mappings":";;AAAA;AAgDM,SAAU,yCAAyC,CAAC,IAAS,EAAA;AAC/D,IAAA,OAAO,8CAA8C,CAAC,IAAW,CAAC,CAAC;AACvE,CAAC;AAEe,SAAA,8CAA8C,CAAC,IAAS,EAAE,mBAA4B,EAAA;AAClG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;AAEH,QAAA,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;AAC1B,QAAA,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;AAC5B,QAAA,UAAU,EAAE,6BAA6B,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC9D,CAAC;AACN,CAAC;AAEK,SAAU,uCAAuC,CAAC,KAAgD,EAAA;AACpG,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,OAAO;QACxB,UAAU,EAAE,KAAK,CAAC,QAAQ;AAC1B,QAAA,UAAU,EAAE,2BAA2B,CAAC,KAAK,CAAC,QAAQ,CAAC;KAC1D,CAAC;AACN;;;;"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var WalletKeyShareInfo = require('./WalletKeyShareInfo.cjs');
|
|
6
|
-
|
|
7
|
-
/* tslint:disable */
|
|
8
|
-
function BackupMultipleClientKeySharesResponseFromJSON(json) {
|
|
9
|
-
return BackupMultipleClientKeySharesResponseFromJSONTyped(json);
|
|
10
|
-
}
|
|
11
|
-
function BackupMultipleClientKeySharesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
-
if ((json === undefined) || (json === null)) {
|
|
13
|
-
return json;
|
|
14
|
-
}
|
|
15
|
-
return {
|
|
16
|
-
'keyShares': (json['keyShares'].map(WalletKeyShareInfo.WalletKeyShareInfoFromJSON)),
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
function BackupMultipleClientKeySharesResponseToJSON(value) {
|
|
20
|
-
if (value === undefined) {
|
|
21
|
-
return undefined;
|
|
22
|
-
}
|
|
23
|
-
if (value === null) {
|
|
24
|
-
return null;
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
'keyShares': (value.keyShares.map(WalletKeyShareInfo.WalletKeyShareInfoToJSON)),
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
exports.BackupMultipleClientKeySharesResponseFromJSON = BackupMultipleClientKeySharesResponseFromJSON;
|
|
32
|
-
exports.BackupMultipleClientKeySharesResponseFromJSONTyped = BackupMultipleClientKeySharesResponseFromJSONTyped;
|
|
33
|
-
exports.BackupMultipleClientKeySharesResponseToJSON = BackupMultipleClientKeySharesResponseToJSON;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupMultipleClientKeySharesResponse.cjs","sources":["../../../../../libs/sdk-api-core/src/models/BackupMultipleClientKeySharesResponse.ts"],"sourcesContent":null,"names":["WalletKeyShareInfoFromJSON","WalletKeyShareInfoToJSON"],"mappings":";;;;;;AAAA;AAoCM,SAAU,6CAA6C,CAAC,IAAS,EAAA;AACnE,IAAA,OAAO,kDAAkD,CAAC,IAAW,CAAC,CAAC;AAC3E,CAAC;AAEe,SAAA,kDAAkD,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACtG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,GAAI,IAAI,CAAC,WAAW,CAAgB,CAAC,GAAG,CAACA,6CAA0B,CAAC,CAAC;KACnF,CAAC;AACN,CAAC;AAEK,SAAU,2CAA2C,CAAC,KAAoD,EAAA;AAC5G,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,GAAI,KAAK,CAAC,SAAwB,CAAC,GAAG,CAACC,2CAAwB,CAAC,CAAC;KAC/E,CAAC;AACN;;;;;;"}
|
|
@@ -1,28 +0,0 @@
|
|
|
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 { WalletKeyShareInfo } from './WalletKeyShareInfo';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface BackupMultipleClientKeySharesResponse
|
|
17
|
-
*/
|
|
18
|
-
export interface BackupMultipleClientKeySharesResponse {
|
|
19
|
-
/**
|
|
20
|
-
* List of key share information for each backed-up wallet
|
|
21
|
-
* @type {Array<WalletKeyShareInfo>}
|
|
22
|
-
* @memberof BackupMultipleClientKeySharesResponse
|
|
23
|
-
*/
|
|
24
|
-
keyShares: Array<WalletKeyShareInfo>;
|
|
25
|
-
}
|
|
26
|
-
export declare function BackupMultipleClientKeySharesResponseFromJSON(json: any): BackupMultipleClientKeySharesResponse;
|
|
27
|
-
export declare function BackupMultipleClientKeySharesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): BackupMultipleClientKeySharesResponse;
|
|
28
|
-
export declare function BackupMultipleClientKeySharesResponseToJSON(value?: BackupMultipleClientKeySharesResponse | null): any;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { WalletKeyShareInfoFromJSON, WalletKeyShareInfoToJSON } from './WalletKeyShareInfo.js';
|
|
2
|
-
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
function BackupMultipleClientKeySharesResponseFromJSON(json) {
|
|
5
|
-
return BackupMultipleClientKeySharesResponseFromJSONTyped(json);
|
|
6
|
-
}
|
|
7
|
-
function BackupMultipleClientKeySharesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
-
if ((json === undefined) || (json === null)) {
|
|
9
|
-
return json;
|
|
10
|
-
}
|
|
11
|
-
return {
|
|
12
|
-
'keyShares': (json['keyShares'].map(WalletKeyShareInfoFromJSON)),
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
function BackupMultipleClientKeySharesResponseToJSON(value) {
|
|
16
|
-
if (value === undefined) {
|
|
17
|
-
return undefined;
|
|
18
|
-
}
|
|
19
|
-
if (value === null) {
|
|
20
|
-
return null;
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
'keyShares': (value.keyShares.map(WalletKeyShareInfoToJSON)),
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export { BackupMultipleClientKeySharesResponseFromJSON, BackupMultipleClientKeySharesResponseFromJSONTyped, BackupMultipleClientKeySharesResponseToJSON };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackupMultipleClientKeySharesResponse.js","sources":["../../../../../libs/sdk-api-core/src/models/BackupMultipleClientKeySharesResponse.ts"],"sourcesContent":null,"names":[],"mappings":";;AAAA;AAoCM,SAAU,6CAA6C,CAAC,IAAS,EAAA;AACnE,IAAA,OAAO,kDAAkD,CAAC,IAAW,CAAC,CAAC;AAC3E,CAAC;AAEe,SAAA,kDAAkD,CAAC,IAAS,EAAE,mBAA4B,EAAA;AACtG,IAAA,IAAI,CAAC,IAAI,KAAK,SAAS,MAAM,IAAI,KAAK,IAAI,CAAC,EAAE;AACzC,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,GAAI,IAAI,CAAC,WAAW,CAAgB,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;KACnF,CAAC;AACN,CAAC;AAEK,SAAU,2CAA2C,CAAC,KAAoD,EAAA;AAC5G,IAAA,IAAI,KAAK,KAAK,SAAS,EAAE;AACrB,QAAA,OAAO,SAAS,CAAC;KACpB;AACD,IAAA,IAAI,KAAK,KAAK,IAAI,EAAE;AAChB,QAAA,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,GAAI,KAAK,CAAC,SAAwB,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;KAC/E,CAAC;AACN;;;;"}
|