tapimo 0.10.2 → 0.12.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 +4896 -2166
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +2 -2
- package/dist/App.js.map +1 -1
- package/dist/Assets.d.ts +15 -0
- package/dist/Assets.d.ts.map +1 -1
- package/dist/Assets.js +7 -0
- package/dist/Assets.js.map +1 -1
- package/dist/Webhooks.d.ts +0 -75
- package/dist/Webhooks.d.ts.map +1 -1
- package/dist/Webhooks.js +1 -143
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +127 -78
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.d.ts +115 -1
- package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.js +59 -6
- package/dist/admin/apps/earn-vaults.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +3 -3
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/organizations.js +4 -2
- package/dist/admin/apps/organizations.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +83 -83
- 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/data/App.d.ts +5924 -4310
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +61 -9
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/ZoneSelection.d.ts +62 -0
- package/dist/apps/data/ZoneSelection.d.ts.map +1 -0
- package/dist/apps/data/ZoneSelection.js +44 -0
- package/dist/apps/data/ZoneSelection.js.map +1 -0
- package/dist/apps/data/routes/activities.d.ts +2368 -5
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +423 -114
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +131 -0
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +25 -25
- package/dist/apps/data/routes/balances.js +1 -1
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +1 -1
- package/dist/apps/data/routes/blocks.js +1 -1
- package/dist/apps/data/routes/blocks.js.map +1 -1
- package/dist/apps/data/routes/earn.d.ts +135 -10
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +157 -25
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +829 -123
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +16 -13
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts +26 -26
- package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
- package/dist/apps/data/routes/fee-amm.js +9 -11
- package/dist/apps/data/routes/fee-amm.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts +54 -54
- package/dist/apps/data/routes/receipts.js +1 -1
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.js +24 -10
- 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/tokenlist.d.ts.map +1 -1
- package/dist/apps/data/routes/tokenlist.js +16 -15
- package/dist/apps/data/routes/tokenlist.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +17 -3
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +34 -15
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +1 -1
- package/dist/apps/data/routes/transactions.js +1 -1
- 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 +7 -9
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +21 -21
- package/dist/apps/data/routes/verified-tokens.d.ts +5 -5
- package/dist/apps/data/routes/webhooks.d.ts +1011 -151
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +126 -739
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +15 -15
- package/dist/apps/funding/App.d.ts +27 -27
- package/dist/apps/funding/routes/chains.d.ts.map +1 -1
- package/dist/apps/funding/routes/chains.js +5 -4
- package/dist/apps/funding/routes/chains.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +18 -18
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +8 -8
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/providers.d.ts.map +1 -1
- package/dist/apps/funding/routes/providers.js +3 -2
- package/dist/apps/funding/routes/providers.js.map +1 -1
- package/dist/apps/funding/routes/quotes.d.ts.map +1 -1
- package/dist/apps/funding/routes/quotes.js +2 -2
- package/dist/apps/funding/routes/quotes.js.map +1 -1
- package/dist/apps/funding/routes/transfers.d.ts +33 -33
- package/dist/apps/management/App.d.ts +1433 -322
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/Billing.d.ts.map +1 -1
- package/dist/apps/management/Billing.js +19 -6
- package/dist/apps/management/Billing.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +154 -94
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +76 -30
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +103 -30
- package/dist/apps/management/routes/billing.d.ts.map +1 -1
- package/dist/apps/management/routes/billing.js +91 -32
- package/dist/apps/management/routes/billing.js.map +1 -1
- package/dist/apps/management/routes/faucet.d.ts +12 -12
- package/dist/apps/management/routes/faucet.d.ts.map +1 -1
- package/dist/apps/management/routes/faucet.js +23 -12
- package/dist/apps/management/routes/faucet.js.map +1 -1
- package/dist/apps/management/routes/invitations.d.ts +46 -13
- package/dist/apps/management/routes/invitations.d.ts.map +1 -1
- package/dist/apps/management/routes/invitations.js +79 -29
- package/dist/apps/management/routes/invitations.js.map +1 -1
- package/dist/apps/management/routes/invite-links.d.ts +128 -83
- package/dist/apps/management/routes/invite-links.d.ts.map +1 -1
- package/dist/apps/management/routes/invite-links.js +100 -41
- package/dist/apps/management/routes/invite-links.js.map +1 -1
- package/dist/apps/management/routes/me.d.ts +5 -5
- package/dist/apps/management/routes/me.d.ts.map +1 -1
- package/dist/apps/management/routes/me.js +14 -10
- package/dist/apps/management/routes/me.js.map +1 -1
- package/dist/apps/management/routes/members.d.ts +68 -47
- package/dist/apps/management/routes/members.d.ts.map +1 -1
- package/dist/apps/management/routes/members.js +37 -18
- package/dist/apps/management/routes/members.js.map +1 -1
- package/dist/apps/management/routes/orgs.d.ts +48 -8
- package/dist/apps/management/routes/orgs.d.ts.map +1 -1
- package/dist/apps/management/routes/orgs.js +48 -19
- package/dist/apps/management/routes/orgs.js.map +1 -1
- package/dist/apps/management/routes/projects.d.ts +130 -68
- package/dist/apps/management/routes/projects.d.ts.map +1 -1
- package/dist/apps/management/routes/projects.js +72 -21
- package/dist/apps/management/routes/projects.js.map +1 -1
- package/dist/apps/management/routes/scopes.d.ts.map +1 -1
- package/dist/apps/management/routes/scopes.js +8 -5
- package/dist/apps/management/routes/scopes.js.map +1 -1
- package/dist/apps/management/routes/usage.d.ts +38 -38
- package/dist/apps/management/routes/usage.d.ts.map +1 -1
- package/dist/apps/management/routes/usage.js +41 -31
- package/dist/apps/management/routes/usage.js.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.d.ts +34 -6
- package/dist/apps/management/routes/verified-token-requests.d.ts.map +1 -1
- package/dist/apps/management/routes/verified-token-requests.js +36 -17
- package/dist/apps/management/routes/verified-token-requests.js.map +1 -1
- package/dist/apps/management/routes/webhooks.d.ts +1186 -197
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/management/routes/webhooks.js +106 -38
- package/dist/apps/management/routes/webhooks.js.map +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
- package/dist/apps/mpp/internal/Adapter.js +12 -0
- package/dist/apps/mpp/internal/Adapter.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 +61 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +30 -2
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +28 -3
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/earnVaults.d.ts +5 -1
- package/dist/db/tables/earnVaults.d.ts.map +1 -1
- package/dist/db/tables/earnVaults.js +5 -0
- package/dist/db/tables/earnVaults.js.map +1 -1
- package/dist/db/tables/webhookDeliveries.d.ts.map +1 -1
- package/dist/db/tables/webhookDeliveries.js +10 -0
- package/dist/db/tables/webhookDeliveries.js.map +1 -1
- package/dist/db/tables/webhookQueueCompletions.d.ts +15 -0
- package/dist/db/tables/webhookQueueCompletions.d.ts.map +1 -0
- package/dist/db/tables/webhookQueueCompletions.js +32 -0
- package/dist/db/tables/webhookQueueCompletions.js.map +1 -0
- package/dist/db/tables/webhookQueueEvents.d.ts +16 -20
- package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -1
- package/dist/db/tables/webhookQueueEvents.js +68 -43
- package/dist/db/tables/webhookQueueEvents.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +47 -72
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +92 -105
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/Auth.d.ts +8 -1
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +13 -3
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cache.d.ts.map +1 -1
- package/dist/internal/Cache.js +11 -7
- package/dist/internal/Cache.js.map +1 -1
- package/dist/internal/EarnVaults.d.ts +41 -2
- package/dist/internal/EarnVaults.d.ts.map +1 -1
- package/dist/internal/EarnVaults.js +167 -0
- package/dist/internal/EarnVaults.js.map +1 -1
- package/dist/internal/MetricSink.d.ts +35 -125
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +50 -121
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/OpenApi.d.ts +26 -22
- package/dist/internal/OpenApi.d.ts.map +1 -1
- package/dist/internal/OpenApi.js +128 -39
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Response.d.ts +13 -8
- package/dist/internal/Response.d.ts.map +1 -1
- package/dist/internal/Response.js +16 -5
- package/dist/internal/Response.js.map +1 -1
- package/dist/internal/Schema.d.ts +8 -8
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +10 -9
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Store.d.ts +15 -6
- package/dist/internal/Store.d.ts.map +1 -1
- package/dist/internal/Store.js +45 -15
- package/dist/internal/Store.js.map +1 -1
- package/dist/internal/Tidx.d.ts +2 -0
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +16 -4
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/WebhookTransfer.d.ts +1 -55
- package/dist/internal/WebhookTransfer.d.ts.map +1 -1
- package/dist/internal/WebhookTransfer.js +1 -239
- package/dist/internal/WebhookTransfer.js.map +1 -1
- package/dist/internal/Webhooks.d.ts +112 -56
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +124 -93
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/funding/Deposit.d.ts +2 -2
- package/dist/internal/funding/Deposit.d.ts.map +1 -1
- package/dist/internal/funding/Deposit.js +9 -8
- package/dist/internal/funding/Deposit.js.map +1 -1
- package/dist/internal/funding/DepositAddress.d.ts +4 -4
- package/dist/internal/funding/DepositAddress.d.ts.map +1 -1
- package/dist/internal/funding/DepositAddress.js +9 -8
- package/dist/internal/funding/DepositAddress.js.map +1 -1
- package/dist/internal/funding/DepositWebhook.d.ts +25 -0
- package/dist/internal/funding/DepositWebhook.d.ts.map +1 -0
- package/dist/internal/funding/DepositWebhook.js +74 -0
- package/dist/internal/funding/DepositWebhook.js.map +1 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +13 -12
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Reconciliation.d.ts +6 -0
- package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
- package/dist/internal/funding/Reconciliation.js +42 -10
- package/dist/internal/funding/Reconciliation.js.map +1 -1
- package/dist/internal/funding/index.d.ts +1 -0
- package/dist/internal/funding/index.d.ts.map +1 -1
- package/dist/internal/funding/index.js +1 -0
- package/dist/internal/funding/index.js.map +1 -1
- package/dist/internal/funding/providers/stargate.d.ts +19 -0
- package/dist/internal/funding/providers/stargate.d.ts.map +1 -0
- package/dist/internal/funding/providers/stargate.js +143 -0
- package/dist/internal/funding/providers/stargate.js.map +1 -0
- 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/dist/providers/index.d.ts +7 -0
- package/dist/providers/index.d.ts.map +1 -1
- package/dist/providers/index.js +3 -0
- package/dist/providers/index.js.map +1 -1
- package/package.json +2 -2
- package/src/App.test.ts +48 -0
- package/src/App.ts +7 -2
- package/src/Assets.test.ts +18 -0
- package/src/Assets.ts +22 -0
- package/src/Client.test-d.ts +287 -17
- package/src/Webhooks.ts +1 -220
- package/src/admin/apps/earn-vaults.test.ts +143 -0
- package/src/admin/apps/earn-vaults.ts +83 -6
- package/src/admin/apps/organizations.ts +6 -2
- package/src/admin/ui/src/routes/api-keys.tsx +36 -0
- package/src/admin/ui.generated.ts +151 -189
- package/src/apps/data/App.test.ts +31 -0
- package/src/apps/data/App.ts +64 -10
- package/src/apps/data/ZoneSelection.test.ts +196 -0
- package/src/apps/data/ZoneSelection.ts +108 -0
- package/src/apps/data/routes/activities.test.ts +435 -12
- package/src/apps/data/routes/activities.ts +562 -125
- package/src/apps/data/routes/balances.ts +1 -1
- package/src/apps/data/routes/blocks.ts +1 -1
- package/src/apps/data/routes/earn.test.ts +183 -23
- package/src/apps/data/routes/earn.ts +225 -29
- package/src/apps/data/routes/earn.zone-access.test.ts +46 -0
- package/src/apps/data/routes/exchanges.test.ts +31 -1
- package/src/apps/data/routes/exchanges.ts +19 -15
- package/src/apps/data/routes/fee-amm.ts +18 -11
- package/src/apps/data/routes/receipts.ts +1 -1
- package/src/apps/data/routes/rpc.test.ts +75 -0
- package/src/apps/data/routes/rpc.ts +23 -9
- package/src/apps/data/routes/tokenlist.ts +21 -18
- package/src/apps/data/routes/tokens.test.ts +29 -0
- package/src/apps/data/routes/tokens.ts +38 -15
- package/src/apps/data/routes/transactions.ts +1 -1
- package/src/apps/data/routes/transfers.test.ts +3 -3
- package/src/apps/data/routes/transfers.ts +12 -9
- package/src/apps/data/routes/webhooks.test.ts +179 -1497
- package/src/apps/data/routes/webhooks.ts +156 -976
- package/src/apps/data/routes/zones.test.ts +19 -13
- package/src/apps/funding/routes/chains.test.ts +211 -7
- package/src/apps/funding/routes/chains.ts +19 -12
- package/src/apps/funding/routes/deposit-addresses.test.ts +394 -0
- package/src/apps/funding/routes/deposit-addresses.ts +84 -72
- package/src/apps/funding/routes/providers.ts +9 -5
- package/src/apps/funding/routes/quotes.test.ts +46 -0
- package/src/apps/funding/routes/quotes.ts +8 -5
- package/src/apps/funding/routes/transfers.test.ts +35 -32
- package/src/apps/management/Billing.test.ts +26 -0
- package/src/apps/management/Billing.ts +24 -7
- package/src/apps/management/routes/api-keys.test.ts +178 -0
- package/src/apps/management/routes/api-keys.ts +203 -144
- package/src/apps/management/routes/billing.test.ts +209 -0
- package/src/apps/management/routes/billing.ts +254 -177
- package/src/apps/management/routes/faucet.test.ts +39 -0
- package/src/apps/management/routes/faucet.ts +75 -41
- package/src/apps/management/routes/invitations.test.ts +216 -0
- package/src/apps/management/routes/invitations.ts +186 -109
- package/src/apps/management/routes/invite-links.test.ts +263 -1
- package/src/apps/management/routes/invite-links.ts +295 -214
- package/src/apps/management/routes/me.test.ts +49 -0
- package/src/apps/management/routes/me.ts +42 -32
- package/src/apps/management/routes/members.test.ts +124 -1
- package/src/apps/management/routes/members.ts +81 -51
- package/src/apps/management/routes/orgs.test.ts +176 -0
- package/src/apps/management/routes/orgs.ts +101 -59
- package/src/apps/management/routes/projects.test.ts +183 -0
- package/src/apps/management/routes/projects.ts +124 -60
- package/src/apps/management/routes/scopes.test.ts +44 -0
- package/src/apps/management/routes/scopes.ts +37 -28
- package/src/apps/management/routes/usage.test.ts +92 -0
- package/src/apps/management/routes/usage.ts +186 -151
- package/src/apps/management/routes/verified-token-requests.test.ts +114 -0
- package/src/apps/management/routes/verified-token-requests.ts +166 -133
- package/src/apps/management/routes/webhooks.test.ts +313 -1
- package/src/apps/management/routes/webhooks.ts +220 -71
- package/src/apps/mpp/internal/Adapter.ts +13 -1
- package/src/db/Db.test.ts +42 -5
- package/src/db/Db.ts +85 -0
- package/src/db/Schema.ts +41 -3
- package/src/db/tables/earnVaults.test.ts +22 -0
- package/src/db/tables/earnVaults.ts +11 -1
- package/src/db/tables/organizations.test.ts +5 -2
- package/src/db/tables/webhookDeliveries.ts +13 -0
- package/src/db/tables/webhookQueueCompletions.ts +55 -0
- package/src/db/tables/webhookQueueEvents.ts +97 -57
- package/src/db/tables/webhookSubscriptions.ts +134 -144
- package/src/internal/Auth.ts +23 -5
- package/src/internal/Cache.ts +14 -7
- package/src/internal/EarnVaults.capabilities.test.ts +33 -0
- package/src/internal/EarnVaults.test.ts +79 -0
- package/src/internal/EarnVaults.ts +277 -0
- package/src/internal/MetricSink.test.ts +41 -373
- package/src/internal/MetricSink.ts +92 -273
- package/src/internal/OpenApi.ts +165 -49
- package/src/internal/Response.test.ts +95 -0
- package/src/internal/Response.ts +40 -2
- package/src/internal/Schema.test.ts +34 -0
- package/src/internal/Schema.ts +20 -9
- package/src/internal/Store.test.ts +186 -0
- package/src/internal/Store.ts +57 -17
- package/src/internal/Tidx.test.ts +19 -0
- package/src/internal/Tidx.ts +16 -4
- package/src/internal/WebhookTransfer.ts +1 -351
- package/src/internal/Webhooks.test.ts +222 -145
- package/src/internal/Webhooks.ts +234 -135
- package/src/internal/funding/Deposit.ts +71 -64
- package/src/internal/funding/DepositAddress.ts +50 -43
- package/src/internal/funding/DepositWebhook.test.ts +131 -0
- package/src/internal/funding/DepositWebhook.ts +101 -0
- package/src/internal/funding/Provider.ts +164 -142
- package/src/internal/funding/Reconciliation.test.ts +14 -0
- package/src/internal/funding/Reconciliation.ts +161 -86
- 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 +185 -0
- package/src/internal/funding/providers/stargate.ts +184 -0
- package/src/internal/webhookDestinations/slack.ts +15 -0
- package/src/providers/index.test.ts +1 -0
- package/src/providers/index.ts +9 -0
- package/src/Webhooks.bench.ts +0 -714
- package/src/Webhooks.memory.bench.ts +0 -250
- package/src/Webhooks.test.ts +0 -146
|
@@ -138,7 +138,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
138
138
|
input: {};
|
|
139
139
|
} | {
|
|
140
140
|
output: {
|
|
141
|
-
address?: string | undefined;
|
|
141
|
+
address?: `0x${string}` | undefined;
|
|
142
142
|
createdAt: string;
|
|
143
143
|
email?: string | undefined;
|
|
144
144
|
id: string;
|
|
@@ -277,14 +277,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
277
277
|
} | {
|
|
278
278
|
output: {
|
|
279
279
|
error: {
|
|
280
|
-
code: "
|
|
280
|
+
code: "organization_not_found";
|
|
281
281
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
282
282
|
message: string;
|
|
283
283
|
};
|
|
284
284
|
requestId: string;
|
|
285
285
|
};
|
|
286
286
|
outputFormat: "json";
|
|
287
|
-
status:
|
|
287
|
+
status: 404;
|
|
288
288
|
input: {
|
|
289
289
|
param: {
|
|
290
290
|
orgId: string;
|
|
@@ -297,14 +297,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
297
297
|
} | {
|
|
298
298
|
output: {
|
|
299
299
|
error: {
|
|
300
|
-
code: "
|
|
300
|
+
code: "forbidden";
|
|
301
301
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
302
302
|
message: string;
|
|
303
303
|
};
|
|
304
304
|
requestId: string;
|
|
305
305
|
};
|
|
306
306
|
outputFormat: "json";
|
|
307
|
-
status:
|
|
307
|
+
status: 403;
|
|
308
308
|
input: {
|
|
309
309
|
param: {
|
|
310
310
|
orgId: string;
|
|
@@ -317,14 +317,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
317
317
|
} | {
|
|
318
318
|
output: {
|
|
319
319
|
error: {
|
|
320
|
-
code: "
|
|
320
|
+
code: "body_invalid";
|
|
321
321
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
322
322
|
message: string;
|
|
323
323
|
};
|
|
324
324
|
requestId: string;
|
|
325
325
|
};
|
|
326
326
|
outputFormat: "json";
|
|
327
|
-
status:
|
|
327
|
+
status: 400;
|
|
328
328
|
input: {
|
|
329
329
|
param: {
|
|
330
330
|
orgId: string;
|
|
@@ -337,14 +337,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
337
337
|
} | {
|
|
338
338
|
output: {
|
|
339
339
|
error: {
|
|
340
|
-
code: "
|
|
340
|
+
code: "param_invalid";
|
|
341
341
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
342
342
|
message: string;
|
|
343
343
|
};
|
|
344
344
|
requestId: string;
|
|
345
345
|
};
|
|
346
346
|
outputFormat: "json";
|
|
347
|
-
status:
|
|
347
|
+
status: 400;
|
|
348
348
|
input: {
|
|
349
349
|
param: {
|
|
350
350
|
orgId: string;
|
|
@@ -556,14 +556,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
556
556
|
} | {
|
|
557
557
|
output: {
|
|
558
558
|
error: {
|
|
559
|
-
code: "
|
|
559
|
+
code: "organization_not_found";
|
|
560
560
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
561
561
|
message: string;
|
|
562
562
|
};
|
|
563
563
|
requestId: string;
|
|
564
564
|
};
|
|
565
565
|
outputFormat: "json";
|
|
566
|
-
status:
|
|
566
|
+
status: 404;
|
|
567
567
|
input: {
|
|
568
568
|
param: {
|
|
569
569
|
orgId: string;
|
|
@@ -580,14 +580,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
580
580
|
} | {
|
|
581
581
|
output: {
|
|
582
582
|
error: {
|
|
583
|
-
code: "
|
|
583
|
+
code: "param_invalid";
|
|
584
584
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
585
585
|
message: string;
|
|
586
586
|
};
|
|
587
587
|
requestId: string;
|
|
588
588
|
};
|
|
589
589
|
outputFormat: "json";
|
|
590
|
-
status:
|
|
590
|
+
status: 400;
|
|
591
591
|
input: {
|
|
592
592
|
param: {
|
|
593
593
|
orgId: string;
|
|
@@ -823,14 +823,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
823
823
|
} | {
|
|
824
824
|
output: {
|
|
825
825
|
error: {
|
|
826
|
-
code: "
|
|
826
|
+
code: "organization_not_found";
|
|
827
827
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
828
828
|
message: string;
|
|
829
829
|
};
|
|
830
830
|
requestId: string;
|
|
831
831
|
};
|
|
832
832
|
outputFormat: "json";
|
|
833
|
-
status:
|
|
833
|
+
status: 404;
|
|
834
834
|
input: {
|
|
835
835
|
param: {
|
|
836
836
|
orgId: string;
|
|
@@ -847,14 +847,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
847
847
|
} | {
|
|
848
848
|
output: {
|
|
849
849
|
error: {
|
|
850
|
-
code: "
|
|
850
|
+
code: "param_invalid";
|
|
851
851
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
852
852
|
message: string;
|
|
853
853
|
};
|
|
854
854
|
requestId: string;
|
|
855
855
|
};
|
|
856
856
|
outputFormat: "json";
|
|
857
|
-
status:
|
|
857
|
+
status: 400;
|
|
858
858
|
input: {
|
|
859
859
|
param: {
|
|
860
860
|
orgId: string;
|
|
@@ -982,14 +982,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
982
982
|
} | {
|
|
983
983
|
output: {
|
|
984
984
|
error: {
|
|
985
|
-
code: "
|
|
985
|
+
code: "organization_not_found";
|
|
986
986
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
987
987
|
message: string;
|
|
988
988
|
};
|
|
989
989
|
requestId: string;
|
|
990
990
|
};
|
|
991
991
|
outputFormat: "json";
|
|
992
|
-
status:
|
|
992
|
+
status: 404;
|
|
993
993
|
input: {
|
|
994
994
|
param: {
|
|
995
995
|
orgId: string;
|
|
@@ -998,14 +998,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
998
998
|
} | {
|
|
999
999
|
output: {
|
|
1000
1000
|
error: {
|
|
1001
|
-
code: "
|
|
1001
|
+
code: "param_invalid";
|
|
1002
1002
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1003
1003
|
message: string;
|
|
1004
1004
|
};
|
|
1005
1005
|
requestId: string;
|
|
1006
1006
|
};
|
|
1007
1007
|
outputFormat: "json";
|
|
1008
|
-
status:
|
|
1008
|
+
status: 400;
|
|
1009
1009
|
input: {
|
|
1010
1010
|
param: {
|
|
1011
1011
|
orgId: string;
|
|
@@ -1014,7 +1014,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1014
1014
|
} | {
|
|
1015
1015
|
output: {
|
|
1016
1016
|
data: {
|
|
1017
|
-
address?: string | undefined;
|
|
1017
|
+
address?: `0x${string}` | undefined;
|
|
1018
1018
|
createdAt: string;
|
|
1019
1019
|
email?: string | undefined;
|
|
1020
1020
|
role: "admin" | "member" | "owner";
|
|
@@ -1140,14 +1140,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1140
1140
|
} | {
|
|
1141
1141
|
output: {
|
|
1142
1142
|
error: {
|
|
1143
|
-
code: "
|
|
1143
|
+
code: "organization_not_found";
|
|
1144
1144
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1145
1145
|
message: string;
|
|
1146
1146
|
};
|
|
1147
1147
|
requestId: string;
|
|
1148
1148
|
};
|
|
1149
1149
|
outputFormat: "json";
|
|
1150
|
-
status:
|
|
1150
|
+
status: 404;
|
|
1151
1151
|
input: {
|
|
1152
1152
|
param: {
|
|
1153
1153
|
orgId: string;
|
|
@@ -1161,7 +1161,28 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1161
1161
|
} | {
|
|
1162
1162
|
output: {
|
|
1163
1163
|
error: {
|
|
1164
|
-
code: "
|
|
1164
|
+
code: "forbidden";
|
|
1165
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1166
|
+
message: string;
|
|
1167
|
+
};
|
|
1168
|
+
requestId: string;
|
|
1169
|
+
};
|
|
1170
|
+
outputFormat: "json";
|
|
1171
|
+
status: 403;
|
|
1172
|
+
input: {
|
|
1173
|
+
param: {
|
|
1174
|
+
orgId: string;
|
|
1175
|
+
userId: string;
|
|
1176
|
+
};
|
|
1177
|
+
} & {
|
|
1178
|
+
json: {
|
|
1179
|
+
role: "admin" | "member" | "owner";
|
|
1180
|
+
};
|
|
1181
|
+
};
|
|
1182
|
+
} | {
|
|
1183
|
+
output: {
|
|
1184
|
+
error: {
|
|
1185
|
+
code: "body_invalid";
|
|
1165
1186
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1166
1187
|
message: string;
|
|
1167
1188
|
};
|
|
@@ -1182,14 +1203,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1182
1203
|
} | {
|
|
1183
1204
|
output: {
|
|
1184
1205
|
error: {
|
|
1185
|
-
code: "
|
|
1206
|
+
code: "param_invalid";
|
|
1186
1207
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1187
1208
|
message: string;
|
|
1188
1209
|
};
|
|
1189
1210
|
requestId: string;
|
|
1190
1211
|
};
|
|
1191
1212
|
outputFormat: "json";
|
|
1192
|
-
status:
|
|
1213
|
+
status: 400;
|
|
1193
1214
|
input: {
|
|
1194
1215
|
param: {
|
|
1195
1216
|
orgId: string;
|
|
@@ -1244,7 +1265,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1244
1265
|
};
|
|
1245
1266
|
} | {
|
|
1246
1267
|
output: {
|
|
1247
|
-
address?: string | undefined;
|
|
1268
|
+
address?: `0x${string}` | undefined;
|
|
1248
1269
|
createdAt: string;
|
|
1249
1270
|
email?: string | undefined;
|
|
1250
1271
|
role: "admin" | "member" | "owner";
|
|
@@ -1354,14 +1375,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1354
1375
|
} | {
|
|
1355
1376
|
output: {
|
|
1356
1377
|
error: {
|
|
1357
|
-
code: "
|
|
1378
|
+
code: "organization_not_found";
|
|
1358
1379
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1359
1380
|
message: string;
|
|
1360
1381
|
};
|
|
1361
1382
|
requestId: string;
|
|
1362
1383
|
};
|
|
1363
1384
|
outputFormat: "json";
|
|
1364
|
-
status:
|
|
1385
|
+
status: 404;
|
|
1365
1386
|
input: {
|
|
1366
1387
|
param: {
|
|
1367
1388
|
orgId: string;
|
|
@@ -1371,14 +1392,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1371
1392
|
} | {
|
|
1372
1393
|
output: {
|
|
1373
1394
|
error: {
|
|
1374
|
-
code: "
|
|
1395
|
+
code: "forbidden";
|
|
1375
1396
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1376
1397
|
message: string;
|
|
1377
1398
|
};
|
|
1378
1399
|
requestId: string;
|
|
1379
1400
|
};
|
|
1380
1401
|
outputFormat: "json";
|
|
1381
|
-
status:
|
|
1402
|
+
status: 403;
|
|
1382
1403
|
input: {
|
|
1383
1404
|
param: {
|
|
1384
1405
|
orgId: string;
|
|
@@ -1388,14 +1409,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1388
1409
|
} | {
|
|
1389
1410
|
output: {
|
|
1390
1411
|
error: {
|
|
1391
|
-
code: "
|
|
1412
|
+
code: "param_invalid";
|
|
1392
1413
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1393
1414
|
message: string;
|
|
1394
1415
|
};
|
|
1395
1416
|
requestId: string;
|
|
1396
1417
|
};
|
|
1397
1418
|
outputFormat: "json";
|
|
1398
|
-
status:
|
|
1419
|
+
status: 400;
|
|
1399
1420
|
input: {
|
|
1400
1421
|
param: {
|
|
1401
1422
|
orgId: string;
|
|
@@ -1539,14 +1560,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1539
1560
|
} | {
|
|
1540
1561
|
output: {
|
|
1541
1562
|
error: {
|
|
1542
|
-
code: "
|
|
1563
|
+
code: "organization_not_found";
|
|
1543
1564
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1544
1565
|
message: string;
|
|
1545
1566
|
};
|
|
1546
1567
|
requestId: string;
|
|
1547
1568
|
};
|
|
1548
1569
|
outputFormat: "json";
|
|
1549
|
-
status:
|
|
1570
|
+
status: 404;
|
|
1550
1571
|
input: {
|
|
1551
1572
|
param: {
|
|
1552
1573
|
orgId: string;
|
|
@@ -1567,14 +1588,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1567
1588
|
} | {
|
|
1568
1589
|
output: {
|
|
1569
1590
|
error: {
|
|
1570
|
-
code: "
|
|
1591
|
+
code: "forbidden";
|
|
1571
1592
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1572
1593
|
message: string;
|
|
1573
1594
|
};
|
|
1574
1595
|
requestId: string;
|
|
1575
1596
|
};
|
|
1576
1597
|
outputFormat: "json";
|
|
1577
|
-
status:
|
|
1598
|
+
status: 403;
|
|
1578
1599
|
input: {
|
|
1579
1600
|
param: {
|
|
1580
1601
|
orgId: string;
|
|
@@ -1595,14 +1616,42 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1595
1616
|
} | {
|
|
1596
1617
|
output: {
|
|
1597
1618
|
error: {
|
|
1598
|
-
code: "
|
|
1619
|
+
code: "body_invalid";
|
|
1599
1620
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1600
1621
|
message: string;
|
|
1601
1622
|
};
|
|
1602
1623
|
requestId: string;
|
|
1603
1624
|
};
|
|
1604
1625
|
outputFormat: "json";
|
|
1605
|
-
status:
|
|
1626
|
+
status: 400;
|
|
1627
|
+
input: {
|
|
1628
|
+
param: {
|
|
1629
|
+
orgId: string;
|
|
1630
|
+
};
|
|
1631
|
+
} & {
|
|
1632
|
+
json: {
|
|
1633
|
+
address: `0x${string}`;
|
|
1634
|
+
decimals: number;
|
|
1635
|
+
chainId: unknown;
|
|
1636
|
+
currency: string;
|
|
1637
|
+
logo?: string | undefined;
|
|
1638
|
+
logoUri?: string | undefined;
|
|
1639
|
+
name: string;
|
|
1640
|
+
note?: string | undefined;
|
|
1641
|
+
symbol: string;
|
|
1642
|
+
};
|
|
1643
|
+
};
|
|
1644
|
+
} | {
|
|
1645
|
+
output: {
|
|
1646
|
+
error: {
|
|
1647
|
+
code: "param_invalid";
|
|
1648
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1649
|
+
message: string;
|
|
1650
|
+
};
|
|
1651
|
+
requestId: string;
|
|
1652
|
+
};
|
|
1653
|
+
outputFormat: "json";
|
|
1654
|
+
status: 400;
|
|
1606
1655
|
input: {
|
|
1607
1656
|
param: {
|
|
1608
1657
|
orgId: string;
|
|
@@ -1826,14 +1875,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1826
1875
|
} | {
|
|
1827
1876
|
output: {
|
|
1828
1877
|
error: {
|
|
1829
|
-
code: "
|
|
1878
|
+
code: "organization_not_found";
|
|
1830
1879
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1831
1880
|
message: string;
|
|
1832
1881
|
};
|
|
1833
1882
|
requestId: string;
|
|
1834
1883
|
};
|
|
1835
1884
|
outputFormat: "json";
|
|
1836
|
-
status:
|
|
1885
|
+
status: 404;
|
|
1837
1886
|
input: {
|
|
1838
1887
|
param: {
|
|
1839
1888
|
orgId: string;
|
|
@@ -1842,14 +1891,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1842
1891
|
} | {
|
|
1843
1892
|
output: {
|
|
1844
1893
|
error: {
|
|
1845
|
-
code: "
|
|
1894
|
+
code: "forbidden";
|
|
1846
1895
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1847
1896
|
message: string;
|
|
1848
1897
|
};
|
|
1849
1898
|
requestId: string;
|
|
1850
1899
|
};
|
|
1851
1900
|
outputFormat: "json";
|
|
1852
|
-
status:
|
|
1901
|
+
status: 403;
|
|
1853
1902
|
input: {
|
|
1854
1903
|
param: {
|
|
1855
1904
|
orgId: string;
|
|
@@ -1858,14 +1907,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1858
1907
|
} | {
|
|
1859
1908
|
output: {
|
|
1860
1909
|
error: {
|
|
1861
|
-
code: "
|
|
1910
|
+
code: "param_invalid";
|
|
1862
1911
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1863
1912
|
message: string;
|
|
1864
1913
|
};
|
|
1865
1914
|
requestId: string;
|
|
1866
1915
|
};
|
|
1867
1916
|
outputFormat: "json";
|
|
1868
|
-
status:
|
|
1917
|
+
status: 400;
|
|
1869
1918
|
input: {
|
|
1870
1919
|
param: {
|
|
1871
1920
|
orgId: string;
|
|
@@ -1958,14 +2007,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1958
2007
|
} | {
|
|
1959
2008
|
output: {
|
|
1960
2009
|
error: {
|
|
1961
|
-
code: "
|
|
2010
|
+
code: "organization_not_found";
|
|
1962
2011
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1963
2012
|
message: string;
|
|
1964
2013
|
};
|
|
1965
2014
|
requestId: string;
|
|
1966
2015
|
};
|
|
1967
2016
|
outputFormat: "json";
|
|
1968
|
-
status:
|
|
2017
|
+
status: 404;
|
|
1969
2018
|
input: {
|
|
1970
2019
|
param: {
|
|
1971
2020
|
orgId: string;
|
|
@@ -1975,14 +2024,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1975
2024
|
} | {
|
|
1976
2025
|
output: {
|
|
1977
2026
|
error: {
|
|
1978
|
-
code: "
|
|
2027
|
+
code: "forbidden";
|
|
1979
2028
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1980
2029
|
message: string;
|
|
1981
2030
|
};
|
|
1982
2031
|
requestId: string;
|
|
1983
2032
|
};
|
|
1984
2033
|
outputFormat: "json";
|
|
1985
|
-
status:
|
|
2034
|
+
status: 403;
|
|
1986
2035
|
input: {
|
|
1987
2036
|
param: {
|
|
1988
2037
|
orgId: string;
|
|
@@ -1992,14 +2041,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1992
2041
|
} | {
|
|
1993
2042
|
output: {
|
|
1994
2043
|
error: {
|
|
1995
|
-
code: "
|
|
2044
|
+
code: "param_invalid";
|
|
1996
2045
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1997
2046
|
message: string;
|
|
1998
2047
|
};
|
|
1999
2048
|
requestId: string;
|
|
2000
2049
|
};
|
|
2001
2050
|
outputFormat: "json";
|
|
2002
|
-
status:
|
|
2051
|
+
status: 400;
|
|
2003
2052
|
input: {
|
|
2004
2053
|
param: {
|
|
2005
2054
|
orgId: string;
|
|
@@ -2131,14 +2180,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2131
2180
|
} | {
|
|
2132
2181
|
output: {
|
|
2133
2182
|
error: {
|
|
2134
|
-
code: "
|
|
2183
|
+
code: "forbidden";
|
|
2135
2184
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2136
2185
|
message: string;
|
|
2137
2186
|
};
|
|
2138
2187
|
requestId: string;
|
|
2139
2188
|
};
|
|
2140
2189
|
outputFormat: "json";
|
|
2141
|
-
status:
|
|
2190
|
+
status: 403;
|
|
2142
2191
|
input: {
|
|
2143
2192
|
param: {
|
|
2144
2193
|
orgId: string;
|
|
@@ -2155,14 +2204,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2155
2204
|
} | {
|
|
2156
2205
|
output: {
|
|
2157
2206
|
error: {
|
|
2158
|
-
code: "
|
|
2207
|
+
code: "organization_not_found" | "project_not_found";
|
|
2159
2208
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2160
2209
|
message: string;
|
|
2161
2210
|
};
|
|
2162
2211
|
requestId: string;
|
|
2163
2212
|
};
|
|
2164
2213
|
outputFormat: "json";
|
|
2165
|
-
status:
|
|
2214
|
+
status: 404;
|
|
2166
2215
|
input: {
|
|
2167
2216
|
param: {
|
|
2168
2217
|
orgId: string;
|
|
@@ -2179,14 +2228,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2179
2228
|
} | {
|
|
2180
2229
|
output: {
|
|
2181
2230
|
error: {
|
|
2182
|
-
code: "
|
|
2231
|
+
code: "body_invalid";
|
|
2183
2232
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2184
2233
|
message: string;
|
|
2185
2234
|
};
|
|
2186
2235
|
requestId: string;
|
|
2187
2236
|
};
|
|
2188
2237
|
outputFormat: "json";
|
|
2189
|
-
status:
|
|
2238
|
+
status: 400;
|
|
2190
2239
|
input: {
|
|
2191
2240
|
param: {
|
|
2192
2241
|
orgId: string;
|
|
@@ -2203,14 +2252,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2203
2252
|
} | {
|
|
2204
2253
|
output: {
|
|
2205
2254
|
error: {
|
|
2206
|
-
code: "
|
|
2255
|
+
code: "param_invalid";
|
|
2207
2256
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2208
2257
|
message: string;
|
|
2209
2258
|
};
|
|
2210
2259
|
requestId: string;
|
|
2211
2260
|
};
|
|
2212
2261
|
outputFormat: "json";
|
|
2213
|
-
status:
|
|
2262
|
+
status: 400;
|
|
2214
2263
|
input: {
|
|
2215
2264
|
param: {
|
|
2216
2265
|
orgId: string;
|
|
@@ -2436,14 +2485,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2436
2485
|
} | {
|
|
2437
2486
|
output: {
|
|
2438
2487
|
error: {
|
|
2439
|
-
code: "
|
|
2488
|
+
code: "organization_not_found" | "project_not_found";
|
|
2440
2489
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2441
2490
|
message: string;
|
|
2442
2491
|
};
|
|
2443
2492
|
requestId: string;
|
|
2444
2493
|
};
|
|
2445
2494
|
outputFormat: "json";
|
|
2446
|
-
status:
|
|
2495
|
+
status: 404;
|
|
2447
2496
|
input: {
|
|
2448
2497
|
param: {
|
|
2449
2498
|
orgId: string;
|
|
@@ -2457,14 +2506,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2457
2506
|
} | {
|
|
2458
2507
|
output: {
|
|
2459
2508
|
error: {
|
|
2460
|
-
code: "
|
|
2509
|
+
code: "param_invalid";
|
|
2461
2510
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2462
2511
|
message: string;
|
|
2463
2512
|
};
|
|
2464
2513
|
requestId: string;
|
|
2465
2514
|
};
|
|
2466
2515
|
outputFormat: "json";
|
|
2467
|
-
status:
|
|
2516
|
+
status: 400;
|
|
2468
2517
|
input: {
|
|
2469
2518
|
param: {
|
|
2470
2519
|
orgId: string;
|
|
@@ -2652,14 +2701,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2652
2701
|
} | {
|
|
2653
2702
|
output: {
|
|
2654
2703
|
error: {
|
|
2655
|
-
code: "
|
|
2704
|
+
code: "organization_not_found";
|
|
2656
2705
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2657
2706
|
message: string;
|
|
2658
2707
|
};
|
|
2659
2708
|
requestId: string;
|
|
2660
2709
|
};
|
|
2661
2710
|
outputFormat: "json";
|
|
2662
|
-
status:
|
|
2711
|
+
status: 404;
|
|
2663
2712
|
input: {
|
|
2664
2713
|
param: {
|
|
2665
2714
|
orgId: string;
|
|
@@ -2672,14 +2721,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2672
2721
|
} | {
|
|
2673
2722
|
output: {
|
|
2674
2723
|
error: {
|
|
2675
|
-
code: "
|
|
2724
|
+
code: "param_invalid";
|
|
2676
2725
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2677
2726
|
message: string;
|
|
2678
2727
|
};
|
|
2679
2728
|
requestId: string;
|
|
2680
2729
|
};
|
|
2681
2730
|
outputFormat: "json";
|
|
2682
|
-
status:
|
|
2731
|
+
status: 400;
|
|
2683
2732
|
input: {
|
|
2684
2733
|
param: {
|
|
2685
2734
|
orgId: string;
|
|
@@ -2854,14 +2903,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2854
2903
|
} | {
|
|
2855
2904
|
output: {
|
|
2856
2905
|
error: {
|
|
2857
|
-
code: "
|
|
2906
|
+
code: "forbidden";
|
|
2858
2907
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2859
2908
|
message: string;
|
|
2860
2909
|
};
|
|
2861
2910
|
requestId: string;
|
|
2862
2911
|
};
|
|
2863
2912
|
outputFormat: "json";
|
|
2864
|
-
status:
|
|
2913
|
+
status: 403;
|
|
2865
2914
|
input: {
|
|
2866
2915
|
param: {
|
|
2867
2916
|
keyId: string;
|
|
@@ -2876,7 +2925,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2876
2925
|
} | {
|
|
2877
2926
|
output: {
|
|
2878
2927
|
error: {
|
|
2879
|
-
code: "
|
|
2928
|
+
code: "organization_not_found" | "project_not_found";
|
|
2929
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2930
|
+
message: string;
|
|
2931
|
+
};
|
|
2932
|
+
requestId: string;
|
|
2933
|
+
};
|
|
2934
|
+
outputFormat: "json";
|
|
2935
|
+
status: 404;
|
|
2936
|
+
input: {
|
|
2937
|
+
param: {
|
|
2938
|
+
keyId: string;
|
|
2939
|
+
orgId: string;
|
|
2940
|
+
projectId: string;
|
|
2941
|
+
};
|
|
2942
|
+
} & {
|
|
2943
|
+
json: {
|
|
2944
|
+
allowedIps: readonly string[];
|
|
2945
|
+
};
|
|
2946
|
+
};
|
|
2947
|
+
} | {
|
|
2948
|
+
output: {
|
|
2949
|
+
error: {
|
|
2950
|
+
code: "body_invalid";
|
|
2880
2951
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2881
2952
|
message: string;
|
|
2882
2953
|
};
|
|
@@ -2898,14 +2969,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2898
2969
|
} | {
|
|
2899
2970
|
output: {
|
|
2900
2971
|
error: {
|
|
2901
|
-
code: "
|
|
2972
|
+
code: "param_invalid";
|
|
2902
2973
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2903
2974
|
message: string;
|
|
2904
2975
|
};
|
|
2905
2976
|
requestId: string;
|
|
2906
2977
|
};
|
|
2907
2978
|
outputFormat: "json";
|
|
2908
|
-
status:
|
|
2979
|
+
status: 400;
|
|
2909
2980
|
input: {
|
|
2910
2981
|
param: {
|
|
2911
2982
|
keyId: string;
|
|
@@ -3086,14 +3157,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3086
3157
|
} | {
|
|
3087
3158
|
output: {
|
|
3088
3159
|
error: {
|
|
3089
|
-
code: "
|
|
3160
|
+
code: "forbidden";
|
|
3090
3161
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3091
3162
|
message: string;
|
|
3092
3163
|
};
|
|
3093
3164
|
requestId: string;
|
|
3094
3165
|
};
|
|
3095
3166
|
outputFormat: "json";
|
|
3096
|
-
status:
|
|
3167
|
+
status: 403;
|
|
3097
3168
|
input: {
|
|
3098
3169
|
param: {
|
|
3099
3170
|
keyId: string;
|
|
@@ -3119,6 +3190,24 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3119
3190
|
projectId: string;
|
|
3120
3191
|
};
|
|
3121
3192
|
};
|
|
3193
|
+
} | {
|
|
3194
|
+
output: {
|
|
3195
|
+
error: {
|
|
3196
|
+
code: "param_invalid";
|
|
3197
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3198
|
+
message: string;
|
|
3199
|
+
};
|
|
3200
|
+
requestId: string;
|
|
3201
|
+
};
|
|
3202
|
+
outputFormat: "json";
|
|
3203
|
+
status: 400;
|
|
3204
|
+
input: {
|
|
3205
|
+
param: {
|
|
3206
|
+
keyId: string;
|
|
3207
|
+
orgId: string;
|
|
3208
|
+
projectId: string;
|
|
3209
|
+
};
|
|
3210
|
+
};
|
|
3122
3211
|
} | {
|
|
3123
3212
|
output: {
|
|
3124
3213
|
error: {
|
|
@@ -3300,14 +3389,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3300
3389
|
} | {
|
|
3301
3390
|
output: {
|
|
3302
3391
|
error: {
|
|
3303
|
-
code: "
|
|
3392
|
+
code: "forbidden";
|
|
3304
3393
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3305
3394
|
message: string;
|
|
3306
3395
|
};
|
|
3307
3396
|
requestId: string;
|
|
3308
3397
|
};
|
|
3309
3398
|
outputFormat: "json";
|
|
3310
|
-
status:
|
|
3399
|
+
status: 403;
|
|
3311
3400
|
input: {
|
|
3312
3401
|
json: {
|
|
3313
3402
|
name: string;
|
|
@@ -3316,14 +3405,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3316
3405
|
} | {
|
|
3317
3406
|
output: {
|
|
3318
3407
|
error: {
|
|
3319
|
-
code: "
|
|
3408
|
+
code: "body_invalid";
|
|
3320
3409
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3321
3410
|
message: string;
|
|
3322
3411
|
};
|
|
3323
3412
|
requestId: string;
|
|
3324
3413
|
};
|
|
3325
3414
|
outputFormat: "json";
|
|
3326
|
-
status:
|
|
3415
|
+
status: 400;
|
|
3327
3416
|
input: {
|
|
3328
3417
|
json: {
|
|
3329
3418
|
name: string;
|
|
@@ -3415,14 +3504,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3415
3504
|
} | {
|
|
3416
3505
|
output: {
|
|
3417
3506
|
error: {
|
|
3418
|
-
code: "
|
|
3507
|
+
code: "organization_not_found";
|
|
3419
3508
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3420
3509
|
message: string;
|
|
3421
3510
|
};
|
|
3422
3511
|
requestId: string;
|
|
3423
3512
|
};
|
|
3424
3513
|
outputFormat: "json";
|
|
3425
|
-
status:
|
|
3514
|
+
status: 404;
|
|
3426
3515
|
input: {
|
|
3427
3516
|
param: {
|
|
3428
3517
|
orgId: string;
|
|
@@ -3431,14 +3520,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3431
3520
|
} | {
|
|
3432
3521
|
output: {
|
|
3433
3522
|
error: {
|
|
3434
|
-
code: "
|
|
3523
|
+
code: "param_invalid";
|
|
3435
3524
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3436
3525
|
message: string;
|
|
3437
3526
|
};
|
|
3438
3527
|
requestId: string;
|
|
3439
3528
|
};
|
|
3440
3529
|
outputFormat: "json";
|
|
3441
|
-
status:
|
|
3530
|
+
status: 400;
|
|
3442
3531
|
input: {
|
|
3443
3532
|
param: {
|
|
3444
3533
|
orgId: string;
|
|
@@ -3566,14 +3655,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3566
3655
|
} | {
|
|
3567
3656
|
output: {
|
|
3568
3657
|
error: {
|
|
3569
|
-
code: "
|
|
3658
|
+
code: "organization_not_found";
|
|
3570
3659
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3571
3660
|
message: string;
|
|
3572
3661
|
};
|
|
3573
3662
|
requestId: string;
|
|
3574
3663
|
};
|
|
3575
3664
|
outputFormat: "json";
|
|
3576
|
-
status:
|
|
3665
|
+
status: 404;
|
|
3577
3666
|
input: {
|
|
3578
3667
|
param: {
|
|
3579
3668
|
orgId: string;
|
|
@@ -3586,14 +3675,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3586
3675
|
} | {
|
|
3587
3676
|
output: {
|
|
3588
3677
|
error: {
|
|
3589
|
-
code: "
|
|
3678
|
+
code: "forbidden";
|
|
3590
3679
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3591
3680
|
message: string;
|
|
3592
3681
|
};
|
|
3593
3682
|
requestId: string;
|
|
3594
3683
|
};
|
|
3595
3684
|
outputFormat: "json";
|
|
3596
|
-
status:
|
|
3685
|
+
status: 403;
|
|
3597
3686
|
input: {
|
|
3598
3687
|
param: {
|
|
3599
3688
|
orgId: string;
|
|
@@ -3606,14 +3695,34 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3606
3695
|
} | {
|
|
3607
3696
|
output: {
|
|
3608
3697
|
error: {
|
|
3609
|
-
code: "
|
|
3698
|
+
code: "body_invalid";
|
|
3610
3699
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3611
3700
|
message: string;
|
|
3612
3701
|
};
|
|
3613
3702
|
requestId: string;
|
|
3614
3703
|
};
|
|
3615
3704
|
outputFormat: "json";
|
|
3616
|
-
status:
|
|
3705
|
+
status: 400;
|
|
3706
|
+
input: {
|
|
3707
|
+
param: {
|
|
3708
|
+
orgId: string;
|
|
3709
|
+
};
|
|
3710
|
+
} & {
|
|
3711
|
+
json: {
|
|
3712
|
+
name: string;
|
|
3713
|
+
};
|
|
3714
|
+
};
|
|
3715
|
+
} | {
|
|
3716
|
+
output: {
|
|
3717
|
+
error: {
|
|
3718
|
+
code: "param_invalid";
|
|
3719
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3720
|
+
message: string;
|
|
3721
|
+
};
|
|
3722
|
+
requestId: string;
|
|
3723
|
+
};
|
|
3724
|
+
outputFormat: "json";
|
|
3725
|
+
status: 400;
|
|
3617
3726
|
input: {
|
|
3618
3727
|
param: {
|
|
3619
3728
|
orgId: string;
|
|
@@ -3729,14 +3838,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3729
3838
|
} | {
|
|
3730
3839
|
output: {
|
|
3731
3840
|
error: {
|
|
3732
|
-
code: "
|
|
3841
|
+
code: "organization_not_found";
|
|
3733
3842
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3734
3843
|
message: string;
|
|
3735
3844
|
};
|
|
3736
3845
|
requestId: string;
|
|
3737
3846
|
};
|
|
3738
3847
|
outputFormat: "json";
|
|
3739
|
-
status:
|
|
3848
|
+
status: 404;
|
|
3740
3849
|
input: {
|
|
3741
3850
|
param: {
|
|
3742
3851
|
orgId: string;
|
|
@@ -3745,14 +3854,30 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3745
3854
|
} | {
|
|
3746
3855
|
output: {
|
|
3747
3856
|
error: {
|
|
3748
|
-
code: "
|
|
3857
|
+
code: "forbidden";
|
|
3749
3858
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3750
3859
|
message: string;
|
|
3751
3860
|
};
|
|
3752
3861
|
requestId: string;
|
|
3753
3862
|
};
|
|
3754
3863
|
outputFormat: "json";
|
|
3755
|
-
status:
|
|
3864
|
+
status: 403;
|
|
3865
|
+
input: {
|
|
3866
|
+
param: {
|
|
3867
|
+
orgId: string;
|
|
3868
|
+
};
|
|
3869
|
+
};
|
|
3870
|
+
} | {
|
|
3871
|
+
output: {
|
|
3872
|
+
error: {
|
|
3873
|
+
code: "param_invalid";
|
|
3874
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3875
|
+
message: string;
|
|
3876
|
+
};
|
|
3877
|
+
requestId: string;
|
|
3878
|
+
};
|
|
3879
|
+
outputFormat: "json";
|
|
3880
|
+
status: 400;
|
|
3756
3881
|
input: {
|
|
3757
3882
|
param: {
|
|
3758
3883
|
orgId: string;
|
|
@@ -3872,14 +3997,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3872
3997
|
} | {
|
|
3873
3998
|
output: {
|
|
3874
3999
|
error: {
|
|
3875
|
-
code: "
|
|
4000
|
+
code: "organization_not_found";
|
|
3876
4001
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3877
4002
|
message: string;
|
|
3878
4003
|
};
|
|
3879
4004
|
requestId: string;
|
|
3880
4005
|
};
|
|
3881
4006
|
outputFormat: "json";
|
|
3882
|
-
status:
|
|
4007
|
+
status: 404;
|
|
3883
4008
|
input: {
|
|
3884
4009
|
param: {
|
|
3885
4010
|
orgId: string;
|
|
@@ -3888,14 +4013,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3888
4013
|
} | {
|
|
3889
4014
|
output: {
|
|
3890
4015
|
error: {
|
|
3891
|
-
code: "
|
|
4016
|
+
code: "param_invalid";
|
|
3892
4017
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3893
4018
|
message: string;
|
|
3894
4019
|
};
|
|
3895
4020
|
requestId: string;
|
|
3896
4021
|
};
|
|
3897
4022
|
outputFormat: "json";
|
|
3898
|
-
status:
|
|
4023
|
+
status: 400;
|
|
3899
4024
|
input: {
|
|
3900
4025
|
param: {
|
|
3901
4026
|
orgId: string;
|
|
@@ -4026,14 +4151,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4026
4151
|
} | {
|
|
4027
4152
|
output: {
|
|
4028
4153
|
error: {
|
|
4029
|
-
code: "
|
|
4154
|
+
code: "organization_not_found";
|
|
4030
4155
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4031
4156
|
message: string;
|
|
4032
4157
|
};
|
|
4033
4158
|
requestId: string;
|
|
4034
4159
|
};
|
|
4035
4160
|
outputFormat: "json";
|
|
4036
|
-
status:
|
|
4161
|
+
status: 404;
|
|
4037
4162
|
input: {
|
|
4038
4163
|
param: {
|
|
4039
4164
|
orgId: string;
|
|
@@ -4046,7 +4171,27 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4046
4171
|
} | {
|
|
4047
4172
|
output: {
|
|
4048
4173
|
error: {
|
|
4049
|
-
code: "
|
|
4174
|
+
code: "forbidden";
|
|
4175
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4176
|
+
message: string;
|
|
4177
|
+
};
|
|
4178
|
+
requestId: string;
|
|
4179
|
+
};
|
|
4180
|
+
outputFormat: "json";
|
|
4181
|
+
status: 403;
|
|
4182
|
+
input: {
|
|
4183
|
+
param: {
|
|
4184
|
+
orgId: string;
|
|
4185
|
+
};
|
|
4186
|
+
} & {
|
|
4187
|
+
json: {
|
|
4188
|
+
name: string;
|
|
4189
|
+
};
|
|
4190
|
+
};
|
|
4191
|
+
} | {
|
|
4192
|
+
output: {
|
|
4193
|
+
error: {
|
|
4194
|
+
code: "body_invalid";
|
|
4050
4195
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4051
4196
|
message: string;
|
|
4052
4197
|
};
|
|
@@ -4066,14 +4211,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4066
4211
|
} | {
|
|
4067
4212
|
output: {
|
|
4068
4213
|
error: {
|
|
4069
|
-
code: "
|
|
4214
|
+
code: "param_invalid";
|
|
4070
4215
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4071
4216
|
message: string;
|
|
4072
4217
|
};
|
|
4073
4218
|
requestId: string;
|
|
4074
4219
|
};
|
|
4075
4220
|
outputFormat: "json";
|
|
4076
|
-
status:
|
|
4221
|
+
status: 400;
|
|
4077
4222
|
input: {
|
|
4078
4223
|
param: {
|
|
4079
4224
|
orgId: string;
|
|
@@ -4178,14 +4323,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4178
4323
|
} | {
|
|
4179
4324
|
output: {
|
|
4180
4325
|
error: {
|
|
4181
|
-
code: "
|
|
4326
|
+
code: "organization_not_found" | "project_not_found";
|
|
4182
4327
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4183
4328
|
message: string;
|
|
4184
4329
|
};
|
|
4185
4330
|
requestId: string;
|
|
4186
4331
|
};
|
|
4187
4332
|
outputFormat: "json";
|
|
4188
|
-
status:
|
|
4333
|
+
status: 404;
|
|
4189
4334
|
input: {
|
|
4190
4335
|
param: {
|
|
4191
4336
|
orgId: string;
|
|
@@ -4195,14 +4340,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4195
4340
|
} | {
|
|
4196
4341
|
output: {
|
|
4197
4342
|
error: {
|
|
4198
|
-
code: "
|
|
4343
|
+
code: "param_invalid";
|
|
4199
4344
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4200
4345
|
message: string;
|
|
4201
4346
|
};
|
|
4202
4347
|
requestId: string;
|
|
4203
4348
|
};
|
|
4204
4349
|
outputFormat: "json";
|
|
4205
|
-
status:
|
|
4350
|
+
status: 400;
|
|
4206
4351
|
input: {
|
|
4207
4352
|
param: {
|
|
4208
4353
|
orgId: string;
|
|
@@ -4338,14 +4483,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4338
4483
|
} | {
|
|
4339
4484
|
output: {
|
|
4340
4485
|
error: {
|
|
4341
|
-
code: "
|
|
4486
|
+
code: "forbidden";
|
|
4342
4487
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4343
4488
|
message: string;
|
|
4344
4489
|
};
|
|
4345
4490
|
requestId: string;
|
|
4346
4491
|
};
|
|
4347
4492
|
outputFormat: "json";
|
|
4348
|
-
status:
|
|
4493
|
+
status: 403;
|
|
4349
4494
|
input: {
|
|
4350
4495
|
param: {
|
|
4351
4496
|
orgId: string;
|
|
@@ -4359,7 +4504,28 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4359
4504
|
} | {
|
|
4360
4505
|
output: {
|
|
4361
4506
|
error: {
|
|
4362
|
-
code: "
|
|
4507
|
+
code: "organization_not_found" | "project_not_found";
|
|
4508
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4509
|
+
message: string;
|
|
4510
|
+
};
|
|
4511
|
+
requestId: string;
|
|
4512
|
+
};
|
|
4513
|
+
outputFormat: "json";
|
|
4514
|
+
status: 404;
|
|
4515
|
+
input: {
|
|
4516
|
+
param: {
|
|
4517
|
+
orgId: string;
|
|
4518
|
+
projectId: string;
|
|
4519
|
+
};
|
|
4520
|
+
} & {
|
|
4521
|
+
json: {
|
|
4522
|
+
name: string;
|
|
4523
|
+
};
|
|
4524
|
+
};
|
|
4525
|
+
} | {
|
|
4526
|
+
output: {
|
|
4527
|
+
error: {
|
|
4528
|
+
code: "body_invalid";
|
|
4363
4529
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4364
4530
|
message: string;
|
|
4365
4531
|
};
|
|
@@ -4380,14 +4546,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4380
4546
|
} | {
|
|
4381
4547
|
output: {
|
|
4382
4548
|
error: {
|
|
4383
|
-
code: "
|
|
4549
|
+
code: "param_invalid";
|
|
4384
4550
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4385
4551
|
message: string;
|
|
4386
4552
|
};
|
|
4387
4553
|
requestId: string;
|
|
4388
4554
|
};
|
|
4389
4555
|
outputFormat: "json";
|
|
4390
|
-
status:
|
|
4556
|
+
status: 400;
|
|
4391
4557
|
input: {
|
|
4392
4558
|
param: {
|
|
4393
4559
|
orgId: string;
|
|
@@ -4511,14 +4677,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4511
4677
|
} | {
|
|
4512
4678
|
output: {
|
|
4513
4679
|
error: {
|
|
4514
|
-
code: "
|
|
4680
|
+
code: "forbidden";
|
|
4515
4681
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4516
4682
|
message: string;
|
|
4517
4683
|
};
|
|
4518
4684
|
requestId: string;
|
|
4519
4685
|
};
|
|
4520
4686
|
outputFormat: "json";
|
|
4521
|
-
status:
|
|
4687
|
+
status: 403;
|
|
4522
4688
|
input: {
|
|
4523
4689
|
param: {
|
|
4524
4690
|
orgId: string;
|
|
@@ -4542,6 +4708,23 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4542
4708
|
projectId: string;
|
|
4543
4709
|
};
|
|
4544
4710
|
};
|
|
4711
|
+
} | {
|
|
4712
|
+
output: {
|
|
4713
|
+
error: {
|
|
4714
|
+
code: "param_invalid";
|
|
4715
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4716
|
+
message: string;
|
|
4717
|
+
};
|
|
4718
|
+
requestId: string;
|
|
4719
|
+
};
|
|
4720
|
+
outputFormat: "json";
|
|
4721
|
+
status: 400;
|
|
4722
|
+
input: {
|
|
4723
|
+
param: {
|
|
4724
|
+
orgId: string;
|
|
4725
|
+
projectId: string;
|
|
4726
|
+
};
|
|
4727
|
+
};
|
|
4545
4728
|
} | {
|
|
4546
4729
|
output: {
|
|
4547
4730
|
id: string;
|
|
@@ -4666,14 +4849,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4666
4849
|
} | {
|
|
4667
4850
|
output: {
|
|
4668
4851
|
error: {
|
|
4669
|
-
code: "
|
|
4852
|
+
code: "organization_not_found";
|
|
4670
4853
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4671
4854
|
message: string;
|
|
4672
4855
|
};
|
|
4673
4856
|
requestId: string;
|
|
4674
4857
|
};
|
|
4675
4858
|
outputFormat: "json";
|
|
4676
|
-
status:
|
|
4859
|
+
status: 404;
|
|
4677
4860
|
input: {
|
|
4678
4861
|
param: {
|
|
4679
4862
|
orgId: string;
|
|
@@ -4687,14 +4870,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4687
4870
|
} | {
|
|
4688
4871
|
output: {
|
|
4689
4872
|
error: {
|
|
4690
|
-
code: "
|
|
4873
|
+
code: "forbidden";
|
|
4691
4874
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4692
4875
|
message: string;
|
|
4693
4876
|
};
|
|
4694
4877
|
requestId: string;
|
|
4695
4878
|
};
|
|
4696
4879
|
outputFormat: "json";
|
|
4697
|
-
status:
|
|
4880
|
+
status: 403;
|
|
4698
4881
|
input: {
|
|
4699
4882
|
param: {
|
|
4700
4883
|
orgId: string;
|
|
@@ -4708,14 +4891,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4708
4891
|
} | {
|
|
4709
4892
|
output: {
|
|
4710
4893
|
error: {
|
|
4711
|
-
code: "
|
|
4894
|
+
code: "body_invalid";
|
|
4712
4895
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4713
4896
|
message: string;
|
|
4714
4897
|
};
|
|
4715
4898
|
requestId: string;
|
|
4716
4899
|
};
|
|
4717
4900
|
outputFormat: "json";
|
|
4718
|
-
status:
|
|
4901
|
+
status: 400;
|
|
4719
4902
|
input: {
|
|
4720
4903
|
param: {
|
|
4721
4904
|
orgId: string;
|
|
@@ -4729,14 +4912,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4729
4912
|
} | {
|
|
4730
4913
|
output: {
|
|
4731
4914
|
error: {
|
|
4732
|
-
code: "
|
|
4915
|
+
code: "param_invalid";
|
|
4733
4916
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4734
4917
|
message: string;
|
|
4735
4918
|
};
|
|
4736
4919
|
requestId: string;
|
|
4737
4920
|
};
|
|
4738
4921
|
outputFormat: "json";
|
|
4739
|
-
status:
|
|
4922
|
+
status: 400;
|
|
4740
4923
|
input: {
|
|
4741
4924
|
param: {
|
|
4742
4925
|
orgId: string;
|
|
@@ -4856,14 +5039,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4856
5039
|
} | {
|
|
4857
5040
|
output: {
|
|
4858
5041
|
error: {
|
|
4859
|
-
code: "
|
|
5042
|
+
code: "organization_not_found";
|
|
4860
5043
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4861
5044
|
message: string;
|
|
4862
5045
|
};
|
|
4863
5046
|
requestId: string;
|
|
4864
5047
|
};
|
|
4865
5048
|
outputFormat: "json";
|
|
4866
|
-
status:
|
|
5049
|
+
status: 404;
|
|
4867
5050
|
input: {
|
|
4868
5051
|
param: {
|
|
4869
5052
|
orgId: string;
|
|
@@ -4872,14 +5055,30 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4872
5055
|
} | {
|
|
4873
5056
|
output: {
|
|
4874
5057
|
error: {
|
|
4875
|
-
code: "
|
|
5058
|
+
code: "forbidden";
|
|
4876
5059
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4877
5060
|
message: string;
|
|
4878
5061
|
};
|
|
4879
5062
|
requestId: string;
|
|
4880
5063
|
};
|
|
4881
5064
|
outputFormat: "json";
|
|
4882
|
-
status:
|
|
5065
|
+
status: 403;
|
|
5066
|
+
input: {
|
|
5067
|
+
param: {
|
|
5068
|
+
orgId: string;
|
|
5069
|
+
};
|
|
5070
|
+
};
|
|
5071
|
+
} | {
|
|
5072
|
+
output: {
|
|
5073
|
+
error: {
|
|
5074
|
+
code: "param_invalid";
|
|
5075
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5076
|
+
message: string;
|
|
5077
|
+
};
|
|
5078
|
+
requestId: string;
|
|
5079
|
+
};
|
|
5080
|
+
outputFormat: "json";
|
|
5081
|
+
status: 400;
|
|
4883
5082
|
input: {
|
|
4884
5083
|
param: {
|
|
4885
5084
|
orgId: string;
|
|
@@ -4996,14 +5195,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4996
5195
|
} | {
|
|
4997
5196
|
output: {
|
|
4998
5197
|
error: {
|
|
4999
|
-
code: "
|
|
5198
|
+
code: "organization_not_found";
|
|
5000
5199
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5001
5200
|
message: string;
|
|
5002
5201
|
};
|
|
5003
5202
|
requestId: string;
|
|
5004
5203
|
};
|
|
5005
5204
|
outputFormat: "json";
|
|
5006
|
-
status:
|
|
5205
|
+
status: 404;
|
|
5007
5206
|
input: {
|
|
5008
5207
|
param: {
|
|
5009
5208
|
invitationId: string;
|
|
@@ -5013,14 +5212,31 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5013
5212
|
} | {
|
|
5014
5213
|
output: {
|
|
5015
5214
|
error: {
|
|
5016
|
-
code: "
|
|
5215
|
+
code: "forbidden";
|
|
5017
5216
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5018
5217
|
message: string;
|
|
5019
5218
|
};
|
|
5020
5219
|
requestId: string;
|
|
5021
5220
|
};
|
|
5022
5221
|
outputFormat: "json";
|
|
5023
|
-
status:
|
|
5222
|
+
status: 403;
|
|
5223
|
+
input: {
|
|
5224
|
+
param: {
|
|
5225
|
+
invitationId: string;
|
|
5226
|
+
orgId: string;
|
|
5227
|
+
};
|
|
5228
|
+
};
|
|
5229
|
+
} | {
|
|
5230
|
+
output: {
|
|
5231
|
+
error: {
|
|
5232
|
+
code: "param_invalid";
|
|
5233
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5234
|
+
message: string;
|
|
5235
|
+
};
|
|
5236
|
+
requestId: string;
|
|
5237
|
+
};
|
|
5238
|
+
outputFormat: "json";
|
|
5239
|
+
status: 400;
|
|
5024
5240
|
input: {
|
|
5025
5241
|
param: {
|
|
5026
5242
|
invitationId: string;
|
|
@@ -5179,14 +5395,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5179
5395
|
} | {
|
|
5180
5396
|
output: {
|
|
5181
5397
|
error: {
|
|
5182
|
-
code: "
|
|
5398
|
+
code: "forbidden";
|
|
5183
5399
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5184
5400
|
message: string;
|
|
5185
5401
|
};
|
|
5186
5402
|
requestId: string;
|
|
5187
5403
|
};
|
|
5188
5404
|
outputFormat: "json";
|
|
5189
|
-
status:
|
|
5405
|
+
status: 403;
|
|
5190
5406
|
input: {
|
|
5191
5407
|
param: {
|
|
5192
5408
|
invitationId: string;
|
|
@@ -5195,14 +5411,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5195
5411
|
} | {
|
|
5196
5412
|
output: {
|
|
5197
5413
|
error: {
|
|
5198
|
-
code: "
|
|
5414
|
+
code: "param_invalid";
|
|
5199
5415
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5200
5416
|
message: string;
|
|
5201
5417
|
};
|
|
5202
5418
|
requestId: string;
|
|
5203
5419
|
};
|
|
5204
5420
|
outputFormat: "json";
|
|
5205
|
-
status:
|
|
5421
|
+
status: 400;
|
|
5206
5422
|
input: {
|
|
5207
5423
|
param: {
|
|
5208
5424
|
invitationId: string;
|
|
@@ -5292,14 +5508,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5292
5508
|
} | {
|
|
5293
5509
|
output: {
|
|
5294
5510
|
error: {
|
|
5295
|
-
code: "
|
|
5511
|
+
code: "forbidden";
|
|
5296
5512
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5297
5513
|
message: string;
|
|
5298
5514
|
};
|
|
5299
5515
|
requestId: string;
|
|
5300
5516
|
};
|
|
5301
5517
|
outputFormat: "json";
|
|
5302
|
-
status:
|
|
5518
|
+
status: 403;
|
|
5303
5519
|
input: {
|
|
5304
5520
|
param: {
|
|
5305
5521
|
invitationId: string;
|
|
@@ -5308,14 +5524,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5308
5524
|
} | {
|
|
5309
5525
|
output: {
|
|
5310
5526
|
error: {
|
|
5311
|
-
code: "
|
|
5527
|
+
code: "param_invalid";
|
|
5312
5528
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5313
5529
|
message: string;
|
|
5314
5530
|
};
|
|
5315
5531
|
requestId: string;
|
|
5316
5532
|
};
|
|
5317
5533
|
outputFormat: "json";
|
|
5318
|
-
status:
|
|
5534
|
+
status: 400;
|
|
5319
5535
|
input: {
|
|
5320
5536
|
param: {
|
|
5321
5537
|
invitationId: string;
|
|
@@ -5475,14 +5691,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5475
5691
|
} | {
|
|
5476
5692
|
output: {
|
|
5477
5693
|
error: {
|
|
5478
|
-
code: "
|
|
5694
|
+
code: "organization_not_found";
|
|
5479
5695
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5480
5696
|
message: string;
|
|
5481
5697
|
};
|
|
5482
5698
|
requestId: string;
|
|
5483
5699
|
};
|
|
5484
5700
|
outputFormat: "json";
|
|
5485
|
-
status:
|
|
5701
|
+
status: 404;
|
|
5486
5702
|
input: {
|
|
5487
5703
|
param: {
|
|
5488
5704
|
orgId: string;
|
|
@@ -5495,14 +5711,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5495
5711
|
} | {
|
|
5496
5712
|
output: {
|
|
5497
5713
|
error: {
|
|
5498
|
-
code: "
|
|
5714
|
+
code: "param_invalid";
|
|
5499
5715
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5500
5716
|
message: string;
|
|
5501
5717
|
};
|
|
5502
5718
|
requestId: string;
|
|
5503
5719
|
};
|
|
5504
5720
|
outputFormat: "json";
|
|
5505
|
-
status:
|
|
5721
|
+
status: 400;
|
|
5506
5722
|
input: {
|
|
5507
5723
|
param: {
|
|
5508
5724
|
orgId: string;
|
|
@@ -5742,14 +5958,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5742
5958
|
} | {
|
|
5743
5959
|
output: {
|
|
5744
5960
|
error: {
|
|
5745
|
-
code: "
|
|
5961
|
+
code: "organization_not_found";
|
|
5746
5962
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5747
5963
|
message: string;
|
|
5748
5964
|
};
|
|
5749
5965
|
requestId: string;
|
|
5750
5966
|
};
|
|
5751
5967
|
outputFormat: "json";
|
|
5752
|
-
status:
|
|
5968
|
+
status: 404;
|
|
5753
5969
|
input: {
|
|
5754
5970
|
param: {
|
|
5755
5971
|
orgId: string;
|
|
@@ -5774,14 +5990,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5774
5990
|
} | {
|
|
5775
5991
|
output: {
|
|
5776
5992
|
error: {
|
|
5777
|
-
code: "
|
|
5993
|
+
code: "forbidden";
|
|
5778
5994
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5779
5995
|
message: string;
|
|
5780
5996
|
};
|
|
5781
5997
|
requestId: string;
|
|
5782
5998
|
};
|
|
5783
5999
|
outputFormat: "json";
|
|
5784
|
-
status:
|
|
6000
|
+
status: 403;
|
|
5785
6001
|
input: {
|
|
5786
6002
|
param: {
|
|
5787
6003
|
orgId: string;
|
|
@@ -5806,14 +6022,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5806
6022
|
} | {
|
|
5807
6023
|
output: {
|
|
5808
6024
|
error: {
|
|
5809
|
-
code: "
|
|
6025
|
+
code: "body_invalid";
|
|
5810
6026
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5811
6027
|
message: string;
|
|
5812
6028
|
};
|
|
5813
6029
|
requestId: string;
|
|
5814
6030
|
};
|
|
5815
6031
|
outputFormat: "json";
|
|
5816
|
-
status:
|
|
6032
|
+
status: 400;
|
|
5817
6033
|
input: {
|
|
5818
6034
|
param: {
|
|
5819
6035
|
orgId: string;
|
|
@@ -5837,14 +6053,46 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5837
6053
|
};
|
|
5838
6054
|
} | {
|
|
5839
6055
|
output: {
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5844
|
-
|
|
5845
|
-
|
|
5846
|
-
|
|
5847
|
-
|
|
6056
|
+
error: {
|
|
6057
|
+
code: "param_invalid";
|
|
6058
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6059
|
+
message: string;
|
|
6060
|
+
};
|
|
6061
|
+
requestId: string;
|
|
6062
|
+
};
|
|
6063
|
+
outputFormat: "json";
|
|
6064
|
+
status: 400;
|
|
6065
|
+
input: {
|
|
6066
|
+
param: {
|
|
6067
|
+
orgId: string;
|
|
6068
|
+
};
|
|
6069
|
+
} & {
|
|
6070
|
+
query?: {
|
|
6071
|
+
environment?: string | string[];
|
|
6072
|
+
} | undefined;
|
|
6073
|
+
} & {
|
|
6074
|
+
json: {
|
|
6075
|
+
spendLimit?: {
|
|
6076
|
+
amount: string;
|
|
6077
|
+
currency?: "usd" | undefined;
|
|
6078
|
+
period?: "month" | undefined;
|
|
6079
|
+
} | null | undefined;
|
|
6080
|
+
txFeeLimit?: {
|
|
6081
|
+
amount: string;
|
|
6082
|
+
currency?: "usd" | undefined;
|
|
6083
|
+
} | null | undefined;
|
|
6084
|
+
};
|
|
6085
|
+
};
|
|
6086
|
+
} | {
|
|
6087
|
+
output: {
|
|
6088
|
+
enabledSources: ("stripe" | "tempo")[];
|
|
6089
|
+
spend?: {
|
|
6090
|
+
amount: string;
|
|
6091
|
+
currency: "usd";
|
|
6092
|
+
period: "month";
|
|
6093
|
+
} | undefined;
|
|
6094
|
+
spendLimit?: {
|
|
6095
|
+
amount: string;
|
|
5848
6096
|
currency: "usd";
|
|
5849
6097
|
period: "month";
|
|
5850
6098
|
} | undefined;
|
|
@@ -6005,14 +6253,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6005
6253
|
} | {
|
|
6006
6254
|
output: {
|
|
6007
6255
|
error: {
|
|
6008
|
-
code: "
|
|
6256
|
+
code: "organization_not_found";
|
|
6009
6257
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6010
6258
|
message: string;
|
|
6011
6259
|
};
|
|
6012
6260
|
requestId: string;
|
|
6013
6261
|
};
|
|
6014
6262
|
outputFormat: "json";
|
|
6015
|
-
status:
|
|
6263
|
+
status: 404;
|
|
6016
6264
|
input: {
|
|
6017
6265
|
param: {
|
|
6018
6266
|
orgId: string;
|
|
@@ -6025,14 +6273,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6025
6273
|
} | {
|
|
6026
6274
|
output: {
|
|
6027
6275
|
error: {
|
|
6028
|
-
code: "
|
|
6276
|
+
code: "forbidden";
|
|
6029
6277
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6030
6278
|
message: string;
|
|
6031
6279
|
};
|
|
6032
6280
|
requestId: string;
|
|
6033
6281
|
};
|
|
6034
6282
|
outputFormat: "json";
|
|
6035
|
-
status:
|
|
6283
|
+
status: 403;
|
|
6036
6284
|
input: {
|
|
6037
6285
|
param: {
|
|
6038
6286
|
orgId: string;
|
|
@@ -6045,14 +6293,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6045
6293
|
} | {
|
|
6046
6294
|
output: {
|
|
6047
6295
|
error: {
|
|
6048
|
-
code: "
|
|
6296
|
+
code: "param_invalid";
|
|
6049
6297
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6050
6298
|
message: string;
|
|
6051
6299
|
};
|
|
6052
6300
|
requestId: string;
|
|
6053
6301
|
};
|
|
6054
6302
|
outputFormat: "json";
|
|
6055
|
-
status:
|
|
6303
|
+
status: 400;
|
|
6056
6304
|
input: {
|
|
6057
6305
|
param: {
|
|
6058
6306
|
orgId: string;
|
|
@@ -6244,14 +6492,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6244
6492
|
} | {
|
|
6245
6493
|
output: {
|
|
6246
6494
|
error: {
|
|
6247
|
-
code: "
|
|
6495
|
+
code: "organization_not_found";
|
|
6248
6496
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6249
6497
|
message: string;
|
|
6250
6498
|
};
|
|
6251
6499
|
requestId: string;
|
|
6252
6500
|
};
|
|
6253
6501
|
outputFormat: "json";
|
|
6254
|
-
status:
|
|
6502
|
+
status: 404;
|
|
6255
6503
|
input: {
|
|
6256
6504
|
param: {
|
|
6257
6505
|
orgId: string;
|
|
@@ -6264,14 +6512,34 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6264
6512
|
} | {
|
|
6265
6513
|
output: {
|
|
6266
6514
|
error: {
|
|
6267
|
-
code: "
|
|
6515
|
+
code: "forbidden";
|
|
6268
6516
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6269
6517
|
message: string;
|
|
6270
6518
|
};
|
|
6271
6519
|
requestId: string;
|
|
6272
6520
|
};
|
|
6273
6521
|
outputFormat: "json";
|
|
6274
|
-
status:
|
|
6522
|
+
status: 403;
|
|
6523
|
+
input: {
|
|
6524
|
+
param: {
|
|
6525
|
+
orgId: string;
|
|
6526
|
+
};
|
|
6527
|
+
} & {
|
|
6528
|
+
query?: {
|
|
6529
|
+
environment?: string | string[];
|
|
6530
|
+
} | undefined;
|
|
6531
|
+
};
|
|
6532
|
+
} | {
|
|
6533
|
+
output: {
|
|
6534
|
+
error: {
|
|
6535
|
+
code: "param_invalid";
|
|
6536
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6537
|
+
message: string;
|
|
6538
|
+
};
|
|
6539
|
+
requestId: string;
|
|
6540
|
+
};
|
|
6541
|
+
outputFormat: "json";
|
|
6542
|
+
status: 400;
|
|
6275
6543
|
input: {
|
|
6276
6544
|
param: {
|
|
6277
6545
|
orgId: string;
|
|
@@ -6463,14 +6731,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6463
6731
|
} | {
|
|
6464
6732
|
output: {
|
|
6465
6733
|
error: {
|
|
6466
|
-
code: "
|
|
6734
|
+
code: "organization_not_found";
|
|
6467
6735
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6468
6736
|
message: string;
|
|
6469
6737
|
};
|
|
6470
6738
|
requestId: string;
|
|
6471
6739
|
};
|
|
6472
6740
|
outputFormat: "json";
|
|
6473
|
-
status:
|
|
6741
|
+
status: 404;
|
|
6474
6742
|
input: {
|
|
6475
6743
|
param: {
|
|
6476
6744
|
orgId: string;
|
|
@@ -6483,14 +6751,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6483
6751
|
} | {
|
|
6484
6752
|
output: {
|
|
6485
6753
|
error: {
|
|
6486
|
-
code: "
|
|
6754
|
+
code: "param_invalid";
|
|
6487
6755
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6488
6756
|
message: string;
|
|
6489
6757
|
};
|
|
6490
6758
|
requestId: string;
|
|
6491
6759
|
};
|
|
6492
6760
|
outputFormat: "json";
|
|
6493
|
-
status:
|
|
6761
|
+
status: 400;
|
|
6494
6762
|
input: {
|
|
6495
6763
|
param: {
|
|
6496
6764
|
orgId: string;
|
|
@@ -6680,14 +6948,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6680
6948
|
} | {
|
|
6681
6949
|
output: {
|
|
6682
6950
|
error: {
|
|
6683
|
-
code: "
|
|
6951
|
+
code: "organization_not_found";
|
|
6684
6952
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6685
6953
|
message: string;
|
|
6686
6954
|
};
|
|
6687
6955
|
requestId: string;
|
|
6688
6956
|
};
|
|
6689
6957
|
outputFormat: "json";
|
|
6690
|
-
status:
|
|
6958
|
+
status: 404;
|
|
6691
6959
|
input: {
|
|
6692
6960
|
param: {
|
|
6693
6961
|
methodId: string;
|
|
@@ -6701,14 +6969,35 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6701
6969
|
} | {
|
|
6702
6970
|
output: {
|
|
6703
6971
|
error: {
|
|
6704
|
-
code: "
|
|
6972
|
+
code: "forbidden";
|
|
6705
6973
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6706
6974
|
message: string;
|
|
6707
6975
|
};
|
|
6708
6976
|
requestId: string;
|
|
6709
6977
|
};
|
|
6710
6978
|
outputFormat: "json";
|
|
6711
|
-
status:
|
|
6979
|
+
status: 403;
|
|
6980
|
+
input: {
|
|
6981
|
+
param: {
|
|
6982
|
+
methodId: string;
|
|
6983
|
+
orgId: string;
|
|
6984
|
+
};
|
|
6985
|
+
} & {
|
|
6986
|
+
query?: {
|
|
6987
|
+
environment?: string | string[];
|
|
6988
|
+
} | undefined;
|
|
6989
|
+
};
|
|
6990
|
+
} | {
|
|
6991
|
+
output: {
|
|
6992
|
+
error: {
|
|
6993
|
+
code: "param_invalid";
|
|
6994
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6995
|
+
message: string;
|
|
6996
|
+
};
|
|
6997
|
+
requestId: string;
|
|
6998
|
+
};
|
|
6999
|
+
outputFormat: "json";
|
|
7000
|
+
status: 400;
|
|
6712
7001
|
input: {
|
|
6713
7002
|
param: {
|
|
6714
7003
|
methodId: string;
|
|
@@ -6940,14 +7229,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6940
7229
|
} | {
|
|
6941
7230
|
output: {
|
|
6942
7231
|
error: {
|
|
6943
|
-
code: "
|
|
7232
|
+
code: "organization_not_found";
|
|
6944
7233
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6945
7234
|
message: string;
|
|
6946
7235
|
};
|
|
6947
7236
|
requestId: string;
|
|
6948
7237
|
};
|
|
6949
7238
|
outputFormat: "json";
|
|
6950
|
-
status:
|
|
7239
|
+
status: 404;
|
|
6951
7240
|
input: {
|
|
6952
7241
|
param: {
|
|
6953
7242
|
orgId: string;
|
|
@@ -6964,14 +7253,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6964
7253
|
} | {
|
|
6965
7254
|
output: {
|
|
6966
7255
|
error: {
|
|
6967
|
-
code: "
|
|
7256
|
+
code: "forbidden";
|
|
6968
7257
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6969
7258
|
message: string;
|
|
6970
7259
|
};
|
|
6971
7260
|
requestId: string;
|
|
6972
7261
|
};
|
|
6973
7262
|
outputFormat: "json";
|
|
6974
|
-
status:
|
|
7263
|
+
status: 403;
|
|
6975
7264
|
input: {
|
|
6976
7265
|
param: {
|
|
6977
7266
|
orgId: string;
|
|
@@ -6988,14 +7277,38 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6988
7277
|
} | {
|
|
6989
7278
|
output: {
|
|
6990
7279
|
error: {
|
|
6991
|
-
code: "
|
|
7280
|
+
code: "body_invalid";
|
|
6992
7281
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6993
7282
|
message: string;
|
|
6994
7283
|
};
|
|
6995
7284
|
requestId: string;
|
|
6996
7285
|
};
|
|
6997
7286
|
outputFormat: "json";
|
|
6998
|
-
status:
|
|
7287
|
+
status: 400;
|
|
7288
|
+
input: {
|
|
7289
|
+
param: {
|
|
7290
|
+
orgId: string;
|
|
7291
|
+
};
|
|
7292
|
+
} & {
|
|
7293
|
+
json: {
|
|
7294
|
+
allowedEmailDomains?: readonly string[] | null | undefined;
|
|
7295
|
+
expiresAt?: string | null | undefined;
|
|
7296
|
+
maxUses?: number | null | undefined;
|
|
7297
|
+
name?: string | undefined;
|
|
7298
|
+
role?: "member" | undefined;
|
|
7299
|
+
};
|
|
7300
|
+
};
|
|
7301
|
+
} | {
|
|
7302
|
+
output: {
|
|
7303
|
+
error: {
|
|
7304
|
+
code: "param_invalid";
|
|
7305
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7306
|
+
message: string;
|
|
7307
|
+
};
|
|
7308
|
+
requestId: string;
|
|
7309
|
+
};
|
|
7310
|
+
outputFormat: "json";
|
|
7311
|
+
status: 400;
|
|
6999
7312
|
input: {
|
|
7000
7313
|
param: {
|
|
7001
7314
|
orgId: string;
|
|
@@ -7097,14 +7410,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7097
7410
|
} | {
|
|
7098
7411
|
output: {
|
|
7099
7412
|
error: {
|
|
7100
|
-
code: "
|
|
7413
|
+
code: "organization_not_found";
|
|
7101
7414
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7102
7415
|
message: string;
|
|
7103
7416
|
};
|
|
7104
7417
|
requestId: string;
|
|
7105
7418
|
};
|
|
7106
7419
|
outputFormat: "json";
|
|
7107
|
-
status:
|
|
7420
|
+
status: 404;
|
|
7108
7421
|
input: {
|
|
7109
7422
|
param: {
|
|
7110
7423
|
orgId: string;
|
|
@@ -7113,14 +7426,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7113
7426
|
} | {
|
|
7114
7427
|
output: {
|
|
7115
7428
|
error: {
|
|
7116
|
-
code: "
|
|
7429
|
+
code: "forbidden";
|
|
7117
7430
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7118
7431
|
message: string;
|
|
7119
7432
|
};
|
|
7120
7433
|
requestId: string;
|
|
7121
7434
|
};
|
|
7122
7435
|
outputFormat: "json";
|
|
7123
|
-
status:
|
|
7436
|
+
status: 403;
|
|
7124
7437
|
input: {
|
|
7125
7438
|
param: {
|
|
7126
7439
|
orgId: string;
|
|
@@ -7129,14 +7442,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7129
7442
|
} | {
|
|
7130
7443
|
output: {
|
|
7131
7444
|
error: {
|
|
7132
|
-
code: "
|
|
7445
|
+
code: "param_invalid";
|
|
7133
7446
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7134
7447
|
message: string;
|
|
7135
7448
|
};
|
|
7136
7449
|
requestId: string;
|
|
7137
7450
|
};
|
|
7138
7451
|
outputFormat: "json";
|
|
7139
|
-
status:
|
|
7452
|
+
status: 400;
|
|
7140
7453
|
input: {
|
|
7141
7454
|
param: {
|
|
7142
7455
|
orgId: string;
|
|
@@ -7239,14 +7552,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7239
7552
|
} | {
|
|
7240
7553
|
output: {
|
|
7241
7554
|
error: {
|
|
7242
|
-
code: "
|
|
7555
|
+
code: "organization_not_found";
|
|
7243
7556
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7244
7557
|
message: string;
|
|
7245
7558
|
};
|
|
7246
7559
|
requestId: string;
|
|
7247
7560
|
};
|
|
7248
7561
|
outputFormat: "json";
|
|
7249
|
-
status:
|
|
7562
|
+
status: 404;
|
|
7250
7563
|
input: {
|
|
7251
7564
|
param: {
|
|
7252
7565
|
inviteLinkId: string;
|
|
@@ -7260,14 +7573,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7260
7573
|
} | {
|
|
7261
7574
|
output: {
|
|
7262
7575
|
error: {
|
|
7263
|
-
code: "
|
|
7576
|
+
code: "forbidden";
|
|
7264
7577
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7265
7578
|
message: string;
|
|
7266
7579
|
};
|
|
7267
7580
|
requestId: string;
|
|
7268
7581
|
};
|
|
7269
7582
|
outputFormat: "json";
|
|
7270
|
-
status:
|
|
7583
|
+
status: 403;
|
|
7271
7584
|
input: {
|
|
7272
7585
|
param: {
|
|
7273
7586
|
inviteLinkId: string;
|
|
@@ -7281,14 +7594,35 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7281
7594
|
} | {
|
|
7282
7595
|
output: {
|
|
7283
7596
|
error: {
|
|
7284
|
-
code: "
|
|
7597
|
+
code: "body_invalid";
|
|
7285
7598
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7286
7599
|
message: string;
|
|
7287
7600
|
};
|
|
7288
7601
|
requestId: string;
|
|
7289
7602
|
};
|
|
7290
7603
|
outputFormat: "json";
|
|
7291
|
-
status:
|
|
7604
|
+
status: 400;
|
|
7605
|
+
input: {
|
|
7606
|
+
param: {
|
|
7607
|
+
inviteLinkId: string;
|
|
7608
|
+
orgId: string;
|
|
7609
|
+
};
|
|
7610
|
+
} & {
|
|
7611
|
+
json: {
|
|
7612
|
+
enabled: boolean;
|
|
7613
|
+
};
|
|
7614
|
+
};
|
|
7615
|
+
} | {
|
|
7616
|
+
output: {
|
|
7617
|
+
error: {
|
|
7618
|
+
code: "param_invalid";
|
|
7619
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7620
|
+
message: string;
|
|
7621
|
+
};
|
|
7622
|
+
requestId: string;
|
|
7623
|
+
};
|
|
7624
|
+
outputFormat: "json";
|
|
7625
|
+
status: 400;
|
|
7292
7626
|
input: {
|
|
7293
7627
|
param: {
|
|
7294
7628
|
inviteLinkId: string;
|
|
@@ -7408,14 +7742,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7408
7742
|
} | {
|
|
7409
7743
|
output: {
|
|
7410
7744
|
error: {
|
|
7411
|
-
code: "
|
|
7745
|
+
code: "organization_not_found";
|
|
7412
7746
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7413
7747
|
message: string;
|
|
7414
7748
|
};
|
|
7415
7749
|
requestId: string;
|
|
7416
7750
|
};
|
|
7417
7751
|
outputFormat: "json";
|
|
7418
|
-
status:
|
|
7752
|
+
status: 404;
|
|
7419
7753
|
input: {
|
|
7420
7754
|
param: {
|
|
7421
7755
|
inviteLinkId: string;
|
|
@@ -7425,14 +7759,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7425
7759
|
} | {
|
|
7426
7760
|
output: {
|
|
7427
7761
|
error: {
|
|
7428
|
-
code: "
|
|
7762
|
+
code: "forbidden";
|
|
7429
7763
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7430
7764
|
message: string;
|
|
7431
7765
|
};
|
|
7432
7766
|
requestId: string;
|
|
7433
7767
|
};
|
|
7434
7768
|
outputFormat: "json";
|
|
7435
|
-
status:
|
|
7769
|
+
status: 403;
|
|
7436
7770
|
input: {
|
|
7437
7771
|
param: {
|
|
7438
7772
|
inviteLinkId: string;
|
|
@@ -7442,14 +7776,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7442
7776
|
} | {
|
|
7443
7777
|
output: {
|
|
7444
7778
|
error: {
|
|
7445
|
-
code: "
|
|
7779
|
+
code: "param_invalid";
|
|
7446
7780
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7447
7781
|
message: string;
|
|
7448
7782
|
};
|
|
7449
7783
|
requestId: string;
|
|
7450
7784
|
};
|
|
7451
7785
|
outputFormat: "json";
|
|
7452
|
-
status:
|
|
7786
|
+
status: 400;
|
|
7453
7787
|
input: {
|
|
7454
7788
|
param: {
|
|
7455
7789
|
inviteLinkId: string;
|
|
@@ -7543,14 +7877,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7543
7877
|
} | {
|
|
7544
7878
|
output: {
|
|
7545
7879
|
error: {
|
|
7546
|
-
code: "
|
|
7880
|
+
code: "organization_not_found";
|
|
7547
7881
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7548
7882
|
message: string;
|
|
7549
7883
|
};
|
|
7550
7884
|
requestId: string;
|
|
7551
7885
|
};
|
|
7552
7886
|
outputFormat: "json";
|
|
7553
|
-
status:
|
|
7887
|
+
status: 404;
|
|
7554
7888
|
input: {
|
|
7555
7889
|
param: {
|
|
7556
7890
|
inviteLinkId: string;
|
|
@@ -7560,14 +7894,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7560
7894
|
} | {
|
|
7561
7895
|
output: {
|
|
7562
7896
|
error: {
|
|
7563
|
-
code: "
|
|
7897
|
+
code: "forbidden";
|
|
7564
7898
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7565
7899
|
message: string;
|
|
7566
7900
|
};
|
|
7567
7901
|
requestId: string;
|
|
7568
7902
|
};
|
|
7569
7903
|
outputFormat: "json";
|
|
7570
|
-
status:
|
|
7904
|
+
status: 403;
|
|
7571
7905
|
input: {
|
|
7572
7906
|
param: {
|
|
7573
7907
|
inviteLinkId: string;
|
|
@@ -7577,14 +7911,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7577
7911
|
} | {
|
|
7578
7912
|
output: {
|
|
7579
7913
|
error: {
|
|
7580
|
-
code: "
|
|
7914
|
+
code: "param_invalid";
|
|
7581
7915
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7582
7916
|
message: string;
|
|
7583
7917
|
};
|
|
7584
7918
|
requestId: string;
|
|
7585
7919
|
};
|
|
7586
7920
|
outputFormat: "json";
|
|
7587
|
-
status:
|
|
7921
|
+
status: 400;
|
|
7588
7922
|
input: {
|
|
7589
7923
|
param: {
|
|
7590
7924
|
inviteLinkId: string;
|
|
@@ -7683,14 +8017,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7683
8017
|
} | {
|
|
7684
8018
|
output: {
|
|
7685
8019
|
error: {
|
|
7686
|
-
code: "
|
|
8020
|
+
code: "forbidden";
|
|
7687
8021
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7688
8022
|
message: string;
|
|
7689
8023
|
};
|
|
7690
8024
|
requestId: string;
|
|
7691
8025
|
};
|
|
7692
8026
|
outputFormat: "json";
|
|
7693
|
-
status:
|
|
8027
|
+
status: 403;
|
|
7694
8028
|
input: {
|
|
7695
8029
|
json: {
|
|
7696
8030
|
token: string;
|
|
@@ -7699,14 +8033,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7699
8033
|
} | {
|
|
7700
8034
|
output: {
|
|
7701
8035
|
error: {
|
|
7702
|
-
code: "
|
|
8036
|
+
code: "body_invalid";
|
|
7703
8037
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7704
8038
|
message: string;
|
|
7705
8039
|
};
|
|
7706
8040
|
requestId: string;
|
|
7707
8041
|
};
|
|
7708
8042
|
outputFormat: "json";
|
|
7709
|
-
status:
|
|
8043
|
+
status: 400;
|
|
7710
8044
|
input: {
|
|
7711
8045
|
json: {
|
|
7712
8046
|
token: string;
|
|
@@ -7795,14 +8129,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7795
8129
|
} | {
|
|
7796
8130
|
output: {
|
|
7797
8131
|
error: {
|
|
7798
|
-
code: "
|
|
8132
|
+
code: "forbidden";
|
|
7799
8133
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7800
8134
|
message: string;
|
|
7801
8135
|
};
|
|
7802
8136
|
requestId: string;
|
|
7803
8137
|
};
|
|
7804
8138
|
outputFormat: "json";
|
|
7805
|
-
status:
|
|
8139
|
+
status: 403;
|
|
7806
8140
|
input: {
|
|
7807
8141
|
json: {
|
|
7808
8142
|
token: string;
|
|
@@ -7811,14 +8145,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7811
8145
|
} | {
|
|
7812
8146
|
output: {
|
|
7813
8147
|
error: {
|
|
7814
|
-
code: "
|
|
8148
|
+
code: "body_invalid";
|
|
7815
8149
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7816
8150
|
message: string;
|
|
7817
8151
|
};
|
|
7818
8152
|
requestId: string;
|
|
7819
8153
|
};
|
|
7820
8154
|
outputFormat: "json";
|
|
7821
|
-
status:
|
|
8155
|
+
status: 400;
|
|
7822
8156
|
input: {
|
|
7823
8157
|
json: {
|
|
7824
8158
|
token: string;
|
|
@@ -8199,24 +8533,49 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8199
8533
|
lte?: `0x${string}` | undefined;
|
|
8200
8534
|
} | `0x${string}` | undefined;
|
|
8201
8535
|
} | undefined;
|
|
8202
|
-
}
|
|
8203
|
-
chainId
|
|
8204
|
-
|
|
8205
|
-
|
|
8206
|
-
|
|
8207
|
-
|
|
8208
|
-
|
|
8209
|
-
|
|
8210
|
-
|
|
8211
|
-
|
|
8212
|
-
|
|
8213
|
-
|
|
8214
|
-
|
|
8215
|
-
|
|
8216
|
-
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
|
|
8536
|
+
} | {
|
|
8537
|
+
chainId?: unknown;
|
|
8538
|
+
context?: {
|
|
8539
|
+
description?: string | undefined;
|
|
8540
|
+
metadata?: Record<string, string> | undefined;
|
|
8541
|
+
title?: string | undefined;
|
|
8542
|
+
} | undefined;
|
|
8543
|
+
destination: {
|
|
8544
|
+
type: "url";
|
|
8545
|
+
url: string;
|
|
8546
|
+
} | {
|
|
8547
|
+
type: "slack";
|
|
8548
|
+
url: string;
|
|
8549
|
+
} | {
|
|
8550
|
+
token: string;
|
|
8551
|
+
type: "betterstack";
|
|
8552
|
+
url: string;
|
|
8553
|
+
};
|
|
8554
|
+
eventType: "funding:deposit.updated";
|
|
8555
|
+
filters?: {
|
|
8556
|
+
depositAddressId?: string | undefined;
|
|
8557
|
+
recipient?: `0x${string}` | undefined;
|
|
8558
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
8559
|
+
} | undefined;
|
|
8560
|
+
}) & {
|
|
8561
|
+
chainId: number;
|
|
8562
|
+
environment?: "production" | "sandbox" | undefined;
|
|
8563
|
+
};
|
|
8564
|
+
};
|
|
8565
|
+
} | {
|
|
8566
|
+
output: {
|
|
8567
|
+
error: {
|
|
8568
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
8569
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
8570
|
+
message: string;
|
|
8571
|
+
};
|
|
8572
|
+
requestId: string;
|
|
8573
|
+
};
|
|
8574
|
+
outputFormat: "json";
|
|
8575
|
+
status: 401;
|
|
8576
|
+
input: {
|
|
8577
|
+
param: {
|
|
8578
|
+
orgId: string;
|
|
8220
8579
|
};
|
|
8221
8580
|
} & {
|
|
8222
8581
|
json: ({
|
|
@@ -8529,8 +8888,33 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8529
8888
|
lte?: `0x${string}` | undefined;
|
|
8530
8889
|
} | `0x${string}` | undefined;
|
|
8531
8890
|
} | undefined;
|
|
8891
|
+
} | {
|
|
8892
|
+
chainId?: unknown;
|
|
8893
|
+
context?: {
|
|
8894
|
+
description?: string | undefined;
|
|
8895
|
+
metadata?: Record<string, string> | undefined;
|
|
8896
|
+
title?: string | undefined;
|
|
8897
|
+
} | undefined;
|
|
8898
|
+
destination: {
|
|
8899
|
+
type: "url";
|
|
8900
|
+
url: string;
|
|
8901
|
+
} | {
|
|
8902
|
+
type: "slack";
|
|
8903
|
+
url: string;
|
|
8904
|
+
} | {
|
|
8905
|
+
token: string;
|
|
8906
|
+
type: "betterstack";
|
|
8907
|
+
url: string;
|
|
8908
|
+
};
|
|
8909
|
+
eventType: "funding:deposit.updated";
|
|
8910
|
+
filters?: {
|
|
8911
|
+
depositAddressId?: string | undefined;
|
|
8912
|
+
recipient?: `0x${string}` | undefined;
|
|
8913
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
8914
|
+
} | undefined;
|
|
8532
8915
|
}) & {
|
|
8533
8916
|
chainId: number;
|
|
8917
|
+
environment?: "production" | "sandbox" | undefined;
|
|
8534
8918
|
};
|
|
8535
8919
|
};
|
|
8536
8920
|
} | {
|
|
@@ -8859,21 +9243,46 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8859
9243
|
lte?: `0x${string}` | undefined;
|
|
8860
9244
|
} | `0x${string}` | undefined;
|
|
8861
9245
|
} | undefined;
|
|
9246
|
+
} | {
|
|
9247
|
+
chainId?: unknown;
|
|
9248
|
+
context?: {
|
|
9249
|
+
description?: string | undefined;
|
|
9250
|
+
metadata?: Record<string, string> | undefined;
|
|
9251
|
+
title?: string | undefined;
|
|
9252
|
+
} | undefined;
|
|
9253
|
+
destination: {
|
|
9254
|
+
type: "url";
|
|
9255
|
+
url: string;
|
|
9256
|
+
} | {
|
|
9257
|
+
type: "slack";
|
|
9258
|
+
url: string;
|
|
9259
|
+
} | {
|
|
9260
|
+
token: string;
|
|
9261
|
+
type: "betterstack";
|
|
9262
|
+
url: string;
|
|
9263
|
+
};
|
|
9264
|
+
eventType: "funding:deposit.updated";
|
|
9265
|
+
filters?: {
|
|
9266
|
+
depositAddressId?: string | undefined;
|
|
9267
|
+
recipient?: `0x${string}` | undefined;
|
|
9268
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
9269
|
+
} | undefined;
|
|
8862
9270
|
}) & {
|
|
8863
9271
|
chainId: number;
|
|
9272
|
+
environment?: "production" | "sandbox" | undefined;
|
|
8864
9273
|
};
|
|
8865
9274
|
};
|
|
8866
9275
|
} | {
|
|
8867
9276
|
output: {
|
|
8868
9277
|
error: {
|
|
8869
|
-
code: "
|
|
9278
|
+
code: "organization_not_found";
|
|
8870
9279
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
8871
9280
|
message: string;
|
|
8872
9281
|
};
|
|
8873
9282
|
requestId: string;
|
|
8874
9283
|
};
|
|
8875
9284
|
outputFormat: "json";
|
|
8876
|
-
status:
|
|
9285
|
+
status: 404;
|
|
8877
9286
|
input: {
|
|
8878
9287
|
param: {
|
|
8879
9288
|
orgId: string;
|
|
@@ -9189,21 +9598,46 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9189
9598
|
lte?: `0x${string}` | undefined;
|
|
9190
9599
|
} | `0x${string}` | undefined;
|
|
9191
9600
|
} | undefined;
|
|
9601
|
+
} | {
|
|
9602
|
+
chainId?: unknown;
|
|
9603
|
+
context?: {
|
|
9604
|
+
description?: string | undefined;
|
|
9605
|
+
metadata?: Record<string, string> | undefined;
|
|
9606
|
+
title?: string | undefined;
|
|
9607
|
+
} | undefined;
|
|
9608
|
+
destination: {
|
|
9609
|
+
type: "url";
|
|
9610
|
+
url: string;
|
|
9611
|
+
} | {
|
|
9612
|
+
type: "slack";
|
|
9613
|
+
url: string;
|
|
9614
|
+
} | {
|
|
9615
|
+
token: string;
|
|
9616
|
+
type: "betterstack";
|
|
9617
|
+
url: string;
|
|
9618
|
+
};
|
|
9619
|
+
eventType: "funding:deposit.updated";
|
|
9620
|
+
filters?: {
|
|
9621
|
+
depositAddressId?: string | undefined;
|
|
9622
|
+
recipient?: `0x${string}` | undefined;
|
|
9623
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
9624
|
+
} | undefined;
|
|
9192
9625
|
}) & {
|
|
9193
9626
|
chainId: number;
|
|
9627
|
+
environment?: "production" | "sandbox" | undefined;
|
|
9194
9628
|
};
|
|
9195
9629
|
};
|
|
9196
9630
|
} | {
|
|
9197
9631
|
output: {
|
|
9198
9632
|
error: {
|
|
9199
|
-
code: "
|
|
9633
|
+
code: "forbidden";
|
|
9200
9634
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
9201
9635
|
message: string;
|
|
9202
9636
|
};
|
|
9203
9637
|
requestId: string;
|
|
9204
9638
|
};
|
|
9205
9639
|
outputFormat: "json";
|
|
9206
|
-
status:
|
|
9640
|
+
status: 403;
|
|
9207
9641
|
input: {
|
|
9208
9642
|
param: {
|
|
9209
9643
|
orgId: string;
|
|
@@ -9519,14 +9953,39 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9519
9953
|
lte?: `0x${string}` | undefined;
|
|
9520
9954
|
} | `0x${string}` | undefined;
|
|
9521
9955
|
} | undefined;
|
|
9956
|
+
} | {
|
|
9957
|
+
chainId?: unknown;
|
|
9958
|
+
context?: {
|
|
9959
|
+
description?: string | undefined;
|
|
9960
|
+
metadata?: Record<string, string> | undefined;
|
|
9961
|
+
title?: string | undefined;
|
|
9962
|
+
} | undefined;
|
|
9963
|
+
destination: {
|
|
9964
|
+
type: "url";
|
|
9965
|
+
url: string;
|
|
9966
|
+
} | {
|
|
9967
|
+
type: "slack";
|
|
9968
|
+
url: string;
|
|
9969
|
+
} | {
|
|
9970
|
+
token: string;
|
|
9971
|
+
type: "betterstack";
|
|
9972
|
+
url: string;
|
|
9973
|
+
};
|
|
9974
|
+
eventType: "funding:deposit.updated";
|
|
9975
|
+
filters?: {
|
|
9976
|
+
depositAddressId?: string | undefined;
|
|
9977
|
+
recipient?: `0x${string}` | undefined;
|
|
9978
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
9979
|
+
} | undefined;
|
|
9522
9980
|
}) & {
|
|
9523
9981
|
chainId: number;
|
|
9982
|
+
environment?: "production" | "sandbox" | undefined;
|
|
9524
9983
|
};
|
|
9525
9984
|
};
|
|
9526
9985
|
} | {
|
|
9527
9986
|
output: {
|
|
9528
9987
|
error: {
|
|
9529
|
-
code: "
|
|
9988
|
+
code: "chain_id_unsupported";
|
|
9530
9989
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
9531
9990
|
message: string;
|
|
9532
9991
|
};
|
|
@@ -9849,21 +10308,46 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9849
10308
|
lte?: `0x${string}` | undefined;
|
|
9850
10309
|
} | `0x${string}` | undefined;
|
|
9851
10310
|
} | undefined;
|
|
10311
|
+
} | {
|
|
10312
|
+
chainId?: unknown;
|
|
10313
|
+
context?: {
|
|
10314
|
+
description?: string | undefined;
|
|
10315
|
+
metadata?: Record<string, string> | undefined;
|
|
10316
|
+
title?: string | undefined;
|
|
10317
|
+
} | undefined;
|
|
10318
|
+
destination: {
|
|
10319
|
+
type: "url";
|
|
10320
|
+
url: string;
|
|
10321
|
+
} | {
|
|
10322
|
+
type: "slack";
|
|
10323
|
+
url: string;
|
|
10324
|
+
} | {
|
|
10325
|
+
token: string;
|
|
10326
|
+
type: "betterstack";
|
|
10327
|
+
url: string;
|
|
10328
|
+
};
|
|
10329
|
+
eventType: "funding:deposit.updated";
|
|
10330
|
+
filters?: {
|
|
10331
|
+
depositAddressId?: string | undefined;
|
|
10332
|
+
recipient?: `0x${string}` | undefined;
|
|
10333
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
10334
|
+
} | undefined;
|
|
9852
10335
|
}) & {
|
|
9853
10336
|
chainId: number;
|
|
10337
|
+
environment?: "production" | "sandbox" | undefined;
|
|
9854
10338
|
};
|
|
9855
10339
|
};
|
|
9856
10340
|
} | {
|
|
9857
10341
|
output: {
|
|
9858
10342
|
error: {
|
|
9859
|
-
code: "
|
|
10343
|
+
code: "body_invalid";
|
|
9860
10344
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
9861
10345
|
message: string;
|
|
9862
10346
|
};
|
|
9863
10347
|
requestId: string;
|
|
9864
10348
|
};
|
|
9865
10349
|
outputFormat: "json";
|
|
9866
|
-
status:
|
|
10350
|
+
status: 400;
|
|
9867
10351
|
input: {
|
|
9868
10352
|
param: {
|
|
9869
10353
|
orgId: string;
|
|
@@ -10179,21 +10663,46 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10179
10663
|
lte?: `0x${string}` | undefined;
|
|
10180
10664
|
} | `0x${string}` | undefined;
|
|
10181
10665
|
} | undefined;
|
|
10666
|
+
} | {
|
|
10667
|
+
chainId?: unknown;
|
|
10668
|
+
context?: {
|
|
10669
|
+
description?: string | undefined;
|
|
10670
|
+
metadata?: Record<string, string> | undefined;
|
|
10671
|
+
title?: string | undefined;
|
|
10672
|
+
} | undefined;
|
|
10673
|
+
destination: {
|
|
10674
|
+
type: "url";
|
|
10675
|
+
url: string;
|
|
10676
|
+
} | {
|
|
10677
|
+
type: "slack";
|
|
10678
|
+
url: string;
|
|
10679
|
+
} | {
|
|
10680
|
+
token: string;
|
|
10681
|
+
type: "betterstack";
|
|
10682
|
+
url: string;
|
|
10683
|
+
};
|
|
10684
|
+
eventType: "funding:deposit.updated";
|
|
10685
|
+
filters?: {
|
|
10686
|
+
depositAddressId?: string | undefined;
|
|
10687
|
+
recipient?: `0x${string}` | undefined;
|
|
10688
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
10689
|
+
} | undefined;
|
|
10182
10690
|
}) & {
|
|
10183
10691
|
chainId: number;
|
|
10692
|
+
environment?: "production" | "sandbox" | undefined;
|
|
10184
10693
|
};
|
|
10185
10694
|
};
|
|
10186
10695
|
} | {
|
|
10187
10696
|
output: {
|
|
10188
10697
|
error: {
|
|
10189
|
-
code: "
|
|
10698
|
+
code: "param_invalid";
|
|
10190
10699
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
10191
10700
|
message: string;
|
|
10192
10701
|
};
|
|
10193
10702
|
requestId: string;
|
|
10194
10703
|
};
|
|
10195
10704
|
outputFormat: "json";
|
|
10196
|
-
status:
|
|
10705
|
+
status: 400;
|
|
10197
10706
|
input: {
|
|
10198
10707
|
param: {
|
|
10199
10708
|
orgId: string;
|
|
@@ -10509,8 +11018,33 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10509
11018
|
lte?: `0x${string}` | undefined;
|
|
10510
11019
|
} | `0x${string}` | undefined;
|
|
10511
11020
|
} | undefined;
|
|
11021
|
+
} | {
|
|
11022
|
+
chainId?: unknown;
|
|
11023
|
+
context?: {
|
|
11024
|
+
description?: string | undefined;
|
|
11025
|
+
metadata?: Record<string, string> | undefined;
|
|
11026
|
+
title?: string | undefined;
|
|
11027
|
+
} | undefined;
|
|
11028
|
+
destination: {
|
|
11029
|
+
type: "url";
|
|
11030
|
+
url: string;
|
|
11031
|
+
} | {
|
|
11032
|
+
type: "slack";
|
|
11033
|
+
url: string;
|
|
11034
|
+
} | {
|
|
11035
|
+
token: string;
|
|
11036
|
+
type: "betterstack";
|
|
11037
|
+
url: string;
|
|
11038
|
+
};
|
|
11039
|
+
eventType: "funding:deposit.updated";
|
|
11040
|
+
filters?: {
|
|
11041
|
+
depositAddressId?: string | undefined;
|
|
11042
|
+
recipient?: `0x${string}` | undefined;
|
|
11043
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
11044
|
+
} | undefined;
|
|
10512
11045
|
}) & {
|
|
10513
11046
|
chainId: number;
|
|
11047
|
+
environment?: "production" | "sandbox" | undefined;
|
|
10514
11048
|
};
|
|
10515
11049
|
};
|
|
10516
11050
|
} | {
|
|
@@ -10839,14 +11373,39 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10839
11373
|
lte?: `0x${string}` | undefined;
|
|
10840
11374
|
} | `0x${string}` | undefined;
|
|
10841
11375
|
} | undefined;
|
|
11376
|
+
} | {
|
|
11377
|
+
chainId?: unknown;
|
|
11378
|
+
context?: {
|
|
11379
|
+
description?: string | undefined;
|
|
11380
|
+
metadata?: Record<string, string> | undefined;
|
|
11381
|
+
title?: string | undefined;
|
|
11382
|
+
} | undefined;
|
|
11383
|
+
destination: {
|
|
11384
|
+
type: "url";
|
|
11385
|
+
url: string;
|
|
11386
|
+
} | {
|
|
11387
|
+
type: "slack";
|
|
11388
|
+
url: string;
|
|
11389
|
+
} | {
|
|
11390
|
+
token: string;
|
|
11391
|
+
type: "betterstack";
|
|
11392
|
+
url: string;
|
|
11393
|
+
};
|
|
11394
|
+
eventType: "funding:deposit.updated";
|
|
11395
|
+
filters?: {
|
|
11396
|
+
depositAddressId?: string | undefined;
|
|
11397
|
+
recipient?: `0x${string}` | undefined;
|
|
11398
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
11399
|
+
} | undefined;
|
|
10842
11400
|
}) & {
|
|
10843
11401
|
chainId: number;
|
|
11402
|
+
environment?: "production" | "sandbox" | undefined;
|
|
10844
11403
|
};
|
|
10845
11404
|
};
|
|
10846
11405
|
} | {
|
|
10847
11406
|
output: {
|
|
10848
11407
|
error: {
|
|
10849
|
-
code: "
|
|
11408
|
+
code: "event_type_unsupported";
|
|
10850
11409
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
10851
11410
|
message: string;
|
|
10852
11411
|
};
|
|
@@ -11169,8 +11728,388 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11169
11728
|
lte?: `0x${string}` | undefined;
|
|
11170
11729
|
} | `0x${string}` | undefined;
|
|
11171
11730
|
} | undefined;
|
|
11731
|
+
} | {
|
|
11732
|
+
chainId?: unknown;
|
|
11733
|
+
context?: {
|
|
11734
|
+
description?: string | undefined;
|
|
11735
|
+
metadata?: Record<string, string> | undefined;
|
|
11736
|
+
title?: string | undefined;
|
|
11737
|
+
} | undefined;
|
|
11738
|
+
destination: {
|
|
11739
|
+
type: "url";
|
|
11740
|
+
url: string;
|
|
11741
|
+
} | {
|
|
11742
|
+
type: "slack";
|
|
11743
|
+
url: string;
|
|
11744
|
+
} | {
|
|
11745
|
+
token: string;
|
|
11746
|
+
type: "betterstack";
|
|
11747
|
+
url: string;
|
|
11748
|
+
};
|
|
11749
|
+
eventType: "funding:deposit.updated";
|
|
11750
|
+
filters?: {
|
|
11751
|
+
depositAddressId?: string | undefined;
|
|
11752
|
+
recipient?: `0x${string}` | undefined;
|
|
11753
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
11754
|
+
} | undefined;
|
|
11172
11755
|
}) & {
|
|
11173
11756
|
chainId: number;
|
|
11757
|
+
environment?: "production" | "sandbox" | undefined;
|
|
11758
|
+
};
|
|
11759
|
+
};
|
|
11760
|
+
} | {
|
|
11761
|
+
output: {
|
|
11762
|
+
error: {
|
|
11763
|
+
code: "url_invalid";
|
|
11764
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
11765
|
+
message: string;
|
|
11766
|
+
};
|
|
11767
|
+
requestId: string;
|
|
11768
|
+
};
|
|
11769
|
+
outputFormat: "json";
|
|
11770
|
+
status: 400;
|
|
11771
|
+
input: {
|
|
11772
|
+
param: {
|
|
11773
|
+
orgId: string;
|
|
11774
|
+
};
|
|
11775
|
+
} & {
|
|
11776
|
+
json: ({
|
|
11777
|
+
chainId?: unknown;
|
|
11778
|
+
context?: {
|
|
11779
|
+
description?: string | undefined;
|
|
11780
|
+
metadata?: Record<string, string> | undefined;
|
|
11781
|
+
title?: string | undefined;
|
|
11782
|
+
} | undefined;
|
|
11783
|
+
destination: {
|
|
11784
|
+
type: "url";
|
|
11785
|
+
url: string;
|
|
11786
|
+
} | {
|
|
11787
|
+
type: "slack";
|
|
11788
|
+
url: string;
|
|
11789
|
+
} | {
|
|
11790
|
+
token: string;
|
|
11791
|
+
type: "betterstack";
|
|
11792
|
+
url: string;
|
|
11793
|
+
};
|
|
11794
|
+
eventType: "token:transfer";
|
|
11795
|
+
filters?: {
|
|
11796
|
+
address?: `0x${string}` | undefined;
|
|
11797
|
+
recipient?: `0x${string}` | undefined;
|
|
11798
|
+
sender?: `0x${string}` | undefined;
|
|
11799
|
+
token?: `0x${string}` | undefined;
|
|
11800
|
+
} | undefined;
|
|
11801
|
+
} | {
|
|
11802
|
+
chainId?: unknown;
|
|
11803
|
+
context?: {
|
|
11804
|
+
description?: string | undefined;
|
|
11805
|
+
metadata?: Record<string, string> | undefined;
|
|
11806
|
+
title?: string | undefined;
|
|
11807
|
+
} | undefined;
|
|
11808
|
+
destination: {
|
|
11809
|
+
type: "url";
|
|
11810
|
+
url: string;
|
|
11811
|
+
} | {
|
|
11812
|
+
type: "slack";
|
|
11813
|
+
url: string;
|
|
11814
|
+
} | {
|
|
11815
|
+
token: string;
|
|
11816
|
+
type: "betterstack";
|
|
11817
|
+
url: string;
|
|
11818
|
+
};
|
|
11819
|
+
eventType: "transaction:included";
|
|
11820
|
+
filters?: {
|
|
11821
|
+
hash?: {
|
|
11822
|
+
eq: `0x${string}`;
|
|
11823
|
+
} | {
|
|
11824
|
+
in: `0x${string}`[];
|
|
11825
|
+
} | {
|
|
11826
|
+
not: `0x${string}`;
|
|
11827
|
+
} | `0x${string}` | undefined;
|
|
11828
|
+
address?: {
|
|
11829
|
+
eq: `0x${string}`;
|
|
11830
|
+
} | {
|
|
11831
|
+
in: `0x${string}`[];
|
|
11832
|
+
} | {
|
|
11833
|
+
not: `0x${string}`;
|
|
11834
|
+
} | `0x${string}` | undefined;
|
|
11835
|
+
from?: {
|
|
11836
|
+
eq: `0x${string}`;
|
|
11837
|
+
} | {
|
|
11838
|
+
in: `0x${string}`[];
|
|
11839
|
+
} | {
|
|
11840
|
+
not: `0x${string}`;
|
|
11841
|
+
} | `0x${string}` | undefined;
|
|
11842
|
+
to?: {
|
|
11843
|
+
eq: `0x${string}`;
|
|
11844
|
+
} | {
|
|
11845
|
+
in: `0x${string}`[];
|
|
11846
|
+
} | {
|
|
11847
|
+
not: `0x${string}`;
|
|
11848
|
+
} | `0x${string}` | undefined;
|
|
11849
|
+
includeCalls?: boolean | undefined;
|
|
11850
|
+
value?: {
|
|
11851
|
+
eq?: `0x${string}` | undefined;
|
|
11852
|
+
gt?: `0x${string}` | undefined;
|
|
11853
|
+
gte?: `0x${string}` | undefined;
|
|
11854
|
+
lt?: `0x${string}` | undefined;
|
|
11855
|
+
lte?: `0x${string}` | undefined;
|
|
11856
|
+
} | `0x${string}` | undefined;
|
|
11857
|
+
input?: {
|
|
11858
|
+
selector: string;
|
|
11859
|
+
} | {
|
|
11860
|
+
startsWith: string;
|
|
11861
|
+
} | {
|
|
11862
|
+
eq: string;
|
|
11863
|
+
} | undefined;
|
|
11864
|
+
calls?: {
|
|
11865
|
+
to: {
|
|
11866
|
+
eq: `0x${string}`;
|
|
11867
|
+
} | {
|
|
11868
|
+
in: `0x${string}`[];
|
|
11869
|
+
} | {
|
|
11870
|
+
not: `0x${string}`;
|
|
11871
|
+
} | `0x${string}`;
|
|
11872
|
+
} | undefined;
|
|
11873
|
+
callCount?: {
|
|
11874
|
+
eq?: `0x${string}` | undefined;
|
|
11875
|
+
gt?: `0x${string}` | undefined;
|
|
11876
|
+
gte?: `0x${string}` | undefined;
|
|
11877
|
+
lt?: `0x${string}` | undefined;
|
|
11878
|
+
lte?: `0x${string}` | undefined;
|
|
11879
|
+
} | `0x${string}` | undefined;
|
|
11880
|
+
txType?: string | {
|
|
11881
|
+
eq: string;
|
|
11882
|
+
} | {
|
|
11883
|
+
in: string[];
|
|
11884
|
+
} | {
|
|
11885
|
+
not: string;
|
|
11886
|
+
} | undefined;
|
|
11887
|
+
feeToken?: {
|
|
11888
|
+
eq: `0x${string}`;
|
|
11889
|
+
} | {
|
|
11890
|
+
in: `0x${string}`[];
|
|
11891
|
+
} | {
|
|
11892
|
+
not: `0x${string}`;
|
|
11893
|
+
} | `0x${string}` | undefined;
|
|
11894
|
+
gasLimit?: {
|
|
11895
|
+
eq?: `0x${string}` | undefined;
|
|
11896
|
+
gt?: `0x${string}` | undefined;
|
|
11897
|
+
gte?: `0x${string}` | undefined;
|
|
11898
|
+
lt?: `0x${string}` | undefined;
|
|
11899
|
+
lte?: `0x${string}` | undefined;
|
|
11900
|
+
} | `0x${string}` | undefined;
|
|
11901
|
+
maxFeePerGas?: {
|
|
11902
|
+
eq?: `0x${string}` | undefined;
|
|
11903
|
+
gt?: `0x${string}` | undefined;
|
|
11904
|
+
gte?: `0x${string}` | undefined;
|
|
11905
|
+
lt?: `0x${string}` | undefined;
|
|
11906
|
+
lte?: `0x${string}` | undefined;
|
|
11907
|
+
} | `0x${string}` | undefined;
|
|
11908
|
+
maxPriorityFeePerGas?: {
|
|
11909
|
+
eq?: `0x${string}` | undefined;
|
|
11910
|
+
gt?: `0x${string}` | undefined;
|
|
11911
|
+
gte?: `0x${string}` | undefined;
|
|
11912
|
+
lt?: `0x${string}` | undefined;
|
|
11913
|
+
lte?: `0x${string}` | undefined;
|
|
11914
|
+
} | `0x${string}` | undefined;
|
|
11915
|
+
nonce?: {
|
|
11916
|
+
eq?: `0x${string}` | undefined;
|
|
11917
|
+
gt?: `0x${string}` | undefined;
|
|
11918
|
+
gte?: `0x${string}` | undefined;
|
|
11919
|
+
lt?: `0x${string}` | undefined;
|
|
11920
|
+
lte?: `0x${string}` | undefined;
|
|
11921
|
+
} | `0x${string}` | undefined;
|
|
11922
|
+
nonceKey?: string | {
|
|
11923
|
+
eq: string;
|
|
11924
|
+
} | {
|
|
11925
|
+
in: string[];
|
|
11926
|
+
} | {
|
|
11927
|
+
not: string;
|
|
11928
|
+
} | undefined;
|
|
11929
|
+
validBefore?: {
|
|
11930
|
+
eq?: `0x${string}` | undefined;
|
|
11931
|
+
gt?: `0x${string}` | undefined;
|
|
11932
|
+
gte?: `0x${string}` | undefined;
|
|
11933
|
+
lt?: `0x${string}` | undefined;
|
|
11934
|
+
lte?: `0x${string}` | undefined;
|
|
11935
|
+
} | `0x${string}` | undefined;
|
|
11936
|
+
validAfter?: {
|
|
11937
|
+
eq?: `0x${string}` | undefined;
|
|
11938
|
+
gt?: `0x${string}` | undefined;
|
|
11939
|
+
gte?: `0x${string}` | undefined;
|
|
11940
|
+
lt?: `0x${string}` | undefined;
|
|
11941
|
+
lte?: `0x${string}` | undefined;
|
|
11942
|
+
} | `0x${string}` | undefined;
|
|
11943
|
+
blockNumber?: {
|
|
11944
|
+
eq?: `0x${string}` | undefined;
|
|
11945
|
+
gt?: `0x${string}` | undefined;
|
|
11946
|
+
gte?: `0x${string}` | undefined;
|
|
11947
|
+
lt?: `0x${string}` | undefined;
|
|
11948
|
+
lte?: `0x${string}` | undefined;
|
|
11949
|
+
} | `0x${string}` | undefined;
|
|
11950
|
+
timestamp?: {
|
|
11951
|
+
eq?: `0x${string}` | undefined;
|
|
11952
|
+
gt?: `0x${string}` | undefined;
|
|
11953
|
+
gte?: `0x${string}` | undefined;
|
|
11954
|
+
lt?: `0x${string}` | undefined;
|
|
11955
|
+
lte?: `0x${string}` | undefined;
|
|
11956
|
+
} | `0x${string}` | undefined;
|
|
11957
|
+
} | undefined;
|
|
11958
|
+
} | {
|
|
11959
|
+
chainId?: unknown;
|
|
11960
|
+
context?: {
|
|
11961
|
+
description?: string | undefined;
|
|
11962
|
+
metadata?: Record<string, string> | undefined;
|
|
11963
|
+
title?: string | undefined;
|
|
11964
|
+
} | undefined;
|
|
11965
|
+
destination: {
|
|
11966
|
+
type: "url";
|
|
11967
|
+
url: string;
|
|
11968
|
+
} | {
|
|
11969
|
+
type: "slack";
|
|
11970
|
+
url: string;
|
|
11971
|
+
} | {
|
|
11972
|
+
token: string;
|
|
11973
|
+
type: "betterstack";
|
|
11974
|
+
url: string;
|
|
11975
|
+
};
|
|
11976
|
+
eventType: "log:emitted";
|
|
11977
|
+
filters: {
|
|
11978
|
+
address?: {
|
|
11979
|
+
eq: `0x${string}`;
|
|
11980
|
+
} | {
|
|
11981
|
+
in: `0x${string}`[];
|
|
11982
|
+
} | {
|
|
11983
|
+
not: `0x${string}`;
|
|
11984
|
+
} | `0x${string}` | undefined;
|
|
11985
|
+
signature?: string | undefined;
|
|
11986
|
+
topic0?: {
|
|
11987
|
+
eq: `0x${string}`;
|
|
11988
|
+
} | {
|
|
11989
|
+
in: `0x${string}`[];
|
|
11990
|
+
} | {
|
|
11991
|
+
not: `0x${string}`;
|
|
11992
|
+
} | `0x${string}` | undefined;
|
|
11993
|
+
topic1?: {
|
|
11994
|
+
eq: `0x${string}`;
|
|
11995
|
+
} | {
|
|
11996
|
+
in: `0x${string}`[];
|
|
11997
|
+
} | {
|
|
11998
|
+
not: `0x${string}`;
|
|
11999
|
+
} | `0x${string}` | undefined;
|
|
12000
|
+
topic2?: {
|
|
12001
|
+
eq: `0x${string}`;
|
|
12002
|
+
} | {
|
|
12003
|
+
in: `0x${string}`[];
|
|
12004
|
+
} | {
|
|
12005
|
+
not: `0x${string}`;
|
|
12006
|
+
} | `0x${string}` | undefined;
|
|
12007
|
+
topic3?: {
|
|
12008
|
+
eq: `0x${string}`;
|
|
12009
|
+
} | {
|
|
12010
|
+
in: `0x${string}`[];
|
|
12011
|
+
} | {
|
|
12012
|
+
not: `0x${string}`;
|
|
12013
|
+
} | `0x${string}` | undefined;
|
|
12014
|
+
args?: Record<string, unknown> | undefined;
|
|
12015
|
+
blockNumber?: {
|
|
12016
|
+
eq?: `0x${string}` | undefined;
|
|
12017
|
+
gt?: `0x${string}` | undefined;
|
|
12018
|
+
gte?: `0x${string}` | undefined;
|
|
12019
|
+
lt?: `0x${string}` | undefined;
|
|
12020
|
+
lte?: `0x${string}` | undefined;
|
|
12021
|
+
} | `0x${string}` | undefined;
|
|
12022
|
+
};
|
|
12023
|
+
} | {
|
|
12024
|
+
chainId?: unknown;
|
|
12025
|
+
context?: {
|
|
12026
|
+
description?: string | undefined;
|
|
12027
|
+
metadata?: Record<string, string> | undefined;
|
|
12028
|
+
title?: string | undefined;
|
|
12029
|
+
} | undefined;
|
|
12030
|
+
destination: {
|
|
12031
|
+
type: "url";
|
|
12032
|
+
url: string;
|
|
12033
|
+
} | {
|
|
12034
|
+
type: "slack";
|
|
12035
|
+
url: string;
|
|
12036
|
+
} | {
|
|
12037
|
+
token: string;
|
|
12038
|
+
type: "betterstack";
|
|
12039
|
+
url: string;
|
|
12040
|
+
};
|
|
12041
|
+
eventType: "block:created";
|
|
12042
|
+
filters?: {
|
|
12043
|
+
number?: {
|
|
12044
|
+
eq?: `0x${string}` | undefined;
|
|
12045
|
+
gt?: `0x${string}` | undefined;
|
|
12046
|
+
gte?: `0x${string}` | undefined;
|
|
12047
|
+
lt?: `0x${string}` | undefined;
|
|
12048
|
+
lte?: `0x${string}` | undefined;
|
|
12049
|
+
} | `0x${string}` | undefined;
|
|
12050
|
+
miner?: {
|
|
12051
|
+
eq: `0x${string}`;
|
|
12052
|
+
} | {
|
|
12053
|
+
in: `0x${string}`[];
|
|
12054
|
+
} | {
|
|
12055
|
+
not: `0x${string}`;
|
|
12056
|
+
} | `0x${string}` | undefined;
|
|
12057
|
+
proposer?: {
|
|
12058
|
+
eq: `0x${string}`;
|
|
12059
|
+
} | {
|
|
12060
|
+
in: `0x${string}`[];
|
|
12061
|
+
} | {
|
|
12062
|
+
not: `0x${string}`;
|
|
12063
|
+
} | `0x${string}` | undefined;
|
|
12064
|
+
gasUsed?: {
|
|
12065
|
+
eq?: `0x${string}` | undefined;
|
|
12066
|
+
gt?: `0x${string}` | undefined;
|
|
12067
|
+
gte?: `0x${string}` | undefined;
|
|
12068
|
+
lt?: `0x${string}` | undefined;
|
|
12069
|
+
lte?: `0x${string}` | undefined;
|
|
12070
|
+
} | `0x${string}` | undefined;
|
|
12071
|
+
gasLimit?: {
|
|
12072
|
+
eq?: `0x${string}` | undefined;
|
|
12073
|
+
gt?: `0x${string}` | undefined;
|
|
12074
|
+
gte?: `0x${string}` | undefined;
|
|
12075
|
+
lt?: `0x${string}` | undefined;
|
|
12076
|
+
lte?: `0x${string}` | undefined;
|
|
12077
|
+
} | `0x${string}` | undefined;
|
|
12078
|
+
timestamp?: {
|
|
12079
|
+
eq?: `0x${string}` | undefined;
|
|
12080
|
+
gt?: `0x${string}` | undefined;
|
|
12081
|
+
gte?: `0x${string}` | undefined;
|
|
12082
|
+
lt?: `0x${string}` | undefined;
|
|
12083
|
+
lte?: `0x${string}` | undefined;
|
|
12084
|
+
} | `0x${string}` | undefined;
|
|
12085
|
+
} | undefined;
|
|
12086
|
+
} | {
|
|
12087
|
+
chainId?: unknown;
|
|
12088
|
+
context?: {
|
|
12089
|
+
description?: string | undefined;
|
|
12090
|
+
metadata?: Record<string, string> | undefined;
|
|
12091
|
+
title?: string | undefined;
|
|
12092
|
+
} | undefined;
|
|
12093
|
+
destination: {
|
|
12094
|
+
type: "url";
|
|
12095
|
+
url: string;
|
|
12096
|
+
} | {
|
|
12097
|
+
type: "slack";
|
|
12098
|
+
url: string;
|
|
12099
|
+
} | {
|
|
12100
|
+
token: string;
|
|
12101
|
+
type: "betterstack";
|
|
12102
|
+
url: string;
|
|
12103
|
+
};
|
|
12104
|
+
eventType: "funding:deposit.updated";
|
|
12105
|
+
filters?: {
|
|
12106
|
+
depositAddressId?: string | undefined;
|
|
12107
|
+
recipient?: `0x${string}` | undefined;
|
|
12108
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
12109
|
+
} | undefined;
|
|
12110
|
+
}) & {
|
|
12111
|
+
chainId: number;
|
|
12112
|
+
environment?: "production" | "sandbox" | undefined;
|
|
11174
12113
|
};
|
|
11175
12114
|
};
|
|
11176
12115
|
} | {
|
|
@@ -11499,8 +12438,33 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11499
12438
|
lte?: `0x${string}` | undefined;
|
|
11500
12439
|
} | `0x${string}` | undefined;
|
|
11501
12440
|
} | undefined;
|
|
12441
|
+
} | {
|
|
12442
|
+
chainId?: unknown;
|
|
12443
|
+
context?: {
|
|
12444
|
+
description?: string | undefined;
|
|
12445
|
+
metadata?: Record<string, string> | undefined;
|
|
12446
|
+
title?: string | undefined;
|
|
12447
|
+
} | undefined;
|
|
12448
|
+
destination: {
|
|
12449
|
+
type: "url";
|
|
12450
|
+
url: string;
|
|
12451
|
+
} | {
|
|
12452
|
+
type: "slack";
|
|
12453
|
+
url: string;
|
|
12454
|
+
} | {
|
|
12455
|
+
token: string;
|
|
12456
|
+
type: "betterstack";
|
|
12457
|
+
url: string;
|
|
12458
|
+
};
|
|
12459
|
+
eventType: "funding:deposit.updated";
|
|
12460
|
+
filters?: {
|
|
12461
|
+
depositAddressId?: string | undefined;
|
|
12462
|
+
recipient?: `0x${string}` | undefined;
|
|
12463
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
12464
|
+
} | undefined;
|
|
11502
12465
|
}) & {
|
|
11503
12466
|
chainId: number;
|
|
12467
|
+
environment?: "production" | "sandbox" | undefined;
|
|
11504
12468
|
};
|
|
11505
12469
|
};
|
|
11506
12470
|
} | {
|
|
@@ -11829,22 +12793,41 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11829
12793
|
lte?: `0x${string}` | undefined;
|
|
11830
12794
|
} | `0x${string}` | undefined;
|
|
11831
12795
|
} | undefined;
|
|
12796
|
+
} | {
|
|
12797
|
+
chainId?: unknown;
|
|
12798
|
+
context?: {
|
|
12799
|
+
description?: string | undefined;
|
|
12800
|
+
metadata?: Record<string, string> | undefined;
|
|
12801
|
+
title?: string | undefined;
|
|
12802
|
+
} | undefined;
|
|
12803
|
+
destination: {
|
|
12804
|
+
type: "url";
|
|
12805
|
+
url: string;
|
|
12806
|
+
} | {
|
|
12807
|
+
type: "slack";
|
|
12808
|
+
url: string;
|
|
12809
|
+
} | {
|
|
12810
|
+
token: string;
|
|
12811
|
+
type: "betterstack";
|
|
12812
|
+
url: string;
|
|
12813
|
+
};
|
|
12814
|
+
eventType: "funding:deposit.updated";
|
|
12815
|
+
filters?: {
|
|
12816
|
+
depositAddressId?: string | undefined;
|
|
12817
|
+
recipient?: `0x${string}` | undefined;
|
|
12818
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
12819
|
+
} | undefined;
|
|
11832
12820
|
}) & {
|
|
11833
12821
|
chainId: number;
|
|
12822
|
+
environment?: "production" | "sandbox" | undefined;
|
|
11834
12823
|
};
|
|
11835
12824
|
};
|
|
11836
12825
|
} | {
|
|
11837
12826
|
output: {
|
|
11838
12827
|
chainId: number;
|
|
11839
|
-
context?: {
|
|
11840
|
-
description?: string | undefined;
|
|
11841
|
-
metadata?: {
|
|
11842
|
-
[x: string]: string;
|
|
11843
|
-
} | undefined;
|
|
11844
|
-
title?: string | undefined;
|
|
11845
|
-
} | undefined;
|
|
11846
12828
|
createdAt: string;
|
|
11847
|
-
|
|
12829
|
+
environment?: "production" | "sandbox" | undefined;
|
|
12830
|
+
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11848
12831
|
expiresAt?: string | undefined;
|
|
11849
12832
|
failureCount: number;
|
|
11850
12833
|
filters: {
|
|
@@ -11854,13 +12837,6 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11854
12837
|
lastDeliveryAt?: string | undefined;
|
|
11855
12838
|
status: "active" | "disabled" | "paused";
|
|
11856
12839
|
updatedAt: string;
|
|
11857
|
-
destination: {
|
|
11858
|
-
type: "url";
|
|
11859
|
-
url: string;
|
|
11860
|
-
};
|
|
11861
|
-
secret: string;
|
|
11862
|
-
} | {
|
|
11863
|
-
chainId: number;
|
|
11864
12840
|
context?: {
|
|
11865
12841
|
description?: string | undefined;
|
|
11866
12842
|
metadata?: {
|
|
@@ -11868,8 +12844,16 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11868
12844
|
} | undefined;
|
|
11869
12845
|
title?: string | undefined;
|
|
11870
12846
|
} | undefined;
|
|
12847
|
+
destination: {
|
|
12848
|
+
type: "url";
|
|
12849
|
+
url: string;
|
|
12850
|
+
};
|
|
12851
|
+
secret: string;
|
|
12852
|
+
} | {
|
|
12853
|
+
chainId: number;
|
|
11871
12854
|
createdAt: string;
|
|
11872
|
-
|
|
12855
|
+
environment?: "production" | "sandbox" | undefined;
|
|
12856
|
+
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11873
12857
|
expiresAt?: string | undefined;
|
|
11874
12858
|
failureCount: number;
|
|
11875
12859
|
filters: {
|
|
@@ -11879,12 +12863,6 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11879
12863
|
lastDeliveryAt?: string | undefined;
|
|
11880
12864
|
status: "active" | "disabled" | "paused";
|
|
11881
12865
|
updatedAt: string;
|
|
11882
|
-
destination: {
|
|
11883
|
-
type: "slack";
|
|
11884
|
-
url: "https://hooks.slack.com/…";
|
|
11885
|
-
};
|
|
11886
|
-
} | {
|
|
11887
|
-
chainId: number;
|
|
11888
12866
|
context?: {
|
|
11889
12867
|
description?: string | undefined;
|
|
11890
12868
|
metadata?: {
|
|
@@ -11892,8 +12870,15 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11892
12870
|
} | undefined;
|
|
11893
12871
|
title?: string | undefined;
|
|
11894
12872
|
} | undefined;
|
|
12873
|
+
destination: {
|
|
12874
|
+
type: "slack";
|
|
12875
|
+
url: "https://hooks.slack.com/…";
|
|
12876
|
+
};
|
|
12877
|
+
} | {
|
|
12878
|
+
chainId: number;
|
|
11895
12879
|
createdAt: string;
|
|
11896
|
-
|
|
12880
|
+
environment?: "production" | "sandbox" | undefined;
|
|
12881
|
+
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11897
12882
|
expiresAt?: string | undefined;
|
|
11898
12883
|
failureCount: number;
|
|
11899
12884
|
filters: {
|
|
@@ -11903,6 +12888,13 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11903
12888
|
lastDeliveryAt?: string | undefined;
|
|
11904
12889
|
status: "active" | "disabled" | "paused";
|
|
11905
12890
|
updatedAt: string;
|
|
12891
|
+
context?: {
|
|
12892
|
+
description?: string | undefined;
|
|
12893
|
+
metadata?: {
|
|
12894
|
+
[x: string]: string;
|
|
12895
|
+
} | undefined;
|
|
12896
|
+
title?: string | undefined;
|
|
12897
|
+
} | undefined;
|
|
11906
12898
|
destination: {
|
|
11907
12899
|
token: "[redacted]";
|
|
11908
12900
|
type: "betterstack";
|
|
@@ -12226,8 +13218,33 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12226
13218
|
lte?: `0x${string}` | undefined;
|
|
12227
13219
|
} | `0x${string}` | undefined;
|
|
12228
13220
|
} | undefined;
|
|
13221
|
+
} | {
|
|
13222
|
+
chainId?: unknown;
|
|
13223
|
+
context?: {
|
|
13224
|
+
description?: string | undefined;
|
|
13225
|
+
metadata?: Record<string, string> | undefined;
|
|
13226
|
+
title?: string | undefined;
|
|
13227
|
+
} | undefined;
|
|
13228
|
+
destination: {
|
|
13229
|
+
type: "url";
|
|
13230
|
+
url: string;
|
|
13231
|
+
} | {
|
|
13232
|
+
type: "slack";
|
|
13233
|
+
url: string;
|
|
13234
|
+
} | {
|
|
13235
|
+
token: string;
|
|
13236
|
+
type: "betterstack";
|
|
13237
|
+
url: string;
|
|
13238
|
+
};
|
|
13239
|
+
eventType: "funding:deposit.updated";
|
|
13240
|
+
filters?: {
|
|
13241
|
+
depositAddressId?: string | undefined;
|
|
13242
|
+
recipient?: `0x${string}` | undefined;
|
|
13243
|
+
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
13244
|
+
} | undefined;
|
|
12229
13245
|
}) & {
|
|
12230
13246
|
chainId: number;
|
|
13247
|
+
environment?: "production" | "sandbox" | undefined;
|
|
12231
13248
|
};
|
|
12232
13249
|
};
|
|
12233
13250
|
};
|
|
@@ -12285,14 +13302,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12285
13302
|
} | {
|
|
12286
13303
|
output: {
|
|
12287
13304
|
error: {
|
|
12288
|
-
code: "
|
|
13305
|
+
code: "organization_not_found";
|
|
12289
13306
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12290
13307
|
message: string;
|
|
12291
13308
|
};
|
|
12292
13309
|
requestId: string;
|
|
12293
13310
|
};
|
|
12294
13311
|
outputFormat: "json";
|
|
12295
|
-
status:
|
|
13312
|
+
status: 404;
|
|
12296
13313
|
input: {
|
|
12297
13314
|
param: {
|
|
12298
13315
|
orgId: string;
|
|
@@ -12301,14 +13318,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12301
13318
|
} | {
|
|
12302
13319
|
output: {
|
|
12303
13320
|
error: {
|
|
12304
|
-
code: "
|
|
13321
|
+
code: "forbidden";
|
|
12305
13322
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12306
13323
|
message: string;
|
|
12307
13324
|
};
|
|
12308
13325
|
requestId: string;
|
|
12309
13326
|
};
|
|
12310
13327
|
outputFormat: "json";
|
|
12311
|
-
status:
|
|
13328
|
+
status: 403;
|
|
12312
13329
|
input: {
|
|
12313
13330
|
param: {
|
|
12314
13331
|
orgId: string;
|
|
@@ -12317,14 +13334,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12317
13334
|
} | {
|
|
12318
13335
|
output: {
|
|
12319
13336
|
error: {
|
|
12320
|
-
code: "
|
|
13337
|
+
code: "param_invalid";
|
|
12321
13338
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12322
13339
|
message: string;
|
|
12323
13340
|
};
|
|
12324
13341
|
requestId: string;
|
|
12325
13342
|
};
|
|
12326
13343
|
outputFormat: "json";
|
|
12327
|
-
status:
|
|
13344
|
+
status: 400;
|
|
12328
13345
|
input: {
|
|
12329
13346
|
param: {
|
|
12330
13347
|
orgId: string;
|
|
@@ -12350,6 +13367,18 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12350
13367
|
output: {
|
|
12351
13368
|
data: {
|
|
12352
13369
|
chainId: number;
|
|
13370
|
+
createdAt: string;
|
|
13371
|
+
environment?: "production" | "sandbox" | undefined;
|
|
13372
|
+
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
13373
|
+
expiresAt?: string | undefined;
|
|
13374
|
+
failureCount: number;
|
|
13375
|
+
filters: {
|
|
13376
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
13377
|
+
};
|
|
13378
|
+
id: string;
|
|
13379
|
+
lastDeliveryAt?: string | undefined;
|
|
13380
|
+
status: "active" | "disabled" | "paused";
|
|
13381
|
+
updatedAt: string;
|
|
12353
13382
|
context?: {
|
|
12354
13383
|
description?: string | undefined;
|
|
12355
13384
|
metadata?: {
|
|
@@ -12357,7 +13386,6 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12357
13386
|
} | undefined;
|
|
12358
13387
|
title?: string | undefined;
|
|
12359
13388
|
} | undefined;
|
|
12360
|
-
createdAt: string;
|
|
12361
13389
|
destination: {
|
|
12362
13390
|
type: "url";
|
|
12363
13391
|
url: string;
|
|
@@ -12369,16 +13397,6 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12369
13397
|
type: "betterstack";
|
|
12370
13398
|
url: string;
|
|
12371
13399
|
};
|
|
12372
|
-
eventType: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
12373
|
-
expiresAt?: string | undefined;
|
|
12374
|
-
failureCount: number;
|
|
12375
|
-
filters: {
|
|
12376
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
12377
|
-
};
|
|
12378
|
-
id: string;
|
|
12379
|
-
lastDeliveryAt?: string | undefined;
|
|
12380
|
-
status: "active" | "disabled" | "paused";
|
|
12381
|
-
updatedAt: string;
|
|
12382
13400
|
}[];
|
|
12383
13401
|
};
|
|
12384
13402
|
outputFormat: "json";
|
|
@@ -12491,14 +13509,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12491
13509
|
} | {
|
|
12492
13510
|
output: {
|
|
12493
13511
|
error: {
|
|
12494
|
-
code: "
|
|
13512
|
+
code: "organization_not_found";
|
|
12495
13513
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12496
13514
|
message: string;
|
|
12497
13515
|
};
|
|
12498
13516
|
requestId: string;
|
|
12499
13517
|
};
|
|
12500
13518
|
outputFormat: "json";
|
|
12501
|
-
status:
|
|
13519
|
+
status: 404;
|
|
12502
13520
|
input: {
|
|
12503
13521
|
param: {
|
|
12504
13522
|
id: string;
|
|
@@ -12515,14 +13533,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12515
13533
|
} | {
|
|
12516
13534
|
output: {
|
|
12517
13535
|
error: {
|
|
12518
|
-
code: "
|
|
13536
|
+
code: "forbidden";
|
|
12519
13537
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12520
13538
|
message: string;
|
|
12521
13539
|
};
|
|
12522
13540
|
requestId: string;
|
|
12523
13541
|
};
|
|
12524
13542
|
outputFormat: "json";
|
|
12525
|
-
status:
|
|
13543
|
+
status: 403;
|
|
12526
13544
|
input: {
|
|
12527
13545
|
param: {
|
|
12528
13546
|
id: string;
|
|
@@ -12539,14 +13557,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12539
13557
|
} | {
|
|
12540
13558
|
output: {
|
|
12541
13559
|
error: {
|
|
12542
|
-
code: "
|
|
13560
|
+
code: "param_invalid";
|
|
12543
13561
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12544
13562
|
message: string;
|
|
12545
13563
|
};
|
|
12546
13564
|
requestId: string;
|
|
12547
13565
|
};
|
|
12548
13566
|
outputFormat: "json";
|
|
12549
|
-
status:
|
|
13567
|
+
status: 400;
|
|
12550
13568
|
input: {
|
|
12551
13569
|
param: {
|
|
12552
13570
|
id: string;
|
|
@@ -12704,14 +13722,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12704
13722
|
} | {
|
|
12705
13723
|
output: {
|
|
12706
13724
|
error: {
|
|
12707
|
-
code: "
|
|
13725
|
+
code: "organization_not_found";
|
|
12708
13726
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12709
13727
|
message: string;
|
|
12710
13728
|
};
|
|
12711
13729
|
requestId: string;
|
|
12712
13730
|
};
|
|
12713
13731
|
outputFormat: "json";
|
|
12714
|
-
status:
|
|
13732
|
+
status: 404;
|
|
12715
13733
|
input: {
|
|
12716
13734
|
param: {
|
|
12717
13735
|
deliveryId: string;
|
|
@@ -12722,14 +13740,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12722
13740
|
} | {
|
|
12723
13741
|
output: {
|
|
12724
13742
|
error: {
|
|
12725
|
-
code: "
|
|
13743
|
+
code: "forbidden";
|
|
12726
13744
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12727
13745
|
message: string;
|
|
12728
13746
|
};
|
|
12729
13747
|
requestId: string;
|
|
12730
13748
|
};
|
|
12731
13749
|
outputFormat: "json";
|
|
12732
|
-
status:
|
|
13750
|
+
status: 403;
|
|
12733
13751
|
input: {
|
|
12734
13752
|
param: {
|
|
12735
13753
|
deliveryId: string;
|
|
@@ -12740,14 +13758,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12740
13758
|
} | {
|
|
12741
13759
|
output: {
|
|
12742
13760
|
error: {
|
|
12743
|
-
code: "
|
|
13761
|
+
code: "param_invalid";
|
|
12744
13762
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12745
13763
|
message: string;
|
|
12746
13764
|
};
|
|
12747
13765
|
requestId: string;
|
|
12748
13766
|
};
|
|
12749
13767
|
outputFormat: "json";
|
|
12750
|
-
status:
|
|
13768
|
+
status: 400;
|
|
12751
13769
|
input: {
|
|
12752
13770
|
param: {
|
|
12753
13771
|
deliveryId: string;
|
|
@@ -13011,6 +14029,98 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13011
14029
|
timestamp: string;
|
|
13012
14030
|
};
|
|
13013
14031
|
type: "block:created";
|
|
14032
|
+
} | {
|
|
14033
|
+
chainId: number;
|
|
14034
|
+
context?: {
|
|
14035
|
+
description?: string | undefined;
|
|
14036
|
+
metadata?: {
|
|
14037
|
+
[x: string]: string;
|
|
14038
|
+
} | undefined;
|
|
14039
|
+
title?: string | undefined;
|
|
14040
|
+
} | undefined;
|
|
14041
|
+
createdAt: string;
|
|
14042
|
+
id: string;
|
|
14043
|
+
subscriptionId: string;
|
|
14044
|
+
data: {
|
|
14045
|
+
createdAt: string;
|
|
14046
|
+
depositAddressId: string;
|
|
14047
|
+
detectionTrigger?: "chain" | "manual" | "poll" | "webhook" | undefined;
|
|
14048
|
+
destinationAmount?: {
|
|
14049
|
+
baseUnits: string;
|
|
14050
|
+
currency: string;
|
|
14051
|
+
decimals: number;
|
|
14052
|
+
formatted: string;
|
|
14053
|
+
} | undefined;
|
|
14054
|
+
destinationAmountRequired?: {
|
|
14055
|
+
baseUnits: string;
|
|
14056
|
+
currency: string;
|
|
14057
|
+
decimals: number;
|
|
14058
|
+
formatted: string;
|
|
14059
|
+
} | undefined;
|
|
14060
|
+
destinationChain: {
|
|
14061
|
+
addressFormat: "base58" | "base58check" | "hex";
|
|
14062
|
+
id: string;
|
|
14063
|
+
kind: "evm" | "solana" | "tron";
|
|
14064
|
+
name: string;
|
|
14065
|
+
};
|
|
14066
|
+
destinationToken: {
|
|
14067
|
+
address: string;
|
|
14068
|
+
currency: string;
|
|
14069
|
+
decimals: number;
|
|
14070
|
+
name: string;
|
|
14071
|
+
standard: string;
|
|
14072
|
+
symbol: string;
|
|
14073
|
+
tokenKey: string;
|
|
14074
|
+
verified: boolean;
|
|
14075
|
+
};
|
|
14076
|
+
destinationTransactionHashes?: readonly string[] | undefined;
|
|
14077
|
+
id: string;
|
|
14078
|
+
provider: {
|
|
14079
|
+
id: string;
|
|
14080
|
+
name: string;
|
|
14081
|
+
};
|
|
14082
|
+
recipient: string;
|
|
14083
|
+
refundAddress: string;
|
|
14084
|
+
refundAmount?: {
|
|
14085
|
+
baseUnits: string;
|
|
14086
|
+
currency: string;
|
|
14087
|
+
decimals: number;
|
|
14088
|
+
formatted: string;
|
|
14089
|
+
} | undefined;
|
|
14090
|
+
refundTransactionHashes?: readonly string[] | undefined;
|
|
14091
|
+
sender?: string | undefined;
|
|
14092
|
+
sourceAmount?: {
|
|
14093
|
+
baseUnits: string;
|
|
14094
|
+
currency: string;
|
|
14095
|
+
decimals: number;
|
|
14096
|
+
formatted: string;
|
|
14097
|
+
} | undefined;
|
|
14098
|
+
sourceChain: {
|
|
14099
|
+
addressFormat: "base58" | "base58check" | "hex";
|
|
14100
|
+
id: string;
|
|
14101
|
+
kind: "evm" | "solana" | "tron";
|
|
14102
|
+
name: string;
|
|
14103
|
+
};
|
|
14104
|
+
sourceToken: {
|
|
14105
|
+
address: string;
|
|
14106
|
+
currency: string;
|
|
14107
|
+
decimals: number;
|
|
14108
|
+
name: string;
|
|
14109
|
+
standard: string;
|
|
14110
|
+
symbol: string;
|
|
14111
|
+
tokenKey: string;
|
|
14112
|
+
verified: boolean;
|
|
14113
|
+
};
|
|
14114
|
+
sourceTransactionHashes: readonly string[];
|
|
14115
|
+
sourceTransferIndex?: number | undefined;
|
|
14116
|
+
status: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling";
|
|
14117
|
+
statusReason?: {
|
|
14118
|
+
code: "delivery_failed" | "delivery_liquidity_unavailable" | "manual_recovery_required" | "refund_failed" | "source_amount_not_supported" | "source_token_mismatch" | "subsidy_balance_unavailable" | "subsidy_failed";
|
|
14119
|
+
message: string;
|
|
14120
|
+
} | undefined;
|
|
14121
|
+
updatedAt: string;
|
|
14122
|
+
};
|
|
14123
|
+
type: "funding:deposit.updated";
|
|
13014
14124
|
} | {
|
|
13015
14125
|
chainId: number;
|
|
13016
14126
|
context?: {
|
|
@@ -13099,14 +14209,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13099
14209
|
} | {
|
|
13100
14210
|
output: {
|
|
13101
14211
|
error: {
|
|
13102
|
-
code: "
|
|
14212
|
+
code: "organization_not_found";
|
|
13103
14213
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13104
14214
|
message: string;
|
|
13105
14215
|
};
|
|
13106
14216
|
requestId: string;
|
|
13107
14217
|
};
|
|
13108
14218
|
outputFormat: "json";
|
|
13109
|
-
status:
|
|
14219
|
+
status: 404;
|
|
13110
14220
|
input: {
|
|
13111
14221
|
param: {
|
|
13112
14222
|
deliveryId: string;
|
|
@@ -13117,14 +14227,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13117
14227
|
} | {
|
|
13118
14228
|
output: {
|
|
13119
14229
|
error: {
|
|
13120
|
-
code: "
|
|
14230
|
+
code: "forbidden";
|
|
13121
14231
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13122
14232
|
message: string;
|
|
13123
14233
|
};
|
|
13124
14234
|
requestId: string;
|
|
13125
14235
|
};
|
|
13126
14236
|
outputFormat: "json";
|
|
13127
|
-
status:
|
|
14237
|
+
status: 403;
|
|
13128
14238
|
input: {
|
|
13129
14239
|
param: {
|
|
13130
14240
|
deliveryId: string;
|
|
@@ -13135,14 +14245,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13135
14245
|
} | {
|
|
13136
14246
|
output: {
|
|
13137
14247
|
error: {
|
|
13138
|
-
code: "
|
|
14248
|
+
code: "param_invalid";
|
|
13139
14249
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13140
14250
|
message: string;
|
|
13141
14251
|
};
|
|
13142
14252
|
requestId: string;
|
|
13143
14253
|
};
|
|
13144
14254
|
outputFormat: "json";
|
|
13145
|
-
status:
|
|
14255
|
+
status: 400;
|
|
13146
14256
|
input: {
|
|
13147
14257
|
param: {
|
|
13148
14258
|
deliveryId: string;
|
|
@@ -13291,14 +14401,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13291
14401
|
} | {
|
|
13292
14402
|
output: {
|
|
13293
14403
|
error: {
|
|
13294
|
-
code: "
|
|
14404
|
+
code: "organization_not_found";
|
|
13295
14405
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13296
14406
|
message: string;
|
|
13297
14407
|
};
|
|
13298
14408
|
requestId: string;
|
|
13299
14409
|
};
|
|
13300
14410
|
outputFormat: "json";
|
|
13301
|
-
status:
|
|
14411
|
+
status: 404;
|
|
13302
14412
|
input: {
|
|
13303
14413
|
param: {
|
|
13304
14414
|
id: string;
|
|
@@ -13312,14 +14422,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13312
14422
|
} | {
|
|
13313
14423
|
output: {
|
|
13314
14424
|
error: {
|
|
13315
|
-
code: "
|
|
14425
|
+
code: "forbidden";
|
|
13316
14426
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13317
14427
|
message: string;
|
|
13318
14428
|
};
|
|
13319
14429
|
requestId: string;
|
|
13320
14430
|
};
|
|
13321
14431
|
outputFormat: "json";
|
|
13322
|
-
status:
|
|
14432
|
+
status: 403;
|
|
13323
14433
|
input: {
|
|
13324
14434
|
param: {
|
|
13325
14435
|
id: string;
|
|
@@ -13333,14 +14443,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13333
14443
|
} | {
|
|
13334
14444
|
output: {
|
|
13335
14445
|
error: {
|
|
13336
|
-
code: "
|
|
14446
|
+
code: "body_invalid";
|
|
13337
14447
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13338
14448
|
message: string;
|
|
13339
14449
|
};
|
|
13340
14450
|
requestId: string;
|
|
13341
14451
|
};
|
|
13342
14452
|
outputFormat: "json";
|
|
13343
|
-
status:
|
|
14453
|
+
status: 400;
|
|
13344
14454
|
input: {
|
|
13345
14455
|
param: {
|
|
13346
14456
|
id: string;
|
|
@@ -13354,14 +14464,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13354
14464
|
} | {
|
|
13355
14465
|
output: {
|
|
13356
14466
|
error: {
|
|
13357
|
-
code: "
|
|
14467
|
+
code: "param_invalid";
|
|
13358
14468
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13359
14469
|
message: string;
|
|
13360
14470
|
};
|
|
13361
14471
|
requestId: string;
|
|
13362
14472
|
};
|
|
13363
14473
|
outputFormat: "json";
|
|
13364
|
-
status:
|
|
14474
|
+
status: 400;
|
|
13365
14475
|
input: {
|
|
13366
14476
|
param: {
|
|
13367
14477
|
id: string;
|
|
@@ -13417,6 +14527,18 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13417
14527
|
} | {
|
|
13418
14528
|
output: {
|
|
13419
14529
|
chainId: number;
|
|
14530
|
+
createdAt: string;
|
|
14531
|
+
environment?: "production" | "sandbox" | undefined;
|
|
14532
|
+
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
14533
|
+
expiresAt?: string | undefined;
|
|
14534
|
+
failureCount: number;
|
|
14535
|
+
filters: {
|
|
14536
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
14537
|
+
};
|
|
14538
|
+
id: string;
|
|
14539
|
+
lastDeliveryAt?: string | undefined;
|
|
14540
|
+
status: "active" | "disabled" | "paused";
|
|
14541
|
+
updatedAt: string;
|
|
13420
14542
|
context?: {
|
|
13421
14543
|
description?: string | undefined;
|
|
13422
14544
|
metadata?: {
|
|
@@ -13424,7 +14546,6 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13424
14546
|
} | undefined;
|
|
13425
14547
|
title?: string | undefined;
|
|
13426
14548
|
} | undefined;
|
|
13427
|
-
createdAt: string;
|
|
13428
14549
|
destination: {
|
|
13429
14550
|
type: "url";
|
|
13430
14551
|
url: string;
|
|
@@ -13436,16 +14557,6 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13436
14557
|
type: "betterstack";
|
|
13437
14558
|
url: string;
|
|
13438
14559
|
};
|
|
13439
|
-
eventType: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
13440
|
-
expiresAt?: string | undefined;
|
|
13441
|
-
failureCount: number;
|
|
13442
|
-
filters: {
|
|
13443
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
13444
|
-
};
|
|
13445
|
-
id: string;
|
|
13446
|
-
lastDeliveryAt?: string | undefined;
|
|
13447
|
-
status: "active" | "disabled" | "paused";
|
|
13448
|
-
updatedAt: string;
|
|
13449
14560
|
};
|
|
13450
14561
|
outputFormat: "json";
|
|
13451
14562
|
status: 200;
|
|
@@ -13517,14 +14628,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13517
14628
|
} | {
|
|
13518
14629
|
output: {
|
|
13519
14630
|
error: {
|
|
13520
|
-
code: "
|
|
14631
|
+
code: "organization_not_found";
|
|
13521
14632
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13522
14633
|
message: string;
|
|
13523
14634
|
};
|
|
13524
14635
|
requestId: string;
|
|
13525
14636
|
};
|
|
13526
14637
|
outputFormat: "json";
|
|
13527
|
-
status:
|
|
14638
|
+
status: 404;
|
|
13528
14639
|
input: {
|
|
13529
14640
|
param: {
|
|
13530
14641
|
id: string;
|
|
@@ -13534,14 +14645,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13534
14645
|
} | {
|
|
13535
14646
|
output: {
|
|
13536
14647
|
error: {
|
|
13537
|
-
code: "
|
|
14648
|
+
code: "forbidden";
|
|
13538
14649
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13539
14650
|
message: string;
|
|
13540
14651
|
};
|
|
13541
14652
|
requestId: string;
|
|
13542
14653
|
};
|
|
13543
14654
|
outputFormat: "json";
|
|
13544
|
-
status:
|
|
14655
|
+
status: 403;
|
|
13545
14656
|
input: {
|
|
13546
14657
|
param: {
|
|
13547
14658
|
id: string;
|
|
@@ -13551,14 +14662,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13551
14662
|
} | {
|
|
13552
14663
|
output: {
|
|
13553
14664
|
error: {
|
|
13554
|
-
code: "
|
|
14665
|
+
code: "param_invalid";
|
|
13555
14666
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13556
14667
|
message: string;
|
|
13557
14668
|
};
|
|
13558
14669
|
requestId: string;
|
|
13559
14670
|
};
|
|
13560
14671
|
outputFormat: "json";
|
|
13561
|
-
status:
|
|
14672
|
+
status: 400;
|
|
13562
14673
|
input: {
|
|
13563
14674
|
param: {
|
|
13564
14675
|
id: string;
|