@coinbase/cdp-api-client 0.0.80 → 0.0.82

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
- }, a = {
5
+ }, t = {
6
6
  already_exists: "already_exists",
7
7
  bad_gateway: "bad_gateway",
8
8
  faucet_limit_exceeded: "faucet_limit_exceeded",
@@ -33,29 +33,46 @@ const e = {
33
33
  recipient_allowlist_violation: "recipient_allowlist_violation",
34
34
  recipient_allowlist_pending: "recipient_allowlist_pending",
35
35
  travel_rules_recipient_violation: "travel_rules_recipient_violation",
36
- transfer_amount_out_of_bounds: "transfer_amount_out_of_bounds",
37
- transfer_recipient_address_invalid: "transfer_recipient_address_invalid",
38
- transfer_quote_expired: "transfer_quote_expired",
36
+ source_account_invalid: "source_account_invalid",
37
+ target_account_invalid: "target_account_invalid",
38
+ source_account_not_found: "source_account_not_found",
39
+ target_account_not_found: "target_account_not_found",
40
+ source_asset_not_supported: "source_asset_not_supported",
41
+ target_asset_not_supported: "target_asset_not_supported",
42
+ target_email_invalid: "target_email_invalid",
43
+ target_onchain_address_invalid: "target_onchain_address_invalid",
44
+ transfer_amount_invalid: "transfer_amount_invalid",
45
+ transfer_asset_not_supported: "transfer_asset_not_supported",
46
+ insufficient_balance: "insufficient_balance",
47
+ metadata_too_many_entries: "metadata_too_many_entries",
48
+ metadata_key_too_long: "metadata_key_too_long",
49
+ metadata_value_too_long: "metadata_value_too_long",
50
+ travel_rules_field_missing: "travel_rules_field_missing",
51
+ asset_mismatch: "asset_mismatch",
39
52
  mfa_already_enrolled: "mfa_already_enrolled",
40
53
  mfa_invalid_code: "mfa_invalid_code",
41
54
  mfa_flow_expired: "mfa_flow_expired",
42
55
  mfa_required: "mfa_required",
43
56
  mfa_not_enrolled: "mfa_not_enrolled"
44
- }, t = {
57
+ }, a = {
58
+ unlinked: "unlinked",
59
+ pending: "pending",
60
+ linked: "linked"
61
+ }, n = {
45
62
  business: "business",
46
63
  prime: "prime"
47
- }, n = {
64
+ }, i = {
48
65
  fiat: "fiat",
49
66
  crypto: "crypto"
50
- }, i = {
67
+ }, o = {
51
68
  individual: "individual",
52
69
  business: "business"
53
- }, o = {
70
+ }, _ = {
54
71
  enabled: "enabled",
55
72
  restricted: "restricted",
56
73
  disabled: "disabled",
57
74
  pending: "pending"
58
- }, _ = {
75
+ }, s = {
59
76
  individualfirstName: "individual.firstName",
60
77
  individuallastName: "individual.lastName",
61
78
  individualdateOfBirth: "individual.dateOfBirth",
@@ -63,14 +80,14 @@ const e = {
63
80
  individualnationalityCode: "individual.nationalityCode",
64
81
  individualtaxNumber: "individual.taxNumber",
65
82
  individualverificationdocument: "individual.verification.document"
66
- }, s = {
83
+ }, r = {
67
84
  information_missing: "information_missing",
68
85
  invalid_address: "invalid_address",
69
86
  verification_document_dob_mismatch: "verification_document_dob_mismatch",
70
87
  verification_document_expired: "verification_document_expired"
71
- }, r = {
72
- crypto: "crypto"
73
88
  }, c = {
89
+ crypto: "crypto"
90
+ }, d = {
74
91
  base: "base",
75
92
  ethereum: "ethereum",
76
93
  solana: "solana",
@@ -79,41 +96,40 @@ const e = {
79
96
  optimism: "optimism",
80
97
  polygon: "polygon",
81
98
  sui: "sui"
82
- }, d = {
83
- crypto: "crypto"
84
99
  }, l = {
85
100
  crypto: "crypto"
86
101
  }, p = {
102
+ crypto: "crypto"
103
+ }, m = {
87
104
  quoted: "quoted",
88
105
  processing: "processing",
89
106
  completed: "completed",
90
- failed: "failed",
91
- expired: "expired"
92
- }, m = {
107
+ failed: "failed"
108
+ }, v = {
93
109
  bank: "bank",
94
110
  conversion: "conversion",
95
111
  network: "network",
96
112
  other: "other"
97
- }, v = {
113
+ }, u = {
98
114
  custodial: "custodial",
99
115
  self_custody: "self_custody"
100
- }, u = {
116
+ }, y = {
101
117
  target: "target",
102
118
  source: "source"
103
- }, y = {
119
+ }, T = {
104
120
  email: "email"
105
121
  }, f = {
106
122
  sms: "sms"
107
- }, T = {
123
+ }, g = {
108
124
  jwt: "jwt"
109
125
  }, h = {
110
126
  google: "google",
111
127
  apple: "apple",
112
128
  x: "x"
113
- }, x = {
129
+ }, E = {
114
130
  team_member: "team_member",
115
131
  api_key: "api_key"
116
- }, g = {
132
+ }, A = {
117
133
  create_api_key: "create_api_key",
118
134
  read_api_key: "read_api_key",
119
135
  update_api_key: "update_api_key",
@@ -139,13 +155,13 @@ const e = {
139
155
  manage_billing: "manage_billing",
140
156
  view_audit_logs: "view_audit_logs",
141
157
  manage_all: "manage_all"
142
- }, b = {
158
+ }, x = {
143
159
  business: "business",
144
160
  prime: "prime"
145
- }, A = {
161
+ }, S = {
146
162
  admin: "admin",
147
163
  owner: "owner"
148
- }, E = {
164
+ }, b = {
149
165
  pending: "pending",
150
166
  accepted: "accepted",
151
167
  rejected: "rejected",
@@ -153,11 +169,11 @@ const e = {
153
169
  expired: "expired"
154
170
  }, k = {
155
171
  transfers: "transfers"
156
- }, S = {
172
+ }, R = {
157
173
  daily: "daily",
158
174
  weekly: "weekly",
159
175
  monthly: "monthly"
160
- }, R = {
176
+ }, O = {
161
177
  csv: "csv",
162
178
  json: "json",
163
179
  pdf: "pdf"
@@ -185,11 +201,11 @@ const e = {
185
201
  createdAt: "createdAt",
186
202
  updatedAt: "updatedAt",
187
203
  metadata: "metadata"
188
- }, O = {
204
+ }, N = {
189
205
  sftp: "sftp"
190
- }, w = {
206
+ }, D = {
191
207
  sftp: "sftp"
192
- }, N = {
208
+ }, w = {
193
209
  processing: "processing",
194
210
  completed: "completed",
195
211
  failed: "failed",
@@ -197,21 +213,21 @@ const e = {
197
213
  }, C = {
198
214
  oneTime: "oneTime",
199
215
  recurring: "recurring"
200
- }, D = {
216
+ }, I = {
201
217
  completed: "completed",
202
218
  failed: "failed"
203
- }, I = {
204
- sftp: "sftp"
205
219
  }, U = {
220
+ sftp: "sftp"
221
+ }, M = {
206
222
  ed25519: "ed25519",
207
223
  rsa4096: "rsa4096"
208
- }, M = {
224
+ }, F = {
209
225
  email: "email"
210
226
  }, q = {
211
227
  sms: "sms"
212
228
  }, j = {
213
229
  "verify-otp": "verify-otp"
214
- }, F = {
230
+ }, L = {
215
231
  "verify-otp": "verify-otp"
216
232
  }, z = {
217
233
  "base-sepolia": "base-sepolia",
@@ -224,7 +240,7 @@ const e = {
224
240
  avalanche: "avalanche",
225
241
  ethereum: "ethereum",
226
242
  "ethereum-sepolia": "ethereum-sepolia"
227
- }, L = {
243
+ }, Y = {
228
244
  pending: "pending",
229
245
  signed: "signed",
230
246
  broadcast: "broadcast",
@@ -240,82 +256,91 @@ const e = {
240
256
  arbitrum: "arbitrum",
241
257
  avalanche: "avalanche",
242
258
  polygon: "polygon"
243
- }, Y = {
259
+ }, G = {
260
+ FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
261
+ FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
262
+ }, K = {
263
+ ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
264
+ ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
265
+ ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
266
+ ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
267
+ ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
268
+ }, B = {
244
269
  totp: "totp",
245
270
  sms: "sms"
246
- }, B = {
271
+ }, H = {
247
272
  totp: "totp"
248
- }, K = {
249
- sms: "sms"
250
273
  }, W = {
274
+ sms: "sms"
275
+ }, X = {
251
276
  base: "base",
252
277
  ethereum: "ethereum",
253
278
  arbitrum: "arbitrum",
254
279
  optimism: "optimism"
255
- }, H = {
280
+ }, Z = {
256
281
  base: "base",
257
282
  "base-sepolia": "base-sepolia",
258
283
  ethereum: "ethereum"
259
- }, X = {
284
+ }, J = {
260
285
  entity: "entity",
261
286
  project: "project"
262
- }, G = {
287
+ }, Q = {
263
288
  ethValue: "ethValue"
264
- }, Z = {
289
+ }, $ = {
265
290
  ">": ">",
266
291
  ">=": ">=",
267
292
  "<": "<",
268
293
  "<=": "<=",
269
294
  "==": "=="
270
- }, J = {
295
+ }, ee = {
271
296
  evmAddress: "evmAddress"
272
- }, Q = {
297
+ }, te = {
273
298
  in: "in",
274
299
  not_in: "not in"
275
- }, $ = {
300
+ }, ae = {
276
301
  erc20: "erc20",
277
302
  erc721: "erc721",
278
303
  erc1155: "erc1155"
279
- }, ee = {
304
+ }, ne = {
280
305
  pure: "pure",
281
306
  view: "view",
282
307
  nonpayable: "nonpayable",
283
308
  payable: "payable"
284
- }, ae = {
309
+ }, ie = {
285
310
  function: "function"
286
- }, te = {
311
+ }, oe = {
287
312
  constructor: "constructor",
288
313
  error: "error",
289
314
  event: "event",
290
315
  fallback: "fallback",
291
316
  receive: "receive"
292
- }, ne = {
317
+ }, _e = {
293
318
  ">": ">",
294
319
  ">=": ">=",
295
320
  "<": "<",
296
321
  "<=": "<=",
297
322
  "==": "=="
298
- }, ie = {
323
+ }, se = {
299
324
  in: "in",
300
325
  not_in: "not in"
301
- }, oe = {
326
+ }, re = {
302
327
  evmData: "evmData"
303
- }, _e = {
328
+ }, ce = {
304
329
  netUSDChange: "netUSDChange"
305
- }, se = {
330
+ }, de = {
306
331
  ">": ">",
307
332
  ">=": ">=",
308
333
  "<": "<",
309
334
  "<=": "<=",
310
335
  "==": "=="
311
- }, re = {
336
+ }, le = {
312
337
  reject: "reject",
313
338
  accept: "accept"
314
- }, ce = {
339
+ }, pe = {
315
340
  signEvmTransaction: "signEvmTransaction"
316
- }, de = {
341
+ }, me = {
317
342
  evmNetwork: "evmNetwork"
318
- }, le = {
343
+ }, ve = {
319
344
  "base-sepolia": "base-sepolia",
320
345
  base: "base",
321
346
  ethereum: "ethereum",
@@ -326,25 +351,25 @@ const e = {
326
351
  arbitrum: "arbitrum",
327
352
  zora: "zora",
328
353
  bnb: "bnb"
329
- }, pe = {
354
+ }, ue = {
330
355
  in: "in",
331
356
  not_in: "not in"
332
- }, me = {
357
+ }, ye = {
333
358
  reject: "reject",
334
359
  accept: "accept"
335
- }, ve = {
360
+ }, Te = {
336
361
  sendEvmTransaction: "sendEvmTransaction"
337
- }, ue = {
362
+ }, fe = {
338
363
  evmMessage: "evmMessage"
339
- }, ye = {
364
+ }, ge = {
340
365
  reject: "reject",
341
366
  accept: "accept"
342
- }, fe = {
367
+ }, he = {
343
368
  signEvmMessage: "signEvmMessage"
344
- }, Te = {
369
+ }, Ee = {
345
370
  in: "in",
346
371
  not_in: "not in"
347
- }, he = {
372
+ }, Ae = {
348
373
  ">": ">",
349
374
  ">=": ">=",
350
375
  "<": "<",
@@ -352,114 +377,114 @@ const e = {
352
377
  "==": "=="
353
378
  }, xe = {
354
379
  evmTypedDataField: "evmTypedDataField"
355
- }, ge = {
380
+ }, Se = {
356
381
  evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
357
382
  }, be = {
358
383
  in: "in",
359
384
  not_in: "not in"
360
- }, Ae = {
385
+ }, ke = {
361
386
  reject: "reject",
362
387
  accept: "accept"
363
- }, Ee = {
388
+ }, Re = {
364
389
  signEvmTypedData: "signEvmTypedData"
365
- }, ke = {
390
+ }, Oe = {
366
391
  solAddress: "solAddress"
367
- }, Se = {
392
+ }, Pe = {
368
393
  in: "in",
369
394
  not_in: "not in"
370
- }, Re = {
395
+ }, Ne = {
371
396
  solValue: "solValue"
372
- }, Pe = {
397
+ }, De = {
373
398
  ">": ">",
374
399
  ">=": ">=",
375
400
  "<": "<",
376
401
  "<=": "<=",
377
402
  "==": "=="
378
- }, Oe = {
379
- splAddress: "splAddress"
380
403
  }, we = {
404
+ splAddress: "splAddress"
405
+ }, Ce = {
381
406
  in: "in",
382
407
  not_in: "not in"
383
- }, Ne = {
408
+ }, Ie = {
384
409
  splValue: "splValue"
385
- }, Ce = {
410
+ }, Ue = {
386
411
  ">": ">",
387
412
  ">=": ">=",
388
413
  "<": "<",
389
414
  "<=": "<=",
390
415
  "==": "=="
391
- }, De = {
416
+ }, Me = {
392
417
  mintAddress: "mintAddress"
393
- }, Ie = {
418
+ }, Fe = {
394
419
  in: "in",
395
420
  not_in: "not in"
396
- }, Ue = {
421
+ }, qe = {
397
422
  SystemProgram: "SystemProgram",
398
423
  TokenProgram: "TokenProgram",
399
424
  AssociatedTokenProgram: "AssociatedTokenProgram"
400
- }, Me = {
425
+ }, je = {
401
426
  ">": ">",
402
427
  ">=": ">=",
403
428
  "<": "<",
404
429
  "<=": "<=",
405
430
  "==": "=="
406
- }, qe = {
431
+ }, Le = {
407
432
  in: "in",
408
433
  not_in: "not in"
409
- }, je = {
434
+ }, ze = {
410
435
  solData: "solData"
411
- }, Fe = {
436
+ }, Ye = {
412
437
  programId: "programId"
413
- }, ze = {
438
+ }, Ve = {
414
439
  in: "in",
415
440
  not_in: "not in"
416
- }, Le = {
441
+ }, Ge = {
417
442
  reject: "reject",
418
443
  accept: "accept"
419
- }, Ve = {
444
+ }, Ke = {
420
445
  signSolTransaction: "signSolTransaction"
421
- }, Ye = {
422
- solNetwork: "solNetwork"
423
446
  }, Be = {
447
+ solNetwork: "solNetwork"
448
+ }, He = {
424
449
  "solana-devnet": "solana-devnet",
425
450
  solana: "solana"
426
- }, Ke = {
451
+ }, We = {
427
452
  in: "in",
428
453
  not_in: "not in"
429
- }, We = {
454
+ }, Xe = {
430
455
  reject: "reject",
431
456
  accept: "accept"
432
- }, He = {
457
+ }, Ze = {
433
458
  sendSolTransaction: "sendSolTransaction"
434
- }, Xe = {
459
+ }, Je = {
435
460
  solMessage: "solMessage"
436
- }, Ge = {
461
+ }, Qe = {
437
462
  reject: "reject",
438
463
  accept: "accept"
439
- }, Ze = {
464
+ }, $e = {
440
465
  signSolMessage: "signSolMessage"
441
- }, Je = {
466
+ }, et = {
442
467
  reject: "reject",
443
468
  accept: "accept"
444
- }, Qe = {
469
+ }, tt = {
445
470
  signEvmHash: "signEvmHash"
446
- }, $e = {
471
+ }, at = {
447
472
  reject: "reject",
448
473
  accept: "accept"
449
- }, ea = {
474
+ }, nt = {
450
475
  prepareUserOperation: "prepareUserOperation"
451
- }, aa = {
476
+ }, it = {
452
477
  reject: "reject",
453
478
  accept: "accept"
454
- }, ta = {
479
+ }, ot = {
455
480
  sendUserOperation: "sendUserOperation"
456
- }, na = {
481
+ }, _t = {
457
482
  project: "project",
458
483
  account: "account"
459
- }, ia = {
484
+ }, st = {
460
485
  solana: "solana",
461
486
  "solana-devnet": "solana-devnet"
462
- }, oa = {
487
+ }, rt = {
463
488
  String: "String",
464
489
  UInt8: "UInt8",
465
490
  UInt16: "UInt16",
@@ -480,26 +505,26 @@ const e = {
480
505
  DateTime: "DateTime",
481
506
  DateTime64: "DateTime64",
482
507
  UUID: "UUID"
483
- }, _a = {
508
+ }, ct = {
484
509
  NUMBER_1: 1,
485
510
  NUMBER_2: 2
486
- }, sa = {
511
+ }, dt = {
487
512
  exact: "exact"
488
- }, ra = {
513
+ }, lt = {
489
514
  "base-sepolia": "base-sepolia",
490
515
  base: "base",
491
516
  "solana-devnet": "solana-devnet",
492
517
  solana: "solana"
493
- }, ca = {
518
+ }, pt = {
494
519
  exact: "exact"
495
- }, da = {
520
+ }, mt = {
496
521
  exact: "exact"
497
- }, la = {
522
+ }, vt = {
498
523
  "base-sepolia": "base-sepolia",
499
524
  base: "base",
500
525
  "solana-devnet": "solana-devnet",
501
526
  solana: "solana"
502
- }, pa = {
527
+ }, ut = {
503
528
  insufficient_funds: "insufficient_funds",
504
529
  invalid_scheme: "invalid_scheme",
505
530
  invalid_network: "invalid_network",
@@ -534,8 +559,9 @@ const e = {
534
559
  invalid_exact_svm_payload_transaction_simulation_failed: "invalid_exact_svm_payload_transaction_simulation_failed",
535
560
  invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata: "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata",
536
561
  invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts: "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts",
537
- invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds"
538
- }, ma = {
562
+ invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds",
563
+ unknown_error: "unknown_error"
564
+ }, yt = {
539
565
  insufficient_funds: "insufficient_funds",
540
566
  invalid_scheme: "invalid_scheme",
541
567
  invalid_network: "invalid_network",
@@ -575,10 +601,11 @@ const e = {
575
601
  settle_exact_node_failure: "settle_exact_node_failure",
576
602
  settle_exact_failed_onchain: "settle_exact_failed_onchain",
577
603
  settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
578
- settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out"
579
- }, va = {
604
+ settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out",
605
+ unknown_error: "unknown_error"
606
+ }, Tt = {
580
607
  exact: "exact"
581
- }, ua = {
608
+ }, ft = {
582
609
  "base-sepolia": "base-sepolia",
583
610
  base: "base",
584
611
  "solana-devnet": "solana-devnet",
@@ -587,59 +614,63 @@ const e = {
587
614
  "eip155:84532": "eip155:84532",
588
615
  "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
589
616
  "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"
590
- }, ya = {
617
+ }, gt = {
591
618
  http: "http"
592
- }, fa = {
619
+ }, ht = {
593
620
  GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
594
- }, Ta = {
621
+ }, Et = {
595
622
  FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
596
623
  FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
597
- }, ha = {
624
+ }, At = {
598
625
  ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
599
626
  ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
600
627
  ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
601
628
  ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
602
629
  ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
603
- }, xa = {
630
+ }, xt = {
604
631
  PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
605
- }, ga = {
632
+ }, St = {
606
633
  CARD: "CARD",
607
634
  ACH: "ACH",
608
635
  APPLE_PAY: "APPLE_PAY",
609
636
  PAYPAL: "PAYPAL",
610
637
  FIAT_WALLET: "FIAT_WALLET",
611
638
  CRYPTO_WALLET: "CRYPTO_WALLET"
612
- }, ba = {
639
+ }, bt = {
640
+ phone_number: "phone_number"
641
+ }, kt = {
642
+ weekly_spending: "weekly_spending",
643
+ lifetime_transactions: "lifetime_transactions"
644
+ }, Rt = {
613
645
  ach: "ach",
614
646
  fedwire: "fedwire"
615
- }, Aa = {
647
+ }, Ot = {
616
648
  unknown: "unknown",
617
649
  daily: "daily",
618
650
  weekly: "weekly",
619
651
  monthly: "monthly",
620
652
  biweekly: "biweekly"
621
- }, Ea = {
653
+ }, Pt = {
622
654
  checking: "checking",
623
655
  savings: "savings"
624
- }, ka = {
656
+ }, Nt = {
625
657
  ach: "ach"
626
- }, Sa = {
658
+ }, Dt = {
627
659
  fedwire: "fedwire"
628
- }, Ra = {
660
+ }, wt = {
629
661
  base: "base",
630
662
  ethereum: "ethereum"
631
- }, Pa = {
663
+ }, Ct = {
632
664
  risk_indicated: "risk_indicated",
633
665
  no_risk_indicated: "no_risk_indicated"
634
- }, Oa = {
666
+ }, It = {
635
667
  paymentstransfersquoted: "payments.transfers.quoted",
636
668
  paymentstransfersprocessing: "payments.transfers.processing",
637
669
  paymentstransferscompleted: "payments.transfers.completed",
638
- paymentstransfersfailed: "payments.transfers.failed",
639
- paymentstransfersexpired: "payments.transfers.expired"
640
- }, wa = {
670
+ paymentstransfersfailed: "payments.transfers.failed"
671
+ }, Ut = {
641
672
  refresh_token: "refresh_token"
642
- }, Na = {
673
+ }, Mt = {
643
674
  base: "base",
644
675
  "base-sepolia": "base-sepolia",
645
676
  ethereum: "ethereum",
@@ -648,7 +679,7 @@ const e = {
648
679
  polygon: "polygon",
649
680
  optimism: "optimism",
650
681
  arbitrum: "arbitrum"
651
- }, Ca = {
682
+ }, Ft = {
652
683
  base: "base",
653
684
  "base-sepolia": "base-sepolia",
654
685
  ethereum: "ethereum",
@@ -657,155 +688,160 @@ const e = {
657
688
  polygon: "polygon",
658
689
  optimism: "optimism",
659
690
  arbitrum: "arbitrum"
660
- }, Da = {
691
+ }, qt = {
661
692
  solana: "solana",
662
693
  "solana-devnet": "solana-devnet"
663
- }, Ia = {
694
+ }, jt = {
664
695
  solana: "solana",
665
696
  "solana-devnet": "solana-devnet"
666
697
  };
667
698
  export {
668
- ae as AbiFunctionType,
669
- te as AbiInputType,
670
- ee as AbiStateMutability,
699
+ ie as AbiFunctionType,
700
+ oe as AbiInputType,
701
+ ne as AbiStateMutability,
671
702
  e as AccountType,
672
- Ea as AchDetailsAccountType,
673
- Ra as AddressRiskNetwork,
674
- Pa as AddressRiskRiskLevel,
675
- n as AssetType,
676
- o as CapabilityStatus,
677
- ba as CoolPaymentMethodType,
678
- l as CreateDepositDestinationRequestType,
679
- ka as CreatePaymentMethodRequestAchType,
680
- Sa as CreatePaymentMethodRequestFedwireType,
681
- w as CreateReportDestinationRequestAllOfType,
682
- d as CryptoDepositDestinationType,
683
- i as CustomerType,
684
- D as DeliveryStatus,
685
- r as DepositDestinationType,
686
- I as DestinationType,
687
- T as DeveloperJWTAuthenticationType,
688
- y as EmailAuthenticationType,
689
- a as ErrorType,
690
- Z as EthValueCriterionOperator,
691
- G as EthValueCriterionType,
692
- Q as EvmAddressCriterionOperator,
693
- J as EvmAddressCriterionType,
694
- oe as EvmDataCriterionType,
695
- ie as EvmDataParameterConditionListOperator,
696
- ne as EvmDataParameterConditionOperator,
697
- ue as EvmMessageCriterionType,
698
- le as EvmNetworkCriterionNetworksItem,
699
- pe as EvmNetworkCriterionOperator,
700
- de as EvmNetworkCriterionType,
701
- W as EvmSwapsNetwork,
702
- Te as EvmTypedAddressConditionOperator,
703
- he as EvmTypedNumericalConditionOperator,
703
+ Pt as AchDetailsAccountType,
704
+ wt as AddressRiskNetwork,
705
+ Ct as AddressRiskRiskLevel,
706
+ i as AssetType,
707
+ _ as CapabilityStatus,
708
+ Rt as CoolPaymentMethodType,
709
+ p as CreateDepositDestinationRequestType,
710
+ Nt as CreatePaymentMethodRequestAchType,
711
+ Dt as CreatePaymentMethodRequestFedwireType,
712
+ D as CreateReportDestinationRequestAllOfType,
713
+ l as CryptoDepositDestinationType,
714
+ o as CustomerType,
715
+ I as DeliveryStatus,
716
+ 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,
704
737
  z as EvmUserOperationNetwork,
705
- L as EvmUserOperationStatus,
706
- R as FileType,
707
- S as Frequency,
738
+ Y as EvmUserOperationStatus,
739
+ O as FileType,
740
+ R as Frequency,
708
741
  j as InitiateEmailAuthenticationNextStepType,
709
- M as InitiateEmailAuthenticationRequestType,
710
- F as InitiateSmsAuthenticationNextStepType,
742
+ F as InitiateEmailAuthenticationRequestType,
743
+ L as InitiateSmsAuthenticationNextStepType,
711
744
  q as InitiateSmsAuthenticationRequestType,
712
- K as InitiateSmsMfaEnrollmentType,
713
- B as InitiateTotpMfaEnrollmentType,
714
- E as InvitationStatus,
715
- $ as KnownAbiType,
716
- Ue as KnownIdlType,
717
- Aa as LimitPeriod,
718
- t as LinkAccountType,
719
- A as LinkableEntityRole,
720
- b as LinkableEntityType,
721
- H as ListEvmTokenBalancesNetwork,
722
- ia as ListSolanaTokenBalancesNetwork,
723
- Y as MfaMethod,
724
- Ie as MintAddressCriterionOperator,
725
- De as MintAddressCriterionType,
726
- se as NetUSDChangeCriterionOperator,
727
- _e as NetUSDChangeCriterionType,
728
- c as Network,
745
+ W as InitiateSmsMfaEnrollmentType,
746
+ H as InitiateTotpMfaEnrollmentType,
747
+ b as InvitationStatus,
748
+ ae as KnownAbiType,
749
+ qe as KnownIdlType,
750
+ Ot as LimitPeriod,
751
+ 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,
761
+ d as Network,
729
762
  h as OAuth2ProviderType,
730
- oa as OnchainDataResultSchemaColumnsItemType,
731
- Ta as OnrampOrderFeeType,
732
- fa as OnrampOrderPaymentMethodTypeId,
733
- ha as OnrampOrderStatus,
734
- xa as OnrampPaymentLinkType,
735
- ga as OnrampQuotePaymentMethodTypeId,
736
- X as PermissionCatalogObjectsItemType,
737
- x as PermissionSubjectType,
738
- g as PermissionVerb,
739
- na as PolicyScope,
740
- $e as PrepareUserOperationRuleAction,
741
- ea as PrepareUserOperationRuleOperation,
742
- ze as ProgramIdCriterionOperator,
743
- Fe as ProgramIdCriterionType,
744
- wa as RefreshAccessTokenBodyGrantType,
745
- O as ReportDestinationAllOfType,
746
- N as ReportStatus,
747
- s as RequirementErrorCode,
748
- _ as RequirementField,
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,
749
784
  k as ResourceType,
750
- U as SSHKeyAlgorithm,
785
+ M as SSHKeyAlgorithm,
751
786
  C as ScheduleType,
752
- Ca as SendEvmAssetWithEndUserAccountBodyNetwork,
753
- me as SendEvmTransactionRuleAction,
754
- ve as SendEvmTransactionRuleOperation,
755
- Na as SendEvmTransactionWithEndUserAccountBodyNetwork,
756
- We as SendSolTransactionRuleAction,
757
- He as SendSolTransactionRuleOperation,
758
- Ia as SendSolanaAssetWithEndUserAccountBodyNetwork,
759
- Da as SendSolanaTransactionWithEndUserAccountBodyNetwork,
760
- aa as SendUserOperationRuleAction,
761
- ta as SendUserOperationRuleOperation,
762
- Je as SignEvmHashRuleAction,
763
- Qe as SignEvmHashRuleOperation,
764
- ye as SignEvmMessageRuleAction,
765
- fe as SignEvmMessageRuleOperation,
766
- re as SignEvmTransactionRuleAction,
767
- ce as SignEvmTransactionRuleOperation,
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,
768
803
  xe as SignEvmTypedDataFieldCriterionType,
769
- Ae as SignEvmTypedDataRuleAction,
770
- Ee as SignEvmTypedDataRuleOperation,
804
+ ke as SignEvmTypedDataRuleAction,
805
+ Re as SignEvmTypedDataRuleOperation,
771
806
  be as SignEvmTypedDataVerifyingContractCriterionOperator,
772
- ge as SignEvmTypedDataVerifyingContractCriterionType,
773
- Ge as SignSolMessageRuleAction,
774
- Ze as SignSolMessageRuleOperation,
775
- Le as SignSolTransactionRuleAction,
776
- Ve as SignSolTransactionRuleOperation,
807
+ Se as SignEvmTypedDataVerifyingContractCriterionType,
808
+ Qe as SignSolMessageRuleAction,
809
+ $e as SignSolMessageRuleOperation,
810
+ Ge as SignSolTransactionRuleAction,
811
+ Ke as SignSolTransactionRuleOperation,
777
812
  f as SmsAuthenticationType,
778
- Se as SolAddressCriterionOperator,
779
- ke as SolAddressCriterionType,
780
- je as SolDataCriterionType,
781
- qe as SolDataParameterConditionListOperator,
782
- Me as SolDataParameterConditionOperator,
783
- Xe as SolMessageCriterionType,
784
- Be as SolNetworkCriterionNetworksItem,
785
- Ke as SolNetworkCriterionOperator,
786
- Ye as SolNetworkCriterionType,
787
- Pe as SolValueCriterionOperator,
788
- Re as SolValueCriterionType,
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,
789
824
  V as SpendPermissionNetwork,
790
- we as SplAddressCriterionOperator,
791
- Oe as SplAddressCriterionType,
792
- Ce as SplValueCriterionOperator,
793
- Ne as SplValueCriterionType,
825
+ Ce as SplAddressCriterionOperator,
826
+ we as SplAddressCriterionType,
827
+ Ue as SplValueCriterionOperator,
828
+ Ie as SplValueCriterionType,
829
+ a as Status,
794
830
  P as TransferColumn,
795
- Oa as TransferEventEventType,
796
- m as TransferFeeType,
797
- u as TransferRequestAmountType,
798
- p as TransferStatus,
799
- v as TravelRuleBeneficiaryAllOfWalletType,
800
- ya as X402DiscoveryResourceType,
801
- ma as X402SettleErrorReason,
802
- ua as X402SupportedPaymentKindNetwork,
803
- va as X402SupportedPaymentKindScheme,
804
- ra as X402V1PaymentPayloadNetwork,
805
- sa as X402V1PaymentPayloadScheme,
806
- la as X402V1PaymentRequirementsNetwork,
807
- da as X402V1PaymentRequirementsScheme,
808
- ca as X402V2PaymentRequirementsScheme,
809
- pa as X402VerifyInvalidReason,
810
- _a as X402Version
831
+ It as TransferEventEventType,
832
+ v as TransferFeeType,
833
+ y as TransferRequestAmountType,
834
+ m as TransferStatus,
835
+ 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
811
847
  };