tapimo 0.11.0 → 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 +2296 -1010
- 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/admin/App.d.ts +53 -4
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +4 -4
- package/dist/admin/apps/earn-vaults.d.ts +114 -0
- 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.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 +9 -9
- 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 +1699 -749
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +56 -7
- 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 +2367 -4
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +368 -87
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +471 -340
- package/dist/apps/data/routes/addresses.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.d.ts +28 -28
- 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 +4 -4
- package/dist/apps/data/routes/blocks.js +1 -1
- package/dist/apps/data/routes/blocks.js.map +1 -1
- package/dist/apps/data/routes/coingecko.d.ts +176 -176
- package/dist/apps/data/routes/earn.d.ts +131 -6
- 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 +825 -119
- 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.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/indexer.d.ts +34 -34
- package/dist/apps/data/routes/receipts.d.ts +230 -230
- 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.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 +14 -0
- 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.js +1 -1
- package/dist/apps/data/routes/transactions.js.map +1 -1
- 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/webhooks.d.ts +4 -4
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +2 -2
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +30 -30
- 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 +16 -16
- 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 +13 -13
- 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/management/App.d.ts +627 -293
- 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 +114 -54
- 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 +33 -33
- 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 +86 -41
- 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 +93 -72
- 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 +90 -28
- 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 +78 -78
- 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 +147 -130
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/management/routes/webhooks.js +80 -35
- 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 +40 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +23 -1
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +19 -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 +14 -20
- package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -1
- package/dist/db/tables/webhookQueueEvents.js +68 -47
- package/dist/db/tables/webhookQueueEvents.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +16 -5
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +29 -5
- 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/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 +5 -7
- package/dist/internal/Schema.d.ts.map +1 -1
- package/dist/internal/Schema.js +6 -7
- 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/Webhooks.d.ts +29 -12
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +37 -20
- 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/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/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/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 +4 -2
- package/src/Assets.test.ts +18 -0
- package/src/Assets.ts +22 -0
- package/src/Client.test-d.ts +265 -16
- 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 +56 -8
- 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 +328 -1
- package/src/apps/data/routes/activities.ts +498 -93
- 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.ts +6 -2
- 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 +234 -0
- package/src/apps/management/routes/webhooks.ts +191 -78
- package/src/apps/mpp/internal/Adapter.ts +13 -1
- package/src/db/Db.test.ts +41 -0
- package/src/db/Db.ts +62 -0
- package/src/db/Schema.ts +28 -3
- package/src/db/tables/earnVaults.test.ts +22 -0
- package/src/db/tables/earnVaults.ts +11 -1
- package/src/db/tables/webhookDeliveries.ts +13 -0
- package/src/db/tables/webhookQueueCompletions.ts +55 -0
- package/src/db/tables/webhookQueueEvents.ts +95 -61
- package/src/db/tables/webhookSubscriptions.ts +45 -6
- 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/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 +16 -0
- package/src/internal/Schema.ts +7 -7
- 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/Webhooks.test.ts +122 -8
- package/src/internal/Webhooks.ts +59 -29
- package/src/internal/funding/Deposit.ts +71 -64
- package/src/internal/funding/DepositAddress.ts +50 -43
- package/src/internal/funding/Provider.ts +164 -142
- package/src/internal/funding/providers/index.test.ts +185 -0
- package/src/internal/funding/providers/stargate.ts +184 -0
- package/src/providers/index.test.ts +1 -0
- package/src/providers/index.ts +9 -0
|
@@ -7,23 +7,7 @@ export declare namespace schema {
|
|
|
7
7
|
/** Public webhook subscription representation. */
|
|
8
8
|
const Subscription: z.ZodMiniObject<{
|
|
9
9
|
chainId: z.ZodMiniNumber<number>;
|
|
10
|
-
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
11
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
12
|
-
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
13
|
-
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
14
|
-
}, z.core.$strip>>;
|
|
15
10
|
createdAt: z.ZodMiniISODateTime;
|
|
16
|
-
destination: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
17
|
-
type: z.ZodMiniLiteral<"url">;
|
|
18
|
-
url: z.ZodMiniURL;
|
|
19
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
20
|
-
type: z.ZodMiniLiteral<"slack">;
|
|
21
|
-
url: z.ZodMiniLiteral<"https://hooks.slack.com/…">;
|
|
22
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
23
|
-
token: z.ZodMiniLiteral<"[redacted]">;
|
|
24
|
-
type: z.ZodMiniLiteral<"betterstack">;
|
|
25
|
-
url: z.ZodMiniURL;
|
|
26
|
-
}, z.core.$strip>], "type">;
|
|
27
11
|
environment: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
28
12
|
production: "production";
|
|
29
13
|
sandbox: "sandbox";
|
|
@@ -46,6 +30,39 @@ export declare namespace schema {
|
|
|
46
30
|
paused: "paused";
|
|
47
31
|
}>;
|
|
48
32
|
updatedAt: z.ZodMiniISODateTime;
|
|
33
|
+
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
34
|
+
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
35
|
+
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
36
|
+
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
37
|
+
}, z.core.$strip>>;
|
|
38
|
+
destination: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
39
|
+
type: z.ZodMiniLiteral<"url">;
|
|
40
|
+
url: z.ZodMiniURL;
|
|
41
|
+
}, z.core.$strip>, z.ZodMiniObject<{
|
|
42
|
+
type: z.ZodMiniLiteral<"slack">;
|
|
43
|
+
url: z.ZodMiniLiteral<"https://hooks.slack.com/…">;
|
|
44
|
+
}, z.core.$strip>, z.ZodMiniObject<{
|
|
45
|
+
token: z.ZodMiniLiteral<"[redacted]">;
|
|
46
|
+
type: z.ZodMiniLiteral<"betterstack">;
|
|
47
|
+
url: z.ZodMiniURL;
|
|
48
|
+
}, z.core.$strip>], "type">;
|
|
49
|
+
}, z.core.$strip>;
|
|
50
|
+
/** Webhook delivery data returned in collection rows. */
|
|
51
|
+
const Delivery: z.ZodMiniObject<{
|
|
52
|
+
attempt: z.ZodMiniNumber<number>;
|
|
53
|
+
createdAt: z.ZodMiniISODateTime;
|
|
54
|
+
error: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
55
|
+
eventId: z.ZodMiniString<string>;
|
|
56
|
+
id: z.ZodMiniString<string>;
|
|
57
|
+
requestUrl: z.ZodMiniString<string>;
|
|
58
|
+
responseMs: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
59
|
+
responseStatus: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
|
|
60
|
+
status: z.ZodMiniEnum<{
|
|
61
|
+
failed: "failed";
|
|
62
|
+
pending: "pending";
|
|
63
|
+
succeeded: "succeeded";
|
|
64
|
+
}>;
|
|
65
|
+
subscriptionId: z.ZodMiniString<string>;
|
|
49
66
|
}, z.core.$strip>;
|
|
50
67
|
/** Schemas for creating an organization webhook. */
|
|
51
68
|
namespace createWebhook {
|
|
@@ -417,11 +434,6 @@ export declare namespace schema {
|
|
|
417
434
|
/** Created webhook with transport credentials redacted. */
|
|
418
435
|
const Response: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
419
436
|
chainId: z.ZodMiniNumber<number>;
|
|
420
|
-
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
421
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
422
|
-
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
423
|
-
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
424
|
-
}, z.core.$strip>>;
|
|
425
437
|
createdAt: z.ZodMiniISODateTime;
|
|
426
438
|
environment: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
427
439
|
production: "production";
|
|
@@ -445,6 +457,11 @@ export declare namespace schema {
|
|
|
445
457
|
paused: "paused";
|
|
446
458
|
}>;
|
|
447
459
|
updatedAt: z.ZodMiniISODateTime;
|
|
460
|
+
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
461
|
+
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
462
|
+
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
463
|
+
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
464
|
+
}, z.core.$strip>>;
|
|
448
465
|
destination: z.ZodMiniObject<{
|
|
449
466
|
type: z.ZodMiniLiteral<"url">;
|
|
450
467
|
url: z.ZodMiniURL;
|
|
@@ -452,11 +469,6 @@ export declare namespace schema {
|
|
|
452
469
|
secret: z.ZodMiniString<string>;
|
|
453
470
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
454
471
|
chainId: z.ZodMiniNumber<number>;
|
|
455
|
-
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
456
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
457
|
-
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
458
|
-
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
459
|
-
}, z.core.$strip>>;
|
|
460
472
|
createdAt: z.ZodMiniISODateTime;
|
|
461
473
|
environment: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
462
474
|
production: "production";
|
|
@@ -480,17 +492,17 @@ export declare namespace schema {
|
|
|
480
492
|
paused: "paused";
|
|
481
493
|
}>;
|
|
482
494
|
updatedAt: z.ZodMiniISODateTime;
|
|
495
|
+
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
496
|
+
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
497
|
+
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
498
|
+
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
499
|
+
}, z.core.$strip>>;
|
|
483
500
|
destination: z.ZodMiniObject<{
|
|
484
501
|
type: z.ZodMiniLiteral<"slack">;
|
|
485
502
|
url: z.ZodMiniLiteral<"https://hooks.slack.com/…">;
|
|
486
503
|
}, z.core.$strip>;
|
|
487
504
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
488
505
|
chainId: z.ZodMiniNumber<number>;
|
|
489
|
-
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
490
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
491
|
-
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
492
|
-
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
493
|
-
}, z.core.$strip>>;
|
|
494
506
|
createdAt: z.ZodMiniISODateTime;
|
|
495
507
|
environment: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
496
508
|
production: "production";
|
|
@@ -514,6 +526,11 @@ export declare namespace schema {
|
|
|
514
526
|
paused: "paused";
|
|
515
527
|
}>;
|
|
516
528
|
updatedAt: z.ZodMiniISODateTime;
|
|
529
|
+
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
530
|
+
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
531
|
+
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
532
|
+
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
533
|
+
}, z.core.$strip>>;
|
|
517
534
|
destination: z.ZodMiniObject<{
|
|
518
535
|
token: z.ZodMiniLiteral<"[redacted]">;
|
|
519
536
|
type: z.ZodMiniLiteral<"betterstack">;
|
|
@@ -793,7 +810,7 @@ export declare namespace schema {
|
|
|
793
810
|
id: z.ZodMiniString<string>;
|
|
794
811
|
subscriptionId: z.ZodMiniString<string>;
|
|
795
812
|
data: z.ZodMiniObject<{
|
|
796
|
-
createdAt: z.
|
|
813
|
+
createdAt: z.ZodMiniISODateTime;
|
|
797
814
|
depositAddressId: z.ZodMiniString<string>;
|
|
798
815
|
detectionTrigger: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
799
816
|
chain: "chain";
|
|
@@ -907,7 +924,7 @@ export declare namespace schema {
|
|
|
907
924
|
}>;
|
|
908
925
|
message: z.ZodMiniString<string>;
|
|
909
926
|
}, z.core.$strip>>;
|
|
910
|
-
updatedAt: z.
|
|
927
|
+
updatedAt: z.ZodMiniISODateTime;
|
|
911
928
|
}, z.core.$strip>;
|
|
912
929
|
type: z.ZodMiniLiteral<"funding:deposit.updated">;
|
|
913
930
|
}, z.core.$strip>, z.ZodMiniObject<{
|
|
@@ -949,23 +966,7 @@ export declare namespace schema {
|
|
|
949
966
|
const ListResponse: z.ZodMiniObject<{
|
|
950
967
|
data: z.ZodMiniArray<z.ZodMiniObject<{
|
|
951
968
|
chainId: z.ZodMiniNumber<number>;
|
|
952
|
-
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
953
|
-
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
954
|
-
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
955
|
-
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
956
|
-
}, z.core.$strip>>;
|
|
957
969
|
createdAt: z.ZodMiniISODateTime;
|
|
958
|
-
destination: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
959
|
-
type: z.ZodMiniLiteral<"url">;
|
|
960
|
-
url: z.ZodMiniURL;
|
|
961
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
962
|
-
type: z.ZodMiniLiteral<"slack">;
|
|
963
|
-
url: z.ZodMiniLiteral<"https://hooks.slack.com/…">;
|
|
964
|
-
}, z.core.$strip>, z.ZodMiniObject<{
|
|
965
|
-
token: z.ZodMiniLiteral<"[redacted]">;
|
|
966
|
-
type: z.ZodMiniLiteral<"betterstack">;
|
|
967
|
-
url: z.ZodMiniURL;
|
|
968
|
-
}, z.core.$strip>], "type">;
|
|
969
970
|
environment: z.ZodMiniOptional<z.ZodMiniEnum<{
|
|
970
971
|
production: "production";
|
|
971
972
|
sandbox: "sandbox";
|
|
@@ -988,6 +989,22 @@ export declare namespace schema {
|
|
|
988
989
|
paused: "paused";
|
|
989
990
|
}>;
|
|
990
991
|
updatedAt: z.ZodMiniISODateTime;
|
|
992
|
+
context: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
993
|
+
description: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
994
|
+
metadata: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniString<string>>>;
|
|
995
|
+
title: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
996
|
+
}, z.core.$strip>>;
|
|
997
|
+
destination: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
|
|
998
|
+
type: z.ZodMiniLiteral<"url">;
|
|
999
|
+
url: z.ZodMiniURL;
|
|
1000
|
+
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1001
|
+
type: z.ZodMiniLiteral<"slack">;
|
|
1002
|
+
url: z.ZodMiniLiteral<"https://hooks.slack.com/…">;
|
|
1003
|
+
}, z.core.$strip>, z.ZodMiniObject<{
|
|
1004
|
+
token: z.ZodMiniLiteral<"[redacted]">;
|
|
1005
|
+
type: z.ZodMiniLiteral<"betterstack">;
|
|
1006
|
+
url: z.ZodMiniURL;
|
|
1007
|
+
}, z.core.$strip>], "type">;
|
|
991
1008
|
}, z.core.$strip>>;
|
|
992
1009
|
}, z.core.$strip>;
|
|
993
1010
|
/** Lifecycle state editable from the console. */
|
|
@@ -2074,14 +2091,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
2074
2091
|
} | {
|
|
2075
2092
|
output: {
|
|
2076
2093
|
error: {
|
|
2077
|
-
code: "
|
|
2094
|
+
code: "chain_id_unsupported";
|
|
2078
2095
|
details?: readonly Response.error.Detail[] | undefined;
|
|
2079
2096
|
message: string;
|
|
2080
2097
|
};
|
|
2081
2098
|
requestId: string;
|
|
2082
2099
|
};
|
|
2083
2100
|
outputFormat: "json";
|
|
2084
|
-
status:
|
|
2101
|
+
status: 400;
|
|
2085
2102
|
input: {
|
|
2086
2103
|
param: {
|
|
2087
2104
|
orgId: string;
|
|
@@ -2429,14 +2446,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
2429
2446
|
} | {
|
|
2430
2447
|
output: {
|
|
2431
2448
|
error: {
|
|
2432
|
-
code: "
|
|
2449
|
+
code: "param_invalid";
|
|
2433
2450
|
details?: readonly Response.error.Detail[] | undefined;
|
|
2434
2451
|
message: string;
|
|
2435
2452
|
};
|
|
2436
2453
|
requestId: string;
|
|
2437
2454
|
};
|
|
2438
2455
|
outputFormat: "json";
|
|
2439
|
-
status:
|
|
2456
|
+
status: 400;
|
|
2440
2457
|
input: {
|
|
2441
2458
|
param: {
|
|
2442
2459
|
orgId: string;
|
|
@@ -2784,7 +2801,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
2784
2801
|
} | {
|
|
2785
2802
|
output: {
|
|
2786
2803
|
error: {
|
|
2787
|
-
code: "
|
|
2804
|
+
code: "body_invalid";
|
|
2788
2805
|
details?: readonly Response.error.Detail[] | undefined;
|
|
2789
2806
|
message: string;
|
|
2790
2807
|
};
|
|
@@ -3139,14 +3156,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
3139
3156
|
} | {
|
|
3140
3157
|
output: {
|
|
3141
3158
|
error: {
|
|
3142
|
-
code: "
|
|
3159
|
+
code: "forbidden";
|
|
3143
3160
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3144
3161
|
message: string;
|
|
3145
3162
|
};
|
|
3146
3163
|
requestId: string;
|
|
3147
3164
|
};
|
|
3148
3165
|
outputFormat: "json";
|
|
3149
|
-
status:
|
|
3166
|
+
status: 403;
|
|
3150
3167
|
input: {
|
|
3151
3168
|
param: {
|
|
3152
3169
|
orgId: string;
|
|
@@ -3494,14 +3511,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
3494
3511
|
} | {
|
|
3495
3512
|
output: {
|
|
3496
3513
|
error: {
|
|
3497
|
-
code: "
|
|
3514
|
+
code: "organization_not_found";
|
|
3498
3515
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3499
3516
|
message: string;
|
|
3500
3517
|
};
|
|
3501
3518
|
requestId: string;
|
|
3502
3519
|
};
|
|
3503
3520
|
outputFormat: "json";
|
|
3504
|
-
status:
|
|
3521
|
+
status: 404;
|
|
3505
3522
|
input: {
|
|
3506
3523
|
param: {
|
|
3507
3524
|
orgId: string;
|
|
@@ -5624,13 +5641,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5624
5641
|
} | {
|
|
5625
5642
|
output: {
|
|
5626
5643
|
chainId: number;
|
|
5627
|
-
context?: {
|
|
5628
|
-
description?: string | undefined;
|
|
5629
|
-
metadata?: {
|
|
5630
|
-
[x: string]: string;
|
|
5631
|
-
} | undefined;
|
|
5632
|
-
title?: string | undefined;
|
|
5633
|
-
} | undefined;
|
|
5634
5644
|
createdAt: string;
|
|
5635
5645
|
environment?: "production" | "sandbox" | undefined;
|
|
5636
5646
|
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
@@ -5643,13 +5653,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5643
5653
|
lastDeliveryAt?: string | undefined;
|
|
5644
5654
|
status: "active" | "disabled" | "paused";
|
|
5645
5655
|
updatedAt: string;
|
|
5646
|
-
destination: {
|
|
5647
|
-
type: "url";
|
|
5648
|
-
url: string;
|
|
5649
|
-
};
|
|
5650
|
-
secret: string;
|
|
5651
|
-
} | {
|
|
5652
|
-
chainId: number;
|
|
5653
5656
|
context?: {
|
|
5654
5657
|
description?: string | undefined;
|
|
5655
5658
|
metadata?: {
|
|
@@ -5657,6 +5660,13 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5657
5660
|
} | undefined;
|
|
5658
5661
|
title?: string | undefined;
|
|
5659
5662
|
} | undefined;
|
|
5663
|
+
destination: {
|
|
5664
|
+
type: "url";
|
|
5665
|
+
url: string;
|
|
5666
|
+
};
|
|
5667
|
+
secret: string;
|
|
5668
|
+
} | {
|
|
5669
|
+
chainId: number;
|
|
5660
5670
|
createdAt: string;
|
|
5661
5671
|
environment?: "production" | "sandbox" | undefined;
|
|
5662
5672
|
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
@@ -5669,12 +5679,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5669
5679
|
lastDeliveryAt?: string | undefined;
|
|
5670
5680
|
status: "active" | "disabled" | "paused";
|
|
5671
5681
|
updatedAt: string;
|
|
5672
|
-
destination: {
|
|
5673
|
-
type: "slack";
|
|
5674
|
-
url: "https://hooks.slack.com/…";
|
|
5675
|
-
};
|
|
5676
|
-
} | {
|
|
5677
|
-
chainId: number;
|
|
5678
5682
|
context?: {
|
|
5679
5683
|
description?: string | undefined;
|
|
5680
5684
|
metadata?: {
|
|
@@ -5682,6 +5686,12 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5682
5686
|
} | undefined;
|
|
5683
5687
|
title?: string | undefined;
|
|
5684
5688
|
} | undefined;
|
|
5689
|
+
destination: {
|
|
5690
|
+
type: "slack";
|
|
5691
|
+
url: "https://hooks.slack.com/…";
|
|
5692
|
+
};
|
|
5693
|
+
} | {
|
|
5694
|
+
chainId: number;
|
|
5685
5695
|
createdAt: string;
|
|
5686
5696
|
environment?: "production" | "sandbox" | undefined;
|
|
5687
5697
|
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
@@ -5694,6 +5704,13 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5694
5704
|
lastDeliveryAt?: string | undefined;
|
|
5695
5705
|
status: "active" | "disabled" | "paused";
|
|
5696
5706
|
updatedAt: string;
|
|
5707
|
+
context?: {
|
|
5708
|
+
description?: string | undefined;
|
|
5709
|
+
metadata?: {
|
|
5710
|
+
[x: string]: string;
|
|
5711
|
+
} | undefined;
|
|
5712
|
+
title?: string | undefined;
|
|
5713
|
+
} | undefined;
|
|
5697
5714
|
destination: {
|
|
5698
5715
|
token: "[redacted]";
|
|
5699
5716
|
type: "betterstack";
|
|
@@ -6101,14 +6118,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6101
6118
|
} | {
|
|
6102
6119
|
output: {
|
|
6103
6120
|
error: {
|
|
6104
|
-
code: "
|
|
6121
|
+
code: "param_invalid";
|
|
6105
6122
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6106
6123
|
message: string;
|
|
6107
6124
|
};
|
|
6108
6125
|
requestId: string;
|
|
6109
6126
|
};
|
|
6110
6127
|
outputFormat: "json";
|
|
6111
|
-
status:
|
|
6128
|
+
status: 400;
|
|
6112
6129
|
input: {
|
|
6113
6130
|
param: {
|
|
6114
6131
|
orgId: string;
|
|
@@ -6133,14 +6150,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6133
6150
|
} | {
|
|
6134
6151
|
output: {
|
|
6135
6152
|
error: {
|
|
6136
|
-
code: "
|
|
6153
|
+
code: "organization_not_found";
|
|
6137
6154
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6138
6155
|
message: string;
|
|
6139
6156
|
};
|
|
6140
6157
|
requestId: string;
|
|
6141
6158
|
};
|
|
6142
6159
|
outputFormat: "json";
|
|
6143
|
-
status:
|
|
6160
|
+
status: 404;
|
|
6144
6161
|
input: {
|
|
6145
6162
|
param: {
|
|
6146
6163
|
orgId: string;
|
|
@@ -6166,6 +6183,18 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6166
6183
|
output: {
|
|
6167
6184
|
data: {
|
|
6168
6185
|
chainId: number;
|
|
6186
|
+
createdAt: string;
|
|
6187
|
+
environment?: "production" | "sandbox" | undefined;
|
|
6188
|
+
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
6189
|
+
expiresAt?: string | undefined;
|
|
6190
|
+
failureCount: number;
|
|
6191
|
+
filters: {
|
|
6192
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
6193
|
+
};
|
|
6194
|
+
id: string;
|
|
6195
|
+
lastDeliveryAt?: string | undefined;
|
|
6196
|
+
status: "active" | "disabled" | "paused";
|
|
6197
|
+
updatedAt: string;
|
|
6169
6198
|
context?: {
|
|
6170
6199
|
description?: string | undefined;
|
|
6171
6200
|
metadata?: {
|
|
@@ -6173,7 +6202,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6173
6202
|
} | undefined;
|
|
6174
6203
|
title?: string | undefined;
|
|
6175
6204
|
} | undefined;
|
|
6176
|
-
createdAt: string;
|
|
6177
6205
|
destination: {
|
|
6178
6206
|
type: "url";
|
|
6179
6207
|
url: string;
|
|
@@ -6185,17 +6213,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6185
6213
|
type: "betterstack";
|
|
6186
6214
|
url: string;
|
|
6187
6215
|
};
|
|
6188
|
-
environment?: "production" | "sandbox" | undefined;
|
|
6189
|
-
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
6190
|
-
expiresAt?: string | undefined;
|
|
6191
|
-
failureCount: number;
|
|
6192
|
-
filters: {
|
|
6193
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
6194
|
-
};
|
|
6195
|
-
id: string;
|
|
6196
|
-
lastDeliveryAt?: string | undefined;
|
|
6197
|
-
status: "active" | "disabled" | "paused";
|
|
6198
|
-
updatedAt: string;
|
|
6199
6216
|
}[];
|
|
6200
6217
|
};
|
|
6201
6218
|
outputFormat: "json";
|
|
@@ -6308,14 +6325,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6308
6325
|
} | {
|
|
6309
6326
|
output: {
|
|
6310
6327
|
error: {
|
|
6311
|
-
code: "
|
|
6328
|
+
code: "param_invalid";
|
|
6312
6329
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6313
6330
|
message: string;
|
|
6314
6331
|
};
|
|
6315
6332
|
requestId: string;
|
|
6316
6333
|
};
|
|
6317
6334
|
outputFormat: "json";
|
|
6318
|
-
status:
|
|
6335
|
+
status: 400;
|
|
6319
6336
|
input: {
|
|
6320
6337
|
param: {
|
|
6321
6338
|
id: string;
|
|
@@ -6356,14 +6373,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6356
6373
|
} | {
|
|
6357
6374
|
output: {
|
|
6358
6375
|
error: {
|
|
6359
|
-
code: "
|
|
6376
|
+
code: "organization_not_found";
|
|
6360
6377
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6361
6378
|
message: string;
|
|
6362
6379
|
};
|
|
6363
6380
|
requestId: string;
|
|
6364
6381
|
};
|
|
6365
6382
|
outputFormat: "json";
|
|
6366
|
-
status:
|
|
6383
|
+
status: 404;
|
|
6367
6384
|
input: {
|
|
6368
6385
|
param: {
|
|
6369
6386
|
id: string;
|
|
@@ -6521,14 +6538,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6521
6538
|
} | {
|
|
6522
6539
|
output: {
|
|
6523
6540
|
error: {
|
|
6524
|
-
code: "
|
|
6541
|
+
code: "param_invalid";
|
|
6525
6542
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6526
6543
|
message: string;
|
|
6527
6544
|
};
|
|
6528
6545
|
requestId: string;
|
|
6529
6546
|
};
|
|
6530
6547
|
outputFormat: "json";
|
|
6531
|
-
status:
|
|
6548
|
+
status: 400;
|
|
6532
6549
|
input: {
|
|
6533
6550
|
param: {
|
|
6534
6551
|
deliveryId: string;
|
|
@@ -6557,14 +6574,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6557
6574
|
} | {
|
|
6558
6575
|
output: {
|
|
6559
6576
|
error: {
|
|
6560
|
-
code: "
|
|
6577
|
+
code: "organization_not_found";
|
|
6561
6578
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6562
6579
|
message: string;
|
|
6563
6580
|
};
|
|
6564
6581
|
requestId: string;
|
|
6565
6582
|
};
|
|
6566
6583
|
outputFormat: "json";
|
|
6567
|
-
status:
|
|
6584
|
+
status: 404;
|
|
6568
6585
|
input: {
|
|
6569
6586
|
param: {
|
|
6570
6587
|
deliveryId: string;
|
|
@@ -7008,14 +7025,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7008
7025
|
} | {
|
|
7009
7026
|
output: {
|
|
7010
7027
|
error: {
|
|
7011
|
-
code: "
|
|
7028
|
+
code: "param_invalid";
|
|
7012
7029
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7013
7030
|
message: string;
|
|
7014
7031
|
};
|
|
7015
7032
|
requestId: string;
|
|
7016
7033
|
};
|
|
7017
7034
|
outputFormat: "json";
|
|
7018
|
-
status:
|
|
7035
|
+
status: 400;
|
|
7019
7036
|
input: {
|
|
7020
7037
|
param: {
|
|
7021
7038
|
deliveryId: string;
|
|
@@ -7044,14 +7061,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7044
7061
|
} | {
|
|
7045
7062
|
output: {
|
|
7046
7063
|
error: {
|
|
7047
|
-
code: "
|
|
7064
|
+
code: "organization_not_found";
|
|
7048
7065
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7049
7066
|
message: string;
|
|
7050
7067
|
};
|
|
7051
7068
|
requestId: string;
|
|
7052
7069
|
};
|
|
7053
7070
|
outputFormat: "json";
|
|
7054
|
-
status:
|
|
7071
|
+
status: 404;
|
|
7055
7072
|
input: {
|
|
7056
7073
|
param: {
|
|
7057
7074
|
deliveryId: string;
|
|
@@ -7200,14 +7217,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7200
7217
|
} | {
|
|
7201
7218
|
output: {
|
|
7202
7219
|
error: {
|
|
7203
|
-
code: "
|
|
7220
|
+
code: "param_invalid";
|
|
7204
7221
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7205
7222
|
message: string;
|
|
7206
7223
|
};
|
|
7207
7224
|
requestId: string;
|
|
7208
7225
|
};
|
|
7209
7226
|
outputFormat: "json";
|
|
7210
|
-
status:
|
|
7227
|
+
status: 400;
|
|
7211
7228
|
input: {
|
|
7212
7229
|
param: {
|
|
7213
7230
|
id: string;
|
|
@@ -7221,14 +7238,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7221
7238
|
} | {
|
|
7222
7239
|
output: {
|
|
7223
7240
|
error: {
|
|
7224
|
-
code: "
|
|
7241
|
+
code: "body_invalid";
|
|
7225
7242
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7226
7243
|
message: string;
|
|
7227
7244
|
};
|
|
7228
7245
|
requestId: string;
|
|
7229
7246
|
};
|
|
7230
7247
|
outputFormat: "json";
|
|
7231
|
-
status:
|
|
7248
|
+
status: 400;
|
|
7232
7249
|
input: {
|
|
7233
7250
|
param: {
|
|
7234
7251
|
id: string;
|
|
@@ -7242,14 +7259,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7242
7259
|
} | {
|
|
7243
7260
|
output: {
|
|
7244
7261
|
error: {
|
|
7245
|
-
code: "
|
|
7262
|
+
code: "forbidden";
|
|
7246
7263
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7247
7264
|
message: string;
|
|
7248
7265
|
};
|
|
7249
7266
|
requestId: string;
|
|
7250
7267
|
};
|
|
7251
7268
|
outputFormat: "json";
|
|
7252
|
-
status:
|
|
7269
|
+
status: 403;
|
|
7253
7270
|
input: {
|
|
7254
7271
|
param: {
|
|
7255
7272
|
id: string;
|
|
@@ -7263,14 +7280,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7263
7280
|
} | {
|
|
7264
7281
|
output: {
|
|
7265
7282
|
error: {
|
|
7266
|
-
code: "
|
|
7283
|
+
code: "organization_not_found";
|
|
7267
7284
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7268
7285
|
message: string;
|
|
7269
7286
|
};
|
|
7270
7287
|
requestId: string;
|
|
7271
7288
|
};
|
|
7272
7289
|
outputFormat: "json";
|
|
7273
|
-
status:
|
|
7290
|
+
status: 404;
|
|
7274
7291
|
input: {
|
|
7275
7292
|
param: {
|
|
7276
7293
|
id: string;
|
|
@@ -7326,6 +7343,18 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7326
7343
|
} | {
|
|
7327
7344
|
output: {
|
|
7328
7345
|
chainId: number;
|
|
7346
|
+
createdAt: string;
|
|
7347
|
+
environment?: "production" | "sandbox" | undefined;
|
|
7348
|
+
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
7349
|
+
expiresAt?: string | undefined;
|
|
7350
|
+
failureCount: number;
|
|
7351
|
+
filters: {
|
|
7352
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
7353
|
+
};
|
|
7354
|
+
id: string;
|
|
7355
|
+
lastDeliveryAt?: string | undefined;
|
|
7356
|
+
status: "active" | "disabled" | "paused";
|
|
7357
|
+
updatedAt: string;
|
|
7329
7358
|
context?: {
|
|
7330
7359
|
description?: string | undefined;
|
|
7331
7360
|
metadata?: {
|
|
@@ -7333,7 +7362,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7333
7362
|
} | undefined;
|
|
7334
7363
|
title?: string | undefined;
|
|
7335
7364
|
} | undefined;
|
|
7336
|
-
createdAt: string;
|
|
7337
7365
|
destination: {
|
|
7338
7366
|
type: "url";
|
|
7339
7367
|
url: string;
|
|
@@ -7345,17 +7373,6 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7345
7373
|
type: "betterstack";
|
|
7346
7374
|
url: string;
|
|
7347
7375
|
};
|
|
7348
|
-
environment?: "production" | "sandbox" | undefined;
|
|
7349
|
-
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
7350
|
-
expiresAt?: string | undefined;
|
|
7351
|
-
failureCount: number;
|
|
7352
|
-
filters: {
|
|
7353
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
7354
|
-
};
|
|
7355
|
-
id: string;
|
|
7356
|
-
lastDeliveryAt?: string | undefined;
|
|
7357
|
-
status: "active" | "disabled" | "paused";
|
|
7358
|
-
updatedAt: string;
|
|
7359
7376
|
};
|
|
7360
7377
|
outputFormat: "json";
|
|
7361
7378
|
status: 200;
|
|
@@ -7427,14 +7444,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7427
7444
|
} | {
|
|
7428
7445
|
output: {
|
|
7429
7446
|
error: {
|
|
7430
|
-
code: "
|
|
7447
|
+
code: "param_invalid";
|
|
7431
7448
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7432
7449
|
message: string;
|
|
7433
7450
|
};
|
|
7434
7451
|
requestId: string;
|
|
7435
7452
|
};
|
|
7436
7453
|
outputFormat: "json";
|
|
7437
|
-
status:
|
|
7454
|
+
status: 400;
|
|
7438
7455
|
input: {
|
|
7439
7456
|
param: {
|
|
7440
7457
|
id: string;
|
|
@@ -7461,14 +7478,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
7461
7478
|
} | {
|
|
7462
7479
|
output: {
|
|
7463
7480
|
error: {
|
|
7464
|
-
code: "
|
|
7481
|
+
code: "organization_not_found";
|
|
7465
7482
|
details?: readonly Response.error.Detail[] | undefined;
|
|
7466
7483
|
message: string;
|
|
7467
7484
|
};
|
|
7468
7485
|
requestId: string;
|
|
7469
7486
|
};
|
|
7470
7487
|
outputFormat: "json";
|
|
7471
|
-
status:
|
|
7488
|
+
status: 404;
|
|
7472
7489
|
input: {
|
|
7473
7490
|
param: {
|
|
7474
7491
|
id: string;
|