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

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