@coinbase/cdp-api-client 0.0.88 → 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.
@@ -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",
@@ -53,7 +55,10 @@ const e = {
53
55
  mfa_invalid_code: "mfa_invalid_code",
54
56
  mfa_flow_expired: "mfa_flow_expired",
55
57
  mfa_required: "mfa_required",
56
- mfa_not_enrolled: "mfa_not_enrolled"
58
+ mfa_not_enrolled: "mfa_not_enrolled",
59
+ order_quote_expired: "order_quote_expired",
60
+ order_already_filled: "order_already_filled",
61
+ order_already_canceled: "order_already_canceled"
57
62
  }, a = {
58
63
  unlinked: "unlinked",
59
64
  pending: "pending",
@@ -64,27 +69,39 @@ const e = {
64
69
  }, i = {
65
70
  fiat: "fiat",
66
71
  crypto: "crypto"
67
- }, o = {
68
- individual: "individual",
69
- business: "business"
70
72
  }, _ = {
71
- enabled: "enabled",
72
- restricted: "restricted",
73
- disabled: "disabled",
74
- pending: "pending"
75
- }, s = {
76
- individualfirstName: "individual.firstName",
77
- individuallastName: "individual.lastName",
78
- individualdateOfBirth: "individual.dateOfBirth",
79
- individualaddress: "individual.address",
80
- individualnationalityCode: "individual.nationalityCode",
81
- individualtaxNumber: "individual.taxNumber",
82
- individualverificationdocument: "individual.verification.document"
73
+ individual: "individual"
74
+ }, o = {
75
+ unrequested: "unrequested",
76
+ pending: "pending",
77
+ active: "active",
78
+ inactive: "inactive"
83
79
  }, r = {
84
- information_missing: "information_missing",
85
- invalid_address: "invalid_address",
86
- verification_document_dob_mismatch: "verification_document_dob_mismatch",
87
- verification_document_expired: "verification_document_expired"
80
+ eventually_due: "eventually_due",
81
+ due: "due",
82
+ pending: "pending",
83
+ rejected: "rejected",
84
+ overdue: "overdue"
85
+ }, s = {
86
+ custodyCrypto: "custodyCrypto",
87
+ custodyFiat: "custodyFiat",
88
+ custodyStablecoin: "custodyStablecoin",
89
+ custodyStocks: "custodyStocks",
90
+ onrampBankAccount: "onrampBankAccount",
91
+ onrampCard: "onrampCard",
92
+ onrampWire: "onrampWire",
93
+ tradeCryptoToCrypto: "tradeCryptoToCrypto",
94
+ tradeCryptoToFiat: "tradeCryptoToFiat",
95
+ tradeCryptoToStablecoin: "tradeCryptoToStablecoin",
96
+ tradeFiatToCrypto: "tradeFiatToCrypto",
97
+ tradeFiatToFiat: "tradeFiatToFiat",
98
+ tradeFiatToStablecoin: "tradeFiatToStablecoin",
99
+ tradeStablecoinToCrypto: "tradeStablecoinToCrypto",
100
+ tradeStablecoinToFiat: "tradeStablecoinToFiat",
101
+ tradeStablecoinToStablecoin: "tradeStablecoinToStablecoin",
102
+ transferCrypto: "transferCrypto",
103
+ transferFiat: "transferFiat",
104
+ transferStablecoin: "transferStablecoin"
88
105
  }, c = {
89
106
  crypto: "crypto"
90
107
  }, d = {
@@ -117,19 +134,48 @@ const e = {
117
134
  target: "target",
118
135
  source: "source"
119
136
  }, T = {
120
- email: "email"
137
+ quoted: "quoted",
138
+ pending: "pending",
139
+ open: "open",
140
+ filled: "filled",
141
+ canceled: "canceled",
142
+ expired: "expired",
143
+ failed: "failed"
121
144
  }, f = {
122
- sms: "sms"
145
+ buy: "buy",
146
+ sell: "sell"
123
147
  }, g = {
124
- jwt: "jwt"
148
+ market: "market",
149
+ limit: "limit"
150
+ }, x = {
151
+ goodUntilCanceled: "goodUntilCanceled",
152
+ goodUntilDateTime: "goodUntilDateTime",
153
+ immediateOrCancel: "immediateOrCancel",
154
+ fillOrKill: "fillOrKill"
155
+ }, E = {
156
+ trading: "trading",
157
+ network: "network",
158
+ other: "other"
159
+ }, A = {
160
+ insufficient_balance: "insufficient_balance",
161
+ no_liquidity: "no_liquidity",
162
+ market_unavailable: "market_unavailable",
163
+ internal_error: "internal_error"
125
164
  }, h = {
165
+ email: "email"
166
+ }, S = {
167
+ sms: "sms"
168
+ }, b = {
169
+ jwt: "jwt"
170
+ }, R = {
126
171
  google: "google",
127
172
  apple: "apple",
128
- x: "x"
129
- }, E = {
173
+ x: "x",
174
+ telegram: "telegram"
175
+ }, O = {
130
176
  team_member: "team_member",
131
177
  api_key: "api_key"
132
- }, A = {
178
+ }, k = {
133
179
  create_api_key: "create_api_key",
134
180
  read_api_key: "read_api_key",
135
181
  update_api_key: "update_api_key",
@@ -155,29 +201,29 @@ const e = {
155
201
  manage_billing: "manage_billing",
156
202
  view_audit_logs: "view_audit_logs",
157
203
  manage_all: "manage_all"
158
- }, x = {
204
+ }, P = {
159
205
  business: "business",
160
206
  prime: "prime"
161
- }, S = {
207
+ }, N = {
162
208
  admin: "admin",
163
209
  owner: "owner"
164
- }, b = {
210
+ }, C = {
165
211
  pending: "pending",
166
212
  accepted: "accepted",
167
213
  rejected: "rejected",
168
214
  canceled: "canceled",
169
215
  expired: "expired"
170
- }, k = {
216
+ }, D = {
171
217
  transfers: "transfers"
172
- }, R = {
218
+ }, I = {
173
219
  daily: "daily",
174
220
  weekly: "weekly",
175
221
  monthly: "monthly"
176
- }, O = {
222
+ }, w = {
177
223
  csv: "csv",
178
224
  json: "json",
179
225
  pdf: "pdf"
180
- }, P = {
226
+ }, U = {
181
227
  transferID: "transferID",
182
228
  status: "status",
183
229
  sourceType: "sourceType",
@@ -201,35 +247,56 @@ const e = {
201
247
  createdAt: "createdAt",
202
248
  updatedAt: "updatedAt",
203
249
  metadata: "metadata"
204
- }, N = {
250
+ }, F = {
205
251
  sftp: "sftp"
206
- }, D = {
252
+ }, M = {
207
253
  sftp: "sftp"
208
- }, w = {
254
+ }, q = {
209
255
  processing: "processing",
210
256
  completed: "completed",
211
257
  failed: "failed",
212
258
  canceled: "canceled"
213
- }, C = {
259
+ }, L = {
214
260
  oneTime: "oneTime",
215
261
  recurring: "recurring"
216
- }, I = {
262
+ }, j = {
217
263
  completed: "completed",
218
264
  failed: "failed"
219
- }, U = {
265
+ }, z = {
220
266
  sftp: "sftp"
221
- }, M = {
267
+ }, Y = {
222
268
  ed25519: "ed25519",
223
269
  rsa4096: "rsa4096"
224
- }, F = {
270
+ }, V = {
271
+ ios: "ios",
272
+ android: "android"
273
+ }, G = {
274
+ ios: "ios",
275
+ android: "android"
276
+ }, K = {
277
+ ios: "ios"
278
+ }, W = {
225
279
  email: "email"
226
- }, q = {
280
+ }, X = {
227
281
  sms: "sms"
228
- }, j = {
282
+ }, B = {
229
283
  "verify-otp": "verify-otp"
230
- }, L = {
284
+ }, H = {
231
285
  "verify-otp": "verify-otp"
232
- }, z = {
286
+ }, Z = {
287
+ "base-sepolia": "base-sepolia",
288
+ base: "base",
289
+ arbitrum: "arbitrum",
290
+ optimism: "optimism",
291
+ polygon: "polygon",
292
+ ethereum: "ethereum",
293
+ "ethereum-sepolia": "ethereum-sepolia"
294
+ }, J = {
295
+ CURRENT: "CURRENT",
296
+ NOT_DELEGATED: "NOT_DELEGATED",
297
+ WRONG_PROXY: "WRONG_PROXY",
298
+ NOT_INITIALIZED: "NOT_INITIALIZED"
299
+ }, Q = {
233
300
  "base-sepolia": "base-sepolia",
234
301
  base: "base",
235
302
  arbitrum: "arbitrum",
@@ -240,14 +307,14 @@ const e = {
240
307
  avalanche: "avalanche",
241
308
  ethereum: "ethereum",
242
309
  "ethereum-sepolia": "ethereum-sepolia"
243
- }, Y = {
310
+ }, $ = {
244
311
  pending: "pending",
245
312
  signed: "signed",
246
313
  broadcast: "broadcast",
247
314
  complete: "complete",
248
315
  dropped: "dropped",
249
316
  failed: "failed"
250
- }, V = {
317
+ }, ee = {
251
318
  base: "base",
252
319
  "base-sepolia": "base-sepolia",
253
320
  ethereum: "ethereum",
@@ -256,91 +323,92 @@ const e = {
256
323
  arbitrum: "arbitrum",
257
324
  avalanche: "avalanche",
258
325
  polygon: "polygon"
259
- }, G = {
326
+ }, te = {
260
327
  FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
261
328
  FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
262
- }, K = {
329
+ }, ae = {
263
330
  ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
264
331
  ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
265
332
  ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
266
333
  ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
267
334
  ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
268
- }, B = {
335
+ }, ne = {
269
336
  totp: "totp",
270
337
  sms: "sms"
271
- }, H = {
338
+ }, ie = {
272
339
  totp: "totp"
273
- }, W = {
340
+ }, _e = {
274
341
  sms: "sms"
275
- }, X = {
342
+ }, oe = {
276
343
  base: "base",
277
344
  ethereum: "ethereum",
278
345
  arbitrum: "arbitrum",
279
- optimism: "optimism"
280
- }, Z = {
346
+ optimism: "optimism",
347
+ polygon: "polygon"
348
+ }, re = {
281
349
  base: "base",
282
350
  "base-sepolia": "base-sepolia",
283
351
  ethereum: "ethereum"
284
- }, J = {
352
+ }, se = {
285
353
  entity: "entity",
286
354
  project: "project"
287
- }, Q = {
355
+ }, ce = {
288
356
  ethValue: "ethValue"
289
- }, $ = {
357
+ }, de = {
290
358
  ">": ">",
291
359
  ">=": ">=",
292
360
  "<": "<",
293
361
  "<=": "<=",
294
362
  "==": "=="
295
- }, ee = {
363
+ }, le = {
296
364
  evmAddress: "evmAddress"
297
- }, te = {
365
+ }, pe = {
298
366
  in: "in",
299
367
  not_in: "not in"
300
- }, ae = {
368
+ }, me = {
301
369
  erc20: "erc20",
302
370
  erc721: "erc721",
303
371
  erc1155: "erc1155"
304
- }, ne = {
372
+ }, ve = {
305
373
  pure: "pure",
306
374
  view: "view",
307
375
  nonpayable: "nonpayable",
308
376
  payable: "payable"
309
- }, ie = {
377
+ }, ue = {
310
378
  function: "function"
311
- }, oe = {
379
+ }, ye = {
312
380
  constructor: "constructor",
313
381
  error: "error",
314
382
  event: "event",
315
383
  fallback: "fallback",
316
384
  receive: "receive"
317
- }, _e = {
385
+ }, Te = {
318
386
  ">": ">",
319
387
  ">=": ">=",
320
388
  "<": "<",
321
389
  "<=": "<=",
322
390
  "==": "=="
323
- }, se = {
391
+ }, fe = {
324
392
  in: "in",
325
393
  not_in: "not in"
326
- }, re = {
394
+ }, ge = {
327
395
  evmData: "evmData"
328
- }, ce = {
396
+ }, xe = {
329
397
  netUSDChange: "netUSDChange"
330
- }, de = {
398
+ }, Ee = {
331
399
  ">": ">",
332
400
  ">=": ">=",
333
401
  "<": "<",
334
402
  "<=": "<=",
335
403
  "==": "=="
336
- }, le = {
404
+ }, Ae = {
337
405
  reject: "reject",
338
406
  accept: "accept"
339
- }, pe = {
407
+ }, he = {
340
408
  signEvmTransaction: "signEvmTransaction"
341
- }, me = {
409
+ }, Se = {
342
410
  evmNetwork: "evmNetwork"
343
- }, ve = {
411
+ }, be = {
344
412
  "base-sepolia": "base-sepolia",
345
413
  base: "base",
346
414
  ethereum: "ethereum",
@@ -351,140 +419,140 @@ const e = {
351
419
  arbitrum: "arbitrum",
352
420
  zora: "zora",
353
421
  bnb: "bnb"
354
- }, ue = {
422
+ }, Re = {
355
423
  in: "in",
356
424
  not_in: "not in"
357
- }, ye = {
425
+ }, Oe = {
358
426
  reject: "reject",
359
427
  accept: "accept"
360
- }, Te = {
428
+ }, ke = {
361
429
  sendEvmTransaction: "sendEvmTransaction"
362
- }, fe = {
430
+ }, Pe = {
363
431
  evmMessage: "evmMessage"
364
- }, ge = {
432
+ }, Ne = {
365
433
  reject: "reject",
366
434
  accept: "accept"
367
- }, he = {
435
+ }, Ce = {
368
436
  signEvmMessage: "signEvmMessage"
369
- }, Ee = {
437
+ }, De = {
370
438
  in: "in",
371
439
  not_in: "not in"
372
- }, Ae = {
440
+ }, Ie = {
373
441
  ">": ">",
374
442
  ">=": ">=",
375
443
  "<": "<",
376
444
  "<=": "<=",
377
445
  "==": "=="
378
- }, xe = {
446
+ }, we = {
379
447
  evmTypedDataField: "evmTypedDataField"
380
- }, Se = {
448
+ }, Ue = {
381
449
  evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
382
- }, be = {
450
+ }, Fe = {
383
451
  in: "in",
384
452
  not_in: "not in"
385
- }, ke = {
453
+ }, Me = {
386
454
  reject: "reject",
387
455
  accept: "accept"
388
- }, Re = {
456
+ }, qe = {
389
457
  signEvmTypedData: "signEvmTypedData"
390
- }, Oe = {
458
+ }, Le = {
391
459
  solAddress: "solAddress"
392
- }, Pe = {
460
+ }, je = {
393
461
  in: "in",
394
462
  not_in: "not in"
395
- }, Ne = {
463
+ }, ze = {
396
464
  solValue: "solValue"
397
- }, De = {
465
+ }, Ye = {
398
466
  ">": ">",
399
467
  ">=": ">=",
400
468
  "<": "<",
401
469
  "<=": "<=",
402
470
  "==": "=="
403
- }, we = {
471
+ }, Ve = {
404
472
  splAddress: "splAddress"
405
- }, Ce = {
473
+ }, Ge = {
406
474
  in: "in",
407
475
  not_in: "not in"
408
- }, Ie = {
476
+ }, Ke = {
409
477
  splValue: "splValue"
410
- }, Ue = {
478
+ }, We = {
411
479
  ">": ">",
412
480
  ">=": ">=",
413
481
  "<": "<",
414
482
  "<=": "<=",
415
483
  "==": "=="
416
- }, Me = {
484
+ }, Xe = {
417
485
  mintAddress: "mintAddress"
418
- }, Fe = {
486
+ }, Be = {
419
487
  in: "in",
420
488
  not_in: "not in"
421
- }, qe = {
489
+ }, He = {
422
490
  SystemProgram: "SystemProgram",
423
491
  TokenProgram: "TokenProgram",
424
492
  AssociatedTokenProgram: "AssociatedTokenProgram"
425
- }, je = {
493
+ }, Ze = {
426
494
  ">": ">",
427
495
  ">=": ">=",
428
496
  "<": "<",
429
497
  "<=": "<=",
430
498
  "==": "=="
431
- }, Le = {
499
+ }, Je = {
432
500
  in: "in",
433
501
  not_in: "not in"
434
- }, ze = {
502
+ }, Qe = {
435
503
  solData: "solData"
436
- }, Ye = {
504
+ }, $e = {
437
505
  programId: "programId"
438
- }, Ve = {
506
+ }, et = {
439
507
  in: "in",
440
508
  not_in: "not in"
441
- }, Ge = {
509
+ }, tt = {
442
510
  reject: "reject",
443
511
  accept: "accept"
444
- }, Ke = {
512
+ }, at = {
445
513
  signSolTransaction: "signSolTransaction"
446
- }, Be = {
514
+ }, nt = {
447
515
  solNetwork: "solNetwork"
448
- }, He = {
516
+ }, it = {
449
517
  "solana-devnet": "solana-devnet",
450
518
  solana: "solana"
451
- }, We = {
519
+ }, _t = {
452
520
  in: "in",
453
521
  not_in: "not in"
454
- }, Xe = {
522
+ }, ot = {
455
523
  reject: "reject",
456
524
  accept: "accept"
457
- }, Ze = {
525
+ }, rt = {
458
526
  sendSolTransaction: "sendSolTransaction"
459
- }, Je = {
527
+ }, st = {
460
528
  solMessage: "solMessage"
461
- }, Qe = {
529
+ }, ct = {
462
530
  reject: "reject",
463
531
  accept: "accept"
464
- }, $e = {
532
+ }, dt = {
465
533
  signSolMessage: "signSolMessage"
466
- }, et = {
534
+ }, lt = {
467
535
  reject: "reject",
468
536
  accept: "accept"
469
- }, tt = {
537
+ }, pt = {
470
538
  signEvmHash: "signEvmHash"
471
- }, at = {
539
+ }, mt = {
472
540
  reject: "reject",
473
541
  accept: "accept"
474
- }, nt = {
542
+ }, vt = {
475
543
  prepareUserOperation: "prepareUserOperation"
476
- }, it = {
544
+ }, ut = {
477
545
  reject: "reject",
478
546
  accept: "accept"
479
- }, ot = {
547
+ }, yt = {
480
548
  sendUserOperation: "sendUserOperation"
481
- }, _t = {
549
+ }, Tt = {
482
550
  project: "project",
483
551
  account: "account"
484
- }, st = {
552
+ }, ft = {
485
553
  solana: "solana",
486
554
  "solana-devnet": "solana-devnet"
487
- }, rt = {
555
+ }, gt = {
488
556
  String: "String",
489
557
  UInt8: "UInt8",
490
558
  UInt16: "UInt16",
@@ -505,26 +573,26 @@ const e = {
505
573
  DateTime: "DateTime",
506
574
  DateTime64: "DateTime64",
507
575
  UUID: "UUID"
508
- }, ct = {
576
+ }, xt = {
509
577
  NUMBER_1: 1,
510
578
  NUMBER_2: 2
511
- }, dt = {
579
+ }, Et = {
512
580
  exact: "exact"
513
- }, lt = {
581
+ }, At = {
514
582
  "base-sepolia": "base-sepolia",
515
583
  base: "base",
516
584
  "solana-devnet": "solana-devnet",
517
585
  solana: "solana"
518
- }, pt = {
586
+ }, ht = {
519
587
  exact: "exact"
520
- }, mt = {
588
+ }, St = {
521
589
  exact: "exact"
522
- }, vt = {
590
+ }, bt = {
523
591
  "base-sepolia": "base-sepolia",
524
592
  base: "base",
525
593
  "solana-devnet": "solana-devnet",
526
594
  solana: "solana"
527
- }, ut = {
595
+ }, Rt = {
528
596
  insufficient_funds: "insufficient_funds",
529
597
  invalid_scheme: "invalid_scheme",
530
598
  invalid_network: "invalid_network",
@@ -540,6 +608,13 @@ const e = {
540
608
  invalid_exact_evm_payload_authorization_to_address_kyt: "invalid_exact_evm_payload_authorization_to_address_kyt",
541
609
  invalid_exact_evm_payload_signature: "invalid_exact_evm_payload_signature",
542
610
  invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
611
+ invalid_exact_evm_permit2_payload_allowance_required: "invalid_exact_evm_permit2_payload_allowance_required",
612
+ invalid_exact_evm_permit2_payload_signature: "invalid_exact_evm_permit2_payload_signature",
613
+ invalid_exact_evm_permit2_payload_deadline: "invalid_exact_evm_permit2_payload_deadline",
614
+ invalid_exact_evm_permit2_payload_valid_after: "invalid_exact_evm_permit2_payload_valid_after",
615
+ invalid_exact_evm_permit2_payload_spender: "invalid_exact_evm_permit2_payload_spender",
616
+ invalid_exact_evm_permit2_payload_recipient: "invalid_exact_evm_permit2_payload_recipient",
617
+ invalid_exact_evm_permit2_payload_amount: "invalid_exact_evm_permit2_payload_amount",
543
618
  invalid_exact_svm_payload_transaction: "invalid_exact_svm_payload_transaction",
544
619
  invalid_exact_svm_payload_transaction_amount_mismatch: "invalid_exact_svm_payload_transaction_amount_mismatch",
545
620
  invalid_exact_svm_payload_transaction_create_ata_instruction: "invalid_exact_svm_payload_transaction_create_ata_instruction",
@@ -561,7 +636,7 @@ const e = {
561
636
  invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts: "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts",
562
637
  invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds",
563
638
  unknown_error: "unknown_error"
564
- }, yt = {
639
+ }, Ot = {
565
640
  insufficient_funds: "insufficient_funds",
566
641
  invalid_scheme: "invalid_scheme",
567
642
  invalid_network: "invalid_network",
@@ -577,6 +652,13 @@ const e = {
577
652
  invalid_exact_evm_payload_authorization_to_address_kyt: "invalid_exact_evm_payload_authorization_to_address_kyt",
578
653
  invalid_exact_evm_payload_signature: "invalid_exact_evm_payload_signature",
579
654
  invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
655
+ invalid_exact_evm_permit2_payload_allowance_required: "invalid_exact_evm_permit2_payload_allowance_required",
656
+ invalid_exact_evm_permit2_payload_signature: "invalid_exact_evm_permit2_payload_signature",
657
+ invalid_exact_evm_permit2_payload_deadline: "invalid_exact_evm_permit2_payload_deadline",
658
+ invalid_exact_evm_permit2_payload_valid_after: "invalid_exact_evm_permit2_payload_valid_after",
659
+ invalid_exact_evm_permit2_payload_spender: "invalid_exact_evm_permit2_payload_spender",
660
+ invalid_exact_evm_permit2_payload_recipient: "invalid_exact_evm_permit2_payload_recipient",
661
+ invalid_exact_evm_permit2_payload_amount: "invalid_exact_evm_permit2_payload_amount",
580
662
  invalid_exact_svm_payload_transaction: "invalid_exact_svm_payload_transaction",
581
663
  invalid_exact_svm_payload_transaction_amount_mismatch: "invalid_exact_svm_payload_transaction_amount_mismatch",
582
664
  invalid_exact_svm_payload_transaction_create_ata_instruction: "invalid_exact_svm_payload_transaction_create_ata_instruction",
@@ -603,9 +685,9 @@ const e = {
603
685
  settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
604
686
  settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out",
605
687
  unknown_error: "unknown_error"
606
- }, Tt = {
688
+ }, kt = {
607
689
  exact: "exact"
608
- }, ft = {
690
+ }, Pt = {
609
691
  "base-sepolia": "base-sepolia",
610
692
  base: "base",
611
693
  "solana-devnet": "solana-devnet",
@@ -614,63 +696,69 @@ const e = {
614
696
  "eip155:84532": "eip155:84532",
615
697
  "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
616
698
  "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"
617
- }, gt = {
699
+ }, Nt = {
618
700
  http: "http"
619
- }, ht = {
701
+ }, Ct = {
702
+ 20: "2.0"
703
+ }, Dt = {
704
+ 20: "2.0"
705
+ }, It = {
620
706
  GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
621
- }, Et = {
707
+ }, wt = {
622
708
  FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
623
709
  FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
624
- }, At = {
710
+ }, Ut = {
625
711
  ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
626
712
  ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
627
713
  ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
628
714
  ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
629
715
  ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
630
- }, xt = {
716
+ }, Ft = {
631
717
  PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
632
- }, St = {
718
+ }, Mt = {
633
719
  CARD: "CARD",
634
720
  ACH: "ACH",
635
721
  APPLE_PAY: "APPLE_PAY",
636
722
  PAYPAL: "PAYPAL",
637
723
  FIAT_WALLET: "FIAT_WALLET",
638
724
  CRYPTO_WALLET: "CRYPTO_WALLET"
639
- }, bt = {
725
+ }, qt = {
640
726
  phone_number: "phone_number"
641
- }, kt = {
727
+ }, Lt = {
642
728
  weekly_spending: "weekly_spending",
643
729
  lifetime_transactions: "lifetime_transactions"
644
- }, Rt = {
645
- ach: "ach",
730
+ }, jt = {
731
+ pending_submit: "pending_submit",
732
+ submitted: "submitted",
733
+ active: "active",
734
+ rejected: "rejected"
735
+ }, zt = {
736
+ ssnLast4: "ssnLast4"
737
+ }, Yt = {
738
+ INVALID_FORMAT: "INVALID_FORMAT",
739
+ VERIFICATION_FAILED: "VERIFICATION_FAILED"
740
+ }, Vt = {
646
741
  fedwire: "fedwire"
647
- }, Ot = {
648
- unknown: "unknown",
649
- daily: "daily",
650
- weekly: "weekly",
651
- monthly: "monthly",
652
- biweekly: "biweekly"
653
- }, Pt = {
654
- checking: "checking",
655
- savings: "savings"
656
- }, Nt = {
657
- ach: "ach"
658
- }, Dt = {
742
+ }, Gt = {
659
743
  fedwire: "fedwire"
660
- }, wt = {
744
+ }, Kt = {
745
+ swift: "swift"
746
+ }, Wt = {
747
+ swift: "swift"
748
+ }, Xt = {
661
749
  base: "base",
662
750
  ethereum: "ethereum"
663
- }, Ct = {
751
+ }, Bt = {
664
752
  risk_indicated: "risk_indicated",
665
753
  no_risk_indicated: "no_risk_indicated"
666
- }, It = {
754
+ }, Ht = {
667
755
  paymentstransfersquoted: "payments.transfers.quoted",
668
756
  paymentstransfersprocessing: "payments.transfers.processing",
669
757
  paymentstransferscompleted: "payments.transfers.completed",
670
758
  paymentstransfersfailed: "payments.transfers.failed"
671
- }, Ut = {
759
+ }, Zt = {
672
760
  refresh_token: "refresh_token"
673
- }, Mt = {
761
+ }, Jt = {
674
762
  base: "base",
675
763
  "base-sepolia": "base-sepolia",
676
764
  ethereum: "ethereum",
@@ -679,7 +767,7 @@ const e = {
679
767
  polygon: "polygon",
680
768
  optimism: "optimism",
681
769
  arbitrum: "arbitrum"
682
- }, Ft = {
770
+ }, Qt = {
683
771
  base: "base",
684
772
  "base-sepolia": "base-sepolia",
685
773
  ethereum: "ethereum",
@@ -688,160 +776,175 @@ const e = {
688
776
  polygon: "polygon",
689
777
  optimism: "optimism",
690
778
  arbitrum: "arbitrum"
691
- }, qt = {
779
+ }, $t = {
692
780
  solana: "solana",
693
781
  "solana-devnet": "solana-devnet"
694
- }, jt = {
782
+ }, ea = {
695
783
  solana: "solana",
696
784
  "solana-devnet": "solana-devnet"
697
785
  };
698
786
  export {
699
- ie as AbiFunctionType,
700
- oe as AbiInputType,
701
- ne as AbiStateMutability,
787
+ ue as AbiFunctionType,
788
+ ye as AbiInputType,
789
+ ve as AbiStateMutability,
702
790
  e as AccountType,
703
- Pt as AchDetailsAccountType,
704
- wt as AddressRiskNetwork,
705
- Ct as AddressRiskRiskLevel,
791
+ V as AddMobileClientRequestPlatform,
792
+ G as AddMobileClientResponsePlatform,
793
+ Xt as AddressRiskNetwork,
794
+ Bt as AddressRiskRiskLevel,
706
795
  i as AssetType,
707
- _ as CapabilityStatus,
708
- Rt as CoolPaymentMethodType,
796
+ s as CapabilityName,
797
+ o as CapabilityStatus,
709
798
  p as CreateDepositDestinationRequestType,
710
- Nt as CreatePaymentMethodRequestAchType,
711
- Dt as CreatePaymentMethodRequestFedwireType,
712
- D as CreateReportDestinationRequestAllOfType,
799
+ M as CreateReportDestinationRequestAllOfType,
713
800
  l as CryptoDepositDestinationType,
714
- o as CustomerType,
715
- I as DeliveryStatus,
801
+ _ as CustomerType,
802
+ j as DeliveryStatus,
716
803
  c as DepositDestinationType,
717
- U as DestinationType,
718
- g as DeveloperJWTAuthenticationType,
719
- T as EmailAuthenticationType,
720
- G as EndUserOnrampFeeType,
721
- K as EndUserOnrampOrderStatus,
804
+ z as DestinationType,
805
+ b as DeveloperJWTAuthenticationType,
806
+ h as EmailAuthenticationType,
807
+ te as EndUserOnrampFeeType,
808
+ ae as EndUserOnrampOrderStatus,
722
809
  t as ErrorType,
723
- $ as EthValueCriterionOperator,
724
- Q as EthValueCriterionType,
725
- te as EvmAddressCriterionOperator,
726
- ee as EvmAddressCriterionType,
727
- re as EvmDataCriterionType,
728
- se as EvmDataParameterConditionListOperator,
729
- _e as EvmDataParameterConditionOperator,
730
- fe as EvmMessageCriterionType,
731
- ve as EvmNetworkCriterionNetworksItem,
732
- ue as EvmNetworkCriterionOperator,
733
- me as EvmNetworkCriterionType,
734
- X as EvmSwapsNetwork,
735
- Ee as EvmTypedAddressConditionOperator,
736
- Ae as EvmTypedNumericalConditionOperator,
737
- z as EvmUserOperationNetwork,
738
- Y as EvmUserOperationStatus,
739
- O as FileType,
740
- R as Frequency,
741
- j as InitiateEmailAuthenticationNextStepType,
742
- F as InitiateEmailAuthenticationRequestType,
743
- L as InitiateSmsAuthenticationNextStepType,
744
- q as InitiateSmsAuthenticationRequestType,
745
- W as InitiateSmsMfaEnrollmentType,
746
- H as InitiateTotpMfaEnrollmentType,
747
- b as InvitationStatus,
748
- ae as KnownAbiType,
749
- qe as KnownIdlType,
750
- Ot as LimitPeriod,
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,
830
+ w as FileType,
831
+ I as Frequency,
832
+ B as InitiateEmailAuthenticationNextStepType,
833
+ W as InitiateEmailAuthenticationRequestType,
834
+ H as InitiateSmsAuthenticationNextStepType,
835
+ X as InitiateSmsAuthenticationRequestType,
836
+ _e as InitiateSmsMfaEnrollmentType,
837
+ ie as InitiateTotpMfaEnrollmentType,
838
+ C as InvitationStatus,
839
+ K as IosAttestationRegistrationResponsePlatform,
840
+ me as KnownAbiType,
841
+ He as KnownIdlType,
751
842
  n as LinkAccountType,
752
- S as LinkableEntityRole,
753
- x as LinkableEntityType,
754
- Z as ListEvmTokenBalancesNetwork,
755
- st as ListSolanaTokenBalancesNetwork,
756
- B as MfaMethod,
757
- Fe as MintAddressCriterionOperator,
758
- Me as MintAddressCriterionType,
759
- de as NetUSDChangeCriterionOperator,
760
- ce as NetUSDChangeCriterionType,
843
+ N as LinkableEntityRole,
844
+ P as LinkableEntityType,
845
+ re as ListEvmTokenBalancesNetwork,
846
+ ft as ListSolanaTokenBalancesNetwork,
847
+ ne as MfaMethod,
848
+ Be as MintAddressCriterionOperator,
849
+ Xe as MintAddressCriterionType,
850
+ Ee as NetUSDChangeCriterionOperator,
851
+ xe as NetUSDChangeCriterionType,
761
852
  d as Network,
762
- h as OAuth2ProviderType,
763
- rt as OnchainDataResultSchemaColumnsItemType,
764
- kt as OnrampLimitType,
765
- Et as OnrampOrderFeeType,
766
- ht as OnrampOrderPaymentMethodTypeId,
767
- At as OnrampOrderStatus,
768
- xt as OnrampPaymentLinkType,
769
- St as OnrampQuotePaymentMethodTypeId,
770
- bt as OnrampUserIdType,
771
- J as PermissionCatalogObjectsItemType,
772
- E as PermissionSubjectType,
773
- A as PermissionVerb,
774
- _t as PolicyScope,
775
- at as PrepareUserOperationRuleAction,
776
- nt as PrepareUserOperationRuleOperation,
777
- Ve as ProgramIdCriterionOperator,
778
- Ye as ProgramIdCriterionType,
779
- Ut as RefreshAccessTokenBodyGrantType,
780
- N as ReportDestinationAllOfType,
781
- w as ReportStatus,
782
- r as RequirementErrorCode,
783
- s as RequirementField,
784
- k as ResourceType,
785
- M as SSHKeyAlgorithm,
786
- C as ScheduleType,
787
- Ft as SendEvmAssetWithEndUserAccountBodyNetwork,
788
- ye as SendEvmTransactionRuleAction,
789
- Te as SendEvmTransactionRuleOperation,
790
- Mt as SendEvmTransactionWithEndUserAccountBodyNetwork,
791
- Xe as SendSolTransactionRuleAction,
792
- Ze as SendSolTransactionRuleOperation,
793
- jt as SendSolanaAssetWithEndUserAccountBodyNetwork,
794
- qt as SendSolanaTransactionWithEndUserAccountBodyNetwork,
795
- it as SendUserOperationRuleAction,
796
- ot as SendUserOperationRuleOperation,
797
- et as SignEvmHashRuleAction,
798
- tt as SignEvmHashRuleOperation,
799
- ge as SignEvmMessageRuleAction,
800
- he as SignEvmMessageRuleOperation,
801
- le as SignEvmTransactionRuleAction,
802
- pe as SignEvmTransactionRuleOperation,
803
- xe as SignEvmTypedDataFieldCriterionType,
804
- ke as SignEvmTypedDataRuleAction,
805
- Re as SignEvmTypedDataRuleOperation,
806
- be as SignEvmTypedDataVerifyingContractCriterionOperator,
807
- Se as SignEvmTypedDataVerifyingContractCriterionType,
808
- Qe as SignSolMessageRuleAction,
809
- $e as SignSolMessageRuleOperation,
810
- Ge as SignSolTransactionRuleAction,
811
- Ke as SignSolTransactionRuleOperation,
812
- f as SmsAuthenticationType,
813
- Pe as SolAddressCriterionOperator,
814
- Oe as SolAddressCriterionType,
815
- ze as SolDataCriterionType,
816
- Le as SolDataParameterConditionListOperator,
817
- je as SolDataParameterConditionOperator,
818
- Je as SolMessageCriterionType,
819
- He as SolNetworkCriterionNetworksItem,
820
- We as SolNetworkCriterionOperator,
821
- Be as SolNetworkCriterionType,
822
- De as SolValueCriterionOperator,
823
- Ne as SolValueCriterionType,
824
- V as SpendPermissionNetwork,
825
- Ce as SplAddressCriterionOperator,
826
- we as SplAddressCriterionType,
827
- Ue as SplValueCriterionOperator,
828
- Ie as SplValueCriterionType,
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,
867
+ f as OrderSide,
868
+ T as OrderStatus,
869
+ g as OrderType,
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,
881
+ r as RequirementStatus,
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,
829
927
  a as Status,
830
- P as TransferColumn,
831
- It as TransferEventEventType,
928
+ Kt as SwiftPaymentMethodAllOfPaymentRail,
929
+ Wt as SwiftPaymentMethodPaymentRail,
930
+ x as TimeInForce,
931
+ U as TransferColumn,
932
+ Ht as TransferEventEventType,
832
933
  v as TransferFeeType,
833
934
  y as TransferRequestAmountType,
834
935
  m as TransferStatus,
835
936
  u as TravelRuleBeneficiaryAllOfWalletType,
836
- gt as X402DiscoveryResourceType,
837
- yt as X402SettleErrorReason,
838
- ft as X402SupportedPaymentKindNetwork,
839
- Tt as X402SupportedPaymentKindScheme,
840
- lt as X402V1PaymentPayloadNetwork,
841
- dt as X402V1PaymentPayloadScheme,
842
- vt as X402V1PaymentRequirementsNetwork,
843
- mt as X402V1PaymentRequirementsScheme,
844
- pt as X402V2PaymentRequirementsScheme,
845
- ut as X402VerifyInvalidReason,
846
- ct as X402Version
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
847
950
  };