@activepieces/piece-respond-io 0.0.3 → 0.0.5
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-respond-io",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
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.18.
|
|
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
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "Kopfzeilen",
|
|
43
43
|
"Query Parameters": "Abfrageparameter",
|
|
44
44
|
"Body": "Körper",
|
|
45
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
45
46
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
46
47
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
47
48
|
"Select the contact.": "Kontakt auswählen.",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "Anzahl der zurückzugebenden Kontakte (1-99). Standard ist 10.",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "Kontakt-ID für Seiteneingabe. Optional.",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
64
66
|
"GET": "ERHALTEN",
|
|
65
67
|
"POST": "POST",
|
|
66
68
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "Encabezados",
|
|
43
43
|
"Query Parameters": "Parámetros de consulta",
|
|
44
44
|
"Body": "Cuerpo",
|
|
45
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
45
46
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
46
47
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
47
48
|
"Select the contact.": "Seleccione el contacto.",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "Número de contactos a devolver (1-99). Por defecto es 10.",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "ID de contacto para comenzar desde la paginación. Opcional.",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
64
66
|
"GET": "RECOGER",
|
|
65
67
|
"POST": "POST",
|
|
66
68
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "En-têtes",
|
|
43
43
|
"Query Parameters": "Paramètres de requête",
|
|
44
44
|
"Body": "Corps",
|
|
45
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
45
46
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
46
47
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
47
48
|
"Select the contact.": "Sélectionnez le contact.",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "Nombre de contacts à retourner (1-99). La valeur par défaut est 10.",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "ID de contact à partir duquel démarrer pour la pagination. Optionnel.",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
64
66
|
"GET": "OBTENIR",
|
|
65
67
|
"POST": "POSTER",
|
|
66
68
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "ヘッダー",
|
|
43
43
|
"Query Parameters": "クエリパラメータ",
|
|
44
44
|
"Body": "本文",
|
|
45
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
45
46
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
46
47
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
47
48
|
"Select the contact.": "連絡先を選択します。",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "リターンする連絡先の数(1-99)。デフォルトは10です。",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "ページネーションから開始する連絡先ID。任意。",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
64
66
|
"GET": "取得",
|
|
65
67
|
"POST": "POST",
|
|
66
68
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "Kopteksten",
|
|
43
43
|
"Query Parameters": "Query parameters",
|
|
44
44
|
"Body": "Lichaam",
|
|
45
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
45
46
|
"No Error on Failure": "Geen fout bij fout",
|
|
46
47
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
47
48
|
"Select the contact.": "Selecteer de contactpersoon",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "Aantal contactpersonen om te retourneren (1-99). Standaard is 10.",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "Contact ID om te starten vanaf pagina. Optioneel.",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
64
66
|
"GET": "KRIJG",
|
|
65
67
|
"POST": "POSTE",
|
|
66
68
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "Cabeçalhos",
|
|
43
43
|
"Query Parameters": "Parâmetros da consulta",
|
|
44
44
|
"Body": "Conteúdo",
|
|
45
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
45
46
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
46
47
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
47
48
|
"Select the contact.": "Selecione o contato",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "Número de contatos a retornar (1-99). O padrão é 10.",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "Contato ID para começar a partir de paginação. Opcional.",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
64
66
|
"GET": "OBTER",
|
|
65
67
|
"POST": "POSTAR",
|
|
66
68
|
"PATCH": "COMPRAR",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "Headers",
|
|
43
43
|
"Query Parameters": "Query Parameters",
|
|
44
44
|
"Body": "Body",
|
|
45
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
45
46
|
"No Error on Failure": "No Error on Failure",
|
|
46
47
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
47
48
|
"Select the contact.": "Select the contact.",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "Number of contacts to return (1-99). Default is 10.",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "Contact ID to start from for pagination. Optional.",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
64
66
|
"GET": "GET",
|
|
65
67
|
"POST": "POST",
|
|
66
68
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"Headers": "信头",
|
|
43
43
|
"Query Parameters": "查询参数",
|
|
44
44
|
"Body": "正文内容",
|
|
45
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
45
46
|
"No Error on Failure": "失败时没有错误",
|
|
46
47
|
"Timeout (in seconds)": "超时(秒)",
|
|
47
48
|
"Select the contact.": "Select the contact.",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Number of contacts to return (1-99). Default is 10.": "Number of contacts to return (1-99). Default is 10.",
|
|
62
63
|
"Contact ID to start from for pagination. Optional.": "Contact ID to start from for pagination. Optional.",
|
|
63
64
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
65
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
64
66
|
"GET": "获取",
|
|
65
67
|
"POST": "帖子",
|
|
66
68
|
"PATCH": "PATCH",
|