tapimo 0.7.2 → 0.8.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/README.md +10 -7
- package/dist/ApiKey.d.ts +3 -0
- package/dist/ApiKey.d.ts.map +1 -1
- package/dist/ApiKey.js +10 -0
- package/dist/ApiKey.js.map +1 -1
- package/dist/ApiKeys.d.ts +7 -3
- package/dist/ApiKeys.d.ts.map +1 -1
- package/dist/ApiKeys.js +9 -2
- package/dist/ApiKeys.js.map +1 -1
- package/dist/App.d.ts +20434 -19484
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +62 -4
- package/dist/App.js.map +1 -1
- package/dist/admin/App.d.ts +84 -74
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +14 -1
- package/dist/admin/apps/api-keys.d.ts.map +1 -1
- package/dist/admin/apps/api-keys.js +6 -2
- package/dist/admin/apps/api-keys.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +2 -0
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +168 -168
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +67 -67
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/analytics/Analytics.d.ts +2 -0
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +3 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/apps/data/App.d.ts +10305 -12785
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +4 -8
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +24 -24
- package/dist/apps/data/routes/addresses.d.ts +288 -288
- package/dist/apps/data/routes/balances.d.ts +6 -6
- package/dist/apps/data/routes/blocks.d.ts +39 -39
- package/dist/apps/data/routes/coingecko.d.ts +170 -170
- package/dist/apps/data/routes/earn.d.ts +436 -6
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +631 -4
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +10 -10
- package/dist/apps/data/routes/fee-amm.d.ts +2 -2
- package/dist/apps/data/routes/indexer.d.ts +6 -6
- package/dist/apps/data/routes/indexer.js +4 -1
- package/dist/apps/data/routes/indexer.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts +235 -235
- package/dist/apps/data/routes/rpc.d.ts +1 -1
- package/dist/apps/data/routes/rpc.js +4 -1
- package/dist/apps/data/routes/rpc.js.map +1 -1
- package/dist/apps/data/routes/tokenlist.d.ts +36 -36
- package/dist/apps/data/routes/tokens.d.ts +6 -6
- package/dist/apps/data/routes/transactions.d.ts +2 -2
- package/dist/apps/data/routes/transfers.d.ts +1 -1
- package/dist/apps/data/routes/valuation.d.ts +1 -1
- package/dist/apps/data/routes/verified-tokens.d.ts +36 -36
- package/dist/apps/data/routes/webhooks.d.ts +9 -9
- package/dist/apps/data/routes/zones.d.ts +14 -14
- package/dist/apps/funding/Access.d.ts +16 -0
- package/dist/apps/funding/Access.d.ts.map +1 -0
- package/dist/apps/funding/Access.js +22 -0
- package/dist/apps/funding/Access.js.map +1 -0
- package/dist/apps/{data/routes/funding.d.ts → funding/App.d.ts} +1717 -3035
- package/dist/apps/funding/App.d.ts.map +1 -0
- package/dist/apps/funding/App.js +46 -0
- package/dist/apps/funding/App.js.map +1 -0
- package/dist/apps/funding/Inventory.d.ts +5 -0
- package/dist/apps/funding/Inventory.d.ts.map +1 -0
- package/dist/apps/funding/Inventory.js +25 -0
- package/dist/apps/funding/Inventory.js.map +1 -0
- package/dist/apps/funding/ProviderAttempts.d.ts +5 -0
- package/dist/apps/funding/ProviderAttempts.d.ts.map +1 -0
- package/dist/apps/funding/ProviderAttempts.js +24 -0
- package/dist/apps/funding/ProviderAttempts.js.map +1 -0
- package/dist/apps/funding/index.d.ts +2 -0
- package/dist/apps/funding/index.d.ts.map +1 -0
- package/dist/apps/funding/index.js +2 -0
- package/dist/apps/funding/index.js.map +1 -0
- package/dist/apps/funding/routes/chains.d.ts +169 -0
- package/dist/apps/funding/routes/chains.d.ts.map +1 -0
- package/dist/apps/funding/routes/chains.js +80 -0
- package/dist/apps/funding/routes/chains.js.map +1 -0
- package/dist/apps/funding/routes/deposit-addresses.d.ts +2388 -0
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -0
- package/dist/apps/funding/routes/deposit-addresses.js +860 -0
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -0
- package/dist/apps/funding/routes/providers.d.ts +91 -0
- package/dist/apps/funding/routes/providers.d.ts.map +1 -0
- package/dist/apps/funding/routes/providers.js +56 -0
- package/dist/apps/funding/routes/providers.js.map +1 -0
- package/dist/apps/funding/routes/quotes.d.ts +426 -0
- package/dist/apps/funding/routes/quotes.d.ts.map +1 -0
- package/dist/apps/funding/routes/quotes.js +188 -0
- package/dist/apps/funding/routes/quotes.js.map +1 -0
- package/dist/apps/funding/routes/transfers.d.ts +1999 -0
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -0
- package/dist/apps/funding/routes/transfers.js +614 -0
- package/dist/apps/funding/routes/transfers.js.map +1 -0
- package/dist/apps/index.d.ts +1 -0
- package/dist/apps/index.d.ts.map +1 -1
- package/dist/apps/index.js +1 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/management/App.d.ts +430 -165
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +298 -21
- package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.js +75 -1
- package/dist/apps/management/routes/api-keys.js.map +1 -1
- package/dist/apps/management/routes/billing.d.ts +6 -6
- package/dist/apps/management/routes/faucet.d.ts +35 -35
- package/dist/apps/management/routes/invitations.d.ts +48 -48
- package/dist/apps/management/routes/invite-links.d.ts +38 -38
- package/dist/apps/management/routes/members.d.ts +69 -69
- package/dist/apps/management/routes/orgs.d.ts +37 -37
- package/dist/apps/management/routes/projects.d.ts +25 -25
- package/dist/apps/management/routes/scopes.d.ts +1 -1
- package/dist/apps/management/routes/usage.d.ts +72 -72
- package/dist/apps/management/routes/verified-token-requests.d.ts +18 -18
- package/dist/apps/management/routes/webhooks.d.ts +128 -128
- package/dist/apps/mcp.d.ts +2 -3
- package/dist/apps/mcp.d.ts.map +1 -1
- package/dist/apps/mcp.js +16 -14
- package/dist/apps/mcp.js.map +1 -1
- package/dist/apps/metadata.d.ts +4 -0
- package/dist/apps/metadata.d.ts.map +1 -1
- package/dist/apps/metadata.js +10 -0
- package/dist/apps/metadata.js.map +1 -1
- package/dist/apps/mpp/App.d.ts +2 -2
- package/dist/cloudflare.d.ts +50 -0
- package/dist/cloudflare.d.ts.map +1 -1
- package/dist/cloudflare.js +178 -0
- package/dist/cloudflare.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 +37 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +12 -0
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +20 -0
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.d.ts +13 -0
- package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.js +12 -0
- package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
- package/dist/db/tables/fundingDepositRequestObservations.d.ts +45 -0
- package/dist/db/tables/fundingDepositRequestObservations.d.ts.map +1 -0
- package/dist/db/tables/fundingDepositRequestObservations.js +46 -0
- package/dist/db/tables/fundingDepositRequestObservations.js.map +1 -0
- package/dist/db/tables/fundingDeposits.d.ts +57 -1
- package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
- package/dist/db/tables/fundingDeposits.js +82 -0
- package/dist/db/tables/fundingDeposits.js.map +1 -1
- package/dist/internal/Auth.d.ts +11 -11
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +41 -15
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Cache.js +1 -1
- package/dist/internal/Cache.js.map +1 -1
- package/dist/internal/EdgeCache.d.ts +2 -2
- package/dist/internal/EdgeCache.d.ts.map +1 -1
- package/dist/internal/EdgeCache.js +10 -4
- package/dist/internal/EdgeCache.js.map +1 -1
- package/dist/internal/IpAllowlist.d.ts +15 -0
- package/dist/internal/IpAllowlist.d.ts.map +1 -0
- package/dist/internal/IpAllowlist.js +27 -0
- package/dist/internal/IpAllowlist.js.map +1 -0
- package/dist/internal/OpenApi.d.ts +1 -1
- package/dist/internal/OpenApi.js +1 -1
- package/dist/internal/OpenApi.js.map +1 -1
- package/dist/internal/Tidx.d.ts +6 -0
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +13 -3
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Viem.d.ts +8 -0
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +12 -5
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/funding/Deposit.d.ts +42 -0
- package/dist/internal/funding/Deposit.d.ts.map +1 -1
- package/dist/internal/funding/Deposit.js +37 -5
- package/dist/internal/funding/Deposit.js.map +1 -1
- package/dist/internal/funding/Evidence.d.ts +1 -5
- package/dist/internal/funding/Evidence.d.ts.map +1 -1
- package/dist/internal/funding/Evidence.js +4 -3
- package/dist/internal/funding/Evidence.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +102 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +5 -0
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Reconciliation.d.ts +16 -2
- package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
- package/dist/internal/funding/Reconciliation.js +257 -48
- package/dist/internal/funding/Reconciliation.js.map +1 -1
- package/dist/internal/funding/SourceObservation.d.ts +108 -0
- package/dist/internal/funding/SourceObservation.d.ts.map +1 -0
- package/dist/internal/funding/SourceObservation.js +143 -0
- package/dist/internal/funding/SourceObservation.js.map +1 -0
- package/dist/internal/funding/Subsidy.d.ts +2 -2
- package/dist/internal/funding/Subsidy.d.ts.map +1 -1
- package/dist/internal/funding/Subsidy.js +1 -1
- package/dist/internal/funding/Subsidy.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/relay.d.ts +43 -1
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +434 -27
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/package.json +3 -3
- package/src/ApiKey.test.ts +35 -0
- package/src/ApiKey.ts +27 -0
- package/src/ApiKeys.test.ts +29 -0
- package/src/ApiKeys.ts +11 -3
- package/src/App.test.ts +23 -5
- package/src/App.ts +76 -5
- package/src/Client.test-d.ts +171 -19
- package/src/admin/apps/api-keys.test.ts +25 -1
- package/src/admin/apps/api-keys.ts +6 -2
- package/src/admin/ui.generated.ts +67 -67
- package/src/analytics/Analytics.ts +4 -0
- package/src/apps/composition.test.ts +100 -2
- package/src/apps/data/App.test.ts +0 -12
- package/src/apps/data/App.ts +4 -8
- package/src/apps/data/routes/earn.test.ts +283 -0
- package/src/apps/data/routes/earn.ts +800 -3
- package/src/apps/data/routes/indexer.ts +2 -1
- package/src/apps/data/routes/rpc.ts +2 -0
- package/src/apps/data/routes/tokens.test.ts +6 -8
- package/src/apps/funding/Access.ts +26 -0
- package/src/apps/funding/App.test.ts +78 -0
- package/src/apps/funding/App.ts +63 -0
- package/src/apps/funding/Inventory.ts +30 -0
- package/src/apps/funding/ProviderAttempts.ts +26 -0
- package/src/apps/funding/index.ts +1 -0
- package/src/apps/funding/routes/chains.test.ts +78 -0
- package/src/apps/funding/routes/chains.ts +101 -0
- package/src/apps/funding/routes/deposit-addresses.test.ts +1628 -0
- package/src/apps/funding/routes/deposit-addresses.ts +1015 -0
- package/src/apps/funding/routes/providers.test.ts +165 -0
- package/src/apps/funding/routes/providers.ts +73 -0
- package/src/apps/funding/routes/quotes.test.ts +511 -0
- package/src/apps/funding/routes/quotes.ts +205 -0
- package/src/apps/funding/routes/transfers.test.ts +1255 -0
- package/src/apps/funding/routes/transfers.ts +704 -0
- package/src/apps/index.ts +1 -0
- package/src/apps/management/routes/api-keys.test.ts +98 -0
- package/src/apps/management/routes/api-keys.ts +96 -1
- package/src/apps/mcp.test.ts +17 -2
- package/src/apps/mcp.ts +18 -13
- package/src/apps/metadata.ts +12 -0
- package/src/apps/mpp/internal/Policy.test.ts +7 -1
- package/src/cloudflare.ts +279 -0
- package/src/db/Db.ts +62 -0
- package/src/db/Schema.ts +24 -0
- package/src/db/tables/fundingDepositAddresses.ts +28 -0
- package/src/db/tables/fundingDepositRequestObservations.test.ts +106 -0
- package/src/db/tables/fundingDepositRequestObservations.ts +99 -0
- package/src/db/tables/fundingDeposits.test.ts +138 -0
- package/src/db/tables/fundingDeposits.ts +145 -1
- package/src/internal/Auth.test.ts +177 -5
- package/src/internal/Auth.ts +48 -18
- package/src/internal/Cache.test.ts +37 -3
- package/src/internal/Cache.ts +1 -1
- package/src/internal/EdgeCache.test.ts +7 -7
- package/src/internal/EdgeCache.ts +13 -4
- package/src/internal/IpAllowlist.test.ts +52 -0
- package/src/internal/IpAllowlist.ts +39 -0
- package/src/internal/Log.test.ts +7 -1
- package/src/internal/OpenApi.ts +1 -1
- package/src/internal/Tidx.test.ts +28 -0
- package/src/internal/Tidx.ts +19 -3
- package/src/internal/Viem.test.ts +28 -0
- package/src/internal/Viem.ts +21 -5
- package/src/internal/funding/Deposit.ts +74 -5
- package/src/internal/funding/Evidence.test.ts +2 -2
- package/src/internal/funding/Evidence.ts +4 -9
- package/src/internal/funding/Provider.ts +115 -0
- package/src/internal/funding/Reconciliation.local.test.ts +7 -0
- package/src/internal/funding/Reconciliation.test.ts +1052 -35
- package/src/internal/funding/Reconciliation.ts +328 -56
- package/src/internal/funding/SourceObservation.test.ts +301 -0
- package/src/internal/funding/SourceObservation.ts +267 -0
- package/src/internal/funding/Subsidy.ts +2 -2
- package/src/internal/funding/index.test.ts +1 -0
- package/src/internal/funding/index.ts +1 -0
- package/src/internal/funding/providers/relay.test.ts +94 -4
- package/src/internal/funding/providers/relay.ts +528 -27
- package/dist/apps/data/routes/funding.d.ts.map +0 -1
- package/dist/apps/data/routes/funding.js +0 -1557
- package/dist/apps/data/routes/funding.js.map +0 -1
- package/src/apps/data/routes/funding.test.ts +0 -2994
- package/src/apps/data/routes/funding.ts +0 -1821
|
@@ -1969,7 +1969,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
1969
1969
|
} | {
|
|
1970
1970
|
output: {
|
|
1971
1971
|
error: {
|
|
1972
|
-
code: "
|
|
1972
|
+
code: "webhooks_not_enabled";
|
|
1973
1973
|
details?: readonly Response.error.Detail[] | undefined;
|
|
1974
1974
|
message: string;
|
|
1975
1975
|
};
|
|
@@ -2315,14 +2315,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
2315
2315
|
} | {
|
|
2316
2316
|
output: {
|
|
2317
2317
|
error: {
|
|
2318
|
-
code: "
|
|
2318
|
+
code: "body_invalid";
|
|
2319
2319
|
details?: readonly Response.error.Detail[] | undefined;
|
|
2320
2320
|
message: string;
|
|
2321
2321
|
};
|
|
2322
2322
|
requestId: string;
|
|
2323
2323
|
};
|
|
2324
2324
|
outputFormat: "json";
|
|
2325
|
-
status:
|
|
2325
|
+
status: 400;
|
|
2326
2326
|
input: {
|
|
2327
2327
|
param: {
|
|
2328
2328
|
orgId: string;
|
|
@@ -3007,7 +3007,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
3007
3007
|
} | {
|
|
3008
3008
|
output: {
|
|
3009
3009
|
error: {
|
|
3010
|
-
code: "
|
|
3010
|
+
code: "url_invalid";
|
|
3011
3011
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3012
3012
|
message: string;
|
|
3013
3013
|
};
|
|
@@ -3353,7 +3353,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
3353
3353
|
} | {
|
|
3354
3354
|
output: {
|
|
3355
3355
|
error: {
|
|
3356
|
-
code: "
|
|
3356
|
+
code: "filters_invalid";
|
|
3357
3357
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3358
3358
|
message: string;
|
|
3359
3359
|
};
|
|
@@ -3699,14 +3699,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
3699
3699
|
} | {
|
|
3700
3700
|
output: {
|
|
3701
3701
|
error: {
|
|
3702
|
-
code: "
|
|
3702
|
+
code: "limit_exceeded";
|
|
3703
3703
|
details?: readonly Response.error.Detail[] | undefined;
|
|
3704
3704
|
message: string;
|
|
3705
3705
|
};
|
|
3706
3706
|
requestId: string;
|
|
3707
3707
|
};
|
|
3708
3708
|
outputFormat: "json";
|
|
3709
|
-
status:
|
|
3709
|
+
status: 403;
|
|
3710
3710
|
input: {
|
|
3711
3711
|
param: {
|
|
3712
3712
|
orgId: string;
|
|
@@ -4045,7 +4045,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
4045
4045
|
} | {
|
|
4046
4046
|
output: {
|
|
4047
4047
|
error: {
|
|
4048
|
-
code: "
|
|
4048
|
+
code: "param_invalid";
|
|
4049
4049
|
details?: readonly Response.error.Detail[] | undefined;
|
|
4050
4050
|
message: string;
|
|
4051
4051
|
};
|
|
@@ -4391,14 +4391,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
4391
4391
|
} | {
|
|
4392
4392
|
output: {
|
|
4393
4393
|
error: {
|
|
4394
|
-
code: "
|
|
4394
|
+
code: "organization_not_found";
|
|
4395
4395
|
details?: readonly Response.error.Detail[] | undefined;
|
|
4396
4396
|
message: string;
|
|
4397
4397
|
};
|
|
4398
4398
|
requestId: string;
|
|
4399
4399
|
};
|
|
4400
4400
|
outputFormat: "json";
|
|
4401
|
-
status:
|
|
4401
|
+
status: 404;
|
|
4402
4402
|
input: {
|
|
4403
4403
|
param: {
|
|
4404
4404
|
orgId: string;
|
|
@@ -4737,7 +4737,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
4737
4737
|
} | {
|
|
4738
4738
|
output: {
|
|
4739
4739
|
error: {
|
|
4740
|
-
code: "
|
|
4740
|
+
code: "forbidden";
|
|
4741
4741
|
details?: readonly Response.error.Detail[] | undefined;
|
|
4742
4742
|
message: string;
|
|
4743
4743
|
};
|
|
@@ -5548,7 +5548,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5548
5548
|
} | {
|
|
5549
5549
|
output: {
|
|
5550
5550
|
error: {
|
|
5551
|
-
code: "
|
|
5551
|
+
code: "webhooks_not_enabled";
|
|
5552
5552
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5553
5553
|
message: string;
|
|
5554
5554
|
};
|
|
@@ -5564,14 +5564,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5564
5564
|
} | {
|
|
5565
5565
|
output: {
|
|
5566
5566
|
error: {
|
|
5567
|
-
code: "
|
|
5567
|
+
code: "param_invalid";
|
|
5568
5568
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5569
5569
|
message: string;
|
|
5570
5570
|
};
|
|
5571
5571
|
requestId: string;
|
|
5572
5572
|
};
|
|
5573
5573
|
outputFormat: "json";
|
|
5574
|
-
status:
|
|
5574
|
+
status: 400;
|
|
5575
5575
|
input: {
|
|
5576
5576
|
param: {
|
|
5577
5577
|
orgId: string;
|
|
@@ -5580,14 +5580,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5580
5580
|
} | {
|
|
5581
5581
|
output: {
|
|
5582
5582
|
error: {
|
|
5583
|
-
code: "
|
|
5583
|
+
code: "organization_not_found";
|
|
5584
5584
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5585
5585
|
message: string;
|
|
5586
5586
|
};
|
|
5587
5587
|
requestId: string;
|
|
5588
5588
|
};
|
|
5589
5589
|
outputFormat: "json";
|
|
5590
|
-
status:
|
|
5590
|
+
status: 404;
|
|
5591
5591
|
input: {
|
|
5592
5592
|
param: {
|
|
5593
5593
|
orgId: string;
|
|
@@ -5596,14 +5596,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5596
5596
|
} | {
|
|
5597
5597
|
output: {
|
|
5598
5598
|
error: {
|
|
5599
|
-
code: "
|
|
5599
|
+
code: "forbidden";
|
|
5600
5600
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5601
5601
|
message: string;
|
|
5602
5602
|
};
|
|
5603
5603
|
requestId: string;
|
|
5604
5604
|
};
|
|
5605
5605
|
outputFormat: "json";
|
|
5606
|
-
status:
|
|
5606
|
+
status: 403;
|
|
5607
5607
|
input: {
|
|
5608
5608
|
param: {
|
|
5609
5609
|
orgId: string;
|
|
@@ -5754,7 +5754,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5754
5754
|
} | {
|
|
5755
5755
|
output: {
|
|
5756
5756
|
error: {
|
|
5757
|
-
code: "
|
|
5757
|
+
code: "webhooks_not_enabled";
|
|
5758
5758
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5759
5759
|
message: string;
|
|
5760
5760
|
};
|
|
@@ -5778,14 +5778,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5778
5778
|
} | {
|
|
5779
5779
|
output: {
|
|
5780
5780
|
error: {
|
|
5781
|
-
code: "
|
|
5781
|
+
code: "param_invalid";
|
|
5782
5782
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5783
5783
|
message: string;
|
|
5784
5784
|
};
|
|
5785
5785
|
requestId: string;
|
|
5786
5786
|
};
|
|
5787
5787
|
outputFormat: "json";
|
|
5788
|
-
status:
|
|
5788
|
+
status: 400;
|
|
5789
5789
|
input: {
|
|
5790
5790
|
param: {
|
|
5791
5791
|
id: string;
|
|
@@ -5802,14 +5802,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5802
5802
|
} | {
|
|
5803
5803
|
output: {
|
|
5804
5804
|
error: {
|
|
5805
|
-
code: "
|
|
5805
|
+
code: "webhook_not_found";
|
|
5806
5806
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5807
5807
|
message: string;
|
|
5808
5808
|
};
|
|
5809
5809
|
requestId: string;
|
|
5810
5810
|
};
|
|
5811
5811
|
outputFormat: "json";
|
|
5812
|
-
status:
|
|
5812
|
+
status: 404;
|
|
5813
5813
|
input: {
|
|
5814
5814
|
param: {
|
|
5815
5815
|
id: string;
|
|
@@ -5825,15 +5825,26 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5825
5825
|
};
|
|
5826
5826
|
} | {
|
|
5827
5827
|
output: {
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
|
-
|
|
5833
|
-
|
|
5828
|
+
data: {
|
|
5829
|
+
attempt: number;
|
|
5830
|
+
createdAt: string;
|
|
5831
|
+
error?: string | undefined;
|
|
5832
|
+
eventId: string;
|
|
5833
|
+
id: string;
|
|
5834
|
+
requestUrl: string;
|
|
5835
|
+
responseMs?: number | undefined;
|
|
5836
|
+
responseStatus?: number | undefined;
|
|
5837
|
+
status: "failed" | "pending" | "succeeded";
|
|
5838
|
+
subscriptionId: string;
|
|
5839
|
+
}[];
|
|
5840
|
+
meta?: {
|
|
5841
|
+
totalCountCapped: boolean;
|
|
5842
|
+
totalCount: number;
|
|
5843
|
+
} | undefined;
|
|
5844
|
+
nextCursor: string | null;
|
|
5834
5845
|
};
|
|
5835
5846
|
outputFormat: "json";
|
|
5836
|
-
status:
|
|
5847
|
+
status: 200;
|
|
5837
5848
|
input: {
|
|
5838
5849
|
param: {
|
|
5839
5850
|
id: string;
|
|
@@ -5850,7 +5861,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5850
5861
|
} | {
|
|
5851
5862
|
output: {
|
|
5852
5863
|
error: {
|
|
5853
|
-
code: "
|
|
5864
|
+
code: "organization_not_found";
|
|
5854
5865
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5855
5866
|
message: string;
|
|
5856
5867
|
};
|
|
@@ -5873,26 +5884,15 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5873
5884
|
};
|
|
5874
5885
|
} | {
|
|
5875
5886
|
output: {
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
requestUrl: string;
|
|
5883
|
-
responseMs?: number | undefined;
|
|
5884
|
-
responseStatus?: number | undefined;
|
|
5885
|
-
status: "failed" | "pending" | "succeeded";
|
|
5886
|
-
subscriptionId: string;
|
|
5887
|
-
}[];
|
|
5888
|
-
meta?: {
|
|
5889
|
-
totalCountCapped: boolean;
|
|
5890
|
-
totalCount: number;
|
|
5891
|
-
} | undefined;
|
|
5892
|
-
nextCursor: string | null;
|
|
5887
|
+
error: {
|
|
5888
|
+
code: "forbidden";
|
|
5889
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
5890
|
+
message: string;
|
|
5891
|
+
};
|
|
5892
|
+
requestId: string;
|
|
5893
5893
|
};
|
|
5894
5894
|
outputFormat: "json";
|
|
5895
|
-
status:
|
|
5895
|
+
status: 403;
|
|
5896
5896
|
input: {
|
|
5897
5897
|
param: {
|
|
5898
5898
|
id: string;
|
|
@@ -5967,7 +5967,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5967
5967
|
} | {
|
|
5968
5968
|
output: {
|
|
5969
5969
|
error: {
|
|
5970
|
-
code: "
|
|
5970
|
+
code: "webhooks_not_enabled";
|
|
5971
5971
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5972
5972
|
message: string;
|
|
5973
5973
|
};
|
|
@@ -5985,14 +5985,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
5985
5985
|
} | {
|
|
5986
5986
|
output: {
|
|
5987
5987
|
error: {
|
|
5988
|
-
code: "
|
|
5988
|
+
code: "param_invalid";
|
|
5989
5989
|
details?: readonly Response.error.Detail[] | undefined;
|
|
5990
5990
|
message: string;
|
|
5991
5991
|
};
|
|
5992
5992
|
requestId: string;
|
|
5993
5993
|
};
|
|
5994
5994
|
outputFormat: "json";
|
|
5995
|
-
status:
|
|
5995
|
+
status: 400;
|
|
5996
5996
|
input: {
|
|
5997
5997
|
param: {
|
|
5998
5998
|
deliveryId: string;
|
|
@@ -6003,14 +6003,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6003
6003
|
} | {
|
|
6004
6004
|
output: {
|
|
6005
6005
|
error: {
|
|
6006
|
-
code: "
|
|
6006
|
+
code: "webhook_not_found";
|
|
6007
6007
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6008
6008
|
message: string;
|
|
6009
6009
|
};
|
|
6010
6010
|
requestId: string;
|
|
6011
6011
|
};
|
|
6012
6012
|
outputFormat: "json";
|
|
6013
|
-
status:
|
|
6013
|
+
status: 404;
|
|
6014
6014
|
input: {
|
|
6015
6015
|
param: {
|
|
6016
6016
|
deliveryId: string;
|
|
@@ -6021,7 +6021,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6021
6021
|
} | {
|
|
6022
6022
|
output: {
|
|
6023
6023
|
error: {
|
|
6024
|
-
code: "
|
|
6024
|
+
code: "delivery_not_found";
|
|
6025
6025
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6026
6026
|
message: string;
|
|
6027
6027
|
};
|
|
@@ -6039,7 +6039,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6039
6039
|
} | {
|
|
6040
6040
|
output: {
|
|
6041
6041
|
error: {
|
|
6042
|
-
code: "
|
|
6042
|
+
code: "organization_not_found";
|
|
6043
6043
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6044
6044
|
message: string;
|
|
6045
6045
|
};
|
|
@@ -6057,14 +6057,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6057
6057
|
} | {
|
|
6058
6058
|
output: {
|
|
6059
6059
|
error: {
|
|
6060
|
-
code: "
|
|
6060
|
+
code: "forbidden";
|
|
6061
6061
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6062
6062
|
message: string;
|
|
6063
6063
|
};
|
|
6064
6064
|
requestId: string;
|
|
6065
6065
|
};
|
|
6066
6066
|
outputFormat: "json";
|
|
6067
|
-
status:
|
|
6067
|
+
status: 403;
|
|
6068
6068
|
input: {
|
|
6069
6069
|
param: {
|
|
6070
6070
|
deliveryId: string;
|
|
@@ -6452,7 +6452,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6452
6452
|
} | {
|
|
6453
6453
|
output: {
|
|
6454
6454
|
error: {
|
|
6455
|
-
code: "
|
|
6455
|
+
code: "webhooks_not_enabled";
|
|
6456
6456
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6457
6457
|
message: string;
|
|
6458
6458
|
};
|
|
@@ -6470,14 +6470,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6470
6470
|
} | {
|
|
6471
6471
|
output: {
|
|
6472
6472
|
error: {
|
|
6473
|
-
code: "
|
|
6473
|
+
code: "param_invalid";
|
|
6474
6474
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6475
6475
|
message: string;
|
|
6476
6476
|
};
|
|
6477
6477
|
requestId: string;
|
|
6478
6478
|
};
|
|
6479
6479
|
outputFormat: "json";
|
|
6480
|
-
status:
|
|
6480
|
+
status: 400;
|
|
6481
6481
|
input: {
|
|
6482
6482
|
param: {
|
|
6483
6483
|
deliveryId: string;
|
|
@@ -6488,14 +6488,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6488
6488
|
} | {
|
|
6489
6489
|
output: {
|
|
6490
6490
|
error: {
|
|
6491
|
-
code: "
|
|
6491
|
+
code: "webhook_not_found";
|
|
6492
6492
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6493
6493
|
message: string;
|
|
6494
6494
|
};
|
|
6495
6495
|
requestId: string;
|
|
6496
6496
|
};
|
|
6497
6497
|
outputFormat: "json";
|
|
6498
|
-
status:
|
|
6498
|
+
status: 404;
|
|
6499
6499
|
input: {
|
|
6500
6500
|
param: {
|
|
6501
6501
|
deliveryId: string;
|
|
@@ -6505,15 +6505,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6505
6505
|
};
|
|
6506
6506
|
} | {
|
|
6507
6507
|
output: {
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6513
|
-
requestId: string;
|
|
6508
|
+
delivered: boolean;
|
|
6509
|
+
error?: string | undefined;
|
|
6510
|
+
eventId: string;
|
|
6511
|
+
responseMs?: number | undefined;
|
|
6512
|
+
responseStatus?: number | undefined;
|
|
6514
6513
|
};
|
|
6515
6514
|
outputFormat: "json";
|
|
6516
|
-
status:
|
|
6515
|
+
status: 200;
|
|
6517
6516
|
input: {
|
|
6518
6517
|
param: {
|
|
6519
6518
|
deliveryId: string;
|
|
@@ -6524,7 +6523,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6524
6523
|
} | {
|
|
6525
6524
|
output: {
|
|
6526
6525
|
error: {
|
|
6527
|
-
code: "
|
|
6526
|
+
code: "delivery_not_found";
|
|
6528
6527
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6529
6528
|
message: string;
|
|
6530
6529
|
};
|
|
@@ -6542,7 +6541,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6542
6541
|
} | {
|
|
6543
6542
|
output: {
|
|
6544
6543
|
error: {
|
|
6545
|
-
code: "
|
|
6544
|
+
code: "organization_not_found";
|
|
6546
6545
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6547
6546
|
message: string;
|
|
6548
6547
|
};
|
|
@@ -6559,14 +6558,15 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6559
6558
|
};
|
|
6560
6559
|
} | {
|
|
6561
6560
|
output: {
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6561
|
+
error: {
|
|
6562
|
+
code: "forbidden";
|
|
6563
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
6564
|
+
message: string;
|
|
6565
|
+
};
|
|
6566
|
+
requestId: string;
|
|
6567
6567
|
};
|
|
6568
6568
|
outputFormat: "json";
|
|
6569
|
-
status:
|
|
6569
|
+
status: 403;
|
|
6570
6570
|
input: {
|
|
6571
6571
|
param: {
|
|
6572
6572
|
deliveryId: string;
|
|
@@ -6644,7 +6644,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6644
6644
|
} | {
|
|
6645
6645
|
output: {
|
|
6646
6646
|
error: {
|
|
6647
|
-
code: "
|
|
6647
|
+
code: "webhooks_not_enabled";
|
|
6648
6648
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6649
6649
|
message: string;
|
|
6650
6650
|
};
|
|
@@ -6665,14 +6665,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6665
6665
|
} | {
|
|
6666
6666
|
output: {
|
|
6667
6667
|
error: {
|
|
6668
|
-
code: "
|
|
6668
|
+
code: "body_invalid";
|
|
6669
6669
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6670
6670
|
message: string;
|
|
6671
6671
|
};
|
|
6672
6672
|
requestId: string;
|
|
6673
6673
|
};
|
|
6674
6674
|
outputFormat: "json";
|
|
6675
|
-
status:
|
|
6675
|
+
status: 400;
|
|
6676
6676
|
input: {
|
|
6677
6677
|
param: {
|
|
6678
6678
|
id: string;
|
|
@@ -6707,14 +6707,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6707
6707
|
} | {
|
|
6708
6708
|
output: {
|
|
6709
6709
|
error: {
|
|
6710
|
-
code: "
|
|
6710
|
+
code: "webhook_not_found";
|
|
6711
6711
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6712
6712
|
message: string;
|
|
6713
6713
|
};
|
|
6714
6714
|
requestId: string;
|
|
6715
6715
|
};
|
|
6716
6716
|
outputFormat: "json";
|
|
6717
|
-
status:
|
|
6717
|
+
status: 404;
|
|
6718
6718
|
input: {
|
|
6719
6719
|
param: {
|
|
6720
6720
|
id: string;
|
|
@@ -6727,15 +6727,39 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6727
6727
|
};
|
|
6728
6728
|
} | {
|
|
6729
6729
|
output: {
|
|
6730
|
-
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6730
|
+
chainId: number;
|
|
6731
|
+
context?: {
|
|
6732
|
+
description?: string | undefined;
|
|
6733
|
+
metadata?: {
|
|
6734
|
+
[x: string]: string;
|
|
6735
|
+
} | undefined;
|
|
6736
|
+
title?: string | undefined;
|
|
6737
|
+
} | undefined;
|
|
6738
|
+
createdAt: string;
|
|
6739
|
+
destination: {
|
|
6740
|
+
type: "url";
|
|
6741
|
+
url: string;
|
|
6742
|
+
} | {
|
|
6743
|
+
type: "slack";
|
|
6744
|
+
url: "https://hooks.slack.com/…";
|
|
6745
|
+
} | {
|
|
6746
|
+
token: "[redacted]";
|
|
6747
|
+
type: "betterstack";
|
|
6748
|
+
url: string;
|
|
6734
6749
|
};
|
|
6735
|
-
|
|
6750
|
+
eventType: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
6751
|
+
expiresAt?: string | undefined;
|
|
6752
|
+
failureCount: number;
|
|
6753
|
+
filters: {
|
|
6754
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
6755
|
+
};
|
|
6756
|
+
id: string;
|
|
6757
|
+
lastDeliveryAt?: string | undefined;
|
|
6758
|
+
status: "active" | "disabled" | "paused";
|
|
6759
|
+
updatedAt: string;
|
|
6736
6760
|
};
|
|
6737
6761
|
outputFormat: "json";
|
|
6738
|
-
status:
|
|
6762
|
+
status: 200;
|
|
6739
6763
|
input: {
|
|
6740
6764
|
param: {
|
|
6741
6765
|
id: string;
|
|
@@ -6749,7 +6773,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6749
6773
|
} | {
|
|
6750
6774
|
output: {
|
|
6751
6775
|
error: {
|
|
6752
|
-
code: "
|
|
6776
|
+
code: "organization_not_found";
|
|
6753
6777
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6754
6778
|
message: string;
|
|
6755
6779
|
};
|
|
@@ -6769,39 +6793,15 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6769
6793
|
};
|
|
6770
6794
|
} | {
|
|
6771
6795
|
output: {
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
[x: string]: string;
|
|
6777
|
-
} | undefined;
|
|
6778
|
-
title?: string | undefined;
|
|
6779
|
-
} | undefined;
|
|
6780
|
-
createdAt: string;
|
|
6781
|
-
destination: {
|
|
6782
|
-
type: "url";
|
|
6783
|
-
url: string;
|
|
6784
|
-
} | {
|
|
6785
|
-
type: "slack";
|
|
6786
|
-
url: "https://hooks.slack.com/…";
|
|
6787
|
-
} | {
|
|
6788
|
-
token: "[redacted]";
|
|
6789
|
-
type: "betterstack";
|
|
6790
|
-
url: string;
|
|
6791
|
-
};
|
|
6792
|
-
eventType: "block:created" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
6793
|
-
expiresAt?: string | undefined;
|
|
6794
|
-
failureCount: number;
|
|
6795
|
-
filters: {
|
|
6796
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
6796
|
+
error: {
|
|
6797
|
+
code: "forbidden";
|
|
6798
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
6799
|
+
message: string;
|
|
6797
6800
|
};
|
|
6798
|
-
|
|
6799
|
-
lastDeliveryAt?: string | undefined;
|
|
6800
|
-
status: "active" | "disabled" | "paused";
|
|
6801
|
-
updatedAt: string;
|
|
6801
|
+
requestId: string;
|
|
6802
6802
|
};
|
|
6803
6803
|
outputFormat: "json";
|
|
6804
|
-
status:
|
|
6804
|
+
status: 403;
|
|
6805
6805
|
input: {
|
|
6806
6806
|
param: {
|
|
6807
6807
|
id: string;
|
|
@@ -6870,7 +6870,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6870
6870
|
} | {
|
|
6871
6871
|
output: {
|
|
6872
6872
|
error: {
|
|
6873
|
-
code: "
|
|
6873
|
+
code: "webhooks_not_enabled";
|
|
6874
6874
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6875
6875
|
message: string;
|
|
6876
6876
|
};
|
|
@@ -6887,14 +6887,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6887
6887
|
} | {
|
|
6888
6888
|
output: {
|
|
6889
6889
|
error: {
|
|
6890
|
-
code: "
|
|
6890
|
+
code: "param_invalid";
|
|
6891
6891
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6892
6892
|
message: string;
|
|
6893
6893
|
};
|
|
6894
6894
|
requestId: string;
|
|
6895
6895
|
};
|
|
6896
6896
|
outputFormat: "json";
|
|
6897
|
-
status:
|
|
6897
|
+
status: 400;
|
|
6898
6898
|
input: {
|
|
6899
6899
|
param: {
|
|
6900
6900
|
id: string;
|
|
@@ -6904,14 +6904,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6904
6904
|
} | {
|
|
6905
6905
|
output: {
|
|
6906
6906
|
error: {
|
|
6907
|
-
code: "
|
|
6907
|
+
code: "webhook_not_found";
|
|
6908
6908
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6909
6909
|
message: string;
|
|
6910
6910
|
};
|
|
6911
6911
|
requestId: string;
|
|
6912
6912
|
};
|
|
6913
6913
|
outputFormat: "json";
|
|
6914
|
-
status:
|
|
6914
|
+
status: 404;
|
|
6915
6915
|
input: {
|
|
6916
6916
|
param: {
|
|
6917
6917
|
id: string;
|
|
@@ -6921,7 +6921,7 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6921
6921
|
} | {
|
|
6922
6922
|
output: {
|
|
6923
6923
|
error: {
|
|
6924
|
-
code: "
|
|
6924
|
+
code: "organization_not_found";
|
|
6925
6925
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6926
6926
|
message: string;
|
|
6927
6927
|
};
|
|
@@ -6938,14 +6938,14 @@ export declare function webhooks(options?: webhooks.Options): import("hono/hono-
|
|
|
6938
6938
|
} | {
|
|
6939
6939
|
output: {
|
|
6940
6940
|
error: {
|
|
6941
|
-
code: "
|
|
6941
|
+
code: "forbidden";
|
|
6942
6942
|
details?: readonly Response.error.Detail[] | undefined;
|
|
6943
6943
|
message: string;
|
|
6944
6944
|
};
|
|
6945
6945
|
requestId: string;
|
|
6946
6946
|
};
|
|
6947
6947
|
outputFormat: "json";
|
|
6948
|
-
status:
|
|
6948
|
+
status: 403;
|
|
6949
6949
|
input: {
|
|
6950
6950
|
param: {
|
|
6951
6951
|
id: string;
|
package/dist/apps/mcp.d.ts
CHANGED
|
@@ -24,9 +24,8 @@ export declare namespace schema {
|
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* The MCP route group: a stateless streamable-HTTP MCP server at `/mcp` whose
|
|
27
|
-
* tools mirror the API's data domain
|
|
28
|
-
*
|
|
29
|
-
* the other route groups:
|
|
27
|
+
* tools mirror the API's data domain and its optional inbound funding domain,
|
|
28
|
+
* plus the remote Tempo docs tools. Mount alongside the other route groups:
|
|
30
29
|
*
|
|
31
30
|
* ```ts
|
|
32
31
|
* const app = App.create(options)
|
package/dist/apps/mcp.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/apps/mcp.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B,OAAO,KAAK,KAAK,GAAG,MAAM,WAAW,CAAA;
|
|
1
|
+
{"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../src/apps/mcp.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAA;AAE7B,OAAO,KAAK,KAAK,GAAG,MAAM,WAAW,CAAA;AAkBrC,mEAAmE;AACnE,yBAAiB,MAAM,CAAC;IACtB,mCAAmC;IAC5B,MAAM,EAAE,4FAEiF,CAAA;IAEhG,8BAA8B;IACvB,MAAM,KAAK;;;;qBAU0D,CAAA;IAE5E,qCAAqC;IAC9B,MAAM,QAAQ;;;;;;;;;qBAaoD,CAAA;CAC1E;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,GAAG,CAAC,OAAO,EAAE,GAAG,CAAC,OAAO;;;;;;;;;;;;;;;;;;gBAgIvC;AAiFD,MAAM,CAAC,OAAO,WAAW,GAAG,CAAC;IAC3B,uCAAuC;IACvC,KAAK,OAAO,GAAG;QACb,2HAA2H;QAC3H,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAA;QACjC,8FAA8F;QAC9F,KAAK,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAA;QACzD,wCAAwC;QACxC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;QACzB,4DAA4D;QAC5D,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;QAC1B,2CAA2C;QAC3C,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAC7B,CAAA;IAED,oDAAoD;IACpD,KAAK,MAAM,GACP,MAAM,GACN,GAAG,GACH;QACE,2EAA2E;QAC3E,KAAK,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,OAAO,KAAK,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,GAAG,SAAS,CAAA;QACxE,6CAA6C;QAC7C,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAA;QAC5C,wCAAwC;QACxC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAClB,CAAA;CACN"}
|