@contember/schema
Advanced tools
Comparing version 1.4.0-rc.2 to 1.4.0-rc.3
import { Acl } from './schema/acl'; | ||
import { Actions } from './schema/actions'; | ||
import { ActionsPayload } from './schema/actionsPayload'; | ||
import { Input } from './schema/input'; | ||
@@ -21,3 +22,3 @@ import { Model } from './schema/model'; | ||
}; | ||
export { Input, Model, Acl, Schema, Validation, Value, Result, Actions, Settings }; | ||
export { Input, Model, Acl, ActionsPayload, Schema, Validation, Value, Result, Actions, Settings }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,2 +13,4 @@ import { JSONObject } from './json'; | ||
}; | ||
readonly body?: JSONObject; | ||
readonly payloadPath?: readonly string[]; | ||
readonly timeoutMs?: number; | ||
@@ -15,0 +17,0 @@ readonly maxAttempts?: number; |
{ | ||
"name": "@contember/schema", | ||
"version": "1.4.0-rc.2", | ||
"version": "1.4.0-rc.3", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
import { Acl } from './schema/acl' | ||
import { Actions } from './schema/actions' | ||
import { ActionsPayload } from './schema/actionsPayload' | ||
import { Input } from './schema/input' | ||
@@ -23,2 +24,2 @@ import { Model } from './schema/model' | ||
export { Input, Model, Acl, Schema, Validation, Value, Result, Actions, Settings } | ||
export { Input, Model, Acl, ActionsPayload, Schema, Validation, Value, Result, Actions, Settings } |
@@ -17,2 +17,4 @@ import { JSONObject } from './json' | ||
} | ||
readonly body?: JSONObject | ||
readonly payloadPath?: readonly string[] | ||
readonly timeoutMs?: number | ||
@@ -19,0 +21,0 @@ readonly maxAttempts?: number |
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
145807
66
1935