tapimo 0.7.2 → 0.9.0
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/README.md +10 -7
- package/dist/ApiKey.d.ts +3 -0
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKey.js +10 -0
- package/dist/ApiKey.js.map +1 -1
- package/dist/ApiKeys.d.ts +7 -3
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +9 -2
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +20117 -19183
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +61 -4
- package/dist/App.js.map +1 -1
- package/dist/admin/App.d.ts +84 -74
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +14 -1
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +6 -2
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +2 -0
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +11 -11
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +67 -67
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts +2 -0
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +3 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/apps/data/App.d.ts +11696 -13937
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +4 -8
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +271 -271
- package/dist/apps/data/routes/addresses.d.ts +398 -167
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +278 -8
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +114 -2
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +123 -123
- package/dist/apps/data/routes/coingecko.d.ts +170 -170
- package/dist/apps/data/routes/earn.d.ts +498 -6
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +876 -4
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +10 -10
- package/dist/apps/data/routes/fee-amm.d.ts +2 -2
- package/dist/apps/data/routes/indexer.d.ts +6 -6
- package/dist/apps/data/routes/indexer.js +4 -1
- package/dist/apps/data/routes/indexer.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts +235 -235
- package/dist/apps/data/routes/rpc.d.ts +31 -31
- package/dist/apps/data/routes/rpc.js +4 -1
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +36 -36
- package/dist/apps/data/routes/tokens.d.ts +449 -449
- package/dist/apps/data/routes/transactions.d.ts +2 -2
- package/dist/apps/data/routes/transfers.d.ts +81 -81
- package/dist/apps/data/routes/valuation.d.ts +1 -1
- package/dist/apps/data/routes/verified-tokens.d.ts +36 -36
- package/dist/apps/data/routes/webhooks.d.ts +9 -9
- package/dist/apps/data/routes/zones.d.ts +14 -14
- package/dist/apps/funding/Access.d.ts +16 -0
- package/dist/apps/funding/Access.d.ts.map +1 -0
- package/dist/apps/funding/Access.js +22 -0
- package/dist/apps/funding/Access.js.map +1 -0
- package/dist/apps/{data/routes/funding.d.ts → funding/App.d.ts} +1640 -3217
- package/dist/apps/funding/App.d.ts.map +1 -0
- package/dist/apps/funding/App.js +61 -0
- package/dist/apps/funding/App.js.map +1 -0
- package/dist/apps/funding/Inventory.d.ts +5 -0
- package/dist/apps/funding/Inventory.d.ts.map +1 -0
- package/dist/apps/funding/Inventory.js +25 -0
- package/dist/apps/funding/Inventory.js.map +1 -0
- package/dist/apps/funding/ProviderAttempts.d.ts +5 -0
- package/dist/apps/funding/ProviderAttempts.d.ts.map +1 -0
- package/dist/apps/funding/ProviderAttempts.js +24 -0
- package/dist/apps/funding/ProviderAttempts.js.map +1 -0
- package/dist/apps/funding/index.d.ts +2 -0
- package/dist/apps/funding/index.d.ts.map +1 -0
- package/dist/apps/funding/index.js +2 -0
- package/dist/apps/funding/index.js.map +1 -0
- package/dist/apps/funding/routes/chains.d.ts +169 -0
- package/dist/apps/funding/routes/chains.d.ts.map +1 -0
- package/dist/apps/funding/routes/chains.js +80 -0
- package/dist/apps/funding/routes/chains.js.map +1 -0
- package/dist/apps/funding/routes/deposit-addresses.d.ts +1997 -0
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -0
- package/dist/apps/funding/routes/deposit-addresses.js +778 -0
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -0
- package/dist/apps/funding/routes/providers.d.ts +91 -0
- package/dist/apps/funding/routes/providers.d.ts.map +1 -0
- package/dist/apps/funding/routes/providers.js +56 -0
- package/dist/apps/funding/routes/providers.js.map +1 -0
- package/dist/apps/funding/routes/quotes.d.ts +426 -0
- package/dist/apps/funding/routes/quotes.d.ts.map +1 -0
- package/dist/apps/funding/routes/quotes.js +188 -0
- package/dist/apps/funding/routes/quotes.js.map +1 -0
- package/dist/apps/funding/routes/transfers.d.ts +1999 -0
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -0
- package/dist/apps/funding/routes/transfers.js +614 -0
- package/dist/apps/funding/routes/transfers.js.map +1 -0
- package/dist/apps/index.d.ts +1 -0
- package/dist/apps/index.d.ts.map +1 -1
- package/dist/apps/index.js +1 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/management/App.d.ts +430 -165
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +298 -21
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +75 -1
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +6 -6
- package/dist/apps/management/routes/faucet.d.ts +35 -35
- package/dist/apps/management/routes/invitations.d.ts +122 -122
- package/dist/apps/management/routes/invite-links.d.ts +38 -38
- package/dist/apps/management/routes/members.d.ts +69 -69
- package/dist/apps/management/routes/orgs.d.ts +99 -99
- package/dist/apps/management/routes/projects.d.ts +25 -25
- package/dist/apps/management/routes/scopes.d.ts +1 -1
- package/dist/apps/management/routes/usage.d.ts +72 -72
- package/dist/apps/management/routes/verified-token-requests.d.ts +77 -77
- package/dist/apps/management/routes/webhooks.d.ts +128 -128
- package/dist/apps/mcp.d.ts +2 -3
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +16 -14
- package/dist/apps/mcp.js.map +1 -1
- package/dist/apps/metadata.d.ts +4 -0
- package/dist/apps/metadata.d.ts.map +1 -1
- package/dist/apps/metadata.js +10 -0
- package/dist/apps/metadata.js.map +1 -1
- package/dist/apps/mpp/App.d.ts +44 -44
- package/dist/cloudflare.d.ts +50 -0
- package/dist/cloudflare.d.ts.map +1 -1
- package/dist/cloudflare.js +178 -0
- package/dist/cloudflare.js.map +1 -1
- package/dist/db/Db.d.ts +2 -0
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +45 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +12 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +20 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.d.ts +13 -0
- package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.js +12 -0
- package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
- package/dist/db/tables/fundingDepositRequestObservations.d.ts +45 -0
- package/dist/db/tables/fundingDepositRequestObservations.d.ts.map +1 -0
- package/dist/db/tables/fundingDepositRequestObservations.js +46 -0
- package/dist/db/tables/fundingDepositRequestObservations.js.map +1 -0
- package/dist/db/tables/fundingDeposits.d.ts +74 -1
- package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
- package/dist/db/tables/fundingDeposits.js +126 -0
- package/dist/db/tables/fundingDeposits.js.map +1 -1
- package/dist/internal/Auth.d.ts +15 -11
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +52 -17
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cache.js +1 -1
- package/dist/internal/Cache.js.map +1 -1
- package/dist/internal/EdgeCache.d.ts +2 -2
- package/dist/internal/EdgeCache.d.ts.map +1 -1
- package/dist/internal/EdgeCache.js +10 -4
- package/dist/internal/EdgeCache.js.map +1 -1
- package/dist/internal/IpAllowlist.d.ts +15 -0
- package/dist/internal/IpAllowlist.d.ts.map +1 -0
- package/dist/internal/IpAllowlist.js +27 -0
- package/dist/internal/IpAllowlist.js.map +1 -0
- package/dist/internal/OpenApi.d.ts +1 -1
- package/dist/internal/OpenApi.js +1 -1
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Tidx.d.ts +6 -0
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +13 -3
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Viem.d.ts +8 -0
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +12 -5
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/funding/Deposit.d.ts +42 -0
- package/dist/internal/funding/Deposit.d.ts.map +1 -1
- package/dist/internal/funding/Deposit.js +37 -5
- package/dist/internal/funding/Deposit.js.map +1 -1
- package/dist/internal/funding/Evidence.d.ts +1 -5
- package/dist/internal/funding/Evidence.d.ts.map +1 -1
- package/dist/internal/funding/Evidence.js +4 -3
- package/dist/internal/funding/Evidence.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +102 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +5 -0
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Reconciliation.d.ts +16 -2
- package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
- package/dist/internal/funding/Reconciliation.js +348 -54
- package/dist/internal/funding/Reconciliation.js.map +1 -1
- package/dist/internal/funding/SourceObservation.d.ts +108 -0
- package/dist/internal/funding/SourceObservation.d.ts.map +1 -0
- package/dist/internal/funding/SourceObservation.js +143 -0
- package/dist/internal/funding/SourceObservation.js.map +1 -0
- package/dist/internal/funding/Subsidy.d.ts +2 -2
- package/dist/internal/funding/Subsidy.d.ts.map +1 -1
- package/dist/internal/funding/Subsidy.js +1 -1
- package/dist/internal/funding/Subsidy.js.map +1 -1
- package/dist/internal/funding/index.d.ts +1 -0
- package/dist/internal/funding/index.d.ts.map +1 -1
- package/dist/internal/funding/index.js +1 -0
- package/dist/internal/funding/index.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts +43 -1
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +438 -27
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/package.json +3 -3
- package/src/ApiKey.test.ts +35 -0
- package/src/ApiKey.ts +27 -0
- package/src/ApiKeys.test.ts +29 -0
- package/src/ApiKeys.ts +11 -3
- package/src/App.test.ts +55 -5
- package/src/App.ts +79 -5
- package/src/Client.test-d.ts +203 -28
- package/src/admin/apps/api-keys.test.ts +25 -1
- package/src/admin/apps/api-keys.ts +6 -2
- package/src/admin/ui.generated.ts +67 -67
- package/src/analytics/Analytics.ts +4 -0
- package/src/apps/composition.test.ts +130 -3
- package/src/apps/data/App.test.ts +0 -12
- package/src/apps/data/App.ts +4 -8
- package/src/apps/data/routes/balances.test.ts +42 -0
- package/src/apps/data/routes/balances.ts +218 -85
- package/src/apps/data/routes/earn.test.ts +363 -0
- package/src/apps/data/routes/earn.ts +1141 -3
- package/src/apps/data/routes/indexer.ts +2 -1
- package/src/apps/data/routes/rpc.ts +2 -0
- package/src/apps/data/routes/tokens.test.ts +6 -8
- package/src/apps/funding/Access.ts +26 -0
- package/src/apps/funding/App.test.ts +78 -0
- package/src/apps/funding/App.ts +78 -0
- package/src/apps/funding/Inventory.ts +30 -0
- package/src/apps/funding/ProviderAttempts.ts +26 -0
- package/src/apps/funding/index.ts +1 -0
- package/src/apps/funding/routes/chains.test.ts +78 -0
- package/src/apps/funding/routes/chains.ts +101 -0
- package/src/apps/funding/routes/deposit-addresses.test.ts +1649 -0
- package/src/apps/funding/routes/deposit-addresses.ts +932 -0
- package/src/apps/funding/routes/providers.test.ts +165 -0
- package/src/apps/funding/routes/providers.ts +73 -0
- package/src/apps/funding/routes/quotes.test.ts +511 -0
- package/src/apps/funding/routes/quotes.ts +205 -0
- package/src/apps/funding/routes/transfers.test.ts +1236 -0
- package/src/apps/funding/routes/transfers.ts +704 -0
- package/src/apps/index.ts +1 -0
- package/src/apps/management/routes/api-keys.test.ts +98 -0
- package/src/apps/management/routes/api-keys.ts +96 -1
- package/src/apps/mcp.test.ts +17 -2
- package/src/apps/mcp.ts +18 -13
- package/src/apps/metadata.ts +12 -0
- package/src/apps/mpp/internal/Policy.test.ts +7 -1
- package/src/cloudflare.ts +279 -0
- package/src/db/Db.ts +71 -0
- package/src/db/Schema.ts +24 -0
- package/src/db/tables/fundingDepositAddresses.ts +28 -0
- package/src/db/tables/fundingDepositRequestObservations.test.ts +106 -0
- package/src/db/tables/fundingDepositRequestObservations.ts +99 -0
- package/src/db/tables/fundingDeposits.test.ts +239 -0
- package/src/db/tables/fundingDeposits.ts +214 -1
- package/src/internal/Auth.test.ts +205 -5
- package/src/internal/Auth.ts +63 -19
- package/src/internal/Cache.test.ts +37 -3
- package/src/internal/Cache.ts +1 -1
- package/src/internal/EdgeCache.test.ts +7 -7
- package/src/internal/EdgeCache.ts +13 -4
- package/src/internal/IpAllowlist.test.ts +52 -0
- package/src/internal/IpAllowlist.ts +39 -0
- package/src/internal/Log.test.ts +7 -1
- package/src/internal/OpenApi.ts +1 -1
- package/src/internal/Tidx.test.ts +28 -0
- package/src/internal/Tidx.ts +19 -3
- package/src/internal/Viem.test.ts +28 -0
- package/src/internal/Viem.ts +21 -5
- package/src/internal/funding/Deposit.ts +74 -5
- package/src/internal/funding/Evidence.test.ts +2 -2
- package/src/internal/funding/Evidence.ts +4 -9
- package/src/internal/funding/Provider.ts +115 -0
- package/src/internal/funding/Reconciliation.local.test.ts +7 -0
- package/src/internal/funding/Reconciliation.test.ts +1364 -109
- package/src/internal/funding/Reconciliation.ts +467 -88
- package/src/internal/funding/SourceObservation.test.ts +301 -0
- package/src/internal/funding/SourceObservation.ts +267 -0
- package/src/internal/funding/Subsidy.ts +2 -2
- package/src/internal/funding/index.test.ts +1 -0
- package/src/internal/funding/index.ts +1 -0
- package/src/internal/funding/providers/relay.test.ts +94 -4
- package/src/internal/funding/providers/relay.ts +533 -27
- package/dist/apps/data/routes/funding.d.ts.map +0 -1
- package/dist/apps/data/routes/funding.js +0 -1557
- package/dist/apps/data/routes/funding.js.map +0 -1
- package/src/apps/data/routes/funding.test.ts +0 -2994
- package/src/apps/data/routes/funding.ts +0 -1821
|
@@ -1051,7 +1051,7 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
|
|
|
1051
1051
|
} | {
|
|
1052
1052
|
output: {
|
|
1053
1053
|
error: {
|
|
1054
|
-
code: "api_key_forbidden";
|
|
1054
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
1055
1055
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1056
1056
|
message: string;
|
|
1057
1057
|
};
|
|
@@ -1441,7 +1441,7 @@ export declare function transactions(): import("hono/hono-base").HonoBase<App.En
|
|
|
1441
1441
|
} | {
|
|
1442
1442
|
output: {
|
|
1443
1443
|
error: {
|
|
1444
|
-
code: "api_key_forbidden";
|
|
1444
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
1445
1445
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1446
1446
|
message: string;
|
|
1447
1447
|
};
|
|
@@ -224,9 +224,69 @@ export declare namespace schema {
|
|
|
224
224
|
export declare function transfers(options?: transfers.Options): import("hono/hono-base").HonoBase<App.Environment, {
|
|
225
225
|
"/v1/transfers": {
|
|
226
226
|
$get: {
|
|
227
|
-
output:
|
|
228
|
-
|
|
229
|
-
|
|
227
|
+
output: {
|
|
228
|
+
data: {
|
|
229
|
+
attribution?: string | undefined;
|
|
230
|
+
blockNumber: number;
|
|
231
|
+
destinationAmount?: {
|
|
232
|
+
baseUnits: string;
|
|
233
|
+
currency: string;
|
|
234
|
+
decimals: number;
|
|
235
|
+
formatted: string;
|
|
236
|
+
valuation?: {
|
|
237
|
+
amount: string;
|
|
238
|
+
currency: string;
|
|
239
|
+
} | null | undefined;
|
|
240
|
+
} | undefined;
|
|
241
|
+
destinationToken?: {
|
|
242
|
+
address: `0x${string}`;
|
|
243
|
+
currency: string;
|
|
244
|
+
decimals: number;
|
|
245
|
+
logoUri?: string | undefined;
|
|
246
|
+
name: string;
|
|
247
|
+
symbol: string;
|
|
248
|
+
verified?: boolean | undefined;
|
|
249
|
+
} | undefined;
|
|
250
|
+
id: string;
|
|
251
|
+
logIndex: number;
|
|
252
|
+
memo?: string | undefined;
|
|
253
|
+
recipient: `0x${string}`;
|
|
254
|
+
sender: `0x${string}`;
|
|
255
|
+
sourceAmount: {
|
|
256
|
+
baseUnits: string;
|
|
257
|
+
currency: string;
|
|
258
|
+
decimals: number;
|
|
259
|
+
formatted: string;
|
|
260
|
+
valuation?: {
|
|
261
|
+
amount: string;
|
|
262
|
+
currency: string;
|
|
263
|
+
} | null | undefined;
|
|
264
|
+
};
|
|
265
|
+
sourceToken: {
|
|
266
|
+
address: `0x${string}`;
|
|
267
|
+
currency: string;
|
|
268
|
+
decimals: number;
|
|
269
|
+
logoUri?: string | undefined;
|
|
270
|
+
name: string;
|
|
271
|
+
symbol: string;
|
|
272
|
+
verified?: boolean | undefined;
|
|
273
|
+
};
|
|
274
|
+
timestamp: string;
|
|
275
|
+
transactionHash: `0x${string}`;
|
|
276
|
+
}[];
|
|
277
|
+
meta?: {
|
|
278
|
+
valuation?: {
|
|
279
|
+
asOf: string;
|
|
280
|
+
basis: "nominal";
|
|
281
|
+
source: string;
|
|
282
|
+
} | undefined;
|
|
283
|
+
totalCount?: number | undefined;
|
|
284
|
+
totalCountCapped?: boolean | undefined;
|
|
285
|
+
} | undefined;
|
|
286
|
+
nextCursor: string | null;
|
|
287
|
+
};
|
|
288
|
+
outputFormat: "json";
|
|
289
|
+
status: 200;
|
|
230
290
|
input: {
|
|
231
291
|
query?: {
|
|
232
292
|
recipient?: string | string[];
|
|
@@ -279,14 +339,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
279
339
|
} | {
|
|
280
340
|
output: {
|
|
281
341
|
error: {
|
|
282
|
-
code: "
|
|
342
|
+
code: "query_invalid";
|
|
283
343
|
details?: readonly Response.error.Detail[] | undefined;
|
|
284
344
|
message: string;
|
|
285
345
|
};
|
|
286
346
|
requestId: string;
|
|
287
347
|
};
|
|
288
348
|
outputFormat: "json";
|
|
289
|
-
status:
|
|
349
|
+
status: 400;
|
|
290
350
|
input: {
|
|
291
351
|
query?: {
|
|
292
352
|
recipient?: string | string[];
|
|
@@ -309,14 +369,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
309
369
|
} | {
|
|
310
370
|
output: {
|
|
311
371
|
error: {
|
|
312
|
-
code: "
|
|
372
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
313
373
|
details?: readonly Response.error.Detail[] | undefined;
|
|
314
374
|
message: string;
|
|
315
375
|
};
|
|
316
376
|
requestId: string;
|
|
317
377
|
};
|
|
318
378
|
outputFormat: "json";
|
|
319
|
-
status:
|
|
379
|
+
status: 401;
|
|
320
380
|
input: {
|
|
321
381
|
query?: {
|
|
322
382
|
recipient?: string | string[];
|
|
@@ -337,16 +397,9 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
337
397
|
} | undefined;
|
|
338
398
|
};
|
|
339
399
|
} | {
|
|
340
|
-
output:
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
344
|
-
message: string;
|
|
345
|
-
};
|
|
346
|
-
requestId: string;
|
|
347
|
-
};
|
|
348
|
-
outputFormat: "json";
|
|
349
|
-
status: 429;
|
|
400
|
+
output: null;
|
|
401
|
+
outputFormat: "body";
|
|
402
|
+
status: 402;
|
|
350
403
|
input: {
|
|
351
404
|
query?: {
|
|
352
405
|
recipient?: string | string[];
|
|
@@ -369,14 +422,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
369
422
|
} | {
|
|
370
423
|
output: {
|
|
371
424
|
error: {
|
|
372
|
-
code: "
|
|
425
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
373
426
|
details?: readonly Response.error.Detail[] | undefined;
|
|
374
427
|
message: string;
|
|
375
428
|
};
|
|
376
429
|
requestId: string;
|
|
377
430
|
};
|
|
378
431
|
outputFormat: "json";
|
|
379
|
-
status:
|
|
432
|
+
status: 403;
|
|
380
433
|
input: {
|
|
381
434
|
query?: {
|
|
382
435
|
recipient?: string | string[];
|
|
@@ -399,14 +452,14 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
399
452
|
} | {
|
|
400
453
|
output: {
|
|
401
454
|
error: {
|
|
402
|
-
code: "
|
|
455
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
403
456
|
details?: readonly Response.error.Detail[] | undefined;
|
|
404
457
|
message: string;
|
|
405
458
|
};
|
|
406
459
|
requestId: string;
|
|
407
460
|
};
|
|
408
461
|
outputFormat: "json";
|
|
409
|
-
status:
|
|
462
|
+
status: 429;
|
|
410
463
|
input: {
|
|
411
464
|
query?: {
|
|
412
465
|
recipient?: string | string[];
|
|
@@ -428,68 +481,15 @@ export declare function transfers(options?: transfers.Options): import("hono/hon
|
|
|
428
481
|
};
|
|
429
482
|
} | {
|
|
430
483
|
output: {
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
decimals: number;
|
|
438
|
-
formatted: string;
|
|
439
|
-
valuation?: {
|
|
440
|
-
amount: string;
|
|
441
|
-
currency: string;
|
|
442
|
-
} | null | undefined;
|
|
443
|
-
} | undefined;
|
|
444
|
-
destinationToken?: {
|
|
445
|
-
address: `0x${string}`;
|
|
446
|
-
currency: string;
|
|
447
|
-
decimals: number;
|
|
448
|
-
logoUri?: string | undefined;
|
|
449
|
-
name: string;
|
|
450
|
-
symbol: string;
|
|
451
|
-
verified?: boolean | undefined;
|
|
452
|
-
} | undefined;
|
|
453
|
-
id: string;
|
|
454
|
-
logIndex: number;
|
|
455
|
-
memo?: string | undefined;
|
|
456
|
-
recipient: `0x${string}`;
|
|
457
|
-
sender: `0x${string}`;
|
|
458
|
-
sourceAmount: {
|
|
459
|
-
baseUnits: string;
|
|
460
|
-
currency: string;
|
|
461
|
-
decimals: number;
|
|
462
|
-
formatted: string;
|
|
463
|
-
valuation?: {
|
|
464
|
-
amount: string;
|
|
465
|
-
currency: string;
|
|
466
|
-
} | null | undefined;
|
|
467
|
-
};
|
|
468
|
-
sourceToken: {
|
|
469
|
-
address: `0x${string}`;
|
|
470
|
-
currency: string;
|
|
471
|
-
decimals: number;
|
|
472
|
-
logoUri?: string | undefined;
|
|
473
|
-
name: string;
|
|
474
|
-
symbol: string;
|
|
475
|
-
verified?: boolean | undefined;
|
|
476
|
-
};
|
|
477
|
-
timestamp: string;
|
|
478
|
-
transactionHash: `0x${string}`;
|
|
479
|
-
}[];
|
|
480
|
-
meta?: {
|
|
481
|
-
valuation?: {
|
|
482
|
-
asOf: string;
|
|
483
|
-
basis: "nominal";
|
|
484
|
-
source: string;
|
|
485
|
-
} | undefined;
|
|
486
|
-
totalCount?: number | undefined;
|
|
487
|
-
totalCountCapped?: boolean | undefined;
|
|
488
|
-
} | undefined;
|
|
489
|
-
nextCursor: string | null;
|
|
484
|
+
error: {
|
|
485
|
+
code: "upstream_error";
|
|
486
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
487
|
+
message: string;
|
|
488
|
+
};
|
|
489
|
+
requestId: string;
|
|
490
490
|
};
|
|
491
491
|
outputFormat: "json";
|
|
492
|
-
status:
|
|
492
|
+
status: 502;
|
|
493
493
|
input: {
|
|
494
494
|
query?: {
|
|
495
495
|
recipient?: string | string[];
|
|
@@ -111,7 +111,7 @@ export declare function addresses(options?: addresses.Options): import("hono/hon
|
|
|
111
111
|
} | {
|
|
112
112
|
output: {
|
|
113
113
|
error: {
|
|
114
|
-
code: "api_key_forbidden";
|
|
114
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
115
115
|
details?: readonly Response.error.Detail[] | undefined;
|
|
116
116
|
message: string;
|
|
117
117
|
};
|
|
@@ -101,14 +101,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
101
101
|
} | {
|
|
102
102
|
output: {
|
|
103
103
|
error: {
|
|
104
|
-
code: "
|
|
104
|
+
code: "api_key_malformed";
|
|
105
105
|
details?: readonly Response.error.Detail[] | undefined;
|
|
106
106
|
message: string;
|
|
107
107
|
};
|
|
108
108
|
requestId: string;
|
|
109
109
|
};
|
|
110
110
|
outputFormat: "json";
|
|
111
|
-
status:
|
|
111
|
+
status: 400;
|
|
112
112
|
input: {
|
|
113
113
|
query?: {
|
|
114
114
|
chainId?: string | string[];
|
|
@@ -118,14 +118,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
118
118
|
} | {
|
|
119
119
|
output: {
|
|
120
120
|
error: {
|
|
121
|
-
code: "
|
|
121
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
122
122
|
details?: readonly Response.error.Detail[] | undefined;
|
|
123
123
|
message: string;
|
|
124
124
|
};
|
|
125
125
|
requestId: string;
|
|
126
126
|
};
|
|
127
127
|
outputFormat: "json";
|
|
128
|
-
status:
|
|
128
|
+
status: 401;
|
|
129
129
|
input: {
|
|
130
130
|
query?: {
|
|
131
131
|
chainId?: string | string[];
|
|
@@ -135,14 +135,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
135
135
|
} | {
|
|
136
136
|
output: {
|
|
137
137
|
error: {
|
|
138
|
-
code: "
|
|
138
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
139
139
|
details?: readonly Response.error.Detail[] | undefined;
|
|
140
140
|
message: string;
|
|
141
141
|
};
|
|
142
142
|
requestId: string;
|
|
143
143
|
};
|
|
144
144
|
outputFormat: "json";
|
|
145
|
-
status:
|
|
145
|
+
status: 403;
|
|
146
146
|
input: {
|
|
147
147
|
query?: {
|
|
148
148
|
chainId?: string | string[];
|
|
@@ -152,14 +152,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
152
152
|
} | {
|
|
153
153
|
output: {
|
|
154
154
|
error: {
|
|
155
|
-
code: "
|
|
155
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
156
156
|
details?: readonly Response.error.Detail[] | undefined;
|
|
157
157
|
message: string;
|
|
158
158
|
};
|
|
159
159
|
requestId: string;
|
|
160
160
|
};
|
|
161
161
|
outputFormat: "json";
|
|
162
|
-
status:
|
|
162
|
+
status: 429;
|
|
163
163
|
input: {
|
|
164
164
|
query?: {
|
|
165
165
|
chainId?: string | string[];
|
|
@@ -169,14 +169,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
169
169
|
} | {
|
|
170
170
|
output: {
|
|
171
171
|
error: {
|
|
172
|
-
code: "
|
|
172
|
+
code: "query_invalid";
|
|
173
173
|
details?: readonly Response.error.Detail[] | undefined;
|
|
174
174
|
message: string;
|
|
175
175
|
};
|
|
176
176
|
requestId: string;
|
|
177
177
|
};
|
|
178
178
|
outputFormat: "json";
|
|
179
|
-
status:
|
|
179
|
+
status: 400;
|
|
180
180
|
input: {
|
|
181
181
|
query?: {
|
|
182
182
|
chainId?: string | string[];
|
|
@@ -186,14 +186,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
186
186
|
} | {
|
|
187
187
|
output: {
|
|
188
188
|
error: {
|
|
189
|
-
code: "
|
|
189
|
+
code: "upstream_error";
|
|
190
190
|
details?: readonly Response.error.Detail[] | undefined;
|
|
191
191
|
message: string;
|
|
192
192
|
};
|
|
193
193
|
requestId: string;
|
|
194
194
|
};
|
|
195
195
|
outputFormat: "json";
|
|
196
|
-
status:
|
|
196
|
+
status: 502;
|
|
197
197
|
input: {
|
|
198
198
|
query?: {
|
|
199
199
|
chainId?: string | string[];
|
|
@@ -236,14 +236,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
236
236
|
} | {
|
|
237
237
|
output: {
|
|
238
238
|
error: {
|
|
239
|
-
code: "
|
|
239
|
+
code: "api_key_malformed";
|
|
240
240
|
details?: readonly Response.error.Detail[] | undefined;
|
|
241
241
|
message: string;
|
|
242
242
|
};
|
|
243
243
|
requestId: string;
|
|
244
244
|
};
|
|
245
245
|
outputFormat: "json";
|
|
246
|
-
status:
|
|
246
|
+
status: 400;
|
|
247
247
|
input: {
|
|
248
248
|
query?: {
|
|
249
249
|
chainId?: string | string[];
|
|
@@ -252,14 +252,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
252
252
|
} | {
|
|
253
253
|
output: {
|
|
254
254
|
error: {
|
|
255
|
-
code: "
|
|
255
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
256
256
|
details?: readonly Response.error.Detail[] | undefined;
|
|
257
257
|
message: string;
|
|
258
258
|
};
|
|
259
259
|
requestId: string;
|
|
260
260
|
};
|
|
261
261
|
outputFormat: "json";
|
|
262
|
-
status:
|
|
262
|
+
status: 401;
|
|
263
263
|
input: {
|
|
264
264
|
query?: {
|
|
265
265
|
chainId?: string | string[];
|
|
@@ -268,14 +268,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
268
268
|
} | {
|
|
269
269
|
output: {
|
|
270
270
|
error: {
|
|
271
|
-
code: "
|
|
271
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
272
272
|
details?: readonly Response.error.Detail[] | undefined;
|
|
273
273
|
message: string;
|
|
274
274
|
};
|
|
275
275
|
requestId: string;
|
|
276
276
|
};
|
|
277
277
|
outputFormat: "json";
|
|
278
|
-
status:
|
|
278
|
+
status: 403;
|
|
279
279
|
input: {
|
|
280
280
|
query?: {
|
|
281
281
|
chainId?: string | string[];
|
|
@@ -284,14 +284,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
284
284
|
} | {
|
|
285
285
|
output: {
|
|
286
286
|
error: {
|
|
287
|
-
code: "
|
|
287
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
288
288
|
details?: readonly Response.error.Detail[] | undefined;
|
|
289
289
|
message: string;
|
|
290
290
|
};
|
|
291
291
|
requestId: string;
|
|
292
292
|
};
|
|
293
293
|
outputFormat: "json";
|
|
294
|
-
status:
|
|
294
|
+
status: 429;
|
|
295
295
|
input: {
|
|
296
296
|
query?: {
|
|
297
297
|
chainId?: string | string[];
|
|
@@ -300,14 +300,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
300
300
|
} | {
|
|
301
301
|
output: {
|
|
302
302
|
error: {
|
|
303
|
-
code: "
|
|
303
|
+
code: "query_invalid";
|
|
304
304
|
details?: readonly Response.error.Detail[] | undefined;
|
|
305
305
|
message: string;
|
|
306
306
|
};
|
|
307
307
|
requestId: string;
|
|
308
308
|
};
|
|
309
309
|
outputFormat: "json";
|
|
310
|
-
status:
|
|
310
|
+
status: 400;
|
|
311
311
|
input: {
|
|
312
312
|
query?: {
|
|
313
313
|
chainId?: string | string[];
|
|
@@ -316,14 +316,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
316
316
|
} | {
|
|
317
317
|
output: {
|
|
318
318
|
error: {
|
|
319
|
-
code: "
|
|
319
|
+
code: "upstream_error";
|
|
320
320
|
details?: readonly Response.error.Detail[] | undefined;
|
|
321
321
|
message: string;
|
|
322
322
|
};
|
|
323
323
|
requestId: string;
|
|
324
324
|
};
|
|
325
325
|
outputFormat: "json";
|
|
326
|
-
status:
|
|
326
|
+
status: 502;
|
|
327
327
|
input: {
|
|
328
328
|
query?: {
|
|
329
329
|
chainId?: string | string[];
|
|
@@ -360,14 +360,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
360
360
|
} | {
|
|
361
361
|
output: {
|
|
362
362
|
error: {
|
|
363
|
-
code: "
|
|
363
|
+
code: "api_key_malformed";
|
|
364
364
|
details?: readonly Response.error.Detail[] | undefined;
|
|
365
365
|
message: string;
|
|
366
366
|
};
|
|
367
367
|
requestId: string;
|
|
368
368
|
};
|
|
369
369
|
outputFormat: "json";
|
|
370
|
-
status:
|
|
370
|
+
status: 400;
|
|
371
371
|
input: {
|
|
372
372
|
param: {
|
|
373
373
|
address: `0x${string}`;
|
|
@@ -380,14 +380,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
380
380
|
} | {
|
|
381
381
|
output: {
|
|
382
382
|
error: {
|
|
383
|
-
code: "
|
|
383
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
384
384
|
details?: readonly Response.error.Detail[] | undefined;
|
|
385
385
|
message: string;
|
|
386
386
|
};
|
|
387
387
|
requestId: string;
|
|
388
388
|
};
|
|
389
389
|
outputFormat: "json";
|
|
390
|
-
status:
|
|
390
|
+
status: 401;
|
|
391
391
|
input: {
|
|
392
392
|
param: {
|
|
393
393
|
address: `0x${string}`;
|
|
@@ -400,14 +400,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
400
400
|
} | {
|
|
401
401
|
output: {
|
|
402
402
|
error: {
|
|
403
|
-
code: "
|
|
403
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
404
404
|
details?: readonly Response.error.Detail[] | undefined;
|
|
405
405
|
message: string;
|
|
406
406
|
};
|
|
407
407
|
requestId: string;
|
|
408
408
|
};
|
|
409
409
|
outputFormat: "json";
|
|
410
|
-
status:
|
|
410
|
+
status: 403;
|
|
411
411
|
input: {
|
|
412
412
|
param: {
|
|
413
413
|
address: `0x${string}`;
|
|
@@ -420,14 +420,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
420
420
|
} | {
|
|
421
421
|
output: {
|
|
422
422
|
error: {
|
|
423
|
-
code: "
|
|
423
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
424
424
|
details?: readonly Response.error.Detail[] | undefined;
|
|
425
425
|
message: string;
|
|
426
426
|
};
|
|
427
427
|
requestId: string;
|
|
428
428
|
};
|
|
429
429
|
outputFormat: "json";
|
|
430
|
-
status:
|
|
430
|
+
status: 429;
|
|
431
431
|
input: {
|
|
432
432
|
param: {
|
|
433
433
|
address: `0x${string}`;
|
|
@@ -440,14 +440,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
440
440
|
} | {
|
|
441
441
|
output: {
|
|
442
442
|
error: {
|
|
443
|
-
code: "
|
|
443
|
+
code: "query_invalid";
|
|
444
444
|
details?: readonly Response.error.Detail[] | undefined;
|
|
445
445
|
message: string;
|
|
446
446
|
};
|
|
447
447
|
requestId: string;
|
|
448
448
|
};
|
|
449
449
|
outputFormat: "json";
|
|
450
|
-
status:
|
|
450
|
+
status: 400;
|
|
451
451
|
input: {
|
|
452
452
|
param: {
|
|
453
453
|
address: `0x${string}`;
|
|
@@ -460,14 +460,14 @@ export declare function verifiedTokens(): import("hono/hono-base").HonoBase<App.
|
|
|
460
460
|
} | {
|
|
461
461
|
output: {
|
|
462
462
|
error: {
|
|
463
|
-
code: "
|
|
463
|
+
code: "upstream_error";
|
|
464
464
|
details?: readonly Response.error.Detail[] | undefined;
|
|
465
465
|
message: string;
|
|
466
466
|
};
|
|
467
467
|
requestId: string;
|
|
468
468
|
};
|
|
469
469
|
outputFormat: "json";
|
|
470
|
-
status:
|
|
470
|
+
status: 502;
|
|
471
471
|
input: {
|
|
472
472
|
param: {
|
|
473
473
|
address: `0x${string}`;
|
|
@@ -1676,7 +1676,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
1676
1676
|
} | {
|
|
1677
1677
|
output: {
|
|
1678
1678
|
error: {
|
|
1679
|
-
code: "api_key_forbidden";
|
|
1679
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
1680
1680
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1681
1681
|
message: string;
|
|
1682
1682
|
};
|
|
@@ -2406,7 +2406,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
2406
2406
|
} | {
|
|
2407
2407
|
output: {
|
|
2408
2408
|
error: {
|
|
2409
|
-
code: "api_key_forbidden";
|
|
2409
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
2410
2410
|
details?: readonly Response.error.Detail[] | undefined;
|
|
2411
2411
|
message: string;
|
|
2412
2412
|
};
|
|
@@ -6213,7 +6213,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6213
6213
|
} | {
|
|
6214
6214
|
output: {
|
|
6215
6215
|
error: {
|
|
6216
|
-
code: "api_key_forbidden";
|
|
6216
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
6217
6217
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6218
6218
|
message: string;
|
|
6219
6219
|
};
|
|
@@ -6413,7 +6413,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6413
6413
|
} | {
|
|
6414
6414
|
output: {
|
|
6415
6415
|
error: {
|
|
6416
|
-
code: "api_key_forbidden";
|
|
6416
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
6417
6417
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6418
6418
|
message: string;
|
|
6419
6419
|
};
|
|
@@ -6615,7 +6615,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6615
6615
|
} | {
|
|
6616
6616
|
output: {
|
|
6617
6617
|
error: {
|
|
6618
|
-
code: "api_key_forbidden";
|
|
6618
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
6619
6619
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6620
6620
|
message: string;
|
|
6621
6621
|
};
|
|
@@ -6869,7 +6869,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6869
6869
|
} | {
|
|
6870
6870
|
output: {
|
|
6871
6871
|
error: {
|
|
6872
|
-
code: "api_key_forbidden";
|
|
6872
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
6873
6873
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6874
6874
|
message: string;
|
|
6875
6875
|
};
|
|
@@ -7034,7 +7034,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7034
7034
|
} | {
|
|
7035
7035
|
output: {
|
|
7036
7036
|
error: {
|
|
7037
|
-
code: "api_key_forbidden";
|
|
7037
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
7038
7038
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7039
7039
|
message: string;
|
|
7040
7040
|
};
|
|
@@ -7264,7 +7264,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7264
7264
|
} | {
|
|
7265
7265
|
output: {
|
|
7266
7266
|
error: {
|
|
7267
|
-
code: "api_key_forbidden";
|
|
7267
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
7268
7268
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7269
7269
|
message: string;
|
|
7270
7270
|
};
|
|
@@ -7768,7 +7768,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7768
7768
|
} | {
|
|
7769
7769
|
output: {
|
|
7770
7770
|
error: {
|
|
7771
|
-
code: "api_key_forbidden";
|
|
7771
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
7772
7772
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7773
7773
|
message: string;
|
|
7774
7774
|
};
|