@elizaos/plugin-elizacloud 2.0.0-alpha.8 → 2.0.0-beta.1

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 (378) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +220 -0
  3. package/auto-enable.ts +17 -0
  4. package/dist/browser/index.browser.js +2 -21
  5. package/dist/browser/index.browser.js.map +5 -38
  6. package/dist/cjs/index.d.ts +2 -2
  7. package/dist/cjs/index.node.cjs +12165 -2277
  8. package/dist/cjs/index.node.js.map +135 -28
  9. package/dist/cloud/auth.d.ts +19 -0
  10. package/dist/cloud/auth.d.ts.map +1 -0
  11. package/dist/cloud/auth.js +330 -0
  12. package/dist/cloud/auth.js.map +12 -0
  13. package/dist/cloud/backup.d.ts +18 -0
  14. package/dist/cloud/backup.d.ts.map +1 -0
  15. package/dist/cloud/backup.js +63 -0
  16. package/dist/cloud/backup.js.map +10 -0
  17. package/dist/cloud/base-url.d.ts +3 -0
  18. package/dist/cloud/base-url.d.ts.map +1 -0
  19. package/dist/cloud/base-url.js +77 -0
  20. package/dist/cloud/base-url.js.map +10 -0
  21. package/dist/cloud/bridge-client.d.ts +126 -0
  22. package/dist/cloud/bridge-client.d.ts.map +1 -0
  23. package/dist/cloud/bridge-client.js +432 -0
  24. package/dist/cloud/bridge-client.js.map +11 -0
  25. package/dist/cloud/cloud-api-key.d.ts +26 -0
  26. package/dist/cloud/cloud-api-key.d.ts.map +1 -0
  27. package/dist/cloud/cloud-api-key.js +60 -0
  28. package/dist/cloud/cloud-api-key.js.map +10 -0
  29. package/dist/cloud/cloud-manager.d.ts +33 -0
  30. package/dist/cloud/cloud-manager.d.ts.map +1 -0
  31. package/dist/cloud/cloud-manager.js +853 -0
  32. package/dist/cloud/cloud-manager.js.map +16 -0
  33. package/dist/cloud/cloud-proxy.d.ts +20 -0
  34. package/dist/cloud/cloud-proxy.d.ts.map +1 -0
  35. package/dist/cloud/cloud-proxy.js +54 -0
  36. package/dist/cloud/cloud-proxy.js.map +10 -0
  37. package/dist/cloud/cloud-wallet.d.ts +94 -0
  38. package/dist/cloud/cloud-wallet.d.ts.map +1 -0
  39. package/dist/cloud/cloud-wallet.js +5195 -0
  40. package/dist/cloud/cloud-wallet.js.map +92 -0
  41. package/dist/cloud/index.d.ts +9 -0
  42. package/dist/cloud/index.d.ts.map +1 -0
  43. package/dist/cloud/index.js +30 -0
  44. package/dist/cloud/index.js.map +9 -0
  45. package/dist/cloud/reconnect.d.ts +26 -0
  46. package/dist/cloud/reconnect.d.ts.map +1 -0
  47. package/dist/cloud/reconnect.js +104 -0
  48. package/dist/cloud/reconnect.js.map +10 -0
  49. package/dist/cloud/validate-url.d.ts +2 -0
  50. package/dist/cloud/validate-url.d.ts.map +1 -0
  51. package/dist/cloud/validate-url.js +174 -0
  52. package/dist/cloud/validate-url.js.map +10 -0
  53. package/dist/cloud-providers/cloud-status.d.ts.map +1 -1
  54. package/dist/cloud-providers/cloud-status.js +78 -0
  55. package/dist/cloud-providers/cloud-status.js.map +10 -0
  56. package/dist/cloud-providers/container-health.d.ts.map +1 -1
  57. package/dist/cloud-providers/container-health.js +74 -0
  58. package/dist/cloud-providers/container-health.js.map +10 -0
  59. package/dist/cloud-providers/credit-balance.d.ts.map +1 -1
  60. package/dist/cloud-providers/credit-balance.js +85 -0
  61. package/dist/cloud-providers/credit-balance.js.map +10 -0
  62. package/dist/cloud-providers/index.d.ts.map +1 -1
  63. package/dist/cloud-providers/index.js +24 -0
  64. package/dist/cloud-providers/index.js.map +9 -0
  65. package/dist/cloud-providers/model-registry.d.ts.map +1 -1
  66. package/dist/cloud-providers/model-registry.js +71 -0
  67. package/dist/cloud-providers/model-registry.js.map +10 -0
  68. package/dist/index.browser.d.ts +4 -3
  69. package/dist/index.browser.d.ts.map +1 -1
  70. package/dist/index.d.ts +18 -0
  71. package/dist/index.d.ts.map +1 -1
  72. package/dist/index.js +12851 -0
  73. package/dist/index.js.map +145 -0
  74. package/dist/index.node.d.ts +14 -2
  75. package/dist/index.node.d.ts.map +1 -1
  76. package/dist/init.d.ts.map +1 -1
  77. package/dist/init.js +169 -0
  78. package/dist/init.js.map +12 -0
  79. package/dist/lib/cloud-connection.d.ts +78 -0
  80. package/dist/lib/cloud-connection.d.ts.map +1 -0
  81. package/dist/lib/cloud-connection.js +731 -0
  82. package/dist/lib/cloud-connection.js.map +14 -0
  83. package/dist/lib/cloud-secrets.d.ts +23 -0
  84. package/dist/lib/cloud-secrets.d.ts.map +1 -0
  85. package/dist/lib/cloud-secrets.js +64 -0
  86. package/dist/lib/cloud-secrets.js.map +10 -0
  87. package/dist/lib/config-env.d.ts +5 -0
  88. package/dist/lib/config-env.d.ts.map +1 -0
  89. package/dist/lib/config-env.js +191 -0
  90. package/dist/lib/config-env.js.map +11 -0
  91. package/dist/lib/config-like.d.ts +40 -0
  92. package/dist/lib/config-like.d.ts.map +1 -0
  93. package/dist/lib/config-like.js +103 -0
  94. package/dist/lib/config-like.js.map +10 -0
  95. package/dist/lib/credential-type-map.d.ts +53 -0
  96. package/dist/lib/credential-type-map.d.ts.map +1 -0
  97. package/dist/lib/credential-type-map.js +88 -0
  98. package/dist/lib/credential-type-map.js.map +10 -0
  99. package/dist/lib/feature-flags.d.ts +2 -0
  100. package/dist/lib/feature-flags.d.ts.map +1 -0
  101. package/dist/lib/feature-flags.js +40 -0
  102. package/dist/lib/feature-flags.js.map +10 -0
  103. package/dist/lib/http.d.ts +22 -0
  104. package/dist/lib/http.d.ts.map +1 -0
  105. package/dist/lib/http.js +107 -0
  106. package/dist/lib/http.js.map +10 -0
  107. package/dist/lib/server-cloud-tts.d.ts +34 -0
  108. package/dist/lib/server-cloud-tts.d.ts.map +1 -0
  109. package/dist/lib/server-cloud-tts.js +549 -0
  110. package/dist/lib/server-cloud-tts.js.map +13 -0
  111. package/dist/lib/state-paths.d.ts +4 -0
  112. package/dist/lib/state-paths.d.ts.map +1 -0
  113. package/dist/lib/state-paths.js +52 -0
  114. package/dist/lib/state-paths.js.map +10 -0
  115. package/dist/lib/tts-debug.d.ts +4 -0
  116. package/dist/lib/tts-debug.d.ts.map +1 -0
  117. package/dist/lib/tts-debug.js +57 -0
  118. package/dist/lib/tts-debug.js.map +10 -0
  119. package/dist/models/embeddings.d.ts.map +1 -1
  120. package/dist/models/embeddings.js +319 -0
  121. package/dist/models/embeddings.js.map +13 -0
  122. package/dist/models/image.d.ts.map +1 -1
  123. package/dist/models/image.js +374 -0
  124. package/dist/models/image.js.map +14 -0
  125. package/dist/models/index.d.ts +1 -2
  126. package/dist/models/index.d.ts.map +1 -1
  127. package/dist/models/index.js +1386 -0
  128. package/dist/models/index.js.map +20 -0
  129. package/dist/models/research.d.ts.map +1 -1
  130. package/dist/models/research.js +324 -0
  131. package/dist/models/research.js.map +13 -0
  132. package/dist/models/speech.d.ts.map +1 -1
  133. package/dist/models/speech.js +273 -0
  134. package/dist/models/speech.js.map +13 -0
  135. package/dist/models/text.d.ts +5 -2
  136. package/dist/models/text.d.ts.map +1 -1
  137. package/dist/models/text.js +803 -0
  138. package/dist/models/text.js.map +15 -0
  139. package/dist/models/tokenization.d.ts.map +1 -1
  140. package/dist/models/tokenization.js +65 -0
  141. package/dist/models/tokenization.js.map +10 -0
  142. package/dist/models/transcription.d.ts.map +1 -1
  143. package/dist/models/transcription.js +283 -0
  144. package/dist/models/transcription.js.map +13 -0
  145. package/dist/node/index.d.ts +2 -2
  146. package/dist/node/index.node.js +12170 -2266
  147. package/dist/node/index.node.js.map +135 -28
  148. package/dist/onboarding.d.ts +35 -0
  149. package/dist/onboarding.d.ts.map +1 -0
  150. package/dist/onboarding.js +883 -0
  151. package/dist/onboarding.js.map +14 -0
  152. package/dist/plugin.d.ts +20 -0
  153. package/dist/plugin.d.ts.map +1 -0
  154. package/dist/plugin.js +7611 -0
  155. package/dist/plugin.js.map +104 -0
  156. package/dist/providers/openai.d.ts.map +1 -1
  157. package/dist/providers/openai.js +127 -0
  158. package/dist/providers/openai.js.map +11 -0
  159. package/dist/register-routes.d.ts +2 -0
  160. package/dist/register-routes.d.ts.map +1 -0
  161. package/dist/register-routes.js +7612 -0
  162. package/dist/register-routes.js.map +105 -0
  163. package/dist/routes/cloud-billing-routes.d.ts +9 -0
  164. package/dist/routes/cloud-billing-routes.d.ts.map +1 -0
  165. package/dist/routes/cloud-billing-routes.js +807 -0
  166. package/dist/routes/cloud-billing-routes.js.map +14 -0
  167. package/dist/routes/cloud-compat-routes.d.ts +10 -0
  168. package/dist/routes/cloud-compat-routes.d.ts.map +1 -0
  169. package/dist/routes/cloud-compat-routes.js +538 -0
  170. package/dist/routes/cloud-compat-routes.js.map +14 -0
  171. package/dist/routes/cloud-features-routes.d.ts +9 -0
  172. package/dist/routes/cloud-features-routes.d.ts.map +1 -0
  173. package/dist/routes/cloud-features-routes.js +124 -0
  174. package/dist/routes/cloud-features-routes.js.map +11 -0
  175. package/dist/routes/cloud-provisioning.d.ts +14 -0
  176. package/dist/routes/cloud-provisioning.d.ts.map +1 -0
  177. package/dist/routes/cloud-provisioning.js +37 -0
  178. package/dist/routes/cloud-provisioning.js.map +10 -0
  179. package/dist/routes/cloud-relay-routes.d.ts +22 -0
  180. package/dist/routes/cloud-relay-routes.d.ts.map +1 -0
  181. package/dist/routes/cloud-relay-routes.js +60 -0
  182. package/dist/routes/cloud-relay-routes.js.map +10 -0
  183. package/dist/routes/cloud-routes-autonomous.d.ts +83 -0
  184. package/dist/routes/cloud-routes-autonomous.d.ts.map +1 -0
  185. package/dist/routes/cloud-routes-autonomous.js +6134 -0
  186. package/dist/routes/cloud-routes-autonomous.js.map +97 -0
  187. package/dist/routes/cloud-routes.d.ts +35 -0
  188. package/dist/routes/cloud-routes.d.ts.map +1 -0
  189. package/dist/routes/cloud-routes.js +6888 -0
  190. package/dist/routes/cloud-routes.js.map +100 -0
  191. package/dist/routes/cloud-status-routes-autonomous.d.ts +15 -0
  192. package/dist/routes/cloud-status-routes-autonomous.d.ts.map +1 -0
  193. package/dist/routes/cloud-status-routes-autonomous.js +396 -0
  194. package/dist/routes/cloud-status-routes-autonomous.js.map +13 -0
  195. package/dist/routes/cloud-status-routes.d.ts +4 -0
  196. package/dist/routes/cloud-status-routes.d.ts.map +1 -0
  197. package/dist/routes/cloud-status-routes.js +771 -0
  198. package/dist/routes/cloud-status-routes.js.map +15 -0
  199. package/dist/services/cloud-auth.d.ts +140 -5
  200. package/dist/services/cloud-auth.d.ts.map +1 -1
  201. package/dist/services/cloud-auth.js +363 -0
  202. package/dist/services/cloud-auth.js.map +12 -0
  203. package/dist/services/cloud-backup.d.ts.map +1 -1
  204. package/dist/services/cloud-backup.js +176 -0
  205. package/dist/services/cloud-backup.js.map +11 -0
  206. package/dist/services/cloud-bootstrap.d.ts +38 -0
  207. package/dist/services/cloud-bootstrap.d.ts.map +1 -0
  208. package/dist/services/cloud-bootstrap.js +84 -0
  209. package/dist/services/cloud-bootstrap.js.map +10 -0
  210. package/dist/services/cloud-bridge.d.ts +1 -1
  211. package/dist/services/cloud-bridge.d.ts.map +1 -1
  212. package/dist/services/cloud-bridge.js +308 -0
  213. package/dist/services/cloud-bridge.js.map +11 -0
  214. package/dist/services/cloud-container.d.ts.map +1 -1
  215. package/dist/services/cloud-container.js +241 -0
  216. package/dist/services/cloud-container.js.map +11 -0
  217. package/dist/services/cloud-credential-provider.d.ts +55 -0
  218. package/dist/services/cloud-credential-provider.d.ts.map +1 -0
  219. package/dist/services/cloud-credential-provider.js +190 -0
  220. package/dist/services/cloud-credential-provider.js.map +11 -0
  221. package/dist/services/cloud-managed-gateway-relay.d.ts +38 -0
  222. package/dist/services/cloud-managed-gateway-relay.d.ts.map +1 -0
  223. package/dist/services/cloud-managed-gateway-relay.js +479 -0
  224. package/dist/services/cloud-managed-gateway-relay.js.map +10 -0
  225. package/dist/services/cloud-model-registry.d.ts.map +1 -1
  226. package/dist/services/cloud-model-registry.js +175 -0
  227. package/dist/services/cloud-model-registry.js.map +10 -0
  228. package/dist/services/index.d.ts +3 -1
  229. package/dist/services/index.d.ts.map +1 -1
  230. package/dist/services/index.js +29 -0
  231. package/dist/services/index.js.map +9 -0
  232. package/dist/types/cloud.d.ts +41 -19
  233. package/dist/types/cloud.d.ts.map +1 -1
  234. package/dist/types/cloud.js +52 -0
  235. package/dist/types/cloud.js.map +10 -0
  236. package/dist/types/index.d.ts +1 -1
  237. package/dist/types/index.d.ts.map +1 -1
  238. package/dist/types/index.js +24 -0
  239. package/dist/types/index.js.map +9 -0
  240. package/dist/utils/cloud-api.d.ts +2 -27
  241. package/dist/utils/cloud-api.d.ts.map +1 -1
  242. package/dist/utils/cloud-api.js +33 -0
  243. package/dist/utils/cloud-api.js.map +10 -0
  244. package/dist/utils/cloud-sdk/client.d.ts +133 -0
  245. package/dist/utils/cloud-sdk/client.d.ts.map +1 -0
  246. package/dist/utils/cloud-sdk/client.js +3561 -0
  247. package/dist/utils/cloud-sdk/client.js.map +13 -0
  248. package/dist/utils/cloud-sdk/http.d.ts +37 -0
  249. package/dist/utils/cloud-sdk/http.d.ts.map +1 -0
  250. package/dist/utils/cloud-sdk/http.js +237 -0
  251. package/dist/utils/cloud-sdk/http.js.map +11 -0
  252. package/dist/utils/cloud-sdk/index.d.ts +6 -0
  253. package/dist/utils/cloud-sdk/index.d.ts.map +1 -0
  254. package/dist/utils/cloud-sdk/index.js +29 -0
  255. package/dist/utils/cloud-sdk/index.js.map +9 -0
  256. package/dist/utils/cloud-sdk/public-routes.d.ts +5377 -0
  257. package/dist/utils/cloud-sdk/public-routes.d.ts.map +1 -0
  258. package/dist/utils/cloud-sdk/public-routes.js +2950 -0
  259. package/dist/utils/cloud-sdk/public-routes.js.map +10 -0
  260. package/dist/utils/cloud-sdk/types.cloud-api.d.ts +101 -0
  261. package/dist/utils/cloud-sdk/types.cloud-api.d.ts.map +1 -0
  262. package/dist/utils/cloud-sdk/types.cloud-api.js +2 -0
  263. package/dist/utils/cloud-sdk/types.cloud-api.js.map +9 -0
  264. package/dist/utils/cloud-sdk/types.d.ts +655 -0
  265. package/dist/utils/cloud-sdk/types.d.ts.map +1 -0
  266. package/dist/utils/cloud-sdk/types.js +29 -0
  267. package/dist/utils/cloud-sdk/types.js.map +10 -0
  268. package/dist/utils/config.d.ts +7 -3
  269. package/dist/utils/config.d.ts.map +1 -1
  270. package/dist/utils/config.js +137 -0
  271. package/dist/utils/config.js.map +10 -0
  272. package/dist/utils/events.d.ts.map +1 -1
  273. package/dist/utils/events.js +43 -0
  274. package/dist/utils/events.js.map +10 -0
  275. package/dist/utils/helpers.d.ts.map +1 -1
  276. package/dist/utils/helpers.js +103 -0
  277. package/dist/utils/helpers.js.map +10 -0
  278. package/dist/utils/responses-output.d.ts +13 -0
  279. package/dist/utils/responses-output.d.ts.map +1 -0
  280. package/dist/utils/responses-output.js +102 -0
  281. package/dist/utils/responses-output.js.map +10 -0
  282. package/dist/utils/sdk-client.d.ts +5 -0
  283. package/dist/utils/sdk-client.d.ts.map +1 -0
  284. package/dist/utils/sdk-client.js +144 -0
  285. package/dist/utils/sdk-client.js.map +11 -0
  286. package/package.json +108 -19
  287. package/src/cloud/auth.ts +175 -0
  288. package/src/cloud/backup.ts +46 -0
  289. package/src/cloud/base-url.ts +62 -0
  290. package/src/cloud/bridge-client.ts +602 -0
  291. package/src/cloud/cloud-api-key.ts +80 -0
  292. package/src/cloud/cloud-manager.ts +163 -0
  293. package/src/cloud/cloud-proxy.ts +52 -0
  294. package/src/cloud/cloud-wallet.ts +341 -0
  295. package/src/cloud/index.ts +28 -0
  296. package/src/cloud/reconnect.ts +111 -0
  297. package/src/cloud/validate-url.ts +181 -0
  298. package/src/cloud-providers/cloud-status.ts +75 -0
  299. package/src/cloud-providers/container-health.ts +68 -0
  300. package/src/cloud-providers/credit-balance.ts +70 -0
  301. package/src/cloud-providers/index.ts +3 -0
  302. package/src/cloud-providers/model-registry.ts +74 -0
  303. package/src/index.browser.ts +10 -0
  304. package/src/index.node.ts +39 -0
  305. package/src/index.ts +347 -0
  306. package/src/init.ts +39 -0
  307. package/src/lib/cloud-connection.ts +663 -0
  308. package/src/lib/cloud-secrets.ts +58 -0
  309. package/src/lib/config-env.ts +168 -0
  310. package/src/lib/config-like.ts +149 -0
  311. package/src/lib/credential-type-map.ts +130 -0
  312. package/src/lib/feature-flags.ts +26 -0
  313. package/src/lib/http.ts +139 -0
  314. package/src/lib/server-cloud-tts.ts +609 -0
  315. package/src/lib/state-paths.ts +28 -0
  316. package/src/lib/tts-debug.ts +34 -0
  317. package/src/models/embeddings.ts +234 -0
  318. package/src/models/image.ts +219 -0
  319. package/src/models/index.ts +16 -0
  320. package/src/models/research.ts +265 -0
  321. package/src/models/speech.ts +78 -0
  322. package/src/models/text.ts +899 -0
  323. package/src/models/tokenization.ts +67 -0
  324. package/src/models/transcription.ts +97 -0
  325. package/src/onboarding.ts +396 -0
  326. package/src/plugin.ts +243 -0
  327. package/src/providers/openai.ts +16 -0
  328. package/src/register-routes.ts +6 -0
  329. package/src/routes/cloud-billing-routes.ts +754 -0
  330. package/src/routes/cloud-compat-routes.ts +314 -0
  331. package/src/routes/cloud-features-routes.ts +57 -0
  332. package/src/routes/cloud-provisioning.ts +37 -0
  333. package/src/routes/cloud-relay-routes.ts +89 -0
  334. package/src/routes/cloud-routes-autonomous.ts +996 -0
  335. package/src/routes/cloud-routes.ts +576 -0
  336. package/src/routes/cloud-status-routes-autonomous.ts +234 -0
  337. package/src/routes/cloud-status-routes.ts +73 -0
  338. package/src/services/cloud-auth.ts +567 -0
  339. package/src/services/cloud-backup.ts +208 -0
  340. package/src/services/cloud-bootstrap.ts +108 -0
  341. package/src/services/cloud-bridge.ts +386 -0
  342. package/src/services/cloud-container.ts +297 -0
  343. package/src/services/cloud-credential-provider.ts +210 -0
  344. package/src/services/cloud-managed-gateway-relay.ts +663 -0
  345. package/src/services/cloud-model-registry.ts +202 -0
  346. package/src/services/index.ts +17 -0
  347. package/{types → src/types}/cloud.ts +52 -29
  348. package/{types → src/types}/index.ts +6 -0
  349. package/src/utils/cloud-api.ts +10 -0
  350. package/src/utils/cloud-sdk/client.ts +735 -0
  351. package/src/utils/cloud-sdk/http.ts +291 -0
  352. package/src/utils/cloud-sdk/index.ts +23 -0
  353. package/src/utils/cloud-sdk/public-routes.ts +5070 -0
  354. package/src/utils/cloud-sdk/types.cloud-api.ts +120 -0
  355. package/src/utils/cloud-sdk/types.ts +762 -0
  356. package/src/utils/config.ts +174 -0
  357. package/src/utils/events.ts +37 -0
  358. package/src/utils/helpers.ts +107 -0
  359. package/src/utils/responses-output.ts +115 -0
  360. package/src/utils/sdk-client.ts +37 -0
  361. package/dist/actions/check-credits.d.ts +0 -6
  362. package/dist/actions/check-credits.d.ts.map +0 -1
  363. package/dist/actions/freeze-agent.d.ts +0 -9
  364. package/dist/actions/freeze-agent.d.ts.map +0 -1
  365. package/dist/actions/index.d.ts +0 -5
  366. package/dist/actions/index.d.ts.map +0 -1
  367. package/dist/actions/provision-agent.d.ts +0 -8
  368. package/dist/actions/provision-agent.d.ts.map +0 -1
  369. package/dist/actions/resume-agent.d.ts +0 -9
  370. package/dist/actions/resume-agent.d.ts.map +0 -1
  371. package/dist/build.d.ts +0 -3
  372. package/dist/build.d.ts.map +0 -1
  373. package/dist/generated/specs/specs.d.ts +0 -55
  374. package/dist/generated/specs/specs.d.ts.map +0 -1
  375. package/dist/models/object.d.ts +0 -4
  376. package/dist/models/object.d.ts.map +0 -1
  377. package/dist/utils/forwarded-settings.d.ts +0 -8
  378. package/dist/utils/forwarded-settings.d.ts.map +0 -1
@@ -0,0 +1,3561 @@
1
+ import { createRequire } from "node:module";
2
+ var __defProp = Object.defineProperty;
3
+ var __returnValue = (v) => v;
4
+ function __exportSetter(name, newValue) {
5
+ this[name] = __returnValue.bind(null, newValue);
6
+ }
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, {
10
+ get: all[name],
11
+ enumerable: true,
12
+ configurable: true,
13
+ set: __exportSetter.bind(all, name)
14
+ });
15
+ };
16
+ var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
17
+ var __require = /* @__PURE__ */ createRequire(import.meta.url);
18
+
19
+ // src/utils/cloud-sdk/types.ts
20
+ var DEFAULT_ELIZA_CLOUD_BASE_URL = "https://www.elizacloud.ai";
21
+ var DEFAULT_ELIZA_CLOUD_API_ORIGIN = "https://api.elizacloud.ai";
22
+ var DEFAULT_ELIZA_CLOUD_API_BASE_URL = `${DEFAULT_ELIZA_CLOUD_API_ORIGIN}/api/v1`;
23
+
24
+ // src/utils/cloud-sdk/http.ts
25
+ function trimTrailingSlash(value) {
26
+ return value.replace(/\/+$/, "");
27
+ }
28
+ function ensureLeadingSlash(value) {
29
+ return value.startsWith("/") ? value : `/${value}`;
30
+ }
31
+ function normalizeBaseUrl(value, fallback) {
32
+ const trimmed = value?.trim();
33
+ return trimTrailingSlash(trimmed && trimmed.length > 0 ? trimmed : fallback);
34
+ }
35
+ function isRecord(value) {
36
+ return typeof value === "object" && value !== null && !Array.isArray(value);
37
+ }
38
+ function appendQuery(url, query) {
39
+ if (!query)
40
+ return url;
41
+ const params = query instanceof URLSearchParams ? query : new URLSearchParams;
42
+ if (!(query instanceof URLSearchParams)) {
43
+ for (const [key, value] of Object.entries(query)) {
44
+ appendQueryValue(params, key, value);
45
+ }
46
+ }
47
+ for (const [key, value] of params) {
48
+ url.searchParams.append(key, value);
49
+ }
50
+ return url;
51
+ }
52
+ function appendQueryValue(params, key, value) {
53
+ if (Array.isArray(value)) {
54
+ for (const item of value) {
55
+ appendQueryValue(params, key, item);
56
+ }
57
+ return;
58
+ }
59
+ if (value === null || value === undefined)
60
+ return;
61
+ params.append(key, String(value));
62
+ }
63
+ function resolveUrl(baseUrl, path, query) {
64
+ const url = /^https?:\/\//i.test(path) ? new URL(path) : new URL(`${trimTrailingSlash(baseUrl)}${ensureLeadingSlash(path)}`);
65
+ return appendQuery(url, query).toString();
66
+ }
67
+ async function parseResponseBody(response) {
68
+ const text = await response.text();
69
+ if (!text)
70
+ return;
71
+ const contentType = response.headers.get("content-type") ?? "";
72
+ if (!contentType.includes("application/json")) {
73
+ return text;
74
+ }
75
+ try {
76
+ return JSON.parse(text);
77
+ } catch {
78
+ return text;
79
+ }
80
+ }
81
+ function normalizeErrorBody(status, statusText, body) {
82
+ if (isRecord(body)) {
83
+ const rawError = body.error;
84
+ const error = typeof rawError === "string" ? rawError : isRecord(rawError) && typeof rawError.message === "string" ? rawError.message : typeof body.message === "string" ? body.message : `HTTP ${status}: ${statusText}`;
85
+ return {
86
+ success: false,
87
+ error,
88
+ details: isRecord(body.details) ? body.details : undefined,
89
+ requiredCredits: typeof body.requiredCredits === "number" ? body.requiredCredits : undefined,
90
+ quota: isQuota(body.quota) ? body.quota : undefined
91
+ };
92
+ }
93
+ return {
94
+ success: false,
95
+ error: typeof body === "string" && body.trim() ? `HTTP ${status}: ${body}` : `HTTP ${status}: ${statusText}`
96
+ };
97
+ }
98
+ function isQuota(value) {
99
+ return isRecord(value) && typeof value.current === "number" && typeof value.max === "number";
100
+ }
101
+ function timeoutSignal(timeoutMs, signal) {
102
+ if (signal)
103
+ return signal;
104
+ if (!timeoutMs)
105
+ return;
106
+ return AbortSignal.timeout(timeoutMs);
107
+ }
108
+
109
+ class CloudApiError extends Error {
110
+ statusCode;
111
+ errorBody;
112
+ constructor(statusCode, body) {
113
+ super(body.error);
114
+ this.name = "CloudApiError";
115
+ this.statusCode = statusCode;
116
+ this.errorBody = body;
117
+ }
118
+ }
119
+
120
+ class InsufficientCreditsError extends CloudApiError {
121
+ requiredCredits;
122
+ constructor(body) {
123
+ super(402, body);
124
+ this.name = "InsufficientCreditsError";
125
+ this.requiredCredits = body.requiredCredits ?? 0;
126
+ }
127
+ }
128
+
129
+ class ElizaCloudHttpClient {
130
+ baseUrl;
131
+ apiKey;
132
+ bearerToken;
133
+ fetchImpl;
134
+ defaultHeaders;
135
+ constructor(options = {}) {
136
+ this.baseUrl = normalizeBaseUrl(options.baseUrl, DEFAULT_ELIZA_CLOUD_API_BASE_URL);
137
+ this.apiKey = options.apiKey;
138
+ this.bearerToken = options.bearerToken;
139
+ this.fetchImpl = options.fetchImpl ?? fetch;
140
+ this.defaultHeaders = options.defaultHeaders;
141
+ }
142
+ setApiKey(key) {
143
+ this.apiKey = key;
144
+ }
145
+ setBearerToken(token) {
146
+ this.bearerToken = token;
147
+ }
148
+ setBaseUrl(url) {
149
+ this.baseUrl = normalizeBaseUrl(url, DEFAULT_ELIZA_CLOUD_API_BASE_URL);
150
+ }
151
+ getBaseUrl() {
152
+ return this.baseUrl;
153
+ }
154
+ getApiKey() {
155
+ return this.apiKey;
156
+ }
157
+ buildWsUrl(path) {
158
+ return `${this.baseUrl.replace(/^http/, "ws")}${ensureLeadingSlash(path)}`;
159
+ }
160
+ buildUrl(path, query) {
161
+ return resolveUrl(this.baseUrl, path, query);
162
+ }
163
+ async requestRaw(method, path, options = {}) {
164
+ const headers = new Headers(this.defaultHeaders);
165
+ const optionHeaders = new Headers(options.headers);
166
+ for (const [key, value] of optionHeaders) {
167
+ headers.set(key, value);
168
+ }
169
+ if (!options.skipAuth) {
170
+ const token = this.bearerToken ?? this.apiKey;
171
+ if (token) {
172
+ headers.set("Authorization", `Bearer ${token}`);
173
+ }
174
+ if (this.apiKey) {
175
+ headers.set("X-API-Key", this.apiKey);
176
+ }
177
+ }
178
+ const init = {
179
+ method,
180
+ headers,
181
+ signal: timeoutSignal(options.timeoutMs, options.signal)
182
+ };
183
+ if (options.json !== undefined) {
184
+ if (!headers.has("Content-Type")) {
185
+ headers.set("Content-Type", "application/json");
186
+ }
187
+ init.body = JSON.stringify(options.json);
188
+ } else if (options.body !== undefined) {
189
+ init.body = options.body;
190
+ }
191
+ return this.fetchImpl(this.buildUrl(path, options.query), init);
192
+ }
193
+ async request(method, path, options = {}) {
194
+ const response = await this.requestRaw(method, path, options);
195
+ const body = await parseResponseBody(response);
196
+ if (!response.ok) {
197
+ const errorBody = normalizeErrorBody(response.status, response.statusText, body);
198
+ throw response.status === 402 ? new InsufficientCreditsError(errorBody) : new CloudApiError(response.status, errorBody);
199
+ }
200
+ if (body === undefined || typeof body === "string") {
201
+ return { success: true };
202
+ }
203
+ return body;
204
+ }
205
+ async get(path, options) {
206
+ return this.request("GET", path, options);
207
+ }
208
+ async post(path, body, options = {}) {
209
+ return this.request("POST", path, { ...options, json: body });
210
+ }
211
+ async put(path, body, options = {}) {
212
+ return this.request("PUT", path, { ...options, json: body });
213
+ }
214
+ async patch(path, body, options = {}) {
215
+ return this.request("PATCH", path, { ...options, json: body });
216
+ }
217
+ async delete(path, options) {
218
+ return this.request("DELETE", path, options);
219
+ }
220
+ }
221
+
222
+ class CloudApiClient extends ElizaCloudHttpClient {
223
+ constructor(baseUrl = DEFAULT_ELIZA_CLOUD_API_BASE_URL, apiKey, options = {}) {
224
+ super({ ...options, baseUrl, apiKey });
225
+ }
226
+ async postUnauthenticated(path, body) {
227
+ return this.post(path, body, { skipAuth: true });
228
+ }
229
+ }
230
+
231
+ // src/utils/cloud-sdk/public-routes.ts
232
+ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
233
+ "DELETE /api/elevenlabs/voices/{id}": { method: "DELETE", path: "/api/elevenlabs/voices/{id}", methodName: "deleteApiElevenlabsVoicesById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/[id]/route.ts" },
234
+ "DELETE /api/v1/advertising/accounts/{id}": { method: "DELETE", path: "/api/v1/advertising/accounts/{id}", methodName: "deleteApiV1AdvertisingAccountsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/[id]/route.ts" },
235
+ "DELETE /api/v1/advertising/campaigns/{id}": { method: "DELETE", path: "/api/v1/advertising/campaigns/{id}", methodName: "deleteApiV1AdvertisingCampaignsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/route.ts" },
236
+ "DELETE /api/v1/agents/{agentId}/publish": { method: "DELETE", path: "/api/v1/agents/{agentId}/publish", methodName: "deleteApiV1AgentsByAgentIdPublish", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/publish/route.ts" },
237
+ "DELETE /api/v1/agents/{agentId}/workflows/{workflowId}": { method: "DELETE", path: "/api/v1/agents/{agentId}/workflows/{workflowId}", methodName: "deleteApiV1AgentsByAgentIdWorkflowsByWorkflowId", responseMode: "json", pathParams: ["agentId", "workflowId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/[workflowId]/route.ts" },
238
+ "DELETE /api/v1/api-keys/{id}": { method: "DELETE", path: "/api/v1/api-keys/{id}", methodName: "deleteApiV1ApiKeysById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/api-keys/[id]/route.ts" },
239
+ "DELETE /api/v1/apis/storage/objects/{key}": { method: "DELETE", path: "/api/v1/apis/storage/objects/{key}", methodName: "deleteApiV1ApisStorageObjectsByKey", responseMode: "json", pathParams: ["key"], catchAllPathParams: ["key"], file: "apps/api/v1/apis/storage/objects/[...key]/route.ts" },
240
+ "DELETE /api/v1/apis/streaming/sessions/{id}": { method: "DELETE", path: "/api/v1/apis/streaming/sessions/{id}", methodName: "deleteApiV1ApisStreamingSessionsById", responseMode: "stream", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apis/streaming/sessions/[id]/route.ts" },
241
+ "DELETE /api/v1/apps/{id}": { method: "DELETE", path: "/api/v1/apps/{id}", methodName: "deleteApiV1AppsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/route.ts" },
242
+ "DELETE /api/v1/apps/{id}/discord-automation": { method: "DELETE", path: "/api/v1/apps/{id}/discord-automation", methodName: "deleteApiV1AppsByIdDiscordAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/discord-automation/route.ts" },
243
+ "DELETE /api/v1/apps/{id}/domains": { method: "DELETE", path: "/api/v1/apps/{id}/domains", methodName: "deleteApiV1AppsByIdDomains", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/route.ts" },
244
+ "DELETE /api/v1/apps/{id}/domains/{domain}/dns/{recordId}": { method: "DELETE", path: "/api/v1/apps/{id}/domains/{domain}/dns/{recordId}", methodName: "deleteApiV1AppsByIdDomainsByDomainDnsByRecordId", responseMode: "json", pathParams: ["id", "domain", "recordId"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/[domain]/dns/[recordId]/route.ts" },
245
+ "DELETE /api/v1/apps/{id}/telegram-automation": { method: "DELETE", path: "/api/v1/apps/{id}/telegram-automation", methodName: "deleteApiV1AppsByIdTelegramAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/telegram-automation/route.ts" },
246
+ "DELETE /api/v1/apps/{id}/twitter-automation": { method: "DELETE", path: "/api/v1/apps/{id}/twitter-automation", methodName: "deleteApiV1AppsByIdTwitterAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/twitter-automation/route.ts" },
247
+ "DELETE /api/v1/blooio/disconnect": { method: "DELETE", path: "/api/v1/blooio/disconnect", methodName: "deleteApiV1BlooioDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/blooio/disconnect/route.ts" },
248
+ "DELETE /api/v1/browser/sessions/{id}": { method: "DELETE", path: "/api/v1/browser/sessions/{id}", methodName: "deleteApiV1BrowserSessionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/[id]/route.ts" },
249
+ "DELETE /api/v1/connections/{platform}": { method: "DELETE", path: "/api/v1/connections/{platform}", methodName: "deleteApiV1ConnectionsByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/connections/[platform]/route.ts" },
250
+ "DELETE /api/v1/containers/{id}": { method: "DELETE", path: "/api/v1/containers/{id}", methodName: "deleteApiV1ContainersById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/route.ts" },
251
+ "DELETE /api/v1/discord/connections/{id}": { method: "DELETE", path: "/api/v1/discord/connections/{id}", methodName: "deleteApiV1DiscordConnectionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/discord/connections/[id]/route.ts" },
252
+ "DELETE /api/v1/documents/{id}": { method: "DELETE", path: "/api/v1/documents/{id}", methodName: "deleteApiV1DocumentsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/documents/[id]/route.ts" },
253
+ "DELETE /api/v1/documents/pre-upload": { method: "DELETE", path: "/api/v1/documents/pre-upload", methodName: "deleteApiV1DocumentsPreUpload", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/pre-upload/route.ts" },
254
+ "DELETE /api/v1/eliza/agents/{agentId}": { method: "DELETE", path: "/api/v1/eliza/agents/{agentId}", methodName: "deleteApiV1ElizaAgentsByAgentId", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/route.ts" },
255
+ "DELETE /api/v1/eliza/agents/{agentId}/discord": { method: "DELETE", path: "/api/v1/eliza/agents/{agentId}/discord", methodName: "deleteApiV1ElizaAgentsByAgentIdDiscord", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/discord/route.ts" },
256
+ "DELETE /api/v1/eliza/agents/{agentId}/github": { method: "DELETE", path: "/api/v1/eliza/agents/{agentId}/github", methodName: "deleteApiV1ElizaAgentsByAgentIdGithub", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/github/route.ts" },
257
+ "DELETE /api/v1/eliza/gateway-relay/sessions/{sessionId}": { method: "DELETE", path: "/api/v1/eliza/gateway-relay/sessions/{sessionId}", methodName: "deleteApiV1ElizaGatewayRelaySessionsBySessionId", responseMode: "json", pathParams: ["sessionId"], catchAllPathParams: [], file: "apps/api/v1/eliza/gateway-relay/sessions/[sessionId]/route.ts" },
258
+ "DELETE /api/v1/eliza/google/calendar/events/{eventId}": { method: "DELETE", path: "/api/v1/eliza/google/calendar/events/{eventId}", methodName: "deleteApiV1ElizaGoogleCalendarEventsByEventId", responseMode: "json", pathParams: ["eventId"], catchAllPathParams: [], file: "apps/api/v1/eliza/google/calendar/events/[eventId]/route.ts" },
259
+ "DELETE /api/v1/gallery/{id}": { method: "DELETE", path: "/api/v1/gallery/{id}", methodName: "deleteApiV1GalleryById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/gallery/[id]/route.ts" },
260
+ "DELETE /api/v1/generate-image": { method: "DELETE", path: "/api/v1/generate-image", methodName: "deleteApiV1GenerateImage", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-image/route.ts" },
261
+ "DELETE /api/v1/generate-music": { method: "DELETE", path: "/api/v1/generate-music", methodName: "deleteApiV1GenerateMusic", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-music/route.ts" },
262
+ "DELETE /api/v1/generate-video": { method: "DELETE", path: "/api/v1/generate-video", methodName: "deleteApiV1GenerateVideo", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-video/route.ts" },
263
+ "DELETE /api/v1/mcps/{mcpId}": { method: "DELETE", path: "/api/v1/mcps/{mcpId}", methodName: "deleteApiV1McpsByMcpId", responseMode: "json", pathParams: ["mcpId"], catchAllPathParams: [], file: "apps/api/v1/mcps/[mcpId]/route.ts" },
264
+ "DELETE /api/v1/mcps/{mcpId}/publish": { method: "DELETE", path: "/api/v1/mcps/{mcpId}/publish", methodName: "deleteApiV1McpsByMcpIdPublish", responseMode: "json", pathParams: ["mcpId"], catchAllPathParams: [], file: "apps/api/v1/mcps/[mcpId]/publish/route.ts" },
265
+ "DELETE /api/v1/oauth/connections/{id}": { method: "DELETE", path: "/api/v1/oauth/connections/{id}", methodName: "deleteApiV1OauthConnectionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/oauth/connections/[id]/route.ts" },
266
+ "DELETE /api/v1/proxy/birdeye/{path}": { method: "DELETE", path: "/api/v1/proxy/birdeye/{path}", methodName: "deleteApiV1ProxyBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/proxy/birdeye/[...path]/route.ts" },
267
+ "DELETE /api/v1/telegram/disconnect": { method: "DELETE", path: "/api/v1/telegram/disconnect", methodName: "deleteApiV1TelegramDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/disconnect/route.ts" },
268
+ "DELETE /api/v1/twilio/disconnect": { method: "DELETE", path: "/api/v1/twilio/disconnect", methodName: "deleteApiV1TwilioDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twilio/disconnect/route.ts" },
269
+ "DELETE /api/v1/twitter/disconnect": { method: "DELETE", path: "/api/v1/twitter/disconnect", methodName: "deleteApiV1TwitterDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twitter/disconnect/route.ts" },
270
+ "DELETE /api/v1/user/avatar": { method: "DELETE", path: "/api/v1/user/avatar", methodName: "deleteApiV1UserAvatar", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/avatar/route.ts" },
271
+ "DELETE /api/v1/voice/{id}": { method: "DELETE", path: "/api/v1/voice/{id}", methodName: "deleteApiV1VoiceById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/voice/[id]/route.ts" },
272
+ "DELETE /api/v1/whatsapp/disconnect": { method: "DELETE", path: "/api/v1/whatsapp/disconnect", methodName: "deleteApiV1WhatsappDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/whatsapp/disconnect/route.ts" },
273
+ "GET /api/elevenlabs/voices": { method: "GET", path: "/api/elevenlabs/voices", methodName: "getApiElevenlabsVoices", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/route.ts" },
274
+ "GET /api/elevenlabs/voices/{id}": { method: "GET", path: "/api/elevenlabs/voices/{id}", methodName: "getApiElevenlabsVoicesById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/[id]/route.ts" },
275
+ "GET /api/elevenlabs/voices/jobs": { method: "GET", path: "/api/elevenlabs/voices/jobs", methodName: "getApiElevenlabsVoicesJobs", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/jobs/route.ts" },
276
+ "GET /api/elevenlabs/voices/user": { method: "GET", path: "/api/elevenlabs/voices/user", methodName: "getApiElevenlabsVoicesUser", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/user/route.ts" },
277
+ "GET /api/elevenlabs/voices/verify/{id}": { method: "GET", path: "/api/elevenlabs/voices/verify/{id}", methodName: "getApiElevenlabsVoicesVerifyById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/verify/[id]/route.ts" },
278
+ "GET /api/v1/advertising/accounts": { method: "GET", path: "/api/v1/advertising/accounts", methodName: "getApiV1AdvertisingAccounts", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/route.ts" },
279
+ "GET /api/v1/advertising/accounts/{id}": { method: "GET", path: "/api/v1/advertising/accounts/{id}", methodName: "getApiV1AdvertisingAccountsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/[id]/route.ts" },
280
+ "GET /api/v1/advertising/campaigns": { method: "GET", path: "/api/v1/advertising/campaigns", methodName: "getApiV1AdvertisingCampaigns", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/route.ts" },
281
+ "GET /api/v1/advertising/campaigns/{id}": { method: "GET", path: "/api/v1/advertising/campaigns/{id}", methodName: "getApiV1AdvertisingCampaignsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/route.ts" },
282
+ "GET /api/v1/advertising/campaigns/{id}/analytics": { method: "GET", path: "/api/v1/advertising/campaigns/{id}/analytics", methodName: "getApiV1AdvertisingCampaignsByIdAnalytics", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/analytics/route.ts" },
283
+ "GET /api/v1/advertising/campaigns/{id}/creatives": { method: "GET", path: "/api/v1/advertising/campaigns/{id}/creatives", methodName: "getApiV1AdvertisingCampaignsByIdCreatives", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/creatives/route.ts" },
284
+ "GET /api/v1/affiliates": { method: "GET", path: "/api/v1/affiliates", methodName: "getApiV1Affiliates", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/affiliates/route.ts" },
285
+ "GET /api/v1/agents/{agentId}": { method: "GET", path: "/api/v1/agents/{agentId}", methodName: "getApiV1AgentsByAgentId", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/route.ts" },
286
+ "GET /api/v1/agents/{agentId}/logs": { method: "GET", path: "/api/v1/agents/{agentId}/logs", methodName: "getApiV1AgentsByAgentIdLogs", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/logs/route.ts" },
287
+ "GET /api/v1/agents/{agentId}/monetization": { method: "GET", path: "/api/v1/agents/{agentId}/monetization", methodName: "getApiV1AgentsByAgentIdMonetization", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/monetization/route.ts" },
288
+ "GET /api/v1/agents/{agentId}/status": { method: "GET", path: "/api/v1/agents/{agentId}/status", methodName: "getApiV1AgentsByAgentIdStatus", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/status/route.ts" },
289
+ "GET /api/v1/agents/{agentId}/usage": { method: "GET", path: "/api/v1/agents/{agentId}/usage", methodName: "getApiV1AgentsByAgentIdUsage", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/usage/route.ts" },
290
+ "GET /api/v1/agents/{agentId}/workflows": { method: "GET", path: "/api/v1/agents/{agentId}/workflows", methodName: "getApiV1AgentsByAgentIdWorkflows", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/route.ts" },
291
+ "GET /api/v1/agents/{agentId}/workflows/{workflowId}": { method: "GET", path: "/api/v1/agents/{agentId}/workflows/{workflowId}", methodName: "getApiV1AgentsByAgentIdWorkflowsByWorkflowId", responseMode: "json", pathParams: ["agentId", "workflowId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/[workflowId]/route.ts" },
292
+ "GET /api/v1/agents/{agentId}/workflows/executions/{executionId}": { method: "GET", path: "/api/v1/agents/{agentId}/workflows/executions/{executionId}", methodName: "getApiV1AgentsByAgentIdWorkflowsExecutionsByExecutionId", responseMode: "json", pathParams: ["agentId", "executionId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/executions/[executionId]/route.ts" },
293
+ "GET /api/v1/agents/by-token": { method: "GET", path: "/api/v1/agents/by-token", methodName: "getApiV1AgentsByToken", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/agents/by-token/route.ts" },
294
+ "GET /api/v1/api-keys": { method: "GET", path: "/api/v1/api-keys", methodName: "getApiV1ApiKeys", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/api-keys/route.ts" },
295
+ "GET /api/v1/apis/birdeye/{path}": { method: "GET", path: "/api/v1/apis/birdeye/{path}", methodName: "getApiV1ApisBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/apis/birdeye/[...path]/route.ts" },
296
+ "GET /api/v1/apis/dexscreener/{path}": { method: "GET", path: "/api/v1/apis/dexscreener/{path}", methodName: "getApiV1ApisDexscreenerByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/apis/dexscreener/[...path]/route.ts" },
297
+ "GET /api/v1/apis/storage/list": { method: "GET", path: "/api/v1/apis/storage/list", methodName: "getApiV1ApisStorageList", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/apis/storage/list/route.ts" },
298
+ "GET /api/v1/apis/storage/objects/{key}": { method: "GET", path: "/api/v1/apis/storage/objects/{key}", methodName: "getApiV1ApisStorageObjectsByKey", responseMode: "json", pathParams: ["key"], catchAllPathParams: ["key"], file: "apps/api/v1/apis/storage/objects/[...key]/route.ts" },
299
+ "GET /api/v1/apis/streaming/sessions/{id}": { method: "GET", path: "/api/v1/apis/streaming/sessions/{id}", methodName: "getApiV1ApisStreamingSessionsById", responseMode: "stream", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apis/streaming/sessions/[id]/route.ts" },
300
+ "GET /api/v1/app-auth/session": { method: "GET", path: "/api/v1/app-auth/session", methodName: "getApiV1AppAuthSession", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/app-auth/session/route.ts" },
301
+ "GET /api/v1/app-credits/balance": { method: "GET", path: "/api/v1/app-credits/balance", methodName: "getApiV1AppCreditsBalance", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/app-credits/balance/route.ts" },
302
+ "GET /api/v1/app-credits/verify": { method: "GET", path: "/api/v1/app-credits/verify", methodName: "getApiV1AppCreditsVerify", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/app-credits/verify/route.ts" },
303
+ "GET /api/v1/apps": { method: "GET", path: "/api/v1/apps", methodName: "getApiV1Apps", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/apps/route.ts" },
304
+ "GET /api/v1/apps/{id}": { method: "GET", path: "/api/v1/apps/{id}", methodName: "getApiV1AppsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/route.ts" },
305
+ "GET /api/v1/apps/{id}/analytics": { method: "GET", path: "/api/v1/apps/{id}/analytics", methodName: "getApiV1AppsByIdAnalytics", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/analytics/route.ts" },
306
+ "GET /api/v1/apps/{id}/analytics/requests": { method: "GET", path: "/api/v1/apps/{id}/analytics/requests", methodName: "getApiV1AppsByIdAnalyticsRequests", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/analytics/requests/route.ts" },
307
+ "GET /api/v1/apps/{id}/characters": { method: "GET", path: "/api/v1/apps/{id}/characters", methodName: "getApiV1AppsByIdCharacters", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/characters/route.ts" },
308
+ "GET /api/v1/apps/{id}/charges": { method: "GET", path: "/api/v1/apps/{id}/charges", methodName: "getApiV1AppsByIdCharges", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/charges/route.ts" },
309
+ "GET /api/v1/apps/{id}/charges/{chargeId}": { method: "GET", path: "/api/v1/apps/{id}/charges/{chargeId}", methodName: "getApiV1AppsByIdChargesByChargeId", responseMode: "json", pathParams: ["id", "chargeId"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/charges/[chargeId]/route.ts" },
310
+ "GET /api/v1/apps/{id}/discord-automation": { method: "GET", path: "/api/v1/apps/{id}/discord-automation", methodName: "getApiV1AppsByIdDiscordAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/discord-automation/route.ts" },
311
+ "GET /api/v1/apps/{id}/domains": { method: "GET", path: "/api/v1/apps/{id}/domains", methodName: "getApiV1AppsByIdDomains", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/route.ts" },
312
+ "GET /api/v1/apps/{id}/domains/{domain}/dns": { method: "GET", path: "/api/v1/apps/{id}/domains/{domain}/dns", methodName: "getApiV1AppsByIdDomainsByDomainDns", responseMode: "json", pathParams: ["id", "domain"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/[domain]/dns/route.ts" },
313
+ "GET /api/v1/apps/{id}/domains/{domain}/dns/{recordId}": { method: "GET", path: "/api/v1/apps/{id}/domains/{domain}/dns/{recordId}", methodName: "getApiV1AppsByIdDomainsByDomainDnsByRecordId", responseMode: "json", pathParams: ["id", "domain", "recordId"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/[domain]/dns/[recordId]/route.ts" },
314
+ "GET /api/v1/apps/{id}/earnings": { method: "GET", path: "/api/v1/apps/{id}/earnings", methodName: "getApiV1AppsByIdEarnings", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/earnings/route.ts" },
315
+ "GET /api/v1/apps/{id}/earnings/history": { method: "GET", path: "/api/v1/apps/{id}/earnings/history", methodName: "getApiV1AppsByIdEarningsHistory", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/earnings/history/route.ts" },
316
+ "GET /api/v1/apps/{id}/monetization": { method: "GET", path: "/api/v1/apps/{id}/monetization", methodName: "getApiV1AppsByIdMonetization", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/monetization/route.ts" },
317
+ "GET /api/v1/apps/{id}/promote": { method: "GET", path: "/api/v1/apps/{id}/promote", methodName: "getApiV1AppsByIdPromote", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/promote/route.ts" },
318
+ "GET /api/v1/apps/{id}/promote/analytics": { method: "GET", path: "/api/v1/apps/{id}/promote/analytics", methodName: "getApiV1AppsByIdPromoteAnalytics", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/promote/analytics/route.ts" },
319
+ "GET /api/v1/apps/{id}/promote/assets": { method: "GET", path: "/api/v1/apps/{id}/promote/assets", methodName: "getApiV1AppsByIdPromoteAssets", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/promote/assets/route.ts" },
320
+ "GET /api/v1/apps/{id}/public": { method: "GET", path: "/api/v1/apps/{id}/public", methodName: "getApiV1AppsByIdPublic", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/public/route.ts" },
321
+ "GET /api/v1/apps/{id}/telegram-automation": { method: "GET", path: "/api/v1/apps/{id}/telegram-automation", methodName: "getApiV1AppsByIdTelegramAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/telegram-automation/route.ts" },
322
+ "GET /api/v1/apps/{id}/twitter-automation": { method: "GET", path: "/api/v1/apps/{id}/twitter-automation", methodName: "getApiV1AppsByIdTwitterAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/twitter-automation/route.ts" },
323
+ "GET /api/v1/apps/{id}/users": { method: "GET", path: "/api/v1/apps/{id}/users", methodName: "getApiV1AppsByIdUsers", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/users/route.ts" },
324
+ "GET /api/v1/billing/active": { method: "GET", path: "/api/v1/billing/active", methodName: "getApiV1BillingActive", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/billing/active/route.ts" },
325
+ "GET /api/v1/billing/ledger": { method: "GET", path: "/api/v1/billing/ledger", methodName: "getApiV1BillingLedger", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/billing/ledger/route.ts" },
326
+ "GET /api/v1/billing/settings": { method: "GET", path: "/api/v1/billing/settings", methodName: "getApiV1BillingSettings", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/billing/settings/route.ts" },
327
+ "GET /api/v1/blooio/status": { method: "GET", path: "/api/v1/blooio/status", methodName: "getApiV1BlooioStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/blooio/status/route.ts" },
328
+ "GET /api/v1/browser/sessions": { method: "GET", path: "/api/v1/browser/sessions", methodName: "getApiV1BrowserSessions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/route.ts" },
329
+ "GET /api/v1/browser/sessions/{id}": { method: "GET", path: "/api/v1/browser/sessions/{id}", methodName: "getApiV1BrowserSessionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/[id]/route.ts" },
330
+ "GET /api/v1/browser/sessions/{id}/snapshot": { method: "GET", path: "/api/v1/browser/sessions/{id}/snapshot", methodName: "getApiV1BrowserSessionsByIdSnapshot", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/[id]/snapshot/route.ts" },
331
+ "GET /api/v1/chain/nfts/{chain}/{address}": { method: "GET", path: "/api/v1/chain/nfts/{chain}/{address}", methodName: "getApiV1ChainNftsByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/chain/nfts/[chain]/[address]/route.ts" },
332
+ "GET /api/v1/chain/tokens/{chain}/{address}": { method: "GET", path: "/api/v1/chain/tokens/{chain}/{address}", methodName: "getApiV1ChainTokensByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/chain/tokens/[chain]/[address]/route.ts" },
333
+ "GET /api/v1/chain/transfers/{chain}/{address}": { method: "GET", path: "/api/v1/chain/transfers/{chain}/{address}", methodName: "getApiV1ChainTransfersByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/chain/transfers/[chain]/[address]/route.ts" },
334
+ "GET /api/v1/connections/{platform}": { method: "GET", path: "/api/v1/connections/{platform}", methodName: "getApiV1ConnectionsByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/connections/[platform]/route.ts" },
335
+ "GET /api/v1/containers": { method: "GET", path: "/api/v1/containers", methodName: "getApiV1Containers", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/containers/route.ts" },
336
+ "GET /api/v1/containers/{id}": { method: "GET", path: "/api/v1/containers/{id}", methodName: "getApiV1ContainersById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/route.ts" },
337
+ "GET /api/v1/containers/{id}/deployments": { method: "GET", path: "/api/v1/containers/{id}/deployments", methodName: "getApiV1ContainersByIdDeployments", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/deployments/route.ts" },
338
+ "GET /api/v1/containers/{id}/health": { method: "GET", path: "/api/v1/containers/{id}/health", methodName: "getApiV1ContainersByIdHealth", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/health/route.ts" },
339
+ "GET /api/v1/containers/{id}/logs": { method: "GET", path: "/api/v1/containers/{id}/logs", methodName: "getApiV1ContainersByIdLogs", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/logs/route.ts" },
340
+ "GET /api/v1/containers/{id}/logs/stream": { method: "GET", path: "/api/v1/containers/{id}/logs/stream", methodName: "getApiV1ContainersByIdLogsStream", responseMode: "stream", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/logs/stream/route.ts" },
341
+ "GET /api/v1/containers/{id}/metrics": { method: "GET", path: "/api/v1/containers/{id}/metrics", methodName: "getApiV1ContainersByIdMetrics", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/metrics/route.ts" },
342
+ "GET /api/v1/containers/quota": { method: "GET", path: "/api/v1/containers/quota", methodName: "getApiV1ContainersQuota", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/containers/quota/route.ts" },
343
+ "GET /api/v1/credits/balance": { method: "GET", path: "/api/v1/credits/balance", methodName: "getApiV1CreditsBalance", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/credits/balance/route.ts" },
344
+ "GET /api/v1/credits/summary": { method: "GET", path: "/api/v1/credits/summary", methodName: "getApiV1CreditsSummary", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/credits/summary/route.ts" },
345
+ "GET /api/v1/credits/verify": { method: "GET", path: "/api/v1/credits/verify", methodName: "getApiV1CreditsVerify", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/credits/verify/route.ts" },
346
+ "GET /api/v1/device-bus/devices/{deviceId}/intents": { method: "GET", path: "/api/v1/device-bus/devices/{deviceId}/intents", methodName: "getApiV1DeviceBusDevicesByDeviceIdIntents", responseMode: "json", pathParams: ["deviceId"], catchAllPathParams: [], file: "apps/api/v1/device-bus/devices/[deviceId]/intents/route.ts" },
347
+ "GET /api/v1/discord/callback": { method: "GET", path: "/api/v1/discord/callback", methodName: "getApiV1DiscordCallback", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/callback/route.ts" },
348
+ "GET /api/v1/discord/channels": { method: "GET", path: "/api/v1/discord/channels", methodName: "getApiV1DiscordChannels", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/channels/route.ts" },
349
+ "GET /api/v1/discord/connections": { method: "GET", path: "/api/v1/discord/connections", methodName: "getApiV1DiscordConnections", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/connections/route.ts" },
350
+ "GET /api/v1/discord/connections/{id}": { method: "GET", path: "/api/v1/discord/connections/{id}", methodName: "getApiV1DiscordConnectionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/discord/connections/[id]/route.ts" },
351
+ "GET /api/v1/discord/guilds": { method: "GET", path: "/api/v1/discord/guilds", methodName: "getApiV1DiscordGuilds", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/guilds/route.ts" },
352
+ "GET /api/v1/discord/oauth": { method: "GET", path: "/api/v1/discord/oauth", methodName: "getApiV1DiscordOauth", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/oauth/route.ts" },
353
+ "GET /api/v1/discord/status": { method: "GET", path: "/api/v1/discord/status", methodName: "getApiV1DiscordStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/status/route.ts" },
354
+ "GET /api/v1/discovery": { method: "GET", path: "/api/v1/discovery", methodName: "getApiV1Discovery", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discovery/route.ts" },
355
+ "GET /api/v1/documents": { method: "GET", path: "/api/v1/documents", methodName: "getApiV1Documents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/route.ts" },
356
+ "GET /api/v1/documents/{id}": { method: "GET", path: "/api/v1/documents/{id}", methodName: "getApiV1DocumentsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/documents/[id]/route.ts" },
357
+ "GET /api/v1/documents/check": { method: "GET", path: "/api/v1/documents/check", methodName: "getApiV1DocumentsCheck", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/check/route.ts" },
358
+ "GET /api/v1/domains": { method: "GET", path: "/api/v1/domains", methodName: "getApiV1Domains", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/domains/route.ts" },
359
+ "GET /api/v1/domains/resolve": { method: "GET", path: "/api/v1/domains/resolve", methodName: "getApiV1DomainsResolve", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/domains/resolve/route.ts" },
360
+ "GET /api/v1/eliza/agents": { method: "GET", path: "/api/v1/eliza/agents", methodName: "getApiV1ElizaAgents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/route.ts" },
361
+ "GET /api/v1/eliza/agents/{agentId}": { method: "GET", path: "/api/v1/eliza/agents/{agentId}", methodName: "getApiV1ElizaAgentsByAgentId", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/route.ts" },
362
+ "GET /api/v1/eliza/agents/{agentId}/api/wallet/{path}": { method: "GET", path: "/api/v1/eliza/agents/{agentId}/api/wallet/{path}", methodName: "getApiV1ElizaAgentsByAgentIdApiWalletByPath", responseMode: "json", pathParams: ["agentId", "path"], catchAllPathParams: ["path"], file: "apps/api/v1/eliza/agents/[agentId]/api/wallet/[...path]/route.ts" },
363
+ "GET /api/v1/eliza/agents/{agentId}/backups": { method: "GET", path: "/api/v1/eliza/agents/{agentId}/backups", methodName: "getApiV1ElizaAgentsByAgentIdBackups", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/backups/route.ts" },
364
+ "GET /api/v1/eliza/agents/{agentId}/discord": { method: "GET", path: "/api/v1/eliza/agents/{agentId}/discord", methodName: "getApiV1ElizaAgentsByAgentIdDiscord", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/discord/route.ts" },
365
+ "GET /api/v1/eliza/agents/{agentId}/github": { method: "GET", path: "/api/v1/eliza/agents/{agentId}/github", methodName: "getApiV1ElizaAgentsByAgentIdGithub", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/github/route.ts" },
366
+ "GET /api/v1/eliza/agents/{agentId}/github/token": { method: "GET", path: "/api/v1/eliza/agents/{agentId}/github/token", methodName: "getApiV1ElizaAgentsByAgentIdGithubToken", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/github/token/route.ts" },
367
+ "GET /api/v1/eliza/agents/{agentId}/lifeops/schedule/merged-state": { method: "GET", path: "/api/v1/eliza/agents/{agentId}/lifeops/schedule/merged-state", methodName: "getApiV1ElizaAgentsByAgentIdLifeopsScheduleMergedState", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/lifeops/schedule/merged-state/route.ts" },
368
+ "GET /api/v1/eliza/agents/{agentId}/wallet": { method: "GET", path: "/api/v1/eliza/agents/{agentId}/wallet", methodName: "getApiV1ElizaAgentsByAgentIdWallet", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/wallet/route.ts" },
369
+ "GET /api/v1/eliza/gateway-relay/sessions/{sessionId}/next": { method: "GET", path: "/api/v1/eliza/gateway-relay/sessions/{sessionId}/next", methodName: "getApiV1ElizaGatewayRelaySessionsBySessionIdNext", responseMode: "json", pathParams: ["sessionId"], catchAllPathParams: [], file: "apps/api/v1/eliza/gateway-relay/sessions/[sessionId]/next/route.ts" },
370
+ "GET /api/v1/eliza/github-oauth-complete": { method: "GET", path: "/api/v1/eliza/github-oauth-complete", methodName: "getApiV1ElizaGithubOauthComplete", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/github-oauth-complete/route.ts" },
371
+ "GET /api/v1/eliza/google/accounts": { method: "GET", path: "/api/v1/eliza/google/accounts", methodName: "getApiV1ElizaGoogleAccounts", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/accounts/route.ts" },
372
+ "GET /api/v1/eliza/google/calendar/calendars": { method: "GET", path: "/api/v1/eliza/google/calendar/calendars", methodName: "getApiV1ElizaGoogleCalendarCalendars", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/calendar/calendars/route.ts" },
373
+ "GET /api/v1/eliza/google/calendar/feed": { method: "GET", path: "/api/v1/eliza/google/calendar/feed", methodName: "getApiV1ElizaGoogleCalendarFeed", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/calendar/feed/route.ts" },
374
+ "GET /api/v1/eliza/google/gmail/read": { method: "GET", path: "/api/v1/eliza/google/gmail/read", methodName: "getApiV1ElizaGoogleGmailRead", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/gmail/read/route.ts" },
375
+ "GET /api/v1/eliza/google/gmail/search": { method: "GET", path: "/api/v1/eliza/google/gmail/search", methodName: "getApiV1ElizaGoogleGmailSearch", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/gmail/search/route.ts" },
376
+ "GET /api/v1/eliza/google/gmail/subscription-headers": { method: "GET", path: "/api/v1/eliza/google/gmail/subscription-headers", methodName: "getApiV1ElizaGoogleGmailSubscriptionHeaders", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/gmail/subscription-headers/route.ts" },
377
+ "GET /api/v1/eliza/google/gmail/triage": { method: "GET", path: "/api/v1/eliza/google/gmail/triage", methodName: "getApiV1ElizaGoogleGmailTriage", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/gmail/triage/route.ts" },
378
+ "GET /api/v1/eliza/google/status": { method: "GET", path: "/api/v1/eliza/google/status", methodName: "getApiV1ElizaGoogleStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/status/route.ts" },
379
+ "GET /api/v1/eliza/launch-sessions/{sessionId}": { method: "GET", path: "/api/v1/eliza/launch-sessions/{sessionId}", methodName: "getApiV1ElizaLaunchSessionsBySessionId", responseMode: "json", pathParams: ["sessionId"], catchAllPathParams: [], file: "apps/api/v1/eliza/launch-sessions/[sessionId]/route.ts" },
380
+ "GET /api/v1/eliza/lifeops/github-complete": { method: "GET", path: "/api/v1/eliza/lifeops/github-complete", methodName: "getApiV1ElizaLifeopsGithubComplete", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/lifeops/github-complete/route.ts" },
381
+ "GET /api/v1/eliza/paypal/popup-callback": { method: "GET", path: "/api/v1/eliza/paypal/popup-callback", methodName: "getApiV1ElizaPaypalPopupCallback", responseMode: "text", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/paypal/popup-callback/route.ts" },
382
+ "GET /api/v1/eliza/paypal/status": { method: "GET", path: "/api/v1/eliza/paypal/status", methodName: "getApiV1ElizaPaypalStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/paypal/status/route.ts" },
383
+ "GET /api/v1/eliza/plaid/status": { method: "GET", path: "/api/v1/eliza/plaid/status", methodName: "getApiV1ElizaPlaidStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/plaid/status/route.ts" },
384
+ "GET /api/v1/gallery": { method: "GET", path: "/api/v1/gallery", methodName: "getApiV1Gallery", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/gallery/route.ts" },
385
+ "GET /api/v1/gallery/explore": { method: "GET", path: "/api/v1/gallery/explore", methodName: "getApiV1GalleryExplore", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/gallery/explore/route.ts" },
386
+ "GET /api/v1/gallery/stats": { method: "GET", path: "/api/v1/gallery/stats", methodName: "getApiV1GalleryStats", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/gallery/stats/route.ts" },
387
+ "GET /api/v1/generate-image": { method: "GET", path: "/api/v1/generate-image", methodName: "getApiV1GenerateImage", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-image/route.ts" },
388
+ "GET /api/v1/generate-music": { method: "GET", path: "/api/v1/generate-music", methodName: "getApiV1GenerateMusic", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-music/route.ts" },
389
+ "GET /api/v1/generate-video": { method: "GET", path: "/api/v1/generate-video", methodName: "getApiV1GenerateVideo", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-video/route.ts" },
390
+ "GET /api/v1/jobs/{jobId}": { method: "GET", path: "/api/v1/jobs/{jobId}", methodName: "getApiV1JobsByJobId", responseMode: "json", pathParams: ["jobId"], catchAllPathParams: [], file: "apps/api/v1/jobs/[jobId]/route.ts" },
391
+ "GET /api/v1/market/candles/{chain}/{address}": { method: "GET", path: "/api/v1/market/candles/{chain}/{address}", methodName: "getApiV1MarketCandlesByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/candles/[chain]/[address]/route.ts" },
392
+ "GET /api/v1/market/portfolio/{chain}/{address}": { method: "GET", path: "/api/v1/market/portfolio/{chain}/{address}", methodName: "getApiV1MarketPortfolioByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/portfolio/[chain]/[address]/route.ts" },
393
+ "GET /api/v1/market/preview/portfolio/{chain}/{address}": { method: "GET", path: "/api/v1/market/preview/portfolio/{chain}/{address}", methodName: "getApiV1MarketPreviewPortfolioByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/preview/portfolio/[chain]/[address]/route.ts" },
394
+ "GET /api/v1/market/preview/predictions": { method: "GET", path: "/api/v1/market/preview/predictions", methodName: "getApiV1MarketPreviewPredictions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/market/preview/predictions/route.ts" },
395
+ "GET /api/v1/market/preview/price/{chain}/{address}": { method: "GET", path: "/api/v1/market/preview/price/{chain}/{address}", methodName: "getApiV1MarketPreviewPriceByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/preview/price/[chain]/[address]/route.ts" },
396
+ "GET /api/v1/market/preview/token/{chain}/{address}": { method: "GET", path: "/api/v1/market/preview/token/{chain}/{address}", methodName: "getApiV1MarketPreviewTokenByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/preview/token/[chain]/[address]/route.ts" },
397
+ "GET /api/v1/market/preview/wallet-overview": { method: "GET", path: "/api/v1/market/preview/wallet-overview", methodName: "getApiV1MarketPreviewWalletOverview", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/market/preview/wallet-overview/route.ts" },
398
+ "GET /api/v1/market/price/{chain}/{address}": { method: "GET", path: "/api/v1/market/price/{chain}/{address}", methodName: "getApiV1MarketPriceByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/price/[chain]/[address]/route.ts" },
399
+ "GET /api/v1/market/token/{chain}/{address}": { method: "GET", path: "/api/v1/market/token/{chain}/{address}", methodName: "getApiV1MarketTokenByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/token/[chain]/[address]/route.ts" },
400
+ "GET /api/v1/market/trades/{chain}/{address}": { method: "GET", path: "/api/v1/market/trades/{chain}/{address}", methodName: "getApiV1MarketTradesByChainByAddress", responseMode: "json", pathParams: ["chain", "address"], catchAllPathParams: [], file: "apps/api/v1/market/trades/[chain]/[address]/route.ts" },
401
+ "GET /api/v1/mcps": { method: "GET", path: "/api/v1/mcps", methodName: "getApiV1Mcps", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/mcps/route.ts" },
402
+ "GET /api/v1/mcps/{mcpId}": { method: "GET", path: "/api/v1/mcps/{mcpId}", methodName: "getApiV1McpsByMcpId", responseMode: "json", pathParams: ["mcpId"], catchAllPathParams: [], file: "apps/api/v1/mcps/[mcpId]/route.ts" },
403
+ "GET /api/v1/models": { method: "GET", path: "/api/v1/models", methodName: "getApiV1Models", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/models/route.ts" },
404
+ "GET /api/v1/models/{model}": { method: "GET", path: "/api/v1/models/{model}", methodName: "getApiV1ModelsByModel", responseMode: "json", pathParams: ["model"], catchAllPathParams: ["model"], file: "apps/api/v1/models/[...model]/route.ts" },
405
+ "GET /api/v1/oauth/{platform}/callback": { method: "GET", path: "/api/v1/oauth/{platform}/callback", methodName: "getApiV1OauthByPlatformCallback", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/oauth/[platform]/callback/route.ts" },
406
+ "GET /api/v1/oauth/callback": { method: "GET", path: "/api/v1/oauth/callback", methodName: "getApiV1OauthCallback", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/callback/route.ts" },
407
+ "GET /api/v1/oauth/connections": { method: "GET", path: "/api/v1/oauth/connections", methodName: "getApiV1OauthConnections", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/connections/route.ts" },
408
+ "GET /api/v1/oauth/connections/{id}": { method: "GET", path: "/api/v1/oauth/connections/{id}", methodName: "getApiV1OauthConnectionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/oauth/connections/[id]/route.ts" },
409
+ "GET /api/v1/oauth/connections/{id}/token": { method: "GET", path: "/api/v1/oauth/connections/{id}/token", methodName: "getApiV1OauthConnectionsByIdToken", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/oauth/connections/[id]/token/route.ts" },
410
+ "GET /api/v1/oauth/initiate": { method: "GET", path: "/api/v1/oauth/initiate", methodName: "getApiV1OauthInitiate", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/initiate/route.ts" },
411
+ "GET /api/v1/oauth/providers": { method: "GET", path: "/api/v1/oauth/providers", methodName: "getApiV1OauthProviders", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/providers/route.ts" },
412
+ "GET /api/v1/oauth/status": { method: "GET", path: "/api/v1/oauth/status", methodName: "getApiV1OauthStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/status/route.ts" },
413
+ "GET /api/v1/oauth/token/{platform}": { method: "GET", path: "/api/v1/oauth/token/{platform}", methodName: "getApiV1OauthTokenByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/oauth/token/[platform]/route.ts" },
414
+ "GET /api/v1/pricing/summary": { method: "GET", path: "/api/v1/pricing/summary", methodName: "getApiV1PricingSummary", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/pricing/summary/route.ts" },
415
+ "GET /api/v1/proxy/birdeye/{path}": { method: "GET", path: "/api/v1/proxy/birdeye/{path}", methodName: "getApiV1ProxyBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/proxy/birdeye/[...path]/route.ts" },
416
+ "GET /api/v1/redemptions": { method: "GET", path: "/api/v1/redemptions", methodName: "getApiV1Redemptions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/redemptions/route.ts" },
417
+ "GET /api/v1/redemptions/{id}": { method: "GET", path: "/api/v1/redemptions/{id}", methodName: "getApiV1RedemptionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/redemptions/[id]/route.ts" },
418
+ "GET /api/v1/redemptions/balance": { method: "GET", path: "/api/v1/redemptions/balance", methodName: "getApiV1RedemptionsBalance", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/redemptions/balance/route.ts" },
419
+ "GET /api/v1/redemptions/quote": { method: "GET", path: "/api/v1/redemptions/quote", methodName: "getApiV1RedemptionsQuote", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/redemptions/quote/route.ts" },
420
+ "GET /api/v1/redemptions/status": { method: "GET", path: "/api/v1/redemptions/status", methodName: "getApiV1RedemptionsStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/redemptions/status/route.ts" },
421
+ "GET /api/v1/referrals": { method: "GET", path: "/api/v1/referrals", methodName: "getApiV1Referrals", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/referrals/route.ts" },
422
+ "GET /api/v1/remote/sessions": { method: "GET", path: "/api/v1/remote/sessions", methodName: "getApiV1RemoteSessions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/remote/sessions/route.ts" },
423
+ "GET /api/v1/sensitive-requests/{id}": { method: "GET", path: "/api/v1/sensitive-requests/{id}", methodName: "getApiV1SensitiveRequestsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/sensitive-requests/[id]/route.ts" },
424
+ "GET /api/v1/solana/assets/{address}": { method: "GET", path: "/api/v1/solana/assets/{address}", methodName: "getApiV1SolanaAssetsByAddress", responseMode: "json", pathParams: ["address"], catchAllPathParams: [], file: "apps/api/v1/solana/assets/[address]/route.ts" },
425
+ "GET /api/v1/solana/methods": { method: "GET", path: "/api/v1/solana/methods", methodName: "getApiV1SolanaMethods", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/solana/methods/route.ts" },
426
+ "GET /api/v1/solana/token-accounts/{address}": { method: "GET", path: "/api/v1/solana/token-accounts/{address}", methodName: "getApiV1SolanaTokenAccountsByAddress", responseMode: "json", pathParams: ["address"], catchAllPathParams: [], file: "apps/api/v1/solana/token-accounts/[address]/route.ts" },
427
+ "GET /api/v1/solana/transactions/{address}": { method: "GET", path: "/api/v1/solana/transactions/{address}", methodName: "getApiV1SolanaTransactionsByAddress", responseMode: "json", pathParams: ["address"], catchAllPathParams: [], file: "apps/api/v1/solana/transactions/[address]/route.ts" },
428
+ "GET /api/v1/steward/tenants/credentials": { method: "GET", path: "/api/v1/steward/tenants/credentials", methodName: "getApiV1StewardTenantsCredentials", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/steward/tenants/credentials/route.ts" },
429
+ "GET /api/v1/telegram/chats": { method: "GET", path: "/api/v1/telegram/chats", methodName: "getApiV1TelegramChats", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/chats/route.ts" },
430
+ "GET /api/v1/telegram/scan-chats": { method: "GET", path: "/api/v1/telegram/scan-chats", methodName: "getApiV1TelegramScanChats", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/scan-chats/route.ts" },
431
+ "GET /api/v1/telegram/status": { method: "GET", path: "/api/v1/telegram/status", methodName: "getApiV1TelegramStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/status/route.ts" },
432
+ "GET /api/v1/twilio/status": { method: "GET", path: "/api/v1/twilio/status", methodName: "getApiV1TwilioStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twilio/status/route.ts" },
433
+ "GET /api/v1/twitter/callback": { method: "GET", path: "/api/v1/twitter/callback", methodName: "getApiV1TwitterCallback", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twitter/callback/route.ts" },
434
+ "GET /api/v1/twitter/status": { method: "GET", path: "/api/v1/twitter/status", methodName: "getApiV1TwitterStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twitter/status/route.ts" },
435
+ "GET /api/v1/twitter/token": { method: "GET", path: "/api/v1/twitter/token", methodName: "getApiV1TwitterToken", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twitter/token/route.ts" },
436
+ "GET /api/v1/user": { method: "GET", path: "/api/v1/user", methodName: "getApiV1User", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/route.ts" },
437
+ "GET /api/v1/user/avatar": { method: "GET", path: "/api/v1/user/avatar", methodName: "getApiV1UserAvatar", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/avatar/route.ts" },
438
+ "GET /api/v1/user/wallets": { method: "GET", path: "/api/v1/user/wallets", methodName: "getApiV1UserWallets", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/wallets/route.ts" },
439
+ "GET /api/v1/video/featured": { method: "GET", path: "/api/v1/video/featured", methodName: "getApiV1VideoFeatured", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/video/featured/route.ts" },
440
+ "GET /api/v1/video/usage": { method: "GET", path: "/api/v1/video/usage", methodName: "getApiV1VideoUsage", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/video/usage/route.ts" },
441
+ "GET /api/v1/voice/{id}": { method: "GET", path: "/api/v1/voice/{id}", methodName: "getApiV1VoiceById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/voice/[id]/route.ts" },
442
+ "GET /api/v1/voice/jobs": { method: "GET", path: "/api/v1/voice/jobs", methodName: "getApiV1VoiceJobs", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/voice/jobs/route.ts" },
443
+ "GET /api/v1/voice/list": { method: "GET", path: "/api/v1/voice/list", methodName: "getApiV1VoiceList", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/voice/list/route.ts" },
444
+ "GET /api/v1/whatsapp/status": { method: "GET", path: "/api/v1/whatsapp/status", methodName: "getApiV1WhatsappStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/whatsapp/status/route.ts" },
445
+ "GET /api/v1/x/dms/digest": { method: "GET", path: "/api/v1/x/dms/digest", methodName: "getApiV1XDmsDigest", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/dms/digest/route.ts" },
446
+ "GET /api/v1/x/feed": { method: "GET", path: "/api/v1/x/feed", methodName: "getApiV1XFeed", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/feed/route.ts" },
447
+ "GET /api/v1/x/status": { method: "GET", path: "/api/v1/x/status", methodName: "getApiV1XStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/status/route.ts" },
448
+ "GET /api/v1/x402": { method: "GET", path: "/api/v1/x402", methodName: "getApiV1X402", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x402/route.ts" },
449
+ "GET /api/v1/x402/requests": { method: "GET", path: "/api/v1/x402/requests", methodName: "getApiV1X402Requests", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x402/requests/route.ts" },
450
+ "GET /api/v1/x402/requests/{id}": { method: "GET", path: "/api/v1/x402/requests/{id}", methodName: "getApiV1X402RequestsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/x402/requests/[id]/route.ts" },
451
+ "PATCH /api/elevenlabs/voices/{id}": { method: "PATCH", path: "/api/elevenlabs/voices/{id}", methodName: "patchApiElevenlabsVoicesById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/[id]/route.ts" },
452
+ "PATCH /api/v1/advertising/campaigns/{id}": { method: "PATCH", path: "/api/v1/advertising/campaigns/{id}", methodName: "patchApiV1AdvertisingCampaignsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/route.ts" },
453
+ "PATCH /api/v1/api-keys/{id}": { method: "PATCH", path: "/api/v1/api-keys/{id}", methodName: "patchApiV1ApiKeysById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/api-keys/[id]/route.ts" },
454
+ "PATCH /api/v1/apps/{id}": { method: "PATCH", path: "/api/v1/apps/{id}", methodName: "patchApiV1AppsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/route.ts" },
455
+ "PATCH /api/v1/apps/{id}/domains/{domain}/dns/{recordId}": { method: "PATCH", path: "/api/v1/apps/{id}/domains/{domain}/dns/{recordId}", methodName: "patchApiV1AppsByIdDomainsByDomainDnsByRecordId", responseMode: "json", pathParams: ["id", "domain", "recordId"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/[domain]/dns/[recordId]/route.ts" },
456
+ "PATCH /api/v1/connections/{platform}": { method: "PATCH", path: "/api/v1/connections/{platform}", methodName: "patchApiV1ConnectionsByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/connections/[platform]/route.ts" },
457
+ "PATCH /api/v1/containers/{id}": { method: "PATCH", path: "/api/v1/containers/{id}", methodName: "patchApiV1ContainersById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/containers/[id]/route.ts" },
458
+ "PATCH /api/v1/discord/connections/{id}": { method: "PATCH", path: "/api/v1/discord/connections/{id}", methodName: "patchApiV1DiscordConnectionsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/discord/connections/[id]/route.ts" },
459
+ "PATCH /api/v1/eliza/agents/{agentId}": { method: "PATCH", path: "/api/v1/eliza/agents/{agentId}", methodName: "patchApiV1ElizaAgentsByAgentId", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/route.ts" },
460
+ "PATCH /api/v1/eliza/google/calendar/events/{eventId}": { method: "PATCH", path: "/api/v1/eliza/google/calendar/events/{eventId}", methodName: "patchApiV1ElizaGoogleCalendarEventsByEventId", responseMode: "json", pathParams: ["eventId"], catchAllPathParams: [], file: "apps/api/v1/eliza/google/calendar/events/[eventId]/route.ts" },
461
+ "PATCH /api/v1/generate-image": { method: "PATCH", path: "/api/v1/generate-image", methodName: "patchApiV1GenerateImage", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-image/route.ts" },
462
+ "PATCH /api/v1/generate-music": { method: "PATCH", path: "/api/v1/generate-music", methodName: "patchApiV1GenerateMusic", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-music/route.ts" },
463
+ "PATCH /api/v1/generate-video": { method: "PATCH", path: "/api/v1/generate-video", methodName: "patchApiV1GenerateVideo", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-video/route.ts" },
464
+ "PATCH /api/v1/proxy/birdeye/{path}": { method: "PATCH", path: "/api/v1/proxy/birdeye/{path}", methodName: "patchApiV1ProxyBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/proxy/birdeye/[...path]/route.ts" },
465
+ "PATCH /api/v1/user": { method: "PATCH", path: "/api/v1/user", methodName: "patchApiV1User", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/route.ts" },
466
+ "PATCH /api/v1/user/avatar": { method: "PATCH", path: "/api/v1/user/avatar", methodName: "patchApiV1UserAvatar", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/avatar/route.ts" },
467
+ "PATCH /api/v1/user/email": { method: "PATCH", path: "/api/v1/user/email", methodName: "patchApiV1UserEmail", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/email/route.ts" },
468
+ "PATCH /api/v1/voice/{id}": { method: "PATCH", path: "/api/v1/voice/{id}", methodName: "patchApiV1VoiceById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/voice/[id]/route.ts" },
469
+ "POST /api/elevenlabs/stt": { method: "POST", path: "/api/elevenlabs/stt", methodName: "postApiElevenlabsStt", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/stt/route.ts" },
470
+ "POST /api/elevenlabs/tts": { method: "POST", path: "/api/elevenlabs/tts", methodName: "postApiElevenlabsTts", responseMode: "binary", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/tts/route.ts" },
471
+ "POST /api/elevenlabs/voices/clone": { method: "POST", path: "/api/elevenlabs/voices/clone", methodName: "postApiElevenlabsVoicesClone", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/clone/route.ts" },
472
+ "POST /api/v1/advertising/accounts": { method: "POST", path: "/api/v1/advertising/accounts", methodName: "postApiV1AdvertisingAccounts", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/route.ts" },
473
+ "POST /api/v1/advertising/accounts/discover": { method: "POST", path: "/api/v1/advertising/accounts/discover", methodName: "postApiV1AdvertisingAccountsDiscover", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/discover/route.ts" },
474
+ "POST /api/v1/advertising/campaigns": { method: "POST", path: "/api/v1/advertising/campaigns", methodName: "postApiV1AdvertisingCampaigns", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/route.ts" },
475
+ "POST /api/v1/advertising/campaigns/{id}/creatives": { method: "POST", path: "/api/v1/advertising/campaigns/{id}/creatives", methodName: "postApiV1AdvertisingCampaignsByIdCreatives", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/creatives/route.ts" },
476
+ "POST /api/v1/advertising/campaigns/{id}/pause": { method: "POST", path: "/api/v1/advertising/campaigns/{id}/pause", methodName: "postApiV1AdvertisingCampaignsByIdPause", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/pause/route.ts" },
477
+ "POST /api/v1/advertising/campaigns/{id}/start": { method: "POST", path: "/api/v1/advertising/campaigns/{id}/start", methodName: "postApiV1AdvertisingCampaignsByIdStart", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/start/route.ts" },
478
+ "POST /api/v1/affiliates": { method: "POST", path: "/api/v1/affiliates", methodName: "postApiV1Affiliates", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/affiliates/route.ts" },
479
+ "POST /api/v1/affiliates/link": { method: "POST", path: "/api/v1/affiliates/link", methodName: "postApiV1AffiliatesLink", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/affiliates/link/route.ts" },
480
+ "POST /api/v1/agents": { method: "POST", path: "/api/v1/agents", methodName: "postApiV1Agents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/agents/route.ts" },
481
+ "POST /api/v1/agents/{agentId}/publish": { method: "POST", path: "/api/v1/agents/{agentId}/publish", methodName: "postApiV1AgentsByAgentIdPublish", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/publish/route.ts" },
482
+ "POST /api/v1/agents/{agentId}/restart": { method: "POST", path: "/api/v1/agents/{agentId}/restart", methodName: "postApiV1AgentsByAgentIdRestart", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/restart/route.ts" },
483
+ "POST /api/v1/agents/{agentId}/resume": { method: "POST", path: "/api/v1/agents/{agentId}/resume", methodName: "postApiV1AgentsByAgentIdResume", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/resume/route.ts" },
484
+ "POST /api/v1/agents/{agentId}/suspend": { method: "POST", path: "/api/v1/agents/{agentId}/suspend", methodName: "postApiV1AgentsByAgentIdSuspend", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/suspend/route.ts" },
485
+ "POST /api/v1/agents/{agentId}/workflows": { method: "POST", path: "/api/v1/agents/{agentId}/workflows", methodName: "postApiV1AgentsByAgentIdWorkflows", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/route.ts" },
486
+ "POST /api/v1/agents/{agentId}/workflows/{workflowId}/run": { method: "POST", path: "/api/v1/agents/{agentId}/workflows/{workflowId}/run", methodName: "postApiV1AgentsByAgentIdWorkflowsByWorkflowIdRun", responseMode: "json", pathParams: ["agentId", "workflowId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/[workflowId]/run/route.ts" },
487
+ "POST /api/v1/api-keys": { method: "POST", path: "/api/v1/api-keys", methodName: "postApiV1ApiKeys", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/api-keys/route.ts" },
488
+ "POST /api/v1/api-keys/{id}/regenerate": { method: "POST", path: "/api/v1/api-keys/{id}/regenerate", methodName: "postApiV1ApiKeysByIdRegenerate", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/api-keys/[id]/regenerate/route.ts" },
489
+ "POST /api/v1/apis/storage/presign": { method: "POST", path: "/api/v1/apis/storage/presign", methodName: "postApiV1ApisStoragePresign", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/apis/storage/presign/route.ts" },
490
+ "POST /api/v1/apis/streaming/sessions": { method: "POST", path: "/api/v1/apis/streaming/sessions", methodName: "postApiV1ApisStreamingSessions", responseMode: "stream", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/apis/streaming/sessions/route.ts" },
491
+ "POST /api/v1/apis/tunnels/tailscale/auth-key": { method: "POST", path: "/api/v1/apis/tunnels/tailscale/auth-key", methodName: "postApiV1ApisTunnelsTailscaleAuthKey", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/apis/tunnels/tailscale/auth-key/route.ts" },
492
+ "POST /api/v1/app-auth/connect": { method: "POST", path: "/api/v1/app-auth/connect", methodName: "postApiV1AppAuthConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/app-auth/connect/route.ts" },
493
+ "POST /api/v1/app-credits/checkout": { method: "POST", path: "/api/v1/app-credits/checkout", methodName: "postApiV1AppCreditsCheckout", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/app-credits/checkout/route.ts" },
494
+ "POST /api/v1/app/agents": { method: "POST", path: "/api/v1/app/agents", methodName: "postApiV1AppAgents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/app/agents/route.ts" },
495
+ "POST /api/v1/apps": { method: "POST", path: "/api/v1/apps", methodName: "postApiV1Apps", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/apps/route.ts" },
496
+ "POST /api/v1/apps/{id}/charges": { method: "POST", path: "/api/v1/apps/{id}/charges", methodName: "postApiV1AppsByIdCharges", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/charges/route.ts" },
497
+ "POST /api/v1/apps/{id}/charges/{chargeId}/checkout": { method: "POST", path: "/api/v1/apps/{id}/charges/{chargeId}/checkout", methodName: "postApiV1AppsByIdChargesByChargeIdCheckout", responseMode: "json", pathParams: ["id", "chargeId"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/charges/[chargeId]/checkout/route.ts" },
498
+ "POST /api/v1/apps/{id}/chat": { method: "POST", path: "/api/v1/apps/{id}/chat", methodName: "postApiV1AppsByIdChat", responseMode: "mixed", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/chat/route.ts" },
499
+ "POST /api/v1/apps/{id}/discord-automation": { method: "POST", path: "/api/v1/apps/{id}/discord-automation", methodName: "postApiV1AppsByIdDiscordAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/discord-automation/route.ts" },
500
+ "POST /api/v1/apps/{id}/discord-automation/post": { method: "POST", path: "/api/v1/apps/{id}/discord-automation/post", methodName: "postApiV1AppsByIdDiscordAutomationPost", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/discord-automation/post/route.ts" },
501
+ "POST /api/v1/apps/{id}/domains": { method: "POST", path: "/api/v1/apps/{id}/domains", methodName: "postApiV1AppsByIdDomains", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/route.ts" },
502
+ "POST /api/v1/apps/{id}/domains/{domain}/dns": { method: "POST", path: "/api/v1/apps/{id}/domains/{domain}/dns", methodName: "postApiV1AppsByIdDomainsByDomainDns", responseMode: "json", pathParams: ["id", "domain"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/[domain]/dns/route.ts" },
503
+ "POST /api/v1/apps/{id}/domains/buy": { method: "POST", path: "/api/v1/apps/{id}/domains/buy", methodName: "postApiV1AppsByIdDomainsBuy", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/buy/route.ts" },
504
+ "POST /api/v1/apps/{id}/domains/check": { method: "POST", path: "/api/v1/apps/{id}/domains/check", methodName: "postApiV1AppsByIdDomainsCheck", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/check/route.ts" },
505
+ "POST /api/v1/apps/{id}/domains/status": { method: "POST", path: "/api/v1/apps/{id}/domains/status", methodName: "postApiV1AppsByIdDomainsStatus", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/status/route.ts" },
506
+ "POST /api/v1/apps/{id}/domains/sync": { method: "POST", path: "/api/v1/apps/{id}/domains/sync", methodName: "postApiV1AppsByIdDomainsSync", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/sync/route.ts" },
507
+ "POST /api/v1/apps/{id}/domains/verify": { method: "POST", path: "/api/v1/apps/{id}/domains/verify", methodName: "postApiV1AppsByIdDomainsVerify", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/verify/route.ts" },
508
+ "POST /api/v1/apps/{id}/earnings/withdraw": { method: "POST", path: "/api/v1/apps/{id}/earnings/withdraw", methodName: "postApiV1AppsByIdEarningsWithdraw", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/earnings/withdraw/route.ts" },
509
+ "POST /api/v1/apps/{id}/promote": { method: "POST", path: "/api/v1/apps/{id}/promote", methodName: "postApiV1AppsByIdPromote", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/promote/route.ts" },
510
+ "POST /api/v1/apps/{id}/promote/assets": { method: "POST", path: "/api/v1/apps/{id}/promote/assets", methodName: "postApiV1AppsByIdPromoteAssets", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/promote/assets/route.ts" },
511
+ "POST /api/v1/apps/{id}/promote/preview": { method: "POST", path: "/api/v1/apps/{id}/promote/preview", methodName: "postApiV1AppsByIdPromotePreview", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/promote/preview/route.ts" },
512
+ "POST /api/v1/apps/{id}/regenerate-api-key": { method: "POST", path: "/api/v1/apps/{id}/regenerate-api-key", methodName: "postApiV1AppsByIdRegenerateApiKey", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/regenerate-api-key/route.ts" },
513
+ "POST /api/v1/apps/{id}/telegram-automation": { method: "POST", path: "/api/v1/apps/{id}/telegram-automation", methodName: "postApiV1AppsByIdTelegramAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/telegram-automation/route.ts" },
514
+ "POST /api/v1/apps/{id}/telegram-automation/post": { method: "POST", path: "/api/v1/apps/{id}/telegram-automation/post", methodName: "postApiV1AppsByIdTelegramAutomationPost", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/telegram-automation/post/route.ts" },
515
+ "POST /api/v1/apps/{id}/twitter-automation": { method: "POST", path: "/api/v1/apps/{id}/twitter-automation", methodName: "postApiV1AppsByIdTwitterAutomation", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/twitter-automation/route.ts" },
516
+ "POST /api/v1/apps/{id}/twitter-automation/post": { method: "POST", path: "/api/v1/apps/{id}/twitter-automation/post", methodName: "postApiV1AppsByIdTwitterAutomationPost", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/twitter-automation/post/route.ts" },
517
+ "POST /api/v1/apps/check-name": { method: "POST", path: "/api/v1/apps/check-name", methodName: "postApiV1AppsCheckName", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/apps/check-name/route.ts" },
518
+ "POST /api/v1/billing/resources/{id}/cancel": { method: "POST", path: "/api/v1/billing/resources/{id}/cancel", methodName: "postApiV1BillingResourcesByIdCancel", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/billing/resources/[id]/cancel/route.ts" },
519
+ "POST /api/v1/blooio/connect": { method: "POST", path: "/api/v1/blooio/connect", methodName: "postApiV1BlooioConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/blooio/connect/route.ts" },
520
+ "POST /api/v1/blooio/disconnect": { method: "POST", path: "/api/v1/blooio/disconnect", methodName: "postApiV1BlooioDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/blooio/disconnect/route.ts" },
521
+ "POST /api/v1/browser/sessions": { method: "POST", path: "/api/v1/browser/sessions", methodName: "postApiV1BrowserSessions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/route.ts" },
522
+ "POST /api/v1/browser/sessions/{id}/command": { method: "POST", path: "/api/v1/browser/sessions/{id}/command", methodName: "postApiV1BrowserSessionsByIdCommand", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/[id]/command/route.ts" },
523
+ "POST /api/v1/browser/sessions/{id}/navigate": { method: "POST", path: "/api/v1/browser/sessions/{id}/navigate", methodName: "postApiV1BrowserSessionsByIdNavigate", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/[id]/navigate/route.ts" },
524
+ "POST /api/v1/chat": { method: "POST", path: "/api/v1/chat", methodName: "postApiV1Chat", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/chat/route.ts" },
525
+ "POST /api/v1/chat/completions": { method: "POST", path: "/api/v1/chat/completions", methodName: "postApiV1ChatCompletions", responseMode: "mixed", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/chat/completions/route.ts" },
526
+ "POST /api/v1/connections/{platform}": { method: "POST", path: "/api/v1/connections/{platform}", methodName: "postApiV1ConnectionsByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/connections/[platform]/route.ts" },
527
+ "POST /api/v1/containers": { method: "POST", path: "/api/v1/containers", methodName: "postApiV1Containers", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/containers/route.ts" },
528
+ "POST /api/v1/containers/credentials": { method: "POST", path: "/api/v1/containers/credentials", methodName: "postApiV1ContainersCredentials", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/containers/credentials/route.ts" },
529
+ "POST /api/v1/credits/checkout": { method: "POST", path: "/api/v1/credits/checkout", methodName: "postApiV1CreditsCheckout", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/credits/checkout/route.ts" },
530
+ "POST /api/v1/device-bus/devices": { method: "POST", path: "/api/v1/device-bus/devices", methodName: "postApiV1DeviceBusDevices", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/device-bus/devices/route.ts" },
531
+ "POST /api/v1/device-bus/intents": { method: "POST", path: "/api/v1/device-bus/intents", methodName: "postApiV1DeviceBusIntents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/device-bus/intents/route.ts" },
532
+ "POST /api/v1/discord/channels/refresh": { method: "POST", path: "/api/v1/discord/channels/refresh", methodName: "postApiV1DiscordChannelsRefresh", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/channels/refresh/route.ts" },
533
+ "POST /api/v1/discord/connections": { method: "POST", path: "/api/v1/discord/connections", methodName: "postApiV1DiscordConnections", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/connections/route.ts" },
534
+ "POST /api/v1/discord/disconnect": { method: "POST", path: "/api/v1/discord/disconnect", methodName: "postApiV1DiscordDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/discord/disconnect/route.ts" },
535
+ "POST /api/v1/documents": { method: "POST", path: "/api/v1/documents", methodName: "postApiV1Documents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/route.ts" },
536
+ "POST /api/v1/documents/pre-upload": { method: "POST", path: "/api/v1/documents/pre-upload", methodName: "postApiV1DocumentsPreUpload", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/pre-upload/route.ts" },
537
+ "POST /api/v1/documents/query": { method: "POST", path: "/api/v1/documents/query", methodName: "postApiV1DocumentsQuery", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/query/route.ts" },
538
+ "POST /api/v1/documents/submit": { method: "POST", path: "/api/v1/documents/submit", methodName: "postApiV1DocumentsSubmit", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/submit/route.ts" },
539
+ "POST /api/v1/documents/upload-file": { method: "POST", path: "/api/v1/documents/upload-file", methodName: "postApiV1DocumentsUploadFile", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/documents/upload-file/route.ts" },
540
+ "POST /api/v1/domains/search": { method: "POST", path: "/api/v1/domains/search", methodName: "postApiV1DomainsSearch", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/domains/search/route.ts" },
541
+ "POST /api/v1/eliza/agents": { method: "POST", path: "/api/v1/eliza/agents", methodName: "postApiV1ElizaAgents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/route.ts" },
542
+ "POST /api/v1/eliza/agents/{agentId}/api/wallet/{path}": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/api/wallet/{path}", methodName: "postApiV1ElizaAgentsByAgentIdApiWalletByPath", responseMode: "json", pathParams: ["agentId", "path"], catchAllPathParams: ["path"], file: "apps/api/v1/eliza/agents/[agentId]/api/wallet/[...path]/route.ts" },
543
+ "POST /api/v1/eliza/agents/{agentId}/bridge": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/bridge", methodName: "postApiV1ElizaAgentsByAgentIdBridge", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/bridge/route.ts" },
544
+ "POST /api/v1/eliza/agents/{agentId}/discord/oauth": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/discord/oauth", methodName: "postApiV1ElizaAgentsByAgentIdDiscordOauth", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/discord/oauth/route.ts" },
545
+ "POST /api/v1/eliza/agents/{agentId}/github/link": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/github/link", methodName: "postApiV1ElizaAgentsByAgentIdGithubLink", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/github/link/route.ts" },
546
+ "POST /api/v1/eliza/agents/{agentId}/github/oauth": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/github/oauth", methodName: "postApiV1ElizaAgentsByAgentIdGithubOauth", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/github/oauth/route.ts" },
547
+ "POST /api/v1/eliza/agents/{agentId}/lifeops/schedule/observations": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/lifeops/schedule/observations", methodName: "postApiV1ElizaAgentsByAgentIdLifeopsScheduleObservations", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/lifeops/schedule/observations/route.ts" },
548
+ "POST /api/v1/eliza/agents/{agentId}/pairing-token": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/pairing-token", methodName: "postApiV1ElizaAgentsByAgentIdPairingToken", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/pairing-token/route.ts" },
549
+ "POST /api/v1/eliza/agents/{agentId}/provision": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/provision", methodName: "postApiV1ElizaAgentsByAgentIdProvision", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/provision/route.ts" },
550
+ "POST /api/v1/eliza/agents/{agentId}/restore": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/restore", methodName: "postApiV1ElizaAgentsByAgentIdRestore", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/restore/route.ts" },
551
+ "POST /api/v1/eliza/agents/{agentId}/resume": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/resume", methodName: "postApiV1ElizaAgentsByAgentIdResume", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/resume/route.ts" },
552
+ "POST /api/v1/eliza/agents/{agentId}/snapshot": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/snapshot", methodName: "postApiV1ElizaAgentsByAgentIdSnapshot", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/snapshot/route.ts" },
553
+ "POST /api/v1/eliza/agents/{agentId}/stream": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/stream", methodName: "postApiV1ElizaAgentsByAgentIdStream", responseMode: "stream", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/stream/route.ts" },
554
+ "POST /api/v1/eliza/agents/{agentId}/suspend": { method: "POST", path: "/api/v1/eliza/agents/{agentId}/suspend", methodName: "postApiV1ElizaAgentsByAgentIdSuspend", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/eliza/agents/[agentId]/suspend/route.ts" },
555
+ "POST /api/v1/eliza/discord/gateway-agent": { method: "POST", path: "/api/v1/eliza/discord/gateway-agent", methodName: "postApiV1ElizaDiscordGatewayAgent", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/discord/gateway-agent/route.ts" },
556
+ "POST /api/v1/eliza/gateway-relay/sessions": { method: "POST", path: "/api/v1/eliza/gateway-relay/sessions", methodName: "postApiV1ElizaGatewayRelaySessions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/gateway-relay/sessions/route.ts" },
557
+ "POST /api/v1/eliza/gateway-relay/sessions/{sessionId}/responses": { method: "POST", path: "/api/v1/eliza/gateway-relay/sessions/{sessionId}/responses", methodName: "postApiV1ElizaGatewayRelaySessionsBySessionIdResponses", responseMode: "json", pathParams: ["sessionId"], catchAllPathParams: [], file: "apps/api/v1/eliza/gateway-relay/sessions/[sessionId]/responses/route.ts" },
558
+ "POST /api/v1/eliza/google/calendar/events": { method: "POST", path: "/api/v1/eliza/google/calendar/events", methodName: "postApiV1ElizaGoogleCalendarEvents", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/calendar/events/route.ts" },
559
+ "POST /api/v1/eliza/google/connect/initiate": { method: "POST", path: "/api/v1/eliza/google/connect/initiate", methodName: "postApiV1ElizaGoogleConnectInitiate", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/connect/initiate/route.ts" },
560
+ "POST /api/v1/eliza/google/disconnect": { method: "POST", path: "/api/v1/eliza/google/disconnect", methodName: "postApiV1ElizaGoogleDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/disconnect/route.ts" },
561
+ "POST /api/v1/eliza/google/gmail/message-send": { method: "POST", path: "/api/v1/eliza/google/gmail/message-send", methodName: "postApiV1ElizaGoogleGmailMessageSend", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/gmail/message-send/route.ts" },
562
+ "POST /api/v1/eliza/google/gmail/reply-send": { method: "POST", path: "/api/v1/eliza/google/gmail/reply-send", methodName: "postApiV1ElizaGoogleGmailReplySend", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/google/gmail/reply-send/route.ts" },
563
+ "POST /api/v1/eliza/paypal/authorize": { method: "POST", path: "/api/v1/eliza/paypal/authorize", methodName: "postApiV1ElizaPaypalAuthorize", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/paypal/authorize/route.ts" },
564
+ "POST /api/v1/eliza/paypal/callback": { method: "POST", path: "/api/v1/eliza/paypal/callback", methodName: "postApiV1ElizaPaypalCallback", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/paypal/callback/route.ts" },
565
+ "POST /api/v1/eliza/paypal/refresh": { method: "POST", path: "/api/v1/eliza/paypal/refresh", methodName: "postApiV1ElizaPaypalRefresh", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/paypal/refresh/route.ts" },
566
+ "POST /api/v1/eliza/paypal/transactions": { method: "POST", path: "/api/v1/eliza/paypal/transactions", methodName: "postApiV1ElizaPaypalTransactions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/paypal/transactions/route.ts" },
567
+ "POST /api/v1/eliza/plaid/exchange": { method: "POST", path: "/api/v1/eliza/plaid/exchange", methodName: "postApiV1ElizaPlaidExchange", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/plaid/exchange/route.ts" },
568
+ "POST /api/v1/eliza/plaid/link-token": { method: "POST", path: "/api/v1/eliza/plaid/link-token", methodName: "postApiV1ElizaPlaidLinkToken", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/plaid/link-token/route.ts" },
569
+ "POST /api/v1/eliza/plaid/sync": { method: "POST", path: "/api/v1/eliza/plaid/sync", methodName: "postApiV1ElizaPlaidSync", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/eliza/plaid/sync/route.ts" },
570
+ "POST /api/v1/embeddings": { method: "POST", path: "/api/v1/embeddings", methodName: "postApiV1Embeddings", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/embeddings/route.ts" },
571
+ "POST /api/v1/extract": { method: "POST", path: "/api/v1/extract", methodName: "postApiV1Extract", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/extract/route.ts" },
572
+ "POST /api/v1/generate-image": { method: "POST", path: "/api/v1/generate-image", methodName: "postApiV1GenerateImage", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-image/route.ts" },
573
+ "POST /api/v1/generate-music": { method: "POST", path: "/api/v1/generate-music", methodName: "postApiV1GenerateMusic", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-music/route.ts" },
574
+ "POST /api/v1/generate-prompts": { method: "POST", path: "/api/v1/generate-prompts", methodName: "postApiV1GeneratePrompts", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-prompts/route.ts" },
575
+ "POST /api/v1/generate-video": { method: "POST", path: "/api/v1/generate-video", methodName: "postApiV1GenerateVideo", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-video/route.ts" },
576
+ "POST /api/v1/mcps": { method: "POST", path: "/api/v1/mcps", methodName: "postApiV1Mcps", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/mcps/route.ts" },
577
+ "POST /api/v1/mcps/{mcpId}/publish": { method: "POST", path: "/api/v1/mcps/{mcpId}/publish", methodName: "postApiV1McpsByMcpIdPublish", responseMode: "json", pathParams: ["mcpId"], catchAllPathParams: [], file: "apps/api/v1/mcps/[mcpId]/publish/route.ts" },
578
+ "POST /api/v1/messages": { method: "POST", path: "/api/v1/messages", methodName: "postApiV1Messages", responseMode: "mixed", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/messages/route.ts" },
579
+ "POST /api/v1/models/status": { method: "POST", path: "/api/v1/models/status", methodName: "postApiV1ModelsStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/models/status/route.ts" },
580
+ "POST /api/v1/oauth/{platform}/initiate": { method: "POST", path: "/api/v1/oauth/{platform}/initiate", methodName: "postApiV1OauthByPlatformInitiate", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/oauth/[platform]/initiate/route.ts" },
581
+ "POST /api/v1/oauth/connect": { method: "POST", path: "/api/v1/oauth/connect", methodName: "postApiV1OauthConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/connect/route.ts" },
582
+ "POST /api/v1/oauth/initiate": { method: "POST", path: "/api/v1/oauth/initiate", methodName: "postApiV1OauthInitiate", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/initiate/route.ts" },
583
+ "POST /api/v1/proxy/birdeye/{path}": { method: "POST", path: "/api/v1/proxy/birdeye/{path}", methodName: "postApiV1ProxyBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/proxy/birdeye/[...path]/route.ts" },
584
+ "POST /api/v1/proxy/evm-rpc/{chain}": { method: "POST", path: "/api/v1/proxy/evm-rpc/{chain}", methodName: "postApiV1ProxyEvmRpcByChain", responseMode: "json", pathParams: ["chain"], catchAllPathParams: [], file: "apps/api/v1/proxy/evm-rpc/[chain]/route.ts" },
585
+ "POST /api/v1/proxy/solana-rpc": { method: "POST", path: "/api/v1/proxy/solana-rpc", methodName: "postApiV1ProxySolanaRpc", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/proxy/solana-rpc/route.ts" },
586
+ "POST /api/v1/redemptions": { method: "POST", path: "/api/v1/redemptions", methodName: "postApiV1Redemptions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/redemptions/route.ts" },
587
+ "POST /api/v1/referrals/apply": { method: "POST", path: "/api/v1/referrals/apply", methodName: "postApiV1ReferralsApply", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/referrals/apply/route.ts" },
588
+ "POST /api/v1/remote/pair": { method: "POST", path: "/api/v1/remote/pair", methodName: "postApiV1RemotePair", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/remote/pair/route.ts" },
589
+ "POST /api/v1/remote/sessions/{id}/revoke": { method: "POST", path: "/api/v1/remote/sessions/{id}/revoke", methodName: "postApiV1RemoteSessionsByIdRevoke", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/remote/sessions/[id]/revoke/route.ts" },
590
+ "POST /api/v1/reports/bug": { method: "POST", path: "/api/v1/reports/bug", methodName: "postApiV1ReportsBug", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/reports/bug/route.ts" },
591
+ "POST /api/v1/responses": { method: "POST", path: "/api/v1/responses", methodName: "postApiV1Responses", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/responses/route.ts" },
592
+ "POST /api/v1/rpc/{chain}": { method: "POST", path: "/api/v1/rpc/{chain}", methodName: "postApiV1RpcByChain", responseMode: "json", pathParams: ["chain"], catchAllPathParams: [], file: "apps/api/v1/rpc/[chain]/route.ts" },
593
+ "POST /api/v1/search": { method: "POST", path: "/api/v1/search", methodName: "postApiV1Search", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/search/route.ts" },
594
+ "POST /api/v1/sensitive-requests": { method: "POST", path: "/api/v1/sensitive-requests", methodName: "postApiV1SensitiveRequests", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/sensitive-requests/route.ts" },
595
+ "POST /api/v1/sensitive-requests/{id}/cancel": { method: "POST", path: "/api/v1/sensitive-requests/{id}/cancel", methodName: "postApiV1SensitiveRequestsByIdCancel", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/sensitive-requests/[id]/cancel/route.ts" },
596
+ "POST /api/v1/sensitive-requests/{id}/expire": { method: "POST", path: "/api/v1/sensitive-requests/{id}/expire", methodName: "postApiV1SensitiveRequestsByIdExpire", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/sensitive-requests/[id]/expire/route.ts" },
597
+ "POST /api/v1/sensitive-requests/{id}/submit": { method: "POST", path: "/api/v1/sensitive-requests/{id}/submit", methodName: "postApiV1SensitiveRequestsByIdSubmit", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/sensitive-requests/[id]/submit/route.ts" },
598
+ "POST /api/v1/solana/rpc": { method: "POST", path: "/api/v1/solana/rpc", methodName: "postApiV1SolanaRpc", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/solana/rpc/route.ts" },
599
+ "POST /api/v1/steward/tenants": { method: "POST", path: "/api/v1/steward/tenants", methodName: "postApiV1StewardTenants", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/steward/tenants/route.ts" },
600
+ "POST /api/v1/telegram/connect": { method: "POST", path: "/api/v1/telegram/connect", methodName: "postApiV1TelegramConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/connect/route.ts" },
601
+ "POST /api/v1/telegram/scan-chats": { method: "POST", path: "/api/v1/telegram/scan-chats", methodName: "postApiV1TelegramScanChats", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/scan-chats/route.ts" },
602
+ "POST /api/v1/topup/10": { method: "POST", path: "/api/v1/topup/10", methodName: "postApiV1Topup10", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/topup/10/route.ts" },
603
+ "POST /api/v1/topup/100": { method: "POST", path: "/api/v1/topup/100", methodName: "postApiV1Topup100", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/topup/100/route.ts" },
604
+ "POST /api/v1/topup/50": { method: "POST", path: "/api/v1/topup/50", methodName: "postApiV1Topup50", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/topup/50/route.ts" },
605
+ "POST /api/v1/track/pageview": { method: "POST", path: "/api/v1/track/pageview", methodName: "postApiV1TrackPageview", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/track/pageview/route.ts" },
606
+ "POST /api/v1/twilio/connect": { method: "POST", path: "/api/v1/twilio/connect", methodName: "postApiV1TwilioConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twilio/connect/route.ts" },
607
+ "POST /api/v1/twilio/disconnect": { method: "POST", path: "/api/v1/twilio/disconnect", methodName: "postApiV1TwilioDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twilio/disconnect/route.ts" },
608
+ "POST /api/v1/twilio/voice/inbound": { method: "POST", path: "/api/v1/twilio/voice/inbound", methodName: "postApiV1TwilioVoiceInbound", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twilio/voice/inbound/route.ts" },
609
+ "POST /api/v1/twitter/connect": { method: "POST", path: "/api/v1/twitter/connect", methodName: "postApiV1TwitterConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/twitter/connect/route.ts" },
610
+ "POST /api/v1/user/avatar": { method: "POST", path: "/api/v1/user/avatar", methodName: "postApiV1UserAvatar", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/avatar/route.ts" },
611
+ "POST /api/v1/user/wallets/provision": { method: "POST", path: "/api/v1/user/wallets/provision", methodName: "postApiV1UserWalletsProvision", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/wallets/provision/route.ts" },
612
+ "POST /api/v1/user/wallets/rpc": { method: "POST", path: "/api/v1/user/wallets/rpc", methodName: "postApiV1UserWalletsRpc", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/wallets/rpc/route.ts" },
613
+ "POST /api/v1/voice/clone": { method: "POST", path: "/api/v1/voice/clone", methodName: "postApiV1VoiceClone", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/voice/clone/route.ts" },
614
+ "POST /api/v1/voice/stt": { method: "POST", path: "/api/v1/voice/stt", methodName: "postApiV1VoiceStt", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/voice/stt/route.ts" },
615
+ "POST /api/v1/voice/tts": { method: "POST", path: "/api/v1/voice/tts", methodName: "postApiV1VoiceTts", responseMode: "binary", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/voice/tts/route.ts" },
616
+ "POST /api/v1/whatsapp/connect": { method: "POST", path: "/api/v1/whatsapp/connect", methodName: "postApiV1WhatsappConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/whatsapp/connect/route.ts" },
617
+ "POST /api/v1/whatsapp/disconnect": { method: "POST", path: "/api/v1/whatsapp/disconnect", methodName: "postApiV1WhatsappDisconnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/whatsapp/disconnect/route.ts" },
618
+ "POST /api/v1/x/dms/conversations/send": { method: "POST", path: "/api/v1/x/dms/conversations/send", methodName: "postApiV1XDmsConversationsSend", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/dms/conversations/send/route.ts" },
619
+ "POST /api/v1/x/dms/curate": { method: "POST", path: "/api/v1/x/dms/curate", methodName: "postApiV1XDmsCurate", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/dms/curate/route.ts" },
620
+ "POST /api/v1/x/dms/groups": { method: "POST", path: "/api/v1/x/dms/groups", methodName: "postApiV1XDmsGroups", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/dms/groups/route.ts" },
621
+ "POST /api/v1/x/dms/send": { method: "POST", path: "/api/v1/x/dms/send", methodName: "postApiV1XDmsSend", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/dms/send/route.ts" },
622
+ "POST /api/v1/x/posts": { method: "POST", path: "/api/v1/x/posts", methodName: "postApiV1XPosts", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x/posts/route.ts" },
623
+ "POST /api/v1/x402/requests": { method: "POST", path: "/api/v1/x402/requests", methodName: "postApiV1X402Requests", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x402/requests/route.ts" },
624
+ "POST /api/v1/x402/requests/{id}/settle": { method: "POST", path: "/api/v1/x402/requests/{id}/settle", methodName: "postApiV1X402RequestsByIdSettle", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/x402/requests/[id]/settle/route.ts" },
625
+ "POST /api/v1/x402/settle": { method: "POST", path: "/api/v1/x402/settle", methodName: "postApiV1X402Settle", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x402/settle/route.ts" },
626
+ "POST /api/v1/x402/verify": { method: "POST", path: "/api/v1/x402/verify", methodName: "postApiV1X402Verify", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/x402/verify/route.ts" },
627
+ "PUT /api/v1/affiliates": { method: "PUT", path: "/api/v1/affiliates", methodName: "putApiV1Affiliates", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/affiliates/route.ts" },
628
+ "PUT /api/v1/agents/{agentId}/monetization": { method: "PUT", path: "/api/v1/agents/{agentId}/monetization", methodName: "putApiV1AgentsByAgentIdMonetization", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/monetization/route.ts" },
629
+ "PUT /api/v1/agents/{agentId}/workflows/{workflowId}": { method: "PUT", path: "/api/v1/agents/{agentId}/workflows/{workflowId}", methodName: "putApiV1AgentsByAgentIdWorkflowsByWorkflowId", responseMode: "json", pathParams: ["agentId", "workflowId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/[workflowId]/route.ts" },
630
+ "PUT /api/v1/apis/storage/objects/{key}": { method: "PUT", path: "/api/v1/apis/storage/objects/{key}", methodName: "putApiV1ApisStorageObjectsByKey", responseMode: "json", pathParams: ["key"], catchAllPathParams: ["key"], file: "apps/api/v1/apis/storage/objects/[...key]/route.ts" },
631
+ "PUT /api/v1/apps/{id}": { method: "PUT", path: "/api/v1/apps/{id}", methodName: "putApiV1AppsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/route.ts" },
632
+ "PUT /api/v1/apps/{id}/characters": { method: "PUT", path: "/api/v1/apps/{id}/characters", methodName: "putApiV1AppsByIdCharacters", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/characters/route.ts" },
633
+ "PUT /api/v1/apps/{id}/monetization": { method: "PUT", path: "/api/v1/apps/{id}/monetization", methodName: "putApiV1AppsByIdMonetization", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/monetization/route.ts" },
634
+ "PUT /api/v1/billing/settings": { method: "PUT", path: "/api/v1/billing/settings", methodName: "putApiV1BillingSettings", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/billing/settings/route.ts" },
635
+ "PUT /api/v1/connections/{platform}": { method: "PUT", path: "/api/v1/connections/{platform}", methodName: "putApiV1ConnectionsByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/connections/[platform]/route.ts" },
636
+ "PUT /api/v1/eliza/agents/{agentId}/api/wallet/{path}": { method: "PUT", path: "/api/v1/eliza/agents/{agentId}/api/wallet/{path}", methodName: "putApiV1ElizaAgentsByAgentIdApiWalletByPath", responseMode: "json", pathParams: ["agentId", "path"], catchAllPathParams: ["path"], file: "apps/api/v1/eliza/agents/[agentId]/api/wallet/[...path]/route.ts" },
637
+ "PUT /api/v1/generate-image": { method: "PUT", path: "/api/v1/generate-image", methodName: "putApiV1GenerateImage", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-image/route.ts" },
638
+ "PUT /api/v1/generate-music": { method: "PUT", path: "/api/v1/generate-music", methodName: "putApiV1GenerateMusic", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-music/route.ts" },
639
+ "PUT /api/v1/generate-video": { method: "PUT", path: "/api/v1/generate-video", methodName: "putApiV1GenerateVideo", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/generate-video/route.ts" },
640
+ "PUT /api/v1/mcps/{mcpId}": { method: "PUT", path: "/api/v1/mcps/{mcpId}", methodName: "putApiV1McpsByMcpId", responseMode: "json", pathParams: ["mcpId"], catchAllPathParams: [], file: "apps/api/v1/mcps/[mcpId]/route.ts" },
641
+ "PUT /api/v1/proxy/birdeye/{path}": { method: "PUT", path: "/api/v1/proxy/birdeye/{path}", methodName: "putApiV1ProxyBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/proxy/birdeye/[...path]/route.ts" },
642
+ "PUT /api/v1/user/avatar": { method: "PUT", path: "/api/v1/user/avatar", methodName: "putApiV1UserAvatar", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/user/avatar/route.ts" }
643
+ };
644
+ function encodePathValue(value) {
645
+ return encodeURIComponent(String(value));
646
+ }
647
+ function isPathParamArray(value) {
648
+ return Array.isArray(value);
649
+ }
650
+ function encodeCatchAllPathValue(value) {
651
+ const parts = isPathParamArray(value) ? value : String(value).split("/");
652
+ return parts.map(String).filter(Boolean).map((part) => encodeURIComponent(part)).join("/");
653
+ }
654
+ function buildPublicRoutePath(key, options) {
655
+ const endpoint = ELIZA_CLOUD_PUBLIC_ENDPOINTS[key];
656
+ const pathParams = options?.pathParams ?? {};
657
+ const expectedPathParams = new Set(endpoint.pathParams);
658
+ const catchAllPathParams = new Set(endpoint.catchAllPathParams);
659
+ for (const providedParamName of Object.keys(pathParams)) {
660
+ if (!expectedPathParams.has(providedParamName)) {
661
+ throw new Error(`Unexpected path parameter "${providedParamName}" for ${key}`);
662
+ }
663
+ }
664
+ return endpoint.path.replace(/\{([^}]+)\}/g, (_match, paramName) => {
665
+ const value = pathParams[paramName];
666
+ if (value === undefined) {
667
+ throw new Error(`Missing path parameter "${paramName}" for ${key}`);
668
+ }
669
+ if (catchAllPathParams.has(paramName)) {
670
+ return encodeCatchAllPathValue(value);
671
+ }
672
+ if (isPathParamArray(value)) {
673
+ throw new Error(`Path parameter "${paramName}" for ${key} does not accept multiple segments`);
674
+ }
675
+ return encodePathValue(value);
676
+ });
677
+ }
678
+ function toRequestOptions(options) {
679
+ const { pathParams: _pathParams, ...requestOptions } = options ?? {};
680
+ return requestOptions;
681
+ }
682
+
683
+ class ElizaCloudPublicRoutesClient {
684
+ client;
685
+ constructor(client) {
686
+ this.client = client;
687
+ }
688
+ call(key, options) {
689
+ const endpoint = ELIZA_CLOUD_PUBLIC_ENDPOINTS[key];
690
+ return this.client.request(endpoint.method, buildPublicRoutePath(key, options), toRequestOptions(options));
691
+ }
692
+ callRaw(key, options) {
693
+ const endpoint = ELIZA_CLOUD_PUBLIC_ENDPOINTS[key];
694
+ return this.client.requestRaw(endpoint.method, buildPublicRoutePath(key, options), toRequestOptions(options));
695
+ }
696
+ deleteApiElevenlabsVoicesById(options) {
697
+ return this.call("DELETE /api/elevenlabs/voices/{id}", options);
698
+ }
699
+ deleteApiV1AdvertisingAccountsById(options) {
700
+ return this.call("DELETE /api/v1/advertising/accounts/{id}", options);
701
+ }
702
+ deleteApiV1AdvertisingCampaignsById(options) {
703
+ return this.call("DELETE /api/v1/advertising/campaigns/{id}", options);
704
+ }
705
+ deleteApiV1AgentsByAgentIdPublish(options) {
706
+ return this.call("DELETE /api/v1/agents/{agentId}/publish", options);
707
+ }
708
+ deleteApiV1AgentsByAgentIdWorkflowsByWorkflowId(options) {
709
+ return this.call("DELETE /api/v1/agents/{agentId}/workflows/{workflowId}", options);
710
+ }
711
+ deleteApiV1ApiKeysById(options) {
712
+ return this.call("DELETE /api/v1/api-keys/{id}", options);
713
+ }
714
+ deleteApiV1ApisStorageObjectsByKey(options) {
715
+ return this.call("DELETE /api/v1/apis/storage/objects/{key}", options);
716
+ }
717
+ deleteApiV1ApisStreamingSessionsById(options) {
718
+ return this.callRaw("DELETE /api/v1/apis/streaming/sessions/{id}", options);
719
+ }
720
+ deleteApiV1AppsById(options) {
721
+ return this.call("DELETE /api/v1/apps/{id}", options);
722
+ }
723
+ deleteApiV1AppsByIdDiscordAutomation(options) {
724
+ return this.call("DELETE /api/v1/apps/{id}/discord-automation", options);
725
+ }
726
+ deleteApiV1AppsByIdDomains(options) {
727
+ return this.call("DELETE /api/v1/apps/{id}/domains", options);
728
+ }
729
+ deleteApiV1AppsByIdDomainsByDomainDnsByRecordId(options) {
730
+ return this.call("DELETE /api/v1/apps/{id}/domains/{domain}/dns/{recordId}", options);
731
+ }
732
+ deleteApiV1AppsByIdTelegramAutomation(options) {
733
+ return this.call("DELETE /api/v1/apps/{id}/telegram-automation", options);
734
+ }
735
+ deleteApiV1AppsByIdTwitterAutomation(options) {
736
+ return this.call("DELETE /api/v1/apps/{id}/twitter-automation", options);
737
+ }
738
+ deleteApiV1BlooioDisconnect(options = {}) {
739
+ return this.call("DELETE /api/v1/blooio/disconnect", options);
740
+ }
741
+ deleteApiV1BrowserSessionsById(options) {
742
+ return this.call("DELETE /api/v1/browser/sessions/{id}", options);
743
+ }
744
+ deleteApiV1ConnectionsByPlatform(options) {
745
+ return this.call("DELETE /api/v1/connections/{platform}", options);
746
+ }
747
+ deleteApiV1ContainersById(options) {
748
+ return this.call("DELETE /api/v1/containers/{id}", options);
749
+ }
750
+ deleteApiV1DiscordConnectionsById(options) {
751
+ return this.call("DELETE /api/v1/discord/connections/{id}", options);
752
+ }
753
+ deleteApiV1DocumentsById(options) {
754
+ return this.call("DELETE /api/v1/documents/{id}", options);
755
+ }
756
+ deleteApiV1DocumentsPreUpload(options = {}) {
757
+ return this.call("DELETE /api/v1/documents/pre-upload", options);
758
+ }
759
+ deleteApiV1ElizaAgentsByAgentId(options) {
760
+ return this.call("DELETE /api/v1/eliza/agents/{agentId}", options);
761
+ }
762
+ deleteApiV1ElizaAgentsByAgentIdDiscord(options) {
763
+ return this.call("DELETE /api/v1/eliza/agents/{agentId}/discord", options);
764
+ }
765
+ deleteApiV1ElizaAgentsByAgentIdGithub(options) {
766
+ return this.call("DELETE /api/v1/eliza/agents/{agentId}/github", options);
767
+ }
768
+ deleteApiV1ElizaGatewayRelaySessionsBySessionId(options) {
769
+ return this.call("DELETE /api/v1/eliza/gateway-relay/sessions/{sessionId}", options);
770
+ }
771
+ deleteApiV1ElizaGoogleCalendarEventsByEventId(options) {
772
+ return this.call("DELETE /api/v1/eliza/google/calendar/events/{eventId}", options);
773
+ }
774
+ deleteApiV1GalleryById(options) {
775
+ return this.call("DELETE /api/v1/gallery/{id}", options);
776
+ }
777
+ deleteApiV1GenerateImage(options = {}) {
778
+ return this.call("DELETE /api/v1/generate-image", options);
779
+ }
780
+ deleteApiV1GenerateMusic(options = {}) {
781
+ return this.call("DELETE /api/v1/generate-music", options);
782
+ }
783
+ deleteApiV1GenerateVideo(options = {}) {
784
+ return this.call("DELETE /api/v1/generate-video", options);
785
+ }
786
+ deleteApiV1McpsByMcpId(options) {
787
+ return this.call("DELETE /api/v1/mcps/{mcpId}", options);
788
+ }
789
+ deleteApiV1McpsByMcpIdPublish(options) {
790
+ return this.call("DELETE /api/v1/mcps/{mcpId}/publish", options);
791
+ }
792
+ deleteApiV1OauthConnectionsById(options) {
793
+ return this.call("DELETE /api/v1/oauth/connections/{id}", options);
794
+ }
795
+ deleteApiV1ProxyBirdeyeByPath(options) {
796
+ return this.call("DELETE /api/v1/proxy/birdeye/{path}", options);
797
+ }
798
+ deleteApiV1TelegramDisconnect(options = {}) {
799
+ return this.call("DELETE /api/v1/telegram/disconnect", options);
800
+ }
801
+ deleteApiV1TwilioDisconnect(options = {}) {
802
+ return this.call("DELETE /api/v1/twilio/disconnect", options);
803
+ }
804
+ deleteApiV1TwitterDisconnect(options = {}) {
805
+ return this.call("DELETE /api/v1/twitter/disconnect", options);
806
+ }
807
+ deleteApiV1UserAvatar(options = {}) {
808
+ return this.call("DELETE /api/v1/user/avatar", options);
809
+ }
810
+ deleteApiV1VoiceById(options) {
811
+ return this.call("DELETE /api/v1/voice/{id}", options);
812
+ }
813
+ deleteApiV1WhatsappDisconnect(options = {}) {
814
+ return this.call("DELETE /api/v1/whatsapp/disconnect", options);
815
+ }
816
+ getApiElevenlabsVoices(options = {}) {
817
+ return this.call("GET /api/elevenlabs/voices", options);
818
+ }
819
+ getApiElevenlabsVoicesById(options) {
820
+ return this.call("GET /api/elevenlabs/voices/{id}", options);
821
+ }
822
+ getApiElevenlabsVoicesJobs(options = {}) {
823
+ return this.call("GET /api/elevenlabs/voices/jobs", options);
824
+ }
825
+ getApiElevenlabsVoicesUser(options = {}) {
826
+ return this.call("GET /api/elevenlabs/voices/user", options);
827
+ }
828
+ getApiElevenlabsVoicesVerifyById(options) {
829
+ return this.call("GET /api/elevenlabs/voices/verify/{id}", options);
830
+ }
831
+ getApiV1AdvertisingAccounts(options = {}) {
832
+ return this.call("GET /api/v1/advertising/accounts", options);
833
+ }
834
+ getApiV1AdvertisingAccountsById(options) {
835
+ return this.call("GET /api/v1/advertising/accounts/{id}", options);
836
+ }
837
+ getApiV1AdvertisingCampaigns(options = {}) {
838
+ return this.call("GET /api/v1/advertising/campaigns", options);
839
+ }
840
+ getApiV1AdvertisingCampaignsById(options) {
841
+ return this.call("GET /api/v1/advertising/campaigns/{id}", options);
842
+ }
843
+ getApiV1AdvertisingCampaignsByIdAnalytics(options) {
844
+ return this.call("GET /api/v1/advertising/campaigns/{id}/analytics", options);
845
+ }
846
+ getApiV1AdvertisingCampaignsByIdCreatives(options) {
847
+ return this.call("GET /api/v1/advertising/campaigns/{id}/creatives", options);
848
+ }
849
+ getApiV1Affiliates(options = {}) {
850
+ return this.call("GET /api/v1/affiliates", options);
851
+ }
852
+ getApiV1AgentsByAgentId(options) {
853
+ return this.call("GET /api/v1/agents/{agentId}", options);
854
+ }
855
+ getApiV1AgentsByAgentIdLogs(options) {
856
+ return this.call("GET /api/v1/agents/{agentId}/logs", options);
857
+ }
858
+ getApiV1AgentsByAgentIdMonetization(options) {
859
+ return this.call("GET /api/v1/agents/{agentId}/monetization", options);
860
+ }
861
+ getApiV1AgentsByAgentIdStatus(options) {
862
+ return this.call("GET /api/v1/agents/{agentId}/status", options);
863
+ }
864
+ getApiV1AgentsByAgentIdUsage(options) {
865
+ return this.call("GET /api/v1/agents/{agentId}/usage", options);
866
+ }
867
+ getApiV1AgentsByAgentIdWorkflows(options) {
868
+ return this.call("GET /api/v1/agents/{agentId}/workflows", options);
869
+ }
870
+ getApiV1AgentsByAgentIdWorkflowsByWorkflowId(options) {
871
+ return this.call("GET /api/v1/agents/{agentId}/workflows/{workflowId}", options);
872
+ }
873
+ getApiV1AgentsByAgentIdWorkflowsExecutionsByExecutionId(options) {
874
+ return this.call("GET /api/v1/agents/{agentId}/workflows/executions/{executionId}", options);
875
+ }
876
+ getApiV1AgentsByToken(options = {}) {
877
+ return this.call("GET /api/v1/agents/by-token", options);
878
+ }
879
+ getApiV1ApiKeys(options = {}) {
880
+ return this.call("GET /api/v1/api-keys", options);
881
+ }
882
+ getApiV1ApisBirdeyeByPath(options) {
883
+ return this.call("GET /api/v1/apis/birdeye/{path}", options);
884
+ }
885
+ getApiV1ApisDexscreenerByPath(options) {
886
+ return this.call("GET /api/v1/apis/dexscreener/{path}", options);
887
+ }
888
+ getApiV1ApisStorageList(options = {}) {
889
+ return this.call("GET /api/v1/apis/storage/list", options);
890
+ }
891
+ getApiV1ApisStorageObjectsByKey(options) {
892
+ return this.call("GET /api/v1/apis/storage/objects/{key}", options);
893
+ }
894
+ getApiV1ApisStreamingSessionsById(options) {
895
+ return this.callRaw("GET /api/v1/apis/streaming/sessions/{id}", options);
896
+ }
897
+ getApiV1AppAuthSession(options = {}) {
898
+ return this.call("GET /api/v1/app-auth/session", options);
899
+ }
900
+ getApiV1AppCreditsBalance(options = {}) {
901
+ return this.call("GET /api/v1/app-credits/balance", options);
902
+ }
903
+ getApiV1AppCreditsVerify(options = {}) {
904
+ return this.call("GET /api/v1/app-credits/verify", options);
905
+ }
906
+ getApiV1Apps(options = {}) {
907
+ return this.call("GET /api/v1/apps", options);
908
+ }
909
+ getApiV1AppsById(options) {
910
+ return this.call("GET /api/v1/apps/{id}", options);
911
+ }
912
+ getApiV1AppsByIdAnalytics(options) {
913
+ return this.call("GET /api/v1/apps/{id}/analytics", options);
914
+ }
915
+ getApiV1AppsByIdAnalyticsRequests(options) {
916
+ return this.call("GET /api/v1/apps/{id}/analytics/requests", options);
917
+ }
918
+ getApiV1AppsByIdCharacters(options) {
919
+ return this.call("GET /api/v1/apps/{id}/characters", options);
920
+ }
921
+ getApiV1AppsByIdCharges(options) {
922
+ return this.call("GET /api/v1/apps/{id}/charges", options);
923
+ }
924
+ getApiV1AppsByIdChargesByChargeId(options) {
925
+ return this.call("GET /api/v1/apps/{id}/charges/{chargeId}", options);
926
+ }
927
+ getApiV1AppsByIdDiscordAutomation(options) {
928
+ return this.call("GET /api/v1/apps/{id}/discord-automation", options);
929
+ }
930
+ getApiV1AppsByIdDomains(options) {
931
+ return this.call("GET /api/v1/apps/{id}/domains", options);
932
+ }
933
+ getApiV1AppsByIdDomainsByDomainDns(options) {
934
+ return this.call("GET /api/v1/apps/{id}/domains/{domain}/dns", options);
935
+ }
936
+ getApiV1AppsByIdDomainsByDomainDnsByRecordId(options) {
937
+ return this.call("GET /api/v1/apps/{id}/domains/{domain}/dns/{recordId}", options);
938
+ }
939
+ getApiV1AppsByIdEarnings(options) {
940
+ return this.call("GET /api/v1/apps/{id}/earnings", options);
941
+ }
942
+ getApiV1AppsByIdEarningsHistory(options) {
943
+ return this.call("GET /api/v1/apps/{id}/earnings/history", options);
944
+ }
945
+ getApiV1AppsByIdMonetization(options) {
946
+ return this.call("GET /api/v1/apps/{id}/monetization", options);
947
+ }
948
+ getApiV1AppsByIdPromote(options) {
949
+ return this.call("GET /api/v1/apps/{id}/promote", options);
950
+ }
951
+ getApiV1AppsByIdPromoteAnalytics(options) {
952
+ return this.call("GET /api/v1/apps/{id}/promote/analytics", options);
953
+ }
954
+ getApiV1AppsByIdPromoteAssets(options) {
955
+ return this.call("GET /api/v1/apps/{id}/promote/assets", options);
956
+ }
957
+ getApiV1AppsByIdPublic(options) {
958
+ return this.call("GET /api/v1/apps/{id}/public", options);
959
+ }
960
+ getApiV1AppsByIdTelegramAutomation(options) {
961
+ return this.call("GET /api/v1/apps/{id}/telegram-automation", options);
962
+ }
963
+ getApiV1AppsByIdTwitterAutomation(options) {
964
+ return this.call("GET /api/v1/apps/{id}/twitter-automation", options);
965
+ }
966
+ getApiV1AppsByIdUsers(options) {
967
+ return this.call("GET /api/v1/apps/{id}/users", options);
968
+ }
969
+ getApiV1BillingActive(options = {}) {
970
+ return this.call("GET /api/v1/billing/active", options);
971
+ }
972
+ getApiV1BillingLedger(options = {}) {
973
+ return this.call("GET /api/v1/billing/ledger", options);
974
+ }
975
+ getApiV1BillingSettings(options = {}) {
976
+ return this.call("GET /api/v1/billing/settings", options);
977
+ }
978
+ getApiV1BlooioStatus(options = {}) {
979
+ return this.call("GET /api/v1/blooio/status", options);
980
+ }
981
+ getApiV1BrowserSessions(options = {}) {
982
+ return this.call("GET /api/v1/browser/sessions", options);
983
+ }
984
+ getApiV1BrowserSessionsById(options) {
985
+ return this.call("GET /api/v1/browser/sessions/{id}", options);
986
+ }
987
+ getApiV1BrowserSessionsByIdSnapshot(options) {
988
+ return this.call("GET /api/v1/browser/sessions/{id}/snapshot", options);
989
+ }
990
+ getApiV1ChainNftsByChainByAddress(options) {
991
+ return this.call("GET /api/v1/chain/nfts/{chain}/{address}", options);
992
+ }
993
+ getApiV1ChainTokensByChainByAddress(options) {
994
+ return this.call("GET /api/v1/chain/tokens/{chain}/{address}", options);
995
+ }
996
+ getApiV1ChainTransfersByChainByAddress(options) {
997
+ return this.call("GET /api/v1/chain/transfers/{chain}/{address}", options);
998
+ }
999
+ getApiV1ConnectionsByPlatform(options) {
1000
+ return this.call("GET /api/v1/connections/{platform}", options);
1001
+ }
1002
+ getApiV1Containers(options = {}) {
1003
+ return this.call("GET /api/v1/containers", options);
1004
+ }
1005
+ getApiV1ContainersById(options) {
1006
+ return this.call("GET /api/v1/containers/{id}", options);
1007
+ }
1008
+ getApiV1ContainersByIdDeployments(options) {
1009
+ return this.call("GET /api/v1/containers/{id}/deployments", options);
1010
+ }
1011
+ getApiV1ContainersByIdHealth(options) {
1012
+ return this.call("GET /api/v1/containers/{id}/health", options);
1013
+ }
1014
+ getApiV1ContainersByIdLogs(options) {
1015
+ return this.call("GET /api/v1/containers/{id}/logs", options);
1016
+ }
1017
+ getApiV1ContainersByIdLogsStream(options) {
1018
+ return this.callRaw("GET /api/v1/containers/{id}/logs/stream", options);
1019
+ }
1020
+ getApiV1ContainersByIdMetrics(options) {
1021
+ return this.call("GET /api/v1/containers/{id}/metrics", options);
1022
+ }
1023
+ getApiV1ContainersQuota(options = {}) {
1024
+ return this.call("GET /api/v1/containers/quota", options);
1025
+ }
1026
+ getApiV1CreditsBalance(options = {}) {
1027
+ return this.call("GET /api/v1/credits/balance", options);
1028
+ }
1029
+ getApiV1CreditsSummary(options = {}) {
1030
+ return this.call("GET /api/v1/credits/summary", options);
1031
+ }
1032
+ getApiV1CreditsVerify(options = {}) {
1033
+ return this.call("GET /api/v1/credits/verify", options);
1034
+ }
1035
+ getApiV1DeviceBusDevicesByDeviceIdIntents(options) {
1036
+ return this.call("GET /api/v1/device-bus/devices/{deviceId}/intents", options);
1037
+ }
1038
+ getApiV1DiscordCallback(options = {}) {
1039
+ return this.call("GET /api/v1/discord/callback", options);
1040
+ }
1041
+ getApiV1DiscordChannels(options = {}) {
1042
+ return this.call("GET /api/v1/discord/channels", options);
1043
+ }
1044
+ getApiV1DiscordConnections(options = {}) {
1045
+ return this.call("GET /api/v1/discord/connections", options);
1046
+ }
1047
+ getApiV1DiscordConnectionsById(options) {
1048
+ return this.call("GET /api/v1/discord/connections/{id}", options);
1049
+ }
1050
+ getApiV1DiscordGuilds(options = {}) {
1051
+ return this.call("GET /api/v1/discord/guilds", options);
1052
+ }
1053
+ getApiV1DiscordOauth(options = {}) {
1054
+ return this.call("GET /api/v1/discord/oauth", options);
1055
+ }
1056
+ getApiV1DiscordStatus(options = {}) {
1057
+ return this.call("GET /api/v1/discord/status", options);
1058
+ }
1059
+ getApiV1Discovery(options = {}) {
1060
+ return this.call("GET /api/v1/discovery", options);
1061
+ }
1062
+ getApiV1Documents(options = {}) {
1063
+ return this.call("GET /api/v1/documents", options);
1064
+ }
1065
+ getApiV1DocumentsById(options) {
1066
+ return this.call("GET /api/v1/documents/{id}", options);
1067
+ }
1068
+ getApiV1DocumentsCheck(options = {}) {
1069
+ return this.call("GET /api/v1/documents/check", options);
1070
+ }
1071
+ getApiV1Domains(options = {}) {
1072
+ return this.call("GET /api/v1/domains", options);
1073
+ }
1074
+ getApiV1DomainsResolve(options = {}) {
1075
+ return this.call("GET /api/v1/domains/resolve", options);
1076
+ }
1077
+ getApiV1ElizaAgents(options = {}) {
1078
+ return this.call("GET /api/v1/eliza/agents", options);
1079
+ }
1080
+ getApiV1ElizaAgentsByAgentId(options) {
1081
+ return this.call("GET /api/v1/eliza/agents/{agentId}", options);
1082
+ }
1083
+ getApiV1ElizaAgentsByAgentIdApiWalletByPath(options) {
1084
+ return this.call("GET /api/v1/eliza/agents/{agentId}/api/wallet/{path}", options);
1085
+ }
1086
+ getApiV1ElizaAgentsByAgentIdBackups(options) {
1087
+ return this.call("GET /api/v1/eliza/agents/{agentId}/backups", options);
1088
+ }
1089
+ getApiV1ElizaAgentsByAgentIdDiscord(options) {
1090
+ return this.call("GET /api/v1/eliza/agents/{agentId}/discord", options);
1091
+ }
1092
+ getApiV1ElizaAgentsByAgentIdGithub(options) {
1093
+ return this.call("GET /api/v1/eliza/agents/{agentId}/github", options);
1094
+ }
1095
+ getApiV1ElizaAgentsByAgentIdGithubToken(options) {
1096
+ return this.call("GET /api/v1/eliza/agents/{agentId}/github/token", options);
1097
+ }
1098
+ getApiV1ElizaAgentsByAgentIdLifeopsScheduleMergedState(options) {
1099
+ return this.call("GET /api/v1/eliza/agents/{agentId}/lifeops/schedule/merged-state", options);
1100
+ }
1101
+ getApiV1ElizaAgentsByAgentIdWallet(options) {
1102
+ return this.call("GET /api/v1/eliza/agents/{agentId}/wallet", options);
1103
+ }
1104
+ getApiV1ElizaGatewayRelaySessionsBySessionIdNext(options) {
1105
+ return this.call("GET /api/v1/eliza/gateway-relay/sessions/{sessionId}/next", options);
1106
+ }
1107
+ getApiV1ElizaGithubOauthComplete(options = {}) {
1108
+ return this.call("GET /api/v1/eliza/github-oauth-complete", options);
1109
+ }
1110
+ getApiV1ElizaGoogleAccounts(options = {}) {
1111
+ return this.call("GET /api/v1/eliza/google/accounts", options);
1112
+ }
1113
+ getApiV1ElizaGoogleCalendarCalendars(options = {}) {
1114
+ return this.call("GET /api/v1/eliza/google/calendar/calendars", options);
1115
+ }
1116
+ getApiV1ElizaGoogleCalendarFeed(options = {}) {
1117
+ return this.call("GET /api/v1/eliza/google/calendar/feed", options);
1118
+ }
1119
+ getApiV1ElizaGoogleGmailRead(options = {}) {
1120
+ return this.call("GET /api/v1/eliza/google/gmail/read", options);
1121
+ }
1122
+ getApiV1ElizaGoogleGmailSearch(options = {}) {
1123
+ return this.call("GET /api/v1/eliza/google/gmail/search", options);
1124
+ }
1125
+ getApiV1ElizaGoogleGmailSubscriptionHeaders(options = {}) {
1126
+ return this.call("GET /api/v1/eliza/google/gmail/subscription-headers", options);
1127
+ }
1128
+ getApiV1ElizaGoogleGmailTriage(options = {}) {
1129
+ return this.call("GET /api/v1/eliza/google/gmail/triage", options);
1130
+ }
1131
+ getApiV1ElizaGoogleStatus(options = {}) {
1132
+ return this.call("GET /api/v1/eliza/google/status", options);
1133
+ }
1134
+ getApiV1ElizaLaunchSessionsBySessionId(options) {
1135
+ return this.call("GET /api/v1/eliza/launch-sessions/{sessionId}", options);
1136
+ }
1137
+ getApiV1ElizaLifeopsGithubComplete(options = {}) {
1138
+ return this.call("GET /api/v1/eliza/lifeops/github-complete", options);
1139
+ }
1140
+ getApiV1ElizaPaypalPopupCallback(options = {}) {
1141
+ return this.callRaw("GET /api/v1/eliza/paypal/popup-callback", options);
1142
+ }
1143
+ getApiV1ElizaPaypalStatus(options = {}) {
1144
+ return this.call("GET /api/v1/eliza/paypal/status", options);
1145
+ }
1146
+ getApiV1ElizaPlaidStatus(options = {}) {
1147
+ return this.call("GET /api/v1/eliza/plaid/status", options);
1148
+ }
1149
+ getApiV1Gallery(options = {}) {
1150
+ return this.call("GET /api/v1/gallery", options);
1151
+ }
1152
+ getApiV1GalleryExplore(options = {}) {
1153
+ return this.call("GET /api/v1/gallery/explore", options);
1154
+ }
1155
+ getApiV1GalleryStats(options = {}) {
1156
+ return this.call("GET /api/v1/gallery/stats", options);
1157
+ }
1158
+ getApiV1GenerateImage(options = {}) {
1159
+ return this.call("GET /api/v1/generate-image", options);
1160
+ }
1161
+ getApiV1GenerateMusic(options = {}) {
1162
+ return this.call("GET /api/v1/generate-music", options);
1163
+ }
1164
+ getApiV1GenerateVideo(options = {}) {
1165
+ return this.call("GET /api/v1/generate-video", options);
1166
+ }
1167
+ getApiV1JobsByJobId(options) {
1168
+ return this.call("GET /api/v1/jobs/{jobId}", options);
1169
+ }
1170
+ getApiV1MarketCandlesByChainByAddress(options) {
1171
+ return this.call("GET /api/v1/market/candles/{chain}/{address}", options);
1172
+ }
1173
+ getApiV1MarketPortfolioByChainByAddress(options) {
1174
+ return this.call("GET /api/v1/market/portfolio/{chain}/{address}", options);
1175
+ }
1176
+ getApiV1MarketPreviewPortfolioByChainByAddress(options) {
1177
+ return this.call("GET /api/v1/market/preview/portfolio/{chain}/{address}", options);
1178
+ }
1179
+ getApiV1MarketPreviewPredictions(options = {}) {
1180
+ return this.call("GET /api/v1/market/preview/predictions", options);
1181
+ }
1182
+ getApiV1MarketPreviewPriceByChainByAddress(options) {
1183
+ return this.call("GET /api/v1/market/preview/price/{chain}/{address}", options);
1184
+ }
1185
+ getApiV1MarketPreviewTokenByChainByAddress(options) {
1186
+ return this.call("GET /api/v1/market/preview/token/{chain}/{address}", options);
1187
+ }
1188
+ getApiV1MarketPreviewWalletOverview(options = {}) {
1189
+ return this.call("GET /api/v1/market/preview/wallet-overview", options);
1190
+ }
1191
+ getApiV1MarketPriceByChainByAddress(options) {
1192
+ return this.call("GET /api/v1/market/price/{chain}/{address}", options);
1193
+ }
1194
+ getApiV1MarketTokenByChainByAddress(options) {
1195
+ return this.call("GET /api/v1/market/token/{chain}/{address}", options);
1196
+ }
1197
+ getApiV1MarketTradesByChainByAddress(options) {
1198
+ return this.call("GET /api/v1/market/trades/{chain}/{address}", options);
1199
+ }
1200
+ getApiV1Mcps(options = {}) {
1201
+ return this.call("GET /api/v1/mcps", options);
1202
+ }
1203
+ getApiV1McpsByMcpId(options) {
1204
+ return this.call("GET /api/v1/mcps/{mcpId}", options);
1205
+ }
1206
+ getApiV1Models(options = {}) {
1207
+ return this.call("GET /api/v1/models", options);
1208
+ }
1209
+ getApiV1ModelsByModel(options) {
1210
+ return this.call("GET /api/v1/models/{model}", options);
1211
+ }
1212
+ getApiV1OauthByPlatformCallback(options) {
1213
+ return this.call("GET /api/v1/oauth/{platform}/callback", options);
1214
+ }
1215
+ getApiV1OauthCallback(options = {}) {
1216
+ return this.call("GET /api/v1/oauth/callback", options);
1217
+ }
1218
+ getApiV1OauthConnections(options = {}) {
1219
+ return this.call("GET /api/v1/oauth/connections", options);
1220
+ }
1221
+ getApiV1OauthConnectionsById(options) {
1222
+ return this.call("GET /api/v1/oauth/connections/{id}", options);
1223
+ }
1224
+ getApiV1OauthConnectionsByIdToken(options) {
1225
+ return this.call("GET /api/v1/oauth/connections/{id}/token", options);
1226
+ }
1227
+ getApiV1OauthInitiate(options = {}) {
1228
+ return this.call("GET /api/v1/oauth/initiate", options);
1229
+ }
1230
+ getApiV1OauthProviders(options = {}) {
1231
+ return this.call("GET /api/v1/oauth/providers", options);
1232
+ }
1233
+ getApiV1OauthStatus(options = {}) {
1234
+ return this.call("GET /api/v1/oauth/status", options);
1235
+ }
1236
+ getApiV1OauthTokenByPlatform(options) {
1237
+ return this.call("GET /api/v1/oauth/token/{platform}", options);
1238
+ }
1239
+ getApiV1PricingSummary(options = {}) {
1240
+ return this.call("GET /api/v1/pricing/summary", options);
1241
+ }
1242
+ getApiV1ProxyBirdeyeByPath(options) {
1243
+ return this.call("GET /api/v1/proxy/birdeye/{path}", options);
1244
+ }
1245
+ getApiV1Redemptions(options = {}) {
1246
+ return this.call("GET /api/v1/redemptions", options);
1247
+ }
1248
+ getApiV1RedemptionsById(options) {
1249
+ return this.call("GET /api/v1/redemptions/{id}", options);
1250
+ }
1251
+ getApiV1RedemptionsBalance(options = {}) {
1252
+ return this.call("GET /api/v1/redemptions/balance", options);
1253
+ }
1254
+ getApiV1RedemptionsQuote(options = {}) {
1255
+ return this.call("GET /api/v1/redemptions/quote", options);
1256
+ }
1257
+ getApiV1RedemptionsStatus(options = {}) {
1258
+ return this.call("GET /api/v1/redemptions/status", options);
1259
+ }
1260
+ getApiV1Referrals(options = {}) {
1261
+ return this.call("GET /api/v1/referrals", options);
1262
+ }
1263
+ getApiV1RemoteSessions(options = {}) {
1264
+ return this.call("GET /api/v1/remote/sessions", options);
1265
+ }
1266
+ getApiV1SensitiveRequestsById(options) {
1267
+ return this.call("GET /api/v1/sensitive-requests/{id}", options);
1268
+ }
1269
+ getApiV1SolanaAssetsByAddress(options) {
1270
+ return this.call("GET /api/v1/solana/assets/{address}", options);
1271
+ }
1272
+ getApiV1SolanaMethods(options = {}) {
1273
+ return this.call("GET /api/v1/solana/methods", options);
1274
+ }
1275
+ getApiV1SolanaTokenAccountsByAddress(options) {
1276
+ return this.call("GET /api/v1/solana/token-accounts/{address}", options);
1277
+ }
1278
+ getApiV1SolanaTransactionsByAddress(options) {
1279
+ return this.call("GET /api/v1/solana/transactions/{address}", options);
1280
+ }
1281
+ getApiV1StewardTenantsCredentials(options = {}) {
1282
+ return this.call("GET /api/v1/steward/tenants/credentials", options);
1283
+ }
1284
+ getApiV1TelegramChats(options = {}) {
1285
+ return this.call("GET /api/v1/telegram/chats", options);
1286
+ }
1287
+ getApiV1TelegramScanChats(options = {}) {
1288
+ return this.call("GET /api/v1/telegram/scan-chats", options);
1289
+ }
1290
+ getApiV1TelegramStatus(options = {}) {
1291
+ return this.call("GET /api/v1/telegram/status", options);
1292
+ }
1293
+ getApiV1TwilioStatus(options = {}) {
1294
+ return this.call("GET /api/v1/twilio/status", options);
1295
+ }
1296
+ getApiV1TwitterCallback(options = {}) {
1297
+ return this.call("GET /api/v1/twitter/callback", options);
1298
+ }
1299
+ getApiV1TwitterStatus(options = {}) {
1300
+ return this.call("GET /api/v1/twitter/status", options);
1301
+ }
1302
+ getApiV1TwitterToken(options = {}) {
1303
+ return this.call("GET /api/v1/twitter/token", options);
1304
+ }
1305
+ getApiV1User(options = {}) {
1306
+ return this.call("GET /api/v1/user", options);
1307
+ }
1308
+ getApiV1UserAvatar(options = {}) {
1309
+ return this.call("GET /api/v1/user/avatar", options);
1310
+ }
1311
+ getApiV1UserWallets(options = {}) {
1312
+ return this.call("GET /api/v1/user/wallets", options);
1313
+ }
1314
+ getApiV1VideoFeatured(options = {}) {
1315
+ return this.call("GET /api/v1/video/featured", options);
1316
+ }
1317
+ getApiV1VideoUsage(options = {}) {
1318
+ return this.call("GET /api/v1/video/usage", options);
1319
+ }
1320
+ getApiV1VoiceById(options) {
1321
+ return this.call("GET /api/v1/voice/{id}", options);
1322
+ }
1323
+ getApiV1VoiceJobs(options = {}) {
1324
+ return this.call("GET /api/v1/voice/jobs", options);
1325
+ }
1326
+ getApiV1VoiceList(options = {}) {
1327
+ return this.call("GET /api/v1/voice/list", options);
1328
+ }
1329
+ getApiV1WhatsappStatus(options = {}) {
1330
+ return this.call("GET /api/v1/whatsapp/status", options);
1331
+ }
1332
+ getApiV1XDmsDigest(options = {}) {
1333
+ return this.call("GET /api/v1/x/dms/digest", options);
1334
+ }
1335
+ getApiV1XFeed(options = {}) {
1336
+ return this.call("GET /api/v1/x/feed", options);
1337
+ }
1338
+ getApiV1XStatus(options = {}) {
1339
+ return this.call("GET /api/v1/x/status", options);
1340
+ }
1341
+ getApiV1X402(options = {}) {
1342
+ return this.call("GET /api/v1/x402", options);
1343
+ }
1344
+ getApiV1X402Requests(options = {}) {
1345
+ return this.call("GET /api/v1/x402/requests", options);
1346
+ }
1347
+ getApiV1X402RequestsById(options) {
1348
+ return this.call("GET /api/v1/x402/requests/{id}", options);
1349
+ }
1350
+ patchApiElevenlabsVoicesById(options) {
1351
+ return this.call("PATCH /api/elevenlabs/voices/{id}", options);
1352
+ }
1353
+ patchApiV1AdvertisingCampaignsById(options) {
1354
+ return this.call("PATCH /api/v1/advertising/campaigns/{id}", options);
1355
+ }
1356
+ patchApiV1ApiKeysById(options) {
1357
+ return this.call("PATCH /api/v1/api-keys/{id}", options);
1358
+ }
1359
+ patchApiV1AppsById(options) {
1360
+ return this.call("PATCH /api/v1/apps/{id}", options);
1361
+ }
1362
+ patchApiV1AppsByIdDomainsByDomainDnsByRecordId(options) {
1363
+ return this.call("PATCH /api/v1/apps/{id}/domains/{domain}/dns/{recordId}", options);
1364
+ }
1365
+ patchApiV1ConnectionsByPlatform(options) {
1366
+ return this.call("PATCH /api/v1/connections/{platform}", options);
1367
+ }
1368
+ patchApiV1ContainersById(options) {
1369
+ return this.call("PATCH /api/v1/containers/{id}", options);
1370
+ }
1371
+ patchApiV1DiscordConnectionsById(options) {
1372
+ return this.call("PATCH /api/v1/discord/connections/{id}", options);
1373
+ }
1374
+ patchApiV1ElizaAgentsByAgentId(options) {
1375
+ return this.call("PATCH /api/v1/eliza/agents/{agentId}", options);
1376
+ }
1377
+ patchApiV1ElizaGoogleCalendarEventsByEventId(options) {
1378
+ return this.call("PATCH /api/v1/eliza/google/calendar/events/{eventId}", options);
1379
+ }
1380
+ patchApiV1GenerateImage(options = {}) {
1381
+ return this.call("PATCH /api/v1/generate-image", options);
1382
+ }
1383
+ patchApiV1GenerateMusic(options = {}) {
1384
+ return this.call("PATCH /api/v1/generate-music", options);
1385
+ }
1386
+ patchApiV1GenerateVideo(options = {}) {
1387
+ return this.call("PATCH /api/v1/generate-video", options);
1388
+ }
1389
+ patchApiV1ProxyBirdeyeByPath(options) {
1390
+ return this.call("PATCH /api/v1/proxy/birdeye/{path}", options);
1391
+ }
1392
+ patchApiV1User(options = {}) {
1393
+ return this.call("PATCH /api/v1/user", options);
1394
+ }
1395
+ patchApiV1UserAvatar(options = {}) {
1396
+ return this.call("PATCH /api/v1/user/avatar", options);
1397
+ }
1398
+ patchApiV1UserEmail(options = {}) {
1399
+ return this.call("PATCH /api/v1/user/email", options);
1400
+ }
1401
+ patchApiV1VoiceById(options) {
1402
+ return this.call("PATCH /api/v1/voice/{id}", options);
1403
+ }
1404
+ postApiElevenlabsStt(options = {}) {
1405
+ return this.call("POST /api/elevenlabs/stt", options);
1406
+ }
1407
+ postApiElevenlabsTts(options = {}) {
1408
+ return this.callRaw("POST /api/elevenlabs/tts", options);
1409
+ }
1410
+ postApiElevenlabsVoicesClone(options = {}) {
1411
+ return this.call("POST /api/elevenlabs/voices/clone", options);
1412
+ }
1413
+ postApiV1AdvertisingAccounts(options = {}) {
1414
+ return this.call("POST /api/v1/advertising/accounts", options);
1415
+ }
1416
+ postApiV1AdvertisingAccountsDiscover(options = {}) {
1417
+ return this.call("POST /api/v1/advertising/accounts/discover", options);
1418
+ }
1419
+ postApiV1AdvertisingCampaigns(options = {}) {
1420
+ return this.call("POST /api/v1/advertising/campaigns", options);
1421
+ }
1422
+ postApiV1AdvertisingCampaignsByIdCreatives(options) {
1423
+ return this.call("POST /api/v1/advertising/campaigns/{id}/creatives", options);
1424
+ }
1425
+ postApiV1AdvertisingCampaignsByIdPause(options) {
1426
+ return this.call("POST /api/v1/advertising/campaigns/{id}/pause", options);
1427
+ }
1428
+ postApiV1AdvertisingCampaignsByIdStart(options) {
1429
+ return this.call("POST /api/v1/advertising/campaigns/{id}/start", options);
1430
+ }
1431
+ postApiV1Affiliates(options = {}) {
1432
+ return this.call("POST /api/v1/affiliates", options);
1433
+ }
1434
+ postApiV1AffiliatesLink(options = {}) {
1435
+ return this.call("POST /api/v1/affiliates/link", options);
1436
+ }
1437
+ postApiV1Agents(options = {}) {
1438
+ return this.call("POST /api/v1/agents", options);
1439
+ }
1440
+ postApiV1AgentsByAgentIdPublish(options) {
1441
+ return this.call("POST /api/v1/agents/{agentId}/publish", options);
1442
+ }
1443
+ postApiV1AgentsByAgentIdRestart(options) {
1444
+ return this.call("POST /api/v1/agents/{agentId}/restart", options);
1445
+ }
1446
+ postApiV1AgentsByAgentIdResume(options) {
1447
+ return this.call("POST /api/v1/agents/{agentId}/resume", options);
1448
+ }
1449
+ postApiV1AgentsByAgentIdSuspend(options) {
1450
+ return this.call("POST /api/v1/agents/{agentId}/suspend", options);
1451
+ }
1452
+ postApiV1AgentsByAgentIdWorkflows(options) {
1453
+ return this.call("POST /api/v1/agents/{agentId}/workflows", options);
1454
+ }
1455
+ postApiV1AgentsByAgentIdWorkflowsByWorkflowIdRun(options) {
1456
+ return this.call("POST /api/v1/agents/{agentId}/workflows/{workflowId}/run", options);
1457
+ }
1458
+ postApiV1ApiKeys(options = {}) {
1459
+ return this.call("POST /api/v1/api-keys", options);
1460
+ }
1461
+ postApiV1ApiKeysByIdRegenerate(options) {
1462
+ return this.call("POST /api/v1/api-keys/{id}/regenerate", options);
1463
+ }
1464
+ postApiV1ApisStoragePresign(options = {}) {
1465
+ return this.call("POST /api/v1/apis/storage/presign", options);
1466
+ }
1467
+ postApiV1ApisStreamingSessions(options = {}) {
1468
+ return this.callRaw("POST /api/v1/apis/streaming/sessions", options);
1469
+ }
1470
+ postApiV1ApisTunnelsTailscaleAuthKey(options = {}) {
1471
+ return this.call("POST /api/v1/apis/tunnels/tailscale/auth-key", options);
1472
+ }
1473
+ postApiV1AppAuthConnect(options = {}) {
1474
+ return this.call("POST /api/v1/app-auth/connect", options);
1475
+ }
1476
+ postApiV1AppCreditsCheckout(options = {}) {
1477
+ return this.call("POST /api/v1/app-credits/checkout", options);
1478
+ }
1479
+ postApiV1AppAgents(options = {}) {
1480
+ return this.call("POST /api/v1/app/agents", options);
1481
+ }
1482
+ postApiV1Apps(options = {}) {
1483
+ return this.call("POST /api/v1/apps", options);
1484
+ }
1485
+ postApiV1AppsByIdCharges(options) {
1486
+ return this.call("POST /api/v1/apps/{id}/charges", options);
1487
+ }
1488
+ postApiV1AppsByIdChargesByChargeIdCheckout(options) {
1489
+ return this.call("POST /api/v1/apps/{id}/charges/{chargeId}/checkout", options);
1490
+ }
1491
+ postApiV1AppsByIdChat(options) {
1492
+ return this.call("POST /api/v1/apps/{id}/chat", options);
1493
+ }
1494
+ postApiV1AppsByIdDiscordAutomation(options) {
1495
+ return this.call("POST /api/v1/apps/{id}/discord-automation", options);
1496
+ }
1497
+ postApiV1AppsByIdDiscordAutomationPost(options) {
1498
+ return this.call("POST /api/v1/apps/{id}/discord-automation/post", options);
1499
+ }
1500
+ postApiV1AppsByIdDomains(options) {
1501
+ return this.call("POST /api/v1/apps/{id}/domains", options);
1502
+ }
1503
+ postApiV1AppsByIdDomainsByDomainDns(options) {
1504
+ return this.call("POST /api/v1/apps/{id}/domains/{domain}/dns", options);
1505
+ }
1506
+ postApiV1AppsByIdDomainsBuy(options) {
1507
+ return this.call("POST /api/v1/apps/{id}/domains/buy", options);
1508
+ }
1509
+ postApiV1AppsByIdDomainsCheck(options) {
1510
+ return this.call("POST /api/v1/apps/{id}/domains/check", options);
1511
+ }
1512
+ postApiV1AppsByIdDomainsStatus(options) {
1513
+ return this.call("POST /api/v1/apps/{id}/domains/status", options);
1514
+ }
1515
+ postApiV1AppsByIdDomainsSync(options) {
1516
+ return this.call("POST /api/v1/apps/{id}/domains/sync", options);
1517
+ }
1518
+ postApiV1AppsByIdDomainsVerify(options) {
1519
+ return this.call("POST /api/v1/apps/{id}/domains/verify", options);
1520
+ }
1521
+ postApiV1AppsByIdEarningsWithdraw(options) {
1522
+ return this.call("POST /api/v1/apps/{id}/earnings/withdraw", options);
1523
+ }
1524
+ postApiV1AppsByIdPromote(options) {
1525
+ return this.call("POST /api/v1/apps/{id}/promote", options);
1526
+ }
1527
+ postApiV1AppsByIdPromoteAssets(options) {
1528
+ return this.call("POST /api/v1/apps/{id}/promote/assets", options);
1529
+ }
1530
+ postApiV1AppsByIdPromotePreview(options) {
1531
+ return this.call("POST /api/v1/apps/{id}/promote/preview", options);
1532
+ }
1533
+ postApiV1AppsByIdRegenerateApiKey(options) {
1534
+ return this.call("POST /api/v1/apps/{id}/regenerate-api-key", options);
1535
+ }
1536
+ postApiV1AppsByIdTelegramAutomation(options) {
1537
+ return this.call("POST /api/v1/apps/{id}/telegram-automation", options);
1538
+ }
1539
+ postApiV1AppsByIdTelegramAutomationPost(options) {
1540
+ return this.call("POST /api/v1/apps/{id}/telegram-automation/post", options);
1541
+ }
1542
+ postApiV1AppsByIdTwitterAutomation(options) {
1543
+ return this.call("POST /api/v1/apps/{id}/twitter-automation", options);
1544
+ }
1545
+ postApiV1AppsByIdTwitterAutomationPost(options) {
1546
+ return this.call("POST /api/v1/apps/{id}/twitter-automation/post", options);
1547
+ }
1548
+ postApiV1AppsCheckName(options = {}) {
1549
+ return this.call("POST /api/v1/apps/check-name", options);
1550
+ }
1551
+ postApiV1BillingResourcesByIdCancel(options) {
1552
+ return this.call("POST /api/v1/billing/resources/{id}/cancel", options);
1553
+ }
1554
+ postApiV1BlooioConnect(options = {}) {
1555
+ return this.call("POST /api/v1/blooio/connect", options);
1556
+ }
1557
+ postApiV1BlooioDisconnect(options = {}) {
1558
+ return this.call("POST /api/v1/blooio/disconnect", options);
1559
+ }
1560
+ postApiV1BrowserSessions(options = {}) {
1561
+ return this.call("POST /api/v1/browser/sessions", options);
1562
+ }
1563
+ postApiV1BrowserSessionsByIdCommand(options) {
1564
+ return this.call("POST /api/v1/browser/sessions/{id}/command", options);
1565
+ }
1566
+ postApiV1BrowserSessionsByIdNavigate(options) {
1567
+ return this.call("POST /api/v1/browser/sessions/{id}/navigate", options);
1568
+ }
1569
+ postApiV1Chat(options = {}) {
1570
+ return this.call("POST /api/v1/chat", options);
1571
+ }
1572
+ postApiV1ChatCompletions(options = {}) {
1573
+ return this.call("POST /api/v1/chat/completions", options);
1574
+ }
1575
+ postApiV1ConnectionsByPlatform(options) {
1576
+ return this.call("POST /api/v1/connections/{platform}", options);
1577
+ }
1578
+ postApiV1Containers(options = {}) {
1579
+ return this.call("POST /api/v1/containers", options);
1580
+ }
1581
+ postApiV1ContainersCredentials(options = {}) {
1582
+ return this.call("POST /api/v1/containers/credentials", options);
1583
+ }
1584
+ postApiV1CreditsCheckout(options = {}) {
1585
+ return this.call("POST /api/v1/credits/checkout", options);
1586
+ }
1587
+ postApiV1DeviceBusDevices(options = {}) {
1588
+ return this.call("POST /api/v1/device-bus/devices", options);
1589
+ }
1590
+ postApiV1DeviceBusIntents(options = {}) {
1591
+ return this.call("POST /api/v1/device-bus/intents", options);
1592
+ }
1593
+ postApiV1DiscordChannelsRefresh(options = {}) {
1594
+ return this.call("POST /api/v1/discord/channels/refresh", options);
1595
+ }
1596
+ postApiV1DiscordConnections(options = {}) {
1597
+ return this.call("POST /api/v1/discord/connections", options);
1598
+ }
1599
+ postApiV1DiscordDisconnect(options = {}) {
1600
+ return this.call("POST /api/v1/discord/disconnect", options);
1601
+ }
1602
+ postApiV1Documents(options = {}) {
1603
+ return this.call("POST /api/v1/documents", options);
1604
+ }
1605
+ postApiV1DocumentsPreUpload(options = {}) {
1606
+ return this.call("POST /api/v1/documents/pre-upload", options);
1607
+ }
1608
+ postApiV1DocumentsQuery(options = {}) {
1609
+ return this.call("POST /api/v1/documents/query", options);
1610
+ }
1611
+ postApiV1DocumentsSubmit(options = {}) {
1612
+ return this.call("POST /api/v1/documents/submit", options);
1613
+ }
1614
+ postApiV1DocumentsUploadFile(options = {}) {
1615
+ return this.call("POST /api/v1/documents/upload-file", options);
1616
+ }
1617
+ postApiV1DomainsSearch(options = {}) {
1618
+ return this.call("POST /api/v1/domains/search", options);
1619
+ }
1620
+ postApiV1ElizaAgents(options = {}) {
1621
+ return this.call("POST /api/v1/eliza/agents", options);
1622
+ }
1623
+ postApiV1ElizaAgentsByAgentIdApiWalletByPath(options) {
1624
+ return this.call("POST /api/v1/eliza/agents/{agentId}/api/wallet/{path}", options);
1625
+ }
1626
+ postApiV1ElizaAgentsByAgentIdBridge(options) {
1627
+ return this.call("POST /api/v1/eliza/agents/{agentId}/bridge", options);
1628
+ }
1629
+ postApiV1ElizaAgentsByAgentIdDiscordOauth(options) {
1630
+ return this.call("POST /api/v1/eliza/agents/{agentId}/discord/oauth", options);
1631
+ }
1632
+ postApiV1ElizaAgentsByAgentIdGithubLink(options) {
1633
+ return this.call("POST /api/v1/eliza/agents/{agentId}/github/link", options);
1634
+ }
1635
+ postApiV1ElizaAgentsByAgentIdGithubOauth(options) {
1636
+ return this.call("POST /api/v1/eliza/agents/{agentId}/github/oauth", options);
1637
+ }
1638
+ postApiV1ElizaAgentsByAgentIdLifeopsScheduleObservations(options) {
1639
+ return this.call("POST /api/v1/eliza/agents/{agentId}/lifeops/schedule/observations", options);
1640
+ }
1641
+ postApiV1ElizaAgentsByAgentIdPairingToken(options) {
1642
+ return this.call("POST /api/v1/eliza/agents/{agentId}/pairing-token", options);
1643
+ }
1644
+ postApiV1ElizaAgentsByAgentIdProvision(options) {
1645
+ return this.call("POST /api/v1/eliza/agents/{agentId}/provision", options);
1646
+ }
1647
+ postApiV1ElizaAgentsByAgentIdRestore(options) {
1648
+ return this.call("POST /api/v1/eliza/agents/{agentId}/restore", options);
1649
+ }
1650
+ postApiV1ElizaAgentsByAgentIdResume(options) {
1651
+ return this.call("POST /api/v1/eliza/agents/{agentId}/resume", options);
1652
+ }
1653
+ postApiV1ElizaAgentsByAgentIdSnapshot(options) {
1654
+ return this.call("POST /api/v1/eliza/agents/{agentId}/snapshot", options);
1655
+ }
1656
+ postApiV1ElizaAgentsByAgentIdStream(options) {
1657
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/stream", options);
1658
+ }
1659
+ postApiV1ElizaAgentsByAgentIdSuspend(options) {
1660
+ return this.call("POST /api/v1/eliza/agents/{agentId}/suspend", options);
1661
+ }
1662
+ postApiV1ElizaDiscordGatewayAgent(options = {}) {
1663
+ return this.call("POST /api/v1/eliza/discord/gateway-agent", options);
1664
+ }
1665
+ postApiV1ElizaGatewayRelaySessions(options = {}) {
1666
+ return this.call("POST /api/v1/eliza/gateway-relay/sessions", options);
1667
+ }
1668
+ postApiV1ElizaGatewayRelaySessionsBySessionIdResponses(options) {
1669
+ return this.call("POST /api/v1/eliza/gateway-relay/sessions/{sessionId}/responses", options);
1670
+ }
1671
+ postApiV1ElizaGoogleCalendarEvents(options = {}) {
1672
+ return this.call("POST /api/v1/eliza/google/calendar/events", options);
1673
+ }
1674
+ postApiV1ElizaGoogleConnectInitiate(options = {}) {
1675
+ return this.call("POST /api/v1/eliza/google/connect/initiate", options);
1676
+ }
1677
+ postApiV1ElizaGoogleDisconnect(options = {}) {
1678
+ return this.call("POST /api/v1/eliza/google/disconnect", options);
1679
+ }
1680
+ postApiV1ElizaGoogleGmailMessageSend(options = {}) {
1681
+ return this.call("POST /api/v1/eliza/google/gmail/message-send", options);
1682
+ }
1683
+ postApiV1ElizaGoogleGmailReplySend(options = {}) {
1684
+ return this.call("POST /api/v1/eliza/google/gmail/reply-send", options);
1685
+ }
1686
+ postApiV1ElizaPaypalAuthorize(options = {}) {
1687
+ return this.call("POST /api/v1/eliza/paypal/authorize", options);
1688
+ }
1689
+ postApiV1ElizaPaypalCallback(options = {}) {
1690
+ return this.call("POST /api/v1/eliza/paypal/callback", options);
1691
+ }
1692
+ postApiV1ElizaPaypalRefresh(options = {}) {
1693
+ return this.call("POST /api/v1/eliza/paypal/refresh", options);
1694
+ }
1695
+ postApiV1ElizaPaypalTransactions(options = {}) {
1696
+ return this.call("POST /api/v1/eliza/paypal/transactions", options);
1697
+ }
1698
+ postApiV1ElizaPlaidExchange(options = {}) {
1699
+ return this.call("POST /api/v1/eliza/plaid/exchange", options);
1700
+ }
1701
+ postApiV1ElizaPlaidLinkToken(options = {}) {
1702
+ return this.call("POST /api/v1/eliza/plaid/link-token", options);
1703
+ }
1704
+ postApiV1ElizaPlaidSync(options = {}) {
1705
+ return this.call("POST /api/v1/eliza/plaid/sync", options);
1706
+ }
1707
+ postApiV1Embeddings(options = {}) {
1708
+ return this.call("POST /api/v1/embeddings", options);
1709
+ }
1710
+ postApiV1Extract(options = {}) {
1711
+ return this.call("POST /api/v1/extract", options);
1712
+ }
1713
+ postApiV1GenerateImage(options = {}) {
1714
+ return this.call("POST /api/v1/generate-image", options);
1715
+ }
1716
+ postApiV1GenerateMusic(options = {}) {
1717
+ return this.call("POST /api/v1/generate-music", options);
1718
+ }
1719
+ postApiV1GeneratePrompts(options = {}) {
1720
+ return this.call("POST /api/v1/generate-prompts", options);
1721
+ }
1722
+ postApiV1GenerateVideo(options = {}) {
1723
+ return this.call("POST /api/v1/generate-video", options);
1724
+ }
1725
+ postApiV1Mcps(options = {}) {
1726
+ return this.call("POST /api/v1/mcps", options);
1727
+ }
1728
+ postApiV1McpsByMcpIdPublish(options) {
1729
+ return this.call("POST /api/v1/mcps/{mcpId}/publish", options);
1730
+ }
1731
+ postApiV1Messages(options = {}) {
1732
+ return this.call("POST /api/v1/messages", options);
1733
+ }
1734
+ postApiV1ModelsStatus(options = {}) {
1735
+ return this.call("POST /api/v1/models/status", options);
1736
+ }
1737
+ postApiV1OauthByPlatformInitiate(options) {
1738
+ return this.call("POST /api/v1/oauth/{platform}/initiate", options);
1739
+ }
1740
+ postApiV1OauthConnect(options = {}) {
1741
+ return this.call("POST /api/v1/oauth/connect", options);
1742
+ }
1743
+ postApiV1OauthInitiate(options = {}) {
1744
+ return this.call("POST /api/v1/oauth/initiate", options);
1745
+ }
1746
+ postApiV1ProxyBirdeyeByPath(options) {
1747
+ return this.call("POST /api/v1/proxy/birdeye/{path}", options);
1748
+ }
1749
+ postApiV1ProxyEvmRpcByChain(options) {
1750
+ return this.call("POST /api/v1/proxy/evm-rpc/{chain}", options);
1751
+ }
1752
+ postApiV1ProxySolanaRpc(options = {}) {
1753
+ return this.call("POST /api/v1/proxy/solana-rpc", options);
1754
+ }
1755
+ postApiV1Redemptions(options = {}) {
1756
+ return this.call("POST /api/v1/redemptions", options);
1757
+ }
1758
+ postApiV1ReferralsApply(options = {}) {
1759
+ return this.call("POST /api/v1/referrals/apply", options);
1760
+ }
1761
+ postApiV1RemotePair(options = {}) {
1762
+ return this.call("POST /api/v1/remote/pair", options);
1763
+ }
1764
+ postApiV1RemoteSessionsByIdRevoke(options) {
1765
+ return this.call("POST /api/v1/remote/sessions/{id}/revoke", options);
1766
+ }
1767
+ postApiV1ReportsBug(options = {}) {
1768
+ return this.call("POST /api/v1/reports/bug", options);
1769
+ }
1770
+ postApiV1Responses(options = {}) {
1771
+ return this.call("POST /api/v1/responses", options);
1772
+ }
1773
+ postApiV1RpcByChain(options) {
1774
+ return this.call("POST /api/v1/rpc/{chain}", options);
1775
+ }
1776
+ postApiV1Search(options = {}) {
1777
+ return this.call("POST /api/v1/search", options);
1778
+ }
1779
+ postApiV1SensitiveRequests(options = {}) {
1780
+ return this.call("POST /api/v1/sensitive-requests", options);
1781
+ }
1782
+ postApiV1SensitiveRequestsByIdCancel(options) {
1783
+ return this.call("POST /api/v1/sensitive-requests/{id}/cancel", options);
1784
+ }
1785
+ postApiV1SensitiveRequestsByIdExpire(options) {
1786
+ return this.call("POST /api/v1/sensitive-requests/{id}/expire", options);
1787
+ }
1788
+ postApiV1SensitiveRequestsByIdSubmit(options) {
1789
+ return this.call("POST /api/v1/sensitive-requests/{id}/submit", options);
1790
+ }
1791
+ postApiV1SolanaRpc(options = {}) {
1792
+ return this.call("POST /api/v1/solana/rpc", options);
1793
+ }
1794
+ postApiV1StewardTenants(options = {}) {
1795
+ return this.call("POST /api/v1/steward/tenants", options);
1796
+ }
1797
+ postApiV1TelegramConnect(options = {}) {
1798
+ return this.call("POST /api/v1/telegram/connect", options);
1799
+ }
1800
+ postApiV1TelegramScanChats(options = {}) {
1801
+ return this.call("POST /api/v1/telegram/scan-chats", options);
1802
+ }
1803
+ postApiV1Topup10(options = {}) {
1804
+ return this.call("POST /api/v1/topup/10", options);
1805
+ }
1806
+ postApiV1Topup100(options = {}) {
1807
+ return this.call("POST /api/v1/topup/100", options);
1808
+ }
1809
+ postApiV1Topup50(options = {}) {
1810
+ return this.call("POST /api/v1/topup/50", options);
1811
+ }
1812
+ postApiV1TrackPageview(options = {}) {
1813
+ return this.call("POST /api/v1/track/pageview", options);
1814
+ }
1815
+ postApiV1TwilioConnect(options = {}) {
1816
+ return this.call("POST /api/v1/twilio/connect", options);
1817
+ }
1818
+ postApiV1TwilioDisconnect(options = {}) {
1819
+ return this.call("POST /api/v1/twilio/disconnect", options);
1820
+ }
1821
+ postApiV1TwilioVoiceInbound(options = {}) {
1822
+ return this.call("POST /api/v1/twilio/voice/inbound", options);
1823
+ }
1824
+ postApiV1TwitterConnect(options = {}) {
1825
+ return this.call("POST /api/v1/twitter/connect", options);
1826
+ }
1827
+ postApiV1UserAvatar(options = {}) {
1828
+ return this.call("POST /api/v1/user/avatar", options);
1829
+ }
1830
+ postApiV1UserWalletsProvision(options = {}) {
1831
+ return this.call("POST /api/v1/user/wallets/provision", options);
1832
+ }
1833
+ postApiV1UserWalletsRpc(options = {}) {
1834
+ return this.call("POST /api/v1/user/wallets/rpc", options);
1835
+ }
1836
+ postApiV1VoiceClone(options = {}) {
1837
+ return this.call("POST /api/v1/voice/clone", options);
1838
+ }
1839
+ postApiV1VoiceStt(options = {}) {
1840
+ return this.call("POST /api/v1/voice/stt", options);
1841
+ }
1842
+ postApiV1VoiceTts(options = {}) {
1843
+ return this.callRaw("POST /api/v1/voice/tts", options);
1844
+ }
1845
+ postApiV1WhatsappConnect(options = {}) {
1846
+ return this.call("POST /api/v1/whatsapp/connect", options);
1847
+ }
1848
+ postApiV1WhatsappDisconnect(options = {}) {
1849
+ return this.call("POST /api/v1/whatsapp/disconnect", options);
1850
+ }
1851
+ postApiV1XDmsConversationsSend(options = {}) {
1852
+ return this.call("POST /api/v1/x/dms/conversations/send", options);
1853
+ }
1854
+ postApiV1XDmsCurate(options = {}) {
1855
+ return this.call("POST /api/v1/x/dms/curate", options);
1856
+ }
1857
+ postApiV1XDmsGroups(options = {}) {
1858
+ return this.call("POST /api/v1/x/dms/groups", options);
1859
+ }
1860
+ postApiV1XDmsSend(options = {}) {
1861
+ return this.call("POST /api/v1/x/dms/send", options);
1862
+ }
1863
+ postApiV1XPosts(options = {}) {
1864
+ return this.call("POST /api/v1/x/posts", options);
1865
+ }
1866
+ postApiV1X402Requests(options = {}) {
1867
+ return this.call("POST /api/v1/x402/requests", options);
1868
+ }
1869
+ postApiV1X402RequestsByIdSettle(options) {
1870
+ return this.call("POST /api/v1/x402/requests/{id}/settle", options);
1871
+ }
1872
+ postApiV1X402Settle(options = {}) {
1873
+ return this.call("POST /api/v1/x402/settle", options);
1874
+ }
1875
+ postApiV1X402Verify(options = {}) {
1876
+ return this.call("POST /api/v1/x402/verify", options);
1877
+ }
1878
+ putApiV1Affiliates(options = {}) {
1879
+ return this.call("PUT /api/v1/affiliates", options);
1880
+ }
1881
+ putApiV1AgentsByAgentIdMonetization(options) {
1882
+ return this.call("PUT /api/v1/agents/{agentId}/monetization", options);
1883
+ }
1884
+ putApiV1AgentsByAgentIdWorkflowsByWorkflowId(options) {
1885
+ return this.call("PUT /api/v1/agents/{agentId}/workflows/{workflowId}", options);
1886
+ }
1887
+ putApiV1ApisStorageObjectsByKey(options) {
1888
+ return this.call("PUT /api/v1/apis/storage/objects/{key}", options);
1889
+ }
1890
+ putApiV1AppsById(options) {
1891
+ return this.call("PUT /api/v1/apps/{id}", options);
1892
+ }
1893
+ putApiV1AppsByIdCharacters(options) {
1894
+ return this.call("PUT /api/v1/apps/{id}/characters", options);
1895
+ }
1896
+ putApiV1AppsByIdMonetization(options) {
1897
+ return this.call("PUT /api/v1/apps/{id}/monetization", options);
1898
+ }
1899
+ putApiV1BillingSettings(options = {}) {
1900
+ return this.call("PUT /api/v1/billing/settings", options);
1901
+ }
1902
+ putApiV1ConnectionsByPlatform(options) {
1903
+ return this.call("PUT /api/v1/connections/{platform}", options);
1904
+ }
1905
+ putApiV1ElizaAgentsByAgentIdApiWalletByPath(options) {
1906
+ return this.call("PUT /api/v1/eliza/agents/{agentId}/api/wallet/{path}", options);
1907
+ }
1908
+ putApiV1GenerateImage(options = {}) {
1909
+ return this.call("PUT /api/v1/generate-image", options);
1910
+ }
1911
+ putApiV1GenerateMusic(options = {}) {
1912
+ return this.call("PUT /api/v1/generate-music", options);
1913
+ }
1914
+ putApiV1GenerateVideo(options = {}) {
1915
+ return this.call("PUT /api/v1/generate-video", options);
1916
+ }
1917
+ putApiV1McpsByMcpId(options) {
1918
+ return this.call("PUT /api/v1/mcps/{mcpId}", options);
1919
+ }
1920
+ putApiV1ProxyBirdeyeByPath(options) {
1921
+ return this.call("PUT /api/v1/proxy/birdeye/{path}", options);
1922
+ }
1923
+ putApiV1UserAvatar(options = {}) {
1924
+ return this.call("PUT /api/v1/user/avatar", options);
1925
+ }
1926
+ deleteApiElevenlabsVoicesByIdRaw(options) {
1927
+ return this.callRaw("DELETE /api/elevenlabs/voices/{id}", options);
1928
+ }
1929
+ deleteApiV1AdvertisingAccountsByIdRaw(options) {
1930
+ return this.callRaw("DELETE /api/v1/advertising/accounts/{id}", options);
1931
+ }
1932
+ deleteApiV1AdvertisingCampaignsByIdRaw(options) {
1933
+ return this.callRaw("DELETE /api/v1/advertising/campaigns/{id}", options);
1934
+ }
1935
+ deleteApiV1AgentsByAgentIdPublishRaw(options) {
1936
+ return this.callRaw("DELETE /api/v1/agents/{agentId}/publish", options);
1937
+ }
1938
+ deleteApiV1AgentsByAgentIdWorkflowsByWorkflowIdRaw(options) {
1939
+ return this.callRaw("DELETE /api/v1/agents/{agentId}/workflows/{workflowId}", options);
1940
+ }
1941
+ deleteApiV1ApiKeysByIdRaw(options) {
1942
+ return this.callRaw("DELETE /api/v1/api-keys/{id}", options);
1943
+ }
1944
+ deleteApiV1ApisStorageObjectsByKeyRaw(options) {
1945
+ return this.callRaw("DELETE /api/v1/apis/storage/objects/{key}", options);
1946
+ }
1947
+ deleteApiV1ApisStreamingSessionsByIdRaw(options) {
1948
+ return this.callRaw("DELETE /api/v1/apis/streaming/sessions/{id}", options);
1949
+ }
1950
+ deleteApiV1AppsByIdRaw(options) {
1951
+ return this.callRaw("DELETE /api/v1/apps/{id}", options);
1952
+ }
1953
+ deleteApiV1AppsByIdDiscordAutomationRaw(options) {
1954
+ return this.callRaw("DELETE /api/v1/apps/{id}/discord-automation", options);
1955
+ }
1956
+ deleteApiV1AppsByIdDomainsRaw(options) {
1957
+ return this.callRaw("DELETE /api/v1/apps/{id}/domains", options);
1958
+ }
1959
+ deleteApiV1AppsByIdDomainsByDomainDnsByRecordIdRaw(options) {
1960
+ return this.callRaw("DELETE /api/v1/apps/{id}/domains/{domain}/dns/{recordId}", options);
1961
+ }
1962
+ deleteApiV1AppsByIdTelegramAutomationRaw(options) {
1963
+ return this.callRaw("DELETE /api/v1/apps/{id}/telegram-automation", options);
1964
+ }
1965
+ deleteApiV1AppsByIdTwitterAutomationRaw(options) {
1966
+ return this.callRaw("DELETE /api/v1/apps/{id}/twitter-automation", options);
1967
+ }
1968
+ deleteApiV1BlooioDisconnectRaw(options = {}) {
1969
+ return this.callRaw("DELETE /api/v1/blooio/disconnect", options);
1970
+ }
1971
+ deleteApiV1BrowserSessionsByIdRaw(options) {
1972
+ return this.callRaw("DELETE /api/v1/browser/sessions/{id}", options);
1973
+ }
1974
+ deleteApiV1ConnectionsByPlatformRaw(options) {
1975
+ return this.callRaw("DELETE /api/v1/connections/{platform}", options);
1976
+ }
1977
+ deleteApiV1ContainersByIdRaw(options) {
1978
+ return this.callRaw("DELETE /api/v1/containers/{id}", options);
1979
+ }
1980
+ deleteApiV1DiscordConnectionsByIdRaw(options) {
1981
+ return this.callRaw("DELETE /api/v1/discord/connections/{id}", options);
1982
+ }
1983
+ deleteApiV1DocumentsByIdRaw(options) {
1984
+ return this.callRaw("DELETE /api/v1/documents/{id}", options);
1985
+ }
1986
+ deleteApiV1DocumentsPreUploadRaw(options = {}) {
1987
+ return this.callRaw("DELETE /api/v1/documents/pre-upload", options);
1988
+ }
1989
+ deleteApiV1ElizaAgentsByAgentIdRaw(options) {
1990
+ return this.callRaw("DELETE /api/v1/eliza/agents/{agentId}", options);
1991
+ }
1992
+ deleteApiV1ElizaAgentsByAgentIdDiscordRaw(options) {
1993
+ return this.callRaw("DELETE /api/v1/eliza/agents/{agentId}/discord", options);
1994
+ }
1995
+ deleteApiV1ElizaAgentsByAgentIdGithubRaw(options) {
1996
+ return this.callRaw("DELETE /api/v1/eliza/agents/{agentId}/github", options);
1997
+ }
1998
+ deleteApiV1ElizaGatewayRelaySessionsBySessionIdRaw(options) {
1999
+ return this.callRaw("DELETE /api/v1/eliza/gateway-relay/sessions/{sessionId}", options);
2000
+ }
2001
+ deleteApiV1ElizaGoogleCalendarEventsByEventIdRaw(options) {
2002
+ return this.callRaw("DELETE /api/v1/eliza/google/calendar/events/{eventId}", options);
2003
+ }
2004
+ deleteApiV1GalleryByIdRaw(options) {
2005
+ return this.callRaw("DELETE /api/v1/gallery/{id}", options);
2006
+ }
2007
+ deleteApiV1GenerateImageRaw(options = {}) {
2008
+ return this.callRaw("DELETE /api/v1/generate-image", options);
2009
+ }
2010
+ deleteApiV1GenerateMusicRaw(options = {}) {
2011
+ return this.callRaw("DELETE /api/v1/generate-music", options);
2012
+ }
2013
+ deleteApiV1GenerateVideoRaw(options = {}) {
2014
+ return this.callRaw("DELETE /api/v1/generate-video", options);
2015
+ }
2016
+ deleteApiV1McpsByMcpIdRaw(options) {
2017
+ return this.callRaw("DELETE /api/v1/mcps/{mcpId}", options);
2018
+ }
2019
+ deleteApiV1McpsByMcpIdPublishRaw(options) {
2020
+ return this.callRaw("DELETE /api/v1/mcps/{mcpId}/publish", options);
2021
+ }
2022
+ deleteApiV1OauthConnectionsByIdRaw(options) {
2023
+ return this.callRaw("DELETE /api/v1/oauth/connections/{id}", options);
2024
+ }
2025
+ deleteApiV1ProxyBirdeyeByPathRaw(options) {
2026
+ return this.callRaw("DELETE /api/v1/proxy/birdeye/{path}", options);
2027
+ }
2028
+ deleteApiV1TelegramDisconnectRaw(options = {}) {
2029
+ return this.callRaw("DELETE /api/v1/telegram/disconnect", options);
2030
+ }
2031
+ deleteApiV1TwilioDisconnectRaw(options = {}) {
2032
+ return this.callRaw("DELETE /api/v1/twilio/disconnect", options);
2033
+ }
2034
+ deleteApiV1TwitterDisconnectRaw(options = {}) {
2035
+ return this.callRaw("DELETE /api/v1/twitter/disconnect", options);
2036
+ }
2037
+ deleteApiV1UserAvatarRaw(options = {}) {
2038
+ return this.callRaw("DELETE /api/v1/user/avatar", options);
2039
+ }
2040
+ deleteApiV1VoiceByIdRaw(options) {
2041
+ return this.callRaw("DELETE /api/v1/voice/{id}", options);
2042
+ }
2043
+ deleteApiV1WhatsappDisconnectRaw(options = {}) {
2044
+ return this.callRaw("DELETE /api/v1/whatsapp/disconnect", options);
2045
+ }
2046
+ getApiElevenlabsVoicesRaw(options = {}) {
2047
+ return this.callRaw("GET /api/elevenlabs/voices", options);
2048
+ }
2049
+ getApiElevenlabsVoicesByIdRaw(options) {
2050
+ return this.callRaw("GET /api/elevenlabs/voices/{id}", options);
2051
+ }
2052
+ getApiElevenlabsVoicesJobsRaw(options = {}) {
2053
+ return this.callRaw("GET /api/elevenlabs/voices/jobs", options);
2054
+ }
2055
+ getApiElevenlabsVoicesUserRaw(options = {}) {
2056
+ return this.callRaw("GET /api/elevenlabs/voices/user", options);
2057
+ }
2058
+ getApiElevenlabsVoicesVerifyByIdRaw(options) {
2059
+ return this.callRaw("GET /api/elevenlabs/voices/verify/{id}", options);
2060
+ }
2061
+ getApiV1AdvertisingAccountsRaw(options = {}) {
2062
+ return this.callRaw("GET /api/v1/advertising/accounts", options);
2063
+ }
2064
+ getApiV1AdvertisingAccountsByIdRaw(options) {
2065
+ return this.callRaw("GET /api/v1/advertising/accounts/{id}", options);
2066
+ }
2067
+ getApiV1AdvertisingCampaignsRaw(options = {}) {
2068
+ return this.callRaw("GET /api/v1/advertising/campaigns", options);
2069
+ }
2070
+ getApiV1AdvertisingCampaignsByIdRaw(options) {
2071
+ return this.callRaw("GET /api/v1/advertising/campaigns/{id}", options);
2072
+ }
2073
+ getApiV1AdvertisingCampaignsByIdAnalyticsRaw(options) {
2074
+ return this.callRaw("GET /api/v1/advertising/campaigns/{id}/analytics", options);
2075
+ }
2076
+ getApiV1AdvertisingCampaignsByIdCreativesRaw(options) {
2077
+ return this.callRaw("GET /api/v1/advertising/campaigns/{id}/creatives", options);
2078
+ }
2079
+ getApiV1AffiliatesRaw(options = {}) {
2080
+ return this.callRaw("GET /api/v1/affiliates", options);
2081
+ }
2082
+ getApiV1AgentsByAgentIdRaw(options) {
2083
+ return this.callRaw("GET /api/v1/agents/{agentId}", options);
2084
+ }
2085
+ getApiV1AgentsByAgentIdLogsRaw(options) {
2086
+ return this.callRaw("GET /api/v1/agents/{agentId}/logs", options);
2087
+ }
2088
+ getApiV1AgentsByAgentIdMonetizationRaw(options) {
2089
+ return this.callRaw("GET /api/v1/agents/{agentId}/monetization", options);
2090
+ }
2091
+ getApiV1AgentsByAgentIdStatusRaw(options) {
2092
+ return this.callRaw("GET /api/v1/agents/{agentId}/status", options);
2093
+ }
2094
+ getApiV1AgentsByAgentIdUsageRaw(options) {
2095
+ return this.callRaw("GET /api/v1/agents/{agentId}/usage", options);
2096
+ }
2097
+ getApiV1AgentsByAgentIdWorkflowsRaw(options) {
2098
+ return this.callRaw("GET /api/v1/agents/{agentId}/workflows", options);
2099
+ }
2100
+ getApiV1AgentsByAgentIdWorkflowsByWorkflowIdRaw(options) {
2101
+ return this.callRaw("GET /api/v1/agents/{agentId}/workflows/{workflowId}", options);
2102
+ }
2103
+ getApiV1AgentsByAgentIdWorkflowsExecutionsByExecutionIdRaw(options) {
2104
+ return this.callRaw("GET /api/v1/agents/{agentId}/workflows/executions/{executionId}", options);
2105
+ }
2106
+ getApiV1AgentsByTokenRaw(options = {}) {
2107
+ return this.callRaw("GET /api/v1/agents/by-token", options);
2108
+ }
2109
+ getApiV1ApiKeysRaw(options = {}) {
2110
+ return this.callRaw("GET /api/v1/api-keys", options);
2111
+ }
2112
+ getApiV1ApisBirdeyeByPathRaw(options) {
2113
+ return this.callRaw("GET /api/v1/apis/birdeye/{path}", options);
2114
+ }
2115
+ getApiV1ApisDexscreenerByPathRaw(options) {
2116
+ return this.callRaw("GET /api/v1/apis/dexscreener/{path}", options);
2117
+ }
2118
+ getApiV1ApisStorageListRaw(options = {}) {
2119
+ return this.callRaw("GET /api/v1/apis/storage/list", options);
2120
+ }
2121
+ getApiV1ApisStorageObjectsByKeyRaw(options) {
2122
+ return this.callRaw("GET /api/v1/apis/storage/objects/{key}", options);
2123
+ }
2124
+ getApiV1ApisStreamingSessionsByIdRaw(options) {
2125
+ return this.callRaw("GET /api/v1/apis/streaming/sessions/{id}", options);
2126
+ }
2127
+ getApiV1AppAuthSessionRaw(options = {}) {
2128
+ return this.callRaw("GET /api/v1/app-auth/session", options);
2129
+ }
2130
+ getApiV1AppCreditsBalanceRaw(options = {}) {
2131
+ return this.callRaw("GET /api/v1/app-credits/balance", options);
2132
+ }
2133
+ getApiV1AppCreditsVerifyRaw(options = {}) {
2134
+ return this.callRaw("GET /api/v1/app-credits/verify", options);
2135
+ }
2136
+ getApiV1AppsRaw(options = {}) {
2137
+ return this.callRaw("GET /api/v1/apps", options);
2138
+ }
2139
+ getApiV1AppsByIdRaw(options) {
2140
+ return this.callRaw("GET /api/v1/apps/{id}", options);
2141
+ }
2142
+ getApiV1AppsByIdAnalyticsRaw(options) {
2143
+ return this.callRaw("GET /api/v1/apps/{id}/analytics", options);
2144
+ }
2145
+ getApiV1AppsByIdAnalyticsRequestsRaw(options) {
2146
+ return this.callRaw("GET /api/v1/apps/{id}/analytics/requests", options);
2147
+ }
2148
+ getApiV1AppsByIdCharactersRaw(options) {
2149
+ return this.callRaw("GET /api/v1/apps/{id}/characters", options);
2150
+ }
2151
+ getApiV1AppsByIdChargesRaw(options) {
2152
+ return this.callRaw("GET /api/v1/apps/{id}/charges", options);
2153
+ }
2154
+ getApiV1AppsByIdChargesByChargeIdRaw(options) {
2155
+ return this.callRaw("GET /api/v1/apps/{id}/charges/{chargeId}", options);
2156
+ }
2157
+ getApiV1AppsByIdDiscordAutomationRaw(options) {
2158
+ return this.callRaw("GET /api/v1/apps/{id}/discord-automation", options);
2159
+ }
2160
+ getApiV1AppsByIdDomainsRaw(options) {
2161
+ return this.callRaw("GET /api/v1/apps/{id}/domains", options);
2162
+ }
2163
+ getApiV1AppsByIdDomainsByDomainDnsRaw(options) {
2164
+ return this.callRaw("GET /api/v1/apps/{id}/domains/{domain}/dns", options);
2165
+ }
2166
+ getApiV1AppsByIdDomainsByDomainDnsByRecordIdRaw(options) {
2167
+ return this.callRaw("GET /api/v1/apps/{id}/domains/{domain}/dns/{recordId}", options);
2168
+ }
2169
+ getApiV1AppsByIdEarningsRaw(options) {
2170
+ return this.callRaw("GET /api/v1/apps/{id}/earnings", options);
2171
+ }
2172
+ getApiV1AppsByIdEarningsHistoryRaw(options) {
2173
+ return this.callRaw("GET /api/v1/apps/{id}/earnings/history", options);
2174
+ }
2175
+ getApiV1AppsByIdMonetizationRaw(options) {
2176
+ return this.callRaw("GET /api/v1/apps/{id}/monetization", options);
2177
+ }
2178
+ getApiV1AppsByIdPromoteRaw(options) {
2179
+ return this.callRaw("GET /api/v1/apps/{id}/promote", options);
2180
+ }
2181
+ getApiV1AppsByIdPromoteAnalyticsRaw(options) {
2182
+ return this.callRaw("GET /api/v1/apps/{id}/promote/analytics", options);
2183
+ }
2184
+ getApiV1AppsByIdPromoteAssetsRaw(options) {
2185
+ return this.callRaw("GET /api/v1/apps/{id}/promote/assets", options);
2186
+ }
2187
+ getApiV1AppsByIdPublicRaw(options) {
2188
+ return this.callRaw("GET /api/v1/apps/{id}/public", options);
2189
+ }
2190
+ getApiV1AppsByIdTelegramAutomationRaw(options) {
2191
+ return this.callRaw("GET /api/v1/apps/{id}/telegram-automation", options);
2192
+ }
2193
+ getApiV1AppsByIdTwitterAutomationRaw(options) {
2194
+ return this.callRaw("GET /api/v1/apps/{id}/twitter-automation", options);
2195
+ }
2196
+ getApiV1AppsByIdUsersRaw(options) {
2197
+ return this.callRaw("GET /api/v1/apps/{id}/users", options);
2198
+ }
2199
+ getApiV1BillingActiveRaw(options = {}) {
2200
+ return this.callRaw("GET /api/v1/billing/active", options);
2201
+ }
2202
+ getApiV1BillingLedgerRaw(options = {}) {
2203
+ return this.callRaw("GET /api/v1/billing/ledger", options);
2204
+ }
2205
+ getApiV1BillingSettingsRaw(options = {}) {
2206
+ return this.callRaw("GET /api/v1/billing/settings", options);
2207
+ }
2208
+ getApiV1BlooioStatusRaw(options = {}) {
2209
+ return this.callRaw("GET /api/v1/blooio/status", options);
2210
+ }
2211
+ getApiV1BrowserSessionsRaw(options = {}) {
2212
+ return this.callRaw("GET /api/v1/browser/sessions", options);
2213
+ }
2214
+ getApiV1BrowserSessionsByIdRaw(options) {
2215
+ return this.callRaw("GET /api/v1/browser/sessions/{id}", options);
2216
+ }
2217
+ getApiV1BrowserSessionsByIdSnapshotRaw(options) {
2218
+ return this.callRaw("GET /api/v1/browser/sessions/{id}/snapshot", options);
2219
+ }
2220
+ getApiV1ChainNftsByChainByAddressRaw(options) {
2221
+ return this.callRaw("GET /api/v1/chain/nfts/{chain}/{address}", options);
2222
+ }
2223
+ getApiV1ChainTokensByChainByAddressRaw(options) {
2224
+ return this.callRaw("GET /api/v1/chain/tokens/{chain}/{address}", options);
2225
+ }
2226
+ getApiV1ChainTransfersByChainByAddressRaw(options) {
2227
+ return this.callRaw("GET /api/v1/chain/transfers/{chain}/{address}", options);
2228
+ }
2229
+ getApiV1ConnectionsByPlatformRaw(options) {
2230
+ return this.callRaw("GET /api/v1/connections/{platform}", options);
2231
+ }
2232
+ getApiV1ContainersRaw(options = {}) {
2233
+ return this.callRaw("GET /api/v1/containers", options);
2234
+ }
2235
+ getApiV1ContainersByIdRaw(options) {
2236
+ return this.callRaw("GET /api/v1/containers/{id}", options);
2237
+ }
2238
+ getApiV1ContainersByIdDeploymentsRaw(options) {
2239
+ return this.callRaw("GET /api/v1/containers/{id}/deployments", options);
2240
+ }
2241
+ getApiV1ContainersByIdHealthRaw(options) {
2242
+ return this.callRaw("GET /api/v1/containers/{id}/health", options);
2243
+ }
2244
+ getApiV1ContainersByIdLogsRaw(options) {
2245
+ return this.callRaw("GET /api/v1/containers/{id}/logs", options);
2246
+ }
2247
+ getApiV1ContainersByIdLogsStreamRaw(options) {
2248
+ return this.callRaw("GET /api/v1/containers/{id}/logs/stream", options);
2249
+ }
2250
+ getApiV1ContainersByIdMetricsRaw(options) {
2251
+ return this.callRaw("GET /api/v1/containers/{id}/metrics", options);
2252
+ }
2253
+ getApiV1ContainersQuotaRaw(options = {}) {
2254
+ return this.callRaw("GET /api/v1/containers/quota", options);
2255
+ }
2256
+ getApiV1CreditsBalanceRaw(options = {}) {
2257
+ return this.callRaw("GET /api/v1/credits/balance", options);
2258
+ }
2259
+ getApiV1CreditsSummaryRaw(options = {}) {
2260
+ return this.callRaw("GET /api/v1/credits/summary", options);
2261
+ }
2262
+ getApiV1CreditsVerifyRaw(options = {}) {
2263
+ return this.callRaw("GET /api/v1/credits/verify", options);
2264
+ }
2265
+ getApiV1DeviceBusDevicesByDeviceIdIntentsRaw(options) {
2266
+ return this.callRaw("GET /api/v1/device-bus/devices/{deviceId}/intents", options);
2267
+ }
2268
+ getApiV1DiscordCallbackRaw(options = {}) {
2269
+ return this.callRaw("GET /api/v1/discord/callback", options);
2270
+ }
2271
+ getApiV1DiscordChannelsRaw(options = {}) {
2272
+ return this.callRaw("GET /api/v1/discord/channels", options);
2273
+ }
2274
+ getApiV1DiscordConnectionsRaw(options = {}) {
2275
+ return this.callRaw("GET /api/v1/discord/connections", options);
2276
+ }
2277
+ getApiV1DiscordConnectionsByIdRaw(options) {
2278
+ return this.callRaw("GET /api/v1/discord/connections/{id}", options);
2279
+ }
2280
+ getApiV1DiscordGuildsRaw(options = {}) {
2281
+ return this.callRaw("GET /api/v1/discord/guilds", options);
2282
+ }
2283
+ getApiV1DiscordOauthRaw(options = {}) {
2284
+ return this.callRaw("GET /api/v1/discord/oauth", options);
2285
+ }
2286
+ getApiV1DiscordStatusRaw(options = {}) {
2287
+ return this.callRaw("GET /api/v1/discord/status", options);
2288
+ }
2289
+ getApiV1DiscoveryRaw(options = {}) {
2290
+ return this.callRaw("GET /api/v1/discovery", options);
2291
+ }
2292
+ getApiV1DocumentsRaw(options = {}) {
2293
+ return this.callRaw("GET /api/v1/documents", options);
2294
+ }
2295
+ getApiV1DocumentsByIdRaw(options) {
2296
+ return this.callRaw("GET /api/v1/documents/{id}", options);
2297
+ }
2298
+ getApiV1DocumentsCheckRaw(options = {}) {
2299
+ return this.callRaw("GET /api/v1/documents/check", options);
2300
+ }
2301
+ getApiV1DomainsRaw(options = {}) {
2302
+ return this.callRaw("GET /api/v1/domains", options);
2303
+ }
2304
+ getApiV1DomainsResolveRaw(options = {}) {
2305
+ return this.callRaw("GET /api/v1/domains/resolve", options);
2306
+ }
2307
+ getApiV1ElizaAgentsRaw(options = {}) {
2308
+ return this.callRaw("GET /api/v1/eliza/agents", options);
2309
+ }
2310
+ getApiV1ElizaAgentsByAgentIdRaw(options) {
2311
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}", options);
2312
+ }
2313
+ getApiV1ElizaAgentsByAgentIdApiWalletByPathRaw(options) {
2314
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}/api/wallet/{path}", options);
2315
+ }
2316
+ getApiV1ElizaAgentsByAgentIdBackupsRaw(options) {
2317
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}/backups", options);
2318
+ }
2319
+ getApiV1ElizaAgentsByAgentIdDiscordRaw(options) {
2320
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}/discord", options);
2321
+ }
2322
+ getApiV1ElizaAgentsByAgentIdGithubRaw(options) {
2323
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}/github", options);
2324
+ }
2325
+ getApiV1ElizaAgentsByAgentIdGithubTokenRaw(options) {
2326
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}/github/token", options);
2327
+ }
2328
+ getApiV1ElizaAgentsByAgentIdLifeopsScheduleMergedStateRaw(options) {
2329
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}/lifeops/schedule/merged-state", options);
2330
+ }
2331
+ getApiV1ElizaAgentsByAgentIdWalletRaw(options) {
2332
+ return this.callRaw("GET /api/v1/eliza/agents/{agentId}/wallet", options);
2333
+ }
2334
+ getApiV1ElizaGatewayRelaySessionsBySessionIdNextRaw(options) {
2335
+ return this.callRaw("GET /api/v1/eliza/gateway-relay/sessions/{sessionId}/next", options);
2336
+ }
2337
+ getApiV1ElizaGithubOauthCompleteRaw(options = {}) {
2338
+ return this.callRaw("GET /api/v1/eliza/github-oauth-complete", options);
2339
+ }
2340
+ getApiV1ElizaGoogleAccountsRaw(options = {}) {
2341
+ return this.callRaw("GET /api/v1/eliza/google/accounts", options);
2342
+ }
2343
+ getApiV1ElizaGoogleCalendarCalendarsRaw(options = {}) {
2344
+ return this.callRaw("GET /api/v1/eliza/google/calendar/calendars", options);
2345
+ }
2346
+ getApiV1ElizaGoogleCalendarFeedRaw(options = {}) {
2347
+ return this.callRaw("GET /api/v1/eliza/google/calendar/feed", options);
2348
+ }
2349
+ getApiV1ElizaGoogleGmailReadRaw(options = {}) {
2350
+ return this.callRaw("GET /api/v1/eliza/google/gmail/read", options);
2351
+ }
2352
+ getApiV1ElizaGoogleGmailSearchRaw(options = {}) {
2353
+ return this.callRaw("GET /api/v1/eliza/google/gmail/search", options);
2354
+ }
2355
+ getApiV1ElizaGoogleGmailSubscriptionHeadersRaw(options = {}) {
2356
+ return this.callRaw("GET /api/v1/eliza/google/gmail/subscription-headers", options);
2357
+ }
2358
+ getApiV1ElizaGoogleGmailTriageRaw(options = {}) {
2359
+ return this.callRaw("GET /api/v1/eliza/google/gmail/triage", options);
2360
+ }
2361
+ getApiV1ElizaGoogleStatusRaw(options = {}) {
2362
+ return this.callRaw("GET /api/v1/eliza/google/status", options);
2363
+ }
2364
+ getApiV1ElizaLaunchSessionsBySessionIdRaw(options) {
2365
+ return this.callRaw("GET /api/v1/eliza/launch-sessions/{sessionId}", options);
2366
+ }
2367
+ getApiV1ElizaLifeopsGithubCompleteRaw(options = {}) {
2368
+ return this.callRaw("GET /api/v1/eliza/lifeops/github-complete", options);
2369
+ }
2370
+ getApiV1ElizaPaypalPopupCallbackRaw(options = {}) {
2371
+ return this.callRaw("GET /api/v1/eliza/paypal/popup-callback", options);
2372
+ }
2373
+ getApiV1ElizaPaypalStatusRaw(options = {}) {
2374
+ return this.callRaw("GET /api/v1/eliza/paypal/status", options);
2375
+ }
2376
+ getApiV1ElizaPlaidStatusRaw(options = {}) {
2377
+ return this.callRaw("GET /api/v1/eliza/plaid/status", options);
2378
+ }
2379
+ getApiV1GalleryRaw(options = {}) {
2380
+ return this.callRaw("GET /api/v1/gallery", options);
2381
+ }
2382
+ getApiV1GalleryExploreRaw(options = {}) {
2383
+ return this.callRaw("GET /api/v1/gallery/explore", options);
2384
+ }
2385
+ getApiV1GalleryStatsRaw(options = {}) {
2386
+ return this.callRaw("GET /api/v1/gallery/stats", options);
2387
+ }
2388
+ getApiV1GenerateImageRaw(options = {}) {
2389
+ return this.callRaw("GET /api/v1/generate-image", options);
2390
+ }
2391
+ getApiV1GenerateMusicRaw(options = {}) {
2392
+ return this.callRaw("GET /api/v1/generate-music", options);
2393
+ }
2394
+ getApiV1GenerateVideoRaw(options = {}) {
2395
+ return this.callRaw("GET /api/v1/generate-video", options);
2396
+ }
2397
+ getApiV1JobsByJobIdRaw(options) {
2398
+ return this.callRaw("GET /api/v1/jobs/{jobId}", options);
2399
+ }
2400
+ getApiV1MarketCandlesByChainByAddressRaw(options) {
2401
+ return this.callRaw("GET /api/v1/market/candles/{chain}/{address}", options);
2402
+ }
2403
+ getApiV1MarketPortfolioByChainByAddressRaw(options) {
2404
+ return this.callRaw("GET /api/v1/market/portfolio/{chain}/{address}", options);
2405
+ }
2406
+ getApiV1MarketPreviewPortfolioByChainByAddressRaw(options) {
2407
+ return this.callRaw("GET /api/v1/market/preview/portfolio/{chain}/{address}", options);
2408
+ }
2409
+ getApiV1MarketPreviewPredictionsRaw(options = {}) {
2410
+ return this.callRaw("GET /api/v1/market/preview/predictions", options);
2411
+ }
2412
+ getApiV1MarketPreviewPriceByChainByAddressRaw(options) {
2413
+ return this.callRaw("GET /api/v1/market/preview/price/{chain}/{address}", options);
2414
+ }
2415
+ getApiV1MarketPreviewTokenByChainByAddressRaw(options) {
2416
+ return this.callRaw("GET /api/v1/market/preview/token/{chain}/{address}", options);
2417
+ }
2418
+ getApiV1MarketPreviewWalletOverviewRaw(options = {}) {
2419
+ return this.callRaw("GET /api/v1/market/preview/wallet-overview", options);
2420
+ }
2421
+ getApiV1MarketPriceByChainByAddressRaw(options) {
2422
+ return this.callRaw("GET /api/v1/market/price/{chain}/{address}", options);
2423
+ }
2424
+ getApiV1MarketTokenByChainByAddressRaw(options) {
2425
+ return this.callRaw("GET /api/v1/market/token/{chain}/{address}", options);
2426
+ }
2427
+ getApiV1MarketTradesByChainByAddressRaw(options) {
2428
+ return this.callRaw("GET /api/v1/market/trades/{chain}/{address}", options);
2429
+ }
2430
+ getApiV1McpsRaw(options = {}) {
2431
+ return this.callRaw("GET /api/v1/mcps", options);
2432
+ }
2433
+ getApiV1McpsByMcpIdRaw(options) {
2434
+ return this.callRaw("GET /api/v1/mcps/{mcpId}", options);
2435
+ }
2436
+ getApiV1ModelsRaw(options = {}) {
2437
+ return this.callRaw("GET /api/v1/models", options);
2438
+ }
2439
+ getApiV1ModelsByModelRaw(options) {
2440
+ return this.callRaw("GET /api/v1/models/{model}", options);
2441
+ }
2442
+ getApiV1OauthByPlatformCallbackRaw(options) {
2443
+ return this.callRaw("GET /api/v1/oauth/{platform}/callback", options);
2444
+ }
2445
+ getApiV1OauthCallbackRaw(options = {}) {
2446
+ return this.callRaw("GET /api/v1/oauth/callback", options);
2447
+ }
2448
+ getApiV1OauthConnectionsRaw(options = {}) {
2449
+ return this.callRaw("GET /api/v1/oauth/connections", options);
2450
+ }
2451
+ getApiV1OauthConnectionsByIdRaw(options) {
2452
+ return this.callRaw("GET /api/v1/oauth/connections/{id}", options);
2453
+ }
2454
+ getApiV1OauthConnectionsByIdTokenRaw(options) {
2455
+ return this.callRaw("GET /api/v1/oauth/connections/{id}/token", options);
2456
+ }
2457
+ getApiV1OauthInitiateRaw(options = {}) {
2458
+ return this.callRaw("GET /api/v1/oauth/initiate", options);
2459
+ }
2460
+ getApiV1OauthProvidersRaw(options = {}) {
2461
+ return this.callRaw("GET /api/v1/oauth/providers", options);
2462
+ }
2463
+ getApiV1OauthStatusRaw(options = {}) {
2464
+ return this.callRaw("GET /api/v1/oauth/status", options);
2465
+ }
2466
+ getApiV1OauthTokenByPlatformRaw(options) {
2467
+ return this.callRaw("GET /api/v1/oauth/token/{platform}", options);
2468
+ }
2469
+ getApiV1PricingSummaryRaw(options = {}) {
2470
+ return this.callRaw("GET /api/v1/pricing/summary", options);
2471
+ }
2472
+ getApiV1ProxyBirdeyeByPathRaw(options) {
2473
+ return this.callRaw("GET /api/v1/proxy/birdeye/{path}", options);
2474
+ }
2475
+ getApiV1RedemptionsRaw(options = {}) {
2476
+ return this.callRaw("GET /api/v1/redemptions", options);
2477
+ }
2478
+ getApiV1RedemptionsByIdRaw(options) {
2479
+ return this.callRaw("GET /api/v1/redemptions/{id}", options);
2480
+ }
2481
+ getApiV1RedemptionsBalanceRaw(options = {}) {
2482
+ return this.callRaw("GET /api/v1/redemptions/balance", options);
2483
+ }
2484
+ getApiV1RedemptionsQuoteRaw(options = {}) {
2485
+ return this.callRaw("GET /api/v1/redemptions/quote", options);
2486
+ }
2487
+ getApiV1RedemptionsStatusRaw(options = {}) {
2488
+ return this.callRaw("GET /api/v1/redemptions/status", options);
2489
+ }
2490
+ getApiV1ReferralsRaw(options = {}) {
2491
+ return this.callRaw("GET /api/v1/referrals", options);
2492
+ }
2493
+ getApiV1RemoteSessionsRaw(options = {}) {
2494
+ return this.callRaw("GET /api/v1/remote/sessions", options);
2495
+ }
2496
+ getApiV1SensitiveRequestsByIdRaw(options) {
2497
+ return this.callRaw("GET /api/v1/sensitive-requests/{id}", options);
2498
+ }
2499
+ getApiV1SolanaAssetsByAddressRaw(options) {
2500
+ return this.callRaw("GET /api/v1/solana/assets/{address}", options);
2501
+ }
2502
+ getApiV1SolanaMethodsRaw(options = {}) {
2503
+ return this.callRaw("GET /api/v1/solana/methods", options);
2504
+ }
2505
+ getApiV1SolanaTokenAccountsByAddressRaw(options) {
2506
+ return this.callRaw("GET /api/v1/solana/token-accounts/{address}", options);
2507
+ }
2508
+ getApiV1SolanaTransactionsByAddressRaw(options) {
2509
+ return this.callRaw("GET /api/v1/solana/transactions/{address}", options);
2510
+ }
2511
+ getApiV1StewardTenantsCredentialsRaw(options = {}) {
2512
+ return this.callRaw("GET /api/v1/steward/tenants/credentials", options);
2513
+ }
2514
+ getApiV1TelegramChatsRaw(options = {}) {
2515
+ return this.callRaw("GET /api/v1/telegram/chats", options);
2516
+ }
2517
+ getApiV1TelegramScanChatsRaw(options = {}) {
2518
+ return this.callRaw("GET /api/v1/telegram/scan-chats", options);
2519
+ }
2520
+ getApiV1TelegramStatusRaw(options = {}) {
2521
+ return this.callRaw("GET /api/v1/telegram/status", options);
2522
+ }
2523
+ getApiV1TwilioStatusRaw(options = {}) {
2524
+ return this.callRaw("GET /api/v1/twilio/status", options);
2525
+ }
2526
+ getApiV1TwitterCallbackRaw(options = {}) {
2527
+ return this.callRaw("GET /api/v1/twitter/callback", options);
2528
+ }
2529
+ getApiV1TwitterStatusRaw(options = {}) {
2530
+ return this.callRaw("GET /api/v1/twitter/status", options);
2531
+ }
2532
+ getApiV1TwitterTokenRaw(options = {}) {
2533
+ return this.callRaw("GET /api/v1/twitter/token", options);
2534
+ }
2535
+ getApiV1UserRaw(options = {}) {
2536
+ return this.callRaw("GET /api/v1/user", options);
2537
+ }
2538
+ getApiV1UserAvatarRaw(options = {}) {
2539
+ return this.callRaw("GET /api/v1/user/avatar", options);
2540
+ }
2541
+ getApiV1UserWalletsRaw(options = {}) {
2542
+ return this.callRaw("GET /api/v1/user/wallets", options);
2543
+ }
2544
+ getApiV1VideoFeaturedRaw(options = {}) {
2545
+ return this.callRaw("GET /api/v1/video/featured", options);
2546
+ }
2547
+ getApiV1VideoUsageRaw(options = {}) {
2548
+ return this.callRaw("GET /api/v1/video/usage", options);
2549
+ }
2550
+ getApiV1VoiceByIdRaw(options) {
2551
+ return this.callRaw("GET /api/v1/voice/{id}", options);
2552
+ }
2553
+ getApiV1VoiceJobsRaw(options = {}) {
2554
+ return this.callRaw("GET /api/v1/voice/jobs", options);
2555
+ }
2556
+ getApiV1VoiceListRaw(options = {}) {
2557
+ return this.callRaw("GET /api/v1/voice/list", options);
2558
+ }
2559
+ getApiV1WhatsappStatusRaw(options = {}) {
2560
+ return this.callRaw("GET /api/v1/whatsapp/status", options);
2561
+ }
2562
+ getApiV1XDmsDigestRaw(options = {}) {
2563
+ return this.callRaw("GET /api/v1/x/dms/digest", options);
2564
+ }
2565
+ getApiV1XFeedRaw(options = {}) {
2566
+ return this.callRaw("GET /api/v1/x/feed", options);
2567
+ }
2568
+ getApiV1XStatusRaw(options = {}) {
2569
+ return this.callRaw("GET /api/v1/x/status", options);
2570
+ }
2571
+ getApiV1X402Raw(options = {}) {
2572
+ return this.callRaw("GET /api/v1/x402", options);
2573
+ }
2574
+ getApiV1X402RequestsRaw(options = {}) {
2575
+ return this.callRaw("GET /api/v1/x402/requests", options);
2576
+ }
2577
+ getApiV1X402RequestsByIdRaw(options) {
2578
+ return this.callRaw("GET /api/v1/x402/requests/{id}", options);
2579
+ }
2580
+ patchApiElevenlabsVoicesByIdRaw(options) {
2581
+ return this.callRaw("PATCH /api/elevenlabs/voices/{id}", options);
2582
+ }
2583
+ patchApiV1AdvertisingCampaignsByIdRaw(options) {
2584
+ return this.callRaw("PATCH /api/v1/advertising/campaigns/{id}", options);
2585
+ }
2586
+ patchApiV1ApiKeysByIdRaw(options) {
2587
+ return this.callRaw("PATCH /api/v1/api-keys/{id}", options);
2588
+ }
2589
+ patchApiV1AppsByIdRaw(options) {
2590
+ return this.callRaw("PATCH /api/v1/apps/{id}", options);
2591
+ }
2592
+ patchApiV1AppsByIdDomainsByDomainDnsByRecordIdRaw(options) {
2593
+ return this.callRaw("PATCH /api/v1/apps/{id}/domains/{domain}/dns/{recordId}", options);
2594
+ }
2595
+ patchApiV1ConnectionsByPlatformRaw(options) {
2596
+ return this.callRaw("PATCH /api/v1/connections/{platform}", options);
2597
+ }
2598
+ patchApiV1ContainersByIdRaw(options) {
2599
+ return this.callRaw("PATCH /api/v1/containers/{id}", options);
2600
+ }
2601
+ patchApiV1DiscordConnectionsByIdRaw(options) {
2602
+ return this.callRaw("PATCH /api/v1/discord/connections/{id}", options);
2603
+ }
2604
+ patchApiV1ElizaAgentsByAgentIdRaw(options) {
2605
+ return this.callRaw("PATCH /api/v1/eliza/agents/{agentId}", options);
2606
+ }
2607
+ patchApiV1ElizaGoogleCalendarEventsByEventIdRaw(options) {
2608
+ return this.callRaw("PATCH /api/v1/eliza/google/calendar/events/{eventId}", options);
2609
+ }
2610
+ patchApiV1GenerateImageRaw(options = {}) {
2611
+ return this.callRaw("PATCH /api/v1/generate-image", options);
2612
+ }
2613
+ patchApiV1GenerateMusicRaw(options = {}) {
2614
+ return this.callRaw("PATCH /api/v1/generate-music", options);
2615
+ }
2616
+ patchApiV1GenerateVideoRaw(options = {}) {
2617
+ return this.callRaw("PATCH /api/v1/generate-video", options);
2618
+ }
2619
+ patchApiV1ProxyBirdeyeByPathRaw(options) {
2620
+ return this.callRaw("PATCH /api/v1/proxy/birdeye/{path}", options);
2621
+ }
2622
+ patchApiV1UserRaw(options = {}) {
2623
+ return this.callRaw("PATCH /api/v1/user", options);
2624
+ }
2625
+ patchApiV1UserAvatarRaw(options = {}) {
2626
+ return this.callRaw("PATCH /api/v1/user/avatar", options);
2627
+ }
2628
+ patchApiV1UserEmailRaw(options = {}) {
2629
+ return this.callRaw("PATCH /api/v1/user/email", options);
2630
+ }
2631
+ patchApiV1VoiceByIdRaw(options) {
2632
+ return this.callRaw("PATCH /api/v1/voice/{id}", options);
2633
+ }
2634
+ postApiElevenlabsSttRaw(options = {}) {
2635
+ return this.callRaw("POST /api/elevenlabs/stt", options);
2636
+ }
2637
+ postApiElevenlabsTtsRaw(options = {}) {
2638
+ return this.callRaw("POST /api/elevenlabs/tts", options);
2639
+ }
2640
+ postApiElevenlabsVoicesCloneRaw(options = {}) {
2641
+ return this.callRaw("POST /api/elevenlabs/voices/clone", options);
2642
+ }
2643
+ postApiV1AdvertisingAccountsRaw(options = {}) {
2644
+ return this.callRaw("POST /api/v1/advertising/accounts", options);
2645
+ }
2646
+ postApiV1AdvertisingAccountsDiscoverRaw(options = {}) {
2647
+ return this.callRaw("POST /api/v1/advertising/accounts/discover", options);
2648
+ }
2649
+ postApiV1AdvertisingCampaignsRaw(options = {}) {
2650
+ return this.callRaw("POST /api/v1/advertising/campaigns", options);
2651
+ }
2652
+ postApiV1AdvertisingCampaignsByIdCreativesRaw(options) {
2653
+ return this.callRaw("POST /api/v1/advertising/campaigns/{id}/creatives", options);
2654
+ }
2655
+ postApiV1AdvertisingCampaignsByIdPauseRaw(options) {
2656
+ return this.callRaw("POST /api/v1/advertising/campaigns/{id}/pause", options);
2657
+ }
2658
+ postApiV1AdvertisingCampaignsByIdStartRaw(options) {
2659
+ return this.callRaw("POST /api/v1/advertising/campaigns/{id}/start", options);
2660
+ }
2661
+ postApiV1AffiliatesRaw(options = {}) {
2662
+ return this.callRaw("POST /api/v1/affiliates", options);
2663
+ }
2664
+ postApiV1AffiliatesLinkRaw(options = {}) {
2665
+ return this.callRaw("POST /api/v1/affiliates/link", options);
2666
+ }
2667
+ postApiV1AgentsRaw(options = {}) {
2668
+ return this.callRaw("POST /api/v1/agents", options);
2669
+ }
2670
+ postApiV1AgentsByAgentIdPublishRaw(options) {
2671
+ return this.callRaw("POST /api/v1/agents/{agentId}/publish", options);
2672
+ }
2673
+ postApiV1AgentsByAgentIdRestartRaw(options) {
2674
+ return this.callRaw("POST /api/v1/agents/{agentId}/restart", options);
2675
+ }
2676
+ postApiV1AgentsByAgentIdResumeRaw(options) {
2677
+ return this.callRaw("POST /api/v1/agents/{agentId}/resume", options);
2678
+ }
2679
+ postApiV1AgentsByAgentIdSuspendRaw(options) {
2680
+ return this.callRaw("POST /api/v1/agents/{agentId}/suspend", options);
2681
+ }
2682
+ postApiV1AgentsByAgentIdWorkflowsRaw(options) {
2683
+ return this.callRaw("POST /api/v1/agents/{agentId}/workflows", options);
2684
+ }
2685
+ postApiV1AgentsByAgentIdWorkflowsByWorkflowIdRunRaw(options) {
2686
+ return this.callRaw("POST /api/v1/agents/{agentId}/workflows/{workflowId}/run", options);
2687
+ }
2688
+ postApiV1ApiKeysRaw(options = {}) {
2689
+ return this.callRaw("POST /api/v1/api-keys", options);
2690
+ }
2691
+ postApiV1ApiKeysByIdRegenerateRaw(options) {
2692
+ return this.callRaw("POST /api/v1/api-keys/{id}/regenerate", options);
2693
+ }
2694
+ postApiV1ApisStoragePresignRaw(options = {}) {
2695
+ return this.callRaw("POST /api/v1/apis/storage/presign", options);
2696
+ }
2697
+ postApiV1ApisStreamingSessionsRaw(options = {}) {
2698
+ return this.callRaw("POST /api/v1/apis/streaming/sessions", options);
2699
+ }
2700
+ postApiV1ApisTunnelsTailscaleAuthKeyRaw(options = {}) {
2701
+ return this.callRaw("POST /api/v1/apis/tunnels/tailscale/auth-key", options);
2702
+ }
2703
+ postApiV1AppAuthConnectRaw(options = {}) {
2704
+ return this.callRaw("POST /api/v1/app-auth/connect", options);
2705
+ }
2706
+ postApiV1AppCreditsCheckoutRaw(options = {}) {
2707
+ return this.callRaw("POST /api/v1/app-credits/checkout", options);
2708
+ }
2709
+ postApiV1AppAgentsRaw(options = {}) {
2710
+ return this.callRaw("POST /api/v1/app/agents", options);
2711
+ }
2712
+ postApiV1AppsRaw(options = {}) {
2713
+ return this.callRaw("POST /api/v1/apps", options);
2714
+ }
2715
+ postApiV1AppsByIdChargesRaw(options) {
2716
+ return this.callRaw("POST /api/v1/apps/{id}/charges", options);
2717
+ }
2718
+ postApiV1AppsByIdChargesByChargeIdCheckoutRaw(options) {
2719
+ return this.callRaw("POST /api/v1/apps/{id}/charges/{chargeId}/checkout", options);
2720
+ }
2721
+ postApiV1AppsByIdChatRaw(options) {
2722
+ return this.callRaw("POST /api/v1/apps/{id}/chat", options);
2723
+ }
2724
+ postApiV1AppsByIdDiscordAutomationRaw(options) {
2725
+ return this.callRaw("POST /api/v1/apps/{id}/discord-automation", options);
2726
+ }
2727
+ postApiV1AppsByIdDiscordAutomationPostRaw(options) {
2728
+ return this.callRaw("POST /api/v1/apps/{id}/discord-automation/post", options);
2729
+ }
2730
+ postApiV1AppsByIdDomainsRaw(options) {
2731
+ return this.callRaw("POST /api/v1/apps/{id}/domains", options);
2732
+ }
2733
+ postApiV1AppsByIdDomainsByDomainDnsRaw(options) {
2734
+ return this.callRaw("POST /api/v1/apps/{id}/domains/{domain}/dns", options);
2735
+ }
2736
+ postApiV1AppsByIdDomainsBuyRaw(options) {
2737
+ return this.callRaw("POST /api/v1/apps/{id}/domains/buy", options);
2738
+ }
2739
+ postApiV1AppsByIdDomainsCheckRaw(options) {
2740
+ return this.callRaw("POST /api/v1/apps/{id}/domains/check", options);
2741
+ }
2742
+ postApiV1AppsByIdDomainsStatusRaw(options) {
2743
+ return this.callRaw("POST /api/v1/apps/{id}/domains/status", options);
2744
+ }
2745
+ postApiV1AppsByIdDomainsSyncRaw(options) {
2746
+ return this.callRaw("POST /api/v1/apps/{id}/domains/sync", options);
2747
+ }
2748
+ postApiV1AppsByIdDomainsVerifyRaw(options) {
2749
+ return this.callRaw("POST /api/v1/apps/{id}/domains/verify", options);
2750
+ }
2751
+ postApiV1AppsByIdEarningsWithdrawRaw(options) {
2752
+ return this.callRaw("POST /api/v1/apps/{id}/earnings/withdraw", options);
2753
+ }
2754
+ postApiV1AppsByIdPromoteRaw(options) {
2755
+ return this.callRaw("POST /api/v1/apps/{id}/promote", options);
2756
+ }
2757
+ postApiV1AppsByIdPromoteAssetsRaw(options) {
2758
+ return this.callRaw("POST /api/v1/apps/{id}/promote/assets", options);
2759
+ }
2760
+ postApiV1AppsByIdPromotePreviewRaw(options) {
2761
+ return this.callRaw("POST /api/v1/apps/{id}/promote/preview", options);
2762
+ }
2763
+ postApiV1AppsByIdRegenerateApiKeyRaw(options) {
2764
+ return this.callRaw("POST /api/v1/apps/{id}/regenerate-api-key", options);
2765
+ }
2766
+ postApiV1AppsByIdTelegramAutomationRaw(options) {
2767
+ return this.callRaw("POST /api/v1/apps/{id}/telegram-automation", options);
2768
+ }
2769
+ postApiV1AppsByIdTelegramAutomationPostRaw(options) {
2770
+ return this.callRaw("POST /api/v1/apps/{id}/telegram-automation/post", options);
2771
+ }
2772
+ postApiV1AppsByIdTwitterAutomationRaw(options) {
2773
+ return this.callRaw("POST /api/v1/apps/{id}/twitter-automation", options);
2774
+ }
2775
+ postApiV1AppsByIdTwitterAutomationPostRaw(options) {
2776
+ return this.callRaw("POST /api/v1/apps/{id}/twitter-automation/post", options);
2777
+ }
2778
+ postApiV1AppsCheckNameRaw(options = {}) {
2779
+ return this.callRaw("POST /api/v1/apps/check-name", options);
2780
+ }
2781
+ postApiV1BillingResourcesByIdCancelRaw(options) {
2782
+ return this.callRaw("POST /api/v1/billing/resources/{id}/cancel", options);
2783
+ }
2784
+ postApiV1BlooioConnectRaw(options = {}) {
2785
+ return this.callRaw("POST /api/v1/blooio/connect", options);
2786
+ }
2787
+ postApiV1BlooioDisconnectRaw(options = {}) {
2788
+ return this.callRaw("POST /api/v1/blooio/disconnect", options);
2789
+ }
2790
+ postApiV1BrowserSessionsRaw(options = {}) {
2791
+ return this.callRaw("POST /api/v1/browser/sessions", options);
2792
+ }
2793
+ postApiV1BrowserSessionsByIdCommandRaw(options) {
2794
+ return this.callRaw("POST /api/v1/browser/sessions/{id}/command", options);
2795
+ }
2796
+ postApiV1BrowserSessionsByIdNavigateRaw(options) {
2797
+ return this.callRaw("POST /api/v1/browser/sessions/{id}/navigate", options);
2798
+ }
2799
+ postApiV1ChatRaw(options = {}) {
2800
+ return this.callRaw("POST /api/v1/chat", options);
2801
+ }
2802
+ postApiV1ChatCompletionsRaw(options = {}) {
2803
+ return this.callRaw("POST /api/v1/chat/completions", options);
2804
+ }
2805
+ postApiV1ConnectionsByPlatformRaw(options) {
2806
+ return this.callRaw("POST /api/v1/connections/{platform}", options);
2807
+ }
2808
+ postApiV1ContainersRaw(options = {}) {
2809
+ return this.callRaw("POST /api/v1/containers", options);
2810
+ }
2811
+ postApiV1ContainersCredentialsRaw(options = {}) {
2812
+ return this.callRaw("POST /api/v1/containers/credentials", options);
2813
+ }
2814
+ postApiV1CreditsCheckoutRaw(options = {}) {
2815
+ return this.callRaw("POST /api/v1/credits/checkout", options);
2816
+ }
2817
+ postApiV1DeviceBusDevicesRaw(options = {}) {
2818
+ return this.callRaw("POST /api/v1/device-bus/devices", options);
2819
+ }
2820
+ postApiV1DeviceBusIntentsRaw(options = {}) {
2821
+ return this.callRaw("POST /api/v1/device-bus/intents", options);
2822
+ }
2823
+ postApiV1DiscordChannelsRefreshRaw(options = {}) {
2824
+ return this.callRaw("POST /api/v1/discord/channels/refresh", options);
2825
+ }
2826
+ postApiV1DiscordConnectionsRaw(options = {}) {
2827
+ return this.callRaw("POST /api/v1/discord/connections", options);
2828
+ }
2829
+ postApiV1DiscordDisconnectRaw(options = {}) {
2830
+ return this.callRaw("POST /api/v1/discord/disconnect", options);
2831
+ }
2832
+ postApiV1DocumentsRaw(options = {}) {
2833
+ return this.callRaw("POST /api/v1/documents", options);
2834
+ }
2835
+ postApiV1DocumentsPreUploadRaw(options = {}) {
2836
+ return this.callRaw("POST /api/v1/documents/pre-upload", options);
2837
+ }
2838
+ postApiV1DocumentsQueryRaw(options = {}) {
2839
+ return this.callRaw("POST /api/v1/documents/query", options);
2840
+ }
2841
+ postApiV1DocumentsSubmitRaw(options = {}) {
2842
+ return this.callRaw("POST /api/v1/documents/submit", options);
2843
+ }
2844
+ postApiV1DocumentsUploadFileRaw(options = {}) {
2845
+ return this.callRaw("POST /api/v1/documents/upload-file", options);
2846
+ }
2847
+ postApiV1DomainsSearchRaw(options = {}) {
2848
+ return this.callRaw("POST /api/v1/domains/search", options);
2849
+ }
2850
+ postApiV1ElizaAgentsRaw(options = {}) {
2851
+ return this.callRaw("POST /api/v1/eliza/agents", options);
2852
+ }
2853
+ postApiV1ElizaAgentsByAgentIdApiWalletByPathRaw(options) {
2854
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/api/wallet/{path}", options);
2855
+ }
2856
+ postApiV1ElizaAgentsByAgentIdBridgeRaw(options) {
2857
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/bridge", options);
2858
+ }
2859
+ postApiV1ElizaAgentsByAgentIdDiscordOauthRaw(options) {
2860
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/discord/oauth", options);
2861
+ }
2862
+ postApiV1ElizaAgentsByAgentIdGithubLinkRaw(options) {
2863
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/github/link", options);
2864
+ }
2865
+ postApiV1ElizaAgentsByAgentIdGithubOauthRaw(options) {
2866
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/github/oauth", options);
2867
+ }
2868
+ postApiV1ElizaAgentsByAgentIdLifeopsScheduleObservationsRaw(options) {
2869
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/lifeops/schedule/observations", options);
2870
+ }
2871
+ postApiV1ElizaAgentsByAgentIdPairingTokenRaw(options) {
2872
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/pairing-token", options);
2873
+ }
2874
+ postApiV1ElizaAgentsByAgentIdProvisionRaw(options) {
2875
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/provision", options);
2876
+ }
2877
+ postApiV1ElizaAgentsByAgentIdRestoreRaw(options) {
2878
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/restore", options);
2879
+ }
2880
+ postApiV1ElizaAgentsByAgentIdResumeRaw(options) {
2881
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/resume", options);
2882
+ }
2883
+ postApiV1ElizaAgentsByAgentIdSnapshotRaw(options) {
2884
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/snapshot", options);
2885
+ }
2886
+ postApiV1ElizaAgentsByAgentIdStreamRaw(options) {
2887
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/stream", options);
2888
+ }
2889
+ postApiV1ElizaAgentsByAgentIdSuspendRaw(options) {
2890
+ return this.callRaw("POST /api/v1/eliza/agents/{agentId}/suspend", options);
2891
+ }
2892
+ postApiV1ElizaDiscordGatewayAgentRaw(options = {}) {
2893
+ return this.callRaw("POST /api/v1/eliza/discord/gateway-agent", options);
2894
+ }
2895
+ postApiV1ElizaGatewayRelaySessionsRaw(options = {}) {
2896
+ return this.callRaw("POST /api/v1/eliza/gateway-relay/sessions", options);
2897
+ }
2898
+ postApiV1ElizaGatewayRelaySessionsBySessionIdResponsesRaw(options) {
2899
+ return this.callRaw("POST /api/v1/eliza/gateway-relay/sessions/{sessionId}/responses", options);
2900
+ }
2901
+ postApiV1ElizaGoogleCalendarEventsRaw(options = {}) {
2902
+ return this.callRaw("POST /api/v1/eliza/google/calendar/events", options);
2903
+ }
2904
+ postApiV1ElizaGoogleConnectInitiateRaw(options = {}) {
2905
+ return this.callRaw("POST /api/v1/eliza/google/connect/initiate", options);
2906
+ }
2907
+ postApiV1ElizaGoogleDisconnectRaw(options = {}) {
2908
+ return this.callRaw("POST /api/v1/eliza/google/disconnect", options);
2909
+ }
2910
+ postApiV1ElizaGoogleGmailMessageSendRaw(options = {}) {
2911
+ return this.callRaw("POST /api/v1/eliza/google/gmail/message-send", options);
2912
+ }
2913
+ postApiV1ElizaGoogleGmailReplySendRaw(options = {}) {
2914
+ return this.callRaw("POST /api/v1/eliza/google/gmail/reply-send", options);
2915
+ }
2916
+ postApiV1ElizaPaypalAuthorizeRaw(options = {}) {
2917
+ return this.callRaw("POST /api/v1/eliza/paypal/authorize", options);
2918
+ }
2919
+ postApiV1ElizaPaypalCallbackRaw(options = {}) {
2920
+ return this.callRaw("POST /api/v1/eliza/paypal/callback", options);
2921
+ }
2922
+ postApiV1ElizaPaypalRefreshRaw(options = {}) {
2923
+ return this.callRaw("POST /api/v1/eliza/paypal/refresh", options);
2924
+ }
2925
+ postApiV1ElizaPaypalTransactionsRaw(options = {}) {
2926
+ return this.callRaw("POST /api/v1/eliza/paypal/transactions", options);
2927
+ }
2928
+ postApiV1ElizaPlaidExchangeRaw(options = {}) {
2929
+ return this.callRaw("POST /api/v1/eliza/plaid/exchange", options);
2930
+ }
2931
+ postApiV1ElizaPlaidLinkTokenRaw(options = {}) {
2932
+ return this.callRaw("POST /api/v1/eliza/plaid/link-token", options);
2933
+ }
2934
+ postApiV1ElizaPlaidSyncRaw(options = {}) {
2935
+ return this.callRaw("POST /api/v1/eliza/plaid/sync", options);
2936
+ }
2937
+ postApiV1EmbeddingsRaw(options = {}) {
2938
+ return this.callRaw("POST /api/v1/embeddings", options);
2939
+ }
2940
+ postApiV1ExtractRaw(options = {}) {
2941
+ return this.callRaw("POST /api/v1/extract", options);
2942
+ }
2943
+ postApiV1GenerateImageRaw(options = {}) {
2944
+ return this.callRaw("POST /api/v1/generate-image", options);
2945
+ }
2946
+ postApiV1GenerateMusicRaw(options = {}) {
2947
+ return this.callRaw("POST /api/v1/generate-music", options);
2948
+ }
2949
+ postApiV1GeneratePromptsRaw(options = {}) {
2950
+ return this.callRaw("POST /api/v1/generate-prompts", options);
2951
+ }
2952
+ postApiV1GenerateVideoRaw(options = {}) {
2953
+ return this.callRaw("POST /api/v1/generate-video", options);
2954
+ }
2955
+ postApiV1McpsRaw(options = {}) {
2956
+ return this.callRaw("POST /api/v1/mcps", options);
2957
+ }
2958
+ postApiV1McpsByMcpIdPublishRaw(options) {
2959
+ return this.callRaw("POST /api/v1/mcps/{mcpId}/publish", options);
2960
+ }
2961
+ postApiV1MessagesRaw(options = {}) {
2962
+ return this.callRaw("POST /api/v1/messages", options);
2963
+ }
2964
+ postApiV1ModelsStatusRaw(options = {}) {
2965
+ return this.callRaw("POST /api/v1/models/status", options);
2966
+ }
2967
+ postApiV1OauthByPlatformInitiateRaw(options) {
2968
+ return this.callRaw("POST /api/v1/oauth/{platform}/initiate", options);
2969
+ }
2970
+ postApiV1OauthConnectRaw(options = {}) {
2971
+ return this.callRaw("POST /api/v1/oauth/connect", options);
2972
+ }
2973
+ postApiV1OauthInitiateRaw(options = {}) {
2974
+ return this.callRaw("POST /api/v1/oauth/initiate", options);
2975
+ }
2976
+ postApiV1ProxyBirdeyeByPathRaw(options) {
2977
+ return this.callRaw("POST /api/v1/proxy/birdeye/{path}", options);
2978
+ }
2979
+ postApiV1ProxyEvmRpcByChainRaw(options) {
2980
+ return this.callRaw("POST /api/v1/proxy/evm-rpc/{chain}", options);
2981
+ }
2982
+ postApiV1ProxySolanaRpcRaw(options = {}) {
2983
+ return this.callRaw("POST /api/v1/proxy/solana-rpc", options);
2984
+ }
2985
+ postApiV1RedemptionsRaw(options = {}) {
2986
+ return this.callRaw("POST /api/v1/redemptions", options);
2987
+ }
2988
+ postApiV1ReferralsApplyRaw(options = {}) {
2989
+ return this.callRaw("POST /api/v1/referrals/apply", options);
2990
+ }
2991
+ postApiV1RemotePairRaw(options = {}) {
2992
+ return this.callRaw("POST /api/v1/remote/pair", options);
2993
+ }
2994
+ postApiV1RemoteSessionsByIdRevokeRaw(options) {
2995
+ return this.callRaw("POST /api/v1/remote/sessions/{id}/revoke", options);
2996
+ }
2997
+ postApiV1ReportsBugRaw(options = {}) {
2998
+ return this.callRaw("POST /api/v1/reports/bug", options);
2999
+ }
3000
+ postApiV1ResponsesRaw(options = {}) {
3001
+ return this.callRaw("POST /api/v1/responses", options);
3002
+ }
3003
+ postApiV1RpcByChainRaw(options) {
3004
+ return this.callRaw("POST /api/v1/rpc/{chain}", options);
3005
+ }
3006
+ postApiV1SearchRaw(options = {}) {
3007
+ return this.callRaw("POST /api/v1/search", options);
3008
+ }
3009
+ postApiV1SensitiveRequestsRaw(options = {}) {
3010
+ return this.callRaw("POST /api/v1/sensitive-requests", options);
3011
+ }
3012
+ postApiV1SensitiveRequestsByIdCancelRaw(options) {
3013
+ return this.callRaw("POST /api/v1/sensitive-requests/{id}/cancel", options);
3014
+ }
3015
+ postApiV1SensitiveRequestsByIdExpireRaw(options) {
3016
+ return this.callRaw("POST /api/v1/sensitive-requests/{id}/expire", options);
3017
+ }
3018
+ postApiV1SensitiveRequestsByIdSubmitRaw(options) {
3019
+ return this.callRaw("POST /api/v1/sensitive-requests/{id}/submit", options);
3020
+ }
3021
+ postApiV1SolanaRpcRaw(options = {}) {
3022
+ return this.callRaw("POST /api/v1/solana/rpc", options);
3023
+ }
3024
+ postApiV1StewardTenantsRaw(options = {}) {
3025
+ return this.callRaw("POST /api/v1/steward/tenants", options);
3026
+ }
3027
+ postApiV1TelegramConnectRaw(options = {}) {
3028
+ return this.callRaw("POST /api/v1/telegram/connect", options);
3029
+ }
3030
+ postApiV1TelegramScanChatsRaw(options = {}) {
3031
+ return this.callRaw("POST /api/v1/telegram/scan-chats", options);
3032
+ }
3033
+ postApiV1Topup10Raw(options = {}) {
3034
+ return this.callRaw("POST /api/v1/topup/10", options);
3035
+ }
3036
+ postApiV1Topup100Raw(options = {}) {
3037
+ return this.callRaw("POST /api/v1/topup/100", options);
3038
+ }
3039
+ postApiV1Topup50Raw(options = {}) {
3040
+ return this.callRaw("POST /api/v1/topup/50", options);
3041
+ }
3042
+ postApiV1TrackPageviewRaw(options = {}) {
3043
+ return this.callRaw("POST /api/v1/track/pageview", options);
3044
+ }
3045
+ postApiV1TwilioConnectRaw(options = {}) {
3046
+ return this.callRaw("POST /api/v1/twilio/connect", options);
3047
+ }
3048
+ postApiV1TwilioDisconnectRaw(options = {}) {
3049
+ return this.callRaw("POST /api/v1/twilio/disconnect", options);
3050
+ }
3051
+ postApiV1TwilioVoiceInboundRaw(options = {}) {
3052
+ return this.callRaw("POST /api/v1/twilio/voice/inbound", options);
3053
+ }
3054
+ postApiV1TwitterConnectRaw(options = {}) {
3055
+ return this.callRaw("POST /api/v1/twitter/connect", options);
3056
+ }
3057
+ postApiV1UserAvatarRaw(options = {}) {
3058
+ return this.callRaw("POST /api/v1/user/avatar", options);
3059
+ }
3060
+ postApiV1UserWalletsProvisionRaw(options = {}) {
3061
+ return this.callRaw("POST /api/v1/user/wallets/provision", options);
3062
+ }
3063
+ postApiV1UserWalletsRpcRaw(options = {}) {
3064
+ return this.callRaw("POST /api/v1/user/wallets/rpc", options);
3065
+ }
3066
+ postApiV1VoiceCloneRaw(options = {}) {
3067
+ return this.callRaw("POST /api/v1/voice/clone", options);
3068
+ }
3069
+ postApiV1VoiceSttRaw(options = {}) {
3070
+ return this.callRaw("POST /api/v1/voice/stt", options);
3071
+ }
3072
+ postApiV1VoiceTtsRaw(options = {}) {
3073
+ return this.callRaw("POST /api/v1/voice/tts", options);
3074
+ }
3075
+ postApiV1WhatsappConnectRaw(options = {}) {
3076
+ return this.callRaw("POST /api/v1/whatsapp/connect", options);
3077
+ }
3078
+ postApiV1WhatsappDisconnectRaw(options = {}) {
3079
+ return this.callRaw("POST /api/v1/whatsapp/disconnect", options);
3080
+ }
3081
+ postApiV1XDmsConversationsSendRaw(options = {}) {
3082
+ return this.callRaw("POST /api/v1/x/dms/conversations/send", options);
3083
+ }
3084
+ postApiV1XDmsCurateRaw(options = {}) {
3085
+ return this.callRaw("POST /api/v1/x/dms/curate", options);
3086
+ }
3087
+ postApiV1XDmsGroupsRaw(options = {}) {
3088
+ return this.callRaw("POST /api/v1/x/dms/groups", options);
3089
+ }
3090
+ postApiV1XDmsSendRaw(options = {}) {
3091
+ return this.callRaw("POST /api/v1/x/dms/send", options);
3092
+ }
3093
+ postApiV1XPostsRaw(options = {}) {
3094
+ return this.callRaw("POST /api/v1/x/posts", options);
3095
+ }
3096
+ postApiV1X402RequestsRaw(options = {}) {
3097
+ return this.callRaw("POST /api/v1/x402/requests", options);
3098
+ }
3099
+ postApiV1X402RequestsByIdSettleRaw(options) {
3100
+ return this.callRaw("POST /api/v1/x402/requests/{id}/settle", options);
3101
+ }
3102
+ postApiV1X402SettleRaw(options = {}) {
3103
+ return this.callRaw("POST /api/v1/x402/settle", options);
3104
+ }
3105
+ postApiV1X402VerifyRaw(options = {}) {
3106
+ return this.callRaw("POST /api/v1/x402/verify", options);
3107
+ }
3108
+ putApiV1AffiliatesRaw(options = {}) {
3109
+ return this.callRaw("PUT /api/v1/affiliates", options);
3110
+ }
3111
+ putApiV1AgentsByAgentIdMonetizationRaw(options) {
3112
+ return this.callRaw("PUT /api/v1/agents/{agentId}/monetization", options);
3113
+ }
3114
+ putApiV1AgentsByAgentIdWorkflowsByWorkflowIdRaw(options) {
3115
+ return this.callRaw("PUT /api/v1/agents/{agentId}/workflows/{workflowId}", options);
3116
+ }
3117
+ putApiV1ApisStorageObjectsByKeyRaw(options) {
3118
+ return this.callRaw("PUT /api/v1/apis/storage/objects/{key}", options);
3119
+ }
3120
+ putApiV1AppsByIdRaw(options) {
3121
+ return this.callRaw("PUT /api/v1/apps/{id}", options);
3122
+ }
3123
+ putApiV1AppsByIdCharactersRaw(options) {
3124
+ return this.callRaw("PUT /api/v1/apps/{id}/characters", options);
3125
+ }
3126
+ putApiV1AppsByIdMonetizationRaw(options) {
3127
+ return this.callRaw("PUT /api/v1/apps/{id}/monetization", options);
3128
+ }
3129
+ putApiV1BillingSettingsRaw(options = {}) {
3130
+ return this.callRaw("PUT /api/v1/billing/settings", options);
3131
+ }
3132
+ putApiV1ConnectionsByPlatformRaw(options) {
3133
+ return this.callRaw("PUT /api/v1/connections/{platform}", options);
3134
+ }
3135
+ putApiV1ElizaAgentsByAgentIdApiWalletByPathRaw(options) {
3136
+ return this.callRaw("PUT /api/v1/eliza/agents/{agentId}/api/wallet/{path}", options);
3137
+ }
3138
+ putApiV1GenerateImageRaw(options = {}) {
3139
+ return this.callRaw("PUT /api/v1/generate-image", options);
3140
+ }
3141
+ putApiV1GenerateMusicRaw(options = {}) {
3142
+ return this.callRaw("PUT /api/v1/generate-music", options);
3143
+ }
3144
+ putApiV1GenerateVideoRaw(options = {}) {
3145
+ return this.callRaw("PUT /api/v1/generate-video", options);
3146
+ }
3147
+ putApiV1McpsByMcpIdRaw(options) {
3148
+ return this.callRaw("PUT /api/v1/mcps/{mcpId}", options);
3149
+ }
3150
+ putApiV1ProxyBirdeyeByPathRaw(options) {
3151
+ return this.callRaw("PUT /api/v1/proxy/birdeye/{path}", options);
3152
+ }
3153
+ putApiV1UserAvatarRaw(options = {}) {
3154
+ return this.callRaw("PUT /api/v1/user/avatar", options);
3155
+ }
3156
+ }
3157
+
3158
+ // src/utils/cloud-sdk/client.ts
3159
+ function trimTrailingSlash2(value) {
3160
+ return value.replace(/\/+$/, "");
3161
+ }
3162
+ function normalizeBaseUrl2(value, fallback) {
3163
+ const trimmed = value?.trim();
3164
+ return trimTrailingSlash2(trimmed && trimmed.length > 0 ? trimmed : fallback);
3165
+ }
3166
+ function apiOriginFromApiBaseUrl(value) {
3167
+ return value.replace(/\/api\/v1\/?$/, "");
3168
+ }
3169
+ function encodePathParam(value) {
3170
+ return encodeURIComponent(String(value));
3171
+ }
3172
+ function withPathParams(path, params) {
3173
+ if (!params)
3174
+ return path;
3175
+ return path.replace(/\{([^}]+)\}/g, (_match, key) => {
3176
+ const value = params[key];
3177
+ if (value === undefined) {
3178
+ throw new Error(`Missing path parameter: ${key}`);
3179
+ }
3180
+ return encodePathParam(value);
3181
+ });
3182
+ }
3183
+ function getCryptoRandomUuid() {
3184
+ if (globalThis.crypto?.randomUUID) {
3185
+ return globalThis.crypto.randomUUID();
3186
+ }
3187
+ return `${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}`;
3188
+ }
3189
+
3190
+ class ElizaCloudClient {
3191
+ http;
3192
+ v1;
3193
+ routes;
3194
+ baseUrl;
3195
+ apiBaseUrl;
3196
+ constructor(options = {}) {
3197
+ this.baseUrl = normalizeBaseUrl2(options.baseUrl, DEFAULT_ELIZA_CLOUD_BASE_URL);
3198
+ this.apiBaseUrl = normalizeBaseUrl2(options.apiBaseUrl, options.baseUrl ? `${this.baseUrl}/api/v1` : DEFAULT_ELIZA_CLOUD_API_BASE_URL);
3199
+ const apiOrigin = options.apiBaseUrl ? apiOriginFromApiBaseUrl(this.apiBaseUrl) : options.baseUrl ? this.baseUrl : DEFAULT_ELIZA_CLOUD_API_ORIGIN;
3200
+ this.http = new ElizaCloudHttpClient({
3201
+ ...options,
3202
+ baseUrl: apiOrigin
3203
+ });
3204
+ this.v1 = new CloudApiClient(this.apiBaseUrl, options.apiKey, {
3205
+ bearerToken: options.bearerToken,
3206
+ defaultHeaders: options.defaultHeaders,
3207
+ fetchImpl: options.fetchImpl
3208
+ });
3209
+ this.routes = new ElizaCloudPublicRoutesClient(this);
3210
+ }
3211
+ setApiKey(apiKey) {
3212
+ this.http.setApiKey(apiKey);
3213
+ this.v1.setApiKey(apiKey);
3214
+ }
3215
+ setBearerToken(token) {
3216
+ this.http.setBearerToken(token);
3217
+ this.v1.setBearerToken(token);
3218
+ }
3219
+ request(method, path, options) {
3220
+ return this.http.request(method, path, options);
3221
+ }
3222
+ requestRaw(method, path, options) {
3223
+ return this.http.requestRaw(method, path, options);
3224
+ }
3225
+ callEndpoint(method, pathTemplate, options = {}) {
3226
+ const { pathParams, ...requestOptions } = options;
3227
+ return this.request(method, withPathParams(pathTemplate, pathParams), requestOptions);
3228
+ }
3229
+ getOpenApiSpec(options = {}) {
3230
+ return this.request("GET", "/api/openapi.json", options);
3231
+ }
3232
+ startCliLogin(options = {}) {
3233
+ const sessionId = options.sessionId ?? getCryptoRandomUuid();
3234
+ const query = options.returnTo ? `?returnTo=${encodeURIComponent(options.returnTo)}` : "";
3235
+ const browserUrl = `${this.baseUrl}/auth/cli-login?session=${encodeURIComponent(sessionId)}${query}`;
3236
+ return this.request("POST", "/api/auth/cli-session", {
3237
+ json: { sessionId },
3238
+ skipAuth: true
3239
+ }).then((response) => ({
3240
+ sessionId,
3241
+ browserUrl,
3242
+ status: response.status,
3243
+ expiresAt: response.expiresAt
3244
+ }));
3245
+ }
3246
+ pollCliLogin(sessionId) {
3247
+ return this.request("GET", `/api/auth/cli-session/${encodePathParam(sessionId)}`, { skipAuth: true });
3248
+ }
3249
+ pairWithToken(token, origin) {
3250
+ return this.request("POST", "/api/auth/pair", {
3251
+ json: { token },
3252
+ headers: { Origin: origin },
3253
+ skipAuth: true
3254
+ });
3255
+ }
3256
+ listModels() {
3257
+ return this.v1.get("/models", { skipAuth: true });
3258
+ }
3259
+ createResponse(request) {
3260
+ return this.v1.post("/responses", request);
3261
+ }
3262
+ createChatCompletion(request) {
3263
+ return this.v1.post("/chat/completions", request);
3264
+ }
3265
+ createEmbeddings(request) {
3266
+ return this.v1.post("/embeddings", request);
3267
+ }
3268
+ generateImage(request) {
3269
+ return this.v1.post("/generate-image", request);
3270
+ }
3271
+ getCreditsBalance(options = {}) {
3272
+ return this.request("GET", "/api/v1/credits/balance", {
3273
+ query: options.fresh === undefined ? undefined : { fresh: options.fresh }
3274
+ });
3275
+ }
3276
+ getCreditsSummary() {
3277
+ return this.request("GET", "/api/v1/credits/summary");
3278
+ }
3279
+ createCreditsCheckout(request) {
3280
+ return this.request("POST", "/api/v1/credits/checkout", {
3281
+ json: request
3282
+ });
3283
+ }
3284
+ getAppCreditsBalance(appId) {
3285
+ return this.request("GET", "/api/v1/app-credits/balance", {
3286
+ query: { app_id: appId }
3287
+ });
3288
+ }
3289
+ createAppCreditsCheckout(request) {
3290
+ return this.request("POST", "/api/v1/app-credits/checkout", {
3291
+ json: request
3292
+ });
3293
+ }
3294
+ verifyAppCreditsCheckout(sessionId) {
3295
+ return this.request("GET", "/api/v1/app-credits/verify", {
3296
+ query: { session_id: sessionId }
3297
+ });
3298
+ }
3299
+ getX402Supported() {
3300
+ return this.request("GET", "/api/v1/x402", { skipAuth: true });
3301
+ }
3302
+ verifyX402Payment(request) {
3303
+ return this.request("POST", "/api/v1/x402/verify", {
3304
+ json: request,
3305
+ skipAuth: true
3306
+ });
3307
+ }
3308
+ settleX402Payment(request) {
3309
+ return this.request("POST", "/api/v1/x402/settle", {
3310
+ json: request,
3311
+ skipAuth: true
3312
+ });
3313
+ }
3314
+ createX402PaymentRequest(request) {
3315
+ return this.request("POST", "/api/v1/x402/requests", {
3316
+ json: request
3317
+ });
3318
+ }
3319
+ listX402PaymentRequests() {
3320
+ return this.request("GET", "/api/v1/x402/requests");
3321
+ }
3322
+ getX402PaymentRequest(id) {
3323
+ return this.request("GET", `/api/v1/x402/requests/${encodePathParam(id)}`, { skipAuth: true });
3324
+ }
3325
+ settleX402PaymentRequest(id, paymentPayload) {
3326
+ return this.request("POST", `/api/v1/x402/requests/${encodePathParam(id)}/settle`, { json: { paymentPayload }, skipAuth: true });
3327
+ }
3328
+ createAppCharge(appId, request) {
3329
+ return this.request("POST", `/api/v1/apps/${encodePathParam(appId)}/charges`, { json: request });
3330
+ }
3331
+ listAppCharges(appId, options = {}) {
3332
+ return this.request("GET", `/api/v1/apps/${encodePathParam(appId)}/charges`, { query: options.limit === undefined ? undefined : { limit: options.limit } });
3333
+ }
3334
+ getAppCharge(appId, chargeId) {
3335
+ return this.request("GET", `/api/v1/apps/${encodePathParam(appId)}/charges/${encodePathParam(chargeId)}`, { skipAuth: true });
3336
+ }
3337
+ createAppChargeCheckout(appId, chargeId, request) {
3338
+ return this.request("POST", `/api/v1/apps/${encodePathParam(appId)}/charges/${encodePathParam(chargeId)}/checkout`, { json: request });
3339
+ }
3340
+ getAffiliateCode() {
3341
+ return this.request("GET", "/api/v1/affiliates");
3342
+ }
3343
+ createAffiliateCode(request) {
3344
+ return this.request("POST", "/api/v1/affiliates", { json: request });
3345
+ }
3346
+ updateAffiliateCode(request) {
3347
+ return this.request("PUT", "/api/v1/affiliates", { json: request });
3348
+ }
3349
+ linkAffiliateCode(request) {
3350
+ return this.request("POST", "/api/v1/affiliates/link", {
3351
+ json: request
3352
+ });
3353
+ }
3354
+ getAppEarnings(appId, options = {}) {
3355
+ return this.request("GET", `/api/v1/apps/${encodePathParam(appId)}/earnings`, { query: options.days === undefined ? undefined : { days: options.days } });
3356
+ }
3357
+ getAppEarningsHistory(appId, options = {}) {
3358
+ return this.request("GET", `/api/v1/apps/${encodePathParam(appId)}/earnings/history`, { query: options });
3359
+ }
3360
+ withdrawAppEarnings(appId, request) {
3361
+ return this.request("POST", `/api/v1/apps/${encodePathParam(appId)}/earnings/withdraw`, { json: request });
3362
+ }
3363
+ getRedemptionBalance() {
3364
+ return this.request("GET", "/api/v1/redemptions/balance");
3365
+ }
3366
+ getRedemptionQuote(network, pointsAmount) {
3367
+ return this.request("GET", "/api/v1/redemptions/quote", {
3368
+ query: { network, pointsAmount }
3369
+ });
3370
+ }
3371
+ getRedemptionStatus() {
3372
+ return this.request("GET", "/api/v1/redemptions/status", {
3373
+ skipAuth: true
3374
+ });
3375
+ }
3376
+ createRedemption(request) {
3377
+ return this.request("POST", "/api/v1/redemptions", {
3378
+ json: request
3379
+ });
3380
+ }
3381
+ listRedemptions(options = {}) {
3382
+ return this.request("GET", "/api/v1/redemptions", {
3383
+ query: options.limit === undefined ? undefined : { limit: options.limit }
3384
+ });
3385
+ }
3386
+ listContainers() {
3387
+ return this.request("GET", "/api/v1/containers");
3388
+ }
3389
+ createContainer(request) {
3390
+ return this.request("POST", "/api/v1/containers", {
3391
+ json: request
3392
+ });
3393
+ }
3394
+ getContainer(containerId) {
3395
+ return this.request("GET", `/api/v1/containers/${encodePathParam(containerId)}`);
3396
+ }
3397
+ updateContainer(containerId, request) {
3398
+ return this.request("PATCH", `/api/v1/containers/${encodePathParam(containerId)}`, { json: request });
3399
+ }
3400
+ deleteContainer(containerId) {
3401
+ return this.request("DELETE", `/api/v1/containers/${encodePathParam(containerId)}`);
3402
+ }
3403
+ getContainerHealth(containerId) {
3404
+ return this.request("GET", `/api/v1/containers/${encodePathParam(containerId)}/health`);
3405
+ }
3406
+ getContainerMetrics(containerId) {
3407
+ return this.request("GET", `/api/v1/containers/${encodePathParam(containerId)}/metrics`);
3408
+ }
3409
+ getContainerLogs(containerId, tail) {
3410
+ return this.requestRaw("GET", `/api/v1/containers/${encodePathParam(containerId)}/logs`, {
3411
+ query: tail === undefined ? undefined : { tail },
3412
+ headers: { Accept: "text/plain" }
3413
+ }).then(async (response) => {
3414
+ if (!response.ok) {
3415
+ await this.http.request("GET", `/api/v1/containers/${encodePathParam(containerId)}/logs`, {
3416
+ query: tail === undefined ? undefined : { tail }
3417
+ });
3418
+ }
3419
+ return response.text();
3420
+ });
3421
+ }
3422
+ getContainerDeployments(containerId) {
3423
+ return this.request("GET", `/api/v1/containers/${encodePathParam(containerId)}/deployments`);
3424
+ }
3425
+ getContainerQuota() {
3426
+ return this.request("GET", "/api/v1/containers/quota");
3427
+ }
3428
+ createContainerCredentials(request = {}) {
3429
+ return this.request("POST", "/api/v1/containers/credentials", {
3430
+ json: request
3431
+ });
3432
+ }
3433
+ listAgents() {
3434
+ return this.request("GET", "/api/v1/eliza/agents");
3435
+ }
3436
+ createAgent(request) {
3437
+ return this.request("POST", "/api/v1/eliza/agents", {
3438
+ json: request
3439
+ });
3440
+ }
3441
+ getAgent(agentId) {
3442
+ return this.request("GET", `/api/v1/eliza/agents/${encodePathParam(agentId)}`);
3443
+ }
3444
+ updateAgent(agentId, request) {
3445
+ return this.request("PATCH", `/api/v1/eliza/agents/${encodePathParam(agentId)}`, { json: request });
3446
+ }
3447
+ deleteAgent(agentId) {
3448
+ return this.request("DELETE", `/api/v1/eliza/agents/${encodePathParam(agentId)}`);
3449
+ }
3450
+ provisionAgent(agentId) {
3451
+ return this.request("POST", `/api/v1/eliza/agents/${encodePathParam(agentId)}/provision`);
3452
+ }
3453
+ suspendAgent(agentId) {
3454
+ return this.request("POST", `/api/v1/eliza/agents/${encodePathParam(agentId)}/suspend`);
3455
+ }
3456
+ resumeAgent(agentId) {
3457
+ return this.request("POST", `/api/v1/eliza/agents/${encodePathParam(agentId)}/resume`);
3458
+ }
3459
+ createAgentSnapshot(agentId, snapshotType = "manual", metadata) {
3460
+ return this.request("POST", `/api/v1/eliza/agents/${encodePathParam(agentId)}/snapshot`, {
3461
+ json: { snapshotType, metadata }
3462
+ });
3463
+ }
3464
+ listAgentBackups(agentId) {
3465
+ return this.request("GET", `/api/v1/eliza/agents/${encodePathParam(agentId)}/backups`);
3466
+ }
3467
+ restoreAgentBackup(agentId, backupId) {
3468
+ return this.request("POST", `/api/v1/eliza/agents/${encodePathParam(agentId)}/restore`, {
3469
+ json: backupId ? { backupId } : {}
3470
+ });
3471
+ }
3472
+ getAgentPairingToken(agentId) {
3473
+ return this.request("POST", `/api/v1/eliza/agents/${encodePathParam(agentId)}/pairing-token`).then((response) => ("data" in response) ? response.data : response);
3474
+ }
3475
+ registerGatewayRelaySession(request) {
3476
+ return this.v1.post("/eliza/gateway-relay/sessions", request);
3477
+ }
3478
+ pollGatewayRelayRequest(sessionId, timeoutMs) {
3479
+ return this.v1.get(`/eliza/gateway-relay/sessions/${encodePathParam(sessionId)}/next`, { query: timeoutMs === undefined ? undefined : { timeoutMs } });
3480
+ }
3481
+ submitGatewayRelayResponse(sessionId, requestId, response) {
3482
+ return this.v1.post(`/eliza/gateway-relay/sessions/${encodePathParam(sessionId)}/responses`, {
3483
+ requestId,
3484
+ response
3485
+ });
3486
+ }
3487
+ disconnectGatewayRelaySession(sessionId) {
3488
+ return this.v1.delete(`/eliza/gateway-relay/sessions/${encodePathParam(sessionId)}`);
3489
+ }
3490
+ getJob(jobId) {
3491
+ return this.request("GET", `/api/v1/jobs/${encodePathParam(jobId)}`);
3492
+ }
3493
+ async pollJob(jobId, options = {}) {
3494
+ const timeoutMs = options.timeoutMs ?? 120000;
3495
+ const intervalMs = options.intervalMs ?? 2000;
3496
+ const deadline = Date.now() + timeoutMs;
3497
+ while (Date.now() < deadline) {
3498
+ const job = await this.getJob(jobId);
3499
+ if (job.status === "completed" || job.status === "failed") {
3500
+ return job;
3501
+ }
3502
+ await new Promise((resolve) => setTimeout(resolve, intervalMs));
3503
+ }
3504
+ throw new Error(`Timed out waiting for Eliza Cloud job ${jobId}`);
3505
+ }
3506
+ getUser() {
3507
+ return this.request("GET", "/api/v1/user");
3508
+ }
3509
+ updateUser(request) {
3510
+ return this.request("PATCH", "/api/v1/user", { json: request });
3511
+ }
3512
+ listApiKeys() {
3513
+ return this.request("GET", "/api/v1/api-keys");
3514
+ }
3515
+ createApiKey(request) {
3516
+ return this.request("POST", "/api/v1/api-keys", { json: request });
3517
+ }
3518
+ updateApiKey(apiKeyId, request) {
3519
+ return this.request("PATCH", `/api/v1/api-keys/${encodePathParam(apiKeyId)}`, {
3520
+ json: request
3521
+ });
3522
+ }
3523
+ deleteApiKey(apiKeyId) {
3524
+ return this.request("DELETE", `/api/v1/api-keys/${encodePathParam(apiKeyId)}`);
3525
+ }
3526
+ regenerateApiKey(apiKeyId) {
3527
+ return this.request("POST", `/api/v1/api-keys/${encodePathParam(apiKeyId)}/regenerate`);
3528
+ }
3529
+ listWorkflows(agentId) {
3530
+ return this.request("GET", `/api/v1/agents/${encodePathParam(agentId)}/workflows`);
3531
+ }
3532
+ createWorkflow(agentId, body) {
3533
+ return this.request("POST", `/api/v1/agents/${encodePathParam(agentId)}/workflows`, {
3534
+ json: body
3535
+ });
3536
+ }
3537
+ getWorkflow(agentId, workflowId) {
3538
+ return this.request("GET", `/api/v1/agents/${encodePathParam(agentId)}/workflows/${encodePathParam(workflowId)}`);
3539
+ }
3540
+ updateWorkflow(agentId, workflowId, body) {
3541
+ return this.request("PUT", `/api/v1/agents/${encodePathParam(agentId)}/workflows/${encodePathParam(workflowId)}`, { json: body });
3542
+ }
3543
+ deleteWorkflow(agentId, workflowId) {
3544
+ return this.request("DELETE", `/api/v1/agents/${encodePathParam(agentId)}/workflows/${encodePathParam(workflowId)}`);
3545
+ }
3546
+ runWorkflow(agentId, workflowId, body = {}) {
3547
+ return this.request("POST", `/api/v1/agents/${encodePathParam(agentId)}/workflows/${encodePathParam(workflowId)}/run`, { json: body });
3548
+ }
3549
+ getWorkflowExecution(agentId, executionId) {
3550
+ return this.request("GET", `/api/v1/agents/${encodePathParam(agentId)}/workflows/executions/${encodePathParam(executionId)}`);
3551
+ }
3552
+ }
3553
+ function createElizaCloudClient(options) {
3554
+ return new ElizaCloudClient(options);
3555
+ }
3556
+ export {
3557
+ createElizaCloudClient,
3558
+ ElizaCloudClient
3559
+ };
3560
+
3561
+ //# debugId=FA636C0B7DB8987864756E2164756E21