n8n-nodes-digitalsac 0.5.1 → 0.5.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/README.md CHANGED
@@ -231,12 +231,12 @@ Onde:
231
231
  {
232
232
  "title": "Smartphone Premium",
233
233
  "description": "iPhone 15 Pro Max 256GB",
234
- "rowId": "prod_iphone"
234
+ "rowId": 1
235
235
  },
236
236
  {
237
237
  "title": "Notebook Gamer",
238
238
  "description": "Dell Alienware com RTX 4090",
239
- "rowId": "prod_notebook"
239
+ "rowId": 2
240
240
  }
241
241
  ]
242
242
  },
@@ -246,12 +246,12 @@ Onde:
246
246
  {
247
247
  "title": "Suporte Técnico",
248
248
  "description": "Assistência técnica especializada",
249
- "rowId": "serv_suporte"
249
+ "rowId": 3
250
250
  },
251
251
  {
252
252
  "title": "Consultoria",
253
253
  "description": "Consultoria personalizada",
254
- "rowId": "serv_consultoria"
254
+ "rowId": 4
255
255
  }
256
256
  ]
257
257
  },
@@ -261,7 +261,7 @@ Onde:
261
261
  {
262
262
  "title": "Falar com Vendedor",
263
263
  "description": "Atendimento comercial",
264
- "rowId": "cont_vendas"
264
+ "rowId": 5
265
265
  }
266
266
  ]
267
267
  }
@@ -232,7 +232,7 @@ class Digitalsac {
232
232
  displayName: 'Seções (JSON)',
233
233
  name: 'sectionsData',
234
234
  type: 'json',
235
- default: '[\n {\n "title": "Produtos",\n "lines": [\n {\n "title": "Produto A",\n "description": "Descrição do produto A",\n "rowId": "prod_a"\n }\n ]\n }\n]',
235
+ default: '[\n {\n "title": "Produtos",\n "lines": [\n {\n "title": "Produto A",\n "description": "Descrição do produto A",\n "rowId": 1\n }\n ]\n }\n]',
236
236
  displayOptions: {
237
237
  show: {
238
238
  operation: ['sendList'],
@@ -239,7 +239,7 @@ export class Digitalsac implements INodeType {
239
239
  displayName: 'Seções (JSON)',
240
240
  name: 'sectionsData',
241
241
  type: 'json',
242
- default: '[\n {\n "title": "Produtos",\n "lines": [\n {\n "title": "Produto A",\n "description": "Descrição do produto A",\n "rowId": "prod_a"\n }\n ]\n }\n]',
242
+ default: '[\n {\n "title": "Produtos",\n "lines": [\n {\n "title": "Produto A",\n "description": "Descrição do produto A",\n "rowId": 1\n }\n ]\n }\n]',
243
243
  displayOptions: {
244
244
  show: {
245
245
  operation: ['sendList'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-digitalsac",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Izing Pro Digitalsac",
5
5
  "keywords": [
6
6
  "n8n",