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