@dynamic-labs/sdk-api 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/AdminActionsApi.cjs +1 -1
- package/src/apis/AdminActionsApi.js +1 -1
- package/src/apis/AllowlistsApi.cjs +1 -1
- package/src/apis/AllowlistsApi.js +1 -1
- package/src/apis/AnalyticsApi.cjs +1 -1
- package/src/apis/AnalyticsApi.js +1 -1
- package/src/apis/AuthorizedClientsApi.cjs +1 -1
- package/src/apis/AuthorizedClientsApi.js +1 -1
- package/src/apis/ChainalysisApi.cjs +1 -1
- package/src/apis/ChainalysisApi.js +1 -1
- package/src/apis/ChainsApi.cjs +1 -1
- package/src/apis/ChainsApi.js +1 -1
- package/src/apis/CheckoutApi.cjs +128 -5
- package/src/apis/CheckoutApi.d.ts +61 -4
- package/src/apis/CheckoutApi.js +128 -5
- package/src/apis/ClientGrantApi.cjs +1 -1
- package/src/apis/ClientGrantApi.js +1 -1
- package/src/apis/CustomFieldsApi.cjs +1 -1
- package/src/apis/CustomFieldsApi.js +1 -1
- package/src/apis/CustomHostnamesApi.cjs +1 -1
- package/src/apis/CustomHostnamesApi.js +1 -1
- package/src/apis/CustomNetworksApi.cjs +1 -1
- package/src/apis/CustomNetworksApi.js +1 -1
- package/src/apis/DeeplinkUrlsApi.cjs +1 -1
- package/src/apis/DeeplinkUrlsApi.js +1 -1
- package/src/apis/EnvironmentsApi.cjs +1 -1
- package/src/apis/EnvironmentsApi.js +1 -1
- package/src/apis/EventsApi.cjs +1 -1
- package/src/apis/EventsApi.js +1 -1
- package/src/apis/ExchangesApi.cjs +1 -1
- package/src/apis/ExchangesApi.js +1 -1
- package/src/apis/ExportsApi.cjs +1 -1
- package/src/apis/ExportsApi.js +1 -1
- package/src/apis/ExternalJwtApi.cjs +1 -1
- package/src/apis/ExternalJwtApi.js +1 -1
- package/src/apis/GatesApi.cjs +1 -1
- package/src/apis/GatesApi.js +1 -1
- package/src/apis/GlobalWalletAccessControlApi.cjs +1 -1
- package/src/apis/GlobalWalletAccessControlApi.js +1 -1
- package/src/apis/GlobalWalletConnectionsApi.cjs +1 -1
- package/src/apis/GlobalWalletConnectionsApi.js +1 -1
- package/src/apis/GlobalWalletsApi.cjs +1 -1
- package/src/apis/GlobalWalletsApi.js +1 -1
- package/src/apis/InvitesApi.cjs +1 -1
- package/src/apis/InvitesApi.js +1 -1
- package/src/apis/MembersApi.cjs +1 -1
- package/src/apis/MembersApi.js +1 -1
- package/src/apis/MfaSettingsApi.cjs +1 -1
- package/src/apis/MfaSettingsApi.js +1 -1
- package/src/apis/NameServicesApi.cjs +1 -1
- package/src/apis/NameServicesApi.js +1 -1
- package/src/apis/OrganizationSettingsApi.cjs +1 -1
- package/src/apis/OrganizationSettingsApi.js +1 -1
- package/src/apis/OrganizationsApi.cjs +1 -1
- package/src/apis/OrganizationsApi.js +1 -1
- package/src/apis/OriginsApi.cjs +1 -1
- package/src/apis/OriginsApi.js +1 -1
- package/src/apis/ProjectsApi.cjs +1 -1
- package/src/apis/ProjectsApi.js +1 -1
- package/src/apis/ProvidersApi.cjs +1 -1
- package/src/apis/ProvidersApi.js +1 -1
- package/src/apis/SDKApi.cjs +434 -129
- package/src/apis/SDKApi.d.ts +202 -63
- package/src/apis/SDKApi.js +434 -129
- package/src/apis/SDKViewsApi.cjs +1 -1
- package/src/apis/SDKViewsApi.js +1 -1
- package/src/apis/SessionsApi.cjs +1 -1
- package/src/apis/SessionsApi.js +1 -1
- package/src/apis/TestAccountApi.cjs +1 -1
- package/src/apis/TestAccountApi.js +1 -1
- package/src/apis/TokensApi.cjs +1 -1
- package/src/apis/TokensApi.js +1 -1
- package/src/apis/UserApiTokensApi.cjs +1 -1
- package/src/apis/UserApiTokensApi.js +1 -1
- package/src/apis/UsersApi.cjs +1 -1
- package/src/apis/UsersApi.js +1 -1
- package/src/apis/VisitsApi.cjs +1 -1
- package/src/apis/VisitsApi.js +1 -1
- package/src/apis/WaasApi.cjs +1 -1
- package/src/apis/WaasApi.js +1 -1
- package/src/apis/WalletConnectApi.cjs +1 -1
- package/src/apis/WalletConnectApi.js +1 -1
- package/src/apis/WalletsApi.cjs +1 -1
- package/src/apis/WalletsApi.js +1 -1
- package/src/apis/WebhooksApi.cjs +1 -1
- package/src/apis/WebhooksApi.js +1 -1
- package/src/index.cjs +0 -12
- package/src/index.js +0 -3
- package/src/models/SanctionsWalletBlockedEventPayload.cjs +1 -0
- package/src/models/SanctionsWalletBlockedEventPayload.d.ts +2 -1
- package/src/models/SanctionsWalletBlockedEventPayload.js +1 -0
- package/src/models/index.d.ts +0 -3
- package/src/models/BackupKeySharesToLocationRequest.cjs +0 -33
- package/src/models/BackupKeySharesToLocationRequest.d.ts +0 -28
- package/src/models/BackupKeySharesToLocationRequest.js +0 -27
- package/src/models/BackupKeySharesToLocationResponse.cjs +0 -37
- package/src/models/BackupKeySharesToLocationResponse.d.ts +0 -40
- package/src/models/BackupKeySharesToLocationResponse.js +0 -31
- package/src/models/BackupMultipleClientKeySharesResponse.cjs +0 -33
- package/src/models/BackupMultipleClientKeySharesResponse.d.ts +0 -28
- package/src/models/BackupMultipleClientKeySharesResponse.js +0 -27
package/src/apis/SDKViewsApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/SDKViewsApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/apis/SessionsApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/SessionsApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/apis/TokensApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/TokensApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/apis/UsersApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/UsersApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/apis/VisitsApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/VisitsApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/apis/WaasApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
var BackupKeySharesToLocationsResponse = require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
var BackupKeySharesToLocationsWithUserIdRequest = require('../models/BackupKeySharesToLocationsWithUserIdRequest.cjs');
|
|
30
30
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
package/src/apis/WaasApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import { BackupKeySharesToLocationsResponseFromJSON } from '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import { BackupKeySharesToLocationsWithUserIdRequestToJSON } from '../models/BackupKeySharesToLocationsWithUserIdRequest.js';
|
|
26
26
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/apis/WalletsApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/WalletsApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/apis/WebhooksApi.cjs
CHANGED
|
@@ -22,9 +22,9 @@ require('../models/ResidentKeyRequirement.cjs');
|
|
|
22
22
|
require('../models/UserVerificationRequirement.cjs');
|
|
23
23
|
require('../models/AuthenticatorTransportProtocol.cjs');
|
|
24
24
|
require('../models/ClientTypeEnum.cjs');
|
|
25
|
-
require('../models/WaasBackupOptionsEnum.cjs');
|
|
26
25
|
require('../models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
27
26
|
require('../models/ThresholdSignatureScheme.cjs');
|
|
27
|
+
require('../models/WaasBackupOptionsEnum.cjs');
|
|
28
28
|
require('../models/BackupKeySharesToLocationsResponse.cjs');
|
|
29
29
|
require('../models/JwtVerifiedCredentialFormatEnum.cjs');
|
|
30
30
|
require('../models/ProviderEnum.cjs');
|
package/src/apis/WebhooksApi.js
CHANGED
|
@@ -18,9 +18,9 @@ import '../models/ResidentKeyRequirement.js';
|
|
|
18
18
|
import '../models/UserVerificationRequirement.js';
|
|
19
19
|
import '../models/AuthenticatorTransportProtocol.js';
|
|
20
20
|
import '../models/ClientTypeEnum.js';
|
|
21
|
-
import '../models/WaasBackupOptionsEnum.js';
|
|
22
21
|
import '../models/BackupKeySharesToLocationsPendingResponse.js';
|
|
23
22
|
import '../models/ThresholdSignatureScheme.js';
|
|
23
|
+
import '../models/WaasBackupOptionsEnum.js';
|
|
24
24
|
import '../models/BackupKeySharesToLocationsResponse.js';
|
|
25
25
|
import '../models/JwtVerifiedCredentialFormatEnum.js';
|
|
26
26
|
import '../models/ProviderEnum.js';
|
package/src/index.cjs
CHANGED
|
@@ -109,15 +109,12 @@ var AuthenticatorSelectionCriteria = require('./models/AuthenticatorSelectionCri
|
|
|
109
109
|
var AuthenticatorTransportProtocol = require('./models/AuthenticatorTransportProtocol.cjs');
|
|
110
110
|
var AuthorizedClient = require('./models/AuthorizedClient.cjs');
|
|
111
111
|
var AuthorizedClientList = require('./models/AuthorizedClientList.cjs');
|
|
112
|
-
var BackupKeySharesToLocationRequest = require('./models/BackupKeySharesToLocationRequest.cjs');
|
|
113
|
-
var BackupKeySharesToLocationResponse = require('./models/BackupKeySharesToLocationResponse.cjs');
|
|
114
112
|
var BackupKeySharesToLocationsPendingResponse = require('./models/BackupKeySharesToLocationsPendingResponse.cjs');
|
|
115
113
|
var BackupKeySharesToLocationsRequest = require('./models/BackupKeySharesToLocationsRequest.cjs');
|
|
116
114
|
var BackupKeySharesToLocationsResponse = require('./models/BackupKeySharesToLocationsResponse.cjs');
|
|
117
115
|
var BackupKeySharesToLocationsResponseLocationsWithKeyShares = require('./models/BackupKeySharesToLocationsResponseLocationsWithKeyShares.cjs');
|
|
118
116
|
var BackupKeySharesToLocationsWithUserIdRequest = require('./models/BackupKeySharesToLocationsWithUserIdRequest.cjs');
|
|
119
117
|
var BackupKeySharesToLocationsWithUserIdRequestLocations = require('./models/BackupKeySharesToLocationsWithUserIdRequestLocations.cjs');
|
|
120
|
-
var BackupMultipleClientKeySharesResponse = require('./models/BackupMultipleClientKeySharesResponse.cjs');
|
|
121
118
|
var BadGateway = require('./models/BadGateway.cjs');
|
|
122
119
|
var BadRequest = require('./models/BadRequest.cjs');
|
|
123
120
|
var BaseUser = require('./models/BaseUser.cjs');
|
|
@@ -1096,12 +1093,6 @@ exports.AuthorizedClientToJSON = AuthorizedClient.AuthorizedClientToJSON;
|
|
|
1096
1093
|
exports.AuthorizedClientListFromJSON = AuthorizedClientList.AuthorizedClientListFromJSON;
|
|
1097
1094
|
exports.AuthorizedClientListFromJSONTyped = AuthorizedClientList.AuthorizedClientListFromJSONTyped;
|
|
1098
1095
|
exports.AuthorizedClientListToJSON = AuthorizedClientList.AuthorizedClientListToJSON;
|
|
1099
|
-
exports.BackupKeySharesToLocationRequestFromJSON = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestFromJSON;
|
|
1100
|
-
exports.BackupKeySharesToLocationRequestFromJSONTyped = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestFromJSONTyped;
|
|
1101
|
-
exports.BackupKeySharesToLocationRequestToJSON = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestToJSON;
|
|
1102
|
-
exports.BackupKeySharesToLocationResponseFromJSON = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseFromJSON;
|
|
1103
|
-
exports.BackupKeySharesToLocationResponseFromJSONTyped = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseFromJSONTyped;
|
|
1104
|
-
exports.BackupKeySharesToLocationResponseToJSON = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseToJSON;
|
|
1105
1096
|
exports.BackupKeySharesToLocationsPendingResponseFromJSON = BackupKeySharesToLocationsPendingResponse.BackupKeySharesToLocationsPendingResponseFromJSON;
|
|
1106
1097
|
exports.BackupKeySharesToLocationsPendingResponseFromJSONTyped = BackupKeySharesToLocationsPendingResponse.BackupKeySharesToLocationsPendingResponseFromJSONTyped;
|
|
1107
1098
|
Object.defineProperty(exports, 'BackupKeySharesToLocationsPendingResponsePasswordUpdateStatusEnum', {
|
|
@@ -1128,9 +1119,6 @@ exports.BackupKeySharesToLocationsWithUserIdRequestToJSON = BackupKeySharesToLoc
|
|
|
1128
1119
|
exports.BackupKeySharesToLocationsWithUserIdRequestLocationsFromJSON = BackupKeySharesToLocationsWithUserIdRequestLocations.BackupKeySharesToLocationsWithUserIdRequestLocationsFromJSON;
|
|
1129
1120
|
exports.BackupKeySharesToLocationsWithUserIdRequestLocationsFromJSONTyped = BackupKeySharesToLocationsWithUserIdRequestLocations.BackupKeySharesToLocationsWithUserIdRequestLocationsFromJSONTyped;
|
|
1130
1121
|
exports.BackupKeySharesToLocationsWithUserIdRequestLocationsToJSON = BackupKeySharesToLocationsWithUserIdRequestLocations.BackupKeySharesToLocationsWithUserIdRequestLocationsToJSON;
|
|
1131
|
-
exports.BackupMultipleClientKeySharesResponseFromJSON = BackupMultipleClientKeySharesResponse.BackupMultipleClientKeySharesResponseFromJSON;
|
|
1132
|
-
exports.BackupMultipleClientKeySharesResponseFromJSONTyped = BackupMultipleClientKeySharesResponse.BackupMultipleClientKeySharesResponseFromJSONTyped;
|
|
1133
|
-
exports.BackupMultipleClientKeySharesResponseToJSON = BackupMultipleClientKeySharesResponse.BackupMultipleClientKeySharesResponseToJSON;
|
|
1134
1122
|
exports.BadGatewayFromJSON = BadGateway.BadGatewayFromJSON;
|
|
1135
1123
|
exports.BadGatewayFromJSONTyped = BadGateway.BadGatewayFromJSONTyped;
|
|
1136
1124
|
exports.BadGatewayToJSON = BadGateway.BadGatewayToJSON;
|
package/src/index.js
CHANGED
|
@@ -105,15 +105,12 @@ export { AuthenticatorSelectionCriteriaFromJSON, AuthenticatorSelectionCriteriaF
|
|
|
105
105
|
export { AuthenticatorTransportProtocol, AuthenticatorTransportProtocolFromJSON, AuthenticatorTransportProtocolFromJSONTyped, AuthenticatorTransportProtocolToJSON } from './models/AuthenticatorTransportProtocol.js';
|
|
106
106
|
export { AuthorizedClientFromJSON, AuthorizedClientFromJSONTyped, AuthorizedClientToJSON } from './models/AuthorizedClient.js';
|
|
107
107
|
export { AuthorizedClientListFromJSON, AuthorizedClientListFromJSONTyped, AuthorizedClientListToJSON } from './models/AuthorizedClientList.js';
|
|
108
|
-
export { BackupKeySharesToLocationRequestFromJSON, BackupKeySharesToLocationRequestFromJSONTyped, BackupKeySharesToLocationRequestToJSON } from './models/BackupKeySharesToLocationRequest.js';
|
|
109
|
-
export { BackupKeySharesToLocationResponseFromJSON, BackupKeySharesToLocationResponseFromJSONTyped, BackupKeySharesToLocationResponseToJSON } from './models/BackupKeySharesToLocationResponse.js';
|
|
110
108
|
export { BackupKeySharesToLocationsPendingResponseFromJSON, BackupKeySharesToLocationsPendingResponseFromJSONTyped, BackupKeySharesToLocationsPendingResponsePasswordUpdateStatusEnum, BackupKeySharesToLocationsPendingResponseToJSON } from './models/BackupKeySharesToLocationsPendingResponse.js';
|
|
111
109
|
export { BackupKeySharesToLocationsRequestFromJSON, BackupKeySharesToLocationsRequestFromJSONTyped, BackupKeySharesToLocationsRequestToJSON } from './models/BackupKeySharesToLocationsRequest.js';
|
|
112
110
|
export { BackupKeySharesToLocationsResponseFromJSON, BackupKeySharesToLocationsResponseFromJSONTyped, BackupKeySharesToLocationsResponsePasswordUpdateStatusEnum, BackupKeySharesToLocationsResponseToJSON } from './models/BackupKeySharesToLocationsResponse.js';
|
|
113
111
|
export { BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSON, BackupKeySharesToLocationsResponseLocationsWithKeySharesFromJSONTyped, BackupKeySharesToLocationsResponseLocationsWithKeySharesToJSON } from './models/BackupKeySharesToLocationsResponseLocationsWithKeyShares.js';
|
|
114
112
|
export { BackupKeySharesToLocationsWithUserIdRequestFromJSON, BackupKeySharesToLocationsWithUserIdRequestFromJSONTyped, BackupKeySharesToLocationsWithUserIdRequestToJSON } from './models/BackupKeySharesToLocationsWithUserIdRequest.js';
|
|
115
113
|
export { BackupKeySharesToLocationsWithUserIdRequestLocationsFromJSON, BackupKeySharesToLocationsWithUserIdRequestLocationsFromJSONTyped, BackupKeySharesToLocationsWithUserIdRequestLocationsToJSON } from './models/BackupKeySharesToLocationsWithUserIdRequestLocations.js';
|
|
116
|
-
export { BackupMultipleClientKeySharesResponseFromJSON, BackupMultipleClientKeySharesResponseFromJSONTyped, BackupMultipleClientKeySharesResponseToJSON } from './models/BackupMultipleClientKeySharesResponse.js';
|
|
117
114
|
export { BadGatewayFromJSON, BadGatewayFromJSONTyped, BadGatewayToJSON } from './models/BadGateway.js';
|
|
118
115
|
export { BadRequestFromJSON, BadRequestFromJSONTyped, BadRequestToJSON } from './models/BadRequest.js';
|
|
119
116
|
export { BaseUserFromJSON, BaseUserFromJSONTyped, BaseUserToJSON } from './models/BaseUser.js';
|
|
@@ -23,6 +23,7 @@ exports.SanctionsWalletBlockedEventPayloadSanctionsProviderEnum = void 0;
|
|
|
23
23
|
(function (SanctionsWalletBlockedEventPayloadSanctionsProviderEnum) {
|
|
24
24
|
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["TrmWalletScreening"] = "trm-wallet-screening";
|
|
25
25
|
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["ChainalysisAddressScreening"] = "chainalysis-address-screening";
|
|
26
|
+
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["DynamicSanctionsScreening"] = "dynamic-sanctions-screening";
|
|
26
27
|
})(exports.SanctionsWalletBlockedEventPayloadSanctionsProviderEnum || (exports.SanctionsWalletBlockedEventPayloadSanctionsProviderEnum = {})); /**
|
|
27
28
|
* @export
|
|
28
29
|
* @enum {string}
|
|
@@ -76,7 +76,8 @@ export interface SanctionsWalletBlockedEventPayload {
|
|
|
76
76
|
*/
|
|
77
77
|
export declare enum SanctionsWalletBlockedEventPayloadSanctionsProviderEnum {
|
|
78
78
|
TrmWalletScreening = "trm-wallet-screening",
|
|
79
|
-
ChainalysisAddressScreening = "chainalysis-address-screening"
|
|
79
|
+
ChainalysisAddressScreening = "chainalysis-address-screening",
|
|
80
|
+
DynamicSanctionsScreening = "dynamic-sanctions-screening"
|
|
80
81
|
} /**
|
|
81
82
|
* @export
|
|
82
83
|
* @enum {string}
|
|
@@ -19,6 +19,7 @@ var SanctionsWalletBlockedEventPayloadSanctionsProviderEnum;
|
|
|
19
19
|
(function (SanctionsWalletBlockedEventPayloadSanctionsProviderEnum) {
|
|
20
20
|
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["TrmWalletScreening"] = "trm-wallet-screening";
|
|
21
21
|
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["ChainalysisAddressScreening"] = "chainalysis-address-screening";
|
|
22
|
+
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["DynamicSanctionsScreening"] = "dynamic-sanctions-screening";
|
|
22
23
|
})(SanctionsWalletBlockedEventPayloadSanctionsProviderEnum || (SanctionsWalletBlockedEventPayloadSanctionsProviderEnum = {})); /**
|
|
23
24
|
* @export
|
|
24
25
|
* @enum {string}
|
package/src/models/index.d.ts
CHANGED
|
@@ -61,15 +61,12 @@ export * from './AuthenticatorSelectionCriteria';
|
|
|
61
61
|
export * from './AuthenticatorTransportProtocol';
|
|
62
62
|
export * from './AuthorizedClient';
|
|
63
63
|
export * from './AuthorizedClientList';
|
|
64
|
-
export * from './BackupKeySharesToLocationRequest';
|
|
65
|
-
export * from './BackupKeySharesToLocationResponse';
|
|
66
64
|
export * from './BackupKeySharesToLocationsPendingResponse';
|
|
67
65
|
export * from './BackupKeySharesToLocationsRequest';
|
|
68
66
|
export * from './BackupKeySharesToLocationsResponse';
|
|
69
67
|
export * from './BackupKeySharesToLocationsResponseLocationsWithKeyShares';
|
|
70
68
|
export * from './BackupKeySharesToLocationsWithUserIdRequest';
|
|
71
69
|
export * from './BackupKeySharesToLocationsWithUserIdRequestLocations';
|
|
72
|
-
export * from './BackupMultipleClientKeySharesResponse';
|
|
73
70
|
export * from './BadGateway';
|
|
74
71
|
export * from './BadRequest';
|
|
75
72
|
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,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,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,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,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;
|