tapimo 0.10.0 → 0.10.2
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/ApiKey.d.ts +2 -1
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKeys.d.ts +4 -2
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +26 -1
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +6007 -5003
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +1 -0
- package/dist/App.js.map +1 -1
- package/dist/Webhooks.d.ts +1 -1
- package/dist/Webhooks.d.ts.map +1 -1
- package/dist/Webhooks.js +6 -6
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +91 -84
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +22 -13
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +6 -0
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +4 -2
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +69 -69
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +232 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/analytics/tables/requestEvents.d.ts +4 -0
- package/dist/analytics/tables/requestEvents.d.ts.map +1 -1
- package/dist/analytics/tables/requestEvents.js +2 -0
- package/dist/analytics/tables/requestEvents.js.map +1 -1
- package/dist/apps/Zones.d.ts +4266 -82
- package/dist/apps/Zones.d.ts.map +1 -1
- package/dist/apps/Zones.js +27 -8
- package/dist/apps/Zones.js.map +1 -1
- package/dist/apps/data/App.d.ts +3467 -2696
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +2 -0
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +2999 -100
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +340 -2
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +514 -0
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +26 -26
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +7 -3
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +4 -4
- package/dist/apps/data/routes/earn.d.ts +75 -75
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +65 -36
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +124 -120
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +115 -77
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +24 -24
- package/dist/apps/data/routes/indexer.d.ts +2 -1
- package/dist/apps/data/routes/indexer.d.ts.map +1 -1
- package/dist/apps/data/routes/indexer.js +3 -2
- package/dist/apps/data/routes/indexer.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts +4 -3
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +15 -14
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.d.ts.map +1 -1
- package/dist/apps/data/routes/rpc.js +5 -1
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +12 -12
- package/dist/apps/data/routes/tokens.d.ts +1 -1
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +4 -3
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +25 -7
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
- package/dist/apps/data/routes/webhooks.d.ts +71 -1
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +177 -23
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.js +1 -1
- package/dist/apps/data/routes/zones.js.map +1 -1
- package/dist/apps/funding/App.d.ts +322 -89
- package/dist/apps/funding/App.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +375 -45
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +208 -12
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/transfers.d.ts +32 -32
- package/dist/apps/funding/routes/transfers.js +1 -1
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +418 -418
- package/dist/apps/management/routes/api-keys.d.ts +50 -50
- package/dist/apps/management/routes/billing.d.ts +72 -72
- package/dist/apps/management/routes/billing.js +1 -1
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +8 -8
- package/dist/apps/management/routes/faucet.js +2 -2
- package/dist/apps/management/routes/faucet.js.map +1 -1
- package/dist/apps/management/routes/invite-links.d.ts +42 -42
- package/dist/apps/management/routes/me.d.ts +6 -6
- package/dist/apps/management/routes/members.d.ts +14 -14
- package/dist/apps/management/routes/projects.d.ts +40 -40
- package/dist/apps/management/routes/usage.d.ts +8 -8
- package/dist/apps/management/routes/webhooks.d.ts +49 -49
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +4 -1
- package/dist/apps/mcp.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 +90 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +19 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +24 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.d.ts +20 -0
- package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.js +17 -0
- package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
- package/dist/db/tables/fundingDeposits.d.ts +41 -0
- package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
- package/dist/db/tables/fundingDeposits.js +69 -0
- package/dist/db/tables/fundingDeposits.js.map +1 -1
- package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
- package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
- package/dist/db/tables/webhookQueueEvents.js +160 -0
- package/dist/db/tables/webhookQueueEvents.js.map +1 -0
- package/dist/db/tables/webhookSubscriptions.d.ts +2 -0
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +10 -0
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/Auth.d.ts +3 -26
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +6 -37
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Credential.d.ts +27 -0
- package/dist/internal/Credential.d.ts.map +1 -0
- package/dist/internal/Credential.js +34 -0
- package/dist/internal/Credential.js.map +1 -0
- package/dist/internal/EarnRates.js +11 -7
- package/dist/internal/EarnRates.js.map +1 -1
- package/dist/internal/Log.d.ts +8 -0
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +4 -0
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/MetricSink.d.ts +51 -0
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +54 -2
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/RateLimit.d.ts +4 -6
- package/dist/internal/RateLimit.d.ts.map +1 -1
- package/dist/internal/RateLimit.js +15 -14
- package/dist/internal/RateLimit.js.map +1 -1
- package/dist/internal/Store.d.ts +2 -1
- package/dist/internal/Store.d.ts.map +1 -1
- package/dist/internal/Store.js +57 -18
- package/dist/internal/Store.js.map +1 -1
- package/dist/internal/Tidx.d.ts +4 -3
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +2 -2
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Value.d.ts +2 -0
- package/dist/internal/Value.d.ts.map +1 -1
- package/dist/internal/Value.js +25 -0
- package/dist/internal/Value.js.map +1 -1
- package/dist/internal/Viem.d.ts +4 -3
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +3 -2
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/WebhookTransfer.d.ts +20 -0
- package/dist/internal/WebhookTransfer.d.ts.map +1 -1
- package/dist/internal/WebhookTransfer.js +7 -4
- package/dist/internal/WebhookTransfer.js.map +1 -1
- package/dist/internal/Webhooks.d.ts +141 -0
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +139 -10
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts +3 -4
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +59 -8
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/dist/internal/index.d.ts +1 -0
- package/dist/internal/index.d.ts.map +1 -1
- package/dist/internal/index.js +1 -0
- package/dist/internal/index.js.map +1 -1
- package/package.json +3 -3
- package/src/ApiKeys.test.ts +20 -0
- package/src/ApiKeys.ts +28 -1
- package/src/App.test.ts +40 -8
- package/src/App.ts +1 -0
- package/src/Client.test-d.ts +34 -1
- package/src/Webhooks.ts +20 -18
- package/src/admin/apps/api-keys.test.ts +9 -0
- package/src/admin/apps/api-keys.ts +15 -0
- package/src/admin/ui/src/lib/query-client.ts +3 -2
- package/src/admin/ui/src/routes/api-keys.tsx +31 -9
- package/src/admin/ui.generated.ts +69 -69
- package/src/analytics/Analytics.test.ts +42 -0
- package/src/analytics/Analytics.ts +232 -0
- package/src/analytics/tables/requestEvents.ts +6 -0
- package/src/apps/Zones.test.ts +20 -3
- package/src/apps/Zones.ts +28 -8
- package/src/apps/composition.test.ts +2 -0
- package/src/apps/data/App.test.ts +2 -2
- package/src/apps/data/App.ts +2 -0
- package/src/apps/data/routes/activities.bench.ts +41 -0
- package/src/apps/data/routes/activities.test.ts +103 -2
- package/src/apps/data/routes/activities.ts +401 -2
- package/src/apps/data/routes/balances.bench.ts +21 -0
- package/src/apps/data/routes/balances.ts +7 -3
- package/src/apps/data/routes/blocks.bench.ts +34 -0
- package/src/apps/data/routes/coingecko.bench.ts +53 -0
- package/src/apps/data/routes/earn.bench.ts +71 -0
- package/src/apps/data/routes/earn.ts +66 -36
- package/src/apps/data/routes/exchanges.bench.ts +85 -0
- package/src/apps/data/routes/exchanges.test.ts +8 -3
- package/src/apps/data/routes/exchanges.ts +134 -82
- package/src/apps/data/routes/fee-amm.bench.ts +13 -0
- package/src/apps/data/routes/indexer.bench.ts +8 -0
- package/src/apps/data/routes/indexer.test.ts +2 -1
- package/src/apps/data/routes/indexer.ts +3 -2
- package/src/apps/data/routes/receipts.bench.ts +39 -0
- package/src/apps/data/routes/receipts.ts +16 -14
- package/src/apps/data/routes/rpc.bench.ts +14 -0
- package/src/apps/data/routes/rpc.test.ts +27 -0
- package/src/apps/data/routes/rpc.ts +5 -1
- package/src/apps/data/routes/tokenlist.bench.ts +3 -0
- package/src/apps/data/routes/tokens.bench.ts +76 -0
- package/src/apps/data/routes/tokens.ts +3 -2
- package/src/apps/data/routes/transactions.bench.ts +48 -0
- package/src/apps/data/routes/transfers.bench.ts +28 -0
- package/src/apps/data/routes/transfers.ts +36 -10
- package/src/apps/data/routes/valuation.bench.ts +14 -0
- package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
- package/src/apps/data/routes/webhooks.bench.ts +26 -0
- package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
- package/src/apps/data/routes/webhooks.test.ts +53 -6
- package/src/apps/data/routes/webhooks.ts +252 -24
- package/src/apps/data/routes/zones.bench.ts +32 -0
- package/src/apps/data/routes/zones.test.ts +1 -1
- package/src/apps/data/routes/zones.ts +1 -1
- package/src/apps/funding/routes/chains.test.ts +1 -1
- package/src/apps/funding/routes/deposit-addresses.test.ts +217 -3
- package/src/apps/funding/routes/deposit-addresses.ts +255 -19
- package/src/apps/funding/routes/providers.test.ts +1 -1
- package/src/apps/funding/routes/quotes.test.ts +1 -1
- package/src/apps/funding/routes/transfers.test.ts +20 -8
- package/src/apps/funding/routes/transfers.ts +1 -1
- package/src/apps/management/routes/billing.ts +1 -1
- package/src/apps/management/routes/faucet.ts +2 -2
- package/src/apps/management/routes/me.test.ts +31 -0
- package/src/apps/mcp.ts +4 -1
- package/src/db/Db.ts +117 -0
- package/src/db/Schema.ts +32 -0
- package/src/db/tables/fundingDepositAddresses.test.ts +28 -0
- package/src/db/tables/fundingDepositAddresses.ts +39 -0
- package/src/db/tables/fundingDeposits.test.ts +82 -0
- package/src/db/tables/fundingDeposits.ts +130 -0
- package/src/db/tables/webhookQueueEvents.ts +285 -0
- package/src/db/tables/webhookSubscriptions.ts +15 -0
- package/src/internal/Auth.test.ts +61 -98
- package/src/internal/Auth.ts +9 -63
- package/src/internal/Credential.test.ts +51 -0
- package/src/internal/Credential.ts +58 -0
- package/src/internal/EarnRates.ts +13 -7
- package/src/internal/EarnVaults.test.ts +2 -2
- package/src/internal/Log.test.ts +3 -1
- package/src/internal/Log.ts +14 -0
- package/src/internal/MetricSink.test.ts +108 -2
- package/src/internal/MetricSink.ts +112 -2
- package/src/internal/RateLimit.test.ts +23 -18
- package/src/internal/RateLimit.ts +23 -15
- package/src/internal/Store.test.ts +99 -13
- package/src/internal/Store.ts +52 -17
- package/src/internal/Tidx.test.ts +4 -4
- package/src/internal/Tidx.ts +5 -4
- package/src/internal/Value.test.ts +25 -0
- package/src/internal/Value.ts +29 -0
- package/src/internal/Viem.test.ts +4 -0
- package/src/internal/Viem.ts +6 -4
- package/src/internal/WebhookTransfer.test.ts +89 -0
- package/src/internal/WebhookTransfer.ts +11 -7
- package/src/internal/Webhooks.test.ts +488 -0
- package/src/internal/Webhooks.ts +291 -10
- package/src/internal/funding/Provider.test.ts +1 -1
- package/src/internal/funding/providers/index.test.ts +73 -3
- package/src/internal/funding/providers/relay.test.ts +1 -5
- package/src/internal/funding/providers/relay.ts +56 -12
- package/src/internal/index.test.ts +1 -0
- package/src/internal/index.ts +1 -0
|
@@ -21,38 +21,38 @@ export declare function me(): import("hono/hono-base").HonoBase<App.Environment,
|
|
|
21
21
|
$get: {
|
|
22
22
|
output: {
|
|
23
23
|
error: {
|
|
24
|
-
code: "
|
|
24
|
+
code: "api_key_malformed";
|
|
25
25
|
details?: readonly Response.error.Detail[] | undefined;
|
|
26
26
|
message: string;
|
|
27
27
|
};
|
|
28
28
|
requestId: string;
|
|
29
29
|
};
|
|
30
30
|
outputFormat: "json";
|
|
31
|
-
status:
|
|
31
|
+
status: 400;
|
|
32
32
|
input: {};
|
|
33
33
|
} | {
|
|
34
34
|
output: {
|
|
35
35
|
error: {
|
|
36
|
-
code: "
|
|
36
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
37
37
|
details?: readonly Response.error.Detail[] | undefined;
|
|
38
38
|
message: string;
|
|
39
39
|
};
|
|
40
40
|
requestId: string;
|
|
41
41
|
};
|
|
42
42
|
outputFormat: "json";
|
|
43
|
-
status:
|
|
43
|
+
status: 401;
|
|
44
44
|
input: {};
|
|
45
45
|
} | {
|
|
46
46
|
output: {
|
|
47
47
|
error: {
|
|
48
|
-
code: "
|
|
48
|
+
code: "upstream_error";
|
|
49
49
|
details?: readonly Response.error.Detail[] | undefined;
|
|
50
50
|
message: string;
|
|
51
51
|
};
|
|
52
52
|
requestId: string;
|
|
53
53
|
};
|
|
54
54
|
outputFormat: "json";
|
|
55
|
-
status:
|
|
55
|
+
status: 502;
|
|
56
56
|
input: {};
|
|
57
57
|
} | {
|
|
58
58
|
output: {
|
|
@@ -153,14 +153,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
153
153
|
} | {
|
|
154
154
|
output: {
|
|
155
155
|
error: {
|
|
156
|
-
code: "
|
|
156
|
+
code: "param_invalid";
|
|
157
157
|
details?: readonly Response.error.Detail[] | undefined;
|
|
158
158
|
message: string;
|
|
159
159
|
};
|
|
160
160
|
requestId: string;
|
|
161
161
|
};
|
|
162
162
|
outputFormat: "json";
|
|
163
|
-
status:
|
|
163
|
+
status: 400;
|
|
164
164
|
input: {
|
|
165
165
|
param: {
|
|
166
166
|
orgId: string;
|
|
@@ -169,14 +169,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
169
169
|
} | {
|
|
170
170
|
output: {
|
|
171
171
|
error: {
|
|
172
|
-
code: "
|
|
172
|
+
code: "organization_not_found";
|
|
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: 404;
|
|
180
180
|
input: {
|
|
181
181
|
param: {
|
|
182
182
|
orgId: string;
|
|
@@ -311,14 +311,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
311
311
|
} | {
|
|
312
312
|
output: {
|
|
313
313
|
error: {
|
|
314
|
-
code: "
|
|
314
|
+
code: "body_invalid";
|
|
315
315
|
details?: readonly Response.error.Detail[] | undefined;
|
|
316
316
|
message: string;
|
|
317
317
|
};
|
|
318
318
|
requestId: string;
|
|
319
319
|
};
|
|
320
320
|
outputFormat: "json";
|
|
321
|
-
status:
|
|
321
|
+
status: 400;
|
|
322
322
|
input: {
|
|
323
323
|
param: {
|
|
324
324
|
orgId: string;
|
|
@@ -353,14 +353,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
353
353
|
} | {
|
|
354
354
|
output: {
|
|
355
355
|
error: {
|
|
356
|
-
code: "
|
|
356
|
+
code: "organization_not_found";
|
|
357
357
|
details?: readonly Response.error.Detail[] | undefined;
|
|
358
358
|
message: string;
|
|
359
359
|
};
|
|
360
360
|
requestId: string;
|
|
361
361
|
};
|
|
362
362
|
outputFormat: "json";
|
|
363
|
-
status:
|
|
363
|
+
status: 404;
|
|
364
364
|
input: {
|
|
365
365
|
param: {
|
|
366
366
|
orgId: string;
|
|
@@ -525,14 +525,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
525
525
|
} | {
|
|
526
526
|
output: {
|
|
527
527
|
error: {
|
|
528
|
-
code: "
|
|
528
|
+
code: "param_invalid";
|
|
529
529
|
details?: readonly Response.error.Detail[] | undefined;
|
|
530
530
|
message: string;
|
|
531
531
|
};
|
|
532
532
|
requestId: string;
|
|
533
533
|
};
|
|
534
534
|
outputFormat: "json";
|
|
535
|
-
status:
|
|
535
|
+
status: 400;
|
|
536
536
|
input: {
|
|
537
537
|
param: {
|
|
538
538
|
orgId: string;
|
|
@@ -542,14 +542,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
542
542
|
} | {
|
|
543
543
|
output: {
|
|
544
544
|
error: {
|
|
545
|
-
code: "
|
|
545
|
+
code: "forbidden";
|
|
546
546
|
details?: readonly Response.error.Detail[] | undefined;
|
|
547
547
|
message: string;
|
|
548
548
|
};
|
|
549
549
|
requestId: string;
|
|
550
550
|
};
|
|
551
551
|
outputFormat: "json";
|
|
552
|
-
status:
|
|
552
|
+
status: 403;
|
|
553
553
|
input: {
|
|
554
554
|
param: {
|
|
555
555
|
orgId: string;
|
|
@@ -559,14 +559,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
559
559
|
} | {
|
|
560
560
|
output: {
|
|
561
561
|
error: {
|
|
562
|
-
code: "
|
|
562
|
+
code: "organization_not_found";
|
|
563
563
|
details?: readonly Response.error.Detail[] | undefined;
|
|
564
564
|
message: string;
|
|
565
565
|
};
|
|
566
566
|
requestId: string;
|
|
567
567
|
};
|
|
568
568
|
outputFormat: "json";
|
|
569
|
-
status:
|
|
569
|
+
status: 404;
|
|
570
570
|
input: {
|
|
571
571
|
param: {
|
|
572
572
|
orgId: string;
|
|
@@ -61,14 +61,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
61
61
|
$get: {
|
|
62
62
|
output: {
|
|
63
63
|
error: {
|
|
64
|
-
code: "
|
|
64
|
+
code: "upstream_error";
|
|
65
65
|
details?: readonly Response.error.Detail[] | undefined;
|
|
66
66
|
message: string;
|
|
67
67
|
};
|
|
68
68
|
requestId: string;
|
|
69
69
|
};
|
|
70
70
|
outputFormat: "json";
|
|
71
|
-
status:
|
|
71
|
+
status: 502;
|
|
72
72
|
input: {
|
|
73
73
|
param: {
|
|
74
74
|
orgId: string;
|
|
@@ -77,14 +77,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
77
77
|
} | {
|
|
78
78
|
output: {
|
|
79
79
|
error: {
|
|
80
|
-
code: "
|
|
80
|
+
code: "api_key_malformed";
|
|
81
81
|
details?: readonly Response.error.Detail[] | undefined;
|
|
82
82
|
message: string;
|
|
83
83
|
};
|
|
84
84
|
requestId: string;
|
|
85
85
|
};
|
|
86
86
|
outputFormat: "json";
|
|
87
|
-
status:
|
|
87
|
+
status: 400;
|
|
88
88
|
input: {
|
|
89
89
|
param: {
|
|
90
90
|
orgId: string;
|
|
@@ -93,14 +93,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
93
93
|
} | {
|
|
94
94
|
output: {
|
|
95
95
|
error: {
|
|
96
|
-
code: "
|
|
96
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
97
97
|
details?: readonly Response.error.Detail[] | undefined;
|
|
98
98
|
message: string;
|
|
99
99
|
};
|
|
100
100
|
requestId: string;
|
|
101
101
|
};
|
|
102
102
|
outputFormat: "json";
|
|
103
|
-
status:
|
|
103
|
+
status: 401;
|
|
104
104
|
input: {
|
|
105
105
|
param: {
|
|
106
106
|
orgId: string;
|
|
@@ -109,14 +109,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
109
109
|
} | {
|
|
110
110
|
output: {
|
|
111
111
|
error: {
|
|
112
|
-
code: "
|
|
112
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
113
113
|
details?: readonly Response.error.Detail[] | undefined;
|
|
114
114
|
message: string;
|
|
115
115
|
};
|
|
116
116
|
requestId: string;
|
|
117
117
|
};
|
|
118
118
|
outputFormat: "json";
|
|
119
|
-
status:
|
|
119
|
+
status: 403;
|
|
120
120
|
input: {
|
|
121
121
|
param: {
|
|
122
122
|
orgId: string;
|
|
@@ -125,14 +125,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
125
125
|
} | {
|
|
126
126
|
output: {
|
|
127
127
|
error: {
|
|
128
|
-
code: "
|
|
128
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
129
129
|
details?: readonly Response.error.Detail[] | undefined;
|
|
130
130
|
message: string;
|
|
131
131
|
};
|
|
132
132
|
requestId: string;
|
|
133
133
|
};
|
|
134
134
|
outputFormat: "json";
|
|
135
|
-
status:
|
|
135
|
+
status: 429;
|
|
136
136
|
input: {
|
|
137
137
|
param: {
|
|
138
138
|
orgId: string;
|
|
@@ -195,14 +195,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
195
195
|
$post: {
|
|
196
196
|
output: {
|
|
197
197
|
error: {
|
|
198
|
-
code: "
|
|
198
|
+
code: "upstream_error";
|
|
199
199
|
details?: readonly Response.error.Detail[] | undefined;
|
|
200
200
|
message: string;
|
|
201
201
|
};
|
|
202
202
|
requestId: string;
|
|
203
203
|
};
|
|
204
204
|
outputFormat: "json";
|
|
205
|
-
status:
|
|
205
|
+
status: 502;
|
|
206
206
|
input: {
|
|
207
207
|
param: {
|
|
208
208
|
orgId: string;
|
|
@@ -215,14 +215,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
215
215
|
} | {
|
|
216
216
|
output: {
|
|
217
217
|
error: {
|
|
218
|
-
code: "
|
|
218
|
+
code: "api_key_malformed";
|
|
219
219
|
details?: readonly Response.error.Detail[] | undefined;
|
|
220
220
|
message: string;
|
|
221
221
|
};
|
|
222
222
|
requestId: string;
|
|
223
223
|
};
|
|
224
224
|
outputFormat: "json";
|
|
225
|
-
status:
|
|
225
|
+
status: 400;
|
|
226
226
|
input: {
|
|
227
227
|
param: {
|
|
228
228
|
orgId: string;
|
|
@@ -235,14 +235,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
235
235
|
} | {
|
|
236
236
|
output: {
|
|
237
237
|
error: {
|
|
238
|
-
code: "
|
|
238
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
239
239
|
details?: readonly Response.error.Detail[] | undefined;
|
|
240
240
|
message: string;
|
|
241
241
|
};
|
|
242
242
|
requestId: string;
|
|
243
243
|
};
|
|
244
244
|
outputFormat: "json";
|
|
245
|
-
status:
|
|
245
|
+
status: 401;
|
|
246
246
|
input: {
|
|
247
247
|
param: {
|
|
248
248
|
orgId: string;
|
|
@@ -255,14 +255,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
255
255
|
} | {
|
|
256
256
|
output: {
|
|
257
257
|
error: {
|
|
258
|
-
code: "
|
|
258
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
259
259
|
details?: readonly Response.error.Detail[] | undefined;
|
|
260
260
|
message: string;
|
|
261
261
|
};
|
|
262
262
|
requestId: string;
|
|
263
263
|
};
|
|
264
264
|
outputFormat: "json";
|
|
265
|
-
status:
|
|
265
|
+
status: 403;
|
|
266
266
|
input: {
|
|
267
267
|
param: {
|
|
268
268
|
orgId: string;
|
|
@@ -275,14 +275,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
275
275
|
} | {
|
|
276
276
|
output: {
|
|
277
277
|
error: {
|
|
278
|
-
code: "
|
|
278
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
279
279
|
details?: readonly Response.error.Detail[] | undefined;
|
|
280
280
|
message: string;
|
|
281
281
|
};
|
|
282
282
|
requestId: string;
|
|
283
283
|
};
|
|
284
284
|
outputFormat: "json";
|
|
285
|
-
status:
|
|
285
|
+
status: 429;
|
|
286
286
|
input: {
|
|
287
287
|
param: {
|
|
288
288
|
orgId: string;
|
|
@@ -502,14 +502,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
502
502
|
$patch: {
|
|
503
503
|
output: {
|
|
504
504
|
error: {
|
|
505
|
-
code: "
|
|
505
|
+
code: "upstream_error";
|
|
506
506
|
details?: readonly Response.error.Detail[] | undefined;
|
|
507
507
|
message: string;
|
|
508
508
|
};
|
|
509
509
|
requestId: string;
|
|
510
510
|
};
|
|
511
511
|
outputFormat: "json";
|
|
512
|
-
status:
|
|
512
|
+
status: 502;
|
|
513
513
|
input: {
|
|
514
514
|
param: {
|
|
515
515
|
orgId: string;
|
|
@@ -523,14 +523,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
523
523
|
} | {
|
|
524
524
|
output: {
|
|
525
525
|
error: {
|
|
526
|
-
code: "
|
|
526
|
+
code: "api_key_malformed";
|
|
527
527
|
details?: readonly Response.error.Detail[] | undefined;
|
|
528
528
|
message: string;
|
|
529
529
|
};
|
|
530
530
|
requestId: string;
|
|
531
531
|
};
|
|
532
532
|
outputFormat: "json";
|
|
533
|
-
status:
|
|
533
|
+
status: 400;
|
|
534
534
|
input: {
|
|
535
535
|
param: {
|
|
536
536
|
orgId: string;
|
|
@@ -544,14 +544,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
544
544
|
} | {
|
|
545
545
|
output: {
|
|
546
546
|
error: {
|
|
547
|
-
code: "
|
|
547
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
548
548
|
details?: readonly Response.error.Detail[] | undefined;
|
|
549
549
|
message: string;
|
|
550
550
|
};
|
|
551
551
|
requestId: string;
|
|
552
552
|
};
|
|
553
553
|
outputFormat: "json";
|
|
554
|
-
status:
|
|
554
|
+
status: 401;
|
|
555
555
|
input: {
|
|
556
556
|
param: {
|
|
557
557
|
orgId: string;
|
|
@@ -565,14 +565,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
565
565
|
} | {
|
|
566
566
|
output: {
|
|
567
567
|
error: {
|
|
568
|
-
code: "
|
|
568
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
569
569
|
details?: readonly Response.error.Detail[] | undefined;
|
|
570
570
|
message: string;
|
|
571
571
|
};
|
|
572
572
|
requestId: string;
|
|
573
573
|
};
|
|
574
574
|
outputFormat: "json";
|
|
575
|
-
status:
|
|
575
|
+
status: 403;
|
|
576
576
|
input: {
|
|
577
577
|
param: {
|
|
578
578
|
orgId: string;
|
|
@@ -586,14 +586,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
586
586
|
} | {
|
|
587
587
|
output: {
|
|
588
588
|
error: {
|
|
589
|
-
code: "
|
|
589
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
590
590
|
details?: readonly Response.error.Detail[] | undefined;
|
|
591
591
|
message: string;
|
|
592
592
|
};
|
|
593
593
|
requestId: string;
|
|
594
594
|
};
|
|
595
595
|
outputFormat: "json";
|
|
596
|
-
status:
|
|
596
|
+
status: 429;
|
|
597
597
|
input: {
|
|
598
598
|
param: {
|
|
599
599
|
orgId: string;
|
|
@@ -695,14 +695,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
695
695
|
$delete: {
|
|
696
696
|
output: {
|
|
697
697
|
error: {
|
|
698
|
-
code: "
|
|
698
|
+
code: "upstream_error";
|
|
699
699
|
details?: readonly Response.error.Detail[] | undefined;
|
|
700
700
|
message: string;
|
|
701
701
|
};
|
|
702
702
|
requestId: string;
|
|
703
703
|
};
|
|
704
704
|
outputFormat: "json";
|
|
705
|
-
status:
|
|
705
|
+
status: 502;
|
|
706
706
|
input: {
|
|
707
707
|
param: {
|
|
708
708
|
orgId: string;
|
|
@@ -712,14 +712,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
712
712
|
} | {
|
|
713
713
|
output: {
|
|
714
714
|
error: {
|
|
715
|
-
code: "
|
|
715
|
+
code: "api_key_malformed";
|
|
716
716
|
details?: readonly Response.error.Detail[] | undefined;
|
|
717
717
|
message: string;
|
|
718
718
|
};
|
|
719
719
|
requestId: string;
|
|
720
720
|
};
|
|
721
721
|
outputFormat: "json";
|
|
722
|
-
status:
|
|
722
|
+
status: 400;
|
|
723
723
|
input: {
|
|
724
724
|
param: {
|
|
725
725
|
orgId: string;
|
|
@@ -729,14 +729,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
729
729
|
} | {
|
|
730
730
|
output: {
|
|
731
731
|
error: {
|
|
732
|
-
code: "
|
|
732
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
733
733
|
details?: readonly Response.error.Detail[] | undefined;
|
|
734
734
|
message: string;
|
|
735
735
|
};
|
|
736
736
|
requestId: string;
|
|
737
737
|
};
|
|
738
738
|
outputFormat: "json";
|
|
739
|
-
status:
|
|
739
|
+
status: 401;
|
|
740
740
|
input: {
|
|
741
741
|
param: {
|
|
742
742
|
orgId: string;
|
|
@@ -746,14 +746,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
746
746
|
} | {
|
|
747
747
|
output: {
|
|
748
748
|
error: {
|
|
749
|
-
code: "
|
|
749
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
750
750
|
details?: readonly Response.error.Detail[] | undefined;
|
|
751
751
|
message: string;
|
|
752
752
|
};
|
|
753
753
|
requestId: string;
|
|
754
754
|
};
|
|
755
755
|
outputFormat: "json";
|
|
756
|
-
status:
|
|
756
|
+
status: 403;
|
|
757
757
|
input: {
|
|
758
758
|
param: {
|
|
759
759
|
orgId: string;
|
|
@@ -763,14 +763,14 @@ export declare function projects(): import("hono/hono-base").HonoBase<App.Enviro
|
|
|
763
763
|
} | {
|
|
764
764
|
output: {
|
|
765
765
|
error: {
|
|
766
|
-
code: "
|
|
766
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
767
767
|
details?: readonly Response.error.Detail[] | undefined;
|
|
768
768
|
message: string;
|
|
769
769
|
};
|
|
770
770
|
requestId: string;
|
|
771
771
|
};
|
|
772
772
|
outputFormat: "json";
|
|
773
|
-
status:
|
|
773
|
+
status: 429;
|
|
774
774
|
input: {
|
|
775
775
|
param: {
|
|
776
776
|
orgId: string;
|
|
@@ -290,14 +290,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
|
|
|
290
290
|
} | {
|
|
291
291
|
output: {
|
|
292
292
|
error: {
|
|
293
|
-
code: "
|
|
293
|
+
code: "param_invalid";
|
|
294
294
|
details?: readonly Response.error.Detail[] | undefined;
|
|
295
295
|
message: string;
|
|
296
296
|
};
|
|
297
297
|
requestId: string;
|
|
298
298
|
};
|
|
299
299
|
outputFormat: "json";
|
|
300
|
-
status:
|
|
300
|
+
status: 400;
|
|
301
301
|
input: {
|
|
302
302
|
param: {
|
|
303
303
|
orgId: string;
|
|
@@ -314,14 +314,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
|
|
|
314
314
|
} | {
|
|
315
315
|
output: {
|
|
316
316
|
error: {
|
|
317
|
-
code: "
|
|
317
|
+
code: "organization_not_found";
|
|
318
318
|
details?: readonly Response.error.Detail[] | undefined;
|
|
319
319
|
message: string;
|
|
320
320
|
};
|
|
321
321
|
requestId: string;
|
|
322
322
|
};
|
|
323
323
|
outputFormat: "json";
|
|
324
|
-
status:
|
|
324
|
+
status: 404;
|
|
325
325
|
input: {
|
|
326
326
|
param: {
|
|
327
327
|
orgId: string;
|
|
@@ -557,14 +557,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
|
|
|
557
557
|
} | {
|
|
558
558
|
output: {
|
|
559
559
|
error: {
|
|
560
|
-
code: "
|
|
560
|
+
code: "param_invalid";
|
|
561
561
|
details?: readonly Response.error.Detail[] | undefined;
|
|
562
562
|
message: string;
|
|
563
563
|
};
|
|
564
564
|
requestId: string;
|
|
565
565
|
};
|
|
566
566
|
outputFormat: "json";
|
|
567
|
-
status:
|
|
567
|
+
status: 400;
|
|
568
568
|
input: {
|
|
569
569
|
param: {
|
|
570
570
|
orgId: string;
|
|
@@ -581,14 +581,14 @@ export declare function usage(): import("hono/hono-base").HonoBase<Environment,
|
|
|
581
581
|
} | {
|
|
582
582
|
output: {
|
|
583
583
|
error: {
|
|
584
|
-
code: "
|
|
584
|
+
code: "organization_not_found";
|
|
585
585
|
details?: readonly Response.error.Detail[] | undefined;
|
|
586
586
|
message: string;
|
|
587
587
|
};
|
|
588
588
|
requestId: string;
|
|
589
589
|
};
|
|
590
590
|
outputFormat: "json";
|
|
591
|
-
status:
|
|
591
|
+
status: 404;
|
|
592
592
|
input: {
|
|
593
593
|
param: {
|
|
594
594
|
orgId: string;
|