mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-30 18:01:23 +08:00
chore: NODE-4345 - Generate Schema Files (no-changelog) (#25130)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"list_size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"owner_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"public": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
+4
-1
@@ -4,6 +4,9 @@
|
||||
"crunchbase_uuid": {
|
||||
"type": "null"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"domains": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -20,5 +23,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -2,13 +2,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"S": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Arn": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreateDate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Path": {
|
||||
"type": "string"
|
||||
},
|
||||
"PermissionsBoundary": {
|
||||
"type": ["array", "null"]
|
||||
},
|
||||
"Tags": {
|
||||
"type": ["array", "null"]
|
||||
},
|
||||
"UserId": {
|
||||
"type": "string"
|
||||
},
|
||||
"UserName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Arn": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreateDate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"Path": {
|
||||
"type": "string"
|
||||
},
|
||||
"PermissionsBoundary": {
|
||||
"type": "null"
|
||||
},
|
||||
"Tags": {
|
||||
"type": "null"
|
||||
},
|
||||
"UserId": {
|
||||
"type": "string"
|
||||
},
|
||||
"UserName": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"folder_upload_email": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -96,12 +99,18 @@
|
||||
"parent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sequence_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -151,5 +160,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
"_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"agencia": {
|
||||
"type": "string"
|
||||
},
|
||||
"Created By": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -14,5 +17,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -1,6 +1,174 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"algorand": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"avalanche-2": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"binancecoin": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bitcoin": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cardano": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"chainlink": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cosmos": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dogecoin": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ethereum": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"filecoin": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"internet-computer": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"litecoin": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nacho-the-kat": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -11,6 +179,105 @@
|
||||
"required": [
|
||||
"usd"
|
||||
]
|
||||
},
|
||||
"polkadot": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ripple": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"solana": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"stellar": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tron": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"uniswap": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"vechain": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"usd": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_24h_change": {
|
||||
"type": "number"
|
||||
},
|
||||
"usd_market_cap": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,9 +1,100 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"internalName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"sys": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"contentType": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sys": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkType": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"environment": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sys": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkType": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"locale": {
|
||||
"type": "string"
|
||||
},
|
||||
"publishedVersion": {
|
||||
"type": "integer"
|
||||
},
|
||||
"revision": {
|
||||
"type": "integer"
|
||||
},
|
||||
"space": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sys": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkType": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
+42
-42
@@ -1,44 +1,44 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"referrer": {
|
||||
"type": "null"
|
||||
},
|
||||
"source": {
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribable_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"subscribable_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscriber": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"referrer": {
|
||||
"type": "null"
|
||||
},
|
||||
"source": {
|
||||
"type": "null"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribable_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"subscribable_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscriber": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"columns": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"dataTableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"index": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"projectId": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"deletedTableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"columns": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"index": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"project": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"projectId": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
+1
-1
@@ -52,5 +52,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -13,9 +13,18 @@
|
||||
"company": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_email": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_person": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversion_rate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"creation": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -45,6 +54,36 @@
|
||||
"__unsaved": {
|
||||
"type": "integer"
|
||||
},
|
||||
"actual_qty": {
|
||||
"type": "integer"
|
||||
},
|
||||
"additional_cost": {
|
||||
"type": "integer"
|
||||
},
|
||||
"allow_alternative_item": {
|
||||
"type": "integer"
|
||||
},
|
||||
"allow_zero_valuation_rate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"amount": {
|
||||
"type": "number"
|
||||
},
|
||||
"barcode": {
|
||||
"type": "string"
|
||||
},
|
||||
"basic_amount": {
|
||||
"type": "number"
|
||||
},
|
||||
"basic_rate": {
|
||||
"type": "number"
|
||||
},
|
||||
"conversion_factor": {
|
||||
"type": "integer"
|
||||
},
|
||||
"cost_center": {
|
||||
"type": "string"
|
||||
},
|
||||
"creation": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -57,9 +96,27 @@
|
||||
"doctype": {
|
||||
"type": "string"
|
||||
},
|
||||
"expense_account": {
|
||||
"type": "string"
|
||||
},
|
||||
"has_item_scanned": {
|
||||
"type": "integer"
|
||||
},
|
||||
"idx": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_finished_item": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_scrap_item": {
|
||||
"type": "integer"
|
||||
},
|
||||
"item_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_group": {
|
||||
"type": "string"
|
||||
},
|
||||
"item_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -89,6 +146,36 @@
|
||||
},
|
||||
"rate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"retain_sample": {
|
||||
"type": "integer"
|
||||
},
|
||||
"sample_quantity": {
|
||||
"type": "integer"
|
||||
},
|
||||
"set_basic_rate_manually": {
|
||||
"type": "integer"
|
||||
},
|
||||
"stock_uom": {
|
||||
"type": "string"
|
||||
},
|
||||
"t_warehouse": {
|
||||
"type": "string"
|
||||
},
|
||||
"transfer_qty": {
|
||||
"type": "integer"
|
||||
},
|
||||
"transferred_qty": {
|
||||
"type": "integer"
|
||||
},
|
||||
"uom": {
|
||||
"type": "string"
|
||||
},
|
||||
"use_serial_batch_fields": {
|
||||
"type": "integer"
|
||||
},
|
||||
"valuation_rate": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -142,5 +229,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
+10
-1
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"date": {
|
||||
"type": "string"
|
||||
},
|
||||
"dimensionHeaders": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -39,7 +42,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sessions": {
|
||||
"type": "string"
|
||||
},
|
||||
"totalUsers": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
+4
-1
@@ -4,11 +4,14 @@
|
||||
"data": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
+7
-1
@@ -13,6 +13,9 @@
|
||||
"etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"eventBasedHold": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"generation": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -43,6 +46,9 @@
|
||||
"storageClass": {
|
||||
"type": "string"
|
||||
},
|
||||
"temporaryHold": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"timeCreated": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -56,5 +62,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
Vendored
+10
-1
@@ -12,7 +12,16 @@
|
||||
},
|
||||
"_updateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"createTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"updateTime": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
+7
-1
@@ -4,6 +4,12 @@
|
||||
"adminCreated": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"aliases": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -32,5 +38,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelListVisibility": {
|
||||
"type": "string"
|
||||
},
|
||||
"messageListVisibility": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"messages": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ARC-Authentication-Results": {
|
||||
"type": "string"
|
||||
},
|
||||
"ARC-Message-Signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"ARC-Seal": {
|
||||
"type": "string"
|
||||
},
|
||||
"Authentication-Results": {
|
||||
"type": "string"
|
||||
},
|
||||
"Content-Type": {
|
||||
"type": "string"
|
||||
},
|
||||
"Date": {
|
||||
"type": "string"
|
||||
},
|
||||
"Delivered-To": {
|
||||
"type": "string"
|
||||
},
|
||||
"DKIM-Signature": {
|
||||
"type": "string"
|
||||
},
|
||||
"From": {
|
||||
"type": "string"
|
||||
},
|
||||
"historyId": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"internalDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"labels": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"payload": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"body": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"size": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"filename": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"partId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Received": {
|
||||
"type": "string"
|
||||
},
|
||||
"Received-SPF": {
|
||||
"type": "string"
|
||||
},
|
||||
"Return-Path": {
|
||||
"type": "string"
|
||||
},
|
||||
"sizeEstimate": {
|
||||
"type": "integer"
|
||||
},
|
||||
"snippet": {
|
||||
"type": "string"
|
||||
},
|
||||
"Subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
},
|
||||
"To": {
|
||||
"type": "string"
|
||||
},
|
||||
"X-Received": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"labelIds": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"additionalPhones": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"phone": {
|
||||
"type": "string"
|
||||
},
|
||||
"phoneLabel": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -81,5 +95,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
+4
-1
@@ -6,6 +6,9 @@
|
||||
"properties": {
|
||||
"friendly_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"supported_features": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -39,5 +42,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"vid": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -19,6 +19,9 @@
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -79,5 +82,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"deleted": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -60,12 +60,21 @@
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceUpstreamDeployable": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "integer"
|
||||
},
|
||||
"updatedByUserId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"useTimestampAsPersistenceTimestamp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -77,5 +86,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -27,9 +27,18 @@
|
||||
"companyDomain": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyEmployeesOnLinkedin": {
|
||||
"type": "integer"
|
||||
},
|
||||
"companyFoundedOn": {
|
||||
"type": "integer"
|
||||
},
|
||||
"companyHeadQuarter": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyId": {
|
||||
"type": "integer"
|
||||
},
|
||||
"companyIndustry": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -42,9 +51,21 @@
|
||||
"companyName": {
|
||||
"type": "string"
|
||||
},
|
||||
"companySize": {
|
||||
"type": "string"
|
||||
},
|
||||
"companySpecialities": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyTagline": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyType": {
|
||||
"type": "string"
|
||||
},
|
||||
"companyWebsite": {
|
||||
"type": "string"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -95,18 +116,33 @@
|
||||
"foundedOn": {
|
||||
"type": "integer"
|
||||
},
|
||||
"headQuarter": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"industry": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkedinUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkedinUrlSalesNav": {
|
||||
"type": "string"
|
||||
},
|
||||
"logo": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "string"
|
||||
},
|
||||
"specialities": {
|
||||
"type": "string"
|
||||
},
|
||||
"tagline": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -121,6 +157,17 @@
|
||||
"date": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"end": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"month": {
|
||||
"type": "integer"
|
||||
},
|
||||
"year": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -142,6 +189,17 @@
|
||||
"date": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"end": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"month": {
|
||||
"type": "integer"
|
||||
},
|
||||
"year": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -164,9 +222,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"project": {
|
||||
"type": "string"
|
||||
},
|
||||
"skills": {
|
||||
"type": "string"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"tagline": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -204,5 +268,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
+257
-257
@@ -1,259 +1,259 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"archived_directly": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"cache_ttl": {
|
||||
"type": "null"
|
||||
},
|
||||
"can_delete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_manage_db": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_restore": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_run_adhoc_query": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_write": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archive_operation_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"archived_directly": {
|
||||
"type": "null"
|
||||
},
|
||||
"authority_level": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_personal": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_sample": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "null"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"collection_preview": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_joined": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_qbnewb": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_superuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"tenant_id": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dashboard_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"database_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dataset_query": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"database": {
|
||||
"type": "integer"
|
||||
},
|
||||
"native": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"query": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"type": "string"
|
||||
},
|
||||
"embedding_params": {
|
||||
"type": "null"
|
||||
},
|
||||
"enable_embedding": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"initially_published_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"last_used_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"last-edit-info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"moderation_reviews": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"moderated_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"moderated_item_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"moderator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"most_recent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_joined": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_qbnewb": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_superuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_login": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parameter_usage_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"query_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"view_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"visualization_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"table.cell_column": {
|
||||
"type": "string"
|
||||
},
|
||||
"table.pivot_column": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"archived_directly": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"cache_ttl": {
|
||||
"type": "null"
|
||||
},
|
||||
"can_delete": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_manage_db": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_restore": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_run_adhoc_query": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"can_write": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"collection": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"archive_operation_id": {
|
||||
"type": "null"
|
||||
},
|
||||
"archived": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"archived_directly": {
|
||||
"type": "null"
|
||||
},
|
||||
"authority_level": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"is_personal": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_sample": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"namespace": {
|
||||
"type": "null"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"collection_preview": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"creator": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_joined": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_qbnewb": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_superuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"tenant_id": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"creator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dashboard_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"database_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dataset_query": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"database": {
|
||||
"type": "integer"
|
||||
},
|
||||
"native": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"query": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"type": "string"
|
||||
},
|
||||
"embedding_params": {
|
||||
"type": "null"
|
||||
},
|
||||
"enable_embedding": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"initially_published_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"last_used_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"last-edit-info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"moderation_reviews": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"moderated_item_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"moderated_item_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"moderator_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"most_recent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"text": {
|
||||
"type": "null"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"common_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_joined": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"first_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"is_qbnewb": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"is_superuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last_login": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parameter_usage_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"query_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"view_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"visualization_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"table.cell_column": {
|
||||
"type": "string"
|
||||
},
|
||||
"table.pivot_column": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
}
|
||||
|
||||
+4
-1
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayName": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -11,5 +14,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"updated": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastModifiedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"mimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "integer"
|
||||
},
|
||||
"webUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
+31
-1
@@ -4,6 +4,17 @@
|
||||
"@odata.etag": {
|
||||
"type": "string"
|
||||
},
|
||||
"body": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bodyPreview": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -46,7 +57,26 @@
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"toRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 7
|
||||
"version": 8
|
||||
}
|
||||
|
||||
+7
-1
@@ -156,6 +156,12 @@
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
"to": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"toRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -179,5 +185,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 8
|
||||
"version": 9
|
||||
}
|
||||
|
||||
+105
-1
@@ -24,9 +24,45 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"ccRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"changeKey": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"conversationIndex": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"flag": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"flagStatus": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"from": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -49,9 +85,52 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"importance": {
|
||||
"type": "string"
|
||||
},
|
||||
"inferenceClassification": {
|
||||
"type": "string"
|
||||
},
|
||||
"internetMessageId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isDraft": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isRead": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isReadReceiptRequested": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastModifiedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentFolderId": {
|
||||
"type": "string"
|
||||
},
|
||||
"receivedDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"replyTo": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sender": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -68,6 +147,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sentDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"subject": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -76,7 +158,29 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"toRecipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"emailAddress": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"webLink": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 9
|
||||
"version": 10
|
||||
}
|
||||
|
||||
+4
-1
@@ -6,9 +6,12 @@
|
||||
"properties": {
|
||||
"approved": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"text": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
+4
-1
@@ -10,6 +10,9 @@
|
||||
"@odata.type": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -26,5 +29,5 @@
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
+4
-1
@@ -93,6 +93,9 @@
|
||||
},
|
||||
"Modified": {
|
||||
"type": "string"
|
||||
},
|
||||
"Title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -150,5 +153,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
+4
-1
@@ -10,6 +10,9 @@
|
||||
"blobType": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentDisposition": {
|
||||
"type": "string"
|
||||
},
|
||||
"contentLength": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -52,5 +55,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
+12
-1
@@ -24,6 +24,17 @@
|
||||
"createdDateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"dueDateTime": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"dateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hasAttachments": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -46,5 +57,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 6
|
||||
"version": 7
|
||||
}
|
||||
|
||||
Vendored
+4
-1
@@ -10,6 +10,9 @@
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"retrySuccessId": {
|
||||
"type": "null"
|
||||
},
|
||||
"startedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -23,5 +26,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
Vendored
+7
-1
@@ -4,6 +4,9 @@
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"activeVersionId": {
|
||||
"type": "null"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -73,6 +76,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"staticData": {
|
||||
"type": "null"
|
||||
},
|
||||
"triggerCount": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -86,5 +92,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 4
|
||||
"version": 5
|
||||
}
|
||||
|
||||
@@ -101,6 +101,9 @@
|
||||
"parent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"page_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -222,6 +225,48 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Name": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Produkt-ID": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"number": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"format": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -239,6 +284,48 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tag": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"multi_select": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"color": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -297,6 +384,23 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Zuletzt aktualisiert": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -361,5 +465,5 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
"version": 3
|
||||
}
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user