@activepieces/piece-mautic 0.4.7 → 0.4.9
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-mautic",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
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
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "Kopfzeilen",
|
|
26
26
|
"Query Parameters": "Abfrageparameter",
|
|
27
27
|
"Body": "Körper",
|
|
28
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
28
29
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
29
30
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
30
31
|
"List of all possible fields present": "Liste aller vorhandenen Felder",
|
|
31
32
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
32
34
|
"GET": "ERHALTEN",
|
|
33
35
|
"POST": "POST",
|
|
34
36
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "Encabezados",
|
|
26
26
|
"Query Parameters": "Parámetros de consulta",
|
|
27
27
|
"Body": "Cuerpo",
|
|
28
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
28
29
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
29
30
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
30
31
|
"List of all possible fields present": "Lista de todos los campos posibles presentes",
|
|
31
32
|
"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..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
32
34
|
"GET": "RECOGER",
|
|
33
35
|
"POST": "POST",
|
|
34
36
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "En-têtes",
|
|
26
26
|
"Query Parameters": "Paramètres de requête",
|
|
27
27
|
"Body": "Corps",
|
|
28
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
28
29
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
29
30
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
30
31
|
"List of all possible fields present": "Liste des champs possibles présents",
|
|
31
32
|
"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..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
32
34
|
"GET": "OBTENIR",
|
|
33
35
|
"POST": "POSTER",
|
|
34
36
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "ヘッダー",
|
|
26
26
|
"Query Parameters": "クエリパラメータ",
|
|
27
27
|
"Body": "本文",
|
|
28
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
28
29
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
29
30
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
30
31
|
"List of all possible fields present": "可能なすべてのフィールドのリスト",
|
|
31
32
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
32
34
|
"GET": "取得",
|
|
33
35
|
"POST": "POST",
|
|
34
36
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "Kopteksten",
|
|
26
26
|
"Query Parameters": "Query parameters",
|
|
27
27
|
"Body": "Lichaam",
|
|
28
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
28
29
|
"No Error on Failure": "Geen fout bij fout",
|
|
29
30
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
30
31
|
"List of all possible fields present": "Lijst van alle mogelijke velden aanwezig",
|
|
31
32
|
"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..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
32
34
|
"GET": "KRIJG",
|
|
33
35
|
"POST": "POSTE",
|
|
34
36
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "Cabeçalhos",
|
|
26
26
|
"Query Parameters": "Parâmetros da consulta",
|
|
27
27
|
"Body": "Conteúdo",
|
|
28
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
28
29
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
29
30
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
30
31
|
"List of all possible fields present": "Lista de todos os campos possíveis presentes",
|
|
31
32
|
"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..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
32
34
|
"GET": "OBTER",
|
|
33
35
|
"POST": "POSTAR",
|
|
34
36
|
"PATCH": "COMPRAR",
|
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "Headers",
|
|
26
26
|
"Query Parameters": "Query Parameters",
|
|
27
27
|
"Body": "Body",
|
|
28
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
28
29
|
"No Error on Failure": "No Error on Failure",
|
|
29
30
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
30
31
|
"List of all possible fields present": "List of all possible fields present",
|
|
31
32
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
34
|
"GET": "GET",
|
|
33
35
|
"POST": "POST",
|
|
34
36
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -25,10 +25,12 @@
|
|
|
25
25
|
"Headers": "信头",
|
|
26
26
|
"Query Parameters": "查询参数",
|
|
27
27
|
"Body": "正文内容",
|
|
28
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
28
29
|
"No Error on Failure": "失败时没有错误",
|
|
29
30
|
"Timeout (in seconds)": "超时(秒)",
|
|
30
31
|
"List of all possible fields present": "List of all possible fields present",
|
|
31
32
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
33
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
32
34
|
"GET": "获取",
|
|
33
35
|
"POST": "帖子",
|
|
34
36
|
"PATCH": "PATCH",
|