@activepieces/piece-zoho-books 0.1.3 → 0.1.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 +11 -22
- package/src/i18n/de.json +8 -2
- package/src/i18n/es.json +8 -2
- package/src/i18n/fr.json +8 -2
- package/src/i18n/ja.json +8 -2
- package/src/i18n/nl.json +8 -2
- package/src/i18n/pt.json +8 -2
- package/src/i18n/zh.json +8 -2
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/index.js.map +1 -1
- package/README.md +0 -7
package/package.json
CHANGED
|
@@ -1,27 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-zoho-books",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"main": "./src/index.js",
|
|
5
|
+
"types": "./src/index.d.ts",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
|
8
|
+
"lint": "eslint 'src/**/*.ts'"
|
|
9
|
+
},
|
|
4
10
|
"dependencies": {
|
|
5
|
-
"@
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"axios-retry": "4.4.1",
|
|
9
|
-
"deepmerge-ts": "7.1.0",
|
|
10
|
-
"form-data": "4.0.4",
|
|
11
|
-
"mime-types": "2.1.35",
|
|
12
|
-
"nanoid": "3.3.8",
|
|
13
|
-
"semver": "7.6.0",
|
|
14
|
-
"socket.io-client": "4.8.1",
|
|
15
|
-
"zod": "4.1.13",
|
|
16
|
-
"@activepieces/pieces-common": "0.11.6",
|
|
17
|
-
"@activepieces/pieces-framework": "0.25.4",
|
|
18
|
-
"@activepieces/shared": "0.37.0",
|
|
11
|
+
"@activepieces/pieces-common": "0.12.0",
|
|
12
|
+
"@activepieces/pieces-framework": "0.26.0",
|
|
13
|
+
"@activepieces/shared": "0.50.1",
|
|
19
14
|
"tslib": "2.6.2"
|
|
20
|
-
}
|
|
21
|
-
"resolutions": {
|
|
22
|
-
"rollup": "npm:@rollup/wasm-node"
|
|
23
|
-
},
|
|
24
|
-
"types": "./src/index.d.ts",
|
|
25
|
-
"main": "./src/index.js",
|
|
26
|
-
"type": "commonjs"
|
|
15
|
+
}
|
|
27
16
|
}
|
package/src/i18n/de.json
CHANGED
|
@@ -14,16 +14,22 @@
|
|
|
14
14
|
"Method": "Methode",
|
|
15
15
|
"Headers": "Kopfzeilen",
|
|
16
16
|
"Query Parameters": "Abfrageparameter",
|
|
17
|
+
"Body Type": "Körpertyp",
|
|
17
18
|
"Body": "Körper",
|
|
18
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)",
|
|
22
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
21
23
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
22
|
-
"Enable for files like PDFs, images, etc
|
|
24
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
23
25
|
"GET": "ERHALTEN",
|
|
24
26
|
"POST": "POST",
|
|
25
27
|
"PATCH": "PATCH",
|
|
26
28
|
"PUT": "PUT",
|
|
27
29
|
"DELETE": "LÖSCHEN",
|
|
28
|
-
"HEAD": "HEAD"
|
|
30
|
+
"HEAD": "HEAD",
|
|
31
|
+
"None": "Keine",
|
|
32
|
+
"JSON": "JSON",
|
|
33
|
+
"Form Data": "Formulardaten",
|
|
34
|
+
"Raw": "Rohe"
|
|
29
35
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -14,16 +14,22 @@
|
|
|
14
14
|
"Method": "Método",
|
|
15
15
|
"Headers": "Encabezados",
|
|
16
16
|
"Query Parameters": "Parámetros de consulta",
|
|
17
|
+
"Body Type": "Tipo de cuerpo",
|
|
17
18
|
"Body": "Cuerpo",
|
|
18
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)",
|
|
22
|
+
"Follow redirects": "Seguir redirecciones",
|
|
21
23
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
22
|
-
"Enable for files like PDFs, images, etc
|
|
24
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
23
25
|
"GET": "RECOGER",
|
|
24
26
|
"POST": "POST",
|
|
25
27
|
"PATCH": "PATCH",
|
|
26
28
|
"PUT": "PUT",
|
|
27
29
|
"DELETE": "BORRAR",
|
|
28
|
-
"HEAD": "LIMPIO"
|
|
30
|
+
"HEAD": "LIMPIO",
|
|
31
|
+
"None": "Ninguna",
|
|
32
|
+
"JSON": "JSON",
|
|
33
|
+
"Form Data": "Datos de Formulario",
|
|
34
|
+
"Raw": "Rápido"
|
|
29
35
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -14,16 +14,22 @@
|
|
|
14
14
|
"Method": "Méthode",
|
|
15
15
|
"Headers": "En-têtes",
|
|
16
16
|
"Query Parameters": "Paramètres de requête",
|
|
17
|
+
"Body Type": "Body Type",
|
|
17
18
|
"Body": "Corps",
|
|
18
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'expiration (en secondes)",
|
|
22
|
+
"Follow redirects": "Suivre les redirections",
|
|
21
23
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
22
|
-
"Enable for files like PDFs, images, etc
|
|
24
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
23
25
|
"GET": "GET",
|
|
24
26
|
"POST": "POST",
|
|
25
27
|
"PATCH": "PATCH",
|
|
26
28
|
"PUT": "PUT",
|
|
27
29
|
"DELETE": "DELETE",
|
|
28
|
-
"HEAD": "HEAD"
|
|
30
|
+
"HEAD": "HEAD",
|
|
31
|
+
"None": "Aucun",
|
|
32
|
+
"JSON": "JSON",
|
|
33
|
+
"Form Data": "Données du formulaire",
|
|
34
|
+
"Raw": "Brut"
|
|
29
35
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -14,16 +14,22 @@
|
|
|
14
14
|
"Method": "方法",
|
|
15
15
|
"Headers": "ヘッダー",
|
|
16
16
|
"Query Parameters": "クエリパラメータ",
|
|
17
|
+
"Body Type": "ボディタイプ",
|
|
17
18
|
"Body": "本文",
|
|
18
19
|
"Response is Binary ?": "応答はバイナリですか?",
|
|
19
20
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
20
21
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
22
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
21
23
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
22
|
-
"Enable for files like PDFs, images, etc
|
|
24
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
23
25
|
"GET": "取得",
|
|
24
26
|
"POST": "POST",
|
|
25
27
|
"PATCH": "PATCH",
|
|
26
28
|
"PUT": "PUT",
|
|
27
29
|
"DELETE": "削除",
|
|
28
|
-
"HEAD": "頭"
|
|
30
|
+
"HEAD": "頭",
|
|
31
|
+
"None": "なし",
|
|
32
|
+
"JSON": "JSON",
|
|
33
|
+
"Form Data": "フォームデータ",
|
|
34
|
+
"Raw": "Raw"
|
|
29
35
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -14,16 +14,22 @@
|
|
|
14
14
|
"Method": "Methode",
|
|
15
15
|
"Headers": "Kopteksten",
|
|
16
16
|
"Query Parameters": "Query parameters",
|
|
17
|
+
"Body Type": "Type lichaam",
|
|
17
18
|
"Body": "Lichaam",
|
|
18
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)",
|
|
22
|
+
"Follow redirects": "Volg omleidingen",
|
|
21
23
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
22
|
-
"Enable for files like PDFs, images, etc
|
|
24
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
23
25
|
"GET": "KRIJG",
|
|
24
26
|
"POST": "POSTE",
|
|
25
27
|
"PATCH": "BEKIJK",
|
|
26
28
|
"PUT": "PUT",
|
|
27
29
|
"DELETE": "VERWIJDEREN",
|
|
28
|
-
"HEAD": "HOOFD"
|
|
30
|
+
"HEAD": "HOOFD",
|
|
31
|
+
"None": "geen",
|
|
32
|
+
"JSON": "JSON",
|
|
33
|
+
"Form Data": "Formulieren gegevens",
|
|
34
|
+
"Raw": "Onbewerkte"
|
|
29
35
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -14,16 +14,22 @@
|
|
|
14
14
|
"Method": "Método",
|
|
15
15
|
"Headers": "Cabeçalhos",
|
|
16
16
|
"Query Parameters": "Parâmetros da consulta",
|
|
17
|
+
"Body Type": "Tipo de Corpo",
|
|
17
18
|
"Body": "Conteúdo",
|
|
18
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)",
|
|
22
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
21
23
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
22
|
-
"Enable for files like PDFs, images, etc
|
|
24
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
23
25
|
"GET": "OBTER",
|
|
24
26
|
"POST": "POSTAR",
|
|
25
27
|
"PATCH": "COMPRAR",
|
|
26
28
|
"PUT": "COLOCAR",
|
|
27
29
|
"DELETE": "EXCLUIR",
|
|
28
|
-
"HEAD": "CABEÇA"
|
|
30
|
+
"HEAD": "CABEÇA",
|
|
31
|
+
"None": "Nenhuma",
|
|
32
|
+
"JSON": "JSON",
|
|
33
|
+
"Form Data": "Dados de Formulário",
|
|
34
|
+
"Raw": "RAW"
|
|
29
35
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -14,16 +14,22 @@
|
|
|
14
14
|
"Method": "方法",
|
|
15
15
|
"Headers": "信头",
|
|
16
16
|
"Query Parameters": "查询参数",
|
|
17
|
+
"Body Type": "Body Type",
|
|
17
18
|
"Body": "正文内容",
|
|
18
19
|
"Response is Binary ?": "Response is Binary ?",
|
|
19
20
|
"No Error on Failure": "失败时没有错误",
|
|
20
21
|
"Timeout (in seconds)": "超时(秒)",
|
|
22
|
+
"Follow redirects": "Follow redirects",
|
|
21
23
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
22
|
-
"Enable for files like PDFs, images, etc
|
|
24
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
23
25
|
"GET": "获取",
|
|
24
26
|
"POST": "帖子",
|
|
25
27
|
"PATCH": "PATCH",
|
|
26
28
|
"PUT": "弹出",
|
|
27
29
|
"DELETE": "删除",
|
|
28
|
-
"HEAD": "黑色"
|
|
30
|
+
"HEAD": "黑色",
|
|
31
|
+
"None": "无",
|
|
32
|
+
"JSON": "JSON",
|
|
33
|
+
"Form Data": "表单数据",
|
|
34
|
+
"Raw": "原始文件"
|
|
29
35
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export declare const zohoBooksAuth: import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>;
|
|
2
2
|
export declare const zohoBooks: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,aAAa,+GAyCxB,CAAC;AAEH,eAAO,MAAM,SAAS,+JAsBpB,CAAC"}
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAKwC;AACxC,iDAAqD;AAExC,QAAA,aAAa,GAAG,4BAAS,CAAC,MAAM,CAAC;IAC5C,KAAK,EAAE;QACL,QAAQ,EAAE,2BAAQ,CAAC,cAAc,CAAC;YAChC,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,yCAAyC;YACtD,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE;gBACP,OAAO,EAAE;oBACP;wBACE,KAAK,EAAE,kBAAkB;wBACzB,KAAK,EAAE,SAAS;qBACjB;oBACD;wBACE,KAAK,EAAE,0BAA0B;wBACjC,KAAK,EAAE,UAAU;qBAClB;oBACD;wBACE,KAAK,EAAE,yBAAyB;wBAChC,KAAK,EAAE,aAAa;qBACrB;oBACD;wBACE,KAAK,EAAE,iBAAiB;wBACxB,KAAK,EAAE,SAAS;qBACjB;oBACD;wBACE,KAAK,EAAE,iBAAiB;wBACxB,KAAK,EAAE,SAAS;qBACjB;oBACD;wBACE,KAAK,EAAE,uBAAuB;wBAC9B,KAAK,EAAE,cAAc;qBACtB;iBACF;aACF;SACF,CAAC;KACH;IACD,WAAW,EAAE,+BAA+B;IAC5C,KAAK,EAAE,CAAC,0BAA0B,CAAC;IACnC,OAAO,EAAE,2CAA2C;IACpD,QAAQ,EAAE,4CAA4C;IACtD,QAAQ,EAAE,IAAI;CACf,CAAC,CAAC;AAEU,QAAA,SAAS,GAAG,IAAA,8BAAW,EAAC;IACnC,WAAW,EAAE,YAAY;IACzB,WAAW,EAAE,gEAAgE;IAC7E,OAAO,EAAE,oDAAoD;IAC7D,uBAAuB,EAAE,QAAQ;IACjC,UAAU,EAAE,CAAC,sBAAa,CAAC,UAAU,CAAC;IACtC,OAAO,EAAE,CAAC,SAAS,CAAC;IACpB,IAAI,EAAE,qBAAa;IACnB,OAAO,EAAE;QACP,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE;gBAEhB,MAAM,IAAI,GAAI,IAA4B,CAAC,IAAI,CAAC;gBAChD,OAAO,IAAI,IAAI,IAAI,CAAC,YAAY,CAAC,CAAA,CAAC,CAAC,GAAG,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,CAAA;YAC1E,CAAC;YACD,IAAI,EAAE,qBAAa;YACnB,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC5B,aAAa,EAAE,mBAAoB,IAA4B,CAAC,YAAY,EAAE;iBAC/E,CAAC,CAAA;cAAA;SACH,CAAC;KACH;IACD,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|