@activepieces/piece-zoho-crm 0.2.0 → 0.2.2

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,21 +1,23 @@
1
1
  {
2
2
  "name": "@activepieces/piece-zoho-crm",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
+ "ai": "^6.0.0",
6
7
  "axios": "1.13.1",
7
8
  "axios-retry": "4.4.1",
8
9
  "dayjs": "1.11.9",
9
10
  "deepmerge-ts": "7.1.0",
10
11
  "form-data": "4.0.4",
12
+ "i18next": "23.13.0",
11
13
  "mime-types": "2.1.35",
12
14
  "nanoid": "3.3.8",
13
15
  "semver": "7.6.0",
14
16
  "socket.io-client": "4.8.1",
15
17
  "zod": "4.1.13",
16
- "@activepieces/pieces-common": "0.11.0",
17
- "@activepieces/pieces-framework": "0.23.0",
18
- "@activepieces/shared": "0.30.4",
18
+ "@activepieces/pieces-common": "0.11.3",
19
+ "@activepieces/pieces-framework": "0.25.1",
20
+ "@activepieces/shared": "0.34.0",
19
21
  "tslib": "2.6.2"
20
22
  },
21
23
  "resolutions": {
package/src/i18n/ja.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "zohocloud.ca (Canada)": "zohocloud.ca (Canada)",
11
11
  "Authentication for Zoho CRM": "Zoho CRM の認証",
12
12
  "Read file": "ファイルの読み取り",
13
- "Custom API Call": "カスタムAPI通話",
13
+ "Custom API Call": "カスタムAPI呼び出し",
14
14
  "Download a file content from Zoho CRM. e.g.: a Backup File": "Zoho CRM からファイルの内容をダウンロードします。例えば: バックアップ ファイル",
15
15
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
16
16
  "URL": "URL",
@@ -17,19 +17,25 @@
17
17
  "Method": "Method",
18
18
  "Headers": "Headers",
19
19
  "Query Parameters": "Query Parameters",
20
+ "Body Type": "Body Type",
20
21
  "Body": "Body",
21
22
  "Response is Binary ?": "Response is Binary ?",
22
23
  "No Error on Failure": "No Error on Failure",
23
24
  "Timeout (in seconds)": "Timeout (in seconds)",
25
+ "Follow redirects": "Follow redirects",
24
26
  "The full URL to use, including the base URL": "The full URL to use, including the base URL",
25
27
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
26
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
28
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
27
29
  "GET": "GET",
28
30
  "POST": "POST",
29
31
  "PATCH": "PATCH",
30
32
  "PUT": "PUT",
31
33
  "DELETE": "DELETE",
32
34
  "HEAD": "HEAD",
35
+ "None": "None",
36
+ "JSON": "JSON",
37
+ "Form Data": "Form Data",
38
+ "Raw": "Raw",
33
39
  "New Contact": "New Contact",
34
40
  "Triggers when a new contact is created": "Triggers when a new contact is created"
35
41
  }
@@ -1,2 +1,2 @@
1
1
  import { TriggerStrategy } from '@activepieces/pieces-framework';
2
- export declare const newContact: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}>;
2
+ export declare const newContact: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>, {}>;