@activepieces/piece-lead-connector 0.1.4 → 0.1.6
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 +9 -8
- 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,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-lead-connector",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "
|
|
6
|
-
"@ai-sdk/google": "
|
|
7
|
-
"@ai-sdk/openai": "
|
|
8
|
-
"@ai-sdk/
|
|
5
|
+
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
+
"@ai-sdk/google": "2.0.6",
|
|
7
|
+
"@ai-sdk/openai": "2.0.12",
|
|
8
|
+
"@ai-sdk/provider": "2.0.0",
|
|
9
|
+
"@ai-sdk/replicate": "1.0.3",
|
|
9
10
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "
|
|
11
|
+
"ai": "5.0.12",
|
|
11
12
|
"axios": "1.8.3",
|
|
12
13
|
"axios-retry": "4.4.1",
|
|
13
14
|
"deepmerge-ts": "7.1.0",
|
|
@@ -17,9 +18,9 @@
|
|
|
17
18
|
"nanoid": "3.3.8",
|
|
18
19
|
"semver": "7.6.0",
|
|
19
20
|
"zod": "3.25.76",
|
|
20
|
-
"@activepieces/pieces-common": "0.6.
|
|
21
|
+
"@activepieces/pieces-common": "0.6.7",
|
|
21
22
|
"@activepieces/pieces-framework": "0.18.3",
|
|
22
|
-
"@activepieces/shared": "0.18.
|
|
23
|
+
"@activepieces/shared": "0.18.5",
|
|
23
24
|
"tslib": "2.8.1"
|
|
24
25
|
},
|
|
25
26
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "Kopfzeilen",
|
|
61
61
|
"Query Parameters": "Abfrageparameter",
|
|
62
62
|
"Body": "Körper",
|
|
63
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
63
64
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
64
65
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "Wenn Sie einen dynamischen Wert verwenden, stellen Sie sicher, dass Sie den ISO-2-Ländercode und nicht den Landesnamen verwenden.",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "Die ID der zu verwendenden Pipeline.",
|
|
70
71
|
"The stage of the pipeline to use.": "Die Phase der zu verwendenden Pipeline.",
|
|
71
72
|
"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..",
|
|
72
74
|
"GET": "ERHALTEN",
|
|
73
75
|
"POST": "POST",
|
|
74
76
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "Encabezados",
|
|
61
61
|
"Query Parameters": "Parámetros de consulta",
|
|
62
62
|
"Body": "Cuerpo",
|
|
63
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
63
64
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
64
65
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "Cuando utilice un valor dinámico, asegúrese de usar el código de país ISO-2, y no el nombre del país.",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "El ID del pipeline a utilizar.",
|
|
70
71
|
"The stage of the pipeline to use.": "La etapa del pipeline a utilizar.",
|
|
71
72
|
"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.",
|
|
72
74
|
"GET": "RECOGER",
|
|
73
75
|
"POST": "POST",
|
|
74
76
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "En-têtes",
|
|
61
61
|
"Query Parameters": "Paramètres de requête",
|
|
62
62
|
"Body": "Corps",
|
|
63
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
63
64
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
64
65
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "Lorsque vous utilisez une valeur dynamique, assurez-vous d'utiliser le code de pays ISO-2, et non le nom du pays.",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "L'ID du pipeline à utiliser.",
|
|
70
71
|
"The stage of the pipeline to use.": "L'étape du pipeline à utiliser.",
|
|
71
72
|
"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.",
|
|
72
74
|
"GET": "OBTENIR",
|
|
73
75
|
"POST": "POSTER",
|
|
74
76
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "ヘッダー",
|
|
61
61
|
"Query Parameters": "クエリパラメータ",
|
|
62
62
|
"Body": "本文",
|
|
63
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
63
64
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
64
65
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "動的な値を使用する場合は、必ず国名ではなくISO-2の国コードを使用してください。",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "使用するパイプラインのID。",
|
|
70
71
|
"The stage of the pipeline to use.": "使用するパイプラインの段階。",
|
|
71
72
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
73
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
72
74
|
"GET": "取得",
|
|
73
75
|
"POST": "POST",
|
|
74
76
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "Kopteksten",
|
|
61
61
|
"Query Parameters": "Query parameters",
|
|
62
62
|
"Body": "Lichaam",
|
|
63
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
63
64
|
"No Error on Failure": "Geen fout bij fout",
|
|
64
65
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "Let op dat bij het gebruik van een dynamische waarde de ISO-2-landcode gebruikt en niet de landnaam.",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "De ID van de pipeline om te gebruiken.",
|
|
70
71
|
"The stage of the pipeline to use.": "De fase van de pijpleiding om te gebruiken.",
|
|
71
72
|
"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..",
|
|
72
74
|
"GET": "KRIJG",
|
|
73
75
|
"POST": "POSTE",
|
|
74
76
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "Cabeçalhos",
|
|
61
61
|
"Query Parameters": "Parâmetros da consulta",
|
|
62
62
|
"Body": "Conteúdo",
|
|
63
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
63
64
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
64
65
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "Ao usar um valor dinâmico, certifique-se de usar o código do país ISO-2, e não o nome do país.",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "A ID do pipeline a ser usado.",
|
|
70
71
|
"The stage of the pipeline to use.": "O estágio do pipeline a ser usado.",
|
|
71
72
|
"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..",
|
|
72
74
|
"GET": "OBTER",
|
|
73
75
|
"POST": "POSTAR",
|
|
74
76
|
"PATCH": "COMPRAR",
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "Headers",
|
|
61
61
|
"Query Parameters": "Query Parameters",
|
|
62
62
|
"Body": "Body",
|
|
63
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
63
64
|
"No Error on Failure": "No Error on Failure",
|
|
64
65
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "The ID of the pipeline to use.",
|
|
70
71
|
"The stage of the pipeline to use.": "The stage of the pipeline to use.",
|
|
71
72
|
"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..",
|
|
72
74
|
"GET": "GET",
|
|
73
75
|
"POST": "POST",
|
|
74
76
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"Headers": "信頭",
|
|
61
61
|
"Query Parameters": "查詢參數",
|
|
62
62
|
"Body": "正文內容",
|
|
63
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
63
64
|
"No Error on Failure": "失敗時沒有錯誤",
|
|
64
65
|
"Timeout (in seconds)": "超時(秒)",
|
|
65
66
|
"When using a dynamic value, make sure to use the ISO-2 country code, and not the country name.": "使用動態值時,請確保使用 ISO-2 國家代碼,而不是國家名稱。",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"The ID of the pipeline to use.": "要使用的管道 ID。",
|
|
70
71
|
"The stage of the pipeline to use.": "要使用的管道階段。",
|
|
71
72
|
"Authorization headers are injected automatically from your connection.": "授權頭自動從您的連接中注入。",
|
|
73
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
72
74
|
"GET": "GET",
|
|
73
75
|
"POST": "POST",
|
|
74
76
|
"PATCH": "PATCH",
|