@activepieces/piece-moxie-crm 0.1.0 → 0.1.2

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 CHANGED
@@ -1,20 +1,22 @@
1
1
  {
2
2
  "name": "@activepieces/piece-moxie-crm",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
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.0",
16
- "@activepieces/pieces-framework": "0.23.0",
17
- "@activepieces/shared": "0.30.4",
17
+ "@activepieces/pieces-common": "0.11.3",
18
+ "@activepieces/pieces-framework": "0.25.1",
19
+ "@activepieces/shared": "0.34.0",
18
20
  "tslib": "2.6.2"
19
21
  },
20
22
  "resolutions": {
package/src/i18n/de.json CHANGED
@@ -55,10 +55,12 @@
55
55
  "Method": "Methode",
56
56
  "Headers": "Kopfzeilen",
57
57
  "Query Parameters": "Abfrageparameter",
58
+ "Body Type": "Körpertyp",
58
59
  "Body": "Körper",
59
60
  "Response is Binary ?": "Antwort ist binär?",
60
61
  "No Error on Failure": "Kein Fehler bei Fehler",
61
62
  "Timeout (in seconds)": "Timeout (in Sekunden)",
63
+ "Follow redirects": "Weiterleitungen folgen",
62
64
  "ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 Ländercode",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "Gültiger 3buchstaben ISO 4217 Währungscode.",
64
66
  "Exact match of a client name in your CRM": "Genaue Übereinstimmung mit einem Kundennamen in Ihrem CRM",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "Einer von: Keiner, Übersicht, Vollzugriff oder nur Lesen.",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "Einer von: Stunden, Festpreis, Retainer, pro Item.",
72
74
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
73
- "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
75
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
74
76
  "Prospect": "Erwarten",
75
77
  "Not Visible": "Nicht sichtbar",
76
78
  "Overview only": "Nur Übersicht",
@@ -86,6 +88,10 @@
86
88
  "PUT": "PUT",
87
89
  "DELETE": "LÖSCHEN",
88
90
  "HEAD": "HEAD",
91
+ "None": "Keine",
92
+ "JSON": "JSON",
93
+ "Form Data": "Formulardaten",
94
+ "Raw": "Rohe",
89
95
  "Client Created": "Kunde erstellt",
90
96
  "Client Updated": "Client aktualisiert",
91
97
  "Client Deleted": "Kunde gelöscht",
package/src/i18n/es.json CHANGED
@@ -55,10 +55,12 @@
55
55
  "Method": "Método",
56
56
  "Headers": "Encabezados",
57
57
  "Query Parameters": "Parámetros de consulta",
58
+ "Body Type": "Tipo de cuerpo",
58
59
  "Body": "Cuerpo",
59
60
  "Response is Binary ?": "¿Respuesta es binaria?",
60
61
  "No Error on Failure": "No hay ningún error en fallo",
61
62
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
63
+ "Follow redirects": "Seguir redirecciones",
62
64
  "ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 código de país",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "Código de moneda válido de 3 letras ISO 4217.",
64
66
  "Exact match of a client name in your CRM": "Coincidencia exacta de un nombre de cliente en su CRM",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "Una de: Ninguna, Vista general, Acceso completo o Sólo Lectura.",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "Una de: Horario, Precio Fijo, Retainer, Por artículo.",
72
74
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
73
- "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
75
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
74
76
  "Prospect": "Prospecto",
75
77
  "Not Visible": "No visible",
76
78
  "Overview only": "Resumen sólo",
@@ -86,6 +88,10 @@
86
88
  "PUT": "PUT",
87
89
  "DELETE": "BORRAR",
88
90
  "HEAD": "LIMPIO",
91
+ "None": "Ninguna",
92
+ "JSON": "JSON",
93
+ "Form Data": "Datos de Formulario",
94
+ "Raw": "Rápido",
89
95
  "Client Created": "Cliente creado",
90
96
  "Client Updated": "Cliente actualizado",
91
97
  "Client Deleted": "Cliente eliminado",
package/src/i18n/fr.json CHANGED
@@ -55,10 +55,12 @@
55
55
  "Method": "Méthode",
56
56
  "Headers": "En-têtes",
57
57
  "Query Parameters": "Paramètres de requête",
58
+ "Body Type": "Body Type",
58
59
  "Body": "Corps",
59
60
  "Response is Binary ?": "La réponse est Binaire ?",
60
61
  "No Error on Failure": "Aucune erreur en cas d'échec",
61
62
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
63
+ "Follow redirects": "Suivre les redirections",
62
64
  "ISO 3166-1 alpha-2 country code": "Code pays ISO 3166-1 alpha-2",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "Code de devise ISO 4217 valide à 3 lettres.",
64
66
  "Exact match of a client name in your CRM": "Correspondance exacte d'un nom de client dans votre CRM",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "Un des : Aucune, Aperçu, Accès complet ou en lecture seule.",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "Un des : Horaire, Prix Fixe, Regardeur, Par Elément.",
72
74
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
73
- "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
75
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
74
76
  "Prospect": "Prospecter",
75
77
  "Not Visible": "Non visible",
76
78
  "Overview only": "Vue d'ensemble uniquement",
@@ -86,6 +88,10 @@
86
88
  "PUT": "EFFACER",
87
89
  "DELETE": "SUPPRIMER",
88
90
  "HEAD": "TÊTE",
91
+ "None": "Aucun",
92
+ "JSON": "JSON",
93
+ "Form Data": "Données du formulaire",
94
+ "Raw": "Brut",
89
95
  "Client Created": "Client créé",
90
96
  "Client Updated": "Client mis à jour",
91
97
  "Client Deleted": "Client supprimé",
package/src/i18n/ja.json CHANGED
@@ -55,10 +55,12 @@
55
55
  "Method": "方法",
56
56
  "Headers": "ヘッダー",
57
57
  "Query Parameters": "クエリパラメータ",
58
+ "Body Type": "ボディタイプ",
58
59
  "Body": "本文",
59
60
  "Response is Binary ?": "応答はバイナリですか?",
60
61
  "No Error on Failure": "失敗時にエラーはありません",
61
62
  "Timeout (in seconds)": "タイムアウト(秒)",
63
+ "Follow redirects": "リダイレクトをフォローする",
62
64
  "ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 国コード",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "有効な3文字ISO4217通貨コード。",
64
66
  "Exact match of a client name in your CRM": "CRM内のクライアント名の完全一致",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "の1つ:なし、概要、フルアクセス、または読み取り専用。",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "1時間あたり、固定価格、リテイナー、アイテムあたりのいずれか。",
72
74
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
73
- "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
75
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
74
76
  "Prospect": "プロスペクト",
75
77
  "Not Visible": "表示しない",
76
78
  "Overview only": "概要のみ",
@@ -86,6 +88,10 @@
86
88
  "PUT": "PUT",
87
89
  "DELETE": "削除",
88
90
  "HEAD": "頭",
91
+ "None": "なし",
92
+ "JSON": "JSON",
93
+ "Form Data": "フォームデータ",
94
+ "Raw": "Raw",
89
95
  "Client Created": "クライアントが作成されました",
90
96
  "Client Updated": "クライアントの更新",
91
97
  "Client Deleted": "クライアントが削除されました",
package/src/i18n/nl.json CHANGED
@@ -55,10 +55,12 @@
55
55
  "Method": "Methode",
56
56
  "Headers": "Kopteksten",
57
57
  "Query Parameters": "Query parameters",
58
+ "Body Type": "Type lichaam",
58
59
  "Body": "Lichaam",
59
60
  "Response is Binary ?": "Antwoord is binair?",
60
61
  "No Error on Failure": "Geen fout bij fout",
61
62
  "Timeout (in seconds)": "Time-out (in seconden)",
63
+ "Follow redirects": "Volg omleidingen",
62
64
  "ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 landcode",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "Geldige 3-Letter ISO 4217 valuta code.",
64
66
  "Exact match of a client name in your CRM": "Exacte match van een clientnaam in uw CRM",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "Een van de volgende: Geen, Overzicht, volledige toegang of alleen-lezen.",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "Een van: per uur, vaste prijs, Retainer, Per Artikel.",
72
74
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
73
- "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
75
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
74
76
  "Prospect": "Prospect",
75
77
  "Not Visible": "Niet zichtbaar",
76
78
  "Overview only": "Alleen overzicht",
@@ -86,6 +88,10 @@
86
88
  "PUT": "PUT",
87
89
  "DELETE": "VERWIJDEREN",
88
90
  "HEAD": "HOOFD",
91
+ "None": "geen",
92
+ "JSON": "JSON",
93
+ "Form Data": "Formulieren gegevens",
94
+ "Raw": "Onbewerkte",
89
95
  "Client Created": "Client aangemaakt",
90
96
  "Client Updated": "Klant bijgewerkt",
91
97
  "Client Deleted": "Klant verwijderd",
package/src/i18n/pt.json CHANGED
@@ -55,10 +55,12 @@
55
55
  "Method": "Método",
56
56
  "Headers": "Cabeçalhos",
57
57
  "Query Parameters": "Parâmetros da consulta",
58
+ "Body Type": "Tipo de Corpo",
58
59
  "Body": "Conteúdo",
59
60
  "Response is Binary ?": "A resposta é binária ?",
60
61
  "No Error on Failure": "Nenhum erro no Failure",
61
62
  "Timeout (in seconds)": "Tempo limite (em segundos)",
63
+ "Follow redirects": "Seguir redirecionamentos",
62
64
  "ISO 3166-1 alpha-2 country code": "Código de país ISO 3166-1 alpha-2",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "Código de moeda válido de 3 letras ISO 4217.",
64
66
  "Exact match of a client name in your CRM": "Correspondência exata de um nome de cliente no seu CRM",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "Uma delas: Nenhuma, Visão geral, acesso completo ou somente leitura.",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "Um de: Horário, Preços Fixos, Retainer, por Item.",
72
74
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
73
- "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
75
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
74
76
  "Prospect": "Prospecto",
75
77
  "Not Visible": "Não Visível",
76
78
  "Overview only": "Apenas visão geral",
@@ -86,6 +88,10 @@
86
88
  "PUT": "COLOCAR",
87
89
  "DELETE": "EXCLUIR",
88
90
  "HEAD": "CABEÇA",
91
+ "None": "Nenhuma",
92
+ "JSON": "JSON",
93
+ "Form Data": "Dados de Formulário",
94
+ "Raw": "RAW",
89
95
  "Client Created": "Cliente Criado",
90
96
  "Client Updated": "Cliente atualizado",
91
97
  "Client Deleted": "Cliente excluído",
@@ -55,10 +55,12 @@
55
55
  "Method": "Method",
56
56
  "Headers": "Headers",
57
57
  "Query Parameters": "Query Parameters",
58
+ "Body Type": "Body Type",
58
59
  "Body": "Body",
59
60
  "Response is Binary ?": "Response is Binary ?",
60
61
  "No Error on Failure": "No Error on Failure",
61
62
  "Timeout (in seconds)": "Timeout (in seconds)",
63
+ "Follow redirects": "Follow redirects",
62
64
  "ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 country code",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "Valid 3-Letter ISO 4217 currency code.",
64
66
  "Exact match of a client name in your CRM": "Exact match of a client name in your CRM",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "One of: None, Overview, Full access, or Read only.",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "One of: Hourly, Fixed Price, Retainer, Per Item.",
72
74
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
73
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
75
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
74
76
  "Prospect": "Prospect",
75
77
  "Not Visible": "Not Visible",
76
78
  "Overview only": "Overview only",
@@ -86,6 +88,10 @@
86
88
  "PUT": "PUT",
87
89
  "DELETE": "DELETE",
88
90
  "HEAD": "HEAD",
91
+ "None": "None",
92
+ "JSON": "JSON",
93
+ "Form Data": "Form Data",
94
+ "Raw": "Raw",
89
95
  "Client Created": "Client Created",
90
96
  "Client Updated": "Client Updated",
91
97
  "Client Deleted": "Client Deleted",
package/src/i18n/zh.json CHANGED
@@ -55,10 +55,12 @@
55
55
  "Method": "方法",
56
56
  "Headers": "信头",
57
57
  "Query Parameters": "查询参数",
58
+ "Body Type": "Body Type",
58
59
  "Body": "正文内容",
59
60
  "Response is Binary ?": "Response is Binary ?",
60
61
  "No Error on Failure": "失败时没有错误",
61
62
  "Timeout (in seconds)": "超时(秒)",
63
+ "Follow redirects": "Follow redirects",
62
64
  "ISO 3166-1 alpha-2 country code": "ISO 3166-1 alpha-2 country code",
63
65
  "Valid 3-Letter ISO 4217 currency code.": "Valid 3-Letter ISO 4217 currency code.",
64
66
  "Exact match of a client name in your CRM": "Exact match of a client name in your CRM",
@@ -70,7 +72,7 @@
70
72
  "One of: None, Overview, Full access, or Read only.": "One of: None, Overview, Full access, or Read only.",
71
73
  "One of: Hourly, Fixed Price, Retainer, Per Item.": "One of: Hourly, Fixed Price, Retainer, Per Item.",
72
74
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
73
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
75
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
74
76
  "Prospect": "Prospect",
75
77
  "Not Visible": "Not Visible",
76
78
  "Overview only": "Overview only",
@@ -86,6 +88,10 @@
86
88
  "PUT": "弹出",
87
89
  "DELETE": "删除",
88
90
  "HEAD": "黑色",
91
+ "None": "无",
92
+ "JSON": "JSON",
93
+ "Form Data": "表单数据",
94
+ "Raw": "原始文件",
89
95
  "Client Created": "Client Created",
90
96
  "Client Updated": "Client Updated",
91
97
  "Client Deleted": "Client Deleted",
@@ -32,6 +32,11 @@ export declare const moxieCRMTriggers: (import("dist/packages/pieces/community/f
32
32
  baseUrl: import("dist/packages/pieces/community/framework/src").ShortTextProperty<true>;
33
33
  }>, {
34
34
  md: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
35
+ }> | import("dist/packages/pieces/community/framework/src").ITrigger<import("dist/packages/shared/src").TriggerStrategy.MANUAL, import("dist/packages/pieces/community/framework/src").CustomAuthProperty<{
36
+ apiKey: import("dist/packages/pieces/community/framework/src").SecretTextProperty<true>;
37
+ baseUrl: import("dist/packages/pieces/community/framework/src").ShortTextProperty<true>;
38
+ }>, {
39
+ md: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
35
40
  }> | import("dist/packages/pieces/community/framework/src").ITrigger<import("dist/packages/shared/src").TriggerStrategy.APP_WEBHOOK, import("dist/packages/pieces/community/framework/src").CustomAuthProperty<{
36
41
  apiKey: import("dist/packages/pieces/community/framework/src").SecretTextProperty<true>;
37
42
  baseUrl: import("dist/packages/pieces/community/framework/src").ShortTextProperty<true>;
@@ -16,6 +16,11 @@ export declare const moxieCRMRegisterTrigger: ({ name, displayName, description,
16
16
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
17
17
  }>, {
18
18
  md: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
19
+ }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
20
+ apiKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
21
+ baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
22
+ }>, {
23
+ md: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
19
24
  }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
20
25
  apiKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
21
26
  baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;