n8n-nodes-base 2.3.1 → 2.4.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/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/Ssh/Ssh.node.d.ts.map +1 -1
- package/dist/nodes/Ssh/Ssh.node.js +4 -1
- package/dist/nodes/Ssh/Ssh.node.js.map +1 -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 +21 -21
- 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 +7 -7
|
@@ -1,9 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
+
"createdDate": {
|
|
5
|
+
"type": "string"
|
|
6
|
+
},
|
|
7
|
+
"documentType": {
|
|
8
|
+
"type": "string"
|
|
9
|
+
},
|
|
10
|
+
"eTag": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
4
13
|
"id": {
|
|
5
14
|
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"isActive": {
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
19
|
+
"lastModifiedDate": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"partitionKey": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"resourceId": {
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"selfLink": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"timeStamp": {
|
|
32
|
+
"type": "integer"
|
|
33
|
+
},
|
|
34
|
+
"version": {
|
|
35
|
+
"type": "integer"
|
|
6
36
|
}
|
|
7
37
|
},
|
|
8
|
-
"version":
|
|
38
|
+
"version": 2
|
|
9
39
|
}
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"email": {
|
|
14
14
|
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string"
|
|
15
18
|
}
|
|
16
19
|
}
|
|
17
20
|
}
|
|
@@ -61,6 +64,9 @@
|
|
|
61
64
|
},
|
|
62
65
|
"email": {
|
|
63
66
|
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
"id": {
|
|
69
|
+
"type": "string"
|
|
64
70
|
}
|
|
65
71
|
}
|
|
66
72
|
}
|
|
@@ -102,5 +108,5 @@
|
|
|
102
108
|
"type": "string"
|
|
103
109
|
}
|
|
104
110
|
},
|
|
105
|
-
"version":
|
|
111
|
+
"version": 7
|
|
106
112
|
}
|
|
@@ -75,6 +75,20 @@
|
|
|
75
75
|
"properties": {
|
|
76
76
|
"childCount": {
|
|
77
77
|
"type": "integer"
|
|
78
|
+
},
|
|
79
|
+
"view": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": {
|
|
82
|
+
"sortBy": {
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"sortOrder": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"viewType": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
78
92
|
}
|
|
79
93
|
}
|
|
80
94
|
},
|
|
@@ -164,5 +178,5 @@
|
|
|
164
178
|
"type": "string"
|
|
165
179
|
}
|
|
166
180
|
},
|
|
167
|
-
"version":
|
|
181
|
+
"version": 5
|
|
168
182
|
}
|
|
@@ -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
|
+
}
|
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
"bodyPreview": {
|
|
22
22
|
"type": "string"
|
|
23
23
|
},
|
|
24
|
+
"categories": {
|
|
25
|
+
"type": "array",
|
|
26
|
+
"items": {
|
|
27
|
+
"type": "string"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
24
30
|
"conversationId": {
|
|
25
31
|
"type": "string"
|
|
26
32
|
},
|
|
@@ -34,5 +40,5 @@
|
|
|
34
40
|
"type": "string"
|
|
35
41
|
}
|
|
36
42
|
},
|
|
37
|
-
"version":
|
|
43
|
+
"version": 2
|
|
38
44
|
}
|
|
@@ -27,9 +27,45 @@
|
|
|
27
27
|
"type": "string"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
|
+
"ccRecipients": {
|
|
31
|
+
"type": "array",
|
|
32
|
+
"items": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"emailAddress": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"address": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
"name": {
|
|
42
|
+
"type": "string"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"changeKey": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
30
52
|
"conversationId": {
|
|
31
53
|
"type": "string"
|
|
32
54
|
},
|
|
55
|
+
"conversationIndex": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"createdDateTime": {
|
|
59
|
+
"type": "string"
|
|
60
|
+
},
|
|
61
|
+
"flag": {
|
|
62
|
+
"type": "object",
|
|
63
|
+
"properties": {
|
|
64
|
+
"flagStatus": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
33
69
|
"from": {
|
|
34
70
|
"type": "object",
|
|
35
71
|
"properties": {
|
|
@@ -52,6 +88,74 @@
|
|
|
52
88
|
"id": {
|
|
53
89
|
"type": "string"
|
|
54
90
|
},
|
|
91
|
+
"importance": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
},
|
|
94
|
+
"inferenceClassification": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
},
|
|
97
|
+
"internetMessageId": {
|
|
98
|
+
"type": "string"
|
|
99
|
+
},
|
|
100
|
+
"isDraft": {
|
|
101
|
+
"type": "boolean"
|
|
102
|
+
},
|
|
103
|
+
"isRead": {
|
|
104
|
+
"type": "boolean"
|
|
105
|
+
},
|
|
106
|
+
"isReadReceiptRequested": {
|
|
107
|
+
"type": "boolean"
|
|
108
|
+
},
|
|
109
|
+
"lastModifiedDateTime": {
|
|
110
|
+
"type": "string"
|
|
111
|
+
},
|
|
112
|
+
"parentFolderId": {
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
"receivedDateTime": {
|
|
116
|
+
"type": "string"
|
|
117
|
+
},
|
|
118
|
+
"replyTo": {
|
|
119
|
+
"type": "array",
|
|
120
|
+
"items": {
|
|
121
|
+
"type": "object",
|
|
122
|
+
"properties": {
|
|
123
|
+
"emailAddress": {
|
|
124
|
+
"type": "object",
|
|
125
|
+
"properties": {
|
|
126
|
+
"address": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
129
|
+
"name": {
|
|
130
|
+
"type": "string"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"sender": {
|
|
138
|
+
"type": "object",
|
|
139
|
+
"properties": {
|
|
140
|
+
"emailAddress": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"address": {
|
|
144
|
+
"type": "string"
|
|
145
|
+
},
|
|
146
|
+
"name": {
|
|
147
|
+
"type": "string"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"sentDateTime": {
|
|
154
|
+
"type": "string"
|
|
155
|
+
},
|
|
156
|
+
"subject": {
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
55
159
|
"toRecipients": {
|
|
56
160
|
"type": "array",
|
|
57
161
|
"items": {
|
|
@@ -70,7 +174,10 @@
|
|
|
70
174
|
}
|
|
71
175
|
}
|
|
72
176
|
}
|
|
177
|
+
},
|
|
178
|
+
"webLink": {
|
|
179
|
+
"type": "string"
|
|
73
180
|
}
|
|
74
181
|
},
|
|
75
|
-
"version":
|
|
182
|
+
"version": 8
|
|
76
183
|
}
|
|
@@ -40,6 +40,62 @@
|
|
|
40
40
|
"eTag": {
|
|
41
41
|
"type": "string"
|
|
42
42
|
},
|
|
43
|
+
"fields": {
|
|
44
|
+
"type": "object",
|
|
45
|
+
"properties": {
|
|
46
|
+
"_ComplianceFlags": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
"_ComplianceTag": {
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"_ComplianceTagUserId": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"_ComplianceTagWrittenTime": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"_UIVersionString": {
|
|
59
|
+
"type": "string"
|
|
60
|
+
},
|
|
61
|
+
"@odata.etag": {
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
"AppEditorLookupId": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"Attachments": {
|
|
68
|
+
"type": "boolean"
|
|
69
|
+
},
|
|
70
|
+
"AuthorLookupId": {
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
"ContentType": {
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"Created": {
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
"Edit": {
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"EditorLookupId": {
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"FolderChildCount": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"ID": {
|
|
89
|
+
"type": "integer"
|
|
90
|
+
},
|
|
91
|
+
"ItemChildCount": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
},
|
|
94
|
+
"Modified": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
43
99
|
"id": {
|
|
44
100
|
"type": "string"
|
|
45
101
|
},
|
|
@@ -94,5 +150,5 @@
|
|
|
94
150
|
"type": "string"
|
|
95
151
|
}
|
|
96
152
|
},
|
|
97
|
-
"version":
|
|
153
|
+
"version": 4
|
|
98
154
|
}
|
|
@@ -25,6 +25,8 @@ export declare function createTableStruct(getNodeParam: Function, items: INodeEx
|
|
|
25
25
|
export declare function executeQueryQueue(tables: ITables, buildQueryQueue: (data: OperationInputData) => Array<Promise<object>>): Promise<any[]>;
|
|
26
26
|
export declare function formatColumns(columns: string): string;
|
|
27
27
|
export declare function configurePool(credentials: IDataObject): mssql.ConnectionPool;
|
|
28
|
+
export declare function escapeIdentifier(identifier: string): string;
|
|
29
|
+
export declare function escapeTableName(table: string): string;
|
|
28
30
|
export declare function mssqlChunk(rows: IDataObject[]): IDataObject[][];
|
|
29
31
|
export declare function insertOperation(tables: ITables, pool: mssql.ConnectionPool): Promise<any[]>;
|
|
30
32
|
export declare function updateOperation(tables: ITables, pool: mssql.ConnectionPool): Promise<any[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericFunctions.d.ts","sourceRoot":"","sources":["../../../../nodes/Microsoft/Sql/GenericFunctions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAKpE,OAAO,KAAK,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEhE;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,WAAW,CAWzF;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAEhC,YAAY,EAAE,QAAQ,EACtB,KAAK,EAAE,kBAAkB,EAAE,EAC3B,oBAAoB,GAAE,MAAM,EAAO,EACnC,OAAO,CAAC,EAAE,MAAM,GACd,OAAO,CAmBT;AAED;;;;;GAKG;AACH,wBAAsB,iBAAiB,CACtC,MAAM,EAAE,OAAO,EACf,eAAe,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,GACnE,OAAO,CAAC,GAAG,EAAE,CAAC,CAehB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,UAK5C;AAED,wBAAgB,aAAa,CAAC,WAAW,EAAE,WAAW,wBAmBrD;
|
|
1
|
+
{"version":3,"file":"GenericFunctions.d.ts","sourceRoot":"","sources":["../../../../nodes/Microsoft/Sql/GenericFunctions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAKpE,OAAO,KAAK,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAEhE;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,WAAW,CAWzF;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAEhC,YAAY,EAAE,QAAQ,EACtB,KAAK,EAAE,kBAAkB,EAAE,EAC3B,oBAAoB,GAAE,MAAM,EAAO,EACnC,OAAO,CAAC,EAAE,MAAM,GACd,OAAO,CAmBT;AAED;;;;;GAKG;AACH,wBAAsB,iBAAiB,CACtC,MAAM,EAAE,OAAO,EACf,eAAe,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,GACnE,OAAO,CAAC,GAAG,EAAE,CAAC,CAehB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,UAK5C;AAED,wBAAgB,aAAa,CAAC,WAAW,EAAE,WAAW,wBAmBrD;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,UAMlD;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,UAe5C;AAID,wBAAgB,UAAU,CAAC,IAAI,EAAE,WAAW,EAAE,GAAG,WAAW,EAAE,EAAE,CAmB/D;AAED,wBAAsB,eAAe,CAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,kBAyBhF;AAED,wBAAsB,eAAe,CAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,kBA0BhF;AAED,wBAAsB,eAAe,CAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,gBAoChF;AAED,wBAAsB,gCAAgC,CACrD,IAAI,EAAE,KAAK,CAAC,cAAc,EAC1B,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GACf,OAAO,CAAC,kBAAkB,EAAE,CAAC,CA2B/B"}
|
|
@@ -8,6 +8,8 @@ exports.createTableStruct = createTableStruct;
|
|
|
8
8
|
exports.executeQueryQueue = executeQueryQueue;
|
|
9
9
|
exports.formatColumns = formatColumns;
|
|
10
10
|
exports.configurePool = configurePool;
|
|
11
|
+
exports.escapeIdentifier = escapeIdentifier;
|
|
12
|
+
exports.escapeTableName = escapeTableName;
|
|
11
13
|
exports.mssqlChunk = mssqlChunk;
|
|
12
14
|
exports.insertOperation = insertOperation;
|
|
13
15
|
exports.updateOperation = updateOperation;
|
|
@@ -85,7 +87,7 @@ async function executeQueryQueue(tables, buildQueryQueue) {
|
|
|
85
87
|
function formatColumns(columns) {
|
|
86
88
|
return columns
|
|
87
89
|
.split(',')
|
|
88
|
-
.map((column) =>
|
|
90
|
+
.map((column) => escapeIdentifier(column.trim()))
|
|
89
91
|
.join(', ');
|
|
90
92
|
}
|
|
91
93
|
function configurePool(credentials) {
|
|
@@ -107,15 +109,25 @@ function configurePool(credentials) {
|
|
|
107
109
|
};
|
|
108
110
|
return new mssql_1.default.ConnectionPool(config);
|
|
109
111
|
}
|
|
110
|
-
|
|
112
|
+
function escapeIdentifier(identifier) {
|
|
113
|
+
if (identifier.startsWith('[') && identifier.endsWith(']')) {
|
|
114
|
+
identifier = identifier.slice(1, -1);
|
|
115
|
+
}
|
|
116
|
+
return `[${identifier.replaceAll(']', ']]')}]`;
|
|
117
|
+
}
|
|
118
|
+
function escapeTableName(table) {
|
|
111
119
|
table = table.trim();
|
|
112
120
|
if (table.startsWith('[') && table.endsWith(']')) {
|
|
113
|
-
return table
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
121
|
+
return (table
|
|
122
|
+
// remove outer brackets
|
|
123
|
+
.slice(1, -1)
|
|
124
|
+
// split by inner parts, for example when database name is provided in form of [db].[dbo].[receipts]
|
|
125
|
+
.split('].[')
|
|
126
|
+
.map((part) => escapeIdentifier(`[${part}]`))
|
|
127
|
+
.join('.'));
|
|
117
128
|
}
|
|
118
|
-
|
|
129
|
+
return escapeIdentifier(table);
|
|
130
|
+
}
|
|
119
131
|
const MSSQL_PARAMETER_LIMIT = 2100;
|
|
120
132
|
function mssqlChunk(rows) {
|
|
121
133
|
const chunked = [[]];
|
|
@@ -155,10 +167,11 @@ async function updateOperation(tables, pool) {
|
|
|
155
167
|
const request = pool.request();
|
|
156
168
|
const columns = columnString.split(',').map((column) => column.trim());
|
|
157
169
|
const setValues = [];
|
|
158
|
-
const
|
|
159
|
-
|
|
170
|
+
const updateKey = item.updateKey;
|
|
171
|
+
const condition = `${escapeIdentifier(updateKey)} = @condition`;
|
|
172
|
+
request.input('condition', item[updateKey]);
|
|
160
173
|
for (const [index, col] of columns.entries()) {
|
|
161
|
-
setValues.push(
|
|
174
|
+
setValues.push(`${escapeIdentifier(col)} = @v${index}`);
|
|
162
175
|
request.input(`v${index}`, item[col]);
|
|
163
176
|
}
|
|
164
177
|
const query = `UPDATE ${escapeTableName(table)} SET ${setValues.join(', ')} WHERE ${condition};`;
|
|
@@ -177,7 +190,7 @@ async function deleteOperation(tables, pool) {
|
|
|
177
190
|
valuesPlaceholder.push(`@v${index}`);
|
|
178
191
|
request.input(`v${index}`, entry[deleteKey]);
|
|
179
192
|
}
|
|
180
|
-
const query = `DELETE FROM ${escapeTableName(table)} WHERE
|
|
193
|
+
const query = `DELETE FROM ${escapeTableName(table)} WHERE ${escapeIdentifier(deleteKey)} IN (${valuesPlaceholder.join(', ')});`;
|
|
181
194
|
return await request.query(query);
|
|
182
195
|
});
|
|
183
196
|
return await Promise.all(queryQueue);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../../nodes/Microsoft/Sql/GenericFunctions.ts"],"names":[],"mappings":";;;;;AAgBA,sCAWC;AAQD,8CAyBC;AAQD,8CAkBC;AAED,sCAKC;AAED,sCAmBC;
|
|
1
|
+
{"version":3,"file":"GenericFunctions.js","sourceRoot":"","sources":["../../../../nodes/Microsoft/Sql/GenericFunctions.ts"],"names":[],"mappings":";;;;;AAgBA,sCAWC;AAQD,8CAyBC;AAQD,8CAkBC;AAED,sCAKC;AAED,sCAmBC;AAED,4CAMC;AAED,0CAeC;AAID,gCAmBC;AAED,0CAyBC;AAED,0CA0BC;AAED,0CAoCC;AAED,4EA+BC;AA/RD,kDAA0B;AAE1B,+CAAwC;AAExC,gDAAkD;AAIlD;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,UAAoB;IAC3E,wDAAwD;IACxD,MAAM,OAAO,GAAgB,EAAE,CAAC;IAChC,KAAK,MAAM,QAAQ,IAAI,UAAU,EAAE,CAAC;QACnC,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,SAAS,EAAE,CAAC;YACvC,OAAO,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;QAC1B,CAAC;aAAM,CAAC;YACP,OAAO,CAAC,QAAQ,CAAC,GAAG,IAAA,uBAAQ,EAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;QACnD,CAAC;IACF,CAAC;IACD,OAAO,OAAO,CAAC;AAChB,CAAC;AAED;;;;;GAKG;AACH,SAAgB,iBAAiB;AAChC,kEAAkE;AAClE,YAAsB,EACtB,KAA2B,EAC3B,uBAAiC,EAAE,EACnC,OAAgB;IAEhB,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;QAC3C,MAAM,KAAK,GAAG,YAAY,CAAC,OAAO,EAAE,KAAK,CAAW,CAAC;QACrD,MAAM,YAAY,GAAG,YAAY,CAAC,SAAS,EAAE,KAAK,CAAW,CAAC;QAC9D,MAAM,OAAO,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;QACvE,MAAM,QAAQ,GAAG,aAAa,CAAC,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC,CAAC;QAC3E,MAAM,QAAQ,GAAG,OAAO,CAAC,CAAC,CAAE,YAAY,CAAC,OAAO,EAAE,KAAK,CAAY,CAAC,CAAC,CAAC,SAAS,CAAC;QAChF,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;QACpB,CAAC;QACD,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,KAAK,SAAS,EAAE,CAAC;YAC/C,MAAM,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;QAClC,CAAC;QACD,IAAI,OAAO,EAAE,CAAC;YACb,QAAQ,CAAC,OAAO,CAAC,GAAG,QAAQ,CAAC;QAC9B,CAAC;QACD,MAAM,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3C,OAAO,MAAM,CAAC;IACf,CAAC,EAAE,EAAa,CAAC,CAAC;AACnB,CAAC;AAED;;;;;GAKG;AACI,KAAK,UAAU,iBAAiB,CACtC,MAAe,EACf,eAAqE;IAErE,OAAO,MAAM,OAAO,CAAC,GAAG,CACvB,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE;QACvC,MAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE;YAC5E,OAAO,MAAM,OAAO,CAAC,GAAG,CACvB,eAAe,CAAC;gBACf,KAAK;gBACL,YAAY;gBACZ,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,YAAY,CAAC;aAClC,CAAC,CACF,CAAC;QACH,CAAC,CAAC,CAAC;QACH,OAAO,MAAM,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IAC1C,CAAC,CAAC,CACF,CAAC;AACH,CAAC;AAED,SAAgB,aAAa,CAAC,OAAe;IAC5C,OAAO,OAAO;SACZ,KAAK,CAAC,GAAG,CAAC;SACV,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;SAChD,IAAI,CAAC,IAAI,CAAC,CAAC;AACd,CAAC;AAED,SAAgB,aAAa,CAAC,WAAwB;IACrD,MAAM,MAAM,GAAG;QACd,MAAM,EAAE,WAAW,CAAC,MAAgB;QACpC,IAAI,EAAE,WAAW,CAAC,IAAc;QAChC,QAAQ,EAAE,WAAW,CAAC,QAAkB;QACxC,IAAI,EAAE,WAAW,CAAC,IAAc;QAChC,QAAQ,EAAE,WAAW,CAAC,QAAkB;QACxC,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC,CAAE,WAAW,CAAC,MAAiB,CAAC,CAAC,CAAC,SAAS;QACvE,iBAAiB,EAAE,WAAW,CAAC,cAAwB;QACvD,cAAc,EAAE,WAAW,CAAC,cAAwB;QACpD,OAAO,EAAE;YACR,OAAO,EAAE,WAAW,CAAC,GAAc;YACnC,gBAAgB,EAAE,KAAK;YACvB,UAAU,EAAE,WAAW,CAAC,UAAoB;YAC5C,sBAAsB,EAAE,WAAW,CAAC,sBAAiC;SACrE;KACD,CAAC;IAEF,OAAO,IAAI,eAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AACzC,CAAC;AAED,SAAgB,gBAAgB,CAAC,UAAkB;IAClD,IAAI,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,UAAU,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;QAC5D,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IACtC,CAAC;IAED,OAAO,IAAI,UAAU,CAAC,UAAU,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC;AAChD,CAAC;AAED,SAAgB,eAAe,CAAC,KAAa;IAC5C,KAAK,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;IACrB,IAAI,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;QAClD,OAAO,CACN,KAAK;YACJ,wBAAwB;aACvB,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YACb,oGAAoG;aACnG,KAAK,CAAC,KAAK,CAAC;aACZ,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,gBAAgB,CAAC,IAAI,IAAI,GAAG,CAAC,CAAC;aAC5C,IAAI,CAAC,GAAG,CAAC,CACX,CAAC;IACH,CAAC;IAED,OAAO,gBAAgB,CAAC,KAAK,CAAC,CAAC;AAChC,CAAC;AAED,MAAM,qBAAqB,GAAG,IAAI,CAAC;AAEnC,SAAgB,UAAU,CAAC,IAAmB;IAC7C,MAAM,OAAO,GAAoB,CAAC,EAAE,CAAC,CAAC;IACtC,IAAI,iBAAiB,GAAG,CAAC,CAAC;IAE1B,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE,CAAC;QACxB,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACrC,MAAM,UAAU,GAAG,SAAS,CAAC,MAAM,CAAC;QAEpC,IAAI,iBAAiB,GAAG,UAAU,IAAI,qBAAqB,EAAE,CAAC;YAC7D,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YACjB,iBAAiB,GAAG,CAAC,CAAC;QACvB,CAAC;QAED,OAAO,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAEtC,iBAAiB,IAAI,UAAU,CAAC;IACjC,CAAC;IAED,OAAO,OAAO,CAAC;AAChB,CAAC;AAEM,KAAK,UAAU,eAAe,CAAC,MAAe,EAAE,IAA0B;IAChF,OAAO,MAAM,iBAAiB,CAC7B,MAAM,EACN,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAsB,EAA0B,EAAE;QAC9E,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE;YACnD,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAE/B,MAAM,iBAAiB,GAAG,EAAE,CAAC;YAE7B,KAAK,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,YAAY,CAAC,OAAO,EAAE,EAAE,CAAC;gBACtD,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;gBACjC,iBAAiB,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,KAAK,MAAM,IAAI,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBAC1F,KAAK,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,GAAG,CAAC,OAAO,EAAE,EAAE,CAAC;oBAC7C,OAAO,CAAC,KAAK,CAAC,IAAI,MAAM,IAAI,MAAM,EAAE,EAAE,KAAK,CAAC,CAAC;gBAC9C,CAAC;YACF,CAAC;YAED,MAAM,KAAK,GAAG,eAAe,eAAe,CAAC,KAAK,CAAC,KAAK,aAAa,CACpE,YAAY,CACZ,YAAY,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC;YAE7C,OAAO,MAAM,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACJ,CAAC,CACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,eAAe,CAAC,MAAe,EAAE,IAA0B;IAChF,OAAO,MAAM,iBAAiB,CAC7B,MAAM,EACN,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,KAAK,EAAsB,EAA0B,EAAE;QAC9E,OAAO,KAAK,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE;YAC/B,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAC/B,MAAM,OAAO,GAAG,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;YAEvE,MAAM,SAAS,GAAa,EAAE,CAAC;YAC/B,MAAM,SAAS,GAAG,IAAI,CAAC,SAAmB,CAAC;YAC3C,MAAM,SAAS,GAAG,GAAG,gBAAgB,CAAC,SAAS,CAAC,eAAe,CAAC;YAChE,OAAO,CAAC,KAAK,CAAC,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC;YAE5C,KAAK,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,IAAI,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC;gBAC9C,SAAS,CAAC,IAAI,CAAC,GAAG,gBAAgB,CAAC,GAAG,CAAC,QAAQ,KAAK,EAAE,CAAC,CAAC;gBACxD,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,EAAE,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;YACvC,CAAC;YAED,MAAM,KAAK,GAAG,UAAU,eAAe,CAAC,KAAK,CAAC,QAAQ,SAAS,CAAC,IAAI,CACnE,IAAI,CACJ,UAAU,SAAS,GAAG,CAAC;YAExB,OAAO,MAAM,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACJ,CAAC,CACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,eAAe,CAAC,MAAe,EAAE,IAA0B;IAChF,MAAM,cAAc,GAAG,MAAM,OAAO,CAAC,GAAG,CACvC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE;QACvC,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE,EAAE;YAC3E,MAAM,eAAe,GAAG,IAAA,iBAAK,EAC5B,MAAM,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CACrC,aAAa,CAAC,IAA0B,EAAE,CAAC,SAAS,CAAC,CAAC,CACtD,EACD,IAAI,CACJ,CAAC;YACF,MAAM,UAAU,GAAG,eAAe,CAAC,GAAG,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE;gBAC7D,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC;gBAC/B,MAAM,iBAAiB,GAAa,EAAE,CAAC;gBAEvC,KAAK,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,IAAI,YAAY,CAAC,OAAO,EAAE,EAAE,CAAC;oBACrD,iBAAiB,CAAC,IAAI,CAAC,KAAK,KAAK,EAAE,CAAC,CAAC;oBACrC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,EAAE,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;gBAC9C,CAAC;gBAED,MAAM,KAAK,GAAG,eAAe,eAAe,CAC3C,KAAK,CACL,UAAU,gBAAgB,CAAC,SAAS,CAAC,QAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;gBAE/E,OAAO,MAAM,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;YACnC,CAAC,CAAC,CAAC;YACH,OAAO,MAAM,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,CAAC,CAAC,CAAC;QACH,OAAO,MAAM,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC,CAAC,CACF,CAAC;IAEF,OAAO,IAAA,mBAAO,EAAC,cAAc,CAAC,CAAC,MAAM,CACpC,CAAC,GAAW,EAAE,IAA2B,EAAU,EAAE,CACpD,CAAC,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC,CAAC,CAAC,EAC9D,CAAC,CACD,CAAC;AACH,CAAC;AAEM,KAAK,UAAU,gCAAgC,CACrD,IAA0B,EAC1B,QAAgB,EAChB,SAAiB;IAEjB,MAAM,SAAS,GAAiB,MAAM,IAAI,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;IACrE,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,SAAS,CAAC;IAC/C,IAAI,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACxD,MAAM,MAAM,GAAkB,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAA,mBAAO,EAAC,UAAU,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;QAE1F,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;YAC7B,IAAI,EAAE,KAAK;YACX,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;SACjC,CAAC,CAAC,CAAC;IACL,CAAC;SAAM,IAAI,YAAY,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACpD,2DAA2D;QAC3D,OAAO,YAAY,CAAC,GAAG,CAAC,CAAC,YAAY,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC;YAC/C,IAAI,EAAE;gBACL,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC,wBAAwB;gBACjD,YAAY,EAAE,YAAY;aAC1B;YACD,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;SACjC,CAAC,CAAC,CAAC;IACL,CAAC;SAAM,CAAC;QACP,OAAO;YACN;gBACC,IAAI,EAAE,EAAE,OAAO,EAAE,wDAAwD,EAAE;gBAC3E,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;aACjC;SACD,CAAC;IACH,CAAC;AACF,CAAC"}
|
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
"etag": {
|
|
26
26
|
"type": "string"
|
|
27
27
|
},
|
|
28
|
+
"group": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
28
31
|
"lastModified": {
|
|
29
32
|
"type": "string"
|
|
30
33
|
},
|
|
@@ -34,11 +37,20 @@
|
|
|
34
37
|
"leaseStatus": {
|
|
35
38
|
"type": "string"
|
|
36
39
|
},
|
|
40
|
+
"owner": {
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"permissions": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
"resourceType": {
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
37
49
|
"serverEncrypted": {
|
|
38
50
|
"type": "boolean"
|
|
39
51
|
}
|
|
40
52
|
}
|
|
41
53
|
}
|
|
42
54
|
},
|
|
43
|
-
"version":
|
|
55
|
+
"version": 2
|
|
44
56
|
}
|
|
@@ -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
|
+
}
|