@contember/schema
Advanced tools
Comparing version 0.9.2-alpha.7 to 0.9.2
@@ -35,3 +35,2 @@ import Input from './input'; | ||
create?: FieldPermissions; | ||
customPrimary?: boolean; | ||
update?: FieldPermissions; | ||
@@ -38,0 +37,0 @@ delete?: Predicate; |
import Value from './value'; | ||
declare namespace Result { | ||
type MutationFieldResult = CreateResult | UpdateResult | DeleteResult; | ||
interface CreateResult { | ||
@@ -26,2 +27,3 @@ ok: boolean; | ||
errorMessage?: string; | ||
errors: ExecutionError[]; | ||
validation: ValidationResult; | ||
@@ -28,0 +30,0 @@ } |
{ | ||
"name": "@contember/schema", | ||
"version": "0.9.2-alpha.7", | ||
"version": "0.9.2", | ||
"license": "Apache-2.0", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"scripts": { | ||
"test": "echo 'No tests'" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": {} | ||
} |
@@ -54,3 +54,2 @@ import Input from './input' | ||
create?: FieldPermissions | ||
customPrimary?: boolean | ||
update?: FieldPermissions | ||
@@ -57,0 +56,0 @@ delete?: Predicate |
import Value from './value' | ||
namespace Result { | ||
export type MutationFieldResult = CreateResult | UpdateResult | DeleteResult | ||
export interface CreateResult { | ||
@@ -30,2 +32,3 @@ ok: boolean | ||
errorMessage?: string | ||
errors: ExecutionError[] | ||
validation: ValidationResult | ||
@@ -32,0 +35,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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
528627
1306
2
7
0