tapimo 0.12.0 → 0.14.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 +11333 -9563
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +39 -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/Webhooks.js +2 -2
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +1064 -924
- 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 +63 -15
- package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.js +2 -1
- package/dist/admin/apps/earn-vaults.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +92 -3
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/organizations.js +69 -7
- package/dist/admin/apps/organizations.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +7 -7
- 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 +28 -28
- package/dist/apps/Zones.js +7 -7
- package/dist/apps/data/App.d.ts +2909 -2523
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +26 -21
- 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/addresses.d.ts +22 -22
- 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 +201 -25
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +434 -75
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +160 -145
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +180 -114
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +2 -2
- package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
- package/dist/apps/data/routes/fee-amm.js +18 -19
- package/dist/apps/data/routes/fee-amm.js.map +1 -1
- 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 +5 -5
- 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 +13 -13
- 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 +31 -31
- 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 +8 -8
- package/dist/apps/data/routes/webhooks.d.ts +816 -113
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +47 -5
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- 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 +466 -44
- package/dist/apps/funding/App.d.ts.map +1 -1
- package/dist/apps/funding/App.js +1 -1
- package/dist/apps/funding/App.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +17 -17
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +17 -12
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/transfers.d.ts +650 -57
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
- package/dist/apps/funding/routes/transfers.js +238 -24
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +5120 -4152
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/Billing.d.ts +1 -1
- package/dist/apps/management/Billing.d.ts.map +1 -1
- package/dist/apps/management/Billing.js +17 -1
- package/dist/apps/management/Billing.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +632 -81
- 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/billing.d.ts +76 -76
- package/dist/apps/management/routes/faucet.d.ts +6 -6
- package/dist/apps/management/routes/invitations.d.ts +24 -24
- package/dist/apps/management/routes/invite-links.d.ts +4 -4
- package/dist/apps/management/routes/members.d.ts +16 -16
- package/dist/apps/management/routes/orgs.d.ts +20 -20
- package/dist/apps/management/routes/projects.d.ts +4 -4
- package/dist/apps/management/routes/usage.d.ts +8 -8
- package/dist/apps/management/routes/verified-token-requests.d.ts +17 -17
- package/dist/apps/management/routes/webhooks.d.ts +675 -25
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/management/routes/webhooks.js +21 -21
- package/dist/apps/management/routes/webhooks.js.map +1 -1
- package/dist/apps/relay/App.d.ts.map +1 -1
- package/dist/apps/relay/App.js +115 -23
- package/dist/apps/relay/App.js.map +1 -1
- package/dist/apps/relay/Sponsorships.d.ts.map +1 -1
- package/dist/apps/relay/Sponsorships.js +27 -1
- package/dist/apps/relay/Sponsorships.js.map +1 -1
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +34 -1
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +11 -5
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +21 -3
- 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/db/tables/fundingTransferTransactions.d.ts +38 -0
- package/dist/db/tables/fundingTransferTransactions.d.ts.map +1 -1
- package/dist/db/tables/fundingTransferTransactions.js +44 -3
- package/dist/db/tables/fundingTransferTransactions.js.map +1 -1
- package/dist/db/tables/fundingTransfers.d.ts +17 -0
- package/dist/db/tables/fundingTransfers.d.ts.map +1 -1
- package/dist/db/tables/fundingTransfers.js +21 -0
- package/dist/db/tables/fundingTransfers.js.map +1 -1
- package/dist/db/tables/organizations.d.ts +24 -0
- package/dist/db/tables/organizations.d.ts.map +1 -1
- package/dist/db/tables/organizations.js +27 -0
- package/dist/db/tables/organizations.js.map +1 -1
- package/dist/db/tables/projects.d.ts +25 -1
- package/dist/db/tables/projects.d.ts.map +1 -1
- package/dist/db/tables/projects.js +26 -0
- package/dist/db/tables/projects.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts +44 -0
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +146 -13
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +10 -6
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +9 -6
- package/dist/db/tables/webhookSubscriptions.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 +5 -5
- package/dist/internal/EarnVaults.js.map +1 -1
- 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 +4 -2
- 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/Viem.d.ts +16 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +12 -2
- package/dist/internal/Viem.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/DepositWebhook.d.ts.map +1 -1
- package/dist/internal/funding/DepositWebhook.js +2 -1
- package/dist/internal/funding/DepositWebhook.js.map +1 -1
- package/dist/internal/funding/Evidence.d.ts.map +1 -1
- package/dist/internal/funding/Evidence.js +2 -10
- package/dist/internal/funding/Evidence.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +108 -13
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +34 -8
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/SourceObservation.d.ts.map +1 -1
- package/dist/internal/funding/SourceObservation.js +5 -7
- package/dist/internal/funding/SourceObservation.js.map +1 -1
- package/dist/internal/funding/Transfer.d.ts +114 -18
- package/dist/internal/funding/Transfer.d.ts.map +1 -1
- package/dist/internal/funding/Transfer.js +185 -55
- package/dist/internal/funding/Transfer.js.map +1 -1
- package/dist/internal/funding/TransferReconciliation.d.ts +52 -0
- package/dist/internal/funding/TransferReconciliation.d.ts.map +1 -0
- package/dist/internal/funding/TransferReconciliation.js +192 -0
- package/dist/internal/funding/TransferReconciliation.js.map +1 -0
- package/dist/internal/funding/TransferWebhook.d.ts +21 -0
- package/dist/internal/funding/TransferWebhook.d.ts.map +1 -0
- package/dist/internal/funding/TransferWebhook.js +43 -0
- package/dist/internal/funding/TransferWebhook.js.map +1 -0
- 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.map +1 -1
- package/dist/internal/funding/providers/relay.js +3 -12
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/dist/internal/funding/providers/stargate.d.ts +127 -9
- package/dist/internal/funding/providers/stargate.d.ts.map +1 -1
- package/dist/internal/funding/providers/stargate.js +548 -112
- 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/dist/internal/webhookDestinations/slack.d.ts.map +1 -1
- package/dist/internal/webhookDestinations/slack.js +16 -0
- package/dist/internal/webhookDestinations/slack.js.map +1 -1
- package/package.json +2 -2
- package/src/App.test.ts +100 -0
- package/src/App.ts +43 -3
- package/src/Client.test-d.ts +129 -2
- package/src/Scope.test.ts +20 -0
- package/src/Scope.ts +16 -0
- package/src/Webhooks.ts +2 -2
- 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 +2 -1
- package/src/admin/apps/organizations.test.ts +53 -1
- package/src/admin/apps/organizations.ts +90 -5
- package/src/admin/ui/src/lib/api-keys.ts +19 -0
- package/src/admin/ui/src/lib/organizations.test.ts +112 -1
- package/src/admin/ui/src/lib/organizations.ts +55 -0
- package/src/admin/ui/src/routes/api-keys.tsx +89 -2
- package/src/admin/ui/src/routes/organizations_.$orgId.tsx +116 -0
- package/src/admin/ui.generated.ts +189 -151
- package/src/apps/Zones.test.ts +7 -7
- package/src/apps/Zones.ts +7 -7
- package/src/apps/composition.test.ts +2 -1
- package/src/apps/data/App.test.ts +41 -0
- package/src/apps/data/App.ts +30 -21
- 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 +373 -16
- package/src/apps/data/routes/earn.ts +548 -79
- package/src/apps/data/routes/earn.zone-access.test.ts +6 -6
- package/src/apps/data/routes/exchanges.test.ts +740 -15
- package/src/apps/data/routes/exchanges.ts +954 -753
- package/src/apps/data/routes/fee-amm.ts +17 -18
- 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/webhooks.test.ts +21 -5
- package/src/apps/data/routes/webhooks.ts +63 -8
- package/src/apps/data/routes/zones.test.ts +2 -2
- package/src/apps/data/routes/zones.ts +1 -1
- package/src/apps/funding/App.ts +12 -2
- package/src/apps/funding/routes/deposit-addresses.test.ts +29 -7
- package/src/apps/funding/routes/deposit-addresses.ts +19 -14
- package/src/apps/funding/routes/quotes.test.ts +5 -9
- package/src/apps/funding/routes/transfers.test.ts +901 -23
- package/src/apps/funding/routes/transfers.ts +347 -64
- package/src/apps/management/Billing.ts +18 -5
- package/src/apps/management/routes/api-keys.test.ts +220 -0
- package/src/apps/management/routes/api-keys.ts +280 -3
- package/src/apps/management/routes/webhooks.test.ts +3 -3
- package/src/apps/management/routes/webhooks.ts +24 -25
- package/src/apps/relay/App.test.ts +212 -1
- package/src/apps/relay/App.ts +158 -29
- package/src/apps/relay/Sponsorships.ts +24 -1
- package/src/db/Db.ts +48 -1
- package/src/db/Schema.ts +22 -4
- 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/db/tables/fundingTransferTransactions.test.ts +43 -0
- package/src/db/tables/fundingTransferTransactions.ts +79 -3
- package/src/db/tables/fundingTransfers.test.ts +26 -0
- package/src/db/tables/fundingTransfers.ts +36 -0
- package/src/db/tables/organizations.test.ts +41 -0
- package/src/db/tables/organizations.ts +49 -0
- package/src/db/tables/projects.test.ts +55 -0
- package/src/db/tables/projects.ts +46 -1
- package/src/db/tables/sponsoredTransactions.test.ts +338 -0
- package/src/db/tables/sponsoredTransactions.ts +197 -13
- package/src/db/tables/webhookSubscriptions.ts +18 -11
- 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 +5 -5
- package/src/internal/Fetch.test.ts +46 -0
- package/src/internal/Fetch.ts +56 -0
- package/src/internal/Log.test-d.ts +2 -0
- package/src/internal/Log.test.ts +21 -0
- package/src/internal/Log.ts +22 -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/Viem.ts +39 -3
- package/src/internal/WebhookDestination.ts +3 -0
- package/src/internal/Webhooks.test.ts +45 -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/DepositWebhook.ts +2 -1
- package/src/internal/funding/Evidence.ts +2 -13
- package/src/internal/funding/Provider.test.ts +73 -0
- package/src/internal/funding/Provider.ts +125 -28
- package/src/internal/funding/SourceObservation.ts +5 -9
- package/src/internal/funding/Transfer.test.ts +155 -0
- package/src/internal/funding/Transfer.ts +387 -147
- package/src/internal/funding/TransferReconciliation.test.ts +147 -0
- package/src/internal/funding/TransferReconciliation.ts +264 -0
- package/src/internal/funding/TransferWebhook.test.ts +128 -0
- package/src/internal/funding/TransferWebhook.ts +67 -0
- package/src/internal/funding/index.test.ts +1 -0
- package/src/internal/funding/index.ts +1 -0
- 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/relay.ts +3 -15
- package/src/internal/funding/providers/stargate.test.ts +328 -0
- package/src/internal/funding/providers/stargate.ts +807 -135
- package/src/internal/index.test.ts +1 -0
- package/src/internal/index.ts +1 -0
- package/src/internal/webhookDestinations/slack.ts +15 -0
|
@@ -255,14 +255,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
255
255
|
} | {
|
|
256
256
|
output: {
|
|
257
257
|
error: {
|
|
258
|
-
code: "
|
|
258
|
+
code: "param_invalid";
|
|
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: 400;
|
|
266
266
|
input: {
|
|
267
267
|
param: {
|
|
268
268
|
orgId: string;
|
|
@@ -275,14 +275,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
275
275
|
} | {
|
|
276
276
|
output: {
|
|
277
277
|
error: {
|
|
278
|
-
code: "
|
|
278
|
+
code: "organization_not_found";
|
|
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: 404;
|
|
286
286
|
input: {
|
|
287
287
|
param: {
|
|
288
288
|
orgId: string;
|
|
@@ -522,14 +522,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
522
522
|
} | {
|
|
523
523
|
output: {
|
|
524
524
|
error: {
|
|
525
|
-
code: "
|
|
525
|
+
code: "body_invalid";
|
|
526
526
|
details?: readonly Response.error.Detail[] | undefined;
|
|
527
527
|
message: string;
|
|
528
528
|
};
|
|
529
529
|
requestId: string;
|
|
530
530
|
};
|
|
531
531
|
outputFormat: "json";
|
|
532
|
-
status:
|
|
532
|
+
status: 400;
|
|
533
533
|
input: {
|
|
534
534
|
param: {
|
|
535
535
|
orgId: string;
|
|
@@ -554,14 +554,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
554
554
|
} | {
|
|
555
555
|
output: {
|
|
556
556
|
error: {
|
|
557
|
-
code: "
|
|
557
|
+
code: "param_invalid";
|
|
558
558
|
details?: readonly Response.error.Detail[] | undefined;
|
|
559
559
|
message: string;
|
|
560
560
|
};
|
|
561
561
|
requestId: string;
|
|
562
562
|
};
|
|
563
563
|
outputFormat: "json";
|
|
564
|
-
status:
|
|
564
|
+
status: 400;
|
|
565
565
|
input: {
|
|
566
566
|
param: {
|
|
567
567
|
orgId: string;
|
|
@@ -586,14 +586,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
586
586
|
} | {
|
|
587
587
|
output: {
|
|
588
588
|
error: {
|
|
589
|
-
code: "
|
|
589
|
+
code: "organization_not_found";
|
|
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: 404;
|
|
597
597
|
input: {
|
|
598
598
|
param: {
|
|
599
599
|
orgId: string;
|
|
@@ -617,15 +617,26 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
617
617
|
};
|
|
618
618
|
} | {
|
|
619
619
|
output: {
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
620
|
+
enabledSources: ("stripe" | "tempo")[];
|
|
621
|
+
spend?: {
|
|
622
|
+
amount: string;
|
|
623
|
+
currency: "usd";
|
|
624
|
+
period: "month";
|
|
625
|
+
} | undefined;
|
|
626
|
+
spendLimit?: {
|
|
627
|
+
amount: string;
|
|
628
|
+
currency: "usd";
|
|
629
|
+
period: "month";
|
|
630
|
+
} | undefined;
|
|
631
|
+
status: "active" | "canceled" | "none" | "past_due";
|
|
632
|
+
txFeeLimit?: {
|
|
633
|
+
amount: string;
|
|
634
|
+
currency: "usd";
|
|
635
|
+
} | undefined;
|
|
636
|
+
updatedAt?: string | undefined;
|
|
626
637
|
};
|
|
627
638
|
outputFormat: "json";
|
|
628
|
-
status:
|
|
639
|
+
status: 200;
|
|
629
640
|
input: {
|
|
630
641
|
param: {
|
|
631
642
|
orgId: string;
|
|
@@ -649,26 +660,15 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
649
660
|
};
|
|
650
661
|
} | {
|
|
651
662
|
output: {
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
spendLimit?: {
|
|
659
|
-
amount: string;
|
|
660
|
-
currency: "usd";
|
|
661
|
-
period: "month";
|
|
662
|
-
} | undefined;
|
|
663
|
-
status: "active" | "canceled" | "none" | "past_due";
|
|
664
|
-
txFeeLimit?: {
|
|
665
|
-
amount: string;
|
|
666
|
-
currency: "usd";
|
|
667
|
-
} | undefined;
|
|
668
|
-
updatedAt?: string | undefined;
|
|
663
|
+
error: {
|
|
664
|
+
code: "forbidden";
|
|
665
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
666
|
+
message: string;
|
|
667
|
+
};
|
|
668
|
+
requestId: string;
|
|
669
669
|
};
|
|
670
670
|
outputFormat: "json";
|
|
671
|
-
status:
|
|
671
|
+
status: 403;
|
|
672
672
|
input: {
|
|
673
673
|
param: {
|
|
674
674
|
orgId: string;
|
|
@@ -817,14 +817,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
817
817
|
} | {
|
|
818
818
|
output: {
|
|
819
819
|
error: {
|
|
820
|
-
code: "
|
|
820
|
+
code: "param_invalid";
|
|
821
821
|
details?: readonly Response.error.Detail[] | undefined;
|
|
822
822
|
message: string;
|
|
823
823
|
};
|
|
824
824
|
requestId: string;
|
|
825
825
|
};
|
|
826
826
|
outputFormat: "json";
|
|
827
|
-
status:
|
|
827
|
+
status: 400;
|
|
828
828
|
input: {
|
|
829
829
|
param: {
|
|
830
830
|
orgId: string;
|
|
@@ -837,14 +837,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
837
837
|
} | {
|
|
838
838
|
output: {
|
|
839
839
|
error: {
|
|
840
|
-
code: "
|
|
840
|
+
code: "organization_not_found";
|
|
841
841
|
details?: readonly Response.error.Detail[] | undefined;
|
|
842
842
|
message: string;
|
|
843
843
|
};
|
|
844
844
|
requestId: string;
|
|
845
845
|
};
|
|
846
846
|
outputFormat: "json";
|
|
847
|
-
status:
|
|
847
|
+
status: 404;
|
|
848
848
|
input: {
|
|
849
849
|
param: {
|
|
850
850
|
orgId: string;
|
|
@@ -857,14 +857,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
857
857
|
} | {
|
|
858
858
|
output: {
|
|
859
859
|
error: {
|
|
860
|
-
code: "
|
|
860
|
+
code: "forbidden";
|
|
861
861
|
details?: readonly Response.error.Detail[] | undefined;
|
|
862
862
|
message: string;
|
|
863
863
|
};
|
|
864
864
|
requestId: string;
|
|
865
865
|
};
|
|
866
866
|
outputFormat: "json";
|
|
867
|
-
status:
|
|
867
|
+
status: 403;
|
|
868
868
|
input: {
|
|
869
869
|
param: {
|
|
870
870
|
orgId: string;
|
|
@@ -1056,14 +1056,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1056
1056
|
} | {
|
|
1057
1057
|
output: {
|
|
1058
1058
|
error: {
|
|
1059
|
-
code: "
|
|
1059
|
+
code: "param_invalid";
|
|
1060
1060
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1061
1061
|
message: string;
|
|
1062
1062
|
};
|
|
1063
1063
|
requestId: string;
|
|
1064
1064
|
};
|
|
1065
1065
|
outputFormat: "json";
|
|
1066
|
-
status:
|
|
1066
|
+
status: 400;
|
|
1067
1067
|
input: {
|
|
1068
1068
|
param: {
|
|
1069
1069
|
orgId: string;
|
|
@@ -1076,14 +1076,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1076
1076
|
} | {
|
|
1077
1077
|
output: {
|
|
1078
1078
|
error: {
|
|
1079
|
-
code: "
|
|
1079
|
+
code: "organization_not_found";
|
|
1080
1080
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1081
1081
|
message: string;
|
|
1082
1082
|
};
|
|
1083
1083
|
requestId: string;
|
|
1084
1084
|
};
|
|
1085
1085
|
outputFormat: "json";
|
|
1086
|
-
status:
|
|
1086
|
+
status: 404;
|
|
1087
1087
|
input: {
|
|
1088
1088
|
param: {
|
|
1089
1089
|
orgId: string;
|
|
@@ -1096,14 +1096,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1096
1096
|
} | {
|
|
1097
1097
|
output: {
|
|
1098
1098
|
error: {
|
|
1099
|
-
code: "
|
|
1099
|
+
code: "forbidden";
|
|
1100
1100
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1101
1101
|
message: string;
|
|
1102
1102
|
};
|
|
1103
1103
|
requestId: string;
|
|
1104
1104
|
};
|
|
1105
1105
|
outputFormat: "json";
|
|
1106
|
-
status:
|
|
1106
|
+
status: 403;
|
|
1107
1107
|
input: {
|
|
1108
1108
|
param: {
|
|
1109
1109
|
orgId: string;
|
|
@@ -1295,14 +1295,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1295
1295
|
} | {
|
|
1296
1296
|
output: {
|
|
1297
1297
|
error: {
|
|
1298
|
-
code: "
|
|
1298
|
+
code: "param_invalid";
|
|
1299
1299
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1300
1300
|
message: string;
|
|
1301
1301
|
};
|
|
1302
1302
|
requestId: string;
|
|
1303
1303
|
};
|
|
1304
1304
|
outputFormat: "json";
|
|
1305
|
-
status:
|
|
1305
|
+
status: 400;
|
|
1306
1306
|
input: {
|
|
1307
1307
|
param: {
|
|
1308
1308
|
orgId: string;
|
|
@@ -1315,14 +1315,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1315
1315
|
} | {
|
|
1316
1316
|
output: {
|
|
1317
1317
|
error: {
|
|
1318
|
-
code: "
|
|
1318
|
+
code: "organization_not_found";
|
|
1319
1319
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1320
1320
|
message: string;
|
|
1321
1321
|
};
|
|
1322
1322
|
requestId: string;
|
|
1323
1323
|
};
|
|
1324
1324
|
outputFormat: "json";
|
|
1325
|
-
status:
|
|
1325
|
+
status: 404;
|
|
1326
1326
|
input: {
|
|
1327
1327
|
param: {
|
|
1328
1328
|
orgId: string;
|
|
@@ -1512,35 +1512,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1512
1512
|
} | {
|
|
1513
1513
|
output: {
|
|
1514
1514
|
error: {
|
|
1515
|
-
code: "
|
|
1516
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
1517
|
-
message: string;
|
|
1518
|
-
};
|
|
1519
|
-
requestId: string;
|
|
1520
|
-
};
|
|
1521
|
-
outputFormat: "json";
|
|
1522
|
-
status: 404;
|
|
1523
|
-
input: {
|
|
1524
|
-
param: {
|
|
1525
|
-
methodId: string;
|
|
1526
|
-
orgId: string;
|
|
1527
|
-
};
|
|
1528
|
-
} & {
|
|
1529
|
-
query?: {
|
|
1530
|
-
environment?: string | string[];
|
|
1531
|
-
} | undefined;
|
|
1532
|
-
};
|
|
1533
|
-
} | {
|
|
1534
|
-
output: {
|
|
1535
|
-
error: {
|
|
1536
|
-
code: "forbidden";
|
|
1515
|
+
code: "param_invalid";
|
|
1537
1516
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1538
1517
|
message: string;
|
|
1539
1518
|
};
|
|
1540
1519
|
requestId: string;
|
|
1541
1520
|
};
|
|
1542
1521
|
outputFormat: "json";
|
|
1543
|
-
status:
|
|
1522
|
+
status: 400;
|
|
1544
1523
|
input: {
|
|
1545
1524
|
param: {
|
|
1546
1525
|
methodId: string;
|
|
@@ -1554,14 +1533,14 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1554
1533
|
} | {
|
|
1555
1534
|
output: {
|
|
1556
1535
|
error: {
|
|
1557
|
-
code: "
|
|
1536
|
+
code: "organization_not_found";
|
|
1558
1537
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1559
1538
|
message: string;
|
|
1560
1539
|
};
|
|
1561
1540
|
requestId: string;
|
|
1562
1541
|
};
|
|
1563
1542
|
outputFormat: "json";
|
|
1564
|
-
status:
|
|
1543
|
+
status: 404;
|
|
1565
1544
|
input: {
|
|
1566
1545
|
param: {
|
|
1567
1546
|
methodId: string;
|
|
@@ -1604,6 +1583,27 @@ export declare function billing(): import("hono/hono-base").HonoBase<Environment
|
|
|
1604
1583
|
environment?: string | string[];
|
|
1605
1584
|
} | undefined;
|
|
1606
1585
|
};
|
|
1586
|
+
} | {
|
|
1587
|
+
output: {
|
|
1588
|
+
error: {
|
|
1589
|
+
code: "forbidden";
|
|
1590
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
1591
|
+
message: string;
|
|
1592
|
+
};
|
|
1593
|
+
requestId: string;
|
|
1594
|
+
};
|
|
1595
|
+
outputFormat: "json";
|
|
1596
|
+
status: 403;
|
|
1597
|
+
input: {
|
|
1598
|
+
param: {
|
|
1599
|
+
methodId: string;
|
|
1600
|
+
orgId: string;
|
|
1601
|
+
};
|
|
1602
|
+
} & {
|
|
1603
|
+
query?: {
|
|
1604
|
+
environment?: string | string[];
|
|
1605
|
+
} | undefined;
|
|
1606
|
+
};
|
|
1607
1607
|
} | {
|
|
1608
1608
|
output: {
|
|
1609
1609
|
error: {
|
|
@@ -118,14 +118,14 @@ export declare function faucet(): import("hono/hono-base").HonoBase<Environment,
|
|
|
118
118
|
} | {
|
|
119
119
|
output: {
|
|
120
120
|
error: {
|
|
121
|
-
code: "
|
|
121
|
+
code: "param_invalid";
|
|
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: 400;
|
|
129
129
|
input: {
|
|
130
130
|
param: {
|
|
131
131
|
orgId: string;
|
|
@@ -138,14 +138,14 @@ export declare function faucet(): import("hono/hono-base").HonoBase<Environment,
|
|
|
138
138
|
} | {
|
|
139
139
|
output: {
|
|
140
140
|
error: {
|
|
141
|
-
code: "
|
|
141
|
+
code: "forbidden";
|
|
142
142
|
details?: readonly Response.error.Detail[] | undefined;
|
|
143
143
|
message: string;
|
|
144
144
|
};
|
|
145
145
|
requestId: string;
|
|
146
146
|
};
|
|
147
147
|
outputFormat: "json";
|
|
148
|
-
status:
|
|
148
|
+
status: 403;
|
|
149
149
|
input: {
|
|
150
150
|
param: {
|
|
151
151
|
orgId: string;
|
|
@@ -158,14 +158,14 @@ export declare function faucet(): import("hono/hono-base").HonoBase<Environment,
|
|
|
158
158
|
} | {
|
|
159
159
|
output: {
|
|
160
160
|
error: {
|
|
161
|
-
code: "
|
|
161
|
+
code: "organization_not_found";
|
|
162
162
|
details?: readonly Response.error.Detail[] | undefined;
|
|
163
163
|
message: string;
|
|
164
164
|
};
|
|
165
165
|
requestId: string;
|
|
166
166
|
};
|
|
167
167
|
outputFormat: "json";
|
|
168
|
-
status:
|
|
168
|
+
status: 404;
|
|
169
169
|
input: {
|
|
170
170
|
param: {
|
|
171
171
|
orgId: string;
|
|
@@ -236,14 +236,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
236
236
|
} | {
|
|
237
237
|
output: {
|
|
238
238
|
error: {
|
|
239
|
-
code: "
|
|
239
|
+
code: "organization_not_found";
|
|
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: 404;
|
|
247
247
|
input: {
|
|
248
248
|
param: {
|
|
249
249
|
orgId: string;
|
|
@@ -257,14 +257,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
257
257
|
} | {
|
|
258
258
|
output: {
|
|
259
259
|
error: {
|
|
260
|
-
code: "
|
|
260
|
+
code: "forbidden";
|
|
261
261
|
details?: readonly Response.error.Detail[] | undefined;
|
|
262
262
|
message: string;
|
|
263
263
|
};
|
|
264
264
|
requestId: string;
|
|
265
265
|
};
|
|
266
266
|
outputFormat: "json";
|
|
267
|
-
status:
|
|
267
|
+
status: 403;
|
|
268
268
|
input: {
|
|
269
269
|
param: {
|
|
270
270
|
orgId: string;
|
|
@@ -278,14 +278,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
278
278
|
} | {
|
|
279
279
|
output: {
|
|
280
280
|
error: {
|
|
281
|
-
code: "
|
|
281
|
+
code: "param_invalid";
|
|
282
282
|
details?: readonly Response.error.Detail[] | undefined;
|
|
283
283
|
message: string;
|
|
284
284
|
};
|
|
285
285
|
requestId: string;
|
|
286
286
|
};
|
|
287
287
|
outputFormat: "json";
|
|
288
|
-
status:
|
|
288
|
+
status: 400;
|
|
289
289
|
input: {
|
|
290
290
|
param: {
|
|
291
291
|
orgId: string;
|
|
@@ -299,14 +299,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
299
299
|
} | {
|
|
300
300
|
output: {
|
|
301
301
|
error: {
|
|
302
|
-
code: "
|
|
302
|
+
code: "body_invalid";
|
|
303
303
|
details?: readonly Response.error.Detail[] | undefined;
|
|
304
304
|
message: string;
|
|
305
305
|
};
|
|
306
306
|
requestId: string;
|
|
307
307
|
};
|
|
308
308
|
outputFormat: "json";
|
|
309
|
-
status:
|
|
309
|
+
status: 400;
|
|
310
310
|
input: {
|
|
311
311
|
param: {
|
|
312
312
|
orgId: string;
|
|
@@ -426,14 +426,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
426
426
|
} | {
|
|
427
427
|
output: {
|
|
428
428
|
error: {
|
|
429
|
-
code: "
|
|
429
|
+
code: "organization_not_found";
|
|
430
430
|
details?: readonly Response.error.Detail[] | undefined;
|
|
431
431
|
message: string;
|
|
432
432
|
};
|
|
433
433
|
requestId: string;
|
|
434
434
|
};
|
|
435
435
|
outputFormat: "json";
|
|
436
|
-
status:
|
|
436
|
+
status: 404;
|
|
437
437
|
input: {
|
|
438
438
|
param: {
|
|
439
439
|
orgId: string;
|
|
@@ -458,14 +458,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
458
458
|
} | {
|
|
459
459
|
output: {
|
|
460
460
|
error: {
|
|
461
|
-
code: "
|
|
461
|
+
code: "param_invalid";
|
|
462
462
|
details?: readonly Response.error.Detail[] | undefined;
|
|
463
463
|
message: string;
|
|
464
464
|
};
|
|
465
465
|
requestId: string;
|
|
466
466
|
};
|
|
467
467
|
outputFormat: "json";
|
|
468
|
-
status:
|
|
468
|
+
status: 400;
|
|
469
469
|
input: {
|
|
470
470
|
param: {
|
|
471
471
|
orgId: string;
|
|
@@ -582,14 +582,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
582
582
|
} | {
|
|
583
583
|
output: {
|
|
584
584
|
error: {
|
|
585
|
-
code: "
|
|
585
|
+
code: "organization_not_found";
|
|
586
586
|
details?: readonly Response.error.Detail[] | undefined;
|
|
587
587
|
message: string;
|
|
588
588
|
};
|
|
589
589
|
requestId: string;
|
|
590
590
|
};
|
|
591
591
|
outputFormat: "json";
|
|
592
|
-
status:
|
|
592
|
+
status: 404;
|
|
593
593
|
input: {
|
|
594
594
|
param: {
|
|
595
595
|
invitationId: string;
|
|
@@ -616,14 +616,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
616
616
|
} | {
|
|
617
617
|
output: {
|
|
618
618
|
error: {
|
|
619
|
-
code: "
|
|
619
|
+
code: "param_invalid";
|
|
620
620
|
details?: readonly Response.error.Detail[] | undefined;
|
|
621
621
|
message: string;
|
|
622
622
|
};
|
|
623
623
|
requestId: string;
|
|
624
624
|
};
|
|
625
625
|
outputFormat: "json";
|
|
626
|
-
status:
|
|
626
|
+
status: 400;
|
|
627
627
|
input: {
|
|
628
628
|
param: {
|
|
629
629
|
invitationId: string;
|
|
@@ -782,14 +782,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
782
782
|
} | {
|
|
783
783
|
output: {
|
|
784
784
|
error: {
|
|
785
|
-
code: "
|
|
785
|
+
code: "forbidden";
|
|
786
786
|
details?: readonly Response.error.Detail[] | undefined;
|
|
787
787
|
message: string;
|
|
788
788
|
};
|
|
789
789
|
requestId: string;
|
|
790
790
|
};
|
|
791
791
|
outputFormat: "json";
|
|
792
|
-
status:
|
|
792
|
+
status: 403;
|
|
793
793
|
input: {
|
|
794
794
|
param: {
|
|
795
795
|
invitationId: string;
|
|
@@ -798,14 +798,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
798
798
|
} | {
|
|
799
799
|
output: {
|
|
800
800
|
error: {
|
|
801
|
-
code: "
|
|
801
|
+
code: "param_invalid";
|
|
802
802
|
details?: readonly Response.error.Detail[] | undefined;
|
|
803
803
|
message: string;
|
|
804
804
|
};
|
|
805
805
|
requestId: string;
|
|
806
806
|
};
|
|
807
807
|
outputFormat: "json";
|
|
808
|
-
status:
|
|
808
|
+
status: 400;
|
|
809
809
|
input: {
|
|
810
810
|
param: {
|
|
811
811
|
invitationId: string;
|
|
@@ -895,14 +895,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
895
895
|
} | {
|
|
896
896
|
output: {
|
|
897
897
|
error: {
|
|
898
|
-
code: "
|
|
898
|
+
code: "forbidden";
|
|
899
899
|
details?: readonly Response.error.Detail[] | undefined;
|
|
900
900
|
message: string;
|
|
901
901
|
};
|
|
902
902
|
requestId: string;
|
|
903
903
|
};
|
|
904
904
|
outputFormat: "json";
|
|
905
|
-
status:
|
|
905
|
+
status: 403;
|
|
906
906
|
input: {
|
|
907
907
|
param: {
|
|
908
908
|
invitationId: string;
|
|
@@ -911,14 +911,14 @@ export declare function invitations(): import("hono/hono-base").HonoBase<Environ
|
|
|
911
911
|
} | {
|
|
912
912
|
output: {
|
|
913
913
|
error: {
|
|
914
|
-
code: "
|
|
914
|
+
code: "param_invalid";
|
|
915
915
|
details?: readonly Response.error.Detail[] | undefined;
|
|
916
916
|
message: string;
|
|
917
917
|
};
|
|
918
918
|
requestId: string;
|
|
919
919
|
};
|
|
920
920
|
outputFormat: "json";
|
|
921
|
-
status:
|
|
921
|
+
status: 400;
|
|
922
922
|
input: {
|
|
923
923
|
param: {
|
|
924
924
|
invitationId: string;
|
|
@@ -194,7 +194,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
194
194
|
} | {
|
|
195
195
|
output: {
|
|
196
196
|
error: {
|
|
197
|
-
code: "
|
|
197
|
+
code: "body_invalid";
|
|
198
198
|
details?: readonly Response.error.Detail[] | undefined;
|
|
199
199
|
message: string;
|
|
200
200
|
};
|
|
@@ -218,7 +218,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
218
218
|
} | {
|
|
219
219
|
output: {
|
|
220
220
|
error: {
|
|
221
|
-
code: "
|
|
221
|
+
code: "param_invalid";
|
|
222
222
|
details?: readonly Response.error.Detail[] | undefined;
|
|
223
223
|
message: string;
|
|
224
224
|
};
|
|
@@ -517,7 +517,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
517
517
|
} | {
|
|
518
518
|
output: {
|
|
519
519
|
error: {
|
|
520
|
-
code: "
|
|
520
|
+
code: "body_invalid";
|
|
521
521
|
details?: readonly Response.error.Detail[] | undefined;
|
|
522
522
|
message: string;
|
|
523
523
|
};
|
|
@@ -538,7 +538,7 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
|
|
|
538
538
|
} | {
|
|
539
539
|
output: {
|
|
540
540
|
error: {
|
|
541
|
-
code: "
|
|
541
|
+
code: "param_invalid";
|
|
542
542
|
details?: readonly Response.error.Detail[] | undefined;
|
|
543
543
|
message: string;
|
|
544
544
|
};
|