@dynamic-labs/sdk-api 0.0.877 → 0.0.879

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.
Files changed (165) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +7 -0
  3. package/src/apis/AllowlistsApi.js +7 -0
  4. package/src/apis/AnalyticsApi.cjs +7 -0
  5. package/src/apis/AnalyticsApi.js +7 -0
  6. package/src/apis/ChainalysisApi.cjs +7 -0
  7. package/src/apis/ChainalysisApi.js +7 -0
  8. package/src/apis/ChainsApi.cjs +7 -0
  9. package/src/apis/ChainsApi.js +7 -0
  10. package/src/apis/CustomFieldsApi.cjs +7 -0
  11. package/src/apis/CustomFieldsApi.js +7 -0
  12. package/src/apis/CustomHostnamesApi.cjs +7 -0
  13. package/src/apis/CustomHostnamesApi.js +7 -0
  14. package/src/apis/CustomNetworksApi.cjs +7 -0
  15. package/src/apis/CustomNetworksApi.js +7 -0
  16. package/src/apis/DeeplinkUrlsApi.cjs +7 -0
  17. package/src/apis/DeeplinkUrlsApi.js +7 -0
  18. package/src/apis/DepositApi.cjs +253 -0
  19. package/src/apis/DepositApi.d.ts +71 -0
  20. package/src/apis/DepositApi.js +249 -0
  21. package/src/apis/EnvironmentsApi.cjs +7 -0
  22. package/src/apis/EnvironmentsApi.js +7 -0
  23. package/src/apis/EventsApi.cjs +7 -0
  24. package/src/apis/EventsApi.js +7 -0
  25. package/src/apis/ExportsApi.cjs +7 -0
  26. package/src/apis/ExportsApi.js +7 -0
  27. package/src/apis/ExternalJwtApi.cjs +7 -0
  28. package/src/apis/ExternalJwtApi.js +7 -0
  29. package/src/apis/GatesApi.cjs +7 -0
  30. package/src/apis/GatesApi.js +7 -0
  31. package/src/apis/GlobalWalletAccessControlApi.cjs +7 -0
  32. package/src/apis/GlobalWalletAccessControlApi.js +7 -0
  33. package/src/apis/GlobalWalletConnectionsApi.cjs +7 -0
  34. package/src/apis/GlobalWalletConnectionsApi.js +7 -0
  35. package/src/apis/GlobalWalletsApi.cjs +7 -0
  36. package/src/apis/GlobalWalletsApi.js +7 -0
  37. package/src/apis/InvitesApi.cjs +7 -0
  38. package/src/apis/InvitesApi.js +7 -0
  39. package/src/apis/MembersApi.cjs +7 -0
  40. package/src/apis/MembersApi.js +7 -0
  41. package/src/apis/MfaSettingsApi.cjs +7 -0
  42. package/src/apis/MfaSettingsApi.js +7 -0
  43. package/src/apis/NameServicesApi.cjs +7 -0
  44. package/src/apis/NameServicesApi.js +7 -0
  45. package/src/apis/OrganizationsApi.cjs +7 -0
  46. package/src/apis/OrganizationsApi.js +7 -0
  47. package/src/apis/OriginsApi.cjs +7 -0
  48. package/src/apis/OriginsApi.js +7 -0
  49. package/src/apis/ProjectsApi.cjs +7 -0
  50. package/src/apis/ProjectsApi.js +7 -0
  51. package/src/apis/SDKApi.cjs +502 -0
  52. package/src/apis/SDKApi.d.ts +190 -1
  53. package/src/apis/SDKApi.js +503 -1
  54. package/src/apis/SDKViewsApi.cjs +7 -0
  55. package/src/apis/SDKViewsApi.js +7 -0
  56. package/src/apis/SessionsApi.cjs +7 -0
  57. package/src/apis/SessionsApi.js +7 -0
  58. package/src/apis/SettingsApi.cjs +7 -0
  59. package/src/apis/SettingsApi.js +7 -0
  60. package/src/apis/TestAccountApi.cjs +7 -0
  61. package/src/apis/TestAccountApi.js +7 -0
  62. package/src/apis/TokensApi.cjs +7 -0
  63. package/src/apis/TokensApi.js +7 -0
  64. package/src/apis/UserApiTokensApi.cjs +7 -0
  65. package/src/apis/UserApiTokensApi.js +7 -0
  66. package/src/apis/UsersApi.cjs +7 -0
  67. package/src/apis/UsersApi.js +7 -0
  68. package/src/apis/VisitsApi.cjs +7 -0
  69. package/src/apis/VisitsApi.js +7 -0
  70. package/src/apis/WaasApi.cjs +7 -0
  71. package/src/apis/WaasApi.js +7 -0
  72. package/src/apis/WalletConnectApi.cjs +7 -0
  73. package/src/apis/WalletConnectApi.js +7 -0
  74. package/src/apis/WalletsApi.cjs +7 -0
  75. package/src/apis/WalletsApi.js +7 -0
  76. package/src/apis/WebhooksApi.cjs +7 -0
  77. package/src/apis/WebhooksApi.js +7 -0
  78. package/src/apis/index.d.ts +1 -0
  79. package/src/index.cjs +134 -0
  80. package/src/index.js +27 -0
  81. package/src/models/AttachSourceRequest.cjs +37 -0
  82. package/src/models/AttachSourceRequest.d.ts +40 -0
  83. package/src/models/AttachSourceRequest.js +31 -0
  84. package/src/models/Checkout.cjs +61 -0
  85. package/src/models/Checkout.d.ts +103 -0
  86. package/src/models/Checkout.js +55 -0
  87. package/src/models/CheckoutCreateRequest.cjs +51 -0
  88. package/src/models/CheckoutCreateRequest.d.ts +73 -0
  89. package/src/models/CheckoutCreateRequest.js +45 -0
  90. package/src/models/CheckoutExecutionStateEnum.cjs +47 -0
  91. package/src/models/CheckoutExecutionStateEnum.d.ts +30 -0
  92. package/src/models/CheckoutExecutionStateEnum.js +41 -0
  93. package/src/models/CheckoutFailure.cjs +43 -0
  94. package/src/models/CheckoutFailure.d.ts +57 -0
  95. package/src/models/CheckoutFailure.js +37 -0
  96. package/src/models/CheckoutFeeBreakdown.cjs +51 -0
  97. package/src/models/CheckoutFeeBreakdown.d.ts +51 -0
  98. package/src/models/CheckoutFeeBreakdown.js +45 -0
  99. package/src/models/CheckoutModeEnum.cjs +40 -0
  100. package/src/models/CheckoutModeEnum.d.ts +23 -0
  101. package/src/models/CheckoutModeEnum.js +34 -0
  102. package/src/models/CheckoutQuoteSnapshot.cjs +50 -0
  103. package/src/models/CheckoutQuoteSnapshot.d.ts +76 -0
  104. package/src/models/CheckoutQuoteSnapshot.js +44 -0
  105. package/src/models/CheckoutRiskStateEnum.cjs +43 -0
  106. package/src/models/CheckoutRiskStateEnum.d.ts +26 -0
  107. package/src/models/CheckoutRiskStateEnum.js +37 -0
  108. package/src/models/CheckoutSettlementData.cjs +39 -0
  109. package/src/models/CheckoutSettlementData.d.ts +45 -0
  110. package/src/models/CheckoutSettlementData.js +33 -0
  111. package/src/models/CheckoutSettlementStateEnum.cjs +45 -0
  112. package/src/models/CheckoutSettlementStateEnum.d.ts +28 -0
  113. package/src/models/CheckoutSettlementStateEnum.js +39 -0
  114. package/src/models/CheckoutSourceTypeEnum.cjs +41 -0
  115. package/src/models/CheckoutSourceTypeEnum.d.ts +24 -0
  116. package/src/models/CheckoutSourceTypeEnum.js +35 -0
  117. package/src/models/CheckoutTransaction.cjs +98 -0
  118. package/src/models/CheckoutTransaction.d.ts +208 -0
  119. package/src/models/CheckoutTransaction.js +92 -0
  120. package/src/models/CheckoutTransactionCreateRequest.cjs +39 -0
  121. package/src/models/CheckoutTransactionCreateRequest.d.ts +45 -0
  122. package/src/models/CheckoutTransactionCreateRequest.js +33 -0
  123. package/src/models/CheckoutTransactionCreateResponse.cjs +37 -0
  124. package/src/models/CheckoutTransactionCreateResponse.d.ts +40 -0
  125. package/src/models/CheckoutTransactionCreateResponse.js +31 -0
  126. package/src/models/CheckoutUpdateRequest.cjs +48 -0
  127. package/src/models/CheckoutUpdateRequest.d.ts +66 -0
  128. package/src/models/CheckoutUpdateRequest.js +42 -0
  129. package/src/models/CheckoutsResponse.cjs +33 -0
  130. package/src/models/CheckoutsResponse.d.ts +28 -0
  131. package/src/models/CheckoutsResponse.js +27 -0
  132. package/src/models/Conflict.cjs +33 -0
  133. package/src/models/Conflict.d.ts +27 -0
  134. package/src/models/Conflict.js +27 -0
  135. package/src/models/DepositAmountsConfigInput.cjs +35 -0
  136. package/src/models/DepositAmountsConfigInput.d.ts +33 -0
  137. package/src/models/DepositAmountsConfigInput.js +29 -0
  138. package/src/models/DestinationConfigInput.cjs +35 -0
  139. package/src/models/DestinationConfigInput.d.ts +34 -0
  140. package/src/models/DestinationConfigInput.js +29 -0
  141. package/src/models/DestinationTypeEnum.cjs +41 -0
  142. package/src/models/DestinationTypeEnum.d.ts +24 -0
  143. package/src/models/DestinationTypeEnum.js +35 -0
  144. package/src/models/QuoteRequest.cjs +37 -0
  145. package/src/models/QuoteRequest.d.ts +39 -0
  146. package/src/models/QuoteRequest.js +31 -0
  147. package/src/models/RecordBroadcastRequest.cjs +35 -0
  148. package/src/models/RecordBroadcastRequest.d.ts +33 -0
  149. package/src/models/RecordBroadcastRequest.js +29 -0
  150. package/src/models/SettlementConfigInput.cjs +36 -0
  151. package/src/models/SettlementConfigInput.d.ts +35 -0
  152. package/src/models/SettlementConfigInput.js +30 -0
  153. package/src/models/SettlementStrategyEnum.cjs +41 -0
  154. package/src/models/SettlementStrategyEnum.d.ts +24 -0
  155. package/src/models/SettlementStrategyEnum.js +35 -0
  156. package/src/models/SettlementTokenInput.cjs +47 -0
  157. package/src/models/SettlementTokenInput.d.ts +39 -0
  158. package/src/models/SettlementTokenInput.js +41 -0
  159. package/src/models/WalletKeyShareInfo.cjs +2 -0
  160. package/src/models/WalletKeyShareInfo.d.ts +6 -0
  161. package/src/models/WalletKeyShareInfo.js +2 -0
  162. package/src/models/WalletKeyShareInfoWithEncryptedAccountCredential.cjs +2 -0
  163. package/src/models/WalletKeyShareInfoWithEncryptedAccountCredential.d.ts +6 -0
  164. package/src/models/WalletKeyShareInfoWithEncryptedAccountCredential.js +2 -0
  165. package/src/models/index.d.ts +26 -0
@@ -0,0 +1,31 @@
1
+ import { exists } from '../runtime.js';
2
+
3
+ /* tslint:disable */
4
+ function QuoteRequestFromJSON(json) {
5
+ return QuoteRequestFromJSONTyped(json);
6
+ }
7
+ function QuoteRequestFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'fromTokenAddress': json['fromTokenAddress'],
13
+ 'toTokenAddress': json['toTokenAddress'],
14
+ 'slippage': !exists(json, 'slippage') ? undefined : json['slippage'],
15
+ };
16
+ }
17
+ function QuoteRequestToJSON(value) {
18
+ if (value === undefined) {
19
+ return undefined;
20
+ }
21
+ if (value === null) {
22
+ return null;
23
+ }
24
+ return {
25
+ 'fromTokenAddress': value.fromTokenAddress,
26
+ 'toTokenAddress': value.toTokenAddress,
27
+ 'slippage': value.slippage,
28
+ };
29
+ }
30
+
31
+ export { QuoteRequestFromJSON, QuoteRequestFromJSONTyped, QuoteRequestToJSON };
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var runtime = require('../runtime.cjs');
6
+
7
+ /* tslint:disable */
8
+ function RecordBroadcastRequestFromJSON(json) {
9
+ return RecordBroadcastRequestFromJSONTyped(json);
10
+ }
11
+ function RecordBroadcastRequestFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'txHash': json['txHash'],
17
+ 'txHashes': !runtime.exists(json, 'txHashes') ? undefined : json['txHashes'],
18
+ };
19
+ }
20
+ function RecordBroadcastRequestToJSON(value) {
21
+ if (value === undefined) {
22
+ return undefined;
23
+ }
24
+ if (value === null) {
25
+ return null;
26
+ }
27
+ return {
28
+ 'txHash': value.txHash,
29
+ 'txHashes': value.txHashes,
30
+ };
31
+ }
32
+
33
+ exports.RecordBroadcastRequestFromJSON = RecordBroadcastRequestFromJSON;
34
+ exports.RecordBroadcastRequestFromJSONTyped = RecordBroadcastRequestFromJSONTyped;
35
+ exports.RecordBroadcastRequestToJSON = RecordBroadcastRequestToJSON;
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface RecordBroadcastRequest
16
+ */
17
+ export interface RecordBroadcastRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof RecordBroadcastRequest
22
+ */
23
+ txHash: string;
24
+ /**
25
+ *
26
+ * @type {Array<string>}
27
+ * @memberof RecordBroadcastRequest
28
+ */
29
+ txHashes?: Array<string>;
30
+ }
31
+ export declare function RecordBroadcastRequestFromJSON(json: any): RecordBroadcastRequest;
32
+ export declare function RecordBroadcastRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecordBroadcastRequest;
33
+ export declare function RecordBroadcastRequestToJSON(value?: RecordBroadcastRequest | null): any;
@@ -0,0 +1,29 @@
1
+ import { exists } from '../runtime.js';
2
+
3
+ /* tslint:disable */
4
+ function RecordBroadcastRequestFromJSON(json) {
5
+ return RecordBroadcastRequestFromJSONTyped(json);
6
+ }
7
+ function RecordBroadcastRequestFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'txHash': json['txHash'],
13
+ 'txHashes': !exists(json, 'txHashes') ? undefined : json['txHashes'],
14
+ };
15
+ }
16
+ function RecordBroadcastRequestToJSON(value) {
17
+ if (value === undefined) {
18
+ return undefined;
19
+ }
20
+ if (value === null) {
21
+ return null;
22
+ }
23
+ return {
24
+ 'txHash': value.txHash,
25
+ 'txHashes': value.txHashes,
26
+ };
27
+ }
28
+
29
+ export { RecordBroadcastRequestFromJSON, RecordBroadcastRequestFromJSONTyped, RecordBroadcastRequestToJSON };
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var SettlementStrategyEnum = require('./SettlementStrategyEnum.cjs');
6
+ var SettlementTokenInput = require('./SettlementTokenInput.cjs');
7
+
8
+ /* tslint:disable */
9
+ function SettlementConfigInputFromJSON(json) {
10
+ return SettlementConfigInputFromJSONTyped(json);
11
+ }
12
+ function SettlementConfigInputFromJSONTyped(json, ignoreDiscriminator) {
13
+ if ((json === undefined) || (json === null)) {
14
+ return json;
15
+ }
16
+ return {
17
+ 'strategy': SettlementStrategyEnum.SettlementStrategyEnumFromJSON(json['strategy']),
18
+ 'tokens': (json['tokens'].map(SettlementTokenInput.SettlementTokenInputFromJSON)),
19
+ };
20
+ }
21
+ function SettlementConfigInputToJSON(value) {
22
+ if (value === undefined) {
23
+ return undefined;
24
+ }
25
+ if (value === null) {
26
+ return null;
27
+ }
28
+ return {
29
+ 'strategy': SettlementStrategyEnum.SettlementStrategyEnumToJSON(value.strategy),
30
+ 'tokens': (value.tokens.map(SettlementTokenInput.SettlementTokenInputToJSON)),
31
+ };
32
+ }
33
+
34
+ exports.SettlementConfigInputFromJSON = SettlementConfigInputFromJSON;
35
+ exports.SettlementConfigInputFromJSONTyped = SettlementConfigInputFromJSONTyped;
36
+ exports.SettlementConfigInputToJSON = SettlementConfigInputToJSON;
@@ -0,0 +1,35 @@
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 { SettlementStrategyEnum } from './SettlementStrategyEnum';
13
+ import { SettlementTokenInput } from './SettlementTokenInput';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface SettlementConfigInput
18
+ */
19
+ export interface SettlementConfigInput {
20
+ /**
21
+ *
22
+ * @type {SettlementStrategyEnum}
23
+ * @memberof SettlementConfigInput
24
+ */
25
+ strategy: SettlementStrategyEnum;
26
+ /**
27
+ *
28
+ * @type {Array<SettlementTokenInput>}
29
+ * @memberof SettlementConfigInput
30
+ */
31
+ tokens: Array<SettlementTokenInput>;
32
+ }
33
+ export declare function SettlementConfigInputFromJSON(json: any): SettlementConfigInput;
34
+ export declare function SettlementConfigInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SettlementConfigInput;
35
+ export declare function SettlementConfigInputToJSON(value?: SettlementConfigInput | null): any;
@@ -0,0 +1,30 @@
1
+ import { SettlementStrategyEnumFromJSON, SettlementStrategyEnumToJSON } from './SettlementStrategyEnum.js';
2
+ import { SettlementTokenInputFromJSON, SettlementTokenInputToJSON } from './SettlementTokenInput.js';
3
+
4
+ /* tslint:disable */
5
+ function SettlementConfigInputFromJSON(json) {
6
+ return SettlementConfigInputFromJSONTyped(json);
7
+ }
8
+ function SettlementConfigInputFromJSONTyped(json, ignoreDiscriminator) {
9
+ if ((json === undefined) || (json === null)) {
10
+ return json;
11
+ }
12
+ return {
13
+ 'strategy': SettlementStrategyEnumFromJSON(json['strategy']),
14
+ 'tokens': (json['tokens'].map(SettlementTokenInputFromJSON)),
15
+ };
16
+ }
17
+ function SettlementConfigInputToJSON(value) {
18
+ if (value === undefined) {
19
+ return undefined;
20
+ }
21
+ if (value === null) {
22
+ return null;
23
+ }
24
+ return {
25
+ 'strategy': SettlementStrategyEnumToJSON(value.strategy),
26
+ 'tokens': (value.tokens.map(SettlementTokenInputToJSON)),
27
+ };
28
+ }
29
+
30
+ export { SettlementConfigInputFromJSON, SettlementConfigInputFromJSONTyped, SettlementConfigInputToJSON };
@@ -0,0 +1,41 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ /**
8
+ * Dashboard API
9
+ * Dashboard API documentation
10
+ *
11
+ * The version of the OpenAPI document: 1.0.0
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
15
+ * https://openapi-generator.tech
16
+ * Do not edit the class manually.
17
+ */
18
+ /**
19
+ *
20
+ * @export
21
+ * @enum {string}
22
+ */
23
+ exports.SettlementStrategyEnum = void 0;
24
+ (function (SettlementStrategyEnum) {
25
+ SettlementStrategyEnum["Cheapest"] = "cheapest";
26
+ SettlementStrategyEnum["Fastest"] = "fastest";
27
+ SettlementStrategyEnum["PreferredOrder"] = "preferred_order";
28
+ })(exports.SettlementStrategyEnum || (exports.SettlementStrategyEnum = {}));
29
+ function SettlementStrategyEnumFromJSON(json) {
30
+ return SettlementStrategyEnumFromJSONTyped(json);
31
+ }
32
+ function SettlementStrategyEnumFromJSONTyped(json, ignoreDiscriminator) {
33
+ return json;
34
+ }
35
+ function SettlementStrategyEnumToJSON(value) {
36
+ return value;
37
+ }
38
+
39
+ exports.SettlementStrategyEnumFromJSON = SettlementStrategyEnumFromJSON;
40
+ exports.SettlementStrategyEnumFromJSONTyped = SettlementStrategyEnumFromJSONTyped;
41
+ exports.SettlementStrategyEnumToJSON = SettlementStrategyEnumToJSON;
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare enum SettlementStrategyEnum {
18
+ Cheapest = "cheapest",
19
+ Fastest = "fastest",
20
+ PreferredOrder = "preferred_order"
21
+ }
22
+ export declare function SettlementStrategyEnumFromJSON(json: any): SettlementStrategyEnum;
23
+ export declare function SettlementStrategyEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): SettlementStrategyEnum;
24
+ export declare function SettlementStrategyEnumToJSON(value?: SettlementStrategyEnum | null): any;
@@ -0,0 +1,35 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Dashboard API
5
+ * Dashboard API documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ *
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ var SettlementStrategyEnum;
20
+ (function (SettlementStrategyEnum) {
21
+ SettlementStrategyEnum["Cheapest"] = "cheapest";
22
+ SettlementStrategyEnum["Fastest"] = "fastest";
23
+ SettlementStrategyEnum["PreferredOrder"] = "preferred_order";
24
+ })(SettlementStrategyEnum || (SettlementStrategyEnum = {}));
25
+ function SettlementStrategyEnumFromJSON(json) {
26
+ return SettlementStrategyEnumFromJSONTyped(json);
27
+ }
28
+ function SettlementStrategyEnumFromJSONTyped(json, ignoreDiscriminator) {
29
+ return json;
30
+ }
31
+ function SettlementStrategyEnumToJSON(value) {
32
+ return value;
33
+ }
34
+
35
+ export { SettlementStrategyEnum, SettlementStrategyEnumFromJSON, SettlementStrategyEnumFromJSONTyped, SettlementStrategyEnumToJSON };
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ /**
8
+ * Dashboard API
9
+ * Dashboard API documentation
10
+ *
11
+ * The version of the OpenAPI document: 1.0.0
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
15
+ * https://openapi-generator.tech
16
+ * Do not edit the class manually.
17
+ */
18
+ function SettlementTokenInputFromJSON(json) {
19
+ return SettlementTokenInputFromJSONTyped(json);
20
+ }
21
+ function SettlementTokenInputFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'address': json['address'],
27
+ 'chainId': json['chainId'],
28
+ 'symbol': json['symbol'],
29
+ };
30
+ }
31
+ function SettlementTokenInputToJSON(value) {
32
+ if (value === undefined) {
33
+ return undefined;
34
+ }
35
+ if (value === null) {
36
+ return null;
37
+ }
38
+ return {
39
+ 'address': value.address,
40
+ 'chainId': value.chainId,
41
+ 'symbol': value.symbol,
42
+ };
43
+ }
44
+
45
+ exports.SettlementTokenInputFromJSON = SettlementTokenInputFromJSON;
46
+ exports.SettlementTokenInputFromJSONTyped = SettlementTokenInputFromJSONTyped;
47
+ exports.SettlementTokenInputToJSON = SettlementTokenInputToJSON;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface SettlementTokenInput
16
+ */
17
+ export interface SettlementTokenInput {
18
+ /**
19
+ * Valid blockchain wallet address, must be an alphanumeric string without any special characters
20
+ * @type {string}
21
+ * @memberof SettlementTokenInput
22
+ */
23
+ address: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SettlementTokenInput
28
+ */
29
+ chainId: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof SettlementTokenInput
34
+ */
35
+ symbol: string;
36
+ }
37
+ export declare function SettlementTokenInputFromJSON(json: any): SettlementTokenInput;
38
+ export declare function SettlementTokenInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SettlementTokenInput;
39
+ export declare function SettlementTokenInputToJSON(value?: SettlementTokenInput | null): any;
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Dashboard API
5
+ * Dashboard API documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ function SettlementTokenInputFromJSON(json) {
15
+ return SettlementTokenInputFromJSONTyped(json);
16
+ }
17
+ function SettlementTokenInputFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'address': json['address'],
23
+ 'chainId': json['chainId'],
24
+ 'symbol': json['symbol'],
25
+ };
26
+ }
27
+ function SettlementTokenInputToJSON(value) {
28
+ if (value === undefined) {
29
+ return undefined;
30
+ }
31
+ if (value === null) {
32
+ return null;
33
+ }
34
+ return {
35
+ 'address': value.address,
36
+ 'chainId': value.chainId,
37
+ 'symbol': value.symbol,
38
+ };
39
+ }
40
+
41
+ export { SettlementTokenInputFromJSON, SettlementTokenInputFromJSONTyped, SettlementTokenInputToJSON };
@@ -16,6 +16,7 @@ function WalletKeyShareInfoFromJSONTyped(json, ignoreDiscriminator) {
16
16
  'id': json['id'],
17
17
  'backupLocation': json['backupLocation'],
18
18
  'passwordEncrypted': json['passwordEncrypted'],
19
+ 'walletShareDeveloperKeyEncrypted': !runtime.exists(json, 'walletShareDeveloperKeyEncrypted') ? undefined : json['walletShareDeveloperKeyEncrypted'],
19
20
  'externalKeyShareId': !runtime.exists(json, 'externalKeyShareId') ? undefined : json['externalKeyShareId'],
20
21
  'keygenId': !runtime.exists(json, 'keygenId') ? undefined : json['keygenId'],
21
22
  };
@@ -31,6 +32,7 @@ function WalletKeyShareInfoToJSON(value) {
31
32
  'id': value.id,
32
33
  'backupLocation': value.backupLocation,
33
34
  'passwordEncrypted': value.passwordEncrypted,
35
+ 'walletShareDeveloperKeyEncrypted': value.walletShareDeveloperKeyEncrypted,
34
36
  'externalKeyShareId': value.externalKeyShareId,
35
37
  'keygenId': value.keygenId,
36
38
  };
@@ -33,6 +33,12 @@ export interface WalletKeyShareInfo {
33
33
  * @memberof WalletKeyShareInfo
34
34
  */
35
35
  passwordEncrypted: boolean;
36
+ /**
37
+ *
38
+ * @type {boolean}
39
+ * @memberof WalletKeyShareInfo
40
+ */
41
+ walletShareDeveloperKeyEncrypted?: boolean;
36
42
  /**
37
43
  *
38
44
  * @type {string}
@@ -12,6 +12,7 @@ function WalletKeyShareInfoFromJSONTyped(json, ignoreDiscriminator) {
12
12
  'id': json['id'],
13
13
  'backupLocation': json['backupLocation'],
14
14
  'passwordEncrypted': json['passwordEncrypted'],
15
+ 'walletShareDeveloperKeyEncrypted': !exists(json, 'walletShareDeveloperKeyEncrypted') ? undefined : json['walletShareDeveloperKeyEncrypted'],
15
16
  'externalKeyShareId': !exists(json, 'externalKeyShareId') ? undefined : json['externalKeyShareId'],
16
17
  'keygenId': !exists(json, 'keygenId') ? undefined : json['keygenId'],
17
18
  };
@@ -27,6 +28,7 @@ function WalletKeyShareInfoToJSON(value) {
27
28
  'id': value.id,
28
29
  'backupLocation': value.backupLocation,
29
30
  'passwordEncrypted': value.passwordEncrypted,
31
+ 'walletShareDeveloperKeyEncrypted': value.walletShareDeveloperKeyEncrypted,
30
32
  'externalKeyShareId': value.externalKeyShareId,
31
33
  'keygenId': value.keygenId,
32
34
  };
@@ -16,6 +16,7 @@ function WalletKeyShareInfoWithEncryptedAccountCredentialFromJSONTyped(json, ign
16
16
  'id': json['id'],
17
17
  'backupLocation': json['backupLocation'],
18
18
  'passwordEncrypted': json['passwordEncrypted'],
19
+ 'walletShareDeveloperKeyEncrypted': !runtime.exists(json, 'walletShareDeveloperKeyEncrypted') ? undefined : json['walletShareDeveloperKeyEncrypted'],
19
20
  'externalKeyShareId': !runtime.exists(json, 'externalKeyShareId') ? undefined : json['externalKeyShareId'],
20
21
  'keygenId': !runtime.exists(json, 'keygenId') ? undefined : json['keygenId'],
21
22
  'encryptedAccountCredential': !runtime.exists(json, 'encryptedAccountCredential') ? undefined : json['encryptedAccountCredential'],
@@ -32,6 +33,7 @@ function WalletKeyShareInfoWithEncryptedAccountCredentialToJSON(value) {
32
33
  'id': value.id,
33
34
  'backupLocation': value.backupLocation,
34
35
  'passwordEncrypted': value.passwordEncrypted,
36
+ 'walletShareDeveloperKeyEncrypted': value.walletShareDeveloperKeyEncrypted,
35
37
  'externalKeyShareId': value.externalKeyShareId,
36
38
  'keygenId': value.keygenId,
37
39
  'encryptedAccountCredential': value.encryptedAccountCredential,
@@ -33,6 +33,12 @@ export interface WalletKeyShareInfoWithEncryptedAccountCredential {
33
33
  * @memberof WalletKeyShareInfoWithEncryptedAccountCredential
34
34
  */
35
35
  passwordEncrypted: boolean;
36
+ /**
37
+ *
38
+ * @type {boolean}
39
+ * @memberof WalletKeyShareInfoWithEncryptedAccountCredential
40
+ */
41
+ walletShareDeveloperKeyEncrypted?: boolean;
36
42
  /**
37
43
  *
38
44
  * @type {string}
@@ -12,6 +12,7 @@ function WalletKeyShareInfoWithEncryptedAccountCredentialFromJSONTyped(json, ign
12
12
  'id': json['id'],
13
13
  'backupLocation': json['backupLocation'],
14
14
  'passwordEncrypted': json['passwordEncrypted'],
15
+ 'walletShareDeveloperKeyEncrypted': !exists(json, 'walletShareDeveloperKeyEncrypted') ? undefined : json['walletShareDeveloperKeyEncrypted'],
15
16
  'externalKeyShareId': !exists(json, 'externalKeyShareId') ? undefined : json['externalKeyShareId'],
16
17
  'keygenId': !exists(json, 'keygenId') ? undefined : json['keygenId'],
17
18
  'encryptedAccountCredential': !exists(json, 'encryptedAccountCredential') ? undefined : json['encryptedAccountCredential'],
@@ -28,6 +29,7 @@ function WalletKeyShareInfoWithEncryptedAccountCredentialToJSON(value) {
28
29
  'id': value.id,
29
30
  'backupLocation': value.backupLocation,
30
31
  'passwordEncrypted': value.passwordEncrypted,
32
+ 'walletShareDeveloperKeyEncrypted': value.walletShareDeveloperKeyEncrypted,
31
33
  'externalKeyShareId': value.externalKeyShareId,
32
34
  'keygenId': value.keygenId,
33
35
  'encryptedAccountCredential': value.encryptedAccountCredential,
@@ -33,6 +33,7 @@ export * from './AssetDiff';
33
33
  export * from './AssetExposure';
34
34
  export * from './AssetExposureSpenderToInfo';
35
35
  export * from './AssetTransfer';
36
+ export * from './AttachSourceRequest';
36
37
  export * from './AttestationConveyancePreference';
37
38
  export * from './AuthModeEnum';
38
39
  export * from './AuthSettings';
@@ -68,6 +69,22 @@ export * from './ChainToken';
68
69
  export * from './ChainalysisCheck';
69
70
  export * from './ChainalysisCheckResultEnum';
70
71
  export * from './ChainalysisConfiguration';
72
+ export * from './Checkout';
73
+ export * from './CheckoutCreateRequest';
74
+ export * from './CheckoutExecutionStateEnum';
75
+ export * from './CheckoutFailure';
76
+ export * from './CheckoutFeeBreakdown';
77
+ export * from './CheckoutModeEnum';
78
+ export * from './CheckoutQuoteSnapshot';
79
+ export * from './CheckoutRiskStateEnum';
80
+ export * from './CheckoutSettlementData';
81
+ export * from './CheckoutSettlementStateEnum';
82
+ export * from './CheckoutSourceTypeEnum';
83
+ export * from './CheckoutTransaction';
84
+ export * from './CheckoutTransactionCreateRequest';
85
+ export * from './CheckoutTransactionCreateResponse';
86
+ export * from './CheckoutUpdateRequest';
87
+ export * from './CheckoutsResponse';
71
88
  export * from './CoinbaseMpcWalletProperties';
72
89
  export * from './CoinbaseOnrampBuyUrlExperience';
73
90
  export * from './CoinbaseOnrampFee';
@@ -82,6 +99,7 @@ export * from './CoinbaseOnrampOrderResponse';
82
99
  export * from './CoinbaseOnrampOrderResponsePaymentLink';
83
100
  export * from './CoinbaseOnrampOrderStatus';
84
101
  export * from './CompletePasskeyRecoveryRequest';
102
+ export * from './Conflict';
85
103
  export * from './ConnectRequest';
86
104
  export * from './CreateEmbeddedWalletParams';
87
105
  export * from './CreateEmbeddedWalletSpecificOpts';
@@ -137,6 +155,9 @@ export * from './DelegatedShareDeliveryRequestEncryptedDelegatedShare';
137
155
  export * from './DelegatedShareDeliveryResponse';
138
156
  export * from './DeleteEmbeddedWalletsRequest';
139
157
  export * from './DeleteUserPasskeyRequest';
158
+ export * from './DepositAmountsConfigInput';
159
+ export * from './DestinationConfigInput';
160
+ export * from './DestinationTypeEnum';
140
161
  export * from './DeviceRegistrationRequest';
141
162
  export * from './DnsRecordType';
142
163
  export * from './Duration';
@@ -406,8 +427,10 @@ export * from './PublicKeyCredentialType';
406
427
  export * from './PublicKeyCredentialUserEntity';
407
428
  export * from './PublishEvents';
408
429
  export * from './PublishEventsEvents';
430
+ export * from './QuoteRequest';
409
431
  export * from './RampConfiguration';
410
432
  export * from './ReactSettings';
433
+ export * from './RecordBroadcastRequest';
411
434
  export * from './RecoverMultipleClientKeySharesRequest';
412
435
  export * from './RecoverMultipleClientKeySharesResponse';
413
436
  export * from './RegisterEmbeddedWalletSessionKeyResponse';
@@ -437,6 +460,9 @@ export * from './Session';
437
460
  export * from './SessionsHeatmapResult';
438
461
  export * from './SessionsResponse';
439
462
  export * from './SessionsTrendResult';
463
+ export * from './SettlementConfigInput';
464
+ export * from './SettlementStrategyEnum';
465
+ export * from './SettlementTokenInput';
440
466
  export * from './SignInProviderEnum';
441
467
  export * from './SignMessageAuthorizationSignature';
442
468
  export * from './SignMessageBtcTransaction';