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.
Files changed (339) hide show
  1. package/dist/App.d.ts +2296 -1010
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +2 -2
  4. package/dist/App.js.map +1 -1
  5. package/dist/Assets.d.ts +15 -0
  6. package/dist/Assets.d.ts.map +1 -1
  7. package/dist/Assets.js +7 -0
  8. package/dist/Assets.js.map +1 -1
  9. package/dist/admin/App.d.ts +53 -4
  10. package/dist/admin/App.d.ts.map +1 -1
  11. package/dist/admin/apps/api-keys.d.ts +4 -4
  12. package/dist/admin/apps/earn-vaults.d.ts +114 -0
  13. package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
  14. package/dist/admin/apps/earn-vaults.js +59 -6
  15. package/dist/admin/apps/earn-vaults.js.map +1 -1
  16. package/dist/admin/apps/organizations.d.ts.map +1 -1
  17. package/dist/admin/apps/organizations.js +4 -2
  18. package/dist/admin/apps/organizations.js.map +1 -1
  19. package/dist/admin/apps/verified-tokens.d.ts +9 -9
  20. package/dist/admin/ui.generated.d.ts +1 -1
  21. package/dist/admin/ui.generated.d.ts.map +1 -1
  22. package/dist/admin/ui.generated.js +151 -151
  23. package/dist/admin/ui.generated.js.map +1 -1
  24. package/dist/apps/data/App.d.ts +1699 -749
  25. package/dist/apps/data/App.d.ts.map +1 -1
  26. package/dist/apps/data/App.js +56 -7
  27. package/dist/apps/data/App.js.map +1 -1
  28. package/dist/apps/data/ZoneSelection.d.ts +62 -0
  29. package/dist/apps/data/ZoneSelection.d.ts.map +1 -0
  30. package/dist/apps/data/ZoneSelection.js +44 -0
  31. package/dist/apps/data/ZoneSelection.js.map +1 -0
  32. package/dist/apps/data/routes/activities.d.ts +2367 -4
  33. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  34. package/dist/apps/data/routes/activities.js +368 -87
  35. package/dist/apps/data/routes/activities.js.map +1 -1
  36. package/dist/apps/data/routes/addresses.d.ts +471 -340
  37. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  38. package/dist/apps/data/routes/balances.d.ts +28 -28
  39. package/dist/apps/data/routes/balances.js +1 -1
  40. package/dist/apps/data/routes/balances.js.map +1 -1
  41. package/dist/apps/data/routes/blocks.d.ts +4 -4
  42. package/dist/apps/data/routes/blocks.js +1 -1
  43. package/dist/apps/data/routes/blocks.js.map +1 -1
  44. package/dist/apps/data/routes/coingecko.d.ts +176 -176
  45. package/dist/apps/data/routes/earn.d.ts +131 -6
  46. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  47. package/dist/apps/data/routes/earn.js +157 -25
  48. package/dist/apps/data/routes/earn.js.map +1 -1
  49. package/dist/apps/data/routes/exchanges.d.ts +825 -119
  50. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  51. package/dist/apps/data/routes/exchanges.js +16 -13
  52. package/dist/apps/data/routes/exchanges.js.map +1 -1
  53. package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
  54. package/dist/apps/data/routes/fee-amm.js +9 -11
  55. package/dist/apps/data/routes/fee-amm.js.map +1 -1
  56. package/dist/apps/data/routes/indexer.d.ts +34 -34
  57. package/dist/apps/data/routes/receipts.d.ts +230 -230
  58. package/dist/apps/data/routes/receipts.js +1 -1
  59. package/dist/apps/data/routes/receipts.js.map +1 -1
  60. package/dist/apps/data/routes/rpc.js +24 -10
  61. package/dist/apps/data/routes/rpc.js.map +1 -1
  62. package/dist/apps/data/routes/tokenlist.d.ts.map +1 -1
  63. package/dist/apps/data/routes/tokenlist.js +16 -15
  64. package/dist/apps/data/routes/tokenlist.js.map +1 -1
  65. package/dist/apps/data/routes/tokens.d.ts +14 -0
  66. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  67. package/dist/apps/data/routes/tokens.js +34 -15
  68. package/dist/apps/data/routes/tokens.js.map +1 -1
  69. package/dist/apps/data/routes/transactions.js +1 -1
  70. package/dist/apps/data/routes/transactions.js.map +1 -1
  71. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  72. package/dist/apps/data/routes/transfers.js +7 -9
  73. package/dist/apps/data/routes/transfers.js.map +1 -1
  74. package/dist/apps/data/routes/webhooks.d.ts +4 -4
  75. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  76. package/dist/apps/data/routes/webhooks.js +2 -2
  77. package/dist/apps/data/routes/webhooks.js.map +1 -1
  78. package/dist/apps/data/routes/zones.d.ts +30 -30
  79. package/dist/apps/funding/App.d.ts +27 -27
  80. package/dist/apps/funding/routes/chains.d.ts.map +1 -1
  81. package/dist/apps/funding/routes/chains.js +5 -4
  82. package/dist/apps/funding/routes/chains.js.map +1 -1
  83. package/dist/apps/funding/routes/deposit-addresses.d.ts +16 -16
  84. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  85. package/dist/apps/funding/routes/deposit-addresses.js +8 -8
  86. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  87. package/dist/apps/funding/routes/providers.d.ts +13 -13
  88. package/dist/apps/funding/routes/providers.d.ts.map +1 -1
  89. package/dist/apps/funding/routes/providers.js +3 -2
  90. package/dist/apps/funding/routes/providers.js.map +1 -1
  91. package/dist/apps/funding/routes/quotes.d.ts.map +1 -1
  92. package/dist/apps/funding/routes/quotes.js +2 -2
  93. package/dist/apps/funding/routes/quotes.js.map +1 -1
  94. package/dist/apps/management/App.d.ts +627 -293
  95. package/dist/apps/management/App.d.ts.map +1 -1
  96. package/dist/apps/management/Billing.d.ts.map +1 -1
  97. package/dist/apps/management/Billing.js +19 -6
  98. package/dist/apps/management/Billing.js.map +1 -1
  99. package/dist/apps/management/routes/api-keys.d.ts +114 -54
  100. package/dist/apps/management/routes/api-keys.d.ts.map +1 -1
  101. package/dist/apps/management/routes/api-keys.js +76 -30
  102. package/dist/apps/management/routes/api-keys.js.map +1 -1
  103. package/dist/apps/management/routes/billing.d.ts +103 -30
  104. package/dist/apps/management/routes/billing.d.ts.map +1 -1
  105. package/dist/apps/management/routes/billing.js +91 -32
  106. package/dist/apps/management/routes/billing.js.map +1 -1
  107. package/dist/apps/management/routes/faucet.d.ts +33 -33
  108. package/dist/apps/management/routes/faucet.d.ts.map +1 -1
  109. package/dist/apps/management/routes/faucet.js +23 -12
  110. package/dist/apps/management/routes/faucet.js.map +1 -1
  111. package/dist/apps/management/routes/invitations.d.ts +46 -13
  112. package/dist/apps/management/routes/invitations.d.ts.map +1 -1
  113. package/dist/apps/management/routes/invitations.js +79 -29
  114. package/dist/apps/management/routes/invitations.js.map +1 -1
  115. package/dist/apps/management/routes/invite-links.d.ts +86 -41
  116. package/dist/apps/management/routes/invite-links.d.ts.map +1 -1
  117. package/dist/apps/management/routes/invite-links.js +100 -41
  118. package/dist/apps/management/routes/invite-links.js.map +1 -1
  119. package/dist/apps/management/routes/me.d.ts +5 -5
  120. package/dist/apps/management/routes/me.d.ts.map +1 -1
  121. package/dist/apps/management/routes/me.js +14 -10
  122. package/dist/apps/management/routes/me.js.map +1 -1
  123. package/dist/apps/management/routes/members.d.ts +93 -72
  124. package/dist/apps/management/routes/members.d.ts.map +1 -1
  125. package/dist/apps/management/routes/members.js +37 -18
  126. package/dist/apps/management/routes/members.js.map +1 -1
  127. package/dist/apps/management/routes/orgs.d.ts +48 -8
  128. package/dist/apps/management/routes/orgs.d.ts.map +1 -1
  129. package/dist/apps/management/routes/orgs.js +48 -19
  130. package/dist/apps/management/routes/orgs.js.map +1 -1
  131. package/dist/apps/management/routes/projects.d.ts +90 -28
  132. package/dist/apps/management/routes/projects.d.ts.map +1 -1
  133. package/dist/apps/management/routes/projects.js +72 -21
  134. package/dist/apps/management/routes/projects.js.map +1 -1
  135. package/dist/apps/management/routes/scopes.d.ts.map +1 -1
  136. package/dist/apps/management/routes/scopes.js +8 -5
  137. package/dist/apps/management/routes/scopes.js.map +1 -1
  138. package/dist/apps/management/routes/usage.d.ts +78 -78
  139. package/dist/apps/management/routes/usage.d.ts.map +1 -1
  140. package/dist/apps/management/routes/usage.js +41 -31
  141. package/dist/apps/management/routes/usage.js.map +1 -1
  142. package/dist/apps/management/routes/verified-token-requests.d.ts +34 -6
  143. package/dist/apps/management/routes/verified-token-requests.d.ts.map +1 -1
  144. package/dist/apps/management/routes/verified-token-requests.js +36 -17
  145. package/dist/apps/management/routes/verified-token-requests.js.map +1 -1
  146. package/dist/apps/management/routes/webhooks.d.ts +147 -130
  147. package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
  148. package/dist/apps/management/routes/webhooks.js +80 -35
  149. package/dist/apps/management/routes/webhooks.js.map +1 -1
  150. package/dist/apps/mpp/internal/Adapter.d.ts +1 -1
  151. package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
  152. package/dist/apps/mpp/internal/Adapter.js +12 -0
  153. package/dist/apps/mpp/internal/Adapter.js.map +1 -1
  154. package/dist/db/Db.d.ts +2 -0
  155. package/dist/db/Db.d.ts.map +1 -1
  156. package/dist/db/Db.js +40 -0
  157. package/dist/db/Db.js.map +1 -1
  158. package/dist/db/Schema.d.ts +23 -1
  159. package/dist/db/Schema.d.ts.map +1 -1
  160. package/dist/db/Schema.js +19 -3
  161. package/dist/db/Schema.js.map +1 -1
  162. package/dist/db/tables/earnVaults.d.ts +5 -1
  163. package/dist/db/tables/earnVaults.d.ts.map +1 -1
  164. package/dist/db/tables/earnVaults.js +5 -0
  165. package/dist/db/tables/earnVaults.js.map +1 -1
  166. package/dist/db/tables/webhookDeliveries.d.ts.map +1 -1
  167. package/dist/db/tables/webhookDeliveries.js +10 -0
  168. package/dist/db/tables/webhookDeliveries.js.map +1 -1
  169. package/dist/db/tables/webhookQueueCompletions.d.ts +15 -0
  170. package/dist/db/tables/webhookQueueCompletions.d.ts.map +1 -0
  171. package/dist/db/tables/webhookQueueCompletions.js +32 -0
  172. package/dist/db/tables/webhookQueueCompletions.js.map +1 -0
  173. package/dist/db/tables/webhookQueueEvents.d.ts +14 -20
  174. package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -1
  175. package/dist/db/tables/webhookQueueEvents.js +68 -47
  176. package/dist/db/tables/webhookQueueEvents.js.map +1 -1
  177. package/dist/db/tables/webhookSubscriptions.d.ts +16 -5
  178. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  179. package/dist/db/tables/webhookSubscriptions.js +29 -5
  180. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  181. package/dist/internal/Auth.d.ts +8 -1
  182. package/dist/internal/Auth.d.ts.map +1 -1
  183. package/dist/internal/Auth.js +13 -3
  184. package/dist/internal/Auth.js.map +1 -1
  185. package/dist/internal/Cache.d.ts.map +1 -1
  186. package/dist/internal/Cache.js +11 -7
  187. package/dist/internal/Cache.js.map +1 -1
  188. package/dist/internal/EarnVaults.d.ts +41 -2
  189. package/dist/internal/EarnVaults.d.ts.map +1 -1
  190. package/dist/internal/EarnVaults.js +167 -0
  191. package/dist/internal/EarnVaults.js.map +1 -1
  192. package/dist/internal/OpenApi.d.ts +26 -22
  193. package/dist/internal/OpenApi.d.ts.map +1 -1
  194. package/dist/internal/OpenApi.js +128 -39
  195. package/dist/internal/OpenApi.js.map +1 -1
  196. package/dist/internal/Response.d.ts +13 -8
  197. package/dist/internal/Response.d.ts.map +1 -1
  198. package/dist/internal/Response.js +16 -5
  199. package/dist/internal/Response.js.map +1 -1
  200. package/dist/internal/Schema.d.ts +5 -7
  201. package/dist/internal/Schema.d.ts.map +1 -1
  202. package/dist/internal/Schema.js +6 -7
  203. package/dist/internal/Schema.js.map +1 -1
  204. package/dist/internal/Store.d.ts +15 -6
  205. package/dist/internal/Store.d.ts.map +1 -1
  206. package/dist/internal/Store.js +45 -15
  207. package/dist/internal/Store.js.map +1 -1
  208. package/dist/internal/Tidx.d.ts +2 -0
  209. package/dist/internal/Tidx.d.ts.map +1 -1
  210. package/dist/internal/Tidx.js +16 -4
  211. package/dist/internal/Tidx.js.map +1 -1
  212. package/dist/internal/Webhooks.d.ts +29 -12
  213. package/dist/internal/Webhooks.d.ts.map +1 -1
  214. package/dist/internal/Webhooks.js +37 -20
  215. package/dist/internal/Webhooks.js.map +1 -1
  216. package/dist/internal/funding/Deposit.d.ts +2 -2
  217. package/dist/internal/funding/Deposit.d.ts.map +1 -1
  218. package/dist/internal/funding/Deposit.js +9 -8
  219. package/dist/internal/funding/Deposit.js.map +1 -1
  220. package/dist/internal/funding/DepositAddress.d.ts +4 -4
  221. package/dist/internal/funding/DepositAddress.d.ts.map +1 -1
  222. package/dist/internal/funding/DepositAddress.js +9 -8
  223. package/dist/internal/funding/DepositAddress.js.map +1 -1
  224. package/dist/internal/funding/Provider.d.ts.map +1 -1
  225. package/dist/internal/funding/Provider.js +13 -12
  226. package/dist/internal/funding/Provider.js.map +1 -1
  227. package/dist/internal/funding/providers/stargate.d.ts +19 -0
  228. package/dist/internal/funding/providers/stargate.d.ts.map +1 -0
  229. package/dist/internal/funding/providers/stargate.js +143 -0
  230. package/dist/internal/funding/providers/stargate.js.map +1 -0
  231. package/dist/providers/index.d.ts +7 -0
  232. package/dist/providers/index.d.ts.map +1 -1
  233. package/dist/providers/index.js +3 -0
  234. package/dist/providers/index.js.map +1 -1
  235. package/package.json +2 -2
  236. package/src/App.test.ts +48 -0
  237. package/src/App.ts +4 -2
  238. package/src/Assets.test.ts +18 -0
  239. package/src/Assets.ts +22 -0
  240. package/src/Client.test-d.ts +265 -16
  241. package/src/admin/apps/earn-vaults.test.ts +143 -0
  242. package/src/admin/apps/earn-vaults.ts +83 -6
  243. package/src/admin/apps/organizations.ts +6 -2
  244. package/src/admin/ui/src/routes/api-keys.tsx +36 -0
  245. package/src/admin/ui.generated.ts +151 -189
  246. package/src/apps/data/App.test.ts +31 -0
  247. package/src/apps/data/App.ts +56 -8
  248. package/src/apps/data/ZoneSelection.test.ts +196 -0
  249. package/src/apps/data/ZoneSelection.ts +108 -0
  250. package/src/apps/data/routes/activities.test.ts +328 -1
  251. package/src/apps/data/routes/activities.ts +498 -93
  252. package/src/apps/data/routes/balances.ts +1 -1
  253. package/src/apps/data/routes/blocks.ts +1 -1
  254. package/src/apps/data/routes/earn.test.ts +183 -23
  255. package/src/apps/data/routes/earn.ts +225 -29
  256. package/src/apps/data/routes/earn.zone-access.test.ts +46 -0
  257. package/src/apps/data/routes/exchanges.test.ts +31 -1
  258. package/src/apps/data/routes/exchanges.ts +19 -15
  259. package/src/apps/data/routes/fee-amm.ts +18 -11
  260. package/src/apps/data/routes/receipts.ts +1 -1
  261. package/src/apps/data/routes/rpc.test.ts +75 -0
  262. package/src/apps/data/routes/rpc.ts +23 -9
  263. package/src/apps/data/routes/tokenlist.ts +21 -18
  264. package/src/apps/data/routes/tokens.test.ts +29 -0
  265. package/src/apps/data/routes/tokens.ts +38 -15
  266. package/src/apps/data/routes/transactions.ts +1 -1
  267. package/src/apps/data/routes/transfers.test.ts +3 -3
  268. package/src/apps/data/routes/transfers.ts +12 -9
  269. package/src/apps/data/routes/webhooks.ts +6 -2
  270. package/src/apps/data/routes/zones.test.ts +19 -13
  271. package/src/apps/funding/routes/chains.test.ts +211 -7
  272. package/src/apps/funding/routes/chains.ts +19 -12
  273. package/src/apps/funding/routes/deposit-addresses.test.ts +394 -0
  274. package/src/apps/funding/routes/deposit-addresses.ts +84 -72
  275. package/src/apps/funding/routes/providers.ts +9 -5
  276. package/src/apps/funding/routes/quotes.test.ts +46 -0
  277. package/src/apps/funding/routes/quotes.ts +8 -5
  278. package/src/apps/funding/routes/transfers.test.ts +35 -32
  279. package/src/apps/management/Billing.test.ts +26 -0
  280. package/src/apps/management/Billing.ts +24 -7
  281. package/src/apps/management/routes/api-keys.test.ts +178 -0
  282. package/src/apps/management/routes/api-keys.ts +203 -144
  283. package/src/apps/management/routes/billing.test.ts +209 -0
  284. package/src/apps/management/routes/billing.ts +254 -177
  285. package/src/apps/management/routes/faucet.test.ts +39 -0
  286. package/src/apps/management/routes/faucet.ts +75 -41
  287. package/src/apps/management/routes/invitations.test.ts +216 -0
  288. package/src/apps/management/routes/invitations.ts +186 -109
  289. package/src/apps/management/routes/invite-links.test.ts +263 -1
  290. package/src/apps/management/routes/invite-links.ts +295 -214
  291. package/src/apps/management/routes/me.test.ts +49 -0
  292. package/src/apps/management/routes/me.ts +42 -32
  293. package/src/apps/management/routes/members.test.ts +124 -1
  294. package/src/apps/management/routes/members.ts +81 -51
  295. package/src/apps/management/routes/orgs.test.ts +176 -0
  296. package/src/apps/management/routes/orgs.ts +101 -59
  297. package/src/apps/management/routes/projects.test.ts +183 -0
  298. package/src/apps/management/routes/projects.ts +124 -60
  299. package/src/apps/management/routes/scopes.test.ts +44 -0
  300. package/src/apps/management/routes/scopes.ts +37 -28
  301. package/src/apps/management/routes/usage.test.ts +92 -0
  302. package/src/apps/management/routes/usage.ts +186 -151
  303. package/src/apps/management/routes/verified-token-requests.test.ts +114 -0
  304. package/src/apps/management/routes/verified-token-requests.ts +166 -133
  305. package/src/apps/management/routes/webhooks.test.ts +234 -0
  306. package/src/apps/management/routes/webhooks.ts +191 -78
  307. package/src/apps/mpp/internal/Adapter.ts +13 -1
  308. package/src/db/Db.test.ts +41 -0
  309. package/src/db/Db.ts +62 -0
  310. package/src/db/Schema.ts +28 -3
  311. package/src/db/tables/earnVaults.test.ts +22 -0
  312. package/src/db/tables/earnVaults.ts +11 -1
  313. package/src/db/tables/webhookDeliveries.ts +13 -0
  314. package/src/db/tables/webhookQueueCompletions.ts +55 -0
  315. package/src/db/tables/webhookQueueEvents.ts +95 -61
  316. package/src/db/tables/webhookSubscriptions.ts +45 -6
  317. package/src/internal/Auth.ts +23 -5
  318. package/src/internal/Cache.ts +14 -7
  319. package/src/internal/EarnVaults.capabilities.test.ts +33 -0
  320. package/src/internal/EarnVaults.test.ts +79 -0
  321. package/src/internal/EarnVaults.ts +277 -0
  322. package/src/internal/OpenApi.ts +165 -49
  323. package/src/internal/Response.test.ts +95 -0
  324. package/src/internal/Response.ts +40 -2
  325. package/src/internal/Schema.test.ts +16 -0
  326. package/src/internal/Schema.ts +7 -7
  327. package/src/internal/Store.test.ts +186 -0
  328. package/src/internal/Store.ts +57 -17
  329. package/src/internal/Tidx.test.ts +19 -0
  330. package/src/internal/Tidx.ts +16 -4
  331. package/src/internal/Webhooks.test.ts +122 -8
  332. package/src/internal/Webhooks.ts +59 -29
  333. package/src/internal/funding/Deposit.ts +71 -64
  334. package/src/internal/funding/DepositAddress.ts +50 -43
  335. package/src/internal/funding/Provider.ts +164 -142
  336. package/src/internal/funding/providers/index.test.ts +185 -0
  337. package/src/internal/funding/providers/stargate.ts +184 -0
  338. package/src/providers/index.test.ts +1 -0
  339. package/src/providers/index.ts +9 -0
@@ -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: "body_invalid";
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: 400;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "body_invalid";
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: 400;
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: "param_invalid";
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "body_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "body_invalid";
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: 400;
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: "param_invalid";
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: 400;
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: "forbidden";
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: 403;
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: "organization_not_found" | "project_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found" | "project_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "body_invalid";
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: 400;
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: "param_invalid";
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: "organization_not_found" | "project_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "body_invalid";
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: 400;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "body_invalid";
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: 400;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "body_invalid";
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: 400;
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: "param_invalid";
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found" | "project_not_found";
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: 404;
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: "body_invalid";
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: 400;
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: "param_invalid";
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: "organization_not_found" | "project_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "body_invalid";
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: 400;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "body_invalid";
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: 400;
5968
+ status: 404;
5753
5969
  input: {
5754
5970
  param: {
5755
5971
  orgId: string;
@@ -5774,7 +5990,39 @@ export declare function management(options?: management.Options): import("hono/h
5774
5990
  } | {
5775
5991
  output: {
5776
5992
  error: {
5777
- code: "param_invalid";
5993
+ code: "forbidden";
5994
+ details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5995
+ message: string;
5996
+ };
5997
+ requestId: string;
5998
+ };
5999
+ outputFormat: "json";
6000
+ status: 403;
6001
+ input: {
6002
+ param: {
6003
+ orgId: string;
6004
+ };
6005
+ } & {
6006
+ query?: {
6007
+ environment?: string | string[];
6008
+ } | undefined;
6009
+ } & {
6010
+ json: {
6011
+ spendLimit?: {
6012
+ amount: string;
6013
+ currency?: "usd" | undefined;
6014
+ period?: "month" | undefined;
6015
+ } | null | undefined;
6016
+ txFeeLimit?: {
6017
+ amount: string;
6018
+ currency?: "usd" | undefined;
6019
+ } | null | undefined;
6020
+ };
6021
+ };
6022
+ } | {
6023
+ output: {
6024
+ error: {
6025
+ code: "body_invalid";
5778
6026
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5779
6027
  message: string;
5780
6028
  };
@@ -5806,14 +6054,14 @@ export declare function management(options?: management.Options): import("hono/h
5806
6054
  } | {
5807
6055
  output: {
5808
6056
  error: {
5809
- code: "organization_not_found";
6057
+ code: "param_invalid";
5810
6058
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5811
6059
  message: string;
5812
6060
  };
5813
6061
  requestId: string;
5814
6062
  };
5815
6063
  outputFormat: "json";
5816
- status: 404;
6064
+ status: 400;
5817
6065
  input: {
5818
6066
  param: {
5819
6067
  orgId: string;
@@ -6005,14 +6253,14 @@ export declare function management(options?: management.Options): import("hono/h
6005
6253
  } | {
6006
6254
  output: {
6007
6255
  error: {
6008
- code: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "body_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "body_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "param_invalid";
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: 400;
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: "organization_not_found";
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: 404;
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: "forbidden";
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: 403;
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: "body_invalid";
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: 400;
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: "forbidden";
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: 403;
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: "body_invalid";
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: 400;
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: "forbidden";
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: 403;
8155
+ status: 400;
7822
8156
  input: {
7823
8157
  json: {
7824
8158
  token: string;
@@ -8941,14 +9275,14 @@ export declare function management(options?: management.Options): import("hono/h
8941
9275
  } | {
8942
9276
  output: {
8943
9277
  error: {
8944
- code: "body_invalid";
9278
+ code: "organization_not_found";
8945
9279
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
8946
9280
  message: string;
8947
9281
  };
8948
9282
  requestId: string;
8949
9283
  };
8950
9284
  outputFormat: "json";
8951
- status: 400;
9285
+ status: 404;
8952
9286
  input: {
8953
9287
  param: {
8954
9288
  orgId: string;
@@ -9296,14 +9630,14 @@ export declare function management(options?: management.Options): import("hono/h
9296
9630
  } | {
9297
9631
  output: {
9298
9632
  error: {
9299
- code: "chain_id_unsupported";
9633
+ code: "forbidden";
9300
9634
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
9301
9635
  message: string;
9302
9636
  };
9303
9637
  requestId: string;
9304
9638
  };
9305
9639
  outputFormat: "json";
9306
- status: 400;
9640
+ status: 403;
9307
9641
  input: {
9308
9642
  param: {
9309
9643
  orgId: string;
@@ -9651,7 +9985,7 @@ export declare function management(options?: management.Options): import("hono/h
9651
9985
  } | {
9652
9986
  output: {
9653
9987
  error: {
9654
- code: "param_invalid";
9988
+ code: "chain_id_unsupported";
9655
9989
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
9656
9990
  message: string;
9657
9991
  };
@@ -10006,14 +10340,14 @@ export declare function management(options?: management.Options): import("hono/h
10006
10340
  } | {
10007
10341
  output: {
10008
10342
  error: {
10009
- code: "organization_not_found";
10343
+ code: "body_invalid";
10010
10344
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
10011
10345
  message: string;
10012
10346
  };
10013
10347
  requestId: string;
10014
10348
  };
10015
10349
  outputFormat: "json";
10016
- status: 404;
10350
+ status: 400;
10017
10351
  input: {
10018
10352
  param: {
10019
10353
  orgId: string;
@@ -10361,14 +10695,14 @@ export declare function management(options?: management.Options): import("hono/h
10361
10695
  } | {
10362
10696
  output: {
10363
10697
  error: {
10364
- code: "forbidden";
10698
+ code: "param_invalid";
10365
10699
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
10366
10700
  message: string;
10367
10701
  };
10368
10702
  requestId: string;
10369
10703
  };
10370
10704
  outputFormat: "json";
10371
- status: 403;
10705
+ status: 400;
10372
10706
  input: {
10373
10707
  param: {
10374
10708
  orgId: string;
@@ -12491,13 +12825,6 @@ export declare function management(options?: management.Options): import("hono/h
12491
12825
  } | {
12492
12826
  output: {
12493
12827
  chainId: number;
12494
- context?: {
12495
- description?: string | undefined;
12496
- metadata?: {
12497
- [x: string]: string;
12498
- } | undefined;
12499
- title?: string | undefined;
12500
- } | undefined;
12501
12828
  createdAt: string;
12502
12829
  environment?: "production" | "sandbox" | undefined;
12503
12830
  eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
@@ -12510,13 +12837,6 @@ export declare function management(options?: management.Options): import("hono/h
12510
12837
  lastDeliveryAt?: string | undefined;
12511
12838
  status: "active" | "disabled" | "paused";
12512
12839
  updatedAt: string;
12513
- destination: {
12514
- type: "url";
12515
- url: string;
12516
- };
12517
- secret: string;
12518
- } | {
12519
- chainId: number;
12520
12840
  context?: {
12521
12841
  description?: string | undefined;
12522
12842
  metadata?: {
@@ -12524,6 +12844,13 @@ export declare function management(options?: management.Options): import("hono/h
12524
12844
  } | undefined;
12525
12845
  title?: string | undefined;
12526
12846
  } | undefined;
12847
+ destination: {
12848
+ type: "url";
12849
+ url: string;
12850
+ };
12851
+ secret: string;
12852
+ } | {
12853
+ chainId: number;
12527
12854
  createdAt: string;
12528
12855
  environment?: "production" | "sandbox" | undefined;
12529
12856
  eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
@@ -12536,12 +12863,6 @@ export declare function management(options?: management.Options): import("hono/h
12536
12863
  lastDeliveryAt?: string | undefined;
12537
12864
  status: "active" | "disabled" | "paused";
12538
12865
  updatedAt: string;
12539
- destination: {
12540
- type: "slack";
12541
- url: "https://hooks.slack.com/…";
12542
- };
12543
- } | {
12544
- chainId: number;
12545
12866
  context?: {
12546
12867
  description?: string | undefined;
12547
12868
  metadata?: {
@@ -12549,6 +12870,12 @@ export declare function management(options?: management.Options): import("hono/h
12549
12870
  } | undefined;
12550
12871
  title?: string | undefined;
12551
12872
  } | undefined;
12873
+ destination: {
12874
+ type: "slack";
12875
+ url: "https://hooks.slack.com/…";
12876
+ };
12877
+ } | {
12878
+ chainId: number;
12552
12879
  createdAt: string;
12553
12880
  environment?: "production" | "sandbox" | undefined;
12554
12881
  eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
@@ -12561,6 +12888,13 @@ export declare function management(options?: management.Options): import("hono/h
12561
12888
  lastDeliveryAt?: string | undefined;
12562
12889
  status: "active" | "disabled" | "paused";
12563
12890
  updatedAt: string;
12891
+ context?: {
12892
+ description?: string | undefined;
12893
+ metadata?: {
12894
+ [x: string]: string;
12895
+ } | undefined;
12896
+ title?: string | undefined;
12897
+ } | undefined;
12564
12898
  destination: {
12565
12899
  token: "[redacted]";
12566
12900
  type: "betterstack";
@@ -12968,14 +13302,14 @@ export declare function management(options?: management.Options): import("hono/h
12968
13302
  } | {
12969
13303
  output: {
12970
13304
  error: {
12971
- code: "param_invalid";
13305
+ code: "organization_not_found";
12972
13306
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12973
13307
  message: string;
12974
13308
  };
12975
13309
  requestId: string;
12976
13310
  };
12977
13311
  outputFormat: "json";
12978
- status: 400;
13312
+ status: 404;
12979
13313
  input: {
12980
13314
  param: {
12981
13315
  orgId: string;
@@ -12984,14 +13318,14 @@ export declare function management(options?: management.Options): import("hono/h
12984
13318
  } | {
12985
13319
  output: {
12986
13320
  error: {
12987
- code: "organization_not_found";
13321
+ code: "forbidden";
12988
13322
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12989
13323
  message: string;
12990
13324
  };
12991
13325
  requestId: string;
12992
13326
  };
12993
13327
  outputFormat: "json";
12994
- status: 404;
13328
+ status: 403;
12995
13329
  input: {
12996
13330
  param: {
12997
13331
  orgId: string;
@@ -13000,14 +13334,14 @@ export declare function management(options?: management.Options): import("hono/h
13000
13334
  } | {
13001
13335
  output: {
13002
13336
  error: {
13003
- code: "forbidden";
13337
+ code: "param_invalid";
13004
13338
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13005
13339
  message: string;
13006
13340
  };
13007
13341
  requestId: string;
13008
13342
  };
13009
13343
  outputFormat: "json";
13010
- status: 403;
13344
+ status: 400;
13011
13345
  input: {
13012
13346
  param: {
13013
13347
  orgId: string;
@@ -13033,6 +13367,18 @@ export declare function management(options?: management.Options): import("hono/h
13033
13367
  output: {
13034
13368
  data: {
13035
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;
13036
13382
  context?: {
13037
13383
  description?: string | undefined;
13038
13384
  metadata?: {
@@ -13040,7 +13386,6 @@ export declare function management(options?: management.Options): import("hono/h
13040
13386
  } | undefined;
13041
13387
  title?: string | undefined;
13042
13388
  } | undefined;
13043
- createdAt: string;
13044
13389
  destination: {
13045
13390
  type: "url";
13046
13391
  url: string;
@@ -13052,17 +13397,6 @@ export declare function management(options?: management.Options): import("hono/h
13052
13397
  type: "betterstack";
13053
13398
  url: string;
13054
13399
  };
13055
- environment?: "production" | "sandbox" | undefined;
13056
- eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
13057
- expiresAt?: string | undefined;
13058
- failureCount: number;
13059
- filters: {
13060
- [x: string]: import("hono/utils/types").JSONValue;
13061
- };
13062
- id: string;
13063
- lastDeliveryAt?: string | undefined;
13064
- status: "active" | "disabled" | "paused";
13065
- updatedAt: string;
13066
13400
  }[];
13067
13401
  };
13068
13402
  outputFormat: "json";
@@ -13175,14 +13509,14 @@ export declare function management(options?: management.Options): import("hono/h
13175
13509
  } | {
13176
13510
  output: {
13177
13511
  error: {
13178
- code: "param_invalid";
13512
+ code: "organization_not_found";
13179
13513
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13180
13514
  message: string;
13181
13515
  };
13182
13516
  requestId: string;
13183
13517
  };
13184
13518
  outputFormat: "json";
13185
- status: 400;
13519
+ status: 404;
13186
13520
  input: {
13187
13521
  param: {
13188
13522
  id: string;
@@ -13199,14 +13533,14 @@ export declare function management(options?: management.Options): import("hono/h
13199
13533
  } | {
13200
13534
  output: {
13201
13535
  error: {
13202
- code: "organization_not_found";
13536
+ code: "forbidden";
13203
13537
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13204
13538
  message: string;
13205
13539
  };
13206
13540
  requestId: string;
13207
13541
  };
13208
13542
  outputFormat: "json";
13209
- status: 404;
13543
+ status: 403;
13210
13544
  input: {
13211
13545
  param: {
13212
13546
  id: string;
@@ -13223,14 +13557,14 @@ export declare function management(options?: management.Options): import("hono/h
13223
13557
  } | {
13224
13558
  output: {
13225
13559
  error: {
13226
- code: "forbidden";
13560
+ code: "param_invalid";
13227
13561
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13228
13562
  message: string;
13229
13563
  };
13230
13564
  requestId: string;
13231
13565
  };
13232
13566
  outputFormat: "json";
13233
- status: 403;
13567
+ status: 400;
13234
13568
  input: {
13235
13569
  param: {
13236
13570
  id: string;
@@ -13388,14 +13722,14 @@ export declare function management(options?: management.Options): import("hono/h
13388
13722
  } | {
13389
13723
  output: {
13390
13724
  error: {
13391
- code: "param_invalid";
13725
+ code: "organization_not_found";
13392
13726
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13393
13727
  message: string;
13394
13728
  };
13395
13729
  requestId: string;
13396
13730
  };
13397
13731
  outputFormat: "json";
13398
- status: 400;
13732
+ status: 404;
13399
13733
  input: {
13400
13734
  param: {
13401
13735
  deliveryId: string;
@@ -13406,14 +13740,14 @@ export declare function management(options?: management.Options): import("hono/h
13406
13740
  } | {
13407
13741
  output: {
13408
13742
  error: {
13409
- code: "organization_not_found";
13743
+ code: "forbidden";
13410
13744
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13411
13745
  message: string;
13412
13746
  };
13413
13747
  requestId: string;
13414
13748
  };
13415
13749
  outputFormat: "json";
13416
- status: 404;
13750
+ status: 403;
13417
13751
  input: {
13418
13752
  param: {
13419
13753
  deliveryId: string;
@@ -13424,14 +13758,14 @@ export declare function management(options?: management.Options): import("hono/h
13424
13758
  } | {
13425
13759
  output: {
13426
13760
  error: {
13427
- code: "forbidden";
13761
+ code: "param_invalid";
13428
13762
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13429
13763
  message: string;
13430
13764
  };
13431
13765
  requestId: string;
13432
13766
  };
13433
13767
  outputFormat: "json";
13434
- status: 403;
13768
+ status: 400;
13435
13769
  input: {
13436
13770
  param: {
13437
13771
  deliveryId: string;
@@ -13875,14 +14209,14 @@ export declare function management(options?: management.Options): import("hono/h
13875
14209
  } | {
13876
14210
  output: {
13877
14211
  error: {
13878
- code: "param_invalid";
14212
+ code: "organization_not_found";
13879
14213
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13880
14214
  message: string;
13881
14215
  };
13882
14216
  requestId: string;
13883
14217
  };
13884
14218
  outputFormat: "json";
13885
- status: 400;
14219
+ status: 404;
13886
14220
  input: {
13887
14221
  param: {
13888
14222
  deliveryId: string;
@@ -13893,14 +14227,14 @@ export declare function management(options?: management.Options): import("hono/h
13893
14227
  } | {
13894
14228
  output: {
13895
14229
  error: {
13896
- code: "organization_not_found";
14230
+ code: "forbidden";
13897
14231
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13898
14232
  message: string;
13899
14233
  };
13900
14234
  requestId: string;
13901
14235
  };
13902
14236
  outputFormat: "json";
13903
- status: 404;
14237
+ status: 403;
13904
14238
  input: {
13905
14239
  param: {
13906
14240
  deliveryId: string;
@@ -13911,14 +14245,14 @@ export declare function management(options?: management.Options): import("hono/h
13911
14245
  } | {
13912
14246
  output: {
13913
14247
  error: {
13914
- code: "forbidden";
14248
+ code: "param_invalid";
13915
14249
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13916
14250
  message: string;
13917
14251
  };
13918
14252
  requestId: string;
13919
14253
  };
13920
14254
  outputFormat: "json";
13921
- status: 403;
14255
+ status: 400;
13922
14256
  input: {
13923
14257
  param: {
13924
14258
  deliveryId: string;
@@ -14067,14 +14401,14 @@ export declare function management(options?: management.Options): import("hono/h
14067
14401
  } | {
14068
14402
  output: {
14069
14403
  error: {
14070
- code: "body_invalid";
14404
+ code: "organization_not_found";
14071
14405
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
14072
14406
  message: string;
14073
14407
  };
14074
14408
  requestId: string;
14075
14409
  };
14076
14410
  outputFormat: "json";
14077
- status: 400;
14411
+ status: 404;
14078
14412
  input: {
14079
14413
  param: {
14080
14414
  id: string;
@@ -14088,14 +14422,14 @@ export declare function management(options?: management.Options): import("hono/h
14088
14422
  } | {
14089
14423
  output: {
14090
14424
  error: {
14091
- code: "param_invalid";
14425
+ code: "forbidden";
14092
14426
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
14093
14427
  message: string;
14094
14428
  };
14095
14429
  requestId: string;
14096
14430
  };
14097
14431
  outputFormat: "json";
14098
- status: 400;
14432
+ status: 403;
14099
14433
  input: {
14100
14434
  param: {
14101
14435
  id: string;
@@ -14109,14 +14443,14 @@ export declare function management(options?: management.Options): import("hono/h
14109
14443
  } | {
14110
14444
  output: {
14111
14445
  error: {
14112
- code: "organization_not_found";
14446
+ code: "body_invalid";
14113
14447
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
14114
14448
  message: string;
14115
14449
  };
14116
14450
  requestId: string;
14117
14451
  };
14118
14452
  outputFormat: "json";
14119
- status: 404;
14453
+ status: 400;
14120
14454
  input: {
14121
14455
  param: {
14122
14456
  id: string;
@@ -14130,14 +14464,14 @@ export declare function management(options?: management.Options): import("hono/h
14130
14464
  } | {
14131
14465
  output: {
14132
14466
  error: {
14133
- code: "forbidden";
14467
+ code: "param_invalid";
14134
14468
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
14135
14469
  message: string;
14136
14470
  };
14137
14471
  requestId: string;
14138
14472
  };
14139
14473
  outputFormat: "json";
14140
- status: 403;
14474
+ status: 400;
14141
14475
  input: {
14142
14476
  param: {
14143
14477
  id: string;
@@ -14193,6 +14527,18 @@ export declare function management(options?: management.Options): import("hono/h
14193
14527
  } | {
14194
14528
  output: {
14195
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;
14196
14542
  context?: {
14197
14543
  description?: string | undefined;
14198
14544
  metadata?: {
@@ -14200,7 +14546,6 @@ export declare function management(options?: management.Options): import("hono/h
14200
14546
  } | undefined;
14201
14547
  title?: string | undefined;
14202
14548
  } | undefined;
14203
- createdAt: string;
14204
14549
  destination: {
14205
14550
  type: "url";
14206
14551
  url: string;
@@ -14212,17 +14557,6 @@ export declare function management(options?: management.Options): import("hono/h
14212
14557
  type: "betterstack";
14213
14558
  url: string;
14214
14559
  };
14215
- environment?: "production" | "sandbox" | undefined;
14216
- eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
14217
- expiresAt?: string | undefined;
14218
- failureCount: number;
14219
- filters: {
14220
- [x: string]: import("hono/utils/types").JSONValue;
14221
- };
14222
- id: string;
14223
- lastDeliveryAt?: string | undefined;
14224
- status: "active" | "disabled" | "paused";
14225
- updatedAt: string;
14226
14560
  };
14227
14561
  outputFormat: "json";
14228
14562
  status: 200;
@@ -14294,14 +14628,14 @@ export declare function management(options?: management.Options): import("hono/h
14294
14628
  } | {
14295
14629
  output: {
14296
14630
  error: {
14297
- code: "param_invalid";
14631
+ code: "organization_not_found";
14298
14632
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
14299
14633
  message: string;
14300
14634
  };
14301
14635
  requestId: string;
14302
14636
  };
14303
14637
  outputFormat: "json";
14304
- status: 400;
14638
+ status: 404;
14305
14639
  input: {
14306
14640
  param: {
14307
14641
  id: string;
@@ -14311,14 +14645,14 @@ export declare function management(options?: management.Options): import("hono/h
14311
14645
  } | {
14312
14646
  output: {
14313
14647
  error: {
14314
- code: "organization_not_found";
14648
+ code: "forbidden";
14315
14649
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
14316
14650
  message: string;
14317
14651
  };
14318
14652
  requestId: string;
14319
14653
  };
14320
14654
  outputFormat: "json";
14321
- status: 404;
14655
+ status: 403;
14322
14656
  input: {
14323
14657
  param: {
14324
14658
  id: string;
@@ -14328,14 +14662,14 @@ export declare function management(options?: management.Options): import("hono/h
14328
14662
  } | {
14329
14663
  output: {
14330
14664
  error: {
14331
- code: "forbidden";
14665
+ code: "param_invalid";
14332
14666
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
14333
14667
  message: string;
14334
14668
  };
14335
14669
  requestId: string;
14336
14670
  };
14337
14671
  outputFormat: "json";
14338
- status: 403;
14672
+ status: 400;
14339
14673
  input: {
14340
14674
  param: {
14341
14675
  id: string;