@activepieces/piece-bigin-by-zoho 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 CHANGED
@@ -1,16 +1,11 @@
1
1
  {
2
2
  "name": "@activepieces/piece-bigin-by-zoho",
3
- "version": "0.0.3",
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": "1.2.12",
9
- "@ai-sdk/google": "1.2.19",
10
- "@ai-sdk/openai": "1.3.22",
11
- "@ai-sdk/replicate": "0.2.8",
12
8
  "@sinclair/typebox": "0.34.11",
13
- "ai": "4.3.16",
14
9
  "axios": "1.8.3",
15
10
  "axios-retry": "4.4.1",
16
11
  "deepmerge-ts": "7.1.0",
@@ -20,9 +15,9 @@
20
15
  "semver": "7.6.0",
21
16
  "tslib": "^2.3.0",
22
17
  "zod": "3.25.76",
23
- "@activepieces/pieces-common": "0.6.4",
24
- "@activepieces/pieces-framework": "0.18.2",
25
- "@activepieces/shared": "0.18.0"
18
+ "@activepieces/pieces-common": "0.7.0",
19
+ "@activepieces/pieces-framework": "0.18.4",
20
+ "@activepieces/shared": "0.19.1"
26
21
  },
27
22
  "overrides": {
28
23
  "@tryfabric/martian": {
package/src/i18n/ja.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "Select Company": "所属を選択",
58
58
  "Company Details": "会社詳細",
59
59
  "First Name": "名",
60
- "Last Name": "",
60
+ "Last Name": "Last Name",
61
61
  "Title": "タイトル",
62
62
  "Email": "Eメールアドレス",
63
63
  "Mobile": "モバイル",
package/src/i18n/zh.json CHANGED
@@ -56,7 +56,7 @@
56
56
  "Billing Code": "Billing Code",
57
57
  "Select Company": "Select Company",
58
58
  "Company Details": "Company Details",
59
- "First Name": "名字",
59
+ "First Name": "First Name",
60
60
  "Last Name": "名字",
61
61
  "Title": "标题",
62
62
  "Email": "电子邮件地址",