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