@elizaos/plugin-elizacloud 2.0.0-beta.1 → 2.0.11-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -44
- package/auto-enable.ts +10 -5
- package/dist/browser/index.browser.js +2 -2
- package/dist/browser/index.browser.js.map +4 -4
- package/dist/cjs/index.node.cjs +2874 -5915
- package/dist/cjs/index.node.js.map +47 -116
- package/dist/cloud/auth-service-types.d.ts +8 -0
- package/dist/cloud/auth-service-types.d.ts.map +1 -0
- package/dist/cloud/auth-service-types.js +36 -0
- package/dist/cloud/auth-service-types.js.map +10 -0
- package/dist/cloud/auth.js +4 -51
- package/dist/cloud/auth.js.map +4 -4
- package/dist/cloud/base-url.d.ts +6 -2
- package/dist/cloud/base-url.d.ts.map +1 -1
- package/dist/cloud/base-url.js +3 -51
- package/dist/cloud/base-url.js.map +3 -3
- package/dist/cloud/bridge-client.d.ts +3 -3
- package/dist/cloud/bridge-client.d.ts.map +1 -1
- package/dist/cloud/bridge-client.js +3 -51
- package/dist/cloud/bridge-client.js.map +3 -3
- package/dist/cloud/clack-observer.d.ts +35 -0
- package/dist/cloud/clack-observer.d.ts.map +1 -0
- package/dist/cloud/clack-observer.js +143 -0
- package/dist/cloud/clack-observer.js.map +10 -0
- package/dist/cloud/cloud-manager.js +45 -92
- package/dist/cloud/cloud-manager.js.map +6 -6
- package/dist/cloud/cloud-wallet.js +2 -4835
- package/dist/cloud/cloud-wallet.js.map +3 -82
- package/dist/cloud/duffel-client.d.ts +181 -0
- package/dist/cloud/duffel-client.d.ts.map +1 -0
- package/dist/cloud/duffel-client.js +506 -0
- package/dist/cloud/duffel-client.js.map +11 -0
- package/dist/cloud/index.d.ts +6 -0
- package/dist/cloud/index.d.ts.map +1 -1
- package/dist/cloud/index.js +1782 -1
- package/dist/cloud/index.js.map +18 -3
- package/dist/cloud/lifeops-schedule-sync-client.d.ts +43 -0
- package/dist/cloud/lifeops-schedule-sync-client.d.ts.map +1 -0
- package/dist/cloud/lifeops-schedule-sync-client.js +180 -0
- package/dist/cloud/lifeops-schedule-sync-client.js.map +11 -0
- package/dist/cloud/lifeops-schedule-sync-contracts.d.ts +89 -0
- package/dist/cloud/lifeops-schedule-sync-contracts.d.ts.map +1 -0
- package/dist/cloud/lifeops-schedule-sync-contracts.js +39 -0
- package/dist/cloud/lifeops-schedule-sync-contracts.js.map +10 -0
- package/dist/cloud/managed-payment-clients.d.ts +166 -0
- package/dist/cloud/managed-payment-clients.d.ts.map +1 -0
- package/dist/cloud/managed-payment-clients.js +238 -0
- package/dist/cloud/managed-payment-clients.js.map +11 -0
- package/dist/cloud/null-observer.d.ts +35 -0
- package/dist/cloud/null-observer.d.ts.map +1 -0
- package/dist/cloud/null-observer.js +45 -0
- package/dist/cloud/null-observer.js.map +10 -0
- package/dist/cloud/setup-observer.d.ts +98 -0
- package/dist/cloud/setup-observer.d.ts.map +1 -0
- package/dist/cloud/setup-observer.js +2 -0
- package/dist/cloud/setup-observer.js.map +9 -0
- package/dist/cloud/validate-url.d.ts.map +1 -1
- package/dist/cloud/validate-url.js +2 -1
- package/dist/cloud/validate-url.js.map +3 -3
- package/dist/cloud/x402-payment-handler.d.ts +85 -0
- package/dist/cloud/x402-payment-handler.d.ts.map +1 -0
- package/dist/cloud/x402-payment-handler.js +119 -0
- package/dist/cloud/x402-payment-handler.js.map +10 -0
- package/dist/cloud-setup.d.ts +36 -0
- package/dist/cloud-setup.d.ts.map +1 -0
- package/dist/{onboarding.js → cloud-setup.js} +139 -139
- package/dist/cloud-setup.js.map +14 -0
- package/dist/cloud-voice-catalog.d.ts +65 -0
- package/dist/cloud-voice-catalog.d.ts.map +1 -0
- package/dist/cloud-voice-catalog.js +278 -0
- package/dist/cloud-voice-catalog.js.map +12 -0
- package/dist/index.browser.d.ts +11 -0
- package/dist/index.browser.d.ts.map +1 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5416 -8405
- package/dist/index.js.map +48 -116
- package/dist/index.node.d.ts +8 -1
- package/dist/index.node.d.ts.map +1 -1
- package/dist/init.js +17 -4
- package/dist/init.js.map +4 -4
- package/dist/lib/cloud-connection.d.ts +0 -1
- package/dist/lib/cloud-connection.d.ts.map +1 -1
- package/dist/lib/cloud-connection.js +14 -91
- package/dist/lib/cloud-connection.js.map +7 -7
- package/dist/lib/cloud-secrets.d.ts +5 -18
- package/dist/lib/cloud-secrets.d.ts.map +1 -1
- package/dist/lib/cloud-secrets.js +8 -36
- package/dist/lib/cloud-secrets.js.map +3 -3
- package/dist/lib/config-like.d.ts +1 -1
- package/dist/lib/config-like.d.ts.map +1 -1
- package/dist/lib/config-like.js +3 -3
- package/dist/lib/config-like.js.map +3 -3
- package/dist/lib/credential-type-map.d.ts +1 -1
- package/dist/lib/credential-type-map.js.map +1 -1
- package/dist/lib/http.d.ts +0 -11
- package/dist/lib/http.d.ts.map +1 -1
- package/dist/lib/http.js.map +2 -2
- package/dist/lib/server-cloud-tts.d.ts +12 -25
- package/dist/lib/server-cloud-tts.d.ts.map +1 -1
- package/dist/lib/server-cloud-tts.js +31 -329
- package/dist/lib/server-cloud-tts.js.map +4 -7
- package/dist/lib/tts-debug.d.ts +5 -3
- package/dist/lib/tts-debug.d.ts.map +1 -1
- package/dist/lib/tts-debug.js +1 -34
- package/dist/lib/tts-debug.js.map +3 -4
- package/dist/models/embeddings.d.ts.map +1 -1
- package/dist/models/embeddings.js +79 -69
- package/dist/models/embeddings.js.map +6 -6
- package/dist/models/image.d.ts.map +1 -1
- package/dist/models/image.js +42 -15
- package/dist/models/image.js.map +6 -6
- package/dist/models/index.js +676 -166
- package/dist/models/index.js.map +11 -12
- package/dist/models/research.d.ts.map +1 -1
- package/dist/models/research.js +24 -7
- package/dist/models/research.js.map +6 -6
- package/dist/models/speech.d.ts +61 -3
- package/dist/models/speech.d.ts.map +1 -1
- package/dist/models/speech.js +173 -17
- package/dist/models/speech.js.map +5 -5
- package/dist/models/text.d.ts +106 -1
- package/dist/models/text.d.ts.map +1 -1
- package/dist/models/text.js +452 -82
- package/dist/models/text.js.map +7 -8
- package/dist/models/tokenization.d.ts.map +1 -1
- package/dist/models/tokenization.js.map +2 -2
- package/dist/models/transcription.d.ts.map +1 -1
- package/dist/models/transcription.js +20 -6
- package/dist/models/transcription.js.map +5 -5
- package/dist/node/index.node.js +2828 -5838
- package/dist/node/index.node.js.map +47 -116
- package/dist/plugin.d.ts.map +1 -1
- package/dist/plugin.js +376 -5050
- package/dist/plugin.js.map +16 -92
- package/dist/providers/openai.js +11 -2
- package/dist/providers/openai.js.map +3 -3
- package/dist/register-routes.js +376 -5050
- package/dist/register-routes.js.map +16 -92
- package/dist/routes/cloud-billing-routes.d.ts.map +1 -1
- package/dist/routes/cloud-billing-routes.js +17 -60
- package/dist/routes/cloud-billing-routes.js.map +8 -7
- package/dist/routes/cloud-coding-container-routes.d.ts +8 -0
- package/dist/routes/cloud-coding-container-routes.d.ts.map +1 -0
- package/dist/routes/cloud-coding-container-routes.js +214 -0
- package/dist/routes/cloud-coding-container-routes.js.map +11 -0
- package/dist/routes/cloud-compat-routes.d.ts.map +1 -1
- package/dist/routes/cloud-compat-routes.js +17 -60
- package/dist/routes/cloud-compat-routes.js.map +8 -7
- package/dist/routes/cloud-features-routes.js +2 -2
- package/dist/routes/cloud-features-routes.js.map +4 -4
- package/dist/routes/cloud-relay-routes.d.ts +2 -1
- package/dist/routes/cloud-relay-routes.d.ts.map +1 -1
- package/dist/routes/cloud-relay-routes.js +84 -2
- package/dist/routes/cloud-relay-routes.js.map +5 -4
- package/dist/routes/cloud-routes-autonomous.d.ts +3 -4
- package/dist/routes/cloud-routes-autonomous.d.ts.map +1 -1
- package/dist/routes/cloud-routes-autonomous.js +11 -4893
- package/dist/routes/cloud-routes-autonomous.js.map +8 -87
- package/dist/routes/cloud-routes.d.ts +2 -2
- package/dist/routes/cloud-routes.d.ts.map +1 -1
- package/dist/routes/cloud-routes.js +343 -5058
- package/dist/routes/cloud-routes.js.map +13 -90
- package/dist/routes/cloud-status-routes-autonomous.d.ts +1 -2
- package/dist/routes/cloud-status-routes-autonomous.d.ts.map +1 -1
- package/dist/routes/cloud-status-routes-autonomous.js +4 -51
- package/dist/routes/cloud-status-routes-autonomous.js.map +5 -5
- package/dist/routes/cloud-status-routes.js +14 -90
- package/dist/routes/cloud-status-routes.js.map +7 -7
- package/dist/routes/home-remote-runner-access-url.d.ts +16 -0
- package/dist/routes/home-remote-runner-access-url.d.ts.map +1 -0
- package/dist/routes/home-remote-runner-access-url.js +91 -0
- package/dist/routes/home-remote-runner-access-url.js.map +10 -0
- package/dist/routes/travel-provider-relay-routes.d.ts +9 -0
- package/dist/routes/travel-provider-relay-routes.d.ts.map +1 -0
- package/dist/routes/travel-provider-relay-routes.js +358 -0
- package/dist/routes/travel-provider-relay-routes.js.map +14 -0
- package/dist/services/cloud-auth.d.ts +1 -1
- package/dist/services/cloud-auth.d.ts.map +1 -1
- package/dist/services/cloud-auth.js +7 -2
- package/dist/services/cloud-auth.js.map +4 -4
- package/dist/services/cloud-backup.js.map +2 -2
- package/dist/services/cloud-bootstrap.d.ts.map +1 -1
- package/dist/services/cloud-bootstrap.js.map +2 -2
- package/dist/services/cloud-bridge.js.map +3 -3
- package/dist/services/cloud-container.d.ts +5 -1
- package/dist/services/cloud-container.d.ts.map +1 -1
- package/dist/services/cloud-container.js +52 -1
- package/dist/services/cloud-container.js.map +4 -4
- package/dist/services/cloud-credential-provider.js.map +2 -2
- package/dist/services/cloud-model-registry.js.map +2 -2
- package/dist/types/cloud.d.ts +1 -0
- package/dist/types/cloud.d.ts.map +1 -1
- package/dist/types/cloud.js.map +2 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/cloud-sdk/client.d.ts.map +1 -1
- package/dist/utils/cloud-sdk/client.js +136 -4
- package/dist/utils/cloud-sdk/client.js.map +5 -5
- package/dist/utils/cloud-sdk/http.js.map +1 -1
- package/dist/utils/cloud-sdk/public-routes.d.ts +186 -0
- package/dist/utils/cloud-sdk/public-routes.d.ts.map +1 -1
- package/dist/utils/cloud-sdk/public-routes.js +99 -1
- package/dist/utils/cloud-sdk/public-routes.js.map +3 -3
- package/dist/utils/cloud-sdk/types.d.ts +0 -2
- package/dist/utils/cloud-sdk/types.d.ts.map +1 -1
- package/dist/utils/cloud-sdk/types.js.map +1 -1
- package/dist/utils/config.d.ts +10 -1
- package/dist/utils/config.d.ts.map +1 -1
- package/dist/utils/config.js +12 -2
- package/dist/utils/config.js.map +3 -3
- package/dist/utils/events.d.ts +23 -2
- package/dist/utils/events.d.ts.map +1 -1
- package/dist/utils/events.js +5 -3
- package/dist/utils/events.js.map +3 -3
- package/dist/utils/sdk-client.d.ts.map +1 -1
- package/dist/utils/sdk-client.js +17 -4
- package/dist/utils/sdk-client.js.map +4 -4
- package/dist/utils/waifu-metering.d.ts +108 -0
- package/dist/utils/waifu-metering.d.ts.map +1 -0
- package/dist/utils/waifu-metering.js +166 -0
- package/dist/utils/waifu-metering.js.map +10 -0
- package/package.json +51 -22
- package/src/cloud/auth-service-types.ts +24 -0
- package/src/cloud/base-url.ts +6 -62
- package/src/cloud/clack-observer.ts +189 -0
- package/src/cloud/duffel-client.ts +847 -0
- package/src/cloud/index.ts +10 -0
- package/src/cloud/lifeops-schedule-sync-client.ts +245 -0
- package/src/cloud/lifeops-schedule-sync-contracts.ts +124 -0
- package/src/cloud/managed-payment-clients.ts +374 -0
- package/src/cloud/null-observer.ts +45 -0
- package/src/cloud/setup-observer.ts +125 -0
- package/src/cloud/validate-url.ts +7 -1
- package/src/cloud/x402-payment-handler.ts +215 -0
- package/src/cloud-setup.ts +531 -0
- package/src/cloud-voice-catalog.test.ts +254 -0
- package/src/cloud-voice-catalog.ts +246 -0
- package/src/index.browser.ts +29 -0
- package/src/index.node.ts +31 -1
- package/src/index.ts +76 -4
- package/src/lib/cloud-connection.ts +2 -4
- package/src/lib/cloud-secrets.ts +10 -54
- package/src/lib/config-like.ts +1 -1
- package/src/lib/credential-type-map.ts +2 -2
- package/src/lib/http.ts +0 -17
- package/src/lib/server-cloud-tts.ts +33 -341
- package/src/lib/tts-debug.ts +5 -34
- package/src/models/embeddings.ts +140 -76
- package/src/models/image.ts +29 -14
- package/src/models/research.ts +11 -1
- package/src/models/speech.ts +269 -23
- package/src/models/text.ts +704 -110
- package/src/models/tokenization.ts +2 -2
- package/src/models/transcription.ts +7 -3
- package/src/plugin.ts +38 -0
- package/src/routes/cloud-billing-routes.ts +4 -14
- package/src/routes/cloud-coding-container-routes.ts +198 -0
- package/src/routes/cloud-compat-routes.ts +4 -14
- package/src/routes/cloud-features-routes.ts +1 -1
- package/src/routes/cloud-relay-routes.ts +47 -1
- package/src/routes/cloud-routes-autonomous.ts +7 -10
- package/src/routes/cloud-routes.ts +68 -7
- package/src/routes/cloud-status-routes-autonomous.ts +6 -2
- package/src/routes/home-remote-runner-access-url.ts +83 -0
- package/src/routes/travel-provider-relay-routes.ts +193 -0
- package/src/services/cloud-auth.ts +9 -2
- package/src/services/cloud-bootstrap.ts +1 -3
- package/src/services/cloud-bridge.ts +1 -1
- package/src/services/cloud-container.ts +93 -0
- package/src/services/cloud-credential-provider.ts +1 -1
- package/src/services/cloud-model-registry.ts +1 -1
- package/src/types/cloud.ts +22 -0
- package/src/types/index.ts +19 -0
- package/src/utils/cloud-sdk/client.ts +42 -3
- package/src/utils/cloud-sdk/public-routes.ts +168 -0
- package/src/utils/cloud-sdk/types.ts +0 -2
- package/src/utils/config.ts +20 -1
- package/src/utils/events.ts +30 -2
- package/src/utils/sdk-client.ts +5 -1
- package/src/utils/waifu-metering.ts +302 -0
- package/dist/onboarding.d.ts +0 -35
- package/dist/onboarding.d.ts.map +0 -1
- package/dist/onboarding.js.map +0 -14
- package/src/onboarding.ts +0 -396
|
@@ -21,6 +21,7 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
21
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
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
23
|
"DELETE /api/v1/advertising/campaigns/{id}": { method: "DELETE", path: "/api/v1/advertising/campaigns/{id}", methodName: "deleteApiV1AdvertisingCampaignsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/route.ts" },
|
|
24
|
+
"DELETE /api/v1/advertising/creatives/{id}": { method: "DELETE", path: "/api/v1/advertising/creatives/{id}", methodName: "deleteApiV1AdvertisingCreativesById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/creatives/[id]/route.ts" },
|
|
24
25
|
"DELETE /api/v1/agents/{agentId}/publish": { method: "DELETE", path: "/api/v1/agents/{agentId}/publish", methodName: "deleteApiV1AgentsByAgentIdPublish", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/publish/route.ts" },
|
|
25
26
|
"DELETE /api/v1/agents/{agentId}/workflows/{workflowId}": { method: "DELETE", path: "/api/v1/agents/{agentId}/workflows/{workflowId}", methodName: "deleteApiV1AgentsByAgentIdWorkflowsByWorkflowId", responseMode: "json", pathParams: ["agentId", "workflowId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/workflows/[workflowId]/route.ts" },
|
|
26
27
|
"DELETE /api/v1/api-keys/{id}": { method: "DELETE", path: "/api/v1/api-keys/{id}", methodName: "deleteApiV1ApiKeysById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/api-keys/[id]/route.ts" },
|
|
@@ -65,10 +66,12 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
65
66
|
"GET /api/elevenlabs/voices/verify/{id}": { method: "GET", path: "/api/elevenlabs/voices/verify/{id}", methodName: "getApiElevenlabsVoicesVerifyById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/verify/[id]/route.ts" },
|
|
66
67
|
"GET /api/v1/advertising/accounts": { method: "GET", path: "/api/v1/advertising/accounts", methodName: "getApiV1AdvertisingAccounts", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/route.ts" },
|
|
67
68
|
"GET /api/v1/advertising/accounts/{id}": { method: "GET", path: "/api/v1/advertising/accounts/{id}", methodName: "getApiV1AdvertisingAccountsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/[id]/route.ts" },
|
|
69
|
+
"GET /api/v1/advertising/accounts/{id}/media": { method: "GET", path: "/api/v1/advertising/accounts/{id}/media", methodName: "getApiV1AdvertisingAccountsByIdMedia", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/[id]/media/route.ts" },
|
|
68
70
|
"GET /api/v1/advertising/campaigns": { method: "GET", path: "/api/v1/advertising/campaigns", methodName: "getApiV1AdvertisingCampaigns", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/route.ts" },
|
|
69
71
|
"GET /api/v1/advertising/campaigns/{id}": { method: "GET", path: "/api/v1/advertising/campaigns/{id}", methodName: "getApiV1AdvertisingCampaignsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/route.ts" },
|
|
70
72
|
"GET /api/v1/advertising/campaigns/{id}/analytics": { method: "GET", path: "/api/v1/advertising/campaigns/{id}/analytics", methodName: "getApiV1AdvertisingCampaignsByIdAnalytics", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/analytics/route.ts" },
|
|
71
73
|
"GET /api/v1/advertising/campaigns/{id}/creatives": { method: "GET", path: "/api/v1/advertising/campaigns/{id}/creatives", methodName: "getApiV1AdvertisingCampaignsByIdCreatives", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/creatives/route.ts" },
|
|
74
|
+
"GET /api/v1/advertising/creatives/{id}": { method: "GET", path: "/api/v1/advertising/creatives/{id}", methodName: "getApiV1AdvertisingCreativesById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/creatives/[id]/route.ts" },
|
|
72
75
|
"GET /api/v1/affiliates": { method: "GET", path: "/api/v1/affiliates", methodName: "getApiV1Affiliates", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/affiliates/route.ts" },
|
|
73
76
|
"GET /api/v1/agents/{agentId}": { method: "GET", path: "/api/v1/agents/{agentId}", methodName: "getApiV1AgentsByAgentId", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/route.ts" },
|
|
74
77
|
"GET /api/v1/agents/{agentId}/logs": { method: "GET", path: "/api/v1/agents/{agentId}/logs", methodName: "getApiV1AgentsByAgentIdLogs", responseMode: "json", pathParams: ["agentId"], catchAllPathParams: [], file: "apps/api/v1/agents/[agentId]/logs/route.ts" },
|
|
@@ -199,6 +202,8 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
199
202
|
"GET /api/v1/oauth/providers": { method: "GET", path: "/api/v1/oauth/providers", methodName: "getApiV1OauthProviders", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/providers/route.ts" },
|
|
200
203
|
"GET /api/v1/oauth/status": { method: "GET", path: "/api/v1/oauth/status", methodName: "getApiV1OauthStatus", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/status/route.ts" },
|
|
201
204
|
"GET /api/v1/oauth/token/{platform}": { method: "GET", path: "/api/v1/oauth/token/{platform}", methodName: "getApiV1OauthTokenByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/oauth/token/[platform]/route.ts" },
|
|
205
|
+
"GET /api/v1/payment-requests": { method: "GET", path: "/api/v1/payment-requests", methodName: "getApiV1PaymentRequests", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/payment-requests/route.ts" },
|
|
206
|
+
"GET /api/v1/payment-requests/{id}": { method: "GET", path: "/api/v1/payment-requests/{id}", methodName: "getApiV1PaymentRequestsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/payment-requests/[id]/route.ts" },
|
|
202
207
|
"GET /api/v1/pricing/summary": { method: "GET", path: "/api/v1/pricing/summary", methodName: "getApiV1PricingSummary", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/pricing/summary/route.ts" },
|
|
203
208
|
"GET /api/v1/proxy/birdeye/{path}": { method: "GET", path: "/api/v1/proxy/birdeye/{path}", methodName: "getApiV1ProxyBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/proxy/birdeye/[...path]/route.ts" },
|
|
204
209
|
"GET /api/v1/redemptions": { method: "GET", path: "/api/v1/redemptions", methodName: "getApiV1Redemptions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/redemptions/route.ts" },
|
|
@@ -238,6 +243,7 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
238
243
|
"GET /api/v1/x402/requests/{id}": { method: "GET", path: "/api/v1/x402/requests/{id}", methodName: "getApiV1X402RequestsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/x402/requests/[id]/route.ts" },
|
|
239
244
|
"PATCH /api/elevenlabs/voices/{id}": { method: "PATCH", path: "/api/elevenlabs/voices/{id}", methodName: "patchApiElevenlabsVoicesById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/[id]/route.ts" },
|
|
240
245
|
"PATCH /api/v1/advertising/campaigns/{id}": { method: "PATCH", path: "/api/v1/advertising/campaigns/{id}", methodName: "patchApiV1AdvertisingCampaignsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/route.ts" },
|
|
246
|
+
"PATCH /api/v1/advertising/creatives/{id}": { method: "PATCH", path: "/api/v1/advertising/creatives/{id}", methodName: "patchApiV1AdvertisingCreativesById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/creatives/[id]/route.ts" },
|
|
241
247
|
"PATCH /api/v1/api-keys/{id}": { method: "PATCH", path: "/api/v1/api-keys/{id}", methodName: "patchApiV1ApiKeysById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/api-keys/[id]/route.ts" },
|
|
242
248
|
"PATCH /api/v1/apps/{id}": { method: "PATCH", path: "/api/v1/apps/{id}", methodName: "patchApiV1AppsById", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/route.ts" },
|
|
243
249
|
"PATCH /api/v1/apps/{id}/domains/{domain}/dns/{recordId}": { method: "PATCH", path: "/api/v1/apps/{id}/domains/{domain}/dns/{recordId}", methodName: "patchApiV1AppsByIdDomainsByDomainDnsByRecordId", responseMode: "json", pathParams: ["id", "domain", "recordId"], catchAllPathParams: [], file: "apps/api/v1/apps/[id]/domains/[domain]/dns/[recordId]/route.ts" },
|
|
@@ -258,6 +264,7 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
258
264
|
"POST /api/elevenlabs/tts": { method: "POST", path: "/api/elevenlabs/tts", methodName: "postApiElevenlabsTts", responseMode: "binary", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/tts/route.ts" },
|
|
259
265
|
"POST /api/elevenlabs/voices/clone": { method: "POST", path: "/api/elevenlabs/voices/clone", methodName: "postApiElevenlabsVoicesClone", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/elevenlabs/voices/clone/route.ts" },
|
|
260
266
|
"POST /api/v1/advertising/accounts": { method: "POST", path: "/api/v1/advertising/accounts", methodName: "postApiV1AdvertisingAccounts", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/route.ts" },
|
|
267
|
+
"POST /api/v1/advertising/accounts/{id}/media": { method: "POST", path: "/api/v1/advertising/accounts/{id}/media", methodName: "postApiV1AdvertisingAccountsByIdMedia", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/[id]/media/route.ts" },
|
|
261
268
|
"POST /api/v1/advertising/accounts/discover": { method: "POST", path: "/api/v1/advertising/accounts/discover", methodName: "postApiV1AdvertisingAccountsDiscover", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/accounts/discover/route.ts" },
|
|
262
269
|
"POST /api/v1/advertising/campaigns": { method: "POST", path: "/api/v1/advertising/campaigns", methodName: "postApiV1AdvertisingCampaigns", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/route.ts" },
|
|
263
270
|
"POST /api/v1/advertising/campaigns/{id}/creatives": { method: "POST", path: "/api/v1/advertising/campaigns/{id}/creatives", methodName: "postApiV1AdvertisingCampaignsByIdCreatives", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/advertising/campaigns/[id]/creatives/route.ts" },
|
|
@@ -311,6 +318,9 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
311
318
|
"POST /api/v1/browser/sessions/{id}/navigate": { method: "POST", path: "/api/v1/browser/sessions/{id}/navigate", methodName: "postApiV1BrowserSessionsByIdNavigate", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/browser/sessions/[id]/navigate/route.ts" },
|
|
312
319
|
"POST /api/v1/chat": { method: "POST", path: "/api/v1/chat", methodName: "postApiV1Chat", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/chat/route.ts" },
|
|
313
320
|
"POST /api/v1/chat/completions": { method: "POST", path: "/api/v1/chat/completions", methodName: "postApiV1ChatCompletions", responseMode: "mixed", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/chat/completions/route.ts" },
|
|
321
|
+
"POST /api/v1/coding-containers": { method: "POST", path: "/api/v1/coding-containers", methodName: "postApiV1CodingContainers", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/coding-containers/route.ts" },
|
|
322
|
+
"POST /api/v1/coding-containers/{containerId}/sync": { method: "POST", path: "/api/v1/coding-containers/{containerId}/sync", methodName: "postApiV1CodingContainersByContainerIdSync", responseMode: "json", pathParams: ["containerId"], catchAllPathParams: [], file: "apps/api/v1/coding-containers/[containerId]/sync/route.ts" },
|
|
323
|
+
"POST /api/v1/coding-containers/promotions": { method: "POST", path: "/api/v1/coding-containers/promotions", methodName: "postApiV1CodingContainersPromotions", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/coding-containers/promotions/route.ts" },
|
|
314
324
|
"POST /api/v1/connections/{platform}": { method: "POST", path: "/api/v1/connections/{platform}", methodName: "postApiV1ConnectionsByPlatform", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/connections/[platform]/route.ts" },
|
|
315
325
|
"POST /api/v1/containers": { method: "POST", path: "/api/v1/containers", methodName: "postApiV1Containers", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/containers/route.ts" },
|
|
316
326
|
"POST /api/v1/containers/credentials": { method: "POST", path: "/api/v1/containers/credentials", methodName: "postApiV1ContainersCredentials", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/containers/credentials/route.ts" },
|
|
@@ -368,6 +378,9 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
368
378
|
"POST /api/v1/oauth/{platform}/initiate": { method: "POST", path: "/api/v1/oauth/{platform}/initiate", methodName: "postApiV1OauthByPlatformInitiate", responseMode: "json", pathParams: ["platform"], catchAllPathParams: [], file: "apps/api/v1/oauth/[platform]/initiate/route.ts" },
|
|
369
379
|
"POST /api/v1/oauth/connect": { method: "POST", path: "/api/v1/oauth/connect", methodName: "postApiV1OauthConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/connect/route.ts" },
|
|
370
380
|
"POST /api/v1/oauth/initiate": { method: "POST", path: "/api/v1/oauth/initiate", methodName: "postApiV1OauthInitiate", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/oauth/initiate/route.ts" },
|
|
381
|
+
"POST /api/v1/payment-requests": { method: "POST", path: "/api/v1/payment-requests", methodName: "postApiV1PaymentRequests", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/payment-requests/route.ts" },
|
|
382
|
+
"POST /api/v1/payment-requests/{id}/cancel": { method: "POST", path: "/api/v1/payment-requests/{id}/cancel", methodName: "postApiV1PaymentRequestsByIdCancel", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/payment-requests/[id]/cancel/route.ts" },
|
|
383
|
+
"POST /api/v1/payment-requests/{id}/expire": { method: "POST", path: "/api/v1/payment-requests/{id}/expire", methodName: "postApiV1PaymentRequestsByIdExpire", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/payment-requests/[id]/expire/route.ts" },
|
|
371
384
|
"POST /api/v1/proxy/birdeye/{path}": { method: "POST", path: "/api/v1/proxy/birdeye/{path}", methodName: "postApiV1ProxyBirdeyeByPath", responseMode: "json", pathParams: ["path"], catchAllPathParams: ["path"], file: "apps/api/v1/proxy/birdeye/[...path]/route.ts" },
|
|
372
385
|
"POST /api/v1/proxy/evm-rpc/{chain}": { method: "POST", path: "/api/v1/proxy/evm-rpc/{chain}", methodName: "postApiV1ProxyEvmRpcByChain", responseMode: "json", pathParams: ["chain"], catchAllPathParams: [], file: "apps/api/v1/proxy/evm-rpc/[chain]/route.ts" },
|
|
373
386
|
"POST /api/v1/proxy/solana-rpc": { method: "POST", path: "/api/v1/proxy/solana-rpc", methodName: "postApiV1ProxySolanaRpc", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/proxy/solana-rpc/route.ts" },
|
|
@@ -385,6 +398,7 @@ var ELIZA_CLOUD_PUBLIC_ENDPOINTS = {
|
|
|
385
398
|
"POST /api/v1/sensitive-requests/{id}/submit": { method: "POST", path: "/api/v1/sensitive-requests/{id}/submit", methodName: "postApiV1SensitiveRequestsByIdSubmit", responseMode: "json", pathParams: ["id"], catchAllPathParams: [], file: "apps/api/v1/sensitive-requests/[id]/submit/route.ts" },
|
|
386
399
|
"POST /api/v1/solana/rpc": { method: "POST", path: "/api/v1/solana/rpc", methodName: "postApiV1SolanaRpc", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/solana/rpc/route.ts" },
|
|
387
400
|
"POST /api/v1/steward/tenants": { method: "POST", path: "/api/v1/steward/tenants", methodName: "postApiV1StewardTenants", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/steward/tenants/route.ts" },
|
|
401
|
+
"POST /api/v1/stripe/checkout": { method: "POST", path: "/api/v1/stripe/checkout", methodName: "postApiV1StripeCheckout", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/stripe/checkout/route.ts" },
|
|
388
402
|
"POST /api/v1/telegram/connect": { method: "POST", path: "/api/v1/telegram/connect", methodName: "postApiV1TelegramConnect", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/connect/route.ts" },
|
|
389
403
|
"POST /api/v1/telegram/scan-chats": { method: "POST", path: "/api/v1/telegram/scan-chats", methodName: "postApiV1TelegramScanChats", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/telegram/scan-chats/route.ts" },
|
|
390
404
|
"POST /api/v1/topup/10": { method: "POST", path: "/api/v1/topup/10", methodName: "postApiV1Topup10", responseMode: "json", pathParams: [], catchAllPathParams: [], file: "apps/api/v1/topup/10/route.ts" },
|
|
@@ -490,6 +504,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
490
504
|
deleteApiV1AdvertisingCampaignsById(options) {
|
|
491
505
|
return this.call("DELETE /api/v1/advertising/campaigns/{id}", options);
|
|
492
506
|
}
|
|
507
|
+
deleteApiV1AdvertisingCreativesById(options) {
|
|
508
|
+
return this.call("DELETE /api/v1/advertising/creatives/{id}", options);
|
|
509
|
+
}
|
|
493
510
|
deleteApiV1AgentsByAgentIdPublish(options) {
|
|
494
511
|
return this.call("DELETE /api/v1/agents/{agentId}/publish", options);
|
|
495
512
|
}
|
|
@@ -622,6 +639,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
622
639
|
getApiV1AdvertisingAccountsById(options) {
|
|
623
640
|
return this.call("GET /api/v1/advertising/accounts/{id}", options);
|
|
624
641
|
}
|
|
642
|
+
getApiV1AdvertisingAccountsByIdMedia(options) {
|
|
643
|
+
return this.call("GET /api/v1/advertising/accounts/{id}/media", options);
|
|
644
|
+
}
|
|
625
645
|
getApiV1AdvertisingCampaigns(options = {}) {
|
|
626
646
|
return this.call("GET /api/v1/advertising/campaigns", options);
|
|
627
647
|
}
|
|
@@ -634,6 +654,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
634
654
|
getApiV1AdvertisingCampaignsByIdCreatives(options) {
|
|
635
655
|
return this.call("GET /api/v1/advertising/campaigns/{id}/creatives", options);
|
|
636
656
|
}
|
|
657
|
+
getApiV1AdvertisingCreativesById(options) {
|
|
658
|
+
return this.call("GET /api/v1/advertising/creatives/{id}", options);
|
|
659
|
+
}
|
|
637
660
|
getApiV1Affiliates(options = {}) {
|
|
638
661
|
return this.call("GET /api/v1/affiliates", options);
|
|
639
662
|
}
|
|
@@ -1024,6 +1047,12 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1024
1047
|
getApiV1OauthTokenByPlatform(options) {
|
|
1025
1048
|
return this.call("GET /api/v1/oauth/token/{platform}", options);
|
|
1026
1049
|
}
|
|
1050
|
+
getApiV1PaymentRequests(options = {}) {
|
|
1051
|
+
return this.call("GET /api/v1/payment-requests", options);
|
|
1052
|
+
}
|
|
1053
|
+
getApiV1PaymentRequestsById(options) {
|
|
1054
|
+
return this.call("GET /api/v1/payment-requests/{id}", options);
|
|
1055
|
+
}
|
|
1027
1056
|
getApiV1PricingSummary(options = {}) {
|
|
1028
1057
|
return this.call("GET /api/v1/pricing/summary", options);
|
|
1029
1058
|
}
|
|
@@ -1141,6 +1170,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1141
1170
|
patchApiV1AdvertisingCampaignsById(options) {
|
|
1142
1171
|
return this.call("PATCH /api/v1/advertising/campaigns/{id}", options);
|
|
1143
1172
|
}
|
|
1173
|
+
patchApiV1AdvertisingCreativesById(options) {
|
|
1174
|
+
return this.call("PATCH /api/v1/advertising/creatives/{id}", options);
|
|
1175
|
+
}
|
|
1144
1176
|
patchApiV1ApiKeysById(options) {
|
|
1145
1177
|
return this.call("PATCH /api/v1/api-keys/{id}", options);
|
|
1146
1178
|
}
|
|
@@ -1201,6 +1233,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1201
1233
|
postApiV1AdvertisingAccounts(options = {}) {
|
|
1202
1234
|
return this.call("POST /api/v1/advertising/accounts", options);
|
|
1203
1235
|
}
|
|
1236
|
+
postApiV1AdvertisingAccountsByIdMedia(options) {
|
|
1237
|
+
return this.call("POST /api/v1/advertising/accounts/{id}/media", options);
|
|
1238
|
+
}
|
|
1204
1239
|
postApiV1AdvertisingAccountsDiscover(options = {}) {
|
|
1205
1240
|
return this.call("POST /api/v1/advertising/accounts/discover", options);
|
|
1206
1241
|
}
|
|
@@ -1360,6 +1395,15 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1360
1395
|
postApiV1ChatCompletions(options = {}) {
|
|
1361
1396
|
return this.call("POST /api/v1/chat/completions", options);
|
|
1362
1397
|
}
|
|
1398
|
+
postApiV1CodingContainers(options = {}) {
|
|
1399
|
+
return this.call("POST /api/v1/coding-containers", options);
|
|
1400
|
+
}
|
|
1401
|
+
postApiV1CodingContainersByContainerIdSync(options) {
|
|
1402
|
+
return this.call("POST /api/v1/coding-containers/{containerId}/sync", options);
|
|
1403
|
+
}
|
|
1404
|
+
postApiV1CodingContainersPromotions(options = {}) {
|
|
1405
|
+
return this.call("POST /api/v1/coding-containers/promotions", options);
|
|
1406
|
+
}
|
|
1363
1407
|
postApiV1ConnectionsByPlatform(options) {
|
|
1364
1408
|
return this.call("POST /api/v1/connections/{platform}", options);
|
|
1365
1409
|
}
|
|
@@ -1531,6 +1575,15 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1531
1575
|
postApiV1OauthInitiate(options = {}) {
|
|
1532
1576
|
return this.call("POST /api/v1/oauth/initiate", options);
|
|
1533
1577
|
}
|
|
1578
|
+
postApiV1PaymentRequests(options = {}) {
|
|
1579
|
+
return this.call("POST /api/v1/payment-requests", options);
|
|
1580
|
+
}
|
|
1581
|
+
postApiV1PaymentRequestsByIdCancel(options) {
|
|
1582
|
+
return this.call("POST /api/v1/payment-requests/{id}/cancel", options);
|
|
1583
|
+
}
|
|
1584
|
+
postApiV1PaymentRequestsByIdExpire(options) {
|
|
1585
|
+
return this.call("POST /api/v1/payment-requests/{id}/expire", options);
|
|
1586
|
+
}
|
|
1534
1587
|
postApiV1ProxyBirdeyeByPath(options) {
|
|
1535
1588
|
return this.call("POST /api/v1/proxy/birdeye/{path}", options);
|
|
1536
1589
|
}
|
|
@@ -1582,6 +1635,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1582
1635
|
postApiV1StewardTenants(options = {}) {
|
|
1583
1636
|
return this.call("POST /api/v1/steward/tenants", options);
|
|
1584
1637
|
}
|
|
1638
|
+
postApiV1StripeCheckout(options = {}) {
|
|
1639
|
+
return this.call("POST /api/v1/stripe/checkout", options);
|
|
1640
|
+
}
|
|
1585
1641
|
postApiV1TelegramConnect(options = {}) {
|
|
1586
1642
|
return this.call("POST /api/v1/telegram/connect", options);
|
|
1587
1643
|
}
|
|
@@ -1720,6 +1776,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1720
1776
|
deleteApiV1AdvertisingCampaignsByIdRaw(options) {
|
|
1721
1777
|
return this.callRaw("DELETE /api/v1/advertising/campaigns/{id}", options);
|
|
1722
1778
|
}
|
|
1779
|
+
deleteApiV1AdvertisingCreativesByIdRaw(options) {
|
|
1780
|
+
return this.callRaw("DELETE /api/v1/advertising/creatives/{id}", options);
|
|
1781
|
+
}
|
|
1723
1782
|
deleteApiV1AgentsByAgentIdPublishRaw(options) {
|
|
1724
1783
|
return this.callRaw("DELETE /api/v1/agents/{agentId}/publish", options);
|
|
1725
1784
|
}
|
|
@@ -1852,6 +1911,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1852
1911
|
getApiV1AdvertisingAccountsByIdRaw(options) {
|
|
1853
1912
|
return this.callRaw("GET /api/v1/advertising/accounts/{id}", options);
|
|
1854
1913
|
}
|
|
1914
|
+
getApiV1AdvertisingAccountsByIdMediaRaw(options) {
|
|
1915
|
+
return this.callRaw("GET /api/v1/advertising/accounts/{id}/media", options);
|
|
1916
|
+
}
|
|
1855
1917
|
getApiV1AdvertisingCampaignsRaw(options = {}) {
|
|
1856
1918
|
return this.callRaw("GET /api/v1/advertising/campaigns", options);
|
|
1857
1919
|
}
|
|
@@ -1864,6 +1926,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
1864
1926
|
getApiV1AdvertisingCampaignsByIdCreativesRaw(options) {
|
|
1865
1927
|
return this.callRaw("GET /api/v1/advertising/campaigns/{id}/creatives", options);
|
|
1866
1928
|
}
|
|
1929
|
+
getApiV1AdvertisingCreativesByIdRaw(options) {
|
|
1930
|
+
return this.callRaw("GET /api/v1/advertising/creatives/{id}", options);
|
|
1931
|
+
}
|
|
1867
1932
|
getApiV1AffiliatesRaw(options = {}) {
|
|
1868
1933
|
return this.callRaw("GET /api/v1/affiliates", options);
|
|
1869
1934
|
}
|
|
@@ -2254,6 +2319,12 @@ class ElizaCloudPublicRoutesClient {
|
|
|
2254
2319
|
getApiV1OauthTokenByPlatformRaw(options) {
|
|
2255
2320
|
return this.callRaw("GET /api/v1/oauth/token/{platform}", options);
|
|
2256
2321
|
}
|
|
2322
|
+
getApiV1PaymentRequestsRaw(options = {}) {
|
|
2323
|
+
return this.callRaw("GET /api/v1/payment-requests", options);
|
|
2324
|
+
}
|
|
2325
|
+
getApiV1PaymentRequestsByIdRaw(options) {
|
|
2326
|
+
return this.callRaw("GET /api/v1/payment-requests/{id}", options);
|
|
2327
|
+
}
|
|
2257
2328
|
getApiV1PricingSummaryRaw(options = {}) {
|
|
2258
2329
|
return this.callRaw("GET /api/v1/pricing/summary", options);
|
|
2259
2330
|
}
|
|
@@ -2371,6 +2442,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
2371
2442
|
patchApiV1AdvertisingCampaignsByIdRaw(options) {
|
|
2372
2443
|
return this.callRaw("PATCH /api/v1/advertising/campaigns/{id}", options);
|
|
2373
2444
|
}
|
|
2445
|
+
patchApiV1AdvertisingCreativesByIdRaw(options) {
|
|
2446
|
+
return this.callRaw("PATCH /api/v1/advertising/creatives/{id}", options);
|
|
2447
|
+
}
|
|
2374
2448
|
patchApiV1ApiKeysByIdRaw(options) {
|
|
2375
2449
|
return this.callRaw("PATCH /api/v1/api-keys/{id}", options);
|
|
2376
2450
|
}
|
|
@@ -2431,6 +2505,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
2431
2505
|
postApiV1AdvertisingAccountsRaw(options = {}) {
|
|
2432
2506
|
return this.callRaw("POST /api/v1/advertising/accounts", options);
|
|
2433
2507
|
}
|
|
2508
|
+
postApiV1AdvertisingAccountsByIdMediaRaw(options) {
|
|
2509
|
+
return this.callRaw("POST /api/v1/advertising/accounts/{id}/media", options);
|
|
2510
|
+
}
|
|
2434
2511
|
postApiV1AdvertisingAccountsDiscoverRaw(options = {}) {
|
|
2435
2512
|
return this.callRaw("POST /api/v1/advertising/accounts/discover", options);
|
|
2436
2513
|
}
|
|
@@ -2590,6 +2667,15 @@ class ElizaCloudPublicRoutesClient {
|
|
|
2590
2667
|
postApiV1ChatCompletionsRaw(options = {}) {
|
|
2591
2668
|
return this.callRaw("POST /api/v1/chat/completions", options);
|
|
2592
2669
|
}
|
|
2670
|
+
postApiV1CodingContainersRaw(options = {}) {
|
|
2671
|
+
return this.callRaw("POST /api/v1/coding-containers", options);
|
|
2672
|
+
}
|
|
2673
|
+
postApiV1CodingContainersByContainerIdSyncRaw(options) {
|
|
2674
|
+
return this.callRaw("POST /api/v1/coding-containers/{containerId}/sync", options);
|
|
2675
|
+
}
|
|
2676
|
+
postApiV1CodingContainersPromotionsRaw(options = {}) {
|
|
2677
|
+
return this.callRaw("POST /api/v1/coding-containers/promotions", options);
|
|
2678
|
+
}
|
|
2593
2679
|
postApiV1ConnectionsByPlatformRaw(options) {
|
|
2594
2680
|
return this.callRaw("POST /api/v1/connections/{platform}", options);
|
|
2595
2681
|
}
|
|
@@ -2761,6 +2847,15 @@ class ElizaCloudPublicRoutesClient {
|
|
|
2761
2847
|
postApiV1OauthInitiateRaw(options = {}) {
|
|
2762
2848
|
return this.callRaw("POST /api/v1/oauth/initiate", options);
|
|
2763
2849
|
}
|
|
2850
|
+
postApiV1PaymentRequestsRaw(options = {}) {
|
|
2851
|
+
return this.callRaw("POST /api/v1/payment-requests", options);
|
|
2852
|
+
}
|
|
2853
|
+
postApiV1PaymentRequestsByIdCancelRaw(options) {
|
|
2854
|
+
return this.callRaw("POST /api/v1/payment-requests/{id}/cancel", options);
|
|
2855
|
+
}
|
|
2856
|
+
postApiV1PaymentRequestsByIdExpireRaw(options) {
|
|
2857
|
+
return this.callRaw("POST /api/v1/payment-requests/{id}/expire", options);
|
|
2858
|
+
}
|
|
2764
2859
|
postApiV1ProxyBirdeyeByPathRaw(options) {
|
|
2765
2860
|
return this.callRaw("POST /api/v1/proxy/birdeye/{path}", options);
|
|
2766
2861
|
}
|
|
@@ -2812,6 +2907,9 @@ class ElizaCloudPublicRoutesClient {
|
|
|
2812
2907
|
postApiV1StewardTenantsRaw(options = {}) {
|
|
2813
2908
|
return this.callRaw("POST /api/v1/steward/tenants", options);
|
|
2814
2909
|
}
|
|
2910
|
+
postApiV1StripeCheckoutRaw(options = {}) {
|
|
2911
|
+
return this.callRaw("POST /api/v1/stripe/checkout", options);
|
|
2912
|
+
}
|
|
2815
2913
|
postApiV1TelegramConnectRaw(options = {}) {
|
|
2816
2914
|
return this.callRaw("POST /api/v1/telegram/connect", options);
|
|
2817
2915
|
}
|
|
@@ -2947,4 +3045,4 @@ export {
|
|
|
2947
3045
|
ELIZA_CLOUD_PUBLIC_ENDPOINTS
|
|
2948
3046
|
};
|
|
2949
3047
|
|
|
2950
|
-
//# debugId=
|
|
3048
|
+
//# debugId=D7975C9A78EB7C6A64756E2164756E21
|