@apteva/integrations 0.3.36 → 0.3.37
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apteva/integrations",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.37",
|
|
4
4
|
"description": "Local integrations, connections, and webhooks for Apteva. Self-contained app templates, OAuth engine, and trigger provider.",
|
|
5
5
|
"author": "Apteva <hello@apteva.com>",
|
|
6
6
|
"license": "Elastic-2.0",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
396
|
"name": "generate_speech",
|
|
397
|
-
"description": "Generate speech/voiceover from text using ElevenLabs. Select a voice from
|
|
397
|
+
"description": "Generate speech/voiceover from text using ElevenLabs. Select a voice from list-voices (sync-voices first if empty).\n\nResponse includes: audio.url, audio.durationMs (milliseconds — divide by 1000 for seconds), audio.sizeBytes, audio.format, voice info, and cost.",
|
|
398
398
|
"method": "POST",
|
|
399
399
|
"path": "/ai/generate/speech",
|
|
400
400
|
"input_schema": {
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
},
|
|
781
781
|
{
|
|
782
782
|
"name": "generate_script",
|
|
783
|
-
"description": "Generate audio from a script using text-to-speech. Uses the script's assigned voice or an override.
|
|
783
|
+
"description": "Generate audio from a script using text-to-speech. Uses the script's assigned voice or an override.\n\nResponse includes: audio.url, audio.durationMs (milliseconds — divide by 1000 for seconds), audio.sizeBytes, audio.format, voice info, and cost.",
|
|
784
784
|
"method": "POST",
|
|
785
785
|
"path": "/ai/scripts/{id}/generate",
|
|
786
786
|
"input_schema": {
|