@activepieces/piece-surveymonkey 0.1.2 → 0.1.4

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.
Files changed (2) hide show
  1. package/package.json +5 -6
  2. package/src/i18n/zh.json +8 -8
package/package.json CHANGED
@@ -1,22 +1,21 @@
1
1
  {
2
2
  "name": "@activepieces/piece-surveymonkey",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "ai": "^6.0.0",
7
- "axios": "1.13.1",
7
+ "axios": "1.13.5",
8
8
  "axios-retry": "4.4.1",
9
9
  "deepmerge-ts": "7.1.0",
10
10
  "form-data": "4.0.4",
11
- "i18next": "23.13.0",
12
11
  "mime-types": "2.1.35",
13
12
  "nanoid": "3.3.8",
14
13
  "semver": "7.6.0",
15
14
  "socket.io-client": "4.8.1",
16
15
  "zod": "4.1.13",
17
- "@activepieces/pieces-common": "0.11.3",
18
- "@activepieces/pieces-framework": "0.25.1",
19
- "@activepieces/shared": "0.34.0",
16
+ "@activepieces/pieces-common": "0.11.5",
17
+ "@activepieces/pieces-framework": "0.25.3",
18
+ "@activepieces/shared": "0.37.0",
20
19
  "tslib": "2.6.2"
21
20
  },
22
21
  "resolutions": {
package/src/i18n/zh.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
- "Receive survey responses from SurveyMonkey": "Receive survey responses from SurveyMonkey",
2
+ "Receive survey responses from SurveyMonkey": " SurveyMonkey 接收调查回复",
3
3
  "Custom API Call": "自定义 API 呼叫",
4
4
  "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
5
5
  "Method": "方法",
6
6
  "Headers": "信头",
7
7
  "Query Parameters": "查询参数",
8
- "Body Type": "Body Type",
8
+ "Body Type": "正文类型",
9
9
  "Body": "正文内容",
10
- "Response is Binary ?": "Response is Binary ?",
10
+ "Response is Binary ?": "响应是二进制的?",
11
11
  "No Error on Failure": "失败时没有错误",
12
12
  "Timeout (in seconds)": "超时(秒)",
13
- "Follow redirects": "Follow redirects",
13
+ "Follow redirects": "跟随重定向",
14
14
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
15
- "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
15
+ "Enable for files like PDFs, images, etc.": "启用 PDF、图像等文件。",
16
16
  "GET": "获取",
17
17
  "POST": "帖子",
18
18
  "PATCH": "PATCH",
@@ -23,7 +23,7 @@
23
23
  "JSON": "JSON",
24
24
  "Form Data": "表单数据",
25
25
  "Raw": "原始文件",
26
- "New Response": "New Response",
27
- "Triggers when a new response is submitted": "Triggers when a new response is submitted",
28
- "Survey": "Survey"
26
+ "New Response": "新回复",
27
+ "Triggers when a new response is submitted": "提交新响应时触发",
28
+ "Survey": "调查"
29
29
  }