@activepieces/piece-forms 0.4.10 → 0.4.11
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,24 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-forms",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.11",
|
|
4
4
|
"dependencies": {
|
|
5
|
+
"@ai-sdk/mcp": "1.0.1 ",
|
|
6
|
+
"@modelcontextprotocol/sdk": "1.25.2",
|
|
5
7
|
"@sinclair/typebox": "0.34.11",
|
|
8
|
+
"ai": "5.0.104",
|
|
6
9
|
"deepmerge-ts": "7.1.0",
|
|
7
10
|
"http-status-codes": "2.2.0",
|
|
11
|
+
"i18next": "23.13.0",
|
|
8
12
|
"mime-types": "2.1.35",
|
|
9
13
|
"nanoid": "3.3.8",
|
|
10
14
|
"semver": "7.6.0",
|
|
11
|
-
"
|
|
12
|
-
"@activepieces/
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"overrides": {
|
|
16
|
-
"@tryfabric/martian": {
|
|
17
|
-
"@notionhq/client": "$@notionhq/client"
|
|
18
|
-
},
|
|
19
|
-
"vite": {
|
|
20
|
-
"rollup": "npm:@rollup/wasm-node"
|
|
21
|
-
}
|
|
15
|
+
"socket.io-client": "4.8.1",
|
|
16
|
+
"@activepieces/pieces-framework": "0.23.0",
|
|
17
|
+
"@activepieces/shared": "0.32.0",
|
|
18
|
+
"tslib": "2.6.2"
|
|
22
19
|
},
|
|
23
20
|
"resolutions": {
|
|
24
21
|
"rollup": "npm:@rollup/wasm-node"
|
package/src/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const forms: import("@activepieces/pieces-framework").Piece<
|
|
1
|
+
export declare const forms: import("@activepieces/pieces-framework").Piece<undefined>;
|
package/src/index.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.forms = (0, pieces_framework_1.createPiece)({
|
|
|
12
12
|
auth: pieces_framework_1.PieceAuth.None(),
|
|
13
13
|
minimumSupportedRelease: '0.65.0',
|
|
14
14
|
categories: [shared_1.PieceCategory.CORE],
|
|
15
|
-
logoUrl: 'https://cdn.activepieces.com/pieces/human-input.svg',
|
|
15
|
+
logoUrl: 'https://cdn.activepieces.com/pieces/new-core/human-input.svg',
|
|
16
16
|
authors: ['anasbarg', 'MoShizzle', 'abuaboud'],
|
|
17
17
|
actions: [return_response_1.returnResponse],
|
|
18
18
|
triggers: [form_trigger_1.onFormSubmission, chat_trigger_1.onChatSubmission],
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/forms/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,iDAAqD;AACrD,8DAA+D;AAC/D,8DAA+D;AAC/D,mEAA+D;AAElD,QAAA,KAAK,GAAG,IAAA,8BAAW,EAAC;IAC/B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,qCAAqC;IAClD,IAAI,EAAE,4BAAS,CAAC,IAAI,EAAE;IACtB,uBAAuB,EAAE,QAAQ;IACjC,UAAU,EAAE,CAAC,sBAAa,CAAC,IAAI,CAAC;IAChC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/forms/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,iDAAqD;AACrD,8DAA+D;AAC/D,8DAA+D;AAC/D,mEAA+D;AAElD,QAAA,KAAK,GAAG,IAAA,8BAAW,EAAC;IAC/B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,qCAAqC;IAClD,IAAI,EAAE,4BAAS,CAAC,IAAI,EAAE;IACtB,uBAAuB,EAAE,QAAQ;IACjC,UAAU,EAAE,CAAC,sBAAa,CAAC,IAAI,CAAC;IAChC,OAAO,EAAE,8DAA8D;IACvE,OAAO,EAAE,CAAC,UAAU,EAAE,WAAW,EAAE,UAAU,CAAC;IAC9C,OAAO,EAAE,CAAC,gCAAc,CAAC;IACzB,QAAQ,EAAE,CAAC,+BAAgB,EAAE,+BAAgB,CAAC;CAC/C,CAAC,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const onChatSubmission: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty, {
|
|
2
|
+
export declare const onChatSubmission: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
3
3
|
about: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
responseMarkdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
5
5
|
botName: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
6
|
-
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty, {
|
|
6
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
7
7
|
about: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
8
8
|
responseMarkdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
9
9
|
botName: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
10
|
-
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty, {
|
|
10
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
11
11
|
about: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
12
12
|
responseMarkdown: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
13
13
|
botName: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { TriggerStrategy } from '@activepieces/pieces-framework';
|
|
2
|
-
export declare const onFormSubmission: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty, {
|
|
2
|
+
export declare const onFormSubmission: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
3
3
|
about: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
4
4
|
response: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
5
5
|
waitForResponse: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|
|
6
6
|
inputs: import("@activepieces/pieces-framework").ArrayProperty<true> | import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
7
|
-
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty, {
|
|
7
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
8
8
|
about: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
9
9
|
response: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
10
10
|
waitForResponse: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|
|
11
11
|
inputs: import("@activepieces/pieces-framework").ArrayProperty<true> | import("@activepieces/pieces-framework").ArrayProperty<false>;
|
|
12
|
-
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty, {
|
|
12
|
+
}> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").PieceAuthProperty | undefined, {
|
|
13
13
|
about: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
14
14
|
response: import("dist/packages/pieces/community/framework/src/lib/property/input/markdown-property").MarkDownProperty;
|
|
15
15
|
waitForResponse: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|