n8n-nodes-base 1.91.1 → 1.92.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/credentials/Aws.credentials.js +0 -2
- package/dist/credentials/Aws.credentials.js.map +1 -1
- package/dist/credentials/JinaAiApi.credentials.js +61 -0
- package/dist/credentials/JinaAiApi.credentials.js.map +1 -0
- package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js +1 -1
- package/dist/credentials/MicrosoftAzureCosmosDbSharedKeyApi.credentials.js.map +1 -1
- package/dist/known/credentials.json +8 -0
- package/dist/known/nodes.json +8 -0
- package/dist/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json +1 -4
- package/dist/nodes/Airtop/__schema__/v1.0.0/extraction/query.json +47 -0
- package/dist/nodes/Aws/Cognito/AwsCognito.node.js +102 -0
- package/dist/nodes/Aws/Cognito/AwsCognito.node.js.map +1 -0
- package/dist/nodes/Aws/Cognito/AwsCognito.node.json +18 -0
- package/dist/nodes/Aws/Cognito/cognito.svg +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/common.description.js +160 -0
- package/dist/nodes/Aws/Cognito/descriptions/common.description.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/Group.resource.js +189 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/Group.resource.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/create.operation.js +126 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/create.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/delete.operation.js +47 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/delete.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/get.operation.js +54 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/get.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/getAll.operation.js +95 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/getAll.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/update.operation.js +120 -0
- package/dist/nodes/Aws/Cognito/descriptions/group/update.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/index.js +45 -0
- package/dist/nodes/Aws/Cognito/descriptions/index.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/User.resource.js +263 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/User.resource.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/addToGroup.operation.js +51 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/addToGroup.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/create.operation.js +299 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/create.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/delete.operation.js +47 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/delete.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/get.operation.js +54 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/get.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/getAll.operation.js +187 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/getAll.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/removeFromGroup.operation.js +60 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/removeFromGroup.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/update.operation.js +189 -0
- package/dist/nodes/Aws/Cognito/descriptions/user/update.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/userPool/UserPool.resource.js +81 -0
- package/dist/nodes/Aws/Cognito/descriptions/userPool/UserPool.resource.js.map +1 -0
- package/dist/nodes/Aws/Cognito/descriptions/userPool/get.operation.js +50 -0
- package/dist/nodes/Aws/Cognito/descriptions/userPool/get.operation.js.map +1 -0
- package/dist/nodes/Aws/Cognito/helpers/constants.js +91 -0
- package/dist/nodes/Aws/Cognito/helpers/constants.js.map +1 -0
- package/dist/nodes/Aws/Cognito/helpers/errorHandler.js +109 -0
- package/dist/nodes/Aws/Cognito/helpers/errorHandler.js.map +1 -0
- package/dist/nodes/Aws/Cognito/helpers/interfaces.js +17 -0
- package/dist/nodes/Aws/Cognito/helpers/interfaces.js.map +1 -0
- package/dist/nodes/Aws/Cognito/helpers/utils.js +318 -0
- package/dist/nodes/Aws/Cognito/helpers/utils.js.map +1 -0
- package/dist/nodes/Aws/Cognito/methods/index.js +39 -0
- package/dist/nodes/Aws/Cognito/methods/index.js.map +1 -0
- package/dist/nodes/Aws/Cognito/methods/listSearch.js +157 -0
- package/dist/nodes/Aws/Cognito/methods/listSearch.js.map +1 -0
- package/dist/nodes/Aws/Cognito/transport/index.js +72 -0
- package/dist/nodes/Aws/Cognito/transport/index.js.map +1 -0
- package/dist/nodes/Aws/S3/__schema__/v2.0.0/file/getAll.json +1 -7
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/get.json +10 -1
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +7 -15
- package/dist/nodes/EmailSend/__schema__/v2.1.0/email/send.json +7 -1
- package/dist/nodes/Github/__schema__/v1.1.0/file/list.json +44 -0
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +1 -4
- package/dist/nodes/Google/BusinessProfile/__schema__/v1.0.0/review/getAll.json +1 -12
- package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json +4 -7
- package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json +1 -12
- package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/download.json +9 -0
- package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/query.json +7 -1
- package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/addLabels.json +1 -13
- package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/get.json +7 -1
- package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json +29 -113
- package/dist/nodes/Google/Gmail/__schema__/v2.1.0/thread/get.json +1 -60
- package/dist/nodes/Google/Sheet/GoogleSheets.node.js +3 -2
- package/dist/nodes/Google/Sheet/GoogleSheets.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js +2 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +4 -0
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
- package/dist/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json +1 -4
- package/dist/nodes/Google/YouTube/__schema__/v1.0.0/video/get.json +35 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json +4 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/contact/search.json +1 -4
- package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json +45 -11
- package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/search.json +2 -5
- package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json +4 -4
- package/dist/nodes/ItemLists/__schema__/v3.0.0/itemList/limit.json +4 -1
- package/dist/nodes/JinaAI/JinaAi.node.js +486 -0
- package/dist/nodes/JinaAI/JinaAi.node.js.map +1 -0
- package/dist/nodes/JinaAI/JinaAi.node.json +18 -0
- package/dist/nodes/JinaAI/jinaAi.dark.svg +6 -0
- package/dist/nodes/JinaAI/jinaAi.svg +6 -0
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +259 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +57 -37
- package/dist/nodes/Linear/__schema__/v1.0.0/issue/getAll.json +1 -12
- package/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.node.json +2 -2
- package/dist/nodes/Microsoft/Entra/MicrosoftEntra.node.js +2 -2
- package/dist/nodes/Microsoft/Entra/MicrosoftEntra.node.js.map +1 -1
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json +1 -7
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/event/getAll.json +4 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folderMessage/getAll.json +8 -47
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +124 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +40 -20
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/sendAndWait.json +12 -11
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +13 -1
- package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/getAll.json +44 -0
- package/dist/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json +1 -4
- package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json +21 -5
- package/dist/nodes/Notion/__schema__/v2.2.0/database/get.json +149 -2
- package/dist/nodes/Odoo/__schema__/v1.0.0/contact/getAll.json +10 -1
- package/dist/nodes/Odoo/__schema__/v1.0.0/custom/getAll.json +1 -4
- package/dist/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json +49 -1
- package/dist/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json +1 -29
- package/dist/nodes/Pipedrive/__schema__/v1.0.0/organization/search.json +20 -25
- package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +1 -18
- package/dist/nodes/Plivo/__schema__/v1.0.0/call/make.json +15 -0
- package/dist/nodes/QuickBooks/__schema__/v1.0.0/transaction/getReport.json +1 -4
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +2 -2
- package/dist/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json +5 -2
- package/dist/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json +4 -1
- package/dist/nodes/SeaTable/__schema__/v2.0.0/row/list.json +30 -0
- package/dist/nodes/ServiceNow/__schema__/v1.0.0/tableRecord/getAll.json +1 -4
- package/dist/nodes/Slack/__schema__/v2.3.0/channel/history.json +49 -3
- package/dist/nodes/Slack/__schema__/v2.3.0/message/post.json +4 -1
- package/dist/nodes/Ssh/__schema__/v1.0.0/command/execute.json +4 -1
- package/dist/nodes/Strapi/__schema__/v1.0.0/entry/get.json +32 -0
- package/dist/nodes/Strapi/__schema__/v1.0.0/entry/getAll.json +1 -4
- package/dist/nodes/Telegram/__schema__/v1.2.0/chat/get.json +27 -1
- package/dist/nodes/Telegram/__schema__/v1.2.0/chat/member.json +7 -1
- package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json +1 -4
- package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendPhoto.json +4 -1
- package/dist/nodes/Trello/__schema__/v1.0.0/list/getAll.json +7 -1
- package/dist/nodes/Trello/__schema__/v1.0.0/list/getCards.json +13 -1
- package/dist/nodes/Wordpress/PageDescription.js +0 -17
- package/dist/nodes/Wordpress/PageDescription.js.map +1 -1
- package/dist/nodes/Wordpress/__schema__/v1.0.0/post/get.json +7 -1
- package/dist/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json +15 -16
- package/dist/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json +1 -122
- package/dist/nodes/Zoom/__schema__/v1.0.0/meeting/getAll.json +1 -4
- package/dist/types/credentials.json +3 -2
- package/dist/types/nodes.json +9 -7
- package/package.json +9 -6
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"ChecksumAlgorithm": {
|
|
5
|
-
"type": "string"
|
|
6
|
-
},
|
|
7
|
-
"ChecksumType": {
|
|
8
|
-
"type": "string"
|
|
9
|
-
},
|
|
10
4
|
"ETag": {
|
|
11
5
|
"type": "string"
|
|
12
6
|
},
|
|
@@ -23,5 +17,5 @@
|
|
|
23
17
|
"type": "string"
|
|
24
18
|
}
|
|
25
19
|
},
|
|
26
|
-
"version":
|
|
20
|
+
"version": 2
|
|
27
21
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"canUploadPhoto": {
|
|
5
|
+
"type": "boolean"
|
|
6
|
+
},
|
|
4
7
|
"displayName": {
|
|
5
8
|
"type": "string"
|
|
6
9
|
},
|
|
@@ -12,7 +15,13 @@
|
|
|
12
15
|
},
|
|
13
16
|
"lastName": {
|
|
14
17
|
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"photoUploaded": {
|
|
20
|
+
"type": "boolean"
|
|
21
|
+
},
|
|
22
|
+
"photoUrl": {
|
|
23
|
+
"type": "string"
|
|
15
24
|
}
|
|
16
25
|
},
|
|
17
|
-
"version":
|
|
26
|
+
"version": 2
|
|
18
27
|
}
|
|
@@ -13,20 +13,6 @@
|
|
|
13
13
|
"country": {
|
|
14
14
|
"type": "string"
|
|
15
15
|
},
|
|
16
|
-
"email": {
|
|
17
|
-
"type": "array",
|
|
18
|
-
"items": {
|
|
19
|
-
"type": "object",
|
|
20
|
-
"properties": {
|
|
21
|
-
"email": {
|
|
22
|
-
"type": "string"
|
|
23
|
-
},
|
|
24
|
-
"qualification": {
|
|
25
|
-
"type": "string"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
16
|
"first_name": {
|
|
31
17
|
"type": "string"
|
|
32
18
|
},
|
|
@@ -54,6 +40,12 @@
|
|
|
54
40
|
"siren": {
|
|
55
41
|
"type": "string"
|
|
56
42
|
},
|
|
43
|
+
"siret": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
"siret_address": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
57
49
|
"vat": {
|
|
58
50
|
"type": "string"
|
|
59
51
|
},
|
|
@@ -61,5 +53,5 @@
|
|
|
61
53
|
"type": "string"
|
|
62
54
|
}
|
|
63
55
|
},
|
|
64
|
-
"version":
|
|
56
|
+
"version": 2
|
|
65
57
|
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"_links": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"git": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"html": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"self": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"git_url": {
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"html_url": {
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"name": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"path": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"sha": {
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"size": {
|
|
34
|
+
"type": "integer"
|
|
35
|
+
},
|
|
36
|
+
"type": {
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"url": {
|
|
40
|
+
"type": "string"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"version": 1
|
|
44
|
+
}
|
|
@@ -24,17 +24,6 @@
|
|
|
24
24
|
"reviewId": {
|
|
25
25
|
"type": "string"
|
|
26
26
|
},
|
|
27
|
-
"reviewReply": {
|
|
28
|
-
"type": "object",
|
|
29
|
-
"properties": {
|
|
30
|
-
"comment": {
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
"updateTime": {
|
|
34
|
-
"type": "string"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
27
|
"starRating": {
|
|
39
28
|
"type": "string"
|
|
40
29
|
},
|
|
@@ -42,5 +31,5 @@
|
|
|
42
31
|
"type": "string"
|
|
43
32
|
}
|
|
44
33
|
},
|
|
45
|
-
"version":
|
|
34
|
+
"version": 2
|
|
46
35
|
}
|
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"description": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
},
|
|
21
18
|
"end": {
|
|
22
19
|
"type": "object",
|
|
23
20
|
"properties": {
|
|
@@ -47,12 +44,12 @@
|
|
|
47
44
|
"kind": {
|
|
48
45
|
"type": "string"
|
|
49
46
|
},
|
|
50
|
-
"location": {
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
47
|
"organizer": {
|
|
54
48
|
"type": "object",
|
|
55
49
|
"properties": {
|
|
50
|
+
"displayName": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
56
53
|
"email": {
|
|
57
54
|
"type": "string"
|
|
58
55
|
},
|
|
@@ -93,5 +90,5 @@
|
|
|
93
90
|
"type": "string"
|
|
94
91
|
}
|
|
95
92
|
},
|
|
96
|
-
"version":
|
|
93
|
+
"version": 3
|
|
97
94
|
}
|
|
@@ -27,20 +27,9 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
|
-
"phoneNumbers": {
|
|
31
|
-
"type": "object",
|
|
32
|
-
"properties": {
|
|
33
|
-
"mobile": {
|
|
34
|
-
"type": "array",
|
|
35
|
-
"items": {
|
|
36
|
-
"type": "string"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
30
|
"resourceName": {
|
|
42
31
|
"type": "string"
|
|
43
32
|
}
|
|
44
33
|
},
|
|
45
|
-
"version":
|
|
34
|
+
"version": 2
|
|
46
35
|
}
|
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"historyId": {
|
|
5
|
-
"type": "string"
|
|
6
|
-
},
|
|
7
4
|
"id": {
|
|
8
5
|
"type": "string"
|
|
9
6
|
},
|
|
10
|
-
"internalDate": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
7
|
"labelIds": {
|
|
14
8
|
"type": "array",
|
|
15
9
|
"items": {
|
|
16
10
|
"type": "string"
|
|
17
11
|
}
|
|
18
12
|
},
|
|
19
|
-
"sizeEstimate": {
|
|
20
|
-
"type": "integer"
|
|
21
|
-
},
|
|
22
|
-
"snippet": {
|
|
23
|
-
"type": "string"
|
|
24
|
-
},
|
|
25
13
|
"threadId": {
|
|
26
14
|
"type": "string"
|
|
27
15
|
}
|
|
28
16
|
},
|
|
29
|
-
"version":
|
|
17
|
+
"version": 2
|
|
30
18
|
}
|
|
@@ -80,6 +80,12 @@
|
|
|
80
80
|
"to": {
|
|
81
81
|
"type": "string"
|
|
82
82
|
},
|
|
83
|
+
"x-gm-message-state": {
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
86
|
+
"x-google-dkim-signature": {
|
|
87
|
+
"type": "string"
|
|
88
|
+
},
|
|
83
89
|
"x-google-smtp-source": {
|
|
84
90
|
"type": "string"
|
|
85
91
|
},
|
|
@@ -141,5 +147,5 @@
|
|
|
141
147
|
}
|
|
142
148
|
}
|
|
143
149
|
},
|
|
144
|
-
"version":
|
|
150
|
+
"version": 3
|
|
145
151
|
}
|
|
@@ -1,139 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"
|
|
4
|
+
"From": {
|
|
5
5
|
"type": "string"
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"type": "
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
}
|
|
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"
|
|
28
26
|
}
|
|
29
27
|
}
|
|
30
28
|
}
|
|
31
29
|
},
|
|
32
|
-
"
|
|
30
|
+
"payload": {
|
|
33
31
|
"type": "object",
|
|
34
32
|
"properties": {
|
|
35
|
-
"
|
|
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-google-smtp-source": {
|
|
84
|
-
"type": "string"
|
|
85
|
-
},
|
|
86
|
-
"x-received": {
|
|
33
|
+
"mimeType": {
|
|
87
34
|
"type": "string"
|
|
88
35
|
}
|
|
89
36
|
}
|
|
90
37
|
},
|
|
91
|
-
"id": {
|
|
92
|
-
"type": "string"
|
|
93
|
-
},
|
|
94
|
-
"labelIds": {
|
|
95
|
-
"type": "array",
|
|
96
|
-
"items": {
|
|
97
|
-
"type": "string"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"messageId": {
|
|
101
|
-
"type": "string"
|
|
102
|
-
},
|
|
103
38
|
"sizeEstimate": {
|
|
104
39
|
"type": "integer"
|
|
105
40
|
},
|
|
106
|
-
"
|
|
41
|
+
"snippet": {
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
"Subject": {
|
|
107
45
|
"type": "string"
|
|
108
46
|
},
|
|
109
47
|
"threadId": {
|
|
110
48
|
"type": "string"
|
|
111
49
|
},
|
|
112
|
-
"
|
|
113
|
-
"type": "
|
|
114
|
-
"properties": {
|
|
115
|
-
"html": {
|
|
116
|
-
"type": "string"
|
|
117
|
-
},
|
|
118
|
-
"text": {
|
|
119
|
-
"type": "string"
|
|
120
|
-
},
|
|
121
|
-
"value": {
|
|
122
|
-
"type": "array",
|
|
123
|
-
"items": {
|
|
124
|
-
"type": "object",
|
|
125
|
-
"properties": {
|
|
126
|
-
"address": {
|
|
127
|
-
"type": "string"
|
|
128
|
-
},
|
|
129
|
-
"name": {
|
|
130
|
-
"type": "string"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
50
|
+
"To": {
|
|
51
|
+
"type": "string"
|
|
136
52
|
}
|
|
137
53
|
},
|
|
138
|
-
"version":
|
|
54
|
+
"version": 3
|
|
139
55
|
}
|
|
@@ -12,27 +12,6 @@
|
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "object",
|
|
14
14
|
"properties": {
|
|
15
|
-
"ARC-Authentication-Results": {
|
|
16
|
-
"type": "string"
|
|
17
|
-
},
|
|
18
|
-
"ARC-Message-Signature": {
|
|
19
|
-
"type": "string"
|
|
20
|
-
},
|
|
21
|
-
"ARC-Seal": {
|
|
22
|
-
"type": "string"
|
|
23
|
-
},
|
|
24
|
-
"Authentication-Results": {
|
|
25
|
-
"type": "string"
|
|
26
|
-
},
|
|
27
|
-
"Content-Type": {
|
|
28
|
-
"type": "string"
|
|
29
|
-
},
|
|
30
|
-
"Date": {
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
"Delivered-To": {
|
|
34
|
-
"type": "string"
|
|
35
|
-
},
|
|
36
15
|
"From": {
|
|
37
16
|
"type": "string"
|
|
38
17
|
},
|
|
@@ -59,46 +38,14 @@
|
|
|
59
38
|
}
|
|
60
39
|
}
|
|
61
40
|
},
|
|
62
|
-
"Message-ID": {
|
|
63
|
-
"type": "string"
|
|
64
|
-
},
|
|
65
|
-
"MIME-Version": {
|
|
66
|
-
"type": "string"
|
|
67
|
-
},
|
|
68
41
|
"payload": {
|
|
69
42
|
"type": "object",
|
|
70
43
|
"properties": {
|
|
71
|
-
"body": {
|
|
72
|
-
"type": "object",
|
|
73
|
-
"properties": {
|
|
74
|
-
"data": {
|
|
75
|
-
"type": "string"
|
|
76
|
-
},
|
|
77
|
-
"size": {
|
|
78
|
-
"type": "integer"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"filename": {
|
|
83
|
-
"type": "string"
|
|
84
|
-
},
|
|
85
44
|
"mimeType": {
|
|
86
45
|
"type": "string"
|
|
87
|
-
},
|
|
88
|
-
"partId": {
|
|
89
|
-
"type": "string"
|
|
90
46
|
}
|
|
91
47
|
}
|
|
92
48
|
},
|
|
93
|
-
"Received": {
|
|
94
|
-
"type": "string"
|
|
95
|
-
},
|
|
96
|
-
"Received-SPF": {
|
|
97
|
-
"type": "string"
|
|
98
|
-
},
|
|
99
|
-
"Return-Path": {
|
|
100
|
-
"type": "string"
|
|
101
|
-
},
|
|
102
49
|
"sizeEstimate": {
|
|
103
50
|
"type": "integer"
|
|
104
51
|
},
|
|
@@ -113,16 +60,10 @@
|
|
|
113
60
|
},
|
|
114
61
|
"To": {
|
|
115
62
|
"type": "string"
|
|
116
|
-
},
|
|
117
|
-
"X-Google-Smtp-Source": {
|
|
118
|
-
"type": "string"
|
|
119
|
-
},
|
|
120
|
-
"X-Received": {
|
|
121
|
-
"type": "string"
|
|
122
63
|
}
|
|
123
64
|
}
|
|
124
65
|
}
|
|
125
66
|
}
|
|
126
67
|
},
|
|
127
|
-
"version":
|
|
68
|
+
"version": 3
|
|
128
69
|
}
|
|
@@ -31,7 +31,7 @@ class GoogleSheets extends import_n8n_workflow.VersionedNodeType {
|
|
|
31
31
|
name: "googleSheets",
|
|
32
32
|
icon: "file:googleSheets.svg",
|
|
33
33
|
group: ["input", "output"],
|
|
34
|
-
defaultVersion: 4.
|
|
34
|
+
defaultVersion: 4.6,
|
|
35
35
|
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
36
36
|
description: "Read, update and write data to Google Sheets"
|
|
37
37
|
};
|
|
@@ -44,7 +44,8 @@ class GoogleSheets extends import_n8n_workflow.VersionedNodeType {
|
|
|
44
44
|
4.2: new import_GoogleSheetsV2.GoogleSheetsV2(baseDescription),
|
|
45
45
|
4.3: new import_GoogleSheetsV2.GoogleSheetsV2(baseDescription),
|
|
46
46
|
4.4: new import_GoogleSheetsV2.GoogleSheetsV2(baseDescription),
|
|
47
|
-
4.5: new import_GoogleSheetsV2.GoogleSheetsV2(baseDescription)
|
|
47
|
+
4.5: new import_GoogleSheetsV2.GoogleSheetsV2(baseDescription),
|
|
48
|
+
4.6: new import_GoogleSheetsV2.GoogleSheetsV2(baseDescription)
|
|
48
49
|
};
|
|
49
50
|
super(nodeVersions, baseDescription);
|
|
50
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../nodes/Google/Sheet/GoogleSheets.node.ts"],"sourcesContent":["import type { INodeTypeBaseDescription, IVersionedNodeType } from 'n8n-workflow';\nimport { VersionedNodeType } from 'n8n-workflow';\n\nimport { GoogleSheetsV1 } from './v1/GoogleSheetsV1.node';\nimport { GoogleSheetsV2 } from './v2/GoogleSheetsV2.node';\n\nexport class GoogleSheets extends VersionedNodeType {\n\tconstructor() {\n\t\tconst baseDescription: INodeTypeBaseDescription = {\n\t\t\tdisplayName: 'Google Sheets',\n\t\t\tname: 'googleSheets',\n\t\t\ticon: 'file:googleSheets.svg',\n\t\t\tgroup: ['input', 'output'],\n\t\t\tdefaultVersion: 4.
|
|
1
|
+
{"version":3,"sources":["../../../../nodes/Google/Sheet/GoogleSheets.node.ts"],"sourcesContent":["import type { INodeTypeBaseDescription, IVersionedNodeType } from 'n8n-workflow';\nimport { VersionedNodeType } from 'n8n-workflow';\n\nimport { GoogleSheetsV1 } from './v1/GoogleSheetsV1.node';\nimport { GoogleSheetsV2 } from './v2/GoogleSheetsV2.node';\n\nexport class GoogleSheets extends VersionedNodeType {\n\tconstructor() {\n\t\tconst baseDescription: INodeTypeBaseDescription = {\n\t\t\tdisplayName: 'Google Sheets',\n\t\t\tname: 'googleSheets',\n\t\t\ticon: 'file:googleSheets.svg',\n\t\t\tgroup: ['input', 'output'],\n\t\t\tdefaultVersion: 4.6,\n\t\t\tsubtitle: '={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}',\n\t\t\tdescription: 'Read, update and write data to Google Sheets',\n\t\t};\n\n\t\tconst nodeVersions: IVersionedNodeType['nodeVersions'] = {\n\t\t\t1: new GoogleSheetsV1(baseDescription),\n\t\t\t2: new GoogleSheetsV1(baseDescription),\n\t\t\t3: new GoogleSheetsV2(baseDescription),\n\t\t\t4: new GoogleSheetsV2(baseDescription),\n\t\t\t4.1: new GoogleSheetsV2(baseDescription),\n\t\t\t4.2: new GoogleSheetsV2(baseDescription),\n\t\t\t4.3: new GoogleSheetsV2(baseDescription),\n\t\t\t4.4: new GoogleSheetsV2(baseDescription),\n\t\t\t4.5: new GoogleSheetsV2(baseDescription),\n\t\t\t4.6: new GoogleSheetsV2(baseDescription),\n\t\t};\n\n\t\tsuper(nodeVersions, baseDescription);\n\t}\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,0BAAkC;AAElC,4BAA+B;AAC/B,4BAA+B;AAExB,MAAM,qBAAqB,sCAAkB;AAAA,EACnD,cAAc;AACb,UAAM,kBAA4C;AAAA,MACjD,aAAa;AAAA,MACb,MAAM;AAAA,MACN,MAAM;AAAA,MACN,OAAO,CAAC,SAAS,QAAQ;AAAA,MACzB,gBAAgB;AAAA,MAChB,UAAU;AAAA,MACV,aAAa;AAAA,IACd;AAEA,UAAM,eAAmD;AAAA,MACxD,GAAG,IAAI,qCAAe,eAAe;AAAA,MACrC,GAAG,IAAI,qCAAe,eAAe;AAAA,MACrC,GAAG,IAAI,qCAAe,eAAe;AAAA,MACrC,GAAG,IAAI,qCAAe,eAAe;AAAA,MACrC,KAAK,IAAI,qCAAe,eAAe;AAAA,MACvC,KAAK,IAAI,qCAAe,eAAe;AAAA,MACvC,KAAK,IAAI,qCAAe,eAAe;AAAA,MACvC,KAAK,IAAI,qCAAe,eAAe;AAAA,MACvC,KAAK,IAAI,qCAAe,eAAe;AAAA,MACvC,KAAK,IAAI,qCAAe,eAAe;AAAA,IACxC;AAEA,UAAM,cAAc,eAAe;AAAA,EACpC;AACD;","names":[]}
|
|
@@ -239,7 +239,8 @@ async function execute(sheet, sheetName) {
|
|
|
239
239
|
dataStartRowIndex,
|
|
240
240
|
lookupValues,
|
|
241
241
|
returnAllMatches,
|
|
242
|
-
combineFilters
|
|
242
|
+
combineFilters,
|
|
243
|
+
nodeVersion
|
|
243
244
|
});
|
|
244
245
|
} else {
|
|
245
246
|
responseData = sheet.structureArrayDataByColumn(inputData, keyRowIndex, dataStartRowIndex);
|