@coinbase/cdp-api-client 0.0.74 → 0.0.76
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 +182 -164
- package/dist/esm/index4.js +1 -1
- package/dist/esm/index5.js +95 -68
- package/dist/esm/index6.js +354 -245
- package/dist/types/index.d.ts +722 -179
- package/package.json +1 -1
package/dist/esm/index6.js
CHANGED
|
@@ -63,12 +63,12 @@ const e = {
|
|
|
63
63
|
individualnationalityCode: "individual.nationalityCode",
|
|
64
64
|
individualtaxNumber: "individual.taxNumber",
|
|
65
65
|
individualverificationdocument: "individual.verification.document"
|
|
66
|
-
},
|
|
66
|
+
}, s = {
|
|
67
67
|
information_missing: "information_missing",
|
|
68
68
|
invalid_address: "invalid_address",
|
|
69
69
|
verification_document_dob_mismatch: "verification_document_dob_mismatch",
|
|
70
70
|
verification_document_expired: "verification_document_expired"
|
|
71
|
-
},
|
|
71
|
+
}, r = {
|
|
72
72
|
crypto: "crypto"
|
|
73
73
|
}, c = {
|
|
74
74
|
base: "base",
|
|
@@ -88,45 +88,32 @@ const e = {
|
|
|
88
88
|
processing: "processing",
|
|
89
89
|
completed: "completed",
|
|
90
90
|
failed: "failed",
|
|
91
|
-
|
|
92
|
-
expired: "expired",
|
|
93
|
-
reversed: "reversed"
|
|
91
|
+
expired: "expired"
|
|
94
92
|
}, m = {
|
|
95
93
|
bank: "bank",
|
|
96
94
|
conversion: "conversion",
|
|
97
95
|
network: "network",
|
|
98
96
|
other: "other"
|
|
99
97
|
}, v = {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
fraud_reversal: "fraud_reversal",
|
|
103
|
-
network_reversal: "network_reversal",
|
|
104
|
-
system_reversal: "system_reversal"
|
|
98
|
+
custodial: "custodial",
|
|
99
|
+
self_custody: "self_custody"
|
|
105
100
|
}, u = {
|
|
106
|
-
user_canceled: "user_canceled",
|
|
107
|
-
system_canceled: "system_canceled",
|
|
108
|
-
expired: "expired",
|
|
109
|
-
compliance_canceled: "compliance_canceled",
|
|
110
|
-
risk_canceled: "risk_canceled",
|
|
111
|
-
duplicate_canceled: "duplicate_canceled",
|
|
112
|
-
insufficient_funds_canceled: "insufficient_funds_canceled"
|
|
113
|
-
}, y = {
|
|
114
101
|
target: "target",
|
|
115
102
|
source: "source"
|
|
116
|
-
},
|
|
103
|
+
}, y = {
|
|
117
104
|
email: "email"
|
|
118
|
-
}, h = {
|
|
119
|
-
sms: "sms"
|
|
120
105
|
}, f = {
|
|
106
|
+
sms: "sms"
|
|
107
|
+
}, T = {
|
|
121
108
|
jwt: "jwt"
|
|
122
|
-
},
|
|
109
|
+
}, h = {
|
|
123
110
|
google: "google",
|
|
124
111
|
apple: "apple",
|
|
125
112
|
x: "x"
|
|
126
|
-
},
|
|
113
|
+
}, x = {
|
|
127
114
|
team_member: "team_member",
|
|
128
115
|
api_key: "api_key"
|
|
129
|
-
},
|
|
116
|
+
}, g = {
|
|
130
117
|
create_api_key: "create_api_key",
|
|
131
118
|
read_api_key: "read_api_key",
|
|
132
119
|
update_api_key: "update_api_key",
|
|
@@ -152,27 +139,81 @@ const e = {
|
|
|
152
139
|
manage_billing: "manage_billing",
|
|
153
140
|
view_audit_logs: "view_audit_logs",
|
|
154
141
|
manage_all: "manage_all"
|
|
155
|
-
},
|
|
142
|
+
}, b = {
|
|
156
143
|
business: "business",
|
|
157
144
|
prime: "prime"
|
|
158
145
|
}, A = {
|
|
159
146
|
admin: "admin",
|
|
160
147
|
owner: "owner"
|
|
161
|
-
},
|
|
148
|
+
}, E = {
|
|
162
149
|
pending: "pending",
|
|
163
150
|
accepted: "accepted",
|
|
164
151
|
rejected: "rejected",
|
|
165
152
|
canceled: "canceled",
|
|
166
153
|
expired: "expired"
|
|
167
154
|
}, k = {
|
|
168
|
-
|
|
155
|
+
transfers: "transfers"
|
|
156
|
+
}, S = {
|
|
157
|
+
daily: "daily",
|
|
158
|
+
weekly: "weekly",
|
|
159
|
+
monthly: "monthly"
|
|
160
|
+
}, R = {
|
|
161
|
+
csv: "csv",
|
|
162
|
+
json: "json",
|
|
163
|
+
pdf: "pdf"
|
|
169
164
|
}, P = {
|
|
170
|
-
|
|
165
|
+
transferID: "transferID",
|
|
166
|
+
status: "status",
|
|
167
|
+
sourceType: "sourceType",
|
|
168
|
+
sourceId: "sourceId",
|
|
169
|
+
sourceAsset: "sourceAsset",
|
|
170
|
+
sourceAmount: "sourceAmount",
|
|
171
|
+
sourceNetwork: "sourceNetwork",
|
|
172
|
+
targetType: "targetType",
|
|
173
|
+
targetId: "targetId",
|
|
174
|
+
targetAsset: "targetAsset",
|
|
175
|
+
targetAmount: "targetAmount",
|
|
176
|
+
targetNetwork: "targetNetwork",
|
|
177
|
+
networkFee: "networkFee",
|
|
178
|
+
networkFeeAsset: "networkFeeAsset",
|
|
179
|
+
conversionFee: "conversionFee",
|
|
180
|
+
conversionFeeAsset: "conversionFeeAsset",
|
|
181
|
+
bankFee: "bankFee",
|
|
182
|
+
bankFeeAsset: "bankFeeAsset",
|
|
183
|
+
otherFee: "otherFee",
|
|
184
|
+
otherFeeAsset: "otherFeeAsset",
|
|
185
|
+
createdAt: "createdAt",
|
|
186
|
+
updatedAt: "updatedAt",
|
|
187
|
+
metadata: "metadata"
|
|
171
188
|
}, O = {
|
|
189
|
+
sftp: "sftp"
|
|
190
|
+
}, w = {
|
|
191
|
+
sftp: "sftp"
|
|
192
|
+
}, N = {
|
|
193
|
+
processing: "processing",
|
|
194
|
+
completed: "completed",
|
|
195
|
+
failed: "failed",
|
|
196
|
+
canceled: "canceled"
|
|
197
|
+
}, C = {
|
|
198
|
+
oneTime: "oneTime",
|
|
199
|
+
recurring: "recurring"
|
|
200
|
+
}, D = {
|
|
201
|
+
completed: "completed",
|
|
202
|
+
failed: "failed"
|
|
203
|
+
}, I = {
|
|
204
|
+
sftp: "sftp"
|
|
205
|
+
}, U = {
|
|
206
|
+
ed25519: "ed25519",
|
|
207
|
+
rsa4096: "rsa4096"
|
|
208
|
+
}, M = {
|
|
209
|
+
email: "email"
|
|
210
|
+
}, q = {
|
|
211
|
+
sms: "sms"
|
|
212
|
+
}, j = {
|
|
172
213
|
"verify-otp": "verify-otp"
|
|
173
|
-
},
|
|
214
|
+
}, F = {
|
|
174
215
|
"verify-otp": "verify-otp"
|
|
175
|
-
},
|
|
216
|
+
}, z = {
|
|
176
217
|
"base-sepolia": "base-sepolia",
|
|
177
218
|
base: "base",
|
|
178
219
|
arbitrum: "arbitrum",
|
|
@@ -183,14 +224,14 @@ const e = {
|
|
|
183
224
|
avalanche: "avalanche",
|
|
184
225
|
ethereum: "ethereum",
|
|
185
226
|
"ethereum-sepolia": "ethereum-sepolia"
|
|
186
|
-
},
|
|
227
|
+
}, L = {
|
|
187
228
|
pending: "pending",
|
|
188
229
|
signed: "signed",
|
|
189
230
|
broadcast: "broadcast",
|
|
190
231
|
complete: "complete",
|
|
191
232
|
dropped: "dropped",
|
|
192
233
|
failed: "failed"
|
|
193
|
-
},
|
|
234
|
+
}, V = {
|
|
194
235
|
base: "base",
|
|
195
236
|
"base-sepolia": "base-sepolia",
|
|
196
237
|
ethereum: "ethereum",
|
|
@@ -199,77 +240,82 @@ const e = {
|
|
|
199
240
|
arbitrum: "arbitrum",
|
|
200
241
|
avalanche: "avalanche",
|
|
201
242
|
polygon: "polygon"
|
|
202
|
-
},
|
|
243
|
+
}, Y = {
|
|
244
|
+
totp: "totp",
|
|
245
|
+
sms: "sms"
|
|
246
|
+
}, B = {
|
|
203
247
|
totp: "totp"
|
|
204
|
-
},
|
|
248
|
+
}, K = {
|
|
249
|
+
sms: "sms"
|
|
250
|
+
}, W = {
|
|
205
251
|
base: "base",
|
|
206
252
|
ethereum: "ethereum",
|
|
207
253
|
arbitrum: "arbitrum",
|
|
208
254
|
optimism: "optimism"
|
|
209
|
-
},
|
|
255
|
+
}, H = {
|
|
210
256
|
base: "base",
|
|
211
257
|
"base-sepolia": "base-sepolia",
|
|
212
258
|
ethereum: "ethereum"
|
|
213
|
-
},
|
|
259
|
+
}, X = {
|
|
214
260
|
entity: "entity",
|
|
215
261
|
project: "project"
|
|
216
|
-
},
|
|
262
|
+
}, G = {
|
|
217
263
|
ethValue: "ethValue"
|
|
218
|
-
},
|
|
264
|
+
}, Z = {
|
|
219
265
|
">": ">",
|
|
220
266
|
">=": ">=",
|
|
221
267
|
"<": "<",
|
|
222
268
|
"<=": "<=",
|
|
223
269
|
"==": "=="
|
|
224
|
-
},
|
|
270
|
+
}, J = {
|
|
225
271
|
evmAddress: "evmAddress"
|
|
226
|
-
},
|
|
272
|
+
}, Q = {
|
|
227
273
|
in: "in",
|
|
228
274
|
not_in: "not in"
|
|
229
|
-
},
|
|
275
|
+
}, $ = {
|
|
230
276
|
erc20: "erc20",
|
|
231
277
|
erc721: "erc721",
|
|
232
278
|
erc1155: "erc1155"
|
|
233
|
-
},
|
|
279
|
+
}, ee = {
|
|
234
280
|
pure: "pure",
|
|
235
281
|
view: "view",
|
|
236
282
|
nonpayable: "nonpayable",
|
|
237
283
|
payable: "payable"
|
|
238
|
-
},
|
|
284
|
+
}, ae = {
|
|
239
285
|
function: "function"
|
|
240
|
-
},
|
|
286
|
+
}, te = {
|
|
241
287
|
constructor: "constructor",
|
|
242
288
|
error: "error",
|
|
243
289
|
event: "event",
|
|
244
290
|
fallback: "fallback",
|
|
245
291
|
receive: "receive"
|
|
246
|
-
},
|
|
292
|
+
}, ne = {
|
|
247
293
|
">": ">",
|
|
248
294
|
">=": ">=",
|
|
249
295
|
"<": "<",
|
|
250
296
|
"<=": "<=",
|
|
251
297
|
"==": "=="
|
|
252
|
-
},
|
|
298
|
+
}, ie = {
|
|
253
299
|
in: "in",
|
|
254
300
|
not_in: "not in"
|
|
255
|
-
},
|
|
301
|
+
}, oe = {
|
|
256
302
|
evmData: "evmData"
|
|
257
|
-
},
|
|
303
|
+
}, _e = {
|
|
258
304
|
netUSDChange: "netUSDChange"
|
|
259
|
-
},
|
|
305
|
+
}, se = {
|
|
260
306
|
">": ">",
|
|
261
307
|
">=": ">=",
|
|
262
308
|
"<": "<",
|
|
263
309
|
"<=": "<=",
|
|
264
310
|
"==": "=="
|
|
265
|
-
},
|
|
311
|
+
}, re = {
|
|
266
312
|
reject: "reject",
|
|
267
313
|
accept: "accept"
|
|
268
|
-
},
|
|
314
|
+
}, ce = {
|
|
269
315
|
signEvmTransaction: "signEvmTransaction"
|
|
270
|
-
},
|
|
316
|
+
}, de = {
|
|
271
317
|
evmNetwork: "evmNetwork"
|
|
272
|
-
},
|
|
318
|
+
}, le = {
|
|
273
319
|
"base-sepolia": "base-sepolia",
|
|
274
320
|
base: "base",
|
|
275
321
|
ethereum: "ethereum",
|
|
@@ -280,140 +326,140 @@ const e = {
|
|
|
280
326
|
arbitrum: "arbitrum",
|
|
281
327
|
zora: "zora",
|
|
282
328
|
bnb: "bnb"
|
|
283
|
-
},
|
|
329
|
+
}, pe = {
|
|
284
330
|
in: "in",
|
|
285
331
|
not_in: "not in"
|
|
286
|
-
},
|
|
332
|
+
}, me = {
|
|
287
333
|
reject: "reject",
|
|
288
334
|
accept: "accept"
|
|
289
|
-
},
|
|
335
|
+
}, ve = {
|
|
290
336
|
sendEvmTransaction: "sendEvmTransaction"
|
|
291
|
-
},
|
|
337
|
+
}, ue = {
|
|
292
338
|
evmMessage: "evmMessage"
|
|
293
|
-
},
|
|
339
|
+
}, ye = {
|
|
294
340
|
reject: "reject",
|
|
295
341
|
accept: "accept"
|
|
296
|
-
},
|
|
342
|
+
}, fe = {
|
|
297
343
|
signEvmMessage: "signEvmMessage"
|
|
298
|
-
},
|
|
344
|
+
}, Te = {
|
|
299
345
|
in: "in",
|
|
300
346
|
not_in: "not in"
|
|
301
|
-
},
|
|
347
|
+
}, he = {
|
|
302
348
|
">": ">",
|
|
303
349
|
">=": ">=",
|
|
304
350
|
"<": "<",
|
|
305
351
|
"<=": "<=",
|
|
306
352
|
"==": "=="
|
|
307
|
-
},
|
|
353
|
+
}, xe = {
|
|
308
354
|
evmTypedDataField: "evmTypedDataField"
|
|
309
|
-
},
|
|
355
|
+
}, ge = {
|
|
310
356
|
evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
|
|
311
|
-
},
|
|
357
|
+
}, be = {
|
|
312
358
|
in: "in",
|
|
313
359
|
not_in: "not in"
|
|
314
|
-
},
|
|
360
|
+
}, Ae = {
|
|
315
361
|
reject: "reject",
|
|
316
362
|
accept: "accept"
|
|
317
|
-
},
|
|
363
|
+
}, Ee = {
|
|
318
364
|
signEvmTypedData: "signEvmTypedData"
|
|
319
|
-
},
|
|
365
|
+
}, ke = {
|
|
320
366
|
solAddress: "solAddress"
|
|
321
|
-
},
|
|
367
|
+
}, Se = {
|
|
322
368
|
in: "in",
|
|
323
369
|
not_in: "not in"
|
|
324
|
-
},
|
|
370
|
+
}, Re = {
|
|
325
371
|
solValue: "solValue"
|
|
326
|
-
},
|
|
372
|
+
}, Pe = {
|
|
327
373
|
">": ">",
|
|
328
374
|
">=": ">=",
|
|
329
375
|
"<": "<",
|
|
330
376
|
"<=": "<=",
|
|
331
377
|
"==": "=="
|
|
332
|
-
},
|
|
378
|
+
}, Oe = {
|
|
333
379
|
splAddress: "splAddress"
|
|
334
|
-
},
|
|
380
|
+
}, we = {
|
|
335
381
|
in: "in",
|
|
336
382
|
not_in: "not in"
|
|
337
|
-
},
|
|
383
|
+
}, Ne = {
|
|
338
384
|
splValue: "splValue"
|
|
339
|
-
},
|
|
385
|
+
}, Ce = {
|
|
340
386
|
">": ">",
|
|
341
387
|
">=": ">=",
|
|
342
388
|
"<": "<",
|
|
343
389
|
"<=": "<=",
|
|
344
390
|
"==": "=="
|
|
345
|
-
},
|
|
391
|
+
}, De = {
|
|
346
392
|
mintAddress: "mintAddress"
|
|
347
|
-
},
|
|
393
|
+
}, Ie = {
|
|
348
394
|
in: "in",
|
|
349
395
|
not_in: "not in"
|
|
350
|
-
},
|
|
396
|
+
}, Ue = {
|
|
351
397
|
SystemProgram: "SystemProgram",
|
|
352
398
|
TokenProgram: "TokenProgram",
|
|
353
399
|
AssociatedTokenProgram: "AssociatedTokenProgram"
|
|
354
|
-
},
|
|
400
|
+
}, Me = {
|
|
355
401
|
">": ">",
|
|
356
402
|
">=": ">=",
|
|
357
403
|
"<": "<",
|
|
358
404
|
"<=": "<=",
|
|
359
405
|
"==": "=="
|
|
360
|
-
},
|
|
406
|
+
}, qe = {
|
|
361
407
|
in: "in",
|
|
362
408
|
not_in: "not in"
|
|
363
|
-
},
|
|
409
|
+
}, je = {
|
|
364
410
|
solData: "solData"
|
|
365
|
-
},
|
|
411
|
+
}, Fe = {
|
|
366
412
|
programId: "programId"
|
|
367
|
-
},
|
|
413
|
+
}, ze = {
|
|
368
414
|
in: "in",
|
|
369
415
|
not_in: "not in"
|
|
370
|
-
},
|
|
416
|
+
}, Le = {
|
|
371
417
|
reject: "reject",
|
|
372
418
|
accept: "accept"
|
|
373
|
-
},
|
|
419
|
+
}, Ve = {
|
|
374
420
|
signSolTransaction: "signSolTransaction"
|
|
375
|
-
},
|
|
421
|
+
}, Ye = {
|
|
376
422
|
solNetwork: "solNetwork"
|
|
377
|
-
},
|
|
423
|
+
}, Be = {
|
|
378
424
|
"solana-devnet": "solana-devnet",
|
|
379
425
|
solana: "solana"
|
|
380
|
-
},
|
|
426
|
+
}, Ke = {
|
|
381
427
|
in: "in",
|
|
382
428
|
not_in: "not in"
|
|
383
|
-
},
|
|
429
|
+
}, We = {
|
|
384
430
|
reject: "reject",
|
|
385
431
|
accept: "accept"
|
|
386
|
-
},
|
|
432
|
+
}, He = {
|
|
387
433
|
sendSolTransaction: "sendSolTransaction"
|
|
388
|
-
},
|
|
434
|
+
}, Xe = {
|
|
389
435
|
solMessage: "solMessage"
|
|
390
|
-
},
|
|
436
|
+
}, Ge = {
|
|
391
437
|
reject: "reject",
|
|
392
438
|
accept: "accept"
|
|
393
|
-
},
|
|
439
|
+
}, Ze = {
|
|
394
440
|
signSolMessage: "signSolMessage"
|
|
395
|
-
},
|
|
441
|
+
}, Je = {
|
|
396
442
|
reject: "reject",
|
|
397
443
|
accept: "accept"
|
|
398
|
-
},
|
|
444
|
+
}, Qe = {
|
|
399
445
|
signEvmHash: "signEvmHash"
|
|
400
|
-
},
|
|
446
|
+
}, $e = {
|
|
401
447
|
reject: "reject",
|
|
402
448
|
accept: "accept"
|
|
403
|
-
},
|
|
449
|
+
}, ea = {
|
|
404
450
|
prepareUserOperation: "prepareUserOperation"
|
|
405
|
-
},
|
|
451
|
+
}, aa = {
|
|
406
452
|
reject: "reject",
|
|
407
453
|
accept: "accept"
|
|
408
|
-
},
|
|
454
|
+
}, ta = {
|
|
409
455
|
sendUserOperation: "sendUserOperation"
|
|
410
|
-
},
|
|
456
|
+
}, na = {
|
|
411
457
|
project: "project",
|
|
412
458
|
account: "account"
|
|
413
|
-
},
|
|
459
|
+
}, ia = {
|
|
414
460
|
solana: "solana",
|
|
415
461
|
"solana-devnet": "solana-devnet"
|
|
416
|
-
},
|
|
462
|
+
}, oa = {
|
|
417
463
|
String: "String",
|
|
418
464
|
UInt8: "UInt8",
|
|
419
465
|
UInt16: "UInt16",
|
|
@@ -434,23 +480,26 @@ const e = {
|
|
|
434
480
|
DateTime: "DateTime",
|
|
435
481
|
DateTime64: "DateTime64",
|
|
436
482
|
UUID: "UUID"
|
|
437
|
-
},
|
|
438
|
-
NUMBER_1: 1
|
|
439
|
-
|
|
483
|
+
}, _a = {
|
|
484
|
+
NUMBER_1: 1,
|
|
485
|
+
NUMBER_2: 2
|
|
486
|
+
}, sa = {
|
|
440
487
|
exact: "exact"
|
|
441
|
-
},
|
|
488
|
+
}, ra = {
|
|
442
489
|
"base-sepolia": "base-sepolia",
|
|
443
490
|
base: "base",
|
|
444
491
|
"solana-devnet": "solana-devnet",
|
|
445
492
|
solana: "solana"
|
|
446
|
-
},
|
|
493
|
+
}, ca = {
|
|
447
494
|
exact: "exact"
|
|
448
|
-
},
|
|
495
|
+
}, da = {
|
|
496
|
+
exact: "exact"
|
|
497
|
+
}, la = {
|
|
449
498
|
"base-sepolia": "base-sepolia",
|
|
450
499
|
base: "base",
|
|
451
500
|
"solana-devnet": "solana-devnet",
|
|
452
501
|
solana: "solana"
|
|
453
|
-
},
|
|
502
|
+
}, pa = {
|
|
454
503
|
insufficient_funds: "insufficient_funds",
|
|
455
504
|
invalid_scheme: "invalid_scheme",
|
|
456
505
|
invalid_network: "invalid_network",
|
|
@@ -486,7 +535,7 @@ const e = {
|
|
|
486
535
|
invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata: "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata",
|
|
487
536
|
invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts: "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts",
|
|
488
537
|
invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds"
|
|
489
|
-
},
|
|
538
|
+
}, ma = {
|
|
490
539
|
insufficient_funds: "insufficient_funds",
|
|
491
540
|
invalid_scheme: "invalid_scheme",
|
|
492
541
|
invalid_network: "invalid_network",
|
|
@@ -494,70 +543,103 @@ const e = {
|
|
|
494
543
|
invalid_payment_requirements: "invalid_payment_requirements",
|
|
495
544
|
invalid_payload: "invalid_payload",
|
|
496
545
|
invalid_exact_evm_payload_authorization_value: "invalid_exact_evm_payload_authorization_value",
|
|
546
|
+
invalid_exact_evm_payload_authorization_value_too_low: "invalid_exact_evm_payload_authorization_value_too_low",
|
|
497
547
|
invalid_exact_evm_payload_authorization_valid_after: "invalid_exact_evm_payload_authorization_valid_after",
|
|
498
548
|
invalid_exact_evm_payload_authorization_valid_before: "invalid_exact_evm_payload_authorization_valid_before",
|
|
499
549
|
invalid_exact_evm_payload_authorization_typed_data_message: "invalid_exact_evm_payload_authorization_typed_data_message",
|
|
500
550
|
invalid_exact_evm_payload_authorization_from_address_kyt: "invalid_exact_evm_payload_authorization_from_address_kyt",
|
|
501
551
|
invalid_exact_evm_payload_authorization_to_address_kyt: "invalid_exact_evm_payload_authorization_to_address_kyt",
|
|
552
|
+
invalid_exact_evm_payload_signature: "invalid_exact_evm_payload_signature",
|
|
502
553
|
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
|
|
554
|
+
invalid_exact_svm_payload_transaction: "invalid_exact_svm_payload_transaction",
|
|
555
|
+
invalid_exact_svm_payload_transaction_amount_mismatch: "invalid_exact_svm_payload_transaction_amount_mismatch",
|
|
556
|
+
invalid_exact_svm_payload_transaction_create_ata_instruction: "invalid_exact_svm_payload_transaction_create_ata_instruction",
|
|
557
|
+
invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_payee: "invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_payee",
|
|
558
|
+
invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_asset: "invalid_exact_svm_payload_transaction_create_ata_instruction_incorrect_asset",
|
|
559
|
+
invalid_exact_svm_payload_transaction_instructions: "invalid_exact_svm_payload_transaction_instructions",
|
|
560
|
+
invalid_exact_svm_payload_transaction_instructions_length: "invalid_exact_svm_payload_transaction_instructions_length",
|
|
561
|
+
invalid_exact_svm_payload_transaction_instructions_compute_limit_instruction: "invalid_exact_svm_payload_transaction_instructions_compute_limit_instruction",
|
|
562
|
+
invalid_exact_svm_payload_transaction_instructions_compute_price_instruction: "invalid_exact_svm_payload_transaction_instructions_compute_price_instruction",
|
|
563
|
+
invalid_exact_svm_payload_transaction_instructions_compute_price_instruction_too_high: "invalid_exact_svm_payload_transaction_instructions_compute_price_instruction_too_high",
|
|
564
|
+
invalid_exact_svm_payload_transaction_instruction_not_spl_token_transfer_checked: "invalid_exact_svm_payload_transaction_instruction_not_spl_token_transfer_checked",
|
|
565
|
+
invalid_exact_svm_payload_transaction_instruction_not_token_2022_transfer_checked: "invalid_exact_svm_payload_transaction_instruction_not_token_2022_transfer_checked",
|
|
566
|
+
invalid_exact_svm_payload_transaction_not_a_transfer_instruction: "invalid_exact_svm_payload_transaction_not_a_transfer_instruction",
|
|
567
|
+
invalid_exact_svm_payload_transaction_cannot_derive_receiver_ata: "invalid_exact_svm_payload_transaction_cannot_derive_receiver_ata",
|
|
568
|
+
invalid_exact_svm_payload_transaction_receiver_ata_not_found: "invalid_exact_svm_payload_transaction_receiver_ata_not_found",
|
|
569
|
+
invalid_exact_svm_payload_transaction_sender_ata_not_found: "invalid_exact_svm_payload_transaction_sender_ata_not_found",
|
|
570
|
+
invalid_exact_svm_payload_transaction_simulation_failed: "invalid_exact_svm_payload_transaction_simulation_failed",
|
|
571
|
+
invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata: "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata",
|
|
572
|
+
invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts: "invalid_exact_svm_payload_transaction_fee_payer_included_in_instruction_accounts",
|
|
573
|
+
invalid_exact_svm_payload_transaction_fee_payer_transferring_funds: "invalid_exact_svm_payload_transaction_fee_payer_transferring_funds",
|
|
574
|
+
settle_exact_evm_transaction_confirmation_timed_out: "settle_exact_evm_transaction_confirmation_timed_out",
|
|
575
|
+
settle_exact_node_failure: "settle_exact_node_failure",
|
|
576
|
+
settle_exact_failed_onchain: "settle_exact_failed_onchain",
|
|
503
577
|
settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
|
|
504
578
|
settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out"
|
|
505
|
-
},
|
|
579
|
+
}, va = {
|
|
506
580
|
exact: "exact"
|
|
507
|
-
},
|
|
581
|
+
}, ua = {
|
|
508
582
|
"base-sepolia": "base-sepolia",
|
|
509
583
|
base: "base",
|
|
510
584
|
"solana-devnet": "solana-devnet",
|
|
511
|
-
solana: "solana"
|
|
512
|
-
|
|
585
|
+
solana: "solana",
|
|
586
|
+
"eip155:8453": "eip155:8453",
|
|
587
|
+
"eip155:84532": "eip155:84532",
|
|
588
|
+
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
|
|
589
|
+
"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1"
|
|
590
|
+
}, ya = {
|
|
513
591
|
http: "http"
|
|
514
|
-
},
|
|
592
|
+
}, fa = {
|
|
515
593
|
GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
|
|
516
|
-
},
|
|
594
|
+
}, Ta = {
|
|
517
595
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
518
596
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
519
|
-
},
|
|
597
|
+
}, ha = {
|
|
520
598
|
ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
|
|
521
599
|
ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
|
|
522
600
|
ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
|
|
523
601
|
ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
|
|
524
602
|
ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
|
|
525
|
-
},
|
|
603
|
+
}, xa = {
|
|
526
604
|
PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
|
|
527
|
-
},
|
|
605
|
+
}, ga = {
|
|
528
606
|
CARD: "CARD",
|
|
529
607
|
ACH: "ACH",
|
|
530
608
|
APPLE_PAY: "APPLE_PAY",
|
|
531
609
|
PAYPAL: "PAYPAL",
|
|
532
610
|
FIAT_WALLET: "FIAT_WALLET",
|
|
533
611
|
CRYPTO_WALLET: "CRYPTO_WALLET"
|
|
534
|
-
},
|
|
612
|
+
}, ba = {
|
|
535
613
|
ach: "ach",
|
|
536
614
|
fedwire: "fedwire"
|
|
537
|
-
},
|
|
615
|
+
}, Aa = {
|
|
538
616
|
unknown: "unknown",
|
|
539
617
|
daily: "daily",
|
|
540
618
|
weekly: "weekly",
|
|
541
619
|
monthly: "monthly",
|
|
542
620
|
biweekly: "biweekly"
|
|
543
|
-
},
|
|
621
|
+
}, Ea = {
|
|
544
622
|
checking: "checking",
|
|
545
623
|
savings: "savings"
|
|
546
|
-
},
|
|
624
|
+
}, ka = {
|
|
547
625
|
ach: "ach"
|
|
548
|
-
},
|
|
626
|
+
}, Sa = {
|
|
549
627
|
fedwire: "fedwire"
|
|
550
|
-
},
|
|
628
|
+
}, Ra = {
|
|
551
629
|
base: "base",
|
|
552
630
|
ethereum: "ethereum"
|
|
553
|
-
},
|
|
631
|
+
}, Pa = {
|
|
554
632
|
risk_indicated: "risk_indicated",
|
|
555
633
|
no_risk_indicated: "no_risk_indicated"
|
|
556
|
-
},
|
|
557
|
-
|
|
558
|
-
|
|
634
|
+
}, Oa = {
|
|
635
|
+
paymentstransfersquoted: "payments.transfers.quoted",
|
|
636
|
+
paymentstransfersprocessing: "payments.transfers.processing",
|
|
637
|
+
paymentstransferscompleted: "payments.transfers.completed",
|
|
638
|
+
paymentstransfersfailed: "payments.transfers.failed",
|
|
639
|
+
paymentstransfersexpired: "payments.transfers.expired"
|
|
640
|
+
}, wa = {
|
|
559
641
|
refresh_token: "refresh_token"
|
|
560
|
-
},
|
|
642
|
+
}, Na = {
|
|
561
643
|
base: "base",
|
|
562
644
|
"base-sepolia": "base-sepolia",
|
|
563
645
|
ethereum: "ethereum",
|
|
@@ -566,137 +648,164 @@ const e = {
|
|
|
566
648
|
polygon: "polygon",
|
|
567
649
|
optimism: "optimism",
|
|
568
650
|
arbitrum: "arbitrum"
|
|
569
|
-
},
|
|
651
|
+
}, Ca = {
|
|
652
|
+
base: "base",
|
|
653
|
+
"base-sepolia": "base-sepolia",
|
|
654
|
+
ethereum: "ethereum",
|
|
655
|
+
"ethereum-sepolia": "ethereum-sepolia",
|
|
656
|
+
avalanche: "avalanche",
|
|
657
|
+
polygon: "polygon",
|
|
658
|
+
optimism: "optimism",
|
|
659
|
+
arbitrum: "arbitrum"
|
|
660
|
+
}, Da = {
|
|
661
|
+
solana: "solana",
|
|
662
|
+
"solana-devnet": "solana-devnet"
|
|
663
|
+
}, Ia = {
|
|
570
664
|
solana: "solana",
|
|
571
665
|
"solana-devnet": "solana-devnet"
|
|
572
666
|
};
|
|
573
667
|
export {
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
668
|
+
ae as AbiFunctionType,
|
|
669
|
+
te as AbiInputType,
|
|
670
|
+
ee as AbiStateMutability,
|
|
577
671
|
e as AccountType,
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
672
|
+
Ea as AchDetailsAccountType,
|
|
673
|
+
Ra as AddressRiskNetwork,
|
|
674
|
+
Pa as AddressRiskRiskLevel,
|
|
581
675
|
n as AssetType,
|
|
582
676
|
o as CapabilityStatus,
|
|
583
|
-
|
|
677
|
+
ba as CoolPaymentMethodType,
|
|
584
678
|
l as CreateDepositDestinationRequestType,
|
|
585
|
-
|
|
586
|
-
|
|
679
|
+
ka as CreatePaymentMethodRequestAchType,
|
|
680
|
+
Sa as CreatePaymentMethodRequestFedwireType,
|
|
681
|
+
w as CreateReportDestinationRequestAllOfType,
|
|
587
682
|
d as CryptoDepositDestinationType,
|
|
588
683
|
i as CustomerType,
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
684
|
+
D as DeliveryStatus,
|
|
685
|
+
r as DepositDestinationType,
|
|
686
|
+
I as DestinationType,
|
|
687
|
+
T as DeveloperJWTAuthenticationType,
|
|
688
|
+
y as EmailAuthenticationType,
|
|
592
689
|
a as ErrorType,
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
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,
|
|
704
|
+
z as EvmUserOperationNetwork,
|
|
705
|
+
L as EvmUserOperationStatus,
|
|
706
|
+
R as FileType,
|
|
707
|
+
S as Frequency,
|
|
708
|
+
j as InitiateEmailAuthenticationNextStepType,
|
|
709
|
+
M as InitiateEmailAuthenticationRequestType,
|
|
710
|
+
F as InitiateSmsAuthenticationNextStepType,
|
|
711
|
+
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,
|
|
617
718
|
t as LinkAccountType,
|
|
618
719
|
A as LinkableEntityRole,
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
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,
|
|
627
728
|
c as Network,
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
729
|
+
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,
|
|
645
748
|
_ as RequirementField,
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
ce as
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
749
|
+
k as ResourceType,
|
|
750
|
+
U as SSHKeyAlgorithm,
|
|
751
|
+
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,
|
|
768
|
+
xe as SignEvmTypedDataFieldCriterionType,
|
|
769
|
+
Ae as SignEvmTypedDataRuleAction,
|
|
770
|
+
Ee as SignEvmTypedDataRuleOperation,
|
|
771
|
+
be as SignEvmTypedDataVerifyingContractCriterionOperator,
|
|
772
|
+
ge as SignEvmTypedDataVerifyingContractCriterionType,
|
|
773
|
+
Ge as SignSolMessageRuleAction,
|
|
774
|
+
Ze as SignSolMessageRuleOperation,
|
|
775
|
+
Le as SignSolTransactionRuleAction,
|
|
776
|
+
Ve as SignSolTransactionRuleOperation,
|
|
777
|
+
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,
|
|
789
|
+
V as SpendPermissionNetwork,
|
|
790
|
+
we as SplAddressCriterionOperator,
|
|
791
|
+
Oe as SplAddressCriterionType,
|
|
792
|
+
Ce as SplValueCriterionOperator,
|
|
793
|
+
Ne as SplValueCriterionType,
|
|
794
|
+
P as TransferColumn,
|
|
795
|
+
Oa as TransferEventEventType,
|
|
687
796
|
m as TransferFeeType,
|
|
688
|
-
|
|
689
|
-
v as TransferReversalReason,
|
|
797
|
+
u as TransferRequestAmountType,
|
|
690
798
|
p as TransferStatus,
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
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
|
|
702
811
|
};
|