@activepieces/piece-sendpulse 0.0.2 → 0.0.4
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 +10 -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,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendpulse",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@ai-sdk/anthropic": "
|
|
9
|
-
"@ai-sdk/google": "
|
|
10
|
-
"@ai-sdk/openai": "
|
|
11
|
-
"@ai-sdk/
|
|
8
|
+
"@ai-sdk/anthropic": "2.0.3",
|
|
9
|
+
"@ai-sdk/google": "2.0.6",
|
|
10
|
+
"@ai-sdk/openai": "2.0.12",
|
|
11
|
+
"@ai-sdk/provider": "2.0.0",
|
|
12
|
+
"@ai-sdk/replicate": "1.0.3",
|
|
12
13
|
"@sinclair/typebox": "0.34.11",
|
|
13
|
-
"ai": "
|
|
14
|
+
"ai": "5.0.12",
|
|
14
15
|
"axios": "1.8.3",
|
|
15
16
|
"axios-retry": "4.4.1",
|
|
16
17
|
"deepmerge-ts": "7.1.0",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"semver": "7.6.0",
|
|
21
22
|
"tslib": "^2.3.0",
|
|
22
23
|
"zod": "3.25.76",
|
|
23
|
-
"@activepieces/pieces-common": "0.6.
|
|
24
|
-
"@activepieces/pieces-framework": "0.18.
|
|
25
|
-
"@activepieces/shared": "0.
|
|
24
|
+
"@activepieces/pieces-common": "0.6.7",
|
|
25
|
+
"@activepieces/pieces-framework": "0.18.3",
|
|
26
|
+
"@activepieces/shared": "0.18.5"
|
|
26
27
|
},
|
|
27
28
|
"overrides": {
|
|
28
29
|
"@tryfabric/martian": {
|
package/src/i18n/de.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "Kopfzeilen",
|
|
28
28
|
"Query Parameters": "Abfrageparameter",
|
|
29
29
|
"Body": "Körper",
|
|
30
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
30
31
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
31
32
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "Wählen Sie eine Ihrer SendPulse Mailinglisten",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "Neue Telefonnummer (optional)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "Abonnenten-Variablen zum Aktualisieren (z. B. Name, benutzerdefinierte Felder)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
44
46
|
"GET": "ERHALTEN",
|
|
45
47
|
"POST": "POST",
|
|
46
48
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "Encabezados",
|
|
28
28
|
"Query Parameters": "Parámetros de consulta",
|
|
29
29
|
"Body": "Cuerpo",
|
|
30
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
30
31
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
31
32
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "Seleccione una de sus listas de correo de SendPulse",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "Nuevo número de teléfono (opcional)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "Variables de suscriptores a actualizar (por ejemplo, nombre, campos personalizados)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
44
46
|
"GET": "RECOGER",
|
|
45
47
|
"POST": "POST",
|
|
46
48
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "En-têtes",
|
|
28
28
|
"Query Parameters": "Paramètres de requête",
|
|
29
29
|
"Body": "Corps",
|
|
30
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
30
31
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
31
32
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "Sélectionnez une de vos listes de diffusion SendPulse",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "Nouveau numéro de téléphone (facultatif)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "Variables d'abonné à mettre à jour (par exemple, nom, champs personnalisés)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
44
46
|
"GET": "OBTENIR",
|
|
45
47
|
"POST": "POSTER",
|
|
46
48
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "ヘッダー",
|
|
28
28
|
"Query Parameters": "クエリパラメータ",
|
|
29
29
|
"Body": "本文",
|
|
30
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
30
31
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
31
32
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "SendPulseメーリングリストのいずれかを選択してください",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "新しい電話番号 (オプション)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "更新する変数(例、名前、カスタムフィールド)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
44
46
|
"GET": "取得",
|
|
45
47
|
"POST": "POST",
|
|
46
48
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "Kopteksten",
|
|
28
28
|
"Query Parameters": "Query parameters",
|
|
29
29
|
"Body": "Lichaam",
|
|
30
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
30
31
|
"No Error on Failure": "Geen fout bij fout",
|
|
31
32
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "Selecteer een van je SendPulse mailing lijsten",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "Nieuw telefoonnummer (optioneel)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "Bijwerken abonnee variabelen (bijv. naam, aangepaste velden)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
44
46
|
"GET": "KRIJG",
|
|
45
47
|
"POST": "POSTE",
|
|
46
48
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "Cabeçalhos",
|
|
28
28
|
"Query Parameters": "Parâmetros da consulta",
|
|
29
29
|
"Body": "Conteúdo",
|
|
30
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
30
31
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
31
32
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "Selecione uma das suas listas de discussão do SendPulse",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "Novo número de telefone (opcional)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "Variáveis de assinante para atualizar (por exemplo, nome, campos personalizados)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
44
46
|
"GET": "OBTER",
|
|
45
47
|
"POST": "POSTAR",
|
|
46
48
|
"PATCH": "COMPRAR",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "Headers",
|
|
28
28
|
"Query Parameters": "Query Parameters",
|
|
29
29
|
"Body": "Body",
|
|
30
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
30
31
|
"No Error on Failure": "No Error on Failure",
|
|
31
32
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "New phone number (optional)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
44
46
|
"GET": "GET",
|
|
45
47
|
"POST": "POST",
|
|
46
48
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"Headers": "信头",
|
|
28
28
|
"Query Parameters": "查询参数",
|
|
29
29
|
"Body": "正文内容",
|
|
30
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
30
31
|
"No Error on Failure": "失败时没有错误",
|
|
31
32
|
"Timeout (in seconds)": "超时(秒)",
|
|
32
33
|
"Select one of your SendPulse mailing lists": "Select one of your SendPulse mailing lists",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"New phone number (optional)": "New phone number (optional)",
|
|
42
43
|
"Subscriber variables to update (e.g., name, custom fields)": "Subscriber variables to update (e.g., name, custom fields)",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
44
46
|
"GET": "获取",
|
|
45
47
|
"POST": "帖子",
|
|
46
48
|
"PATCH": "PATCH",
|