@coinbase/cdp-api-client 0.0.49 → 0.0.51
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 +147 -164
- package/dist/esm/index3.js +261 -361
- package/dist/esm/index4.js +110 -110
- package/dist/types/index.d.ts +73 -421
- package/package.json +1 -1
package/dist/esm/index3.js
CHANGED
|
@@ -2,7 +2,7 @@ const e = {
|
|
|
2
2
|
prime: "prime",
|
|
3
3
|
business: "business",
|
|
4
4
|
cdp: "cdp"
|
|
5
|
-
},
|
|
5
|
+
}, a = {
|
|
6
6
|
already_exists: "already_exists",
|
|
7
7
|
bad_gateway: "bad_gateway",
|
|
8
8
|
faucet_limit_exceeded: "faucet_limit_exceeded",
|
|
@@ -33,7 +33,7 @@ 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
|
-
},
|
|
36
|
+
}, t = {
|
|
37
37
|
entity: "entity",
|
|
38
38
|
customer: "customer"
|
|
39
39
|
}, n = {
|
|
@@ -46,34 +46,17 @@ const e = {
|
|
|
46
46
|
individual: "individual",
|
|
47
47
|
business: "business"
|
|
48
48
|
}, r = {
|
|
49
|
-
employment_income: "employment_income",
|
|
50
|
-
other: "other"
|
|
51
|
-
}, s = {
|
|
52
|
-
finance: "finance",
|
|
53
|
-
technology: "technology",
|
|
54
|
-
other: "other"
|
|
55
|
-
}, _ = {
|
|
56
|
-
trading: "trading",
|
|
57
|
-
mining: "mining",
|
|
58
|
-
other: "other"
|
|
59
|
-
}, c = {
|
|
60
|
-
none: "none",
|
|
61
|
-
self_pep: "self_pep",
|
|
62
|
-
family_of_pep: "family_of_pep",
|
|
63
|
-
associate_of_pep: "associate_of_pep",
|
|
64
|
-
unknown: "unknown"
|
|
65
|
-
}, d = {
|
|
66
49
|
enabled: "enabled",
|
|
67
50
|
restricted: "restricted",
|
|
68
51
|
disabled: "disabled",
|
|
69
52
|
pending: "pending"
|
|
70
|
-
},
|
|
53
|
+
}, _ = {
|
|
71
54
|
information_missing: "information_missing",
|
|
72
55
|
invalid_address: "invalid_address",
|
|
73
56
|
verification_document_dob_mismatch: "verification_document_dob_mismatch",
|
|
74
57
|
verification_document_expired: "verification_document_expired"
|
|
75
|
-
},
|
|
76
|
-
|
|
58
|
+
}, s = {
|
|
59
|
+
draft: "draft",
|
|
77
60
|
awaiting_funds: "awaiting_funds",
|
|
78
61
|
processing: "processing",
|
|
79
62
|
completed: "completed",
|
|
@@ -81,41 +64,37 @@ const e = {
|
|
|
81
64
|
canceled: "canceled",
|
|
82
65
|
expired: "expired",
|
|
83
66
|
reversed: "reversed"
|
|
84
|
-
},
|
|
67
|
+
}, c = {
|
|
68
|
+
base: "base",
|
|
69
|
+
ethereum: "ethereum",
|
|
70
|
+
algorand: "algorand",
|
|
71
|
+
aptos: "aptos",
|
|
72
|
+
arbitrum: "arbitrum",
|
|
73
|
+
avacchain: "avacchain",
|
|
74
|
+
noble: "noble",
|
|
75
|
+
optimism: "optimism",
|
|
76
|
+
polygon: "polygon",
|
|
77
|
+
solana: "solana",
|
|
78
|
+
stellar: "stellar",
|
|
79
|
+
sui: "sui",
|
|
80
|
+
unichain: "unichain"
|
|
81
|
+
}, d = {
|
|
85
82
|
network_fee: "network_fee",
|
|
86
83
|
processing_fee: "processing_fee",
|
|
87
84
|
wire_fee: "wire_fee",
|
|
88
85
|
exchange_fee: "exchange_fee",
|
|
89
86
|
spread_fee: "spread_fee"
|
|
90
|
-
},
|
|
87
|
+
}, l = {
|
|
91
88
|
fedwire: "fedwire"
|
|
92
|
-
},
|
|
89
|
+
}, p = {
|
|
93
90
|
usd: "usd"
|
|
94
|
-
},
|
|
95
|
-
insufficient_funds: "insufficient_funds",
|
|
96
|
-
invalid_source: "invalid_source",
|
|
97
|
-
invalid_target: "invalid_target",
|
|
98
|
-
compliance_failure: "compliance_failure",
|
|
99
|
-
network_error: "network_error",
|
|
100
|
-
rate_limit_exceeded: "rate_limit_exceeded",
|
|
101
|
-
account_restricted: "account_restricted",
|
|
102
|
-
amount_too_large: "amount_too_large",
|
|
103
|
-
amount_too_small: "amount_too_small",
|
|
104
|
-
asset_not_supported: "asset_not_supported",
|
|
105
|
-
processing_error: "processing_error",
|
|
106
|
-
network_failure: "network_failure",
|
|
107
|
-
insufficient_gas: "insufficient_gas",
|
|
108
|
-
transaction_reverted: "transaction_reverted",
|
|
109
|
-
timeout: "timeout",
|
|
110
|
-
compliance_rejection: "compliance_rejection",
|
|
111
|
-
recipient_unavailable: "recipient_unavailable"
|
|
112
|
-
}, g = {
|
|
91
|
+
}, m = {
|
|
113
92
|
user_requested: "user_requested",
|
|
114
93
|
compliance_reversal: "compliance_reversal",
|
|
115
94
|
fraud_reversal: "fraud_reversal",
|
|
116
95
|
network_reversal: "network_reversal",
|
|
117
96
|
system_reversal: "system_reversal"
|
|
118
|
-
},
|
|
97
|
+
}, v = {
|
|
119
98
|
user_canceled: "user_canceled",
|
|
120
99
|
system_canceled: "system_canceled",
|
|
121
100
|
expired: "expired",
|
|
@@ -123,32 +102,22 @@ const e = {
|
|
|
123
102
|
risk_canceled: "risk_canceled",
|
|
124
103
|
duplicate_canceled: "duplicate_canceled",
|
|
125
104
|
insufficient_funds_canceled: "insufficient_funds_canceled"
|
|
126
|
-
},
|
|
105
|
+
}, u = {
|
|
106
|
+
target: "target",
|
|
107
|
+
source: "source"
|
|
108
|
+
}, y = {
|
|
127
109
|
email: "email"
|
|
128
|
-
},
|
|
110
|
+
}, T = {
|
|
129
111
|
sms: "sms"
|
|
130
|
-
},
|
|
112
|
+
}, g = {
|
|
131
113
|
jwt: "jwt"
|
|
132
|
-
},
|
|
133
|
-
google: "google"
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
invalid_request: "invalid_request",
|
|
137
|
-
invalid_client: "invalid_client",
|
|
138
|
-
invalid_grant: "invalid_grant",
|
|
139
|
-
unauthorized_client: "unauthorized_client",
|
|
140
|
-
unsupported_grant_type: "unsupported_grant_type",
|
|
141
|
-
invalid_scope: "invalid_scope"
|
|
142
|
-
}, E = {
|
|
143
|
-
active_without_kyb: "active_without_kyb",
|
|
144
|
-
pending_kyb: "pending_kyb",
|
|
145
|
-
documents_required: "documents_required",
|
|
146
|
-
in_review: "in_review",
|
|
147
|
-
active: "active"
|
|
148
|
-
}, x = {
|
|
114
|
+
}, h = {
|
|
115
|
+
google: "google",
|
|
116
|
+
apple: "apple"
|
|
117
|
+
}, b = {
|
|
149
118
|
team_member: "team_member",
|
|
150
119
|
api_key: "api_key"
|
|
151
|
-
},
|
|
120
|
+
}, f = {
|
|
152
121
|
create_api_key: "create_api_key",
|
|
153
122
|
read_api_key: "read_api_key",
|
|
154
123
|
update_api_key: "update_api_key",
|
|
@@ -174,24 +143,27 @@ const e = {
|
|
|
174
143
|
manage_billing: "manage_billing",
|
|
175
144
|
view_audit_logs: "view_audit_logs",
|
|
176
145
|
manage_all: "manage_all"
|
|
177
|
-
},
|
|
146
|
+
}, E = {
|
|
178
147
|
business: "business",
|
|
179
148
|
prime: "prime"
|
|
180
|
-
},
|
|
149
|
+
}, A = {
|
|
150
|
+
admin: "admin",
|
|
151
|
+
owner: "owner"
|
|
152
|
+
}, S = {
|
|
181
153
|
pending: "pending",
|
|
182
154
|
accepted: "accepted",
|
|
183
155
|
rejected: "rejected",
|
|
184
156
|
canceled: "canceled",
|
|
185
157
|
expired: "expired"
|
|
186
|
-
},
|
|
158
|
+
}, x = {
|
|
187
159
|
email: "email"
|
|
188
|
-
},
|
|
160
|
+
}, k = {
|
|
189
161
|
sms: "sms"
|
|
190
|
-
},
|
|
162
|
+
}, P = {
|
|
191
163
|
"verify-otp": "verify-otp"
|
|
192
|
-
},
|
|
164
|
+
}, O = {
|
|
193
165
|
"verify-otp": "verify-otp"
|
|
194
|
-
},
|
|
166
|
+
}, R = {
|
|
195
167
|
"base-sepolia": "base-sepolia",
|
|
196
168
|
base: "base",
|
|
197
169
|
arbitrum: "arbitrum",
|
|
@@ -202,14 +174,14 @@ const e = {
|
|
|
202
174
|
avalanche: "avalanche",
|
|
203
175
|
ethereum: "ethereum",
|
|
204
176
|
"ethereum-sepolia": "ethereum-sepolia"
|
|
205
|
-
},
|
|
177
|
+
}, C = {
|
|
206
178
|
pending: "pending",
|
|
207
179
|
signed: "signed",
|
|
208
180
|
broadcast: "broadcast",
|
|
209
181
|
complete: "complete",
|
|
210
182
|
dropped: "dropped",
|
|
211
183
|
failed: "failed"
|
|
212
|
-
},
|
|
184
|
+
}, w = {
|
|
213
185
|
base: "base",
|
|
214
186
|
"base-sepolia": "base-sepolia",
|
|
215
187
|
ethereum: "ethereum",
|
|
@@ -218,75 +190,75 @@ const e = {
|
|
|
218
190
|
arbitrum: "arbitrum",
|
|
219
191
|
avalanche: "avalanche",
|
|
220
192
|
polygon: "polygon"
|
|
221
|
-
},
|
|
193
|
+
}, N = {
|
|
222
194
|
base: "base",
|
|
223
195
|
ethereum: "ethereum",
|
|
224
196
|
arbitrum: "arbitrum",
|
|
225
197
|
optimism: "optimism"
|
|
226
|
-
},
|
|
198
|
+
}, D = {
|
|
227
199
|
base: "base",
|
|
228
200
|
"base-sepolia": "base-sepolia",
|
|
229
201
|
ethereum: "ethereum"
|
|
230
|
-
},
|
|
202
|
+
}, I = {
|
|
231
203
|
entity: "entity",
|
|
232
204
|
project: "project"
|
|
233
|
-
},
|
|
205
|
+
}, U = {
|
|
234
206
|
ethValue: "ethValue"
|
|
235
|
-
},
|
|
207
|
+
}, M = {
|
|
236
208
|
">": ">",
|
|
237
209
|
">=": ">=",
|
|
238
210
|
"<": "<",
|
|
239
211
|
"<=": "<=",
|
|
240
212
|
"==": "=="
|
|
241
|
-
},
|
|
213
|
+
}, j = {
|
|
242
214
|
evmAddress: "evmAddress"
|
|
243
|
-
},
|
|
215
|
+
}, L = {
|
|
244
216
|
in: "in",
|
|
245
217
|
not_in: "not in"
|
|
246
|
-
},
|
|
218
|
+
}, z = {
|
|
247
219
|
erc20: "erc20",
|
|
248
220
|
erc721: "erc721",
|
|
249
221
|
erc1155: "erc1155"
|
|
250
|
-
},
|
|
222
|
+
}, q = {
|
|
251
223
|
pure: "pure",
|
|
252
224
|
view: "view",
|
|
253
225
|
nonpayable: "nonpayable",
|
|
254
226
|
payable: "payable"
|
|
255
|
-
},
|
|
227
|
+
}, Y = {
|
|
256
228
|
function: "function"
|
|
257
|
-
},
|
|
229
|
+
}, F = {
|
|
258
230
|
constructor: "constructor",
|
|
259
231
|
error: "error",
|
|
260
232
|
event: "event",
|
|
261
233
|
fallback: "fallback",
|
|
262
234
|
receive: "receive"
|
|
263
|
-
},
|
|
235
|
+
}, V = {
|
|
264
236
|
">": ">",
|
|
265
237
|
">=": ">=",
|
|
266
238
|
"<": "<",
|
|
267
239
|
"<=": "<=",
|
|
268
240
|
"==": "=="
|
|
269
|
-
},
|
|
241
|
+
}, H = {
|
|
270
242
|
in: "in",
|
|
271
243
|
not_in: "not in"
|
|
272
|
-
},
|
|
244
|
+
}, X = {
|
|
273
245
|
evmData: "evmData"
|
|
274
|
-
},
|
|
246
|
+
}, G = {
|
|
275
247
|
netUSDChange: "netUSDChange"
|
|
276
|
-
},
|
|
248
|
+
}, B = {
|
|
277
249
|
">": ">",
|
|
278
250
|
">=": ">=",
|
|
279
251
|
"<": "<",
|
|
280
252
|
"<=": "<=",
|
|
281
253
|
"==": "=="
|
|
282
|
-
},
|
|
254
|
+
}, K = {
|
|
283
255
|
reject: "reject",
|
|
284
256
|
accept: "accept"
|
|
285
|
-
},
|
|
257
|
+
}, W = {
|
|
286
258
|
signEvmTransaction: "signEvmTransaction"
|
|
287
|
-
},
|
|
259
|
+
}, J = {
|
|
288
260
|
evmNetwork: "evmNetwork"
|
|
289
|
-
},
|
|
261
|
+
}, Q = {
|
|
290
262
|
"base-sepolia": "base-sepolia",
|
|
291
263
|
base: "base",
|
|
292
264
|
ethereum: "ethereum",
|
|
@@ -297,140 +269,140 @@ const e = {
|
|
|
297
269
|
arbitrum: "arbitrum",
|
|
298
270
|
zora: "zora",
|
|
299
271
|
bnb: "bnb"
|
|
300
|
-
},
|
|
272
|
+
}, Z = {
|
|
301
273
|
in: "in",
|
|
302
274
|
not_in: "not in"
|
|
303
|
-
},
|
|
275
|
+
}, $ = {
|
|
304
276
|
reject: "reject",
|
|
305
277
|
accept: "accept"
|
|
306
|
-
},
|
|
278
|
+
}, ee = {
|
|
307
279
|
sendEvmTransaction: "sendEvmTransaction"
|
|
308
|
-
},
|
|
280
|
+
}, ae = {
|
|
309
281
|
evmMessage: "evmMessage"
|
|
310
|
-
},
|
|
282
|
+
}, te = {
|
|
311
283
|
reject: "reject",
|
|
312
284
|
accept: "accept"
|
|
313
|
-
},
|
|
285
|
+
}, ne = {
|
|
314
286
|
signEvmMessage: "signEvmMessage"
|
|
315
|
-
},
|
|
287
|
+
}, ie = {
|
|
316
288
|
in: "in",
|
|
317
289
|
not_in: "not in"
|
|
318
|
-
},
|
|
290
|
+
}, oe = {
|
|
319
291
|
">": ">",
|
|
320
292
|
">=": ">=",
|
|
321
293
|
"<": "<",
|
|
322
294
|
"<=": "<=",
|
|
323
295
|
"==": "=="
|
|
324
|
-
},
|
|
296
|
+
}, re = {
|
|
325
297
|
evmTypedDataField: "evmTypedDataField"
|
|
326
|
-
},
|
|
298
|
+
}, _e = {
|
|
327
299
|
evmTypedDataVerifyingContract: "evmTypedDataVerifyingContract"
|
|
328
|
-
},
|
|
300
|
+
}, se = {
|
|
329
301
|
in: "in",
|
|
330
302
|
not_in: "not in"
|
|
331
|
-
},
|
|
303
|
+
}, ce = {
|
|
332
304
|
reject: "reject",
|
|
333
305
|
accept: "accept"
|
|
334
|
-
},
|
|
306
|
+
}, de = {
|
|
335
307
|
signEvmTypedData: "signEvmTypedData"
|
|
336
|
-
},
|
|
308
|
+
}, le = {
|
|
337
309
|
solAddress: "solAddress"
|
|
338
|
-
},
|
|
310
|
+
}, pe = {
|
|
339
311
|
in: "in",
|
|
340
312
|
not_in: "not in"
|
|
341
|
-
},
|
|
313
|
+
}, me = {
|
|
342
314
|
solValue: "solValue"
|
|
343
|
-
},
|
|
315
|
+
}, ve = {
|
|
344
316
|
">": ">",
|
|
345
317
|
">=": ">=",
|
|
346
318
|
"<": "<",
|
|
347
319
|
"<=": "<=",
|
|
348
320
|
"==": "=="
|
|
349
|
-
},
|
|
321
|
+
}, ue = {
|
|
350
322
|
splAddress: "splAddress"
|
|
351
|
-
},
|
|
323
|
+
}, ye = {
|
|
352
324
|
in: "in",
|
|
353
325
|
not_in: "not in"
|
|
354
|
-
},
|
|
326
|
+
}, Te = {
|
|
355
327
|
splValue: "splValue"
|
|
356
|
-
},
|
|
328
|
+
}, ge = {
|
|
357
329
|
">": ">",
|
|
358
330
|
">=": ">=",
|
|
359
331
|
"<": "<",
|
|
360
332
|
"<=": "<=",
|
|
361
333
|
"==": "=="
|
|
362
|
-
},
|
|
334
|
+
}, he = {
|
|
363
335
|
mintAddress: "mintAddress"
|
|
364
|
-
},
|
|
336
|
+
}, be = {
|
|
365
337
|
in: "in",
|
|
366
338
|
not_in: "not in"
|
|
367
|
-
},
|
|
339
|
+
}, fe = {
|
|
368
340
|
SystemProgram: "SystemProgram",
|
|
369
341
|
TokenProgram: "TokenProgram",
|
|
370
342
|
AssociatedTokenProgram: "AssociatedTokenProgram"
|
|
371
|
-
},
|
|
343
|
+
}, Ee = {
|
|
372
344
|
">": ">",
|
|
373
345
|
">=": ">=",
|
|
374
346
|
"<": "<",
|
|
375
347
|
"<=": "<=",
|
|
376
348
|
"==": "=="
|
|
377
|
-
},
|
|
349
|
+
}, Ae = {
|
|
378
350
|
in: "in",
|
|
379
351
|
not_in: "not in"
|
|
380
|
-
},
|
|
352
|
+
}, Se = {
|
|
381
353
|
solData: "solData"
|
|
382
|
-
},
|
|
354
|
+
}, xe = {
|
|
383
355
|
programId: "programId"
|
|
384
|
-
},
|
|
356
|
+
}, ke = {
|
|
385
357
|
in: "in",
|
|
386
358
|
not_in: "not in"
|
|
387
|
-
},
|
|
359
|
+
}, Pe = {
|
|
388
360
|
reject: "reject",
|
|
389
361
|
accept: "accept"
|
|
390
|
-
},
|
|
362
|
+
}, Oe = {
|
|
391
363
|
signSolTransaction: "signSolTransaction"
|
|
392
|
-
},
|
|
364
|
+
}, Re = {
|
|
393
365
|
solNetwork: "solNetwork"
|
|
394
|
-
},
|
|
366
|
+
}, Ce = {
|
|
395
367
|
"solana-devnet": "solana-devnet",
|
|
396
368
|
solana: "solana"
|
|
397
|
-
},
|
|
369
|
+
}, we = {
|
|
398
370
|
in: "in",
|
|
399
371
|
not_in: "not in"
|
|
400
|
-
},
|
|
372
|
+
}, Ne = {
|
|
401
373
|
reject: "reject",
|
|
402
374
|
accept: "accept"
|
|
403
|
-
},
|
|
375
|
+
}, De = {
|
|
404
376
|
sendSolTransaction: "sendSolTransaction"
|
|
405
|
-
},
|
|
377
|
+
}, Ie = {
|
|
406
378
|
solMessage: "solMessage"
|
|
407
|
-
},
|
|
379
|
+
}, Ue = {
|
|
408
380
|
reject: "reject",
|
|
409
381
|
accept: "accept"
|
|
410
|
-
},
|
|
382
|
+
}, Me = {
|
|
411
383
|
signSolMessage: "signSolMessage"
|
|
412
|
-
},
|
|
384
|
+
}, je = {
|
|
413
385
|
reject: "reject",
|
|
414
386
|
accept: "accept"
|
|
415
|
-
},
|
|
387
|
+
}, Le = {
|
|
416
388
|
signEvmHash: "signEvmHash"
|
|
417
|
-
},
|
|
389
|
+
}, ze = {
|
|
418
390
|
reject: "reject",
|
|
419
391
|
accept: "accept"
|
|
420
|
-
},
|
|
392
|
+
}, qe = {
|
|
421
393
|
prepareUserOperation: "prepareUserOperation"
|
|
422
|
-
},
|
|
394
|
+
}, Ye = {
|
|
423
395
|
reject: "reject",
|
|
424
396
|
accept: "accept"
|
|
425
|
-
},
|
|
397
|
+
}, Fe = {
|
|
426
398
|
sendUserOperation: "sendUserOperation"
|
|
427
|
-
},
|
|
399
|
+
}, Ve = {
|
|
428
400
|
project: "project",
|
|
429
401
|
account: "account"
|
|
430
|
-
},
|
|
402
|
+
}, He = {
|
|
431
403
|
solana: "solana",
|
|
432
404
|
"solana-devnet": "solana-devnet"
|
|
433
|
-
},
|
|
405
|
+
}, Xe = {
|
|
434
406
|
String: "String",
|
|
435
407
|
UInt8: "UInt8",
|
|
436
408
|
UInt16: "UInt16",
|
|
@@ -451,23 +423,23 @@ const e = {
|
|
|
451
423
|
DateTime: "DateTime",
|
|
452
424
|
DateTime64: "DateTime64",
|
|
453
425
|
UUID: "UUID"
|
|
454
|
-
},
|
|
426
|
+
}, Ge = {
|
|
455
427
|
NUMBER_1: 1
|
|
456
|
-
},
|
|
428
|
+
}, Be = {
|
|
457
429
|
exact: "exact"
|
|
458
|
-
},
|
|
430
|
+
}, Ke = {
|
|
459
431
|
"base-sepolia": "base-sepolia",
|
|
460
432
|
base: "base",
|
|
461
433
|
"solana-devnet": "solana-devnet",
|
|
462
434
|
solana: "solana"
|
|
463
|
-
},
|
|
435
|
+
}, We = {
|
|
464
436
|
exact: "exact"
|
|
465
|
-
},
|
|
437
|
+
}, Je = {
|
|
466
438
|
"base-sepolia": "base-sepolia",
|
|
467
439
|
base: "base",
|
|
468
440
|
"solana-devnet": "solana-devnet",
|
|
469
441
|
solana: "solana"
|
|
470
|
-
},
|
|
442
|
+
}, Qe = {
|
|
471
443
|
insufficient_funds: "insufficient_funds",
|
|
472
444
|
invalid_scheme: "invalid_scheme",
|
|
473
445
|
invalid_network: "invalid_network",
|
|
@@ -500,7 +472,7 @@ const e = {
|
|
|
500
472
|
invalid_exact_svm_payload_transaction_sender_ata_not_found: "invalid_exact_svm_payload_transaction_sender_ata_not_found",
|
|
501
473
|
invalid_exact_svm_payload_transaction_simulation_failed: "invalid_exact_svm_payload_transaction_simulation_failed",
|
|
502
474
|
invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata: "invalid_exact_svm_payload_transaction_transfer_to_incorrect_ata"
|
|
503
|
-
},
|
|
475
|
+
}, Ze = {
|
|
504
476
|
insufficient_funds: "insufficient_funds",
|
|
505
477
|
invalid_scheme: "invalid_scheme",
|
|
506
478
|
invalid_network: "invalid_network",
|
|
@@ -516,115 +488,60 @@ const e = {
|
|
|
516
488
|
invalid_exact_evm_payload_signature_address: "invalid_exact_evm_payload_signature_address",
|
|
517
489
|
settle_exact_svm_block_height_exceeded: "settle_exact_svm_block_height_exceeded",
|
|
518
490
|
settle_exact_svm_transaction_confirmation_timed_out: "settle_exact_svm_transaction_confirmation_timed_out"
|
|
519
|
-
},
|
|
491
|
+
}, $e = {
|
|
520
492
|
exact: "exact"
|
|
521
|
-
},
|
|
493
|
+
}, ea = {
|
|
522
494
|
"base-sepolia": "base-sepolia",
|
|
523
495
|
base: "base",
|
|
524
496
|
"solana-devnet": "solana-devnet",
|
|
525
497
|
solana: "solana"
|
|
526
|
-
},
|
|
498
|
+
}, aa = {
|
|
527
499
|
http: "http"
|
|
528
|
-
},
|
|
529
|
-
source: "source",
|
|
530
|
-
target: "target"
|
|
531
|
-
}, st = {
|
|
532
|
-
card: "card",
|
|
533
|
-
fiat_account: "fiat_account"
|
|
534
|
-
}, _t = {
|
|
535
|
-
exchange_fee: "exchange_fee",
|
|
536
|
-
network_fee: "network_fee"
|
|
537
|
-
}, ct = {
|
|
538
|
-
payment_method: "payment_method"
|
|
539
|
-
}, dt = {
|
|
540
|
-
crypto_rail: "crypto_rail"
|
|
541
|
-
}, lt = {
|
|
542
|
-
created: "created",
|
|
543
|
-
pending: "pending",
|
|
544
|
-
started: "started",
|
|
545
|
-
completed: "completed",
|
|
546
|
-
failed: "failed"
|
|
547
|
-
}, pt = {
|
|
500
|
+
}, ta = {
|
|
548
501
|
GUEST_CHECKOUT_APPLE_PAY: "GUEST_CHECKOUT_APPLE_PAY"
|
|
549
|
-
},
|
|
502
|
+
}, na = {
|
|
550
503
|
FEE_TYPE_NETWORK: "FEE_TYPE_NETWORK",
|
|
551
504
|
FEE_TYPE_EXCHANGE: "FEE_TYPE_EXCHANGE"
|
|
552
|
-
},
|
|
505
|
+
}, ia = {
|
|
553
506
|
ONRAMP_ORDER_STATUS_PENDING_AUTH: "ONRAMP_ORDER_STATUS_PENDING_AUTH",
|
|
554
507
|
ONRAMP_ORDER_STATUS_PENDING_PAYMENT: "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
|
|
555
508
|
ONRAMP_ORDER_STATUS_PROCESSING: "ONRAMP_ORDER_STATUS_PROCESSING",
|
|
556
509
|
ONRAMP_ORDER_STATUS_COMPLETED: "ONRAMP_ORDER_STATUS_COMPLETED",
|
|
557
510
|
ONRAMP_ORDER_STATUS_FAILED: "ONRAMP_ORDER_STATUS_FAILED"
|
|
558
|
-
},
|
|
511
|
+
}, oa = {
|
|
559
512
|
PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON: "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON"
|
|
560
|
-
},
|
|
513
|
+
}, ra = {
|
|
561
514
|
CARD: "CARD",
|
|
562
515
|
ACH: "ACH",
|
|
563
516
|
APPLE_PAY: "APPLE_PAY",
|
|
564
517
|
PAYPAL: "PAYPAL",
|
|
565
518
|
FIAT_WALLET: "FIAT_WALLET",
|
|
566
519
|
CRYPTO_WALLET: "CRYPTO_WALLET"
|
|
567
|
-
},
|
|
568
|
-
base: "base",
|
|
569
|
-
ethereum: "ethereum",
|
|
570
|
-
algorand: "algorand",
|
|
571
|
-
aptos: "aptos",
|
|
572
|
-
arbitrum: "arbitrum",
|
|
573
|
-
avacchain: "avacchain",
|
|
574
|
-
noble: "noble",
|
|
575
|
-
optimism: "optimism",
|
|
576
|
-
polygon: "polygon",
|
|
577
|
-
solana: "solana",
|
|
578
|
-
stellar: "stellar",
|
|
579
|
-
sui: "sui",
|
|
580
|
-
unichain: "unichain"
|
|
581
|
-
}, Tt = {
|
|
582
|
-
target: "target",
|
|
583
|
-
source: "source"
|
|
584
|
-
}, ft = {
|
|
585
|
-
pending: "pending",
|
|
586
|
-
awaiting_funds: "awaiting_funds",
|
|
587
|
-
in_progress: "in_progress",
|
|
588
|
-
completed: "completed",
|
|
589
|
-
failed: "failed",
|
|
590
|
-
unknown: "unknown"
|
|
591
|
-
}, ht = {
|
|
592
|
-
conversion: "conversion",
|
|
593
|
-
settlement: "settlement",
|
|
594
|
-
deposit: "deposit",
|
|
595
|
-
wire_fee: "wire_fee"
|
|
596
|
-
}, bt = {
|
|
597
|
-
fedwire: "fedwire"
|
|
598
|
-
}, St = {
|
|
599
|
-
USD: "USD"
|
|
600
|
-
}, At = {
|
|
520
|
+
}, _a = {
|
|
601
521
|
ach: "ach",
|
|
602
522
|
fedwire: "fedwire"
|
|
603
|
-
},
|
|
523
|
+
}, sa = {
|
|
604
524
|
unknown: "unknown",
|
|
605
525
|
daily: "daily",
|
|
606
526
|
weekly: "weekly",
|
|
607
527
|
monthly: "monthly",
|
|
608
528
|
biweekly: "biweekly"
|
|
609
|
-
},
|
|
529
|
+
}, ca = {
|
|
610
530
|
checking: "checking",
|
|
611
531
|
savings: "savings"
|
|
612
|
-
},
|
|
532
|
+
}, da = {
|
|
613
533
|
ach: "ach"
|
|
614
|
-
},
|
|
534
|
+
}, la = {
|
|
615
535
|
fedwire: "fedwire"
|
|
616
|
-
},
|
|
617
|
-
crypto: "crypto",
|
|
618
|
-
fiat: "fiat"
|
|
619
|
-
}, Ot = {
|
|
536
|
+
}, pa = {
|
|
620
537
|
base: "base",
|
|
621
538
|
ethereum: "ethereum"
|
|
622
|
-
},
|
|
539
|
+
}, ma = {
|
|
623
540
|
risk_indicated: "risk_indicated",
|
|
624
541
|
no_risk_indicated: "no_risk_indicated"
|
|
625
|
-
},
|
|
542
|
+
}, va = {
|
|
626
543
|
refresh_token: "refresh_token"
|
|
627
|
-
},
|
|
544
|
+
}, ua = {
|
|
628
545
|
base: "base",
|
|
629
546
|
"base-sepolia": "base-sepolia",
|
|
630
547
|
ethereum: "ethereum",
|
|
@@ -633,151 +550,134 @@ const e = {
|
|
|
633
550
|
polygon: "polygon",
|
|
634
551
|
optimism: "optimism",
|
|
635
552
|
arbitrum: "arbitrum"
|
|
636
|
-
},
|
|
553
|
+
}, ya = {
|
|
637
554
|
solana: "solana",
|
|
638
555
|
"solana-devnet": "solana-devnet"
|
|
639
556
|
};
|
|
640
557
|
export {
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
558
|
+
Y as AbiFunctionType,
|
|
559
|
+
F as AbiInputType,
|
|
560
|
+
q as AbiStateMutability,
|
|
644
561
|
e as AccountType,
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
562
|
+
ca as AchDetailsAccountType,
|
|
563
|
+
pa as AddressRiskNetwork,
|
|
564
|
+
ma as AddressRiskRiskLevel,
|
|
648
565
|
i as AssetType,
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
Tt as CreateTransferQuoteAmountType,
|
|
566
|
+
r as CapabilityStatus,
|
|
567
|
+
_a as CoolPaymentMethodType,
|
|
568
|
+
t as CreateAccountRequestType,
|
|
569
|
+
da as CreatePaymentMethodRequestAchType,
|
|
570
|
+
la as CreatePaymentMethodRequestFedwireType,
|
|
655
571
|
o as CustomerType,
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
L as
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
O as InitiateEmailAuthenticationRequestType,
|
|
684
|
-
I as InitiateSmsAuthenticationNextStepType,
|
|
685
|
-
R as InitiateSmsAuthenticationRequestType,
|
|
686
|
-
w as InvitationStatus,
|
|
687
|
-
V as KnownAbiType,
|
|
688
|
-
xe as KnownIdlType,
|
|
689
|
-
Et as LimitPeriod,
|
|
572
|
+
g as DeveloperJWTAuthenticationType,
|
|
573
|
+
y as EmailAuthenticationType,
|
|
574
|
+
a as ErrorType,
|
|
575
|
+
M as EthValueCriterionOperator,
|
|
576
|
+
U as EthValueCriterionType,
|
|
577
|
+
L as EvmAddressCriterionOperator,
|
|
578
|
+
j as EvmAddressCriterionType,
|
|
579
|
+
X as EvmDataCriterionType,
|
|
580
|
+
H as EvmDataParameterConditionListOperator,
|
|
581
|
+
V as EvmDataParameterConditionOperator,
|
|
582
|
+
ae as EvmMessageCriterionType,
|
|
583
|
+
Q as EvmNetworkCriterionNetworksItem,
|
|
584
|
+
Z as EvmNetworkCriterionOperator,
|
|
585
|
+
J as EvmNetworkCriterionType,
|
|
586
|
+
N as EvmSwapsNetwork,
|
|
587
|
+
ie as EvmTypedAddressConditionOperator,
|
|
588
|
+
oe as EvmTypedNumericalConditionOperator,
|
|
589
|
+
R as EvmUserOperationNetwork,
|
|
590
|
+
C as EvmUserOperationStatus,
|
|
591
|
+
P as InitiateEmailAuthenticationNextStepType,
|
|
592
|
+
x as InitiateEmailAuthenticationRequestType,
|
|
593
|
+
O as InitiateSmsAuthenticationNextStepType,
|
|
594
|
+
k as InitiateSmsAuthenticationRequestType,
|
|
595
|
+
S as InvitationStatus,
|
|
596
|
+
z as KnownAbiType,
|
|
597
|
+
fe as KnownIdlType,
|
|
598
|
+
sa as LimitPeriod,
|
|
690
599
|
n as LinkAccountType,
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
pe as
|
|
742
|
-
le as
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
Ie as
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
Ze as X402PaymentPayloadNetwork,
|
|
775
|
-
Je as X402PaymentPayloadScheme,
|
|
776
|
-
et as X402PaymentRequirementsNetwork,
|
|
777
|
-
$e as X402PaymentRequirementsScheme,
|
|
778
|
-
at as X402SettleErrorReason,
|
|
779
|
-
it as X402SupportedPaymentKindNetwork,
|
|
780
|
-
nt as X402SupportedPaymentKindScheme,
|
|
781
|
-
tt as X402VerifyInvalidReason,
|
|
782
|
-
Qe as X402Version
|
|
600
|
+
A as LinkableEntityRole,
|
|
601
|
+
E as LinkableEntityType,
|
|
602
|
+
D as ListEvmTokenBalancesNetwork,
|
|
603
|
+
He as ListSolanaTokenBalancesNetwork,
|
|
604
|
+
be as MintAddressCriterionOperator,
|
|
605
|
+
he as MintAddressCriterionType,
|
|
606
|
+
B as NetUSDChangeCriterionOperator,
|
|
607
|
+
G as NetUSDChangeCriterionType,
|
|
608
|
+
c as Network,
|
|
609
|
+
h as OAuth2ProviderType,
|
|
610
|
+
Xe as OnchainDataResultSchemaColumnsItemType,
|
|
611
|
+
na as OnrampOrderFeeType,
|
|
612
|
+
ta as OnrampOrderPaymentMethodTypeId,
|
|
613
|
+
ia as OnrampOrderStatus,
|
|
614
|
+
oa as OnrampPaymentLinkType,
|
|
615
|
+
ra as OnrampQuotePaymentMethodTypeId,
|
|
616
|
+
I as PermissionCatalogObjectsItemType,
|
|
617
|
+
b as PermissionSubjectType,
|
|
618
|
+
f as PermissionVerb,
|
|
619
|
+
Ve as PolicyScope,
|
|
620
|
+
ze as PrepareUserOperationRuleAction,
|
|
621
|
+
qe as PrepareUserOperationRuleOperation,
|
|
622
|
+
ke as ProgramIdCriterionOperator,
|
|
623
|
+
xe as ProgramIdCriterionType,
|
|
624
|
+
va as RefreshAccessTokenBodyGrantType,
|
|
625
|
+
_ as RequirementErrorCode,
|
|
626
|
+
$ as SendEvmTransactionRuleAction,
|
|
627
|
+
ee as SendEvmTransactionRuleOperation,
|
|
628
|
+
ua as SendEvmTransactionWithEndUserAccountBodyNetwork,
|
|
629
|
+
Ne as SendSolTransactionRuleAction,
|
|
630
|
+
De as SendSolTransactionRuleOperation,
|
|
631
|
+
ya as SendSolanaTransactionWithEndUserAccountBodyNetwork,
|
|
632
|
+
Ye as SendUserOperationRuleAction,
|
|
633
|
+
Fe as SendUserOperationRuleOperation,
|
|
634
|
+
je as SignEvmHashRuleAction,
|
|
635
|
+
Le as SignEvmHashRuleOperation,
|
|
636
|
+
te as SignEvmMessageRuleAction,
|
|
637
|
+
ne as SignEvmMessageRuleOperation,
|
|
638
|
+
K as SignEvmTransactionRuleAction,
|
|
639
|
+
W as SignEvmTransactionRuleOperation,
|
|
640
|
+
re as SignEvmTypedDataFieldCriterionType,
|
|
641
|
+
ce as SignEvmTypedDataRuleAction,
|
|
642
|
+
de as SignEvmTypedDataRuleOperation,
|
|
643
|
+
se as SignEvmTypedDataVerifyingContractCriterionOperator,
|
|
644
|
+
_e as SignEvmTypedDataVerifyingContractCriterionType,
|
|
645
|
+
Ue as SignSolMessageRuleAction,
|
|
646
|
+
Me as SignSolMessageRuleOperation,
|
|
647
|
+
Pe as SignSolTransactionRuleAction,
|
|
648
|
+
Oe as SignSolTransactionRuleOperation,
|
|
649
|
+
T as SmsAuthenticationType,
|
|
650
|
+
pe as SolAddressCriterionOperator,
|
|
651
|
+
le as SolAddressCriterionType,
|
|
652
|
+
Se as SolDataCriterionType,
|
|
653
|
+
Ae as SolDataParameterConditionListOperator,
|
|
654
|
+
Ee as SolDataParameterConditionOperator,
|
|
655
|
+
Ie as SolMessageCriterionType,
|
|
656
|
+
Ce as SolNetworkCriterionNetworksItem,
|
|
657
|
+
we as SolNetworkCriterionOperator,
|
|
658
|
+
Re as SolNetworkCriterionType,
|
|
659
|
+
ve as SolValueCriterionOperator,
|
|
660
|
+
me as SolValueCriterionType,
|
|
661
|
+
w as SpendPermissionNetwork,
|
|
662
|
+
ye as SplAddressCriterionOperator,
|
|
663
|
+
ue as SplAddressCriterionType,
|
|
664
|
+
ge as SplValueCriterionOperator,
|
|
665
|
+
Te as SplValueCriterionType,
|
|
666
|
+
v as TransferCancellationReason,
|
|
667
|
+
d as TransferFeeName,
|
|
668
|
+
u as TransferRequestAmountType,
|
|
669
|
+
m as TransferReversalReason,
|
|
670
|
+
p as TransferSourceDepositsInstructionsAsset,
|
|
671
|
+
l as TransferSourceDepositsInstructionsPaymentMethodType,
|
|
672
|
+
s as TransferStatus,
|
|
673
|
+
aa as X402DiscoveryResourceType,
|
|
674
|
+
Ke as X402PaymentPayloadNetwork,
|
|
675
|
+
Be as X402PaymentPayloadScheme,
|
|
676
|
+
Je as X402PaymentRequirementsNetwork,
|
|
677
|
+
We as X402PaymentRequirementsScheme,
|
|
678
|
+
Ze as X402SettleErrorReason,
|
|
679
|
+
ea as X402SupportedPaymentKindNetwork,
|
|
680
|
+
$e as X402SupportedPaymentKindScheme,
|
|
681
|
+
Qe as X402VerifyInvalidReason,
|
|
682
|
+
Ge as X402Version
|
|
783
683
|
};
|