@coinbase/cdp-api-client 0.0.87 → 0.0.89

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