@contember/schema
Advanced tools
Comparing version 1.2.0-alpha.15 to 1.2.0-alpha.16
@@ -13,2 +13,3 @@ import { Input } from './input'; | ||
readonly entityName: string; | ||
readonly fallback?: Input.Condition; | ||
}; | ||
@@ -22,2 +23,3 @@ type PredefinedVariableValue = 'identityID' | 'personID'; | ||
readonly type: VariableType.condition; | ||
readonly fallback?: Input.Condition; | ||
}; | ||
@@ -24,0 +26,0 @@ type PredicateVariable = string; |
{ | ||
"name": "@contember/schema", | ||
"version": "1.2.0-alpha.15", | ||
"version": "1.2.0-alpha.16", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -26,2 +26,3 @@ import { Input } from './input' | ||
readonly entityName: string | ||
readonly fallback?: Input.Condition | ||
} | ||
@@ -38,2 +39,3 @@ | ||
readonly type: VariableType.condition | ||
readonly fallback?: Input.Condition | ||
} | ||
@@ -40,0 +42,0 @@ |
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
113892
1576