@contember/schema
Advanced tools
Comparing version 1.2.0-alpha.14 to 1.2.0-alpha.15
@@ -96,2 +96,3 @@ import { Input } from './input'; | ||
readonly entities: Permissions; | ||
readonly debug?: boolean; | ||
} | ||
@@ -98,0 +99,0 @@ type RolePermissions = BaseRolePermissions & { |
{ | ||
"name": "@contember/schema", | ||
"version": "1.2.0-alpha.14", | ||
"version": "1.2.0-alpha.15", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -141,3 +141,5 @@ import { Input } from './input' | ||
readonly entities: Permissions | ||
readonly debug?: boolean | ||
} | ||
export type RolePermissions = | ||
@@ -144,0 +146,0 @@ & BaseRolePermissions |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113624
1572