@activepieces/piece-resend 0.1.6 → 0.1.8
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-resend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
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
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "Kopfzeilen",
|
|
19
19
|
"Query Parameters": "Abfrageparameter",
|
|
20
20
|
"Body": "Körper",
|
|
21
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
21
22
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
22
23
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
23
24
|
"Emails of the recipients": "E-Mails der Empfänger",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "E-Mail um Antworten zu erhalten (Standardeinstellung zum Absender)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "HTML ist nur zulässig, wenn Sie HTML als Typ ausgewählt haben",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
31
33
|
"GET": "ERHALTEN",
|
|
32
34
|
"POST": "POST",
|
|
33
35
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "Encabezados",
|
|
19
19
|
"Query Parameters": "Parámetros de consulta",
|
|
20
20
|
"Body": "Cuerpo",
|
|
21
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
21
22
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
22
23
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
23
24
|
"Emails of the recipients": "Correos de los destinatarios",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "Correo electrónico en el que recibir respuestas (por defecto el remitente)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "Sólo se permite HTML si ha seleccionado HTML como tipo",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
31
33
|
"GET": "RECOGER",
|
|
32
34
|
"POST": "POST",
|
|
33
35
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "En-têtes",
|
|
19
19
|
"Query Parameters": "Paramètres de requête",
|
|
20
20
|
"Body": "Corps",
|
|
21
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
21
22
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
22
23
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
23
24
|
"Emails of the recipients": "E-mails des destinataires",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "Courriel sur lequel recevoir les réponses (par défaut l'expéditeur)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "Le code HTML n'est autorisé que si vous avez sélectionné le code HTML comme type",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
31
33
|
"GET": "OBTENIR",
|
|
32
34
|
"POST": "POSTER",
|
|
33
35
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "ヘッダー",
|
|
19
19
|
"Query Parameters": "クエリパラメータ",
|
|
20
20
|
"Body": "本文",
|
|
21
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
21
22
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
22
23
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
23
24
|
"Emails of the recipients": "受信者のメール",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "返信を受信する電子メール(既定の送信者)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "HTMLはあなたがタイプとしてHTMLを選択した場合にのみ許可されます",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
31
33
|
"GET": "取得",
|
|
32
34
|
"POST": "POST",
|
|
33
35
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "Kopteksten",
|
|
19
19
|
"Query Parameters": "Query parameters",
|
|
20
20
|
"Body": "Lichaam",
|
|
21
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
21
22
|
"No Error on Failure": "Geen fout bij fout",
|
|
22
23
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
23
24
|
"Emails of the recipients": "E-mails van de ontvangers",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "E-mail om antwoorden op te ontvangen (standaard afzender)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "HTML is alleen toegestaan als je hebt geselecteerd als HTML als type",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
31
33
|
"GET": "KRIJG",
|
|
32
34
|
"POST": "POSTE",
|
|
33
35
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "Cabeçalhos",
|
|
19
19
|
"Query Parameters": "Parâmetros da consulta",
|
|
20
20
|
"Body": "Conteúdo",
|
|
21
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
21
22
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
22
23
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
23
24
|
"Emails of the recipients": "E-mails dos destinatários",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "Enviar email para as respostas (o padrão é enviado)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "HTML só é permitido se você selecionou HTML como tipo",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
31
33
|
"GET": "OBTER",
|
|
32
34
|
"POST": "POSTAR",
|
|
33
35
|
"PATCH": "COMPRAR",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "Headers",
|
|
19
19
|
"Query Parameters": "Query Parameters",
|
|
20
20
|
"Body": "Body",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
22
|
"No Error on Failure": "No Error on Failure",
|
|
22
23
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
23
24
|
"Emails of the recipients": "Emails of the recipients",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
33
|
"GET": "GET",
|
|
32
34
|
"POST": "POST",
|
|
33
35
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"Headers": "信头",
|
|
19
19
|
"Query Parameters": "查询参数",
|
|
20
20
|
"Body": "正文内容",
|
|
21
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
21
22
|
"No Error on Failure": "失败时没有错误",
|
|
22
23
|
"Timeout (in seconds)": "超时(秒)",
|
|
23
24
|
"Emails of the recipients": "Emails of the recipients",
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"Email to receive replies on (defaults to sender)": "Email to receive replies on (defaults to sender)",
|
|
29
30
|
"HTML is only allowed if you selected HTML as type": "HTML is only allowed if you selected HTML as type",
|
|
30
31
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
32
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
31
33
|
"GET": "获取",
|
|
32
34
|
"POST": "帖子",
|
|
33
35
|
"PATCH": "PATCH",
|