n8n-nodes-flowboard 1.1.0 → 2.0.0
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/credentials/FlowBoardApi.credentials.js +10 -1
- package/dist/credentials/FlowBoardApi.credentials.js.map +1 -1
- package/dist/nodes/FlowBoard/FlowBoard.node.js +1271 -32
- package/dist/nodes/FlowBoard/FlowBoard.node.js.map +1 -1
- package/dist/nodes/FlowBoard/FlowBoardTrigger.node.d.ts +12 -0
- package/dist/nodes/FlowBoard/FlowBoardTrigger.node.js +166 -0
- package/dist/nodes/FlowBoard/FlowBoardTrigger.node.js.map +1 -0
- package/package.json +3 -2
|
@@ -13,7 +13,16 @@ class FlowBoardApi {
|
|
|
13
13
|
type: 'string',
|
|
14
14
|
default: '',
|
|
15
15
|
placeholder: 'https://kanban.seudominio.com.br',
|
|
16
|
-
description: 'URL base do backend do Kanban (sem barra final)',
|
|
16
|
+
description: 'URL base do backend do Kanban (sem barra final). Usado para conversas e mensagens agendadas.',
|
|
17
|
+
required: true,
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
displayName: 'URL do Chatwoot',
|
|
21
|
+
name: 'chatwootUrl',
|
|
22
|
+
type: 'string',
|
|
23
|
+
default: '',
|
|
24
|
+
placeholder: 'https://chatwoot.seudominio.com.br',
|
|
25
|
+
description: 'URL da sua instancia do Chatwoot (sem barra final). Usado para gerenciar funis, etapas e tarefas.',
|
|
17
26
|
required: true,
|
|
18
27
|
},
|
|
19
28
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlowBoardApi.credentials.js","sourceRoot":"","sources":["../../credentials/FlowBoardApi.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,EAAE,CAAC;QAEtB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,kCAAkC;gBAC/C,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"FlowBoardApi.credentials.js","sourceRoot":"","sources":["../../credentials/FlowBoardApi.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,EAAE,CAAC;QAEtB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,kCAAkC;gBAC/C,WAAW,EAAE,8FAA8F;gBAC3G,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,oCAAoC;gBACjD,WAAW,EAAE,mGAAmG;gBAChH,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,iBAAiB;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,qHAAqH;gBAClI,QAAQ,EAAE,IAAI;aACd;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,kBAAkB,EAAE,mCAAmC;oBACvD,cAAc,EAAE,kBAAkB;iBAClC;aACD;SACD,CAAC;IACH,CAAC;CAAA;AA5CD,oCA4CC"}
|