@dynamic-labs/sdk-api 0.0.868 → 0.0.870
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 +26 -6
- package/src/apis/AllowlistsApi.d.ts +26 -6
- package/src/apis/AllowlistsApi.js +26 -6
- package/src/apis/AnalyticsApi.cjs +12 -0
- package/src/apis/AnalyticsApi.d.ts +12 -0
- package/src/apis/AnalyticsApi.js +12 -0
- package/src/apis/ChainalysisApi.cjs +6 -0
- package/src/apis/ChainalysisApi.d.ts +6 -0
- package/src/apis/ChainalysisApi.js +6 -0
- package/src/apis/ChainsApi.cjs +4 -2
- package/src/apis/ChainsApi.d.ts +4 -2
- package/src/apis/ChainsApi.js +4 -2
- package/src/apis/CustomFieldsApi.cjs +14 -4
- package/src/apis/CustomFieldsApi.d.ts +14 -4
- package/src/apis/CustomFieldsApi.js +14 -4
- package/src/apis/CustomHostnamesApi.cjs +10 -4
- package/src/apis/CustomHostnamesApi.d.ts +10 -4
- package/src/apis/CustomHostnamesApi.js +10 -4
- package/src/apis/CustomNetworksApi.cjs +10 -0
- package/src/apis/CustomNetworksApi.d.ts +10 -0
- package/src/apis/CustomNetworksApi.js +10 -0
- package/src/apis/DeeplinkUrlsApi.cjs +12 -6
- package/src/apis/DeeplinkUrlsApi.d.ts +12 -6
- package/src/apis/DeeplinkUrlsApi.js +12 -6
- package/src/apis/EnvironmentsApi.cjs +20 -10
- package/src/apis/EnvironmentsApi.d.ts +20 -10
- package/src/apis/EnvironmentsApi.js +20 -10
- package/src/apis/EventsApi.cjs +8 -2
- package/src/apis/EventsApi.d.ts +8 -2
- package/src/apis/EventsApi.js +8 -2
- package/src/apis/ExportsApi.cjs +8 -0
- package/src/apis/ExportsApi.d.ts +8 -0
- package/src/apis/ExportsApi.js +8 -0
- package/src/apis/ExternalJwtApi.cjs +4 -2
- package/src/apis/ExternalJwtApi.d.ts +4 -2
- package/src/apis/ExternalJwtApi.js +4 -2
- package/src/apis/GatesApi.cjs +16 -2
- package/src/apis/GatesApi.d.ts +16 -2
- package/src/apis/GatesApi.js +16 -2
- package/src/apis/GlobalWalletAccessControlApi.cjs +22 -8
- package/src/apis/GlobalWalletAccessControlApi.d.ts +22 -8
- package/src/apis/GlobalWalletAccessControlApi.js +22 -8
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -2
- package/src/apis/GlobalWalletConnectionsApi.d.ts +4 -2
- package/src/apis/GlobalWalletConnectionsApi.js +4 -2
- package/src/apis/GlobalWalletsApi.cjs +18 -8
- package/src/apis/GlobalWalletsApi.d.ts +18 -8
- package/src/apis/GlobalWalletsApi.js +18 -8
- package/src/apis/InvitesApi.cjs +16 -6
- package/src/apis/InvitesApi.d.ts +16 -6
- package/src/apis/InvitesApi.js +16 -6
- package/src/apis/MembersApi.cjs +16 -8
- package/src/apis/MembersApi.d.ts +16 -8
- package/src/apis/MembersApi.js +16 -8
- package/src/apis/MfaApi.cjs +8 -4
- package/src/apis/MfaApi.d.ts +8 -4
- package/src/apis/MfaApi.js +8 -4
- package/src/apis/MfaSettingsApi.cjs +6 -0
- package/src/apis/MfaSettingsApi.d.ts +6 -0
- package/src/apis/MfaSettingsApi.js +6 -0
- package/src/apis/NameServicesApi.cjs +22 -10
- package/src/apis/NameServicesApi.d.ts +22 -10
- package/src/apis/NameServicesApi.js +22 -10
- package/src/apis/OrganizationsApi.cjs +34 -10
- package/src/apis/OrganizationsApi.d.ts +34 -10
- package/src/apis/OrganizationsApi.js +34 -10
- package/src/apis/OriginsApi.cjs +12 -6
- package/src/apis/OriginsApi.d.ts +12 -6
- package/src/apis/OriginsApi.js +12 -6
- package/src/apis/ProjectsApi.cjs +18 -8
- package/src/apis/ProjectsApi.d.ts +18 -8
- package/src/apis/ProjectsApi.js +18 -8
- package/src/apis/SDKApi.cjs +433 -164
- package/src/apis/SDKApi.d.ts +379 -165
- package/src/apis/SDKApi.js +433 -164
- package/src/apis/SDKViewsApi.cjs +12 -6
- package/src/apis/SDKViewsApi.d.ts +12 -6
- package/src/apis/SDKViewsApi.js +12 -6
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.d.ts +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/SettingsApi.cjs +32 -4
- package/src/apis/SettingsApi.d.ts +32 -4
- package/src/apis/SettingsApi.js +32 -4
- package/src/apis/TestAccountApi.cjs +10 -4
- package/src/apis/TestAccountApi.d.ts +10 -4
- package/src/apis/TestAccountApi.js +10 -4
- package/src/apis/TokensApi.cjs +12 -6
- package/src/apis/TokensApi.d.ts +12 -6
- package/src/apis/TokensApi.js +12 -6
- package/src/apis/UserApiTokensApi.cjs +12 -6
- package/src/apis/UserApiTokensApi.d.ts +12 -6
- package/src/apis/UserApiTokensApi.js +12 -6
- package/src/apis/UsersApi.cjs +28 -4
- package/src/apis/UsersApi.d.ts +28 -4
- package/src/apis/UsersApi.js +28 -4
- package/src/apis/VisitsApi.cjs +2 -0
- package/src/apis/VisitsApi.d.ts +2 -0
- package/src/apis/VisitsApi.js +2 -0
- package/src/apis/WaasApi.cjs +32 -4
- package/src/apis/WaasApi.d.ts +32 -4
- package/src/apis/WaasApi.js +32 -4
- package/src/apis/WalletConnectApi.cjs +2 -0
- package/src/apis/WalletConnectApi.d.ts +2 -0
- package/src/apis/WalletConnectApi.js +2 -0
- package/src/apis/WalletsApi.cjs +20 -6
- package/src/apis/WalletsApi.d.ts +20 -6
- package/src/apis/WalletsApi.js +20 -6
- package/src/apis/WebhooksApi.cjs +32 -16
- package/src/apis/WebhooksApi.d.ts +32 -16
- package/src/apis/WebhooksApi.js +32 -16
- package/src/index.cjs +8 -0
- package/src/index.js +2 -0
- package/src/models/InlineObject1.cjs +43 -0
- package/src/models/InlineObject1.d.ts +27 -0
- package/src/models/InlineObject1.js +37 -0
- package/src/models/TransactionFeeEstimateResponse.cjs +47 -0
- package/src/models/TransactionFeeEstimateResponse.d.ts +69 -0
- package/src/models/TransactionFeeEstimateResponse.js +41 -0
- package/src/models/index.d.ts +2 -0
|
@@ -52,67 +52,83 @@ export interface UpdateWebhookByIdRequest {
|
|
|
52
52
|
*/
|
|
53
53
|
export declare class WebhooksApi extends runtime.BaseAPI {
|
|
54
54
|
/**
|
|
55
|
-
* Creates a new
|
|
55
|
+
* Creates a new webhook for the specified environment.
|
|
56
|
+
* Create a webhook for the environment
|
|
56
57
|
*/
|
|
57
58
|
createWebhookRaw(requestParameters: CreateWebhookRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Webhook>>;
|
|
58
59
|
/**
|
|
59
|
-
* Creates a new
|
|
60
|
+
* Creates a new webhook for the specified environment.
|
|
61
|
+
* Create a webhook for the environment
|
|
60
62
|
*/
|
|
61
63
|
createWebhook(requestParameters: CreateWebhookRequest, initOverrides?: RequestInit): Promise<Webhook>;
|
|
62
64
|
/**
|
|
63
|
-
*
|
|
65
|
+
* Permanently removes the specified webhook.
|
|
66
|
+
* Delete a webhook by ID
|
|
64
67
|
*/
|
|
65
68
|
deleteWebhookByIdRaw(requestParameters: DeleteWebhookByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
66
69
|
/**
|
|
67
|
-
*
|
|
70
|
+
* Permanently removes the specified webhook.
|
|
71
|
+
* Delete a webhook by ID
|
|
68
72
|
*/
|
|
69
73
|
deleteWebhookById(requestParameters: DeleteWebhookByIdRequest, initOverrides?: RequestInit): Promise<void>;
|
|
70
74
|
/**
|
|
71
|
-
*
|
|
75
|
+
* Returns a single webhook by its unique identifier.
|
|
76
|
+
* Get a webhook by ID
|
|
72
77
|
*/
|
|
73
78
|
getWebhookRaw(requestParameters: GetWebhookRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Webhook>>;
|
|
74
79
|
/**
|
|
75
|
-
*
|
|
80
|
+
* Returns a single webhook by its unique identifier.
|
|
81
|
+
* Get a webhook by ID
|
|
76
82
|
*/
|
|
77
83
|
getWebhook(requestParameters: GetWebhookRequest, initOverrides?: RequestInit): Promise<Webhook>;
|
|
78
84
|
/**
|
|
79
|
-
*
|
|
85
|
+
* Returns the delivery attempts for the specified webhook message.
|
|
86
|
+
* Get message deliveries for a webhook
|
|
80
87
|
*/
|
|
81
88
|
getWebhookMessageDeliveriesRaw(requestParameters: GetWebhookMessageDeliveriesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WebhookMessagesResponse>>;
|
|
82
89
|
/**
|
|
83
|
-
*
|
|
90
|
+
* Returns the delivery attempts for the specified webhook message.
|
|
91
|
+
* Get message deliveries for a webhook
|
|
84
92
|
*/
|
|
85
93
|
getWebhookMessageDeliveries(requestParameters: GetWebhookMessageDeliveriesRequest, initOverrides?: RequestInit): Promise<WebhookMessagesResponse>;
|
|
86
94
|
/**
|
|
87
|
-
*
|
|
95
|
+
* Returns the messages for the specified webhook.
|
|
96
|
+
* Get messages for a webhook
|
|
88
97
|
*/
|
|
89
98
|
getWebhookMessagesRaw(requestParameters: GetWebhookMessagesRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WebhookMessagesResponse>>;
|
|
90
99
|
/**
|
|
91
|
-
*
|
|
100
|
+
* Returns the messages for the specified webhook.
|
|
101
|
+
* Get messages for a webhook
|
|
92
102
|
*/
|
|
93
103
|
getWebhookMessages(requestParameters: GetWebhookMessagesRequest, initOverrides?: RequestInit): Promise<WebhookMessagesResponse>;
|
|
94
104
|
/**
|
|
95
|
-
*
|
|
105
|
+
* Returns the webhooks for the specified environment.
|
|
106
|
+
* Get webhooks for the environment
|
|
96
107
|
*/
|
|
97
108
|
getWebhooksRaw(requestParameters: GetWebhooksRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WebhooksResponse>>;
|
|
98
109
|
/**
|
|
99
|
-
*
|
|
110
|
+
* Returns the webhooks for the specified environment.
|
|
111
|
+
* Get webhooks for the environment
|
|
100
112
|
*/
|
|
101
113
|
getWebhooks(requestParameters: GetWebhooksRequest, initOverrides?: RequestInit): Promise<WebhooksResponse>;
|
|
102
114
|
/**
|
|
103
|
-
*
|
|
115
|
+
* Redelivers the specified webhook message.
|
|
116
|
+
* Redeliver a webhook message
|
|
104
117
|
*/
|
|
105
118
|
redeliverWebhookMessageRaw(requestParameters: RedeliverWebhookMessageRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WebhookMessageRedeliveryResponse>>;
|
|
106
119
|
/**
|
|
107
|
-
*
|
|
120
|
+
* Redelivers the specified webhook message.
|
|
121
|
+
* Redeliver a webhook message
|
|
108
122
|
*/
|
|
109
123
|
redeliverWebhookMessage(requestParameters: RedeliverWebhookMessageRequest, initOverrides?: RequestInit): Promise<WebhookMessageRedeliveryResponse>;
|
|
110
124
|
/**
|
|
111
|
-
*
|
|
125
|
+
* Updates the specified webhook.
|
|
126
|
+
* Update a webhook by ID
|
|
112
127
|
*/
|
|
113
128
|
updateWebhookByIdRaw(requestParameters: UpdateWebhookByIdRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<Webhook>>;
|
|
114
129
|
/**
|
|
115
|
-
*
|
|
130
|
+
* Updates the specified webhook.
|
|
131
|
+
* Update a webhook by ID
|
|
116
132
|
*/
|
|
117
133
|
updateWebhookById(requestParameters: UpdateWebhookByIdRequest, initOverrides?: RequestInit): Promise<Webhook>;
|
|
118
134
|
}
|
package/src/apis/WebhooksApi.js
CHANGED
|
@@ -106,7 +106,8 @@ import { WebhooksResponseFromJSON } from '../models/WebhooksResponse.js';
|
|
|
106
106
|
*/
|
|
107
107
|
class WebhooksApi extends BaseAPI {
|
|
108
108
|
/**
|
|
109
|
-
* Creates a new
|
|
109
|
+
* Creates a new webhook for the specified environment.
|
|
110
|
+
* Create a webhook for the environment
|
|
110
111
|
*/
|
|
111
112
|
createWebhookRaw(requestParameters, initOverrides) {
|
|
112
113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -130,7 +131,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
130
131
|
});
|
|
131
132
|
}
|
|
132
133
|
/**
|
|
133
|
-
* Creates a new
|
|
134
|
+
* Creates a new webhook for the specified environment.
|
|
135
|
+
* Create a webhook for the environment
|
|
134
136
|
*/
|
|
135
137
|
createWebhook(requestParameters, initOverrides) {
|
|
136
138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -139,7 +141,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
139
141
|
});
|
|
140
142
|
}
|
|
141
143
|
/**
|
|
142
|
-
*
|
|
144
|
+
* Permanently removes the specified webhook.
|
|
145
|
+
* Delete a webhook by ID
|
|
143
146
|
*/
|
|
144
147
|
deleteWebhookByIdRaw(requestParameters, initOverrides) {
|
|
145
148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -161,7 +164,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
161
164
|
});
|
|
162
165
|
}
|
|
163
166
|
/**
|
|
164
|
-
*
|
|
167
|
+
* Permanently removes the specified webhook.
|
|
168
|
+
* Delete a webhook by ID
|
|
165
169
|
*/
|
|
166
170
|
deleteWebhookById(requestParameters, initOverrides) {
|
|
167
171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -169,7 +173,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
169
173
|
});
|
|
170
174
|
}
|
|
171
175
|
/**
|
|
172
|
-
*
|
|
176
|
+
* Returns a single webhook by its unique identifier.
|
|
177
|
+
* Get a webhook by ID
|
|
173
178
|
*/
|
|
174
179
|
getWebhookRaw(requestParameters, initOverrides) {
|
|
175
180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -194,7 +199,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
194
199
|
});
|
|
195
200
|
}
|
|
196
201
|
/**
|
|
197
|
-
*
|
|
202
|
+
* Returns a single webhook by its unique identifier.
|
|
203
|
+
* Get a webhook by ID
|
|
198
204
|
*/
|
|
199
205
|
getWebhook(requestParameters, initOverrides) {
|
|
200
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -203,7 +209,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
203
209
|
});
|
|
204
210
|
}
|
|
205
211
|
/**
|
|
206
|
-
*
|
|
212
|
+
* Returns the delivery attempts for the specified webhook message.
|
|
213
|
+
* Get message deliveries for a webhook
|
|
207
214
|
*/
|
|
208
215
|
getWebhookMessageDeliveriesRaw(requestParameters, initOverrides) {
|
|
209
216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -228,7 +235,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
228
235
|
});
|
|
229
236
|
}
|
|
230
237
|
/**
|
|
231
|
-
*
|
|
238
|
+
* Returns the delivery attempts for the specified webhook message.
|
|
239
|
+
* Get message deliveries for a webhook
|
|
232
240
|
*/
|
|
233
241
|
getWebhookMessageDeliveries(requestParameters, initOverrides) {
|
|
234
242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -237,7 +245,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
237
245
|
});
|
|
238
246
|
}
|
|
239
247
|
/**
|
|
240
|
-
*
|
|
248
|
+
* Returns the messages for the specified webhook.
|
|
249
|
+
* Get messages for a webhook
|
|
241
250
|
*/
|
|
242
251
|
getWebhookMessagesRaw(requestParameters, initOverrides) {
|
|
243
252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -262,7 +271,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
262
271
|
});
|
|
263
272
|
}
|
|
264
273
|
/**
|
|
265
|
-
*
|
|
274
|
+
* Returns the messages for the specified webhook.
|
|
275
|
+
* Get messages for a webhook
|
|
266
276
|
*/
|
|
267
277
|
getWebhookMessages(requestParameters, initOverrides) {
|
|
268
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -271,7 +281,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
271
281
|
});
|
|
272
282
|
}
|
|
273
283
|
/**
|
|
274
|
-
*
|
|
284
|
+
* Returns the webhooks for the specified environment.
|
|
285
|
+
* Get webhooks for the environment
|
|
275
286
|
*/
|
|
276
287
|
getWebhooksRaw(requestParameters, initOverrides) {
|
|
277
288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -290,7 +301,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
290
301
|
});
|
|
291
302
|
}
|
|
292
303
|
/**
|
|
293
|
-
*
|
|
304
|
+
* Returns the webhooks for the specified environment.
|
|
305
|
+
* Get webhooks for the environment
|
|
294
306
|
*/
|
|
295
307
|
getWebhooks(requestParameters, initOverrides) {
|
|
296
308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -299,7 +311,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
299
311
|
});
|
|
300
312
|
}
|
|
301
313
|
/**
|
|
302
|
-
*
|
|
314
|
+
* Redelivers the specified webhook message.
|
|
315
|
+
* Redeliver a webhook message
|
|
303
316
|
*/
|
|
304
317
|
redeliverWebhookMessageRaw(requestParameters, initOverrides) {
|
|
305
318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -324,7 +337,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
324
337
|
});
|
|
325
338
|
}
|
|
326
339
|
/**
|
|
327
|
-
*
|
|
340
|
+
* Redelivers the specified webhook message.
|
|
341
|
+
* Redeliver a webhook message
|
|
328
342
|
*/
|
|
329
343
|
redeliverWebhookMessage(requestParameters, initOverrides) {
|
|
330
344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -333,7 +347,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
333
347
|
});
|
|
334
348
|
}
|
|
335
349
|
/**
|
|
336
|
-
*
|
|
350
|
+
* Updates the specified webhook.
|
|
351
|
+
* Update a webhook by ID
|
|
337
352
|
*/
|
|
338
353
|
updateWebhookByIdRaw(requestParameters, initOverrides) {
|
|
339
354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -360,7 +375,8 @@ class WebhooksApi extends BaseAPI {
|
|
|
360
375
|
});
|
|
361
376
|
}
|
|
362
377
|
/**
|
|
363
|
-
*
|
|
378
|
+
* Updates the specified webhook.
|
|
379
|
+
* Update a webhook by ID
|
|
364
380
|
*/
|
|
365
381
|
updateWebhookById(requestParameters, initOverrides) {
|
|
366
382
|
return __awaiter(this, void 0, void 0, function* () {
|
package/src/index.cjs
CHANGED
|
@@ -280,6 +280,7 @@ var InitEmailAuthResponse = require('./models/InitEmailAuthResponse.cjs');
|
|
|
280
280
|
var InitPasskeyRecoveryRequest = require('./models/InitPasskeyRecoveryRequest.cjs');
|
|
281
281
|
var InitPasskeyRecoveryResponse = require('./models/InitPasskeyRecoveryResponse.cjs');
|
|
282
282
|
var InlineObject = require('./models/InlineObject.cjs');
|
|
283
|
+
var InlineObject1 = require('./models/InlineObject1.cjs');
|
|
283
284
|
var InlineResponse200 = require('./models/InlineResponse200.cjs');
|
|
284
285
|
var InlineResponse201 = require('./models/InlineResponse201.cjs');
|
|
285
286
|
var InlineResponse400 = require('./models/InlineResponse400.cjs');
|
|
@@ -536,6 +537,7 @@ var TokenWithRaw = require('./models/TokenWithRaw.cjs');
|
|
|
536
537
|
var TokenWithRawProjectEnvironment = require('./models/TokenWithRawProjectEnvironment.cjs');
|
|
537
538
|
var TokensResponse = require('./models/TokensResponse.cjs');
|
|
538
539
|
var TooManyRequests = require('./models/TooManyRequests.cjs');
|
|
540
|
+
var TransactionFeeEstimateResponse = require('./models/TransactionFeeEstimateResponse.cjs');
|
|
539
541
|
var TransferDestination = require('./models/TransferDestination.cjs');
|
|
540
542
|
var TransferDestinationResponse = require('./models/TransferDestinationResponse.cjs');
|
|
541
543
|
var TurnkeyCreateWalletAccountsRequestBody = require('./models/TurnkeyCreateWalletAccountsRequestBody.cjs');
|
|
@@ -1588,6 +1590,9 @@ exports.InitPasskeyRecoveryResponseToJSON = InitPasskeyRecoveryResponse.InitPass
|
|
|
1588
1590
|
exports.InlineObjectFromJSON = InlineObject.InlineObjectFromJSON;
|
|
1589
1591
|
exports.InlineObjectFromJSONTyped = InlineObject.InlineObjectFromJSONTyped;
|
|
1590
1592
|
exports.InlineObjectToJSON = InlineObject.InlineObjectToJSON;
|
|
1593
|
+
exports.InlineObject1FromJSON = InlineObject1.InlineObject1FromJSON;
|
|
1594
|
+
exports.InlineObject1FromJSONTyped = InlineObject1.InlineObject1FromJSONTyped;
|
|
1595
|
+
exports.InlineObject1ToJSON = InlineObject1.InlineObject1ToJSON;
|
|
1591
1596
|
exports.InlineResponse200FromJSON = InlineResponse200.InlineResponse200FromJSON;
|
|
1592
1597
|
exports.InlineResponse200FromJSONTyped = InlineResponse200.InlineResponse200FromJSONTyped;
|
|
1593
1598
|
exports.InlineResponse200ToJSON = InlineResponse200.InlineResponse200ToJSON;
|
|
@@ -2500,6 +2505,9 @@ exports.TokensResponseToJSON = TokensResponse.TokensResponseToJSON;
|
|
|
2500
2505
|
exports.TooManyRequestsFromJSON = TooManyRequests.TooManyRequestsFromJSON;
|
|
2501
2506
|
exports.TooManyRequestsFromJSONTyped = TooManyRequests.TooManyRequestsFromJSONTyped;
|
|
2502
2507
|
exports.TooManyRequestsToJSON = TooManyRequests.TooManyRequestsToJSON;
|
|
2508
|
+
exports.TransactionFeeEstimateResponseFromJSON = TransactionFeeEstimateResponse.TransactionFeeEstimateResponseFromJSON;
|
|
2509
|
+
exports.TransactionFeeEstimateResponseFromJSONTyped = TransactionFeeEstimateResponse.TransactionFeeEstimateResponseFromJSONTyped;
|
|
2510
|
+
exports.TransactionFeeEstimateResponseToJSON = TransactionFeeEstimateResponse.TransactionFeeEstimateResponseToJSON;
|
|
2503
2511
|
exports.TransferDestinationFromJSON = TransferDestination.TransferDestinationFromJSON;
|
|
2504
2512
|
exports.TransferDestinationFromJSONTyped = TransferDestination.TransferDestinationFromJSONTyped;
|
|
2505
2513
|
exports.TransferDestinationToJSON = TransferDestination.TransferDestinationToJSON;
|
package/src/index.js
CHANGED
|
@@ -276,6 +276,7 @@ export { InitEmailAuthResponseFromJSON, InitEmailAuthResponseFromJSONTyped, Init
|
|
|
276
276
|
export { InitPasskeyRecoveryRequestFromJSON, InitPasskeyRecoveryRequestFromJSONTyped, InitPasskeyRecoveryRequestToJSON } from './models/InitPasskeyRecoveryRequest.js';
|
|
277
277
|
export { InitPasskeyRecoveryResponseFromJSON, InitPasskeyRecoveryResponseFromJSONTyped, InitPasskeyRecoveryResponseToJSON } from './models/InitPasskeyRecoveryResponse.js';
|
|
278
278
|
export { InlineObjectFromJSON, InlineObjectFromJSONTyped, InlineObjectToJSON } from './models/InlineObject.js';
|
|
279
|
+
export { InlineObject1FromJSON, InlineObject1FromJSONTyped, InlineObject1ToJSON } from './models/InlineObject1.js';
|
|
279
280
|
export { InlineResponse200FromJSON, InlineResponse200FromJSONTyped, InlineResponse200ToJSON } from './models/InlineResponse200.js';
|
|
280
281
|
export { InlineResponse201FromJSON, InlineResponse201FromJSONTyped, InlineResponse201ToJSON } from './models/InlineResponse201.js';
|
|
281
282
|
export { InlineResponse400FromJSON, InlineResponse400FromJSONTyped, InlineResponse400ToJSON } from './models/InlineResponse400.js';
|
|
@@ -532,6 +533,7 @@ export { TokenWithRawFromJSON, TokenWithRawFromJSONTyped, TokenWithRawToJSON } f
|
|
|
532
533
|
export { TokenWithRawProjectEnvironmentFromJSON, TokenWithRawProjectEnvironmentFromJSONTyped, TokenWithRawProjectEnvironmentToJSON } from './models/TokenWithRawProjectEnvironment.js';
|
|
533
534
|
export { TokensResponseFromJSON, TokensResponseFromJSONTyped, TokensResponseToJSON } from './models/TokensResponse.js';
|
|
534
535
|
export { TooManyRequestsFromJSON, TooManyRequestsFromJSONTyped, TooManyRequestsToJSON } from './models/TooManyRequests.js';
|
|
536
|
+
export { TransactionFeeEstimateResponseFromJSON, TransactionFeeEstimateResponseFromJSONTyped, TransactionFeeEstimateResponseToJSON } from './models/TransactionFeeEstimateResponse.js';
|
|
535
537
|
export { TransferDestinationFromJSON, TransferDestinationFromJSONTyped, TransferDestinationToJSON } from './models/TransferDestination.js';
|
|
536
538
|
export { TransferDestinationResponseFromJSON, TransferDestinationResponseFromJSONTyped, TransferDestinationResponseToJSON } from './models/TransferDestinationResponse.js';
|
|
537
539
|
export { TurnkeyCreateWalletAccountsRequestBodyFromJSON, TurnkeyCreateWalletAccountsRequestBodyFromJSONTyped, TurnkeyCreateWalletAccountsRequestBodyToJSON } from './models/TurnkeyCreateWalletAccountsRequestBody.js';
|
|
@@ -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 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;
|
|
@@ -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 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;
|
|
@@ -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 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 };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('../runtime.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function TransactionFeeEstimateResponseFromJSON(json) {
|
|
9
|
+
return TransactionFeeEstimateResponseFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function TransactionFeeEstimateResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'estimatedFee': json['estimatedFee'],
|
|
17
|
+
'currency': json['currency'],
|
|
18
|
+
'decimals': json['decimals'],
|
|
19
|
+
'units': !runtime.exists(json, 'units') ? undefined : json['units'],
|
|
20
|
+
'unitPrice': !runtime.exists(json, 'unitPrice') ? undefined : json['unitPrice'],
|
|
21
|
+
'baseFee': !runtime.exists(json, 'baseFee') ? undefined : json['baseFee'],
|
|
22
|
+
'priorityFee': !runtime.exists(json, 'priorityFee') ? undefined : json['priorityFee'],
|
|
23
|
+
'maxFee': !runtime.exists(json, 'maxFee') ? undefined : json['maxFee'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
function TransactionFeeEstimateResponseToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'estimatedFee': value.estimatedFee,
|
|
35
|
+
'currency': value.currency,
|
|
36
|
+
'decimals': value.decimals,
|
|
37
|
+
'units': value.units,
|
|
38
|
+
'unitPrice': value.unitPrice,
|
|
39
|
+
'baseFee': value.baseFee,
|
|
40
|
+
'priorityFee': value.priorityFee,
|
|
41
|
+
'maxFee': value.maxFee,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
exports.TransactionFeeEstimateResponseFromJSON = TransactionFeeEstimateResponseFromJSON;
|
|
46
|
+
exports.TransactionFeeEstimateResponseFromJSONTyped = TransactionFeeEstimateResponseFromJSONTyped;
|
|
47
|
+
exports.TransactionFeeEstimateResponseToJSON = TransactionFeeEstimateResponseToJSON;
|
|
@@ -0,0 +1,69 @@
|
|
|
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 TransactionFeeEstimateResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface TransactionFeeEstimateResponse {
|
|
18
|
+
/**
|
|
19
|
+
* Total estimated fee in the smallest unit of the native currency
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TransactionFeeEstimateResponse
|
|
22
|
+
*/
|
|
23
|
+
estimatedFee: string;
|
|
24
|
+
/**
|
|
25
|
+
* Native currency symbol (ETH, SOL, BTC, SUI, etc.)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TransactionFeeEstimateResponse
|
|
28
|
+
*/
|
|
29
|
+
currency: string;
|
|
30
|
+
/**
|
|
31
|
+
* Number of decimals for the native currency
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof TransactionFeeEstimateResponse
|
|
34
|
+
*/
|
|
35
|
+
decimals: number;
|
|
36
|
+
/**
|
|
37
|
+
* Estimated units of compute/space required (gas, compute units, vBytes, etc.)
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof TransactionFeeEstimateResponse
|
|
40
|
+
*/
|
|
41
|
+
units?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Price per unit in the smallest denomination
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof TransactionFeeEstimateResponse
|
|
46
|
+
*/
|
|
47
|
+
unitPrice?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Base fee component
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof TransactionFeeEstimateResponse
|
|
52
|
+
*/
|
|
53
|
+
baseFee?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Priority/tip fee component
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof TransactionFeeEstimateResponse
|
|
58
|
+
*/
|
|
59
|
+
priorityFee?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Maximum possible fee (for chains with variable pricing)
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof TransactionFeeEstimateResponse
|
|
64
|
+
*/
|
|
65
|
+
maxFee?: string;
|
|
66
|
+
}
|
|
67
|
+
export declare function TransactionFeeEstimateResponseFromJSON(json: any): TransactionFeeEstimateResponse;
|
|
68
|
+
export declare function TransactionFeeEstimateResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionFeeEstimateResponse;
|
|
69
|
+
export declare function TransactionFeeEstimateResponseToJSON(value?: TransactionFeeEstimateResponse | null): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function TransactionFeeEstimateResponseFromJSON(json) {
|
|
5
|
+
return TransactionFeeEstimateResponseFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function TransactionFeeEstimateResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'estimatedFee': json['estimatedFee'],
|
|
13
|
+
'currency': json['currency'],
|
|
14
|
+
'decimals': json['decimals'],
|
|
15
|
+
'units': !exists(json, 'units') ? undefined : json['units'],
|
|
16
|
+
'unitPrice': !exists(json, 'unitPrice') ? undefined : json['unitPrice'],
|
|
17
|
+
'baseFee': !exists(json, 'baseFee') ? undefined : json['baseFee'],
|
|
18
|
+
'priorityFee': !exists(json, 'priorityFee') ? undefined : json['priorityFee'],
|
|
19
|
+
'maxFee': !exists(json, 'maxFee') ? undefined : json['maxFee'],
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
function TransactionFeeEstimateResponseToJSON(value) {
|
|
23
|
+
if (value === undefined) {
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
26
|
+
if (value === null) {
|
|
27
|
+
return null;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'estimatedFee': value.estimatedFee,
|
|
31
|
+
'currency': value.currency,
|
|
32
|
+
'decimals': value.decimals,
|
|
33
|
+
'units': value.units,
|
|
34
|
+
'unitPrice': value.unitPrice,
|
|
35
|
+
'baseFee': value.baseFee,
|
|
36
|
+
'priorityFee': value.priorityFee,
|
|
37
|
+
'maxFee': value.maxFee,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { TransactionFeeEstimateResponseFromJSON, TransactionFeeEstimateResponseFromJSONTyped, TransactionFeeEstimateResponseToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -238,6 +238,7 @@ export * from './InitEmailAuthResponse';
|
|
|
238
238
|
export * from './InitPasskeyRecoveryRequest';
|
|
239
239
|
export * from './InitPasskeyRecoveryResponse';
|
|
240
240
|
export * from './InlineObject';
|
|
241
|
+
export * from './InlineObject1';
|
|
241
242
|
export * from './InlineResponse200';
|
|
242
243
|
export * from './InlineResponse201';
|
|
243
244
|
export * from './InlineResponse400';
|
|
@@ -494,6 +495,7 @@ export * from './TokenWithRaw';
|
|
|
494
495
|
export * from './TokenWithRawProjectEnvironment';
|
|
495
496
|
export * from './TokensResponse';
|
|
496
497
|
export * from './TooManyRequests';
|
|
498
|
+
export * from './TransactionFeeEstimateResponse';
|
|
497
499
|
export * from './TransferDestination';
|
|
498
500
|
export * from './TransferDestinationResponse';
|
|
499
501
|
export * from './TurnkeyCreateWalletAccountsRequestBody';
|