@takeshape/schema 8.16.0 → 8.20.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.
- package/es/enum.js +1 -1
- package/es/get-is-leaf.js +5 -5
- package/es/layers/type-utils.js +2 -2
- package/es/migration.js +59 -1
- package/es/project-schema/index.js +1 -0
- package/es/project-schema/v3.10.0.js +1 -0
- package/es/refs.js +19 -19
- package/es/schema-util.js +7 -7
- package/es/schemas/index.js +15 -15
- package/es/schemas/index.ts +26 -25
- package/es/schemas/project-schema/v3.10.0.json +2091 -0
- package/es/schemas/project-schema/v4.0.0.json +8 -6
- package/es/schemas/project-schema.json +2 -1
- package/es/types/types.js +1 -1
- package/es/types/utils.js +20 -19
- package/es/util/detect-cycles.js +1 -1
- package/es/validate.js +10 -7
- package/examples/latest/blog-schema.json +32 -32
- package/examples/latest/brewery-schema.json +53 -53
- package/examples/latest/complex-project-schema.json +3278 -3278
- package/examples/latest/fabric-ecommerce.json +130 -130
- package/examples/latest/frank-and-fred-schema.json +15588 -15588
- package/examples/latest/massive-schema.json +5836 -5836
- package/examples/latest/mill-components-schema.json +876 -876
- package/examples/latest/pet-oneof-array.json +77 -77
- package/examples/latest/post-schema.json +23 -23
- package/examples/latest/pruned-shopify-product-schema.json +19 -19
- package/examples/latest/real-world-schema.json +166 -166
- package/examples/latest/recursive-repeater-schema.json +14 -14
- package/examples/latest/recursive-schema.json +14 -14
- package/examples/latest/rick-and-morty-ast.json +1875 -1896
- package/examples/latest/rick-and-morty-graphql.json +1093 -1093
- package/examples/latest/rick-and-morty-rest.json +20 -20
- package/examples/latest/schema-with-repeater-draftjs.json +9 -9
- package/examples/latest/shape-books-v3_2_0.json +218 -218
- package/examples/latest/shape-books.json +218 -218
- package/examples/latest/shopify-lookbook.json +147 -147
- package/examples/latest/shopify-store-with-widget.json +10420 -10420
- package/examples/latest/stripe-starter-resolved.json +1018 -1018
- package/examples/latest/user-schema-no-required.json +19 -19
- package/examples/latest/user-schema-with-defaults.json +20 -20
- package/examples/source/rick-and-morty-ast.json +0 -21
- package/lib/content-schema-transform.d.ts +13 -13
- package/lib/content-schema-transform.d.ts.map +1 -1
- package/lib/enum.d.ts +2 -2
- package/lib/enum.d.ts.map +1 -1
- package/lib/enum.js +2 -2
- package/lib/get-is-leaf.d.ts +2 -2
- package/lib/get-is-leaf.d.ts.map +1 -1
- package/lib/get-is-leaf.js +5 -5
- package/lib/layers/type-utils.js +1 -1
- package/lib/migration.d.ts +6 -5
- package/lib/migration.d.ts.map +1 -1
- package/lib/migration.js +60 -0
- package/lib/project-schema/index.d.ts +3 -1
- package/lib/project-schema/index.d.ts.map +1 -1
- package/lib/project-schema/index.js +25 -12
- package/lib/project-schema/latest.d.ts +260 -238
- package/lib/project-schema/latest.d.ts.map +1 -1
- package/lib/project-schema/v1.0.0.d.ts +14 -7
- package/lib/project-schema/v1.0.0.d.ts.map +1 -1
- package/lib/project-schema/v3.0.0.d.ts +24 -25
- package/lib/project-schema/v3.0.0.d.ts.map +1 -1
- package/lib/project-schema/v3.1.0.d.ts +42 -43
- package/lib/project-schema/v3.1.0.d.ts.map +1 -1
- package/lib/project-schema/v3.10.0.d.ts +1202 -0
- package/lib/project-schema/v3.10.0.d.ts.map +1 -0
- package/lib/project-schema/v3.10.0.js +5 -0
- package/lib/project-schema/v3.2.0.d.ts +42 -43
- package/lib/project-schema/v3.2.0.d.ts.map +1 -1
- package/lib/project-schema/v3.3.0.d.ts +42 -43
- package/lib/project-schema/v3.3.0.d.ts.map +1 -1
- package/lib/project-schema/v3.4.0.d.ts +42 -43
- package/lib/project-schema/v3.4.0.d.ts.map +1 -1
- package/lib/project-schema/v3.5.0.d.ts +42 -43
- package/lib/project-schema/v3.5.0.d.ts.map +1 -1
- package/lib/project-schema/v3.5.1.d.ts +42 -43
- package/lib/project-schema/v3.5.1.d.ts.map +1 -1
- package/lib/project-schema/v3.6.0.d.ts +42 -43
- package/lib/project-schema/v3.6.0.d.ts.map +1 -1
- package/lib/project-schema/v3.7.0.d.ts +42 -43
- package/lib/project-schema/v3.7.0.d.ts.map +1 -1
- package/lib/project-schema/v3.8.0.d.ts +42 -43
- package/lib/project-schema/v3.8.0.d.ts.map +1 -1
- package/lib/project-schema/v3.9.0.d.ts +42 -43
- package/lib/project-schema/v3.9.0.d.ts.map +1 -1
- package/lib/project-schema/v4.0.0.d.ts +54 -52
- package/lib/project-schema/v4.0.0.d.ts.map +1 -1
- package/lib/refs.d.ts +8 -8
- package/lib/refs.d.ts.map +1 -1
- package/lib/refs.js +19 -19
- package/lib/schema-util.d.ts +23 -23
- package/lib/schema-util.d.ts.map +1 -1
- package/lib/schema-util.js +7 -7
- package/lib/schemas/index.d.ts +3421 -3420
- package/lib/schemas/index.d.ts.map +1 -1
- package/lib/schemas/index.js +26 -30
- package/lib/schemas/index.ts +26 -25
- package/lib/schemas/project-schema/v3.10.0.json +2091 -0
- package/lib/schemas/project-schema/v4.0.0.json +8 -6
- package/lib/schemas/project-schema.json +2 -1
- package/lib/types/types.d.ts +8 -7
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js +1 -1
- package/lib/types/utils.d.ts +9 -8
- package/lib/types/utils.d.ts.map +1 -1
- package/lib/types/utils.js +25 -23
- package/lib/unions.d.ts +8 -8
- package/lib/unions.d.ts.map +1 -1
- package/lib/util/detect-cycles.d.ts +2 -2
- package/lib/util/detect-cycles.d.ts.map +1 -1
- package/lib/util/detect-cycles.js +1 -1
- package/lib/validate.d.ts.map +1 -1
- package/lib/validate.js +9 -6
- package/lib/workflows.d.ts +2 -2
- package/lib/workflows.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,sBAAsB,WAAW,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AA2B1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2B7B,CAAC"}
|
package/lib/schemas/index.js
CHANGED
|
@@ -10,12 +10,6 @@ Object.defineProperty(exports, "anyProjectSchema", {
|
|
|
10
10
|
return _projectSchema.default;
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
-
Object.defineProperty(exports, "latestMetaSchemaJson", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () {
|
|
16
|
-
return _metaSchemaV.default;
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
13
|
Object.defineProperty(exports, "latestSchemaJson", {
|
|
20
14
|
enumerable: true,
|
|
21
15
|
get: function () {
|
|
@@ -25,60 +19,62 @@ Object.defineProperty(exports, "latestSchemaJson", {
|
|
|
25
19
|
|
|
26
20
|
var _projectSchema = _interopRequireDefault(require("./project-schema.json"));
|
|
27
21
|
|
|
28
|
-
var _v = _interopRequireDefault(require("./project-schema/v3.
|
|
29
|
-
|
|
30
|
-
var _metaSchemaV = _interopRequireDefault(require("./project-schema/meta-schema-v3.9.0.json"));
|
|
22
|
+
var _v = _interopRequireDefault(require("./project-schema/v3.10.0.json"));
|
|
31
23
|
|
|
32
24
|
var _v2 = _interopRequireDefault(require("./project-schema/v4.0.0.json"));
|
|
33
25
|
|
|
34
|
-
var _v3 = _interopRequireDefault(require("./project-schema/v3.
|
|
35
|
-
|
|
36
|
-
var _v4 = _interopRequireDefault(require("./project-schema/v3.7.0.json"));
|
|
37
|
-
|
|
38
|
-
var _v5 = _interopRequireDefault(require("./project-schema/v3.6.0.json"));
|
|
39
|
-
|
|
40
|
-
var _v6 = _interopRequireDefault(require("./project-schema/v3.5.1.json"));
|
|
41
|
-
|
|
42
|
-
var _v7 = _interopRequireDefault(require("./project-schema/v3.5.0.json"));
|
|
43
|
-
|
|
44
|
-
var _v8 = _interopRequireDefault(require("./project-schema/v3.4.0.json"));
|
|
45
|
-
|
|
46
|
-
var _v9 = _interopRequireDefault(require("./project-schema/v3.3.0.json"));
|
|
47
|
-
|
|
48
|
-
var _v10 = _interopRequireDefault(require("./project-schema/v3.2.0.json"));
|
|
26
|
+
var _v3 = _interopRequireDefault(require("./project-schema/v3.9.0.json"));
|
|
49
27
|
|
|
50
|
-
var
|
|
51
|
-
|
|
52
|
-
var _v12 = _interopRequireDefault(require("./project-schema/v3.0.0.json"));
|
|
28
|
+
var _metaSchemaV = _interopRequireDefault(require("./project-schema/meta-schema-v3.9.0.json"));
|
|
53
29
|
|
|
54
|
-
var
|
|
30
|
+
var _v4 = _interopRequireDefault(require("./project-schema/v3.8.0.json"));
|
|
55
31
|
|
|
56
32
|
var _metaSchemaV2 = _interopRequireDefault(require("./project-schema/meta-schema-v3.8.0.json"));
|
|
57
33
|
|
|
34
|
+
var _v5 = _interopRequireDefault(require("./project-schema/v3.7.0.json"));
|
|
35
|
+
|
|
58
36
|
var _metaSchemaV3 = _interopRequireDefault(require("./project-schema/meta-schema-v3.7.0.json"));
|
|
59
37
|
|
|
38
|
+
var _v6 = _interopRequireDefault(require("./project-schema/v3.6.0.json"));
|
|
39
|
+
|
|
60
40
|
var _metaSchemaV4 = _interopRequireDefault(require("./project-schema/meta-schema-v3.6.0.json"));
|
|
61
41
|
|
|
42
|
+
var _v7 = _interopRequireDefault(require("./project-schema/v3.5.1.json"));
|
|
43
|
+
|
|
62
44
|
var _metaSchemaV5 = _interopRequireDefault(require("./project-schema/meta-schema-v3.5.1.json"));
|
|
63
45
|
|
|
46
|
+
var _v8 = _interopRequireDefault(require("./project-schema/v3.5.0.json"));
|
|
47
|
+
|
|
64
48
|
var _metaSchemaV6 = _interopRequireDefault(require("./project-schema/meta-schema-v3.5.0.json"));
|
|
65
49
|
|
|
50
|
+
var _v9 = _interopRequireDefault(require("./project-schema/v3.4.0.json"));
|
|
51
|
+
|
|
66
52
|
var _metaSchemaV7 = _interopRequireDefault(require("./project-schema/meta-schema-v3.4.0.json"));
|
|
67
53
|
|
|
54
|
+
var _v10 = _interopRequireDefault(require("./project-schema/v3.3.0.json"));
|
|
55
|
+
|
|
68
56
|
var _metaSchemaV8 = _interopRequireDefault(require("./project-schema/meta-schema-v3.3.0.json"));
|
|
69
57
|
|
|
58
|
+
var _v11 = _interopRequireDefault(require("./project-schema/v3.2.0.json"));
|
|
59
|
+
|
|
70
60
|
var _metaSchemaV9 = _interopRequireDefault(require("./project-schema/meta-schema-v3.2.0.json"));
|
|
71
61
|
|
|
62
|
+
var _v12 = _interopRequireDefault(require("./project-schema/v3.1.0.json"));
|
|
63
|
+
|
|
72
64
|
var _metaSchemaV10 = _interopRequireDefault(require("./project-schema/meta-schema-v3.1.0.json"));
|
|
73
65
|
|
|
66
|
+
var _v13 = _interopRequireDefault(require("./project-schema/v3.0.0.json"));
|
|
67
|
+
|
|
74
68
|
var _metaSchemaV11 = _interopRequireDefault(require("./project-schema/meta-schema-v3.0.0.json"));
|
|
75
69
|
|
|
70
|
+
var _v14 = _interopRequireDefault(require("./project-schema/v1.0.0.json"));
|
|
71
|
+
|
|
76
72
|
var _metaSchemaV12 = _interopRequireDefault(require("./project-schema/meta-schema-v1.0.0.json"));
|
|
77
73
|
|
|
78
74
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
79
75
|
|
|
80
76
|
// This file is generated by "pnpm json2ts"
|
|
81
|
-
const CURRENT_SCHEMA_VERSION = '3.
|
|
77
|
+
const CURRENT_SCHEMA_VERSION = '3.10.0';
|
|
82
78
|
exports.CURRENT_SCHEMA_VERSION = CURRENT_SCHEMA_VERSION;
|
|
83
|
-
const allProjectSchemas = [_v2.default, _v.default, _v3.default,
|
|
79
|
+
const allProjectSchemas = [_v2.default, _v.default, _v3.default, _metaSchemaV.default, _v4.default, _metaSchemaV2.default, _v5.default, _metaSchemaV3.default, _v6.default, _metaSchemaV4.default, _v7.default, _metaSchemaV5.default, _v8.default, _metaSchemaV6.default, _v9.default, _metaSchemaV7.default, _v10.default, _metaSchemaV8.default, _v11.default, _metaSchemaV9.default, _v12.default, _metaSchemaV10.default, _v13.default, _metaSchemaV11.default, _v14.default, _metaSchemaV12.default];
|
|
84
80
|
exports.allProjectSchemas = allProjectSchemas;
|
package/lib/schemas/index.ts
CHANGED
|
@@ -1,57 +1,58 @@
|
|
|
1
1
|
// This file is generated by "pnpm json2ts"
|
|
2
|
-
export const CURRENT_SCHEMA_VERSION = '3.
|
|
2
|
+
export const CURRENT_SCHEMA_VERSION = '3.10.0';
|
|
3
3
|
export {default as anyProjectSchema} from './project-schema.json';
|
|
4
|
-
export {default as latestSchemaJson} from './project-schema/v3.
|
|
5
|
-
export {default as latestMetaSchemaJson} from './project-schema/meta-schema-v3.9.0.json';
|
|
4
|
+
export {default as latestSchemaJson} from './project-schema/v3.10.0.json';
|
|
6
5
|
import projectSchemaV4_0_0 from './project-schema/v4.0.0.json';
|
|
6
|
+
import projectSchemaV3_10_0 from './project-schema/v3.10.0.json';
|
|
7
7
|
import projectSchemaV3_9_0 from './project-schema/v3.9.0.json';
|
|
8
|
-
import projectSchemaV3_8_0 from './project-schema/v3.8.0.json';
|
|
9
|
-
import projectSchemaV3_7_0 from './project-schema/v3.7.0.json';
|
|
10
|
-
import projectSchemaV3_6_0 from './project-schema/v3.6.0.json';
|
|
11
|
-
import projectSchemaV3_5_1 from './project-schema/v3.5.1.json';
|
|
12
|
-
import projectSchemaV3_5_0 from './project-schema/v3.5.0.json';
|
|
13
|
-
import projectSchemaV3_4_0 from './project-schema/v3.4.0.json';
|
|
14
|
-
import projectSchemaV3_3_0 from './project-schema/v3.3.0.json';
|
|
15
|
-
import projectSchemaV3_2_0 from './project-schema/v3.2.0.json';
|
|
16
|
-
import projectSchemaV3_1_0 from './project-schema/v3.1.0.json';
|
|
17
|
-
import projectSchemaV3_0_0 from './project-schema/v3.0.0.json';
|
|
18
|
-
import projectSchemaV1_0_0 from './project-schema/v1.0.0.json';
|
|
19
8
|
import metaSchemaV3_9_0 from './project-schema/meta-schema-v3.9.0.json';
|
|
9
|
+
import projectSchemaV3_8_0 from './project-schema/v3.8.0.json';
|
|
20
10
|
import metaSchemaV3_8_0 from './project-schema/meta-schema-v3.8.0.json';
|
|
11
|
+
import projectSchemaV3_7_0 from './project-schema/v3.7.0.json';
|
|
21
12
|
import metaSchemaV3_7_0 from './project-schema/meta-schema-v3.7.0.json';
|
|
13
|
+
import projectSchemaV3_6_0 from './project-schema/v3.6.0.json';
|
|
22
14
|
import metaSchemaV3_6_0 from './project-schema/meta-schema-v3.6.0.json';
|
|
15
|
+
import projectSchemaV3_5_1 from './project-schema/v3.5.1.json';
|
|
23
16
|
import metaSchemaV3_5_1 from './project-schema/meta-schema-v3.5.1.json';
|
|
17
|
+
import projectSchemaV3_5_0 from './project-schema/v3.5.0.json';
|
|
24
18
|
import metaSchemaV3_5_0 from './project-schema/meta-schema-v3.5.0.json';
|
|
19
|
+
import projectSchemaV3_4_0 from './project-schema/v3.4.0.json';
|
|
25
20
|
import metaSchemaV3_4_0 from './project-schema/meta-schema-v3.4.0.json';
|
|
21
|
+
import projectSchemaV3_3_0 from './project-schema/v3.3.0.json';
|
|
26
22
|
import metaSchemaV3_3_0 from './project-schema/meta-schema-v3.3.0.json';
|
|
23
|
+
import projectSchemaV3_2_0 from './project-schema/v3.2.0.json';
|
|
27
24
|
import metaSchemaV3_2_0 from './project-schema/meta-schema-v3.2.0.json';
|
|
25
|
+
import projectSchemaV3_1_0 from './project-schema/v3.1.0.json';
|
|
28
26
|
import metaSchemaV3_1_0 from './project-schema/meta-schema-v3.1.0.json';
|
|
27
|
+
import projectSchemaV3_0_0 from './project-schema/v3.0.0.json';
|
|
29
28
|
import metaSchemaV3_0_0 from './project-schema/meta-schema-v3.0.0.json';
|
|
29
|
+
import projectSchemaV1_0_0 from './project-schema/v1.0.0.json';
|
|
30
30
|
import metaSchemaV1_0_0 from './project-schema/meta-schema-v1.0.0.json';
|
|
31
31
|
export const allProjectSchemas = [
|
|
32
32
|
projectSchemaV4_0_0,
|
|
33
|
+
projectSchemaV3_10_0,
|
|
33
34
|
projectSchemaV3_9_0,
|
|
34
|
-
projectSchemaV3_8_0,
|
|
35
|
-
projectSchemaV3_7_0,
|
|
36
|
-
projectSchemaV3_6_0,
|
|
37
|
-
projectSchemaV3_5_1,
|
|
38
|
-
projectSchemaV3_5_0,
|
|
39
|
-
projectSchemaV3_4_0,
|
|
40
|
-
projectSchemaV3_3_0,
|
|
41
|
-
projectSchemaV3_2_0,
|
|
42
|
-
projectSchemaV3_1_0,
|
|
43
|
-
projectSchemaV3_0_0,
|
|
44
|
-
projectSchemaV1_0_0,
|
|
45
35
|
metaSchemaV3_9_0,
|
|
36
|
+
projectSchemaV3_8_0,
|
|
46
37
|
metaSchemaV3_8_0,
|
|
38
|
+
projectSchemaV3_7_0,
|
|
47
39
|
metaSchemaV3_7_0,
|
|
40
|
+
projectSchemaV3_6_0,
|
|
48
41
|
metaSchemaV3_6_0,
|
|
42
|
+
projectSchemaV3_5_1,
|
|
49
43
|
metaSchemaV3_5_1,
|
|
44
|
+
projectSchemaV3_5_0,
|
|
50
45
|
metaSchemaV3_5_0,
|
|
46
|
+
projectSchemaV3_4_0,
|
|
51
47
|
metaSchemaV3_4_0,
|
|
48
|
+
projectSchemaV3_3_0,
|
|
52
49
|
metaSchemaV3_3_0,
|
|
50
|
+
projectSchemaV3_2_0,
|
|
53
51
|
metaSchemaV3_2_0,
|
|
52
|
+
projectSchemaV3_1_0,
|
|
54
53
|
metaSchemaV3_1_0,
|
|
54
|
+
projectSchemaV3_0_0,
|
|
55
55
|
metaSchemaV3_0_0,
|
|
56
|
+
projectSchemaV1_0_0,
|
|
56
57
|
metaSchemaV1_0_0
|
|
57
58
|
];
|