@pipedream/palatine_speech 0.1.0 → 0.1.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.
|
@@ -9,7 +9,7 @@ export default {
|
|
|
9
9
|
key: "palatine_speech-transcribe-audio",
|
|
10
10
|
name: "Transcribe Audio",
|
|
11
11
|
description: "Starts an asynchronous transcription job for an audio or video file. Optionally wait for completion by enabling the 'Wait for Completion' option. [See the documentation](https://docs.speech.palatine.ru/api-reference/transcribe/transcribe-polling-api/transcribe)",
|
|
12
|
-
version: "0.0.
|
|
12
|
+
version: "0.0.2",
|
|
13
13
|
type: "action",
|
|
14
14
|
annotations: {
|
|
15
15
|
readOnlyHint: false,
|
|
@@ -22,6 +22,7 @@ export default {
|
|
|
22
22
|
type: "string",
|
|
23
23
|
label: "File Path or URL",
|
|
24
24
|
description: "Provide either a file URL or a path to a file in the `/tmp` directory (for example, `/tmp/myFile.mp3`)",
|
|
25
|
+
format: "file-ref",
|
|
25
26
|
},
|
|
26
27
|
model: {
|
|
27
28
|
propDefinition: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipedream/palatine_speech",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Pipedream Palatine Speech Components",
|
|
5
5
|
"main": "palatine_speech.app.mjs",
|
|
6
6
|
"keywords": [
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@pipedream/platform": "^3.
|
|
16
|
+
"@pipedream/platform": "^3.2.5"
|
|
17
17
|
}
|
|
18
18
|
}
|