@activepieces/piece-forms 0.4.6 → 0.4.8

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 +3 -8
  2. package/src/i18n/zh.json +18 -18
package/package.json CHANGED
@@ -1,21 +1,16 @@
1
1
  {
2
2
  "name": "@activepieces/piece-forms",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "dependencies": {
5
- "@ai-sdk/anthropic": "1.2.12",
6
- "@ai-sdk/google": "1.2.19",
7
- "@ai-sdk/openai": "1.3.22",
8
- "@ai-sdk/replicate": "0.2.8",
9
5
  "@sinclair/typebox": "0.34.11",
10
- "ai": "4.3.16",
11
6
  "deepmerge-ts": "7.1.0",
12
7
  "fast-glob": "3.3.3",
13
8
  "http-status-codes": "2.2.0",
14
9
  "mime-types": "2.1.35",
15
10
  "nanoid": "3.3.8",
16
11
  "semver": "7.6.0",
17
- "@activepieces/pieces-framework": "0.18.3",
18
- "@activepieces/shared": "0.18.0",
12
+ "@activepieces/pieces-framework": "0.18.4",
13
+ "@activepieces/shared": "0.19.1",
19
14
  "tslib": "2.8.1"
20
15
  },
21
16
  "overrides": {
package/src/i18n/zh.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
- "Human Input": "人工輸入",
3
- "Trigger a flow through human input.": "透過人工輸入觸發流程。",
4
- "Respond on UI": " UI 上回應",
5
- "Return a file or text (markdown) as a response.": "返回檔案或文本(Markdown)作為回應。",
6
- "Text (Markdown)": "文本(Markdown",
7
- "Attachment": "附件",
8
- "Web Form": "網頁表單",
9
- "Chat UI": "聊天 UI",
10
- "Trigger the flow by submitting a form.": "通過提交表單來觸發流程。",
11
- "Trigger the flow by sending a message": "通過發送信息觸發流程",
2
+ "Human Input": "Human Input",
3
+ "Trigger a flow through human input.": "Trigger a flow through human input.",
4
+ "Respond on UI": "Respond on UI",
5
+ "Return a file or text (markdown) as a response.": "Return a file or text (markdown) as a response.",
6
+ "Text (Markdown)": "Text (Markdown)",
7
+ "Attachment": "Attachment",
8
+ "Web Form": "Web Form",
9
+ "Chat UI": "Chat UI",
10
+ "Trigger the flow by submitting a form.": "Trigger the flow by submitting a form.",
11
+ "Trigger the flow by sending a message": "Trigger the flow by sending a message",
12
12
  "Markdown": "Markdown",
13
- "Wait for Response": "等待回應",
14
- "Inputs": "輸入",
15
- "Bot Name": "機器人名稱",
16
- "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**已發布的表單網址:**\n```text\n{{formUrl}}\n```\n使用此網址以供生產使用,檢視已發布版本的表單。\n<br>\n<br>\n**草稿表單網址:**\n```text\n{{formUrl}}?useDraft=true\n```\n使用此網址以生成樣本數據,查看表單的草稿版本(您現在正在編輯的版本)。\n",
17
- "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\n如果**等待回應**已啟用,請在您的流程中使用**在 UI 上回應**以將回應返回表單。\n",
18
- "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**已發布的聊天網址:**\n```text\n{{chatUrl}}\n```\n使用此網址以供生產使用,檢視已發布版本的聊天流程。\n<br>\n<br>\n",
19
- "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\n此觸發器設置了一個聊天介面。確保在您的流程中使用**在 UI 上回應**",
20
- "The name of the chatbot": "聊天機器人的名稱"
13
+ "Wait for Response": "Wait for Response",
14
+ "Inputs": "Inputs",
15
+ "Bot Name": "Bot Name",
16
+ "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n": "**Published Form URL:**\n```text\n{{formUrl}}\n```\nUse this for production, views the published version of the form.\n<br>\n<br>\n**Draft Form URL:**\n```text\n{{formUrl}}?useDraft=true\n```\nUse this to generate sample data, views the draft version of the form (the one you are editing now).\n",
17
+ "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n": "\nIf **Wait for Response** is enabled, use **Respond on UI** in your flow to provide a response back to the form.\n",
18
+ "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n": "\n**Published Chat URL:**\n```text\n{{chatUrl}}\n```\nUse this for production, views the published version of the chat flow.\n<br>\n<br>\n",
19
+ "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow": "\nThis trigger sets up a chat interface. Ensure that **Respond on UI** is used in your flow",
20
+ "The name of the chatbot": "The name of the chatbot"
21
21
  }