n8n-nodes-base 1.105.2 → 1.107.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/Affinity/__schema__/v1.0.0/organization/get.json +1 -4
- package/dist/nodes/Affinity/__schema__/v1.0.0/person/getAll.json +24 -0
- package/dist/nodes/Airtable/test/v2/node/helpers.d.ts.map +1 -1
- package/dist/nodes/Airtable/test/v2/node/helpers.js +8 -8
- package/dist/nodes/Airtable/test/v2/node/helpers.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js +6 -5
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/extraction/getPaginated.json +7 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/extraction/scrape.json +7 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/click.json +42 -0
- package/dist/nodes/Airtop/__schema__/v1.0.0/session/create.json +60 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/session/terminate.json +9 -0
- package/dist/nodes/Airtop/__schema__/v1.0.0/window/create.json +1 -4
- package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/getAll.json +9 -0
- package/dist/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json +1 -7
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json +10 -1
- package/dist/nodes/Bitly/__schema__/v1.0.0/link/create.json +7 -1
- package/dist/nodes/Box/__schema__/v1.0.0/file/download.json +7 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/folder/create.json +74 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/list/customFields.json +26 -1
- package/dist/nodes/Coda/__schema__/v1.1.0/table/getAllRows.json +4 -1
- package/dist/nodes/Code/Code.node.d.ts.map +1 -1
- package/dist/nodes/Code/Code.node.js +46 -26
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +0 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts.map +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.js +3 -15
- package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
- package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts +17 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts.map +1 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js +39 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js.map +1 -0
- package/dist/nodes/Code/descriptions/PythonCodeDescription.d.ts.map +1 -1
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js +15 -3
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js.map +1 -1
- package/dist/nodes/Code/native-python-without-runner.error.d.ts +5 -0
- package/dist/nodes/Code/native-python-without-runner.error.d.ts.map +1 -0
- package/dist/nodes/Code/native-python-without-runner.error.js +11 -0
- package/dist/nodes/Code/native-python-without-runner.error.js.map +1 -0
- package/dist/nodes/Code/throw-execution-error.d.ts +2 -0
- package/dist/nodes/Code/throw-execution-error.d.ts.map +1 -0
- package/dist/nodes/Code/throw-execution-error.js +17 -0
- package/dist/nodes/Code/throw-execution-error.js.map +1 -0
- package/dist/nodes/CoinGecko/__schema__/v1.0.0/coin/candlestick.json +9 -0
- package/dist/nodes/Contentful/__schema__/v1.0.0/contentType/get.json +27 -0
- package/dist/nodes/Dropbox/__schema__/v1.0.0/file/download.json +1 -19
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +1 -19
- package/dist/nodes/Elastic/Elasticsearch/__schema__/v1.0.0/document/getAll.json +4 -1
- package/dist/nodes/EmailSend/__schema__/v2.1.0/email/send.json +1 -7
- package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.js +1 -1
- package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.js.map +1 -1
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.js +18 -16
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.js.map +1 -1
- package/dist/nodes/Form/Form.node.d.ts.map +1 -1
- package/dist/nodes/Form/Form.node.js +3 -1
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.js +2 -1
- package/dist/nodes/Form/FormTrigger.node.js.map +1 -1
- package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/Form/common.descriptions.js +171 -14
- package/dist/nodes/Form/common.descriptions.js.map +1 -1
- package/dist/nodes/Form/interfaces.d.ts +21 -11
- package/dist/nodes/Form/interfaces.d.ts.map +1 -1
- package/dist/nodes/Form/interfaces.js.map +1 -1
- package/dist/nodes/Form/utils/utils.d.ts +4 -0
- package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/utils.js +16 -2
- package/dist/nodes/Form/utils/utils.js.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js +3 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
- package/dist/nodes/FreshworksCrm/__schema__/v1.0.0/search/query.json +35 -0
- package/dist/nodes/Github/__schema__/v1.1.0/file/get.json +1 -42
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +4 -1
- package/dist/nodes/Google/Analytics/__schema__/v2.0.0/report/get.json +71 -2
- package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/create.json +4 -1
- package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/getAll.json +1 -4
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/message/create.json +30 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/message/get.json +1 -63
- package/dist/nodes/Google/CloudStorage/__schema__/v1.0.0/object/getAll.json +7 -1
- package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/getAll.json +21 -1
- package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json +34 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/create.json +1 -4
- package/dist/nodes/Google/Firebase/CloudFirestore/__schema__/v1.1.0/document/getAll.json +1 -4
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/get.json +1 -65
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/getAll.json +1 -22
- package/dist/nodes/Google/Gmail/__schema__/v2.1.0/message/getAll.json +27 -123
- package/dist/nodes/Google/Task/__schema__/v1.0.0/task/getAll.json +4 -4
- package/dist/nodes/Grist/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Grist/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Grist/GenericFunctions.js +5 -1
- package/dist/nodes/Grist/GenericFunctions.js.map +1 -1
- package/dist/nodes/HighLevel/__schema__/v2.0.0/calendar/bookAppointment.json +36 -0
- package/dist/nodes/HomeAssistant/__schema__/v1.0.0/state/get.json +1 -7
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.d.ts.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +190 -179
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/company/getAll.json +4 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/getAll.json +1 -257
- package/dist/nodes/Hubspot/__schema__/v2.1.0/deal/search.json +10 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/get.json +67 -1
- package/dist/nodes/Hubspot/__schema__/v2.1.0/ticket/getAll.json +61 -1
- package/dist/nodes/Jenkins/__schema__/v1.0.0/job/trigger.json +9 -0
- package/dist/nodes/Jenkins/__schema__/v1.0.0/job/triggerParams.json +9 -0
- package/dist/nodes/JinaAI/__schema__/v1.0.0/reader/read.json +9 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +121 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +310 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/campaign/getStats.json +39 -0
- package/dist/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json +3 -18
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/get.json +1 -4
- package/dist/nodes/Mailchimp/__schema__/v1.0.0/member/create.json +15 -1
- package/dist/nodes/Mailchimp/__schema__/v1.0.0/member/get.json +7 -4
- package/dist/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json +1 -4
- package/dist/nodes/Matrix/__schema__/v1.0.0/message/getAll.json +4 -1
- package/dist/nodes/Metabase/__schema__/v1.0.0/databases/getAll.json +21 -0
- package/dist/nodes/Metabase/__schema__/v1.0.0/databases/getFields.json +9 -13
- package/dist/nodes/Metabase/__schema__/v1.0.0/questions/get.json +85 -12
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/getAll.json +12 -0
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/group/getAll.json +27 -0
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/user/create.json +13 -18
- package/dist/nodes/Microsoft/Entra/__schema__/v1.0.0/user/getAll.json +1 -4
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json +10 -23
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json +15 -7
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +39 -4
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +1 -4
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/get.json +1 -25
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/get.json +71 -0
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/getAll.json +1 -70
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/list/get.json +27 -0
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/list/getAll.json +27 -0
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +1 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
- package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/task/getAll.json +18 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json +1 -4
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json +1 -4
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json +10 -1
- package/dist/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json +1 -7
- package/dist/nodes/NextCloud/__schema__/v1.0.0/file/download.json +2 -32
- package/dist/nodes/Odoo/__schema__/v1.0.0/contact/get.json +1 -4
- package/dist/nodes/Odoo/__schema__/v1.0.0/opportunity/getAll.json +4 -1
- package/dist/nodes/Okta/__schema__/v1.0.0/user/getAll.json +1 -37
- package/dist/nodes/Perplexity/__schema__/v1.0.0/chat/complete.json +12 -1
- package/dist/nodes/Phantombuster/__schema__/v1.0.0/agent/getOutput.json +1 -10
- package/dist/nodes/Reddit/__schema__/v1.0.0/post/getAll.json +78 -4
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.d.ts.map +1 -1
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js +1 -15
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js.map +1 -1
- package/dist/nodes/RespondToWebhook/utils/binary.d.ts +1 -1
- package/dist/nodes/RespondToWebhook/utils/binary.d.ts.map +1 -1
- package/dist/nodes/RespondToWebhook/utils/binary.js +2 -17
- package/dist/nodes/RespondToWebhook/utils/binary.js.map +1 -1
- package/dist/nodes/S3/__schema__/v1.0.0/file/download.json +10 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/case/getAll.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/create.json +15 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/upsert.json +4 -4
- package/dist/nodes/Salesforce/__schema__/v1.0.0/opportunity/getAll.json +5 -2
- package/dist/nodes/Salesforce/__schema__/v1.0.0/task/getAll.json +10 -4
- package/dist/nodes/Salesforce/__schema__/v1.0.0/user/getAll.json +1 -4
- package/dist/nodes/SeaTable/__schema__/v2.0.0/row/create.json +24 -0
- package/dist/nodes/Shopify/__schema__/v1.0.0/order/getAll.json +4 -45
- package/dist/nodes/Shopify/__schema__/v1.0.0/product/get.json +1 -4
- package/dist/nodes/Slack/V2/MessageDescription.js +1 -1
- package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
- package/dist/nodes/Slack/__schema__/v2.3.0/channel/history.json +3 -3
- package/dist/nodes/Slack/__schema__/v2.3.0/channel/join.json +2 -174
- package/dist/nodes/Slack/__schema__/v2.3.0/channel/replies.json +44 -4
- package/dist/nodes/Stripe/__schema__/v1.0.0/balance/get.json +34 -1
- package/dist/nodes/Telegram/__schema__/v1.2.0/chat/get.json +1 -4
- package/dist/nodes/Telegram/__schema__/v1.2.0/chat/member.json +4 -4
- package/dist/nodes/Telegram/__schema__/v1.2.0/message/editMessageText.json +4 -1
- package/dist/nodes/Telegram/__schema__/v1.2.0/message/sendMessage.json +1 -12
- package/dist/nodes/Todoist/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Todoist/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Todoist/GenericFunctions.js +2 -2
- package/dist/nodes/Todoist/GenericFunctions.js.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts +134 -15
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.js +555 -52
- package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
- package/dist/nodes/Todoist/v2/Service.d.ts +36 -3
- package/dist/nodes/Todoist/v2/Service.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/Service.js +105 -2
- package/dist/nodes/Todoist/v2/Service.js.map +1 -1
- package/dist/nodes/Todoist/v2/TodoistV2.node.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/TodoistV2.node.js +1240 -31
- package/dist/nodes/Todoist/v2/TodoistV2.node.js.map +1 -1
- package/dist/nodes/Trello/__schema__/v1.0.0/attachment/get.json +4 -1
- package/dist/nodes/Trello/__schema__/v1.0.0/label/getAll.json +18 -0
- package/dist/nodes/Trello/__schema__/v1.0.0/list/getAll.json +1 -4
- package/dist/nodes/Trello/__schema__/v1.0.0/list/getCards.json +11 -2
- package/dist/nodes/Twilio/__schema__/v1.0.0/sms/send.json +7 -1
- package/dist/nodes/Wait/Wait.node.d.ts.map +1 -1
- package/dist/nodes/Wait/Wait.node.js +9 -1
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/dist/nodes/Wait/validation.d.ts +4 -0
- package/dist/nodes/Wait/validation.d.ts.map +1 -0
- package/dist/nodes/Wait/validation.js +11 -0
- package/dist/nodes/Wait/validation.js.map +1 -0
- package/dist/nodes/Wise/__schema__/v1.0.0/exchangeRate/get.json +4 -1
- package/dist/nodes/Wordpress/__schema__/v1.0.0/post/getAll.json +15 -1
- package/dist/nodes/Xero/__schema__/v1.0.0/contact/getAll.json +1 -4
- package/dist/nodes/Zoho/__schema__/v1.0.0/contact/getAll.json +15 -14
- package/dist/nodes/Zoho/__schema__/v1.0.0/lead/getAll.json +10 -32
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +18 -18
- package/package.json +7 -7
|
@@ -4,12 +4,21 @@
|
|
|
4
4
|
"archived": {
|
|
5
5
|
"type": "boolean"
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"type": "
|
|
7
|
+
"archived_directly": {
|
|
8
|
+
"type": "boolean"
|
|
9
9
|
},
|
|
10
10
|
"cache_ttl": {
|
|
11
11
|
"type": "null"
|
|
12
12
|
},
|
|
13
|
+
"can_delete": {
|
|
14
|
+
"type": "boolean"
|
|
15
|
+
},
|
|
16
|
+
"can_manage_db": {
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
"can_restore": {
|
|
20
|
+
"type": "boolean"
|
|
21
|
+
},
|
|
13
22
|
"can_run_adhoc_query": {
|
|
14
23
|
"type": "boolean"
|
|
15
24
|
},
|
|
@@ -66,9 +75,6 @@
|
|
|
66
75
|
"email": {
|
|
67
76
|
"type": "string"
|
|
68
77
|
},
|
|
69
|
-
"first_name": {
|
|
70
|
-
"type": "string"
|
|
71
|
-
},
|
|
72
78
|
"id": {
|
|
73
79
|
"type": "integer"
|
|
74
80
|
},
|
|
@@ -77,9 +83,6 @@
|
|
|
77
83
|
},
|
|
78
84
|
"is_superuser": {
|
|
79
85
|
"type": "boolean"
|
|
80
|
-
},
|
|
81
|
-
"last_login": {
|
|
82
|
-
"type": "string"
|
|
83
86
|
}
|
|
84
87
|
}
|
|
85
88
|
},
|
|
@@ -132,9 +135,6 @@
|
|
|
132
135
|
"email": {
|
|
133
136
|
"type": "string"
|
|
134
137
|
},
|
|
135
|
-
"first_name": {
|
|
136
|
-
"type": "string"
|
|
137
|
-
},
|
|
138
138
|
"id": {
|
|
139
139
|
"type": "integer"
|
|
140
140
|
},
|
|
@@ -143,6 +143,79 @@
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
|
+
"moderation_reviews": {
|
|
147
|
+
"type": "array",
|
|
148
|
+
"items": {
|
|
149
|
+
"type": "object",
|
|
150
|
+
"properties": {
|
|
151
|
+
"created_at": {
|
|
152
|
+
"type": "string"
|
|
153
|
+
},
|
|
154
|
+
"id": {
|
|
155
|
+
"type": "integer"
|
|
156
|
+
},
|
|
157
|
+
"moderated_item_id": {
|
|
158
|
+
"type": "integer"
|
|
159
|
+
},
|
|
160
|
+
"moderated_item_type": {
|
|
161
|
+
"type": "string"
|
|
162
|
+
},
|
|
163
|
+
"moderator_id": {
|
|
164
|
+
"type": "integer"
|
|
165
|
+
},
|
|
166
|
+
"most_recent": {
|
|
167
|
+
"type": "boolean"
|
|
168
|
+
},
|
|
169
|
+
"status": {
|
|
170
|
+
"type": [
|
|
171
|
+
"null",
|
|
172
|
+
"string"
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
"text": {
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
"string"
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
"updated_at": {
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"user": {
|
|
185
|
+
"type": "object",
|
|
186
|
+
"properties": {
|
|
187
|
+
"common_name": {
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
"date_joined": {
|
|
191
|
+
"type": "string"
|
|
192
|
+
},
|
|
193
|
+
"email": {
|
|
194
|
+
"type": "string"
|
|
195
|
+
},
|
|
196
|
+
"first_name": {
|
|
197
|
+
"type": "string"
|
|
198
|
+
},
|
|
199
|
+
"id": {
|
|
200
|
+
"type": "integer"
|
|
201
|
+
},
|
|
202
|
+
"is_qbnewb": {
|
|
203
|
+
"type": "boolean"
|
|
204
|
+
},
|
|
205
|
+
"is_superuser": {
|
|
206
|
+
"type": "boolean"
|
|
207
|
+
},
|
|
208
|
+
"last_login": {
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
211
|
+
"last_name": {
|
|
212
|
+
"type": "string"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
146
219
|
"name": {
|
|
147
220
|
"type": "string"
|
|
148
221
|
},
|
|
@@ -173,5 +246,5 @@
|
|
|
173
246
|
}
|
|
174
247
|
}
|
|
175
248
|
},
|
|
176
|
-
"version":
|
|
249
|
+
"version": 2
|
|
177
250
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"createdDateTime": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"displayName": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"id": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"mailEnabled": {
|
|
14
|
+
"type": "boolean"
|
|
15
|
+
},
|
|
16
|
+
"mailNickname": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"securityEnabled": {
|
|
20
|
+
"type": "boolean"
|
|
21
|
+
},
|
|
22
|
+
"securityIdentifier": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"version": 1
|
|
27
|
+
}
|
|
@@ -4,32 +4,27 @@
|
|
|
4
4
|
"@odata.context": {
|
|
5
5
|
"type": "string"
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"type": "
|
|
7
|
+
"businessPhones": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"items": {
|
|
10
|
+
"type": "string"
|
|
11
|
+
}
|
|
9
12
|
},
|
|
10
|
-
"
|
|
13
|
+
"department": {
|
|
11
14
|
"type": "string"
|
|
12
15
|
},
|
|
13
|
-
"
|
|
14
|
-
"type": "
|
|
15
|
-
},
|
|
16
|
-
"officeLocation": {
|
|
17
|
-
"type": "null"
|
|
16
|
+
"displayName": {
|
|
17
|
+
"type": "string"
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"type": "
|
|
21
|
-
"properties": {
|
|
22
|
-
"forceChangePasswordNextSignIn": {
|
|
23
|
-
"type": "boolean"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
19
|
+
"employeeHireDate": {
|
|
20
|
+
"type": "string"
|
|
26
21
|
},
|
|
27
|
-
"
|
|
28
|
-
"type": "
|
|
22
|
+
"id": {
|
|
23
|
+
"type": "string"
|
|
29
24
|
},
|
|
30
25
|
"userPrincipalName": {
|
|
31
26
|
"type": "string"
|
|
32
27
|
}
|
|
33
28
|
},
|
|
34
|
-
"version":
|
|
29
|
+
"version": 2
|
|
35
30
|
}
|
|
@@ -4,17 +4,6 @@
|
|
|
4
4
|
"createdBy": {
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
|
-
"application": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"displayName": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"id": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
7
|
"user": {
|
|
19
8
|
"type": "object",
|
|
20
9
|
"properties": {
|
|
@@ -61,20 +50,12 @@
|
|
|
61
50
|
}
|
|
62
51
|
}
|
|
63
52
|
},
|
|
53
|
+
"id": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
64
56
|
"lastModifiedBy": {
|
|
65
57
|
"type": "object",
|
|
66
58
|
"properties": {
|
|
67
|
-
"application": {
|
|
68
|
-
"type": "object",
|
|
69
|
-
"properties": {
|
|
70
|
-
"displayName": {
|
|
71
|
-
"type": "string"
|
|
72
|
-
},
|
|
73
|
-
"id": {
|
|
74
|
-
"type": "string"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
59
|
"user": {
|
|
79
60
|
"type": "object",
|
|
80
61
|
"properties": {
|
|
@@ -119,7 +100,13 @@
|
|
|
119
100
|
"type": "string"
|
|
120
101
|
}
|
|
121
102
|
}
|
|
103
|
+
},
|
|
104
|
+
"size": {
|
|
105
|
+
"type": "integer"
|
|
106
|
+
},
|
|
107
|
+
"webUrl": {
|
|
108
|
+
"type": "string"
|
|
122
109
|
}
|
|
123
110
|
},
|
|
124
|
-
"version":
|
|
111
|
+
"version": 4
|
|
125
112
|
}
|
|
@@ -42,9 +42,6 @@
|
|
|
42
42
|
},
|
|
43
43
|
"email": {
|
|
44
44
|
"type": "string"
|
|
45
|
-
},
|
|
46
|
-
"id": {
|
|
47
|
-
"type": "string"
|
|
48
45
|
}
|
|
49
46
|
}
|
|
50
47
|
}
|
|
@@ -75,6 +72,20 @@
|
|
|
75
72
|
"properties": {
|
|
76
73
|
"childCount": {
|
|
77
74
|
"type": "integer"
|
|
75
|
+
},
|
|
76
|
+
"view": {
|
|
77
|
+
"type": "object",
|
|
78
|
+
"properties": {
|
|
79
|
+
"sortBy": {
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"sortOrder": {
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"viewType": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
78
89
|
}
|
|
79
90
|
}
|
|
80
91
|
},
|
|
@@ -103,9 +114,6 @@
|
|
|
103
114
|
},
|
|
104
115
|
"email": {
|
|
105
116
|
"type": "string"
|
|
106
|
-
},
|
|
107
|
-
"id": {
|
|
108
|
-
"type": "string"
|
|
109
117
|
}
|
|
110
118
|
}
|
|
111
119
|
}
|
|
@@ -164,5 +172,5 @@
|
|
|
164
172
|
"type": "string"
|
|
165
173
|
}
|
|
166
174
|
},
|
|
167
|
-
"version":
|
|
175
|
+
"version": 3
|
|
168
176
|
}
|
|
@@ -52,15 +52,50 @@
|
|
|
52
52
|
"id": {
|
|
53
53
|
"type": "string"
|
|
54
54
|
},
|
|
55
|
-
"
|
|
55
|
+
"isRead": {
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
},
|
|
58
|
+
"receivedDateTime": {
|
|
56
59
|
"type": "string"
|
|
57
60
|
},
|
|
61
|
+
"sender": {
|
|
62
|
+
"type": "object",
|
|
63
|
+
"properties": {
|
|
64
|
+
"emailAddress": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"properties": {
|
|
67
|
+
"address": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
"name": {
|
|
71
|
+
"type": "string"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
58
77
|
"subject": {
|
|
59
78
|
"type": "string"
|
|
60
79
|
},
|
|
61
|
-
"
|
|
62
|
-
"type": "
|
|
80
|
+
"toRecipients": {
|
|
81
|
+
"type": "array",
|
|
82
|
+
"items": {
|
|
83
|
+
"type": "object",
|
|
84
|
+
"properties": {
|
|
85
|
+
"emailAddress": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"address": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"name": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
63
98
|
}
|
|
64
99
|
},
|
|
65
|
-
"version":
|
|
100
|
+
"version": 5
|
|
66
101
|
}
|
|
@@ -3,31 +3,7 @@
|
|
|
3
3
|
"properties": {
|
|
4
4
|
"@odata.context": {
|
|
5
5
|
"type": "string"
|
|
6
|
-
},
|
|
7
|
-
"@odata.mediaContentType": {
|
|
8
|
-
"type": "string"
|
|
9
|
-
},
|
|
10
|
-
"@odata.type": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"contentType": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"id": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
|
-
"isInline": {
|
|
20
|
-
"type": "boolean"
|
|
21
|
-
},
|
|
22
|
-
"lastModifiedDateTime": {
|
|
23
|
-
"type": "string"
|
|
24
|
-
},
|
|
25
|
-
"name": {
|
|
26
|
-
"type": "string"
|
|
27
|
-
},
|
|
28
|
-
"size": {
|
|
29
|
-
"type": "integer"
|
|
30
6
|
}
|
|
31
7
|
},
|
|
32
|
-
"version":
|
|
8
|
+
"version": 4
|
|
33
9
|
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"createdDateTime": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"fields": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"_ComplianceFlags": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"_ComplianceTag": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"_ComplianceTagUserId": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"_ComplianceTagWrittenTime": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"_UIVersionString": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"@odata.etag": {
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"AuthorLookupId": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"ContentType": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"Created": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"Edit": {
|
|
38
|
+
"type": "string"
|
|
39
|
+
},
|
|
40
|
+
"EditorLookupId": {
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"FolderChildCount": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
"ID": {
|
|
47
|
+
"type": "integer"
|
|
48
|
+
},
|
|
49
|
+
"ItemChildCount": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"Modified": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"Title": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"id": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"lastModifiedDateTime": {
|
|
64
|
+
"type": "string"
|
|
65
|
+
},
|
|
66
|
+
"webUrl": {
|
|
67
|
+
"type": "string"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"version": 1
|
|
71
|
+
}
|
|
@@ -1,87 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"@odata.etag": {
|
|
5
|
-
"type": "string"
|
|
6
|
-
},
|
|
7
|
-
"contentType": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"properties": {
|
|
10
|
-
"id": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"name": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"createdBy": {
|
|
19
|
-
"type": "object",
|
|
20
|
-
"properties": {
|
|
21
|
-
"user": {
|
|
22
|
-
"type": "object",
|
|
23
|
-
"properties": {
|
|
24
|
-
"displayName": {
|
|
25
|
-
"type": "string"
|
|
26
|
-
},
|
|
27
|
-
"email": {
|
|
28
|
-
"type": "string"
|
|
29
|
-
},
|
|
30
|
-
"id": {
|
|
31
|
-
"type": "string"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
4
|
"createdDateTime": {
|
|
38
5
|
"type": "string"
|
|
39
6
|
},
|
|
40
|
-
"eTag": {
|
|
41
|
-
"type": "string"
|
|
42
|
-
},
|
|
43
7
|
"id": {
|
|
44
8
|
"type": "string"
|
|
45
9
|
},
|
|
46
|
-
"lastModifiedBy": {
|
|
47
|
-
"type": "object",
|
|
48
|
-
"properties": {
|
|
49
|
-
"user": {
|
|
50
|
-
"type": "object",
|
|
51
|
-
"properties": {
|
|
52
|
-
"displayName": {
|
|
53
|
-
"type": "string"
|
|
54
|
-
},
|
|
55
|
-
"email": {
|
|
56
|
-
"type": "string"
|
|
57
|
-
},
|
|
58
|
-
"id": {
|
|
59
|
-
"type": "string"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
10
|
"lastModifiedDateTime": {
|
|
66
11
|
"type": "string"
|
|
67
12
|
},
|
|
68
|
-
"parentReference": {
|
|
69
|
-
"type": "object",
|
|
70
|
-
"properties": {
|
|
71
|
-
"id": {
|
|
72
|
-
"type": "string"
|
|
73
|
-
},
|
|
74
|
-
"listId": {
|
|
75
|
-
"type": "string"
|
|
76
|
-
},
|
|
77
|
-
"siteId": {
|
|
78
|
-
"type": "string"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
13
|
"webUrl": {
|
|
83
14
|
"type": "string"
|
|
84
15
|
}
|
|
85
16
|
},
|
|
86
|
-
"version":
|
|
17
|
+
"version": 2
|
|
87
18
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"createdDateTime": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"description": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"displayName": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"id": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"lastModifiedDateTime": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"name": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"webUrl": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"version": 1
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "object",
|
|
3
|
+
"properties": {
|
|
4
|
+
"createdDateTime": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"description": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"displayName": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"id": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"lastModifiedDateTime": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"name": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"webUrl": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"version": 1
|
|
27
|
+
}
|
|
@@ -237,7 +237,7 @@ class MicrosoftSql {
|
|
|
237
237
|
try {
|
|
238
238
|
let rawQuery = this.getNodeParameter('query', i);
|
|
239
239
|
for (const resolvable of (0, utilities_1.getResolvables)(rawQuery)) {
|
|
240
|
-
rawQuery = rawQuery.replace(resolvable, this.evaluateExpression(resolvable, i));
|
|
240
|
+
rawQuery = rawQuery.replace(resolvable, () => this.evaluateExpression(resolvable, i));
|
|
241
241
|
}
|
|
242
242
|
const results = await (0, GenericFunctions_1.executeSqlQueryAndPrepareResults)(pool, rawQuery, i);
|
|
243
243
|
returnData = returnData.concat(results);
|