n8n-nodes-base 0.224.0 → 0.224.1
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/build.tsbuildinfo +1 -1
- package/dist/credentials/MattermostApi.credentials.js +1 -1
- package/dist/credentials/MattermostApi.credentials.js.map +1 -1
- package/dist/nodes/CompareDatasets/CompareDatasets.node.js +11 -3
- package/dist/nodes/CompareDatasets/CompareDatasets.node.js.map +1 -1
- package/dist/nodes/CompareDatasets/GenericFunctions.d.ts +2 -1
- package/dist/nodes/CompareDatasets/GenericFunctions.js +12 -3
- package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -1
- package/dist/nodes/CompareDatasets/test/node/workflow.update_2_2.json +212 -0
- package/dist/nodes/Compression/Compression.node.js +6 -6
- package/dist/nodes/Compression/Compression.node.js.map +1 -1
- package/dist/nodes/DateTime/DateTime.node.js +14 -3
- package/dist/nodes/DateTime/DateTime.node.js.map +1 -1
- package/dist/nodes/DateTime/test/node/DateTimeWorklfow.test.json +276 -65
- package/dist/nodes/DateTime/test/node/workflow.timestamp.json +393 -0
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +12 -6
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/ItemLists/ItemLists.node.js +2 -1
- package/dist/nodes/ItemLists/ItemLists.node.js.map +1 -1
- package/dist/nodes/ItemLists/V2/ItemListsV2.node.js +34 -26
- package/dist/nodes/ItemLists/V2/ItemListsV2.node.js.map +1 -1
- package/dist/nodes/ItemLists/V2/summarize.operation.js +4 -1
- package/dist/nodes/ItemLists/V2/summarize.operation.js.map +1 -1
- package/dist/nodes/ItemLists/test/node/workflow.update_2_1.json +695 -0
- package/dist/nodes/Mattermost/v1/transport/index.js +2 -1
- package/dist/nodes/Mattermost/v1/transport/index.js.map +1 -1
- package/dist/nodes/Merge/Merge.node.js +2 -1
- package/dist/nodes/Merge/Merge.node.js.map +1 -1
- package/dist/nodes/Merge/test/node/workflow.update_2_1.json +201 -0
- package/dist/nodes/Merge/v2/MergeV2.node.js +14 -5
- package/dist/nodes/Merge/v2/MergeV2.node.js.map +1 -1
- package/dist/nodes/Slack/V2/MessageDescription.js +14 -0
- package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js +13 -6
- package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +12 -10
- package/dist/utils/utilities.d.ts +2 -1
- package/dist/utils/utilities.js +10 -1
- package/dist/utils/utilities.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "My workflow",
|
|
2
|
+
"name": "My workflow 10",
|
|
3
3
|
"nodes": [
|
|
4
4
|
{
|
|
5
5
|
"parameters": {},
|
|
6
|
-
"id": "
|
|
6
|
+
"id": "0b90cdc3-807a-4849-b2e2-a017eb77df17",
|
|
7
7
|
"name": "When clicking \"Execute Workflow\"",
|
|
8
8
|
"type": "n8n-nodes-base.manualTrigger",
|
|
9
9
|
"typeVersion": 1,
|
|
10
|
-
"position": [
|
|
11
|
-
40,
|
|
12
|
-
-320
|
|
13
|
-
]
|
|
10
|
+
"position": [20, 1820]
|
|
14
11
|
},
|
|
15
12
|
{
|
|
16
13
|
"parameters": {
|
|
@@ -19,14 +16,11 @@
|
|
|
19
16
|
"duration": 10,
|
|
20
17
|
"options": {}
|
|
21
18
|
},
|
|
22
|
-
"id": "
|
|
19
|
+
"id": "4a7807ca-e44c-46b4-9d2c-3424b1883c61",
|
|
23
20
|
"name": "Calculate Date: Add Day",
|
|
24
21
|
"type": "n8n-nodes-base.dateTime",
|
|
25
22
|
"typeVersion": 1,
|
|
26
|
-
"position": [
|
|
27
|
-
520,
|
|
28
|
-
-400
|
|
29
|
-
]
|
|
23
|
+
"position": [500, 1740]
|
|
30
24
|
},
|
|
31
25
|
{
|
|
32
26
|
"parameters": {
|
|
@@ -36,14 +30,11 @@
|
|
|
36
30
|
"timeUnit": "quarters",
|
|
37
31
|
"options": {}
|
|
38
32
|
},
|
|
39
|
-
"id": "
|
|
33
|
+
"id": "04d26b36-9a31-4fc8-bbf4-4b6d8b9304bb",
|
|
40
34
|
"name": "Calculate Date: Substract Quarter",
|
|
41
35
|
"type": "n8n-nodes-base.dateTime",
|
|
42
36
|
"typeVersion": 1,
|
|
43
|
-
"position": [
|
|
44
|
-
520,
|
|
45
|
-
-40
|
|
46
|
-
]
|
|
37
|
+
"position": [500, 2100]
|
|
47
38
|
},
|
|
48
39
|
{
|
|
49
40
|
"parameters": {
|
|
@@ -53,14 +44,11 @@
|
|
|
53
44
|
"duration": 2,
|
|
54
45
|
"options": {}
|
|
55
46
|
},
|
|
56
|
-
"id": "
|
|
47
|
+
"id": "617145da-26c5-491b-bc58-a10fbb5a1825",
|
|
57
48
|
"name": "Calculate Date: Substract Day",
|
|
58
49
|
"type": "n8n-nodes-base.dateTime",
|
|
59
50
|
"typeVersion": 1,
|
|
60
|
-
"position": [
|
|
61
|
-
520,
|
|
62
|
-
-220
|
|
63
|
-
]
|
|
51
|
+
"position": [500, 1920]
|
|
64
52
|
},
|
|
65
53
|
{
|
|
66
54
|
"parameters": {
|
|
@@ -70,14 +58,11 @@
|
|
|
70
58
|
"timeUnit": "months",
|
|
71
59
|
"options": {}
|
|
72
60
|
},
|
|
73
|
-
"id": "
|
|
61
|
+
"id": "c7b4967f-3ae4-452b-8d54-aa1623194f2b",
|
|
74
62
|
"name": "Calculate Date: Add months",
|
|
75
63
|
"type": "n8n-nodes-base.dateTime",
|
|
76
64
|
"typeVersion": 1,
|
|
77
|
-
"position": [
|
|
78
|
-
520,
|
|
79
|
-
140
|
|
80
|
-
]
|
|
65
|
+
"position": [500, 2280]
|
|
81
66
|
},
|
|
82
67
|
{
|
|
83
68
|
"parameters": {
|
|
@@ -88,14 +73,11 @@
|
|
|
88
73
|
"timeUnit": "months",
|
|
89
74
|
"options": {}
|
|
90
75
|
},
|
|
91
|
-
"id": "
|
|
76
|
+
"id": "a22a536c-bf23-4ff0-a3ad-b3761dfb3add",
|
|
92
77
|
"name": "Calculate Date: Substract Months",
|
|
93
78
|
"type": "n8n-nodes-base.dateTime",
|
|
94
79
|
"typeVersion": 1,
|
|
95
|
-
"position": [
|
|
96
|
-
520,
|
|
97
|
-
300
|
|
98
|
-
]
|
|
80
|
+
"position": [500, 2440]
|
|
99
81
|
},
|
|
100
82
|
{
|
|
101
83
|
"parameters": {
|
|
@@ -103,14 +85,11 @@
|
|
|
103
85
|
"toFormat": "YYYY/MM/DD",
|
|
104
86
|
"options": {}
|
|
105
87
|
},
|
|
106
|
-
"id": "
|
|
88
|
+
"id": "3ecc8ea0-9605-4017-b5e0-a9ddde4c1a4a",
|
|
107
89
|
"name": "Calculate Date: Format YYYY/MM/DD",
|
|
108
90
|
"type": "n8n-nodes-base.dateTime",
|
|
109
91
|
"typeVersion": 1,
|
|
110
|
-
"position": [
|
|
111
|
-
520,
|
|
112
|
-
480
|
|
113
|
-
]
|
|
92
|
+
"position": [500, 2620]
|
|
114
93
|
},
|
|
115
94
|
{
|
|
116
95
|
"parameters": {
|
|
@@ -120,14 +99,11 @@
|
|
|
120
99
|
"fromTimezone": "US/Hawaii"
|
|
121
100
|
}
|
|
122
101
|
},
|
|
123
|
-
"id": "
|
|
102
|
+
"id": "c99c7124-c388-4c97-8e6e-8158ba83bddd",
|
|
124
103
|
"name": "Calculate Date: Format YYYY/MM/DD with Timezone",
|
|
125
104
|
"type": "n8n-nodes-base.dateTime",
|
|
126
105
|
"typeVersion": 1,
|
|
127
|
-
"position": [
|
|
128
|
-
520,
|
|
129
|
-
660
|
|
130
|
-
]
|
|
106
|
+
"position": [500, 2800]
|
|
131
107
|
},
|
|
132
108
|
{
|
|
133
109
|
"parameters": {
|
|
@@ -138,14 +114,11 @@
|
|
|
138
114
|
"toTimezone": "US/Pacific"
|
|
139
115
|
}
|
|
140
116
|
},
|
|
141
|
-
"id": "
|
|
117
|
+
"id": "40abfde6-66f2-44a9-a16f-3d981178da84",
|
|
142
118
|
"name": "Calculate Date: Format YYYY/MM/DD with Timezone1",
|
|
143
119
|
"type": "n8n-nodes-base.dateTime",
|
|
144
120
|
"typeVersion": 1,
|
|
145
|
-
"position": [
|
|
146
|
-
520,
|
|
147
|
-
840
|
|
148
|
-
]
|
|
121
|
+
"position": [500, 2980]
|
|
149
122
|
},
|
|
150
123
|
{
|
|
151
124
|
"parameters": {
|
|
@@ -156,14 +129,11 @@
|
|
|
156
129
|
"toTimezone": "US/Pacific"
|
|
157
130
|
}
|
|
158
131
|
},
|
|
159
|
-
"id": "
|
|
132
|
+
"id": "20ea9e76-d656-406f-8e3d-a51712c2657d",
|
|
160
133
|
"name": "Calculate Date: Format YYYY/MM/DD with Timezone Unix",
|
|
161
134
|
"type": "n8n-nodes-base.dateTime",
|
|
162
135
|
"typeVersion": 1,
|
|
163
|
-
"position": [
|
|
164
|
-
40,
|
|
165
|
-
200
|
|
166
|
-
]
|
|
136
|
+
"position": [20, 2340]
|
|
167
137
|
},
|
|
168
138
|
{
|
|
169
139
|
"parameters": {
|
|
@@ -175,14 +145,77 @@
|
|
|
175
145
|
"toTimezone": "US/Pacific"
|
|
176
146
|
}
|
|
177
147
|
},
|
|
178
|
-
"id": "
|
|
148
|
+
"id": "53ddcd66-3cb5-47bb-bd59-64a70fc599b7",
|
|
179
149
|
"name": "Calculate Date: Format YYYY/MM/DD with Timezone with special zone",
|
|
180
150
|
"type": "n8n-nodes-base.dateTime",
|
|
181
151
|
"typeVersion": 1,
|
|
182
|
-
"position": [
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
152
|
+
"position": [20, 2520]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"parameters": {
|
|
156
|
+
"functionCode": "return [\n {\n \"Id\": \"18162\",\n \"Start_time\": 1663801200000,\n \"End_time\": 1663804800000,\n \"Room\": \" The Stadium\"\n },\n {\n \"Id\": \"18173\",\n \"Start_time\": 1663797600000,\n \"End_time\": 1663801200000,\n \"Room\": \" The Stadium\"\n },\n {\n \"Id\": \"18178\",\n \"Start_time\": 1663804800000,\n \"End_time\": 1663808400000,\n \"Room\": \" The Stadium\"\n },\n {\n \"Id\": \"18182\",\n \"Start_time\": 1663801200000,\n \"End_time\": 1663804800000,\n \"Room\": \" The Garden\"\n }\n]"
|
|
157
|
+
},
|
|
158
|
+
"id": "0933e36d-43f4-46b5-8c3f-8d397d93a24c",
|
|
159
|
+
"name": "Mock Data",
|
|
160
|
+
"type": "n8n-nodes-base.function",
|
|
161
|
+
"typeVersion": 1,
|
|
162
|
+
"position": [-140, 1200]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"parameters": {
|
|
166
|
+
"value": "1663801200000",
|
|
167
|
+
"options": {
|
|
168
|
+
"fromFormat": "x",
|
|
169
|
+
"toTimezone": "UTC"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"id": "35eae914-b744-4a0b-a9ac-eab8bd685f02",
|
|
173
|
+
"name": "Fixed Value",
|
|
174
|
+
"type": "n8n-nodes-base.dateTime",
|
|
175
|
+
"typeVersion": 1,
|
|
176
|
+
"position": [160, 1080]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"parameters": {
|
|
180
|
+
"value": "={{parseInt(1663801200000)}}",
|
|
181
|
+
"options": {
|
|
182
|
+
"fromFormat": "x",
|
|
183
|
+
"toTimezone": "UTC"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"id": "e7d16772-843d-43da-a411-ee46253619e8",
|
|
187
|
+
"name": "parseInt on fixed",
|
|
188
|
+
"type": "n8n-nodes-base.dateTime",
|
|
189
|
+
"typeVersion": 1,
|
|
190
|
+
"position": [160, 1580]
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"parameters": {
|
|
194
|
+
"value": "={{ $json[\"Start_time\"] }}",
|
|
195
|
+
"options": {
|
|
196
|
+
"fromFormat": "x",
|
|
197
|
+
"toTimezone": "UTC"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"id": "daf8a9da-7cab-4bb6-91fd-9a7315ecc61b",
|
|
201
|
+
"name": "Without toString()",
|
|
202
|
+
"type": "n8n-nodes-base.dateTime",
|
|
203
|
+
"typeVersion": 1,
|
|
204
|
+
"position": [160, 1400]
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"parameters": {
|
|
208
|
+
"value": "={{ $json[\"Start_time\"].toString() }}",
|
|
209
|
+
"options": {
|
|
210
|
+
"fromFormat": "x",
|
|
211
|
+
"toTimezone": "UTC"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"id": "bc536546-4968-4b88-acaa-9a02bc013246",
|
|
215
|
+
"name": "With toString",
|
|
216
|
+
"type": "n8n-nodes-base.dateTime",
|
|
217
|
+
"typeVersion": 1,
|
|
218
|
+
"position": [160, 880]
|
|
186
219
|
}
|
|
187
220
|
],
|
|
188
221
|
"pinData": {
|
|
@@ -255,6 +288,158 @@
|
|
|
255
288
|
"data": "2022/07/31"
|
|
256
289
|
}
|
|
257
290
|
}
|
|
291
|
+
],
|
|
292
|
+
"With toString": [
|
|
293
|
+
{
|
|
294
|
+
"json": {
|
|
295
|
+
"Id": "18162",
|
|
296
|
+
"Start_time": 1663801200000,
|
|
297
|
+
"End_time": 1663804800000,
|
|
298
|
+
"Room": " The Stadium",
|
|
299
|
+
"data": "09/21/2022"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"json": {
|
|
304
|
+
"Id": "18173",
|
|
305
|
+
"Start_time": 1663797600000,
|
|
306
|
+
"End_time": 1663801200000,
|
|
307
|
+
"Room": " The Stadium",
|
|
308
|
+
"data": "09/21/2022"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"json": {
|
|
313
|
+
"Id": "18178",
|
|
314
|
+
"Start_time": 1663804800000,
|
|
315
|
+
"End_time": 1663808400000,
|
|
316
|
+
"Room": " The Stadium",
|
|
317
|
+
"data": "09/22/2022"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"json": {
|
|
322
|
+
"Id": "18182",
|
|
323
|
+
"Start_time": 1663801200000,
|
|
324
|
+
"End_time": 1663804800000,
|
|
325
|
+
"Room": " The Garden",
|
|
326
|
+
"data": "09/21/2022"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"Fixed Value": [
|
|
331
|
+
{
|
|
332
|
+
"json": {
|
|
333
|
+
"Id": "18162",
|
|
334
|
+
"Start_time": 1663801200000,
|
|
335
|
+
"End_time": 1663804800000,
|
|
336
|
+
"Room": " The Stadium",
|
|
337
|
+
"data": "09/21/2022"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"json": {
|
|
342
|
+
"Id": "18173",
|
|
343
|
+
"Start_time": 1663797600000,
|
|
344
|
+
"End_time": 1663801200000,
|
|
345
|
+
"Room": " The Stadium",
|
|
346
|
+
"data": "09/21/2022"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"json": {
|
|
351
|
+
"Id": "18178",
|
|
352
|
+
"Start_time": 1663804800000,
|
|
353
|
+
"End_time": 1663808400000,
|
|
354
|
+
"Room": " The Stadium",
|
|
355
|
+
"data": "09/21/2022"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"json": {
|
|
360
|
+
"Id": "18182",
|
|
361
|
+
"Start_time": 1663801200000,
|
|
362
|
+
"End_time": 1663804800000,
|
|
363
|
+
"Room": " The Garden",
|
|
364
|
+
"data": "09/21/2022"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"Without toString()": [
|
|
369
|
+
{
|
|
370
|
+
"json": {
|
|
371
|
+
"Id": "18162",
|
|
372
|
+
"Start_time": 1663801200000,
|
|
373
|
+
"End_time": 1663804800000,
|
|
374
|
+
"Room": " The Stadium",
|
|
375
|
+
"data": "09/21/2022"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"json": {
|
|
380
|
+
"Id": "18173",
|
|
381
|
+
"Start_time": 1663797600000,
|
|
382
|
+
"End_time": 1663801200000,
|
|
383
|
+
"Room": " The Stadium",
|
|
384
|
+
"data": "09/21/2022"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"json": {
|
|
389
|
+
"Id": "18178",
|
|
390
|
+
"Start_time": 1663804800000,
|
|
391
|
+
"End_time": 1663808400000,
|
|
392
|
+
"Room": " The Stadium",
|
|
393
|
+
"data": "09/22/2022"
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"json": {
|
|
398
|
+
"Id": "18182",
|
|
399
|
+
"Start_time": 1663801200000,
|
|
400
|
+
"End_time": 1663804800000,
|
|
401
|
+
"Room": " The Garden",
|
|
402
|
+
"data": "09/21/2022"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"parseInt on fixed": [
|
|
407
|
+
{
|
|
408
|
+
"json": {
|
|
409
|
+
"Id": "18162",
|
|
410
|
+
"Start_time": 1663801200000,
|
|
411
|
+
"End_time": 1663804800000,
|
|
412
|
+
"Room": " The Stadium",
|
|
413
|
+
"data": "09/21/2022"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"json": {
|
|
418
|
+
"Id": "18173",
|
|
419
|
+
"Start_time": 1663797600000,
|
|
420
|
+
"End_time": 1663801200000,
|
|
421
|
+
"Room": " The Stadium",
|
|
422
|
+
"data": "09/21/2022"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"json": {
|
|
427
|
+
"Id": "18178",
|
|
428
|
+
"Start_time": 1663804800000,
|
|
429
|
+
"End_time": 1663808400000,
|
|
430
|
+
"Room": " The Stadium",
|
|
431
|
+
"data": "09/21/2022"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"json": {
|
|
436
|
+
"Id": "18182",
|
|
437
|
+
"Start_time": 1663801200000,
|
|
438
|
+
"End_time": 1663804800000,
|
|
439
|
+
"Room": " The Garden",
|
|
440
|
+
"data": "09/21/2022"
|
|
441
|
+
}
|
|
442
|
+
}
|
|
258
443
|
]
|
|
259
444
|
},
|
|
260
445
|
"connections": {
|
|
@@ -310,22 +495,48 @@
|
|
|
310
495
|
"node": "Calculate Date: Format YYYY/MM/DD with Timezone with special zone",
|
|
311
496
|
"type": "main",
|
|
312
497
|
"index": 0
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"node": "Mock Data",
|
|
501
|
+
"type": "main",
|
|
502
|
+
"index": 0
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"Mock Data": {
|
|
508
|
+
"main": [
|
|
509
|
+
[
|
|
510
|
+
{
|
|
511
|
+
"node": "With toString",
|
|
512
|
+
"type": "main",
|
|
513
|
+
"index": 0
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"node": "Without toString()",
|
|
517
|
+
"type": "main",
|
|
518
|
+
"index": 0
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"node": "Fixed Value",
|
|
522
|
+
"type": "main",
|
|
523
|
+
"index": 0
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"node": "parseInt on fixed",
|
|
527
|
+
"type": "main",
|
|
528
|
+
"index": 0
|
|
313
529
|
}
|
|
314
530
|
]
|
|
315
531
|
]
|
|
316
532
|
}
|
|
317
533
|
},
|
|
318
534
|
"active": false,
|
|
319
|
-
"settings": {
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
"timezone": "America/New_York",
|
|
323
|
-
"saveExecutionProgress": "DEFAULT"
|
|
324
|
-
},
|
|
325
|
-
"versionId": "2737913c-dd04-438a-ba00-b1ee5f734038",
|
|
326
|
-
"id": "230",
|
|
535
|
+
"settings": {},
|
|
536
|
+
"versionId": "8ccd9e22-634a-4fc1-b41b-1a63062557e6",
|
|
537
|
+
"id": "151",
|
|
327
538
|
"meta": {
|
|
328
|
-
"instanceId": "
|
|
539
|
+
"instanceId": "36203ea1ce3cef713fa25999bd9874ae26b9e4c2c3a90a365f2882a154d031d0"
|
|
329
540
|
},
|
|
330
541
|
"tags": []
|
|
331
542
|
}
|