n8n-nodes-base 1.91.0 → 1.92.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 (152) hide show
  1. package/dist/credentials/Aws.credentials.js +0 -2
  2. package/dist/credentials/Aws.credentials.js.map +1 -1
  3. package/dist/credentials/JinaAiApi.credentials.js +61 -0
  4. package/dist/credentials/JinaAiApi.credentials.js.map +1 -0
  5. package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js +1 -1
  6. package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js.map +1 -1
  7. package/dist/known/credentials.json +8 -0
  8. package/dist/known/nodes.json +8 -0
  9. package/dist/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json +1 -4
  10. package/dist/nodes/Airtop/__schema__/v1.0.0/extraction/query.json +47 -0
  11. package/dist/nodes/Aws/Cognito/AwsCognito.node.js +102 -0
  12. package/dist/nodes/Aws/Cognito/AwsCognito.node.js.map +1 -0
  13. package/dist/nodes/Aws/Cognito/AwsCognito.node.json +18 -0
  14. package/dist/nodes/Aws/Cognito/cognito.svg +1 -0
  15. package/dist/nodes/Aws/Cognito/descriptions/common.description.js +160 -0
  16. package/dist/nodes/Aws/Cognito/descriptions/common.description.js.map +1 -0
  17. package/dist/nodes/Aws/Cognito/descriptions/group/Group.resource.js +189 -0
  18. package/dist/nodes/Aws/Cognito/descriptions/group/Group.resource.js.map +1 -0
  19. package/dist/nodes/Aws/Cognito/descriptions/group/create.operation.js +126 -0
  20. package/dist/nodes/Aws/Cognito/descriptions/group/create.operation.js.map +1 -0
  21. package/dist/nodes/Aws/Cognito/descriptions/group/delete.operation.js +47 -0
  22. package/dist/nodes/Aws/Cognito/descriptions/group/delete.operation.js.map +1 -0
  23. package/dist/nodes/Aws/Cognito/descriptions/group/get.operation.js +54 -0
  24. package/dist/nodes/Aws/Cognito/descriptions/group/get.operation.js.map +1 -0
  25. package/dist/nodes/Aws/Cognito/descriptions/group/getAll.operation.js +95 -0
  26. package/dist/nodes/Aws/Cognito/descriptions/group/getAll.operation.js.map +1 -0
  27. package/dist/nodes/Aws/Cognito/descriptions/group/update.operation.js +120 -0
  28. package/dist/nodes/Aws/Cognito/descriptions/group/update.operation.js.map +1 -0
  29. package/dist/nodes/Aws/Cognito/descriptions/index.js +45 -0
  30. package/dist/nodes/Aws/Cognito/descriptions/index.js.map +1 -0
  31. package/dist/nodes/Aws/Cognito/descriptions/user/User.resource.js +263 -0
  32. package/dist/nodes/Aws/Cognito/descriptions/user/User.resource.js.map +1 -0
  33. package/dist/nodes/Aws/Cognito/descriptions/user/addToGroup.operation.js +51 -0
  34. package/dist/nodes/Aws/Cognito/descriptions/user/addToGroup.operation.js.map +1 -0
  35. package/dist/nodes/Aws/Cognito/descriptions/user/create.operation.js +299 -0
  36. package/dist/nodes/Aws/Cognito/descriptions/user/create.operation.js.map +1 -0
  37. package/dist/nodes/Aws/Cognito/descriptions/user/delete.operation.js +47 -0
  38. package/dist/nodes/Aws/Cognito/descriptions/user/delete.operation.js.map +1 -0
  39. package/dist/nodes/Aws/Cognito/descriptions/user/get.operation.js +54 -0
  40. package/dist/nodes/Aws/Cognito/descriptions/user/get.operation.js.map +1 -0
  41. package/dist/nodes/Aws/Cognito/descriptions/user/getAll.operation.js +187 -0
  42. package/dist/nodes/Aws/Cognito/descriptions/user/getAll.operation.js.map +1 -0
  43. package/dist/nodes/Aws/Cognito/descriptions/user/removeFromGroup.operation.js +60 -0
  44. package/dist/nodes/Aws/Cognito/descriptions/user/removeFromGroup.operation.js.map +1 -0
  45. package/dist/nodes/Aws/Cognito/descriptions/user/update.operation.js +189 -0
  46. package/dist/nodes/Aws/Cognito/descriptions/user/update.operation.js.map +1 -0
  47. package/dist/nodes/Aws/Cognito/descriptions/userPool/UserPool.resource.js +81 -0
  48. package/dist/nodes/Aws/Cognito/descriptions/userPool/UserPool.resource.js.map +1 -0
  49. package/dist/nodes/Aws/Cognito/descriptions/userPool/get.operation.js +50 -0
  50. package/dist/nodes/Aws/Cognito/descriptions/userPool/get.operation.js.map +1 -0
  51. package/dist/nodes/Aws/Cognito/helpers/constants.js +91 -0
  52. package/dist/nodes/Aws/Cognito/helpers/constants.js.map +1 -0
  53. package/dist/nodes/Aws/Cognito/helpers/errorHandler.js +109 -0
  54. package/dist/nodes/Aws/Cognito/helpers/errorHandler.js.map +1 -0
  55. package/dist/nodes/Aws/Cognito/helpers/interfaces.js +17 -0
  56. package/dist/nodes/Aws/Cognito/helpers/interfaces.js.map +1 -0
  57. package/dist/nodes/Aws/Cognito/helpers/utils.js +318 -0
  58. package/dist/nodes/Aws/Cognito/helpers/utils.js.map +1 -0
  59. package/dist/nodes/Aws/Cognito/methods/index.js +39 -0
  60. package/dist/nodes/Aws/Cognito/methods/index.js.map +1 -0
  61. package/dist/nodes/Aws/Cognito/methods/listSearch.js +157 -0
  62. package/dist/nodes/Aws/Cognito/methods/listSearch.js.map +1 -0
  63. package/dist/nodes/Aws/Cognito/transport/index.js +72 -0
  64. package/dist/nodes/Aws/Cognito/transport/index.js.map +1 -0
  65. package/dist/nodes/Aws/S3/__schema__/v2.0.0/file/getAll.json +1 -7
  66. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/get.json +10 -1
  67. package/dist/nodes/Code/Pyodide.js +4 -1
  68. package/dist/nodes/Code/Pyodide.js.map +1 -1
  69. package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +7 -15
  70. package/dist/nodes/EmailSend/__schema__/v2.1.0/email/send.json +7 -1
  71. package/dist/nodes/Github/__schema__/v1.1.0/file/list.json +44 -0
  72. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +1 -4
  73. package/dist/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/getAll.json +1 -12
  74. package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json +4 -7
  75. package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json +1 -12
  76. package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/download.json +9 -0
  77. package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/query.json +7 -1
  78. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/addLabels.json +1 -13
  79. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json +7 -1
  80. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json +29 -113
  81. package/dist/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json +1 -60
  82. package/dist/nodes/Google/Sheet/GoogleSheets.node.js +3 -2
  83. package/dist/nodes/Google/Sheet/GoogleSheets.node.js.map +1 -1
  84. package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js +2 -1
  85. package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js.map +1 -1
  86. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +1 -1
  87. package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
  88. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +4 -0
  89. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
  90. package/dist/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json +1 -4
  91. package/dist/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json +35 -1
  92. package/dist/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json +4 -1
  93. package/dist/nodes/Hubspot/__schema__/v2.1.0/contact/search.json +1 -4
  94. package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json +45 -11
  95. package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/search.json +2 -5
  96. package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json +4 -4
  97. package/dist/nodes/ItemLists/__schema__/v3.0.0/itemList/limit.json +4 -1
  98. package/dist/nodes/JinaAI/JinaAi.node.js +486 -0
  99. package/dist/nodes/JinaAI/JinaAi.node.js.map +1 -0
  100. package/dist/nodes/JinaAI/JinaAi.node.json +18 -0
  101. package/dist/nodes/JinaAI/jinaAi.dark.svg +6 -0
  102. package/dist/nodes/JinaAI/jinaAi.svg +6 -0
  103. package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +259 -1
  104. package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +57 -37
  105. package/dist/nodes/Linear/__schema__/v1.0.0/issue/getAll.json +1 -12
  106. package/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.node.json +2 -2
  107. package/dist/nodes/Microsoft/Entra/MicrosoftEntra.node.js +2 -2
  108. package/dist/nodes/Microsoft/Entra/MicrosoftEntra.node.js.map +1 -1
  109. package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json +1 -7
  110. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/getAll.json +4 -1
  111. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +8 -47
  112. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +124 -1
  113. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +40 -20
  114. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/sendAndWait.json +12 -11
  115. package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +13 -1
  116. package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/getAll.json +44 -0
  117. package/dist/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json +1 -4
  118. package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json +21 -5
  119. package/dist/nodes/Notion/__schema__/v2.2.0/database/get.json +149 -2
  120. package/dist/nodes/Odoo/__schema__/v1.0.0/contact/getAll.json +10 -1
  121. package/dist/nodes/Odoo/__schema__/v1.0.0/custom/getAll.json +1 -4
  122. package/dist/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json +49 -1
  123. package/dist/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json +1 -29
  124. package/dist/nodes/Pipedrive/__schema__/v1.0.0/organization/search.json +20 -25
  125. package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +1 -18
  126. package/dist/nodes/Plivo/__schema__/v1.0.0/call/make.json +15 -0
  127. package/dist/nodes/QuickBooks/__schema__/v1.0.0/transaction/getReport.json +1 -4
  128. package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +2 -2
  129. package/dist/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json +5 -2
  130. package/dist/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json +4 -1
  131. package/dist/nodes/SeaTable/__schema__/v2.0.0/row/list.json +30 -0
  132. package/dist/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json +1 -4
  133. package/dist/nodes/Slack/__schema__/v2.3.0/channel/history.json +49 -3
  134. package/dist/nodes/Slack/__schema__/v2.3.0/message/post.json +4 -1
  135. package/dist/nodes/Ssh/__schema__/v1.0.0/command/execute.json +4 -1
  136. package/dist/nodes/Strapi/__schema__/v1.0.0/entry/get.json +32 -0
  137. package/dist/nodes/Strapi/__schema__/v1.0.0/entry/getAll.json +1 -4
  138. package/dist/nodes/Telegram/__schema__/v1.2.0/chat/get.json +27 -1
  139. package/dist/nodes/Telegram/__schema__/v1.2.0/chat/member.json +7 -1
  140. package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json +1 -4
  141. package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendPhoto.json +4 -1
  142. package/dist/nodes/Trello/__schema__/v1.0.0/list/getAll.json +7 -1
  143. package/dist/nodes/Trello/__schema__/v1.0.0/list/getCards.json +13 -1
  144. package/dist/nodes/Wordpress/PageDescription.js +0 -17
  145. package/dist/nodes/Wordpress/PageDescription.js.map +1 -1
  146. package/dist/nodes/Wordpress/__schema__/v1.0.0/post/get.json +7 -1
  147. package/dist/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json +15 -16
  148. package/dist/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json +1 -122
  149. package/dist/nodes/Zoom/__schema__/v1.0.0/meeting/getAll.json +1 -4
  150. package/dist/types/credentials.json +3 -2
  151. package/dist/types/nodes.json +9 -7
  152. package/package.json +8 -5
@@ -82,8 +82,266 @@
82
82
  }
83
83
  }
84
84
  },
85
+ "project": {
86
+ "type": "object",
87
+ "properties": {
88
+ "avatarUrls": {
89
+ "type": "object",
90
+ "properties": {
91
+ "16x16": {
92
+ "type": "string"
93
+ },
94
+ "24x24": {
95
+ "type": "string"
96
+ },
97
+ "32x32": {
98
+ "type": "string"
99
+ },
100
+ "48x48": {
101
+ "type": "string"
102
+ }
103
+ }
104
+ },
105
+ "id": {
106
+ "type": "string"
107
+ },
108
+ "key": {
109
+ "type": "string"
110
+ },
111
+ "name": {
112
+ "type": "string"
113
+ },
114
+ "projectTypeKey": {
115
+ "type": "string"
116
+ },
117
+ "self": {
118
+ "type": "string"
119
+ },
120
+ "simplified": {
121
+ "type": "boolean"
122
+ }
123
+ }
124
+ },
125
+ "reporter": {
126
+ "type": "object",
127
+ "properties": {
128
+ "accountId": {
129
+ "type": "string"
130
+ },
131
+ "accountType": {
132
+ "type": "string"
133
+ },
134
+ "active": {
135
+ "type": "boolean"
136
+ },
137
+ "avatarUrls": {
138
+ "type": "object",
139
+ "properties": {
140
+ "16x16": {
141
+ "type": "string"
142
+ },
143
+ "24x24": {
144
+ "type": "string"
145
+ },
146
+ "32x32": {
147
+ "type": "string"
148
+ },
149
+ "48x48": {
150
+ "type": "string"
151
+ }
152
+ }
153
+ },
154
+ "displayName": {
155
+ "type": "string"
156
+ },
157
+ "emailAddress": {
158
+ "type": "string"
159
+ },
160
+ "self": {
161
+ "type": "string"
162
+ },
163
+ "timeZone": {
164
+ "type": "string"
165
+ }
166
+ }
167
+ },
168
+ "status": {
169
+ "type": "object",
170
+ "properties": {
171
+ "description": {
172
+ "type": "string"
173
+ },
174
+ "iconUrl": {
175
+ "type": "string"
176
+ },
177
+ "id": {
178
+ "type": "string"
179
+ },
180
+ "name": {
181
+ "type": "string"
182
+ },
183
+ "self": {
184
+ "type": "string"
185
+ },
186
+ "statusCategory": {
187
+ "type": "object",
188
+ "properties": {
189
+ "colorName": {
190
+ "type": "string"
191
+ },
192
+ "id": {
193
+ "type": "integer"
194
+ },
195
+ "key": {
196
+ "type": "string"
197
+ },
198
+ "name": {
199
+ "type": "string"
200
+ },
201
+ "self": {
202
+ "type": "string"
203
+ }
204
+ }
205
+ }
206
+ }
207
+ },
85
208
  "summary": {
86
209
  "type": "string"
210
+ },
211
+ "worklog": {
212
+ "type": "object",
213
+ "properties": {
214
+ "maxResults": {
215
+ "type": "integer"
216
+ },
217
+ "startAt": {
218
+ "type": "integer"
219
+ },
220
+ "total": {
221
+ "type": "integer"
222
+ },
223
+ "worklogs": {
224
+ "type": "array",
225
+ "items": {
226
+ "type": "object",
227
+ "properties": {
228
+ "author": {
229
+ "type": "object",
230
+ "properties": {
231
+ "accountId": {
232
+ "type": "string"
233
+ },
234
+ "accountType": {
235
+ "type": "string"
236
+ },
237
+ "active": {
238
+ "type": "boolean"
239
+ },
240
+ "avatarUrls": {
241
+ "type": "object",
242
+ "properties": {
243
+ "16x16": {
244
+ "type": "string"
245
+ },
246
+ "24x24": {
247
+ "type": "string"
248
+ },
249
+ "32x32": {
250
+ "type": "string"
251
+ },
252
+ "48x48": {
253
+ "type": "string"
254
+ }
255
+ }
256
+ },
257
+ "displayName": {
258
+ "type": "string"
259
+ },
260
+ "emailAddress": {
261
+ "type": "string"
262
+ },
263
+ "self": {
264
+ "type": "string"
265
+ },
266
+ "timeZone": {
267
+ "type": "string"
268
+ }
269
+ }
270
+ },
271
+ "comment": {
272
+ "type": "string"
273
+ },
274
+ "created": {
275
+ "type": "string"
276
+ },
277
+ "id": {
278
+ "type": "string"
279
+ },
280
+ "issueId": {
281
+ "type": "string"
282
+ },
283
+ "self": {
284
+ "type": "string"
285
+ },
286
+ "started": {
287
+ "type": "string"
288
+ },
289
+ "timeSpent": {
290
+ "type": "string"
291
+ },
292
+ "timeSpentSeconds": {
293
+ "type": "integer"
294
+ },
295
+ "updateAuthor": {
296
+ "type": "object",
297
+ "properties": {
298
+ "accountId": {
299
+ "type": "string"
300
+ },
301
+ "accountType": {
302
+ "type": "string"
303
+ },
304
+ "active": {
305
+ "type": "boolean"
306
+ },
307
+ "avatarUrls": {
308
+ "type": "object",
309
+ "properties": {
310
+ "16x16": {
311
+ "type": "string"
312
+ },
313
+ "24x24": {
314
+ "type": "string"
315
+ },
316
+ "32x32": {
317
+ "type": "string"
318
+ },
319
+ "48x48": {
320
+ "type": "string"
321
+ }
322
+ }
323
+ },
324
+ "displayName": {
325
+ "type": "string"
326
+ },
327
+ "emailAddress": {
328
+ "type": "string"
329
+ },
330
+ "self": {
331
+ "type": "string"
332
+ },
333
+ "timeZone": {
334
+ "type": "string"
335
+ }
336
+ }
337
+ },
338
+ "updated": {
339
+ "type": "string"
340
+ }
341
+ }
342
+ }
343
+ }
344
+ }
87
345
  }
88
346
  }
89
347
  },
@@ -97,5 +355,5 @@
97
355
  "type": "string"
98
356
  }
99
357
  },
100
- "version": 2
358
+ "version": 3
101
359
  }
@@ -7,64 +7,78 @@
7
7
  "fields": {
8
8
  "type": "object",
9
9
  "properties": {
10
- "assignee": {
10
+ "created": {
11
+ "type": "string"
12
+ },
13
+ "issuetype": {
11
14
  "type": "object",
12
15
  "properties": {
13
- "accountId": {
16
+ "avatarId": {
17
+ "type": "integer"
18
+ },
19
+ "description": {
14
20
  "type": "string"
15
21
  },
16
- "accountType": {
22
+ "entityId": {
17
23
  "type": "string"
18
24
  },
19
- "active": {
20
- "type": "boolean"
25
+ "hierarchyLevel": {
26
+ "type": "integer"
21
27
  },
22
- "avatarUrls": {
23
- "type": "object",
24
- "properties": {
25
- "16x16": {
26
- "type": "string"
27
- },
28
- "24x24": {
29
- "type": "string"
30
- },
31
- "32x32": {
32
- "type": "string"
33
- },
34
- "48x48": {
35
- "type": "string"
36
- }
37
- }
28
+ "iconUrl": {
29
+ "type": "string"
38
30
  },
39
- "displayName": {
31
+ "id": {
40
32
  "type": "string"
41
33
  },
42
- "emailAddress": {
34
+ "name": {
43
35
  "type": "string"
44
36
  },
45
37
  "self": {
46
38
  "type": "string"
47
39
  },
48
- "timeZone": {
49
- "type": "string"
40
+ "subtask": {
41
+ "type": "boolean"
50
42
  }
51
43
  }
52
44
  },
53
- "created": {
54
- "type": "string"
45
+ "labels": {
46
+ "type": "array",
47
+ "items": {
48
+ "type": "string"
49
+ }
55
50
  },
56
- "reporter": {
51
+ "priority": {
57
52
  "type": "object",
58
53
  "properties": {
59
- "accountId": {
54
+ "iconUrl": {
60
55
  "type": "string"
61
56
  },
62
- "accountType": {
57
+ "id": {
63
58
  "type": "string"
64
59
  },
65
- "active": {
66
- "type": "boolean"
60
+ "name": {
61
+ "type": "string"
62
+ },
63
+ "self": {
64
+ "type": "string"
65
+ }
66
+ }
67
+ },
68
+ "progress": {
69
+ "type": "object",
70
+ "properties": {
71
+ "progress": {
72
+ "type": "integer"
67
73
  },
74
+ "total": {
75
+ "type": "integer"
76
+ }
77
+ }
78
+ },
79
+ "project": {
80
+ "type": "object",
81
+ "properties": {
68
82
  "avatarUrls": {
69
83
  "type": "object",
70
84
  "properties": {
@@ -82,17 +96,23 @@
82
96
  }
83
97
  }
84
98
  },
85
- "displayName": {
99
+ "id": {
100
+ "type": "string"
101
+ },
102
+ "key": {
86
103
  "type": "string"
87
104
  },
88
- "emailAddress": {
105
+ "name": {
89
106
  "type": "string"
90
107
  },
91
- "self": {
108
+ "projectTypeKey": {
92
109
  "type": "string"
93
110
  },
94
- "timeZone": {
111
+ "self": {
95
112
  "type": "string"
113
+ },
114
+ "simplified": {
115
+ "type": "boolean"
96
116
  }
97
117
  }
98
118
  },
@@ -151,5 +171,5 @@
151
171
  "type": "string"
152
172
  }
153
173
  },
154
- "version": 2
174
+ "version": 3
155
175
  }
@@ -7,17 +7,6 @@
7
7
  "createdAt": {
8
8
  "type": "string"
9
9
  },
10
- "creator": {
11
- "type": "object",
12
- "properties": {
13
- "displayName": {
14
- "type": "string"
15
- },
16
- "id": {
17
- "type": "string"
18
- }
19
- }
20
- },
21
10
  "id": {
22
11
  "type": "string"
23
12
  },
@@ -42,5 +31,5 @@
42
31
  "type": "string"
43
32
  }
44
33
  },
45
- "version": 1
34
+ "version": 2
46
35
  }
@@ -6,12 +6,12 @@
6
6
  "resources": {
7
7
  "credentialDocumentation": [
8
8
  {
9
- "url": "https://docs.n8n.io/integrations/builtin/credentials/microsoft/"
9
+ "url": "https://docs.n8n.io/integrations/builtin/credentials/azurecosmosdb/"
10
10
  }
11
11
  ],
12
12
  "primaryDocumentation": [
13
13
  {
14
- "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azureCosmosDb/"
14
+ "url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azurecosmosdb/"
15
15
  }
16
16
  ]
17
17
  }
@@ -36,9 +36,9 @@ class MicrosoftEntra {
36
36
  group: ["transform"],
37
37
  version: 1,
38
38
  subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
39
- description: "Interact with Micosoft Entra ID API",
39
+ description: "Interact with Microsoft Entra ID API",
40
40
  defaults: {
41
- name: "Micosoft Entra ID"
41
+ name: "Microsoft Entra ID"
42
42
  },
43
43
  usableAsTool: true,
44
44
  inputs: [import_n8n_workflow.NodeConnectionTypes.Main],
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../nodes/Microsoft/Entra/MicrosoftEntra.node.ts"],"sourcesContent":["import type {\n\tILoadOptionsFunctions,\n\tINodePropertyOptions,\n\tINodeType,\n\tINodeTypeDescription,\n} from 'n8n-workflow';\nimport { NodeConnectionTypes } from 'n8n-workflow';\n\nimport { groupFields, groupOperations, userFields, userOperations } from './descriptions';\nimport { getGroupProperties, getGroups, getUserProperties, getUsers } from './GenericFunctions';\n\nexport class MicrosoftEntra implements INodeType {\n\tdescription: INodeTypeDescription = {\n\t\tdisplayName: 'Microsoft Entra ID',\n\t\tname: 'microsoftEntra',\n\t\ticon: {\n\t\t\tlight: 'file:microsoftEntra.svg',\n\t\t\tdark: 'file:microsoftEntra.dark.svg',\n\t\t},\n\t\tgroup: ['transform'],\n\t\tversion: 1,\n\t\tsubtitle: '={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}',\n\t\tdescription: 'Interact with Micosoft Entra ID API',\n\t\tdefaults: {\n\t\t\tname: 'Micosoft Entra ID',\n\t\t},\n\t\tusableAsTool: true,\n\t\tinputs: [NodeConnectionTypes.Main],\n\t\toutputs: [NodeConnectionTypes.Main],\n\t\tcredentials: [\n\t\t\t{\n\t\t\t\tname: 'microsoftEntraOAuth2Api',\n\t\t\t\trequired: true,\n\t\t\t},\n\t\t],\n\t\trequestDefaults: {\n\t\t\tbaseURL: 'https://graph.microsoft.com/v1.0',\n\t\t\theaders: {\n\t\t\t\t'Content-Type': 'application/json',\n\t\t\t},\n\t\t},\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tdisplayName: 'Resource',\n\t\t\t\tname: 'resource',\n\t\t\t\ttype: 'options',\n\t\t\t\tnoDataExpression: true,\n\t\t\t\toptions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'Group',\n\t\t\t\t\t\tvalue: 'group',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'User',\n\t\t\t\t\t\tvalue: 'user',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t\tdefault: 'user',\n\t\t\t},\n\n\t\t\t...groupOperations,\n\t\t\t...groupFields,\n\t\t\t...userOperations,\n\t\t\t...userFields,\n\t\t],\n\t};\n\n\tmethods = {\n\t\tloadOptions: {\n\t\t\tgetGroupProperties,\n\n\t\t\tasync getGroupPropertiesGetAll(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {\n\t\t\t\t// Filter items not supported for list endpoint\n\t\t\t\treturn (await getGroupProperties.call(this)).filter(\n\t\t\t\t\t(x) =>\n\t\t\t\t\t\t![\n\t\t\t\t\t\t\t'allowExternalSenders',\n\t\t\t\t\t\t\t'autoSubscribeNewMembers',\n\t\t\t\t\t\t\t'hideFromAddressLists',\n\t\t\t\t\t\t\t'hideFromOutlookClients',\n\t\t\t\t\t\t\t'isSubscribedByMail',\n\t\t\t\t\t\t\t'unseenCount',\n\t\t\t\t\t\t].includes(x.value as string),\n\t\t\t\t);\n\t\t\t},\n\n\t\t\tgetUserProperties,\n\n\t\t\tasync getUserPropertiesGetAll(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {\n\t\t\t\t// Filter items not supported for list endpoint\n\t\t\t\treturn (await getUserProperties.call(this)).filter(\n\t\t\t\t\t(x) =>\n\t\t\t\t\t\t![\n\t\t\t\t\t\t\t'aboutMe',\n\t\t\t\t\t\t\t'birthday',\n\t\t\t\t\t\t\t'hireDate',\n\t\t\t\t\t\t\t'interests',\n\t\t\t\t\t\t\t'mySite',\n\t\t\t\t\t\t\t'pastProjects',\n\t\t\t\t\t\t\t'preferredName',\n\t\t\t\t\t\t\t'responsibilities',\n\t\t\t\t\t\t\t'schools',\n\t\t\t\t\t\t\t'skills',\n\t\t\t\t\t\t\t'mailboxSettings',\n\t\t\t\t\t\t].includes(x.value as string),\n\t\t\t\t);\n\t\t\t},\n\t\t},\n\n\t\tlistSearch: {\n\t\t\tgetGroups,\n\n\t\t\tgetUsers,\n\t\t},\n\t};\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAMA,0BAAoC;AAEpC,0BAAyE;AACzE,8BAA2E;AAEpE,MAAM,eAAoC;AAAA,EAA1C;AACN,uBAAoC;AAAA,MACnC,aAAa;AAAA,MACb,MAAM;AAAA,MACN,MAAM;AAAA,QACL,OAAO;AAAA,QACP,MAAM;AAAA,MACP;AAAA,MACA,OAAO,CAAC,WAAW;AAAA,MACnB,SAAS;AAAA,MACT,UAAU;AAAA,MACV,aAAa;AAAA,MACb,UAAU;AAAA,QACT,MAAM;AAAA,MACP;AAAA,MACA,cAAc;AAAA,MACd,QAAQ,CAAC,wCAAoB,IAAI;AAAA,MACjC,SAAS,CAAC,wCAAoB,IAAI;AAAA,MAClC,aAAa;AAAA,QACZ;AAAA,UACC,MAAM;AAAA,UACN,UAAU;AAAA,QACX;AAAA,MACD;AAAA,MACA,iBAAiB;AAAA,QAChB,SAAS;AAAA,QACT,SAAS;AAAA,UACR,gBAAgB;AAAA,QACjB;AAAA,MACD;AAAA,MACA,YAAY;AAAA,QACX;AAAA,UACC,aAAa;AAAA,UACb,MAAM;AAAA,UACN,MAAM;AAAA,UACN,kBAAkB;AAAA,UAClB,SAAS;AAAA,YACR;AAAA,cACC,MAAM;AAAA,cACN,OAAO;AAAA,YACR;AAAA,YACA;AAAA,cACC,MAAM;AAAA,cACN,OAAO;AAAA,YACR;AAAA,UACD;AAAA,UACA,SAAS;AAAA,QACV;AAAA,QAEA,GAAG;AAAA,QACH,GAAG;AAAA,QACH,GAAG;AAAA,QACH,GAAG;AAAA,MACJ;AAAA,IACD;AAEA,mBAAU;AAAA,MACT,aAAa;AAAA,QACZ;AAAA,QAEA,MAAM,2BAAuF;AAE5F,kBAAQ,MAAM,2CAAmB,KAAK,IAAI,GAAG;AAAA,YAC5C,CAAC,MACA,CAAC;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACD,EAAE,SAAS,EAAE,KAAe;AAAA,UAC9B;AAAA,QACD;AAAA,QAEA;AAAA,QAEA,MAAM,0BAAsF;AAE3F,kBAAQ,MAAM,0CAAkB,KAAK,IAAI,GAAG;AAAA,YAC3C,CAAC,MACA,CAAC;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACD,EAAE,SAAS,EAAE,KAAe;AAAA,UAC9B;AAAA,QACD;AAAA,MACD;AAAA,MAEA,YAAY;AAAA,QACX;AAAA,QAEA;AAAA,MACD;AAAA,IACD;AAAA;AACD;","names":[]}
1
+ {"version":3,"sources":["../../../../nodes/Microsoft/Entra/MicrosoftEntra.node.ts"],"sourcesContent":["import type {\n\tILoadOptionsFunctions,\n\tINodePropertyOptions,\n\tINodeType,\n\tINodeTypeDescription,\n} from 'n8n-workflow';\nimport { NodeConnectionTypes } from 'n8n-workflow';\n\nimport { groupFields, groupOperations, userFields, userOperations } from './descriptions';\nimport { getGroupProperties, getGroups, getUserProperties, getUsers } from './GenericFunctions';\n\nexport class MicrosoftEntra implements INodeType {\n\tdescription: INodeTypeDescription = {\n\t\tdisplayName: 'Microsoft Entra ID',\n\t\tname: 'microsoftEntra',\n\t\ticon: {\n\t\t\tlight: 'file:microsoftEntra.svg',\n\t\t\tdark: 'file:microsoftEntra.dark.svg',\n\t\t},\n\t\tgroup: ['transform'],\n\t\tversion: 1,\n\t\tsubtitle: '={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}',\n\t\tdescription: 'Interact with Microsoft Entra ID API',\n\t\tdefaults: {\n\t\t\tname: 'Microsoft Entra ID',\n\t\t},\n\t\tusableAsTool: true,\n\t\tinputs: [NodeConnectionTypes.Main],\n\t\toutputs: [NodeConnectionTypes.Main],\n\t\tcredentials: [\n\t\t\t{\n\t\t\t\tname: 'microsoftEntraOAuth2Api',\n\t\t\t\trequired: true,\n\t\t\t},\n\t\t],\n\t\trequestDefaults: {\n\t\t\tbaseURL: 'https://graph.microsoft.com/v1.0',\n\t\t\theaders: {\n\t\t\t\t'Content-Type': 'application/json',\n\t\t\t},\n\t\t},\n\t\tproperties: [\n\t\t\t{\n\t\t\t\tdisplayName: 'Resource',\n\t\t\t\tname: 'resource',\n\t\t\t\ttype: 'options',\n\t\t\t\tnoDataExpression: true,\n\t\t\t\toptions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'Group',\n\t\t\t\t\t\tvalue: 'group',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'User',\n\t\t\t\t\t\tvalue: 'user',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t\tdefault: 'user',\n\t\t\t},\n\n\t\t\t...groupOperations,\n\t\t\t...groupFields,\n\t\t\t...userOperations,\n\t\t\t...userFields,\n\t\t],\n\t};\n\n\tmethods = {\n\t\tloadOptions: {\n\t\t\tgetGroupProperties,\n\n\t\t\tasync getGroupPropertiesGetAll(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {\n\t\t\t\t// Filter items not supported for list endpoint\n\t\t\t\treturn (await getGroupProperties.call(this)).filter(\n\t\t\t\t\t(x) =>\n\t\t\t\t\t\t![\n\t\t\t\t\t\t\t'allowExternalSenders',\n\t\t\t\t\t\t\t'autoSubscribeNewMembers',\n\t\t\t\t\t\t\t'hideFromAddressLists',\n\t\t\t\t\t\t\t'hideFromOutlookClients',\n\t\t\t\t\t\t\t'isSubscribedByMail',\n\t\t\t\t\t\t\t'unseenCount',\n\t\t\t\t\t\t].includes(x.value as string),\n\t\t\t\t);\n\t\t\t},\n\n\t\t\tgetUserProperties,\n\n\t\t\tasync getUserPropertiesGetAll(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {\n\t\t\t\t// Filter items not supported for list endpoint\n\t\t\t\treturn (await getUserProperties.call(this)).filter(\n\t\t\t\t\t(x) =>\n\t\t\t\t\t\t![\n\t\t\t\t\t\t\t'aboutMe',\n\t\t\t\t\t\t\t'birthday',\n\t\t\t\t\t\t\t'hireDate',\n\t\t\t\t\t\t\t'interests',\n\t\t\t\t\t\t\t'mySite',\n\t\t\t\t\t\t\t'pastProjects',\n\t\t\t\t\t\t\t'preferredName',\n\t\t\t\t\t\t\t'responsibilities',\n\t\t\t\t\t\t\t'schools',\n\t\t\t\t\t\t\t'skills',\n\t\t\t\t\t\t\t'mailboxSettings',\n\t\t\t\t\t\t].includes(x.value as string),\n\t\t\t\t);\n\t\t\t},\n\t\t},\n\n\t\tlistSearch: {\n\t\t\tgetGroups,\n\n\t\t\tgetUsers,\n\t\t},\n\t};\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAMA,0BAAoC;AAEpC,0BAAyE;AACzE,8BAA2E;AAEpE,MAAM,eAAoC;AAAA,EAA1C;AACN,uBAAoC;AAAA,MACnC,aAAa;AAAA,MACb,MAAM;AAAA,MACN,MAAM;AAAA,QACL,OAAO;AAAA,QACP,MAAM;AAAA,MACP;AAAA,MACA,OAAO,CAAC,WAAW;AAAA,MACnB,SAAS;AAAA,MACT,UAAU;AAAA,MACV,aAAa;AAAA,MACb,UAAU;AAAA,QACT,MAAM;AAAA,MACP;AAAA,MACA,cAAc;AAAA,MACd,QAAQ,CAAC,wCAAoB,IAAI;AAAA,MACjC,SAAS,CAAC,wCAAoB,IAAI;AAAA,MAClC,aAAa;AAAA,QACZ;AAAA,UACC,MAAM;AAAA,UACN,UAAU;AAAA,QACX;AAAA,MACD;AAAA,MACA,iBAAiB;AAAA,QAChB,SAAS;AAAA,QACT,SAAS;AAAA,UACR,gBAAgB;AAAA,QACjB;AAAA,MACD;AAAA,MACA,YAAY;AAAA,QACX;AAAA,UACC,aAAa;AAAA,UACb,MAAM;AAAA,UACN,MAAM;AAAA,UACN,kBAAkB;AAAA,UAClB,SAAS;AAAA,YACR;AAAA,cACC,MAAM;AAAA,cACN,OAAO;AAAA,YACR;AAAA,YACA;AAAA,cACC,MAAM;AAAA,cACN,OAAO;AAAA,YACR;AAAA,UACD;AAAA,UACA,SAAS;AAAA,QACV;AAAA,QAEA,GAAG;AAAA,QACH,GAAG;AAAA,QACH,GAAG;AAAA,QACH,GAAG;AAAA,MACJ;AAAA,IACD;AAEA,mBAAU;AAAA,MACT,aAAa;AAAA,QACZ;AAAA,QAEA,MAAM,2BAAuF;AAE5F,kBAAQ,MAAM,2CAAmB,KAAK,IAAI,GAAG;AAAA,YAC5C,CAAC,MACA,CAAC;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACD,EAAE,SAAS,EAAE,KAAe;AAAA,UAC9B;AAAA,QACD;AAAA,QAEA;AAAA,QAEA,MAAM,0BAAsF;AAE3F,kBAAQ,MAAM,0CAAkB,KAAK,IAAI,GAAG;AAAA,YAC3C,CAAC,MACA,CAAC;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACD,EAAE,SAAS,EAAE,KAAe;AAAA,UAC9B;AAAA,QACD;AAAA,MACD;AAAA,MAEA,YAAY;AAAA,QACX;AAAA,QAEA;AAAA,MACD;AAAA,IACD;AAAA;AACD;","names":[]}
@@ -10,15 +10,9 @@
10
10
  "id": {
11
11
  "type": "string"
12
12
  },
13
- "mailNickname": {
14
- "type": "string"
15
- },
16
- "securityIdentifier": {
17
- "type": "string"
18
- },
19
13
  "userPrincipalName": {
20
14
  "type": "string"
21
15
  }
22
16
  },
23
- "version": 1
17
+ "version": 2
24
18
  }
@@ -81,9 +81,12 @@
81
81
  }
82
82
  }
83
83
  },
84
+ "subject": {
85
+ "type": "string"
86
+ },
84
87
  "webLink": {
85
88
  "type": "string"
86
89
  }
87
90
  },
88
- "version": 1
91
+ "version": 2
89
92
  }
@@ -27,52 +27,7 @@
27
27
  "conversationId": {
28
28
  "type": "string"
29
29
  },
30
- "flag": {
31
- "type": "object",
32
- "properties": {
33
- "flagStatus": {
34
- "type": "string"
35
- }
36
- }
37
- },
38
- "hasAttachments": {
39
- "type": "boolean"
40
- },
41
- "id": {
42
- "type": "string"
43
- },
44
- "importance": {
45
- "type": "string"
46
- },
47
- "isDraft": {
48
- "type": "boolean"
49
- },
50
- "isRead": {
51
- "type": "boolean"
52
- },
53
- "receivedDateTime": {
54
- "type": "string"
55
- },
56
- "replyTo": {
57
- "type": "array",
58
- "items": {
59
- "type": "object",
60
- "properties": {
61
- "emailAddress": {
62
- "type": "object",
63
- "properties": {
64
- "address": {
65
- "type": "string"
66
- },
67
- "name": {
68
- "type": "string"
69
- }
70
- }
71
- }
72
- }
73
- }
74
- },
75
- "sender": {
30
+ "from": {
76
31
  "type": "object",
77
32
  "properties": {
78
33
  "emailAddress": {
@@ -88,9 +43,15 @@
88
43
  }
89
44
  }
90
45
  },
46
+ "hasAttachments": {
47
+ "type": "boolean"
48
+ },
49
+ "id": {
50
+ "type": "string"
51
+ },
91
52
  "subject": {
92
53
  "type": "string"
93
54
  }
94
55
  },
95
- "version": 2
56
+ "version": 3
96
57
  }