n8n-nodes-base 0.220.2 → 0.222.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.
Files changed (161) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/Postgres.credentials.js +115 -0
  3. package/dist/credentials/Postgres.credentials.js.map +1 -1
  4. package/dist/credentials/SshPrivateKey.credentials.js +1 -0
  5. package/dist/credentials/SshPrivateKey.credentials.js.map +1 -1
  6. package/dist/credentials/TotpApi.credentials.d.ts +7 -0
  7. package/dist/credentials/TotpApi.credentials.js +33 -0
  8. package/dist/credentials/TotpApi.credentials.js.map +1 -0
  9. package/dist/known/credentials.json +8 -0
  10. package/dist/known/nodes.json +4 -0
  11. package/dist/nodes/ActionNetwork/GenericFunctions.d.ts +1 -1
  12. package/dist/nodes/Autopilot/GenericFunctions.js +2 -1
  13. package/dist/nodes/Autopilot/GenericFunctions.js.map +1 -1
  14. package/dist/nodes/Aws/Rekognition/GenericFunctions.js +2 -1
  15. package/dist/nodes/Aws/Rekognition/GenericFunctions.js.map +1 -1
  16. package/dist/nodes/Aws/S3/FileDescription.js +1 -1
  17. package/dist/nodes/Aws/S3/FileDescription.js.map +1 -1
  18. package/dist/nodes/Aws/S3/GenericFunctions.js +2 -1
  19. package/dist/nodes/Aws/S3/GenericFunctions.js.map +1 -1
  20. package/dist/nodes/ClickUp/GenericFunctions.js +2 -1
  21. package/dist/nodes/ClickUp/GenericFunctions.js.map +1 -1
  22. package/dist/nodes/Clockify/GenericFunctions.js +2 -1
  23. package/dist/nodes/Clockify/GenericFunctions.js.map +1 -1
  24. package/dist/nodes/CompareDatasets/CompareDatasets.node.js +42 -6
  25. package/dist/nodes/CompareDatasets/CompareDatasets.node.js.map +1 -1
  26. package/dist/nodes/CompareDatasets/GenericFunctions.js +60 -18
  27. package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -1
  28. package/dist/nodes/CompareDatasets/test/node/workflow.compareDatasets.fuzzy.missing_keys.json +232 -0
  29. package/dist/nodes/CompareDatasets/test/node/workflow.compareDatasets.skipFields.json +897 -0
  30. package/dist/nodes/CrateDb/CrateDb.node.js +7 -7
  31. package/dist/nodes/CrateDb/CrateDb.node.js.map +1 -1
  32. package/dist/nodes/DateTime/DateTime.node.js +11 -1
  33. package/dist/nodes/DateTime/DateTime.node.js.map +1 -1
  34. package/dist/nodes/DateTime/test/node/workflow.luxonDateTime.json +165 -0
  35. package/dist/nodes/Filter/Filter.node.js +12 -5
  36. package/dist/nodes/Filter/Filter.node.js.map +1 -1
  37. package/dist/nodes/Github/SearchFunctions.js +1 -1
  38. package/dist/nodes/Github/SearchFunctions.js.map +1 -1
  39. package/dist/nodes/GoToWebinar/GenericFunctions.d.ts +1 -1
  40. package/dist/nodes/GoToWebinar/GenericFunctions.js +5 -4
  41. package/dist/nodes/GoToWebinar/GenericFunctions.js.map +1 -1
  42. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.utils.d.ts +7 -1
  43. package/dist/nodes/HelpScout/GenericFunctions.js +2 -1
  44. package/dist/nodes/HelpScout/GenericFunctions.js.map +1 -1
  45. package/dist/nodes/HtmlExtract/HtmlExtract.node.js +4 -2
  46. package/dist/nodes/HtmlExtract/HtmlExtract.node.js.map +1 -1
  47. package/dist/nodes/HtmlExtract/test/workflow.dotNotation.json +143 -0
  48. package/dist/nodes/HttpRequest/GenericFunctions.d.ts +9 -0
  49. package/dist/nodes/HttpRequest/GenericFunctions.js +18 -1
  50. package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
  51. package/dist/nodes/HttpRequest/HttpRequest.node.js +2 -1
  52. package/dist/nodes/HttpRequest/HttpRequest.node.js.map +1 -1
  53. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +56 -6
  54. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  55. package/dist/nodes/Hubspot/GenericFunctions.js +2 -1
  56. package/dist/nodes/Hubspot/GenericFunctions.js.map +1 -1
  57. package/dist/nodes/LinkedIn/GenericFunctions.js +16 -4
  58. package/dist/nodes/LinkedIn/GenericFunctions.js.map +1 -1
  59. package/dist/nodes/LinkedIn/LinkedIn.node.js +33 -77
  60. package/dist/nodes/LinkedIn/LinkedIn.node.js.map +1 -1
  61. package/dist/nodes/Microsoft/Teams/GenericFunctions.js +2 -1
  62. package/dist/nodes/Microsoft/Teams/GenericFunctions.js.map +1 -1
  63. package/dist/nodes/Notion/GenericFunctions.js +2 -1
  64. package/dist/nodes/Notion/GenericFunctions.js.map +1 -1
  65. package/dist/nodes/Orbit/GenericFunctions.js +2 -1
  66. package/dist/nodes/Orbit/GenericFunctions.js.map +1 -1
  67. package/dist/nodes/Postgres/Postgres.node.d.ts +3 -9
  68. package/dist/nodes/Postgres/Postgres.node.js +9 -319
  69. package/dist/nodes/Postgres/Postgres.node.js.map +1 -1
  70. package/dist/nodes/Postgres/v1/PostgresV1.node.d.ts +12 -0
  71. package/dist/nodes/Postgres/v1/PostgresV1.node.js +345 -0
  72. package/dist/nodes/Postgres/v1/PostgresV1.node.js.map +1 -0
  73. package/dist/nodes/Postgres/{Postgres.node.functions.js → v1/genericFunctions.js} +1 -1
  74. package/dist/nodes/Postgres/v1/genericFunctions.js.map +1 -0
  75. package/dist/nodes/Postgres/v2/PostgresV2.node.d.ts +13 -0
  76. package/dist/nodes/Postgres/v2/PostgresV2.node.js +20 -0
  77. package/dist/nodes/Postgres/v2/PostgresV2.node.js.map +1 -0
  78. package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts +7 -0
  79. package/dist/nodes/Postgres/v2/actions/common.descriptions.js +317 -0
  80. package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -0
  81. package/dist/nodes/Postgres/v2/actions/database/Database.resource.d.ts +9 -0
  82. package/dist/nodes/Postgres/v2/actions/database/Database.resource.js +100 -0
  83. package/dist/nodes/Postgres/v2/actions/database/Database.resource.js.map +1 -0
  84. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +24 -0
  85. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js +110 -0
  86. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -0
  87. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +24 -0
  88. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +60 -0
  89. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -0
  90. package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +24 -0
  91. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js +129 -0
  92. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -0
  93. package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +24 -0
  94. package/dist/nodes/Postgres/v2/actions/database/select.operation.js +87 -0
  95. package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -0
  96. package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +24 -0
  97. package/dist/nodes/Postgres/v2/actions/database/update.operation.js +164 -0
  98. package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -0
  99. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +24 -0
  100. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js +165 -0
  101. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -0
  102. package/dist/nodes/Postgres/v2/actions/node.type.d.ts +7 -0
  103. package/dist/nodes/Postgres/v2/actions/node.type.js +3 -0
  104. package/dist/nodes/Postgres/v2/actions/node.type.js.map +1 -0
  105. package/dist/nodes/Postgres/v2/actions/router.d.ts +2 -0
  106. package/dist/nodes/Postgres/v2/actions/router.js +65 -0
  107. package/dist/nodes/Postgres/v2/actions/router.js.map +1 -0
  108. package/dist/nodes/Postgres/v2/actions/versionDescription.d.ts +2 -0
  109. package/dist/nodes/Postgres/v2/actions/versionDescription.js +65 -0
  110. package/dist/nodes/Postgres/v2/actions/versionDescription.js.map +1 -0
  111. package/dist/nodes/Postgres/v2/helpers/interfaces.d.ts +37 -0
  112. package/dist/nodes/Postgres/v2/helpers/interfaces.js +3 -0
  113. package/dist/nodes/Postgres/v2/helpers/interfaces.js.map +1 -0
  114. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +29 -0
  115. package/dist/nodes/Postgres/v2/helpers/utils.js +258 -0
  116. package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -0
  117. package/dist/nodes/Postgres/v2/methods/credentialTest.d.ts +2 -0
  118. package/dist/nodes/Postgres/v2/methods/credentialTest.js +47 -0
  119. package/dist/nodes/Postgres/v2/methods/credentialTest.js.map +1 -0
  120. package/dist/nodes/Postgres/v2/methods/index.d.ts +3 -0
  121. package/dist/nodes/Postgres/v2/methods/index.js +30 -0
  122. package/dist/nodes/Postgres/v2/methods/index.js.map +1 -0
  123. package/dist/nodes/Postgres/v2/methods/listSearch.d.ts +3 -0
  124. package/dist/nodes/Postgres/v2/methods/listSearch.js +42 -0
  125. package/dist/nodes/Postgres/v2/methods/listSearch.js.map +1 -0
  126. package/dist/nodes/Postgres/v2/methods/loadOptions.d.ts +4 -0
  127. package/dist/nodes/Postgres/v2/methods/loadOptions.js +40 -0
  128. package/dist/nodes/Postgres/v2/methods/loadOptions.js.map +1 -0
  129. package/dist/nodes/Postgres/v2/transport/index.d.ts +10 -0
  130. package/dist/nodes/Postgres/v2/transport/index.js +168 -0
  131. package/dist/nodes/Postgres/v2/transport/index.js.map +1 -0
  132. package/dist/nodes/QuestDb/QuestDb.node.js +3 -3
  133. package/dist/nodes/QuestDb/QuestDb.node.js.map +1 -1
  134. package/dist/nodes/Redis/Redis.node.js +35 -4
  135. package/dist/nodes/Redis/Redis.node.js.map +1 -1
  136. package/dist/nodes/S3/GenericFunctions.js +2 -1
  137. package/dist/nodes/S3/GenericFunctions.js.map +1 -1
  138. package/dist/nodes/Schedule/ScheduleTrigger.node.js +2 -2
  139. package/dist/nodes/Schedule/ScheduleTrigger.node.js.map +1 -1
  140. package/dist/nodes/SendGrid/GenericFunctions.js +2 -1
  141. package/dist/nodes/SendGrid/GenericFunctions.js.map +1 -1
  142. package/dist/nodes/SentryIo/GenericFunctions.js +2 -1
  143. package/dist/nodes/SentryIo/GenericFunctions.js.map +1 -1
  144. package/dist/nodes/ServiceNow/IncidentDescription.js +7 -0
  145. package/dist/nodes/ServiceNow/IncidentDescription.js.map +1 -1
  146. package/dist/nodes/Taiga/GenericFunctions.js +2 -1
  147. package/dist/nodes/Taiga/GenericFunctions.js.map +1 -1
  148. package/dist/nodes/TimescaleDb/TimescaleDb.node.js +4 -4
  149. package/dist/nodes/TimescaleDb/TimescaleDb.node.js.map +1 -1
  150. package/dist/nodes/Totp/Totp.node.d.ts +5 -0
  151. package/dist/nodes/Totp/Totp.node.js +157 -0
  152. package/dist/nodes/Totp/Totp.node.js.map +1 -0
  153. package/dist/nodes/Totp/Totp.node.json +16 -0
  154. package/dist/nodes/Totp/test/Totp.workflow.test.json +41 -0
  155. package/dist/nodes/Zendesk/GenericFunctions.js +2 -1
  156. package/dist/nodes/Zendesk/GenericFunctions.js.map +1 -1
  157. package/dist/types/credentials.json +3 -2
  158. package/dist/types/nodes.json +16 -13
  159. package/package.json +6 -3
  160. package/dist/nodes/Postgres/Postgres.node.functions.js.map +0 -1
  161. /package/dist/nodes/Postgres/{Postgres.node.functions.d.ts → v1/genericFunctions.d.ts} +0 -0
@@ -0,0 +1,897 @@
1
+ {
2
+ "name": "skip fields dot test",
3
+ "nodes": [
4
+ {
5
+ "parameters": {},
6
+ "id": "eb18dcd4-3251-493f-ae3f-d4a89b16cee8",
7
+ "name": "When clicking \"Execute Workflow\"",
8
+ "type": "n8n-nodes-base.manualTrigger",
9
+ "typeVersion": 1,
10
+ "position": [400, 800]
11
+ },
12
+ {
13
+ "parameters": {
14
+ "jsCode": "return [\n\t{\n\t\tid: 1,\n\t\tdata: {\n\t\t\tname: 'John',\n\t\t\tage: 31,\n active: true,\n\t\t},\n\t\taddress: {\n\t\t\tcity: 'New York',\n\t\t\tcountry: 'USA',\n\t\t},\n\t},\n\t{\n\t\tid: 2,\n\t\tdata: {\n\t\t\tname: 'Jane',\n\t\t\tage: 26,\n active: true,\n\t\t},\n\t\taddress: {\n\t\t\tcity: 'London',\n\t\t\tcountry: 'UK',\n\t\t},\n\t},\n\t{\n\t\tid: 3,\n\t\tdata: {\n\t\t\tname: 'Jack',\n\t\t\tage: 36,\n active: true,\n\t\t},\n\t\taddress: {\n\t\t\tcity: 'Paris',\n\t\t\tcountry: 'France',\n\t\t},\n\t},\n]"
15
+ },
16
+ "id": "77327bfe-a4a8-49b8-a237-2f264536e5e3",
17
+ "name": "Code",
18
+ "type": "n8n-nodes-base.code",
19
+ "typeVersion": 1,
20
+ "position": [660, 640]
21
+ },
22
+ {
23
+ "parameters": {
24
+ "jsCode": "return [\n\t{\n\t\tid: 1,\n\t\tdata: {\n\t\t\tname: 'John',\n\t\t\tage: 30,\n active: false,\n\t\t},\n\t\taddress: {\n\t\t\tcity: 'New York',\n\t\t\tcountry: 'us',\n \n\t\t},\n\t},\n\t{\n\t\tid: 2,\n\t\tdata: {\n\t\t\tname: 'Jane',\n\t\t\tage: 25,\n active: false,\n\t\t},\n\t\taddress: {\n\t\t\tcity: 'London',\n\t\t\tcountry: 'uk',\n\t\t},\n\t},\n\t{\n\t\tid: 3,\n\t\tdata: {\n\t\t\tname: 'Jack',\n\t\t\tage: 35,\n active: false,\n\t\t},\n\t\taddress: {\n\t\t\tcity: 'Paris',\n\t\t\tcountry: 'fr',\n\t\t},\n\t},\n]"
25
+ },
26
+ "id": "8ea09201-1ed6-4f9c-afb4-1261142a74a3",
27
+ "name": "Code1",
28
+ "type": "n8n-nodes-base.code",
29
+ "typeVersion": 1,
30
+ "position": [660, 920]
31
+ },
32
+ {
33
+ "parameters": {
34
+ "mergeByFields": {
35
+ "values": [
36
+ {
37
+ "field1": "id",
38
+ "field2": "id"
39
+ }
40
+ ]
41
+ },
42
+ "options": {}
43
+ },
44
+ "id": "750c4213-42e0-4e66-96b0-24dcb82d3d67",
45
+ "name": "Any skipped",
46
+ "type": "n8n-nodes-base.compareDatasets",
47
+ "typeVersion": 2.1,
48
+ "position": [1020, 220]
49
+ },
50
+ {
51
+ "parameters": {
52
+ "mergeByFields": {
53
+ "values": [
54
+ {
55
+ "field1": "id",
56
+ "field2": "id"
57
+ }
58
+ ]
59
+ },
60
+ "options": {
61
+ "skipFields": "data, address"
62
+ }
63
+ },
64
+ "id": "2912ebdb-ddb8-4c53-a357-66e8b20ff947",
65
+ "name": "skip whole object",
66
+ "type": "n8n-nodes-base.compareDatasets",
67
+ "typeVersion": 2.1,
68
+ "position": [1020, 420]
69
+ },
70
+ {
71
+ "parameters": {
72
+ "mergeByFields": {
73
+ "values": [
74
+ {
75
+ "field1": "id",
76
+ "field2": "id"
77
+ }
78
+ ]
79
+ },
80
+ "options": {
81
+ "skipFields": "data.age, data.active, address.country"
82
+ }
83
+ },
84
+ "id": "9ea72e2e-f062-4ae7-bfb1-9266848d0f3c",
85
+ "name": "skip each key",
86
+ "type": "n8n-nodes-base.compareDatasets",
87
+ "typeVersion": 2.1,
88
+ "position": [1020, 620]
89
+ },
90
+ {
91
+ "parameters": {
92
+ "mergeByFields": {
93
+ "values": [
94
+ {
95
+ "field1": "id",
96
+ "field2": "id"
97
+ }
98
+ ]
99
+ },
100
+ "options": {
101
+ "skipFields": "address.country"
102
+ }
103
+ },
104
+ "id": "fca0048b-a493-4ca4-861b-2ca8216fbfba",
105
+ "name": "skipped contain contry",
106
+ "type": "n8n-nodes-base.compareDatasets",
107
+ "typeVersion": 2.1,
108
+ "position": [1040, 1060]
109
+ },
110
+ {
111
+ "parameters": {
112
+ "mergeByFields": {
113
+ "values": [
114
+ {
115
+ "field1": "id",
116
+ "field2": "id"
117
+ }
118
+ ]
119
+ },
120
+ "options": {
121
+ "skipFields": "data, address.country"
122
+ }
123
+ },
124
+ "id": "498b2f65-1117-4ff2-acde-a51049fd9b89",
125
+ "name": "skip object and key",
126
+ "type": "n8n-nodes-base.compareDatasets",
127
+ "typeVersion": 2.1,
128
+ "position": [1040, 860],
129
+ "continueOnFail": true
130
+ },
131
+ {
132
+ "parameters": {
133
+ "mergeByFields": {
134
+ "values": [
135
+ {
136
+ "field1": "id",
137
+ "field2": "id"
138
+ }
139
+ ]
140
+ },
141
+ "options": {
142
+ "skipFields": "data.age, address.country"
143
+ }
144
+ },
145
+ "id": "77ad3a73-8683-41ed-9040-cef1a2895704",
146
+ "name": "skip includes age and contry",
147
+ "type": "n8n-nodes-base.compareDatasets",
148
+ "typeVersion": 2.1,
149
+ "position": [1040, 1260]
150
+ },
151
+ {
152
+ "parameters": {
153
+ "options": {}
154
+ },
155
+ "id": "be74368b-6d04-43ae-ad01-e2efbd2758c3",
156
+ "name": "Set",
157
+ "type": "n8n-nodes-base.set",
158
+ "typeVersion": 1,
159
+ "position": [1340, 240]
160
+ },
161
+ {
162
+ "parameters": {
163
+ "options": {}
164
+ },
165
+ "id": "4cb1a37a-ce93-4a3e-b613-8ae9e8265718",
166
+ "name": "Set1",
167
+ "type": "n8n-nodes-base.set",
168
+ "typeVersion": 1,
169
+ "position": [1340, 380]
170
+ },
171
+ {
172
+ "parameters": {
173
+ "options": {}
174
+ },
175
+ "id": "ab00a0a0-34be-4a65-a1de-8f69db895b76",
176
+ "name": "Set2",
177
+ "type": "n8n-nodes-base.set",
178
+ "typeVersion": 1,
179
+ "position": [1340, 520]
180
+ },
181
+ {
182
+ "parameters": {
183
+ "options": {}
184
+ },
185
+ "id": "b23e2bf9-9a4b-4f87-a21f-cd24c56af3c1",
186
+ "name": "Set3",
187
+ "type": "n8n-nodes-base.set",
188
+ "typeVersion": 1,
189
+ "position": [1340, 660]
190
+ },
191
+ {
192
+ "parameters": {
193
+ "options": {}
194
+ },
195
+ "id": "2cf57ec3-72c4-43e2-ad28-6755b19cc8f3",
196
+ "name": "Set4",
197
+ "type": "n8n-nodes-base.set",
198
+ "typeVersion": 1,
199
+ "position": [1340, 800]
200
+ },
201
+ {
202
+ "parameters": {
203
+ "options": {}
204
+ },
205
+ "id": "fdf62bd3-5e54-43cd-b70e-be159aa1722f",
206
+ "name": "Set5",
207
+ "type": "n8n-nodes-base.set",
208
+ "typeVersion": 1,
209
+ "position": [1340, 940]
210
+ }
211
+ ],
212
+ "pinData": {
213
+ "Set": [
214
+ {
215
+ "json": {
216
+ "keys": {
217
+ "id": 1
218
+ },
219
+ "same": {
220
+ "id": 1
221
+ },
222
+ "different": {
223
+ "data": {
224
+ "inputA": {
225
+ "name": "John",
226
+ "age": 31,
227
+ "active": true
228
+ },
229
+ "inputB": {
230
+ "name": "John",
231
+ "age": 30,
232
+ "active": false
233
+ }
234
+ },
235
+ "address": {
236
+ "inputA": {
237
+ "city": "New York",
238
+ "country": "USA"
239
+ },
240
+ "inputB": {
241
+ "city": "New York",
242
+ "country": "us"
243
+ }
244
+ }
245
+ }
246
+ }
247
+ },
248
+ {
249
+ "json": {
250
+ "keys": {
251
+ "id": 2
252
+ },
253
+ "same": {
254
+ "id": 2
255
+ },
256
+ "different": {
257
+ "data": {
258
+ "inputA": {
259
+ "name": "Jane",
260
+ "age": 26,
261
+ "active": true
262
+ },
263
+ "inputB": {
264
+ "name": "Jane",
265
+ "age": 25,
266
+ "active": false
267
+ }
268
+ },
269
+ "address": {
270
+ "inputA": {
271
+ "city": "London",
272
+ "country": "UK"
273
+ },
274
+ "inputB": {
275
+ "city": "London",
276
+ "country": "uk"
277
+ }
278
+ }
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "json": {
284
+ "keys": {
285
+ "id": 3
286
+ },
287
+ "same": {
288
+ "id": 3
289
+ },
290
+ "different": {
291
+ "data": {
292
+ "inputA": {
293
+ "name": "Jack",
294
+ "age": 36,
295
+ "active": true
296
+ },
297
+ "inputB": {
298
+ "name": "Jack",
299
+ "age": 35,
300
+ "active": false
301
+ }
302
+ },
303
+ "address": {
304
+ "inputA": {
305
+ "city": "Paris",
306
+ "country": "France"
307
+ },
308
+ "inputB": {
309
+ "city": "Paris",
310
+ "country": "fr"
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ ],
317
+ "Set1": [
318
+ {
319
+ "json": {
320
+ "id": 1,
321
+ "data": {
322
+ "name": "John",
323
+ "age": 31,
324
+ "active": true
325
+ },
326
+ "address": {
327
+ "city": "New York",
328
+ "country": "USA"
329
+ }
330
+ }
331
+ },
332
+ {
333
+ "json": {
334
+ "id": 2,
335
+ "data": {
336
+ "name": "Jane",
337
+ "age": 26,
338
+ "active": true
339
+ },
340
+ "address": {
341
+ "city": "London",
342
+ "country": "UK"
343
+ }
344
+ }
345
+ },
346
+ {
347
+ "json": {
348
+ "id": 3,
349
+ "data": {
350
+ "name": "Jack",
351
+ "age": 36,
352
+ "active": true
353
+ },
354
+ "address": {
355
+ "city": "Paris",
356
+ "country": "France"
357
+ }
358
+ }
359
+ }
360
+ ],
361
+ "Set2": [
362
+ {
363
+ "json": {
364
+ "id": 1,
365
+ "data": {
366
+ "name": "John",
367
+ "age": 31,
368
+ "active": true
369
+ },
370
+ "address": {
371
+ "city": "New York",
372
+ "country": "USA"
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "json": {
378
+ "id": 2,
379
+ "data": {
380
+ "name": "Jane",
381
+ "age": 26,
382
+ "active": true
383
+ },
384
+ "address": {
385
+ "city": "London",
386
+ "country": "UK"
387
+ }
388
+ }
389
+ },
390
+ {
391
+ "json": {
392
+ "id": 3,
393
+ "data": {
394
+ "name": "Jack",
395
+ "age": 36,
396
+ "active": true
397
+ },
398
+ "address": {
399
+ "city": "Paris",
400
+ "country": "France"
401
+ }
402
+ }
403
+ }
404
+ ],
405
+ "Set3": [
406
+ {
407
+ "json": {
408
+ "id": 1,
409
+ "data": {
410
+ "name": "John",
411
+ "age": 31,
412
+ "active": true
413
+ },
414
+ "address": {
415
+ "city": "New York",
416
+ "country": "USA"
417
+ }
418
+ }
419
+ },
420
+ {
421
+ "json": {
422
+ "id": 2,
423
+ "data": {
424
+ "name": "Jane",
425
+ "age": 26,
426
+ "active": true
427
+ },
428
+ "address": {
429
+ "city": "London",
430
+ "country": "UK"
431
+ }
432
+ }
433
+ },
434
+ {
435
+ "json": {
436
+ "id": 3,
437
+ "data": {
438
+ "name": "Jack",
439
+ "age": 36,
440
+ "active": true
441
+ },
442
+ "address": {
443
+ "city": "Paris",
444
+ "country": "France"
445
+ }
446
+ }
447
+ }
448
+ ],
449
+ "Set5": [
450
+ {
451
+ "json": {
452
+ "keys": {
453
+ "id": 1
454
+ },
455
+ "same": {
456
+ "id": 1
457
+ },
458
+ "different": {
459
+ "data": {
460
+ "inputA": {
461
+ "name": "John",
462
+ "active": true
463
+ },
464
+ "inputB": {
465
+ "name": "John",
466
+ "active": false
467
+ }
468
+ },
469
+ "address": {
470
+ "inputA": {
471
+ "city": "New York"
472
+ },
473
+ "inputB": {
474
+ "city": "New York"
475
+ }
476
+ }
477
+ },
478
+ "skipped": {
479
+ "data": {
480
+ "inputA": {
481
+ "age": 31
482
+ },
483
+ "inputB": {
484
+ "age": 30
485
+ }
486
+ },
487
+ "address": {
488
+ "inputA": {
489
+ "country": "USA"
490
+ },
491
+ "inputB": {
492
+ "country": "us"
493
+ }
494
+ }
495
+ }
496
+ }
497
+ },
498
+ {
499
+ "json": {
500
+ "keys": {
501
+ "id": 2
502
+ },
503
+ "same": {
504
+ "id": 2
505
+ },
506
+ "different": {
507
+ "data": {
508
+ "inputA": {
509
+ "name": "Jane",
510
+ "active": true
511
+ },
512
+ "inputB": {
513
+ "name": "Jane",
514
+ "active": false
515
+ }
516
+ },
517
+ "address": {
518
+ "inputA": {
519
+ "city": "London"
520
+ },
521
+ "inputB": {
522
+ "city": "London"
523
+ }
524
+ }
525
+ },
526
+ "skipped": {
527
+ "data": {
528
+ "inputA": {
529
+ "age": 26
530
+ },
531
+ "inputB": {
532
+ "age": 25
533
+ }
534
+ },
535
+ "address": {
536
+ "inputA": {
537
+ "country": "UK"
538
+ },
539
+ "inputB": {
540
+ "country": "uk"
541
+ }
542
+ }
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "json": {
548
+ "keys": {
549
+ "id": 3
550
+ },
551
+ "same": {
552
+ "id": 3
553
+ },
554
+ "different": {
555
+ "data": {
556
+ "inputA": {
557
+ "name": "Jack",
558
+ "active": true
559
+ },
560
+ "inputB": {
561
+ "name": "Jack",
562
+ "active": false
563
+ }
564
+ },
565
+ "address": {
566
+ "inputA": {
567
+ "city": "Paris"
568
+ },
569
+ "inputB": {
570
+ "city": "Paris"
571
+ }
572
+ }
573
+ },
574
+ "skipped": {
575
+ "data": {
576
+ "inputA": {
577
+ "age": 36
578
+ },
579
+ "inputB": {
580
+ "age": 35
581
+ }
582
+ },
583
+ "address": {
584
+ "inputA": {
585
+ "country": "France"
586
+ },
587
+ "inputB": {
588
+ "country": "fr"
589
+ }
590
+ }
591
+ }
592
+ }
593
+ }
594
+ ],
595
+ "Set4": [
596
+ {
597
+ "json": {
598
+ "keys": {
599
+ "id": 1
600
+ },
601
+ "same": {
602
+ "id": 1
603
+ },
604
+ "different": {
605
+ "data": {
606
+ "inputA": {
607
+ "name": "John",
608
+ "age": 31,
609
+ "active": true
610
+ },
611
+ "inputB": {
612
+ "name": "John",
613
+ "age": 30,
614
+ "active": false
615
+ }
616
+ },
617
+ "address": {
618
+ "inputA": {
619
+ "city": "New York"
620
+ },
621
+ "inputB": {
622
+ "city": "New York"
623
+ }
624
+ }
625
+ },
626
+ "skipped": {
627
+ "address": {
628
+ "inputA": {
629
+ "country": "USA"
630
+ },
631
+ "inputB": {
632
+ "country": "us"
633
+ }
634
+ }
635
+ }
636
+ }
637
+ },
638
+ {
639
+ "json": {
640
+ "keys": {
641
+ "id": 2
642
+ },
643
+ "same": {
644
+ "id": 2
645
+ },
646
+ "different": {
647
+ "data": {
648
+ "inputA": {
649
+ "name": "Jane",
650
+ "age": 26,
651
+ "active": true
652
+ },
653
+ "inputB": {
654
+ "name": "Jane",
655
+ "age": 25,
656
+ "active": false
657
+ }
658
+ },
659
+ "address": {
660
+ "inputA": {
661
+ "city": "London"
662
+ },
663
+ "inputB": {
664
+ "city": "London"
665
+ }
666
+ }
667
+ },
668
+ "skipped": {
669
+ "address": {
670
+ "inputA": {
671
+ "country": "UK"
672
+ },
673
+ "inputB": {
674
+ "country": "uk"
675
+ }
676
+ }
677
+ }
678
+ }
679
+ },
680
+ {
681
+ "json": {
682
+ "keys": {
683
+ "id": 3
684
+ },
685
+ "same": {
686
+ "id": 3
687
+ },
688
+ "different": {
689
+ "data": {
690
+ "inputA": {
691
+ "name": "Jack",
692
+ "age": 36,
693
+ "active": true
694
+ },
695
+ "inputB": {
696
+ "name": "Jack",
697
+ "age": 35,
698
+ "active": false
699
+ }
700
+ },
701
+ "address": {
702
+ "inputA": {
703
+ "city": "Paris"
704
+ },
705
+ "inputB": {
706
+ "city": "Paris"
707
+ }
708
+ }
709
+ },
710
+ "skipped": {
711
+ "address": {
712
+ "inputA": {
713
+ "country": "France"
714
+ },
715
+ "inputB": {
716
+ "country": "fr"
717
+ }
718
+ }
719
+ }
720
+ }
721
+ }
722
+ ]
723
+ },
724
+ "connections": {
725
+ "When clicking \"Execute Workflow\"": {
726
+ "main": [
727
+ [
728
+ {
729
+ "node": "Code",
730
+ "type": "main",
731
+ "index": 0
732
+ },
733
+ {
734
+ "node": "Code1",
735
+ "type": "main",
736
+ "index": 0
737
+ }
738
+ ]
739
+ ]
740
+ },
741
+ "Code": {
742
+ "main": [
743
+ [
744
+ {
745
+ "node": "Any skipped",
746
+ "type": "main",
747
+ "index": 0
748
+ },
749
+ {
750
+ "node": "skip whole object",
751
+ "type": "main",
752
+ "index": 0
753
+ },
754
+ {
755
+ "node": "skip each key",
756
+ "type": "main",
757
+ "index": 0
758
+ },
759
+ {
760
+ "node": "skip object and key",
761
+ "type": "main",
762
+ "index": 0
763
+ },
764
+ {
765
+ "node": "skipped contain contry",
766
+ "type": "main",
767
+ "index": 0
768
+ },
769
+ {
770
+ "node": "skip includes age and contry",
771
+ "type": "main",
772
+ "index": 0
773
+ }
774
+ ]
775
+ ]
776
+ },
777
+ "Code1": {
778
+ "main": [
779
+ [
780
+ {
781
+ "node": "Any skipped",
782
+ "type": "main",
783
+ "index": 1
784
+ },
785
+ {
786
+ "node": "skip whole object",
787
+ "type": "main",
788
+ "index": 1
789
+ },
790
+ {
791
+ "node": "skip each key",
792
+ "type": "main",
793
+ "index": 1
794
+ },
795
+ {
796
+ "node": "skip object and key",
797
+ "type": "main",
798
+ "index": 1
799
+ },
800
+ {
801
+ "node": "skipped contain contry",
802
+ "type": "main",
803
+ "index": 1
804
+ },
805
+ {
806
+ "node": "skip includes age and contry",
807
+ "type": "main",
808
+ "index": 1
809
+ }
810
+ ]
811
+ ]
812
+ },
813
+ "Any skipped": {
814
+ "main": [
815
+ [],
816
+ [],
817
+ [
818
+ {
819
+ "node": "Set",
820
+ "type": "main",
821
+ "index": 0
822
+ }
823
+ ]
824
+ ]
825
+ },
826
+ "skip whole object": {
827
+ "main": [
828
+ [],
829
+ [
830
+ {
831
+ "node": "Set1",
832
+ "type": "main",
833
+ "index": 0
834
+ }
835
+ ]
836
+ ]
837
+ },
838
+ "skip each key": {
839
+ "main": [
840
+ [],
841
+ [
842
+ {
843
+ "node": "Set2",
844
+ "type": "main",
845
+ "index": 0
846
+ }
847
+ ]
848
+ ]
849
+ },
850
+ "skip object and key": {
851
+ "main": [
852
+ [],
853
+ [
854
+ {
855
+ "node": "Set3",
856
+ "type": "main",
857
+ "index": 0
858
+ }
859
+ ]
860
+ ]
861
+ },
862
+ "skipped contain contry": {
863
+ "main": [
864
+ [],
865
+ [],
866
+ [
867
+ {
868
+ "node": "Set4",
869
+ "type": "main",
870
+ "index": 0
871
+ }
872
+ ]
873
+ ]
874
+ },
875
+ "skip includes age and contry": {
876
+ "main": [
877
+ [],
878
+ [],
879
+ [
880
+ {
881
+ "node": "Set5",
882
+ "type": "main",
883
+ "index": 0
884
+ }
885
+ ]
886
+ ]
887
+ }
888
+ },
889
+ "active": false,
890
+ "settings": {},
891
+ "versionId": "853bfbd2-7a94-4859-98e2-ad4df10bf922",
892
+ "id": "146",
893
+ "meta": {
894
+ "instanceId": "36203ea1ce3cef713fa25999bd9874ae26b9e4c2c3a90a365f2882a154d031d0"
895
+ },
896
+ "tags": []
897
+ }