tapimo 0.12.0 → 0.13.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/dist/App.d.ts +5561 -5026
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +38 -3
- package/dist/App.js.map +1 -1
- package/dist/Scope.d.ts +2 -0
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +17 -0
- package/dist/Scope.js.map +1 -1
- package/dist/admin/App.d.ts +123 -74
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +80 -0
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +54 -0
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/earn-vaults.d.ts +15 -15
- package/dist/admin/apps/earn-vaults.js +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +81 -81
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.d.ts.map +1 -1
- package/dist/admin/ui.generated.js +151 -151
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/apps/Zones.d.ts +16 -16
- package/dist/apps/Zones.js +4 -4
- package/dist/apps/data/App.js +18 -18
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/ZoneSelection.d.ts +8 -8
- package/dist/apps/data/ZoneSelection.d.ts.map +1 -1
- package/dist/apps/data/ZoneSelection.js +1 -1
- package/dist/apps/data/ZoneSelection.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +588 -584
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +1561 -1239
- package/dist/apps/data/routes/activities.js.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 +43 -16
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +44 -44
- package/dist/apps/data/routes/blocks.d.ts.map +1 -1
- package/dist/apps/data/routes/blocks.js +21 -11
- package/dist/apps/data/routes/blocks.js.map +1 -1
- package/dist/apps/data/routes/coingecko.d.ts +3 -3
- package/dist/apps/data/routes/earn.d.ts +18 -18
- package/dist/apps/data/routes/earn.js +13 -13
- package/dist/apps/data/routes/exchanges.d.ts +145 -145
- package/dist/apps/data/routes/fee-amm.d.ts +2 -2
- package/dist/apps/data/routes/receipts.d.ts +155 -55
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +28 -10
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +13 -13
- package/dist/apps/data/routes/tokens.d.ts +98 -98
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +51 -20
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +7 -2
- package/dist/apps/data/routes/transactions.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.js +37 -17
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts +1 -1
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +18 -12
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +1 -1
- package/dist/apps/data/routes/valuation.d.ts.map +1 -1
- package/dist/apps/data/routes/valuation.js +12 -7
- package/dist/apps/data/routes/valuation.js.map +1 -1
- package/dist/apps/data/routes/verified-tokens.d.ts +3 -3
- package/dist/apps/data/routes/webhooks.d.ts +11 -11
- package/dist/apps/data/routes/zones.d.ts +14 -14
- package/dist/apps/data/routes/zones.js +1 -1
- package/dist/apps/funding/App.d.ts +11 -0
- package/dist/apps/funding/App.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +16 -11
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/transfers.d.ts +60 -48
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
- package/dist/apps/funding/routes/transfers.js +27 -19
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +4487 -3963
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +710 -159
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +236 -4
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +6 -6
- package/dist/apps/management/routes/invite-links.d.ts +42 -42
- package/dist/apps/management/routes/members.d.ts +30 -30
- package/dist/apps/management/routes/projects.d.ts +40 -40
- package/dist/apps/management/routes/usage.d.ts +24 -24
- package/dist/apps/management/routes/verified-token-requests.d.ts +1 -1
- package/dist/apps/management/routes/webhooks.d.ts +55 -55
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +12 -1
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +3 -2
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +5 -2
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/fundingCatalog.d.ts +4 -2
- package/dist/db/tables/fundingCatalog.d.ts.map +1 -1
- package/dist/db/tables/fundingCatalog.js +5 -1
- package/dist/db/tables/fundingCatalog.js.map +1 -1
- package/dist/handlers/internal/utils.d.ts.map +1 -1
- package/dist/handlers/internal/utils.js +9 -0
- package/dist/handlers/internal/utils.js.map +1 -1
- package/dist/internal/Auth.d.ts +3 -1
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +6 -3
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/EarnVaults.d.ts +3 -3
- package/dist/internal/EarnVaults.js +3 -3
- package/dist/internal/Fetch.d.ts +23 -0
- package/dist/internal/Fetch.d.ts.map +1 -0
- package/dist/internal/Fetch.js +26 -0
- package/dist/internal/Fetch.js.map +1 -0
- package/dist/internal/Log.d.ts +3 -1
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +16 -3
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/OpenApi.d.ts +5 -3
- package/dist/internal/OpenApi.d.ts.map +1 -1
- package/dist/internal/OpenApi.js +13 -3
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Response.d.ts +1 -1
- package/dist/internal/Response.d.ts.map +1 -1
- package/dist/internal/Schema.d.ts +6 -3
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +8 -2
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Store.d.ts +16 -3
- package/dist/internal/Store.d.ts.map +1 -1
- package/dist/internal/Store.js +82 -16
- package/dist/internal/Store.js.map +1 -1
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +7 -2
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Timeout.d.ts +36 -0
- package/dist/internal/Timeout.d.ts.map +1 -0
- package/dist/internal/Timeout.js +37 -0
- package/dist/internal/Timeout.js.map +1 -0
- package/dist/internal/Timing.d.ts +9 -0
- package/dist/internal/Timing.d.ts.map +1 -1
- package/dist/internal/Timing.js +7 -0
- package/dist/internal/Timing.js.map +1 -1
- package/dist/internal/WebhookDestination.d.ts.map +1 -1
- package/dist/internal/WebhookDestination.js +3 -0
- package/dist/internal/WebhookDestination.js.map +1 -1
- package/dist/internal/funding/Action.d.ts +9 -0
- package/dist/internal/funding/Action.d.ts.map +1 -1
- package/dist/internal/funding/Action.js +16 -8
- package/dist/internal/funding/Action.js.map +1 -1
- package/dist/internal/funding/Catalog.d.ts +9 -2
- package/dist/internal/funding/Catalog.d.ts.map +1 -1
- package/dist/internal/funding/Catalog.js +19 -8
- package/dist/internal/funding/Catalog.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +68 -13
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +29 -8
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Transfer.d.ts +13 -12
- package/dist/internal/funding/Transfer.d.ts.map +1 -1
- package/dist/internal/funding/Transfer.js +23 -21
- package/dist/internal/funding/Transfer.js.map +1 -1
- package/dist/internal/funding/providers/stargate.d.ts +28 -9
- package/dist/internal/funding/providers/stargate.d.ts.map +1 -1
- package/dist/internal/funding/providers/stargate.js +251 -117
- package/dist/internal/funding/providers/stargate.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 +2 -2
- package/src/App.test.ts +100 -0
- package/src/App.ts +42 -3
- package/src/Client.test-d.ts +46 -0
- package/src/Scope.test.ts +20 -0
- package/src/Scope.ts +16 -0
- package/src/admin/apps/api-keys.test.ts +75 -0
- package/src/admin/apps/api-keys.ts +64 -0
- package/src/admin/apps/earn-vaults.test.ts +1 -1
- package/src/admin/apps/earn-vaults.ts +1 -1
- package/src/admin/ui/src/lib/api-keys.ts +19 -0
- package/src/admin/ui/src/routes/api-keys.tsx +89 -2
- package/src/admin/ui.generated.ts +189 -151
- package/src/apps/Zones.test.ts +4 -4
- package/src/apps/Zones.ts +4 -4
- package/src/apps/composition.test.ts +1 -1
- package/src/apps/data/App.test.ts +41 -0
- package/src/apps/data/App.ts +18 -18
- package/src/apps/data/ZoneSelection.test.ts +2 -2
- package/src/apps/data/ZoneSelection.ts +8 -8
- package/src/apps/data/routes/activities.test.ts +1526 -12
- package/src/apps/data/routes/activities.ts +1774 -1356
- package/src/apps/data/routes/balances.ts +133 -97
- package/src/apps/data/routes/blocks.test.ts +533 -0
- package/src/apps/data/routes/blocks.ts +35 -16
- package/src/apps/data/routes/earn.test.ts +4 -2
- package/src/apps/data/routes/earn.ts +13 -13
- package/src/apps/data/routes/earn.zone-access.test.ts +6 -6
- package/src/apps/data/routes/receipts.ts +47 -16
- package/src/apps/data/routes/tokens.test.ts +578 -0
- package/src/apps/data/routes/tokens.ts +283 -225
- package/src/apps/data/routes/transactions.ts +68 -29
- package/src/apps/data/routes/transfers.test.ts +421 -0
- package/src/apps/data/routes/transfers.ts +45 -27
- package/src/apps/data/routes/valuation.ts +94 -78
- package/src/apps/data/routes/zones.test.ts +2 -2
- package/src/apps/data/routes/zones.ts +1 -1
- package/src/apps/funding/routes/deposit-addresses.test.ts +25 -3
- package/src/apps/funding/routes/deposit-addresses.ts +17 -12
- package/src/apps/funding/routes/quotes.test.ts +5 -9
- package/src/apps/funding/routes/transfers.test.ts +395 -8
- package/src/apps/funding/routes/transfers.ts +76 -59
- package/src/apps/management/routes/api-keys.test.ts +220 -0
- package/src/apps/management/routes/api-keys.ts +280 -3
- package/src/db/Db.ts +13 -1
- package/src/db/Schema.ts +5 -2
- package/src/db/tables/earnVaults.test.ts +9 -9
- package/src/db/tables/fundingCatalog.test.ts +16 -2
- package/src/db/tables/fundingCatalog.ts +9 -3
- package/src/handlers/internal/utils.test.ts +53 -0
- package/src/handlers/internal/utils.ts +15 -0
- package/src/internal/Auth.ts +12 -4
- package/src/internal/EarnVaults.capabilities.test.ts +2 -2
- package/src/internal/EarnVaults.test.ts +1 -1
- package/src/internal/EarnVaults.ts +3 -3
- package/src/internal/Fetch.test.ts +46 -0
- package/src/internal/Fetch.ts +56 -0
- package/src/internal/Log.test.ts +21 -0
- package/src/internal/Log.ts +20 -5
- package/src/internal/OpenApi.ts +14 -4
- package/src/internal/Response.ts +1 -1
- package/src/internal/Schema.test.ts +2 -0
- package/src/internal/Schema.ts +12 -2
- package/src/internal/Store.test.ts +178 -0
- package/src/internal/Store.ts +104 -18
- package/src/internal/Tidx.test.ts +2 -1
- package/src/internal/Tidx.ts +7 -2
- package/src/internal/Timeout.test.ts +35 -0
- package/src/internal/Timeout.ts +73 -0
- package/src/internal/Timing.ts +16 -0
- package/src/internal/WebhookDestination.ts +3 -0
- package/src/internal/funding/Action.test.ts +41 -1
- package/src/internal/funding/Action.ts +69 -41
- package/src/internal/funding/Catalog.test.ts +34 -0
- package/src/internal/funding/Catalog.ts +28 -11
- package/src/internal/funding/Provider.test.ts +73 -0
- package/src/internal/funding/Provider.ts +82 -28
- package/src/internal/funding/Transfer.ts +133 -110
- package/src/internal/funding/providers/index.test.ts +4 -167
- package/src/internal/funding/providers/relay.test.ts +2 -2
- package/src/internal/funding/providers/stargate.test.ts +163 -0
- package/src/internal/funding/providers/stargate.ts +359 -134
- package/src/internal/index.test.ts +1 -0
- package/src/internal/index.ts +1 -0
|
@@ -122,14 +122,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
122
122
|
$post: {
|
|
123
123
|
output: {
|
|
124
124
|
error: {
|
|
125
|
-
code: "
|
|
125
|
+
code: "upstream_error";
|
|
126
126
|
details?: readonly Response.error.Detail[] | undefined;
|
|
127
127
|
message: string;
|
|
128
128
|
};
|
|
129
129
|
requestId: string;
|
|
130
130
|
};
|
|
131
131
|
outputFormat: "json";
|
|
132
|
-
status:
|
|
132
|
+
status: 502;
|
|
133
133
|
input: {
|
|
134
134
|
param: {
|
|
135
135
|
orgId: string;
|
|
@@ -146,14 +146,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
146
146
|
} | {
|
|
147
147
|
output: {
|
|
148
148
|
error: {
|
|
149
|
-
code: "
|
|
149
|
+
code: "api_key_malformed";
|
|
150
150
|
details?: readonly Response.error.Detail[] | undefined;
|
|
151
151
|
message: string;
|
|
152
152
|
};
|
|
153
153
|
requestId: string;
|
|
154
154
|
};
|
|
155
155
|
outputFormat: "json";
|
|
156
|
-
status:
|
|
156
|
+
status: 400;
|
|
157
157
|
input: {
|
|
158
158
|
param: {
|
|
159
159
|
orgId: string;
|
|
@@ -170,14 +170,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
170
170
|
} | {
|
|
171
171
|
output: {
|
|
172
172
|
error: {
|
|
173
|
-
code: "
|
|
173
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
174
174
|
details?: readonly Response.error.Detail[] | undefined;
|
|
175
175
|
message: string;
|
|
176
176
|
};
|
|
177
177
|
requestId: string;
|
|
178
178
|
};
|
|
179
179
|
outputFormat: "json";
|
|
180
|
-
status:
|
|
180
|
+
status: 401;
|
|
181
181
|
input: {
|
|
182
182
|
param: {
|
|
183
183
|
orgId: string;
|
|
@@ -327,14 +327,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
327
327
|
$get: {
|
|
328
328
|
output: {
|
|
329
329
|
error: {
|
|
330
|
-
code: "
|
|
330
|
+
code: "upstream_error";
|
|
331
331
|
details?: readonly Response.error.Detail[] | undefined;
|
|
332
332
|
message: string;
|
|
333
333
|
};
|
|
334
334
|
requestId: string;
|
|
335
335
|
};
|
|
336
336
|
outputFormat: "json";
|
|
337
|
-
status:
|
|
337
|
+
status: 502;
|
|
338
338
|
input: {
|
|
339
339
|
param: {
|
|
340
340
|
orgId: string;
|
|
@@ -343,14 +343,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
343
343
|
} | {
|
|
344
344
|
output: {
|
|
345
345
|
error: {
|
|
346
|
-
code: "
|
|
346
|
+
code: "api_key_malformed";
|
|
347
347
|
details?: readonly Response.error.Detail[] | undefined;
|
|
348
348
|
message: string;
|
|
349
349
|
};
|
|
350
350
|
requestId: string;
|
|
351
351
|
};
|
|
352
352
|
outputFormat: "json";
|
|
353
|
-
status:
|
|
353
|
+
status: 400;
|
|
354
354
|
input: {
|
|
355
355
|
param: {
|
|
356
356
|
orgId: string;
|
|
@@ -359,14 +359,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
359
359
|
} | {
|
|
360
360
|
output: {
|
|
361
361
|
error: {
|
|
362
|
-
code: "
|
|
362
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
363
363
|
details?: readonly Response.error.Detail[] | undefined;
|
|
364
364
|
message: string;
|
|
365
365
|
};
|
|
366
366
|
requestId: string;
|
|
367
367
|
};
|
|
368
368
|
outputFormat: "json";
|
|
369
|
-
status:
|
|
369
|
+
status: 401;
|
|
370
370
|
input: {
|
|
371
371
|
param: {
|
|
372
372
|
orgId: string;
|
|
@@ -454,14 +454,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
454
454
|
$patch: {
|
|
455
455
|
output: {
|
|
456
456
|
error: {
|
|
457
|
-
code: "
|
|
457
|
+
code: "upstream_error";
|
|
458
458
|
details?: readonly Response.error.Detail[] | undefined;
|
|
459
459
|
message: string;
|
|
460
460
|
};
|
|
461
461
|
requestId: string;
|
|
462
462
|
};
|
|
463
463
|
outputFormat: "json";
|
|
464
|
-
status:
|
|
464
|
+
status: 502;
|
|
465
465
|
input: {
|
|
466
466
|
param: {
|
|
467
467
|
inviteLinkId: string;
|
|
@@ -475,14 +475,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
475
475
|
} | {
|
|
476
476
|
output: {
|
|
477
477
|
error: {
|
|
478
|
-
code: "
|
|
478
|
+
code: "api_key_malformed";
|
|
479
479
|
details?: readonly Response.error.Detail[] | undefined;
|
|
480
480
|
message: string;
|
|
481
481
|
};
|
|
482
482
|
requestId: string;
|
|
483
483
|
};
|
|
484
484
|
outputFormat: "json";
|
|
485
|
-
status:
|
|
485
|
+
status: 400;
|
|
486
486
|
input: {
|
|
487
487
|
param: {
|
|
488
488
|
inviteLinkId: string;
|
|
@@ -496,14 +496,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
496
496
|
} | {
|
|
497
497
|
output: {
|
|
498
498
|
error: {
|
|
499
|
-
code: "
|
|
499
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
500
500
|
details?: readonly Response.error.Detail[] | undefined;
|
|
501
501
|
message: string;
|
|
502
502
|
};
|
|
503
503
|
requestId: string;
|
|
504
504
|
};
|
|
505
505
|
outputFormat: "json";
|
|
506
|
-
status:
|
|
506
|
+
status: 401;
|
|
507
507
|
input: {
|
|
508
508
|
param: {
|
|
509
509
|
inviteLinkId: string;
|
|
@@ -656,14 +656,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
656
656
|
$delete: {
|
|
657
657
|
output: {
|
|
658
658
|
error: {
|
|
659
|
-
code: "
|
|
659
|
+
code: "upstream_error";
|
|
660
660
|
details?: readonly Response.error.Detail[] | undefined;
|
|
661
661
|
message: string;
|
|
662
662
|
};
|
|
663
663
|
requestId: string;
|
|
664
664
|
};
|
|
665
665
|
outputFormat: "json";
|
|
666
|
-
status:
|
|
666
|
+
status: 502;
|
|
667
667
|
input: {
|
|
668
668
|
param: {
|
|
669
669
|
inviteLinkId: string;
|
|
@@ -673,14 +673,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
673
673
|
} | {
|
|
674
674
|
output: {
|
|
675
675
|
error: {
|
|
676
|
-
code: "
|
|
676
|
+
code: "api_key_malformed";
|
|
677
677
|
details?: readonly Response.error.Detail[] | undefined;
|
|
678
678
|
message: string;
|
|
679
679
|
};
|
|
680
680
|
requestId: string;
|
|
681
681
|
};
|
|
682
682
|
outputFormat: "json";
|
|
683
|
-
status:
|
|
683
|
+
status: 400;
|
|
684
684
|
input: {
|
|
685
685
|
param: {
|
|
686
686
|
inviteLinkId: string;
|
|
@@ -690,14 +690,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
690
690
|
} | {
|
|
691
691
|
output: {
|
|
692
692
|
error: {
|
|
693
|
-
code: "
|
|
693
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
694
694
|
details?: readonly Response.error.Detail[] | undefined;
|
|
695
695
|
message: string;
|
|
696
696
|
};
|
|
697
697
|
requestId: string;
|
|
698
698
|
};
|
|
699
699
|
outputFormat: "json";
|
|
700
|
-
status:
|
|
700
|
+
status: 401;
|
|
701
701
|
input: {
|
|
702
702
|
param: {
|
|
703
703
|
inviteLinkId: string;
|
|
@@ -791,14 +791,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
791
791
|
$get: {
|
|
792
792
|
output: {
|
|
793
793
|
error: {
|
|
794
|
-
code: "
|
|
794
|
+
code: "upstream_error";
|
|
795
795
|
details?: readonly Response.error.Detail[] | undefined;
|
|
796
796
|
message: string;
|
|
797
797
|
};
|
|
798
798
|
requestId: string;
|
|
799
799
|
};
|
|
800
800
|
outputFormat: "json";
|
|
801
|
-
status:
|
|
801
|
+
status: 502;
|
|
802
802
|
input: {
|
|
803
803
|
param: {
|
|
804
804
|
inviteLinkId: string;
|
|
@@ -808,14 +808,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
808
808
|
} | {
|
|
809
809
|
output: {
|
|
810
810
|
error: {
|
|
811
|
-
code: "
|
|
811
|
+
code: "api_key_malformed";
|
|
812
812
|
details?: readonly Response.error.Detail[] | undefined;
|
|
813
813
|
message: string;
|
|
814
814
|
};
|
|
815
815
|
requestId: string;
|
|
816
816
|
};
|
|
817
817
|
outputFormat: "json";
|
|
818
|
-
status:
|
|
818
|
+
status: 400;
|
|
819
819
|
input: {
|
|
820
820
|
param: {
|
|
821
821
|
inviteLinkId: string;
|
|
@@ -825,14 +825,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
825
825
|
} | {
|
|
826
826
|
output: {
|
|
827
827
|
error: {
|
|
828
|
-
code: "
|
|
828
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
829
829
|
details?: readonly Response.error.Detail[] | undefined;
|
|
830
830
|
message: string;
|
|
831
831
|
};
|
|
832
832
|
requestId: string;
|
|
833
833
|
};
|
|
834
834
|
outputFormat: "json";
|
|
835
|
-
status:
|
|
835
|
+
status: 401;
|
|
836
836
|
input: {
|
|
837
837
|
param: {
|
|
838
838
|
inviteLinkId: string;
|
|
@@ -934,14 +934,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
934
934
|
$post: {
|
|
935
935
|
output: {
|
|
936
936
|
error: {
|
|
937
|
-
code: "
|
|
937
|
+
code: "upstream_error";
|
|
938
938
|
details?: readonly Response.error.Detail[] | undefined;
|
|
939
939
|
message: string;
|
|
940
940
|
};
|
|
941
941
|
requestId: string;
|
|
942
942
|
};
|
|
943
943
|
outputFormat: "json";
|
|
944
|
-
status:
|
|
944
|
+
status: 502;
|
|
945
945
|
input: {
|
|
946
946
|
json: {
|
|
947
947
|
token: string;
|
|
@@ -950,14 +950,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
950
950
|
} | {
|
|
951
951
|
output: {
|
|
952
952
|
error: {
|
|
953
|
-
code: "
|
|
953
|
+
code: "api_key_malformed";
|
|
954
954
|
details?: readonly Response.error.Detail[] | undefined;
|
|
955
955
|
message: string;
|
|
956
956
|
};
|
|
957
957
|
requestId: string;
|
|
958
958
|
};
|
|
959
959
|
outputFormat: "json";
|
|
960
|
-
status:
|
|
960
|
+
status: 400;
|
|
961
961
|
input: {
|
|
962
962
|
json: {
|
|
963
963
|
token: string;
|
|
@@ -966,14 +966,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
966
966
|
} | {
|
|
967
967
|
output: {
|
|
968
968
|
error: {
|
|
969
|
-
code: "
|
|
969
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
970
970
|
details?: readonly Response.error.Detail[] | undefined;
|
|
971
971
|
message: string;
|
|
972
972
|
};
|
|
973
973
|
requestId: string;
|
|
974
974
|
};
|
|
975
975
|
outputFormat: "json";
|
|
976
|
-
status:
|
|
976
|
+
status: 401;
|
|
977
977
|
input: {
|
|
978
978
|
json: {
|
|
979
979
|
token: string;
|
|
@@ -1046,14 +1046,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
1046
1046
|
$post: {
|
|
1047
1047
|
output: {
|
|
1048
1048
|
error: {
|
|
1049
|
-
code: "
|
|
1049
|
+
code: "upstream_error";
|
|
1050
1050
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1051
1051
|
message: string;
|
|
1052
1052
|
};
|
|
1053
1053
|
requestId: string;
|
|
1054
1054
|
};
|
|
1055
1055
|
outputFormat: "json";
|
|
1056
|
-
status:
|
|
1056
|
+
status: 502;
|
|
1057
1057
|
input: {
|
|
1058
1058
|
json: {
|
|
1059
1059
|
token: string;
|
|
@@ -1062,14 +1062,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
1062
1062
|
} | {
|
|
1063
1063
|
output: {
|
|
1064
1064
|
error: {
|
|
1065
|
-
code: "
|
|
1065
|
+
code: "api_key_malformed";
|
|
1066
1066
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1067
1067
|
message: string;
|
|
1068
1068
|
};
|
|
1069
1069
|
requestId: string;
|
|
1070
1070
|
};
|
|
1071
1071
|
outputFormat: "json";
|
|
1072
|
-
status:
|
|
1072
|
+
status: 400;
|
|
1073
1073
|
input: {
|
|
1074
1074
|
json: {
|
|
1075
1075
|
token: string;
|
|
@@ -1078,14 +1078,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
1078
1078
|
} | {
|
|
1079
1079
|
output: {
|
|
1080
1080
|
error: {
|
|
1081
|
-
code: "
|
|
1081
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
1082
1082
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1083
1083
|
message: string;
|
|
1084
1084
|
};
|
|
1085
1085
|
requestId: string;
|
|
1086
1086
|
};
|
|
1087
1087
|
outputFormat: "json";
|
|
1088
|
-
status:
|
|
1088
|
+
status: 401;
|
|
1089
1089
|
input: {
|
|
1090
1090
|
json: {
|
|
1091
1091
|
token: string;
|
|
@@ -73,14 +73,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
73
73
|
$get: {
|
|
74
74
|
output: {
|
|
75
75
|
error: {
|
|
76
|
-
code: "
|
|
76
|
+
code: "api_key_malformed";
|
|
77
77
|
details?: readonly Response.error.Detail[] | undefined;
|
|
78
78
|
message: string;
|
|
79
79
|
};
|
|
80
80
|
requestId: string;
|
|
81
81
|
};
|
|
82
82
|
outputFormat: "json";
|
|
83
|
-
status:
|
|
83
|
+
status: 400;
|
|
84
84
|
input: {
|
|
85
85
|
param: {
|
|
86
86
|
orgId: string;
|
|
@@ -89,14 +89,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
89
89
|
} | {
|
|
90
90
|
output: {
|
|
91
91
|
error: {
|
|
92
|
-
code: "
|
|
92
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
93
93
|
details?: readonly Response.error.Detail[] | undefined;
|
|
94
94
|
message: string;
|
|
95
95
|
};
|
|
96
96
|
requestId: string;
|
|
97
97
|
};
|
|
98
98
|
outputFormat: "json";
|
|
99
|
-
status:
|
|
99
|
+
status: 401;
|
|
100
100
|
input: {
|
|
101
101
|
param: {
|
|
102
102
|
orgId: string;
|
|
@@ -105,14 +105,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
105
105
|
} | {
|
|
106
106
|
output: {
|
|
107
107
|
error: {
|
|
108
|
-
code: "
|
|
108
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
109
109
|
details?: readonly Response.error.Detail[] | undefined;
|
|
110
110
|
message: string;
|
|
111
111
|
};
|
|
112
112
|
requestId: string;
|
|
113
113
|
};
|
|
114
114
|
outputFormat: "json";
|
|
115
|
-
status:
|
|
115
|
+
status: 403;
|
|
116
116
|
input: {
|
|
117
117
|
param: {
|
|
118
118
|
orgId: string;
|
|
@@ -121,14 +121,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
121
121
|
} | {
|
|
122
122
|
output: {
|
|
123
123
|
error: {
|
|
124
|
-
code: "
|
|
124
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
125
125
|
details?: readonly Response.error.Detail[] | undefined;
|
|
126
126
|
message: string;
|
|
127
127
|
};
|
|
128
128
|
requestId: string;
|
|
129
129
|
};
|
|
130
130
|
outputFormat: "json";
|
|
131
|
-
status:
|
|
131
|
+
status: 429;
|
|
132
132
|
input: {
|
|
133
133
|
param: {
|
|
134
134
|
orgId: string;
|
|
@@ -137,14 +137,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
137
137
|
} | {
|
|
138
138
|
output: {
|
|
139
139
|
error: {
|
|
140
|
-
code: "
|
|
140
|
+
code: "upstream_error";
|
|
141
141
|
details?: readonly Response.error.Detail[] | undefined;
|
|
142
142
|
message: string;
|
|
143
143
|
};
|
|
144
144
|
requestId: string;
|
|
145
145
|
};
|
|
146
146
|
outputFormat: "json";
|
|
147
|
-
status:
|
|
147
|
+
status: 502;
|
|
148
148
|
input: {
|
|
149
149
|
param: {
|
|
150
150
|
orgId: string;
|
|
@@ -206,14 +206,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
206
206
|
$patch: {
|
|
207
207
|
output: {
|
|
208
208
|
error: {
|
|
209
|
-
code: "
|
|
209
|
+
code: "api_key_malformed";
|
|
210
210
|
details?: readonly Response.error.Detail[] | undefined;
|
|
211
211
|
message: string;
|
|
212
212
|
};
|
|
213
213
|
requestId: string;
|
|
214
214
|
};
|
|
215
215
|
outputFormat: "json";
|
|
216
|
-
status:
|
|
216
|
+
status: 400;
|
|
217
217
|
input: {
|
|
218
218
|
param: {
|
|
219
219
|
orgId: string;
|
|
@@ -227,14 +227,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
227
227
|
} | {
|
|
228
228
|
output: {
|
|
229
229
|
error: {
|
|
230
|
-
code: "
|
|
230
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
231
231
|
details?: readonly Response.error.Detail[] | undefined;
|
|
232
232
|
message: string;
|
|
233
233
|
};
|
|
234
234
|
requestId: string;
|
|
235
235
|
};
|
|
236
236
|
outputFormat: "json";
|
|
237
|
-
status:
|
|
237
|
+
status: 401;
|
|
238
238
|
input: {
|
|
239
239
|
param: {
|
|
240
240
|
orgId: string;
|
|
@@ -248,14 +248,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
248
248
|
} | {
|
|
249
249
|
output: {
|
|
250
250
|
error: {
|
|
251
|
-
code: "
|
|
251
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
252
252
|
details?: readonly Response.error.Detail[] | undefined;
|
|
253
253
|
message: string;
|
|
254
254
|
};
|
|
255
255
|
requestId: string;
|
|
256
256
|
};
|
|
257
257
|
outputFormat: "json";
|
|
258
|
-
status:
|
|
258
|
+
status: 403;
|
|
259
259
|
input: {
|
|
260
260
|
param: {
|
|
261
261
|
orgId: string;
|
|
@@ -269,14 +269,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
269
269
|
} | {
|
|
270
270
|
output: {
|
|
271
271
|
error: {
|
|
272
|
-
code: "
|
|
272
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
273
273
|
details?: readonly Response.error.Detail[] | undefined;
|
|
274
274
|
message: string;
|
|
275
275
|
};
|
|
276
276
|
requestId: string;
|
|
277
277
|
};
|
|
278
278
|
outputFormat: "json";
|
|
279
|
-
status:
|
|
279
|
+
status: 429;
|
|
280
280
|
input: {
|
|
281
281
|
param: {
|
|
282
282
|
orgId: string;
|
|
@@ -290,14 +290,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
290
290
|
} | {
|
|
291
291
|
output: {
|
|
292
292
|
error: {
|
|
293
|
-
code: "
|
|
293
|
+
code: "upstream_error";
|
|
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: 502;
|
|
301
301
|
input: {
|
|
302
302
|
param: {
|
|
303
303
|
orgId: string;
|
|
@@ -461,14 +461,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
461
461
|
$delete: {
|
|
462
462
|
output: {
|
|
463
463
|
error: {
|
|
464
|
-
code: "
|
|
464
|
+
code: "api_key_malformed";
|
|
465
465
|
details?: readonly Response.error.Detail[] | undefined;
|
|
466
466
|
message: string;
|
|
467
467
|
};
|
|
468
468
|
requestId: string;
|
|
469
469
|
};
|
|
470
470
|
outputFormat: "json";
|
|
471
|
-
status:
|
|
471
|
+
status: 400;
|
|
472
472
|
input: {
|
|
473
473
|
param: {
|
|
474
474
|
orgId: string;
|
|
@@ -478,14 +478,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
478
478
|
} | {
|
|
479
479
|
output: {
|
|
480
480
|
error: {
|
|
481
|
-
code: "
|
|
481
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
482
482
|
details?: readonly Response.error.Detail[] | undefined;
|
|
483
483
|
message: string;
|
|
484
484
|
};
|
|
485
485
|
requestId: string;
|
|
486
486
|
};
|
|
487
487
|
outputFormat: "json";
|
|
488
|
-
status:
|
|
488
|
+
status: 401;
|
|
489
489
|
input: {
|
|
490
490
|
param: {
|
|
491
491
|
orgId: string;
|
|
@@ -495,14 +495,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
495
495
|
} | {
|
|
496
496
|
output: {
|
|
497
497
|
error: {
|
|
498
|
-
code: "
|
|
498
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
499
499
|
details?: readonly Response.error.Detail[] | undefined;
|
|
500
500
|
message: string;
|
|
501
501
|
};
|
|
502
502
|
requestId: string;
|
|
503
503
|
};
|
|
504
504
|
outputFormat: "json";
|
|
505
|
-
status:
|
|
505
|
+
status: 403;
|
|
506
506
|
input: {
|
|
507
507
|
param: {
|
|
508
508
|
orgId: string;
|
|
@@ -512,14 +512,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
512
512
|
} | {
|
|
513
513
|
output: {
|
|
514
514
|
error: {
|
|
515
|
-
code: "
|
|
515
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
516
516
|
details?: readonly Response.error.Detail[] | undefined;
|
|
517
517
|
message: string;
|
|
518
518
|
};
|
|
519
519
|
requestId: string;
|
|
520
520
|
};
|
|
521
521
|
outputFormat: "json";
|
|
522
|
-
status:
|
|
522
|
+
status: 429;
|
|
523
523
|
input: {
|
|
524
524
|
param: {
|
|
525
525
|
orgId: string;
|
|
@@ -529,14 +529,14 @@ export declare function members(): import("hono/hono-base").HonoBase<App.Environ
|
|
|
529
529
|
} | {
|
|
530
530
|
output: {
|
|
531
531
|
error: {
|
|
532
|
-
code: "
|
|
532
|
+
code: "upstream_error";
|
|
533
533
|
details?: readonly Response.error.Detail[] | undefined;
|
|
534
534
|
message: string;
|
|
535
535
|
};
|
|
536
536
|
requestId: string;
|
|
537
537
|
};
|
|
538
538
|
outputFormat: "json";
|
|
539
|
-
status:
|
|
539
|
+
status: 502;
|
|
540
540
|
input: {
|
|
541
541
|
param: {
|
|
542
542
|
orgId: string;
|