@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.
- 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,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
|
+
}
|
|
@@ -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) =>
|
|
6
|
+
export declare const sort: (a: any, b: any) => 0 | 1 | -1;
|
|
@@ -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
|
-
}) =>
|
|
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,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 =
|
|
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 =
|
|
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[]
|
|
23
|
-
conversationId: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[]
|
|
24
|
-
subject: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[]
|
|
25
|
-
bodyPreview: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[]
|
|
26
|
-
from: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[]
|
|
27
|
-
to: (IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[]
|
|
28
|
-
categories: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[]
|
|
29
|
-
hasAttachments: IDataObject | import("n8n-workflow").GenericValue | import("n8n-workflow").GenericValue[]
|
|
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
|
+
}
|