@activepieces/piece-zoho-books 0.0.8 → 0.0.9
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 +3 -4
- package/src/i18n/de.json +0 -1
- package/src/i18n/es.json +0 -1
- package/src/i18n/fr.json +0 -1
- package/src/i18n/ja.json +0 -1
- package/src/i18n/nl.json +0 -1
- package/src/i18n/pt.json +0 -1
- package/src/i18n/translation.json +0 -1
- package/src/i18n/zh.json +0 -1
package/package.json
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-zoho-books",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
7
7
|
"axios-retry": "4.4.1",
|
|
8
8
|
"deepmerge-ts": "7.1.0",
|
|
9
|
-
"fast-glob": "3.3.3",
|
|
10
9
|
"mime-types": "2.1.35",
|
|
11
10
|
"nanoid": "3.3.8",
|
|
12
11
|
"semver": "7.6.0",
|
|
13
12
|
"zod": "3.25.76",
|
|
14
13
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
|
-
"@activepieces/pieces-framework": "0.
|
|
16
|
-
"@activepieces/shared": "0.
|
|
14
|
+
"@activepieces/pieces-framework": "0.20.1",
|
|
15
|
+
"@activepieces/shared": "0.22.0",
|
|
17
16
|
"tslib": "2.8.1"
|
|
18
17
|
},
|
|
19
18
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Zoho Books": "Zoho Bücher",
|
|
3
2
|
"Comprehensive online accounting software for small businesses.": "Umfassende Online-Buchhaltungssoftware für kleine Unternehmen.",
|
|
4
3
|
"Location": "Standort",
|
|
5
4
|
"The location of your Zoho Books account": "Der Standort Ihres Zoho Books Accounts",
|
package/src/i18n/es.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Zoho Books": "Libros de Zoho",
|
|
3
2
|
"Comprehensive online accounting software for small businesses.": "Software completo de contabilidad online para pequeñas empresas.",
|
|
4
3
|
"Location": "Ubicación",
|
|
5
4
|
"The location of your Zoho Books account": "La ubicación de su cuenta de libros de Zoho",
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Zoho Books": "Livres Zoho",
|
|
3
2
|
"Comprehensive online accounting software for small businesses.": "Logiciel de comptabilité en ligne complet pour les petites entreprises.",
|
|
4
3
|
"Location": "Localisation",
|
|
5
4
|
"The location of your Zoho Books account": "La localisation de votre compte Zoho Books",
|
package/src/i18n/ja.json
CHANGED
package/src/i18n/nl.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Zoho Books": "Zoho boeken",
|
|
3
2
|
"Comprehensive online accounting software for small businesses.": "Uitgebreide online boekhoudsoftware voor kleine bedrijven.",
|
|
4
3
|
"Location": "Locatie",
|
|
5
4
|
"The location of your Zoho Books account": "De locatie van je Zoho boekenaccount",
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Zoho Books": "Livros de Zoho",
|
|
3
2
|
"Comprehensive online accounting software for small businesses.": "Software abrangente de contabilidade on-line para pequenas empresas.",
|
|
4
3
|
"Location": "Local:",
|
|
5
4
|
"The location of your Zoho Books account": "A localização da sua conta Zoho Books",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Zoho Books": "Zoho Books",
|
|
3
2
|
"Comprehensive online accounting software for small businesses.": "Comprehensive online accounting software for small businesses.",
|
|
4
3
|
"Location": "Location",
|
|
5
4
|
"The location of your Zoho Books account": "The location of your Zoho Books account",
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Zoho Books": "Zoho Books",
|
|
3
2
|
"Comprehensive online accounting software for small businesses.": "Comprehensive online accounting software for small businesses.",
|
|
4
3
|
"Location": "Location",
|
|
5
4
|
"The location of your Zoho Books account": "The location of your Zoho Books account",
|