@activepieces/piece-retune 0.0.8 → 0.0.10
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 +4 -9
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/translation.json +2 -0
- package/src/i18n/zh.json +2 -0
package/package.json
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-retune",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "1.2.12",
|
|
6
|
-
"@ai-sdk/google": "1.2.19",
|
|
7
|
-
"@ai-sdk/openai": "1.3.22",
|
|
8
|
-
"@ai-sdk/replicate": "0.2.8",
|
|
9
5
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "4.3.16",
|
|
11
6
|
"axios": "1.8.3",
|
|
12
7
|
"axios-retry": "4.4.1",
|
|
13
8
|
"deepmerge-ts": "7.1.0",
|
|
@@ -16,9 +11,9 @@
|
|
|
16
11
|
"nanoid": "3.3.8",
|
|
17
12
|
"semver": "7.6.0",
|
|
18
13
|
"zod": "3.25.76",
|
|
19
|
-
"@activepieces/pieces-common": "0.
|
|
20
|
-
"@activepieces/pieces-framework": "0.18.
|
|
21
|
-
"@activepieces/shared": "0.
|
|
14
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
15
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
+
"@activepieces/shared": "0.19.0",
|
|
22
17
|
"tslib": "2.8.1"
|
|
23
18
|
},
|
|
24
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "Kopfzeilen",
|
|
17
17
|
"Query Parameters": "Abfrageparameter",
|
|
18
18
|
"Body": "Körper",
|
|
19
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
19
20
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
20
21
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
21
22
|
"The thread you want to send the message to.": "Der Thread, an den Sie die Nachricht senden möchten.",
|
|
22
23
|
"The message you want to send.": "Die Nachricht die Sie senden möchten.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
24
26
|
"GET": "ERHALTEN",
|
|
25
27
|
"POST": "POST",
|
|
26
28
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "Encabezados",
|
|
17
17
|
"Query Parameters": "Parámetros de consulta",
|
|
18
18
|
"Body": "Cuerpo",
|
|
19
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
19
20
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
20
21
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
21
22
|
"The thread you want to send the message to.": "El tema al que quieres enviar el mensaje.",
|
|
22
23
|
"The message you want to send.": "El mensaje que desea enviar.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
24
26
|
"GET": "RECOGER",
|
|
25
27
|
"POST": "POST",
|
|
26
28
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "En-têtes",
|
|
17
17
|
"Query Parameters": "Paramètres de requête",
|
|
18
18
|
"Body": "Corps",
|
|
19
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
19
20
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
20
21
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
21
22
|
"The thread you want to send the message to.": "Le fil de discussion auquel vous voulez envoyer le message.",
|
|
22
23
|
"The message you want to send.": "Le message que vous souhaitez envoyer.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
24
26
|
"GET": "OBTENIR",
|
|
25
27
|
"POST": "POSTER",
|
|
26
28
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "ヘッダー",
|
|
17
17
|
"Query Parameters": "クエリパラメータ",
|
|
18
18
|
"Body": "本文",
|
|
19
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
19
20
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
20
21
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
21
22
|
"The thread you want to send the message to.": "メッセージを送信したいスレッド。",
|
|
22
23
|
"The message you want to send.": "送信したいメッセージ.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
24
26
|
"GET": "取得",
|
|
25
27
|
"POST": "POST",
|
|
26
28
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "Kopteksten",
|
|
17
17
|
"Query Parameters": "Query parameters",
|
|
18
18
|
"Body": "Lichaam",
|
|
19
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
19
20
|
"No Error on Failure": "Geen fout bij fout",
|
|
20
21
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
21
22
|
"The thread you want to send the message to.": "De thread waarnaar u het bericht wilt verzenden.",
|
|
22
23
|
"The message you want to send.": "Het bericht dat u wilt verzenden.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
24
26
|
"GET": "KRIJG",
|
|
25
27
|
"POST": "POSTE",
|
|
26
28
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "Cabeçalhos",
|
|
17
17
|
"Query Parameters": "Parâmetros da consulta",
|
|
18
18
|
"Body": "Conteúdo",
|
|
19
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
19
20
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
20
21
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
21
22
|
"The thread you want to send the message to.": "Tópico para o qual você deseja enviar mensagem.",
|
|
22
23
|
"The message you want to send.": "A mensagem que você deseja enviar.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
24
26
|
"GET": "OBTER",
|
|
25
27
|
"POST": "POSTAR",
|
|
26
28
|
"PATCH": "COMPRAR",
|
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "Headers",
|
|
17
17
|
"Query Parameters": "Query Parameters",
|
|
18
18
|
"Body": "Body",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
20
|
"No Error on Failure": "No Error on Failure",
|
|
20
21
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
22
|
"The thread you want to send the message to.": "The thread you want to send the message to.",
|
|
22
23
|
"The message you want to send.": "The message you want to send.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
26
|
"GET": "GET",
|
|
25
27
|
"POST": "POST",
|
|
26
28
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"Headers": "信头",
|
|
17
17
|
"Query Parameters": "查询参数",
|
|
18
18
|
"Body": "正文内容",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
20
|
"No Error on Failure": "失败时没有错误",
|
|
20
21
|
"Timeout (in seconds)": "超时(秒)",
|
|
21
22
|
"The thread you want to send the message to.": "The thread you want to send the message to.",
|
|
22
23
|
"The message you want to send.": "The message you want to send.",
|
|
23
24
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
25
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
24
26
|
"GET": "获取",
|
|
25
27
|
"POST": "帖子",
|
|
26
28
|
"PATCH": "PATCH",
|