@atom8n/n8n-nodes-base 2.4.3 → 2.5.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.
Files changed (103) hide show
  1. package/dist/credentials/Imap.credentials.js +0 -0
  2. package/dist/credentials/OpenCTIApi.credentials.js +0 -0
  3. package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/type.json +56 -0
  4. package/dist/nodes/Airtop/actions/file/load.operation.js +0 -0
  5. package/dist/nodes/Airtop/actions/session/waitForDownload.operation.js +0 -0
  6. package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/delete.json +9 -0
  7. package/dist/nodes/Aws/ELB/AwsElb.node.js +0 -0
  8. package/dist/nodes/Aws/GenericFunctions.js +0 -0
  9. package/dist/nodes/Aws/IAM/descriptions/user/create.operation.js +0 -0
  10. package/dist/nodes/Aws/SES/__schema__/v1.0.0/email/sendTemplate.json +30 -0
  11. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/update.json +9 -0
  12. package/dist/nodes/BambooHr/v1/transport/index.js +0 -0
  13. package/dist/nodes/Bitly/LinkDescription.js +0 -0
  14. package/dist/nodes/Calendly/CalendlyTrigger.node.js +0 -0
  15. package/dist/nodes/DataTable/__schema__/v1.1.0/row/get.json +15 -0
  16. package/dist/nodes/DataTable/__schema__/v1.1.0/row/insert.json +15 -0
  17. package/dist/nodes/DateTime/V1/DateTimeV1.node.js +1 -1
  18. package/dist/nodes/Discourse/UserDescription.js +0 -0
  19. package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +26 -0
  20. package/dist/nodes/ExecuteWorkflow/ExecuteWorkflowTrigger/ExecuteWorkflowTrigger.node.js +15 -1
  21. package/dist/nodes/Flow/TaskDescription.js +0 -0
  22. package/dist/nodes/Git/GenericFunctions.d.ts +8 -0
  23. package/dist/nodes/Git/GenericFunctions.js +30 -0
  24. package/dist/nodes/Git/descriptions/ReflogDescription.d.ts +2 -0
  25. package/dist/nodes/Git/descriptions/ReflogDescription.js +56 -0
  26. package/dist/nodes/Github/GithubTriggerHelpers.d.ts +13 -0
  27. package/dist/nodes/Github/GithubTriggerHelpers.js +62 -0
  28. package/dist/nodes/Github/__schema__/v1.1.0/workflow/dispatchAndWait.json +9 -0
  29. package/dist/nodes/Github/__schema__/v1.1.0/workflow/get.json +36 -0
  30. package/dist/nodes/Github/__schema__/v1.1.0/workflow/list.json +47 -0
  31. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/create.json +12 -0
  32. package/dist/nodes/Google/Analytics/GoogleAnalytics.node.js +0 -0
  33. package/dist/nodes/Google/Calendar/GenericFunctions.js +1 -1
  34. package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +0 -0
  35. package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js +0 -0
  36. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/create.json +27 -0
  37. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/addToGroup.json +9 -0
  38. package/dist/nodes/Google/Gmail/GenericFunctions.js +1 -1
  39. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/draft/create.json +26 -0
  40. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/getAll.json +21 -0
  41. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/addLabels.json +18 -0
  42. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +151 -0
  43. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/getAll.json +55 -0
  44. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/markAsRead.json +18 -0
  45. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/reply.json +18 -0
  46. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/send.json +18 -0
  47. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/sendAndWait.json +14 -0
  48. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/getAll.json +15 -0
  49. package/dist/nodes/Google/Gmail/v1/DraftDescription.js +0 -0
  50. package/dist/nodes/Google/Sheet/v2/actions/sheet/commonDescription.js +0 -0
  51. package/dist/nodes/HelpScout/CustomerDescription.js +0 -0
  52. package/dist/nodes/HelpScout/__schema__/v1.0.0/mailbox/getAll.json +53 -0
  53. package/dist/nodes/HighLevel/v1/GenericFunctions.js +1 -1
  54. package/dist/nodes/HighLevel/v2/GenericFunctions.d.ts +1 -1
  55. package/dist/nodes/HighLevel/v2/GenericFunctions.js +1 -1
  56. package/dist/nodes/Hubspot/__schema__/v2.2.0/company/getAll.json +83 -0
  57. package/dist/nodes/Hubspot/__schema__/v2.2.0/contactList/add.json +30 -0
  58. package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/getAll.json +83 -0
  59. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/get.json +81 -0
  60. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/getAll.json +18 -0
  61. package/dist/nodes/Jira/__schema__/v1.0.0/issue/delete.json +9 -0
  62. package/dist/nodes/KoBoToolbox/FileDescription.js +0 -0
  63. package/dist/nodes/Lemlist/Lemlist.node.js +0 -0
  64. package/dist/nodes/Linear/__schema__/v1.1.0/comment/addComment.json +17 -0
  65. package/dist/nodes/Linear/__schema__/v1.1.0/issue/create.json +49 -0
  66. package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +43 -0
  67. package/dist/nodes/Mailcheck/__schema__/v1.0.0/email/check.json +30 -0
  68. package/dist/nodes/Mattermost/v1/actions/user/getByEmail/execute.js +0 -0
  69. package/dist/nodes/MessageBird/GenericFunctions.js +0 -0
  70. package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/get.json +9 -0
  71. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/share.json +41 -0
  72. package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.js +2 -1
  73. package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.js +0 -0
  74. package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.js +2 -1
  75. package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/container/getAll.json +41 -0
  76. package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js +0 -0
  77. package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/get.json +27 -0
  78. package/dist/nodes/Misp/descriptions/EventTagDescription.js +0 -0
  79. package/dist/nodes/MistralAI/__schema__/v1.0.0/document/extractText.json +98 -0
  80. package/dist/nodes/PayPal/__schema__/v1.0.0/payout/create.json +45 -0
  81. package/dist/nodes/Peekalink/Peekalink.node.js +0 -0
  82. package/dist/nodes/Pipedrive/GenericFunctions.js +0 -0
  83. package/dist/nodes/Pushcut/GenericFunctions.js +0 -0
  84. package/dist/nodes/QuickBase/__schema__/v1.0.0/record/create.json +9 -0
  85. package/dist/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.js +0 -0
  86. package/dist/nodes/S3/__schema__/v1.0.0/bucket/create.json +9 -0
  87. package/dist/nodes/Salesforce/GenericFunctions.js +1 -1
  88. package/dist/nodes/Salesforce/__schema__/v1.0.0/account/delete.json +9 -0
  89. package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/getAll.json +18 -0
  90. package/dist/nodes/Slack/Slack.node.js +0 -0
  91. package/dist/nodes/SyncroMSP/v1/actions/rmm/del/execute.js +0 -0
  92. package/dist/nodes/TheHiveProject/actions/case/update.operation.js +0 -0
  93. package/dist/nodes/TheHiveProject/methods/resourceMapping.js +0 -0
  94. package/dist/nodes/Twake/Twake.node.js +0 -0
  95. package/dist/nodes/Twitter/V1/DirectMessageDescription.js +0 -0
  96. package/dist/nodes/UnleashedSoftware/UnleashedSoftware.node.js +0 -0
  97. package/dist/nodes/UptimeRobot/AlertContactDescription.js +0 -0
  98. package/dist/nodes/Wordpress/PostInterface.js +0 -0
  99. package/dist/nodes/Zammad/descriptions/TicketDescription.js +0 -0
  100. package/dist/typecheck.tsbuildinfo +1 -1
  101. package/dist/types/nodes.json +3 -3
  102. package/dist/utils/workflowInputsResourceMapping/GenericFunctions.js +4 -0
  103. package/package.json +9 -9
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "isDeleted": {
5
+ "type": "boolean"
6
+ },
7
+ "objectId": {
8
+ "type": "integer"
9
+ },
10
+ "objectType": {
11
+ "type": "string"
12
+ },
13
+ "portalId": {
14
+ "type": "integer"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "success": {
5
+ "type": "boolean"
6
+ }
7
+ },
8
+ "version": 1
9
+ }
File without changes
File without changes
@@ -0,0 +1,17 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "comment": {
5
+ "type": "object",
6
+ "properties": {
7
+ "id": {
8
+ "type": "string"
9
+ }
10
+ }
11
+ },
12
+ "success": {
13
+ "type": "boolean"
14
+ }
15
+ },
16
+ "version": 1
17
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "archivedAt": {
5
+ "type": "null"
6
+ },
7
+ "createdAt": {
8
+ "type": "string"
9
+ },
10
+ "creator": {
11
+ "type": "object",
12
+ "properties": {
13
+ "displayName": {
14
+ "type": "string"
15
+ },
16
+ "id": {
17
+ "type": "string"
18
+ }
19
+ }
20
+ },
21
+ "dueDate": {
22
+ "type": "null"
23
+ },
24
+ "id": {
25
+ "type": "string"
26
+ },
27
+ "identifier": {
28
+ "type": "string"
29
+ },
30
+ "priority": {
31
+ "type": "integer"
32
+ },
33
+ "state": {
34
+ "type": "object",
35
+ "properties": {
36
+ "id": {
37
+ "type": "string"
38
+ },
39
+ "name": {
40
+ "type": "string"
41
+ }
42
+ }
43
+ },
44
+ "title": {
45
+ "type": "string"
46
+ }
47
+ },
48
+ "version": 1
49
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "createdAt": {
5
+ "type": "string"
6
+ },
7
+ "creator": {
8
+ "type": "object",
9
+ "properties": {
10
+ "displayName": {
11
+ "type": "string"
12
+ },
13
+ "id": {
14
+ "type": "string"
15
+ }
16
+ }
17
+ },
18
+ "id": {
19
+ "type": "string"
20
+ },
21
+ "identifier": {
22
+ "type": "string"
23
+ },
24
+ "priority": {
25
+ "type": "integer"
26
+ },
27
+ "state": {
28
+ "type": "object",
29
+ "properties": {
30
+ "id": {
31
+ "type": "string"
32
+ },
33
+ "name": {
34
+ "type": "string"
35
+ }
36
+ }
37
+ },
38
+ "title": {
39
+ "type": "string"
40
+ }
41
+ },
42
+ "version": 1
43
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "email": {
5
+ "type": "string"
6
+ },
7
+ "githubUsername": {
8
+ "type": "string"
9
+ },
10
+ "isNotDisposable": {
11
+ "type": "boolean"
12
+ },
13
+ "isNotSmtpCatchAll": {
14
+ "type": "boolean"
15
+ },
16
+ "microsoftAccountExists": {
17
+ "type": "boolean"
18
+ },
19
+ "mxExists": {
20
+ "type": "boolean"
21
+ },
22
+ "smtpExists": {
23
+ "type": "boolean"
24
+ },
25
+ "trustRate": {
26
+ "type": "integer"
27
+ }
28
+ },
29
+ "version": 1
30
+ }
File without changes
@@ -0,0 +1,9 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ }
7
+ },
8
+ "version": 1
9
+ }
@@ -0,0 +1,41 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "@odata.context": {
5
+ "type": "string"
6
+ },
7
+ "hasPassword": {
8
+ "type": "boolean"
9
+ },
10
+ "id": {
11
+ "type": "string"
12
+ },
13
+ "link": {
14
+ "type": "object",
15
+ "properties": {
16
+ "preventsDownload": {
17
+ "type": "boolean"
18
+ },
19
+ "scope": {
20
+ "type": "string"
21
+ },
22
+ "type": {
23
+ "type": "string"
24
+ },
25
+ "webUrl": {
26
+ "type": "string"
27
+ }
28
+ }
29
+ },
30
+ "roles": {
31
+ "type": "array",
32
+ "items": {
33
+ "type": "string"
34
+ }
35
+ },
36
+ "shareId": {
37
+ "type": "string"
38
+ }
39
+ },
40
+ "version": 1
41
+ }
@@ -249,7 +249,8 @@ async function execute(index) {
249
249
  const minimalWholeDayDuration = 24;
250
250
  const duration = luxon_1.DateTime.fromISO(startDateTime, { zone: timeZone }).diff(luxon_1.DateTime.fromISO(endDateTime, { zone: timeZone })).hours;
251
251
  if (duration < minimalWholeDayDuration) {
252
- endDateTime = luxon_1.DateTime.fromISO(startDateTime, { zone: timeZone }).plus({ hours: 24 }).toISO();
252
+ endDateTime =
253
+ luxon_1.DateTime.fromISO(startDateTime, { zone: timeZone }).plus({ hours: 24 }).toISO() || '';
253
254
  }
254
255
  }
255
256
  const body = {
@@ -232,7 +232,8 @@ async function execute(index) {
232
232
  const minimalWholeDayDuration = 24;
233
233
  const duration = luxon_1.DateTime.fromISO(startDateTime, { zone: timeZone }).diff(luxon_1.DateTime.fromISO(endDateTime, { zone: timeZone })).hours;
234
234
  if (duration < minimalWholeDayDuration) {
235
- endDateTime = luxon_1.DateTime.fromISO(startDateTime, { zone: timeZone }).plus({ hours: 24 }).toISO();
235
+ endDateTime =
236
+ luxon_1.DateTime.fromISO(startDateTime, { zone: timeZone }).plus({ hours: 24 }).toISO() || '';
236
237
  }
237
238
  }
238
239
  const body = {
@@ -0,0 +1,41 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "name": {
5
+ "type": "string"
6
+ },
7
+ "properties": {
8
+ "type": "object",
9
+ "properties": {
10
+ "defaultEncryptionScope": {
11
+ "type": "string"
12
+ },
13
+ "denyEncryptionScopeOverride": {
14
+ "type": "string"
15
+ },
16
+ "etag": {
17
+ "type": "string"
18
+ },
19
+ "hasImmutabilityPolicy": {
20
+ "type": "boolean"
21
+ },
22
+ "hasLegalHold": {
23
+ "type": "boolean"
24
+ },
25
+ "immutableStorageWithVersioningEnabled": {
26
+ "type": "string"
27
+ },
28
+ "lastModified": {
29
+ "type": "string"
30
+ },
31
+ "leaseState": {
32
+ "type": "string"
33
+ },
34
+ "leaseStatus": {
35
+ "type": "string"
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "version": 1
41
+ }
File without changes
@@ -0,0 +1,27 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "@odata.context": {
5
+ "type": "string"
6
+ },
7
+ "@odata.etag": {
8
+ "type": "string"
9
+ },
10
+ "displayName": {
11
+ "type": "string"
12
+ },
13
+ "id": {
14
+ "type": "string"
15
+ },
16
+ "isOwner": {
17
+ "type": "boolean"
18
+ },
19
+ "isShared": {
20
+ "type": "boolean"
21
+ },
22
+ "wellknownListName": {
23
+ "type": "string"
24
+ }
25
+ },
26
+ "version": 1
27
+ }
@@ -0,0 +1,98 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "document_annotation": {
5
+ "type": "null"
6
+ },
7
+ "extractedText": {
8
+ "type": "string"
9
+ },
10
+ "model": {
11
+ "type": "string"
12
+ },
13
+ "pageCount": {
14
+ "type": "integer"
15
+ },
16
+ "pages": {
17
+ "type": "array",
18
+ "items": {
19
+ "type": "object",
20
+ "properties": {
21
+ "dimensions": {
22
+ "type": "object",
23
+ "properties": {
24
+ "dpi": {
25
+ "type": "integer"
26
+ },
27
+ "height": {
28
+ "type": "integer"
29
+ },
30
+ "width": {
31
+ "type": "integer"
32
+ }
33
+ }
34
+ },
35
+ "footer": {
36
+ "type": "null"
37
+ },
38
+ "header": {
39
+ "type": "null"
40
+ },
41
+ "hyperlinks": {
42
+ "type": "array",
43
+ "items": {
44
+ "type": "string"
45
+ }
46
+ },
47
+ "images": {
48
+ "type": "array",
49
+ "items": {
50
+ "type": "object",
51
+ "properties": {
52
+ "bottom_right_x": {
53
+ "type": "integer"
54
+ },
55
+ "bottom_right_y": {
56
+ "type": "integer"
57
+ },
58
+ "id": {
59
+ "type": "string"
60
+ },
61
+ "image_annotation": {
62
+ "type": "null"
63
+ },
64
+ "image_base64": {
65
+ "type": "null"
66
+ },
67
+ "top_left_x": {
68
+ "type": "integer"
69
+ },
70
+ "top_left_y": {
71
+ "type": "integer"
72
+ }
73
+ }
74
+ }
75
+ },
76
+ "index": {
77
+ "type": "integer"
78
+ },
79
+ "markdown": {
80
+ "type": "string"
81
+ }
82
+ }
83
+ }
84
+ },
85
+ "usage_info": {
86
+ "type": "object",
87
+ "properties": {
88
+ "doc_size_bytes": {
89
+ "type": "integer"
90
+ },
91
+ "pages_processed": {
92
+ "type": "integer"
93
+ }
94
+ }
95
+ }
96
+ },
97
+ "version": 1
98
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "batch_header": {
5
+ "type": "object",
6
+ "properties": {
7
+ "batch_status": {
8
+ "type": "string"
9
+ },
10
+ "payout_batch_id": {
11
+ "type": "string"
12
+ },
13
+ "sender_batch_header": {
14
+ "type": "object",
15
+ "properties": {
16
+ "sender_batch_id": {
17
+ "type": "string"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ },
23
+ "links": {
24
+ "type": "array",
25
+ "items": {
26
+ "type": "object",
27
+ "properties": {
28
+ "encType": {
29
+ "type": "string"
30
+ },
31
+ "href": {
32
+ "type": "string"
33
+ },
34
+ "method": {
35
+ "type": "string"
36
+ },
37
+ "rel": {
38
+ "type": "string"
39
+ }
40
+ }
41
+ }
42
+ }
43
+ },
44
+ "version": 1
45
+ }
File without changes
File without changes
File without changes
@@ -0,0 +1,9 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "3": {
5
+ "type": "integer"
6
+ }
7
+ },
8
+ "version": 1
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "success": {
5
+ "type": "boolean"
6
+ }
7
+ },
8
+ "version": 1
9
+ }
@@ -178,7 +178,7 @@ function getPollStartDate(lastTimeChecked) {
178
178
  return luxon_1.DateTime.now().toISO();
179
179
  }
180
180
  const safetyMarginMinutes = 15;
181
- return luxon_1.DateTime.fromISO(lastTimeChecked).minus({ minutes: safetyMarginMinutes }).toISO();
181
+ return luxon_1.DateTime.fromISO(lastTimeChecked).minus({ minutes: safetyMarginMinutes }).toISO() || '';
182
182
  }
183
183
  /**
184
184
  * Filters out already processed items and manages the processed IDs list
@@ -0,0 +1,9 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "success": {
5
+ "type": "boolean"
6
+ }
7
+ },
8
+ "version": 1
9
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "label": {
5
+ "type": "string"
6
+ },
7
+ "name": {
8
+ "type": "string"
9
+ },
10
+ "type": {
11
+ "type": "string"
12
+ },
13
+ "url": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
File without changes
File without changes
File without changes
File without changes
File without changes