@atom8n/n8n-nodes-base 2.4.2 → 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,26 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "message": {
8
+ "type": "object",
9
+ "properties": {
10
+ "id": {
11
+ "type": "string"
12
+ },
13
+ "labelIds": {
14
+ "type": "array",
15
+ "items": {
16
+ "type": "string"
17
+ }
18
+ },
19
+ "threadId": {
20
+ "type": "string"
21
+ }
22
+ }
23
+ }
24
+ },
25
+ "version": 1
26
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelListVisibility": {
8
+ "type": "string"
9
+ },
10
+ "messageListVisibility": {
11
+ "type": "string"
12
+ },
13
+ "name": {
14
+ "type": "string"
15
+ },
16
+ "type": {
17
+ "type": "string"
18
+ }
19
+ },
20
+ "version": 1
21
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelIds": {
8
+ "type": "array",
9
+ "items": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "threadId": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,151 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "date": {
5
+ "type": "string"
6
+ },
7
+ "from": {
8
+ "type": "object",
9
+ "properties": {
10
+ "html": {
11
+ "type": "string"
12
+ },
13
+ "text": {
14
+ "type": "string"
15
+ },
16
+ "value": {
17
+ "type": "array",
18
+ "items": {
19
+ "type": "object",
20
+ "properties": {
21
+ "address": {
22
+ "type": "string"
23
+ },
24
+ "name": {
25
+ "type": "string"
26
+ }
27
+ }
28
+ }
29
+ }
30
+ }
31
+ },
32
+ "headers": {
33
+ "type": "object",
34
+ "properties": {
35
+ "arc-authentication-results": {
36
+ "type": "string"
37
+ },
38
+ "arc-message-signature": {
39
+ "type": "string"
40
+ },
41
+ "arc-seal": {
42
+ "type": "string"
43
+ },
44
+ "authentication-results": {
45
+ "type": "string"
46
+ },
47
+ "content-type": {
48
+ "type": "string"
49
+ },
50
+ "date": {
51
+ "type": "string"
52
+ },
53
+ "delivered-to": {
54
+ "type": "string"
55
+ },
56
+ "dkim-signature": {
57
+ "type": "string"
58
+ },
59
+ "from": {
60
+ "type": "string"
61
+ },
62
+ "message-id": {
63
+ "type": "string"
64
+ },
65
+ "mime-version": {
66
+ "type": "string"
67
+ },
68
+ "received": {
69
+ "type": "string"
70
+ },
71
+ "received-spf": {
72
+ "type": "string"
73
+ },
74
+ "return-path": {
75
+ "type": "string"
76
+ },
77
+ "subject": {
78
+ "type": "string"
79
+ },
80
+ "to": {
81
+ "type": "string"
82
+ },
83
+ "x-gm-message-state": {
84
+ "type": "string"
85
+ },
86
+ "x-google-dkim-signature": {
87
+ "type": "string"
88
+ },
89
+ "x-google-smtp-source": {
90
+ "type": "string"
91
+ },
92
+ "x-received": {
93
+ "type": "string"
94
+ }
95
+ }
96
+ },
97
+ "id": {
98
+ "type": "string"
99
+ },
100
+ "labelIds": {
101
+ "type": "array",
102
+ "items": {
103
+ "type": "string"
104
+ }
105
+ },
106
+ "messageId": {
107
+ "type": "string"
108
+ },
109
+ "sizeEstimate": {
110
+ "type": "integer"
111
+ },
112
+ "subject": {
113
+ "type": "string"
114
+ },
115
+ "text": {
116
+ "type": "string"
117
+ },
118
+ "textAsHtml": {
119
+ "type": "string"
120
+ },
121
+ "threadId": {
122
+ "type": "string"
123
+ },
124
+ "to": {
125
+ "type": "object",
126
+ "properties": {
127
+ "html": {
128
+ "type": "string"
129
+ },
130
+ "text": {
131
+ "type": "string"
132
+ },
133
+ "value": {
134
+ "type": "array",
135
+ "items": {
136
+ "type": "object",
137
+ "properties": {
138
+ "address": {
139
+ "type": "string"
140
+ },
141
+ "name": {
142
+ "type": "string"
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
150
+ "version": 1
151
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "From": {
5
+ "type": "string"
6
+ },
7
+ "historyId": {
8
+ "type": "string"
9
+ },
10
+ "id": {
11
+ "type": "string"
12
+ },
13
+ "internalDate": {
14
+ "type": "string"
15
+ },
16
+ "labels": {
17
+ "type": "array",
18
+ "items": {
19
+ "type": "object",
20
+ "properties": {
21
+ "id": {
22
+ "type": "string"
23
+ },
24
+ "name": {
25
+ "type": "string"
26
+ }
27
+ }
28
+ }
29
+ },
30
+ "payload": {
31
+ "type": "object",
32
+ "properties": {
33
+ "mimeType": {
34
+ "type": "string"
35
+ }
36
+ }
37
+ },
38
+ "sizeEstimate": {
39
+ "type": "integer"
40
+ },
41
+ "snippet": {
42
+ "type": "string"
43
+ },
44
+ "Subject": {
45
+ "type": "string"
46
+ },
47
+ "threadId": {
48
+ "type": "string"
49
+ },
50
+ "To": {
51
+ "type": "string"
52
+ }
53
+ },
54
+ "version": 1
55
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelIds": {
8
+ "type": "array",
9
+ "items": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "threadId": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelIds": {
8
+ "type": "array",
9
+ "items": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "threadId": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "id": {
5
+ "type": "string"
6
+ },
7
+ "labelIds": {
8
+ "type": "array",
9
+ "items": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "threadId": {
14
+ "type": "string"
15
+ }
16
+ },
17
+ "version": 1
18
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "data": {
5
+ "type": "object",
6
+ "properties": {
7
+ "approved": {
8
+ "type": "boolean"
9
+ }
10
+ }
11
+ }
12
+ },
13
+ "version": 1
14
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "historyId": {
5
+ "type": "string"
6
+ },
7
+ "id": {
8
+ "type": "string"
9
+ },
10
+ "snippet": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "version": 1
15
+ }
@@ -24,7 +24,7 @@ export declare function prepareSheetData(data: SheetRangeData, options: RangeDet
24
24
  firstDataRow: number;
25
25
  };
26
26
  export declare function getRangeString(sheetName: string, options: RangeDetectionOptions): string;
27
- export declare function getExistingSheetNames(sheet: GoogleSheet): Promise<(IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[] | IDataObject[])[]>;
27
+ export declare function getExistingSheetNames(sheet: GoogleSheet): Promise<(IDataObject | IDataObject[] | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[])[]>;
28
28
  export declare function mapFields(this: IExecuteFunctions, inputSize: number): IDataObject[];
29
29
  export declare function autoMapInputData(this: IExecuteFunctions, sheetNameWithRange: string, sheet: GoogleSheet, items: INodeExecutionData[], options: IDataObject): Promise<IDataObject[]>;
30
30
  export declare function sortLoadOptions(data: INodePropertyOptions[] | INodeListSearchItems[]): (INodePropertyOptions | INodeListSearchItems)[];
@@ -0,0 +1,53 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "_links": {
5
+ "type": "object",
6
+ "properties": {
7
+ "fields": {
8
+ "type": "object",
9
+ "properties": {
10
+ "href": {
11
+ "type": "string"
12
+ }
13
+ }
14
+ },
15
+ "folders": {
16
+ "type": "object",
17
+ "properties": {
18
+ "href": {
19
+ "type": "string"
20
+ }
21
+ }
22
+ },
23
+ "self": {
24
+ "type": "object",
25
+ "properties": {
26
+ "href": {
27
+ "type": "string"
28
+ }
29
+ }
30
+ }
31
+ }
32
+ },
33
+ "createdAt": {
34
+ "type": "string"
35
+ },
36
+ "email": {
37
+ "type": "string"
38
+ },
39
+ "id": {
40
+ "type": "integer"
41
+ },
42
+ "name": {
43
+ "type": "string"
44
+ },
45
+ "slug": {
46
+ "type": "string"
47
+ },
48
+ "updatedAt": {
49
+ "type": "string"
50
+ }
51
+ },
52
+ "version": 1
53
+ }
@@ -27,7 +27,7 @@ function isPhoneValid(phone) {
27
27
  }
28
28
  function dateToIsoSupressMillis(dateTime) {
29
29
  const options = { suppressMilliseconds: true };
30
- return luxon_1.DateTime.fromISO(dateTime).toISO(options);
30
+ return luxon_1.DateTime.fromISO(dateTime).toISO(options) || undefined;
31
31
  }
32
32
  async function taskPostReceiceAction(items, _response) {
33
33
  const contactId = this.getNodeParameter('contactId');
@@ -1,7 +1,7 @@
1
1
  import type { DeclarativeRestApiSettings, IDataObject, IExecuteFunctions, IExecutePaginationFunctions, IExecuteSingleFunctions, IHookFunctions, IHttpRequestMethods, IHttpRequestOptions, ILoadOptionsFunctions, IN8nHttpFullResponse, INodeExecutionData, INodePropertyOptions, IPollFunctions, IWebhookFunctions } from 'n8n-workflow';
2
2
  export declare function isEmailValid(email: string): boolean;
3
3
  export declare function isPhoneValid(phone: string): boolean;
4
- export declare function dateToIsoSupressMillis(dateTime: string): string;
4
+ export declare function dateToIsoSupressMillis(dateTime: string): string | undefined;
5
5
  export declare function taskPostReceiceAction(this: IExecuteSingleFunctions, items: INodeExecutionData[], _response: IN8nHttpFullResponse): Promise<INodeExecutionData[]>;
6
6
  export declare function dueDatePreSendAction(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;
7
7
  export declare function contactIdentifierPreSendAction(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;
@@ -31,7 +31,7 @@ function isPhoneValid(phone) {
31
31
  }
32
32
  function dateToIsoSupressMillis(dateTime) {
33
33
  const options = { suppressMilliseconds: true };
34
- return luxon_1.DateTime.fromISO(dateTime).toISO(options);
34
+ return luxon_1.DateTime.fromISO(dateTime).toISO(options) || undefined;
35
35
  }
36
36
  async function taskPostReceiceAction(items, _response) {
37
37
  const contactId = this.getNodeParameter('contactId');
@@ -21,13 +21,13 @@ export declare const dealFields: {
21
21
  label: string;
22
22
  }[];
23
23
  export declare const getEmailMetadata: (meta: IDataObject) => {
24
- text?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
25
- html?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
26
- subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
24
+ text?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
25
+ html?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
26
+ subject?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
27
27
  from: {
28
- lastName?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
29
- firstName?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
30
- email?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
28
+ lastName?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
29
+ firstName?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
30
+ email?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
31
31
  };
32
32
  cc: {
33
33
  email: never;
@@ -37,25 +37,25 @@ export declare const getEmailMetadata: (meta: IDataObject) => {
37
37
  }[];
38
38
  };
39
39
  export declare const getTaskMetadata: (meta: IDataObject) => {
40
- forObjectType?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
41
- status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
42
- subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
43
- body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
40
+ forObjectType?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
41
+ status?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
42
+ subject?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
43
+ body?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
44
44
  };
45
45
  export declare const getMeetingMetadata: (meta: IDataObject) => {
46
- internalMeetingNotes?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
47
- title?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
46
+ internalMeetingNotes?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
47
+ title?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
48
48
  endTime?: number | undefined;
49
49
  startTime?: number | undefined;
50
- body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
50
+ body?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
51
51
  };
52
52
  export declare const getCallMetadata: (meta: IDataObject) => {
53
- body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
54
- recordingUrl?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
55
- durationMilliseconds?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
56
- status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
57
- fromNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
58
- toNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
53
+ body?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
54
+ recordingUrl?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
55
+ durationMilliseconds?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
56
+ status?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
57
+ fromNumber?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
58
+ toNumber?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
59
59
  };
60
60
  export declare const getAssociations: (associations: {
61
61
  companyIds: string;
@@ -21,13 +21,13 @@ export declare const dealFields: {
21
21
  label: string;
22
22
  }[];
23
23
  export declare const getEmailMetadata: (meta: IDataObject) => {
24
- text?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
25
- html?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
26
- subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
24
+ text?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
25
+ html?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
26
+ subject?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
27
27
  from: {
28
- lastName?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
29
- firstName?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
30
- email?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
28
+ lastName?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
29
+ firstName?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
30
+ email?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
31
31
  };
32
32
  cc: {
33
33
  email: never;
@@ -37,25 +37,25 @@ export declare const getEmailMetadata: (meta: IDataObject) => {
37
37
  }[];
38
38
  };
39
39
  export declare const getTaskMetadata: (meta: IDataObject) => {
40
- forObjectType?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
41
- status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
42
- subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
43
- body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
40
+ forObjectType?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
41
+ status?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
42
+ subject?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
43
+ body?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
44
44
  };
45
45
  export declare const getMeetingMetadata: (meta: IDataObject) => {
46
- internalMeetingNotes?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
47
- title?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
46
+ internalMeetingNotes?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
47
+ title?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
48
48
  endTime?: number | undefined;
49
49
  startTime?: number | undefined;
50
- body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
50
+ body?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
51
51
  };
52
52
  export declare const getCallMetadata: (meta: IDataObject) => {
53
- body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
54
- recordingUrl?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
55
- durationMilliseconds?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
56
- status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
57
- fromNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
58
- toNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] | IDataObject[] | undefined;
53
+ body?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
54
+ recordingUrl?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
55
+ durationMilliseconds?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
56
+ status?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
57
+ fromNumber?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
58
+ toNumber?: string | number | true | object | IDataObject | IDataObject[] | import("n8n-workflow").GenericValue[] | undefined;
59
59
  };
60
60
  export declare const getAssociations: (associations: {
61
61
  companyIds: string;