tapimo 0.10.0 → 0.10.2

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 (295) hide show
  1. package/dist/ApiKey.d.ts +2 -1
  2. package/dist/ApiKey.d.ts.map +1 -1
  3. package/dist/ApiKeys.d.ts +4 -2
  4. package/dist/ApiKeys.d.ts.map +1 -1
  5. package/dist/ApiKeys.js +26 -1
  6. package/dist/ApiKeys.js.map +1 -1
  7. package/dist/App.d.ts +6007 -5003
  8. package/dist/App.d.ts.map +1 -1
  9. package/dist/App.js +1 -0
  10. package/dist/App.js.map +1 -1
  11. package/dist/Webhooks.d.ts +1 -1
  12. package/dist/Webhooks.d.ts.map +1 -1
  13. package/dist/Webhooks.js +6 -6
  14. package/dist/Webhooks.js.map +1 -1
  15. package/dist/admin/App.d.ts +91 -84
  16. package/dist/admin/App.d.ts.map +1 -1
  17. package/dist/admin/apps/api-keys.d.ts +22 -13
  18. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  19. package/dist/admin/apps/api-keys.js +6 -0
  20. package/dist/admin/apps/api-keys.js.map +1 -1
  21. package/dist/admin/apps/organizations.d.ts +4 -2
  22. package/dist/admin/apps/organizations.d.ts.map +1 -1
  23. package/dist/admin/ui.generated.d.ts +1 -1
  24. package/dist/admin/ui.generated.js +69 -69
  25. package/dist/admin/ui.generated.js.map +1 -1
  26. package/dist/analytics/Analytics.d.ts.map +1 -1
  27. package/dist/analytics/Analytics.js +232 -0
  28. package/dist/analytics/Analytics.js.map +1 -1
  29. package/dist/analytics/tables/requestEvents.d.ts +4 -0
  30. package/dist/analytics/tables/requestEvents.d.ts.map +1 -1
  31. package/dist/analytics/tables/requestEvents.js +2 -0
  32. package/dist/analytics/tables/requestEvents.js.map +1 -1
  33. package/dist/apps/Zones.d.ts +4266 -82
  34. package/dist/apps/Zones.d.ts.map +1 -1
  35. package/dist/apps/Zones.js +27 -8
  36. package/dist/apps/Zones.js.map +1 -1
  37. package/dist/apps/data/App.d.ts +3467 -2696
  38. package/dist/apps/data/App.d.ts.map +1 -1
  39. package/dist/apps/data/App.js +2 -0
  40. package/dist/apps/data/App.js.map +1 -1
  41. package/dist/apps/data/routes/activities.d.ts +2999 -100
  42. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  43. package/dist/apps/data/routes/activities.js +340 -2
  44. package/dist/apps/data/routes/activities.js.map +1 -1
  45. package/dist/apps/data/routes/addresses.d.ts +514 -0
  46. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  47. package/dist/apps/data/routes/balances.d.ts +26 -26
  48. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  49. package/dist/apps/data/routes/balances.js +7 -3
  50. package/dist/apps/data/routes/balances.js.map +1 -1
  51. package/dist/apps/data/routes/blocks.d.ts +4 -4
  52. package/dist/apps/data/routes/earn.d.ts +75 -75
  53. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  54. package/dist/apps/data/routes/earn.js +65 -36
  55. package/dist/apps/data/routes/earn.js.map +1 -1
  56. package/dist/apps/data/routes/exchanges.d.ts +124 -120
  57. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  58. package/dist/apps/data/routes/exchanges.js +115 -77
  59. package/dist/apps/data/routes/exchanges.js.map +1 -1
  60. package/dist/apps/data/routes/fee-amm.d.ts +24 -24
  61. package/dist/apps/data/routes/indexer.d.ts +2 -1
  62. package/dist/apps/data/routes/indexer.d.ts.map +1 -1
  63. package/dist/apps/data/routes/indexer.js +3 -2
  64. package/dist/apps/data/routes/indexer.js.map +1 -1
  65. package/dist/apps/data/routes/receipts.d.ts +4 -3
  66. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  67. package/dist/apps/data/routes/receipts.js +15 -14
  68. package/dist/apps/data/routes/receipts.js.map +1 -1
  69. package/dist/apps/data/routes/rpc.d.ts.map +1 -1
  70. package/dist/apps/data/routes/rpc.js +5 -1
  71. package/dist/apps/data/routes/rpc.js.map +1 -1
  72. package/dist/apps/data/routes/tokenlist.d.ts +12 -12
  73. package/dist/apps/data/routes/tokens.d.ts +1 -1
  74. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  75. package/dist/apps/data/routes/tokens.js +4 -3
  76. package/dist/apps/data/routes/tokens.js.map +1 -1
  77. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  78. package/dist/apps/data/routes/transfers.js +25 -7
  79. package/dist/apps/data/routes/transfers.js.map +1 -1
  80. package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
  81. package/dist/apps/data/routes/webhooks.d.ts +71 -1
  82. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  83. package/dist/apps/data/routes/webhooks.js +177 -23
  84. package/dist/apps/data/routes/webhooks.js.map +1 -1
  85. package/dist/apps/data/routes/zones.js +1 -1
  86. package/dist/apps/data/routes/zones.js.map +1 -1
  87. package/dist/apps/funding/App.d.ts +322 -89
  88. package/dist/apps/funding/App.d.ts.map +1 -1
  89. package/dist/apps/funding/routes/deposit-addresses.d.ts +375 -45
  90. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  91. package/dist/apps/funding/routes/deposit-addresses.js +208 -12
  92. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  93. package/dist/apps/funding/routes/transfers.d.ts +32 -32
  94. package/dist/apps/funding/routes/transfers.js +1 -1
  95. package/dist/apps/funding/routes/transfers.js.map +1 -1
  96. package/dist/apps/management/App.d.ts +418 -418
  97. package/dist/apps/management/routes/api-keys.d.ts +50 -50
  98. package/dist/apps/management/routes/billing.d.ts +72 -72
  99. package/dist/apps/management/routes/billing.js +1 -1
  100. package/dist/apps/management/routes/billing.js.map +1 -1
  101. package/dist/apps/management/routes/faucet.d.ts +8 -8
  102. package/dist/apps/management/routes/faucet.js +2 -2
  103. package/dist/apps/management/routes/faucet.js.map +1 -1
  104. package/dist/apps/management/routes/invite-links.d.ts +42 -42
  105. package/dist/apps/management/routes/me.d.ts +6 -6
  106. package/dist/apps/management/routes/members.d.ts +14 -14
  107. package/dist/apps/management/routes/projects.d.ts +40 -40
  108. package/dist/apps/management/routes/usage.d.ts +8 -8
  109. package/dist/apps/management/routes/webhooks.d.ts +49 -49
  110. package/dist/apps/mcp.d.ts.map +1 -1
  111. package/dist/apps/mcp.js +4 -1
  112. package/dist/apps/mcp.js.map +1 -1
  113. package/dist/db/Db.d.ts +2 -0
  114. package/dist/db/Db.d.ts.map +1 -1
  115. package/dist/db/Db.js +90 -0
  116. package/dist/db/Db.js.map +1 -1
  117. package/dist/db/Schema.d.ts +19 -0
  118. package/dist/db/Schema.d.ts.map +1 -1
  119. package/dist/db/Schema.js +24 -0
  120. package/dist/db/Schema.js.map +1 -1
  121. package/dist/db/tables/fundingDepositAddresses.d.ts +20 -0
  122. package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
  123. package/dist/db/tables/fundingDepositAddresses.js +17 -0
  124. package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
  125. package/dist/db/tables/fundingDeposits.d.ts +41 -0
  126. package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
  127. package/dist/db/tables/fundingDeposits.js +69 -0
  128. package/dist/db/tables/fundingDeposits.js.map +1 -1
  129. package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
  130. package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
  131. package/dist/db/tables/webhookQueueEvents.js +160 -0
  132. package/dist/db/tables/webhookQueueEvents.js.map +1 -0
  133. package/dist/db/tables/webhookSubscriptions.d.ts +2 -0
  134. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  135. package/dist/db/tables/webhookSubscriptions.js +10 -0
  136. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  137. package/dist/internal/Auth.d.ts +3 -26
  138. package/dist/internal/Auth.d.ts.map +1 -1
  139. package/dist/internal/Auth.js +6 -37
  140. package/dist/internal/Auth.js.map +1 -1
  141. package/dist/internal/Credential.d.ts +27 -0
  142. package/dist/internal/Credential.d.ts.map +1 -0
  143. package/dist/internal/Credential.js +34 -0
  144. package/dist/internal/Credential.js.map +1 -0
  145. package/dist/internal/EarnRates.js +11 -7
  146. package/dist/internal/EarnRates.js.map +1 -1
  147. package/dist/internal/Log.d.ts +8 -0
  148. package/dist/internal/Log.d.ts.map +1 -1
  149. package/dist/internal/Log.js +4 -0
  150. package/dist/internal/Log.js.map +1 -1
  151. package/dist/internal/MetricSink.d.ts +51 -0
  152. package/dist/internal/MetricSink.d.ts.map +1 -1
  153. package/dist/internal/MetricSink.js +54 -2
  154. package/dist/internal/MetricSink.js.map +1 -1
  155. package/dist/internal/RateLimit.d.ts +4 -6
  156. package/dist/internal/RateLimit.d.ts.map +1 -1
  157. package/dist/internal/RateLimit.js +15 -14
  158. package/dist/internal/RateLimit.js.map +1 -1
  159. package/dist/internal/Store.d.ts +2 -1
  160. package/dist/internal/Store.d.ts.map +1 -1
  161. package/dist/internal/Store.js +57 -18
  162. package/dist/internal/Store.js.map +1 -1
  163. package/dist/internal/Tidx.d.ts +4 -3
  164. package/dist/internal/Tidx.d.ts.map +1 -1
  165. package/dist/internal/Tidx.js +2 -2
  166. package/dist/internal/Tidx.js.map +1 -1
  167. package/dist/internal/Value.d.ts +2 -0
  168. package/dist/internal/Value.d.ts.map +1 -1
  169. package/dist/internal/Value.js +25 -0
  170. package/dist/internal/Value.js.map +1 -1
  171. package/dist/internal/Viem.d.ts +4 -3
  172. package/dist/internal/Viem.d.ts.map +1 -1
  173. package/dist/internal/Viem.js +3 -2
  174. package/dist/internal/Viem.js.map +1 -1
  175. package/dist/internal/WebhookTransfer.d.ts +20 -0
  176. package/dist/internal/WebhookTransfer.d.ts.map +1 -1
  177. package/dist/internal/WebhookTransfer.js +7 -4
  178. package/dist/internal/WebhookTransfer.js.map +1 -1
  179. package/dist/internal/Webhooks.d.ts +141 -0
  180. package/dist/internal/Webhooks.d.ts.map +1 -1
  181. package/dist/internal/Webhooks.js +139 -10
  182. package/dist/internal/Webhooks.js.map +1 -1
  183. package/dist/internal/funding/providers/relay.d.ts +3 -4
  184. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  185. package/dist/internal/funding/providers/relay.js +59 -8
  186. package/dist/internal/funding/providers/relay.js.map +1 -1
  187. package/dist/internal/index.d.ts +1 -0
  188. package/dist/internal/index.d.ts.map +1 -1
  189. package/dist/internal/index.js +1 -0
  190. package/dist/internal/index.js.map +1 -1
  191. package/package.json +3 -3
  192. package/src/ApiKeys.test.ts +20 -0
  193. package/src/ApiKeys.ts +28 -1
  194. package/src/App.test.ts +40 -8
  195. package/src/App.ts +1 -0
  196. package/src/Client.test-d.ts +34 -1
  197. package/src/Webhooks.ts +20 -18
  198. package/src/admin/apps/api-keys.test.ts +9 -0
  199. package/src/admin/apps/api-keys.ts +15 -0
  200. package/src/admin/ui/src/lib/query-client.ts +3 -2
  201. package/src/admin/ui/src/routes/api-keys.tsx +31 -9
  202. package/src/admin/ui.generated.ts +69 -69
  203. package/src/analytics/Analytics.test.ts +42 -0
  204. package/src/analytics/Analytics.ts +232 -0
  205. package/src/analytics/tables/requestEvents.ts +6 -0
  206. package/src/apps/Zones.test.ts +20 -3
  207. package/src/apps/Zones.ts +28 -8
  208. package/src/apps/composition.test.ts +2 -0
  209. package/src/apps/data/App.test.ts +2 -2
  210. package/src/apps/data/App.ts +2 -0
  211. package/src/apps/data/routes/activities.bench.ts +41 -0
  212. package/src/apps/data/routes/activities.test.ts +103 -2
  213. package/src/apps/data/routes/activities.ts +401 -2
  214. package/src/apps/data/routes/balances.bench.ts +21 -0
  215. package/src/apps/data/routes/balances.ts +7 -3
  216. package/src/apps/data/routes/blocks.bench.ts +34 -0
  217. package/src/apps/data/routes/coingecko.bench.ts +53 -0
  218. package/src/apps/data/routes/earn.bench.ts +71 -0
  219. package/src/apps/data/routes/earn.ts +66 -36
  220. package/src/apps/data/routes/exchanges.bench.ts +85 -0
  221. package/src/apps/data/routes/exchanges.test.ts +8 -3
  222. package/src/apps/data/routes/exchanges.ts +134 -82
  223. package/src/apps/data/routes/fee-amm.bench.ts +13 -0
  224. package/src/apps/data/routes/indexer.bench.ts +8 -0
  225. package/src/apps/data/routes/indexer.test.ts +2 -1
  226. package/src/apps/data/routes/indexer.ts +3 -2
  227. package/src/apps/data/routes/receipts.bench.ts +39 -0
  228. package/src/apps/data/routes/receipts.ts +16 -14
  229. package/src/apps/data/routes/rpc.bench.ts +14 -0
  230. package/src/apps/data/routes/rpc.test.ts +27 -0
  231. package/src/apps/data/routes/rpc.ts +5 -1
  232. package/src/apps/data/routes/tokenlist.bench.ts +3 -0
  233. package/src/apps/data/routes/tokens.bench.ts +76 -0
  234. package/src/apps/data/routes/tokens.ts +3 -2
  235. package/src/apps/data/routes/transactions.bench.ts +48 -0
  236. package/src/apps/data/routes/transfers.bench.ts +28 -0
  237. package/src/apps/data/routes/transfers.ts +36 -10
  238. package/src/apps/data/routes/valuation.bench.ts +14 -0
  239. package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
  240. package/src/apps/data/routes/webhooks.bench.ts +26 -0
  241. package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
  242. package/src/apps/data/routes/webhooks.test.ts +53 -6
  243. package/src/apps/data/routes/webhooks.ts +252 -24
  244. package/src/apps/data/routes/zones.bench.ts +32 -0
  245. package/src/apps/data/routes/zones.test.ts +1 -1
  246. package/src/apps/data/routes/zones.ts +1 -1
  247. package/src/apps/funding/routes/chains.test.ts +1 -1
  248. package/src/apps/funding/routes/deposit-addresses.test.ts +217 -3
  249. package/src/apps/funding/routes/deposit-addresses.ts +255 -19
  250. package/src/apps/funding/routes/providers.test.ts +1 -1
  251. package/src/apps/funding/routes/quotes.test.ts +1 -1
  252. package/src/apps/funding/routes/transfers.test.ts +20 -8
  253. package/src/apps/funding/routes/transfers.ts +1 -1
  254. package/src/apps/management/routes/billing.ts +1 -1
  255. package/src/apps/management/routes/faucet.ts +2 -2
  256. package/src/apps/management/routes/me.test.ts +31 -0
  257. package/src/apps/mcp.ts +4 -1
  258. package/src/db/Db.ts +117 -0
  259. package/src/db/Schema.ts +32 -0
  260. package/src/db/tables/fundingDepositAddresses.test.ts +28 -0
  261. package/src/db/tables/fundingDepositAddresses.ts +39 -0
  262. package/src/db/tables/fundingDeposits.test.ts +82 -0
  263. package/src/db/tables/fundingDeposits.ts +130 -0
  264. package/src/db/tables/webhookQueueEvents.ts +285 -0
  265. package/src/db/tables/webhookSubscriptions.ts +15 -0
  266. package/src/internal/Auth.test.ts +61 -98
  267. package/src/internal/Auth.ts +9 -63
  268. package/src/internal/Credential.test.ts +51 -0
  269. package/src/internal/Credential.ts +58 -0
  270. package/src/internal/EarnRates.ts +13 -7
  271. package/src/internal/EarnVaults.test.ts +2 -2
  272. package/src/internal/Log.test.ts +3 -1
  273. package/src/internal/Log.ts +14 -0
  274. package/src/internal/MetricSink.test.ts +108 -2
  275. package/src/internal/MetricSink.ts +112 -2
  276. package/src/internal/RateLimit.test.ts +23 -18
  277. package/src/internal/RateLimit.ts +23 -15
  278. package/src/internal/Store.test.ts +99 -13
  279. package/src/internal/Store.ts +52 -17
  280. package/src/internal/Tidx.test.ts +4 -4
  281. package/src/internal/Tidx.ts +5 -4
  282. package/src/internal/Value.test.ts +25 -0
  283. package/src/internal/Value.ts +29 -0
  284. package/src/internal/Viem.test.ts +4 -0
  285. package/src/internal/Viem.ts +6 -4
  286. package/src/internal/WebhookTransfer.test.ts +89 -0
  287. package/src/internal/WebhookTransfer.ts +11 -7
  288. package/src/internal/Webhooks.test.ts +488 -0
  289. package/src/internal/Webhooks.ts +291 -10
  290. package/src/internal/funding/Provider.test.ts +1 -1
  291. package/src/internal/funding/providers/index.test.ts +73 -3
  292. package/src/internal/funding/providers/relay.test.ts +1 -5
  293. package/src/internal/funding/providers/relay.ts +56 -12
  294. package/src/internal/index.test.ts +1 -0
  295. package/src/internal/index.ts +1 -0
@@ -79,38 +79,38 @@ export declare function management(options?: management.Options): import("hono/h
79
79
  $get: {
80
80
  output: {
81
81
  error: {
82
- code: "upstream_error";
82
+ code: "api_key_malformed";
83
83
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
84
84
  message: string;
85
85
  };
86
86
  requestId: string;
87
87
  };
88
88
  outputFormat: "json";
89
- status: 502;
89
+ status: 400;
90
90
  input: {};
91
91
  } | {
92
92
  output: {
93
93
  error: {
94
- code: "api_key_malformed";
94
+ code: "api_key_invalid" | "api_key_missing";
95
95
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
96
96
  message: string;
97
97
  };
98
98
  requestId: string;
99
99
  };
100
100
  outputFormat: "json";
101
- status: 400;
101
+ status: 401;
102
102
  input: {};
103
103
  } | {
104
104
  output: {
105
105
  error: {
106
- code: "api_key_invalid" | "api_key_missing";
106
+ code: "upstream_error";
107
107
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
108
108
  message: string;
109
109
  };
110
110
  requestId: string;
111
111
  };
112
112
  outputFormat: "json";
113
- status: 401;
113
+ status: 502;
114
114
  input: {};
115
115
  } | {
116
116
  output: {
@@ -217,14 +217,14 @@ export declare function management(options?: management.Options): import("hono/h
217
217
  $post: {
218
218
  output: {
219
219
  error: {
220
- code: "upstream_error";
220
+ code: "api_key_malformed";
221
221
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
222
222
  message: string;
223
223
  };
224
224
  requestId: string;
225
225
  };
226
226
  outputFormat: "json";
227
- status: 502;
227
+ status: 400;
228
228
  input: {
229
229
  param: {
230
230
  orgId: string;
@@ -237,14 +237,14 @@ export declare function management(options?: management.Options): import("hono/h
237
237
  } | {
238
238
  output: {
239
239
  error: {
240
- code: "api_key_malformed";
240
+ code: "api_key_invalid" | "api_key_missing";
241
241
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
242
242
  message: string;
243
243
  };
244
244
  requestId: string;
245
245
  };
246
246
  outputFormat: "json";
247
- status: 400;
247
+ status: 401;
248
248
  input: {
249
249
  param: {
250
250
  orgId: string;
@@ -257,14 +257,14 @@ export declare function management(options?: management.Options): import("hono/h
257
257
  } | {
258
258
  output: {
259
259
  error: {
260
- code: "api_key_invalid" | "api_key_missing";
260
+ code: "upstream_error";
261
261
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
262
262
  message: string;
263
263
  };
264
264
  requestId: string;
265
265
  };
266
266
  outputFormat: "json";
267
- status: 401;
267
+ status: 502;
268
268
  input: {
269
269
  param: {
270
270
  orgId: string;
@@ -412,14 +412,14 @@ export declare function management(options?: management.Options): import("hono/h
412
412
  $get: {
413
413
  output: {
414
414
  error: {
415
- code: "upstream_error";
415
+ code: "api_key_malformed";
416
416
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
417
417
  message: string;
418
418
  };
419
419
  requestId: string;
420
420
  };
421
421
  outputFormat: "json";
422
- status: 502;
422
+ status: 400;
423
423
  input: {
424
424
  param: {
425
425
  orgId: string;
@@ -436,14 +436,14 @@ export declare function management(options?: management.Options): import("hono/h
436
436
  } | {
437
437
  output: {
438
438
  error: {
439
- code: "api_key_malformed";
439
+ code: "api_key_invalid" | "api_key_missing";
440
440
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
441
441
  message: string;
442
442
  };
443
443
  requestId: string;
444
444
  };
445
445
  outputFormat: "json";
446
- status: 400;
446
+ status: 401;
447
447
  input: {
448
448
  param: {
449
449
  orgId: string;
@@ -460,14 +460,14 @@ export declare function management(options?: management.Options): import("hono/h
460
460
  } | {
461
461
  output: {
462
462
  error: {
463
- code: "api_key_invalid" | "api_key_missing";
463
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
464
464
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
465
465
  message: string;
466
466
  };
467
467
  requestId: string;
468
468
  };
469
469
  outputFormat: "json";
470
- status: 401;
470
+ status: 403;
471
471
  input: {
472
472
  param: {
473
473
  orgId: string;
@@ -484,14 +484,14 @@ export declare function management(options?: management.Options): import("hono/h
484
484
  } | {
485
485
  output: {
486
486
  error: {
487
- code: "api_key_forbidden" | "api_key_ip_forbidden";
487
+ code: "payment_required" | "rate_limit_exceeded";
488
488
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
489
489
  message: string;
490
490
  };
491
491
  requestId: string;
492
492
  };
493
493
  outputFormat: "json";
494
- status: 403;
494
+ status: 429;
495
495
  input: {
496
496
  param: {
497
497
  orgId: string;
@@ -508,14 +508,14 @@ export declare function management(options?: management.Options): import("hono/h
508
508
  } | {
509
509
  output: {
510
510
  error: {
511
- code: "payment_required" | "rate_limit_exceeded";
511
+ code: "query_invalid";
512
512
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
513
513
  message: string;
514
514
  };
515
515
  requestId: string;
516
516
  };
517
517
  outputFormat: "json";
518
- status: 429;
518
+ status: 400;
519
519
  input: {
520
520
  param: {
521
521
  orgId: string;
@@ -532,14 +532,14 @@ export declare function management(options?: management.Options): import("hono/h
532
532
  } | {
533
533
  output: {
534
534
  error: {
535
- code: "query_invalid";
535
+ code: "upstream_error";
536
536
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
537
537
  message: string;
538
538
  };
539
539
  requestId: string;
540
540
  };
541
541
  outputFormat: "json";
542
- status: 400;
542
+ status: 502;
543
543
  input: {
544
544
  param: {
545
545
  orgId: string;
@@ -679,14 +679,14 @@ export declare function management(options?: management.Options): import("hono/h
679
679
  $get: {
680
680
  output: {
681
681
  error: {
682
- code: "upstream_error";
682
+ code: "api_key_malformed";
683
683
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
684
684
  message: string;
685
685
  };
686
686
  requestId: string;
687
687
  };
688
688
  outputFormat: "json";
689
- status: 502;
689
+ status: 400;
690
690
  input: {
691
691
  param: {
692
692
  orgId: string;
@@ -703,14 +703,14 @@ export declare function management(options?: management.Options): import("hono/h
703
703
  } | {
704
704
  output: {
705
705
  error: {
706
- code: "api_key_malformed";
706
+ code: "api_key_invalid" | "api_key_missing";
707
707
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
708
708
  message: string;
709
709
  };
710
710
  requestId: string;
711
711
  };
712
712
  outputFormat: "json";
713
- status: 400;
713
+ status: 401;
714
714
  input: {
715
715
  param: {
716
716
  orgId: string;
@@ -727,14 +727,14 @@ export declare function management(options?: management.Options): import("hono/h
727
727
  } | {
728
728
  output: {
729
729
  error: {
730
- code: "api_key_invalid" | "api_key_missing";
730
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
731
731
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
732
732
  message: string;
733
733
  };
734
734
  requestId: string;
735
735
  };
736
736
  outputFormat: "json";
737
- status: 401;
737
+ status: 403;
738
738
  input: {
739
739
  param: {
740
740
  orgId: string;
@@ -751,14 +751,14 @@ export declare function management(options?: management.Options): import("hono/h
751
751
  } | {
752
752
  output: {
753
753
  error: {
754
- code: "api_key_forbidden" | "api_key_ip_forbidden";
754
+ code: "payment_required" | "rate_limit_exceeded";
755
755
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
756
756
  message: string;
757
757
  };
758
758
  requestId: string;
759
759
  };
760
760
  outputFormat: "json";
761
- status: 403;
761
+ status: 429;
762
762
  input: {
763
763
  param: {
764
764
  orgId: string;
@@ -775,14 +775,14 @@ export declare function management(options?: management.Options): import("hono/h
775
775
  } | {
776
776
  output: {
777
777
  error: {
778
- code: "payment_required" | "rate_limit_exceeded";
778
+ code: "query_invalid";
779
779
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
780
780
  message: string;
781
781
  };
782
782
  requestId: string;
783
783
  };
784
784
  outputFormat: "json";
785
- status: 429;
785
+ status: 400;
786
786
  input: {
787
787
  param: {
788
788
  orgId: string;
@@ -799,14 +799,14 @@ export declare function management(options?: management.Options): import("hono/h
799
799
  } | {
800
800
  output: {
801
801
  error: {
802
- code: "query_invalid";
802
+ code: "upstream_error";
803
803
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
804
804
  message: string;
805
805
  };
806
806
  requestId: string;
807
807
  };
808
808
  outputFormat: "json";
809
- status: 400;
809
+ status: 502;
810
810
  input: {
811
811
  param: {
812
812
  orgId: string;
@@ -902,14 +902,14 @@ export declare function management(options?: management.Options): import("hono/h
902
902
  $get: {
903
903
  output: {
904
904
  error: {
905
- code: "upstream_error";
905
+ code: "api_key_malformed";
906
906
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
907
907
  message: string;
908
908
  };
909
909
  requestId: string;
910
910
  };
911
911
  outputFormat: "json";
912
- status: 502;
912
+ status: 400;
913
913
  input: {
914
914
  param: {
915
915
  orgId: string;
@@ -918,14 +918,14 @@ export declare function management(options?: management.Options): import("hono/h
918
918
  } | {
919
919
  output: {
920
920
  error: {
921
- code: "api_key_malformed";
921
+ code: "api_key_invalid" | "api_key_missing";
922
922
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
923
923
  message: string;
924
924
  };
925
925
  requestId: string;
926
926
  };
927
927
  outputFormat: "json";
928
- status: 400;
928
+ status: 401;
929
929
  input: {
930
930
  param: {
931
931
  orgId: string;
@@ -934,14 +934,14 @@ export declare function management(options?: management.Options): import("hono/h
934
934
  } | {
935
935
  output: {
936
936
  error: {
937
- code: "api_key_invalid" | "api_key_missing";
937
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
938
938
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
939
939
  message: string;
940
940
  };
941
941
  requestId: string;
942
942
  };
943
943
  outputFormat: "json";
944
- status: 401;
944
+ status: 403;
945
945
  input: {
946
946
  param: {
947
947
  orgId: string;
@@ -950,14 +950,14 @@ export declare function management(options?: management.Options): import("hono/h
950
950
  } | {
951
951
  output: {
952
952
  error: {
953
- code: "api_key_forbidden" | "api_key_ip_forbidden";
953
+ code: "payment_required" | "rate_limit_exceeded";
954
954
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
955
955
  message: string;
956
956
  };
957
957
  requestId: string;
958
958
  };
959
959
  outputFormat: "json";
960
- status: 403;
960
+ status: 429;
961
961
  input: {
962
962
  param: {
963
963
  orgId: string;
@@ -966,14 +966,14 @@ export declare function management(options?: management.Options): import("hono/h
966
966
  } | {
967
967
  output: {
968
968
  error: {
969
- code: "payment_required" | "rate_limit_exceeded";
969
+ code: "upstream_error";
970
970
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
971
971
  message: string;
972
972
  };
973
973
  requestId: string;
974
974
  };
975
975
  outputFormat: "json";
976
- status: 429;
976
+ status: 502;
977
977
  input: {
978
978
  param: {
979
979
  orgId: string;
@@ -1035,14 +1035,14 @@ export declare function management(options?: management.Options): import("hono/h
1035
1035
  $patch: {
1036
1036
  output: {
1037
1037
  error: {
1038
- code: "upstream_error";
1038
+ code: "api_key_malformed";
1039
1039
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1040
1040
  message: string;
1041
1041
  };
1042
1042
  requestId: string;
1043
1043
  };
1044
1044
  outputFormat: "json";
1045
- status: 502;
1045
+ status: 400;
1046
1046
  input: {
1047
1047
  param: {
1048
1048
  orgId: string;
@@ -1056,14 +1056,14 @@ export declare function management(options?: management.Options): import("hono/h
1056
1056
  } | {
1057
1057
  output: {
1058
1058
  error: {
1059
- code: "api_key_malformed";
1059
+ code: "api_key_invalid" | "api_key_missing";
1060
1060
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1061
1061
  message: string;
1062
1062
  };
1063
1063
  requestId: string;
1064
1064
  };
1065
1065
  outputFormat: "json";
1066
- status: 400;
1066
+ status: 401;
1067
1067
  input: {
1068
1068
  param: {
1069
1069
  orgId: string;
@@ -1077,14 +1077,14 @@ export declare function management(options?: management.Options): import("hono/h
1077
1077
  } | {
1078
1078
  output: {
1079
1079
  error: {
1080
- code: "api_key_invalid" | "api_key_missing";
1080
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
1081
1081
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1082
1082
  message: string;
1083
1083
  };
1084
1084
  requestId: string;
1085
1085
  };
1086
1086
  outputFormat: "json";
1087
- status: 401;
1087
+ status: 403;
1088
1088
  input: {
1089
1089
  param: {
1090
1090
  orgId: string;
@@ -1098,14 +1098,14 @@ export declare function management(options?: management.Options): import("hono/h
1098
1098
  } | {
1099
1099
  output: {
1100
1100
  error: {
1101
- code: "api_key_forbidden" | "api_key_ip_forbidden";
1101
+ code: "payment_required" | "rate_limit_exceeded";
1102
1102
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1103
1103
  message: string;
1104
1104
  };
1105
1105
  requestId: string;
1106
1106
  };
1107
1107
  outputFormat: "json";
1108
- status: 403;
1108
+ status: 429;
1109
1109
  input: {
1110
1110
  param: {
1111
1111
  orgId: string;
@@ -1119,14 +1119,14 @@ export declare function management(options?: management.Options): import("hono/h
1119
1119
  } | {
1120
1120
  output: {
1121
1121
  error: {
1122
- code: "payment_required" | "rate_limit_exceeded";
1122
+ code: "upstream_error";
1123
1123
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1124
1124
  message: string;
1125
1125
  };
1126
1126
  requestId: string;
1127
1127
  };
1128
1128
  outputFormat: "json";
1129
- status: 429;
1129
+ status: 502;
1130
1130
  input: {
1131
1131
  param: {
1132
1132
  orgId: string;
@@ -1269,14 +1269,14 @@ export declare function management(options?: management.Options): import("hono/h
1269
1269
  $delete: {
1270
1270
  output: {
1271
1271
  error: {
1272
- code: "upstream_error";
1272
+ code: "api_key_malformed";
1273
1273
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1274
1274
  message: string;
1275
1275
  };
1276
1276
  requestId: string;
1277
1277
  };
1278
1278
  outputFormat: "json";
1279
- status: 502;
1279
+ status: 400;
1280
1280
  input: {
1281
1281
  param: {
1282
1282
  orgId: string;
@@ -1286,14 +1286,14 @@ export declare function management(options?: management.Options): import("hono/h
1286
1286
  } | {
1287
1287
  output: {
1288
1288
  error: {
1289
- code: "api_key_malformed";
1289
+ code: "api_key_invalid" | "api_key_missing";
1290
1290
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1291
1291
  message: string;
1292
1292
  };
1293
1293
  requestId: string;
1294
1294
  };
1295
1295
  outputFormat: "json";
1296
- status: 400;
1296
+ status: 401;
1297
1297
  input: {
1298
1298
  param: {
1299
1299
  orgId: string;
@@ -1303,14 +1303,14 @@ export declare function management(options?: management.Options): import("hono/h
1303
1303
  } | {
1304
1304
  output: {
1305
1305
  error: {
1306
- code: "api_key_invalid" | "api_key_missing";
1306
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
1307
1307
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1308
1308
  message: string;
1309
1309
  };
1310
1310
  requestId: string;
1311
1311
  };
1312
1312
  outputFormat: "json";
1313
- status: 401;
1313
+ status: 403;
1314
1314
  input: {
1315
1315
  param: {
1316
1316
  orgId: string;
@@ -1320,14 +1320,14 @@ export declare function management(options?: management.Options): import("hono/h
1320
1320
  } | {
1321
1321
  output: {
1322
1322
  error: {
1323
- code: "api_key_forbidden" | "api_key_ip_forbidden";
1323
+ code: "payment_required" | "rate_limit_exceeded";
1324
1324
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1325
1325
  message: string;
1326
1326
  };
1327
1327
  requestId: string;
1328
1328
  };
1329
1329
  outputFormat: "json";
1330
- status: 403;
1330
+ status: 429;
1331
1331
  input: {
1332
1332
  param: {
1333
1333
  orgId: string;
@@ -1337,14 +1337,14 @@ export declare function management(options?: management.Options): import("hono/h
1337
1337
  } | {
1338
1338
  output: {
1339
1339
  error: {
1340
- code: "payment_required" | "rate_limit_exceeded";
1340
+ code: "upstream_error";
1341
1341
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1342
1342
  message: string;
1343
1343
  };
1344
1344
  requestId: string;
1345
1345
  };
1346
1346
  outputFormat: "json";
1347
- status: 429;
1347
+ status: 502;
1348
1348
  input: {
1349
1349
  param: {
1350
1350
  orgId: string;
@@ -1455,14 +1455,14 @@ export declare function management(options?: management.Options): import("hono/h
1455
1455
  $post: {
1456
1456
  output: {
1457
1457
  error: {
1458
- code: "upstream_error";
1458
+ code: "api_key_malformed";
1459
1459
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1460
1460
  message: string;
1461
1461
  };
1462
1462
  requestId: string;
1463
1463
  };
1464
1464
  outputFormat: "json";
1465
- status: 502;
1465
+ status: 400;
1466
1466
  input: {
1467
1467
  param: {
1468
1468
  orgId: string;
@@ -1483,14 +1483,14 @@ export declare function management(options?: management.Options): import("hono/h
1483
1483
  } | {
1484
1484
  output: {
1485
1485
  error: {
1486
- code: "api_key_malformed";
1486
+ code: "api_key_invalid" | "api_key_missing";
1487
1487
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1488
1488
  message: string;
1489
1489
  };
1490
1490
  requestId: string;
1491
1491
  };
1492
1492
  outputFormat: "json";
1493
- status: 400;
1493
+ status: 401;
1494
1494
  input: {
1495
1495
  param: {
1496
1496
  orgId: string;
@@ -1511,14 +1511,14 @@ export declare function management(options?: management.Options): import("hono/h
1511
1511
  } | {
1512
1512
  output: {
1513
1513
  error: {
1514
- code: "api_key_invalid" | "api_key_missing";
1514
+ code: "upstream_error";
1515
1515
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1516
1516
  message: string;
1517
1517
  };
1518
1518
  requestId: string;
1519
1519
  };
1520
1520
  outputFormat: "json";
1521
- status: 401;
1521
+ status: 502;
1522
1522
  input: {
1523
1523
  param: {
1524
1524
  orgId: string;
@@ -1778,14 +1778,14 @@ export declare function management(options?: management.Options): import("hono/h
1778
1778
  $get: {
1779
1779
  output: {
1780
1780
  error: {
1781
- code: "upstream_error";
1781
+ code: "api_key_malformed";
1782
1782
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1783
1783
  message: string;
1784
1784
  };
1785
1785
  requestId: string;
1786
1786
  };
1787
1787
  outputFormat: "json";
1788
- status: 502;
1788
+ status: 400;
1789
1789
  input: {
1790
1790
  param: {
1791
1791
  orgId: string;
@@ -1794,14 +1794,14 @@ export declare function management(options?: management.Options): import("hono/h
1794
1794
  } | {
1795
1795
  output: {
1796
1796
  error: {
1797
- code: "api_key_malformed";
1797
+ code: "api_key_invalid" | "api_key_missing";
1798
1798
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1799
1799
  message: string;
1800
1800
  };
1801
1801
  requestId: string;
1802
1802
  };
1803
1803
  outputFormat: "json";
1804
- status: 400;
1804
+ status: 401;
1805
1805
  input: {
1806
1806
  param: {
1807
1807
  orgId: string;
@@ -1810,14 +1810,14 @@ export declare function management(options?: management.Options): import("hono/h
1810
1810
  } | {
1811
1811
  output: {
1812
1812
  error: {
1813
- code: "api_key_invalid" | "api_key_missing";
1813
+ code: "upstream_error";
1814
1814
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1815
1815
  message: string;
1816
1816
  };
1817
1817
  requestId: string;
1818
1818
  };
1819
1819
  outputFormat: "json";
1820
- status: 401;
1820
+ status: 502;
1821
1821
  input: {
1822
1822
  param: {
1823
1823
  orgId: string;
@@ -1907,14 +1907,14 @@ export declare function management(options?: management.Options): import("hono/h
1907
1907
  $delete: {
1908
1908
  output: {
1909
1909
  error: {
1910
- code: "upstream_error";
1910
+ code: "api_key_malformed";
1911
1911
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1912
1912
  message: string;
1913
1913
  };
1914
1914
  requestId: string;
1915
1915
  };
1916
1916
  outputFormat: "json";
1917
- status: 502;
1917
+ status: 400;
1918
1918
  input: {
1919
1919
  param: {
1920
1920
  orgId: string;
@@ -1924,14 +1924,14 @@ export declare function management(options?: management.Options): import("hono/h
1924
1924
  } | {
1925
1925
  output: {
1926
1926
  error: {
1927
- code: "api_key_malformed";
1927
+ code: "api_key_invalid" | "api_key_missing";
1928
1928
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1929
1929
  message: string;
1930
1930
  };
1931
1931
  requestId: string;
1932
1932
  };
1933
1933
  outputFormat: "json";
1934
- status: 400;
1934
+ status: 401;
1935
1935
  input: {
1936
1936
  param: {
1937
1937
  orgId: string;
@@ -1941,14 +1941,14 @@ export declare function management(options?: management.Options): import("hono/h
1941
1941
  } | {
1942
1942
  output: {
1943
1943
  error: {
1944
- code: "api_key_invalid" | "api_key_missing";
1944
+ code: "upstream_error";
1945
1945
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
1946
1946
  message: string;
1947
1947
  };
1948
1948
  requestId: string;
1949
1949
  };
1950
1950
  outputFormat: "json";
1951
- status: 401;
1951
+ status: 502;
1952
1952
  input: {
1953
1953
  param: {
1954
1954
  orgId: string;
@@ -2059,14 +2059,14 @@ export declare function management(options?: management.Options): import("hono/h
2059
2059
  $post: {
2060
2060
  output: {
2061
2061
  error: {
2062
- code: "upstream_error";
2062
+ code: "api_key_malformed";
2063
2063
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2064
2064
  message: string;
2065
2065
  };
2066
2066
  requestId: string;
2067
2067
  };
2068
2068
  outputFormat: "json";
2069
- status: 502;
2069
+ status: 400;
2070
2070
  input: {
2071
2071
  param: {
2072
2072
  orgId: string;
@@ -2083,14 +2083,14 @@ export declare function management(options?: management.Options): import("hono/h
2083
2083
  } | {
2084
2084
  output: {
2085
2085
  error: {
2086
- code: "api_key_malformed";
2086
+ code: "api_key_invalid" | "api_key_missing";
2087
2087
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2088
2088
  message: string;
2089
2089
  };
2090
2090
  requestId: string;
2091
2091
  };
2092
2092
  outputFormat: "json";
2093
- status: 400;
2093
+ status: 401;
2094
2094
  input: {
2095
2095
  param: {
2096
2096
  orgId: string;
@@ -2107,14 +2107,14 @@ export declare function management(options?: management.Options): import("hono/h
2107
2107
  } | {
2108
2108
  output: {
2109
2109
  error: {
2110
- code: "api_key_invalid" | "api_key_missing";
2110
+ code: "upstream_error";
2111
2111
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2112
2112
  message: string;
2113
2113
  };
2114
2114
  requestId: string;
2115
2115
  };
2116
2116
  outputFormat: "json";
2117
- status: 401;
2117
+ status: 502;
2118
2118
  input: {
2119
2119
  param: {
2120
2120
  orgId: string;
@@ -2310,14 +2310,14 @@ export declare function management(options?: management.Options): import("hono/h
2310
2310
  $get: {
2311
2311
  output: {
2312
2312
  error: {
2313
- code: "upstream_error";
2313
+ code: "api_key_malformed";
2314
2314
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2315
2315
  message: string;
2316
2316
  };
2317
2317
  requestId: string;
2318
2318
  };
2319
2319
  outputFormat: "json";
2320
- status: 502;
2320
+ status: 400;
2321
2321
  input: {
2322
2322
  param: {
2323
2323
  orgId: string;
@@ -2331,14 +2331,14 @@ export declare function management(options?: management.Options): import("hono/h
2331
2331
  } | {
2332
2332
  output: {
2333
2333
  error: {
2334
- code: "api_key_malformed";
2334
+ code: "api_key_invalid" | "api_key_missing";
2335
2335
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2336
2336
  message: string;
2337
2337
  };
2338
2338
  requestId: string;
2339
2339
  };
2340
2340
  outputFormat: "json";
2341
- status: 400;
2341
+ status: 401;
2342
2342
  input: {
2343
2343
  param: {
2344
2344
  orgId: string;
@@ -2352,14 +2352,14 @@ export declare function management(options?: management.Options): import("hono/h
2352
2352
  } | {
2353
2353
  output: {
2354
2354
  error: {
2355
- code: "api_key_invalid" | "api_key_missing";
2355
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
2356
2356
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2357
2357
  message: string;
2358
2358
  };
2359
2359
  requestId: string;
2360
2360
  };
2361
2361
  outputFormat: "json";
2362
- status: 401;
2362
+ status: 403;
2363
2363
  input: {
2364
2364
  param: {
2365
2365
  orgId: string;
@@ -2373,14 +2373,14 @@ export declare function management(options?: management.Options): import("hono/h
2373
2373
  } | {
2374
2374
  output: {
2375
2375
  error: {
2376
- code: "api_key_forbidden" | "api_key_ip_forbidden";
2376
+ code: "payment_required" | "rate_limit_exceeded";
2377
2377
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2378
2378
  message: string;
2379
2379
  };
2380
2380
  requestId: string;
2381
2381
  };
2382
2382
  outputFormat: "json";
2383
- status: 403;
2383
+ status: 429;
2384
2384
  input: {
2385
2385
  param: {
2386
2386
  orgId: string;
@@ -2394,14 +2394,14 @@ export declare function management(options?: management.Options): import("hono/h
2394
2394
  } | {
2395
2395
  output: {
2396
2396
  error: {
2397
- code: "payment_required" | "rate_limit_exceeded";
2397
+ code: "query_invalid";
2398
2398
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2399
2399
  message: string;
2400
2400
  };
2401
2401
  requestId: string;
2402
2402
  };
2403
2403
  outputFormat: "json";
2404
- status: 429;
2404
+ status: 400;
2405
2405
  input: {
2406
2406
  param: {
2407
2407
  orgId: string;
@@ -2415,14 +2415,14 @@ export declare function management(options?: management.Options): import("hono/h
2415
2415
  } | {
2416
2416
  output: {
2417
2417
  error: {
2418
- code: "query_invalid";
2418
+ code: "upstream_error";
2419
2419
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2420
2420
  message: string;
2421
2421
  };
2422
2422
  requestId: string;
2423
2423
  };
2424
2424
  outputFormat: "json";
2425
- status: 400;
2425
+ status: 502;
2426
2426
  input: {
2427
2427
  param: {
2428
2428
  orgId: string;
@@ -2532,14 +2532,14 @@ export declare function management(options?: management.Options): import("hono/h
2532
2532
  $get: {
2533
2533
  output: {
2534
2534
  error: {
2535
- code: "upstream_error";
2535
+ code: "api_key_malformed";
2536
2536
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2537
2537
  message: string;
2538
2538
  };
2539
2539
  requestId: string;
2540
2540
  };
2541
2541
  outputFormat: "json";
2542
- status: 502;
2542
+ status: 400;
2543
2543
  input: {
2544
2544
  param: {
2545
2545
  orgId: string;
@@ -2552,14 +2552,14 @@ export declare function management(options?: management.Options): import("hono/h
2552
2552
  } | {
2553
2553
  output: {
2554
2554
  error: {
2555
- code: "api_key_malformed";
2555
+ code: "api_key_invalid" | "api_key_missing";
2556
2556
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2557
2557
  message: string;
2558
2558
  };
2559
2559
  requestId: string;
2560
2560
  };
2561
2561
  outputFormat: "json";
2562
- status: 400;
2562
+ status: 401;
2563
2563
  input: {
2564
2564
  param: {
2565
2565
  orgId: string;
@@ -2572,14 +2572,14 @@ export declare function management(options?: management.Options): import("hono/h
2572
2572
  } | {
2573
2573
  output: {
2574
2574
  error: {
2575
- code: "api_key_invalid" | "api_key_missing";
2575
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
2576
2576
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2577
2577
  message: string;
2578
2578
  };
2579
2579
  requestId: string;
2580
2580
  };
2581
2581
  outputFormat: "json";
2582
- status: 401;
2582
+ status: 403;
2583
2583
  input: {
2584
2584
  param: {
2585
2585
  orgId: string;
@@ -2592,14 +2592,14 @@ export declare function management(options?: management.Options): import("hono/h
2592
2592
  } | {
2593
2593
  output: {
2594
2594
  error: {
2595
- code: "api_key_forbidden" | "api_key_ip_forbidden";
2595
+ code: "payment_required" | "rate_limit_exceeded";
2596
2596
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2597
2597
  message: string;
2598
2598
  };
2599
2599
  requestId: string;
2600
2600
  };
2601
2601
  outputFormat: "json";
2602
- status: 403;
2602
+ status: 429;
2603
2603
  input: {
2604
2604
  param: {
2605
2605
  orgId: string;
@@ -2612,14 +2612,14 @@ export declare function management(options?: management.Options): import("hono/h
2612
2612
  } | {
2613
2613
  output: {
2614
2614
  error: {
2615
- code: "payment_required" | "rate_limit_exceeded";
2615
+ code: "query_invalid";
2616
2616
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2617
2617
  message: string;
2618
2618
  };
2619
2619
  requestId: string;
2620
2620
  };
2621
2621
  outputFormat: "json";
2622
- status: 429;
2622
+ status: 400;
2623
2623
  input: {
2624
2624
  param: {
2625
2625
  orgId: string;
@@ -2632,14 +2632,14 @@ export declare function management(options?: management.Options): import("hono/h
2632
2632
  } | {
2633
2633
  output: {
2634
2634
  error: {
2635
- code: "query_invalid";
2635
+ code: "upstream_error";
2636
2636
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2637
2637
  message: string;
2638
2638
  };
2639
2639
  requestId: string;
2640
2640
  };
2641
2641
  outputFormat: "json";
2642
- status: 400;
2642
+ status: 502;
2643
2643
  input: {
2644
2644
  param: {
2645
2645
  orgId: string;
@@ -2744,14 +2744,14 @@ export declare function management(options?: management.Options): import("hono/h
2744
2744
  $patch: {
2745
2745
  output: {
2746
2746
  error: {
2747
- code: "upstream_error";
2747
+ code: "api_key_malformed";
2748
2748
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2749
2749
  message: string;
2750
2750
  };
2751
2751
  requestId: string;
2752
2752
  };
2753
2753
  outputFormat: "json";
2754
- status: 502;
2754
+ status: 400;
2755
2755
  input: {
2756
2756
  param: {
2757
2757
  keyId: string;
@@ -2766,14 +2766,14 @@ export declare function management(options?: management.Options): import("hono/h
2766
2766
  } | {
2767
2767
  output: {
2768
2768
  error: {
2769
- code: "api_key_malformed";
2769
+ code: "api_key_invalid" | "api_key_missing";
2770
2770
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2771
2771
  message: string;
2772
2772
  };
2773
2773
  requestId: string;
2774
2774
  };
2775
2775
  outputFormat: "json";
2776
- status: 400;
2776
+ status: 401;
2777
2777
  input: {
2778
2778
  param: {
2779
2779
  keyId: string;
@@ -2788,14 +2788,14 @@ export declare function management(options?: management.Options): import("hono/h
2788
2788
  } | {
2789
2789
  output: {
2790
2790
  error: {
2791
- code: "api_key_invalid" | "api_key_missing";
2791
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
2792
2792
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2793
2793
  message: string;
2794
2794
  };
2795
2795
  requestId: string;
2796
2796
  };
2797
2797
  outputFormat: "json";
2798
- status: 401;
2798
+ status: 403;
2799
2799
  input: {
2800
2800
  param: {
2801
2801
  keyId: string;
@@ -2810,14 +2810,14 @@ export declare function management(options?: management.Options): import("hono/h
2810
2810
  } | {
2811
2811
  output: {
2812
2812
  error: {
2813
- code: "api_key_forbidden" | "api_key_ip_forbidden";
2813
+ code: "payment_required" | "rate_limit_exceeded";
2814
2814
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2815
2815
  message: string;
2816
2816
  };
2817
2817
  requestId: string;
2818
2818
  };
2819
2819
  outputFormat: "json";
2820
- status: 403;
2820
+ status: 429;
2821
2821
  input: {
2822
2822
  param: {
2823
2823
  keyId: string;
@@ -2832,14 +2832,14 @@ export declare function management(options?: management.Options): import("hono/h
2832
2832
  } | {
2833
2833
  output: {
2834
2834
  error: {
2835
- code: "payment_required" | "rate_limit_exceeded";
2835
+ code: "upstream_error";
2836
2836
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
2837
2837
  message: string;
2838
2838
  };
2839
2839
  requestId: string;
2840
2840
  };
2841
2841
  outputFormat: "json";
2842
- status: 429;
2842
+ status: 502;
2843
2843
  input: {
2844
2844
  param: {
2845
2845
  keyId: string;
@@ -2996,14 +2996,14 @@ export declare function management(options?: management.Options): import("hono/h
2996
2996
  $delete: {
2997
2997
  output: {
2998
2998
  error: {
2999
- code: "upstream_error";
2999
+ code: "api_key_malformed";
3000
3000
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3001
3001
  message: string;
3002
3002
  };
3003
3003
  requestId: string;
3004
3004
  };
3005
3005
  outputFormat: "json";
3006
- status: 502;
3006
+ status: 400;
3007
3007
  input: {
3008
3008
  param: {
3009
3009
  keyId: string;
@@ -3014,14 +3014,14 @@ export declare function management(options?: management.Options): import("hono/h
3014
3014
  } | {
3015
3015
  output: {
3016
3016
  error: {
3017
- code: "api_key_malformed";
3017
+ code: "api_key_invalid" | "api_key_missing";
3018
3018
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3019
3019
  message: string;
3020
3020
  };
3021
3021
  requestId: string;
3022
3022
  };
3023
3023
  outputFormat: "json";
3024
- status: 400;
3024
+ status: 401;
3025
3025
  input: {
3026
3026
  param: {
3027
3027
  keyId: string;
@@ -3032,14 +3032,14 @@ export declare function management(options?: management.Options): import("hono/h
3032
3032
  } | {
3033
3033
  output: {
3034
3034
  error: {
3035
- code: "api_key_invalid" | "api_key_missing";
3035
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
3036
3036
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3037
3037
  message: string;
3038
3038
  };
3039
3039
  requestId: string;
3040
3040
  };
3041
3041
  outputFormat: "json";
3042
- status: 401;
3042
+ status: 403;
3043
3043
  input: {
3044
3044
  param: {
3045
3045
  keyId: string;
@@ -3050,14 +3050,14 @@ export declare function management(options?: management.Options): import("hono/h
3050
3050
  } | {
3051
3051
  output: {
3052
3052
  error: {
3053
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3053
+ code: "payment_required" | "rate_limit_exceeded";
3054
3054
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3055
3055
  message: string;
3056
3056
  };
3057
3057
  requestId: string;
3058
3058
  };
3059
3059
  outputFormat: "json";
3060
- status: 403;
3060
+ status: 429;
3061
3061
  input: {
3062
3062
  param: {
3063
3063
  keyId: string;
@@ -3068,14 +3068,14 @@ export declare function management(options?: management.Options): import("hono/h
3068
3068
  } | {
3069
3069
  output: {
3070
3070
  error: {
3071
- code: "payment_required" | "rate_limit_exceeded";
3071
+ code: "upstream_error";
3072
3072
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3073
3073
  message: string;
3074
3074
  };
3075
3075
  requestId: string;
3076
3076
  };
3077
3077
  outputFormat: "json";
3078
- status: 429;
3078
+ status: 502;
3079
3079
  input: {
3080
3080
  param: {
3081
3081
  keyId: string;
@@ -3175,62 +3175,62 @@ export declare function management(options?: management.Options): import("hono/h
3175
3175
  $get: {
3176
3176
  output: {
3177
3177
  error: {
3178
- code: "upstream_error";
3178
+ code: "api_key_malformed";
3179
3179
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3180
3180
  message: string;
3181
3181
  };
3182
3182
  requestId: string;
3183
3183
  };
3184
3184
  outputFormat: "json";
3185
- status: 502;
3185
+ status: 400;
3186
3186
  input: {};
3187
3187
  } | {
3188
3188
  output: {
3189
3189
  error: {
3190
- code: "api_key_malformed";
3190
+ code: "api_key_invalid" | "api_key_missing";
3191
3191
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3192
3192
  message: string;
3193
3193
  };
3194
3194
  requestId: string;
3195
3195
  };
3196
3196
  outputFormat: "json";
3197
- status: 400;
3197
+ status: 401;
3198
3198
  input: {};
3199
3199
  } | {
3200
3200
  output: {
3201
3201
  error: {
3202
- code: "api_key_invalid" | "api_key_missing";
3202
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
3203
3203
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3204
3204
  message: string;
3205
3205
  };
3206
3206
  requestId: string;
3207
3207
  };
3208
3208
  outputFormat: "json";
3209
- status: 401;
3209
+ status: 403;
3210
3210
  input: {};
3211
3211
  } | {
3212
3212
  output: {
3213
3213
  error: {
3214
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3214
+ code: "payment_required" | "rate_limit_exceeded";
3215
3215
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3216
3216
  message: string;
3217
3217
  };
3218
3218
  requestId: string;
3219
3219
  };
3220
3220
  outputFormat: "json";
3221
- status: 403;
3221
+ status: 429;
3222
3222
  input: {};
3223
3223
  } | {
3224
3224
  output: {
3225
3225
  error: {
3226
- code: "payment_required" | "rate_limit_exceeded";
3226
+ code: "upstream_error";
3227
3227
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3228
3228
  message: string;
3229
3229
  };
3230
3230
  requestId: string;
3231
3231
  };
3232
3232
  outputFormat: "json";
3233
- status: 429;
3233
+ status: 502;
3234
3234
  input: {};
3235
3235
  } | {
3236
3236
  output: {
@@ -3252,14 +3252,14 @@ export declare function management(options?: management.Options): import("hono/h
3252
3252
  $post: {
3253
3253
  output: {
3254
3254
  error: {
3255
- code: "upstream_error";
3255
+ code: "api_key_malformed";
3256
3256
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3257
3257
  message: string;
3258
3258
  };
3259
3259
  requestId: string;
3260
3260
  };
3261
3261
  outputFormat: "json";
3262
- status: 502;
3262
+ status: 400;
3263
3263
  input: {
3264
3264
  json: {
3265
3265
  name: string;
@@ -3268,14 +3268,14 @@ export declare function management(options?: management.Options): import("hono/h
3268
3268
  } | {
3269
3269
  output: {
3270
3270
  error: {
3271
- code: "api_key_malformed";
3271
+ code: "api_key_invalid" | "api_key_missing";
3272
3272
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3273
3273
  message: string;
3274
3274
  };
3275
3275
  requestId: string;
3276
3276
  };
3277
3277
  outputFormat: "json";
3278
- status: 400;
3278
+ status: 401;
3279
3279
  input: {
3280
3280
  json: {
3281
3281
  name: string;
@@ -3284,14 +3284,14 @@ export declare function management(options?: management.Options): import("hono/h
3284
3284
  } | {
3285
3285
  output: {
3286
3286
  error: {
3287
- code: "api_key_invalid" | "api_key_missing";
3287
+ code: "upstream_error";
3288
3288
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3289
3289
  message: string;
3290
3290
  };
3291
3291
  requestId: string;
3292
3292
  };
3293
3293
  outputFormat: "json";
3294
- status: 401;
3294
+ status: 502;
3295
3295
  input: {
3296
3296
  json: {
3297
3297
  name: string;
@@ -3466,14 +3466,14 @@ export declare function management(options?: management.Options): import("hono/h
3466
3466
  $patch: {
3467
3467
  output: {
3468
3468
  error: {
3469
- code: "upstream_error";
3469
+ code: "api_key_malformed";
3470
3470
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3471
3471
  message: string;
3472
3472
  };
3473
3473
  requestId: string;
3474
3474
  };
3475
3475
  outputFormat: "json";
3476
- status: 502;
3476
+ status: 400;
3477
3477
  input: {
3478
3478
  param: {
3479
3479
  orgId: string;
@@ -3486,14 +3486,14 @@ export declare function management(options?: management.Options): import("hono/h
3486
3486
  } | {
3487
3487
  output: {
3488
3488
  error: {
3489
- code: "api_key_malformed";
3489
+ code: "api_key_invalid" | "api_key_missing";
3490
3490
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3491
3491
  message: string;
3492
3492
  };
3493
3493
  requestId: string;
3494
3494
  };
3495
3495
  outputFormat: "json";
3496
- status: 400;
3496
+ status: 401;
3497
3497
  input: {
3498
3498
  param: {
3499
3499
  orgId: string;
@@ -3506,14 +3506,14 @@ export declare function management(options?: management.Options): import("hono/h
3506
3506
  } | {
3507
3507
  output: {
3508
3508
  error: {
3509
- code: "api_key_invalid" | "api_key_missing";
3509
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
3510
3510
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3511
3511
  message: string;
3512
3512
  };
3513
3513
  requestId: string;
3514
3514
  };
3515
3515
  outputFormat: "json";
3516
- status: 401;
3516
+ status: 403;
3517
3517
  input: {
3518
3518
  param: {
3519
3519
  orgId: string;
@@ -3526,14 +3526,14 @@ export declare function management(options?: management.Options): import("hono/h
3526
3526
  } | {
3527
3527
  output: {
3528
3528
  error: {
3529
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3529
+ code: "payment_required" | "rate_limit_exceeded";
3530
3530
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3531
3531
  message: string;
3532
3532
  };
3533
3533
  requestId: string;
3534
3534
  };
3535
3535
  outputFormat: "json";
3536
- status: 403;
3536
+ status: 429;
3537
3537
  input: {
3538
3538
  param: {
3539
3539
  orgId: string;
@@ -3546,14 +3546,14 @@ export declare function management(options?: management.Options): import("hono/h
3546
3546
  } | {
3547
3547
  output: {
3548
3548
  error: {
3549
- code: "payment_required" | "rate_limit_exceeded";
3549
+ code: "upstream_error";
3550
3550
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3551
3551
  message: string;
3552
3552
  };
3553
3553
  requestId: string;
3554
3554
  };
3555
3555
  outputFormat: "json";
3556
- status: 429;
3556
+ status: 502;
3557
3557
  input: {
3558
3558
  param: {
3559
3559
  orgId: string;
@@ -3649,14 +3649,14 @@ export declare function management(options?: management.Options): import("hono/h
3649
3649
  $delete: {
3650
3650
  output: {
3651
3651
  error: {
3652
- code: "upstream_error";
3652
+ code: "api_key_malformed";
3653
3653
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3654
3654
  message: string;
3655
3655
  };
3656
3656
  requestId: string;
3657
3657
  };
3658
3658
  outputFormat: "json";
3659
- status: 502;
3659
+ status: 400;
3660
3660
  input: {
3661
3661
  param: {
3662
3662
  orgId: string;
@@ -3665,14 +3665,14 @@ export declare function management(options?: management.Options): import("hono/h
3665
3665
  } | {
3666
3666
  output: {
3667
3667
  error: {
3668
- code: "api_key_malformed";
3668
+ code: "api_key_invalid" | "api_key_missing";
3669
3669
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3670
3670
  message: string;
3671
3671
  };
3672
3672
  requestId: string;
3673
3673
  };
3674
3674
  outputFormat: "json";
3675
- status: 400;
3675
+ status: 401;
3676
3676
  input: {
3677
3677
  param: {
3678
3678
  orgId: string;
@@ -3681,14 +3681,14 @@ export declare function management(options?: management.Options): import("hono/h
3681
3681
  } | {
3682
3682
  output: {
3683
3683
  error: {
3684
- code: "api_key_invalid" | "api_key_missing";
3684
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
3685
3685
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3686
3686
  message: string;
3687
3687
  };
3688
3688
  requestId: string;
3689
3689
  };
3690
3690
  outputFormat: "json";
3691
- status: 401;
3691
+ status: 403;
3692
3692
  input: {
3693
3693
  param: {
3694
3694
  orgId: string;
@@ -3697,14 +3697,14 @@ export declare function management(options?: management.Options): import("hono/h
3697
3697
  } | {
3698
3698
  output: {
3699
3699
  error: {
3700
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3700
+ code: "payment_required" | "rate_limit_exceeded";
3701
3701
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3702
3702
  message: string;
3703
3703
  };
3704
3704
  requestId: string;
3705
3705
  };
3706
3706
  outputFormat: "json";
3707
- status: 403;
3707
+ status: 429;
3708
3708
  input: {
3709
3709
  param: {
3710
3710
  orgId: string;
@@ -3713,14 +3713,14 @@ export declare function management(options?: management.Options): import("hono/h
3713
3713
  } | {
3714
3714
  output: {
3715
3715
  error: {
3716
- code: "payment_required" | "rate_limit_exceeded";
3716
+ code: "upstream_error";
3717
3717
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3718
3718
  message: string;
3719
3719
  };
3720
3720
  requestId: string;
3721
3721
  };
3722
3722
  outputFormat: "json";
3723
- status: 429;
3723
+ status: 502;
3724
3724
  input: {
3725
3725
  param: {
3726
3726
  orgId: string;
@@ -3792,14 +3792,14 @@ export declare function management(options?: management.Options): import("hono/h
3792
3792
  $get: {
3793
3793
  output: {
3794
3794
  error: {
3795
- code: "upstream_error";
3795
+ code: "api_key_malformed";
3796
3796
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3797
3797
  message: string;
3798
3798
  };
3799
3799
  requestId: string;
3800
3800
  };
3801
3801
  outputFormat: "json";
3802
- status: 502;
3802
+ status: 400;
3803
3803
  input: {
3804
3804
  param: {
3805
3805
  orgId: string;
@@ -3808,14 +3808,14 @@ export declare function management(options?: management.Options): import("hono/h
3808
3808
  } | {
3809
3809
  output: {
3810
3810
  error: {
3811
- code: "api_key_malformed";
3811
+ code: "api_key_invalid" | "api_key_missing";
3812
3812
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3813
3813
  message: string;
3814
3814
  };
3815
3815
  requestId: string;
3816
3816
  };
3817
3817
  outputFormat: "json";
3818
- status: 400;
3818
+ status: 401;
3819
3819
  input: {
3820
3820
  param: {
3821
3821
  orgId: string;
@@ -3824,14 +3824,14 @@ export declare function management(options?: management.Options): import("hono/h
3824
3824
  } | {
3825
3825
  output: {
3826
3826
  error: {
3827
- code: "api_key_invalid" | "api_key_missing";
3827
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
3828
3828
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3829
3829
  message: string;
3830
3830
  };
3831
3831
  requestId: string;
3832
3832
  };
3833
3833
  outputFormat: "json";
3834
- status: 401;
3834
+ status: 403;
3835
3835
  input: {
3836
3836
  param: {
3837
3837
  orgId: string;
@@ -3840,14 +3840,14 @@ export declare function management(options?: management.Options): import("hono/h
3840
3840
  } | {
3841
3841
  output: {
3842
3842
  error: {
3843
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3843
+ code: "payment_required" | "rate_limit_exceeded";
3844
3844
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3845
3845
  message: string;
3846
3846
  };
3847
3847
  requestId: string;
3848
3848
  };
3849
3849
  outputFormat: "json";
3850
- status: 403;
3850
+ status: 429;
3851
3851
  input: {
3852
3852
  param: {
3853
3853
  orgId: string;
@@ -3856,14 +3856,14 @@ export declare function management(options?: management.Options): import("hono/h
3856
3856
  } | {
3857
3857
  output: {
3858
3858
  error: {
3859
- code: "payment_required" | "rate_limit_exceeded";
3859
+ code: "upstream_error";
3860
3860
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3861
3861
  message: string;
3862
3862
  };
3863
3863
  requestId: string;
3864
3864
  };
3865
3865
  outputFormat: "json";
3866
- status: 429;
3866
+ status: 502;
3867
3867
  input: {
3868
3868
  param: {
3869
3869
  orgId: string;
@@ -3926,14 +3926,14 @@ export declare function management(options?: management.Options): import("hono/h
3926
3926
  $post: {
3927
3927
  output: {
3928
3928
  error: {
3929
- code: "upstream_error";
3929
+ code: "api_key_malformed";
3930
3930
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3931
3931
  message: string;
3932
3932
  };
3933
3933
  requestId: string;
3934
3934
  };
3935
3935
  outputFormat: "json";
3936
- status: 502;
3936
+ status: 400;
3937
3937
  input: {
3938
3938
  param: {
3939
3939
  orgId: string;
@@ -3946,14 +3946,14 @@ export declare function management(options?: management.Options): import("hono/h
3946
3946
  } | {
3947
3947
  output: {
3948
3948
  error: {
3949
- code: "api_key_malformed";
3949
+ code: "api_key_invalid" | "api_key_missing";
3950
3950
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3951
3951
  message: string;
3952
3952
  };
3953
3953
  requestId: string;
3954
3954
  };
3955
3955
  outputFormat: "json";
3956
- status: 400;
3956
+ status: 401;
3957
3957
  input: {
3958
3958
  param: {
3959
3959
  orgId: string;
@@ -3966,14 +3966,14 @@ export declare function management(options?: management.Options): import("hono/h
3966
3966
  } | {
3967
3967
  output: {
3968
3968
  error: {
3969
- code: "api_key_invalid" | "api_key_missing";
3969
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
3970
3970
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3971
3971
  message: string;
3972
3972
  };
3973
3973
  requestId: string;
3974
3974
  };
3975
3975
  outputFormat: "json";
3976
- status: 401;
3976
+ status: 403;
3977
3977
  input: {
3978
3978
  param: {
3979
3979
  orgId: string;
@@ -3986,14 +3986,14 @@ export declare function management(options?: management.Options): import("hono/h
3986
3986
  } | {
3987
3987
  output: {
3988
3988
  error: {
3989
- code: "api_key_forbidden" | "api_key_ip_forbidden";
3989
+ code: "payment_required" | "rate_limit_exceeded";
3990
3990
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
3991
3991
  message: string;
3992
3992
  };
3993
3993
  requestId: string;
3994
3994
  };
3995
3995
  outputFormat: "json";
3996
- status: 403;
3996
+ status: 429;
3997
3997
  input: {
3998
3998
  param: {
3999
3999
  orgId: string;
@@ -4006,14 +4006,14 @@ export declare function management(options?: management.Options): import("hono/h
4006
4006
  } | {
4007
4007
  output: {
4008
4008
  error: {
4009
- code: "payment_required" | "rate_limit_exceeded";
4009
+ code: "upstream_error";
4010
4010
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4011
4011
  message: string;
4012
4012
  };
4013
4013
  requestId: string;
4014
4014
  };
4015
4015
  outputFormat: "json";
4016
- status: 429;
4016
+ status: 502;
4017
4017
  input: {
4018
4018
  param: {
4019
4019
  orgId: string;
@@ -4233,14 +4233,14 @@ export declare function management(options?: management.Options): import("hono/h
4233
4233
  $patch: {
4234
4234
  output: {
4235
4235
  error: {
4236
- code: "upstream_error";
4236
+ code: "api_key_malformed";
4237
4237
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4238
4238
  message: string;
4239
4239
  };
4240
4240
  requestId: string;
4241
4241
  };
4242
4242
  outputFormat: "json";
4243
- status: 502;
4243
+ status: 400;
4244
4244
  input: {
4245
4245
  param: {
4246
4246
  orgId: string;
@@ -4254,14 +4254,14 @@ export declare function management(options?: management.Options): import("hono/h
4254
4254
  } | {
4255
4255
  output: {
4256
4256
  error: {
4257
- code: "api_key_malformed";
4257
+ code: "api_key_invalid" | "api_key_missing";
4258
4258
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4259
4259
  message: string;
4260
4260
  };
4261
4261
  requestId: string;
4262
4262
  };
4263
4263
  outputFormat: "json";
4264
- status: 400;
4264
+ status: 401;
4265
4265
  input: {
4266
4266
  param: {
4267
4267
  orgId: string;
@@ -4275,14 +4275,14 @@ export declare function management(options?: management.Options): import("hono/h
4275
4275
  } | {
4276
4276
  output: {
4277
4277
  error: {
4278
- code: "api_key_invalid" | "api_key_missing";
4278
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
4279
4279
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4280
4280
  message: string;
4281
4281
  };
4282
4282
  requestId: string;
4283
4283
  };
4284
4284
  outputFormat: "json";
4285
- status: 401;
4285
+ status: 403;
4286
4286
  input: {
4287
4287
  param: {
4288
4288
  orgId: string;
@@ -4296,14 +4296,14 @@ export declare function management(options?: management.Options): import("hono/h
4296
4296
  } | {
4297
4297
  output: {
4298
4298
  error: {
4299
- code: "api_key_forbidden" | "api_key_ip_forbidden";
4299
+ code: "payment_required" | "rate_limit_exceeded";
4300
4300
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4301
4301
  message: string;
4302
4302
  };
4303
4303
  requestId: string;
4304
4304
  };
4305
4305
  outputFormat: "json";
4306
- status: 403;
4306
+ status: 429;
4307
4307
  input: {
4308
4308
  param: {
4309
4309
  orgId: string;
@@ -4317,14 +4317,14 @@ export declare function management(options?: management.Options): import("hono/h
4317
4317
  } | {
4318
4318
  output: {
4319
4319
  error: {
4320
- code: "payment_required" | "rate_limit_exceeded";
4320
+ code: "upstream_error";
4321
4321
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4322
4322
  message: string;
4323
4323
  };
4324
4324
  requestId: string;
4325
4325
  };
4326
4326
  outputFormat: "json";
4327
- status: 429;
4327
+ status: 502;
4328
4328
  input: {
4329
4329
  param: {
4330
4330
  orgId: string;
@@ -4426,14 +4426,14 @@ export declare function management(options?: management.Options): import("hono/h
4426
4426
  $delete: {
4427
4427
  output: {
4428
4428
  error: {
4429
- code: "upstream_error";
4429
+ code: "api_key_malformed";
4430
4430
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4431
4431
  message: string;
4432
4432
  };
4433
4433
  requestId: string;
4434
4434
  };
4435
4435
  outputFormat: "json";
4436
- status: 502;
4436
+ status: 400;
4437
4437
  input: {
4438
4438
  param: {
4439
4439
  orgId: string;
@@ -4443,14 +4443,14 @@ export declare function management(options?: management.Options): import("hono/h
4443
4443
  } | {
4444
4444
  output: {
4445
4445
  error: {
4446
- code: "api_key_malformed";
4446
+ code: "api_key_invalid" | "api_key_missing";
4447
4447
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4448
4448
  message: string;
4449
4449
  };
4450
4450
  requestId: string;
4451
4451
  };
4452
4452
  outputFormat: "json";
4453
- status: 400;
4453
+ status: 401;
4454
4454
  input: {
4455
4455
  param: {
4456
4456
  orgId: string;
@@ -4460,14 +4460,14 @@ export declare function management(options?: management.Options): import("hono/h
4460
4460
  } | {
4461
4461
  output: {
4462
4462
  error: {
4463
- code: "api_key_invalid" | "api_key_missing";
4463
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
4464
4464
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4465
4465
  message: string;
4466
4466
  };
4467
4467
  requestId: string;
4468
4468
  };
4469
4469
  outputFormat: "json";
4470
- status: 401;
4470
+ status: 403;
4471
4471
  input: {
4472
4472
  param: {
4473
4473
  orgId: string;
@@ -4477,14 +4477,14 @@ export declare function management(options?: management.Options): import("hono/h
4477
4477
  } | {
4478
4478
  output: {
4479
4479
  error: {
4480
- code: "api_key_forbidden" | "api_key_ip_forbidden";
4480
+ code: "payment_required" | "rate_limit_exceeded";
4481
4481
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4482
4482
  message: string;
4483
4483
  };
4484
4484
  requestId: string;
4485
4485
  };
4486
4486
  outputFormat: "json";
4487
- status: 403;
4487
+ status: 429;
4488
4488
  input: {
4489
4489
  param: {
4490
4490
  orgId: string;
@@ -4494,14 +4494,14 @@ export declare function management(options?: management.Options): import("hono/h
4494
4494
  } | {
4495
4495
  output: {
4496
4496
  error: {
4497
- code: "payment_required" | "rate_limit_exceeded";
4497
+ code: "upstream_error";
4498
4498
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4499
4499
  message: string;
4500
4500
  };
4501
4501
  requestId: string;
4502
4502
  };
4503
4503
  outputFormat: "json";
4504
- status: 429;
4504
+ status: 502;
4505
4505
  input: {
4506
4506
  param: {
4507
4507
  orgId: string;
@@ -4561,14 +4561,14 @@ export declare function management(options?: management.Options): import("hono/h
4561
4561
  $post: {
4562
4562
  output: {
4563
4563
  error: {
4564
- code: "upstream_error";
4564
+ code: "api_key_malformed";
4565
4565
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4566
4566
  message: string;
4567
4567
  };
4568
4568
  requestId: string;
4569
4569
  };
4570
4570
  outputFormat: "json";
4571
- status: 502;
4571
+ status: 400;
4572
4572
  input: {
4573
4573
  param: {
4574
4574
  orgId: string;
@@ -4582,14 +4582,14 @@ export declare function management(options?: management.Options): import("hono/h
4582
4582
  } | {
4583
4583
  output: {
4584
4584
  error: {
4585
- code: "api_key_malformed";
4585
+ code: "api_key_invalid" | "api_key_missing";
4586
4586
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4587
4587
  message: string;
4588
4588
  };
4589
4589
  requestId: string;
4590
4590
  };
4591
4591
  outputFormat: "json";
4592
- status: 400;
4592
+ status: 401;
4593
4593
  input: {
4594
4594
  param: {
4595
4595
  orgId: string;
@@ -4603,14 +4603,14 @@ export declare function management(options?: management.Options): import("hono/h
4603
4603
  } | {
4604
4604
  output: {
4605
4605
  error: {
4606
- code: "api_key_invalid" | "api_key_missing";
4606
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
4607
4607
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4608
4608
  message: string;
4609
4609
  };
4610
4610
  requestId: string;
4611
4611
  };
4612
4612
  outputFormat: "json";
4613
- status: 401;
4613
+ status: 403;
4614
4614
  input: {
4615
4615
  param: {
4616
4616
  orgId: string;
@@ -4624,14 +4624,14 @@ export declare function management(options?: management.Options): import("hono/h
4624
4624
  } | {
4625
4625
  output: {
4626
4626
  error: {
4627
- code: "api_key_forbidden" | "api_key_ip_forbidden";
4627
+ code: "payment_required" | "rate_limit_exceeded";
4628
4628
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4629
4629
  message: string;
4630
4630
  };
4631
4631
  requestId: string;
4632
4632
  };
4633
4633
  outputFormat: "json";
4634
- status: 403;
4634
+ status: 429;
4635
4635
  input: {
4636
4636
  param: {
4637
4637
  orgId: string;
@@ -4645,14 +4645,14 @@ export declare function management(options?: management.Options): import("hono/h
4645
4645
  } | {
4646
4646
  output: {
4647
4647
  error: {
4648
- code: "payment_required" | "rate_limit_exceeded";
4648
+ code: "upstream_error";
4649
4649
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4650
4650
  message: string;
4651
4651
  };
4652
4652
  requestId: string;
4653
4653
  };
4654
4654
  outputFormat: "json";
4655
- status: 429;
4655
+ status: 502;
4656
4656
  input: {
4657
4657
  param: {
4658
4658
  orgId: string;
@@ -4776,14 +4776,14 @@ export declare function management(options?: management.Options): import("hono/h
4776
4776
  $get: {
4777
4777
  output: {
4778
4778
  error: {
4779
- code: "upstream_error";
4779
+ code: "api_key_malformed";
4780
4780
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4781
4781
  message: string;
4782
4782
  };
4783
4783
  requestId: string;
4784
4784
  };
4785
4785
  outputFormat: "json";
4786
- status: 502;
4786
+ status: 400;
4787
4787
  input: {
4788
4788
  param: {
4789
4789
  orgId: string;
@@ -4792,14 +4792,14 @@ export declare function management(options?: management.Options): import("hono/h
4792
4792
  } | {
4793
4793
  output: {
4794
4794
  error: {
4795
- code: "api_key_malformed";
4795
+ code: "api_key_invalid" | "api_key_missing";
4796
4796
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4797
4797
  message: string;
4798
4798
  };
4799
4799
  requestId: string;
4800
4800
  };
4801
4801
  outputFormat: "json";
4802
- status: 400;
4802
+ status: 401;
4803
4803
  input: {
4804
4804
  param: {
4805
4805
  orgId: string;
@@ -4808,14 +4808,14 @@ export declare function management(options?: management.Options): import("hono/h
4808
4808
  } | {
4809
4809
  output: {
4810
4810
  error: {
4811
- code: "api_key_invalid" | "api_key_missing";
4811
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
4812
4812
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4813
4813
  message: string;
4814
4814
  };
4815
4815
  requestId: string;
4816
4816
  };
4817
4817
  outputFormat: "json";
4818
- status: 401;
4818
+ status: 403;
4819
4819
  input: {
4820
4820
  param: {
4821
4821
  orgId: string;
@@ -4824,14 +4824,14 @@ export declare function management(options?: management.Options): import("hono/h
4824
4824
  } | {
4825
4825
  output: {
4826
4826
  error: {
4827
- code: "api_key_forbidden" | "api_key_ip_forbidden";
4827
+ code: "payment_required" | "rate_limit_exceeded";
4828
4828
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4829
4829
  message: string;
4830
4830
  };
4831
4831
  requestId: string;
4832
4832
  };
4833
4833
  outputFormat: "json";
4834
- status: 403;
4834
+ status: 429;
4835
4835
  input: {
4836
4836
  param: {
4837
4837
  orgId: string;
@@ -4840,14 +4840,14 @@ export declare function management(options?: management.Options): import("hono/h
4840
4840
  } | {
4841
4841
  output: {
4842
4842
  error: {
4843
- code: "payment_required" | "rate_limit_exceeded";
4843
+ code: "upstream_error";
4844
4844
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4845
4845
  message: string;
4846
4846
  };
4847
4847
  requestId: string;
4848
4848
  };
4849
4849
  outputFormat: "json";
4850
- status: 429;
4850
+ status: 502;
4851
4851
  input: {
4852
4852
  param: {
4853
4853
  orgId: string;
@@ -4911,14 +4911,14 @@ export declare function management(options?: management.Options): import("hono/h
4911
4911
  $delete: {
4912
4912
  output: {
4913
4913
  error: {
4914
- code: "upstream_error";
4914
+ code: "api_key_malformed";
4915
4915
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4916
4916
  message: string;
4917
4917
  };
4918
4918
  requestId: string;
4919
4919
  };
4920
4920
  outputFormat: "json";
4921
- status: 502;
4921
+ status: 400;
4922
4922
  input: {
4923
4923
  param: {
4924
4924
  invitationId: string;
@@ -4928,14 +4928,14 @@ export declare function management(options?: management.Options): import("hono/h
4928
4928
  } | {
4929
4929
  output: {
4930
4930
  error: {
4931
- code: "api_key_malformed";
4931
+ code: "api_key_invalid" | "api_key_missing";
4932
4932
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4933
4933
  message: string;
4934
4934
  };
4935
4935
  requestId: string;
4936
4936
  };
4937
4937
  outputFormat: "json";
4938
- status: 400;
4938
+ status: 401;
4939
4939
  input: {
4940
4940
  param: {
4941
4941
  invitationId: string;
@@ -4945,14 +4945,14 @@ export declare function management(options?: management.Options): import("hono/h
4945
4945
  } | {
4946
4946
  output: {
4947
4947
  error: {
4948
- code: "api_key_invalid" | "api_key_missing";
4948
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
4949
4949
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4950
4950
  message: string;
4951
4951
  };
4952
4952
  requestId: string;
4953
4953
  };
4954
4954
  outputFormat: "json";
4955
- status: 401;
4955
+ status: 403;
4956
4956
  input: {
4957
4957
  param: {
4958
4958
  invitationId: string;
@@ -4962,14 +4962,14 @@ export declare function management(options?: management.Options): import("hono/h
4962
4962
  } | {
4963
4963
  output: {
4964
4964
  error: {
4965
- code: "api_key_forbidden" | "api_key_ip_forbidden";
4965
+ code: "payment_required" | "rate_limit_exceeded";
4966
4966
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4967
4967
  message: string;
4968
4968
  };
4969
4969
  requestId: string;
4970
4970
  };
4971
4971
  outputFormat: "json";
4972
- status: 403;
4972
+ status: 429;
4973
4973
  input: {
4974
4974
  param: {
4975
4975
  invitationId: string;
@@ -4979,14 +4979,14 @@ export declare function management(options?: management.Options): import("hono/h
4979
4979
  } | {
4980
4980
  output: {
4981
4981
  error: {
4982
- code: "payment_required" | "rate_limit_exceeded";
4982
+ code: "upstream_error";
4983
4983
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
4984
4984
  message: string;
4985
4985
  };
4986
4986
  requestId: string;
4987
4987
  };
4988
4988
  outputFormat: "json";
4989
- status: 429;
4989
+ status: 502;
4990
4990
  input: {
4991
4991
  param: {
4992
4992
  invitationId: string;
@@ -5063,38 +5063,38 @@ export declare function management(options?: management.Options): import("hono/h
5063
5063
  $get: {
5064
5064
  output: {
5065
5065
  error: {
5066
- code: "upstream_error";
5066
+ code: "api_key_malformed";
5067
5067
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5068
5068
  message: string;
5069
5069
  };
5070
5070
  requestId: string;
5071
5071
  };
5072
5072
  outputFormat: "json";
5073
- status: 502;
5073
+ status: 400;
5074
5074
  input: {};
5075
5075
  } | {
5076
5076
  output: {
5077
5077
  error: {
5078
- code: "api_key_malformed";
5078
+ code: "api_key_invalid" | "api_key_missing";
5079
5079
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5080
5080
  message: string;
5081
5081
  };
5082
5082
  requestId: string;
5083
5083
  };
5084
5084
  outputFormat: "json";
5085
- status: 400;
5085
+ status: 401;
5086
5086
  input: {};
5087
5087
  } | {
5088
5088
  output: {
5089
5089
  error: {
5090
- code: "api_key_invalid" | "api_key_missing";
5090
+ code: "upstream_error";
5091
5091
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5092
5092
  message: string;
5093
5093
  };
5094
5094
  requestId: string;
5095
5095
  };
5096
5096
  outputFormat: "json";
5097
- status: 401;
5097
+ status: 502;
5098
5098
  input: {};
5099
5099
  } | {
5100
5100
  output: {
@@ -5131,14 +5131,14 @@ export declare function management(options?: management.Options): import("hono/h
5131
5131
  $post: {
5132
5132
  output: {
5133
5133
  error: {
5134
- code: "upstream_error";
5134
+ code: "api_key_malformed";
5135
5135
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5136
5136
  message: string;
5137
5137
  };
5138
5138
  requestId: string;
5139
5139
  };
5140
5140
  outputFormat: "json";
5141
- status: 502;
5141
+ status: 400;
5142
5142
  input: {
5143
5143
  param: {
5144
5144
  invitationId: string;
@@ -5147,14 +5147,14 @@ export declare function management(options?: management.Options): import("hono/h
5147
5147
  } | {
5148
5148
  output: {
5149
5149
  error: {
5150
- code: "api_key_malformed";
5150
+ code: "api_key_invalid" | "api_key_missing";
5151
5151
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5152
5152
  message: string;
5153
5153
  };
5154
5154
  requestId: string;
5155
5155
  };
5156
5156
  outputFormat: "json";
5157
- status: 400;
5157
+ status: 401;
5158
5158
  input: {
5159
5159
  param: {
5160
5160
  invitationId: string;
@@ -5163,14 +5163,14 @@ export declare function management(options?: management.Options): import("hono/h
5163
5163
  } | {
5164
5164
  output: {
5165
5165
  error: {
5166
- code: "api_key_invalid" | "api_key_missing";
5166
+ code: "upstream_error";
5167
5167
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5168
5168
  message: string;
5169
5169
  };
5170
5170
  requestId: string;
5171
5171
  };
5172
5172
  outputFormat: "json";
5173
- status: 401;
5173
+ status: 502;
5174
5174
  input: {
5175
5175
  param: {
5176
5176
  invitationId: string;
@@ -5244,14 +5244,14 @@ export declare function management(options?: management.Options): import("hono/h
5244
5244
  $post: {
5245
5245
  output: {
5246
5246
  error: {
5247
- code: "upstream_error";
5247
+ code: "api_key_malformed";
5248
5248
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5249
5249
  message: string;
5250
5250
  };
5251
5251
  requestId: string;
5252
5252
  };
5253
5253
  outputFormat: "json";
5254
- status: 502;
5254
+ status: 400;
5255
5255
  input: {
5256
5256
  param: {
5257
5257
  invitationId: string;
@@ -5260,14 +5260,14 @@ export declare function management(options?: management.Options): import("hono/h
5260
5260
  } | {
5261
5261
  output: {
5262
5262
  error: {
5263
- code: "api_key_malformed";
5263
+ code: "api_key_invalid" | "api_key_missing";
5264
5264
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5265
5265
  message: string;
5266
5266
  };
5267
5267
  requestId: string;
5268
5268
  };
5269
5269
  outputFormat: "json";
5270
- status: 400;
5270
+ status: 401;
5271
5271
  input: {
5272
5272
  param: {
5273
5273
  invitationId: string;
@@ -5276,14 +5276,14 @@ export declare function management(options?: management.Options): import("hono/h
5276
5276
  } | {
5277
5277
  output: {
5278
5278
  error: {
5279
- code: "api_key_invalid" | "api_key_missing";
5279
+ code: "upstream_error";
5280
5280
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5281
5281
  message: string;
5282
5282
  };
5283
5283
  requestId: string;
5284
5284
  };
5285
5285
  outputFormat: "json";
5286
- status: 401;
5286
+ status: 502;
5287
5287
  input: {
5288
5288
  param: {
5289
5289
  invitationId: string;
@@ -5355,14 +5355,14 @@ export declare function management(options?: management.Options): import("hono/h
5355
5355
  $get: {
5356
5356
  output: {
5357
5357
  error: {
5358
- code: "upstream_error";
5358
+ code: "api_key_malformed";
5359
5359
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5360
5360
  message: string;
5361
5361
  };
5362
5362
  requestId: string;
5363
5363
  };
5364
5364
  outputFormat: "json";
5365
- status: 502;
5365
+ status: 400;
5366
5366
  input: {
5367
5367
  param: {
5368
5368
  orgId: string;
@@ -5375,14 +5375,14 @@ export declare function management(options?: management.Options): import("hono/h
5375
5375
  } | {
5376
5376
  output: {
5377
5377
  error: {
5378
- code: "api_key_malformed";
5378
+ code: "api_key_invalid" | "api_key_missing";
5379
5379
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5380
5380
  message: string;
5381
5381
  };
5382
5382
  requestId: string;
5383
5383
  };
5384
5384
  outputFormat: "json";
5385
- status: 400;
5385
+ status: 401;
5386
5386
  input: {
5387
5387
  param: {
5388
5388
  orgId: string;
@@ -5395,14 +5395,14 @@ export declare function management(options?: management.Options): import("hono/h
5395
5395
  } | {
5396
5396
  output: {
5397
5397
  error: {
5398
- code: "api_key_invalid" | "api_key_missing";
5398
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
5399
5399
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5400
5400
  message: string;
5401
5401
  };
5402
5402
  requestId: string;
5403
5403
  };
5404
5404
  outputFormat: "json";
5405
- status: 401;
5405
+ status: 403;
5406
5406
  input: {
5407
5407
  param: {
5408
5408
  orgId: string;
@@ -5415,14 +5415,14 @@ export declare function management(options?: management.Options): import("hono/h
5415
5415
  } | {
5416
5416
  output: {
5417
5417
  error: {
5418
- code: "api_key_forbidden" | "api_key_ip_forbidden";
5418
+ code: "payment_required" | "rate_limit_exceeded";
5419
5419
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5420
5420
  message: string;
5421
5421
  };
5422
5422
  requestId: string;
5423
5423
  };
5424
5424
  outputFormat: "json";
5425
- status: 403;
5425
+ status: 429;
5426
5426
  input: {
5427
5427
  param: {
5428
5428
  orgId: string;
@@ -5435,14 +5435,14 @@ export declare function management(options?: management.Options): import("hono/h
5435
5435
  } | {
5436
5436
  output: {
5437
5437
  error: {
5438
- code: "payment_required" | "rate_limit_exceeded";
5438
+ code: "query_invalid";
5439
5439
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5440
5440
  message: string;
5441
5441
  };
5442
5442
  requestId: string;
5443
5443
  };
5444
5444
  outputFormat: "json";
5445
- status: 429;
5445
+ status: 400;
5446
5446
  input: {
5447
5447
  param: {
5448
5448
  orgId: string;
@@ -5455,14 +5455,14 @@ export declare function management(options?: management.Options): import("hono/h
5455
5455
  } | {
5456
5456
  output: {
5457
5457
  error: {
5458
- code: "query_invalid";
5458
+ code: "upstream_error";
5459
5459
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5460
5460
  message: string;
5461
5461
  };
5462
5462
  requestId: string;
5463
5463
  };
5464
5464
  outputFormat: "json";
5465
- status: 400;
5465
+ status: 502;
5466
5466
  input: {
5467
5467
  param: {
5468
5468
  orgId: string;
@@ -5550,14 +5550,14 @@ export declare function management(options?: management.Options): import("hono/h
5550
5550
  $patch: {
5551
5551
  output: {
5552
5552
  error: {
5553
- code: "upstream_error";
5553
+ code: "api_key_malformed";
5554
5554
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5555
5555
  message: string;
5556
5556
  };
5557
5557
  requestId: string;
5558
5558
  };
5559
5559
  outputFormat: "json";
5560
- status: 502;
5560
+ status: 400;
5561
5561
  input: {
5562
5562
  param: {
5563
5563
  orgId: string;
@@ -5582,14 +5582,14 @@ export declare function management(options?: management.Options): import("hono/h
5582
5582
  } | {
5583
5583
  output: {
5584
5584
  error: {
5585
- code: "api_key_malformed";
5585
+ code: "api_key_invalid" | "api_key_missing";
5586
5586
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5587
5587
  message: string;
5588
5588
  };
5589
5589
  requestId: string;
5590
5590
  };
5591
5591
  outputFormat: "json";
5592
- status: 400;
5592
+ status: 401;
5593
5593
  input: {
5594
5594
  param: {
5595
5595
  orgId: string;
@@ -5614,14 +5614,14 @@ export declare function management(options?: management.Options): import("hono/h
5614
5614
  } | {
5615
5615
  output: {
5616
5616
  error: {
5617
- code: "api_key_invalid" | "api_key_missing";
5617
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
5618
5618
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5619
5619
  message: string;
5620
5620
  };
5621
5621
  requestId: string;
5622
5622
  };
5623
5623
  outputFormat: "json";
5624
- status: 401;
5624
+ status: 403;
5625
5625
  input: {
5626
5626
  param: {
5627
5627
  orgId: string;
@@ -5646,14 +5646,14 @@ export declare function management(options?: management.Options): import("hono/h
5646
5646
  } | {
5647
5647
  output: {
5648
5648
  error: {
5649
- code: "api_key_forbidden" | "api_key_ip_forbidden";
5649
+ code: "payment_required" | "rate_limit_exceeded";
5650
5650
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5651
5651
  message: string;
5652
5652
  };
5653
5653
  requestId: string;
5654
5654
  };
5655
5655
  outputFormat: "json";
5656
- status: 403;
5656
+ status: 429;
5657
5657
  input: {
5658
5658
  param: {
5659
5659
  orgId: string;
@@ -5678,14 +5678,14 @@ export declare function management(options?: management.Options): import("hono/h
5678
5678
  } | {
5679
5679
  output: {
5680
5680
  error: {
5681
- code: "payment_required" | "rate_limit_exceeded";
5681
+ code: "query_invalid";
5682
5682
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5683
5683
  message: string;
5684
5684
  };
5685
5685
  requestId: string;
5686
5686
  };
5687
5687
  outputFormat: "json";
5688
- status: 429;
5688
+ status: 400;
5689
5689
  input: {
5690
5690
  param: {
5691
5691
  orgId: string;
@@ -5710,14 +5710,14 @@ export declare function management(options?: management.Options): import("hono/h
5710
5710
  } | {
5711
5711
  output: {
5712
5712
  error: {
5713
- code: "query_invalid";
5713
+ code: "upstream_error";
5714
5714
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5715
5715
  message: string;
5716
5716
  };
5717
5717
  requestId: string;
5718
5718
  };
5719
5719
  outputFormat: "json";
5720
- status: 400;
5720
+ status: 502;
5721
5721
  input: {
5722
5722
  param: {
5723
5723
  orgId: string;
@@ -5885,14 +5885,14 @@ export declare function management(options?: management.Options): import("hono/h
5885
5885
  $post: {
5886
5886
  output: {
5887
5887
  error: {
5888
- code: "upstream_error";
5888
+ code: "api_key_malformed";
5889
5889
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5890
5890
  message: string;
5891
5891
  };
5892
5892
  requestId: string;
5893
5893
  };
5894
5894
  outputFormat: "json";
5895
- status: 502;
5895
+ status: 400;
5896
5896
  input: {
5897
5897
  param: {
5898
5898
  orgId: string;
@@ -5905,14 +5905,14 @@ export declare function management(options?: management.Options): import("hono/h
5905
5905
  } | {
5906
5906
  output: {
5907
5907
  error: {
5908
- code: "api_key_malformed";
5908
+ code: "api_key_invalid" | "api_key_missing";
5909
5909
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5910
5910
  message: string;
5911
5911
  };
5912
5912
  requestId: string;
5913
5913
  };
5914
5914
  outputFormat: "json";
5915
- status: 400;
5915
+ status: 401;
5916
5916
  input: {
5917
5917
  param: {
5918
5918
  orgId: string;
@@ -5925,14 +5925,14 @@ export declare function management(options?: management.Options): import("hono/h
5925
5925
  } | {
5926
5926
  output: {
5927
5927
  error: {
5928
- code: "api_key_invalid" | "api_key_missing";
5928
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
5929
5929
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5930
5930
  message: string;
5931
5931
  };
5932
5932
  requestId: string;
5933
5933
  };
5934
5934
  outputFormat: "json";
5935
- status: 401;
5935
+ status: 403;
5936
5936
  input: {
5937
5937
  param: {
5938
5938
  orgId: string;
@@ -5945,14 +5945,14 @@ export declare function management(options?: management.Options): import("hono/h
5945
5945
  } | {
5946
5946
  output: {
5947
5947
  error: {
5948
- code: "api_key_forbidden" | "api_key_ip_forbidden";
5948
+ code: "payment_required" | "rate_limit_exceeded";
5949
5949
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5950
5950
  message: string;
5951
5951
  };
5952
5952
  requestId: string;
5953
5953
  };
5954
5954
  outputFormat: "json";
5955
- status: 403;
5955
+ status: 429;
5956
5956
  input: {
5957
5957
  param: {
5958
5958
  orgId: string;
@@ -5965,14 +5965,14 @@ export declare function management(options?: management.Options): import("hono/h
5965
5965
  } | {
5966
5966
  output: {
5967
5967
  error: {
5968
- code: "payment_required" | "rate_limit_exceeded";
5968
+ code: "query_invalid";
5969
5969
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5970
5970
  message: string;
5971
5971
  };
5972
5972
  requestId: string;
5973
5973
  };
5974
5974
  outputFormat: "json";
5975
- status: 429;
5975
+ status: 400;
5976
5976
  input: {
5977
5977
  param: {
5978
5978
  orgId: string;
@@ -5985,14 +5985,14 @@ export declare function management(options?: management.Options): import("hono/h
5985
5985
  } | {
5986
5986
  output: {
5987
5987
  error: {
5988
- code: "query_invalid";
5988
+ code: "upstream_error";
5989
5989
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
5990
5990
  message: string;
5991
5991
  };
5992
5992
  requestId: string;
5993
5993
  };
5994
5994
  outputFormat: "json";
5995
- status: 400;
5995
+ status: 502;
5996
5996
  input: {
5997
5997
  param: {
5998
5998
  orgId: string;
@@ -6124,14 +6124,14 @@ export declare function management(options?: management.Options): import("hono/h
6124
6124
  $post: {
6125
6125
  output: {
6126
6126
  error: {
6127
- code: "upstream_error";
6127
+ code: "api_key_malformed";
6128
6128
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6129
6129
  message: string;
6130
6130
  };
6131
6131
  requestId: string;
6132
6132
  };
6133
6133
  outputFormat: "json";
6134
- status: 502;
6134
+ status: 400;
6135
6135
  input: {
6136
6136
  param: {
6137
6137
  orgId: string;
@@ -6144,14 +6144,14 @@ export declare function management(options?: management.Options): import("hono/h
6144
6144
  } | {
6145
6145
  output: {
6146
6146
  error: {
6147
- code: "api_key_malformed";
6147
+ code: "api_key_invalid" | "api_key_missing";
6148
6148
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6149
6149
  message: string;
6150
6150
  };
6151
6151
  requestId: string;
6152
6152
  };
6153
6153
  outputFormat: "json";
6154
- status: 400;
6154
+ status: 401;
6155
6155
  input: {
6156
6156
  param: {
6157
6157
  orgId: string;
@@ -6164,14 +6164,14 @@ export declare function management(options?: management.Options): import("hono/h
6164
6164
  } | {
6165
6165
  output: {
6166
6166
  error: {
6167
- code: "api_key_invalid" | "api_key_missing";
6167
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
6168
6168
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6169
6169
  message: string;
6170
6170
  };
6171
6171
  requestId: string;
6172
6172
  };
6173
6173
  outputFormat: "json";
6174
- status: 401;
6174
+ status: 403;
6175
6175
  input: {
6176
6176
  param: {
6177
6177
  orgId: string;
@@ -6184,14 +6184,14 @@ export declare function management(options?: management.Options): import("hono/h
6184
6184
  } | {
6185
6185
  output: {
6186
6186
  error: {
6187
- code: "api_key_forbidden" | "api_key_ip_forbidden";
6187
+ code: "payment_required" | "rate_limit_exceeded";
6188
6188
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6189
6189
  message: string;
6190
6190
  };
6191
6191
  requestId: string;
6192
6192
  };
6193
6193
  outputFormat: "json";
6194
- status: 403;
6194
+ status: 429;
6195
6195
  input: {
6196
6196
  param: {
6197
6197
  orgId: string;
@@ -6204,14 +6204,14 @@ export declare function management(options?: management.Options): import("hono/h
6204
6204
  } | {
6205
6205
  output: {
6206
6206
  error: {
6207
- code: "payment_required" | "rate_limit_exceeded";
6207
+ code: "query_invalid";
6208
6208
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6209
6209
  message: string;
6210
6210
  };
6211
6211
  requestId: string;
6212
6212
  };
6213
6213
  outputFormat: "json";
6214
- status: 429;
6214
+ status: 400;
6215
6215
  input: {
6216
6216
  param: {
6217
6217
  orgId: string;
@@ -6224,14 +6224,14 @@ export declare function management(options?: management.Options): import("hono/h
6224
6224
  } | {
6225
6225
  output: {
6226
6226
  error: {
6227
- code: "query_invalid";
6227
+ code: "upstream_error";
6228
6228
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6229
6229
  message: string;
6230
6230
  };
6231
6231
  requestId: string;
6232
6232
  };
6233
6233
  outputFormat: "json";
6234
- status: 400;
6234
+ status: 502;
6235
6235
  input: {
6236
6236
  param: {
6237
6237
  orgId: string;
@@ -6343,14 +6343,14 @@ export declare function management(options?: management.Options): import("hono/h
6343
6343
  $get: {
6344
6344
  output: {
6345
6345
  error: {
6346
- code: "upstream_error";
6346
+ code: "api_key_malformed";
6347
6347
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6348
6348
  message: string;
6349
6349
  };
6350
6350
  requestId: string;
6351
6351
  };
6352
6352
  outputFormat: "json";
6353
- status: 502;
6353
+ status: 400;
6354
6354
  input: {
6355
6355
  param: {
6356
6356
  orgId: string;
@@ -6363,14 +6363,14 @@ export declare function management(options?: management.Options): import("hono/h
6363
6363
  } | {
6364
6364
  output: {
6365
6365
  error: {
6366
- code: "api_key_malformed";
6366
+ code: "api_key_invalid" | "api_key_missing";
6367
6367
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6368
6368
  message: string;
6369
6369
  };
6370
6370
  requestId: string;
6371
6371
  };
6372
6372
  outputFormat: "json";
6373
- status: 400;
6373
+ status: 401;
6374
6374
  input: {
6375
6375
  param: {
6376
6376
  orgId: string;
@@ -6383,14 +6383,14 @@ export declare function management(options?: management.Options): import("hono/h
6383
6383
  } | {
6384
6384
  output: {
6385
6385
  error: {
6386
- code: "api_key_invalid" | "api_key_missing";
6386
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
6387
6387
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6388
6388
  message: string;
6389
6389
  };
6390
6390
  requestId: string;
6391
6391
  };
6392
6392
  outputFormat: "json";
6393
- status: 401;
6393
+ status: 403;
6394
6394
  input: {
6395
6395
  param: {
6396
6396
  orgId: string;
@@ -6403,14 +6403,14 @@ export declare function management(options?: management.Options): import("hono/h
6403
6403
  } | {
6404
6404
  output: {
6405
6405
  error: {
6406
- code: "api_key_forbidden" | "api_key_ip_forbidden";
6406
+ code: "payment_required" | "rate_limit_exceeded";
6407
6407
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6408
6408
  message: string;
6409
6409
  };
6410
6410
  requestId: string;
6411
6411
  };
6412
6412
  outputFormat: "json";
6413
- status: 403;
6413
+ status: 429;
6414
6414
  input: {
6415
6415
  param: {
6416
6416
  orgId: string;
@@ -6423,14 +6423,14 @@ export declare function management(options?: management.Options): import("hono/h
6423
6423
  } | {
6424
6424
  output: {
6425
6425
  error: {
6426
- code: "payment_required" | "rate_limit_exceeded";
6426
+ code: "query_invalid";
6427
6427
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6428
6428
  message: string;
6429
6429
  };
6430
6430
  requestId: string;
6431
6431
  };
6432
6432
  outputFormat: "json";
6433
- status: 429;
6433
+ status: 400;
6434
6434
  input: {
6435
6435
  param: {
6436
6436
  orgId: string;
@@ -6443,14 +6443,14 @@ export declare function management(options?: management.Options): import("hono/h
6443
6443
  } | {
6444
6444
  output: {
6445
6445
  error: {
6446
- code: "query_invalid";
6446
+ code: "upstream_error";
6447
6447
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6448
6448
  message: string;
6449
6449
  };
6450
6450
  requestId: string;
6451
6451
  };
6452
6452
  outputFormat: "json";
6453
- status: 400;
6453
+ status: 502;
6454
6454
  input: {
6455
6455
  param: {
6456
6456
  orgId: string;
@@ -6554,14 +6554,14 @@ export declare function management(options?: management.Options): import("hono/h
6554
6554
  $delete: {
6555
6555
  output: {
6556
6556
  error: {
6557
- code: "upstream_error";
6557
+ code: "api_key_malformed";
6558
6558
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6559
6559
  message: string;
6560
6560
  };
6561
6561
  requestId: string;
6562
6562
  };
6563
6563
  outputFormat: "json";
6564
- status: 502;
6564
+ status: 400;
6565
6565
  input: {
6566
6566
  param: {
6567
6567
  methodId: string;
@@ -6575,14 +6575,14 @@ export declare function management(options?: management.Options): import("hono/h
6575
6575
  } | {
6576
6576
  output: {
6577
6577
  error: {
6578
- code: "api_key_malformed";
6578
+ code: "api_key_invalid" | "api_key_missing";
6579
6579
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6580
6580
  message: string;
6581
6581
  };
6582
6582
  requestId: string;
6583
6583
  };
6584
6584
  outputFormat: "json";
6585
- status: 400;
6585
+ status: 401;
6586
6586
  input: {
6587
6587
  param: {
6588
6588
  methodId: string;
@@ -6596,14 +6596,14 @@ export declare function management(options?: management.Options): import("hono/h
6596
6596
  } | {
6597
6597
  output: {
6598
6598
  error: {
6599
- code: "api_key_invalid" | "api_key_missing";
6599
+ code: "api_key_forbidden" | "api_key_ip_forbidden";
6600
6600
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6601
6601
  message: string;
6602
6602
  };
6603
6603
  requestId: string;
6604
6604
  };
6605
6605
  outputFormat: "json";
6606
- status: 401;
6606
+ status: 403;
6607
6607
  input: {
6608
6608
  param: {
6609
6609
  methodId: string;
@@ -6617,14 +6617,14 @@ export declare function management(options?: management.Options): import("hono/h
6617
6617
  } | {
6618
6618
  output: {
6619
6619
  error: {
6620
- code: "api_key_forbidden" | "api_key_ip_forbidden";
6620
+ code: "payment_required" | "rate_limit_exceeded";
6621
6621
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6622
6622
  message: string;
6623
6623
  };
6624
6624
  requestId: string;
6625
6625
  };
6626
6626
  outputFormat: "json";
6627
- status: 403;
6627
+ status: 429;
6628
6628
  input: {
6629
6629
  param: {
6630
6630
  methodId: string;
@@ -6638,14 +6638,14 @@ export declare function management(options?: management.Options): import("hono/h
6638
6638
  } | {
6639
6639
  output: {
6640
6640
  error: {
6641
- code: "payment_required" | "rate_limit_exceeded";
6641
+ code: "query_invalid";
6642
6642
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6643
6643
  message: string;
6644
6644
  };
6645
6645
  requestId: string;
6646
6646
  };
6647
6647
  outputFormat: "json";
6648
- status: 429;
6648
+ status: 400;
6649
6649
  input: {
6650
6650
  param: {
6651
6651
  methodId: string;
@@ -6659,14 +6659,14 @@ export declare function management(options?: management.Options): import("hono/h
6659
6659
  } | {
6660
6660
  output: {
6661
6661
  error: {
6662
- code: "query_invalid";
6662
+ code: "upstream_error";
6663
6663
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6664
6664
  message: string;
6665
6665
  };
6666
6666
  requestId: string;
6667
6667
  };
6668
6668
  outputFormat: "json";
6669
- status: 400;
6669
+ status: 502;
6670
6670
  input: {
6671
6671
  param: {
6672
6672
  methodId: string;
@@ -6868,14 +6868,14 @@ export declare function management(options?: management.Options): import("hono/h
6868
6868
  $post: {
6869
6869
  output: {
6870
6870
  error: {
6871
- code: "upstream_error";
6871
+ code: "api_key_malformed";
6872
6872
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6873
6873
  message: string;
6874
6874
  };
6875
6875
  requestId: string;
6876
6876
  };
6877
6877
  outputFormat: "json";
6878
- status: 502;
6878
+ status: 400;
6879
6879
  input: {
6880
6880
  param: {
6881
6881
  orgId: string;
@@ -6892,14 +6892,14 @@ export declare function management(options?: management.Options): import("hono/h
6892
6892
  } | {
6893
6893
  output: {
6894
6894
  error: {
6895
- code: "api_key_malformed";
6895
+ code: "api_key_invalid" | "api_key_missing";
6896
6896
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6897
6897
  message: string;
6898
6898
  };
6899
6899
  requestId: string;
6900
6900
  };
6901
6901
  outputFormat: "json";
6902
- status: 400;
6902
+ status: 401;
6903
6903
  input: {
6904
6904
  param: {
6905
6905
  orgId: string;
@@ -6916,14 +6916,14 @@ export declare function management(options?: management.Options): import("hono/h
6916
6916
  } | {
6917
6917
  output: {
6918
6918
  error: {
6919
- code: "api_key_invalid" | "api_key_missing";
6919
+ code: "upstream_error";
6920
6920
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
6921
6921
  message: string;
6922
6922
  };
6923
6923
  requestId: string;
6924
6924
  };
6925
6925
  outputFormat: "json";
6926
- status: 401;
6926
+ status: 502;
6927
6927
  input: {
6928
6928
  param: {
6929
6929
  orgId: string;
@@ -7049,14 +7049,14 @@ export declare function management(options?: management.Options): import("hono/h
7049
7049
  $get: {
7050
7050
  output: {
7051
7051
  error: {
7052
- code: "upstream_error";
7052
+ code: "api_key_malformed";
7053
7053
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7054
7054
  message: string;
7055
7055
  };
7056
7056
  requestId: string;
7057
7057
  };
7058
7058
  outputFormat: "json";
7059
- status: 502;
7059
+ status: 400;
7060
7060
  input: {
7061
7061
  param: {
7062
7062
  orgId: string;
@@ -7065,14 +7065,14 @@ export declare function management(options?: management.Options): import("hono/h
7065
7065
  } | {
7066
7066
  output: {
7067
7067
  error: {
7068
- code: "api_key_malformed";
7068
+ code: "api_key_invalid" | "api_key_missing";
7069
7069
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7070
7070
  message: string;
7071
7071
  };
7072
7072
  requestId: string;
7073
7073
  };
7074
7074
  outputFormat: "json";
7075
- status: 400;
7075
+ status: 401;
7076
7076
  input: {
7077
7077
  param: {
7078
7078
  orgId: string;
@@ -7081,14 +7081,14 @@ export declare function management(options?: management.Options): import("hono/h
7081
7081
  } | {
7082
7082
  output: {
7083
7083
  error: {
7084
- code: "api_key_invalid" | "api_key_missing";
7084
+ code: "upstream_error";
7085
7085
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7086
7086
  message: string;
7087
7087
  };
7088
7088
  requestId: string;
7089
7089
  };
7090
7090
  outputFormat: "json";
7091
- status: 401;
7091
+ status: 502;
7092
7092
  input: {
7093
7093
  param: {
7094
7094
  orgId: string;
@@ -7176,14 +7176,14 @@ export declare function management(options?: management.Options): import("hono/h
7176
7176
  $patch: {
7177
7177
  output: {
7178
7178
  error: {
7179
- code: "upstream_error";
7179
+ code: "api_key_malformed";
7180
7180
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7181
7181
  message: string;
7182
7182
  };
7183
7183
  requestId: string;
7184
7184
  };
7185
7185
  outputFormat: "json";
7186
- status: 502;
7186
+ status: 400;
7187
7187
  input: {
7188
7188
  param: {
7189
7189
  inviteLinkId: string;
@@ -7197,14 +7197,14 @@ export declare function management(options?: management.Options): import("hono/h
7197
7197
  } | {
7198
7198
  output: {
7199
7199
  error: {
7200
- code: "api_key_malformed";
7200
+ code: "api_key_invalid" | "api_key_missing";
7201
7201
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7202
7202
  message: string;
7203
7203
  };
7204
7204
  requestId: string;
7205
7205
  };
7206
7206
  outputFormat: "json";
7207
- status: 400;
7207
+ status: 401;
7208
7208
  input: {
7209
7209
  param: {
7210
7210
  inviteLinkId: string;
@@ -7218,14 +7218,14 @@ export declare function management(options?: management.Options): import("hono/h
7218
7218
  } | {
7219
7219
  output: {
7220
7220
  error: {
7221
- code: "api_key_invalid" | "api_key_missing";
7221
+ code: "upstream_error";
7222
7222
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7223
7223
  message: string;
7224
7224
  };
7225
7225
  requestId: string;
7226
7226
  };
7227
7227
  outputFormat: "json";
7228
- status: 401;
7228
+ status: 502;
7229
7229
  input: {
7230
7230
  param: {
7231
7231
  inviteLinkId: string;
@@ -7357,14 +7357,14 @@ export declare function management(options?: management.Options): import("hono/h
7357
7357
  $delete: {
7358
7358
  output: {
7359
7359
  error: {
7360
- code: "upstream_error";
7360
+ code: "api_key_malformed";
7361
7361
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7362
7362
  message: string;
7363
7363
  };
7364
7364
  requestId: string;
7365
7365
  };
7366
7366
  outputFormat: "json";
7367
- status: 502;
7367
+ status: 400;
7368
7368
  input: {
7369
7369
  param: {
7370
7370
  inviteLinkId: string;
@@ -7374,14 +7374,14 @@ export declare function management(options?: management.Options): import("hono/h
7374
7374
  } | {
7375
7375
  output: {
7376
7376
  error: {
7377
- code: "api_key_malformed";
7377
+ code: "api_key_invalid" | "api_key_missing";
7378
7378
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7379
7379
  message: string;
7380
7380
  };
7381
7381
  requestId: string;
7382
7382
  };
7383
7383
  outputFormat: "json";
7384
- status: 400;
7384
+ status: 401;
7385
7385
  input: {
7386
7386
  param: {
7387
7387
  inviteLinkId: string;
@@ -7391,14 +7391,14 @@ export declare function management(options?: management.Options): import("hono/h
7391
7391
  } | {
7392
7392
  output: {
7393
7393
  error: {
7394
- code: "api_key_invalid" | "api_key_missing";
7394
+ code: "upstream_error";
7395
7395
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7396
7396
  message: string;
7397
7397
  };
7398
7398
  requestId: string;
7399
7399
  };
7400
7400
  outputFormat: "json";
7401
- status: 401;
7401
+ status: 502;
7402
7402
  input: {
7403
7403
  param: {
7404
7404
  inviteLinkId: string;
@@ -7492,14 +7492,14 @@ export declare function management(options?: management.Options): import("hono/h
7492
7492
  $get: {
7493
7493
  output: {
7494
7494
  error: {
7495
- code: "upstream_error";
7495
+ code: "api_key_malformed";
7496
7496
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7497
7497
  message: string;
7498
7498
  };
7499
7499
  requestId: string;
7500
7500
  };
7501
7501
  outputFormat: "json";
7502
- status: 502;
7502
+ status: 400;
7503
7503
  input: {
7504
7504
  param: {
7505
7505
  inviteLinkId: string;
@@ -7509,14 +7509,14 @@ export declare function management(options?: management.Options): import("hono/h
7509
7509
  } | {
7510
7510
  output: {
7511
7511
  error: {
7512
- code: "api_key_malformed";
7512
+ code: "api_key_invalid" | "api_key_missing";
7513
7513
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7514
7514
  message: string;
7515
7515
  };
7516
7516
  requestId: string;
7517
7517
  };
7518
7518
  outputFormat: "json";
7519
- status: 400;
7519
+ status: 401;
7520
7520
  input: {
7521
7521
  param: {
7522
7522
  inviteLinkId: string;
@@ -7526,14 +7526,14 @@ export declare function management(options?: management.Options): import("hono/h
7526
7526
  } | {
7527
7527
  output: {
7528
7528
  error: {
7529
- code: "api_key_invalid" | "api_key_missing";
7529
+ code: "upstream_error";
7530
7530
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7531
7531
  message: string;
7532
7532
  };
7533
7533
  requestId: string;
7534
7534
  };
7535
7535
  outputFormat: "json";
7536
- status: 401;
7536
+ status: 502;
7537
7537
  input: {
7538
7538
  param: {
7539
7539
  inviteLinkId: string;
@@ -7635,14 +7635,14 @@ export declare function management(options?: management.Options): import("hono/h
7635
7635
  $post: {
7636
7636
  output: {
7637
7637
  error: {
7638
- code: "upstream_error";
7638
+ code: "api_key_malformed";
7639
7639
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7640
7640
  message: string;
7641
7641
  };
7642
7642
  requestId: string;
7643
7643
  };
7644
7644
  outputFormat: "json";
7645
- status: 502;
7645
+ status: 400;
7646
7646
  input: {
7647
7647
  json: {
7648
7648
  token: string;
@@ -7651,14 +7651,14 @@ export declare function management(options?: management.Options): import("hono/h
7651
7651
  } | {
7652
7652
  output: {
7653
7653
  error: {
7654
- code: "api_key_malformed";
7654
+ code: "api_key_invalid" | "api_key_missing";
7655
7655
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7656
7656
  message: string;
7657
7657
  };
7658
7658
  requestId: string;
7659
7659
  };
7660
7660
  outputFormat: "json";
7661
- status: 400;
7661
+ status: 401;
7662
7662
  input: {
7663
7663
  json: {
7664
7664
  token: string;
@@ -7667,14 +7667,14 @@ export declare function management(options?: management.Options): import("hono/h
7667
7667
  } | {
7668
7668
  output: {
7669
7669
  error: {
7670
- code: "api_key_invalid" | "api_key_missing";
7670
+ code: "upstream_error";
7671
7671
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7672
7672
  message: string;
7673
7673
  };
7674
7674
  requestId: string;
7675
7675
  };
7676
7676
  outputFormat: "json";
7677
- status: 401;
7677
+ status: 502;
7678
7678
  input: {
7679
7679
  json: {
7680
7680
  token: string;
@@ -7747,14 +7747,14 @@ export declare function management(options?: management.Options): import("hono/h
7747
7747
  $post: {
7748
7748
  output: {
7749
7749
  error: {
7750
- code: "upstream_error";
7750
+ code: "api_key_malformed";
7751
7751
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7752
7752
  message: string;
7753
7753
  };
7754
7754
  requestId: string;
7755
7755
  };
7756
7756
  outputFormat: "json";
7757
- status: 502;
7757
+ status: 400;
7758
7758
  input: {
7759
7759
  json: {
7760
7760
  token: string;
@@ -7763,14 +7763,14 @@ export declare function management(options?: management.Options): import("hono/h
7763
7763
  } | {
7764
7764
  output: {
7765
7765
  error: {
7766
- code: "api_key_malformed";
7766
+ code: "api_key_invalid" | "api_key_missing";
7767
7767
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7768
7768
  message: string;
7769
7769
  };
7770
7770
  requestId: string;
7771
7771
  };
7772
7772
  outputFormat: "json";
7773
- status: 400;
7773
+ status: 401;
7774
7774
  input: {
7775
7775
  json: {
7776
7776
  token: string;
@@ -7779,14 +7779,14 @@ export declare function management(options?: management.Options): import("hono/h
7779
7779
  } | {
7780
7780
  output: {
7781
7781
  error: {
7782
- code: "api_key_invalid" | "api_key_missing";
7782
+ code: "upstream_error";
7783
7783
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7784
7784
  message: string;
7785
7785
  };
7786
7786
  requestId: string;
7787
7787
  };
7788
7788
  outputFormat: "json";
7789
- status: 401;
7789
+ status: 502;
7790
7790
  input: {
7791
7791
  json: {
7792
7792
  token: string;
@@ -7876,7 +7876,7 @@ export declare function management(options?: management.Options): import("hono/h
7876
7876
  $post: {
7877
7877
  output: {
7878
7878
  error: {
7879
- code: "chain_id_unsupported";
7879
+ code: "api_key_malformed";
7880
7880
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
7881
7881
  message: string;
7882
7882
  };
@@ -8206,14 +8206,14 @@ export declare function management(options?: management.Options): import("hono/h
8206
8206
  } | {
8207
8207
  output: {
8208
8208
  error: {
8209
- code: "upstream_error";
8209
+ code: "api_key_invalid" | "api_key_missing";
8210
8210
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
8211
8211
  message: string;
8212
8212
  };
8213
8213
  requestId: string;
8214
8214
  };
8215
8215
  outputFormat: "json";
8216
- status: 502;
8216
+ status: 401;
8217
8217
  input: {
8218
8218
  param: {
8219
8219
  orgId: string;
@@ -8536,14 +8536,14 @@ export declare function management(options?: management.Options): import("hono/h
8536
8536
  } | {
8537
8537
  output: {
8538
8538
  error: {
8539
- code: "api_key_malformed";
8539
+ code: "upstream_error";
8540
8540
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
8541
8541
  message: string;
8542
8542
  };
8543
8543
  requestId: string;
8544
8544
  };
8545
8545
  outputFormat: "json";
8546
- status: 400;
8546
+ status: 502;
8547
8547
  input: {
8548
8548
  param: {
8549
8549
  orgId: string;
@@ -8866,14 +8866,14 @@ export declare function management(options?: management.Options): import("hono/h
8866
8866
  } | {
8867
8867
  output: {
8868
8868
  error: {
8869
- code: "api_key_invalid" | "api_key_missing";
8869
+ code: "body_invalid";
8870
8870
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
8871
8871
  message: string;
8872
8872
  };
8873
8873
  requestId: string;
8874
8874
  };
8875
8875
  outputFormat: "json";
8876
- status: 401;
8876
+ status: 400;
8877
8877
  input: {
8878
8878
  param: {
8879
8879
  orgId: string;
@@ -9196,7 +9196,7 @@ export declare function management(options?: management.Options): import("hono/h
9196
9196
  } | {
9197
9197
  output: {
9198
9198
  error: {
9199
- code: "body_invalid";
9199
+ code: "chain_id_unsupported";
9200
9200
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
9201
9201
  message: string;
9202
9202
  };
@@ -12237,14 +12237,14 @@ export declare function management(options?: management.Options): import("hono/h
12237
12237
  $get: {
12238
12238
  output: {
12239
12239
  error: {
12240
- code: "upstream_error";
12240
+ code: "api_key_malformed";
12241
12241
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12242
12242
  message: string;
12243
12243
  };
12244
12244
  requestId: string;
12245
12245
  };
12246
12246
  outputFormat: "json";
12247
- status: 502;
12247
+ status: 400;
12248
12248
  input: {
12249
12249
  param: {
12250
12250
  orgId: string;
@@ -12253,14 +12253,14 @@ export declare function management(options?: management.Options): import("hono/h
12253
12253
  } | {
12254
12254
  output: {
12255
12255
  error: {
12256
- code: "api_key_malformed";
12256
+ code: "api_key_invalid" | "api_key_missing";
12257
12257
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12258
12258
  message: string;
12259
12259
  };
12260
12260
  requestId: string;
12261
12261
  };
12262
12262
  outputFormat: "json";
12263
- status: 400;
12263
+ status: 401;
12264
12264
  input: {
12265
12265
  param: {
12266
12266
  orgId: string;
@@ -12269,14 +12269,14 @@ export declare function management(options?: management.Options): import("hono/h
12269
12269
  } | {
12270
12270
  output: {
12271
12271
  error: {
12272
- code: "api_key_invalid" | "api_key_missing";
12272
+ code: "upstream_error";
12273
12273
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12274
12274
  message: string;
12275
12275
  };
12276
12276
  requestId: string;
12277
12277
  };
12278
12278
  outputFormat: "json";
12279
- status: 401;
12279
+ status: 502;
12280
12280
  input: {
12281
12281
  param: {
12282
12282
  orgId: string;
@@ -12395,14 +12395,14 @@ export declare function management(options?: management.Options): import("hono/h
12395
12395
  $get: {
12396
12396
  output: {
12397
12397
  error: {
12398
- code: "upstream_error";
12398
+ code: "api_key_malformed";
12399
12399
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12400
12400
  message: string;
12401
12401
  };
12402
12402
  requestId: string;
12403
12403
  };
12404
12404
  outputFormat: "json";
12405
- status: 502;
12405
+ status: 400;
12406
12406
  input: {
12407
12407
  param: {
12408
12408
  id: string;
@@ -12419,14 +12419,14 @@ export declare function management(options?: management.Options): import("hono/h
12419
12419
  } | {
12420
12420
  output: {
12421
12421
  error: {
12422
- code: "api_key_malformed";
12422
+ code: "api_key_invalid" | "api_key_missing";
12423
12423
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12424
12424
  message: string;
12425
12425
  };
12426
12426
  requestId: string;
12427
12427
  };
12428
12428
  outputFormat: "json";
12429
- status: 400;
12429
+ status: 401;
12430
12430
  input: {
12431
12431
  param: {
12432
12432
  id: string;
@@ -12443,14 +12443,14 @@ export declare function management(options?: management.Options): import("hono/h
12443
12443
  } | {
12444
12444
  output: {
12445
12445
  error: {
12446
- code: "api_key_invalid" | "api_key_missing";
12446
+ code: "query_invalid";
12447
12447
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12448
12448
  message: string;
12449
12449
  };
12450
12450
  requestId: string;
12451
12451
  };
12452
12452
  outputFormat: "json";
12453
- status: 401;
12453
+ status: 400;
12454
12454
  input: {
12455
12455
  param: {
12456
12456
  id: string;
@@ -12467,14 +12467,14 @@ export declare function management(options?: management.Options): import("hono/h
12467
12467
  } | {
12468
12468
  output: {
12469
12469
  error: {
12470
- code: "query_invalid";
12470
+ code: "upstream_error";
12471
12471
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12472
12472
  message: string;
12473
12473
  };
12474
12474
  requestId: string;
12475
12475
  };
12476
12476
  outputFormat: "json";
12477
- status: 400;
12477
+ status: 502;
12478
12478
  input: {
12479
12479
  param: {
12480
12480
  id: string;
@@ -12650,14 +12650,14 @@ export declare function management(options?: management.Options): import("hono/h
12650
12650
  $get: {
12651
12651
  output: {
12652
12652
  error: {
12653
- code: "upstream_error";
12653
+ code: "api_key_malformed";
12654
12654
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12655
12655
  message: string;
12656
12656
  };
12657
12657
  requestId: string;
12658
12658
  };
12659
12659
  outputFormat: "json";
12660
- status: 502;
12660
+ status: 400;
12661
12661
  input: {
12662
12662
  param: {
12663
12663
  deliveryId: string;
@@ -12668,14 +12668,14 @@ export declare function management(options?: management.Options): import("hono/h
12668
12668
  } | {
12669
12669
  output: {
12670
12670
  error: {
12671
- code: "api_key_malformed";
12671
+ code: "api_key_invalid" | "api_key_missing";
12672
12672
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12673
12673
  message: string;
12674
12674
  };
12675
12675
  requestId: string;
12676
12676
  };
12677
12677
  outputFormat: "json";
12678
- status: 400;
12678
+ status: 401;
12679
12679
  input: {
12680
12680
  param: {
12681
12681
  deliveryId: string;
@@ -12686,14 +12686,14 @@ export declare function management(options?: management.Options): import("hono/h
12686
12686
  } | {
12687
12687
  output: {
12688
12688
  error: {
12689
- code: "api_key_invalid" | "api_key_missing";
12689
+ code: "upstream_error";
12690
12690
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
12691
12691
  message: string;
12692
12692
  };
12693
12693
  requestId: string;
12694
12694
  };
12695
12695
  outputFormat: "json";
12696
- status: 401;
12696
+ status: 502;
12697
12697
  input: {
12698
12698
  param: {
12699
12699
  deliveryId: string;
@@ -13045,14 +13045,14 @@ export declare function management(options?: management.Options): import("hono/h
13045
13045
  $post: {
13046
13046
  output: {
13047
13047
  error: {
13048
- code: "upstream_error";
13048
+ code: "api_key_malformed";
13049
13049
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13050
13050
  message: string;
13051
13051
  };
13052
13052
  requestId: string;
13053
13053
  };
13054
13054
  outputFormat: "json";
13055
- status: 502;
13055
+ status: 400;
13056
13056
  input: {
13057
13057
  param: {
13058
13058
  deliveryId: string;
@@ -13063,14 +13063,14 @@ export declare function management(options?: management.Options): import("hono/h
13063
13063
  } | {
13064
13064
  output: {
13065
13065
  error: {
13066
- code: "api_key_malformed";
13066
+ code: "api_key_invalid" | "api_key_missing";
13067
13067
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13068
13068
  message: string;
13069
13069
  };
13070
13070
  requestId: string;
13071
13071
  };
13072
13072
  outputFormat: "json";
13073
- status: 400;
13073
+ status: 401;
13074
13074
  input: {
13075
13075
  param: {
13076
13076
  deliveryId: string;
@@ -13081,14 +13081,14 @@ export declare function management(options?: management.Options): import("hono/h
13081
13081
  } | {
13082
13082
  output: {
13083
13083
  error: {
13084
- code: "api_key_invalid" | "api_key_missing";
13084
+ code: "upstream_error";
13085
13085
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13086
13086
  message: string;
13087
13087
  };
13088
13088
  requestId: string;
13089
13089
  };
13090
13090
  outputFormat: "json";
13091
- status: 401;
13091
+ status: 502;
13092
13092
  input: {
13093
13093
  param: {
13094
13094
  deliveryId: string;
@@ -13228,14 +13228,14 @@ export declare function management(options?: management.Options): import("hono/h
13228
13228
  $patch: {
13229
13229
  output: {
13230
13230
  error: {
13231
- code: "upstream_error";
13231
+ code: "api_key_malformed";
13232
13232
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13233
13233
  message: string;
13234
13234
  };
13235
13235
  requestId: string;
13236
13236
  };
13237
13237
  outputFormat: "json";
13238
- status: 502;
13238
+ status: 400;
13239
13239
  input: {
13240
13240
  param: {
13241
13241
  id: string;
@@ -13249,14 +13249,14 @@ export declare function management(options?: management.Options): import("hono/h
13249
13249
  } | {
13250
13250
  output: {
13251
13251
  error: {
13252
- code: "api_key_malformed";
13252
+ code: "api_key_invalid" | "api_key_missing";
13253
13253
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13254
13254
  message: string;
13255
13255
  };
13256
13256
  requestId: string;
13257
13257
  };
13258
13258
  outputFormat: "json";
13259
- status: 400;
13259
+ status: 401;
13260
13260
  input: {
13261
13261
  param: {
13262
13262
  id: string;
@@ -13270,14 +13270,14 @@ export declare function management(options?: management.Options): import("hono/h
13270
13270
  } | {
13271
13271
  output: {
13272
13272
  error: {
13273
- code: "api_key_invalid" | "api_key_missing";
13273
+ code: "upstream_error";
13274
13274
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13275
13275
  message: string;
13276
13276
  };
13277
13277
  requestId: string;
13278
13278
  };
13279
13279
  outputFormat: "json";
13280
- status: 401;
13280
+ status: 502;
13281
13281
  input: {
13282
13282
  param: {
13283
13283
  id: string;
@@ -13466,14 +13466,14 @@ export declare function management(options?: management.Options): import("hono/h
13466
13466
  $delete: {
13467
13467
  output: {
13468
13468
  error: {
13469
- code: "upstream_error";
13469
+ code: "api_key_malformed";
13470
13470
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13471
13471
  message: string;
13472
13472
  };
13473
13473
  requestId: string;
13474
13474
  };
13475
13475
  outputFormat: "json";
13476
- status: 502;
13476
+ status: 400;
13477
13477
  input: {
13478
13478
  param: {
13479
13479
  id: string;
@@ -13483,14 +13483,14 @@ export declare function management(options?: management.Options): import("hono/h
13483
13483
  } | {
13484
13484
  output: {
13485
13485
  error: {
13486
- code: "api_key_malformed";
13486
+ code: "api_key_invalid" | "api_key_missing";
13487
13487
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13488
13488
  message: string;
13489
13489
  };
13490
13490
  requestId: string;
13491
13491
  };
13492
13492
  outputFormat: "json";
13493
- status: 400;
13493
+ status: 401;
13494
13494
  input: {
13495
13495
  param: {
13496
13496
  id: string;
@@ -13500,14 +13500,14 @@ export declare function management(options?: management.Options): import("hono/h
13500
13500
  } | {
13501
13501
  output: {
13502
13502
  error: {
13503
- code: "api_key_invalid" | "api_key_missing";
13503
+ code: "upstream_error";
13504
13504
  details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
13505
13505
  message: string;
13506
13506
  };
13507
13507
  requestId: string;
13508
13508
  };
13509
13509
  outputFormat: "json";
13510
- status: 401;
13510
+ status: 502;
13511
13511
  input: {
13512
13512
  param: {
13513
13513
  id: string;