@dynamic-labs/sdk-api 0.0.960 → 0.0.963

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 (128) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AdminActionsApi.cjs +4 -0
  3. package/src/apis/AdminActionsApi.js +4 -0
  4. package/src/apis/AllowlistsApi.cjs +4 -0
  5. package/src/apis/AllowlistsApi.js +4 -0
  6. package/src/apis/AnalyticsApi.cjs +4 -0
  7. package/src/apis/AnalyticsApi.js +4 -0
  8. package/src/apis/ChainalysisApi.cjs +4 -0
  9. package/src/apis/ChainalysisApi.js +4 -0
  10. package/src/apis/ChainsApi.cjs +4 -0
  11. package/src/apis/ChainsApi.js +4 -0
  12. package/src/apis/CheckoutApi.cjs +4 -0
  13. package/src/apis/CheckoutApi.js +4 -0
  14. package/src/apis/CustomFieldsApi.cjs +4 -0
  15. package/src/apis/CustomFieldsApi.js +4 -0
  16. package/src/apis/CustomHostnamesApi.cjs +4 -0
  17. package/src/apis/CustomHostnamesApi.js +4 -0
  18. package/src/apis/CustomNetworksApi.cjs +4 -0
  19. package/src/apis/CustomNetworksApi.js +4 -0
  20. package/src/apis/DeeplinkUrlsApi.cjs +4 -0
  21. package/src/apis/DeeplinkUrlsApi.js +4 -0
  22. package/src/apis/EnvironmentsApi.cjs +4 -0
  23. package/src/apis/EnvironmentsApi.js +4 -0
  24. package/src/apis/EventsApi.cjs +4 -0
  25. package/src/apis/EventsApi.js +4 -0
  26. package/src/apis/ExchangesApi.cjs +4 -0
  27. package/src/apis/ExchangesApi.js +4 -0
  28. package/src/apis/ExportsApi.cjs +4 -0
  29. package/src/apis/ExportsApi.js +4 -0
  30. package/src/apis/ExternalJwtApi.cjs +4 -0
  31. package/src/apis/ExternalJwtApi.js +4 -0
  32. package/src/apis/GatesApi.cjs +4 -0
  33. package/src/apis/GatesApi.js +4 -0
  34. package/src/apis/GlobalWalletAccessControlApi.cjs +4 -0
  35. package/src/apis/GlobalWalletAccessControlApi.js +4 -0
  36. package/src/apis/GlobalWalletConnectionsApi.cjs +4 -0
  37. package/src/apis/GlobalWalletConnectionsApi.js +4 -0
  38. package/src/apis/GlobalWalletsApi.cjs +4 -0
  39. package/src/apis/GlobalWalletsApi.js +4 -0
  40. package/src/apis/InvitesApi.cjs +4 -0
  41. package/src/apis/InvitesApi.js +4 -0
  42. package/src/apis/MembersApi.cjs +4 -0
  43. package/src/apis/MembersApi.js +4 -0
  44. package/src/apis/MfaSettingsApi.cjs +4 -0
  45. package/src/apis/MfaSettingsApi.js +4 -0
  46. package/src/apis/NameServicesApi.cjs +4 -0
  47. package/src/apis/NameServicesApi.js +4 -0
  48. package/src/apis/OrganizationSettingsApi.cjs +4 -0
  49. package/src/apis/OrganizationSettingsApi.js +4 -0
  50. package/src/apis/OrganizationsApi.cjs +4 -0
  51. package/src/apis/OrganizationsApi.js +4 -0
  52. package/src/apis/OriginsApi.cjs +4 -0
  53. package/src/apis/OriginsApi.js +4 -0
  54. package/src/apis/ProjectsApi.cjs +4 -0
  55. package/src/apis/ProjectsApi.js +4 -0
  56. package/src/apis/ProvidersApi.cjs +4 -0
  57. package/src/apis/ProvidersApi.js +4 -0
  58. package/src/apis/SDKApi.cjs +477 -0
  59. package/src/apis/SDKApi.d.ts +204 -1
  60. package/src/apis/SDKApi.js +478 -1
  61. package/src/apis/SDKViewsApi.cjs +4 -0
  62. package/src/apis/SDKViewsApi.js +4 -0
  63. package/src/apis/SessionsApi.cjs +4 -0
  64. package/src/apis/SessionsApi.js +4 -0
  65. package/src/apis/TestAccountApi.cjs +4 -0
  66. package/src/apis/TestAccountApi.js +4 -0
  67. package/src/apis/TokensApi.cjs +4 -0
  68. package/src/apis/TokensApi.js +4 -0
  69. package/src/apis/UserApiTokensApi.cjs +4 -0
  70. package/src/apis/UserApiTokensApi.js +4 -0
  71. package/src/apis/UsersApi.cjs +4 -0
  72. package/src/apis/UsersApi.js +4 -0
  73. package/src/apis/VisitsApi.cjs +4 -0
  74. package/src/apis/VisitsApi.js +4 -0
  75. package/src/apis/WaasApi.cjs +4 -0
  76. package/src/apis/WaasApi.js +4 -0
  77. package/src/apis/WalletConnectApi.cjs +4 -0
  78. package/src/apis/WalletConnectApi.js +4 -0
  79. package/src/apis/WalletsApi.cjs +4 -0
  80. package/src/apis/WalletsApi.js +4 -0
  81. package/src/apis/WebhooksApi.cjs +4 -0
  82. package/src/apis/WebhooksApi.js +4 -0
  83. package/src/index.cjs +72 -0
  84. package/src/index.js +12 -1
  85. package/src/models/AdminActionRequest.d.ts +1 -1
  86. package/src/models/AdminActionType.cjs +1 -0
  87. package/src/models/AdminActionType.d.ts +2 -1
  88. package/src/models/AdminActionType.js +1 -0
  89. package/src/models/EmbeddedWalletChainEnum.cjs +1 -0
  90. package/src/models/EmbeddedWalletChainEnum.d.ts +2 -1
  91. package/src/models/EmbeddedWalletChainEnum.js +1 -0
  92. package/src/models/InlineObject2.cjs +46 -0
  93. package/src/models/InlineObject2.d.ts +47 -0
  94. package/src/models/InlineObject2.js +40 -0
  95. package/src/models/InlineObject3.cjs +56 -0
  96. package/src/models/InlineObject3.d.ts +47 -0
  97. package/src/models/InlineObject3.js +50 -0
  98. package/src/models/InlineObject4.cjs +54 -0
  99. package/src/models/InlineObject4.d.ts +43 -0
  100. package/src/models/InlineObject4.js +48 -0
  101. package/src/models/InlineObject5.cjs +54 -0
  102. package/src/models/InlineObject5.d.ts +41 -0
  103. package/src/models/InlineObject5.js +48 -0
  104. package/src/models/InlineResponse2002.cjs +34 -0
  105. package/src/models/InlineResponse2002.d.ts +28 -0
  106. package/src/models/InlineResponse2002.js +28 -0
  107. package/src/models/InlineResponse2002AllowedPrograms.cjs +35 -0
  108. package/src/models/InlineResponse2002AllowedPrograms.d.ts +33 -0
  109. package/src/models/InlineResponse2002AllowedPrograms.js +29 -0
  110. package/src/models/InlineResponse2003.cjs +43 -0
  111. package/src/models/InlineResponse2003.d.ts +27 -0
  112. package/src/models/InlineResponse2003.js +37 -0
  113. package/src/models/InlineResponse2004.cjs +43 -0
  114. package/src/models/InlineResponse2004.d.ts +27 -0
  115. package/src/models/InlineResponse2004.js +37 -0
  116. package/src/models/InlineResponse2005.cjs +45 -0
  117. package/src/models/InlineResponse2005.d.ts +33 -0
  118. package/src/models/InlineResponse2005.js +39 -0
  119. package/src/models/InlineResponse2006.cjs +43 -0
  120. package/src/models/InlineResponse2006.d.ts +27 -0
  121. package/src/models/InlineResponse2006.js +37 -0
  122. package/src/models/InlineResponse2007.cjs +43 -0
  123. package/src/models/InlineResponse2007.d.ts +29 -0
  124. package/src/models/InlineResponse2007.js +37 -0
  125. package/src/models/WaasChainEnum.cjs +1 -0
  126. package/src/models/WaasChainEnum.d.ts +2 -1
  127. package/src/models/WaasChainEnum.js +1 -0
  128. package/src/models/index.d.ts +11 -0
@@ -0,0 +1,37 @@
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 InlineResponse2004FromJSON(json) {
15
+ return InlineResponse2004FromJSONTyped(json);
16
+ }
17
+ function InlineResponse2004FromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'feeAuthorization': json['feeAuthorization'],
23
+ };
24
+ }
25
+ function InlineResponse2004ToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'feeAuthorization': value.feeAuthorization,
34
+ };
35
+ }
36
+
37
+ export { InlineResponse2004FromJSON, InlineResponse2004FromJSONTyped, InlineResponse2004ToJSON };
@@ -0,0 +1,45 @@
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 InlineResponse2005FromJSON(json) {
19
+ return InlineResponse2005FromJSONTyped(json);
20
+ }
21
+ function InlineResponse2005FromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'publicKey': json['public_key'],
27
+ 'keyId': json['key_id'],
28
+ };
29
+ }
30
+ function InlineResponse2005ToJSON(value) {
31
+ if (value === undefined) {
32
+ return undefined;
33
+ }
34
+ if (value === null) {
35
+ return null;
36
+ }
37
+ return {
38
+ 'public_key': value.publicKey,
39
+ 'key_id': value.keyId,
40
+ };
41
+ }
42
+
43
+ exports.InlineResponse2005FromJSON = InlineResponse2005FromJSON;
44
+ exports.InlineResponse2005FromJSONTyped = InlineResponse2005FromJSONTyped;
45
+ exports.InlineResponse2005ToJSON = InlineResponse2005ToJSON;
@@ -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 InlineResponse2005
16
+ */
17
+ export interface InlineResponse2005 {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof InlineResponse2005
22
+ */
23
+ publicKey: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof InlineResponse2005
28
+ */
29
+ keyId: string;
30
+ }
31
+ export declare function InlineResponse2005FromJSON(json: any): InlineResponse2005;
32
+ export declare function InlineResponse2005FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2005;
33
+ export declare function InlineResponse2005ToJSON(value?: InlineResponse2005 | null): any;
@@ -0,0 +1,39 @@
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 InlineResponse2005FromJSON(json) {
15
+ return InlineResponse2005FromJSONTyped(json);
16
+ }
17
+ function InlineResponse2005FromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'publicKey': json['public_key'],
23
+ 'keyId': json['key_id'],
24
+ };
25
+ }
26
+ function InlineResponse2005ToJSON(value) {
27
+ if (value === undefined) {
28
+ return undefined;
29
+ }
30
+ if (value === null) {
31
+ return null;
32
+ }
33
+ return {
34
+ 'public_key': value.publicKey,
35
+ 'key_id': value.keyId,
36
+ };
37
+ }
38
+
39
+ export { InlineResponse2005FromJSON, InlineResponse2005FromJSONTyped, InlineResponse2005ToJSON };
@@ -0,0 +1,43 @@
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 InlineResponse2006FromJSON(json) {
19
+ return InlineResponse2006FromJSONTyped(json);
20
+ }
21
+ function InlineResponse2006FromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'uuid': json['uuid'],
27
+ };
28
+ }
29
+ function InlineResponse2006ToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'uuid': value.uuid,
38
+ };
39
+ }
40
+
41
+ exports.InlineResponse2006FromJSON = InlineResponse2006FromJSON;
42
+ exports.InlineResponse2006FromJSONTyped = InlineResponse2006FromJSONTyped;
43
+ exports.InlineResponse2006ToJSON = InlineResponse2006ToJSON;
@@ -0,0 +1,27 @@
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 InlineResponse2006
16
+ */
17
+ export interface InlineResponse2006 {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof InlineResponse2006
22
+ */
23
+ uuid: string;
24
+ }
25
+ export declare function InlineResponse2006FromJSON(json: any): InlineResponse2006;
26
+ export declare function InlineResponse2006FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2006;
27
+ export declare function InlineResponse2006ToJSON(value?: InlineResponse2006 | null): any;
@@ -0,0 +1,37 @@
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 InlineResponse2006FromJSON(json) {
15
+ return InlineResponse2006FromJSONTyped(json);
16
+ }
17
+ function InlineResponse2006FromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'uuid': json['uuid'],
23
+ };
24
+ }
25
+ function InlineResponse2006ToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'uuid': value.uuid,
34
+ };
35
+ }
36
+
37
+ export { InlineResponse2006FromJSON, InlineResponse2006FromJSONTyped, InlineResponse2006ToJSON };
@@ -0,0 +1,43 @@
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 InlineResponse2007FromJSON(json) {
19
+ return InlineResponse2007FromJSONTyped(json);
20
+ }
21
+ function InlineResponse2007FromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'records': json['records'],
27
+ };
28
+ }
29
+ function InlineResponse2007ToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'records': value.records,
38
+ };
39
+ }
40
+
41
+ exports.InlineResponse2007FromJSON = InlineResponse2007FromJSON;
42
+ exports.InlineResponse2007FromJSONTyped = InlineResponse2007FromJSONTyped;
43
+ exports.InlineResponse2007ToJSON = InlineResponse2007ToJSON;
@@ -0,0 +1,29 @@
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 InlineResponse2007
16
+ */
17
+ export interface InlineResponse2007 {
18
+ /**
19
+ *
20
+ * @type {Array<{ [key: string]: object; }>}
21
+ * @memberof InlineResponse2007
22
+ */
23
+ records: Array<{
24
+ [key: string]: object;
25
+ }>;
26
+ }
27
+ export declare function InlineResponse2007FromJSON(json: any): InlineResponse2007;
28
+ export declare function InlineResponse2007FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2007;
29
+ export declare function InlineResponse2007ToJSON(value?: InlineResponse2007 | null): any;
@@ -0,0 +1,37 @@
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 InlineResponse2007FromJSON(json) {
15
+ return InlineResponse2007FromJSONTyped(json);
16
+ }
17
+ function InlineResponse2007FromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'records': json['records'],
23
+ };
24
+ }
25
+ function InlineResponse2007ToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'records': value.records,
34
+ };
35
+ }
36
+
37
+ export { InlineResponse2007FromJSON, InlineResponse2007FromJSONTyped, InlineResponse2007ToJSON };
@@ -30,6 +30,7 @@ exports.WaasChainEnum = void 0;
30
30
  WaasChainEnum["Ton"] = "TON";
31
31
  WaasChainEnum["Stellar"] = "STELLAR";
32
32
  WaasChainEnum["Tempo"] = "TEMPO";
33
+ WaasChainEnum["Aleo"] = "ALEO";
33
34
  })(exports.WaasChainEnum || (exports.WaasChainEnum = {}));
34
35
  function WaasChainEnumFromJSON(json) {
35
36
  return WaasChainEnumFromJSONTyped(json);
@@ -22,7 +22,8 @@ export declare enum WaasChainEnum {
22
22
  Btc = "BTC",
23
23
  Ton = "TON",
24
24
  Stellar = "STELLAR",
25
- Tempo = "TEMPO"
25
+ Tempo = "TEMPO",
26
+ Aleo = "ALEO"
26
27
  }
27
28
  export declare function WaasChainEnumFromJSON(json: any): WaasChainEnum;
28
29
  export declare function WaasChainEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasChainEnum;
@@ -26,6 +26,7 @@ var WaasChainEnum;
26
26
  WaasChainEnum["Ton"] = "TON";
27
27
  WaasChainEnum["Stellar"] = "STELLAR";
28
28
  WaasChainEnum["Tempo"] = "TEMPO";
29
+ WaasChainEnum["Aleo"] = "ALEO";
29
30
  })(WaasChainEnum || (WaasChainEnum = {}));
30
31
  function WaasChainEnumFromJSON(json) {
31
32
  return WaasChainEnumFromJSONTyped(json);
@@ -279,8 +279,19 @@ export * from './InitPasskeyRecoveryRequest';
279
279
  export * from './InitPasskeyRecoveryResponse';
280
280
  export * from './InlineObject';
281
281
  export * from './InlineObject1';
282
+ export * from './InlineObject2';
283
+ export * from './InlineObject3';
284
+ export * from './InlineObject4';
285
+ export * from './InlineObject5';
282
286
  export * from './InlineResponse200';
283
287
  export * from './InlineResponse2001';
288
+ export * from './InlineResponse2002';
289
+ export * from './InlineResponse2002AllowedPrograms';
290
+ export * from './InlineResponse2003';
291
+ export * from './InlineResponse2004';
292
+ export * from './InlineResponse2005';
293
+ export * from './InlineResponse2006';
294
+ export * from './InlineResponse2007';
284
295
  export * from './InlineResponse201';
285
296
  export * from './InlineResponse400';
286
297
  export * from './IntegrationSetting';