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