@activepieces/piece-deepgram 0.1.0 → 0.1.2
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 +6 -4
- package/src/i18n/de.json +8 -2
- package/src/i18n/es.json +8 -2
- package/src/i18n/fr.json +8 -2
- package/src/i18n/ja.json +8 -2
- package/src/i18n/nl.json +8 -2
- package/src/i18n/pt.json +8 -2
- package/src/i18n/translation.json +8 -2
- package/src/i18n/zh.json +8 -2
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-deepgram",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
|
+
"ai": "^6.0.0",
|
|
6
7
|
"axios": "1.13.1",
|
|
7
8
|
"axios-retry": "4.4.1",
|
|
8
9
|
"deepmerge-ts": "7.1.0",
|
|
9
10
|
"form-data": "4.0.4",
|
|
11
|
+
"i18next": "23.13.0",
|
|
10
12
|
"mime-types": "2.1.35",
|
|
11
13
|
"nanoid": "3.3.8",
|
|
12
14
|
"semver": "7.6.0",
|
|
13
15
|
"socket.io-client": "4.8.1",
|
|
14
16
|
"zod": "4.1.13",
|
|
15
|
-
"@activepieces/pieces-common": "0.11.
|
|
16
|
-
"@activepieces/pieces-framework": "0.
|
|
17
|
-
"@activepieces/shared": "0.
|
|
17
|
+
"@activepieces/pieces-common": "0.11.3",
|
|
18
|
+
"@activepieces/pieces-framework": "0.25.1",
|
|
19
|
+
"@activepieces/shared": "0.34.0",
|
|
18
20
|
"tslib": "2.6.2"
|
|
19
21
|
},
|
|
20
22
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "Methode",
|
|
23
23
|
"Headers": "Kopfzeilen",
|
|
24
24
|
"Query Parameters": "Abfrageparameter",
|
|
25
|
+
"Body Type": "Körpertyp",
|
|
25
26
|
"Body": "Körper",
|
|
26
27
|
"Response is Binary ?": "Antwort ist binär?",
|
|
27
28
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
28
29
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
30
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
29
31
|
"en": "de",
|
|
30
32
|
"Return full transcript if summary is not available.": "Gibt das vollständige Transkript zurück, falls die Zusammenfassung nicht verfügbar ist.",
|
|
31
33
|
"URL to receive the transcription when ready.": "URL, um die Transkription zu erhalten, wenn sie fertig ist.",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-allgemein",
|
|
36
38
|
"nova-3-medical": "nova-3-medizinisch",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "PATCH",
|
|
191
193
|
"PUT": "PUT",
|
|
192
194
|
"DELETE": "LÖSCHEN",
|
|
193
|
-
"HEAD": "HEAD"
|
|
195
|
+
"HEAD": "HEAD",
|
|
196
|
+
"None": "Keine",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "Formulardaten",
|
|
199
|
+
"Raw": "Rohe"
|
|
194
200
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "Método",
|
|
23
23
|
"Headers": "Encabezados",
|
|
24
24
|
"Query Parameters": "Parámetros de consulta",
|
|
25
|
+
"Body Type": "Tipo de cuerpo",
|
|
25
26
|
"Body": "Cuerpo",
|
|
26
27
|
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
27
28
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
28
29
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
30
|
+
"Follow redirects": "Seguir redirecciones",
|
|
29
31
|
"en": "es",
|
|
30
32
|
"Return full transcript if summary is not available.": "Devolver la transcripción completa si el resumen no está disponible.",
|
|
31
33
|
"URL to receive the transcription when ready.": "URL para recibir la transcripción cuando esté lista.",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-general",
|
|
36
38
|
"nova-3-medical": "nova-3-médico",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "PATCH",
|
|
191
193
|
"PUT": "PUT",
|
|
192
194
|
"DELETE": "BORRAR",
|
|
193
|
-
"HEAD": "LIMPIO"
|
|
195
|
+
"HEAD": "LIMPIO",
|
|
196
|
+
"None": "Ninguna",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "Datos de Formulario",
|
|
199
|
+
"Raw": "Rápido"
|
|
194
200
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "Méthode",
|
|
23
23
|
"Headers": "En-têtes",
|
|
24
24
|
"Query Parameters": "Paramètres de requête",
|
|
25
|
+
"Body Type": "Body Type",
|
|
25
26
|
"Body": "Corps",
|
|
26
27
|
"Response is Binary ?": "La réponse est Binaire ?",
|
|
27
28
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
28
29
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
30
|
+
"Follow redirects": "Suivre les redirections",
|
|
29
31
|
"en": "fr",
|
|
30
32
|
"Return full transcript if summary is not available.": "Retourner la transcription complète si le résumé n'est pas disponible.",
|
|
31
33
|
"URL to receive the transcription when ready.": "URL pour recevoir la transcription une fois prêt.",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-général",
|
|
36
38
|
"nova-3-medical": "nova-3-médical",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "PATCH",
|
|
191
193
|
"PUT": "EFFACER",
|
|
192
194
|
"DELETE": "SUPPRIMER",
|
|
193
|
-
"HEAD": "TÊTE"
|
|
195
|
+
"HEAD": "TÊTE",
|
|
196
|
+
"None": "Aucun",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "Données du formulaire",
|
|
199
|
+
"Raw": "Brut"
|
|
194
200
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "方法",
|
|
23
23
|
"Headers": "ヘッダー",
|
|
24
24
|
"Query Parameters": "クエリパラメータ",
|
|
25
|
+
"Body Type": "ボディタイプ",
|
|
25
26
|
"Body": "本文",
|
|
26
27
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
27
28
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
28
29
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
30
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
29
31
|
"en": "en",
|
|
30
32
|
"Return full transcript if summary is not available.": "サマリが利用できない場合は、完全なトランスクリプトを返します。",
|
|
31
33
|
"URL to receive the transcription when ready.": "準備ができたら転写を受け取るためのURL。",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-general",
|
|
36
38
|
"nova-3-medical": "nova-3-医療",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "PATCH",
|
|
191
193
|
"PUT": "PUT",
|
|
192
194
|
"DELETE": "削除",
|
|
193
|
-
"HEAD": "頭"
|
|
195
|
+
"HEAD": "頭",
|
|
196
|
+
"None": "なし",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "フォームデータ",
|
|
199
|
+
"Raw": "Raw"
|
|
194
200
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "Methode",
|
|
23
23
|
"Headers": "Kopteksten",
|
|
24
24
|
"Query Parameters": "Query parameters",
|
|
25
|
+
"Body Type": "Type lichaam",
|
|
25
26
|
"Body": "Lichaam",
|
|
26
27
|
"Response is Binary ?": "Antwoord is binair?",
|
|
27
28
|
"No Error on Failure": "Geen fout bij fout",
|
|
28
29
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
30
|
+
"Follow redirects": "Volg omleidingen",
|
|
29
31
|
"en": "nl",
|
|
30
32
|
"Return full transcript if summary is not available.": "Retourneer de volledige transcript als samenvatting niet beschikbaar is.",
|
|
31
33
|
"URL to receive the transcription when ready.": "URL om de transcriptie te ontvangen wanneer je klaar bent.",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-algemene",
|
|
36
38
|
"nova-3-medical": "nova-3-medisch",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "BEKIJK",
|
|
191
193
|
"PUT": "PUT",
|
|
192
194
|
"DELETE": "VERWIJDEREN",
|
|
193
|
-
"HEAD": "HOOFD"
|
|
195
|
+
"HEAD": "HOOFD",
|
|
196
|
+
"None": "geen",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "Formulieren gegevens",
|
|
199
|
+
"Raw": "Onbewerkte"
|
|
194
200
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "Método",
|
|
23
23
|
"Headers": "Cabeçalhos",
|
|
24
24
|
"Query Parameters": "Parâmetros da consulta",
|
|
25
|
+
"Body Type": "Tipo de Corpo",
|
|
25
26
|
"Body": "Conteúdo",
|
|
26
27
|
"Response is Binary ?": "A resposta é binária ?",
|
|
27
28
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
28
29
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
30
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
29
31
|
"en": "pt-br",
|
|
30
32
|
"Return full transcript if summary is not available.": "Retornar transcrição completa se o resumo não estiver disponível.",
|
|
31
33
|
"URL to receive the transcription when ready.": "URL para receber a transcrição quando estiver pronto.",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-geral",
|
|
36
38
|
"nova-3-medical": "nova-3-Médico",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "COMPRAR",
|
|
191
193
|
"PUT": "COLOCAR",
|
|
192
194
|
"DELETE": "EXCLUIR",
|
|
193
|
-
"HEAD": "CABEÇA"
|
|
195
|
+
"HEAD": "CABEÇA",
|
|
196
|
+
"None": "Nenhuma",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "Dados de Formulário",
|
|
199
|
+
"Raw": "RAW"
|
|
194
200
|
}
|
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "Method",
|
|
23
23
|
"Headers": "Headers",
|
|
24
24
|
"Query Parameters": "Query Parameters",
|
|
25
|
+
"Body Type": "Body Type",
|
|
25
26
|
"Body": "Body",
|
|
26
27
|
"Response is Binary ?": "Response is Binary ?",
|
|
27
28
|
"No Error on Failure": "No Error on Failure",
|
|
28
29
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
30
|
+
"Follow redirects": "Follow redirects",
|
|
29
31
|
"en": "en",
|
|
30
32
|
"Return full transcript if summary is not available.": "Return full transcript if summary is not available.",
|
|
31
33
|
"URL to receive the transcription when ready.": "URL to receive the transcription when ready.",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-general",
|
|
36
38
|
"nova-3-medical": "nova-3-medical",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "PATCH",
|
|
191
193
|
"PUT": "PUT",
|
|
192
194
|
"DELETE": "DELETE",
|
|
193
|
-
"HEAD": "HEAD"
|
|
195
|
+
"HEAD": "HEAD",
|
|
196
|
+
"None": "None",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "Form Data",
|
|
199
|
+
"Raw": "Raw"
|
|
194
200
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -22,15 +22,17 @@
|
|
|
22
22
|
"Method": "方法",
|
|
23
23
|
"Headers": "信头",
|
|
24
24
|
"Query Parameters": "查询参数",
|
|
25
|
+
"Body Type": "Body Type",
|
|
25
26
|
"Body": "正文内容",
|
|
26
27
|
"Response is Binary ?": "Response is Binary ?",
|
|
27
28
|
"No Error on Failure": "失败时没有错误",
|
|
28
29
|
"Timeout (in seconds)": "超时(秒)",
|
|
30
|
+
"Follow redirects": "Follow redirects",
|
|
29
31
|
"en": "en",
|
|
30
32
|
"Return full transcript if summary is not available.": "Return full transcript if summary is not available.",
|
|
31
33
|
"URL to receive the transcription when ready.": "URL to receive the transcription when ready.",
|
|
32
34
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
33
|
-
"Enable for files like PDFs, images, etc
|
|
35
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
34
36
|
"nova-3": "nova-3",
|
|
35
37
|
"nova-3-general": "nova-3-general",
|
|
36
38
|
"nova-3-medical": "nova-3-medical",
|
|
@@ -190,5 +192,9 @@
|
|
|
190
192
|
"PATCH": "PATCH",
|
|
191
193
|
"PUT": "弹出",
|
|
192
194
|
"DELETE": "删除",
|
|
193
|
-
"HEAD": "黑色"
|
|
195
|
+
"HEAD": "黑色",
|
|
196
|
+
"None": "无",
|
|
197
|
+
"JSON": "JSON",
|
|
198
|
+
"Form Data": "表单数据",
|
|
199
|
+
"Raw": "原始文件"
|
|
194
200
|
}
|