@coinbase/cdp-api-client 0.0.58 → 0.0.61

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.
@@ -34,23 +34,28 @@ const e = {
34
34
  recipient_allowlist_pending: "recipient_allowlist_pending",
35
35
  travel_rules_recipient_violation: "travel_rules_recipient_violation"
36
36
  }, t = {
37
- entity: "entity",
38
- customer: "customer"
39
- }, n = {
40
37
  business: "business",
41
38
  prime: "prime"
42
- }, i = {
39
+ }, n = {
43
40
  fiat: "fiat",
44
41
  crypto: "crypto"
45
- }, o = {
42
+ }, i = {
46
43
  individual: "individual",
47
44
  business: "business"
48
- }, r = {
45
+ }, o = {
49
46
  enabled: "enabled",
50
47
  restricted: "restricted",
51
48
  disabled: "disabled",
52
49
  pending: "pending"
53
50
  }, _ = {
51
+ individualfirstName: "individual.firstName",
52
+ individuallastName: "individual.lastName",
53
+ individualdateOfBirth: "individual.dateOfBirth",
54
+ individualaddress: "individual.address",
55
+ individualnationalityCode: "individual.nationalityCode",
56
+ individualtaxNumber: "individual.taxNumber",
57
+ individualverificationdocument: "individual.verification.document"
58
+ }, r = {
54
59
  information_missing: "information_missing",
55
60
  invalid_address: "invalid_address",
56
61
  verification_document_dob_mismatch: "verification_document_dob_mismatch",
@@ -85,16 +90,12 @@ const e = {
85
90
  exchange_fee: "exchange_fee",
86
91
  spread_fee: "spread_fee"
87
92
  }, l = {
88
- fedwire: "fedwire"
89
- }, p = {
90
- usd: "usd"
91
- }, m = {
92
93
  user_requested: "user_requested",
93
94
  compliance_reversal: "compliance_reversal",
94
95
  fraud_reversal: "fraud_reversal",
95
96
  network_reversal: "network_reversal",
96
97
  system_reversal: "system_reversal"
97
- }, v = {
98
+ }, p = {
98
99
  user_canceled: "user_canceled",
99
100
  system_canceled: "system_canceled",
100
101
  expired: "expired",
@@ -102,23 +103,23 @@ const e = {
102
103
  risk_canceled: "risk_canceled",
103
104
  duplicate_canceled: "duplicate_canceled",
104
105
  insufficient_funds_canceled: "insufficient_funds_canceled"
105
- }, u = {
106
+ }, m = {
106
107
  target: "target",
107
108
  source: "source"
108
- }, y = {
109
+ }, v = {
109
110
  email: "email"
110
- }, T = {
111
+ }, u = {
111
112
  sms: "sms"
112
- }, g = {
113
+ }, y = {
113
114
  jwt: "jwt"
114
- }, h = {
115
+ }, T = {
115
116
  google: "google",
116
117
  apple: "apple",
117
118
  x: "x"
118
- }, b = {
119
+ }, g = {
119
120
  team_member: "team_member",
120
121
  api_key: "api_key"
121
- }, f = {
122
+ }, h = {
122
123
  create_api_key: "create_api_key",
123
124
  read_api_key: "read_api_key",
124
125
  update_api_key: "update_api_key",
@@ -144,27 +145,27 @@ const e = {
144
145
  manage_billing: "manage_billing",
145
146
  view_audit_logs: "view_audit_logs",
146
147
  manage_all: "manage_all"
147
- }, E = {
148
+ }, f = {
148
149
  business: "business",
149
150
  prime: "prime"
150
- }, A = {
151
+ }, b = {
151
152
  admin: "admin",
152
153
  owner: "owner"
153
- }, S = {
154
+ }, x = {
154
155
  pending: "pending",
155
156
  accepted: "accepted",
156
157
  rejected: "rejected",
157
158
  canceled: "canceled",
158
159
  expired: "expired"
159
- }, x = {
160
+ }, E = {
160
161
  email: "email"
161
- }, k = {
162
+ }, A = {
162
163
  sms: "sms"
163
- }, P = {
164
+ }, S = {
164
165
  "verify-otp": "verify-otp"
165
- }, O = {
166
+ }, k = {
166
167
  "verify-otp": "verify-otp"
167
- }, R = {
168
+ }, P = {
168
169
  "base-sepolia": "base-sepolia",
169
170
  base: "base",
170
171
  arbitrum: "arbitrum",
@@ -175,14 +176,14 @@ const e = {
175
176
  avalanche: "avalanche",
176
177
  ethereum: "ethereum",
177
178
  "ethereum-sepolia": "ethereum-sepolia"
178
- }, C = {
179
+ }, O = {
179
180
  pending: "pending",
180
181
  signed: "signed",
181
182
  broadcast: "broadcast",
182
183
  complete: "complete",
183
184
  dropped: "dropped",
184
185
  failed: "failed"
185
- }, w = {
186
+ }, R = {
186
187
  base: "base",
187
188
  "base-sepolia": "base-sepolia",
188
189
  ethereum: "ethereum",
@@ -191,75 +192,75 @@ const e = {
191
192
  arbitrum: "arbitrum",
192
193
  avalanche: "avalanche",
193
194
  polygon: "polygon"
194
- }, N = {
195
+ }, C = {
195
196
  base: "base",
196
197
  ethereum: "ethereum",
197
198
  arbitrum: "arbitrum",
198
199
  optimism: "optimism"
199
- }, D = {
200
+ }, N = {
200
201
  base: "base",
201
202
  "base-sepolia": "base-sepolia",
202
203
  ethereum: "ethereum"
203
- }, I = {
204
+ }, w = {
204
205
  entity: "entity",
205
206
  project: "project"
206
- }, U = {
207
+ }, D = {
207
208
  ethValue: "ethValue"
208
- }, M = {
209
+ }, I = {
209
210
  ">": ">",
210
211
  ">=": ">=",
211
212
  "<": "<",
212
213
  "<=": "<=",
213
214
  "==": "=="
214
- }, j = {
215
+ }, U = {
215
216
  evmAddress: "evmAddress"
216
- }, L = {
217
+ }, M = {
217
218
  in: "in",
218
219
  not_in: "not in"
219
- }, z = {
220
+ }, j = {
220
221
  erc20: "erc20",
221
222
  erc721: "erc721",
222
223
  erc1155: "erc1155"
223
- }, q = {
224
+ }, z = {
224
225
  pure: "pure",
225
226
  view: "view",
226
227
  nonpayable: "nonpayable",
227
228
  payable: "payable"
228
- }, Y = {
229
+ }, L = {
229
230
  function: "function"
230
- }, F = {
231
+ }, q = {
231
232
  constructor: "constructor",
232
233
  error: "error",
233
234
  event: "event",
234
235
  fallback: "fallback",
235
236
  receive: "receive"
236
- }, V = {
237
+ }, F = {
237
238
  ">": ">",
238
239
  ">=": ">=",
239
240
  "<": "<",
240
241
  "<=": "<=",
241
242
  "==": "=="
242
- }, H = {
243
+ }, Y = {
243
244
  in: "in",
244
245
  not_in: "not in"
245
- }, X = {
246
+ }, V = {
246
247
  evmData: "evmData"
247
- }, G = {
248
- netUSDChange: "netUSDChange"
249
248
  }, B = {
249
+ netUSDChange: "netUSDChange"
250
+ }, H = {
250
251
  ">": ">",
251
252
  ">=": ">=",
252
253
  "<": "<",
253
254
  "<=": "<=",
254
255
  "==": "=="
255
- }, K = {
256
+ }, X = {
256
257
  reject: "reject",
257
258
  accept: "accept"
258
- }, W = {
259
+ }, G = {
259
260
  signEvmTransaction: "signEvmTransaction"
260
- }, J = {
261
+ }, K = {
261
262
  evmNetwork: "evmNetwork"
262
- }, Q = {
263
+ }, W = {
263
264
  "base-sepolia": "base-sepolia",
264
265
  base: "base",
265
266
  ethereum: "ethereum",
@@ -270,140 +271,140 @@ const e = {
270
271
  arbitrum: "arbitrum",
271
272
  zora: "zora",
272
273
  bnb: "bnb"
273
- }, Z = {
274
+ }, J = {
274
275
  in: "in",
275
276
  not_in: "not in"
276
- }, $ = {
277
+ }, Q = {
277
278
  reject: "reject",
278
279
  accept: "accept"
279
- }, ee = {
280
+ }, Z = {
280
281
  sendEvmTransaction: "sendEvmTransaction"
281
- }, ae = {
282
+ }, $ = {
282
283
  evmMessage: "evmMessage"
283
- }, te = {
284
+ }, ee = {
284
285
  reject: "reject",
285
286
  accept: "accept"
286
- }, ne = {
287
+ }, ae = {
287
288
  signEvmMessage: "signEvmMessage"
288
- }, ie = {
289
+ }, te = {
289
290
  in: "in",
290
291
  not_in: "not in"
291
- }, oe = {
292
+ }, ne = {
292
293
  ">": ">",
293
294
  ">=": ">=",
294
295
  "<": "<",
295
296
  "<=": "<=",
296
297
  "==": "=="
297
- }, re = {
298
+ }, ie = {
298
299
  evmTypedDataField: "evmTypedDataField"
299
- }, _e = {
300
+ }, oe = {
300
301
  evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
301
- }, se = {
302
+ }, _e = {
302
303
  in: "in",
303
304
  not_in: "not in"
304
- }, ce = {
305
+ }, re = {
305
306
  reject: "reject",
306
307
  accept: "accept"
307
- }, de = {
308
+ }, se = {
308
309
  signEvmTypedData: "signEvmTypedData"
309
- }, le = {
310
+ }, ce = {
310
311
  solAddress: "solAddress"
311
- }, pe = {
312
+ }, de = {
312
313
  in: "in",
313
314
  not_in: "not in"
314
- }, me = {
315
+ }, le = {
315
316
  solValue: "solValue"
316
- }, ve = {
317
+ }, pe = {
317
318
  ">": ">",
318
319
  ">=": ">=",
319
320
  "<": "<",
320
321
  "<=": "<=",
321
322
  "==": "=="
322
- }, ue = {
323
+ }, me = {
323
324
  splAddress: "splAddress"
324
- }, ye = {
325
+ }, ve = {
325
326
  in: "in",
326
327
  not_in: "not in"
327
- }, Te = {
328
+ }, ue = {
328
329
  splValue: "splValue"
329
- }, ge = {
330
+ }, ye = {
330
331
  ">": ">",
331
332
  ">=": ">=",
332
333
  "<": "<",
333
334
  "<=": "<=",
334
335
  "==": "=="
335
- }, he = {
336
+ }, Te = {
336
337
  mintAddress: "mintAddress"
337
- }, be = {
338
+ }, ge = {
338
339
  in: "in",
339
340
  not_in: "not in"
340
- }, fe = {
341
+ }, he = {
341
342
  SystemProgram: "SystemProgram",
342
343
  TokenProgram: "TokenProgram",
343
344
  AssociatedTokenProgram: "AssociatedTokenProgram"
344
- }, Ee = {
345
+ }, fe = {
345
346
  ">": ">",
346
347
  ">=": ">=",
347
348
  "<": "<",
348
349
  "<=": "<=",
349
350
  "==": "=="
350
- }, Ae = {
351
+ }, be = {
351
352
  in: "in",
352
353
  not_in: "not in"
353
- }, Se = {
354
- solData: "solData"
355
354
  }, xe = {
355
+ solData: "solData"
356
+ }, Ee = {
356
357
  programId: "programId"
357
- }, ke = {
358
+ }, Ae = {
358
359
  in: "in",
359
360
  not_in: "not in"
360
- }, Pe = {
361
+ }, Se = {
361
362
  reject: "reject",
362
363
  accept: "accept"
363
- }, Oe = {
364
+ }, ke = {
364
365
  signSolTransaction: "signSolTransaction"
365
- }, Re = {
366
+ }, Pe = {
366
367
  solNetwork: "solNetwork"
367
- }, Ce = {
368
+ }, Oe = {
368
369
  "solana-devnet": "solana-devnet",
369
370
  solana: "solana"
370
- }, we = {
371
+ }, Re = {
371
372
  in: "in",
372
373
  not_in: "not in"
373
- }, Ne = {
374
+ }, Ce = {
374
375
  reject: "reject",
375
376
  accept: "accept"
376
- }, De = {
377
+ }, Ne = {
377
378
  sendSolTransaction: "sendSolTransaction"
378
- }, Ie = {
379
+ }, we = {
379
380
  solMessage: "solMessage"
380
- }, Ue = {
381
+ }, De = {
381
382
  reject: "reject",
382
383
  accept: "accept"
383
- }, Me = {
384
+ }, Ie = {
384
385
  signSolMessage: "signSolMessage"
385
- }, je = {
386
+ }, Ue = {
386
387
  reject: "reject",
387
388
  accept: "accept"
388
- }, Le = {
389
+ }, Me = {
389
390
  signEvmHash: "signEvmHash"
390
- }, ze = {
391
+ }, je = {
391
392
  reject: "reject",
392
393
  accept: "accept"
393
- }, qe = {
394
+ }, ze = {
394
395
  prepareUserOperation: "prepareUserOperation"
395
- }, Ye = {
396
+ }, Le = {
396
397
  reject: "reject",
397
398
  accept: "accept"
398
- }, Fe = {
399
+ }, qe = {
399
400
  sendUserOperation: "sendUserOperation"
400
- }, Ve = {
401
+ }, Fe = {
401
402
  project: "project",
402
403
  account: "account"
403
- }, He = {
404
+ }, Ye = {
404
405
  solana: "solana",
405
406
  "solana-devnet": "solana-devnet"
406
- }, Xe = {
407
+ }, Ve = {
407
408
  String: "String",
408
409
  UInt8: "UInt8",
409
410
  UInt16: "UInt16",
@@ -424,23 +425,23 @@ const e = {
424
425
  DateTime: "DateTime",
425
426
  DateTime64: "DateTime64",
426
427
  UUID: "UUID"
427
- }, Ge = {
428
- NUMBER_1: 1
429
428
  }, Be = {
429
+ NUMBER_1: 1
430
+ }, He = {
430
431
  exact: "exact"
431
- }, Ke = {
432
+ }, Xe = {
432
433
  "base-sepolia": "base-sepolia",
433
434
  base: "base",
434
435
  "solana-devnet": "solana-devnet",
435
436
  solana: "solana"
436
- }, We = {
437
+ }, Ge = {
437
438
  exact: "exact"
438
- }, Je = {
439
+ }, Ke = {
439
440
  "base-sepolia": "base-sepolia",
440
441
  base: "base",
441
442
  "solana-devnet": "solana-devnet",
442
443
  solana: "solana"
443
- }, Qe = {
444
+ }, We = {
444
445
  insufficient_funds: "insufficient_funds",
445
446
  invalid_scheme: "invalid_scheme",
446
447
  invalid_network: "invalid_network",
@@ -448,6 +449,7 @@ const e = {
448
449
  invalid_payment_requirements: "invalid_payment_requirements",
449
450
  invalid_payload: "invalid_payload",
450
451
  invalid_exact_evm_payload_authorization_value: "invalid_exact_evm_payload_authorization_value",
452
+ invalid_exact_evm_payload_authorization_value_too_low: "invalid_exact_evm_payload_authorization_value_too_low",
451
453
  invalid_exact_evm_payload_authorization_valid_after: "invalid_exact_evm_payload_authorization_valid_after",
452
454
  invalid_exact_evm_payload_authorization_valid_before: "invalid_exact_evm_payload_authorization_valid_before",
453
455
  invalid_exact_evm_payload_authorization_typed_data_message: "invalid_exact_evm_payload_authorization_typed_data_message",
@@ -472,8 +474,10 @@ const e = {
472
474
  invalid_exact_svm_payload_transaction_receiver_ata_not_found: "invalid_exact_svm_payload_transaction_receiver_ata_not_found",
473
475
  invalid_exact_svm_payload_transaction_sender_ata_not_found: "invalid_exact_svm_payload_transaction_sender_ata_not_found",
474
476
  invalid_exact_svm_payload_transaction_simulation_failed: "invalid_exact_svm_payload_transaction_simulation_failed",
475
- invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata: "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata"
476
- }, Ze = {
477
+ invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata: "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata",
478
+ invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts: "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts",
479
+ invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds"
480
+ }, Je = {
477
481
  insufficient_funds: "insufficient_funds",
478
482
  invalid_scheme: "invalid_scheme",
479
483
  invalid_network: "invalid_network",
@@ -489,60 +493,60 @@ const e = {
489
493
  invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
490
494
  settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
491
495
  settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out"
492
- }, $e = {
496
+ }, Qe = {
493
497
  exact: "exact"
494
- }, ea = {
498
+ }, Ze = {
495
499
  "base-sepolia": "base-sepolia",
496
500
  base: "base",
497
501
  "solana-devnet": "solana-devnet",
498
502
  solana: "solana"
499
- }, aa = {
503
+ }, $e = {
500
504
  http: "http"
501
- }, ta = {
505
+ }, ea = {
502
506
  GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
503
- }, na = {
507
+ }, aa = {
504
508
  FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
505
509
  FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
506
- }, ia = {
510
+ }, ta = {
507
511
  ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
508
512
  ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
509
513
  ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
510
514
  ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
511
515
  ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
512
- }, oa = {
516
+ }, na = {
513
517
  PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
514
- }, ra = {
518
+ }, ia = {
515
519
  CARD: "CARD",
516
520
  ACH: "ACH",
517
521
  APPLE_PAY: "APPLE_PAY",
518
522
  PAYPAL: "PAYPAL",
519
523
  FIAT_WALLET: "FIAT_WALLET",
520
524
  CRYPTO_WALLET: "CRYPTO_WALLET"
521
- }, _a = {
525
+ }, oa = {
522
526
  ach: "ach",
523
527
  fedwire: "fedwire"
524
- }, sa = {
528
+ }, _a = {
525
529
  unknown: "unknown",
526
530
  daily: "daily",
527
531
  weekly: "weekly",
528
532
  monthly: "monthly",
529
533
  biweekly: "biweekly"
530
- }, ca = {
534
+ }, ra = {
531
535
  checking: "checking",
532
536
  savings: "savings"
533
- }, da = {
537
+ }, sa = {
534
538
  ach: "ach"
535
- }, la = {
539
+ }, ca = {
536
540
  fedwire: "fedwire"
537
- }, pa = {
541
+ }, da = {
538
542
  base: "base",
539
543
  ethereum: "ethereum"
540
- }, ma = {
544
+ }, la = {
541
545
  risk_indicated: "risk_indicated",
542
546
  no_risk_indicated: "no_risk_indicated"
543
- }, va = {
547
+ }, pa = {
544
548
  refresh_token: "refresh_token"
545
- }, ua = {
549
+ }, ma = {
546
550
  base: "base",
547
551
  "base-sepolia": "base-sepolia",
548
552
  ethereum: "ethereum",
@@ -551,134 +555,132 @@ const e = {
551
555
  polygon: "polygon",
552
556
  optimism: "optimism",
553
557
  arbitrum: "arbitrum"
554
- }, ya = {
558
+ }, va = {
555
559
  solana: "solana",
556
560
  "solana-devnet": "solana-devnet"
557
561
  };
558
562
  export {
559
- Y as AbiFunctionType,
560
- F as AbiInputType,
561
- q as AbiStateMutability,
563
+ L as AbiFunctionType,
564
+ q as AbiInputType,
565
+ z as AbiStateMutability,
562
566
  e as AccountType,
563
- ca as AchDetailsAccountType,
564
- pa as AddressRiskNetwork,
565
- ma as AddressRiskRiskLevel,
566
- i as AssetType,
567
- r as CapabilityStatus,
568
- _a as CoolPaymentMethodType,
569
- t as CreateAccountRequestType,
570
- da as CreatePaymentMethodRequestAchType,
571
- la as CreatePaymentMethodRequestFedwireType,
572
- o as CustomerType,
573
- g as DeveloperJWTAuthenticationType,
574
- y as EmailAuthenticationType,
567
+ ra as AchDetailsAccountType,
568
+ da as AddressRiskNetwork,
569
+ la as AddressRiskRiskLevel,
570
+ n as AssetType,
571
+ o as CapabilityStatus,
572
+ oa as CoolPaymentMethodType,
573
+ sa as CreatePaymentMethodRequestAchType,
574
+ ca as CreatePaymentMethodRequestFedwireType,
575
+ i as CustomerType,
576
+ y as DeveloperJWTAuthenticationType,
577
+ v as EmailAuthenticationType,
575
578
  a as ErrorType,
576
- M as EthValueCriterionOperator,
577
- U as EthValueCriterionType,
578
- L as EvmAddressCriterionOperator,
579
- j as EvmAddressCriterionType,
580
- X as EvmDataCriterionType,
581
- H as EvmDataParameterConditionListOperator,
582
- V as EvmDataParameterConditionOperator,
583
- ae as EvmMessageCriterionType,
584
- Q as EvmNetworkCriterionNetworksItem,
585
- Z as EvmNetworkCriterionOperator,
586
- J as EvmNetworkCriterionType,
587
- N as EvmSwapsNetwork,
588
- ie as EvmTypedAddressConditionOperator,
589
- oe as EvmTypedNumericalConditionOperator,
590
- R as EvmUserOperationNetwork,
591
- C as EvmUserOperationStatus,
592
- P as InitiateEmailAuthenticationNextStepType,
593
- x as InitiateEmailAuthenticationRequestType,
594
- O as InitiateSmsAuthenticationNextStepType,
595
- k as InitiateSmsAuthenticationRequestType,
596
- S as InvitationStatus,
597
- z as KnownAbiType,
598
- fe as KnownIdlType,
599
- sa as LimitPeriod,
600
- n as LinkAccountType,
601
- A as LinkableEntityRole,
602
- E as LinkableEntityType,
603
- D as ListEvmTokenBalancesNetwork,
604
- He as ListSolanaTokenBalancesNetwork,
605
- be as MintAddressCriterionOperator,
606
- he as MintAddressCriterionType,
607
- B as NetUSDChangeCriterionOperator,
608
- G as NetUSDChangeCriterionType,
579
+ I as EthValueCriterionOperator,
580
+ D as EthValueCriterionType,
581
+ M as EvmAddressCriterionOperator,
582
+ U as EvmAddressCriterionType,
583
+ V as EvmDataCriterionType,
584
+ Y as EvmDataParameterConditionListOperator,
585
+ F as EvmDataParameterConditionOperator,
586
+ $ as EvmMessageCriterionType,
587
+ W as EvmNetworkCriterionNetworksItem,
588
+ J as EvmNetworkCriterionOperator,
589
+ K as EvmNetworkCriterionType,
590
+ C as EvmSwapsNetwork,
591
+ te as EvmTypedAddressConditionOperator,
592
+ ne as EvmTypedNumericalConditionOperator,
593
+ P as EvmUserOperationNetwork,
594
+ O as EvmUserOperationStatus,
595
+ S as InitiateEmailAuthenticationNextStepType,
596
+ E as InitiateEmailAuthenticationRequestType,
597
+ k as InitiateSmsAuthenticationNextStepType,
598
+ A as InitiateSmsAuthenticationRequestType,
599
+ x as InvitationStatus,
600
+ j as KnownAbiType,
601
+ he as KnownIdlType,
602
+ _a as LimitPeriod,
603
+ t as LinkAccountType,
604
+ b as LinkableEntityRole,
605
+ f as LinkableEntityType,
606
+ N as ListEvmTokenBalancesNetwork,
607
+ Ye as ListSolanaTokenBalancesNetwork,
608
+ ge as MintAddressCriterionOperator,
609
+ Te as MintAddressCriterionType,
610
+ H as NetUSDChangeCriterionOperator,
611
+ B as NetUSDChangeCriterionType,
609
612
  c as Network,
610
- h as OAuth2ProviderType,
611
- Xe as OnchainDataResultSchemaColumnsItemType,
612
- na as OnrampOrderFeeType,
613
- ta as OnrampOrderPaymentMethodTypeId,
614
- ia as OnrampOrderStatus,
615
- oa as OnrampPaymentLinkType,
616
- ra as OnrampQuotePaymentMethodTypeId,
617
- I as PermissionCatalogObjectsItemType,
618
- b as PermissionSubjectType,
619
- f as PermissionVerb,
620
- Ve as PolicyScope,
621
- ze as PrepareUserOperationRuleAction,
622
- qe as PrepareUserOperationRuleOperation,
623
- ke as ProgramIdCriterionOperator,
624
- xe as ProgramIdCriterionType,
625
- va as RefreshAccessTokenBodyGrantType,
626
- _ as RequirementErrorCode,
627
- $ as SendEvmTransactionRuleAction,
628
- ee as SendEvmTransactionRuleOperation,
629
- ua as SendEvmTransactionWithEndUserAccountBodyNetwork,
630
- Ne as SendSolTransactionRuleAction,
631
- De as SendSolTransactionRuleOperation,
632
- ya as SendSolanaTransactionWithEndUserAccountBodyNetwork,
633
- Ye as SendUserOperationRuleAction,
634
- Fe as SendUserOperationRuleOperation,
635
- je as SignEvmHashRuleAction,
636
- Le as SignEvmHashRuleOperation,
637
- te as SignEvmMessageRuleAction,
638
- ne as SignEvmMessageRuleOperation,
639
- K as SignEvmTransactionRuleAction,
640
- W as SignEvmTransactionRuleOperation,
641
- re as SignEvmTypedDataFieldCriterionType,
642
- ce as SignEvmTypedDataRuleAction,
643
- de as SignEvmTypedDataRuleOperation,
644
- se as SignEvmTypedDataVerifyingContractCriterionOperator,
645
- _e as SignEvmTypedDataVerifyingContractCriterionType,
646
- Ue as SignSolMessageRuleAction,
647
- Me as SignSolMessageRuleOperation,
648
- Pe as SignSolTransactionRuleAction,
649
- Oe as SignSolTransactionRuleOperation,
650
- T as SmsAuthenticationType,
651
- pe as SolAddressCriterionOperator,
652
- le as SolAddressCriterionType,
653
- Se as SolDataCriterionType,
654
- Ae as SolDataParameterConditionListOperator,
655
- Ee as SolDataParameterConditionOperator,
656
- Ie as SolMessageCriterionType,
657
- Ce as SolNetworkCriterionNetworksItem,
658
- we as SolNetworkCriterionOperator,
659
- Re as SolNetworkCriterionType,
660
- ve as SolValueCriterionOperator,
661
- me as SolValueCriterionType,
662
- w as SpendPermissionNetwork,
663
- ye as SplAddressCriterionOperator,
664
- ue as SplAddressCriterionType,
665
- ge as SplValueCriterionOperator,
666
- Te as SplValueCriterionType,
667
- v as TransferCancellationReason,
613
+ T as OAuth2ProviderType,
614
+ Ve as OnchainDataResultSchemaColumnsItemType,
615
+ aa as OnrampOrderFeeType,
616
+ ea as OnrampOrderPaymentMethodTypeId,
617
+ ta as OnrampOrderStatus,
618
+ na as OnrampPaymentLinkType,
619
+ ia as OnrampQuotePaymentMethodTypeId,
620
+ w as PermissionCatalogObjectsItemType,
621
+ g as PermissionSubjectType,
622
+ h as PermissionVerb,
623
+ Fe as PolicyScope,
624
+ je as PrepareUserOperationRuleAction,
625
+ ze as PrepareUserOperationRuleOperation,
626
+ Ae as ProgramIdCriterionOperator,
627
+ Ee as ProgramIdCriterionType,
628
+ pa as RefreshAccessTokenBodyGrantType,
629
+ r as RequirementErrorCode,
630
+ _ as RequirementField,
631
+ Q as SendEvmTransactionRuleAction,
632
+ Z as SendEvmTransactionRuleOperation,
633
+ ma as SendEvmTransactionWithEndUserAccountBodyNetwork,
634
+ Ce as SendSolTransactionRuleAction,
635
+ Ne as SendSolTransactionRuleOperation,
636
+ va as SendSolanaTransactionWithEndUserAccountBodyNetwork,
637
+ Le as SendUserOperationRuleAction,
638
+ qe as SendUserOperationRuleOperation,
639
+ Ue as SignEvmHashRuleAction,
640
+ Me as SignEvmHashRuleOperation,
641
+ ee as SignEvmMessageRuleAction,
642
+ ae as SignEvmMessageRuleOperation,
643
+ X as SignEvmTransactionRuleAction,
644
+ G as SignEvmTransactionRuleOperation,
645
+ ie as SignEvmTypedDataFieldCriterionType,
646
+ re as SignEvmTypedDataRuleAction,
647
+ se as SignEvmTypedDataRuleOperation,
648
+ _e as SignEvmTypedDataVerifyingContractCriterionOperator,
649
+ oe as SignEvmTypedDataVerifyingContractCriterionType,
650
+ De as SignSolMessageRuleAction,
651
+ Ie as SignSolMessageRuleOperation,
652
+ Se as SignSolTransactionRuleAction,
653
+ ke as SignSolTransactionRuleOperation,
654
+ u as SmsAuthenticationType,
655
+ de as SolAddressCriterionOperator,
656
+ ce as SolAddressCriterionType,
657
+ xe as SolDataCriterionType,
658
+ be as SolDataParameterConditionListOperator,
659
+ fe as SolDataParameterConditionOperator,
660
+ we as SolMessageCriterionType,
661
+ Oe as SolNetworkCriterionNetworksItem,
662
+ Re as SolNetworkCriterionOperator,
663
+ Pe as SolNetworkCriterionType,
664
+ pe as SolValueCriterionOperator,
665
+ le as SolValueCriterionType,
666
+ R as SpendPermissionNetwork,
667
+ ve as SplAddressCriterionOperator,
668
+ me as SplAddressCriterionType,
669
+ ye as SplValueCriterionOperator,
670
+ ue as SplValueCriterionType,
671
+ p as TransferCancellationReason,
668
672
  d as TransferFeeName,
669
- u as TransferRequestAmountType,
670
- m as TransferReversalReason,
671
- p as TransferSourceDepositsInstructionsAsset,
672
- l as TransferSourceDepositsInstructionsPaymentMethodType,
673
+ m as TransferRequestAmountType,
674
+ l as TransferReversalReason,
673
675
  s as TransferStatus,
674
- aa as X402DiscoveryResourceType,
675
- Ke as X402PaymentPayloadNetwork,
676
- Be as X402PaymentPayloadScheme,
677
- Je as X402PaymentRequirementsNetwork,
678
- We as X402PaymentRequirementsScheme,
679
- Ze as X402SettleErrorReason,
680
- ea as X402SupportedPaymentKindNetwork,
681
- $e as X402SupportedPaymentKindScheme,
682
- Qe as X402VerifyInvalidReason,
683
- Ge as X402Version
676
+ $e as X402DiscoveryResourceType,
677
+ Xe as X402PaymentPayloadNetwork,
678
+ He as X402PaymentPayloadScheme,
679
+ Ke as X402PaymentRequirementsNetwork,
680
+ Ge as X402PaymentRequirementsScheme,
681
+ Je as X402SettleErrorReason,
682
+ Ze as X402SupportedPaymentKindNetwork,
683
+ Qe as X402SupportedPaymentKindScheme,
684
+ We as X402VerifyInvalidReason,
685
+ Be as X402Version
684
686
  };