@coinbase/cdp-api-client 0.0.89 → 0.0.90
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/dist/esm/index.js +203 -200
- package/dist/esm/index10.js +1 -1
- package/dist/esm/index12.js +38 -7
- package/dist/esm/index14.js +67 -375
- package/dist/esm/index15.js +34 -835
- package/dist/esm/index16.js +20 -38
- package/dist/esm/index17.js +8 -2
- package/dist/esm/index18.js +2 -70
- package/dist/esm/index19.js +373 -30
- package/dist/esm/index20.js +835 -20
- package/dist/esm/index21.js +2 -2
- package/dist/esm/index22.js +2 -2
- package/dist/esm/index23.js +2 -2
- package/dist/esm/index3.js +1 -1
- package/dist/esm/index4.js +1 -1
- package/dist/esm/index5.js +58 -50
- package/dist/esm/index6.js +288 -273
- package/dist/types/index.d.ts +38 -15
- package/package.json +1 -1
package/dist/esm/index6.js
CHANGED
|
@@ -2,7 +2,7 @@ const e = {
|
|
|
2
2
|
prime: "prime",
|
|
3
3
|
business: "business",
|
|
4
4
|
cdp: "cdp"
|
|
5
|
-
},
|
|
5
|
+
}, t = {
|
|
6
6
|
already_exists: "already_exists",
|
|
7
7
|
bad_gateway: "bad_gateway",
|
|
8
8
|
faucet_limit_exceeded: "faucet_limit_exceeded",
|
|
@@ -15,6 +15,8 @@ const e = {
|
|
|
15
15
|
malformed_transaction: "malformed_transaction",
|
|
16
16
|
not_found: "not_found",
|
|
17
17
|
payment_method_required: "payment_method_required",
|
|
18
|
+
payment_required: "payment_required",
|
|
19
|
+
settlement_failed: "settlement_failed",
|
|
18
20
|
rate_limit_exceeded: "rate_limit_exceeded",
|
|
19
21
|
request_canceled: "request_canceled",
|
|
20
22
|
service_unavailable: "service_unavailable",
|
|
@@ -57,7 +59,7 @@ const e = {
|
|
|
57
59
|
order_quote_expired: "order_quote_expired",
|
|
58
60
|
order_already_filled: "order_already_filled",
|
|
59
61
|
order_already_canceled: "order_already_canceled"
|
|
60
|
-
},
|
|
62
|
+
}, a = {
|
|
61
63
|
unlinked: "unlinked",
|
|
62
64
|
pending: "pending",
|
|
63
65
|
linked: "linked"
|
|
@@ -150,25 +152,30 @@ const e = {
|
|
|
150
152
|
goodUntilDateTime: "goodUntilDateTime",
|
|
151
153
|
immediateOrCancel: "immediateOrCancel",
|
|
152
154
|
fillOrKill: "fillOrKill"
|
|
153
|
-
},
|
|
155
|
+
}, E = {
|
|
154
156
|
trading: "trading",
|
|
155
157
|
network: "network",
|
|
156
158
|
other: "other"
|
|
157
|
-
},
|
|
158
|
-
|
|
159
|
+
}, A = {
|
|
160
|
+
insufficient_balance: "insufficient_balance",
|
|
161
|
+
no_liquidity: "no_liquidity",
|
|
162
|
+
market_unavailable: "market_unavailable",
|
|
163
|
+
internal_error: "internal_error"
|
|
159
164
|
}, h = {
|
|
160
|
-
|
|
165
|
+
email: "email"
|
|
161
166
|
}, S = {
|
|
162
|
-
|
|
167
|
+
sms: "sms"
|
|
163
168
|
}, b = {
|
|
169
|
+
jwt: "jwt"
|
|
170
|
+
}, R = {
|
|
164
171
|
google: "google",
|
|
165
172
|
apple: "apple",
|
|
166
173
|
x: "x",
|
|
167
174
|
telegram: "telegram"
|
|
168
|
-
},
|
|
175
|
+
}, O = {
|
|
169
176
|
team_member: "team_member",
|
|
170
177
|
api_key: "api_key"
|
|
171
|
-
},
|
|
178
|
+
}, k = {
|
|
172
179
|
create_api_key: "create_api_key",
|
|
173
180
|
read_api_key: "read_api_key",
|
|
174
181
|
update_api_key: "update_api_key",
|
|
@@ -194,10 +201,10 @@ const e = {
|
|
|
194
201
|
manage_billing: "manage_billing",
|
|
195
202
|
view_audit_logs: "view_audit_logs",
|
|
196
203
|
manage_all: "manage_all"
|
|
197
|
-
},
|
|
204
|
+
}, P = {
|
|
198
205
|
business: "business",
|
|
199
206
|
prime: "prime"
|
|
200
|
-
},
|
|
207
|
+
}, N = {
|
|
201
208
|
admin: "admin",
|
|
202
209
|
owner: "owner"
|
|
203
210
|
}, C = {
|
|
@@ -206,9 +213,9 @@ const e = {
|
|
|
206
213
|
rejected: "rejected",
|
|
207
214
|
canceled: "canceled",
|
|
208
215
|
expired: "expired"
|
|
209
|
-
}, N = {
|
|
210
|
-
transfers: "transfers"
|
|
211
216
|
}, D = {
|
|
217
|
+
transfers: "transfers"
|
|
218
|
+
}, I = {
|
|
212
219
|
daily: "daily",
|
|
213
220
|
weekly: "weekly",
|
|
214
221
|
monthly: "monthly"
|
|
@@ -216,7 +223,7 @@ const e = {
|
|
|
216
223
|
csv: "csv",
|
|
217
224
|
json: "json",
|
|
218
225
|
pdf: "pdf"
|
|
219
|
-
},
|
|
226
|
+
}, U = {
|
|
220
227
|
transferID: "transferID",
|
|
221
228
|
status: "status",
|
|
222
229
|
sourceType: "sourceType",
|
|
@@ -240,43 +247,43 @@ const e = {
|
|
|
240
247
|
createdAt: "createdAt",
|
|
241
248
|
updatedAt: "updatedAt",
|
|
242
249
|
metadata: "metadata"
|
|
243
|
-
}, U = {
|
|
244
|
-
sftp: "sftp"
|
|
245
250
|
}, F = {
|
|
246
251
|
sftp: "sftp"
|
|
247
252
|
}, M = {
|
|
253
|
+
sftp: "sftp"
|
|
254
|
+
}, q = {
|
|
248
255
|
processing: "processing",
|
|
249
256
|
completed: "completed",
|
|
250
257
|
failed: "failed",
|
|
251
258
|
canceled: "canceled"
|
|
252
|
-
},
|
|
259
|
+
}, L = {
|
|
253
260
|
oneTime: "oneTime",
|
|
254
261
|
recurring: "recurring"
|
|
255
|
-
},
|
|
262
|
+
}, j = {
|
|
256
263
|
completed: "completed",
|
|
257
264
|
failed: "failed"
|
|
258
|
-
}, j = {
|
|
259
|
-
sftp: "sftp"
|
|
260
265
|
}, z = {
|
|
266
|
+
sftp: "sftp"
|
|
267
|
+
}, Y = {
|
|
261
268
|
ed25519: "ed25519",
|
|
262
269
|
rsa4096: "rsa4096"
|
|
263
|
-
},
|
|
270
|
+
}, V = {
|
|
264
271
|
ios: "ios",
|
|
265
272
|
android: "android"
|
|
266
|
-
},
|
|
273
|
+
}, G = {
|
|
267
274
|
ios: "ios",
|
|
268
275
|
android: "android"
|
|
269
276
|
}, K = {
|
|
270
277
|
ios: "ios"
|
|
271
|
-
},
|
|
278
|
+
}, W = {
|
|
272
279
|
email: "email"
|
|
273
|
-
},
|
|
280
|
+
}, X = {
|
|
274
281
|
sms: "sms"
|
|
275
|
-
},
|
|
282
|
+
}, B = {
|
|
276
283
|
"verify-otp": "verify-otp"
|
|
277
284
|
}, H = {
|
|
278
285
|
"verify-otp": "verify-otp"
|
|
279
|
-
},
|
|
286
|
+
}, Z = {
|
|
280
287
|
"base-sepolia": "base-sepolia",
|
|
281
288
|
base: "base",
|
|
282
289
|
arbitrum: "arbitrum",
|
|
@@ -285,6 +292,11 @@ const e = {
|
|
|
285
292
|
ethereum: "ethereum",
|
|
286
293
|
"ethereum-sepolia": "ethereum-sepolia"
|
|
287
294
|
}, J = {
|
|
295
|
+
CURRENT: "CURRENT",
|
|
296
|
+
NOT_DELEGATED: "NOT_DELEGATED",
|
|
297
|
+
WRONG_PROXY: "WRONG_PROXY",
|
|
298
|
+
NOT_INITIALIZED: "NOT_INITIALIZED"
|
|
299
|
+
}, Q = {
|
|
288
300
|
"base-sepolia": "base-sepolia",
|
|
289
301
|
base: "base",
|
|
290
302
|
arbitrum: "arbitrum",
|
|
@@ -295,14 +307,14 @@ const e = {
|
|
|
295
307
|
avalanche: "avalanche",
|
|
296
308
|
ethereum: "ethereum",
|
|
297
309
|
"ethereum-sepolia": "ethereum-sepolia"
|
|
298
|
-
},
|
|
310
|
+
}, $ = {
|
|
299
311
|
pending: "pending",
|
|
300
312
|
signed: "signed",
|
|
301
313
|
broadcast: "broadcast",
|
|
302
314
|
complete: "complete",
|
|
303
315
|
dropped: "dropped",
|
|
304
316
|
failed: "failed"
|
|
305
|
-
},
|
|
317
|
+
}, ee = {
|
|
306
318
|
base: "base",
|
|
307
319
|
"base-sepolia": "base-sepolia",
|
|
308
320
|
ethereum: "ethereum",
|
|
@@ -311,91 +323,92 @@ const e = {
|
|
|
311
323
|
arbitrum: "arbitrum",
|
|
312
324
|
avalanche: "avalanche",
|
|
313
325
|
polygon: "polygon"
|
|
314
|
-
},
|
|
326
|
+
}, te = {
|
|
315
327
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
316
328
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
317
|
-
},
|
|
329
|
+
}, ae = {
|
|
318
330
|
ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
|
|
319
331
|
ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
|
|
320
332
|
ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
|
|
321
333
|
ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
|
|
322
334
|
ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
|
|
323
|
-
},
|
|
335
|
+
}, ne = {
|
|
324
336
|
totp: "totp",
|
|
325
337
|
sms: "sms"
|
|
326
|
-
},
|
|
338
|
+
}, ie = {
|
|
327
339
|
totp: "totp"
|
|
328
|
-
},
|
|
340
|
+
}, _e = {
|
|
329
341
|
sms: "sms"
|
|
330
|
-
},
|
|
342
|
+
}, oe = {
|
|
331
343
|
base: "base",
|
|
332
344
|
ethereum: "ethereum",
|
|
333
345
|
arbitrum: "arbitrum",
|
|
334
|
-
optimism: "optimism"
|
|
335
|
-
|
|
346
|
+
optimism: "optimism",
|
|
347
|
+
polygon: "polygon"
|
|
348
|
+
}, re = {
|
|
336
349
|
base: "base",
|
|
337
350
|
"base-sepolia": "base-sepolia",
|
|
338
351
|
ethereum: "ethereum"
|
|
339
|
-
},
|
|
352
|
+
}, se = {
|
|
340
353
|
entity: "entity",
|
|
341
354
|
project: "project"
|
|
342
|
-
},
|
|
355
|
+
}, ce = {
|
|
343
356
|
ethValue: "ethValue"
|
|
344
|
-
},
|
|
357
|
+
}, de = {
|
|
345
358
|
">": ">",
|
|
346
359
|
">=": ">=",
|
|
347
360
|
"<": "<",
|
|
348
361
|
"<=": "<=",
|
|
349
362
|
"==": "=="
|
|
350
|
-
},
|
|
363
|
+
}, le = {
|
|
351
364
|
evmAddress: "evmAddress"
|
|
352
|
-
},
|
|
365
|
+
}, pe = {
|
|
353
366
|
in: "in",
|
|
354
367
|
not_in: "not in"
|
|
355
|
-
},
|
|
368
|
+
}, me = {
|
|
356
369
|
erc20: "erc20",
|
|
357
370
|
erc721: "erc721",
|
|
358
371
|
erc1155: "erc1155"
|
|
359
|
-
},
|
|
372
|
+
}, ve = {
|
|
360
373
|
pure: "pure",
|
|
361
374
|
view: "view",
|
|
362
375
|
nonpayable: "nonpayable",
|
|
363
376
|
payable: "payable"
|
|
364
|
-
},
|
|
377
|
+
}, ue = {
|
|
365
378
|
function: "function"
|
|
366
|
-
},
|
|
379
|
+
}, ye = {
|
|
367
380
|
constructor: "constructor",
|
|
368
381
|
error: "error",
|
|
369
382
|
event: "event",
|
|
370
383
|
fallback: "fallback",
|
|
371
384
|
receive: "receive"
|
|
372
|
-
},
|
|
385
|
+
}, Te = {
|
|
373
386
|
">": ">",
|
|
374
387
|
">=": ">=",
|
|
375
388
|
"<": "<",
|
|
376
389
|
"<=": "<=",
|
|
377
390
|
"==": "=="
|
|
378
|
-
},
|
|
391
|
+
}, fe = {
|
|
379
392
|
in: "in",
|
|
380
393
|
not_in: "not in"
|
|
381
|
-
},
|
|
394
|
+
}, ge = {
|
|
382
395
|
evmData: "evmData"
|
|
383
|
-
},
|
|
396
|
+
}, xe = {
|
|
384
397
|
netUSDChange: "netUSDChange"
|
|
385
|
-
},
|
|
398
|
+
}, Ee = {
|
|
386
399
|
">": ">",
|
|
387
400
|
">=": ">=",
|
|
388
401
|
"<": "<",
|
|
389
402
|
"<=": "<=",
|
|
390
403
|
"==": "=="
|
|
391
|
-
},
|
|
404
|
+
}, Ae = {
|
|
392
405
|
reject: "reject",
|
|
393
406
|
accept: "accept"
|
|
394
|
-
},
|
|
407
|
+
}, he = {
|
|
395
408
|
signEvmTransaction: "signEvmTransaction"
|
|
396
|
-
},
|
|
409
|
+
}, Se = {
|
|
397
410
|
evmNetwork: "evmNetwork"
|
|
398
|
-
},
|
|
411
|
+
}, be = {
|
|
399
412
|
"base-sepolia": "base-sepolia",
|
|
400
413
|
base: "base",
|
|
401
414
|
ethereum: "ethereum",
|
|
@@ -406,140 +419,140 @@ const e = {
|
|
|
406
419
|
arbitrum: "arbitrum",
|
|
407
420
|
zora: "zora",
|
|
408
421
|
bnb: "bnb"
|
|
409
|
-
},
|
|
422
|
+
}, Re = {
|
|
410
423
|
in: "in",
|
|
411
424
|
not_in: "not in"
|
|
412
|
-
},
|
|
425
|
+
}, Oe = {
|
|
413
426
|
reject: "reject",
|
|
414
427
|
accept: "accept"
|
|
415
|
-
},
|
|
428
|
+
}, ke = {
|
|
416
429
|
sendEvmTransaction: "sendEvmTransaction"
|
|
417
|
-
},
|
|
430
|
+
}, Pe = {
|
|
418
431
|
evmMessage: "evmMessage"
|
|
419
|
-
},
|
|
432
|
+
}, Ne = {
|
|
420
433
|
reject: "reject",
|
|
421
434
|
accept: "accept"
|
|
422
|
-
}, Pe = {
|
|
423
|
-
signEvmMessage: "signEvmMessage"
|
|
424
435
|
}, Ce = {
|
|
436
|
+
signEvmMessage: "signEvmMessage"
|
|
437
|
+
}, De = {
|
|
425
438
|
in: "in",
|
|
426
439
|
not_in: "not in"
|
|
427
|
-
},
|
|
440
|
+
}, Ie = {
|
|
428
441
|
">": ">",
|
|
429
442
|
">=": ">=",
|
|
430
443
|
"<": "<",
|
|
431
444
|
"<=": "<=",
|
|
432
445
|
"==": "=="
|
|
433
|
-
}, De = {
|
|
434
|
-
evmTypedDataField: "evmTypedDataField"
|
|
435
446
|
}, we = {
|
|
447
|
+
evmTypedDataField: "evmTypedDataField"
|
|
448
|
+
}, Ue = {
|
|
436
449
|
evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
|
|
437
|
-
},
|
|
450
|
+
}, Fe = {
|
|
438
451
|
in: "in",
|
|
439
452
|
not_in: "not in"
|
|
440
|
-
},
|
|
453
|
+
}, Me = {
|
|
441
454
|
reject: "reject",
|
|
442
455
|
accept: "accept"
|
|
443
|
-
},
|
|
456
|
+
}, qe = {
|
|
444
457
|
signEvmTypedData: "signEvmTypedData"
|
|
445
|
-
},
|
|
458
|
+
}, Le = {
|
|
446
459
|
solAddress: "solAddress"
|
|
447
|
-
},
|
|
460
|
+
}, je = {
|
|
448
461
|
in: "in",
|
|
449
462
|
not_in: "not in"
|
|
450
|
-
},
|
|
463
|
+
}, ze = {
|
|
451
464
|
solValue: "solValue"
|
|
452
|
-
},
|
|
465
|
+
}, Ye = {
|
|
453
466
|
">": ">",
|
|
454
467
|
">=": ">=",
|
|
455
468
|
"<": "<",
|
|
456
469
|
"<=": "<=",
|
|
457
470
|
"==": "=="
|
|
458
|
-
},
|
|
471
|
+
}, Ve = {
|
|
459
472
|
splAddress: "splAddress"
|
|
460
|
-
},
|
|
473
|
+
}, Ge = {
|
|
461
474
|
in: "in",
|
|
462
475
|
not_in: "not in"
|
|
463
|
-
}, Ve = {
|
|
464
|
-
splValue: "splValue"
|
|
465
476
|
}, Ke = {
|
|
477
|
+
splValue: "splValue"
|
|
478
|
+
}, We = {
|
|
466
479
|
">": ">",
|
|
467
480
|
">=": ">=",
|
|
468
481
|
"<": "<",
|
|
469
482
|
"<=": "<=",
|
|
470
483
|
"==": "=="
|
|
471
|
-
},
|
|
484
|
+
}, Xe = {
|
|
472
485
|
mintAddress: "mintAddress"
|
|
473
486
|
}, Be = {
|
|
474
487
|
in: "in",
|
|
475
488
|
not_in: "not in"
|
|
476
|
-
},
|
|
489
|
+
}, He = {
|
|
477
490
|
SystemProgram: "SystemProgram",
|
|
478
491
|
TokenProgram: "TokenProgram",
|
|
479
492
|
AssociatedTokenProgram: "AssociatedTokenProgram"
|
|
480
|
-
},
|
|
493
|
+
}, Ze = {
|
|
481
494
|
">": ">",
|
|
482
495
|
">=": ">=",
|
|
483
496
|
"<": "<",
|
|
484
497
|
"<=": "<=",
|
|
485
498
|
"==": "=="
|
|
486
|
-
},
|
|
499
|
+
}, Je = {
|
|
487
500
|
in: "in",
|
|
488
501
|
not_in: "not in"
|
|
489
|
-
},
|
|
502
|
+
}, Qe = {
|
|
490
503
|
solData: "solData"
|
|
491
|
-
},
|
|
504
|
+
}, $e = {
|
|
492
505
|
programId: "programId"
|
|
493
|
-
},
|
|
506
|
+
}, et = {
|
|
494
507
|
in: "in",
|
|
495
508
|
not_in: "not in"
|
|
496
|
-
},
|
|
509
|
+
}, tt = {
|
|
497
510
|
reject: "reject",
|
|
498
511
|
accept: "accept"
|
|
499
|
-
},
|
|
512
|
+
}, at = {
|
|
500
513
|
signSolTransaction: "signSolTransaction"
|
|
501
|
-
},
|
|
514
|
+
}, nt = {
|
|
502
515
|
solNetwork: "solNetwork"
|
|
503
|
-
},
|
|
516
|
+
}, it = {
|
|
504
517
|
"solana-devnet": "solana-devnet",
|
|
505
518
|
solana: "solana"
|
|
506
|
-
},
|
|
519
|
+
}, _t = {
|
|
507
520
|
in: "in",
|
|
508
521
|
not_in: "not in"
|
|
509
|
-
},
|
|
522
|
+
}, ot = {
|
|
510
523
|
reject: "reject",
|
|
511
524
|
accept: "accept"
|
|
512
|
-
},
|
|
525
|
+
}, rt = {
|
|
513
526
|
sendSolTransaction: "sendSolTransaction"
|
|
514
|
-
},
|
|
527
|
+
}, st = {
|
|
515
528
|
solMessage: "solMessage"
|
|
516
|
-
},
|
|
529
|
+
}, ct = {
|
|
517
530
|
reject: "reject",
|
|
518
531
|
accept: "accept"
|
|
519
|
-
},
|
|
532
|
+
}, dt = {
|
|
520
533
|
signSolMessage: "signSolMessage"
|
|
521
|
-
},
|
|
534
|
+
}, lt = {
|
|
522
535
|
reject: "reject",
|
|
523
536
|
accept: "accept"
|
|
524
|
-
},
|
|
537
|
+
}, pt = {
|
|
525
538
|
signEvmHash: "signEvmHash"
|
|
526
|
-
},
|
|
539
|
+
}, mt = {
|
|
527
540
|
reject: "reject",
|
|
528
541
|
accept: "accept"
|
|
529
|
-
},
|
|
542
|
+
}, vt = {
|
|
530
543
|
prepareUserOperation: "prepareUserOperation"
|
|
531
|
-
},
|
|
544
|
+
}, ut = {
|
|
532
545
|
reject: "reject",
|
|
533
546
|
accept: "accept"
|
|
534
|
-
},
|
|
547
|
+
}, yt = {
|
|
535
548
|
sendUserOperation: "sendUserOperation"
|
|
536
|
-
},
|
|
549
|
+
}, Tt = {
|
|
537
550
|
project: "project",
|
|
538
551
|
account: "account"
|
|
539
|
-
},
|
|
552
|
+
}, ft = {
|
|
540
553
|
solana: "solana",
|
|
541
554
|
"solana-devnet": "solana-devnet"
|
|
542
|
-
},
|
|
555
|
+
}, gt = {
|
|
543
556
|
String: "String",
|
|
544
557
|
UInt8: "UInt8",
|
|
545
558
|
UInt16: "UInt16",
|
|
@@ -560,26 +573,26 @@ const e = {
|
|
|
560
573
|
DateTime: "DateTime",
|
|
561
574
|
DateTime64: "DateTime64",
|
|
562
575
|
UUID: "UUID"
|
|
563
|
-
},
|
|
576
|
+
}, xt = {
|
|
564
577
|
NUMBER_1: 1,
|
|
565
578
|
NUMBER_2: 2
|
|
566
|
-
},
|
|
579
|
+
}, Et = {
|
|
567
580
|
exact: "exact"
|
|
568
|
-
},
|
|
581
|
+
}, At = {
|
|
569
582
|
"base-sepolia": "base-sepolia",
|
|
570
583
|
base: "base",
|
|
571
584
|
"solana-devnet": "solana-devnet",
|
|
572
585
|
solana: "solana"
|
|
573
|
-
},
|
|
586
|
+
}, ht = {
|
|
574
587
|
exact: "exact"
|
|
575
|
-
},
|
|
588
|
+
}, St = {
|
|
576
589
|
exact: "exact"
|
|
577
|
-
},
|
|
590
|
+
}, bt = {
|
|
578
591
|
"base-sepolia": "base-sepolia",
|
|
579
592
|
base: "base",
|
|
580
593
|
"solana-devnet": "solana-devnet",
|
|
581
594
|
solana: "solana"
|
|
582
|
-
},
|
|
595
|
+
}, Rt = {
|
|
583
596
|
insufficient_funds: "insufficient_funds",
|
|
584
597
|
invalid_scheme: "invalid_scheme",
|
|
585
598
|
invalid_network: "invalid_network",
|
|
@@ -623,7 +636,7 @@ const e = {
|
|
|
623
636
|
invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts: "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts",
|
|
624
637
|
invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds",
|
|
625
638
|
unknown_error: "unknown_error"
|
|
626
|
-
},
|
|
639
|
+
}, Ot = {
|
|
627
640
|
insufficient_funds: "insufficient_funds",
|
|
628
641
|
invalid_scheme: "invalid_scheme",
|
|
629
642
|
invalid_network: "invalid_network",
|
|
@@ -672,9 +685,9 @@ const e = {
|
|
|
672
685
|
settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
|
|
673
686
|
settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out",
|
|
674
687
|
unknown_error: "unknown_error"
|
|
675
|
-
},
|
|
688
|
+
}, kt = {
|
|
676
689
|
exact: "exact"
|
|
677
|
-
},
|
|
690
|
+
}, Pt = {
|
|
678
691
|
"base-sepolia": "base-sepolia",
|
|
679
692
|
base: "base",
|
|
680
693
|
"solana-devnet": "solana-devnet",
|
|
@@ -683,69 +696,69 @@ const e = {
|
|
|
683
696
|
"eip155:84532": "eip155:84532",
|
|
684
697
|
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
|
|
685
698
|
"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"
|
|
686
|
-
},
|
|
699
|
+
}, Nt = {
|
|
687
700
|
http: "http"
|
|
688
|
-
},
|
|
701
|
+
}, Ct = {
|
|
689
702
|
20: "2.0"
|
|
690
|
-
},
|
|
703
|
+
}, Dt = {
|
|
691
704
|
20: "2.0"
|
|
692
|
-
},
|
|
705
|
+
}, It = {
|
|
693
706
|
GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
|
|
694
|
-
},
|
|
707
|
+
}, wt = {
|
|
695
708
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
696
709
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
697
|
-
},
|
|
710
|
+
}, Ut = {
|
|
698
711
|
ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
|
|
699
712
|
ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
|
|
700
713
|
ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
|
|
701
714
|
ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
|
|
702
715
|
ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
|
|
703
|
-
},
|
|
716
|
+
}, Ft = {
|
|
704
717
|
PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
|
|
705
|
-
},
|
|
718
|
+
}, Mt = {
|
|
706
719
|
CARD: "CARD",
|
|
707
720
|
ACH: "ACH",
|
|
708
721
|
APPLE_PAY: "APPLE_PAY",
|
|
709
722
|
PAYPAL: "PAYPAL",
|
|
710
723
|
FIAT_WALLET: "FIAT_WALLET",
|
|
711
724
|
CRYPTO_WALLET: "CRYPTO_WALLET"
|
|
712
|
-
},
|
|
725
|
+
}, qt = {
|
|
713
726
|
phone_number: "phone_number"
|
|
714
|
-
},
|
|
727
|
+
}, Lt = {
|
|
715
728
|
weekly_spending: "weekly_spending",
|
|
716
729
|
lifetime_transactions: "lifetime_transactions"
|
|
717
|
-
},
|
|
730
|
+
}, jt = {
|
|
718
731
|
pending_submit: "pending_submit",
|
|
719
732
|
submitted: "submitted",
|
|
720
733
|
active: "active",
|
|
721
734
|
rejected: "rejected"
|
|
722
|
-
},
|
|
735
|
+
}, zt = {
|
|
723
736
|
ssnLast4: "ssnLast4"
|
|
724
|
-
},
|
|
737
|
+
}, Yt = {
|
|
725
738
|
INVALID_FORMAT: "INVALID_FORMAT",
|
|
726
739
|
VERIFICATION_FAILED: "VERIFICATION_FAILED"
|
|
727
|
-
},
|
|
740
|
+
}, Vt = {
|
|
728
741
|
fedwire: "fedwire"
|
|
729
|
-
},
|
|
742
|
+
}, Gt = {
|
|
730
743
|
fedwire: "fedwire"
|
|
731
|
-
},
|
|
744
|
+
}, Kt = {
|
|
732
745
|
swift: "swift"
|
|
733
|
-
},
|
|
746
|
+
}, Wt = {
|
|
734
747
|
swift: "swift"
|
|
735
|
-
},
|
|
748
|
+
}, Xt = {
|
|
736
749
|
base: "base",
|
|
737
750
|
ethereum: "ethereum"
|
|
738
|
-
},
|
|
751
|
+
}, Bt = {
|
|
739
752
|
risk_indicated: "risk_indicated",
|
|
740
753
|
no_risk_indicated: "no_risk_indicated"
|
|
741
|
-
},
|
|
754
|
+
}, Ht = {
|
|
742
755
|
paymentstransfersquoted: "payments.transfers.quoted",
|
|
743
756
|
paymentstransfersprocessing: "payments.transfers.processing",
|
|
744
757
|
paymentstransferscompleted: "payments.transfers.completed",
|
|
745
758
|
paymentstransfersfailed: "payments.transfers.failed"
|
|
746
|
-
},
|
|
759
|
+
}, Zt = {
|
|
747
760
|
refresh_token: "refresh_token"
|
|
748
|
-
},
|
|
761
|
+
}, Jt = {
|
|
749
762
|
base: "base",
|
|
750
763
|
"base-sepolia": "base-sepolia",
|
|
751
764
|
ethereum: "ethereum",
|
|
@@ -754,7 +767,7 @@ const e = {
|
|
|
754
767
|
polygon: "polygon",
|
|
755
768
|
optimism: "optimism",
|
|
756
769
|
arbitrum: "arbitrum"
|
|
757
|
-
},
|
|
770
|
+
}, Qt = {
|
|
758
771
|
base: "base",
|
|
759
772
|
"base-sepolia": "base-sepolia",
|
|
760
773
|
ethereum: "ethereum",
|
|
@@ -763,173 +776,175 @@ const e = {
|
|
|
763
776
|
polygon: "polygon",
|
|
764
777
|
optimism: "optimism",
|
|
765
778
|
arbitrum: "arbitrum"
|
|
766
|
-
},
|
|
779
|
+
}, $t = {
|
|
767
780
|
solana: "solana",
|
|
768
781
|
"solana-devnet": "solana-devnet"
|
|
769
|
-
},
|
|
782
|
+
}, ea = {
|
|
770
783
|
solana: "solana",
|
|
771
784
|
"solana-devnet": "solana-devnet"
|
|
772
785
|
};
|
|
773
786
|
export {
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
787
|
+
ue as AbiFunctionType,
|
|
788
|
+
ye as AbiInputType,
|
|
789
|
+
ve as AbiStateMutability,
|
|
777
790
|
e as AccountType,
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
791
|
+
V as AddMobileClientRequestPlatform,
|
|
792
|
+
G as AddMobileClientResponsePlatform,
|
|
793
|
+
Xt as AddressRiskNetwork,
|
|
794
|
+
Bt as AddressRiskRiskLevel,
|
|
782
795
|
i as AssetType,
|
|
783
796
|
s as CapabilityName,
|
|
784
797
|
o as CapabilityStatus,
|
|
785
798
|
p as CreateDepositDestinationRequestType,
|
|
786
|
-
|
|
799
|
+
M as CreateReportDestinationRequestAllOfType,
|
|
787
800
|
l as CryptoDepositDestinationType,
|
|
788
801
|
_ as CustomerType,
|
|
789
|
-
|
|
802
|
+
j as DeliveryStatus,
|
|
790
803
|
c as DepositDestinationType,
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
804
|
+
z as DestinationType,
|
|
805
|
+
b as DeveloperJWTAuthenticationType,
|
|
806
|
+
h as EmailAuthenticationType,
|
|
807
|
+
te as EndUserOnrampFeeType,
|
|
808
|
+
ae as EndUserOnrampOrderStatus,
|
|
809
|
+
t as ErrorType,
|
|
810
|
+
de as EthValueCriterionOperator,
|
|
811
|
+
ce as EthValueCriterionType,
|
|
812
|
+
pe as EvmAddressCriterionOperator,
|
|
813
|
+
le as EvmAddressCriterionType,
|
|
814
|
+
ge as EvmDataCriterionType,
|
|
815
|
+
fe as EvmDataParameterConditionListOperator,
|
|
816
|
+
Te as EvmDataParameterConditionOperator,
|
|
817
|
+
Z as EvmEip7702DelegationNetwork,
|
|
818
|
+
J as EvmEip7702DelegationStatusStatus,
|
|
819
|
+
Pe as EvmMessageCriterionType,
|
|
820
|
+
be as EvmNetworkCriterionNetworksItem,
|
|
821
|
+
Re as EvmNetworkCriterionOperator,
|
|
822
|
+
Se as EvmNetworkCriterionType,
|
|
823
|
+
oe as EvmSwapsNetwork,
|
|
824
|
+
De as EvmTypedAddressConditionOperator,
|
|
825
|
+
Ie as EvmTypedNumericalConditionOperator,
|
|
826
|
+
Q as EvmUserOperationNetwork,
|
|
827
|
+
$ as EvmUserOperationStatus,
|
|
828
|
+
Vt as FedwirePaymentMethodAllOfPaymentRail,
|
|
829
|
+
Gt as FedwirePaymentMethodPaymentRail,
|
|
816
830
|
w as FileType,
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
831
|
+
I as Frequency,
|
|
832
|
+
B as InitiateEmailAuthenticationNextStepType,
|
|
833
|
+
W as InitiateEmailAuthenticationRequestType,
|
|
820
834
|
H as InitiateSmsAuthenticationNextStepType,
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
835
|
+
X as InitiateSmsAuthenticationRequestType,
|
|
836
|
+
_e as InitiateSmsMfaEnrollmentType,
|
|
837
|
+
ie as InitiateTotpMfaEnrollmentType,
|
|
824
838
|
C as InvitationStatus,
|
|
825
839
|
K as IosAttestationRegistrationResponsePlatform,
|
|
826
|
-
|
|
827
|
-
|
|
840
|
+
me as KnownAbiType,
|
|
841
|
+
He as KnownIdlType,
|
|
828
842
|
n as LinkAccountType,
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
843
|
+
N as LinkableEntityRole,
|
|
844
|
+
P as LinkableEntityType,
|
|
845
|
+
re as ListEvmTokenBalancesNetwork,
|
|
846
|
+
ft as ListSolanaTokenBalancesNetwork,
|
|
847
|
+
ne as MfaMethod,
|
|
834
848
|
Be as MintAddressCriterionOperator,
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
849
|
+
Xe as MintAddressCriterionType,
|
|
850
|
+
Ee as NetUSDChangeCriterionOperator,
|
|
851
|
+
xe as NetUSDChangeCriterionType,
|
|
838
852
|
d as Network,
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
A as
|
|
853
|
+
R as OAuth2ProviderType,
|
|
854
|
+
gt as OnchainDataResultSchemaColumnsItemType,
|
|
855
|
+
Lt as OnrampLimitType,
|
|
856
|
+
zt as OnrampLimitUpgradeIdentityFieldKey,
|
|
857
|
+
Yt as OnrampLimitUpgradeOptionLastErrorCode,
|
|
858
|
+
jt as OnrampLimitUpgradeStatus,
|
|
859
|
+
wt as OnrampOrderFeeType,
|
|
860
|
+
It as OnrampOrderPaymentMethodTypeId,
|
|
861
|
+
Ut as OnrampOrderStatus,
|
|
862
|
+
Ft as OnrampPaymentLinkType,
|
|
863
|
+
Mt as OnrampQuotePaymentMethodTypeId,
|
|
864
|
+
qt as OnrampUserIdType,
|
|
865
|
+
A as OrderFailureCode,
|
|
866
|
+
E as OrderFeeType,
|
|
852
867
|
f as OrderSide,
|
|
853
868
|
T as OrderStatus,
|
|
854
869
|
g as OrderType,
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
870
|
+
se as PermissionCatalogObjectsItemType,
|
|
871
|
+
O as PermissionSubjectType,
|
|
872
|
+
k as PermissionVerb,
|
|
873
|
+
Tt as PolicyScope,
|
|
874
|
+
mt as PrepareUserOperationRuleAction,
|
|
875
|
+
vt as PrepareUserOperationRuleOperation,
|
|
876
|
+
et as ProgramIdCriterionOperator,
|
|
877
|
+
$e as ProgramIdCriterionType,
|
|
878
|
+
Zt as RefreshAccessTokenBodyGrantType,
|
|
879
|
+
F as ReportDestinationAllOfType,
|
|
880
|
+
q as ReportStatus,
|
|
866
881
|
r as RequirementStatus,
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
882
|
+
D as ResourceType,
|
|
883
|
+
Y as SSHKeyAlgorithm,
|
|
884
|
+
L as ScheduleType,
|
|
885
|
+
Qt as SendEvmAssetWithEndUserAccountBodyNetwork,
|
|
886
|
+
Oe as SendEvmTransactionRuleAction,
|
|
887
|
+
ke as SendEvmTransactionRuleOperation,
|
|
888
|
+
Jt as SendEvmTransactionWithEndUserAccountBodyNetwork,
|
|
889
|
+
ot as SendSolTransactionRuleAction,
|
|
890
|
+
rt as SendSolTransactionRuleOperation,
|
|
891
|
+
ea as SendSolanaAssetWithEndUserAccountBodyNetwork,
|
|
892
|
+
$t as SendSolanaTransactionWithEndUserAccountBodyNetwork,
|
|
893
|
+
ut as SendUserOperationRuleAction,
|
|
894
|
+
yt as SendUserOperationRuleOperation,
|
|
895
|
+
lt as SignEvmHashRuleAction,
|
|
896
|
+
pt as SignEvmHashRuleOperation,
|
|
897
|
+
Ne as SignEvmMessageRuleAction,
|
|
898
|
+
Ce as SignEvmMessageRuleOperation,
|
|
899
|
+
Ae as SignEvmTransactionRuleAction,
|
|
900
|
+
he as SignEvmTransactionRuleOperation,
|
|
901
|
+
we as SignEvmTypedDataFieldCriterionType,
|
|
902
|
+
Me as SignEvmTypedDataRuleAction,
|
|
903
|
+
qe as SignEvmTypedDataRuleOperation,
|
|
904
|
+
Fe as SignEvmTypedDataVerifyingContractCriterionOperator,
|
|
905
|
+
Ue as SignEvmTypedDataVerifyingContractCriterionType,
|
|
906
|
+
ct as SignSolMessageRuleAction,
|
|
907
|
+
dt as SignSolMessageRuleOperation,
|
|
908
|
+
tt as SignSolTransactionRuleAction,
|
|
909
|
+
at as SignSolTransactionRuleOperation,
|
|
910
|
+
S as SmsAuthenticationType,
|
|
911
|
+
je as SolAddressCriterionOperator,
|
|
912
|
+
Le as SolAddressCriterionType,
|
|
913
|
+
Qe as SolDataCriterionType,
|
|
914
|
+
Je as SolDataParameterConditionListOperator,
|
|
915
|
+
Ze as SolDataParameterConditionOperator,
|
|
916
|
+
st as SolMessageCriterionType,
|
|
917
|
+
it as SolNetworkCriterionNetworksItem,
|
|
918
|
+
_t as SolNetworkCriterionOperator,
|
|
919
|
+
nt as SolNetworkCriterionType,
|
|
920
|
+
Ye as SolValueCriterionOperator,
|
|
921
|
+
ze as SolValueCriterionType,
|
|
922
|
+
ee as SpendPermissionNetwork,
|
|
923
|
+
Ge as SplAddressCriterionOperator,
|
|
924
|
+
Ve as SplAddressCriterionType,
|
|
925
|
+
We as SplValueCriterionOperator,
|
|
926
|
+
Ke as SplValueCriterionType,
|
|
927
|
+
a as Status,
|
|
928
|
+
Kt as SwiftPaymentMethodAllOfPaymentRail,
|
|
929
|
+
Wt as SwiftPaymentMethodPaymentRail,
|
|
915
930
|
x as TimeInForce,
|
|
916
|
-
|
|
917
|
-
|
|
931
|
+
U as TransferColumn,
|
|
932
|
+
Ht as TransferEventEventType,
|
|
918
933
|
v as TransferFeeType,
|
|
919
934
|
y as TransferRequestAmountType,
|
|
920
935
|
m as TransferStatus,
|
|
921
936
|
u as TravelRuleBeneficiaryAllOfWalletType,
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
937
|
+
Nt as X402DiscoveryResourceType,
|
|
938
|
+
Ct as X402McpRequestJsonrpc,
|
|
939
|
+
Dt as X402McpResponseJsonrpc,
|
|
940
|
+
Ot as X402SettleErrorReason,
|
|
941
|
+
Pt as X402SupportedPaymentKindNetwork,
|
|
942
|
+
kt as X402SupportedPaymentKindScheme,
|
|
943
|
+
At as X402V1PaymentPayloadNetwork,
|
|
944
|
+
Et as X402V1PaymentPayloadScheme,
|
|
945
|
+
bt as X402V1PaymentRequirementsNetwork,
|
|
946
|
+
St as X402V1PaymentRequirementsScheme,
|
|
947
|
+
ht as X402V2PaymentRequirementsScheme,
|
|
948
|
+
Rt as X402VerifyInvalidReason,
|
|
949
|
+
xt as X402Version
|
|
935
950
|
};
|