@atomoz/workflows-nodes 0.1.4 → 0.1.6
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/dist/index.cjs +2094 -0
- package/dist/index.d.cts +433 -0
- package/dist/index.d.ts +433 -0
- package/dist/index.js +2001 -0
- package/package.json +48 -36
- package/src/index.d.ts +0 -2
- package/src/index.d.ts.map +0 -1
- package/src/nodes/consts/index.d.ts +0 -3
- package/src/nodes/consts/index.d.ts.map +0 -1
- package/src/nodes/consts/node-functions.d.ts +0 -20
- package/src/nodes/consts/node-functions.d.ts.map +0 -1
- package/src/nodes/consts/nodes.d.ts +0 -3
- package/src/nodes/consts/nodes.d.ts.map +0 -1
- package/src/nodes/consts/schemas.d.ts +0 -30
- package/src/nodes/consts/schemas.d.ts.map +0 -1
- package/src/nodes/ia/agent/data.d.ts +0 -11
- package/src/nodes/ia/agent/data.d.ts.map +0 -1
- package/src/nodes/ia/agent/function.d.ts +0 -2
- package/src/nodes/ia/agent/function.d.ts.map +0 -1
- package/src/nodes/ia/agent/index.d.ts +0 -3
- package/src/nodes/ia/agent/index.d.ts.map +0 -1
- package/src/nodes/ia/index.d.ts +0 -6
- package/src/nodes/ia/index.d.ts.map +0 -1
- package/src/nodes/ia/message/index.d.ts +0 -2
- package/src/nodes/ia/message/index.d.ts.map +0 -1
- package/src/nodes/ia/message/message.d.ts +0 -10
- package/src/nodes/ia/message/message.d.ts.map +0 -1
- package/src/nodes/ia/model/data.d.ts +0 -3
- package/src/nodes/ia/model/data.d.ts.map +0 -1
- package/src/nodes/ia/model/function.d.ts +0 -2
- package/src/nodes/ia/model/function.d.ts.map +0 -1
- package/src/nodes/ia/model/index.d.ts +0 -3
- package/src/nodes/ia/model/index.d.ts.map +0 -1
- package/src/nodes/ia/supervisor/data.d.ts +0 -10
- package/src/nodes/ia/supervisor/data.d.ts.map +0 -1
- package/src/nodes/ia/supervisor/function.d.ts +0 -2
- package/src/nodes/ia/supervisor/function.d.ts.map +0 -1
- package/src/nodes/ia/supervisor/index.d.ts +0 -3
- package/src/nodes/ia/supervisor/index.d.ts.map +0 -1
- package/src/nodes/ia/tool/data.d.ts +0 -16
- package/src/nodes/ia/tool/data.d.ts.map +0 -1
- package/src/nodes/ia/tool/function.d.ts +0 -4
- package/src/nodes/ia/tool/function.d.ts.map +0 -1
- package/src/nodes/ia/tool/index.d.ts +0 -3
- package/src/nodes/ia/tool/index.d.ts.map +0 -1
- package/src/nodes/index.d.ts +0 -9
- package/src/nodes/index.d.ts.map +0 -1
- package/src/nodes/inputs/chat/chat.d.ts +0 -4
- package/src/nodes/inputs/chat/chat.d.ts.map +0 -1
- package/src/nodes/inputs/http/delete/data.d.ts +0 -3
- package/src/nodes/inputs/http/delete/data.d.ts.map +0 -1
- package/src/nodes/inputs/http/delete/function.d.ts +0 -2
- package/src/nodes/inputs/http/delete/function.d.ts.map +0 -1
- package/src/nodes/inputs/http/delete/index.d.ts +0 -4
- package/src/nodes/inputs/http/delete/index.d.ts.map +0 -1
- package/src/nodes/inputs/http/delete/schema.d.ts +0 -16
- package/src/nodes/inputs/http/delete/schema.d.ts.map +0 -1
- package/src/nodes/inputs/http/get/data.d.ts +0 -3
- package/src/nodes/inputs/http/get/data.d.ts.map +0 -1
- package/src/nodes/inputs/http/get/function.d.ts +0 -2
- package/src/nodes/inputs/http/get/function.d.ts.map +0 -1
- package/src/nodes/inputs/http/get/index.d.ts +0 -4
- package/src/nodes/inputs/http/get/index.d.ts.map +0 -1
- package/src/nodes/inputs/http/get/schema.d.ts +0 -16
- package/src/nodes/inputs/http/get/schema.d.ts.map +0 -1
- package/src/nodes/inputs/http/index.d.ts +0 -8
- package/src/nodes/inputs/http/index.d.ts.map +0 -1
- package/src/nodes/inputs/http/patch/data.d.ts +0 -3
- package/src/nodes/inputs/http/patch/data.d.ts.map +0 -1
- package/src/nodes/inputs/http/patch/function.d.ts +0 -2
- package/src/nodes/inputs/http/patch/function.d.ts.map +0 -1
- package/src/nodes/inputs/http/patch/index.d.ts +0 -4
- package/src/nodes/inputs/http/patch/index.d.ts.map +0 -1
- package/src/nodes/inputs/http/patch/schema.d.ts +0 -21
- package/src/nodes/inputs/http/patch/schema.d.ts.map +0 -1
- package/src/nodes/inputs/http/post/data.d.ts +0 -3
- package/src/nodes/inputs/http/post/data.d.ts.map +0 -1
- package/src/nodes/inputs/http/post/function.d.ts +0 -2
- package/src/nodes/inputs/http/post/function.d.ts.map +0 -1
- package/src/nodes/inputs/http/post/index.d.ts +0 -4
- package/src/nodes/inputs/http/post/index.d.ts.map +0 -1
- package/src/nodes/inputs/http/post/schema.d.ts +0 -21
- package/src/nodes/inputs/http/post/schema.d.ts.map +0 -1
- package/src/nodes/inputs/http/put/data.d.ts +0 -3
- package/src/nodes/inputs/http/put/data.d.ts.map +0 -1
- package/src/nodes/inputs/http/put/function.d.ts +0 -2
- package/src/nodes/inputs/http/put/function.d.ts.map +0 -1
- package/src/nodes/inputs/http/put/index.d.ts +0 -4
- package/src/nodes/inputs/http/put/index.d.ts.map +0 -1
- package/src/nodes/inputs/http/put/schema.d.ts +0 -21
- package/src/nodes/inputs/http/put/schema.d.ts.map +0 -1
- package/src/nodes/inputs/http/schemas.d.ts +0 -18
- package/src/nodes/inputs/http/schemas.d.ts.map +0 -1
- package/src/nodes/inputs/http/utils.d.ts +0 -21
- package/src/nodes/inputs/http/utils.d.ts.map +0 -1
- package/src/nodes/inputs/index.d.ts +0 -5
- package/src/nodes/inputs/index.d.ts.map +0 -1
- package/src/nodes/inputs/manual/trigger.d.ts +0 -4
- package/src/nodes/inputs/manual/trigger.d.ts.map +0 -1
- package/src/nodes/output-node/index.d.ts +0 -4
- package/src/nodes/output-node/index.d.ts.map +0 -1
- package/src/nodes/outputs/chat/output.d.ts +0 -4
- package/src/nodes/outputs/chat/output.d.ts.map +0 -1
- package/src/nodes/outputs/http-output.d.ts +0 -4
- package/src/nodes/outputs/http-output.d.ts.map +0 -1
- package/src/nodes/processors/concat.d.ts +0 -9
- package/src/nodes/processors/concat.d.ts.map +0 -1
- package/src/nodes/processors/custom-code.d.ts +0 -4
- package/src/nodes/processors/custom-code.d.ts.map +0 -1
- package/src/nodes/processors/index.d.ts +0 -2
- package/src/nodes/processors/index.d.ts.map +0 -1
- package/src/nodes/processors/transform.d.ts +0 -3
- package/src/nodes/processors/transform.d.ts.map +0 -1
- package/src/nodes/social/index.d.ts +0 -2
- package/src/nodes/social/index.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/index.d.ts +0 -4
- package/src/nodes/social/whatsapp/index.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/message-trigger/data.d.ts +0 -3
- package/src/nodes/social/whatsapp/message-trigger/data.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/message-trigger/index.d.ts +0 -2
- package/src/nodes/social/whatsapp/message-trigger/index.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/send-message/data.d.ts +0 -8
- package/src/nodes/social/whatsapp/send-message/data.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/send-message/functions.d.ts +0 -3
- package/src/nodes/social/whatsapp/send-message/functions.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/send-message/index.d.ts +0 -3
- package/src/nodes/social/whatsapp/send-message/index.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/send-template/data.d.ts +0 -8
- package/src/nodes/social/whatsapp/send-template/data.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/send-template/functions.d.ts +0 -5
- package/src/nodes/social/whatsapp/send-template/functions.d.ts.map +0 -1
- package/src/nodes/social/whatsapp/send-template/index.d.ts +0 -3
- package/src/nodes/social/whatsapp/send-template/index.d.ts.map +0 -1
- package/src/nodes/types/base-node.d.ts +0 -16
- package/src/nodes/types/base-node.d.ts.map +0 -1
- package/src/nodes/types/base-node.types.d.ts +0 -141
- package/src/nodes/types/base-node.types.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"function.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/inputs/http/put/function.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,GAAI,QAAQ,GAAG,KAAG,GAwCtD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/inputs/http/put/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const HttpPutInputNodeSchema: z.ZodObject<{
|
|
3
|
-
route: z.ZodString;
|
|
4
|
-
queryParams: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5
|
-
key: z.ZodString;
|
|
6
|
-
value: z.ZodOptional<z.ZodString>;
|
|
7
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
8
|
-
}, z.core.$strip>>>;
|
|
9
|
-
headers: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10
|
-
key: z.ZodString;
|
|
11
|
-
value: z.ZodOptional<z.ZodString>;
|
|
12
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
13
|
-
}, z.core.$strip>>>;
|
|
14
|
-
body: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15
|
-
key: z.ZodString;
|
|
16
|
-
value: z.ZodOptional<z.ZodAny>;
|
|
17
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
18
|
-
}, z.core.$strip>>>;
|
|
19
|
-
}, z.core.$strip>;
|
|
20
|
-
export type HttpPutInputNodeType = z.infer<typeof HttpPutInputNodeSchema>;
|
|
21
|
-
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/inputs/http/put/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;iBAKjC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const QueryParamSchema: z.ZodObject<{
|
|
3
|
-
key: z.ZodString;
|
|
4
|
-
value: z.ZodOptional<z.ZodString>;
|
|
5
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
6
|
-
}, z.core.$strip>;
|
|
7
|
-
export declare const HeaderSchema: z.ZodObject<{
|
|
8
|
-
key: z.ZodString;
|
|
9
|
-
value: z.ZodOptional<z.ZodString>;
|
|
10
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
11
|
-
}, z.core.$strip>;
|
|
12
|
-
export declare const BodyFieldSchema: z.ZodObject<{
|
|
13
|
-
key: z.ZodString;
|
|
14
|
-
value: z.ZodOptional<z.ZodAny>;
|
|
15
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
16
|
-
}, z.core.$strip>;
|
|
17
|
-
export declare const RouteSchema: z.ZodString;
|
|
18
|
-
//# sourceMappingURL=schemas.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../../../../libs/nodes/src/nodes/inputs/http/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gBAAgB;;;;iBAI3B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;iBAIvB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;iBAI1B,CAAC;AAEH,eAAO,MAAM,WAAW,aAAyC,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare const HTTP_NODE_TYPES: {
|
|
2
|
-
readonly GET: "HttpGetInput";
|
|
3
|
-
readonly POST: "HttpPostInput";
|
|
4
|
-
readonly PUT: "HttpPutInput";
|
|
5
|
-
readonly DELETE: "HttpDeleteInput";
|
|
6
|
-
readonly PATCH: "HttpPatchInput";
|
|
7
|
-
};
|
|
8
|
-
export declare const HTTP_METHODS: readonly ["GET", "POST", "PUT", "DELETE", "PATCH"];
|
|
9
|
-
export type HttpMethod = typeof HTTP_METHODS[number];
|
|
10
|
-
export type HttpNodeType = typeof HTTP_NODE_TYPES[keyof typeof HTTP_NODE_TYPES];
|
|
11
|
-
export declare const getHttpNodesTypes: () => string[];
|
|
12
|
-
export declare const getHttpNodeTypesArray: () => HttpNodeType[];
|
|
13
|
-
export declare const isHttpInputNode: (nodeType: string) => boolean;
|
|
14
|
-
export declare const isHttpMethodNode: (nodeType: string, method: HttpMethod) => boolean;
|
|
15
|
-
export declare const extractHttpMethodFromNodeType: (nodeType: string) => HttpMethod;
|
|
16
|
-
export declare const getHttpMethodFromNodeType: (nodeType: string) => HttpMethod;
|
|
17
|
-
export declare const isAnyHttpInputNode: (nodeType: string) => boolean;
|
|
18
|
-
export declare const getHttpNodeTypeStrings: () => string[];
|
|
19
|
-
export declare const isHttpInputFriendlyId: (friendlyId: string) => boolean;
|
|
20
|
-
export declare const getHttpMethodFromFriendlyId: (friendlyId: string) => HttpMethod;
|
|
21
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../libs/nodes/src/nodes/inputs/http/utils.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe;;;;;;CAMlB,CAAC;AAEX,eAAO,MAAM,YAAY,oDAAqD,CAAC;AAE/E,MAAM,MAAM,UAAU,GAAG,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAGhF,eAAO,MAAM,iBAAiB,QAAO,MAAM,EAQ1C,CAAC;AAGF,eAAO,MAAM,qBAAqB,QAAO,YAAY,EAEpD,CAAC;AAGF,eAAO,MAAM,eAAe,GAAI,UAAU,MAAM,KAAG,OAElD,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,UAAU,MAAM,EAAE,QAAQ,UAAU,KAAG,OAEvE,CAAC;AAGF,eAAO,MAAM,6BAA6B,GAAI,UAAU,MAAM,KAAG,UAOhE,CAAC;AAGF,eAAO,MAAM,yBAAyB,aAVkB,MAAM,KAAG,UAUK,CAAC;AAGvE,eAAO,MAAM,kBAAkB,GAAI,UAAU,MAAM,KAAG,OAErD,CAAC;AAGF,eAAO,MAAM,sBAAsB,QAAO,MAAM,EAE/C,CAAC;AAGF,eAAO,MAAM,qBAAqB,GAAI,YAAY,MAAM,KAAG,OAE1D,CAAC;AAGF,eAAO,MAAM,2BAA2B,GAAI,YAAY,MAAM,KAAG,UAEhE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"trigger.d.ts","sourceRoot":"","sources":["../../../../../../../libs/nodes/src/nodes/inputs/manual/trigger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjD,eAAO,MAAM,yBAAyB,GAAI,QAAQ,GAAG,KAAG,GAIvD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,QAgC/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/output-node/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,eAAO,MAAM,sBAAsB,GAAI,QAAQ,GAAG,KAAG,GAwClD,CAAC;AAwBJ,eAAO,MAAM,UAAU,EAAE,QAgExB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../../../../../../libs/nodes/src/nodes/outputs/chat/output.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,sBAAsB,GAAU,QAAQ,GAAG,KAAG,OAAO,CAAC,GAAG,CAiBrE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,QAyB5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"http-output.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/outputs/http-output.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAI9C,eAAO,MAAM,YAAY,GAAI,QAAQ,GAAG,KAAG,GAsD1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,QAiD5B,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { NodeData } from "../types/base-node";
|
|
2
|
-
import { z } from "zod";
|
|
3
|
-
export declare const ConcatNodeFunction: (inputs: any) => any;
|
|
4
|
-
export declare const ConcatNodeSchema: z.ZodObject<{
|
|
5
|
-
input1: z.ZodString;
|
|
6
|
-
input2: z.ZodString;
|
|
7
|
-
}, z.core.$strip>;
|
|
8
|
-
export declare const ConcatNode: NodeData;
|
|
9
|
-
//# sourceMappingURL=concat.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"concat.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/processors/concat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,kBAAkB,GAAI,QAAQ,GAAG,KAAG,GAgB9C,CAAC;AAEJ,eAAO,MAAM,gBAAgB;;;iBAG3B,CAAC;AAEH,eAAO,MAAM,UAAU,EAAE,QAmDxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"custom-code.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/processors/custom-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAG9C,eAAO,MAAM,YAAY,GAAI,QAAQ,GAAG,KAAG,GAiB1C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,QAoC5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/processors/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/processors/transform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C,eAAO,MAAM,aAAa,EAAE,QA+C3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/social/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../libs/nodes/src/nodes/social/whatsapp/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/message-trigger/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEpD,eAAO,MAAM,0BAA0B,EAAE,QAoDxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/message-trigger/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
import { NodeData } from "../../../types/base-node";
|
|
3
|
-
export declare const WhatsappSendMessageNodeSchema: z.ZodObject<{
|
|
4
|
-
phoneNumber: z.ZodString;
|
|
5
|
-
message: z.ZodString;
|
|
6
|
-
}, z.core.$strip>;
|
|
7
|
-
export declare const WhatsappSendMessageNode: NodeData;
|
|
8
|
-
//# sourceMappingURL=data.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/send-message/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEpD,eAAO,MAAM,6BAA6B;;;iBAGxC,CAAC;AAEH,eAAO,MAAM,uBAAuB,EAAE,QAuCrC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/send-message/functions.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,2BAA2B,GAAU,aAAa,GAAG,KAAG,OAAO,CAAC,GAAG,CAwCxE,CAAA;AAED,OAAO,EACH,2BAA2B,EAC9B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/send-message/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
import { NodeData } from "../../../types/base-node";
|
|
3
|
-
export declare const WhatsappSendTemplateNodeSchema: z.ZodObject<{
|
|
4
|
-
phoneNumber: z.ZodString;
|
|
5
|
-
message: z.ZodString;
|
|
6
|
-
}, z.core.$strip>;
|
|
7
|
-
export declare const WhatsappSendTemplateNode: NodeData;
|
|
8
|
-
//# sourceMappingURL=data.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/send-template/data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEpD,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAEH,eAAO,MAAM,wBAAwB,EAAE,QAmCtC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
declare const WhatsappStartChatFunction: (fieldValues: any) => Promise<any>;
|
|
2
|
-
declare const getMessageTemplates: () => Promise<unknown>;
|
|
3
|
-
declare const createMessageTemplate: (payload: Record<string, unknown>) => Promise<Record<string, unknown>>;
|
|
4
|
-
export { WhatsappStartChatFunction, getMessageTemplates, createMessageTemplate };
|
|
5
|
-
//# sourceMappingURL=functions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/send-template/functions.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,yBAAyB,GAAU,aAAa,GAAG,KAAG,OAAO,CAAC,GAAG,CAkCtE,CAAA;AAED,QAAA,MAAM,mBAAmB,wBAWxB,CAAA;AAED,QAAA,MAAM,qBAAqB,GAAU,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,qCAyBpE,CAAA;AAED,OAAO,EACH,yBAAyB,EACzB,mBAAmB,EACnB,qBAAqB,EACxB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/nodes/src/nodes/social/whatsapp/send-template/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAe,aAAa,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NodeField, NodeTags } from './base-node.types';
|
|
2
|
-
export type NodeData = {
|
|
3
|
-
nodeId?: string;
|
|
4
|
-
label: string;
|
|
5
|
-
type: string;
|
|
6
|
-
icon?: string;
|
|
7
|
-
category: string;
|
|
8
|
-
description?: string;
|
|
9
|
-
toolable?: boolean;
|
|
10
|
-
tags?: NodeTags;
|
|
11
|
-
fields?: NodeField[];
|
|
12
|
-
value?: any;
|
|
13
|
-
friendlyId?: string;
|
|
14
|
-
data?: any;
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=base-node.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base-node.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/types/base-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,MAAM,QAAQ,GAAG;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,GAAG,CAAC;CACd,CAAA"}
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
import { NodeData } from "./base-node";
|
|
2
|
-
export interface NodeHandle {
|
|
3
|
-
type: 'input' | 'output';
|
|
4
|
-
label: string;
|
|
5
|
-
name: string;
|
|
6
|
-
fieldType: string;
|
|
7
|
-
required?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export interface NodeField {
|
|
10
|
-
id?: string;
|
|
11
|
-
name?: string;
|
|
12
|
-
label: string;
|
|
13
|
-
toolField?: boolean;
|
|
14
|
-
typeable?: boolean;
|
|
15
|
-
type: 'text' | 'textarea' | 'number' | 'boolean' | 'select' | 'json' | 'string' | 'object' | 'HttpOutput' | 'route' | 'code' | 'keyValue' | 'any' | 'llm' | 'function';
|
|
16
|
-
required?: boolean;
|
|
17
|
-
placeholder?: string;
|
|
18
|
-
defaultValue?: any;
|
|
19
|
-
value?: any;
|
|
20
|
-
options?: Array<{
|
|
21
|
-
label: string;
|
|
22
|
-
value: any;
|
|
23
|
-
}>;
|
|
24
|
-
optionsSource?: {
|
|
25
|
-
provider: string;
|
|
26
|
-
params?: Record<string, any>;
|
|
27
|
-
};
|
|
28
|
-
min?: number;
|
|
29
|
-
max?: number;
|
|
30
|
-
handle?: NodeHandle;
|
|
31
|
-
}
|
|
32
|
-
export interface NodeInput {
|
|
33
|
-
id: string;
|
|
34
|
-
label: string;
|
|
35
|
-
type: 'text' | 'textarea' | 'number' | 'boolean' | 'select' | 'json' | 'keyValue';
|
|
36
|
-
required?: boolean;
|
|
37
|
-
placeholder?: string;
|
|
38
|
-
defaultValue?: any;
|
|
39
|
-
options?: Array<{
|
|
40
|
-
label: string;
|
|
41
|
-
value: any;
|
|
42
|
-
}>;
|
|
43
|
-
min?: number;
|
|
44
|
-
max?: number;
|
|
45
|
-
}
|
|
46
|
-
export interface NodeOutput {
|
|
47
|
-
type: string;
|
|
48
|
-
structure: Array<{
|
|
49
|
-
label: string;
|
|
50
|
-
name: string;
|
|
51
|
-
type: string;
|
|
52
|
-
required: boolean;
|
|
53
|
-
}>;
|
|
54
|
-
}
|
|
55
|
-
export interface HttpOutput {
|
|
56
|
-
status: number;
|
|
57
|
-
statusText: string;
|
|
58
|
-
headers: Record<string, string>;
|
|
59
|
-
data: any;
|
|
60
|
-
url: string;
|
|
61
|
-
method: string;
|
|
62
|
-
responseTime?: number;
|
|
63
|
-
}
|
|
64
|
-
export interface BaseNodeType {
|
|
65
|
-
label: string;
|
|
66
|
-
type: string;
|
|
67
|
-
description: string;
|
|
68
|
-
isInput?: boolean;
|
|
69
|
-
isOutput?: boolean;
|
|
70
|
-
category?: 'input' | 'transform' | 'output' | 'api' | 'custom';
|
|
71
|
-
icon?: string;
|
|
72
|
-
color?: string;
|
|
73
|
-
handles?: NodeHandle[];
|
|
74
|
-
fields?: NodeField[];
|
|
75
|
-
inputs?: NodeInput[];
|
|
76
|
-
output?: NodeOutput;
|
|
77
|
-
config?: Record<string, any>;
|
|
78
|
-
}
|
|
79
|
-
export interface NodeLogicFunction {
|
|
80
|
-
(node: any, inputValue?: string | string[], context?: NodeExecutionContext): any;
|
|
81
|
-
}
|
|
82
|
-
export interface NodeExecutionContext {
|
|
83
|
-
outputs?: Record<string, any>;
|
|
84
|
-
nodeId: string;
|
|
85
|
-
workflowId?: string;
|
|
86
|
-
timestamp: number;
|
|
87
|
-
}
|
|
88
|
-
export interface NodeDefinition {
|
|
89
|
-
type: string;
|
|
90
|
-
name: string;
|
|
91
|
-
description: string;
|
|
92
|
-
logic: (node: any, inputValue?: string | string[]) => any;
|
|
93
|
-
style: NodeStyle;
|
|
94
|
-
fields: NodeField[];
|
|
95
|
-
inputs: NodeInput[];
|
|
96
|
-
validate?: (node: any) => string[];
|
|
97
|
-
sanitize?: (node: any) => any;
|
|
98
|
-
}
|
|
99
|
-
export type NodeInputValue = string | number | boolean | object | any[];
|
|
100
|
-
export type NodeOutputValue = string | number | boolean | object | any[];
|
|
101
|
-
export interface NodeValidation {
|
|
102
|
-
required?: boolean;
|
|
103
|
-
minLength?: number;
|
|
104
|
-
maxLength?: number;
|
|
105
|
-
pattern?: RegExp;
|
|
106
|
-
custom?: (value: any) => boolean;
|
|
107
|
-
message?: string;
|
|
108
|
-
}
|
|
109
|
-
export interface NodeTransformation {
|
|
110
|
-
input?: (value: any) => any;
|
|
111
|
-
output?: (value: any) => any;
|
|
112
|
-
}
|
|
113
|
-
export interface NodeExecutionConfig {
|
|
114
|
-
async?: boolean;
|
|
115
|
-
timeout?: number;
|
|
116
|
-
retries?: number;
|
|
117
|
-
fallback?: any;
|
|
118
|
-
}
|
|
119
|
-
export interface NodeStyle {
|
|
120
|
-
icon: string;
|
|
121
|
-
color: string;
|
|
122
|
-
bgColor: string;
|
|
123
|
-
borderColor?: string;
|
|
124
|
-
}
|
|
125
|
-
export interface ExecutionStep {
|
|
126
|
-
nodeId: string;
|
|
127
|
-
nodeData: NodeData;
|
|
128
|
-
nextSteps: ExecutionStep[];
|
|
129
|
-
fieldConnections?: {
|
|
130
|
-
[sourceHandleId: string]: {
|
|
131
|
-
targetNodeId: string;
|
|
132
|
-
targetFieldId: string;
|
|
133
|
-
}[];
|
|
134
|
-
};
|
|
135
|
-
}
|
|
136
|
-
export type NodeExecution = 'sync' | 'async';
|
|
137
|
-
export interface NodeTags {
|
|
138
|
-
execution: NodeExecution[] | NodeExecution;
|
|
139
|
-
group: 'IA' | 'HTTP' | 'Data Transformation' | 'Custom' | 'Social';
|
|
140
|
-
}
|
|
141
|
-
//# sourceMappingURL=base-node.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base-node.types.d.ts","sourceRoot":"","sources":["../../../../../../libs/nodes/src/nodes/types/base-node.types.ts"],"names":[],"mappings":"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"}
|