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