n8n-nodes-digitalsac 0.5.7 → 0.5.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.
@@ -935,10 +935,10 @@ class Digitalsac {
935
935
  break;
936
936
  case 'listKanbans':
937
937
  const userId = this.getNodeParameter('userId', i);
938
- url = `/typebot/listar_kanbans?userId=${userId}`;
938
+ url = `/typebot/listar_kanbans_v2?userId=${userId}`;
939
939
  break;
940
940
  case 'linkKanban':
941
- url = '/typebot/vincular_kanban';
941
+ url = '/typebot/vincular_kanban_v2';
942
942
  method = 'POST';
943
943
  try {
944
944
  body = JSON.parse(this.getNodeParameter('bodyData', i));
@@ -952,10 +952,10 @@ export class Digitalsac implements INodeType {
952
952
  break;
953
953
  case 'listKanbans':
954
954
  const userId = this.getNodeParameter('userId', i) as number;
955
- url = `/typebot/listar_kanbans?userId=${userId}`;
955
+ url = `/typebot/listar_kanbans_v2?userId=${userId}`;
956
956
  break;
957
957
  case 'linkKanban':
958
- url = '/typebot/vincular_kanban';
958
+ url = '/typebot/vincular_kanban_v2';
959
959
  method = 'POST';
960
960
  try {
961
961
  body = JSON.parse(this.getNodeParameter('bodyData', i) as string);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-digitalsac",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Izing Pro Digitalsac",
5
5
  "keywords": [
6
6
  "n8n",