@dynamic-labs/sdk-api 0.0.920 → 0.0.922

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 (120) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +245 -286
  3. package/src/apis/AllowlistsApi.js +245 -286
  4. package/src/apis/AnalyticsApi.cjs +210 -235
  5. package/src/apis/AnalyticsApi.js +210 -235
  6. package/src/apis/ChainalysisApi.cjs +66 -79
  7. package/src/apis/ChainalysisApi.js +66 -79
  8. package/src/apis/ChainsApi.cjs +25 -30
  9. package/src/apis/ChainsApi.js +25 -30
  10. package/src/apis/CustomFieldsApi.cjs +119 -140
  11. package/src/apis/CustomFieldsApi.js +119 -140
  12. package/src/apis/CustomHostnamesApi.cjs +55 -68
  13. package/src/apis/CustomHostnamesApi.js +55 -68
  14. package/src/apis/CustomNetworksApi.cjs +128 -149
  15. package/src/apis/CustomNetworksApi.js +128 -149
  16. package/src/apis/DeeplinkUrlsApi.cjs +70 -83
  17. package/src/apis/DeeplinkUrlsApi.js +70 -83
  18. package/src/apis/DepositApi.cjs +83 -100
  19. package/src/apis/DepositApi.js +83 -100
  20. package/src/apis/EnvironmentsApi.cjs +168 -197
  21. package/src/apis/EnvironmentsApi.js +168 -197
  22. package/src/apis/EventsApi.cjs +60 -73
  23. package/src/apis/EventsApi.js +60 -73
  24. package/src/apis/ExportsApi.cjs +89 -106
  25. package/src/apis/ExportsApi.js +89 -106
  26. package/src/apis/ExternalJwtApi.cjs +27 -32
  27. package/src/apis/ExternalJwtApi.js +27 -32
  28. package/src/apis/GatesApi.cjs +154 -183
  29. package/src/apis/GatesApi.js +154 -183
  30. package/src/apis/GlobalWalletAccessControlApi.cjs +159 -188
  31. package/src/apis/GlobalWalletAccessControlApi.js +159 -188
  32. package/src/apis/GlobalWalletConnectionsApi.cjs +28 -33
  33. package/src/apis/GlobalWalletConnectionsApi.js +28 -33
  34. package/src/apis/GlobalWalletsApi.cjs +90 -111
  35. package/src/apis/GlobalWalletsApi.js +90 -111
  36. package/src/apis/InvitesApi.cjs +120 -141
  37. package/src/apis/InvitesApi.js +120 -141
  38. package/src/apis/MembersApi.cjs +115 -136
  39. package/src/apis/MembersApi.js +115 -136
  40. package/src/apis/MfaApi.cjs +42 -51
  41. package/src/apis/MfaApi.js +42 -51
  42. package/src/apis/MfaSettingsApi.cjs +72 -85
  43. package/src/apis/MfaSettingsApi.js +72 -85
  44. package/src/apis/NameServicesApi.cjs +123 -148
  45. package/src/apis/NameServicesApi.js +123 -148
  46. package/src/apis/OrganizationsApi.cjs +328 -381
  47. package/src/apis/OrganizationsApi.js +328 -381
  48. package/src/apis/OriginsApi.cjs +58 -71
  49. package/src/apis/OriginsApi.js +58 -71
  50. package/src/apis/ProjectsApi.cjs +119 -140
  51. package/src/apis/ProjectsApi.js +119 -140
  52. package/src/apis/SDKApi.cjs +6184 -7362
  53. package/src/apis/SDKApi.d.ts +3 -3
  54. package/src/apis/SDKApi.js +6184 -7362
  55. package/src/apis/SDKViewsApi.cjs +59 -72
  56. package/src/apis/SDKViewsApi.js +59 -72
  57. package/src/apis/SessionsApi.cjs +69 -82
  58. package/src/apis/SessionsApi.js +69 -82
  59. package/src/apis/SettingsApi.cjs +273 -330
  60. package/src/apis/SettingsApi.js +273 -330
  61. package/src/apis/TestAccountApi.cjs +47 -60
  62. package/src/apis/TestAccountApi.js +47 -60
  63. package/src/apis/TokensApi.cjs +92 -109
  64. package/src/apis/TokensApi.js +92 -109
  65. package/src/apis/UserApiTokensApi.cjs +64 -77
  66. package/src/apis/UserApiTokensApi.js +64 -77
  67. package/src/apis/UsersApi.cjs +357 -410
  68. package/src/apis/UsersApi.js +357 -410
  69. package/src/apis/VisitsApi.cjs +34 -39
  70. package/src/apis/VisitsApi.js +34 -39
  71. package/src/apis/WaasApi.cjs +470 -559
  72. package/src/apis/WaasApi.js +470 -559
  73. package/src/apis/WalletConnectApi.cjs +21 -26
  74. package/src/apis/WalletConnectApi.js +21 -26
  75. package/src/apis/WalletsApi.cjs +340 -393
  76. package/src/apis/WalletsApi.js +340 -393
  77. package/src/apis/WebhooksApi.cjs +167 -200
  78. package/src/apis/WebhooksApi.js +167 -200
  79. package/src/index.cjs +8 -16
  80. package/src/index.js +2 -4
  81. package/src/models/CheckoutTransaction.cjs +3 -10
  82. package/src/models/CheckoutTransaction.d.ts +3 -22
  83. package/src/models/CheckoutTransaction.js +3 -10
  84. package/src/models/CheckoutTransactionQuote.cjs +51 -0
  85. package/src/models/CheckoutTransactionQuote.d.ts +77 -0
  86. package/src/models/CheckoutTransactionQuote.js +45 -0
  87. package/src/models/CreateEmbeddedWalletSpecificOpts.cjs +2 -2
  88. package/src/models/CreateEmbeddedWalletSpecificOpts.js +2 -2
  89. package/src/models/Provider.cjs +2 -0
  90. package/src/models/Provider.d.ts +6 -0
  91. package/src/models/Provider.js +2 -0
  92. package/src/models/ProviderCreateRequest.cjs +2 -0
  93. package/src/models/ProviderCreateRequest.d.ts +6 -0
  94. package/src/models/ProviderCreateRequest.js +2 -0
  95. package/src/models/ProviderUpdateRequest.cjs +2 -0
  96. package/src/models/ProviderUpdateRequest.d.ts +6 -0
  97. package/src/models/ProviderUpdateRequest.js +2 -0
  98. package/src/models/SwapSigningPayload.cjs +4 -6
  99. package/src/models/SwapSigningPayload.d.ts +7 -9
  100. package/src/models/SwapSigningPayload.js +4 -6
  101. package/src/models/TransactionFeeEstimateRequest.cjs +37 -0
  102. package/src/models/TransactionFeeEstimateRequest.d.ts +39 -0
  103. package/src/models/TransactionFeeEstimateRequest.js +31 -0
  104. package/src/models/index.d.ts +2 -4
  105. package/src/runtime.cjs +45 -36
  106. package/src/runtime.js +45 -36
  107. package/_virtual/_tslib.cjs +0 -35
  108. package/_virtual/_tslib.js +0 -31
  109. package/src/models/CheckoutQuoteSnapshot.cjs +0 -50
  110. package/src/models/CheckoutQuoteSnapshot.d.ts +0 -76
  111. package/src/models/CheckoutQuoteSnapshot.js +0 -44
  112. package/src/models/InlineObject1.cjs +0 -43
  113. package/src/models/InlineObject1.d.ts +0 -27
  114. package/src/models/InlineObject1.js +0 -37
  115. package/src/models/SwapPsbtTransactionData.cjs +0 -43
  116. package/src/models/SwapPsbtTransactionData.d.ts +0 -27
  117. package/src/models/SwapPsbtTransactionData.js +0 -37
  118. package/src/models/SwapSerializedTransactionData.cjs +0 -43
  119. package/src/models/SwapSerializedTransactionData.d.ts +0 -27
  120. package/src/models/SwapSerializedTransactionData.js +0 -37
@@ -1,44 +0,0 @@
1
- import { exists } from '../runtime.js';
2
- import { CheckoutFeeBreakdownFromJSON, CheckoutFeeBreakdownToJSON } from './CheckoutFeeBreakdown.js';
3
-
4
- /* tslint:disable */
5
- function CheckoutQuoteSnapshotFromJSON(json) {
6
- return CheckoutQuoteSnapshotFromJSONTyped(json);
7
- }
8
- function CheckoutQuoteSnapshotFromJSONTyped(json, ignoreDiscriminator) {
9
- if ((json === undefined) || (json === null)) {
10
- return json;
11
- }
12
- return {
13
- 'version': json['version'],
14
- 'fromAmount': json['fromAmount'],
15
- 'toAmount': json['toAmount'],
16
- 'toAmountMin': json['toAmountMin'],
17
- 'fees': CheckoutFeeBreakdownFromJSON(json['fees']),
18
- 'estimatedTimeSec': json['estimatedTimeSec'],
19
- 'route': !exists(json, 'route') ? undefined : json['route'],
20
- 'createdAt': (new Date(json['createdAt'])),
21
- 'expiresAt': (new Date(json['expiresAt'])),
22
- };
23
- }
24
- function CheckoutQuoteSnapshotToJSON(value) {
25
- if (value === undefined) {
26
- return undefined;
27
- }
28
- if (value === null) {
29
- return null;
30
- }
31
- return {
32
- 'version': value.version,
33
- 'fromAmount': value.fromAmount,
34
- 'toAmount': value.toAmount,
35
- 'toAmountMin': value.toAmountMin,
36
- 'fees': CheckoutFeeBreakdownToJSON(value.fees),
37
- 'estimatedTimeSec': value.estimatedTimeSec,
38
- 'route': value.route,
39
- 'createdAt': (value.createdAt.toISOString()),
40
- 'expiresAt': (value.expiresAt.toISOString()),
41
- };
42
- }
43
-
44
- export { CheckoutQuoteSnapshotFromJSON, CheckoutQuoteSnapshotFromJSONTyped, CheckoutQuoteSnapshotToJSON };
@@ -1,43 +0,0 @@
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 InlineObject1FromJSON(json) {
19
- return InlineObject1FromJSONTyped(json);
20
- }
21
- function InlineObject1FromJSONTyped(json, ignoreDiscriminator) {
22
- if ((json === undefined) || (json === null)) {
23
- return json;
24
- }
25
- return {
26
- 'base64RawTransaction': json['base64RawTransaction'],
27
- };
28
- }
29
- function InlineObject1ToJSON(value) {
30
- if (value === undefined) {
31
- return undefined;
32
- }
33
- if (value === null) {
34
- return null;
35
- }
36
- return {
37
- 'base64RawTransaction': value.base64RawTransaction,
38
- };
39
- }
40
-
41
- exports.InlineObject1FromJSON = InlineObject1FromJSON;
42
- exports.InlineObject1FromJSONTyped = InlineObject1FromJSONTyped;
43
- exports.InlineObject1ToJSON = InlineObject1ToJSON;
@@ -1,27 +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
- /**
13
- *
14
- * @export
15
- * @interface InlineObject1
16
- */
17
- export interface InlineObject1 {
18
- /**
19
- * The raw transaction to estimate gas fees for
20
- * @type {string}
21
- * @memberof InlineObject1
22
- */
23
- base64RawTransaction: string;
24
- }
25
- export declare function InlineObject1FromJSON(json: any): InlineObject1;
26
- export declare function InlineObject1FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineObject1;
27
- export declare function InlineObject1ToJSON(value?: InlineObject1 | null): any;
@@ -1,37 +0,0 @@
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 InlineObject1FromJSON(json) {
15
- return InlineObject1FromJSONTyped(json);
16
- }
17
- function InlineObject1FromJSONTyped(json, ignoreDiscriminator) {
18
- if ((json === undefined) || (json === null)) {
19
- return json;
20
- }
21
- return {
22
- 'base64RawTransaction': json['base64RawTransaction'],
23
- };
24
- }
25
- function InlineObject1ToJSON(value) {
26
- if (value === undefined) {
27
- return undefined;
28
- }
29
- if (value === null) {
30
- return null;
31
- }
32
- return {
33
- 'base64RawTransaction': value.base64RawTransaction,
34
- };
35
- }
36
-
37
- export { InlineObject1FromJSON, InlineObject1FromJSONTyped, InlineObject1ToJSON };
@@ -1,43 +0,0 @@
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 SwapPsbtTransactionDataFromJSON(json) {
19
- return SwapPsbtTransactionDataFromJSONTyped(json);
20
- }
21
- function SwapPsbtTransactionDataFromJSONTyped(json, ignoreDiscriminator) {
22
- if ((json === undefined) || (json === null)) {
23
- return json;
24
- }
25
- return {
26
- 'psbt': json['psbt'],
27
- };
28
- }
29
- function SwapPsbtTransactionDataToJSON(value) {
30
- if (value === undefined) {
31
- return undefined;
32
- }
33
- if (value === null) {
34
- return null;
35
- }
36
- return {
37
- 'psbt': value.psbt,
38
- };
39
- }
40
-
41
- exports.SwapPsbtTransactionDataFromJSON = SwapPsbtTransactionDataFromJSON;
42
- exports.SwapPsbtTransactionDataFromJSONTyped = SwapPsbtTransactionDataFromJSONTyped;
43
- exports.SwapPsbtTransactionDataToJSON = SwapPsbtTransactionDataToJSON;
@@ -1,27 +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
- /**
13
- *
14
- * @export
15
- * @interface SwapPsbtTransactionData
16
- */
17
- export interface SwapPsbtTransactionData {
18
- /**
19
- * Base64-encoded unsigned PSBT
20
- * @type {string}
21
- * @memberof SwapPsbtTransactionData
22
- */
23
- psbt: string;
24
- }
25
- export declare function SwapPsbtTransactionDataFromJSON(json: any): SwapPsbtTransactionData;
26
- export declare function SwapPsbtTransactionDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SwapPsbtTransactionData;
27
- export declare function SwapPsbtTransactionDataToJSON(value?: SwapPsbtTransactionData | null): any;
@@ -1,37 +0,0 @@
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 SwapPsbtTransactionDataFromJSON(json) {
15
- return SwapPsbtTransactionDataFromJSONTyped(json);
16
- }
17
- function SwapPsbtTransactionDataFromJSONTyped(json, ignoreDiscriminator) {
18
- if ((json === undefined) || (json === null)) {
19
- return json;
20
- }
21
- return {
22
- 'psbt': json['psbt'],
23
- };
24
- }
25
- function SwapPsbtTransactionDataToJSON(value) {
26
- if (value === undefined) {
27
- return undefined;
28
- }
29
- if (value === null) {
30
- return null;
31
- }
32
- return {
33
- 'psbt': value.psbt,
34
- };
35
- }
36
-
37
- export { SwapPsbtTransactionDataFromJSON, SwapPsbtTransactionDataFromJSONTyped, SwapPsbtTransactionDataToJSON };
@@ -1,43 +0,0 @@
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 SwapSerializedTransactionDataFromJSON(json) {
19
- return SwapSerializedTransactionDataFromJSONTyped(json);
20
- }
21
- function SwapSerializedTransactionDataFromJSONTyped(json, ignoreDiscriminator) {
22
- if ((json === undefined) || (json === null)) {
23
- return json;
24
- }
25
- return {
26
- 'serializedTransaction': json['serializedTransaction'],
27
- };
28
- }
29
- function SwapSerializedTransactionDataToJSON(value) {
30
- if (value === undefined) {
31
- return undefined;
32
- }
33
- if (value === null) {
34
- return null;
35
- }
36
- return {
37
- 'serializedTransaction': value.serializedTransaction,
38
- };
39
- }
40
-
41
- exports.SwapSerializedTransactionDataFromJSON = SwapSerializedTransactionDataFromJSON;
42
- exports.SwapSerializedTransactionDataFromJSONTyped = SwapSerializedTransactionDataFromJSONTyped;
43
- exports.SwapSerializedTransactionDataToJSON = SwapSerializedTransactionDataToJSON;
@@ -1,27 +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
- /**
13
- *
14
- * @export
15
- * @interface SwapSerializedTransactionData
16
- */
17
- export interface SwapSerializedTransactionData {
18
- /**
19
- * Base64-encoded serialized transaction
20
- * @type {string}
21
- * @memberof SwapSerializedTransactionData
22
- */
23
- serializedTransaction: string;
24
- }
25
- export declare function SwapSerializedTransactionDataFromJSON(json: any): SwapSerializedTransactionData;
26
- export declare function SwapSerializedTransactionDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SwapSerializedTransactionData;
27
- export declare function SwapSerializedTransactionDataToJSON(value?: SwapSerializedTransactionData | null): any;
@@ -1,37 +0,0 @@
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 SwapSerializedTransactionDataFromJSON(json) {
15
- return SwapSerializedTransactionDataFromJSONTyped(json);
16
- }
17
- function SwapSerializedTransactionDataFromJSONTyped(json, ignoreDiscriminator) {
18
- if ((json === undefined) || (json === null)) {
19
- return json;
20
- }
21
- return {
22
- 'serializedTransaction': json['serializedTransaction'],
23
- };
24
- }
25
- function SwapSerializedTransactionDataToJSON(value) {
26
- if (value === undefined) {
27
- return undefined;
28
- }
29
- if (value === null) {
30
- return null;
31
- }
32
- return {
33
- 'serializedTransaction': value.serializedTransaction,
34
- };
35
- }
36
-
37
- export { SwapSerializedTransactionDataFromJSON, SwapSerializedTransactionDataFromJSONTyped, SwapSerializedTransactionDataToJSON };