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":
|
|
234
|
+
"rowId": 1
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"title": "Notebook Gamer",
|
|
238
238
|
"description": "Dell Alienware com RTX 4090",
|
|
239
|
-
"rowId":
|
|
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":
|
|
249
|
+
"rowId": 3
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"title": "Consultoria",
|
|
253
253
|
"description": "Consultoria personalizada",
|
|
254
|
-
"rowId":
|
|
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":
|
|
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":
|
|
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":
|
|
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'],
|