@atom8n/n8n-nodes-base 2.4.3 → 2.5.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 (83) hide show
  1. package/dist/nodes/ActionNetwork/GenericFunctions.d.ts +19 -19
  2. package/dist/nodes/Airtable/v2/helpers/utils.d.ts +1 -1
  3. package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/type.json +56 -0
  4. package/dist/nodes/Airtop/actions/common/output.utils.d.ts +1 -1
  5. package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/delete.json +9 -0
  6. package/dist/nodes/Aws/SES/__schema__/v1.0.0/email/sendTemplate.json +30 -0
  7. package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/update.json +9 -0
  8. package/dist/nodes/DataTable/__schema__/v1.1.0/row/get.json +15 -0
  9. package/dist/nodes/DataTable/__schema__/v1.1.0/row/insert.json +15 -0
  10. package/dist/nodes/DateTime/V1/DateTimeV1.node.js +1 -1
  11. package/dist/nodes/DateTime/V2/GenericFunctions.d.ts +1 -1
  12. package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +26 -0
  13. package/dist/nodes/Facebook/GenericFunctions.d.ts +1 -1
  14. package/dist/nodes/Git/GenericFunctions.d.ts +8 -0
  15. package/dist/nodes/Git/GenericFunctions.js +30 -0
  16. package/dist/nodes/Git/descriptions/ReflogDescription.d.ts +2 -0
  17. package/dist/nodes/Git/descriptions/ReflogDescription.js +56 -0
  18. package/dist/nodes/Github/GithubTriggerHelpers.d.ts +13 -0
  19. package/dist/nodes/Github/GithubTriggerHelpers.js +62 -0
  20. package/dist/nodes/Github/__schema__/v1.1.0/workflow/dispatchAndWait.json +9 -0
  21. package/dist/nodes/Github/__schema__/v1.1.0/workflow/get.json +36 -0
  22. package/dist/nodes/Github/__schema__/v1.1.0/workflow/list.json +47 -0
  23. package/dist/nodes/Gitlab/__schema__/v1.0.0/file/create.json +12 -0
  24. package/dist/nodes/Google/Analytics/v2/helpers/utils.d.ts +1 -1
  25. package/dist/nodes/Google/BigQuery/v2/helpers/utils.d.ts +1 -1
  26. package/dist/nodes/Google/Calendar/GenericFunctions.js +1 -1
  27. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/create.json +27 -0
  28. package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/addToGroup.json +9 -0
  29. package/dist/nodes/Google/Gmail/GenericFunctions.js +1 -1
  30. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/draft/create.json +26 -0
  31. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/getAll.json +21 -0
  32. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/addLabels.json +18 -0
  33. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +151 -0
  34. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/getAll.json +55 -0
  35. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/markAsRead.json +18 -0
  36. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/reply.json +18 -0
  37. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/send.json +18 -0
  38. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/sendAndWait.json +14 -0
  39. package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/getAll.json +15 -0
  40. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.d.ts +1 -1
  41. package/dist/nodes/HelpScout/__schema__/v1.0.0/mailbox/getAll.json +53 -0
  42. package/dist/nodes/HighLevel/v1/GenericFunctions.js +1 -1
  43. package/dist/nodes/HighLevel/v2/GenericFunctions.d.ts +1 -1
  44. package/dist/nodes/HighLevel/v2/GenericFunctions.js +1 -1
  45. package/dist/nodes/Hubspot/V1/GenericFunctions.d.ts +19 -19
  46. package/dist/nodes/Hubspot/V2/GenericFunctions.d.ts +19 -19
  47. package/dist/nodes/Hubspot/__schema__/v2.2.0/company/getAll.json +83 -0
  48. package/dist/nodes/Hubspot/__schema__/v2.2.0/contactList/add.json +30 -0
  49. package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/getAll.json +83 -0
  50. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/get.json +81 -0
  51. package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/getAll.json +18 -0
  52. package/dist/nodes/Jira/__schema__/v1.0.0/issue/delete.json +9 -0
  53. package/dist/nodes/Linear/GenericFunctions.d.ts +1 -1
  54. package/dist/nodes/Linear/__schema__/v1.1.0/comment/addComment.json +17 -0
  55. package/dist/nodes/Linear/__schema__/v1.1.0/issue/create.json +49 -0
  56. package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +43 -0
  57. package/dist/nodes/Magento/GenericFunctions.d.ts +1 -1
  58. package/dist/nodes/Mailcheck/__schema__/v1.0.0/email/check.json +30 -0
  59. package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/get.json +9 -0
  60. package/dist/nodes/Microsoft/Dynamics/GenericFunctions.d.ts +1 -1
  61. package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/share.json +41 -0
  62. package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.js +2 -1
  63. package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.js +2 -1
  64. package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts +8 -8
  65. package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/container/getAll.json +41 -0
  66. package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/get.json +27 -0
  67. package/dist/nodes/MistralAI/__schema__/v1.0.0/document/extractText.json +98 -0
  68. package/dist/nodes/MySql/v2/helpers/utils.d.ts +4 -1
  69. package/dist/nodes/Notion/shared/GenericFunctions.d.ts +1 -1
  70. package/dist/nodes/PayPal/__schema__/v1.0.0/payout/create.json +45 -0
  71. package/dist/nodes/QuickBase/__schema__/v1.0.0/record/create.json +9 -0
  72. package/dist/nodes/S3/__schema__/v1.0.0/bucket/create.json +9 -0
  73. package/dist/nodes/Salesforce/GenericFunctions.js +1 -1
  74. package/dist/nodes/Salesforce/__schema__/v1.0.0/account/delete.json +9 -0
  75. package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/getAll.json +18 -0
  76. package/dist/nodes/TheHiveProject/helpers/utils.d.ts +6 -6
  77. package/dist/nodes/UrlScanIo/GenericFunctions.d.ts +1 -1
  78. package/dist/nodes/Wise/GenericFunctions.d.ts +1 -1
  79. package/dist/nodes/Zoho/GenericFunctions.d.ts +2 -2
  80. package/dist/typecheck.tsbuildinfo +1 -1
  81. package/dist/types/nodes.json +2 -2
  82. package/dist/utils/sendAndWait/utils.d.ts +1 -1
  83. package/package.json +9 -9
@@ -0,0 +1,83 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "companyId": {
5
+ "type": "integer"
6
+ },
7
+ "isDeleted": {
8
+ "type": "boolean"
9
+ },
10
+ "portalId": {
11
+ "type": "integer"
12
+ },
13
+ "properties": {
14
+ "type": "object",
15
+ "properties": {
16
+ "name": {
17
+ "type": "object",
18
+ "properties": {
19
+ "source": {
20
+ "type": "string"
21
+ },
22
+ "timestamp": {
23
+ "type": "integer"
24
+ },
25
+ "value": {
26
+ "type": "string"
27
+ },
28
+ "versions": {
29
+ "type": "array",
30
+ "items": {
31
+ "type": "object",
32
+ "properties": {
33
+ "name": {
34
+ "type": "string"
35
+ },
36
+ "requestId": {
37
+ "type": "string"
38
+ },
39
+ "source": {
40
+ "type": "string"
41
+ },
42
+ "sourceId": {
43
+ "type": "string"
44
+ },
45
+ "sourceUpstreamDeployable": {
46
+ "type": "string"
47
+ },
48
+ "timestamp": {
49
+ "type": "integer"
50
+ },
51
+ "updatedByUserId": {
52
+ "type": "integer"
53
+ },
54
+ "useTimestampAsPersistenceTimestamp": {
55
+ "type": "boolean"
56
+ },
57
+ "value": {
58
+ "type": "string"
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ },
67
+ "stateChanges": {
68
+ "type": "array",
69
+ "items": {
70
+ "type": "object",
71
+ "properties": {
72
+ "changeFlag": {
73
+ "type": "string"
74
+ },
75
+ "timestamp": {
76
+ "type": "integer"
77
+ }
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "version": 1
83
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "discarded": {
5
+ "type": "array",
6
+ "items": {
7
+ "type": "integer"
8
+ }
9
+ },
10
+ "invalidEmails": {
11
+ "type": "array",
12
+ "items": {
13
+ "type": "string"
14
+ }
15
+ },
16
+ "invalidVids": {
17
+ "type": "array",
18
+ "items": {
19
+ "type": "integer"
20
+ }
21
+ },
22
+ "updated": {
23
+ "type": "array",
24
+ "items": {
25
+ "type": "integer"
26
+ }
27
+ }
28
+ },
29
+ "version": 1
30
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "dealId": {
5
+ "type": "integer"
6
+ },
7
+ "isDeleted": {
8
+ "type": "boolean"
9
+ },
10
+ "portalId": {
11
+ "type": "integer"
12
+ },
13
+ "properties": {
14
+ "type": "object",
15
+ "properties": {
16
+ "dealstage": {
17
+ "type": "object",
18
+ "properties": {
19
+ "source": {
20
+ "type": "string"
21
+ },
22
+ "timestamp": {
23
+ "type": "integer"
24
+ },
25
+ "value": {
26
+ "type": "string"
27
+ },
28
+ "versions": {
29
+ "type": "array",
30
+ "items": {
31
+ "type": "object",
32
+ "properties": {
33
+ "name": {
34
+ "type": "string"
35
+ },
36
+ "requestId": {
37
+ "type": "string"
38
+ },
39
+ "source": {
40
+ "type": "string"
41
+ },
42
+ "sourceId": {
43
+ "type": "string"
44
+ },
45
+ "sourceUpstreamDeployable": {
46
+ "type": "string"
47
+ },
48
+ "timestamp": {
49
+ "type": "integer"
50
+ },
51
+ "updatedByUserId": {
52
+ "type": "integer"
53
+ },
54
+ "useTimestampAsPersistenceTimestamp": {
55
+ "type": "boolean"
56
+ },
57
+ "value": {
58
+ "type": "string"
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ },
67
+ "stateChanges": {
68
+ "type": "array",
69
+ "items": {
70
+ "type": "object",
71
+ "properties": {
72
+ "changeFlag": {
73
+ "type": "string"
74
+ },
75
+ "timestamp": {
76
+ "type": "integer"
77
+ }
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "version": 1
83
+ }
@@ -0,0 +1,81 @@
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
+ "properties": {
17
+ "type": "object",
18
+ "properties": {
19
+ "subject": {
20
+ "type": "object",
21
+ "properties": {
22
+ "isEncrypted": {
23
+ "type": "boolean"
24
+ },
25
+ "persistenceTimestamp": {
26
+ "type": "integer"
27
+ },
28
+ "requestId": {
29
+ "type": "string"
30
+ },
31
+ "sensitivityLevel": {
32
+ "type": "string"
33
+ },
34
+ "source": {
35
+ "type": "string"
36
+ },
37
+ "sourceUpstreamDeployable": {
38
+ "type": "string"
39
+ },
40
+ "timestamp": {
41
+ "type": "integer"
42
+ },
43
+ "value": {
44
+ "type": "string"
45
+ },
46
+ "versions": {
47
+ "type": "array",
48
+ "items": {
49
+ "type": "object",
50
+ "properties": {
51
+ "name": {
52
+ "type": "string"
53
+ },
54
+ "persistenceTimestamp": {
55
+ "type": "integer"
56
+ },
57
+ "requestId": {
58
+ "type": "string"
59
+ },
60
+ "source": {
61
+ "type": "string"
62
+ },
63
+ "sourceUpstreamDeployable": {
64
+ "type": "string"
65
+ },
66
+ "timestamp": {
67
+ "type": "integer"
68
+ },
69
+ "value": {
70
+ "type": "string"
71
+ }
72
+ }
73
+ }
74
+ }
75
+ }
76
+ }
77
+ }
78
+ }
79
+ },
80
+ "version": 1
81
+ }
@@ -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
+ }
@@ -3,4 +3,4 @@ export declare function linearApiRequest(this: IExecuteFunctions | IWebhookFunct
3
3
  export declare function capitalizeFirstLetter(data: string): string;
4
4
  export declare function linearApiRequestAllItems(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, propertyName: string, body?: any, limit?: number): Promise<any>;
5
5
  export declare function validateCredentials(this: ICredentialTestFunctions, decryptedCredentials: ICredentialDataDecryptedObject): Promise<any>;
6
- export declare const sort: (a: any, b: any) => 1 | 0 | -1;
6
+ export declare const sort: (a: any, b: any) => 0 | 1 | -1;
@@ -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
+ }
@@ -24,7 +24,7 @@ export declare const sort: (a: {
24
24
  name: string;
25
25
  }, b: {
26
26
  name: string;
27
- }) => 1 | 0 | -1;
27
+ }) => 0 | 1 | -1;
28
28
  export declare function getProductAttributes(this: ILoadOptionsFunctions, filter?: (attribute: ProductAttribute) => any, extraValue?: {
29
29
  name: string;
30
30
  value: string;
@@ -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
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ }
7
+ },
8
+ "version": 1
9
+ }
@@ -13,7 +13,7 @@ export declare const sort: (a: {
13
13
  name: string;
14
14
  }, b: {
15
15
  name: string;
16
- }) => 1 | 0 | -1;
16
+ }) => 0 | 1 | -1;
17
17
  export interface IField {
18
18
  IsRetrievable: boolean;
19
19
  LogicalName: string;
@@ -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 = {
@@ -19,14 +19,14 @@ export declare function makeRecipient(email: string): {
19
19
  };
20
20
  export declare function createMessage(fields: IDataObject): IDataObject;
21
21
  export declare function simplifyOutputMessages(data: IDataObject[]): {
22
- id: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
23
- conversationId: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
24
- subject: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
25
- bodyPreview: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
26
- from: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
27
- to: (IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[])[];
28
- categories: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
29
- hasAttachments: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[];
22
+ id: IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[];
23
+ conversationId: IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[];
24
+ subject: IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[];
25
+ bodyPreview: IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[];
26
+ from: IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[];
27
+ to: (IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[])[];
28
+ categories: IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[];
29
+ hasAttachments: IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[];
30
30
  }[];
31
31
  export declare function prepareContactFields(fields: IDataObject): IDataObject;
32
32
  export declare function prepareFilterString(filters: IDataObject): string | undefined;
@@ -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
+ }
@@ -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
+ }