n8n-nodes-base 2.3.3 → 2.4.1
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/ActiveCampaign/__schema__/v1.0.0/contactTag/add.json +13 -1
- package/dist/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json +4 -1
- package/dist/nodes/Affinity/__schema__/v1.0.0/organization/get.json +4 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/click.json +15 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/type.json +56 -0
- package/dist/nodes/Airtop/__schema__/v1.0.0/session/create.json +4 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/window/create.json +4 -1
- package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/delete.json +9 -0
- package/dist/nodes/Aws/IAM/__schema__/v1.0.0/user/getAll.json +25 -25
- package/dist/nodes/Aws/S3/__schema__/v2.0.0/bucket/getAll.json +4 -1
- package/dist/nodes/Aws/S3/__schema__/v2.0.0/file/download.json +19 -18
- package/dist/nodes/Aws/SES/__schema__/v1.0.0/email/sendTemplate.json +30 -0
- package/dist/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/create.json +7 -1
- package/dist/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/get.json +38 -41
- package/dist/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json +10 -1
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/get.json +4 -1
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json +7 -1
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/update.json +9 -0
- package/dist/nodes/Box/BoxTrigger.node.js +3 -3
- package/dist/nodes/Box/BoxTrigger.node.js.map +1 -1
- package/dist/nodes/Box/__schema__/v1.0.0/file/download.json +30 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/task/create.json +7 -1
- package/dist/nodes/ConvertKit/__schema__/v1.0.0/tagSubscriber/add.json +42 -42
- 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/Dropbox/__schema__/v1.0.0/folder/delete.json +26 -0
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +7 -1
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json +1 -1
- package/dist/nodes/ERPNext/__schema__/v1.0.0/document/create.json +114 -1
- package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/Form/common.descriptions.js +7 -1
- package/dist/nodes/Form/common.descriptions.js.map +1 -1
- package/dist/nodes/FreshworksCrm/__schema__/v1.0.0/search/query.json +4 -1
- package/dist/nodes/Git/GenericFunctions.d.ts +9 -0
- package/dist/nodes/Git/GenericFunctions.d.ts.map +1 -0
- package/dist/nodes/Git/GenericFunctions.js +31 -0
- package/dist/nodes/Git/GenericFunctions.js.map +1 -0
- package/dist/nodes/Git/Git.node.d.ts.map +1 -1
- package/dist/nodes/Git/Git.node.js +52 -2
- package/dist/nodes/Git/Git.node.js.map +1 -1
- package/dist/nodes/Git/descriptions/ReflogDescription.d.ts +3 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.d.ts.map +1 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.js +57 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.js.map +1 -0
- package/dist/nodes/Git/descriptions/index.d.ts +1 -0
- package/dist/nodes/Git/descriptions/index.d.ts.map +1 -1
- package/dist/nodes/Git/descriptions/index.js +1 -0
- package/dist/nodes/Git/descriptions/index.js.map +1 -1
- package/dist/nodes/Github/GithubTrigger.node.js +1 -1
- package/dist/nodes/Github/GithubTrigger.node.js.map +1 -1
- package/dist/nodes/Github/__schema__/v1.1.0/file/get.json +42 -1
- 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/Gitlab/__schema__/v1.0.0/file/get.json +4 -1
- package/dist/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json +4 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.d.ts.map +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +0 -16
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
- package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/get.json +7 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/message/get.json +66 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/get.json +7 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json +4 -1
- package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/create.json +48 -1
- package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json +18 -1
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.d.ts.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +0 -16
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +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/__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/Gmail/v2/GmailV2.node.d.ts.map +1 -1
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +0 -16
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.d.ts.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +0 -16
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Task/__schema__/v1.0.0/task/create.json +4 -1
- package/dist/nodes/HackerNews/__schema__/v1.0.0/article/get.json +4 -1
- package/dist/nodes/HelpScout/__schema__/v1.0.0/mailbox/getAll.json +53 -0
- package/dist/nodes/HttpRequest/V3/Description.d.ts.map +1 -1
- package/dist/nodes/HttpRequest/V3/Description.js +32 -30
- package/dist/nodes/HttpRequest/V3/Description.js.map +1 -1
- package/dist/nodes/Hubspot/__schema__/v2.2.0/company/getAll.json +83 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/contact/search.json +4 -1
- 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/deal/search.json +4 -1
- 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/JinaAI/__schema__/v1.0.0/reader/read.json +7 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/delete.json +9 -0
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +414 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +535 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json +108 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/create.json +4 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/get.json +7 -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/Mailcheck/__schema__/v1.0.0/email/check.json +30 -0
- package/dist/nodes/Mailjet/EmailDescription.d.ts.map +1 -1
- package/dist/nodes/Mailjet/EmailDescription.js +24 -0
- package/dist/nodes/Mailjet/EmailDescription.js.map +1 -1
- package/dist/nodes/Mailjet/GenericFunctions.d.ts +2 -0
- package/dist/nodes/Mailjet/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Mailjet/Mailjet.node.d.ts.map +1 -1
- package/dist/nodes/Mailjet/Mailjet.node.js +12 -0
- package/dist/nodes/Mailjet/Mailjet.node.js.map +1 -1
- package/dist/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json +4 -1
- package/dist/nodes/Matrix/__schema__/v1.0.0/message/getAll.json +4 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +76 -26
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -1
- package/dist/nodes/Metabase/__schema__/v1.0.0/questions/get.json +257 -248
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/get.json +9 -0
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/getAll.json +72 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json +31 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json +7 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json +4 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json +15 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/share.json +41 -0
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/getAll.json +4 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/get.json +7 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/get.json +4 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +108 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +7 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/download.json +4 -1
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/getAll.json +57 -1
- package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts +2 -0
- package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Sql/GenericFunctions.js +24 -11
- package/dist/nodes/Microsoft/Sql/GenericFunctions.js.map +1 -1
- package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/get.json +13 -1
- package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/container/getAll.json +41 -0
- package/dist/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json +4 -1
- 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/actions/common.descriptions.d.ts +2 -1
- package/dist/nodes/MySql/v2/actions/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/common.descriptions.js +40 -39
- package/dist/nodes/MySql/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.js +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.d.ts +2 -0
- package/dist/nodes/MySql/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.js +34 -2
- package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json +4 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json +10 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json +16 -1
- package/dist/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json +4 -1
- package/dist/nodes/Notion/__schema__/v1.0.0/page/get.json +4 -1
- package/dist/nodes/Notion/__schema__/v2.2.0/block/append.json +4 -1
- package/dist/nodes/Notion/__schema__/v2.2.0/database/get.json +4 -1
- package/dist/nodes/Okta/__schema__/v1.0.0/user/get.json +56 -1
- package/dist/nodes/Okta/__schema__/v1.0.0/user/getAll.json +77 -1
- package/dist/nodes/Onfleet/OnfleetTrigger.node.js +1 -1
- package/dist/nodes/Onfleet/OnfleetTrigger.node.js.map +1 -1
- package/dist/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json +29 -1
- package/dist/nodes/PayPal/__schema__/v1.0.0/payout/create.json +45 -0
- package/dist/nodes/Perplexity/__schema__/v1.0.0/chat/complete.json +7 -1
- package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/get.json +40 -1
- package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +12 -1
- package/dist/nodes/PostHog/__schema__/v1.0.0/event/create.json +2 -2
- package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts +2 -1
- package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/actions/common.descriptions.js +40 -39
- package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.js +6 -3
- package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +2 -0
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.js +32 -1
- package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/QuickBase/__schema__/v1.0.0/record/create.json +9 -0
- package/dist/nodes/QuickBase/__schema__/v1.0.0/record/getAll.json +7 -1
- package/dist/nodes/Reddit/__schema__/v1.0.0/post/getAll.json +57 -1
- package/dist/nodes/S3/__schema__/v1.0.0/bucket/create.json +9 -0
- package/dist/nodes/Salesforce/__schema__/v1.0.0/account/delete.json +9 -0
- package/dist/nodes/Salesforce/__schema__/v1.0.0/account/get.json +65 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/getAll.json +18 -0
- package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json +83 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json +4 -1
- package/dist/nodes/Switch/V3/SwitchV3.node.js +1 -1
- package/dist/nodes/Switch/V3/SwitchV3.node.js.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.d.ts.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.js +0 -16
- package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +20 -20
- package/dist/utils/sendAndWait/utils.d.ts.map +1 -1
- package/dist/utils/sendAndWait/utils.js +1 -0
- package/dist/utils/sendAndWait/utils.js.map +1 -1
- package/package.json +8 -8
|
@@ -4,6 +4,39 @@
|
|
|
4
4
|
"contactId": {
|
|
5
5
|
"type": "string"
|
|
6
6
|
},
|
|
7
|
+
"coverPhotos": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"items": {
|
|
10
|
+
"type": "object",
|
|
11
|
+
"properties": {
|
|
12
|
+
"default": {
|
|
13
|
+
"type": "boolean"
|
|
14
|
+
},
|
|
15
|
+
"metadata": {
|
|
16
|
+
"type": "object",
|
|
17
|
+
"properties": {
|
|
18
|
+
"primary": {
|
|
19
|
+
"type": "boolean"
|
|
20
|
+
},
|
|
21
|
+
"source": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"id": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"type": {
|
|
28
|
+
"type": "string"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"url": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
7
40
|
"emailAddresses": {
|
|
8
41
|
"type": "array",
|
|
9
42
|
"items": {
|
|
@@ -95,6 +128,20 @@
|
|
|
95
128
|
"id": {
|
|
96
129
|
"type": "string"
|
|
97
130
|
},
|
|
131
|
+
"profileMetadata": {
|
|
132
|
+
"type": "object",
|
|
133
|
+
"properties": {
|
|
134
|
+
"objectType": {
|
|
135
|
+
"type": "string"
|
|
136
|
+
},
|
|
137
|
+
"userTypes": {
|
|
138
|
+
"type": "array",
|
|
139
|
+
"items": {
|
|
140
|
+
"type": "string"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
98
145
|
"type": {
|
|
99
146
|
"type": "string"
|
|
100
147
|
},
|
|
@@ -227,5 +274,5 @@
|
|
|
227
274
|
"type": "string"
|
|
228
275
|
}
|
|
229
276
|
},
|
|
230
|
-
"version":
|
|
277
|
+
"version": 4
|
|
231
278
|
}
|
|
@@ -159,6 +159,20 @@
|
|
|
159
159
|
"id": {
|
|
160
160
|
"type": "string"
|
|
161
161
|
},
|
|
162
|
+
"imageMediaMetadata": {
|
|
163
|
+
"type": "object",
|
|
164
|
+
"properties": {
|
|
165
|
+
"height": {
|
|
166
|
+
"type": "integer"
|
|
167
|
+
},
|
|
168
|
+
"rotation": {
|
|
169
|
+
"type": "integer"
|
|
170
|
+
},
|
|
171
|
+
"width": {
|
|
172
|
+
"type": "integer"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
162
176
|
"inheritedPermissionsDisabled": {
|
|
163
177
|
"type": "boolean"
|
|
164
178
|
},
|
|
@@ -320,6 +334,9 @@
|
|
|
320
334
|
"starred": {
|
|
321
335
|
"type": "boolean"
|
|
322
336
|
},
|
|
337
|
+
"thumbnailLink": {
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
323
340
|
"thumbnailVersion": {
|
|
324
341
|
"type": "string"
|
|
325
342
|
},
|
|
@@ -345,5 +362,5 @@
|
|
|
345
362
|
"type": "boolean"
|
|
346
363
|
}
|
|
347
364
|
},
|
|
348
|
-
"version":
|
|
365
|
+
"version": 6
|
|
349
366
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionDescription.d.ts","sourceRoot":"","sources":["../../../../../../nodes/Google/Drive/v2/actions/versionDescription.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,oBAAoB,
|
|
1
|
+
{"version":3,"file":"versionDescription.d.ts","sourceRoot":"","sources":["../../../../../../nodes/Google/Drive/v2/actions/versionDescription.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,KAAK,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAO9E,eAAO,MAAM,kBAAkB,EAAE,oBAkFhC,CAAC"}
|
|
@@ -40,21 +40,6 @@ const drive = __importStar(require("./drive/Drive.resource"));
|
|
|
40
40
|
const file = __importStar(require("./file/File.resource"));
|
|
41
41
|
const fileFolder = __importStar(require("./fileFolder/FileFolder.resource"));
|
|
42
42
|
const folder = __importStar(require("./folder/Folder.resource"));
|
|
43
|
-
const preBuiltAgentsCallout = {
|
|
44
|
-
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
|
45
|
-
displayName: 'Retrieve, analyze, and answer questions using your Google Drive documents with our pre-built',
|
|
46
|
-
name: 'preBuiltAgentsCalloutGoogleDrive',
|
|
47
|
-
type: 'callout',
|
|
48
|
-
typeOptions: {
|
|
49
|
-
calloutAction: {
|
|
50
|
-
label: 'Knowledge store agent',
|
|
51
|
-
icon: 'bot',
|
|
52
|
-
type: 'openSampleWorkflowTemplate',
|
|
53
|
-
templateId: 'knowledge_store_agent_with_google_drive',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
default: '',
|
|
57
|
-
};
|
|
58
43
|
exports.versionDescription = {
|
|
59
44
|
displayName: 'Google Drive',
|
|
60
45
|
name: 'googleDrive',
|
|
@@ -90,7 +75,6 @@ exports.versionDescription = {
|
|
|
90
75
|
},
|
|
91
76
|
],
|
|
92
77
|
properties: [
|
|
93
|
-
preBuiltAgentsCallout,
|
|
94
78
|
{
|
|
95
79
|
displayName: 'Authentication',
|
|
96
80
|
name: 'authentication',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionDescription.js","sourceRoot":"","sources":["../../../../../../nodes/Google/Drive/v2/actions/versionDescription.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAoE;AACpE,+
|
|
1
|
+
{"version":3,"file":"versionDescription.js","sourceRoot":"","sources":["../../../../../../nodes/Google/Drive/v2/actions/versionDescription.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAoE;AACpE,+CAA8E;AAE9E,8DAAgD;AAChD,2DAA6C;AAC7C,6EAA+D;AAC/D,iEAAmD;AAEtC,QAAA,kBAAkB,GAAyB;IACvD,WAAW,EAAE,cAAc;IAC3B,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,sBAAsB;IAC5B,KAAK,EAAE,CAAC,OAAO,CAAC;IAChB,OAAO,EAAE,CAAC;IACV,QAAQ,EAAE,8DAA8D;IACxE,WAAW,EAAE,6BAA6B;IAC1C,QAAQ,EAAE;QACT,IAAI,EAAE,cAAc;KACpB;IACD,MAAM,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;IAClC,OAAO,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;IACnC,YAAY,EAAE,IAAI;IAClB,WAAW,EAAE;QACZ;YACC,IAAI,EAAE,WAAW;YACjB,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE;gBACf,IAAI,EAAE;oBACL,cAAc,EAAE,CAAC,gBAAgB,CAAC;iBAClC;aACD;SACD;QACD;YACC,IAAI,EAAE,sBAAsB;YAC5B,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE;gBACf,IAAI,EAAE;oBACL,cAAc,EAAE,CAAC,QAAQ,CAAC;iBAC1B;aACD;SACD;KACD;IACD,UAAU,EAAE;QACX;YACC,WAAW,EAAE,gBAAgB;YAC7B,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE;gBACR;oBACC,2EAA2E;oBAC3E,IAAI,EAAE,sBAAsB;oBAC5B,KAAK,EAAE,QAAQ;iBACf;gBACD;oBACC,IAAI,EAAE,iBAAiB;oBACvB,KAAK,EAAE,gBAAgB;iBACvB;aACD;YACD,OAAO,EAAE,QAAQ;SACjB;QACD;YACC,WAAW,EAAE,UAAU;YACvB,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,SAAS;YACf,gBAAgB,EAAE,IAAI;YACtB,OAAO,EAAE;gBACR;oBACC,IAAI,EAAE,MAAM;oBACZ,KAAK,EAAE,MAAM;iBACb;gBACD;oBACC,IAAI,EAAE,aAAa;oBACnB,KAAK,EAAE,YAAY;iBACnB;gBACD;oBACC,IAAI,EAAE,QAAQ;oBACd,KAAK,EAAE,QAAQ;iBACf;gBACD;oBACC,IAAI,EAAE,cAAc;oBACpB,KAAK,EAAE,OAAO;iBACd;aACD;YACD,OAAO,EAAE,MAAM;SACf;QACD,GAAG,KAAK,CAAC,WAAW;QACpB,GAAG,IAAI,CAAC,WAAW;QACnB,GAAG,UAAU,CAAC,WAAW;QACzB,GAAG,MAAM,CAAC,WAAW;KACrB;CACD,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"adminCreated": {
|
|
5
|
+
"type": "boolean"
|
|
6
|
+
},
|
|
7
|
+
"description": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"email": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"etag": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"kind": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"name": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"version": 1
|
|
27
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GmailV2.node.d.ts","sourceRoot":"","sources":["../../../../../nodes/Google/Gmail/v2/GmailV2.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEX,iBAAiB,EACjB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"GmailV2.node.d.ts","sourceRoot":"","sources":["../../../../../nodes/Google/Gmail/v2/GmailV2.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEX,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,wBAAwB,EACxB,oBAAoB,EACpB,MAAM,cAAc,CAAC;AAKtB,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAO9E,OAAO,EAIN,kBAAkB,EAClB,MAAM,qCAAqC,CAAC;AAgI7C,qBAAa,OAAQ,YAAW,SAAS;IACxC,WAAW,EAAE,oBAAoB,CAAC;gBAEtB,eAAe,EAAE,wBAAwB;IAOrD,OAAO;;;;;;MAML;IAEF,OAAO,4BAAsB;IAEvB,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAmpBvE"}
|
|
@@ -13,21 +13,6 @@ const descriptions_1 = require("../../../../utils/sendAndWait/descriptions");
|
|
|
13
13
|
const utils_1 = require("../../../../utils/sendAndWait/utils");
|
|
14
14
|
const GenericFunctions_1 = require("../GenericFunctions");
|
|
15
15
|
const replyToEmail_1 = require("../utils/replyToEmail");
|
|
16
|
-
const preBuiltAgentsCallout = {
|
|
17
|
-
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
|
18
|
-
displayName: 'Sort your Gmail inbox using our pre-built',
|
|
19
|
-
name: 'preBuiltAgentsCalloutGmail',
|
|
20
|
-
type: 'callout',
|
|
21
|
-
typeOptions: {
|
|
22
|
-
calloutAction: {
|
|
23
|
-
label: 'Email triage agent',
|
|
24
|
-
icon: 'bot',
|
|
25
|
-
type: 'openSampleWorkflowTemplate',
|
|
26
|
-
templateId: 'email_triage_agent_with_gmail',
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
default: '',
|
|
30
|
-
};
|
|
31
16
|
const versionDescription = {
|
|
32
17
|
displayName: 'Gmail',
|
|
33
18
|
name: 'gmail',
|
|
@@ -65,7 +50,6 @@ const versionDescription = {
|
|
|
65
50
|
waitingNodeTooltip: utils_1.SEND_AND_WAIT_WAITING_TOOLTIP,
|
|
66
51
|
webhooks: descriptions_1.sendAndWaitWebhooksDescription,
|
|
67
52
|
properties: [
|
|
68
|
-
preBuiltAgentsCallout,
|
|
69
53
|
{
|
|
70
54
|
displayName: 'Authentication',
|
|
71
55
|
name: 'authentication',
|