@types/simpl-schema 1.12.1 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- simpl-schema/README.md +1 -1
- simpl-schema/index.d.ts +1 -0
- simpl-schema/package.json +2 -2
simpl-schema/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for simpl-schema (https://github.com/alde
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simpl-schema.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated: Tue,
|
11
|
+
* Last updated: Tue, 19 Apr 2022 18:31:28 GMT
|
12
12
|
* Dependencies: [@types/meteor](https://npmjs.com/package/@types/meteor)
|
13
13
|
* Global values: none
|
14
14
|
|
simpl-schema/index.d.ts
CHANGED
@@ -99,6 +99,7 @@ export interface SchemaDefinition {
|
|
99
99
|
type: any;
|
100
100
|
label?: string | (() => string) | undefined;
|
101
101
|
optional?: boolean | (() => boolean) | undefined;
|
102
|
+
required?: boolean | (() => boolean) | undefined;
|
102
103
|
min?: number | boolean | Date | (() => number | boolean | Date) | undefined;
|
103
104
|
max?: number | boolean | Date | (() => number | boolean | Date) | undefined;
|
104
105
|
minCount?: number | (() => number) | undefined;
|
simpl-schema/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/simpl-schema",
|
3
|
-
"version": "1.12.
|
3
|
+
"version": "1.12.2",
|
4
4
|
"description": "TypeScript definitions for simpl-schema",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simpl-schema",
|
6
6
|
"license": "MIT",
|
@@ -47,6 +47,6 @@
|
|
47
47
|
"dependencies": {
|
48
48
|
"@types/meteor": "*"
|
49
49
|
},
|
50
|
-
"typesPublisherContentHash": "
|
50
|
+
"typesPublisherContentHash": "619137cd56bf558c5b9381718f2105fa3e9baafd8880a4096ef7d4c3405444f7",
|
51
51
|
"typeScriptVersion": "4.1"
|
52
52
|
}
|