@dynamic-labs/sdk-api 0.0.831 → 0.0.838

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 (103) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +1 -0
  3. package/src/apis/AllowlistsApi.js +1 -0
  4. package/src/apis/AnalyticsApi.cjs +1 -0
  5. package/src/apis/AnalyticsApi.js +1 -0
  6. package/src/apis/ChainalysisApi.cjs +1 -0
  7. package/src/apis/ChainalysisApi.js +1 -0
  8. package/src/apis/ChainsApi.cjs +1 -0
  9. package/src/apis/ChainsApi.js +1 -0
  10. package/src/apis/CustomFieldsApi.cjs +1 -0
  11. package/src/apis/CustomFieldsApi.js +1 -0
  12. package/src/apis/CustomHostnamesApi.cjs +1 -0
  13. package/src/apis/CustomHostnamesApi.js +1 -0
  14. package/src/apis/CustomNetworksApi.cjs +1 -0
  15. package/src/apis/CustomNetworksApi.js +1 -0
  16. package/src/apis/DeeplinkUrlsApi.cjs +1 -0
  17. package/src/apis/DeeplinkUrlsApi.js +1 -0
  18. package/src/apis/EnvironmentsApi.cjs +1 -0
  19. package/src/apis/EnvironmentsApi.js +1 -0
  20. package/src/apis/EventsApi.cjs +1 -0
  21. package/src/apis/EventsApi.js +1 -0
  22. package/src/apis/ExportsApi.cjs +1 -0
  23. package/src/apis/ExportsApi.js +1 -0
  24. package/src/apis/ExternalJwtApi.cjs +1 -0
  25. package/src/apis/ExternalJwtApi.js +1 -0
  26. package/src/apis/GatesApi.cjs +1 -0
  27. package/src/apis/GatesApi.js +1 -0
  28. package/src/apis/GlobalWalletAccessControlApi.cjs +1 -0
  29. package/src/apis/GlobalWalletAccessControlApi.js +1 -0
  30. package/src/apis/GlobalWalletConnectionsApi.cjs +1 -0
  31. package/src/apis/GlobalWalletConnectionsApi.js +1 -0
  32. package/src/apis/GlobalWalletsApi.cjs +1 -0
  33. package/src/apis/GlobalWalletsApi.js +1 -0
  34. package/src/apis/InvitesApi.cjs +1 -0
  35. package/src/apis/InvitesApi.js +1 -0
  36. package/src/apis/MembersApi.cjs +1 -0
  37. package/src/apis/MembersApi.js +1 -0
  38. package/src/apis/MfaSettingsApi.cjs +1 -0
  39. package/src/apis/MfaSettingsApi.js +1 -0
  40. package/src/apis/NameServicesApi.cjs +1 -0
  41. package/src/apis/NameServicesApi.js +1 -0
  42. package/src/apis/OrganizationsApi.cjs +1 -0
  43. package/src/apis/OrganizationsApi.js +1 -0
  44. package/src/apis/OriginsApi.cjs +1 -0
  45. package/src/apis/OriginsApi.js +1 -0
  46. package/src/apis/ProjectsApi.cjs +1 -0
  47. package/src/apis/ProjectsApi.js +1 -0
  48. package/src/apis/SDKApi.cjs +192 -0
  49. package/src/apis/SDKApi.d.ts +73 -1
  50. package/src/apis/SDKApi.js +192 -0
  51. package/src/apis/SDKViewsApi.cjs +1 -0
  52. package/src/apis/SDKViewsApi.js +1 -0
  53. package/src/apis/SessionsApi.cjs +1 -0
  54. package/src/apis/SessionsApi.js +1 -0
  55. package/src/apis/SettingsApi.cjs +1 -0
  56. package/src/apis/SettingsApi.js +1 -0
  57. package/src/apis/TestAccountApi.cjs +1 -0
  58. package/src/apis/TestAccountApi.js +1 -0
  59. package/src/apis/TokensApi.cjs +1 -0
  60. package/src/apis/TokensApi.js +1 -0
  61. package/src/apis/UserApiTokensApi.cjs +1 -0
  62. package/src/apis/UserApiTokensApi.js +1 -0
  63. package/src/apis/UsersApi.cjs +1 -0
  64. package/src/apis/UsersApi.js +1 -0
  65. package/src/apis/VisitsApi.cjs +1 -0
  66. package/src/apis/VisitsApi.js +1 -0
  67. package/src/apis/WaasApi.cjs +8 -0
  68. package/src/apis/WaasApi.js +8 -0
  69. package/src/apis/WalletsApi.cjs +1 -0
  70. package/src/apis/WalletsApi.js +1 -0
  71. package/src/apis/WebhooksApi.cjs +1 -0
  72. package/src/apis/WebhooksApi.js +1 -0
  73. package/src/index.cjs +28 -0
  74. package/src/index.js +6 -0
  75. package/src/models/CoinbaseOnrampBuyUrlExperience.cjs +40 -0
  76. package/src/models/CoinbaseOnrampBuyUrlExperience.d.ts +23 -0
  77. package/src/models/CoinbaseOnrampBuyUrlExperience.js +34 -0
  78. package/src/models/CoinbaseOnrampGetBuyUrlRequest.cjs +58 -0
  79. package/src/models/CoinbaseOnrampGetBuyUrlRequest.d.ts +100 -0
  80. package/src/models/CoinbaseOnrampGetBuyUrlRequest.js +52 -0
  81. package/src/models/CoinbaseOnrampGetBuyUrlResponse.cjs +43 -0
  82. package/src/models/CoinbaseOnrampGetBuyUrlResponse.d.ts +27 -0
  83. package/src/models/CoinbaseOnrampGetBuyUrlResponse.js +37 -0
  84. package/src/models/CryptoDotComPaymentCreateRequest.cjs +50 -0
  85. package/src/models/CryptoDotComPaymentCreateRequest.d.ts +76 -0
  86. package/src/models/CryptoDotComPaymentCreateRequest.js +44 -0
  87. package/src/models/CryptoDotComPaymentResponse.cjs +71 -0
  88. package/src/models/CryptoDotComPaymentResponse.d.ts +141 -0
  89. package/src/models/CryptoDotComPaymentResponse.js +65 -0
  90. package/src/models/DynamicJwt.cjs +2 -0
  91. package/src/models/DynamicJwt.d.ts +6 -0
  92. package/src/models/DynamicJwt.js +2 -0
  93. package/src/models/ExternalAuth.d.ts +1 -1
  94. package/src/models/GeneratedTokenResponse.cjs +43 -0
  95. package/src/models/GeneratedTokenResponse.d.ts +27 -0
  96. package/src/models/GeneratedTokenResponse.js +37 -0
  97. package/src/models/MinifiedDynamicJwt.cjs +2 -0
  98. package/src/models/MinifiedDynamicJwt.d.ts +6 -0
  99. package/src/models/MinifiedDynamicJwt.js +2 -0
  100. package/src/models/TokenBalance.cjs +2 -0
  101. package/src/models/TokenBalance.d.ts +6 -0
  102. package/src/models/TokenBalance.js +2 -0
  103. package/src/models/index.d.ts +6 -0
@@ -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 GeneratedTokenResponseFromJSON(json) {
19
+ return GeneratedTokenResponseFromJSONTyped(json);
20
+ }
21
+ function GeneratedTokenResponseFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'token': json['token'],
27
+ };
28
+ }
29
+ function GeneratedTokenResponseToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'token': value.token,
38
+ };
39
+ }
40
+
41
+ exports.GeneratedTokenResponseFromJSON = GeneratedTokenResponseFromJSON;
42
+ exports.GeneratedTokenResponseFromJSONTyped = GeneratedTokenResponseFromJSONTyped;
43
+ exports.GeneratedTokenResponseToJSON = GeneratedTokenResponseToJSON;
@@ -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 GeneratedTokenResponse
16
+ */
17
+ export interface GeneratedTokenResponse {
18
+ /**
19
+ * The short-lived JWT token
20
+ * @type {string}
21
+ * @memberof GeneratedTokenResponse
22
+ */
23
+ token: string;
24
+ }
25
+ export declare function GeneratedTokenResponseFromJSON(json: any): GeneratedTokenResponse;
26
+ export declare function GeneratedTokenResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GeneratedTokenResponse;
27
+ export declare function GeneratedTokenResponseToJSON(value?: GeneratedTokenResponse | 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 GeneratedTokenResponseFromJSON(json) {
15
+ return GeneratedTokenResponseFromJSONTyped(json);
16
+ }
17
+ function GeneratedTokenResponseFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'token': json['token'],
23
+ };
24
+ }
25
+ function GeneratedTokenResponseToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'token': value.token,
34
+ };
35
+ }
36
+
37
+ export { GeneratedTokenResponseFromJSON, GeneratedTokenResponseFromJSONTyped, GeneratedTokenResponseToJSON };
@@ -29,6 +29,7 @@ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
29
29
  'email': !runtime.exists(json, 'email') ? undefined : json['email'],
30
30
  'username': !runtime.exists(json, 'username') ? undefined : json['username'],
31
31
  'serverAuth': !runtime.exists(json, 'server_auth') ? undefined : json['server_auth'],
32
+ 'hashedIp': !runtime.exists(json, 'hashed_ip') ? undefined : json['hashed_ip'],
32
33
  };
33
34
  }
34
35
  function MinifiedDynamicJwtToJSON(value) {
@@ -54,6 +55,7 @@ function MinifiedDynamicJwtToJSON(value) {
54
55
  'email': value.email,
55
56
  'username': value.username,
56
57
  'server_auth': value.serverAuth,
58
+ 'hashed_ip': value.hashedIp,
57
59
  };
58
60
  }
59
61
 
@@ -106,6 +106,12 @@ export interface MinifiedDynamicJwt {
106
106
  * @memberof MinifiedDynamicJwt
107
107
  */
108
108
  serverAuth?: boolean;
109
+ /**
110
+ * Hashed IP address
111
+ * @type {string}
112
+ * @memberof MinifiedDynamicJwt
113
+ */
114
+ hashedIp?: string;
109
115
  }
110
116
  export declare function MinifiedDynamicJwtFromJSON(json: any): MinifiedDynamicJwt;
111
117
  export declare function MinifiedDynamicJwtFromJSONTyped(json: any, ignoreDiscriminator: boolean): MinifiedDynamicJwt;
@@ -25,6 +25,7 @@ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
25
25
  'email': !exists(json, 'email') ? undefined : json['email'],
26
26
  'username': !exists(json, 'username') ? undefined : json['username'],
27
27
  'serverAuth': !exists(json, 'server_auth') ? undefined : json['server_auth'],
28
+ 'hashedIp': !exists(json, 'hashed_ip') ? undefined : json['hashed_ip'],
28
29
  };
29
30
  }
30
31
  function MinifiedDynamicJwtToJSON(value) {
@@ -50,6 +51,7 @@ function MinifiedDynamicJwtToJSON(value) {
50
51
  'email': value.email,
51
52
  'username': value.username,
52
53
  'server_auth': value.serverAuth,
54
+ 'hashed_ip': value.hashedIp,
53
55
  };
54
56
  }
55
57
 
@@ -24,6 +24,7 @@ function TokenBalanceFromJSONTyped(json, ignoreDiscriminator) {
24
24
  'price': !runtime.exists(json, 'price') ? undefined : json['price'],
25
25
  'marketValue': !runtime.exists(json, 'marketValue') ? undefined : json['marketValue'],
26
26
  'liquidityPoolSizeUsd': !runtime.exists(json, 'liquidityPoolSizeUsd') ? undefined : json['liquidityPoolSizeUsd'],
27
+ 'totalSupply': !runtime.exists(json, 'totalSupply') ? undefined : json['totalSupply'],
27
28
  'isNative': !runtime.exists(json, 'isNative') ? undefined : json['isNative'],
28
29
  };
29
30
  }
@@ -46,6 +47,7 @@ function TokenBalanceToJSON(value) {
46
47
  'price': value.price,
47
48
  'marketValue': value.marketValue,
48
49
  'liquidityPoolSizeUsd': value.liquidityPoolSizeUsd,
50
+ 'totalSupply': value.totalSupply,
49
51
  'isNative': value.isNative,
50
52
  };
51
53
  }
@@ -81,6 +81,12 @@ export interface TokenBalance {
81
81
  * @memberof TokenBalance
82
82
  */
83
83
  liquidityPoolSizeUsd?: number;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof TokenBalance
88
+ */
89
+ totalSupply?: string;
84
90
  /**
85
91
  *
86
92
  * @type {boolean}
@@ -20,6 +20,7 @@ function TokenBalanceFromJSONTyped(json, ignoreDiscriminator) {
20
20
  'price': !exists(json, 'price') ? undefined : json['price'],
21
21
  'marketValue': !exists(json, 'marketValue') ? undefined : json['marketValue'],
22
22
  'liquidityPoolSizeUsd': !exists(json, 'liquidityPoolSizeUsd') ? undefined : json['liquidityPoolSizeUsd'],
23
+ 'totalSupply': !exists(json, 'totalSupply') ? undefined : json['totalSupply'],
23
24
  'isNative': !exists(json, 'isNative') ? undefined : json['isNative'],
24
25
  };
25
26
  }
@@ -42,6 +43,7 @@ function TokenBalanceToJSON(value) {
42
43
  'price': value.price,
43
44
  'marketValue': value.marketValue,
44
45
  'liquidityPoolSizeUsd': value.liquidityPoolSizeUsd,
46
+ 'totalSupply': value.totalSupply,
45
47
  'isNative': value.isNative,
46
48
  };
47
49
  }
@@ -70,8 +70,11 @@ export * from './ChainalysisCheck';
70
70
  export * from './ChainalysisCheckResultEnum';
71
71
  export * from './ChainalysisConfiguration';
72
72
  export * from './CoinbaseMpcWalletProperties';
73
+ export * from './CoinbaseOnrampBuyUrlExperience';
73
74
  export * from './CoinbaseOnrampFee';
74
75
  export * from './CoinbaseOnrampFeeType';
76
+ export * from './CoinbaseOnrampGetBuyUrlRequest';
77
+ export * from './CoinbaseOnrampGetBuyUrlResponse';
75
78
  export * from './CoinbaseOnrampOrder';
76
79
  export * from './CoinbaseOnrampOrderCreateRequest';
77
80
  export * from './CoinbaseOnrampOrderPaymentLinkType';
@@ -103,6 +106,8 @@ export * from './CreateUserWaasWalletsRequest';
103
106
  export * from './CreateWaasAccountRequest';
104
107
  export * from './CreateWalletAccountRequest';
105
108
  export * from './CreateWalletRequest';
109
+ export * from './CryptoDotComPaymentCreateRequest';
110
+ export * from './CryptoDotComPaymentResponse';
106
111
  export * from './Currency';
107
112
  export * from './CurrencyType';
108
113
  export * from './CustomField';
@@ -206,6 +211,7 @@ export * from './GateRuleFilter';
206
211
  export * from './GateRuleType';
207
212
  export * from './GateUpdateRequest';
208
213
  export * from './GatesResponse';
214
+ export * from './GeneratedTokenResponse';
209
215
  export * from './GetPasskeyAuthenticationOptionsResponse';
210
216
  export * from './GetPasskeyRegistrationOptionsResponse';
211
217
  export * from './GetUserPasskeysResponse';