@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.
- package/dist/esm/index.js +196 -189
- 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 -835
- 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 +835 -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 +72 -59
- package/dist/esm/index6.js +306 -270
- package/dist/types/index.d.ts +181 -39
- package/package.json +1 -1
package/dist/esm/index6.js
CHANGED
|
@@ -2,7 +2,7 @@ const e = {
|
|
|
2
2
|
prime: "prime",
|
|
3
3
|
business: "business",
|
|
4
4
|
cdp: "cdp"
|
|
5
|
-
},
|
|
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
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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
|
-
},
|
|
57
|
+
}, a = {
|
|
58
|
+
unlinked: "unlinked",
|
|
59
|
+
pending: "pending",
|
|
60
|
+
linked: "linked"
|
|
61
|
+
}, n = {
|
|
45
62
|
business: "business",
|
|
46
63
|
prime: "prime"
|
|
47
|
-
},
|
|
64
|
+
}, i = {
|
|
48
65
|
fiat: "fiat",
|
|
49
66
|
crypto: "crypto"
|
|
50
|
-
},
|
|
67
|
+
}, o = {
|
|
51
68
|
individual: "individual",
|
|
52
69
|
business: "business"
|
|
53
|
-
},
|
|
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
|
-
},
|
|
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
|
-
|
|
92
|
-
}, m = {
|
|
107
|
+
failed: "failed"
|
|
108
|
+
}, v = {
|
|
93
109
|
bank: "bank",
|
|
94
110
|
conversion: "conversion",
|
|
95
111
|
network: "network",
|
|
96
112
|
other: "other"
|
|
97
|
-
},
|
|
113
|
+
}, u = {
|
|
98
114
|
custodial: "custodial",
|
|
99
115
|
self_custody: "self_custody"
|
|
100
|
-
},
|
|
116
|
+
}, y = {
|
|
101
117
|
target: "target",
|
|
102
118
|
source: "source"
|
|
103
|
-
},
|
|
119
|
+
}, T = {
|
|
104
120
|
email: "email"
|
|
105
121
|
}, f = {
|
|
106
122
|
sms: "sms"
|
|
107
|
-
},
|
|
123
|
+
}, g = {
|
|
108
124
|
jwt: "jwt"
|
|
109
125
|
}, h = {
|
|
110
126
|
google: "google",
|
|
111
127
|
apple: "apple",
|
|
112
128
|
x: "x"
|
|
113
|
-
},
|
|
129
|
+
}, E = {
|
|
114
130
|
team_member: "team_member",
|
|
115
131
|
api_key: "api_key"
|
|
116
|
-
},
|
|
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
|
-
},
|
|
158
|
+
}, x = {
|
|
143
159
|
business: "business",
|
|
144
160
|
prime: "prime"
|
|
145
|
-
},
|
|
161
|
+
}, S = {
|
|
146
162
|
admin: "admin",
|
|
147
163
|
owner: "owner"
|
|
148
|
-
},
|
|
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
|
-
},
|
|
172
|
+
}, R = {
|
|
157
173
|
daily: "daily",
|
|
158
174
|
weekly: "weekly",
|
|
159
175
|
monthly: "monthly"
|
|
160
|
-
},
|
|
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
|
-
},
|
|
204
|
+
}, N = {
|
|
189
205
|
sftp: "sftp"
|
|
190
|
-
},
|
|
206
|
+
}, D = {
|
|
191
207
|
sftp: "sftp"
|
|
192
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
224
|
+
}, F = {
|
|
209
225
|
email: "email"
|
|
210
226
|
}, q = {
|
|
211
227
|
sms: "sms"
|
|
212
228
|
}, j = {
|
|
213
229
|
"verify-otp": "verify-otp"
|
|
214
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
280
|
+
}, Z = {
|
|
256
281
|
base: "base",
|
|
257
282
|
"base-sepolia": "base-sepolia",
|
|
258
283
|
ethereum: "ethereum"
|
|
259
|
-
},
|
|
284
|
+
}, J = {
|
|
260
285
|
entity: "entity",
|
|
261
286
|
project: "project"
|
|
262
|
-
},
|
|
287
|
+
}, Q = {
|
|
263
288
|
ethValue: "ethValue"
|
|
264
|
-
},
|
|
289
|
+
}, $ = {
|
|
265
290
|
">": ">",
|
|
266
291
|
">=": ">=",
|
|
267
292
|
"<": "<",
|
|
268
293
|
"<=": "<=",
|
|
269
294
|
"==": "=="
|
|
270
|
-
},
|
|
295
|
+
}, ee = {
|
|
271
296
|
evmAddress: "evmAddress"
|
|
272
|
-
},
|
|
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
|
-
},
|
|
304
|
+
}, ne = {
|
|
280
305
|
pure: "pure",
|
|
281
306
|
view: "view",
|
|
282
307
|
nonpayable: "nonpayable",
|
|
283
308
|
payable: "payable"
|
|
284
|
-
},
|
|
309
|
+
}, ie = {
|
|
285
310
|
function: "function"
|
|
286
|
-
},
|
|
311
|
+
}, oe = {
|
|
287
312
|
constructor: "constructor",
|
|
288
313
|
error: "error",
|
|
289
314
|
event: "event",
|
|
290
315
|
fallback: "fallback",
|
|
291
316
|
receive: "receive"
|
|
292
|
-
},
|
|
317
|
+
}, _e = {
|
|
293
318
|
">": ">",
|
|
294
319
|
">=": ">=",
|
|
295
320
|
"<": "<",
|
|
296
321
|
"<=": "<=",
|
|
297
322
|
"==": "=="
|
|
298
|
-
},
|
|
323
|
+
}, se = {
|
|
299
324
|
in: "in",
|
|
300
325
|
not_in: "not in"
|
|
301
|
-
},
|
|
326
|
+
}, re = {
|
|
302
327
|
evmData: "evmData"
|
|
303
|
-
},
|
|
328
|
+
}, ce = {
|
|
304
329
|
netUSDChange: "netUSDChange"
|
|
305
|
-
},
|
|
330
|
+
}, de = {
|
|
306
331
|
">": ">",
|
|
307
332
|
">=": ">=",
|
|
308
333
|
"<": "<",
|
|
309
334
|
"<=": "<=",
|
|
310
335
|
"==": "=="
|
|
311
|
-
},
|
|
336
|
+
}, le = {
|
|
312
337
|
reject: "reject",
|
|
313
338
|
accept: "accept"
|
|
314
|
-
},
|
|
339
|
+
}, pe = {
|
|
315
340
|
signEvmTransaction: "signEvmTransaction"
|
|
316
|
-
},
|
|
341
|
+
}, me = {
|
|
317
342
|
evmNetwork: "evmNetwork"
|
|
318
|
-
},
|
|
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
|
-
},
|
|
354
|
+
}, ue = {
|
|
330
355
|
in: "in",
|
|
331
356
|
not_in: "not in"
|
|
332
|
-
},
|
|
357
|
+
}, ye = {
|
|
333
358
|
reject: "reject",
|
|
334
359
|
accept: "accept"
|
|
335
|
-
},
|
|
360
|
+
}, Te = {
|
|
336
361
|
sendEvmTransaction: "sendEvmTransaction"
|
|
337
|
-
},
|
|
362
|
+
}, fe = {
|
|
338
363
|
evmMessage: "evmMessage"
|
|
339
|
-
},
|
|
364
|
+
}, ge = {
|
|
340
365
|
reject: "reject",
|
|
341
366
|
accept: "accept"
|
|
342
|
-
},
|
|
367
|
+
}, he = {
|
|
343
368
|
signEvmMessage: "signEvmMessage"
|
|
344
|
-
},
|
|
369
|
+
}, Ee = {
|
|
345
370
|
in: "in",
|
|
346
371
|
not_in: "not in"
|
|
347
|
-
},
|
|
372
|
+
}, Ae = {
|
|
348
373
|
">": ">",
|
|
349
374
|
">=": ">=",
|
|
350
375
|
"<": "<",
|
|
@@ -352,114 +377,114 @@ const e = {
|
|
|
352
377
|
"==": "=="
|
|
353
378
|
}, xe = {
|
|
354
379
|
evmTypedDataField: "evmTypedDataField"
|
|
355
|
-
},
|
|
380
|
+
}, Se = {
|
|
356
381
|
evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
|
|
357
382
|
}, be = {
|
|
358
383
|
in: "in",
|
|
359
384
|
not_in: "not in"
|
|
360
|
-
},
|
|
385
|
+
}, ke = {
|
|
361
386
|
reject: "reject",
|
|
362
387
|
accept: "accept"
|
|
363
|
-
},
|
|
388
|
+
}, Re = {
|
|
364
389
|
signEvmTypedData: "signEvmTypedData"
|
|
365
|
-
},
|
|
390
|
+
}, Oe = {
|
|
366
391
|
solAddress: "solAddress"
|
|
367
|
-
},
|
|
392
|
+
}, Pe = {
|
|
368
393
|
in: "in",
|
|
369
394
|
not_in: "not in"
|
|
370
|
-
},
|
|
395
|
+
}, Ne = {
|
|
371
396
|
solValue: "solValue"
|
|
372
|
-
},
|
|
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
|
-
},
|
|
408
|
+
}, Ie = {
|
|
384
409
|
splValue: "splValue"
|
|
385
|
-
},
|
|
410
|
+
}, Ue = {
|
|
386
411
|
">": ">",
|
|
387
412
|
">=": ">=",
|
|
388
413
|
"<": "<",
|
|
389
414
|
"<=": "<=",
|
|
390
415
|
"==": "=="
|
|
391
|
-
},
|
|
416
|
+
}, Me = {
|
|
392
417
|
mintAddress: "mintAddress"
|
|
393
|
-
},
|
|
418
|
+
}, Fe = {
|
|
394
419
|
in: "in",
|
|
395
420
|
not_in: "not in"
|
|
396
|
-
},
|
|
421
|
+
}, qe = {
|
|
397
422
|
SystemProgram: "SystemProgram",
|
|
398
423
|
TokenProgram: "TokenProgram",
|
|
399
424
|
AssociatedTokenProgram: "AssociatedTokenProgram"
|
|
400
|
-
},
|
|
425
|
+
}, je = {
|
|
401
426
|
">": ">",
|
|
402
427
|
">=": ">=",
|
|
403
428
|
"<": "<",
|
|
404
429
|
"<=": "<=",
|
|
405
430
|
"==": "=="
|
|
406
|
-
},
|
|
431
|
+
}, Le = {
|
|
407
432
|
in: "in",
|
|
408
433
|
not_in: "not in"
|
|
409
|
-
},
|
|
434
|
+
}, ze = {
|
|
410
435
|
solData: "solData"
|
|
411
|
-
},
|
|
436
|
+
}, Ye = {
|
|
412
437
|
programId: "programId"
|
|
413
|
-
},
|
|
438
|
+
}, Ve = {
|
|
414
439
|
in: "in",
|
|
415
440
|
not_in: "not in"
|
|
416
|
-
},
|
|
441
|
+
}, Ge = {
|
|
417
442
|
reject: "reject",
|
|
418
443
|
accept: "accept"
|
|
419
|
-
},
|
|
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
|
-
},
|
|
451
|
+
}, We = {
|
|
427
452
|
in: "in",
|
|
428
453
|
not_in: "not in"
|
|
429
|
-
},
|
|
454
|
+
}, Xe = {
|
|
430
455
|
reject: "reject",
|
|
431
456
|
accept: "accept"
|
|
432
|
-
},
|
|
457
|
+
}, Ze = {
|
|
433
458
|
sendSolTransaction: "sendSolTransaction"
|
|
434
|
-
},
|
|
459
|
+
}, Je = {
|
|
435
460
|
solMessage: "solMessage"
|
|
436
|
-
},
|
|
461
|
+
}, Qe = {
|
|
437
462
|
reject: "reject",
|
|
438
463
|
accept: "accept"
|
|
439
|
-
},
|
|
464
|
+
}, $e = {
|
|
440
465
|
signSolMessage: "signSolMessage"
|
|
441
|
-
},
|
|
466
|
+
}, et = {
|
|
442
467
|
reject: "reject",
|
|
443
468
|
accept: "accept"
|
|
444
|
-
},
|
|
469
|
+
}, tt = {
|
|
445
470
|
signEvmHash: "signEvmHash"
|
|
446
|
-
},
|
|
471
|
+
}, at = {
|
|
447
472
|
reject: "reject",
|
|
448
473
|
accept: "accept"
|
|
449
|
-
},
|
|
474
|
+
}, nt = {
|
|
450
475
|
prepareUserOperation: "prepareUserOperation"
|
|
451
|
-
},
|
|
476
|
+
}, it = {
|
|
452
477
|
reject: "reject",
|
|
453
478
|
accept: "accept"
|
|
454
|
-
},
|
|
479
|
+
}, ot = {
|
|
455
480
|
sendUserOperation: "sendUserOperation"
|
|
456
|
-
},
|
|
481
|
+
}, _t = {
|
|
457
482
|
project: "project",
|
|
458
483
|
account: "account"
|
|
459
|
-
},
|
|
484
|
+
}, st = {
|
|
460
485
|
solana: "solana",
|
|
461
486
|
"solana-devnet": "solana-devnet"
|
|
462
|
-
},
|
|
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
|
-
},
|
|
508
|
+
}, ct = {
|
|
484
509
|
NUMBER_1: 1,
|
|
485
510
|
NUMBER_2: 2
|
|
486
|
-
},
|
|
511
|
+
}, dt = {
|
|
487
512
|
exact: "exact"
|
|
488
|
-
},
|
|
513
|
+
}, lt = {
|
|
489
514
|
"base-sepolia": "base-sepolia",
|
|
490
515
|
base: "base",
|
|
491
516
|
"solana-devnet": "solana-devnet",
|
|
492
517
|
solana: "solana"
|
|
493
|
-
},
|
|
518
|
+
}, pt = {
|
|
494
519
|
exact: "exact"
|
|
495
|
-
},
|
|
520
|
+
}, mt = {
|
|
496
521
|
exact: "exact"
|
|
497
|
-
},
|
|
522
|
+
}, vt = {
|
|
498
523
|
"base-sepolia": "base-sepolia",
|
|
499
524
|
base: "base",
|
|
500
525
|
"solana-devnet": "solana-devnet",
|
|
501
526
|
solana: "solana"
|
|
502
|
-
},
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
},
|
|
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
|
-
},
|
|
617
|
+
}, gt = {
|
|
591
618
|
http: "http"
|
|
592
|
-
},
|
|
619
|
+
}, ht = {
|
|
593
620
|
GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
|
|
594
|
-
},
|
|
621
|
+
}, Et = {
|
|
595
622
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
596
623
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
597
|
-
},
|
|
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
|
-
},
|
|
630
|
+
}, xt = {
|
|
604
631
|
PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
|
|
605
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
647
|
+
}, Ot = {
|
|
616
648
|
unknown: "unknown",
|
|
617
649
|
daily: "daily",
|
|
618
650
|
weekly: "weekly",
|
|
619
651
|
monthly: "monthly",
|
|
620
652
|
biweekly: "biweekly"
|
|
621
|
-
},
|
|
653
|
+
}, Pt = {
|
|
622
654
|
checking: "checking",
|
|
623
655
|
savings: "savings"
|
|
624
|
-
},
|
|
656
|
+
}, Nt = {
|
|
625
657
|
ach: "ach"
|
|
626
|
-
},
|
|
658
|
+
}, Dt = {
|
|
627
659
|
fedwire: "fedwire"
|
|
628
|
-
},
|
|
660
|
+
}, wt = {
|
|
629
661
|
base: "base",
|
|
630
662
|
ethereum: "ethereum"
|
|
631
|
-
},
|
|
663
|
+
}, Ct = {
|
|
632
664
|
risk_indicated: "risk_indicated",
|
|
633
665
|
no_risk_indicated: "no_risk_indicated"
|
|
634
|
-
},
|
|
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
|
-
|
|
640
|
-
}, wa = {
|
|
670
|
+
paymentstransfersfailed: "payments.transfers.failed"
|
|
671
|
+
}, Ut = {
|
|
641
672
|
refresh_token: "refresh_token"
|
|
642
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
691
|
+
}, qt = {
|
|
661
692
|
solana: "solana",
|
|
662
693
|
"solana-devnet": "solana-devnet"
|
|
663
|
-
},
|
|
694
|
+
}, jt = {
|
|
664
695
|
solana: "solana",
|
|
665
696
|
"solana-devnet": "solana-devnet"
|
|
666
697
|
};
|
|
667
698
|
export {
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
699
|
+
ie as AbiFunctionType,
|
|
700
|
+
oe as AbiInputType,
|
|
701
|
+
ne as AbiStateMutability,
|
|
671
702
|
e as AccountType,
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
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
|
-
|
|
706
|
-
|
|
707
|
-
|
|
738
|
+
Y as EvmUserOperationStatus,
|
|
739
|
+
O as FileType,
|
|
740
|
+
R as Frequency,
|
|
708
741
|
j as InitiateEmailAuthenticationNextStepType,
|
|
709
|
-
|
|
710
|
-
|
|
742
|
+
F as InitiateEmailAuthenticationRequestType,
|
|
743
|
+
L as InitiateSmsAuthenticationNextStepType,
|
|
711
744
|
q as InitiateSmsAuthenticationRequestType,
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
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
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
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
|
-
|
|
785
|
+
M as SSHKeyAlgorithm,
|
|
751
786
|
C as ScheduleType,
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
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
|
-
|
|
770
|
-
|
|
804
|
+
ke as SignEvmTypedDataRuleAction,
|
|
805
|
+
Re as SignEvmTypedDataRuleOperation,
|
|
771
806
|
be as SignEvmTypedDataVerifyingContractCriterionOperator,
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
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
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
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
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
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
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
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
|
};
|