@activepieces/piece-mautic 0.5.0 → 0.5.1
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 +7 -1
- package/src/i18n/es.json +7 -1
- package/src/i18n/fr.json +7 -1
- package/src/i18n/ja.json +7 -1
- package/src/i18n/nl.json +7 -1
- package/src/i18n/pt.json +7 -1
- package/src/i18n/translation.json +7 -1
- package/src/i18n/zh.json +7 -1
- package/src/lib/triggers/index.d.ts +7 -0
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-mautic",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
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.2",
|
|
18
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
19
|
+
"@activepieces/shared": "0.32.0",
|
|
18
20
|
"tslib": "2.6.2"
|
|
19
21
|
},
|
|
20
22
|
"resolutions": {
|
package/src/i18n/de.json
CHANGED
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "Methode",
|
|
24
24
|
"Headers": "Kopfzeilen",
|
|
25
25
|
"Query Parameters": "Abfrageparameter",
|
|
26
|
+
"Body Type": "Körpertyp",
|
|
26
27
|
"Body": "Körper",
|
|
27
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)",
|
|
31
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
30
32
|
"List of all possible fields present": "Liste aller vorhandenen Felder",
|
|
31
33
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
32
|
-
"Enable for files like PDFs, images, etc
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
33
35
|
"GET": "ERHALTEN",
|
|
34
36
|
"POST": "POST",
|
|
35
37
|
"PATCH": "PATCH",
|
|
36
38
|
"PUT": "PUT",
|
|
37
39
|
"DELETE": "LÖSCHEN",
|
|
38
40
|
"HEAD": "HEAD",
|
|
41
|
+
"None": "Keine",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "Formulardaten",
|
|
44
|
+
"Raw": "Rohe",
|
|
39
45
|
"Contact Updated": "Kontakt aktualisiert",
|
|
40
46
|
"Contact Company Subscription Change": "Änderung des Unternehmensabonnements kontaktieren",
|
|
41
47
|
"Contact Channel Subscription Change": "Kontakt-Kanal-Abonnement-Änderung",
|
package/src/i18n/es.json
CHANGED
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "Método",
|
|
24
24
|
"Headers": "Encabezados",
|
|
25
25
|
"Query Parameters": "Parámetros de consulta",
|
|
26
|
+
"Body Type": "Tipo de cuerpo",
|
|
26
27
|
"Body": "Cuerpo",
|
|
27
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)",
|
|
31
|
+
"Follow redirects": "Seguir redirecciones",
|
|
30
32
|
"List of all possible fields present": "Lista de todos los campos posibles presentes",
|
|
31
33
|
"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
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
33
35
|
"GET": "RECOGER",
|
|
34
36
|
"POST": "POST",
|
|
35
37
|
"PATCH": "PATCH",
|
|
36
38
|
"PUT": "PUT",
|
|
37
39
|
"DELETE": "BORRAR",
|
|
38
40
|
"HEAD": "LIMPIO",
|
|
41
|
+
"None": "Ninguna",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "Datos de Formulario",
|
|
44
|
+
"Raw": "Rápido",
|
|
39
45
|
"Contact Updated": "Contacto actualizado",
|
|
40
46
|
"Contact Company Subscription Change": "Cambio de suscripción a la empresa de contacto",
|
|
41
47
|
"Contact Channel Subscription Change": "Cambio de suscripción al canal de contacto",
|
package/src/i18n/fr.json
CHANGED
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "Méthode",
|
|
24
24
|
"Headers": "En-têtes",
|
|
25
25
|
"Query Parameters": "Paramètres de requête",
|
|
26
|
+
"Body Type": "Body Type",
|
|
26
27
|
"Body": "Corps",
|
|
27
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)",
|
|
31
|
+
"Follow redirects": "Suivre les redirections",
|
|
30
32
|
"List of all possible fields present": "Liste des champs possibles présents",
|
|
31
33
|
"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
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
33
35
|
"GET": "OBTENIR",
|
|
34
36
|
"POST": "POSTER",
|
|
35
37
|
"PATCH": "PATCH",
|
|
36
38
|
"PUT": "EFFACER",
|
|
37
39
|
"DELETE": "SUPPRIMER",
|
|
38
40
|
"HEAD": "TÊTE",
|
|
41
|
+
"None": "Aucun",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "Données du formulaire",
|
|
44
|
+
"Raw": "Brut",
|
|
39
45
|
"Contact Updated": "Contact mis à jour",
|
|
40
46
|
"Contact Company Subscription Change": "Contacter la société de changement d'abonnement",
|
|
41
47
|
"Contact Channel Subscription Change": "Changement du canal d'abonnement",
|
package/src/i18n/ja.json
CHANGED
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "方法",
|
|
24
24
|
"Headers": "ヘッダー",
|
|
25
25
|
"Query Parameters": "クエリパラメータ",
|
|
26
|
+
"Body Type": "ボディタイプ",
|
|
26
27
|
"Body": "本文",
|
|
27
28
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
28
29
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
29
30
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
31
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
30
32
|
"List of all possible fields present": "可能なすべてのフィールドのリスト",
|
|
31
33
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
32
|
-
"Enable for files like PDFs, images, etc
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
33
35
|
"GET": "取得",
|
|
34
36
|
"POST": "POST",
|
|
35
37
|
"PATCH": "PATCH",
|
|
36
38
|
"PUT": "PUT",
|
|
37
39
|
"DELETE": "削除",
|
|
38
40
|
"HEAD": "頭",
|
|
41
|
+
"None": "なし",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "フォームデータ",
|
|
44
|
+
"Raw": "Raw",
|
|
39
45
|
"Contact Updated": "連絡先を更新しました",
|
|
40
46
|
"Contact Company Subscription Change": "連絡先会社のサブスクリプションの変更",
|
|
41
47
|
"Contact Channel Subscription Change": "連絡先チャネル購読の変更",
|
package/src/i18n/nl.json
CHANGED
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "Methode",
|
|
24
24
|
"Headers": "Kopteksten",
|
|
25
25
|
"Query Parameters": "Query parameters",
|
|
26
|
+
"Body Type": "Type lichaam",
|
|
26
27
|
"Body": "Lichaam",
|
|
27
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)",
|
|
31
|
+
"Follow redirects": "Volg omleidingen",
|
|
30
32
|
"List of all possible fields present": "Lijst van alle mogelijke velden aanwezig",
|
|
31
33
|
"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
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
33
35
|
"GET": "KRIJG",
|
|
34
36
|
"POST": "POSTE",
|
|
35
37
|
"PATCH": "BEKIJK",
|
|
36
38
|
"PUT": "PUT",
|
|
37
39
|
"DELETE": "VERWIJDEREN",
|
|
38
40
|
"HEAD": "HOOFD",
|
|
41
|
+
"None": "geen",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "Formulieren gegevens",
|
|
44
|
+
"Raw": "Onbewerkte",
|
|
39
45
|
"Contact Updated": "Contactpersoon bijgewerkt",
|
|
40
46
|
"Contact Company Subscription Change": "Contact Bedrijf Abonnement Wijziging",
|
|
41
47
|
"Contact Channel Subscription Change": "Contact kanaal abonnement wijzigen",
|
package/src/i18n/pt.json
CHANGED
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "Método",
|
|
24
24
|
"Headers": "Cabeçalhos",
|
|
25
25
|
"Query Parameters": "Parâmetros da consulta",
|
|
26
|
+
"Body Type": "Tipo de Corpo",
|
|
26
27
|
"Body": "Conteúdo",
|
|
27
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)",
|
|
31
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
30
32
|
"List of all possible fields present": "Lista de todos os campos possíveis presentes",
|
|
31
33
|
"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
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
33
35
|
"GET": "OBTER",
|
|
34
36
|
"POST": "POSTAR",
|
|
35
37
|
"PATCH": "COMPRAR",
|
|
36
38
|
"PUT": "COLOCAR",
|
|
37
39
|
"DELETE": "EXCLUIR",
|
|
38
40
|
"HEAD": "CABEÇA",
|
|
41
|
+
"None": "Nenhuma",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "Dados de Formulário",
|
|
44
|
+
"Raw": "RAW",
|
|
39
45
|
"Contact Updated": "Contato atualizado",
|
|
40
46
|
"Contact Company Subscription Change": "Contatar assinatura da empresa alterada",
|
|
41
47
|
"Contact Channel Subscription Change": "Assinatura de canal de contato alterada",
|
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "Method",
|
|
24
24
|
"Headers": "Headers",
|
|
25
25
|
"Query Parameters": "Query Parameters",
|
|
26
|
+
"Body Type": "Body Type",
|
|
26
27
|
"Body": "Body",
|
|
27
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)",
|
|
31
|
+
"Follow redirects": "Follow redirects",
|
|
30
32
|
"List of all possible fields present": "List of all possible fields present",
|
|
31
33
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
32
|
-
"Enable for files like PDFs, images, etc
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
33
35
|
"GET": "GET",
|
|
34
36
|
"POST": "POST",
|
|
35
37
|
"PATCH": "PATCH",
|
|
36
38
|
"PUT": "PUT",
|
|
37
39
|
"DELETE": "DELETE",
|
|
38
40
|
"HEAD": "HEAD",
|
|
41
|
+
"None": "None",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "Form Data",
|
|
44
|
+
"Raw": "Raw",
|
|
39
45
|
"Contact Updated": "Contact Updated",
|
|
40
46
|
"Contact Company Subscription Change": "Contact Company Subscription Change",
|
|
41
47
|
"Contact Channel Subscription Change": "Contact Channel Subscription Change",
|
package/src/i18n/zh.json
CHANGED
|
@@ -23,19 +23,25 @@
|
|
|
23
23
|
"Method": "方法",
|
|
24
24
|
"Headers": "信头",
|
|
25
25
|
"Query Parameters": "查询参数",
|
|
26
|
+
"Body Type": "Body Type",
|
|
26
27
|
"Body": "正文内容",
|
|
27
28
|
"Response is Binary ?": "Response is Binary ?",
|
|
28
29
|
"No Error on Failure": "失败时没有错误",
|
|
29
30
|
"Timeout (in seconds)": "超时(秒)",
|
|
31
|
+
"Follow redirects": "Follow redirects",
|
|
30
32
|
"List of all possible fields present": "List of all possible fields present",
|
|
31
33
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
32
|
-
"Enable for files like PDFs, images, etc
|
|
34
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
33
35
|
"GET": "获取",
|
|
34
36
|
"POST": "帖子",
|
|
35
37
|
"PATCH": "PATCH",
|
|
36
38
|
"PUT": "弹出",
|
|
37
39
|
"DELETE": "删除",
|
|
38
40
|
"HEAD": "黑色",
|
|
41
|
+
"None": "无",
|
|
42
|
+
"JSON": "JSON",
|
|
43
|
+
"Form Data": "表单数据",
|
|
44
|
+
"Raw": "原始文件",
|
|
39
45
|
"Contact Updated": "Contact Updated",
|
|
40
46
|
"Contact Company Subscription Change": "Contact Company Subscription Change",
|
|
41
47
|
"Contact Channel Subscription Change": "Contact Channel Subscription Change",
|
|
@@ -13,6 +13,13 @@ export declare const triggers: (import("@activepieces/pieces-framework").ITrigge
|
|
|
13
13
|
}>, {
|
|
14
14
|
name: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
15
15
|
description: import("@activepieces/pieces-framework").LongTextProperty<true>;
|
|
16
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
17
|
+
base_url: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
18
|
+
username: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
19
|
+
password: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
20
|
+
}>, {
|
|
21
|
+
name: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
22
|
+
description: import("@activepieces/pieces-framework").LongTextProperty<true>;
|
|
16
23
|
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
17
24
|
base_url: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
18
25
|
username: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|