@contember/schema
Advanced tools
Comparing version 1.1.0-alpha.2 to 1.1.0-alpha.3
@@ -78,2 +78,3 @@ import Input from './input'; | ||
inherits?: string[]; | ||
implicit?: boolean; | ||
tenant?: TenantPermissions; | ||
@@ -80,0 +81,0 @@ system?: SystemPermissions; |
{ | ||
"name": "@contember/schema", | ||
"version": "1.1.0-alpha.2", | ||
"version": "1.1.0-alpha.3", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -113,2 +113,3 @@ import Input from './input' | ||
inherits?: string[] | ||
implicit?: boolean | ||
tenant?: TenantPermissions | ||
@@ -115,0 +116,0 @@ system?: SystemPermissions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95900
1359