@takeshape/schema 11.40.0 → 11.41.0
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/dist/cjs/package.json +1 -0
- package/dist/cjs/src/agents.js +58 -0
- package/dist/cjs/src/api-version.js +24 -0
- package/dist/cjs/src/auth-schemas.js +8 -0
- package/dist/cjs/src/builtin-schema.js +616 -0
- package/dist/cjs/src/constants.js +4 -0
- package/dist/cjs/src/content-schema-transform.js +175 -0
- package/dist/cjs/src/create-input-schema.js +67 -0
- package/dist/cjs/src/enum.js +13 -0
- package/dist/cjs/src/flatten-templates.js +27 -0
- package/dist/cjs/src/get-is-leaf.js +60 -0
- package/dist/cjs/src/index.js +60 -0
- package/dist/cjs/src/interfaces.js +97 -0
- package/dist/cjs/src/layers/layers.js +308 -0
- package/dist/cjs/src/layers/refs.js +243 -0
- package/dist/cjs/src/layers/type-utils.js +146 -0
- package/dist/cjs/src/layers/visitor.js +43 -0
- package/dist/cjs/src/migration/index.js +140 -0
- package/dist/cjs/src/migration/to/v3.0.0.js +205 -0
- package/dist/cjs/src/migration/to/v3.1.0.js +197 -0
- package/dist/cjs/src/migration/to/v3.10.0.js +72 -0
- package/dist/cjs/src/migration/to/v3.11.0.js +90 -0
- package/dist/cjs/src/migration/to/v3.12.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.12.1.js +12 -0
- package/dist/cjs/src/migration/to/v3.12.2.js +12 -0
- package/dist/cjs/src/migration/to/v3.12.3.js +92 -0
- package/dist/cjs/src/migration/to/v3.13.0.js +22 -0
- package/dist/cjs/src/migration/to/v3.14.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.15.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.16.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.17.0.js +27 -0
- package/dist/cjs/src/migration/to/v3.17.1.js +12 -0
- package/dist/cjs/src/migration/to/v3.18.0.js +69 -0
- package/dist/cjs/src/migration/to/v3.18.1.js +20 -0
- package/dist/cjs/src/migration/to/v3.18.2.js +24 -0
- package/dist/cjs/src/migration/to/v3.19.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.2.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.20.0.js +26 -0
- package/dist/cjs/src/migration/to/v3.21.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.22.0.js +30 -0
- package/dist/cjs/src/migration/to/v3.23.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.24.0.js +13 -0
- package/dist/cjs/src/migration/to/v3.25.0.js +13 -0
- package/dist/cjs/src/migration/to/v3.26.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.27.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.28.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.29.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.3.0.js +15 -0
- package/dist/cjs/src/migration/to/v3.30.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.31.0.js +43 -0
- package/dist/cjs/src/migration/to/v3.32.0.js +59 -0
- package/dist/cjs/src/migration/to/v3.33.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.34.0.js +127 -0
- package/dist/cjs/src/migration/to/v3.35.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.36.0.js +27 -0
- package/dist/cjs/src/migration/to/v3.37.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.38.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.39.0.js +47 -0
- package/dist/cjs/src/migration/to/v3.4.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.40.0.js +31 -0
- package/dist/cjs/src/migration/to/v3.41.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.42.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.43.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.44.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.45.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.46.0.js +37 -0
- package/dist/cjs/src/migration/to/v3.47.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.48.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.49.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.5.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.5.1.js +12 -0
- package/dist/cjs/src/migration/to/v3.50.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.6.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.7.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.8.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.9.0.js +84 -0
- package/dist/cjs/src/migration/types.js +2 -0
- package/dist/cjs/src/migration/utils.js +11 -0
- package/dist/cjs/src/mocks.js +66 -0
- package/dist/cjs/src/models/project-schema.js +99 -0
- package/dist/cjs/src/models/query.js +35 -0
- package/dist/cjs/src/models/service.js +24 -0
- package/dist/cjs/src/models/shape.js +89 -0
- package/dist/cjs/src/patterns.js +2 -0
- package/dist/cjs/src/project-schema/index.js +154 -0
- package/dist/cjs/src/project-schema/latest.js +8 -0
- package/dist/cjs/src/project-schema/migrate.js +197 -0
- package/dist/cjs/src/project-schema/v1.0.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.0.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.1.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.10.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.11.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.12.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.12.1.js +8 -0
- package/dist/cjs/src/project-schema/v3.12.2.js +8 -0
- package/dist/cjs/src/project-schema/v3.12.3.js +8 -0
- package/dist/cjs/src/project-schema/v3.13.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.13.1.js +8 -0
- package/dist/cjs/src/project-schema/v3.14.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.15.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.16.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.17.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.17.1.js +8 -0
- package/dist/cjs/src/project-schema/v3.18.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.18.1.js +8 -0
- package/dist/cjs/src/project-schema/v3.18.2.js +8 -0
- package/dist/cjs/src/project-schema/v3.19.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.2.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.20.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.21.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.22.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.23.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.24.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.25.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.26.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.27.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.28.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.29.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.3.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.30.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.31.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.32.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.33.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.34.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.35.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.36.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.37.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.38.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.39.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.4.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.40.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.41.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.42.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.43.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.44.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.45.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.46.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.47.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.48.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.49.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.5.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.5.1.js +8 -0
- package/dist/cjs/src/project-schema/v3.50.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.6.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.7.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.8.0.js +8 -0
- package/dist/cjs/src/project-schema/v3.9.0.js +8 -0
- package/dist/cjs/src/project-schema/v4.0.0.js +8 -0
- package/dist/cjs/src/refs.js +662 -0
- package/dist/cjs/src/relationships.js +237 -0
- package/dist/cjs/src/scalars.js +8 -0
- package/dist/cjs/src/schema-transform.js +83 -0
- package/dist/cjs/src/schema-util.js +1133 -0
- package/dist/cjs/src/schemas/index.js +164 -0
- package/dist/cjs/src/services/services.js +156 -0
- package/dist/cjs/src/services/types.js +2 -0
- package/dist/cjs/src/services/util.js +46 -0
- package/dist/cjs/src/taxonomies.js +28 -0
- package/dist/cjs/src/template-shapes/index.js +38 -0
- package/dist/cjs/src/template-shapes/names.js +27 -0
- package/dist/cjs/src/template-shapes/templates.js +325 -0
- package/dist/cjs/src/template-shapes/types.js +10 -0
- package/dist/cjs/src/template-shapes/where.js +403 -0
- package/dist/cjs/src/types/index.js +19 -0
- package/dist/cjs/src/types/transforms.js +2 -0
- package/dist/cjs/src/types/types.js +21 -0
- package/dist/cjs/src/types/utils.js +345 -0
- package/dist/cjs/src/unions.js +90 -0
- package/dist/cjs/src/user-schema.js +8 -0
- package/dist/cjs/src/util/ai-tools.js +11 -0
- package/dist/cjs/src/util/api-indexing.js +62 -0
- package/dist/cjs/src/util/detect-cycles.js +49 -0
- package/dist/cjs/src/util/find-shape-at-path.js +58 -0
- package/dist/cjs/src/util/form-config.js +68 -0
- package/dist/cjs/src/util/get-conflicting-properties.js +59 -0
- package/dist/cjs/src/util/get-return-shape.js +35 -0
- package/dist/cjs/src/util/has-arg.js +18 -0
- package/dist/cjs/src/util/merge.js +261 -0
- package/dist/cjs/src/util/patch-schema.js +50 -0
- package/dist/cjs/src/util/shapes.js +32 -0
- package/dist/cjs/src/validate.js +1087 -0
- package/dist/cjs/src/versions.js +8 -0
- package/dist/cjs/src/workflows.js +76 -0
- package/dist/esm/package.json +1 -0
- package/dist/esm/src/agents.js +49 -0
- package/dist/esm/src/api-version.js +17 -0
- package/dist/esm/src/auth-schemas.js +7 -0
- package/dist/esm/src/builtin-schema.js +610 -0
- package/dist/esm/src/constants.js +1 -0
- package/dist/esm/src/content-schema-transform.js +162 -0
- package/dist/esm/src/create-input-schema.js +60 -0
- package/dist/esm/src/enum.js +9 -0
- package/dist/esm/src/flatten-templates.js +20 -0
- package/dist/esm/src/get-is-leaf.js +56 -0
- package/dist/esm/src/index.js +44 -0
- package/dist/esm/src/interfaces.js +83 -0
- package/dist/esm/src/layers/layers.js +295 -0
- package/dist/esm/src/layers/refs.js +220 -0
- package/dist/esm/src/layers/type-utils.js +118 -0
- package/dist/esm/src/layers/visitor.js +38 -0
- package/dist/esm/src/migration/index.js +120 -0
- package/dist/esm/src/migration/to/v3.0.0.js +200 -0
- package/dist/esm/src/migration/to/v3.1.0.js +192 -0
- package/dist/esm/src/migration/to/v3.10.0.js +67 -0
- package/dist/esm/src/migration/to/v3.11.0.js +85 -0
- package/dist/esm/src/migration/to/v3.12.0.js +10 -0
- package/dist/esm/src/migration/to/v3.12.1.js +10 -0
- package/dist/esm/src/migration/to/v3.12.2.js +10 -0
- package/dist/esm/src/migration/to/v3.12.3.js +87 -0
- package/dist/esm/src/migration/to/v3.13.0.js +17 -0
- package/dist/esm/src/migration/to/v3.14.0.js +10 -0
- package/dist/esm/src/migration/to/v3.15.0.js +10 -0
- package/dist/esm/src/migration/to/v3.16.0.js +10 -0
- package/dist/esm/src/migration/to/v3.17.0.js +22 -0
- package/dist/esm/src/migration/to/v3.17.1.js +10 -0
- package/dist/esm/src/migration/to/v3.18.0.js +64 -0
- package/dist/esm/src/migration/to/v3.18.1.js +15 -0
- package/dist/esm/src/migration/to/v3.18.2.js +19 -0
- package/dist/esm/src/migration/to/v3.19.0.js +10 -0
- package/dist/esm/src/migration/to/v3.2.0.js +10 -0
- package/dist/esm/src/migration/to/v3.20.0.js +21 -0
- package/dist/esm/src/migration/to/v3.21.0.js +10 -0
- package/dist/esm/src/migration/to/v3.22.0.js +25 -0
- package/dist/esm/src/migration/to/v3.23.0.js +10 -0
- package/dist/esm/src/migration/to/v3.24.0.js +11 -0
- package/dist/esm/src/migration/to/v3.25.0.js +11 -0
- package/dist/esm/src/migration/to/v3.26.0.js +10 -0
- package/dist/esm/src/migration/to/v3.27.0.js +10 -0
- package/dist/esm/src/migration/to/v3.28.0.js +10 -0
- package/dist/esm/src/migration/to/v3.29.0.js +10 -0
- package/dist/esm/src/migration/to/v3.3.0.js +13 -0
- package/dist/esm/src/migration/to/v3.30.0.js +10 -0
- package/dist/esm/src/migration/to/v3.31.0.js +38 -0
- package/dist/esm/src/migration/to/v3.32.0.js +57 -0
- package/dist/esm/src/migration/to/v3.33.0.js +10 -0
- package/dist/esm/src/migration/to/v3.34.0.js +119 -0
- package/dist/esm/src/migration/to/v3.35.0.js +10 -0
- package/dist/esm/src/migration/to/v3.36.0.js +22 -0
- package/dist/esm/src/migration/to/v3.37.0.js +10 -0
- package/dist/esm/src/migration/to/v3.38.0.js +10 -0
- package/dist/esm/src/migration/to/v3.39.0.js +45 -0
- package/dist/esm/src/migration/to/v3.4.0.js +10 -0
- package/dist/esm/src/migration/to/v3.40.0.js +26 -0
- package/dist/esm/src/migration/to/v3.41.0.js +10 -0
- package/dist/esm/src/migration/to/v3.42.0.js +10 -0
- package/dist/esm/src/migration/to/v3.43.0.js +10 -0
- package/dist/esm/src/migration/to/v3.44.0.js +10 -0
- package/dist/esm/src/migration/to/v3.45.0.js +10 -0
- package/dist/esm/src/migration/to/v3.46.0.js +35 -0
- package/dist/esm/src/migration/to/v3.47.0.js +10 -0
- package/dist/esm/src/migration/to/v3.48.0.js +10 -0
- package/dist/esm/src/migration/to/v3.49.0.js +10 -0
- package/dist/esm/src/migration/to/v3.5.0.js +10 -0
- package/dist/esm/src/migration/to/v3.5.1.js +10 -0
- package/dist/esm/src/migration/to/v3.50.0.js +10 -0
- package/dist/esm/src/migration/to/v3.6.0.js +10 -0
- package/dist/esm/src/migration/to/v3.7.0.js +10 -0
- package/dist/esm/src/migration/to/v3.8.0.js +10 -0
- package/dist/esm/src/migration/to/v3.9.0.js +79 -0
- package/dist/esm/src/migration/types.js +1 -0
- package/dist/esm/src/migration/utils.js +6 -0
- package/dist/esm/src/mocks.js +58 -0
- package/dist/esm/src/models/project-schema.js +92 -0
- package/dist/esm/src/models/query.js +31 -0
- package/dist/esm/src/models/service.js +20 -0
- package/dist/esm/src/models/shape.js +85 -0
- package/dist/esm/src/patterns.js +1 -0
- package/dist/esm/src/project-schema/index.js +136 -0
- package/dist/esm/src/project-schema/latest.js +7 -0
- package/dist/esm/src/project-schema/migrate.js +192 -0
- package/dist/esm/src/project-schema/v1.0.0.js +7 -0
- package/dist/esm/src/project-schema/v3.0.0.js +7 -0
- package/dist/esm/src/project-schema/v3.1.0.js +7 -0
- package/dist/esm/src/project-schema/v3.10.0.js +7 -0
- package/dist/esm/src/project-schema/v3.11.0.js +7 -0
- package/dist/esm/src/project-schema/v3.12.0.js +7 -0
- package/dist/esm/src/project-schema/v3.12.1.js +7 -0
- package/dist/esm/src/project-schema/v3.12.2.js +7 -0
- package/dist/esm/src/project-schema/v3.12.3.js +7 -0
- package/dist/esm/src/project-schema/v3.13.0.js +7 -0
- package/dist/esm/src/project-schema/v3.13.1.js +7 -0
- package/dist/esm/src/project-schema/v3.14.0.js +7 -0
- package/dist/esm/src/project-schema/v3.15.0.js +7 -0
- package/dist/esm/src/project-schema/v3.16.0.js +7 -0
- package/dist/esm/src/project-schema/v3.17.0.js +7 -0
- package/dist/esm/src/project-schema/v3.17.1.js +7 -0
- package/dist/esm/src/project-schema/v3.18.0.js +7 -0
- package/dist/esm/src/project-schema/v3.18.1.js +7 -0
- package/dist/esm/src/project-schema/v3.18.2.js +7 -0
- package/dist/esm/src/project-schema/v3.19.0.js +7 -0
- package/dist/esm/src/project-schema/v3.2.0.js +7 -0
- package/dist/esm/src/project-schema/v3.20.0.js +7 -0
- package/dist/esm/src/project-schema/v3.21.0.js +7 -0
- package/dist/esm/src/project-schema/v3.22.0.js +7 -0
- package/dist/esm/src/project-schema/v3.23.0.js +7 -0
- package/dist/esm/src/project-schema/v3.24.0.js +7 -0
- package/dist/esm/src/project-schema/v3.25.0.js +7 -0
- package/dist/esm/src/project-schema/v3.26.0.js +7 -0
- package/dist/esm/src/project-schema/v3.27.0.js +7 -0
- package/dist/esm/src/project-schema/v3.28.0.js +7 -0
- package/dist/esm/src/project-schema/v3.29.0.js +7 -0
- package/dist/esm/src/project-schema/v3.3.0.js +7 -0
- package/dist/esm/src/project-schema/v3.30.0.js +7 -0
- package/dist/esm/src/project-schema/v3.31.0.js +7 -0
- package/dist/esm/src/project-schema/v3.32.0.js +7 -0
- package/dist/esm/src/project-schema/v3.33.0.js +7 -0
- package/dist/esm/src/project-schema/v3.34.0.js +7 -0
- package/dist/esm/src/project-schema/v3.35.0.js +7 -0
- package/dist/esm/src/project-schema/v3.36.0.js +7 -0
- package/dist/esm/src/project-schema/v3.37.0.js +7 -0
- package/dist/esm/src/project-schema/v3.38.0.js +7 -0
- package/dist/esm/src/project-schema/v3.39.0.js +7 -0
- package/dist/esm/src/project-schema/v3.4.0.js +7 -0
- package/dist/esm/src/project-schema/v3.40.0.js +7 -0
- package/dist/esm/src/project-schema/v3.41.0.js +7 -0
- package/dist/esm/src/project-schema/v3.42.0.js +7 -0
- package/dist/esm/src/project-schema/v3.43.0.js +7 -0
- package/dist/esm/src/project-schema/v3.44.0.js +7 -0
- package/dist/esm/src/project-schema/v3.45.0.js +7 -0
- package/dist/esm/src/project-schema/v3.46.0.js +7 -0
- package/dist/esm/src/project-schema/v3.47.0.js +7 -0
- package/dist/esm/src/project-schema/v3.48.0.js +7 -0
- package/dist/esm/src/project-schema/v3.49.0.js +7 -0
- package/dist/esm/src/project-schema/v3.5.0.js +7 -0
- package/dist/esm/src/project-schema/v3.5.1.js +7 -0
- package/dist/esm/src/project-schema/v3.50.0.js +7 -0
- package/dist/esm/src/project-schema/v3.6.0.js +7 -0
- package/dist/esm/src/project-schema/v3.7.0.js +7 -0
- package/dist/esm/src/project-schema/v3.8.0.js +7 -0
- package/dist/esm/src/project-schema/v3.9.0.js +7 -0
- package/dist/esm/src/project-schema/v4.0.0.js +7 -0
- package/dist/esm/src/refs.js +598 -0
- package/dist/esm/src/relationships.js +222 -0
- package/dist/esm/src/scalars.js +4 -0
- package/dist/esm/src/schema-transform.js +74 -0
- package/dist/esm/src/schema-util.js +1069 -0
- package/dist/esm/src/schemas/index.js +154 -0
- package/dist/esm/src/services/services.js +144 -0
- package/dist/esm/src/services/types.js +1 -0
- package/dist/esm/src/services/util.js +36 -0
- package/dist/esm/src/taxonomies.js +24 -0
- package/dist/esm/src/template-shapes/index.js +33 -0
- package/dist/esm/src/template-shapes/names.js +21 -0
- package/dist/esm/src/template-shapes/templates.js +313 -0
- package/dist/esm/src/template-shapes/types.js +7 -0
- package/dist/esm/src/template-shapes/where.js +391 -0
- package/dist/esm/src/types/index.js +3 -0
- package/dist/esm/src/types/transforms.js +1 -0
- package/dist/esm/src/types/types.js +18 -0
- package/dist/esm/src/types/utils.js +279 -0
- package/dist/esm/src/unions.js +79 -0
- package/dist/esm/src/user-schema.js +7 -0
- package/dist/esm/src/util/ai-tools.js +6 -0
- package/dist/esm/src/util/api-indexing.js +57 -0
- package/dist/esm/src/util/detect-cycles.js +45 -0
- package/dist/esm/src/util/find-shape-at-path.js +53 -0
- package/dist/esm/src/util/form-config.js +63 -0
- package/dist/esm/src/util/get-conflicting-properties.js +55 -0
- package/dist/esm/src/util/get-return-shape.js +30 -0
- package/dist/esm/src/util/has-arg.js +13 -0
- package/dist/esm/src/util/merge.js +247 -0
- package/dist/esm/src/util/patch-schema.js +42 -0
- package/dist/esm/src/util/shapes.js +22 -0
- package/dist/esm/src/validate.js +1073 -0
- package/dist/esm/src/versions.js +4 -0
- package/dist/esm/src/workflows.js +66 -0
- package/dist/types/src/agents.d.ts +11 -0
- package/dist/types/src/api-version.d.ts +5 -0
- package/dist/types/src/auth-schemas.d.ts +104 -0
- package/dist/types/src/builtin-schema.d.ts +8 -0
- package/dist/types/src/constants.d.ts +1 -0
- package/dist/types/src/content-schema-transform.d.ts +35 -0
- package/dist/types/src/create-input-schema.d.ts +9 -0
- package/dist/types/src/enum.d.ts +2 -0
- package/dist/types/src/flatten-templates.d.ts +2 -0
- package/dist/types/src/get-is-leaf.d.ts +3 -0
- package/dist/types/src/index.d.ts +46 -0
- package/dist/types/src/interfaces.d.ts +12 -0
- package/dist/types/src/layers/layers.d.ts +26 -0
- package/dist/types/src/layers/refs.d.ts +103 -0
- package/dist/types/src/layers/type-utils.d.ts +59 -0
- package/dist/types/src/layers/visitor.d.ts +5 -0
- package/dist/types/src/migration/index.d.ts +63 -0
- package/dist/types/src/migration/to/v3.0.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.1.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.10.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.11.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.12.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.12.1.d.ts +4 -0
- package/dist/types/src/migration/to/v3.12.2.d.ts +4 -0
- package/dist/types/src/migration/to/v3.12.3.d.ts +4 -0
- package/dist/types/src/migration/to/v3.13.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.14.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.15.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.16.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.17.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.17.1.d.ts +4 -0
- package/dist/types/src/migration/to/v3.18.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.18.1.d.ts +4 -0
- package/dist/types/src/migration/to/v3.18.2.d.ts +4 -0
- package/dist/types/src/migration/to/v3.19.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.2.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.20.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.21.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.22.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.23.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.24.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.25.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.26.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.27.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.28.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.29.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.3.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.30.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.31.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.32.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.33.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.34.0.d.ts +6 -0
- package/dist/types/src/migration/to/v3.35.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.36.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.37.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.38.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.39.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.4.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.40.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.41.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.42.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.43.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.44.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.45.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.46.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.47.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.48.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.49.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.5.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.5.1.d.ts +4 -0
- package/dist/types/src/migration/to/v3.50.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.6.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.7.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.8.0.d.ts +4 -0
- package/dist/types/src/migration/to/v3.9.0.d.ts +4 -0
- package/dist/types/src/migration/types.d.ts +20 -0
- package/dist/types/src/migration/utils.d.ts +2 -0
- package/dist/types/src/mocks.d.ts +13 -0
- package/dist/types/src/models/project-schema.d.ts +35 -0
- package/dist/types/src/models/query.d.ts +17 -0
- package/dist/types/src/models/service.d.ts +12 -0
- package/dist/types/src/models/shape.d.ts +41 -0
- package/dist/types/src/patterns.d.ts +12 -0
- package/dist/types/src/project-schema/index.d.ts +184 -0
- package/dist/types/src/project-schema/latest.d.ts +2032 -0
- package/dist/types/src/project-schema/migrate.d.ts +4 -0
- package/dist/types/src/project-schema/v1.0.0.d.ts +299 -0
- package/dist/types/src/project-schema/v3.0.0.d.ts +478 -0
- package/dist/types/src/project-schema/v3.1.0.d.ts +621 -0
- package/dist/types/src/project-schema/v3.10.0.d.ts +1201 -0
- package/dist/types/src/project-schema/v3.11.0.d.ts +1210 -0
- package/dist/types/src/project-schema/v3.12.0.d.ts +1214 -0
- package/dist/types/src/project-schema/v3.12.1.d.ts +1273 -0
- package/dist/types/src/project-schema/v3.12.2.d.ts +1283 -0
- package/dist/types/src/project-schema/v3.12.3.d.ts +1306 -0
- package/dist/types/src/project-schema/v3.13.0.d.ts +1317 -0
- package/dist/types/src/project-schema/v3.13.1.d.ts +1412 -0
- package/dist/types/src/project-schema/v3.14.0.d.ts +1436 -0
- package/dist/types/src/project-schema/v3.15.0.d.ts +1458 -0
- package/dist/types/src/project-schema/v3.16.0.d.ts +1470 -0
- package/dist/types/src/project-schema/v3.17.0.d.ts +1467 -0
- package/dist/types/src/project-schema/v3.17.1.d.ts +1468 -0
- package/dist/types/src/project-schema/v3.18.0.d.ts +1333 -0
- package/dist/types/src/project-schema/v3.18.1.d.ts +1332 -0
- package/dist/types/src/project-schema/v3.18.2.d.ts +1332 -0
- package/dist/types/src/project-schema/v3.19.0.d.ts +1336 -0
- package/dist/types/src/project-schema/v3.2.0.d.ts +632 -0
- package/dist/types/src/project-schema/v3.20.0.d.ts +1336 -0
- package/dist/types/src/project-schema/v3.21.0.d.ts +1338 -0
- package/dist/types/src/project-schema/v3.22.0.d.ts +1344 -0
- package/dist/types/src/project-schema/v3.23.0.d.ts +1376 -0
- package/dist/types/src/project-schema/v3.24.0.d.ts +1364 -0
- package/dist/types/src/project-schema/v3.25.0.d.ts +1363 -0
- package/dist/types/src/project-schema/v3.26.0.d.ts +1388 -0
- package/dist/types/src/project-schema/v3.27.0.d.ts +1397 -0
- package/dist/types/src/project-schema/v3.28.0.d.ts +1416 -0
- package/dist/types/src/project-schema/v3.29.0.d.ts +1423 -0
- package/dist/types/src/project-schema/v3.3.0.d.ts +632 -0
- package/dist/types/src/project-schema/v3.30.0.d.ts +1416 -0
- package/dist/types/src/project-schema/v3.31.0.d.ts +1448 -0
- package/dist/types/src/project-schema/v3.32.0.d.ts +1439 -0
- package/dist/types/src/project-schema/v3.33.0.d.ts +1445 -0
- package/dist/types/src/project-schema/v3.34.0.d.ts +1445 -0
- package/dist/types/src/project-schema/v3.35.0.d.ts +1464 -0
- package/dist/types/src/project-schema/v3.36.0.d.ts +1470 -0
- package/dist/types/src/project-schema/v3.37.0.d.ts +1522 -0
- package/dist/types/src/project-schema/v3.38.0.d.ts +1522 -0
- package/dist/types/src/project-schema/v3.39.0.d.ts +1529 -0
- package/dist/types/src/project-schema/v3.4.0.d.ts +624 -0
- package/dist/types/src/project-schema/v3.40.0.d.ts +1530 -0
- package/dist/types/src/project-schema/v3.41.0.d.ts +1530 -0
- package/dist/types/src/project-schema/v3.42.0.d.ts +1534 -0
- package/dist/types/src/project-schema/v3.43.0.d.ts +1536 -0
- package/dist/types/src/project-schema/v3.44.0.d.ts +1621 -0
- package/dist/types/src/project-schema/v3.45.0.d.ts +1650 -0
- package/dist/types/src/project-schema/v3.46.0.d.ts +1703 -0
- package/dist/types/src/project-schema/v3.47.0.d.ts +1736 -0
- package/dist/types/src/project-schema/v3.48.0.d.ts +1989 -0
- package/dist/types/src/project-schema/v3.49.0.d.ts +1998 -0
- package/dist/types/src/project-schema/v3.5.0.d.ts +649 -0
- package/dist/types/src/project-schema/v3.5.1.d.ts +649 -0
- package/dist/types/src/project-schema/v3.50.0.d.ts +2032 -0
- package/dist/types/src/project-schema/v3.6.0.d.ts +658 -0
- package/dist/types/src/project-schema/v3.7.0.d.ts +961 -0
- package/dist/types/src/project-schema/v3.8.0.d.ts +979 -0
- package/dist/types/src/project-schema/v3.9.0.d.ts +1178 -0
- package/dist/types/src/project-schema/v4.0.0.d.ts +1328 -0
- package/dist/types/src/refs.d.ts +227 -0
- package/dist/types/src/relationships.d.ts +36 -0
- package/dist/types/src/scalars.d.ts +2 -0
- package/dist/types/src/schema-transform.d.ts +19 -0
- package/dist/types/src/schema-util.d.ts +211 -0
- package/dist/types/src/schemas/index.d.ts +6 -0
- package/dist/types/src/services/services.d.ts +31 -0
- package/dist/types/src/services/types.d.ts +11 -0
- package/dist/types/src/services/util.d.ts +16 -0
- package/dist/types/src/taxonomies.d.ts +15 -0
- package/dist/types/src/template-shapes/index.d.ts +7 -0
- package/dist/types/src/template-shapes/names.d.ts +10 -0
- package/dist/types/src/template-shapes/templates.d.ts +32 -0
- package/dist/types/src/template-shapes/types.d.ts +15 -0
- package/dist/types/src/template-shapes/where.d.ts +37 -0
- package/dist/types/src/types/index.d.ts +3 -0
- package/dist/types/src/types/transforms.d.ts +13 -0
- package/dist/types/src/types/types.d.ts +210 -0
- package/dist/types/src/types/utils.d.ts +117 -0
- package/dist/types/src/unions.d.ts +14 -0
- package/dist/types/src/user-schema.d.ts +38 -0
- package/dist/types/src/util/ai-tools.d.ts +3 -0
- package/dist/types/src/util/api-indexing.d.ts +9 -0
- package/dist/types/src/util/detect-cycles.d.ts +7 -0
- package/dist/types/src/util/find-shape-at-path.d.ts +21 -0
- package/dist/types/src/util/form-config.d.ts +11 -0
- package/dist/types/src/util/get-conflicting-properties.d.ts +6 -0
- package/dist/types/src/util/get-return-shape.d.ts +4 -0
- package/dist/types/src/util/has-arg.d.ts +4 -0
- package/dist/types/src/util/merge.d.ts +15 -0
- package/dist/types/src/util/patch-schema.d.ts +8 -0
- package/dist/types/src/util/shapes.d.ts +5 -0
- package/dist/types/src/validate.d.ts +70 -0
- package/dist/types/src/versions.d.ts +4 -0
- package/dist/types/src/workflows.d.ts +14 -0
- package/dist/types/tsconfig.types.tsbuildinfo +1 -0
- package/package.json +47 -23
- package/dist/agents.d.ts +0 -12
- package/dist/agents.d.ts.map +0 -1
- package/dist/agents.js +0 -61
- package/dist/api-version.d.ts +0 -6
- package/dist/api-version.d.ts.map +0 -1
- package/dist/api-version.js +0 -25
- package/dist/auth-schemas.d.ts +0 -105
- package/dist/auth-schemas.d.ts.map +0 -1
- package/dist/auth-schemas.js +0 -5
- package/dist/builtin-schema.d.ts +0 -9
- package/dist/builtin-schema.d.ts.map +0 -1
- package/dist/builtin-schema.js +0 -681
- package/dist/content-schema-transform.d.ts +0 -48
- package/dist/content-schema-transform.d.ts.map +0 -1
- package/dist/content-schema-transform.js +0 -207
- package/dist/create-input-schema.d.ts +0 -10
- package/dist/create-input-schema.d.ts.map +0 -1
- package/dist/create-input-schema.js +0 -74
- package/dist/enum.d.ts +0 -3
- package/dist/enum.d.ts.map +0 -1
- package/dist/enum.js +0 -15
- package/dist/flatten-templates.d.ts +0 -3
- package/dist/flatten-templates.d.ts.map +0 -1
- package/dist/flatten-templates.js +0 -30
- package/dist/get-is-leaf.d.ts +0 -4
- package/dist/get-is-leaf.d.ts.map +0 -1
- package/dist/get-is-leaf.js +0 -58
- package/dist/index.d.ts +0 -33
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -335
- package/dist/interfaces.d.ts +0 -13
- package/dist/interfaces.d.ts.map +0 -1
- package/dist/interfaces.js +0 -99
- package/dist/layers/layers.d.ts +0 -27
- package/dist/layers/layers.d.ts.map +0 -1
- package/dist/layers/layers.js +0 -324
- package/dist/layers/refs.d.ts +0 -104
- package/dist/layers/refs.d.ts.map +0 -1
- package/dist/layers/refs.js +0 -279
- package/dist/layers/type-utils.d.ts +0 -60
- package/dist/layers/type-utils.d.ts.map +0 -1
- package/dist/layers/type-utils.js +0 -166
- package/dist/layers/visitor.d.ts +0 -6
- package/dist/layers/visitor.d.ts.map +0 -1
- package/dist/layers/visitor.js +0 -42
- package/dist/migration/index.d.ts +0 -64
- package/dist/migration/index.d.ts.map +0 -1
- package/dist/migration/index.js +0 -142
- package/dist/migration/to/utils/v3.34.0-utils.d.ts +0 -1
- package/dist/migration/to/utils/v3.34.0-utils.d.ts.map +0 -1
- package/dist/migration/to/utils/v3.34.0-utils.js +0 -1
- package/dist/migration/to/v3.0.0.d.ts +0 -5
- package/dist/migration/to/v3.0.0.d.ts.map +0 -1
- package/dist/migration/to/v3.0.0.js +0 -263
- package/dist/migration/to/v3.1.0.d.ts +0 -5
- package/dist/migration/to/v3.1.0.d.ts.map +0 -1
- package/dist/migration/to/v3.1.0.js +0 -206
- package/dist/migration/to/v3.10.0.d.ts +0 -5
- package/dist/migration/to/v3.10.0.d.ts.map +0 -1
- package/dist/migration/to/v3.10.0.js +0 -91
- package/dist/migration/to/v3.11.0.d.ts +0 -5
- package/dist/migration/to/v3.11.0.d.ts.map +0 -1
- package/dist/migration/to/v3.11.0.js +0 -97
- package/dist/migration/to/v3.12.0.d.ts +0 -5
- package/dist/migration/to/v3.12.0.d.ts.map +0 -1
- package/dist/migration/to/v3.12.0.js +0 -16
- package/dist/migration/to/v3.12.1.d.ts +0 -5
- package/dist/migration/to/v3.12.1.d.ts.map +0 -1
- package/dist/migration/to/v3.12.1.js +0 -16
- package/dist/migration/to/v3.12.2.d.ts +0 -5
- package/dist/migration/to/v3.12.2.d.ts.map +0 -1
- package/dist/migration/to/v3.12.2.js +0 -16
- package/dist/migration/to/v3.12.3.d.ts +0 -5
- package/dist/migration/to/v3.12.3.d.ts.map +0 -1
- package/dist/migration/to/v3.12.3.js +0 -83
- package/dist/migration/to/v3.13.0.d.ts +0 -5
- package/dist/migration/to/v3.13.0.d.ts.map +0 -1
- package/dist/migration/to/v3.13.0.js +0 -26
- package/dist/migration/to/v3.14.0.d.ts +0 -5
- package/dist/migration/to/v3.14.0.d.ts.map +0 -1
- package/dist/migration/to/v3.14.0.js +0 -16
- package/dist/migration/to/v3.15.0.d.ts +0 -5
- package/dist/migration/to/v3.15.0.d.ts.map +0 -1
- package/dist/migration/to/v3.15.0.js +0 -16
- package/dist/migration/to/v3.16.0.d.ts +0 -5
- package/dist/migration/to/v3.16.0.d.ts.map +0 -1
- package/dist/migration/to/v3.16.0.js +0 -16
- package/dist/migration/to/v3.17.0.d.ts +0 -5
- package/dist/migration/to/v3.17.0.d.ts.map +0 -1
- package/dist/migration/to/v3.17.0.js +0 -34
- package/dist/migration/to/v3.17.1.d.ts +0 -5
- package/dist/migration/to/v3.17.1.d.ts.map +0 -1
- package/dist/migration/to/v3.17.1.js +0 -16
- package/dist/migration/to/v3.18.0.d.ts +0 -5
- package/dist/migration/to/v3.18.0.d.ts.map +0 -1
- package/dist/migration/to/v3.18.0.js +0 -71
- package/dist/migration/to/v3.18.1.d.ts +0 -5
- package/dist/migration/to/v3.18.1.d.ts.map +0 -1
- package/dist/migration/to/v3.18.1.js +0 -22
- package/dist/migration/to/v3.18.2.d.ts +0 -5
- package/dist/migration/to/v3.18.2.d.ts.map +0 -1
- package/dist/migration/to/v3.18.2.js +0 -29
- package/dist/migration/to/v3.19.0.d.ts +0 -5
- package/dist/migration/to/v3.19.0.d.ts.map +0 -1
- package/dist/migration/to/v3.19.0.js +0 -16
- package/dist/migration/to/v3.2.0.d.ts +0 -5
- package/dist/migration/to/v3.2.0.d.ts.map +0 -1
- package/dist/migration/to/v3.2.0.js +0 -16
- package/dist/migration/to/v3.20.0.d.ts +0 -5
- package/dist/migration/to/v3.20.0.d.ts.map +0 -1
- package/dist/migration/to/v3.20.0.js +0 -32
- package/dist/migration/to/v3.21.0.d.ts +0 -5
- package/dist/migration/to/v3.21.0.d.ts.map +0 -1
- package/dist/migration/to/v3.21.0.js +0 -16
- package/dist/migration/to/v3.22.0.d.ts +0 -5
- package/dist/migration/to/v3.22.0.d.ts.map +0 -1
- package/dist/migration/to/v3.22.0.js +0 -38
- package/dist/migration/to/v3.23.0.d.ts +0 -5
- package/dist/migration/to/v3.23.0.d.ts.map +0 -1
- package/dist/migration/to/v3.23.0.js +0 -16
- package/dist/migration/to/v3.24.0.d.ts +0 -5
- package/dist/migration/to/v3.24.0.d.ts.map +0 -1
- package/dist/migration/to/v3.24.0.js +0 -22
- package/dist/migration/to/v3.25.0.d.ts +0 -5
- package/dist/migration/to/v3.25.0.d.ts.map +0 -1
- package/dist/migration/to/v3.25.0.js +0 -20
- package/dist/migration/to/v3.26.0.d.ts +0 -5
- package/dist/migration/to/v3.26.0.d.ts.map +0 -1
- package/dist/migration/to/v3.26.0.js +0 -16
- package/dist/migration/to/v3.27.0.d.ts +0 -5
- package/dist/migration/to/v3.27.0.d.ts.map +0 -1
- package/dist/migration/to/v3.27.0.js +0 -16
- package/dist/migration/to/v3.28.0.d.ts +0 -5
- package/dist/migration/to/v3.28.0.d.ts.map +0 -1
- package/dist/migration/to/v3.28.0.js +0 -16
- package/dist/migration/to/v3.29.0.d.ts +0 -5
- package/dist/migration/to/v3.29.0.d.ts.map +0 -1
- package/dist/migration/to/v3.29.0.js +0 -16
- package/dist/migration/to/v3.3.0.d.ts +0 -5
- package/dist/migration/to/v3.3.0.d.ts.map +0 -1
- package/dist/migration/to/v3.3.0.js +0 -22
- package/dist/migration/to/v3.30.0.d.ts +0 -5
- package/dist/migration/to/v3.30.0.d.ts.map +0 -1
- package/dist/migration/to/v3.30.0.js +0 -16
- package/dist/migration/to/v3.31.0.d.ts +0 -5
- package/dist/migration/to/v3.31.0.d.ts.map +0 -1
- package/dist/migration/to/v3.31.0.js +0 -42
- package/dist/migration/to/v3.32.0.d.ts +0 -5
- package/dist/migration/to/v3.32.0.d.ts.map +0 -1
- package/dist/migration/to/v3.32.0.js +0 -97
- package/dist/migration/to/v3.33.0.d.ts +0 -5
- package/dist/migration/to/v3.33.0.d.ts.map +0 -1
- package/dist/migration/to/v3.33.0.js +0 -16
- package/dist/migration/to/v3.34.0.d.ts +0 -7
- package/dist/migration/to/v3.34.0.d.ts.map +0 -1
- package/dist/migration/to/v3.34.0.js +0 -150
- package/dist/migration/to/v3.35.0.d.ts +0 -5
- package/dist/migration/to/v3.35.0.d.ts.map +0 -1
- package/dist/migration/to/v3.35.0.js +0 -16
- package/dist/migration/to/v3.36.0.d.ts +0 -5
- package/dist/migration/to/v3.36.0.d.ts.map +0 -1
- package/dist/migration/to/v3.36.0.js +0 -29
- package/dist/migration/to/v3.37.0.d.ts +0 -5
- package/dist/migration/to/v3.37.0.d.ts.map +0 -1
- package/dist/migration/to/v3.37.0.js +0 -16
- package/dist/migration/to/v3.38.0.d.ts +0 -5
- package/dist/migration/to/v3.38.0.d.ts.map +0 -1
- package/dist/migration/to/v3.38.0.js +0 -16
- package/dist/migration/to/v3.39.0.d.ts +0 -5
- package/dist/migration/to/v3.39.0.d.ts.map +0 -1
- package/dist/migration/to/v3.39.0.js +0 -54
- package/dist/migration/to/v3.4.0.d.ts +0 -5
- package/dist/migration/to/v3.4.0.d.ts.map +0 -1
- package/dist/migration/to/v3.4.0.js +0 -16
- package/dist/migration/to/v3.40.0.d.ts +0 -5
- package/dist/migration/to/v3.40.0.d.ts.map +0 -1
- package/dist/migration/to/v3.40.0.js +0 -33
- package/dist/migration/to/v3.41.0.d.ts +0 -5
- package/dist/migration/to/v3.41.0.d.ts.map +0 -1
- package/dist/migration/to/v3.41.0.js +0 -16
- package/dist/migration/to/v3.42.0.d.ts +0 -5
- package/dist/migration/to/v3.42.0.d.ts.map +0 -1
- package/dist/migration/to/v3.42.0.js +0 -16
- package/dist/migration/to/v3.43.0.d.ts +0 -5
- package/dist/migration/to/v3.43.0.d.ts.map +0 -1
- package/dist/migration/to/v3.43.0.js +0 -16
- package/dist/migration/to/v3.44.0.d.ts +0 -5
- package/dist/migration/to/v3.44.0.d.ts.map +0 -1
- package/dist/migration/to/v3.44.0.js +0 -16
- package/dist/migration/to/v3.45.0.d.ts +0 -5
- package/dist/migration/to/v3.45.0.d.ts.map +0 -1
- package/dist/migration/to/v3.45.0.js +0 -16
- package/dist/migration/to/v3.46.0.d.ts +0 -5
- package/dist/migration/to/v3.46.0.d.ts.map +0 -1
- package/dist/migration/to/v3.46.0.js +0 -37
- package/dist/migration/to/v3.47.0.d.ts +0 -5
- package/dist/migration/to/v3.47.0.d.ts.map +0 -1
- package/dist/migration/to/v3.47.0.js +0 -16
- package/dist/migration/to/v3.48.0.d.ts +0 -5
- package/dist/migration/to/v3.48.0.d.ts.map +0 -1
- package/dist/migration/to/v3.48.0.js +0 -16
- package/dist/migration/to/v3.49.0.d.ts +0 -5
- package/dist/migration/to/v3.49.0.d.ts.map +0 -1
- package/dist/migration/to/v3.49.0.js +0 -16
- package/dist/migration/to/v3.5.0.d.ts +0 -5
- package/dist/migration/to/v3.5.0.d.ts.map +0 -1
- package/dist/migration/to/v3.5.0.js +0 -16
- package/dist/migration/to/v3.5.1.d.ts +0 -5
- package/dist/migration/to/v3.5.1.d.ts.map +0 -1
- package/dist/migration/to/v3.5.1.js +0 -16
- package/dist/migration/to/v3.50.0.d.ts +0 -5
- package/dist/migration/to/v3.50.0.d.ts.map +0 -1
- package/dist/migration/to/v3.50.0.js +0 -16
- package/dist/migration/to/v3.6.0.d.ts +0 -5
- package/dist/migration/to/v3.6.0.d.ts.map +0 -1
- package/dist/migration/to/v3.6.0.js +0 -16
- package/dist/migration/to/v3.7.0.d.ts +0 -5
- package/dist/migration/to/v3.7.0.d.ts.map +0 -1
- package/dist/migration/to/v3.7.0.js +0 -16
- package/dist/migration/to/v3.8.0.d.ts +0 -5
- package/dist/migration/to/v3.8.0.d.ts.map +0 -1
- package/dist/migration/to/v3.8.0.js +0 -16
- package/dist/migration/to/v3.9.0.d.ts +0 -5
- package/dist/migration/to/v3.9.0.d.ts.map +0 -1
- package/dist/migration/to/v3.9.0.js +0 -84
- package/dist/migration/types.d.ts +0 -21
- package/dist/migration/types.d.ts.map +0 -1
- package/dist/migration/types.js +0 -5
- package/dist/migration/utils.d.ts +0 -3
- package/dist/migration/utils.d.ts.map +0 -1
- package/dist/migration/utils.js +0 -13
- package/dist/mocks.d.ts +0 -14
- package/dist/mocks.d.ts.map +0 -1
- package/dist/mocks.js +0 -71
- package/dist/models/project-schema.d.ts +0 -36
- package/dist/models/project-schema.d.ts.map +0 -1
- package/dist/models/project-schema.js +0 -98
- package/dist/models/query.d.ts +0 -18
- package/dist/models/query.d.ts.map +0 -1
- package/dist/models/query.js +0 -35
- package/dist/models/service.d.ts +0 -13
- package/dist/models/service.d.ts.map +0 -1
- package/dist/models/service.js +0 -25
- package/dist/models/shape.d.ts +0 -42
- package/dist/models/shape.d.ts.map +0 -1
- package/dist/models/shape.js +0 -86
- package/dist/patterns.d.ts +0 -13
- package/dist/patterns.d.ts.map +0 -1
- package/dist/patterns.js +0 -5
- package/dist/project-schema/index.d.ts +0 -185
- package/dist/project-schema/index.d.ts.map +0 -1
- package/dist/project-schema/index.js +0 -879
- package/dist/project-schema/latest.d.ts +0 -2033
- package/dist/project-schema/latest.d.ts.map +0 -1
- package/dist/project-schema/latest.js +0 -5
- package/dist/project-schema/migrate.d.ts +0 -5
- package/dist/project-schema/migrate.d.ts.map +0 -1
- package/dist/project-schema/migrate.js +0 -201
- package/dist/project-schema/v1.0.0.d.ts +0 -300
- package/dist/project-schema/v1.0.0.d.ts.map +0 -1
- package/dist/project-schema/v1.0.0.js +0 -5
- package/dist/project-schema/v3.0.0.d.ts +0 -479
- package/dist/project-schema/v3.0.0.d.ts.map +0 -1
- package/dist/project-schema/v3.0.0.js +0 -5
- package/dist/project-schema/v3.1.0.d.ts +0 -622
- package/dist/project-schema/v3.1.0.d.ts.map +0 -1
- package/dist/project-schema/v3.1.0.js +0 -5
- package/dist/project-schema/v3.10.0.d.ts +0 -1202
- package/dist/project-schema/v3.10.0.d.ts.map +0 -1
- package/dist/project-schema/v3.10.0.js +0 -5
- package/dist/project-schema/v3.11.0.d.ts +0 -1211
- package/dist/project-schema/v3.11.0.d.ts.map +0 -1
- package/dist/project-schema/v3.11.0.js +0 -5
- package/dist/project-schema/v3.12.0.d.ts +0 -1215
- package/dist/project-schema/v3.12.0.d.ts.map +0 -1
- package/dist/project-schema/v3.12.0.js +0 -5
- package/dist/project-schema/v3.12.1.d.ts +0 -1274
- package/dist/project-schema/v3.12.1.d.ts.map +0 -1
- package/dist/project-schema/v3.12.1.js +0 -5
- package/dist/project-schema/v3.12.2.d.ts +0 -1284
- package/dist/project-schema/v3.12.2.d.ts.map +0 -1
- package/dist/project-schema/v3.12.2.js +0 -5
- package/dist/project-schema/v3.12.3.d.ts +0 -1307
- package/dist/project-schema/v3.12.3.d.ts.map +0 -1
- package/dist/project-schema/v3.12.3.js +0 -5
- package/dist/project-schema/v3.13.0.d.ts +0 -1318
- package/dist/project-schema/v3.13.0.d.ts.map +0 -1
- package/dist/project-schema/v3.13.0.js +0 -5
- package/dist/project-schema/v3.13.1.d.ts +0 -1413
- package/dist/project-schema/v3.13.1.d.ts.map +0 -1
- package/dist/project-schema/v3.13.1.js +0 -5
- package/dist/project-schema/v3.14.0.d.ts +0 -1437
- package/dist/project-schema/v3.14.0.d.ts.map +0 -1
- package/dist/project-schema/v3.14.0.js +0 -5
- package/dist/project-schema/v3.15.0.d.ts +0 -1459
- package/dist/project-schema/v3.15.0.d.ts.map +0 -1
- package/dist/project-schema/v3.15.0.js +0 -5
- package/dist/project-schema/v3.16.0.d.ts +0 -1471
- package/dist/project-schema/v3.16.0.d.ts.map +0 -1
- package/dist/project-schema/v3.16.0.js +0 -5
- package/dist/project-schema/v3.17.0.d.ts +0 -1468
- package/dist/project-schema/v3.17.0.d.ts.map +0 -1
- package/dist/project-schema/v3.17.0.js +0 -5
- package/dist/project-schema/v3.17.1.d.ts +0 -1469
- package/dist/project-schema/v3.17.1.d.ts.map +0 -1
- package/dist/project-schema/v3.17.1.js +0 -5
- package/dist/project-schema/v3.18.0.d.ts +0 -1334
- package/dist/project-schema/v3.18.0.d.ts.map +0 -1
- package/dist/project-schema/v3.18.0.js +0 -5
- package/dist/project-schema/v3.18.1.d.ts +0 -1333
- package/dist/project-schema/v3.18.1.d.ts.map +0 -1
- package/dist/project-schema/v3.18.1.js +0 -5
- package/dist/project-schema/v3.18.2.d.ts +0 -1333
- package/dist/project-schema/v3.18.2.d.ts.map +0 -1
- package/dist/project-schema/v3.18.2.js +0 -5
- package/dist/project-schema/v3.19.0.d.ts +0 -1337
- package/dist/project-schema/v3.19.0.d.ts.map +0 -1
- package/dist/project-schema/v3.19.0.js +0 -5
- package/dist/project-schema/v3.2.0.d.ts +0 -633
- package/dist/project-schema/v3.2.0.d.ts.map +0 -1
- package/dist/project-schema/v3.2.0.js +0 -5
- package/dist/project-schema/v3.20.0.d.ts +0 -1337
- package/dist/project-schema/v3.20.0.d.ts.map +0 -1
- package/dist/project-schema/v3.20.0.js +0 -5
- package/dist/project-schema/v3.21.0.d.ts +0 -1339
- package/dist/project-schema/v3.21.0.d.ts.map +0 -1
- package/dist/project-schema/v3.21.0.js +0 -5
- package/dist/project-schema/v3.22.0.d.ts +0 -1345
- package/dist/project-schema/v3.22.0.d.ts.map +0 -1
- package/dist/project-schema/v3.22.0.js +0 -5
- package/dist/project-schema/v3.23.0.d.ts +0 -1377
- package/dist/project-schema/v3.23.0.d.ts.map +0 -1
- package/dist/project-schema/v3.23.0.js +0 -5
- package/dist/project-schema/v3.24.0.d.ts +0 -1365
- package/dist/project-schema/v3.24.0.d.ts.map +0 -1
- package/dist/project-schema/v3.24.0.js +0 -5
- package/dist/project-schema/v3.25.0.d.ts +0 -1364
- package/dist/project-schema/v3.25.0.d.ts.map +0 -1
- package/dist/project-schema/v3.25.0.js +0 -5
- package/dist/project-schema/v3.26.0.d.ts +0 -1389
- package/dist/project-schema/v3.26.0.d.ts.map +0 -1
- package/dist/project-schema/v3.26.0.js +0 -5
- package/dist/project-schema/v3.27.0.d.ts +0 -1398
- package/dist/project-schema/v3.27.0.d.ts.map +0 -1
- package/dist/project-schema/v3.27.0.js +0 -5
- package/dist/project-schema/v3.28.0.d.ts +0 -1417
- package/dist/project-schema/v3.28.0.d.ts.map +0 -1
- package/dist/project-schema/v3.28.0.js +0 -5
- package/dist/project-schema/v3.29.0.d.ts +0 -1424
- package/dist/project-schema/v3.29.0.d.ts.map +0 -1
- package/dist/project-schema/v3.29.0.js +0 -5
- package/dist/project-schema/v3.3.0.d.ts +0 -633
- package/dist/project-schema/v3.3.0.d.ts.map +0 -1
- package/dist/project-schema/v3.3.0.js +0 -5
- package/dist/project-schema/v3.30.0.d.ts +0 -1417
- package/dist/project-schema/v3.30.0.d.ts.map +0 -1
- package/dist/project-schema/v3.30.0.js +0 -5
- package/dist/project-schema/v3.31.0.d.ts +0 -1449
- package/dist/project-schema/v3.31.0.d.ts.map +0 -1
- package/dist/project-schema/v3.31.0.js +0 -5
- package/dist/project-schema/v3.32.0.d.ts +0 -1440
- package/dist/project-schema/v3.32.0.d.ts.map +0 -1
- package/dist/project-schema/v3.32.0.js +0 -5
- package/dist/project-schema/v3.33.0.d.ts +0 -1446
- package/dist/project-schema/v3.33.0.d.ts.map +0 -1
- package/dist/project-schema/v3.33.0.js +0 -5
- package/dist/project-schema/v3.34.0.d.ts +0 -1446
- package/dist/project-schema/v3.34.0.d.ts.map +0 -1
- package/dist/project-schema/v3.34.0.js +0 -5
- package/dist/project-schema/v3.35.0.d.ts +0 -1465
- package/dist/project-schema/v3.35.0.d.ts.map +0 -1
- package/dist/project-schema/v3.35.0.js +0 -5
- package/dist/project-schema/v3.36.0.d.ts +0 -1471
- package/dist/project-schema/v3.36.0.d.ts.map +0 -1
- package/dist/project-schema/v3.36.0.js +0 -5
- package/dist/project-schema/v3.37.0.d.ts +0 -1523
- package/dist/project-schema/v3.37.0.d.ts.map +0 -1
- package/dist/project-schema/v3.37.0.js +0 -5
- package/dist/project-schema/v3.38.0.d.ts +0 -1523
- package/dist/project-schema/v3.38.0.d.ts.map +0 -1
- package/dist/project-schema/v3.38.0.js +0 -5
- package/dist/project-schema/v3.39.0.d.ts +0 -1530
- package/dist/project-schema/v3.39.0.d.ts.map +0 -1
- package/dist/project-schema/v3.39.0.js +0 -5
- package/dist/project-schema/v3.4.0.d.ts +0 -625
- package/dist/project-schema/v3.4.0.d.ts.map +0 -1
- package/dist/project-schema/v3.4.0.js +0 -5
- package/dist/project-schema/v3.40.0.d.ts +0 -1531
- package/dist/project-schema/v3.40.0.d.ts.map +0 -1
- package/dist/project-schema/v3.40.0.js +0 -5
- package/dist/project-schema/v3.41.0.d.ts +0 -1531
- package/dist/project-schema/v3.41.0.d.ts.map +0 -1
- package/dist/project-schema/v3.41.0.js +0 -5
- package/dist/project-schema/v3.42.0.d.ts +0 -1535
- package/dist/project-schema/v3.42.0.d.ts.map +0 -1
- package/dist/project-schema/v3.42.0.js +0 -5
- package/dist/project-schema/v3.43.0.d.ts +0 -1537
- package/dist/project-schema/v3.43.0.d.ts.map +0 -1
- package/dist/project-schema/v3.43.0.js +0 -5
- package/dist/project-schema/v3.44.0.d.ts +0 -1622
- package/dist/project-schema/v3.44.0.d.ts.map +0 -1
- package/dist/project-schema/v3.44.0.js +0 -5
- package/dist/project-schema/v3.45.0.d.ts +0 -1651
- package/dist/project-schema/v3.45.0.d.ts.map +0 -1
- package/dist/project-schema/v3.45.0.js +0 -5
- package/dist/project-schema/v3.46.0.d.ts +0 -1704
- package/dist/project-schema/v3.46.0.d.ts.map +0 -1
- package/dist/project-schema/v3.46.0.js +0 -5
- package/dist/project-schema/v3.47.0.d.ts +0 -1737
- package/dist/project-schema/v3.47.0.d.ts.map +0 -1
- package/dist/project-schema/v3.47.0.js +0 -5
- package/dist/project-schema/v3.48.0.d.ts +0 -1990
- package/dist/project-schema/v3.48.0.d.ts.map +0 -1
- package/dist/project-schema/v3.48.0.js +0 -5
- package/dist/project-schema/v3.49.0.d.ts +0 -1999
- package/dist/project-schema/v3.49.0.d.ts.map +0 -1
- package/dist/project-schema/v3.49.0.js +0 -5
- package/dist/project-schema/v3.5.0.d.ts +0 -650
- package/dist/project-schema/v3.5.0.d.ts.map +0 -1
- package/dist/project-schema/v3.5.0.js +0 -5
- package/dist/project-schema/v3.5.1.d.ts +0 -650
- package/dist/project-schema/v3.5.1.d.ts.map +0 -1
- package/dist/project-schema/v3.5.1.js +0 -5
- package/dist/project-schema/v3.50.0.d.ts +0 -2033
- package/dist/project-schema/v3.50.0.d.ts.map +0 -1
- package/dist/project-schema/v3.50.0.js +0 -5
- package/dist/project-schema/v3.6.0.d.ts +0 -659
- package/dist/project-schema/v3.6.0.d.ts.map +0 -1
- package/dist/project-schema/v3.6.0.js +0 -5
- package/dist/project-schema/v3.7.0.d.ts +0 -962
- package/dist/project-schema/v3.7.0.d.ts.map +0 -1
- package/dist/project-schema/v3.7.0.js +0 -5
- package/dist/project-schema/v3.8.0.d.ts +0 -980
- package/dist/project-schema/v3.8.0.d.ts.map +0 -1
- package/dist/project-schema/v3.8.0.js +0 -5
- package/dist/project-schema/v3.9.0.d.ts +0 -1179
- package/dist/project-schema/v3.9.0.d.ts.map +0 -1
- package/dist/project-schema/v3.9.0.js +0 -5
- package/dist/project-schema/v4.0.0.d.ts +0 -1329
- package/dist/project-schema/v4.0.0.d.ts.map +0 -1
- package/dist/project-schema/v4.0.0.js +0 -5
- package/dist/refs.d.ts +0 -228
- package/dist/refs.d.ts.map +0 -1
- package/dist/refs.js +0 -754
- package/dist/relationships.d.ts +0 -37
- package/dist/relationships.d.ts.map +0 -1
- package/dist/relationships.js +0 -243
- package/dist/scalars.d.ts +0 -3
- package/dist/scalars.d.ts.map +0 -1
- package/dist/scalars.js +0 -11
- package/dist/schema-transform.d.ts +0 -4
- package/dist/schema-transform.d.ts.map +0 -1
- package/dist/schema-transform.js +0 -47
- package/dist/schema-util.d.ts +0 -220
- package/dist/schema-util.d.ts.map +0 -1
- package/dist/schema-util.js +0 -1247
- package/dist/schemas/index.d.ts +0 -5
- package/dist/schemas/index.d.ts.map +0 -1
- package/dist/schemas/index.js +0 -96
- package/dist/schemas/index.ts +0 -152
- package/dist/services.d.ts +0 -55
- package/dist/services.d.ts.map +0 -1
- package/dist/services.js +0 -168
- package/dist/taxonomies.d.ts +0 -16
- package/dist/taxonomies.d.ts.map +0 -1
- package/dist/taxonomies.js +0 -41
- package/dist/template-shapes/index.d.ts +0 -8
- package/dist/template-shapes/index.d.ts.map +0 -1
- package/dist/template-shapes/index.js +0 -43
- package/dist/template-shapes/templates.d.ts +0 -42
- package/dist/template-shapes/templates.d.ts.map +0 -1
- package/dist/template-shapes/templates.js +0 -423
- package/dist/template-shapes/types.d.ts +0 -16
- package/dist/template-shapes/types.d.ts.map +0 -1
- package/dist/template-shapes/types.js +0 -13
- package/dist/template-shapes/where.d.ts +0 -38
- package/dist/template-shapes/where.d.ts.map +0 -1
- package/dist/template-shapes/where.js +0 -472
- package/dist/types/index.d.ts +0 -3
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -27
- package/dist/types/types.d.ts +0 -211
- package/dist/types/types.d.ts.map +0 -1
- package/dist/types/types.js +0 -60
- package/dist/types/utils.d.ts +0 -116
- package/dist/types/utils.d.ts.map +0 -1
- package/dist/types/utils.js +0 -364
- package/dist/unions.d.ts +0 -28
- package/dist/unions.d.ts.map +0 -1
- package/dist/unions.js +0 -137
- package/dist/user-schema.d.ts +0 -39
- package/dist/user-schema.d.ts.map +0 -1
- package/dist/user-schema.js +0 -5
- package/dist/util/ai-tools.d.ts +0 -4
- package/dist/util/ai-tools.d.ts.map +0 -1
- package/dist/util/ai-tools.js +0 -15
- package/dist/util/api-indexing.d.ts +0 -10
- package/dist/util/api-indexing.d.ts.map +0 -1
- package/dist/util/api-indexing.js +0 -75
- package/dist/util/detect-cycles.d.ts +0 -8
- package/dist/util/detect-cycles.d.ts.map +0 -1
- package/dist/util/detect-cycles.js +0 -54
- package/dist/util/find-shape-at-path.d.ts +0 -22
- package/dist/util/find-shape-at-path.d.ts.map +0 -1
- package/dist/util/find-shape-at-path.js +0 -61
- package/dist/util/form-config.d.ts +0 -12
- package/dist/util/form-config.d.ts.map +0 -1
- package/dist/util/form-config.js +0 -79
- package/dist/util/get-conflicting-properties.d.ts +0 -7
- package/dist/util/get-conflicting-properties.d.ts.map +0 -1
- package/dist/util/get-conflicting-properties.js +0 -59
- package/dist/util/get-return-shape.d.ts +0 -5
- package/dist/util/get-return-shape.d.ts.map +0 -1
- package/dist/util/get-return-shape.js +0 -38
- package/dist/util/has-arg.d.ts +0 -5
- package/dist/util/has-arg.d.ts.map +0 -1
- package/dist/util/has-arg.js +0 -20
- package/dist/util/index.d.ts +0 -11
- package/dist/util/index.d.ts.map +0 -1
- package/dist/util/index.js +0 -115
- package/dist/util/merge.d.ts +0 -16
- package/dist/util/merge.d.ts.map +0 -1
- package/dist/util/merge.js +0 -307
- package/dist/util/patch-schema.d.ts +0 -9
- package/dist/util/patch-schema.d.ts.map +0 -1
- package/dist/util/patch-schema.js +0 -52
- package/dist/validate.d.ts +0 -71
- package/dist/validate.d.ts.map +0 -1
- package/dist/validate.js +0 -1117
- package/dist/versions.d.ts +0 -5
- package/dist/versions.d.ts.map +0 -1
- package/dist/versions.js +0 -17
- package/dist/workflows.d.ts +0 -15
- package/dist/workflows.d.ts.map +0 -1
- package/dist/workflows.js +0 -81
- package/es/agents.js +0 -51
- package/es/api-version.js +0 -17
- package/es/auth-schemas.js +0 -1
- package/es/builtin-schema.js +0 -671
- package/es/content-schema-transform.js +0 -192
- package/es/create-input-schema.js +0 -67
- package/es/enum.js +0 -9
- package/es/flatten-templates.js +0 -23
- package/es/get-is-leaf.js +0 -52
- package/es/index.js +0 -33
- package/es/interfaces.js +0 -85
- package/es/layers/layers.js +0 -311
- package/es/layers/refs.js +0 -256
- package/es/layers/type-utils.js +0 -138
- package/es/layers/visitor.js +0 -35
- package/es/migration/index.js +0 -120
- package/es/migration/to/utils/v3.34.0-utils.js +0 -0
- package/es/migration/to/v3.0.0.js +0 -256
- package/es/migration/to/v3.1.0.js +0 -200
- package/es/migration/to/v3.10.0.js +0 -84
- package/es/migration/to/v3.11.0.js +0 -90
- package/es/migration/to/v3.12.0.js +0 -10
- package/es/migration/to/v3.12.1.js +0 -10
- package/es/migration/to/v3.12.2.js +0 -10
- package/es/migration/to/v3.12.3.js +0 -76
- package/es/migration/to/v3.13.0.js +0 -19
- package/es/migration/to/v3.14.0.js +0 -10
- package/es/migration/to/v3.15.0.js +0 -10
- package/es/migration/to/v3.16.0.js +0 -10
- package/es/migration/to/v3.17.0.js +0 -27
- package/es/migration/to/v3.17.1.js +0 -10
- package/es/migration/to/v3.18.0.js +0 -64
- package/es/migration/to/v3.18.1.js +0 -15
- package/es/migration/to/v3.18.2.js +0 -22
- package/es/migration/to/v3.19.0.js +0 -10
- package/es/migration/to/v3.2.0.js +0 -10
- package/es/migration/to/v3.20.0.js +0 -25
- package/es/migration/to/v3.21.0.js +0 -10
- package/es/migration/to/v3.22.0.js +0 -31
- package/es/migration/to/v3.23.0.js +0 -10
- package/es/migration/to/v3.24.0.js +0 -16
- package/es/migration/to/v3.25.0.js +0 -14
- package/es/migration/to/v3.26.0.js +0 -10
- package/es/migration/to/v3.27.0.js +0 -10
- package/es/migration/to/v3.28.0.js +0 -10
- package/es/migration/to/v3.29.0.js +0 -10
- package/es/migration/to/v3.3.0.js +0 -16
- package/es/migration/to/v3.30.0.js +0 -10
- package/es/migration/to/v3.31.0.js +0 -35
- package/es/migration/to/v3.32.0.js +0 -91
- package/es/migration/to/v3.33.0.js +0 -10
- package/es/migration/to/v3.34.0.js +0 -142
- package/es/migration/to/v3.35.0.js +0 -10
- package/es/migration/to/v3.36.0.js +0 -22
- package/es/migration/to/v3.37.0.js +0 -10
- package/es/migration/to/v3.38.0.js +0 -10
- package/es/migration/to/v3.39.0.js +0 -48
- package/es/migration/to/v3.4.0.js +0 -10
- package/es/migration/to/v3.40.0.js +0 -26
- package/es/migration/to/v3.41.0.js +0 -10
- package/es/migration/to/v3.42.0.js +0 -10
- package/es/migration/to/v3.43.0.js +0 -10
- package/es/migration/to/v3.44.0.js +0 -10
- package/es/migration/to/v3.45.0.js +0 -10
- package/es/migration/to/v3.46.0.js +0 -31
- package/es/migration/to/v3.47.0.js +0 -10
- package/es/migration/to/v3.48.0.js +0 -10
- package/es/migration/to/v3.49.0.js +0 -10
- package/es/migration/to/v3.5.0.js +0 -10
- package/es/migration/to/v3.5.1.js +0 -10
- package/es/migration/to/v3.50.0.js +0 -10
- package/es/migration/to/v3.6.0.js +0 -10
- package/es/migration/to/v3.7.0.js +0 -10
- package/es/migration/to/v3.8.0.js +0 -10
- package/es/migration/to/v3.9.0.js +0 -77
- package/es/migration/types.js +0 -1
- package/es/migration/utils.js +0 -6
- package/es/mocks.js +0 -62
- package/es/models/project-schema.js +0 -90
- package/es/models/query.js +0 -28
- package/es/models/service.js +0 -18
- package/es/models/shape.js +0 -79
- package/es/patterns.js +0 -1
- package/es/project-schema/index.js +0 -138
- package/es/project-schema/latest.js +0 -1
- package/es/project-schema/migrate.js +0 -195
- package/es/project-schema/v1.0.0.js +0 -1
- package/es/project-schema/v3.0.0.js +0 -1
- package/es/project-schema/v3.1.0.js +0 -1
- package/es/project-schema/v3.10.0.js +0 -1
- package/es/project-schema/v3.11.0.js +0 -1
- package/es/project-schema/v3.12.0.js +0 -1
- package/es/project-schema/v3.12.1.js +0 -1
- package/es/project-schema/v3.12.2.js +0 -1
- package/es/project-schema/v3.12.3.js +0 -1
- package/es/project-schema/v3.13.0.js +0 -1
- package/es/project-schema/v3.13.1.js +0 -1
- package/es/project-schema/v3.14.0.js +0 -1
- package/es/project-schema/v3.15.0.js +0 -1
- package/es/project-schema/v3.16.0.js +0 -1
- package/es/project-schema/v3.17.0.js +0 -1
- package/es/project-schema/v3.17.1.js +0 -1
- package/es/project-schema/v3.18.0.js +0 -1
- package/es/project-schema/v3.18.1.js +0 -1
- package/es/project-schema/v3.18.2.js +0 -1
- package/es/project-schema/v3.19.0.js +0 -1
- package/es/project-schema/v3.2.0.js +0 -1
- package/es/project-schema/v3.20.0.js +0 -1
- package/es/project-schema/v3.21.0.js +0 -1
- package/es/project-schema/v3.22.0.js +0 -1
- package/es/project-schema/v3.23.0.js +0 -1
- package/es/project-schema/v3.24.0.js +0 -1
- package/es/project-schema/v3.25.0.js +0 -1
- package/es/project-schema/v3.26.0.js +0 -1
- package/es/project-schema/v3.27.0.js +0 -1
- package/es/project-schema/v3.28.0.js +0 -1
- package/es/project-schema/v3.29.0.js +0 -1
- package/es/project-schema/v3.3.0.js +0 -1
- package/es/project-schema/v3.30.0.js +0 -1
- package/es/project-schema/v3.31.0.js +0 -1
- package/es/project-schema/v3.32.0.js +0 -1
- package/es/project-schema/v3.33.0.js +0 -1
- package/es/project-schema/v3.34.0.js +0 -1
- package/es/project-schema/v3.35.0.js +0 -1
- package/es/project-schema/v3.36.0.js +0 -1
- package/es/project-schema/v3.37.0.js +0 -1
- package/es/project-schema/v3.38.0.js +0 -1
- package/es/project-schema/v3.39.0.js +0 -1
- package/es/project-schema/v3.4.0.js +0 -1
- package/es/project-schema/v3.40.0.js +0 -1
- package/es/project-schema/v3.41.0.js +0 -1
- package/es/project-schema/v3.42.0.js +0 -1
- package/es/project-schema/v3.43.0.js +0 -1
- package/es/project-schema/v3.44.0.js +0 -1
- package/es/project-schema/v3.45.0.js +0 -1
- package/es/project-schema/v3.46.0.js +0 -1
- package/es/project-schema/v3.47.0.js +0 -1
- package/es/project-schema/v3.48.0.js +0 -1
- package/es/project-schema/v3.49.0.js +0 -1
- package/es/project-schema/v3.5.0.js +0 -1
- package/es/project-schema/v3.5.1.js +0 -1
- package/es/project-schema/v3.50.0.js +0 -1
- package/es/project-schema/v3.6.0.js +0 -1
- package/es/project-schema/v3.7.0.js +0 -1
- package/es/project-schema/v3.8.0.js +0 -1
- package/es/project-schema/v3.9.0.js +0 -1
- package/es/project-schema/v4.0.0.js +0 -1
- package/es/refs.js +0 -690
- package/es/relationships.js +0 -229
- package/es/scalars.js +0 -4
- package/es/schema-transform.js +0 -40
- package/es/schema-util.js +0 -1166
- package/es/schemas/index.js +0 -78
- package/es/schemas/index.ts +0 -152
- package/es/services.js +0 -154
- package/es/taxonomies.js +0 -34
- package/es/template-shapes/index.js +0 -36
- package/es/template-shapes/templates.js +0 -406
- package/es/template-shapes/types.js +0 -7
- package/es/template-shapes/where.js +0 -459
- package/es/types/index.js +0 -2
- package/es/types/types.js +0 -62
- package/es/types/utils.js +0 -298
- package/es/unions.js +0 -123
- package/es/user-schema.js +0 -1
- package/es/util/ai-tools.js +0 -8
- package/es/util/api-indexing.js +0 -66
- package/es/util/detect-cycles.js +0 -48
- package/es/util/find-shape-at-path.js +0 -55
- package/es/util/form-config.js +0 -73
- package/es/util/get-conflicting-properties.js +0 -54
- package/es/util/get-return-shape.js +0 -31
- package/es/util/has-arg.js +0 -13
- package/es/util/index.js +0 -10
- package/es/util/merge.js +0 -293
- package/es/util/patch-schema.js +0 -44
- package/es/validate.js +0 -1102
- package/es/versions.js +0 -4
- package/es/workflows.js +0 -68
- /package/dist/{schemas → cjs/src/schemas}/auth-schemas.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/experimental.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/latest.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v1.0.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.0.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.1.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.2.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.3.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.4.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.5.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.5.1.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.6.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.7.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.8.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/meta-schema-v3.9.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v1.0.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.0.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.1.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.10.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.11.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.12.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.12.1.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.12.2.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.12.3.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.13.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.14.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.15.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.16.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.17.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.17.1.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.18.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.18.1.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.18.2.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.19.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.2.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.20.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.21.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.22.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.23.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.24.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.25.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.26.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.27.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.28.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.29.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.3.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.30.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.31.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.32.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.33.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.34.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.35.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.36.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.37.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.38.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.39.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.4.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.40.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.41.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.42.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.43.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.44.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.45.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.46.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.47.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.48.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.49.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.5.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.5.1.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.50.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.6.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.7.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.8.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v3.9.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema/v4.0.0.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/project-schema.json +0 -0
- /package/dist/{schemas → cjs/src/schemas}/user-schema.json +0 -0
- /package/{es → dist/esm/src}/schemas/auth-schemas.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/experimental.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/latest.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v1.0.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.0.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.1.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.2.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.3.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.4.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.5.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.5.1.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.6.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.7.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.8.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/meta-schema-v3.9.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v1.0.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.0.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.1.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.10.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.11.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.12.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.12.1.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.12.2.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.12.3.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.13.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.14.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.15.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.16.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.17.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.17.1.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.18.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.18.1.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.18.2.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.19.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.2.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.20.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.21.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.22.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.23.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.24.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.25.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.26.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.27.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.28.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.29.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.3.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.30.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.31.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.32.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.33.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.34.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.35.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.36.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.37.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.38.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.39.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.4.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.40.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.41.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.42.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.43.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.44.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.45.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.46.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.47.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.48.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.49.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.5.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.5.1.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.50.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.6.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.7.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.8.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v3.9.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema/v4.0.0.json +0 -0
- /package/{es → dist/esm/src}/schemas/project-schema.json +0 -0
- /package/{es → dist/esm/src}/schemas/user-schema.json +0 -0
|
@@ -1,879 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
var _exportNames = {
|
|
7
|
-
isProjectSchemaJSONV1_0_0: true,
|
|
8
|
-
isProjectSchemaJSONV3_0_0: true,
|
|
9
|
-
isProjectSchemaJSONV3_1_0: true,
|
|
10
|
-
isProjectSchemaJSONV3_2_0: true,
|
|
11
|
-
isProjectSchemaJSONV3_3_0: true,
|
|
12
|
-
isProjectSchemaJSONV3_4_0: true,
|
|
13
|
-
isProjectSchemaJSONV3_5_0: true,
|
|
14
|
-
isProjectSchemaJSONV3_5_1: true,
|
|
15
|
-
isProjectSchemaJSONV3_6_0: true,
|
|
16
|
-
isProjectSchemaJSONV3_7_0: true,
|
|
17
|
-
isProjectSchemaJSONV3_8_0: true,
|
|
18
|
-
isProjectSchemaJSONV3_9_0: true,
|
|
19
|
-
isProjectSchemaJSONV3_10_0: true,
|
|
20
|
-
isProjectSchemaJSONV3_11_0: true,
|
|
21
|
-
isProjectSchemaJSONV3_12_0: true,
|
|
22
|
-
isProjectSchemaJSONV3_12_1: true,
|
|
23
|
-
isProjectSchemaJSONV3_12_2: true,
|
|
24
|
-
isProjectSchemaJSONV3_12_3: true,
|
|
25
|
-
isProjectSchemaJSONV3_13_0: true,
|
|
26
|
-
isProjectSchemaJSONV3_14_0: true,
|
|
27
|
-
isProjectSchemaJSONV3_15_0: true,
|
|
28
|
-
isProjectSchemaJSONV3_16_0: true,
|
|
29
|
-
isProjectSchemaJSONV3_17_0: true,
|
|
30
|
-
isProjectSchemaJSONV3_17_1: true,
|
|
31
|
-
isProjectSchemaJSONV3_18_0: true,
|
|
32
|
-
isProjectSchemaJSONV3_18_1: true,
|
|
33
|
-
isProjectSchemaJSONV3_18_2: true,
|
|
34
|
-
isProjectSchemaJSONV3_19_0: true,
|
|
35
|
-
isProjectSchemaJSONV3_20_0: true,
|
|
36
|
-
isProjectSchemaJSONV3_21_0: true,
|
|
37
|
-
isProjectSchemaJSONV3_22_0: true,
|
|
38
|
-
isProjectSchemaJSONV3_23_0: true,
|
|
39
|
-
isProjectSchemaJSONV3_24_0: true,
|
|
40
|
-
isProjectSchemaJSONV3_25_0: true,
|
|
41
|
-
isProjectSchemaJSONV3_26_0: true,
|
|
42
|
-
isProjectSchemaJSONV3_27_0: true,
|
|
43
|
-
isProjectSchemaJSONV3_28_0: true,
|
|
44
|
-
isProjectSchemaJSONV3_29_0: true,
|
|
45
|
-
isProjectSchemaJSONV3_30_0: true,
|
|
46
|
-
isProjectSchemaJSONV3_31_0: true,
|
|
47
|
-
isProjectSchemaJSONV3_32_0: true,
|
|
48
|
-
isProjectSchemaJSONV3_33_0: true,
|
|
49
|
-
isProjectSchemaJSONV3_34_0: true,
|
|
50
|
-
isProjectSchemaJSONV3_35_0: true,
|
|
51
|
-
isProjectSchemaJSONV3_36_0: true,
|
|
52
|
-
isProjectSchemaJSONV3_37_0: true,
|
|
53
|
-
isProjectSchemaJSONV3_38_0: true,
|
|
54
|
-
isProjectSchemaJSONV3_39_0: true,
|
|
55
|
-
isProjectSchemaJSONV3_40_0: true,
|
|
56
|
-
isProjectSchemaJSONV3_41_0: true,
|
|
57
|
-
isProjectSchemaJSONV3_42_0: true,
|
|
58
|
-
isProjectSchemaJSONV3_43_0: true,
|
|
59
|
-
isProjectSchemaJSONV3_44_0: true,
|
|
60
|
-
isProjectSchemaJSONV3_45_0: true,
|
|
61
|
-
isProjectSchemaJSONV3_46_0: true,
|
|
62
|
-
isProjectSchemaJSONV3_47_0: true,
|
|
63
|
-
isProjectSchemaJSONV3_48_0: true,
|
|
64
|
-
isProjectSchemaJSONV3_49_0: true,
|
|
65
|
-
isProjectSchemaJSONV3_50_0: true,
|
|
66
|
-
isLatestProjectSchemaJSON: true,
|
|
67
|
-
isProjectSchemaJSONV4_0_0: true
|
|
68
|
-
};
|
|
69
|
-
exports.isProjectSchemaJSONV4_0_0 = exports.isProjectSchemaJSONV3_9_0 = exports.isProjectSchemaJSONV3_8_0 = exports.isProjectSchemaJSONV3_7_0 = exports.isProjectSchemaJSONV3_6_0 = exports.isProjectSchemaJSONV3_5_1 = exports.isProjectSchemaJSONV3_5_0 = exports.isProjectSchemaJSONV3_50_0 = exports.isProjectSchemaJSONV3_4_0 = exports.isProjectSchemaJSONV3_49_0 = exports.isProjectSchemaJSONV3_48_0 = exports.isProjectSchemaJSONV3_47_0 = exports.isProjectSchemaJSONV3_46_0 = exports.isProjectSchemaJSONV3_45_0 = exports.isProjectSchemaJSONV3_44_0 = exports.isProjectSchemaJSONV3_43_0 = exports.isProjectSchemaJSONV3_42_0 = exports.isProjectSchemaJSONV3_41_0 = exports.isProjectSchemaJSONV3_40_0 = exports.isProjectSchemaJSONV3_3_0 = exports.isProjectSchemaJSONV3_39_0 = exports.isProjectSchemaJSONV3_38_0 = exports.isProjectSchemaJSONV3_37_0 = exports.isProjectSchemaJSONV3_36_0 = exports.isProjectSchemaJSONV3_35_0 = exports.isProjectSchemaJSONV3_34_0 = exports.isProjectSchemaJSONV3_33_0 = exports.isProjectSchemaJSONV3_32_0 = exports.isProjectSchemaJSONV3_31_0 = exports.isProjectSchemaJSONV3_30_0 = exports.isProjectSchemaJSONV3_2_0 = exports.isProjectSchemaJSONV3_29_0 = exports.isProjectSchemaJSONV3_28_0 = exports.isProjectSchemaJSONV3_27_0 = exports.isProjectSchemaJSONV3_26_0 = exports.isProjectSchemaJSONV3_25_0 = exports.isProjectSchemaJSONV3_24_0 = exports.isProjectSchemaJSONV3_23_0 = exports.isProjectSchemaJSONV3_22_0 = exports.isProjectSchemaJSONV3_21_0 = exports.isProjectSchemaJSONV3_20_0 = exports.isProjectSchemaJSONV3_1_0 = exports.isProjectSchemaJSONV3_19_0 = exports.isProjectSchemaJSONV3_18_2 = exports.isProjectSchemaJSONV3_18_1 = exports.isProjectSchemaJSONV3_18_0 = exports.isProjectSchemaJSONV3_17_1 = exports.isProjectSchemaJSONV3_17_0 = exports.isProjectSchemaJSONV3_16_0 = exports.isProjectSchemaJSONV3_15_0 = exports.isProjectSchemaJSONV3_14_0 = exports.isProjectSchemaJSONV3_13_0 = exports.isProjectSchemaJSONV3_12_3 = exports.isProjectSchemaJSONV3_12_2 = exports.isProjectSchemaJSONV3_12_1 = exports.isProjectSchemaJSONV3_12_0 = exports.isProjectSchemaJSONV3_11_0 = exports.isProjectSchemaJSONV3_10_0 = exports.isProjectSchemaJSONV3_0_0 = exports.isProjectSchemaJSONV1_0_0 = exports.isLatestProjectSchemaJSON = void 0;
|
|
70
|
-
var _latest = require("./latest");
|
|
71
|
-
Object.keys(_latest).forEach(function (key) {
|
|
72
|
-
if (key === "default" || key === "__esModule") return;
|
|
73
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
74
|
-
if (key in exports && exports[key] === _latest[key]) return;
|
|
75
|
-
Object.defineProperty(exports, key, {
|
|
76
|
-
enumerable: true,
|
|
77
|
-
get: function () {
|
|
78
|
-
return _latest[key];
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
});
|
|
82
|
-
var _v = require("./v1.0.0");
|
|
83
|
-
Object.keys(_v).forEach(function (key) {
|
|
84
|
-
if (key === "default" || key === "__esModule") return;
|
|
85
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
86
|
-
if (key in exports && exports[key] === _v[key]) return;
|
|
87
|
-
Object.defineProperty(exports, key, {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function () {
|
|
90
|
-
return _v[key];
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
});
|
|
94
|
-
var _v2 = require("./v3.0.0");
|
|
95
|
-
Object.keys(_v2).forEach(function (key) {
|
|
96
|
-
if (key === "default" || key === "__esModule") return;
|
|
97
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
98
|
-
if (key in exports && exports[key] === _v2[key]) return;
|
|
99
|
-
Object.defineProperty(exports, key, {
|
|
100
|
-
enumerable: true,
|
|
101
|
-
get: function () {
|
|
102
|
-
return _v2[key];
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
});
|
|
106
|
-
var _v3 = require("./v3.1.0");
|
|
107
|
-
Object.keys(_v3).forEach(function (key) {
|
|
108
|
-
if (key === "default" || key === "__esModule") return;
|
|
109
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
110
|
-
if (key in exports && exports[key] === _v3[key]) return;
|
|
111
|
-
Object.defineProperty(exports, key, {
|
|
112
|
-
enumerable: true,
|
|
113
|
-
get: function () {
|
|
114
|
-
return _v3[key];
|
|
115
|
-
}
|
|
116
|
-
});
|
|
117
|
-
});
|
|
118
|
-
var _v4 = require("./v3.2.0");
|
|
119
|
-
Object.keys(_v4).forEach(function (key) {
|
|
120
|
-
if (key === "default" || key === "__esModule") return;
|
|
121
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
122
|
-
if (key in exports && exports[key] === _v4[key]) return;
|
|
123
|
-
Object.defineProperty(exports, key, {
|
|
124
|
-
enumerable: true,
|
|
125
|
-
get: function () {
|
|
126
|
-
return _v4[key];
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
});
|
|
130
|
-
var _v5 = require("./v3.3.0");
|
|
131
|
-
Object.keys(_v5).forEach(function (key) {
|
|
132
|
-
if (key === "default" || key === "__esModule") return;
|
|
133
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
134
|
-
if (key in exports && exports[key] === _v5[key]) return;
|
|
135
|
-
Object.defineProperty(exports, key, {
|
|
136
|
-
enumerable: true,
|
|
137
|
-
get: function () {
|
|
138
|
-
return _v5[key];
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
});
|
|
142
|
-
var _v6 = require("./v3.4.0");
|
|
143
|
-
Object.keys(_v6).forEach(function (key) {
|
|
144
|
-
if (key === "default" || key === "__esModule") return;
|
|
145
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
146
|
-
if (key in exports && exports[key] === _v6[key]) return;
|
|
147
|
-
Object.defineProperty(exports, key, {
|
|
148
|
-
enumerable: true,
|
|
149
|
-
get: function () {
|
|
150
|
-
return _v6[key];
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
});
|
|
154
|
-
var _v7 = require("./v3.5.0");
|
|
155
|
-
Object.keys(_v7).forEach(function (key) {
|
|
156
|
-
if (key === "default" || key === "__esModule") return;
|
|
157
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
158
|
-
if (key in exports && exports[key] === _v7[key]) return;
|
|
159
|
-
Object.defineProperty(exports, key, {
|
|
160
|
-
enumerable: true,
|
|
161
|
-
get: function () {
|
|
162
|
-
return _v7[key];
|
|
163
|
-
}
|
|
164
|
-
});
|
|
165
|
-
});
|
|
166
|
-
var _v8 = require("./v3.5.1");
|
|
167
|
-
Object.keys(_v8).forEach(function (key) {
|
|
168
|
-
if (key === "default" || key === "__esModule") return;
|
|
169
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
170
|
-
if (key in exports && exports[key] === _v8[key]) return;
|
|
171
|
-
Object.defineProperty(exports, key, {
|
|
172
|
-
enumerable: true,
|
|
173
|
-
get: function () {
|
|
174
|
-
return _v8[key];
|
|
175
|
-
}
|
|
176
|
-
});
|
|
177
|
-
});
|
|
178
|
-
var _v9 = require("./v3.6.0");
|
|
179
|
-
Object.keys(_v9).forEach(function (key) {
|
|
180
|
-
if (key === "default" || key === "__esModule") return;
|
|
181
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
182
|
-
if (key in exports && exports[key] === _v9[key]) return;
|
|
183
|
-
Object.defineProperty(exports, key, {
|
|
184
|
-
enumerable: true,
|
|
185
|
-
get: function () {
|
|
186
|
-
return _v9[key];
|
|
187
|
-
}
|
|
188
|
-
});
|
|
189
|
-
});
|
|
190
|
-
var _v10 = require("./v3.7.0");
|
|
191
|
-
Object.keys(_v10).forEach(function (key) {
|
|
192
|
-
if (key === "default" || key === "__esModule") return;
|
|
193
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
194
|
-
if (key in exports && exports[key] === _v10[key]) return;
|
|
195
|
-
Object.defineProperty(exports, key, {
|
|
196
|
-
enumerable: true,
|
|
197
|
-
get: function () {
|
|
198
|
-
return _v10[key];
|
|
199
|
-
}
|
|
200
|
-
});
|
|
201
|
-
});
|
|
202
|
-
var _v11 = require("./v3.8.0");
|
|
203
|
-
Object.keys(_v11).forEach(function (key) {
|
|
204
|
-
if (key === "default" || key === "__esModule") return;
|
|
205
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
206
|
-
if (key in exports && exports[key] === _v11[key]) return;
|
|
207
|
-
Object.defineProperty(exports, key, {
|
|
208
|
-
enumerable: true,
|
|
209
|
-
get: function () {
|
|
210
|
-
return _v11[key];
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
});
|
|
214
|
-
var _v12 = require("./v3.9.0");
|
|
215
|
-
Object.keys(_v12).forEach(function (key) {
|
|
216
|
-
if (key === "default" || key === "__esModule") return;
|
|
217
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
218
|
-
if (key in exports && exports[key] === _v12[key]) return;
|
|
219
|
-
Object.defineProperty(exports, key, {
|
|
220
|
-
enumerable: true,
|
|
221
|
-
get: function () {
|
|
222
|
-
return _v12[key];
|
|
223
|
-
}
|
|
224
|
-
});
|
|
225
|
-
});
|
|
226
|
-
var _v13 = require("./v3.10.0");
|
|
227
|
-
Object.keys(_v13).forEach(function (key) {
|
|
228
|
-
if (key === "default" || key === "__esModule") return;
|
|
229
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
230
|
-
if (key in exports && exports[key] === _v13[key]) return;
|
|
231
|
-
Object.defineProperty(exports, key, {
|
|
232
|
-
enumerable: true,
|
|
233
|
-
get: function () {
|
|
234
|
-
return _v13[key];
|
|
235
|
-
}
|
|
236
|
-
});
|
|
237
|
-
});
|
|
238
|
-
var _v14 = require("./v3.11.0");
|
|
239
|
-
Object.keys(_v14).forEach(function (key) {
|
|
240
|
-
if (key === "default" || key === "__esModule") return;
|
|
241
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
242
|
-
if (key in exports && exports[key] === _v14[key]) return;
|
|
243
|
-
Object.defineProperty(exports, key, {
|
|
244
|
-
enumerable: true,
|
|
245
|
-
get: function () {
|
|
246
|
-
return _v14[key];
|
|
247
|
-
}
|
|
248
|
-
});
|
|
249
|
-
});
|
|
250
|
-
var _v15 = require("./v3.12.0");
|
|
251
|
-
Object.keys(_v15).forEach(function (key) {
|
|
252
|
-
if (key === "default" || key === "__esModule") return;
|
|
253
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
254
|
-
if (key in exports && exports[key] === _v15[key]) return;
|
|
255
|
-
Object.defineProperty(exports, key, {
|
|
256
|
-
enumerable: true,
|
|
257
|
-
get: function () {
|
|
258
|
-
return _v15[key];
|
|
259
|
-
}
|
|
260
|
-
});
|
|
261
|
-
});
|
|
262
|
-
var _v16 = require("./v3.12.1");
|
|
263
|
-
Object.keys(_v16).forEach(function (key) {
|
|
264
|
-
if (key === "default" || key === "__esModule") return;
|
|
265
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
266
|
-
if (key in exports && exports[key] === _v16[key]) return;
|
|
267
|
-
Object.defineProperty(exports, key, {
|
|
268
|
-
enumerable: true,
|
|
269
|
-
get: function () {
|
|
270
|
-
return _v16[key];
|
|
271
|
-
}
|
|
272
|
-
});
|
|
273
|
-
});
|
|
274
|
-
var _v17 = require("./v3.12.2");
|
|
275
|
-
Object.keys(_v17).forEach(function (key) {
|
|
276
|
-
if (key === "default" || key === "__esModule") return;
|
|
277
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
278
|
-
if (key in exports && exports[key] === _v17[key]) return;
|
|
279
|
-
Object.defineProperty(exports, key, {
|
|
280
|
-
enumerable: true,
|
|
281
|
-
get: function () {
|
|
282
|
-
return _v17[key];
|
|
283
|
-
}
|
|
284
|
-
});
|
|
285
|
-
});
|
|
286
|
-
var _v18 = require("./v3.12.3");
|
|
287
|
-
Object.keys(_v18).forEach(function (key) {
|
|
288
|
-
if (key === "default" || key === "__esModule") return;
|
|
289
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
290
|
-
if (key in exports && exports[key] === _v18[key]) return;
|
|
291
|
-
Object.defineProperty(exports, key, {
|
|
292
|
-
enumerable: true,
|
|
293
|
-
get: function () {
|
|
294
|
-
return _v18[key];
|
|
295
|
-
}
|
|
296
|
-
});
|
|
297
|
-
});
|
|
298
|
-
var _v19 = require("./v3.13.0");
|
|
299
|
-
Object.keys(_v19).forEach(function (key) {
|
|
300
|
-
if (key === "default" || key === "__esModule") return;
|
|
301
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
302
|
-
if (key in exports && exports[key] === _v19[key]) return;
|
|
303
|
-
Object.defineProperty(exports, key, {
|
|
304
|
-
enumerable: true,
|
|
305
|
-
get: function () {
|
|
306
|
-
return _v19[key];
|
|
307
|
-
}
|
|
308
|
-
});
|
|
309
|
-
});
|
|
310
|
-
var _v20 = require("./v3.14.0");
|
|
311
|
-
Object.keys(_v20).forEach(function (key) {
|
|
312
|
-
if (key === "default" || key === "__esModule") return;
|
|
313
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
314
|
-
if (key in exports && exports[key] === _v20[key]) return;
|
|
315
|
-
Object.defineProperty(exports, key, {
|
|
316
|
-
enumerable: true,
|
|
317
|
-
get: function () {
|
|
318
|
-
return _v20[key];
|
|
319
|
-
}
|
|
320
|
-
});
|
|
321
|
-
});
|
|
322
|
-
var _v21 = require("./v3.15.0");
|
|
323
|
-
Object.keys(_v21).forEach(function (key) {
|
|
324
|
-
if (key === "default" || key === "__esModule") return;
|
|
325
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
326
|
-
if (key in exports && exports[key] === _v21[key]) return;
|
|
327
|
-
Object.defineProperty(exports, key, {
|
|
328
|
-
enumerable: true,
|
|
329
|
-
get: function () {
|
|
330
|
-
return _v21[key];
|
|
331
|
-
}
|
|
332
|
-
});
|
|
333
|
-
});
|
|
334
|
-
var _v22 = require("./v3.16.0");
|
|
335
|
-
Object.keys(_v22).forEach(function (key) {
|
|
336
|
-
if (key === "default" || key === "__esModule") return;
|
|
337
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
338
|
-
if (key in exports && exports[key] === _v22[key]) return;
|
|
339
|
-
Object.defineProperty(exports, key, {
|
|
340
|
-
enumerable: true,
|
|
341
|
-
get: function () {
|
|
342
|
-
return _v22[key];
|
|
343
|
-
}
|
|
344
|
-
});
|
|
345
|
-
});
|
|
346
|
-
var _v23 = require("./v3.17.0");
|
|
347
|
-
Object.keys(_v23).forEach(function (key) {
|
|
348
|
-
if (key === "default" || key === "__esModule") return;
|
|
349
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
350
|
-
if (key in exports && exports[key] === _v23[key]) return;
|
|
351
|
-
Object.defineProperty(exports, key, {
|
|
352
|
-
enumerable: true,
|
|
353
|
-
get: function () {
|
|
354
|
-
return _v23[key];
|
|
355
|
-
}
|
|
356
|
-
});
|
|
357
|
-
});
|
|
358
|
-
var _v24 = require("./v3.17.1");
|
|
359
|
-
Object.keys(_v24).forEach(function (key) {
|
|
360
|
-
if (key === "default" || key === "__esModule") return;
|
|
361
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
362
|
-
if (key in exports && exports[key] === _v24[key]) return;
|
|
363
|
-
Object.defineProperty(exports, key, {
|
|
364
|
-
enumerable: true,
|
|
365
|
-
get: function () {
|
|
366
|
-
return _v24[key];
|
|
367
|
-
}
|
|
368
|
-
});
|
|
369
|
-
});
|
|
370
|
-
var _v25 = require("./v3.18.0");
|
|
371
|
-
Object.keys(_v25).forEach(function (key) {
|
|
372
|
-
if (key === "default" || key === "__esModule") return;
|
|
373
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
374
|
-
if (key in exports && exports[key] === _v25[key]) return;
|
|
375
|
-
Object.defineProperty(exports, key, {
|
|
376
|
-
enumerable: true,
|
|
377
|
-
get: function () {
|
|
378
|
-
return _v25[key];
|
|
379
|
-
}
|
|
380
|
-
});
|
|
381
|
-
});
|
|
382
|
-
var _v26 = require("./v3.18.1");
|
|
383
|
-
Object.keys(_v26).forEach(function (key) {
|
|
384
|
-
if (key === "default" || key === "__esModule") return;
|
|
385
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
386
|
-
if (key in exports && exports[key] === _v26[key]) return;
|
|
387
|
-
Object.defineProperty(exports, key, {
|
|
388
|
-
enumerable: true,
|
|
389
|
-
get: function () {
|
|
390
|
-
return _v26[key];
|
|
391
|
-
}
|
|
392
|
-
});
|
|
393
|
-
});
|
|
394
|
-
var _v27 = require("./v3.18.2");
|
|
395
|
-
Object.keys(_v27).forEach(function (key) {
|
|
396
|
-
if (key === "default" || key === "__esModule") return;
|
|
397
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
398
|
-
if (key in exports && exports[key] === _v27[key]) return;
|
|
399
|
-
Object.defineProperty(exports, key, {
|
|
400
|
-
enumerable: true,
|
|
401
|
-
get: function () {
|
|
402
|
-
return _v27[key];
|
|
403
|
-
}
|
|
404
|
-
});
|
|
405
|
-
});
|
|
406
|
-
var _v28 = require("./v3.19.0");
|
|
407
|
-
Object.keys(_v28).forEach(function (key) {
|
|
408
|
-
if (key === "default" || key === "__esModule") return;
|
|
409
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
410
|
-
if (key in exports && exports[key] === _v28[key]) return;
|
|
411
|
-
Object.defineProperty(exports, key, {
|
|
412
|
-
enumerable: true,
|
|
413
|
-
get: function () {
|
|
414
|
-
return _v28[key];
|
|
415
|
-
}
|
|
416
|
-
});
|
|
417
|
-
});
|
|
418
|
-
var _v29 = require("./v3.20.0");
|
|
419
|
-
Object.keys(_v29).forEach(function (key) {
|
|
420
|
-
if (key === "default" || key === "__esModule") return;
|
|
421
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
422
|
-
if (key in exports && exports[key] === _v29[key]) return;
|
|
423
|
-
Object.defineProperty(exports, key, {
|
|
424
|
-
enumerable: true,
|
|
425
|
-
get: function () {
|
|
426
|
-
return _v29[key];
|
|
427
|
-
}
|
|
428
|
-
});
|
|
429
|
-
});
|
|
430
|
-
var _v30 = require("./v3.21.0");
|
|
431
|
-
Object.keys(_v30).forEach(function (key) {
|
|
432
|
-
if (key === "default" || key === "__esModule") return;
|
|
433
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
434
|
-
if (key in exports && exports[key] === _v30[key]) return;
|
|
435
|
-
Object.defineProperty(exports, key, {
|
|
436
|
-
enumerable: true,
|
|
437
|
-
get: function () {
|
|
438
|
-
return _v30[key];
|
|
439
|
-
}
|
|
440
|
-
});
|
|
441
|
-
});
|
|
442
|
-
var _v31 = require("./v3.22.0");
|
|
443
|
-
Object.keys(_v31).forEach(function (key) {
|
|
444
|
-
if (key === "default" || key === "__esModule") return;
|
|
445
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
446
|
-
if (key in exports && exports[key] === _v31[key]) return;
|
|
447
|
-
Object.defineProperty(exports, key, {
|
|
448
|
-
enumerable: true,
|
|
449
|
-
get: function () {
|
|
450
|
-
return _v31[key];
|
|
451
|
-
}
|
|
452
|
-
});
|
|
453
|
-
});
|
|
454
|
-
var _v32 = require("./v3.23.0");
|
|
455
|
-
Object.keys(_v32).forEach(function (key) {
|
|
456
|
-
if (key === "default" || key === "__esModule") return;
|
|
457
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
458
|
-
if (key in exports && exports[key] === _v32[key]) return;
|
|
459
|
-
Object.defineProperty(exports, key, {
|
|
460
|
-
enumerable: true,
|
|
461
|
-
get: function () {
|
|
462
|
-
return _v32[key];
|
|
463
|
-
}
|
|
464
|
-
});
|
|
465
|
-
});
|
|
466
|
-
var _v33 = require("./v3.24.0");
|
|
467
|
-
Object.keys(_v33).forEach(function (key) {
|
|
468
|
-
if (key === "default" || key === "__esModule") return;
|
|
469
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
470
|
-
if (key in exports && exports[key] === _v33[key]) return;
|
|
471
|
-
Object.defineProperty(exports, key, {
|
|
472
|
-
enumerable: true,
|
|
473
|
-
get: function () {
|
|
474
|
-
return _v33[key];
|
|
475
|
-
}
|
|
476
|
-
});
|
|
477
|
-
});
|
|
478
|
-
var _v34 = require("./v3.25.0");
|
|
479
|
-
Object.keys(_v34).forEach(function (key) {
|
|
480
|
-
if (key === "default" || key === "__esModule") return;
|
|
481
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
482
|
-
if (key in exports && exports[key] === _v34[key]) return;
|
|
483
|
-
Object.defineProperty(exports, key, {
|
|
484
|
-
enumerable: true,
|
|
485
|
-
get: function () {
|
|
486
|
-
return _v34[key];
|
|
487
|
-
}
|
|
488
|
-
});
|
|
489
|
-
});
|
|
490
|
-
var _v35 = require("./v3.26.0");
|
|
491
|
-
Object.keys(_v35).forEach(function (key) {
|
|
492
|
-
if (key === "default" || key === "__esModule") return;
|
|
493
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
494
|
-
if (key in exports && exports[key] === _v35[key]) return;
|
|
495
|
-
Object.defineProperty(exports, key, {
|
|
496
|
-
enumerable: true,
|
|
497
|
-
get: function () {
|
|
498
|
-
return _v35[key];
|
|
499
|
-
}
|
|
500
|
-
});
|
|
501
|
-
});
|
|
502
|
-
var _v36 = require("./v3.27.0");
|
|
503
|
-
Object.keys(_v36).forEach(function (key) {
|
|
504
|
-
if (key === "default" || key === "__esModule") return;
|
|
505
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
506
|
-
if (key in exports && exports[key] === _v36[key]) return;
|
|
507
|
-
Object.defineProperty(exports, key, {
|
|
508
|
-
enumerable: true,
|
|
509
|
-
get: function () {
|
|
510
|
-
return _v36[key];
|
|
511
|
-
}
|
|
512
|
-
});
|
|
513
|
-
});
|
|
514
|
-
var _v37 = require("./v3.28.0");
|
|
515
|
-
Object.keys(_v37).forEach(function (key) {
|
|
516
|
-
if (key === "default" || key === "__esModule") return;
|
|
517
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
518
|
-
if (key in exports && exports[key] === _v37[key]) return;
|
|
519
|
-
Object.defineProperty(exports, key, {
|
|
520
|
-
enumerable: true,
|
|
521
|
-
get: function () {
|
|
522
|
-
return _v37[key];
|
|
523
|
-
}
|
|
524
|
-
});
|
|
525
|
-
});
|
|
526
|
-
var _v38 = require("./v3.29.0");
|
|
527
|
-
Object.keys(_v38).forEach(function (key) {
|
|
528
|
-
if (key === "default" || key === "__esModule") return;
|
|
529
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
530
|
-
if (key in exports && exports[key] === _v38[key]) return;
|
|
531
|
-
Object.defineProperty(exports, key, {
|
|
532
|
-
enumerable: true,
|
|
533
|
-
get: function () {
|
|
534
|
-
return _v38[key];
|
|
535
|
-
}
|
|
536
|
-
});
|
|
537
|
-
});
|
|
538
|
-
var _v39 = require("./v3.30.0");
|
|
539
|
-
Object.keys(_v39).forEach(function (key) {
|
|
540
|
-
if (key === "default" || key === "__esModule") return;
|
|
541
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
542
|
-
if (key in exports && exports[key] === _v39[key]) return;
|
|
543
|
-
Object.defineProperty(exports, key, {
|
|
544
|
-
enumerable: true,
|
|
545
|
-
get: function () {
|
|
546
|
-
return _v39[key];
|
|
547
|
-
}
|
|
548
|
-
});
|
|
549
|
-
});
|
|
550
|
-
var _v40 = require("./v3.31.0");
|
|
551
|
-
Object.keys(_v40).forEach(function (key) {
|
|
552
|
-
if (key === "default" || key === "__esModule") return;
|
|
553
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
554
|
-
if (key in exports && exports[key] === _v40[key]) return;
|
|
555
|
-
Object.defineProperty(exports, key, {
|
|
556
|
-
enumerable: true,
|
|
557
|
-
get: function () {
|
|
558
|
-
return _v40[key];
|
|
559
|
-
}
|
|
560
|
-
});
|
|
561
|
-
});
|
|
562
|
-
var _v41 = require("./v3.32.0");
|
|
563
|
-
Object.keys(_v41).forEach(function (key) {
|
|
564
|
-
if (key === "default" || key === "__esModule") return;
|
|
565
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
566
|
-
if (key in exports && exports[key] === _v41[key]) return;
|
|
567
|
-
Object.defineProperty(exports, key, {
|
|
568
|
-
enumerable: true,
|
|
569
|
-
get: function () {
|
|
570
|
-
return _v41[key];
|
|
571
|
-
}
|
|
572
|
-
});
|
|
573
|
-
});
|
|
574
|
-
var _v42 = require("./v3.33.0");
|
|
575
|
-
Object.keys(_v42).forEach(function (key) {
|
|
576
|
-
if (key === "default" || key === "__esModule") return;
|
|
577
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
578
|
-
if (key in exports && exports[key] === _v42[key]) return;
|
|
579
|
-
Object.defineProperty(exports, key, {
|
|
580
|
-
enumerable: true,
|
|
581
|
-
get: function () {
|
|
582
|
-
return _v42[key];
|
|
583
|
-
}
|
|
584
|
-
});
|
|
585
|
-
});
|
|
586
|
-
var _v43 = require("./v3.34.0");
|
|
587
|
-
Object.keys(_v43).forEach(function (key) {
|
|
588
|
-
if (key === "default" || key === "__esModule") return;
|
|
589
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
590
|
-
if (key in exports && exports[key] === _v43[key]) return;
|
|
591
|
-
Object.defineProperty(exports, key, {
|
|
592
|
-
enumerable: true,
|
|
593
|
-
get: function () {
|
|
594
|
-
return _v43[key];
|
|
595
|
-
}
|
|
596
|
-
});
|
|
597
|
-
});
|
|
598
|
-
var _v44 = require("./v3.35.0");
|
|
599
|
-
Object.keys(_v44).forEach(function (key) {
|
|
600
|
-
if (key === "default" || key === "__esModule") return;
|
|
601
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
602
|
-
if (key in exports && exports[key] === _v44[key]) return;
|
|
603
|
-
Object.defineProperty(exports, key, {
|
|
604
|
-
enumerable: true,
|
|
605
|
-
get: function () {
|
|
606
|
-
return _v44[key];
|
|
607
|
-
}
|
|
608
|
-
});
|
|
609
|
-
});
|
|
610
|
-
var _v45 = require("./v3.36.0");
|
|
611
|
-
Object.keys(_v45).forEach(function (key) {
|
|
612
|
-
if (key === "default" || key === "__esModule") return;
|
|
613
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
614
|
-
if (key in exports && exports[key] === _v45[key]) return;
|
|
615
|
-
Object.defineProperty(exports, key, {
|
|
616
|
-
enumerable: true,
|
|
617
|
-
get: function () {
|
|
618
|
-
return _v45[key];
|
|
619
|
-
}
|
|
620
|
-
});
|
|
621
|
-
});
|
|
622
|
-
var _v46 = require("./v3.37.0");
|
|
623
|
-
Object.keys(_v46).forEach(function (key) {
|
|
624
|
-
if (key === "default" || key === "__esModule") return;
|
|
625
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
626
|
-
if (key in exports && exports[key] === _v46[key]) return;
|
|
627
|
-
Object.defineProperty(exports, key, {
|
|
628
|
-
enumerable: true,
|
|
629
|
-
get: function () {
|
|
630
|
-
return _v46[key];
|
|
631
|
-
}
|
|
632
|
-
});
|
|
633
|
-
});
|
|
634
|
-
var _v47 = require("./v3.38.0");
|
|
635
|
-
Object.keys(_v47).forEach(function (key) {
|
|
636
|
-
if (key === "default" || key === "__esModule") return;
|
|
637
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
638
|
-
if (key in exports && exports[key] === _v47[key]) return;
|
|
639
|
-
Object.defineProperty(exports, key, {
|
|
640
|
-
enumerable: true,
|
|
641
|
-
get: function () {
|
|
642
|
-
return _v47[key];
|
|
643
|
-
}
|
|
644
|
-
});
|
|
645
|
-
});
|
|
646
|
-
var _v48 = require("./v3.39.0");
|
|
647
|
-
Object.keys(_v48).forEach(function (key) {
|
|
648
|
-
if (key === "default" || key === "__esModule") return;
|
|
649
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
650
|
-
if (key in exports && exports[key] === _v48[key]) return;
|
|
651
|
-
Object.defineProperty(exports, key, {
|
|
652
|
-
enumerable: true,
|
|
653
|
-
get: function () {
|
|
654
|
-
return _v48[key];
|
|
655
|
-
}
|
|
656
|
-
});
|
|
657
|
-
});
|
|
658
|
-
var _v49 = require("./v3.40.0");
|
|
659
|
-
Object.keys(_v49).forEach(function (key) {
|
|
660
|
-
if (key === "default" || key === "__esModule") return;
|
|
661
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
662
|
-
if (key in exports && exports[key] === _v49[key]) return;
|
|
663
|
-
Object.defineProperty(exports, key, {
|
|
664
|
-
enumerable: true,
|
|
665
|
-
get: function () {
|
|
666
|
-
return _v49[key];
|
|
667
|
-
}
|
|
668
|
-
});
|
|
669
|
-
});
|
|
670
|
-
var _v50 = require("./v3.41.0");
|
|
671
|
-
Object.keys(_v50).forEach(function (key) {
|
|
672
|
-
if (key === "default" || key === "__esModule") return;
|
|
673
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
674
|
-
if (key in exports && exports[key] === _v50[key]) return;
|
|
675
|
-
Object.defineProperty(exports, key, {
|
|
676
|
-
enumerable: true,
|
|
677
|
-
get: function () {
|
|
678
|
-
return _v50[key];
|
|
679
|
-
}
|
|
680
|
-
});
|
|
681
|
-
});
|
|
682
|
-
var _v51 = require("./v3.42.0");
|
|
683
|
-
Object.keys(_v51).forEach(function (key) {
|
|
684
|
-
if (key === "default" || key === "__esModule") return;
|
|
685
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
686
|
-
if (key in exports && exports[key] === _v51[key]) return;
|
|
687
|
-
Object.defineProperty(exports, key, {
|
|
688
|
-
enumerable: true,
|
|
689
|
-
get: function () {
|
|
690
|
-
return _v51[key];
|
|
691
|
-
}
|
|
692
|
-
});
|
|
693
|
-
});
|
|
694
|
-
var _v52 = require("./v3.43.0");
|
|
695
|
-
Object.keys(_v52).forEach(function (key) {
|
|
696
|
-
if (key === "default" || key === "__esModule") return;
|
|
697
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
698
|
-
if (key in exports && exports[key] === _v52[key]) return;
|
|
699
|
-
Object.defineProperty(exports, key, {
|
|
700
|
-
enumerable: true,
|
|
701
|
-
get: function () {
|
|
702
|
-
return _v52[key];
|
|
703
|
-
}
|
|
704
|
-
});
|
|
705
|
-
});
|
|
706
|
-
var _v53 = require("./v3.44.0");
|
|
707
|
-
Object.keys(_v53).forEach(function (key) {
|
|
708
|
-
if (key === "default" || key === "__esModule") return;
|
|
709
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
710
|
-
if (key in exports && exports[key] === _v53[key]) return;
|
|
711
|
-
Object.defineProperty(exports, key, {
|
|
712
|
-
enumerable: true,
|
|
713
|
-
get: function () {
|
|
714
|
-
return _v53[key];
|
|
715
|
-
}
|
|
716
|
-
});
|
|
717
|
-
});
|
|
718
|
-
var _v54 = require("./v3.45.0");
|
|
719
|
-
Object.keys(_v54).forEach(function (key) {
|
|
720
|
-
if (key === "default" || key === "__esModule") return;
|
|
721
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
722
|
-
if (key in exports && exports[key] === _v54[key]) return;
|
|
723
|
-
Object.defineProperty(exports, key, {
|
|
724
|
-
enumerable: true,
|
|
725
|
-
get: function () {
|
|
726
|
-
return _v54[key];
|
|
727
|
-
}
|
|
728
|
-
});
|
|
729
|
-
});
|
|
730
|
-
var _v55 = require("./v3.46.0");
|
|
731
|
-
Object.keys(_v55).forEach(function (key) {
|
|
732
|
-
if (key === "default" || key === "__esModule") return;
|
|
733
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
734
|
-
if (key in exports && exports[key] === _v55[key]) return;
|
|
735
|
-
Object.defineProperty(exports, key, {
|
|
736
|
-
enumerable: true,
|
|
737
|
-
get: function () {
|
|
738
|
-
return _v55[key];
|
|
739
|
-
}
|
|
740
|
-
});
|
|
741
|
-
});
|
|
742
|
-
var _v56 = require("./v3.47.0");
|
|
743
|
-
Object.keys(_v56).forEach(function (key) {
|
|
744
|
-
if (key === "default" || key === "__esModule") return;
|
|
745
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
746
|
-
if (key in exports && exports[key] === _v56[key]) return;
|
|
747
|
-
Object.defineProperty(exports, key, {
|
|
748
|
-
enumerable: true,
|
|
749
|
-
get: function () {
|
|
750
|
-
return _v56[key];
|
|
751
|
-
}
|
|
752
|
-
});
|
|
753
|
-
});
|
|
754
|
-
var _v57 = require("./v3.48.0");
|
|
755
|
-
Object.keys(_v57).forEach(function (key) {
|
|
756
|
-
if (key === "default" || key === "__esModule") return;
|
|
757
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
758
|
-
if (key in exports && exports[key] === _v57[key]) return;
|
|
759
|
-
Object.defineProperty(exports, key, {
|
|
760
|
-
enumerable: true,
|
|
761
|
-
get: function () {
|
|
762
|
-
return _v57[key];
|
|
763
|
-
}
|
|
764
|
-
});
|
|
765
|
-
});
|
|
766
|
-
var _v58 = require("./v3.49.0");
|
|
767
|
-
Object.keys(_v58).forEach(function (key) {
|
|
768
|
-
if (key === "default" || key === "__esModule") return;
|
|
769
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
770
|
-
if (key in exports && exports[key] === _v58[key]) return;
|
|
771
|
-
Object.defineProperty(exports, key, {
|
|
772
|
-
enumerable: true,
|
|
773
|
-
get: function () {
|
|
774
|
-
return _v58[key];
|
|
775
|
-
}
|
|
776
|
-
});
|
|
777
|
-
});
|
|
778
|
-
var _v59 = require("./v3.50.0");
|
|
779
|
-
Object.keys(_v59).forEach(function (key) {
|
|
780
|
-
if (key === "default" || key === "__esModule") return;
|
|
781
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
782
|
-
if (key in exports && exports[key] === _v59[key]) return;
|
|
783
|
-
Object.defineProperty(exports, key, {
|
|
784
|
-
enumerable: true,
|
|
785
|
-
get: function () {
|
|
786
|
-
return _v59[key];
|
|
787
|
-
}
|
|
788
|
-
});
|
|
789
|
-
});
|
|
790
|
-
var _v60 = require("./v4.0.0");
|
|
791
|
-
Object.keys(_v60).forEach(function (key) {
|
|
792
|
-
if (key === "default" || key === "__esModule") return;
|
|
793
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
794
|
-
if (key in exports && exports[key] === _v60[key]) return;
|
|
795
|
-
Object.defineProperty(exports, key, {
|
|
796
|
-
enumerable: true,
|
|
797
|
-
get: function () {
|
|
798
|
-
return _v60[key];
|
|
799
|
-
}
|
|
800
|
-
});
|
|
801
|
-
});
|
|
802
|
-
// This file is generated by "pnpm json2ts"
|
|
803
|
-
|
|
804
|
-
// Schema type utilities
|
|
805
|
-
function createVersionPredicate(expectedVersion) {
|
|
806
|
-
return projectSchema => {
|
|
807
|
-
let {
|
|
808
|
-
schemaVersion
|
|
809
|
-
} = projectSchema;
|
|
810
|
-
if (!schemaVersion || schemaVersion === '1') {
|
|
811
|
-
schemaVersion = '1.0.0';
|
|
812
|
-
}
|
|
813
|
-
if (schemaVersion === '3') {
|
|
814
|
-
schemaVersion = '3.0.0';
|
|
815
|
-
}
|
|
816
|
-
return Boolean(expectedVersion && schemaVersion && expectedVersion === schemaVersion);
|
|
817
|
-
};
|
|
818
|
-
}
|
|
819
|
-
const isProjectSchemaJSONV1_0_0 = exports.isProjectSchemaJSONV1_0_0 = createVersionPredicate('1.0.0');
|
|
820
|
-
const isProjectSchemaJSONV3_0_0 = exports.isProjectSchemaJSONV3_0_0 = createVersionPredicate('3.0.0');
|
|
821
|
-
const isProjectSchemaJSONV3_1_0 = exports.isProjectSchemaJSONV3_1_0 = createVersionPredicate('3.1.0');
|
|
822
|
-
const isProjectSchemaJSONV3_2_0 = exports.isProjectSchemaJSONV3_2_0 = createVersionPredicate('3.2.0');
|
|
823
|
-
const isProjectSchemaJSONV3_3_0 = exports.isProjectSchemaJSONV3_3_0 = createVersionPredicate('3.3.0');
|
|
824
|
-
const isProjectSchemaJSONV3_4_0 = exports.isProjectSchemaJSONV3_4_0 = createVersionPredicate('3.4.0');
|
|
825
|
-
const isProjectSchemaJSONV3_5_0 = exports.isProjectSchemaJSONV3_5_0 = createVersionPredicate('3.5.0');
|
|
826
|
-
const isProjectSchemaJSONV3_5_1 = exports.isProjectSchemaJSONV3_5_1 = createVersionPredicate('3.5.1');
|
|
827
|
-
const isProjectSchemaJSONV3_6_0 = exports.isProjectSchemaJSONV3_6_0 = createVersionPredicate('3.6.0');
|
|
828
|
-
const isProjectSchemaJSONV3_7_0 = exports.isProjectSchemaJSONV3_7_0 = createVersionPredicate('3.7.0');
|
|
829
|
-
const isProjectSchemaJSONV3_8_0 = exports.isProjectSchemaJSONV3_8_0 = createVersionPredicate('3.8.0');
|
|
830
|
-
const isProjectSchemaJSONV3_9_0 = exports.isProjectSchemaJSONV3_9_0 = createVersionPredicate('3.9.0');
|
|
831
|
-
const isProjectSchemaJSONV3_10_0 = exports.isProjectSchemaJSONV3_10_0 = createVersionPredicate('3.10.0');
|
|
832
|
-
const isProjectSchemaJSONV3_11_0 = exports.isProjectSchemaJSONV3_11_0 = createVersionPredicate('3.11.0');
|
|
833
|
-
const isProjectSchemaJSONV3_12_0 = exports.isProjectSchemaJSONV3_12_0 = createVersionPredicate('3.12.0');
|
|
834
|
-
const isProjectSchemaJSONV3_12_1 = exports.isProjectSchemaJSONV3_12_1 = createVersionPredicate('3.12.1');
|
|
835
|
-
const isProjectSchemaJSONV3_12_2 = exports.isProjectSchemaJSONV3_12_2 = createVersionPredicate('3.12.2');
|
|
836
|
-
const isProjectSchemaJSONV3_12_3 = exports.isProjectSchemaJSONV3_12_3 = createVersionPredicate('3.12.3');
|
|
837
|
-
const isProjectSchemaJSONV3_13_0 = exports.isProjectSchemaJSONV3_13_0 = createVersionPredicate('3.13.0');
|
|
838
|
-
const isProjectSchemaJSONV3_14_0 = exports.isProjectSchemaJSONV3_14_0 = createVersionPredicate('3.14.0');
|
|
839
|
-
const isProjectSchemaJSONV3_15_0 = exports.isProjectSchemaJSONV3_15_0 = createVersionPredicate('3.15.0');
|
|
840
|
-
const isProjectSchemaJSONV3_16_0 = exports.isProjectSchemaJSONV3_16_0 = createVersionPredicate('3.16.0');
|
|
841
|
-
const isProjectSchemaJSONV3_17_0 = exports.isProjectSchemaJSONV3_17_0 = createVersionPredicate('3.17.0');
|
|
842
|
-
const isProjectSchemaJSONV3_17_1 = exports.isProjectSchemaJSONV3_17_1 = createVersionPredicate('3.17.1');
|
|
843
|
-
const isProjectSchemaJSONV3_18_0 = exports.isProjectSchemaJSONV3_18_0 = createVersionPredicate('3.18.0');
|
|
844
|
-
const isProjectSchemaJSONV3_18_1 = exports.isProjectSchemaJSONV3_18_1 = createVersionPredicate('3.18.1');
|
|
845
|
-
const isProjectSchemaJSONV3_18_2 = exports.isProjectSchemaJSONV3_18_2 = createVersionPredicate('3.18.2');
|
|
846
|
-
const isProjectSchemaJSONV3_19_0 = exports.isProjectSchemaJSONV3_19_0 = createVersionPredicate('3.19.0');
|
|
847
|
-
const isProjectSchemaJSONV3_20_0 = exports.isProjectSchemaJSONV3_20_0 = createVersionPredicate('3.20.0');
|
|
848
|
-
const isProjectSchemaJSONV3_21_0 = exports.isProjectSchemaJSONV3_21_0 = createVersionPredicate('3.21.0');
|
|
849
|
-
const isProjectSchemaJSONV3_22_0 = exports.isProjectSchemaJSONV3_22_0 = createVersionPredicate('3.22.0');
|
|
850
|
-
const isProjectSchemaJSONV3_23_0 = exports.isProjectSchemaJSONV3_23_0 = createVersionPredicate('3.23.0');
|
|
851
|
-
const isProjectSchemaJSONV3_24_0 = exports.isProjectSchemaJSONV3_24_0 = createVersionPredicate('3.24.0');
|
|
852
|
-
const isProjectSchemaJSONV3_25_0 = exports.isProjectSchemaJSONV3_25_0 = createVersionPredicate('3.25.0');
|
|
853
|
-
const isProjectSchemaJSONV3_26_0 = exports.isProjectSchemaJSONV3_26_0 = createVersionPredicate('3.26.0');
|
|
854
|
-
const isProjectSchemaJSONV3_27_0 = exports.isProjectSchemaJSONV3_27_0 = createVersionPredicate('3.27.0');
|
|
855
|
-
const isProjectSchemaJSONV3_28_0 = exports.isProjectSchemaJSONV3_28_0 = createVersionPredicate('3.28.0');
|
|
856
|
-
const isProjectSchemaJSONV3_29_0 = exports.isProjectSchemaJSONV3_29_0 = createVersionPredicate('3.29.0');
|
|
857
|
-
const isProjectSchemaJSONV3_30_0 = exports.isProjectSchemaJSONV3_30_0 = createVersionPredicate('3.30.0');
|
|
858
|
-
const isProjectSchemaJSONV3_31_0 = exports.isProjectSchemaJSONV3_31_0 = createVersionPredicate('3.31.0');
|
|
859
|
-
const isProjectSchemaJSONV3_32_0 = exports.isProjectSchemaJSONV3_32_0 = createVersionPredicate('3.32.0');
|
|
860
|
-
const isProjectSchemaJSONV3_33_0 = exports.isProjectSchemaJSONV3_33_0 = createVersionPredicate('3.33.0');
|
|
861
|
-
const isProjectSchemaJSONV3_34_0 = exports.isProjectSchemaJSONV3_34_0 = createVersionPredicate('3.34.0');
|
|
862
|
-
const isProjectSchemaJSONV3_35_0 = exports.isProjectSchemaJSONV3_35_0 = createVersionPredicate('3.35.0');
|
|
863
|
-
const isProjectSchemaJSONV3_36_0 = exports.isProjectSchemaJSONV3_36_0 = createVersionPredicate('3.36.0');
|
|
864
|
-
const isProjectSchemaJSONV3_37_0 = exports.isProjectSchemaJSONV3_37_0 = createVersionPredicate('3.37.0');
|
|
865
|
-
const isProjectSchemaJSONV3_38_0 = exports.isProjectSchemaJSONV3_38_0 = createVersionPredicate('3.38.0');
|
|
866
|
-
const isProjectSchemaJSONV3_39_0 = exports.isProjectSchemaJSONV3_39_0 = createVersionPredicate('3.39.0');
|
|
867
|
-
const isProjectSchemaJSONV3_40_0 = exports.isProjectSchemaJSONV3_40_0 = createVersionPredicate('3.40.0');
|
|
868
|
-
const isProjectSchemaJSONV3_41_0 = exports.isProjectSchemaJSONV3_41_0 = createVersionPredicate('3.41.0');
|
|
869
|
-
const isProjectSchemaJSONV3_42_0 = exports.isProjectSchemaJSONV3_42_0 = createVersionPredicate('3.42.0');
|
|
870
|
-
const isProjectSchemaJSONV3_43_0 = exports.isProjectSchemaJSONV3_43_0 = createVersionPredicate('3.43.0');
|
|
871
|
-
const isProjectSchemaJSONV3_44_0 = exports.isProjectSchemaJSONV3_44_0 = createVersionPredicate('3.44.0');
|
|
872
|
-
const isProjectSchemaJSONV3_45_0 = exports.isProjectSchemaJSONV3_45_0 = createVersionPredicate('3.45.0');
|
|
873
|
-
const isProjectSchemaJSONV3_46_0 = exports.isProjectSchemaJSONV3_46_0 = createVersionPredicate('3.46.0');
|
|
874
|
-
const isProjectSchemaJSONV3_47_0 = exports.isProjectSchemaJSONV3_47_0 = createVersionPredicate('3.47.0');
|
|
875
|
-
const isProjectSchemaJSONV3_48_0 = exports.isProjectSchemaJSONV3_48_0 = createVersionPredicate('3.48.0');
|
|
876
|
-
const isProjectSchemaJSONV3_49_0 = exports.isProjectSchemaJSONV3_49_0 = createVersionPredicate('3.49.0');
|
|
877
|
-
const isProjectSchemaJSONV3_50_0 = exports.isProjectSchemaJSONV3_50_0 = createVersionPredicate('3.50.0');
|
|
878
|
-
const isLatestProjectSchemaJSON = exports.isLatestProjectSchemaJSON = createVersionPredicate('3.50.0');
|
|
879
|
-
const isProjectSchemaJSONV4_0_0 = exports.isProjectSchemaJSONV4_0_0 = createVersionPredicate('4.0.0');
|