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
|
@@ -1,9 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"
|
|
4
|
+
"dimensionHeaders": {
|
|
5
|
+
"type": "array",
|
|
6
|
+
"items": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"name": {
|
|
10
|
+
"type": "string"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"kind": {
|
|
5
16
|
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"metadata": {
|
|
19
|
+
"type": "object",
|
|
20
|
+
"properties": {
|
|
21
|
+
"currencyCode": {
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"timeZone": {
|
|
25
|
+
"type": "string"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"metricHeaders": {
|
|
30
|
+
"type": "array",
|
|
31
|
+
"items": {
|
|
32
|
+
"type": "object",
|
|
33
|
+
"properties": {
|
|
34
|
+
"name": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"type": {
|
|
38
|
+
"type": "string"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"rowCount": {
|
|
44
|
+
"type": "integer"
|
|
45
|
+
},
|
|
46
|
+
"rows": {
|
|
47
|
+
"type": "array",
|
|
48
|
+
"items": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"properties": {
|
|
51
|
+
"dimensionValues": {
|
|
52
|
+
"type": "array",
|
|
53
|
+
"items": {
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"value": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"metricValues": {
|
|
63
|
+
"type": "array",
|
|
64
|
+
"items": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"properties": {
|
|
67
|
+
"value": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
6
75
|
}
|
|
7
76
|
},
|
|
8
|
-
"version":
|
|
77
|
+
"version": 4
|
|
9
78
|
}
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"sender": {
|
|
17
17
|
"type": "object",
|
|
18
18
|
"properties": {
|
|
19
|
+
"displayName": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
19
22
|
"name": {
|
|
20
23
|
"type": "string"
|
|
21
24
|
},
|
|
@@ -27,8 +30,34 @@
|
|
|
27
30
|
"space": {
|
|
28
31
|
"type": "object",
|
|
29
32
|
"properties": {
|
|
33
|
+
"lastActiveTime": {
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
"membershipCount": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"joinedDirectHumanUserCount": {
|
|
40
|
+
"type": "integer"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
30
44
|
"name": {
|
|
31
45
|
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"spaceHistoryState": {
|
|
48
|
+
"type": "string"
|
|
49
|
+
},
|
|
50
|
+
"spaceThreadingState": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"spaceType": {
|
|
54
|
+
"type": "string"
|
|
55
|
+
},
|
|
56
|
+
"spaceUri": {
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
"type": {
|
|
60
|
+
"type": "string"
|
|
32
61
|
}
|
|
33
62
|
}
|
|
34
63
|
},
|
|
@@ -44,5 +73,5 @@
|
|
|
44
73
|
}
|
|
45
74
|
}
|
|
46
75
|
},
|
|
47
|
-
"version":
|
|
76
|
+
"version": 4
|
|
48
77
|
}
|
|
@@ -6,69 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"name": {
|
|
8
8
|
"type": "string"
|
|
9
|
-
},
|
|
10
|
-
"sender": {
|
|
11
|
-
"type": "object",
|
|
12
|
-
"properties": {
|
|
13
|
-
"displayName": {
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"domainId": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
|
-
"name": {
|
|
20
|
-
"type": "string"
|
|
21
|
-
},
|
|
22
|
-
"type": {
|
|
23
|
-
"type": "string"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"space": {
|
|
28
|
-
"type": "object",
|
|
29
|
-
"properties": {
|
|
30
|
-
"lastActiveTime": {
|
|
31
|
-
"type": "string"
|
|
32
|
-
},
|
|
33
|
-
"membershipCount": {
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"joinedDirectHumanUserCount": {
|
|
37
|
-
"type": "integer"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"name": {
|
|
42
|
-
"type": "string"
|
|
43
|
-
},
|
|
44
|
-
"singleUserBotDm": {
|
|
45
|
-
"type": "boolean"
|
|
46
|
-
},
|
|
47
|
-
"spaceHistoryState": {
|
|
48
|
-
"type": "string"
|
|
49
|
-
},
|
|
50
|
-
"spaceThreadingState": {
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
|
-
"spaceType": {
|
|
54
|
-
"type": "string"
|
|
55
|
-
},
|
|
56
|
-
"spaceUri": {
|
|
57
|
-
"type": "string"
|
|
58
|
-
},
|
|
59
|
-
"type": {
|
|
60
|
-
"type": "string"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"thread": {
|
|
65
|
-
"type": "object",
|
|
66
|
-
"properties": {
|
|
67
|
-
"name": {
|
|
68
|
-
"type": "string"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
9
|
}
|
|
72
10
|
},
|
|
73
|
-
"version":
|
|
11
|
+
"version": 2
|
|
74
12
|
}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"etag": {
|
|
14
14
|
"type": "string"
|
|
15
15
|
},
|
|
16
|
+
"eventBasedHold": {
|
|
17
|
+
"type": "boolean"
|
|
18
|
+
},
|
|
16
19
|
"generation": {
|
|
17
20
|
"type": "string"
|
|
18
21
|
},
|
|
@@ -43,6 +46,9 @@
|
|
|
43
46
|
"storageClass": {
|
|
44
47
|
"type": "string"
|
|
45
48
|
},
|
|
49
|
+
"temporaryHold": {
|
|
50
|
+
"type": "boolean"
|
|
51
|
+
},
|
|
46
52
|
"timeCreated": {
|
|
47
53
|
"type": "string"
|
|
48
54
|
},
|
|
@@ -56,5 +62,5 @@
|
|
|
56
62
|
"type": "string"
|
|
57
63
|
}
|
|
58
64
|
},
|
|
59
|
-
"version":
|
|
65
|
+
"version": 2
|
|
60
66
|
}
|
|
@@ -7,9 +7,29 @@
|
|
|
7
7
|
"etag": {
|
|
8
8
|
"type": "string"
|
|
9
9
|
},
|
|
10
|
+
"names": {
|
|
11
|
+
"type": "object",
|
|
12
|
+
"properties": {
|
|
13
|
+
"displayName": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"displayNameLastFirst": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"familyName": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"givenName": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"unstructuredName": {
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
10
30
|
"resourceName": {
|
|
11
31
|
"type": "string"
|
|
12
32
|
}
|
|
13
33
|
},
|
|
14
|
-
"version":
|
|
34
|
+
"version": 4
|
|
15
35
|
}
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"canChangeCopyRequiresWriterPermission": {
|
|
17
17
|
"type": "boolean"
|
|
18
18
|
},
|
|
19
|
+
"canChangeItemDownloadRestriction": {
|
|
20
|
+
"type": "boolean"
|
|
21
|
+
},
|
|
19
22
|
"canChangeSecurityUpdateEnabled": {
|
|
20
23
|
"type": "boolean"
|
|
21
24
|
},
|
|
@@ -108,6 +111,33 @@
|
|
|
108
111
|
"createdTime": {
|
|
109
112
|
"type": "string"
|
|
110
113
|
},
|
|
114
|
+
"downloadRestrictions": {
|
|
115
|
+
"type": "object",
|
|
116
|
+
"properties": {
|
|
117
|
+
"effectiveDownloadRestrictionWithContext": {
|
|
118
|
+
"type": "object",
|
|
119
|
+
"properties": {
|
|
120
|
+
"restrictedForReaders": {
|
|
121
|
+
"type": "boolean"
|
|
122
|
+
},
|
|
123
|
+
"restrictedForWriters": {
|
|
124
|
+
"type": "boolean"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"itemDownloadRestriction": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"properties": {
|
|
131
|
+
"restrictedForReaders": {
|
|
132
|
+
"type": "boolean"
|
|
133
|
+
},
|
|
134
|
+
"restrictedForWriters": {
|
|
135
|
+
"type": "boolean"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
111
141
|
"explicitlyTrashed": {
|
|
112
142
|
"type": "boolean"
|
|
113
143
|
},
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"starred": {
|
|
291
321
|
"type": "boolean"
|
|
292
322
|
},
|
|
323
|
+
"thumbnailLink": {
|
|
324
|
+
"type": "string"
|
|
325
|
+
},
|
|
293
326
|
"thumbnailVersion": {
|
|
294
327
|
"type": "string"
|
|
295
328
|
},
|
|
@@ -315,5 +348,5 @@
|
|
|
315
348
|
"type": "boolean"
|
|
316
349
|
}
|
|
317
350
|
},
|
|
318
|
-
"version":
|
|
351
|
+
"version": 4
|
|
319
352
|
}
|
|
@@ -1,79 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"agreedToTerms": {
|
|
5
|
-
"type": "boolean"
|
|
6
|
-
},
|
|
7
|
-
"archived": {
|
|
8
|
-
"type": "boolean"
|
|
9
|
-
},
|
|
10
|
-
"changePasswordAtNextLogin": {
|
|
11
|
-
"type": "boolean"
|
|
12
|
-
},
|
|
13
4
|
"creationTime": {
|
|
14
5
|
"type": "string"
|
|
15
6
|
},
|
|
16
|
-
"customerId": {
|
|
17
|
-
"type": "string"
|
|
18
|
-
},
|
|
19
|
-
"emails": {
|
|
20
|
-
"type": "array",
|
|
21
|
-
"items": {
|
|
22
|
-
"type": "object",
|
|
23
|
-
"properties": {
|
|
24
|
-
"address": {
|
|
25
|
-
"type": "string"
|
|
26
|
-
},
|
|
27
|
-
"primary": {
|
|
28
|
-
"type": "boolean"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"etag": {
|
|
34
|
-
"type": "string"
|
|
35
|
-
},
|
|
36
7
|
"id": {
|
|
37
8
|
"type": "string"
|
|
38
9
|
},
|
|
39
|
-
"includeInGlobalAddressList": {
|
|
40
|
-
"type": "boolean"
|
|
41
|
-
},
|
|
42
|
-
"ipWhitelisted": {
|
|
43
|
-
"type": "boolean"
|
|
44
|
-
},
|
|
45
10
|
"isAdmin": {
|
|
46
11
|
"type": "boolean"
|
|
47
12
|
},
|
|
48
|
-
"isDelegatedAdmin": {
|
|
49
|
-
"type": "boolean"
|
|
50
|
-
},
|
|
51
|
-
"isEnforcedIn2Sv": {
|
|
52
|
-
"type": "boolean"
|
|
53
|
-
},
|
|
54
|
-
"isEnrolledIn2Sv": {
|
|
55
|
-
"type": "boolean"
|
|
56
|
-
},
|
|
57
|
-
"isMailboxSetup": {
|
|
58
|
-
"type": "boolean"
|
|
59
|
-
},
|
|
60
13
|
"kind": {
|
|
61
14
|
"type": "string"
|
|
62
15
|
},
|
|
63
|
-
"languages": {
|
|
64
|
-
"type": "array",
|
|
65
|
-
"items": {
|
|
66
|
-
"type": "object",
|
|
67
|
-
"properties": {
|
|
68
|
-
"languageCode": {
|
|
69
|
-
"type": "string"
|
|
70
|
-
},
|
|
71
|
-
"preference": {
|
|
72
|
-
"type": "string"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
16
|
"lastLoginTime": {
|
|
78
17
|
"type": "string"
|
|
79
18
|
},
|
|
@@ -91,9 +30,6 @@
|
|
|
91
30
|
}
|
|
92
31
|
}
|
|
93
32
|
},
|
|
94
|
-
"orgUnitPath": {
|
|
95
|
-
"type": "string"
|
|
96
|
-
},
|
|
97
33
|
"primaryEmail": {
|
|
98
34
|
"type": "string"
|
|
99
35
|
},
|
|
@@ -101,5 +37,5 @@
|
|
|
101
37
|
"type": "boolean"
|
|
102
38
|
}
|
|
103
39
|
},
|
|
104
|
-
"version":
|
|
40
|
+
"version": 2
|
|
105
41
|
}
|
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
"agreedToTerms": {
|
|
5
5
|
"type": "boolean"
|
|
6
6
|
},
|
|
7
|
-
"aliases": {
|
|
8
|
-
"type": "array",
|
|
9
|
-
"items": {
|
|
10
|
-
"type": "string"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
7
|
"archived": {
|
|
14
8
|
"type": "boolean"
|
|
15
9
|
},
|
|
@@ -32,9 +26,6 @@
|
|
|
32
26
|
},
|
|
33
27
|
"primary": {
|
|
34
28
|
"type": "boolean"
|
|
35
|
-
},
|
|
36
|
-
"type": {
|
|
37
|
-
"type": "string"
|
|
38
29
|
}
|
|
39
30
|
}
|
|
40
31
|
}
|
|
@@ -100,12 +91,6 @@
|
|
|
100
91
|
}
|
|
101
92
|
}
|
|
102
93
|
},
|
|
103
|
-
"nonEditableAliases": {
|
|
104
|
-
"type": "array",
|
|
105
|
-
"items": {
|
|
106
|
-
"type": "string"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
94
|
"orgUnitPath": {
|
|
110
95
|
"type": "string"
|
|
111
96
|
},
|
|
@@ -114,13 +99,7 @@
|
|
|
114
99
|
},
|
|
115
100
|
"suspended": {
|
|
116
101
|
"type": "boolean"
|
|
117
|
-
},
|
|
118
|
-
"thumbnailPhotoEtag": {
|
|
119
|
-
"type": "string"
|
|
120
|
-
},
|
|
121
|
-
"thumbnailPhotoUrl": {
|
|
122
|
-
"type": "string"
|
|
123
102
|
}
|
|
124
103
|
},
|
|
125
|
-
"version":
|
|
104
|
+
"version": 2
|
|
126
105
|
}
|