@activepieces/piece-forms 0.3.2 → 0.3.3
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-forms",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.32.35",
|
|
6
6
|
"dayjs": "1.11.9",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"nanoid": "3.3.6",
|
|
11
11
|
"semver": "7.6.0",
|
|
12
12
|
"@activepieces/pieces-framework": "0.7.36",
|
|
13
|
-
"@activepieces/shared": "0.10.
|
|
13
|
+
"@activepieces/shared": "0.10.119",
|
|
14
14
|
"tslib": "2.6.2"
|
|
15
15
|
},
|
|
16
16
|
"main": "./src/index.js",
|
|
@@ -4,7 +4,7 @@ exports.onChatSubmission = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
6
|
const markdown = `
|
|
7
|
-
This trigger sets up a chat interface. Ensure that **Respond
|
|
7
|
+
This trigger sets up a chat interface. Ensure that **Respond on UI (Markdown)** is the final step in your flow.
|
|
8
8
|
|
|
9
9
|
**Your Chat URL:**
|
|
10
10
|
\`\`\`text
|
|
@@ -18,7 +18,7 @@ Use this for production, views the published version of the form.
|
|
|
18
18
|
Use this to generate sample data, views the draft version of the from.
|
|
19
19
|
`;
|
|
20
20
|
const responseMarkdown = `
|
|
21
|
-
If **Wait for Response** is enabled, ensure the last step in the flow is either **Respond
|
|
21
|
+
If **Wait for Response** is enabled, ensure the last step in the flow is either **Respond on UI (Markdown)** or **Respond on UI (File)**.
|
|
22
22
|
`;
|
|
23
23
|
exports.onFormSubmission = (0, pieces_framework_1.createTrigger)({
|
|
24
24
|
name: 'form_submission',
|