@dynamic-labs/sdk-api 0.0.888 → 0.0.890
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 +2 -2
- package/src/apis/AllowlistsApi.js +2 -2
- package/src/apis/AnalyticsApi.cjs +2 -2
- package/src/apis/AnalyticsApi.js +2 -2
- package/src/apis/ChainalysisApi.cjs +2 -2
- package/src/apis/ChainalysisApi.js +2 -2
- package/src/apis/ChainsApi.cjs +2 -2
- package/src/apis/ChainsApi.js +2 -2
- package/src/apis/CustomFieldsApi.cjs +2 -2
- package/src/apis/CustomFieldsApi.js +2 -2
- package/src/apis/CustomHostnamesApi.cjs +2 -2
- package/src/apis/CustomHostnamesApi.js +2 -2
- package/src/apis/CustomNetworksApi.cjs +2 -2
- package/src/apis/CustomNetworksApi.js +2 -2
- package/src/apis/DeeplinkUrlsApi.cjs +2 -2
- package/src/apis/DeeplinkUrlsApi.js +2 -2
- package/src/apis/DepositApi.cjs +2 -2
- package/src/apis/DepositApi.js +2 -2
- package/src/apis/EnvironmentsApi.cjs +2 -2
- package/src/apis/EnvironmentsApi.js +2 -2
- package/src/apis/EventsApi.cjs +2 -2
- package/src/apis/EventsApi.js +2 -2
- package/src/apis/ExportsApi.cjs +2 -2
- package/src/apis/ExportsApi.js +2 -2
- package/src/apis/ExternalJwtApi.cjs +2 -2
- package/src/apis/ExternalJwtApi.js +2 -2
- package/src/apis/GatesApi.cjs +2 -2
- package/src/apis/GatesApi.js +2 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +2 -2
- package/src/apis/GlobalWalletAccessControlApi.js +2 -2
- package/src/apis/GlobalWalletConnectionsApi.cjs +2 -2
- package/src/apis/GlobalWalletConnectionsApi.js +2 -2
- package/src/apis/GlobalWalletsApi.cjs +2 -2
- package/src/apis/GlobalWalletsApi.js +2 -2
- package/src/apis/InvitesApi.cjs +2 -2
- package/src/apis/InvitesApi.js +2 -2
- package/src/apis/MembersApi.cjs +2 -2
- package/src/apis/MembersApi.js +2 -2
- package/src/apis/MfaSettingsApi.cjs +2 -2
- package/src/apis/MfaSettingsApi.js +2 -2
- package/src/apis/NameServicesApi.cjs +2 -2
- package/src/apis/NameServicesApi.js +2 -2
- package/src/apis/OrganizationsApi.cjs +2 -2
- package/src/apis/OrganizationsApi.js +2 -2
- package/src/apis/OriginsApi.cjs +2 -2
- package/src/apis/OriginsApi.js +2 -2
- package/src/apis/ProjectsApi.cjs +2 -2
- package/src/apis/ProjectsApi.js +2 -2
- package/src/apis/SDKApi.cjs +1 -1
- package/src/apis/SDKApi.js +1 -1
- package/src/apis/SDKViewsApi.cjs +2 -2
- package/src/apis/SDKViewsApi.js +2 -2
- package/src/apis/SessionsApi.cjs +2 -2
- package/src/apis/SessionsApi.js +2 -2
- package/src/apis/SettingsApi.cjs +2 -2
- package/src/apis/SettingsApi.js +2 -2
- package/src/apis/TestAccountApi.cjs +2 -2
- package/src/apis/TestAccountApi.js +2 -2
- package/src/apis/TokensApi.cjs +2 -2
- package/src/apis/TokensApi.js +2 -2
- package/src/apis/UserApiTokensApi.cjs +2 -2
- package/src/apis/UserApiTokensApi.js +2 -2
- package/src/apis/UsersApi.cjs +2 -2
- package/src/apis/UsersApi.js +2 -2
- package/src/apis/VisitsApi.cjs +2 -2
- package/src/apis/VisitsApi.js +2 -2
- package/src/apis/WaasApi.cjs +2 -2
- package/src/apis/WaasApi.js +2 -2
- package/src/apis/WalletConnectApi.cjs +2 -2
- package/src/apis/WalletConnectApi.js +2 -2
- package/src/apis/WalletsApi.cjs +2 -2
- package/src/apis/WalletsApi.js +2 -2
- package/src/apis/WebhooksApi.cjs +2 -2
- package/src/apis/WebhooksApi.js +2 -2
- package/src/index.cjs +8 -4
- package/src/index.js +2 -1
- package/src/models/AttachSourceRequest.cjs +3 -0
- package/src/models/AttachSourceRequest.d.ts +7 -0
- package/src/models/AttachSourceRequest.js +3 -0
- package/src/models/ChainDestinationConfig.cjs +38 -0
- package/src/models/ChainDestinationConfig.d.ts +41 -0
- package/src/models/ChainDestinationConfig.js +32 -0
- package/src/models/ChainSettlementConfig.cjs +39 -0
- package/src/models/ChainSettlementConfig.d.ts +46 -0
- package/src/models/ChainSettlementConfig.js +33 -0
- package/src/models/DestinationConfigInput.cjs +3 -5
- package/src/models/DestinationConfigInput.d.ts +3 -9
- package/src/models/DestinationConfigInput.js +3 -5
- package/src/models/SettlementConfigInput.cjs +3 -3
- package/src/models/SettlementConfigInput.d.ts +3 -3
- package/src/models/SettlementConfigInput.js +3 -3
- package/src/models/index.d.ts +2 -1
- package/src/models/SettlementTokenInput.cjs +0 -47
- package/src/models/SettlementTokenInput.d.ts +0 -39
- package/src/models/SettlementTokenInput.js +0 -41
|
@@ -10,6 +10,7 @@ require('../models/AuthStorageEnum.cjs');
|
|
|
10
10
|
require('../models/MFADeviceType.cjs');
|
|
11
11
|
require('../models/MFAAction.cjs');
|
|
12
12
|
require('../models/TimeUnitEnum.cjs');
|
|
13
|
+
require('../models/ChainEnum.cjs');
|
|
13
14
|
require('../models/CheckoutSourceTypeEnum.cjs');
|
|
14
15
|
require('../models/AttestationConveyancePreference.cjs');
|
|
15
16
|
require('../models/AuthModeEnum.cjs');
|
|
@@ -34,10 +35,9 @@ require('../models/CustomFieldType.cjs');
|
|
|
34
35
|
require('../models/KycFieldType.cjs');
|
|
35
36
|
require('../models/BillingSubscriptionPlanTypeEnum.cjs');
|
|
36
37
|
require('../models/UnprocessableEntityErrorCode.cjs');
|
|
37
|
-
require('../models/ChainEnum.cjs');
|
|
38
38
|
require('../models/ChainalysisCheckResultEnum.cjs');
|
|
39
|
-
require('../models/CheckoutModeEnum.cjs');
|
|
40
39
|
require('../models/DestinationTypeEnum.cjs');
|
|
40
|
+
require('../models/CheckoutModeEnum.cjs');
|
|
41
41
|
require('../models/SettlementStrategyEnum.cjs');
|
|
42
42
|
require('../models/CheckoutExecutionStateEnum.cjs');
|
|
43
43
|
require('../models/CheckoutRiskStateEnum.cjs');
|
|
@@ -6,6 +6,7 @@ import '../models/AuthStorageEnum.js';
|
|
|
6
6
|
import '../models/MFADeviceType.js';
|
|
7
7
|
import '../models/MFAAction.js';
|
|
8
8
|
import '../models/TimeUnitEnum.js';
|
|
9
|
+
import '../models/ChainEnum.js';
|
|
9
10
|
import '../models/CheckoutSourceTypeEnum.js';
|
|
10
11
|
import '../models/AttestationConveyancePreference.js';
|
|
11
12
|
import '../models/AuthModeEnum.js';
|
|
@@ -30,10 +31,9 @@ import '../models/CustomFieldType.js';
|
|
|
30
31
|
import '../models/KycFieldType.js';
|
|
31
32
|
import '../models/BillingSubscriptionPlanTypeEnum.js';
|
|
32
33
|
import '../models/UnprocessableEntityErrorCode.js';
|
|
33
|
-
import '../models/ChainEnum.js';
|
|
34
34
|
import '../models/ChainalysisCheckResultEnum.js';
|
|
35
|
-
import '../models/CheckoutModeEnum.js';
|
|
36
35
|
import '../models/DestinationTypeEnum.js';
|
|
36
|
+
import '../models/CheckoutModeEnum.js';
|
|
37
37
|
import '../models/SettlementStrategyEnum.js';
|
|
38
38
|
import '../models/CheckoutExecutionStateEnum.js';
|
|
39
39
|
import '../models/CheckoutRiskStateEnum.js';
|
package/src/apis/UsersApi.cjs
CHANGED
|
@@ -10,6 +10,7 @@ require('../models/AuthStorageEnum.cjs');
|
|
|
10
10
|
require('../models/MFADeviceType.cjs');
|
|
11
11
|
require('../models/MFAAction.cjs');
|
|
12
12
|
require('../models/TimeUnitEnum.cjs');
|
|
13
|
+
require('../models/ChainEnum.cjs');
|
|
13
14
|
require('../models/CheckoutSourceTypeEnum.cjs');
|
|
14
15
|
require('../models/AttestationConveyancePreference.cjs');
|
|
15
16
|
require('../models/AuthModeEnum.cjs');
|
|
@@ -35,10 +36,9 @@ require('../models/KycFieldType.cjs');
|
|
|
35
36
|
require('../models/BillingSubscriptionPlanTypeEnum.cjs');
|
|
36
37
|
var BulkUserCreateResponse = require('../models/BulkUserCreateResponse.cjs');
|
|
37
38
|
require('../models/UnprocessableEntityErrorCode.cjs');
|
|
38
|
-
require('../models/ChainEnum.cjs');
|
|
39
39
|
require('../models/ChainalysisCheckResultEnum.cjs');
|
|
40
|
-
require('../models/CheckoutModeEnum.cjs');
|
|
41
40
|
require('../models/DestinationTypeEnum.cjs');
|
|
41
|
+
require('../models/CheckoutModeEnum.cjs');
|
|
42
42
|
require('../models/SettlementStrategyEnum.cjs');
|
|
43
43
|
require('../models/CheckoutExecutionStateEnum.cjs');
|
|
44
44
|
require('../models/CheckoutRiskStateEnum.cjs');
|
package/src/apis/UsersApi.js
CHANGED
|
@@ -6,6 +6,7 @@ import '../models/AuthStorageEnum.js';
|
|
|
6
6
|
import '../models/MFADeviceType.js';
|
|
7
7
|
import '../models/MFAAction.js';
|
|
8
8
|
import '../models/TimeUnitEnum.js';
|
|
9
|
+
import '../models/ChainEnum.js';
|
|
9
10
|
import '../models/CheckoutSourceTypeEnum.js';
|
|
10
11
|
import '../models/AttestationConveyancePreference.js';
|
|
11
12
|
import '../models/AuthModeEnum.js';
|
|
@@ -31,10 +32,9 @@ import '../models/KycFieldType.js';
|
|
|
31
32
|
import '../models/BillingSubscriptionPlanTypeEnum.js';
|
|
32
33
|
import { BulkUserCreateResponseFromJSON } from '../models/BulkUserCreateResponse.js';
|
|
33
34
|
import '../models/UnprocessableEntityErrorCode.js';
|
|
34
|
-
import '../models/ChainEnum.js';
|
|
35
35
|
import '../models/ChainalysisCheckResultEnum.js';
|
|
36
|
-
import '../models/CheckoutModeEnum.js';
|
|
37
36
|
import '../models/DestinationTypeEnum.js';
|
|
37
|
+
import '../models/CheckoutModeEnum.js';
|
|
38
38
|
import '../models/SettlementStrategyEnum.js';
|
|
39
39
|
import '../models/CheckoutExecutionStateEnum.js';
|
|
40
40
|
import '../models/CheckoutRiskStateEnum.js';
|
package/src/apis/VisitsApi.cjs
CHANGED
|
@@ -10,6 +10,7 @@ require('../models/AuthStorageEnum.cjs');
|
|
|
10
10
|
require('../models/MFADeviceType.cjs');
|
|
11
11
|
require('../models/MFAAction.cjs');
|
|
12
12
|
require('../models/TimeUnitEnum.cjs');
|
|
13
|
+
require('../models/ChainEnum.cjs');
|
|
13
14
|
require('../models/CheckoutSourceTypeEnum.cjs');
|
|
14
15
|
require('../models/AttestationConveyancePreference.cjs');
|
|
15
16
|
require('../models/AuthModeEnum.cjs');
|
|
@@ -34,10 +35,9 @@ require('../models/CustomFieldType.cjs');
|
|
|
34
35
|
require('../models/KycFieldType.cjs');
|
|
35
36
|
require('../models/BillingSubscriptionPlanTypeEnum.cjs');
|
|
36
37
|
require('../models/UnprocessableEntityErrorCode.cjs');
|
|
37
|
-
require('../models/ChainEnum.cjs');
|
|
38
38
|
require('../models/ChainalysisCheckResultEnum.cjs');
|
|
39
|
-
require('../models/CheckoutModeEnum.cjs');
|
|
40
39
|
require('../models/DestinationTypeEnum.cjs');
|
|
40
|
+
require('../models/CheckoutModeEnum.cjs');
|
|
41
41
|
require('../models/SettlementStrategyEnum.cjs');
|
|
42
42
|
require('../models/CheckoutExecutionStateEnum.cjs');
|
|
43
43
|
require('../models/CheckoutRiskStateEnum.cjs');
|
package/src/apis/VisitsApi.js
CHANGED
|
@@ -6,6 +6,7 @@ import '../models/AuthStorageEnum.js';
|
|
|
6
6
|
import '../models/MFADeviceType.js';
|
|
7
7
|
import '../models/MFAAction.js';
|
|
8
8
|
import '../models/TimeUnitEnum.js';
|
|
9
|
+
import '../models/ChainEnum.js';
|
|
9
10
|
import '../models/CheckoutSourceTypeEnum.js';
|
|
10
11
|
import '../models/AttestationConveyancePreference.js';
|
|
11
12
|
import '../models/AuthModeEnum.js';
|
|
@@ -30,10 +31,9 @@ import '../models/CustomFieldType.js';
|
|
|
30
31
|
import '../models/KycFieldType.js';
|
|
31
32
|
import '../models/BillingSubscriptionPlanTypeEnum.js';
|
|
32
33
|
import '../models/UnprocessableEntityErrorCode.js';
|
|
33
|
-
import '../models/ChainEnum.js';
|
|
34
34
|
import '../models/ChainalysisCheckResultEnum.js';
|
|
35
|
-
import '../models/CheckoutModeEnum.js';
|
|
36
35
|
import '../models/DestinationTypeEnum.js';
|
|
36
|
+
import '../models/CheckoutModeEnum.js';
|
|
37
37
|
import '../models/SettlementStrategyEnum.js';
|
|
38
38
|
import '../models/CheckoutExecutionStateEnum.js';
|
|
39
39
|
import '../models/CheckoutRiskStateEnum.js';
|
package/src/apis/WaasApi.cjs
CHANGED
|
@@ -10,6 +10,7 @@ require('../models/AuthStorageEnum.cjs');
|
|
|
10
10
|
require('../models/MFADeviceType.cjs');
|
|
11
11
|
require('../models/MFAAction.cjs');
|
|
12
12
|
require('../models/TimeUnitEnum.cjs');
|
|
13
|
+
require('../models/ChainEnum.cjs');
|
|
13
14
|
require('../models/CheckoutSourceTypeEnum.cjs');
|
|
14
15
|
require('../models/AttestationConveyancePreference.cjs');
|
|
15
16
|
require('../models/AuthModeEnum.cjs');
|
|
@@ -36,10 +37,9 @@ require('../models/CustomFieldType.cjs');
|
|
|
36
37
|
require('../models/KycFieldType.cjs');
|
|
37
38
|
require('../models/BillingSubscriptionPlanTypeEnum.cjs');
|
|
38
39
|
require('../models/UnprocessableEntityErrorCode.cjs');
|
|
39
|
-
require('../models/ChainEnum.cjs');
|
|
40
40
|
require('../models/ChainalysisCheckResultEnum.cjs');
|
|
41
|
-
require('../models/CheckoutModeEnum.cjs');
|
|
42
41
|
require('../models/DestinationTypeEnum.cjs');
|
|
42
|
+
require('../models/CheckoutModeEnum.cjs');
|
|
43
43
|
require('../models/SettlementStrategyEnum.cjs');
|
|
44
44
|
require('../models/CheckoutExecutionStateEnum.cjs');
|
|
45
45
|
require('../models/CheckoutRiskStateEnum.cjs');
|
package/src/apis/WaasApi.js
CHANGED
|
@@ -6,6 +6,7 @@ import '../models/AuthStorageEnum.js';
|
|
|
6
6
|
import '../models/MFADeviceType.js';
|
|
7
7
|
import '../models/MFAAction.js';
|
|
8
8
|
import '../models/TimeUnitEnum.js';
|
|
9
|
+
import '../models/ChainEnum.js';
|
|
9
10
|
import '../models/CheckoutSourceTypeEnum.js';
|
|
10
11
|
import '../models/AttestationConveyancePreference.js';
|
|
11
12
|
import '../models/AuthModeEnum.js';
|
|
@@ -32,10 +33,9 @@ import '../models/CustomFieldType.js';
|
|
|
32
33
|
import '../models/KycFieldType.js';
|
|
33
34
|
import '../models/BillingSubscriptionPlanTypeEnum.js';
|
|
34
35
|
import '../models/UnprocessableEntityErrorCode.js';
|
|
35
|
-
import '../models/ChainEnum.js';
|
|
36
36
|
import '../models/ChainalysisCheckResultEnum.js';
|
|
37
|
-
import '../models/CheckoutModeEnum.js';
|
|
38
37
|
import '../models/DestinationTypeEnum.js';
|
|
38
|
+
import '../models/CheckoutModeEnum.js';
|
|
39
39
|
import '../models/SettlementStrategyEnum.js';
|
|
40
40
|
import '../models/CheckoutExecutionStateEnum.js';
|
|
41
41
|
import '../models/CheckoutRiskStateEnum.js';
|
|
@@ -10,6 +10,7 @@ require('../models/AuthStorageEnum.cjs');
|
|
|
10
10
|
require('../models/MFADeviceType.cjs');
|
|
11
11
|
require('../models/MFAAction.cjs');
|
|
12
12
|
require('../models/TimeUnitEnum.cjs');
|
|
13
|
+
require('../models/ChainEnum.cjs');
|
|
13
14
|
require('../models/CheckoutSourceTypeEnum.cjs');
|
|
14
15
|
require('../models/AttestationConveyancePreference.cjs');
|
|
15
16
|
require('../models/AuthModeEnum.cjs');
|
|
@@ -34,10 +35,9 @@ require('../models/CustomFieldType.cjs');
|
|
|
34
35
|
require('../models/KycFieldType.cjs');
|
|
35
36
|
require('../models/BillingSubscriptionPlanTypeEnum.cjs');
|
|
36
37
|
require('../models/UnprocessableEntityErrorCode.cjs');
|
|
37
|
-
require('../models/ChainEnum.cjs');
|
|
38
38
|
require('../models/ChainalysisCheckResultEnum.cjs');
|
|
39
|
-
require('../models/CheckoutModeEnum.cjs');
|
|
40
39
|
require('../models/DestinationTypeEnum.cjs');
|
|
40
|
+
require('../models/CheckoutModeEnum.cjs');
|
|
41
41
|
require('../models/SettlementStrategyEnum.cjs');
|
|
42
42
|
require('../models/CheckoutExecutionStateEnum.cjs');
|
|
43
43
|
require('../models/CheckoutRiskStateEnum.cjs');
|
|
@@ -6,6 +6,7 @@ import '../models/AuthStorageEnum.js';
|
|
|
6
6
|
import '../models/MFADeviceType.js';
|
|
7
7
|
import '../models/MFAAction.js';
|
|
8
8
|
import '../models/TimeUnitEnum.js';
|
|
9
|
+
import '../models/ChainEnum.js';
|
|
9
10
|
import '../models/CheckoutSourceTypeEnum.js';
|
|
10
11
|
import '../models/AttestationConveyancePreference.js';
|
|
11
12
|
import '../models/AuthModeEnum.js';
|
|
@@ -30,10 +31,9 @@ import '../models/CustomFieldType.js';
|
|
|
30
31
|
import '../models/KycFieldType.js';
|
|
31
32
|
import '../models/BillingSubscriptionPlanTypeEnum.js';
|
|
32
33
|
import '../models/UnprocessableEntityErrorCode.js';
|
|
33
|
-
import '../models/ChainEnum.js';
|
|
34
34
|
import '../models/ChainalysisCheckResultEnum.js';
|
|
35
|
-
import '../models/CheckoutModeEnum.js';
|
|
36
35
|
import '../models/DestinationTypeEnum.js';
|
|
36
|
+
import '../models/CheckoutModeEnum.js';
|
|
37
37
|
import '../models/SettlementStrategyEnum.js';
|
|
38
38
|
import '../models/CheckoutExecutionStateEnum.js';
|
|
39
39
|
import '../models/CheckoutRiskStateEnum.js';
|
package/src/apis/WalletsApi.cjs
CHANGED
|
@@ -10,6 +10,7 @@ require('../models/AuthStorageEnum.cjs');
|
|
|
10
10
|
require('../models/MFADeviceType.cjs');
|
|
11
11
|
require('../models/MFAAction.cjs');
|
|
12
12
|
require('../models/TimeUnitEnum.cjs');
|
|
13
|
+
require('../models/ChainEnum.cjs');
|
|
13
14
|
require('../models/CheckoutSourceTypeEnum.cjs');
|
|
14
15
|
require('../models/AttestationConveyancePreference.cjs');
|
|
15
16
|
require('../models/AuthModeEnum.cjs');
|
|
@@ -34,11 +35,10 @@ require('../models/CustomFieldType.cjs');
|
|
|
34
35
|
require('../models/KycFieldType.cjs');
|
|
35
36
|
require('../models/BillingSubscriptionPlanTypeEnum.cjs');
|
|
36
37
|
require('../models/UnprocessableEntityErrorCode.cjs');
|
|
37
|
-
require('../models/ChainEnum.cjs');
|
|
38
38
|
require('../models/ChainalysisCheckResultEnum.cjs');
|
|
39
39
|
var Wallet = require('../models/Wallet.cjs');
|
|
40
|
-
require('../models/CheckoutModeEnum.cjs');
|
|
41
40
|
require('../models/DestinationTypeEnum.cjs');
|
|
41
|
+
require('../models/CheckoutModeEnum.cjs');
|
|
42
42
|
require('../models/SettlementStrategyEnum.cjs');
|
|
43
43
|
require('../models/CheckoutExecutionStateEnum.cjs');
|
|
44
44
|
require('../models/CheckoutRiskStateEnum.cjs');
|
package/src/apis/WalletsApi.js
CHANGED
|
@@ -6,6 +6,7 @@ import '../models/AuthStorageEnum.js';
|
|
|
6
6
|
import '../models/MFADeviceType.js';
|
|
7
7
|
import '../models/MFAAction.js';
|
|
8
8
|
import '../models/TimeUnitEnum.js';
|
|
9
|
+
import '../models/ChainEnum.js';
|
|
9
10
|
import '../models/CheckoutSourceTypeEnum.js';
|
|
10
11
|
import '../models/AttestationConveyancePreference.js';
|
|
11
12
|
import '../models/AuthModeEnum.js';
|
|
@@ -30,11 +31,10 @@ import '../models/CustomFieldType.js';
|
|
|
30
31
|
import '../models/KycFieldType.js';
|
|
31
32
|
import '../models/BillingSubscriptionPlanTypeEnum.js';
|
|
32
33
|
import '../models/UnprocessableEntityErrorCode.js';
|
|
33
|
-
import '../models/ChainEnum.js';
|
|
34
34
|
import '../models/ChainalysisCheckResultEnum.js';
|
|
35
35
|
import { WalletFromJSON } from '../models/Wallet.js';
|
|
36
|
-
import '../models/CheckoutModeEnum.js';
|
|
37
36
|
import '../models/DestinationTypeEnum.js';
|
|
37
|
+
import '../models/CheckoutModeEnum.js';
|
|
38
38
|
import '../models/SettlementStrategyEnum.js';
|
|
39
39
|
import '../models/CheckoutExecutionStateEnum.js';
|
|
40
40
|
import '../models/CheckoutRiskStateEnum.js';
|
package/src/apis/WebhooksApi.cjs
CHANGED
|
@@ -10,6 +10,7 @@ require('../models/AuthStorageEnum.cjs');
|
|
|
10
10
|
require('../models/MFADeviceType.cjs');
|
|
11
11
|
require('../models/MFAAction.cjs');
|
|
12
12
|
require('../models/TimeUnitEnum.cjs');
|
|
13
|
+
require('../models/ChainEnum.cjs');
|
|
13
14
|
require('../models/CheckoutSourceTypeEnum.cjs');
|
|
14
15
|
require('../models/AttestationConveyancePreference.cjs');
|
|
15
16
|
require('../models/AuthModeEnum.cjs');
|
|
@@ -34,10 +35,9 @@ require('../models/CustomFieldType.cjs');
|
|
|
34
35
|
require('../models/KycFieldType.cjs');
|
|
35
36
|
require('../models/BillingSubscriptionPlanTypeEnum.cjs');
|
|
36
37
|
require('../models/UnprocessableEntityErrorCode.cjs');
|
|
37
|
-
require('../models/ChainEnum.cjs');
|
|
38
38
|
require('../models/ChainalysisCheckResultEnum.cjs');
|
|
39
|
-
require('../models/CheckoutModeEnum.cjs');
|
|
40
39
|
require('../models/DestinationTypeEnum.cjs');
|
|
40
|
+
require('../models/CheckoutModeEnum.cjs');
|
|
41
41
|
require('../models/SettlementStrategyEnum.cjs');
|
|
42
42
|
require('../models/CheckoutExecutionStateEnum.cjs');
|
|
43
43
|
require('../models/CheckoutRiskStateEnum.cjs');
|
package/src/apis/WebhooksApi.js
CHANGED
|
@@ -6,6 +6,7 @@ import '../models/AuthStorageEnum.js';
|
|
|
6
6
|
import '../models/MFADeviceType.js';
|
|
7
7
|
import '../models/MFAAction.js';
|
|
8
8
|
import '../models/TimeUnitEnum.js';
|
|
9
|
+
import '../models/ChainEnum.js';
|
|
9
10
|
import '../models/CheckoutSourceTypeEnum.js';
|
|
10
11
|
import '../models/AttestationConveyancePreference.js';
|
|
11
12
|
import '../models/AuthModeEnum.js';
|
|
@@ -30,10 +31,9 @@ import '../models/CustomFieldType.js';
|
|
|
30
31
|
import '../models/KycFieldType.js';
|
|
31
32
|
import '../models/BillingSubscriptionPlanTypeEnum.js';
|
|
32
33
|
import '../models/UnprocessableEntityErrorCode.js';
|
|
33
|
-
import '../models/ChainEnum.js';
|
|
34
34
|
import '../models/ChainalysisCheckResultEnum.js';
|
|
35
|
-
import '../models/CheckoutModeEnum.js';
|
|
36
35
|
import '../models/DestinationTypeEnum.js';
|
|
36
|
+
import '../models/CheckoutModeEnum.js';
|
|
37
37
|
import '../models/SettlementStrategyEnum.js';
|
|
38
38
|
import '../models/CheckoutExecutionStateEnum.js';
|
|
39
39
|
import '../models/CheckoutRiskStateEnum.js';
|
package/src/index.cjs
CHANGED
|
@@ -107,7 +107,9 @@ var BlockaidValidation = require('./models/BlockaidValidation.cjs');
|
|
|
107
107
|
var BulkUserCreateResponse = require('./models/BulkUserCreateResponse.cjs');
|
|
108
108
|
var BulkUserCreateResponseFailed = require('./models/BulkUserCreateResponseFailed.cjs');
|
|
109
109
|
var ChainConfiguration = require('./models/ChainConfiguration.cjs');
|
|
110
|
+
var ChainDestinationConfig = require('./models/ChainDestinationConfig.cjs');
|
|
110
111
|
var ChainEnum = require('./models/ChainEnum.cjs');
|
|
112
|
+
var ChainSettlementConfig = require('./models/ChainSettlementConfig.cjs');
|
|
111
113
|
var ChainToken = require('./models/ChainToken.cjs');
|
|
112
114
|
var ChainalysisCheck = require('./models/ChainalysisCheck.cjs');
|
|
113
115
|
var ChainalysisCheckResultEnum = require('./models/ChainalysisCheckResultEnum.cjs');
|
|
@@ -514,7 +516,6 @@ var SessionsResponse = require('./models/SessionsResponse.cjs');
|
|
|
514
516
|
var SessionsTrendResult = require('./models/SessionsTrendResult.cjs');
|
|
515
517
|
var SettlementConfigInput = require('./models/SettlementConfigInput.cjs');
|
|
516
518
|
var SettlementStrategyEnum = require('./models/SettlementStrategyEnum.cjs');
|
|
517
|
-
var SettlementTokenInput = require('./models/SettlementTokenInput.cjs');
|
|
518
519
|
var SignInProviderEnum = require('./models/SignInProviderEnum.cjs');
|
|
519
520
|
var SignMessageAuthorizationSignature = require('./models/SignMessageAuthorizationSignature.cjs');
|
|
520
521
|
var SignMessageBtcTransaction = require('./models/SignMessageBtcTransaction.cjs');
|
|
@@ -969,6 +970,9 @@ exports.BulkUserCreateResponseFailedToJSON = BulkUserCreateResponseFailed.BulkUs
|
|
|
969
970
|
exports.ChainConfigurationFromJSON = ChainConfiguration.ChainConfigurationFromJSON;
|
|
970
971
|
exports.ChainConfigurationFromJSONTyped = ChainConfiguration.ChainConfigurationFromJSONTyped;
|
|
971
972
|
exports.ChainConfigurationToJSON = ChainConfiguration.ChainConfigurationToJSON;
|
|
973
|
+
exports.ChainDestinationConfigFromJSON = ChainDestinationConfig.ChainDestinationConfigFromJSON;
|
|
974
|
+
exports.ChainDestinationConfigFromJSONTyped = ChainDestinationConfig.ChainDestinationConfigFromJSONTyped;
|
|
975
|
+
exports.ChainDestinationConfigToJSON = ChainDestinationConfig.ChainDestinationConfigToJSON;
|
|
972
976
|
Object.defineProperty(exports, 'ChainEnum', {
|
|
973
977
|
enumerable: true,
|
|
974
978
|
get: function () { return ChainEnum.ChainEnum; }
|
|
@@ -976,6 +980,9 @@ Object.defineProperty(exports, 'ChainEnum', {
|
|
|
976
980
|
exports.ChainEnumFromJSON = ChainEnum.ChainEnumFromJSON;
|
|
977
981
|
exports.ChainEnumFromJSONTyped = ChainEnum.ChainEnumFromJSONTyped;
|
|
978
982
|
exports.ChainEnumToJSON = ChainEnum.ChainEnumToJSON;
|
|
983
|
+
exports.ChainSettlementConfigFromJSON = ChainSettlementConfig.ChainSettlementConfigFromJSON;
|
|
984
|
+
exports.ChainSettlementConfigFromJSONTyped = ChainSettlementConfig.ChainSettlementConfigFromJSONTyped;
|
|
985
|
+
exports.ChainSettlementConfigToJSON = ChainSettlementConfig.ChainSettlementConfigToJSON;
|
|
979
986
|
exports.ChainTokenFromJSON = ChainToken.ChainTokenFromJSON;
|
|
980
987
|
exports.ChainTokenFromJSONTyped = ChainToken.ChainTokenFromJSONTyped;
|
|
981
988
|
exports.ChainTokenToJSON = ChainToken.ChainTokenToJSON;
|
|
@@ -2458,9 +2465,6 @@ Object.defineProperty(exports, 'SettlementStrategyEnum', {
|
|
|
2458
2465
|
exports.SettlementStrategyEnumFromJSON = SettlementStrategyEnum.SettlementStrategyEnumFromJSON;
|
|
2459
2466
|
exports.SettlementStrategyEnumFromJSONTyped = SettlementStrategyEnum.SettlementStrategyEnumFromJSONTyped;
|
|
2460
2467
|
exports.SettlementStrategyEnumToJSON = SettlementStrategyEnum.SettlementStrategyEnumToJSON;
|
|
2461
|
-
exports.SettlementTokenInputFromJSON = SettlementTokenInput.SettlementTokenInputFromJSON;
|
|
2462
|
-
exports.SettlementTokenInputFromJSONTyped = SettlementTokenInput.SettlementTokenInputFromJSONTyped;
|
|
2463
|
-
exports.SettlementTokenInputToJSON = SettlementTokenInput.SettlementTokenInputToJSON;
|
|
2464
2468
|
Object.defineProperty(exports, 'SignInProviderEnum', {
|
|
2465
2469
|
enumerable: true,
|
|
2466
2470
|
get: function () { return SignInProviderEnum.SignInProviderEnum; }
|
package/src/index.js
CHANGED
|
@@ -103,7 +103,9 @@ export { BlockaidValidationFromJSON, BlockaidValidationFromJSONTyped, BlockaidVa
|
|
|
103
103
|
export { BulkUserCreateResponseFromJSON, BulkUserCreateResponseFromJSONTyped, BulkUserCreateResponseToJSON } from './models/BulkUserCreateResponse.js';
|
|
104
104
|
export { BulkUserCreateResponseFailedFromJSON, BulkUserCreateResponseFailedFromJSONTyped, BulkUserCreateResponseFailedToJSON } from './models/BulkUserCreateResponseFailed.js';
|
|
105
105
|
export { ChainConfigurationFromJSON, ChainConfigurationFromJSONTyped, ChainConfigurationToJSON } from './models/ChainConfiguration.js';
|
|
106
|
+
export { ChainDestinationConfigFromJSON, ChainDestinationConfigFromJSONTyped, ChainDestinationConfigToJSON } from './models/ChainDestinationConfig.js';
|
|
106
107
|
export { ChainEnum, ChainEnumFromJSON, ChainEnumFromJSONTyped, ChainEnumToJSON } from './models/ChainEnum.js';
|
|
108
|
+
export { ChainSettlementConfigFromJSON, ChainSettlementConfigFromJSONTyped, ChainSettlementConfigToJSON } from './models/ChainSettlementConfig.js';
|
|
107
109
|
export { ChainTokenFromJSON, ChainTokenFromJSONTyped, ChainTokenToJSON } from './models/ChainToken.js';
|
|
108
110
|
export { ChainalysisCheckFromJSON, ChainalysisCheckFromJSONTyped, ChainalysisCheckToJSON } from './models/ChainalysisCheck.js';
|
|
109
111
|
export { ChainalysisCheckResultEnum, ChainalysisCheckResultEnumFromJSON, ChainalysisCheckResultEnumFromJSONTyped, ChainalysisCheckResultEnumToJSON } from './models/ChainalysisCheckResultEnum.js';
|
|
@@ -510,7 +512,6 @@ export { SessionsResponseFromJSON, SessionsResponseFromJSONTyped, SessionsRespon
|
|
|
510
512
|
export { SessionsTrendResultFromJSON, SessionsTrendResultFromJSONTyped, SessionsTrendResultToJSON } from './models/SessionsTrendResult.js';
|
|
511
513
|
export { SettlementConfigInputFromJSON, SettlementConfigInputFromJSONTyped, SettlementConfigInputToJSON } from './models/SettlementConfigInput.js';
|
|
512
514
|
export { SettlementStrategyEnum, SettlementStrategyEnumFromJSON, SettlementStrategyEnumFromJSONTyped, SettlementStrategyEnumToJSON } from './models/SettlementStrategyEnum.js';
|
|
513
|
-
export { SettlementTokenInputFromJSON, SettlementTokenInputFromJSONTyped, SettlementTokenInputToJSON } from './models/SettlementTokenInput.js';
|
|
514
515
|
export { SignInProviderEnum, SignInProviderEnumFromJSON, SignInProviderEnumFromJSONTyped, SignInProviderEnumToJSON } from './models/SignInProviderEnum.js';
|
|
515
516
|
export { SignMessageAuthorizationSignatureFromJSON, SignMessageAuthorizationSignatureFromJSONTyped, SignMessageAuthorizationSignatureToJSON } from './models/SignMessageAuthorizationSignature.js';
|
|
516
517
|
export { SignMessageBtcTransactionFromJSON, SignMessageBtcTransactionFromJSONTyped, SignMessageBtcTransactionToJSON } from './models/SignMessageBtcTransaction.js';
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
var ChainEnum = require('./ChainEnum.cjs');
|
|
5
6
|
var CheckoutSourceTypeEnum = require('./CheckoutSourceTypeEnum.cjs');
|
|
6
7
|
|
|
7
8
|
/* tslint:disable */
|
|
@@ -16,6 +17,7 @@ function AttachSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
16
17
|
'sourceType': CheckoutSourceTypeEnum.CheckoutSourceTypeEnumFromJSON(json['sourceType']),
|
|
17
18
|
'fromAddress': json['fromAddress'],
|
|
18
19
|
'fromChainId': json['fromChainId'],
|
|
20
|
+
'fromChainName': ChainEnum.ChainEnumFromJSON(json['fromChainName']),
|
|
19
21
|
};
|
|
20
22
|
}
|
|
21
23
|
function AttachSourceRequestToJSON(value) {
|
|
@@ -29,6 +31,7 @@ function AttachSourceRequestToJSON(value) {
|
|
|
29
31
|
'sourceType': CheckoutSourceTypeEnum.CheckoutSourceTypeEnumToJSON(value.sourceType),
|
|
30
32
|
'fromAddress': value.fromAddress,
|
|
31
33
|
'fromChainId': value.fromChainId,
|
|
34
|
+
'fromChainName': ChainEnum.ChainEnumToJSON(value.fromChainName),
|
|
32
35
|
};
|
|
33
36
|
}
|
|
34
37
|
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { ChainEnum } from './ChainEnum';
|
|
12
13
|
import { CheckoutSourceTypeEnum } from './CheckoutSourceTypeEnum';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -34,6 +35,12 @@ export interface AttachSourceRequest {
|
|
|
34
35
|
* @memberof AttachSourceRequest
|
|
35
36
|
*/
|
|
36
37
|
fromChainId: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ChainEnum}
|
|
41
|
+
* @memberof AttachSourceRequest
|
|
42
|
+
*/
|
|
43
|
+
fromChainName: ChainEnum;
|
|
37
44
|
}
|
|
38
45
|
export declare function AttachSourceRequestFromJSON(json: any): AttachSourceRequest;
|
|
39
46
|
export declare function AttachSourceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttachSourceRequest;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ChainEnumFromJSON, ChainEnumToJSON } from './ChainEnum.js';
|
|
1
2
|
import { CheckoutSourceTypeEnumFromJSON, CheckoutSourceTypeEnumToJSON } from './CheckoutSourceTypeEnum.js';
|
|
2
3
|
|
|
3
4
|
/* tslint:disable */
|
|
@@ -12,6 +13,7 @@ function AttachSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
12
13
|
'sourceType': CheckoutSourceTypeEnumFromJSON(json['sourceType']),
|
|
13
14
|
'fromAddress': json['fromAddress'],
|
|
14
15
|
'fromChainId': json['fromChainId'],
|
|
16
|
+
'fromChainName': ChainEnumFromJSON(json['fromChainName']),
|
|
15
17
|
};
|
|
16
18
|
}
|
|
17
19
|
function AttachSourceRequestToJSON(value) {
|
|
@@ -25,6 +27,7 @@ function AttachSourceRequestToJSON(value) {
|
|
|
25
27
|
'sourceType': CheckoutSourceTypeEnumToJSON(value.sourceType),
|
|
26
28
|
'fromAddress': value.fromAddress,
|
|
27
29
|
'fromChainId': value.fromChainId,
|
|
30
|
+
'fromChainName': ChainEnumToJSON(value.fromChainName),
|
|
28
31
|
};
|
|
29
32
|
}
|
|
30
33
|
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ChainEnum = require('./ChainEnum.cjs');
|
|
6
|
+
var DestinationTypeEnum = require('./DestinationTypeEnum.cjs');
|
|
7
|
+
|
|
8
|
+
/* tslint:disable */
|
|
9
|
+
function ChainDestinationConfigFromJSON(json) {
|
|
10
|
+
return ChainDestinationConfigFromJSONTyped(json);
|
|
11
|
+
}
|
|
12
|
+
function ChainDestinationConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
13
|
+
if ((json === undefined) || (json === null)) {
|
|
14
|
+
return json;
|
|
15
|
+
}
|
|
16
|
+
return {
|
|
17
|
+
'chainName': ChainEnum.ChainEnumFromJSON(json['chainName']),
|
|
18
|
+
'type': DestinationTypeEnum.DestinationTypeEnumFromJSON(json['type']),
|
|
19
|
+
'identifier': json['identifier'],
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
function ChainDestinationConfigToJSON(value) {
|
|
23
|
+
if (value === undefined) {
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
26
|
+
if (value === null) {
|
|
27
|
+
return null;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'chainName': ChainEnum.ChainEnumToJSON(value.chainName),
|
|
31
|
+
'type': DestinationTypeEnum.DestinationTypeEnumToJSON(value.type),
|
|
32
|
+
'identifier': value.identifier,
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
exports.ChainDestinationConfigFromJSON = ChainDestinationConfigFromJSON;
|
|
37
|
+
exports.ChainDestinationConfigFromJSONTyped = ChainDestinationConfigFromJSONTyped;
|
|
38
|
+
exports.ChainDestinationConfigToJSON = ChainDestinationConfigToJSON;
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { ChainEnum } from './ChainEnum';
|
|
13
|
+
import { DestinationTypeEnum } from './DestinationTypeEnum';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ChainDestinationConfig
|
|
18
|
+
*/
|
|
19
|
+
export interface ChainDestinationConfig {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {ChainEnum}
|
|
23
|
+
* @memberof ChainDestinationConfig
|
|
24
|
+
*/
|
|
25
|
+
chainName: ChainEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {DestinationTypeEnum}
|
|
29
|
+
* @memberof ChainDestinationConfig
|
|
30
|
+
*/
|
|
31
|
+
type: DestinationTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ChainDestinationConfig
|
|
36
|
+
*/
|
|
37
|
+
identifier: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function ChainDestinationConfigFromJSON(json: any): ChainDestinationConfig;
|
|
40
|
+
export declare function ChainDestinationConfigFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChainDestinationConfig;
|
|
41
|
+
export declare function ChainDestinationConfigToJSON(value?: ChainDestinationConfig | null): any;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ChainEnumFromJSON, ChainEnumToJSON } from './ChainEnum.js';
|
|
2
|
+
import { DestinationTypeEnumFromJSON, DestinationTypeEnumToJSON } from './DestinationTypeEnum.js';
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
function ChainDestinationConfigFromJSON(json) {
|
|
6
|
+
return ChainDestinationConfigFromJSONTyped(json);
|
|
7
|
+
}
|
|
8
|
+
function ChainDestinationConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
9
|
+
if ((json === undefined) || (json === null)) {
|
|
10
|
+
return json;
|
|
11
|
+
}
|
|
12
|
+
return {
|
|
13
|
+
'chainName': ChainEnumFromJSON(json['chainName']),
|
|
14
|
+
'type': DestinationTypeEnumFromJSON(json['type']),
|
|
15
|
+
'identifier': json['identifier'],
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
function ChainDestinationConfigToJSON(value) {
|
|
19
|
+
if (value === undefined) {
|
|
20
|
+
return undefined;
|
|
21
|
+
}
|
|
22
|
+
if (value === null) {
|
|
23
|
+
return null;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'chainName': ChainEnumToJSON(value.chainName),
|
|
27
|
+
'type': DestinationTypeEnumToJSON(value.type),
|
|
28
|
+
'identifier': value.identifier,
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { ChainDestinationConfigFromJSON, ChainDestinationConfigFromJSONTyped, ChainDestinationConfigToJSON };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ChainEnum = require('./ChainEnum.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function ChainSettlementConfigFromJSON(json) {
|
|
9
|
+
return ChainSettlementConfigFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function ChainSettlementConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'chainName': ChainEnum.ChainEnumFromJSON(json['chainName']),
|
|
17
|
+
'tokenAddress': json['tokenAddress'],
|
|
18
|
+
'chainId': json['chainId'],
|
|
19
|
+
'symbol': json['symbol'],
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
function ChainSettlementConfigToJSON(value) {
|
|
23
|
+
if (value === undefined) {
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
26
|
+
if (value === null) {
|
|
27
|
+
return null;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'chainName': ChainEnum.ChainEnumToJSON(value.chainName),
|
|
31
|
+
'tokenAddress': value.tokenAddress,
|
|
32
|
+
'chainId': value.chainId,
|
|
33
|
+
'symbol': value.symbol,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
exports.ChainSettlementConfigFromJSON = ChainSettlementConfigFromJSON;
|
|
38
|
+
exports.ChainSettlementConfigFromJSONTyped = ChainSettlementConfigFromJSONTyped;
|
|
39
|
+
exports.ChainSettlementConfigToJSON = ChainSettlementConfigToJSON;
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { ChainEnum } from './ChainEnum';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChainSettlementConfig
|
|
17
|
+
*/
|
|
18
|
+
export interface ChainSettlementConfig {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ChainEnum}
|
|
22
|
+
* @memberof ChainSettlementConfig
|
|
23
|
+
*/
|
|
24
|
+
chainName: ChainEnum;
|
|
25
|
+
/**
|
|
26
|
+
* Valid blockchain wallet address, must be an alphanumeric string without any special characters
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ChainSettlementConfig
|
|
29
|
+
*/
|
|
30
|
+
tokenAddress: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ChainSettlementConfig
|
|
35
|
+
*/
|
|
36
|
+
chainId: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ChainSettlementConfig
|
|
41
|
+
*/
|
|
42
|
+
symbol: string;
|
|
43
|
+
}
|
|
44
|
+
export declare function ChainSettlementConfigFromJSON(json: any): ChainSettlementConfig;
|
|
45
|
+
export declare function ChainSettlementConfigFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChainSettlementConfig;
|
|
46
|
+
export declare function ChainSettlementConfigToJSON(value?: ChainSettlementConfig | null): any;
|