@activepieces/piece-zoho-books 0.0.4 → 0.0.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 +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-zoho-books",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
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
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "Kopfzeilen",
|
|
17
17
|
"Query Parameters": "Abfrageparameter",
|
|
18
18
|
"Body": "Körper",
|
|
19
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
19
20
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
20
21
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
22
24
|
"GET": "ERHALTEN",
|
|
23
25
|
"POST": "POST",
|
|
24
26
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "Encabezados",
|
|
17
17
|
"Query Parameters": "Parámetros de consulta",
|
|
18
18
|
"Body": "Cuerpo",
|
|
19
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
19
20
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
20
21
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
22
24
|
"GET": "RECOGER",
|
|
23
25
|
"POST": "POST",
|
|
24
26
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "En-têtes",
|
|
17
17
|
"Query Parameters": "Paramètres de requête",
|
|
18
18
|
"Body": "Corps",
|
|
19
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
19
20
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
20
21
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
22
24
|
"GET": "OBTENIR",
|
|
23
25
|
"POST": "POSTER",
|
|
24
26
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "ヘッダー",
|
|
17
17
|
"Query Parameters": "クエリパラメータ",
|
|
18
18
|
"Body": "本文",
|
|
19
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
19
20
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
20
21
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
22
24
|
"GET": "取得",
|
|
23
25
|
"POST": "POST",
|
|
24
26
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "Kopteksten",
|
|
17
17
|
"Query Parameters": "Query parameters",
|
|
18
18
|
"Body": "Lichaam",
|
|
19
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
19
20
|
"No Error on Failure": "Geen fout bij fout",
|
|
20
21
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
22
24
|
"GET": "KRIJG",
|
|
23
25
|
"POST": "POSTE",
|
|
24
26
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "Cabeçalhos",
|
|
17
17
|
"Query Parameters": "Parâmetros da consulta",
|
|
18
18
|
"Body": "Conteúdo",
|
|
19
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
19
20
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
20
21
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
22
24
|
"GET": "OBTER",
|
|
23
25
|
"POST": "POSTAR",
|
|
24
26
|
"PATCH": "COMPRAR",
|
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "Headers",
|
|
17
17
|
"Query Parameters": "Query Parameters",
|
|
18
18
|
"Body": "Body",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
20
|
"No Error on Failure": "No Error on Failure",
|
|
20
21
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
22
24
|
"GET": "GET",
|
|
23
25
|
"POST": "POST",
|
|
24
26
|
"PATCH": "PATCH",
|
package/src/i18n/zh.json
CHANGED
|
@@ -16,9 +16,11 @@
|
|
|
16
16
|
"Headers": "信头",
|
|
17
17
|
"Query Parameters": "查询参数",
|
|
18
18
|
"Body": "正文内容",
|
|
19
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
19
20
|
"No Error on Failure": "失败时没有错误",
|
|
20
21
|
"Timeout (in seconds)": "超时(秒)",
|
|
21
22
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
23
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
22
24
|
"GET": "获取",
|
|
23
25
|
"POST": "帖子",
|
|
24
26
|
"PATCH": "PATCH",
|