@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.
- package/dist/nodes/ActionNetwork/GenericFunctions.d.ts +19 -19
- package/dist/nodes/Airtable/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/type.json +56 -0
- package/dist/nodes/Airtop/actions/common/output.utils.d.ts +1 -1
- package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/delete.json +9 -0
- package/dist/nodes/Aws/SES/__schema__/v1.0.0/email/sendTemplate.json +30 -0
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/update.json +9 -0
- package/dist/nodes/DataTable/__schema__/v1.1.0/row/get.json +15 -0
- package/dist/nodes/DataTable/__schema__/v1.1.0/row/insert.json +15 -0
- package/dist/nodes/DateTime/V1/DateTimeV1.node.js +1 -1
- package/dist/nodes/DateTime/V2/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +26 -0
- package/dist/nodes/Facebook/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Git/GenericFunctions.d.ts +8 -0
- package/dist/nodes/Git/GenericFunctions.js +30 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.d.ts +2 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.js +56 -0
- package/dist/nodes/Github/GithubTriggerHelpers.d.ts +13 -0
- package/dist/nodes/Github/GithubTriggerHelpers.js +62 -0
- package/dist/nodes/Github/__schema__/v1.1.0/workflow/dispatchAndWait.json +9 -0
- package/dist/nodes/Github/__schema__/v1.1.0/workflow/get.json +36 -0
- package/dist/nodes/Github/__schema__/v1.1.0/workflow/list.json +47 -0
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/create.json +12 -0
- package/dist/nodes/Google/Analytics/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Google/BigQuery/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Google/Calendar/GenericFunctions.js +1 -1
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/create.json +27 -0
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/addToGroup.json +9 -0
- package/dist/nodes/Google/Gmail/GenericFunctions.js +1 -1
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/draft/create.json +26 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/getAll.json +21 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/addLabels.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +151 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/getAll.json +55 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/markAsRead.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/reply.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/send.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/sendAndWait.json +14 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/getAll.json +15 -0
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.d.ts +1 -1
- package/dist/nodes/HelpScout/__schema__/v1.0.0/mailbox/getAll.json +53 -0
- package/dist/nodes/HighLevel/v1/GenericFunctions.js +1 -1
- package/dist/nodes/HighLevel/v2/GenericFunctions.d.ts +1 -1
- package/dist/nodes/HighLevel/v2/GenericFunctions.js +1 -1
- package/dist/nodes/Hubspot/V1/GenericFunctions.d.ts +19 -19
- package/dist/nodes/Hubspot/V2/GenericFunctions.d.ts +19 -19
- package/dist/nodes/Hubspot/__schema__/v2.2.0/company/getAll.json +83 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/contactList/add.json +30 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/getAll.json +83 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/get.json +81 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/getAll.json +18 -0
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/delete.json +9 -0
- package/dist/nodes/Linear/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Linear/__schema__/v1.1.0/comment/addComment.json +17 -0
- package/dist/nodes/Linear/__schema__/v1.1.0/issue/create.json +49 -0
- package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +43 -0
- package/dist/nodes/Magento/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Mailcheck/__schema__/v1.0.0/email/check.json +30 -0
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/get.json +9 -0
- package/dist/nodes/Microsoft/Dynamics/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/share.json +41 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.js +2 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.js +2 -1
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts +8 -8
- package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/container/getAll.json +41 -0
- package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/get.json +27 -0
- package/dist/nodes/MistralAI/__schema__/v1.0.0/document/extractText.json +98 -0
- package/dist/nodes/MySql/v2/helpers/utils.d.ts +4 -1
- package/dist/nodes/Notion/shared/GenericFunctions.d.ts +1 -1
- package/dist/nodes/PayPal/__schema__/v1.0.0/payout/create.json +45 -0
- package/dist/nodes/QuickBase/__schema__/v1.0.0/record/create.json +9 -0
- package/dist/nodes/S3/__schema__/v1.0.0/bucket/create.json +9 -0
- package/dist/nodes/Salesforce/GenericFunctions.js +1 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/account/delete.json +9 -0
- package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/getAll.json +18 -0
- package/dist/nodes/TheHiveProject/helpers/utils.d.ts +6 -6
- package/dist/nodes/UrlScanIo/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Wise/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Zoho/GenericFunctions.d.ts +2 -2
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +2 -2
- package/dist/utils/sendAndWait/utils.d.ts +1 -1
- 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,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
|
+
}
|
|
@@ -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[]
|
|
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[] |
|
|
25
|
-
html?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
26
|
-
subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
29
|
-
firstName?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
30
|
-
email?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
41
|
-
status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
42
|
-
subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
43
|
-
body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
47
|
-
title?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
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[] |
|
|
54
|
-
recordingUrl?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
55
|
-
durationMilliseconds?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
56
|
-
status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
57
|
-
fromNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
58
|
-
toNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
25
|
-
html?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
26
|
-
subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
29
|
-
firstName?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
30
|
-
email?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
41
|
-
status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
42
|
-
subject?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
43
|
-
body?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
47
|
-
title?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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[] |
|
|
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[] |
|
|
54
|
-
recordingUrl?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
55
|
-
durationMilliseconds?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
56
|
-
status?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
57
|
-
fromNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
58
|
-
toNumber?: string | number | true | object | IDataObject | import("n8n-workflow").GenericValue[] |
|
|
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;
|