@takeshape/schema 11.40.0 → 11.40.3
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
|
@@ -0,0 +1,1069 @@
|
|
|
1
|
+
import mapValues from "lodash/mapValues.js";
|
|
2
|
+
import keyBy from "lodash/keyBy.js";
|
|
3
|
+
import curry from "lodash/fp/curry.js";
|
|
4
|
+
import orderBy from "lodash/fp/orderBy.js";
|
|
5
|
+
import uniq from "lodash/uniq.js";
|
|
6
|
+
import { deepClone, visit, pascalCase, ensureArray } from "@takeshape/util";
|
|
7
|
+
import isString from "lodash/isString.js";
|
|
8
|
+
import isArray from "lodash/isArray.js";
|
|
9
|
+
import some from "lodash/some.js";
|
|
10
|
+
import { defaultWorkflow, getStatusField } from "./workflows.js";
|
|
11
|
+
import { CURRENT_API_VERSION, CURRENT_SCHEMA_VERSION } from "./versions.js";
|
|
12
|
+
import { workflowsEnabled } from "./api-version.js";
|
|
13
|
+
import { builtInShapes, builtInForms } from "./builtin-schema.js";
|
|
14
|
+
import { createTemplateShapeName, dereferenceObjectSchema, dereferenceSchema, getRef, getRefOrItemsRef, getRefShapeName, parseReturnShape, refExpressionToRefItem, refItemToShape, refItemToNamespacedShapeName, refItemToShapeSchema, atRefToRefItem, refToRefItem, parseTemplateShape, returnShapeToSchema, serializePropertyRef } from "./refs.js";
|
|
15
|
+
import { isUnionSchema } from "./unions.js";
|
|
16
|
+
import { mergeFormProperties, mergeSchemaProperties } from "./util/merge.js";
|
|
17
|
+
import { getArgs } from "./util/has-arg.js";
|
|
18
|
+
import { getArgsType, isObjectSchema, isAllOfSchema, isOneOfSchema, isExtendsSchema, isArraySchema, isGraphqlResolver, isRefSchema, isModelShape, isCachedShape } from "./types/index.js";
|
|
19
|
+
import { SERVICE_OBJECT_PATTERN_NAME } from "./constants.js";
|
|
20
|
+
export function isBuiltinShape(shapeName) {
|
|
21
|
+
return Boolean(builtInShapes[shapeName]);
|
|
22
|
+
}
|
|
23
|
+
const builtInQueriesAndMutations = getShapeQueriesAndMutations(Object.values(builtInShapes));
|
|
24
|
+
export function isBuiltinQuery(name) {
|
|
25
|
+
return builtInQueriesAndMutations.queries[name] !== undefined;
|
|
26
|
+
}
|
|
27
|
+
export function isBuiltinMutation(name) {
|
|
28
|
+
return builtInQueriesAndMutations.mutations[name] !== undefined;
|
|
29
|
+
}
|
|
30
|
+
export function isBuiltinType(projectSchema, refSchema) {
|
|
31
|
+
const shapeName = getRefShapeName(projectSchema, refSchema);
|
|
32
|
+
return shapeName !== undefined && isBuiltinShape(shapeName);
|
|
33
|
+
}
|
|
34
|
+
export const schemaMetadataKeys = [
|
|
35
|
+
"$comment",
|
|
36
|
+
"title",
|
|
37
|
+
"description",
|
|
38
|
+
"@l10n",
|
|
39
|
+
"@deprecationReason",
|
|
40
|
+
"@tag",
|
|
41
|
+
"@tags",
|
|
42
|
+
"@syncLocaleStructure",
|
|
43
|
+
"@sensitive"
|
|
44
|
+
];
|
|
45
|
+
export const commonSchemaKeys = ["type", "default", "readOnly", ...schemaMetadataKeys];
|
|
46
|
+
export const scalarSchemaKeys = [
|
|
47
|
+
...commonSchemaKeys,
|
|
48
|
+
"format",
|
|
49
|
+
"oneOf",
|
|
50
|
+
"multipleOf",
|
|
51
|
+
"maximum",
|
|
52
|
+
"exclusiveMaximum",
|
|
53
|
+
"minimum",
|
|
54
|
+
"exclusiveMinimum",
|
|
55
|
+
"maxLength",
|
|
56
|
+
"minLength",
|
|
57
|
+
"pattern"
|
|
58
|
+
];
|
|
59
|
+
export const objectSchemaKeys = [...commonSchemaKeys, "properties", "required"];
|
|
60
|
+
export const arraySchemaKeys = [
|
|
61
|
+
...commonSchemaKeys,
|
|
62
|
+
"items",
|
|
63
|
+
"additionalItems",
|
|
64
|
+
"maxItems",
|
|
65
|
+
"minItems",
|
|
66
|
+
"uniqueItems"
|
|
67
|
+
];
|
|
68
|
+
export const multipleRelationshipSchemaKeys = [...schemaMetadataKeys, "maxItems", "minItems"];
|
|
69
|
+
// All properties except properties, items, additionalItems
|
|
70
|
+
export const nonStructuralSchemaKeys = [
|
|
71
|
+
...scalarSchemaKeys,
|
|
72
|
+
"@resolver",
|
|
73
|
+
"@input",
|
|
74
|
+
"@output",
|
|
75
|
+
"@backreference",
|
|
76
|
+
"@args",
|
|
77
|
+
"required",
|
|
78
|
+
"maxItems",
|
|
79
|
+
"minItems",
|
|
80
|
+
"uniqueItems"
|
|
81
|
+
];
|
|
82
|
+
export function getServiceIdFieldName(serviceFieldName) {
|
|
83
|
+
return `${serviceFieldName}Id`;
|
|
84
|
+
}
|
|
85
|
+
const generatorVersions = {
|
|
86
|
+
[SERVICE_OBJECT_PATTERN_NAME]: "1"
|
|
87
|
+
};
|
|
88
|
+
export function getGeneratorVersion(generator) {
|
|
89
|
+
return generatorVersions[generator];
|
|
90
|
+
}
|
|
91
|
+
// Follow refs to find the path between two shapes in a schema
|
|
92
|
+
export function pathBetween(fromShape, toShape, projectSchema, depthLimit = 4) {
|
|
93
|
+
if (fromShape.name === toShape.name) {
|
|
94
|
+
return [];
|
|
95
|
+
}
|
|
96
|
+
const toShapeName = toShape.name;
|
|
97
|
+
let shortestPath;
|
|
98
|
+
let shortestPathLength = Number.MAX_SAFE_INTEGER;
|
|
99
|
+
const pathBetweenHelper = (schema, pathSoFar, seen, depth) => {
|
|
100
|
+
if (depth > depthLimit) {
|
|
101
|
+
return;
|
|
102
|
+
}
|
|
103
|
+
if (schema.items) {
|
|
104
|
+
pathBetweenHelper(schema.items, pathSoFar, seen, depth);
|
|
105
|
+
return;
|
|
106
|
+
}
|
|
107
|
+
const refItem = getRef(projectSchema, schema);
|
|
108
|
+
if (refItem) {
|
|
109
|
+
const referenced = refItemToShape(projectSchema, refItem);
|
|
110
|
+
if (referenced) {
|
|
111
|
+
if (referenced.name === toShapeName && pathSoFar.length < shortestPathLength) {
|
|
112
|
+
shortestPath = pathSoFar;
|
|
113
|
+
shortestPathLength = pathSoFar.length;
|
|
114
|
+
}
|
|
115
|
+
else if (!seen.has(referenced.name)) {
|
|
116
|
+
pathBetweenHelper(referenced.schema, pathSoFar, new Set([...seen, referenced.name]), depth);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
else if (pathSoFar.length + 1 < shortestPathLength && (schema.oneOf ?? schema.allOf ?? schema.properties)) {
|
|
121
|
+
if (schema.oneOf) {
|
|
122
|
+
for (const itemSchema of schema.oneOf) {
|
|
123
|
+
pathBetweenHelper(itemSchema, pathSoFar, seen, depth);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
else {
|
|
127
|
+
for (const [propName, propSchema] of createSchemaPropertyList(projectSchema, schema).getNodes()) {
|
|
128
|
+
pathBetweenHelper(propSchema, pathSoFar.concat(String(propName)), seen, depth + 1);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
pathBetweenHelper(fromShape.schema, [], new Set([fromShape.name]), 0);
|
|
134
|
+
if (!shortestPath) {
|
|
135
|
+
throw new Error(`No path between ${fromShape.name} and ${toShape.name}`);
|
|
136
|
+
}
|
|
137
|
+
return shortestPath;
|
|
138
|
+
}
|
|
139
|
+
export function getShapeQueriesAndMutations(shapes) {
|
|
140
|
+
const queries = {};
|
|
141
|
+
const mutations = {};
|
|
142
|
+
for (const shape of ensureArray(shapes)) {
|
|
143
|
+
const { name, model } = shape;
|
|
144
|
+
const service = "shapedb";
|
|
145
|
+
if (model) {
|
|
146
|
+
const isSingleton = model.type === "single";
|
|
147
|
+
queries[`get${name}`] = {
|
|
148
|
+
shape: name,
|
|
149
|
+
resolver: {
|
|
150
|
+
name: "shapedb:get",
|
|
151
|
+
service,
|
|
152
|
+
shapeName: name
|
|
153
|
+
},
|
|
154
|
+
description: `Get a ${name} by ID`,
|
|
155
|
+
args: isSingleton
|
|
156
|
+
? createTemplateShapeName("TSGetSingletonArgs", name)
|
|
157
|
+
: createTemplateShapeName("TSGetArgs", name)
|
|
158
|
+
};
|
|
159
|
+
mutations[`update${name}`] = {
|
|
160
|
+
shape: createTemplateShapeName("UpdateResult", name),
|
|
161
|
+
resolver: {
|
|
162
|
+
name: "shapedb:update",
|
|
163
|
+
service,
|
|
164
|
+
shapeName: name
|
|
165
|
+
},
|
|
166
|
+
description: `Update ${name}`,
|
|
167
|
+
args: createTemplateShapeName("UpdateArgs", name)
|
|
168
|
+
};
|
|
169
|
+
if (!isSingleton) {
|
|
170
|
+
queries[`get${name}List`] = {
|
|
171
|
+
shape: createTemplateShapeName("PaginatedList", name),
|
|
172
|
+
resolver: {
|
|
173
|
+
name: "shapedb:list",
|
|
174
|
+
service,
|
|
175
|
+
shapeName: name
|
|
176
|
+
},
|
|
177
|
+
description: `Returns a list ${name} in natural order.`,
|
|
178
|
+
args: createTemplateShapeName("TSListArgs", name)
|
|
179
|
+
};
|
|
180
|
+
mutations[`create${name}`] = {
|
|
181
|
+
shape: createTemplateShapeName("CreateResult", name),
|
|
182
|
+
resolver: {
|
|
183
|
+
name: "shapedb:create",
|
|
184
|
+
service,
|
|
185
|
+
shapeName: name
|
|
186
|
+
},
|
|
187
|
+
description: `Create ${name}`,
|
|
188
|
+
args: createTemplateShapeName("CreateArgs", name)
|
|
189
|
+
};
|
|
190
|
+
mutations[`duplicate${name}`] = {
|
|
191
|
+
shape: createTemplateShapeName("DuplicateResult", name),
|
|
192
|
+
resolver: {
|
|
193
|
+
name: "shapedb:duplicate",
|
|
194
|
+
service,
|
|
195
|
+
shapeName: name
|
|
196
|
+
},
|
|
197
|
+
description: `Duplicate ${name}`,
|
|
198
|
+
args: createTemplateShapeName("DuplicateArgs", name)
|
|
199
|
+
};
|
|
200
|
+
mutations[`delete${name}`] = {
|
|
201
|
+
shape: createTemplateShapeName("DeleteResult", name),
|
|
202
|
+
resolver: {
|
|
203
|
+
name: "shapedb:delete",
|
|
204
|
+
service,
|
|
205
|
+
shapeName: name
|
|
206
|
+
},
|
|
207
|
+
description: `Delete ${name}`,
|
|
208
|
+
args: createTemplateShapeName("DeleteArgs", name)
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
return { queries, mutations };
|
|
214
|
+
}
|
|
215
|
+
export function getCommonBuiltInProperties(shape) {
|
|
216
|
+
return {
|
|
217
|
+
_id: {
|
|
218
|
+
title: "Id",
|
|
219
|
+
type: "string"
|
|
220
|
+
},
|
|
221
|
+
_shapeId: {
|
|
222
|
+
type: "string",
|
|
223
|
+
title: "Shape Id",
|
|
224
|
+
enum: [shape.id]
|
|
225
|
+
}
|
|
226
|
+
};
|
|
227
|
+
}
|
|
228
|
+
export const DEFAULT_ID_FIELD = "id";
|
|
229
|
+
export function getIdField(obj) {
|
|
230
|
+
return obj?.idField ?? DEFAULT_ID_FIELD;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* Get properties necessary for cached / remote data to work with the TSSearchable interface.
|
|
234
|
+
*/
|
|
235
|
+
function getCachedBuiltInProperties(projectSchema, shape, properties) {
|
|
236
|
+
const idField = getIdField(shape.cache);
|
|
237
|
+
// TODO Implement `searchSummary` and `_shapeId` here, and remove `getRemoteShapeTSSearchableFields`
|
|
238
|
+
return {
|
|
239
|
+
_id: {
|
|
240
|
+
title: "Id",
|
|
241
|
+
type: "string",
|
|
242
|
+
...properties._id,
|
|
243
|
+
...(properties[idField]?.["@mapping"] ? { "@mapping": properties[idField]["@mapping"] } : {})
|
|
244
|
+
}
|
|
245
|
+
};
|
|
246
|
+
}
|
|
247
|
+
export function getModelBuiltInProperties(projectSchema, shape) {
|
|
248
|
+
const apiVersion = projectSchema.apiVersion ?? CURRENT_API_VERSION;
|
|
249
|
+
const showDeprecationReason = apiVersion !== "1";
|
|
250
|
+
const properties = {
|
|
251
|
+
_version: {
|
|
252
|
+
title: "Version",
|
|
253
|
+
type: "integer"
|
|
254
|
+
},
|
|
255
|
+
_shapeName: {
|
|
256
|
+
title: "Shape Name",
|
|
257
|
+
type: "string"
|
|
258
|
+
},
|
|
259
|
+
_createdAt: {
|
|
260
|
+
title: "Created",
|
|
261
|
+
type: "string",
|
|
262
|
+
format: "date-time"
|
|
263
|
+
},
|
|
264
|
+
_createdBy: {
|
|
265
|
+
title: "Created By",
|
|
266
|
+
"@ref": "local:TSUser",
|
|
267
|
+
"@input": {
|
|
268
|
+
type: "string"
|
|
269
|
+
},
|
|
270
|
+
"@resolver": {
|
|
271
|
+
name: "takeshape:getUser",
|
|
272
|
+
service: "takeshape"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
_updatedAt: {
|
|
276
|
+
title: "Updated",
|
|
277
|
+
type: "string",
|
|
278
|
+
format: "date-time"
|
|
279
|
+
},
|
|
280
|
+
_updatedBy: {
|
|
281
|
+
title: "Updated By",
|
|
282
|
+
"@ref": "local:TSUser",
|
|
283
|
+
"@input": {
|
|
284
|
+
type: "string"
|
|
285
|
+
},
|
|
286
|
+
"@resolver": {
|
|
287
|
+
name: "takeshape:getUser",
|
|
288
|
+
service: "takeshape"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
_schemaVersion: {
|
|
292
|
+
title: "Schema Version",
|
|
293
|
+
type: "number"
|
|
294
|
+
},
|
|
295
|
+
_enabled: {
|
|
296
|
+
title: "Enabled",
|
|
297
|
+
type: "boolean",
|
|
298
|
+
...(showDeprecationReason ? { "@deprecationReason": "Use _status instead" } : {})
|
|
299
|
+
},
|
|
300
|
+
_enabledAt: {
|
|
301
|
+
title: "Enabled Date",
|
|
302
|
+
type: "string",
|
|
303
|
+
format: "date-time",
|
|
304
|
+
...(showDeprecationReason ? { "@deprecationReason": "Use a custom date field instead" } : {})
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
if (workflowsEnabled(apiVersion)) {
|
|
308
|
+
return {
|
|
309
|
+
...properties,
|
|
310
|
+
_status: {
|
|
311
|
+
...(projectSchema.workflows && getStatusField(projectSchema.workflows, shape))
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
return properties;
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Return all the built in property names,
|
|
319
|
+
*/
|
|
320
|
+
export function getBuiltInPropertyNames(profile = BuiltInPropertiesProfile.Model) {
|
|
321
|
+
const fakeShape = {
|
|
322
|
+
id: "shape-id"
|
|
323
|
+
};
|
|
324
|
+
let keys = [...Object.keys(getCommonBuiltInProperties(fakeShape))];
|
|
325
|
+
if (profile === BuiltInPropertiesProfile.Model) {
|
|
326
|
+
keys = [...keys, ...Object.keys(getModelBuiltInProperties({}, fakeShape))];
|
|
327
|
+
}
|
|
328
|
+
return new Set(keys);
|
|
329
|
+
}
|
|
330
|
+
export var BuiltInPropertiesProfile;
|
|
331
|
+
(function (BuiltInPropertiesProfile) {
|
|
332
|
+
BuiltInPropertiesProfile[BuiltInPropertiesProfile["Model"] = 0] = "Model";
|
|
333
|
+
BuiltInPropertiesProfile[BuiltInPropertiesProfile["Cached"] = 1] = "Cached";
|
|
334
|
+
BuiltInPropertiesProfile[BuiltInPropertiesProfile["None"] = 2] = "None";
|
|
335
|
+
})(BuiltInPropertiesProfile || (BuiltInPropertiesProfile = {}));
|
|
336
|
+
const BUILT_IN_PROPERTY_NAMES = {
|
|
337
|
+
[BuiltInPropertiesProfile.Model]: getBuiltInPropertyNames(BuiltInPropertiesProfile.Model),
|
|
338
|
+
[BuiltInPropertiesProfile.Cached]: getBuiltInPropertyNames(BuiltInPropertiesProfile.Cached),
|
|
339
|
+
[BuiltInPropertiesProfile.None]: getBuiltInPropertyNames(BuiltInPropertiesProfile.None)
|
|
340
|
+
};
|
|
341
|
+
export const isBuiltInPropertyName = (name, profile = BuiltInPropertiesProfile.Model) => {
|
|
342
|
+
return BUILT_IN_PROPERTY_NAMES[profile].has(name);
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* Get the profile to use for loading built-in properties
|
|
346
|
+
*/
|
|
347
|
+
function getBuiltInPropertiesProfile(shape) {
|
|
348
|
+
if (isModelShape(shape)) {
|
|
349
|
+
return BuiltInPropertiesProfile.Model;
|
|
350
|
+
}
|
|
351
|
+
if (isCachedShape(shape)) {
|
|
352
|
+
return BuiltInPropertiesProfile.Cached;
|
|
353
|
+
}
|
|
354
|
+
return BuiltInPropertiesProfile.None;
|
|
355
|
+
}
|
|
356
|
+
export function applyBuiltinPropertiesToShape(projectSchema, shape) {
|
|
357
|
+
const profile = getBuiltInPropertiesProfile(shape);
|
|
358
|
+
if (profile === BuiltInPropertiesProfile.None) {
|
|
359
|
+
return shape;
|
|
360
|
+
}
|
|
361
|
+
const shapeObjectSchema = dereferenceObjectSchema(projectSchema, shape.schema, ["shapes", shape.name]);
|
|
362
|
+
const { properties } = shapeObjectSchema;
|
|
363
|
+
const commonProperties = getCommonBuiltInProperties(shape);
|
|
364
|
+
const modelProperties = profile === BuiltInPropertiesProfile.Model ? getModelBuiltInProperties(projectSchema, shape) : undefined;
|
|
365
|
+
const cachedProperties = profile === BuiltInPropertiesProfile.Cached
|
|
366
|
+
? getCachedBuiltInProperties(projectSchema, shape, properties)
|
|
367
|
+
: undefined;
|
|
368
|
+
return {
|
|
369
|
+
...shape,
|
|
370
|
+
schema: {
|
|
371
|
+
...shapeObjectSchema,
|
|
372
|
+
properties: {
|
|
373
|
+
...properties,
|
|
374
|
+
...commonProperties,
|
|
375
|
+
...modelProperties,
|
|
376
|
+
...cachedProperties
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
};
|
|
380
|
+
}
|
|
381
|
+
// Dependencies of these built-in shapes are automatically added by getBuiltinsUsed
|
|
382
|
+
const requiredBuiltinShapes = ["Asset", "TSRelationship", "TSStaticSite", "TSUser"];
|
|
383
|
+
/**
|
|
384
|
+
* Get all built-in shapes that are depended on by the given project schema.
|
|
385
|
+
* Required built-in shapes are always included.
|
|
386
|
+
*/
|
|
387
|
+
export function getBuiltinsUsed(projectSchema) {
|
|
388
|
+
const builtinsUsed = {};
|
|
389
|
+
const shapeNames = uniq(requiredBuiltinShapes.concat(getAllRefs(projectSchema, refItem => refItem.serviceKey === "local" && isBuiltinShape(refItem.typeName)).map(refItemToNamespacedShapeName)));
|
|
390
|
+
const schemaWithAllBuiltins = {
|
|
391
|
+
...emptySchema("project-id"),
|
|
392
|
+
shapes: builtInShapes
|
|
393
|
+
};
|
|
394
|
+
shapeNames.forEach(builtinShapeName => {
|
|
395
|
+
builtinsUsed[builtinShapeName] = builtInShapes[builtinShapeName];
|
|
396
|
+
getShapeDependencies(schemaWithAllBuiltins, builtInShapes[builtinShapeName]).forEach(depShapeName => {
|
|
397
|
+
builtinsUsed[depShapeName] = builtInShapes[depShapeName];
|
|
398
|
+
});
|
|
399
|
+
});
|
|
400
|
+
return builtinsUsed;
|
|
401
|
+
}
|
|
402
|
+
export function applyDefaultsToSchema(projectSchema) {
|
|
403
|
+
const builtinsUsed = getBuiltinsUsed(projectSchema);
|
|
404
|
+
return {
|
|
405
|
+
...projectSchema,
|
|
406
|
+
workflows: {
|
|
407
|
+
...projectSchema.workflows,
|
|
408
|
+
...(workflowsEnabled(projectSchema.apiVersion) && { default: defaultWorkflow })
|
|
409
|
+
},
|
|
410
|
+
queries: {
|
|
411
|
+
...builtInQueriesAndMutations.queries,
|
|
412
|
+
...projectSchema.queries
|
|
413
|
+
},
|
|
414
|
+
mutations: {
|
|
415
|
+
...builtInQueriesAndMutations.mutations,
|
|
416
|
+
...projectSchema.mutations
|
|
417
|
+
},
|
|
418
|
+
shapes: mapValues({ ...builtinsUsed, ...projectSchema.shapes }, shape => {
|
|
419
|
+
const builtInShape = builtinsUsed[shape.name];
|
|
420
|
+
if (builtInShape && builtInShape !== shape) {
|
|
421
|
+
shape = {
|
|
422
|
+
...shape,
|
|
423
|
+
schema: mergeSchemaProperties(dereferenceObjectSchema(projectSchema, shape.schema), dereferenceObjectSchema(projectSchema, builtInShape.schema))
|
|
424
|
+
};
|
|
425
|
+
}
|
|
426
|
+
return applyBuiltinPropertiesToShape(projectSchema, shape);
|
|
427
|
+
}),
|
|
428
|
+
forms: mapValues({ ...builtInForms, ...projectSchema.forms }, (formsConfig, shapeName) => {
|
|
429
|
+
const builtInFormsConfig = builtInForms[shapeName];
|
|
430
|
+
if (builtInFormsConfig && builtInFormsConfig !== formsConfig) {
|
|
431
|
+
formsConfig = { ...formsConfig, default: mergeFormProperties(formsConfig.default, builtInFormsConfig.default) };
|
|
432
|
+
}
|
|
433
|
+
return formsConfig;
|
|
434
|
+
})
|
|
435
|
+
};
|
|
436
|
+
}
|
|
437
|
+
export function getShapeByRef(projectSchema, shapeRef) {
|
|
438
|
+
return refItemToShape(projectSchema, atRefToRefItem(projectSchema, shapeRef));
|
|
439
|
+
}
|
|
440
|
+
export function getArgsReference(projectSchema, argsSchema) {
|
|
441
|
+
const args = getArgs(argsSchema);
|
|
442
|
+
if (args && typeof args === "string") {
|
|
443
|
+
// @args: ShapeName OR Namespace_TypeName
|
|
444
|
+
return refExpressionToRefItem(projectSchema, args);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
export function getArgsReferenceWithPath(context, argsSchema, schemaPath = []) {
|
|
448
|
+
const refItem = getArgsReference(context, argsSchema);
|
|
449
|
+
if (refItem) {
|
|
450
|
+
const argsType = getArgsType(argsSchema);
|
|
451
|
+
return {
|
|
452
|
+
...refItem,
|
|
453
|
+
path: schemaPath.concat([argsType])
|
|
454
|
+
};
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
export function getArgsShapeSchema(context, argsSchema) {
|
|
458
|
+
const args = getArgs(argsSchema);
|
|
459
|
+
if (args) {
|
|
460
|
+
if (typeof args === "string") {
|
|
461
|
+
const refItem = getArgsReference(context, argsSchema);
|
|
462
|
+
if (refItem) {
|
|
463
|
+
return refItemToShapeSchema(context, refItem);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
else {
|
|
467
|
+
return args;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
const createShapeToPropertySchema = (projectSchema, definitions, definitionNames, { useShapeIdDiscriminator }) => {
|
|
472
|
+
const rewriteRefs = (shape) => {
|
|
473
|
+
const handleSchema = (propSchema) => {
|
|
474
|
+
// Unwrap array schema
|
|
475
|
+
propSchema = propSchema.items ?? propSchema;
|
|
476
|
+
if (isOneOfSchema(propSchema)) {
|
|
477
|
+
const isUnion = isUnionSchema(propSchema);
|
|
478
|
+
if (useShapeIdDiscriminator && isUnion) {
|
|
479
|
+
propSchema.discriminator = {
|
|
480
|
+
propertyName: "_shapeId"
|
|
481
|
+
};
|
|
482
|
+
propSchema.required = ["_shapeId"];
|
|
483
|
+
}
|
|
484
|
+
propSchema.oneOf.forEach(schema => {
|
|
485
|
+
handleSchema(schema);
|
|
486
|
+
});
|
|
487
|
+
return;
|
|
488
|
+
}
|
|
489
|
+
// Add workflow validation
|
|
490
|
+
if (propSchema["@workflow"]) {
|
|
491
|
+
const workflowName = propSchema["@workflow"];
|
|
492
|
+
const workflow = projectSchema.workflows[workflowName] || defaultWorkflow;
|
|
493
|
+
propSchema.oneOf = workflow.steps.map(step => ({ enum: [step.key, step.name], title: step.title }));
|
|
494
|
+
}
|
|
495
|
+
const refItem = getRef(projectSchema, propSchema);
|
|
496
|
+
if (refItem) {
|
|
497
|
+
const shapeName = refItemToNamespacedShapeName(refItem);
|
|
498
|
+
const shape = refItemToShape(projectSchema, refItem);
|
|
499
|
+
if (shape) {
|
|
500
|
+
delete propSchema["@ref"];
|
|
501
|
+
propSchema.$ref = `#/definitions/${shapeName}`;
|
|
502
|
+
if (!definitionNames.has(shapeName)) {
|
|
503
|
+
definitionNames.add(shapeName);
|
|
504
|
+
const rewritten = rewriteRefs(shape);
|
|
505
|
+
if (useShapeIdDiscriminator && isObjectSchema(rewritten)) {
|
|
506
|
+
rewritten.properties._shapeId = {
|
|
507
|
+
type: "string",
|
|
508
|
+
enum: [shape.id]
|
|
509
|
+
};
|
|
510
|
+
}
|
|
511
|
+
definitions[shapeName] = rewritten;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
const shapeSchema = deepClone(shape.schema);
|
|
517
|
+
if (isOneOfSchema(shapeSchema)) {
|
|
518
|
+
handleSchema(shapeSchema);
|
|
519
|
+
return shapeSchema;
|
|
520
|
+
}
|
|
521
|
+
if (shapeSchema.enum) {
|
|
522
|
+
return shapeSchema;
|
|
523
|
+
}
|
|
524
|
+
const shapeSchemaCopy = dereferenceObjectSchema(projectSchema, shapeSchema);
|
|
525
|
+
if (shape.title) {
|
|
526
|
+
shapeSchemaCopy.title = shape.title;
|
|
527
|
+
}
|
|
528
|
+
Object.values(shapeSchemaCopy.properties).forEach(schema => {
|
|
529
|
+
handleSchema(schema);
|
|
530
|
+
});
|
|
531
|
+
return shapeSchemaCopy;
|
|
532
|
+
};
|
|
533
|
+
return rewriteRefs;
|
|
534
|
+
};
|
|
535
|
+
export function shapeToPropertySchema(projectSchema, shape) {
|
|
536
|
+
const definitions = {};
|
|
537
|
+
const definitionNames = new Set();
|
|
538
|
+
const convert = createShapeToPropertySchema(projectSchema, definitions, definitionNames, {
|
|
539
|
+
useShapeIdDiscriminator: true
|
|
540
|
+
});
|
|
541
|
+
return {
|
|
542
|
+
...convert(shape),
|
|
543
|
+
definitions
|
|
544
|
+
};
|
|
545
|
+
}
|
|
546
|
+
export function projectSchemaToJSONSchema(projectSchema) {
|
|
547
|
+
const definitions = {};
|
|
548
|
+
const definitionNames = new Set();
|
|
549
|
+
const convert = createShapeToPropertySchema(projectSchema, definitions, definitionNames, {
|
|
550
|
+
useShapeIdDiscriminator: false
|
|
551
|
+
});
|
|
552
|
+
for (const shape of Object.values(projectSchema.shapes)) {
|
|
553
|
+
definitions[shape.name] = convert(shape);
|
|
554
|
+
definitionNames.add(shape.name);
|
|
555
|
+
}
|
|
556
|
+
return {
|
|
557
|
+
definitions
|
|
558
|
+
};
|
|
559
|
+
}
|
|
560
|
+
export function getShapeDependencies(projectSchema, shape, predicate) {
|
|
561
|
+
const shapeNames = new Set();
|
|
562
|
+
const findDependencies = (schema) => {
|
|
563
|
+
const shouldFollow = Boolean(!predicate || predicate(schema));
|
|
564
|
+
if (shouldFollow) {
|
|
565
|
+
schema = schema.items ?? schema;
|
|
566
|
+
const refItem = getRef(projectSchema, schema);
|
|
567
|
+
if (refItem) {
|
|
568
|
+
const refShape = refItemToShape(projectSchema, refItem);
|
|
569
|
+
if (refShape && !shapeNames.has(refShape.name)) {
|
|
570
|
+
shapeNames.add(refShape.name);
|
|
571
|
+
findDependencies(dereferenceSchema(projectSchema, refShape.schema, ["shapes", refShape.name]));
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
else if (isObjectSchema(schema) || isAllOfSchema(schema) || isOneOfSchema(schema)) {
|
|
575
|
+
visitSchemaProperties(schema, [], findDependencies);
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
return shouldFollow;
|
|
579
|
+
};
|
|
580
|
+
findDependencies(shape.schema);
|
|
581
|
+
return [...shapeNames];
|
|
582
|
+
}
|
|
583
|
+
export function getRelevantShapes(projectSchema, params) {
|
|
584
|
+
const { shapeIds, shapeNames, byId = false, includeDependencies = true } = params;
|
|
585
|
+
if (Boolean(shapeNames?.length) || Boolean(shapeIds?.length)) {
|
|
586
|
+
const ids = new Set(shapeIds);
|
|
587
|
+
const names = new Set(shapeNames);
|
|
588
|
+
const shapes = {};
|
|
589
|
+
for (const shape of Object.values(projectSchema.shapes)) {
|
|
590
|
+
if (ids.has(shape.id) || names.has(shape.name)) {
|
|
591
|
+
const shapeNames = includeDependencies
|
|
592
|
+
? [shape.name].concat(getShapeDependencies(projectSchema, shape))
|
|
593
|
+
: [shape.name];
|
|
594
|
+
for (const shapeName of shapeNames) {
|
|
595
|
+
const dependentShape = projectSchema.shapes[shapeName];
|
|
596
|
+
shapes[byId ? dependentShape.id : dependentShape.name] = dependentShape;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
return shapes;
|
|
601
|
+
}
|
|
602
|
+
return {};
|
|
603
|
+
}
|
|
604
|
+
export function visitSchemaProperties(root, path, callback) {
|
|
605
|
+
const visitEach = (entries, path) => {
|
|
606
|
+
for (const [name, propSchema] of entries) {
|
|
607
|
+
const newPath = [...path, name];
|
|
608
|
+
visit(propSchema, newPath);
|
|
609
|
+
}
|
|
610
|
+
};
|
|
611
|
+
const visit = (schema, path) => {
|
|
612
|
+
if (schema !== root && callback(schema, path) === false) {
|
|
613
|
+
return;
|
|
614
|
+
}
|
|
615
|
+
if (isArraySchema(schema)) {
|
|
616
|
+
visit(schema.items, [...path, "items"]);
|
|
617
|
+
}
|
|
618
|
+
else if (isObjectSchema(schema)) {
|
|
619
|
+
visitEach(Object.entries(schema.properties), [...path, "properties"]);
|
|
620
|
+
}
|
|
621
|
+
else if (isExtendsSchema(schema)) {
|
|
622
|
+
visitEach(Object.entries(schema.extends), [...path, "extends"]);
|
|
623
|
+
}
|
|
624
|
+
else if (isAllOfSchema(schema)) {
|
|
625
|
+
visitEach(Object.entries(schema.allOf), [...path, "allOf"]);
|
|
626
|
+
}
|
|
627
|
+
else if (isOneOfSchema(schema)) {
|
|
628
|
+
visitEach(Object.entries(schema.oneOf), [...path, "oneOf"]);
|
|
629
|
+
}
|
|
630
|
+
};
|
|
631
|
+
visit(root, path);
|
|
632
|
+
}
|
|
633
|
+
export function visitShapeProperties(shapes, callback) {
|
|
634
|
+
for (const [shapeName, shape] of Object.entries(shapes)) {
|
|
635
|
+
visitSchemaProperties(shape.schema, ["shapes", shapeName, "schema"], callback);
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
function addRef(refs, ref, predicate) {
|
|
639
|
+
if (ref && (!predicate || predicate(ref))) {
|
|
640
|
+
refs.push(ref);
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
/**
|
|
644
|
+
* Walk through a `ProjectSchemaJSON` and collect all the `ref`s.
|
|
645
|
+
*/
|
|
646
|
+
export function getAllRefsInShapes(projectSchema, predicate) {
|
|
647
|
+
const items = [];
|
|
648
|
+
const refPropNames = ["$ref", "@ref", "@args", "args", "interfaces"];
|
|
649
|
+
visit(projectSchema.shapes, refPropNames, (interfaces, refPath) => {
|
|
650
|
+
const propName = refPath[refPath.length - 1];
|
|
651
|
+
const path = ["shapes", ...refPath];
|
|
652
|
+
if (propName === "interfaces" && isArray(interfaces)) {
|
|
653
|
+
interfaces.forEach((interfaceRefExpression, index) => {
|
|
654
|
+
addRef(items, {
|
|
655
|
+
...refExpressionToRefItem(projectSchema, interfaceRefExpression),
|
|
656
|
+
path: [...path, index]
|
|
657
|
+
}, predicate);
|
|
658
|
+
});
|
|
659
|
+
}
|
|
660
|
+
// The client sometimes generates invalid schemas, like refs that are
|
|
661
|
+
// undefined. Treat ref as unknown and toss those out.
|
|
662
|
+
// See the `useShapeEditor > can deal with renames test`
|
|
663
|
+
if (!isString(interfaces)) {
|
|
664
|
+
return;
|
|
665
|
+
}
|
|
666
|
+
if (propName === "@ref") {
|
|
667
|
+
const { shapeName, template } = parseTemplateShape(interfaces);
|
|
668
|
+
addRef(items, { ...atRefToRefItem(projectSchema, shapeName, template), path }, predicate);
|
|
669
|
+
}
|
|
670
|
+
else if (propName === "$ref") {
|
|
671
|
+
addRef(items, { ...refToRefItem(projectSchema, interfaces), path }, predicate);
|
|
672
|
+
}
|
|
673
|
+
else if (propName === "@args" || propName === "args") {
|
|
674
|
+
addRef(items, { ...refExpressionToRefItem(projectSchema, interfaces), path }, predicate);
|
|
675
|
+
}
|
|
676
|
+
});
|
|
677
|
+
return items;
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
* Get all refs
|
|
681
|
+
*/
|
|
682
|
+
export function getAllRefsInQuery(projectSchema, queryPath, query, predicate) {
|
|
683
|
+
const refItems = [];
|
|
684
|
+
const propertyVisitor = (propSchema, propSchemaPath) => {
|
|
685
|
+
addRef(refItems, getRefOrItemsRef(projectSchema, propSchema, propSchemaPath), predicate);
|
|
686
|
+
};
|
|
687
|
+
if (query.args && typeof query.args === "string") {
|
|
688
|
+
addRef(refItems, getArgsReferenceWithPath(projectSchema, query, queryPath), predicate);
|
|
689
|
+
}
|
|
690
|
+
if (query.args && typeof query.args === "object") {
|
|
691
|
+
visitSchemaProperties(dereferenceObjectSchema(projectSchema, query.args), [...queryPath, "args"], propertyVisitor);
|
|
692
|
+
}
|
|
693
|
+
if (query.shape) {
|
|
694
|
+
const { isArray, ref } = parseReturnShape(projectSchema, query.shape);
|
|
695
|
+
if (ref) {
|
|
696
|
+
addRef(refItems, {
|
|
697
|
+
...ref,
|
|
698
|
+
path: queryPath.concat(isArray ? ["shape", "items", "@ref"] : ["shape"])
|
|
699
|
+
}, predicate);
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
return refItems;
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* Collect refs from `queries` or `mutations`.
|
|
706
|
+
*/
|
|
707
|
+
export function getAllRefsInQueries(projectSchema, rootPropertyName, predicate) {
|
|
708
|
+
const refItems = [];
|
|
709
|
+
const rootPath = [rootPropertyName];
|
|
710
|
+
for (const [queryName, query] of Object.entries(projectSchema[rootPropertyName])) {
|
|
711
|
+
const queryPath = rootPath.concat([queryName]);
|
|
712
|
+
const queryRefs = getAllRefsInQuery(projectSchema, queryPath, query, predicate);
|
|
713
|
+
if (queryRefs.length) {
|
|
714
|
+
refItems.push(...queryRefs);
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
return refItems;
|
|
718
|
+
}
|
|
719
|
+
/**
|
|
720
|
+
* Get all refs in a ProjectSchemaJSON
|
|
721
|
+
* @param predicate return true to include the ref in
|
|
722
|
+
*/
|
|
723
|
+
export function getAllRefs(projectSchema, predicate) {
|
|
724
|
+
return [
|
|
725
|
+
...getAllRefsInShapes(projectSchema, predicate),
|
|
726
|
+
...getAllRefsInQueries(projectSchema, "queries", predicate),
|
|
727
|
+
...getAllRefsInQueries(projectSchema, "mutations", predicate)
|
|
728
|
+
];
|
|
729
|
+
}
|
|
730
|
+
export function isValidRefItem(refItem) {
|
|
731
|
+
return refItem.isValidService;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* Get all valid refs in a ProjectSchemaJSON
|
|
735
|
+
* @param predicate return true to include the ref in
|
|
736
|
+
*/
|
|
737
|
+
export function getAllValidRefs(projectSchema, predicate) {
|
|
738
|
+
return getAllRefs(projectSchema, predicate).filter(isValidRefItem);
|
|
739
|
+
}
|
|
740
|
+
export function parseMapping(mapping) {
|
|
741
|
+
const [providerId, serviceId, coordinate] = mapping.split(":");
|
|
742
|
+
const [shapeName, key] = coordinate.split(".");
|
|
743
|
+
return {
|
|
744
|
+
providerId,
|
|
745
|
+
serviceId,
|
|
746
|
+
shapeName,
|
|
747
|
+
key
|
|
748
|
+
};
|
|
749
|
+
}
|
|
750
|
+
export function splitMapping(mapping) {
|
|
751
|
+
const parts = mapping.split(".");
|
|
752
|
+
return [parts[0], parts.slice(1).join(".")];
|
|
753
|
+
}
|
|
754
|
+
export function findMapping(schema, predicate) {
|
|
755
|
+
const mapping = schema["@mapping"];
|
|
756
|
+
if (Array.isArray(mapping)) {
|
|
757
|
+
return mapping.find(predicate);
|
|
758
|
+
}
|
|
759
|
+
return mapping && predicate(mapping) ? mapping : undefined;
|
|
760
|
+
}
|
|
761
|
+
export function getFirstMapping(schema) {
|
|
762
|
+
return Array.isArray(schema["@mapping"]) ? schema["@mapping"][0] : schema["@mapping"];
|
|
763
|
+
}
|
|
764
|
+
export function getFullyQualifiedShapeName(schema) {
|
|
765
|
+
const first = getFirstMapping(schema);
|
|
766
|
+
return first ? splitMapping(first)[0] : undefined;
|
|
767
|
+
}
|
|
768
|
+
/**
|
|
769
|
+
* Find key for use storing data in ShapeDB or API Indexing this allows renaming of properties without db migration
|
|
770
|
+
* Mapping must be using the shapedb service id
|
|
771
|
+
* @param schema
|
|
772
|
+
*/
|
|
773
|
+
export function getStorageKey(schema) {
|
|
774
|
+
const first = findMapping(schema, mapping => mapping.startsWith("shapedb:"));
|
|
775
|
+
return first ? splitMapping(first)[1] : undefined;
|
|
776
|
+
}
|
|
777
|
+
export function getPropertyService(schema) {
|
|
778
|
+
const first = getFirstMapping(schema);
|
|
779
|
+
const split = first?.split(":");
|
|
780
|
+
return split ? `${split[0]}:${split[1]}` : undefined;
|
|
781
|
+
}
|
|
782
|
+
export function emptySchema(projectId) {
|
|
783
|
+
return {
|
|
784
|
+
projectId,
|
|
785
|
+
defaultLocale: "en-us",
|
|
786
|
+
locales: ["en-us"],
|
|
787
|
+
apiVersion: "2",
|
|
788
|
+
schemaVersion: CURRENT_SCHEMA_VERSION,
|
|
789
|
+
queries: {},
|
|
790
|
+
mutations: {},
|
|
791
|
+
shapes: {},
|
|
792
|
+
workflows: {},
|
|
793
|
+
forms: {}
|
|
794
|
+
};
|
|
795
|
+
}
|
|
796
|
+
export function createLayerSchema(partialSchema) {
|
|
797
|
+
return {
|
|
798
|
+
schemaVersion: CURRENT_SCHEMA_VERSION,
|
|
799
|
+
queries: {},
|
|
800
|
+
mutations: {},
|
|
801
|
+
shapes: {},
|
|
802
|
+
...partialSchema
|
|
803
|
+
};
|
|
804
|
+
}
|
|
805
|
+
export function getShapesById(projectSchema) {
|
|
806
|
+
return keyBy(Object.values(projectSchema.shapes), "id");
|
|
807
|
+
}
|
|
808
|
+
/**
|
|
809
|
+
* Walk through the project schema and return an array of all
|
|
810
|
+
* referenced shape names that are in a service namespace.
|
|
811
|
+
*
|
|
812
|
+
* @param projectSchema A V3 project schema.
|
|
813
|
+
*
|
|
814
|
+
* @returns A `string` array with all the shapes that are in namespaces.
|
|
815
|
+
*/
|
|
816
|
+
export function getAllNamespaceShapes(projectSchema) {
|
|
817
|
+
const isServiceRef = refItem => Boolean(refItem.serviceNamespace);
|
|
818
|
+
return uniq(getAllValidRefs(projectSchema, isServiceRef).map(refItemToNamespacedShapeName));
|
|
819
|
+
}
|
|
820
|
+
/**
|
|
821
|
+
* Returns a list of all shape names in a service namespace, excluding any
|
|
822
|
+
* that have been set directly in the project schema
|
|
823
|
+
*
|
|
824
|
+
* @todo It's unsound to discard dependencies in this way, should avoid
|
|
825
|
+
* collisions with aliases or similar any remote shape that collides,
|
|
826
|
+
* e.g., Shopify_Product -> Shopify_Product_2
|
|
827
|
+
*
|
|
828
|
+
* @param projectSchema A V3 project schema with remote service configs.
|
|
829
|
+
*
|
|
830
|
+
* @returns A `Set` of shape names.
|
|
831
|
+
*/
|
|
832
|
+
export function getNamespacedShapeNameList(projectSchema) {
|
|
833
|
+
const requiredShapeNames = new Set();
|
|
834
|
+
// All the shape names
|
|
835
|
+
const existingShapeNames = new Set(Object.keys(projectSchema.shapes));
|
|
836
|
+
// All the referenced shape names with namespaces that belong to a service
|
|
837
|
+
const namespacedShapeNames = new Set(getAllNamespaceShapes(projectSchema));
|
|
838
|
+
// Add all namespaced shapes to the schema if they are not already present,
|
|
839
|
+
// e.g. Shopify_Product
|
|
840
|
+
namespacedShapeNames.forEach(name => {
|
|
841
|
+
if (!existingShapeNames.has(name)) {
|
|
842
|
+
requiredShapeNames.add(name);
|
|
843
|
+
}
|
|
844
|
+
});
|
|
845
|
+
return requiredShapeNames;
|
|
846
|
+
}
|
|
847
|
+
/**
|
|
848
|
+
* Filter the service map to return only services passing the GraphQL Service
|
|
849
|
+
* typeguard.
|
|
850
|
+
*
|
|
851
|
+
* @param serviceMap A service map.
|
|
852
|
+
*
|
|
853
|
+
* @returns A new map with the filtered list of services
|
|
854
|
+
*/
|
|
855
|
+
export function filterGraphQLServiceMap(serviceMap) {
|
|
856
|
+
const filtered = new Map();
|
|
857
|
+
for (const [serviceKey, serviceConfig] of serviceMap) {
|
|
858
|
+
if (serviceConfig.serviceType === "graphql") {
|
|
859
|
+
filtered.set(serviceKey, serviceConfig);
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
return filtered;
|
|
863
|
+
}
|
|
864
|
+
/**
|
|
865
|
+
* Creates a schema property list chainable fn, allowing you to manipulate and
|
|
866
|
+
* iterate the properties in a schema.
|
|
867
|
+
*/
|
|
868
|
+
export const createSchemaPropertyList = curry((context, shapeOrSchema) => {
|
|
869
|
+
const propSchema = isShape(shapeOrSchema) ? shapeOrSchema.schema : shapeOrSchema;
|
|
870
|
+
const schema = dereferenceSchema(context, propSchema, isShape(shapeOrSchema) ? ["shapes", shapeOrSchema.name] : undefined);
|
|
871
|
+
const propertyIterator = new Map(isObjectSchema(schema) ? Object.entries(schema.properties) : undefined);
|
|
872
|
+
const defaultOrderByIteratees = [(n) => n[0]];
|
|
873
|
+
const defaultOrderByOrders = ["asc"];
|
|
874
|
+
const _orderBy = (iteratees = defaultOrderByIteratees, orders = defaultOrderByOrders) => {
|
|
875
|
+
self._propertyIterator = new Map(orderBy(iteratees, orders, Array.from(self._propertyIterator)));
|
|
876
|
+
return self;
|
|
877
|
+
};
|
|
878
|
+
const _sortWith = (comparator) => {
|
|
879
|
+
self._propertyIterator = new Map(Array.from(self._propertyIterator).sort(comparator));
|
|
880
|
+
return self;
|
|
881
|
+
};
|
|
882
|
+
const _sortByNamesWithList = (comparatorArray) => {
|
|
883
|
+
// If no array is provided, the original sort is preserved
|
|
884
|
+
if (comparatorArray) {
|
|
885
|
+
self._propertyIterator = new Map(Array.from(self._propertyIterator)
|
|
886
|
+
.filter(([name]) => comparatorArray.includes(name))
|
|
887
|
+
.sort(([nameA], [nameB]) => {
|
|
888
|
+
const indexA = comparatorArray.indexOf(nameA);
|
|
889
|
+
const indexB = comparatorArray.indexOf(nameB);
|
|
890
|
+
return (indexA > -1 ? indexA : Infinity) - (indexB > -1 ? indexB : Infinity);
|
|
891
|
+
}));
|
|
892
|
+
}
|
|
893
|
+
return self;
|
|
894
|
+
};
|
|
895
|
+
const _filterBy = (predicate) => {
|
|
896
|
+
self._propertyIterator = new Map(Array.from(self._propertyIterator).filter(predicate));
|
|
897
|
+
return self;
|
|
898
|
+
};
|
|
899
|
+
const _forEach = (iteratee) => {
|
|
900
|
+
Array.from(self._propertyIterator).forEach(iteratee);
|
|
901
|
+
return self;
|
|
902
|
+
};
|
|
903
|
+
const _getNodes = () => {
|
|
904
|
+
return Array.from(self._propertyIterator);
|
|
905
|
+
};
|
|
906
|
+
const _getObject = () => {
|
|
907
|
+
return Array.from(self._propertyIterator).reduce((curr, node) => Object.assign(curr, { [node[0]]: node[1] }), {});
|
|
908
|
+
};
|
|
909
|
+
const _getNames = () => {
|
|
910
|
+
return Array.from(self._propertyIterator, ([name]) => name);
|
|
911
|
+
};
|
|
912
|
+
const _getValues = () => {
|
|
913
|
+
return Array.from(self._propertyIterator, ([, value]) => value);
|
|
914
|
+
};
|
|
915
|
+
const self = {
|
|
916
|
+
_propertyIterator: propertyIterator,
|
|
917
|
+
orderBy: _orderBy,
|
|
918
|
+
sortWith: _sortWith,
|
|
919
|
+
sortByNamesWithList: _sortByNamesWithList,
|
|
920
|
+
filterBy: _filterBy,
|
|
921
|
+
forEach: _forEach,
|
|
922
|
+
getNodes: _getNodes,
|
|
923
|
+
getObject: _getObject,
|
|
924
|
+
getNames: _getNames,
|
|
925
|
+
getValues: _getValues
|
|
926
|
+
};
|
|
927
|
+
return self;
|
|
928
|
+
});
|
|
929
|
+
function isShape(shapeOrSchema) {
|
|
930
|
+
return "schema" in shapeOrSchema;
|
|
931
|
+
}
|
|
932
|
+
class SchemaPropertyAccessor {
|
|
933
|
+
schema;
|
|
934
|
+
properties;
|
|
935
|
+
entries;
|
|
936
|
+
constructor(context, shapeOrSchema) {
|
|
937
|
+
const propSchema = isShape(shapeOrSchema) ? shapeOrSchema.schema : shapeOrSchema;
|
|
938
|
+
this.schema = dereferenceSchema(context, propSchema, isShape(shapeOrSchema) ? ["shapes", shapeOrSchema.name] : undefined);
|
|
939
|
+
this.entries = isObjectSchema(this.schema) ? Object.entries(this.schema.properties) : [];
|
|
940
|
+
this.properties = new Map(this.entries);
|
|
941
|
+
}
|
|
942
|
+
getValue(propertyName) {
|
|
943
|
+
return this.properties.get(propertyName);
|
|
944
|
+
}
|
|
945
|
+
findValue(predicate) {
|
|
946
|
+
return this.entries.find(predicate)?.[1];
|
|
947
|
+
}
|
|
948
|
+
findName(predicate) {
|
|
949
|
+
return this.entries.find(predicate)?.[0];
|
|
950
|
+
}
|
|
951
|
+
getKey(propertyName) {
|
|
952
|
+
const value = this.properties.get(propertyName);
|
|
953
|
+
if (value) {
|
|
954
|
+
return getStorageKey(value);
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
/**
|
|
959
|
+
* Creates a schema property accessor, allowing you to safely access schema
|
|
960
|
+
* properties.
|
|
961
|
+
*/
|
|
962
|
+
export const createSchemaPropertyAccessor = curry((context, shapeOrSchema) => {
|
|
963
|
+
return new SchemaPropertyAccessor(context, shapeOrSchema);
|
|
964
|
+
});
|
|
965
|
+
function findQueryHelper(slice, shapeName, resolver, type) {
|
|
966
|
+
const schemaPath = type === "query" ? "queries" : "mutations";
|
|
967
|
+
return Object.keys(slice[schemaPath]).find((queryName) => {
|
|
968
|
+
const queryOrMutation = slice[schemaPath][queryName];
|
|
969
|
+
return (queryOrMutation.resolver.name === resolver &&
|
|
970
|
+
queryOrMutation.resolver.shapeName === shapeName);
|
|
971
|
+
});
|
|
972
|
+
}
|
|
973
|
+
function ensureQueryHelper(slice, shapeName, resolver, type) {
|
|
974
|
+
const foundQuery = findQueryHelper(slice, shapeName, resolver, type);
|
|
975
|
+
if (!foundQuery) {
|
|
976
|
+
throw new Error(`Failed to find a "${resolver}" ${type} for shape "${shapeName}"`);
|
|
977
|
+
}
|
|
978
|
+
return foundQuery;
|
|
979
|
+
}
|
|
980
|
+
/**
|
|
981
|
+
* Find the query in the schema that corresponds to the given shape and resolver.
|
|
982
|
+
*/
|
|
983
|
+
export const findQueryByShape = (projectSchema, shapeName, resolver) => findQueryHelper(projectSchema, shapeName, resolver, "query");
|
|
984
|
+
/**
|
|
985
|
+
* Find the query in the schema that corresponds to the given shape and resolver.
|
|
986
|
+
*/
|
|
987
|
+
export const findMutationByShape = (projectSchema, shapeName, resolver) => findQueryHelper(projectSchema, shapeName, resolver, "mutation");
|
|
988
|
+
/**
|
|
989
|
+
* Find the query in the schema that corresponds to the given shape and resolver.
|
|
990
|
+
* Throw an error if that query does not exist
|
|
991
|
+
*/
|
|
992
|
+
export const ensureQueryByShape = (projectSchema, shapeName, resolver) => ensureQueryHelper(projectSchema, shapeName, resolver, "query");
|
|
993
|
+
/**
|
|
994
|
+
* Find the mutation in the schema that corresponds to the given shape and resolver.
|
|
995
|
+
* Throw an error if that mutation does not exist
|
|
996
|
+
*/
|
|
997
|
+
export const ensureMutationByShape = (projectSchema, shapeName, resolver) => ensureQueryHelper(projectSchema, shapeName, resolver, "mutation");
|
|
998
|
+
/**
|
|
999
|
+
* Find the query in the schema that corresponds to the given shape and resolver.
|
|
1000
|
+
*/
|
|
1001
|
+
export const getDefaultMutationName = (shapeName, resolver) => {
|
|
1002
|
+
const action = resolver.substring(resolver.indexOf(":") + 1);
|
|
1003
|
+
return `${action}${shapeName}`;
|
|
1004
|
+
};
|
|
1005
|
+
export function createShape(name, schema, rest) {
|
|
1006
|
+
return {
|
|
1007
|
+
name,
|
|
1008
|
+
id: name,
|
|
1009
|
+
title: name,
|
|
1010
|
+
schema,
|
|
1011
|
+
...rest
|
|
1012
|
+
};
|
|
1013
|
+
}
|
|
1014
|
+
export function queryToPropertySchema(projectSchema, query) {
|
|
1015
|
+
let mapping;
|
|
1016
|
+
if (isGraphqlResolver(query.resolver)) {
|
|
1017
|
+
mapping = serializePropertyRef({
|
|
1018
|
+
serviceId: query.resolver.service,
|
|
1019
|
+
shapeName: "Query",
|
|
1020
|
+
propertyName: query.resolver.fieldName
|
|
1021
|
+
});
|
|
1022
|
+
}
|
|
1023
|
+
return {
|
|
1024
|
+
...returnShapeToSchema(projectSchema, query.shape),
|
|
1025
|
+
...(mapping ? { "@mapping": mapping } : {}),
|
|
1026
|
+
"@resolver": query.resolver,
|
|
1027
|
+
"@args": query.args
|
|
1028
|
+
};
|
|
1029
|
+
}
|
|
1030
|
+
export function getQueriesShape(projectSchema, operation) {
|
|
1031
|
+
return createShape(pascalCase(operation), {
|
|
1032
|
+
type: "object",
|
|
1033
|
+
properties: mapValues(projectSchema[operation === "query" ? "queries" : "mutations"], query => queryToPropertySchema(projectSchema, query))
|
|
1034
|
+
});
|
|
1035
|
+
}
|
|
1036
|
+
export function fieldMappingContainsKey(fieldMapping, key) {
|
|
1037
|
+
if (isArray(fieldMapping)) {
|
|
1038
|
+
return some(fieldMapping, mapping => parseMapping(mapping).key === key);
|
|
1039
|
+
}
|
|
1040
|
+
return parseMapping(fieldMapping).key === key;
|
|
1041
|
+
}
|
|
1042
|
+
/**
|
|
1043
|
+
* Return true if `schemaWithRef` is a ref to a shape named `shapeName`
|
|
1044
|
+
*/
|
|
1045
|
+
export function schemaMatchesShapeName(workingCopy, propertySchema, shapeName) {
|
|
1046
|
+
const arrayOfShapeRef = getRef(workingCopy, propertySchema);
|
|
1047
|
+
return Boolean(arrayOfShapeRef && refItemToNamespacedShapeName(arrayOfShapeRef) === shapeName);
|
|
1048
|
+
}
|
|
1049
|
+
/**
|
|
1050
|
+
* Return true if `shape` has a property that is an array of refs to `shapeName`
|
|
1051
|
+
*/
|
|
1052
|
+
export const shapeHasArrayPropOfShape = (projectSchema, shape, shapeName) => {
|
|
1053
|
+
if (shape && isObjectSchema(shape.schema)) {
|
|
1054
|
+
for (const propName in shape.schema.properties) {
|
|
1055
|
+
if (Object.hasOwn(shape.schema.properties, propName)) {
|
|
1056
|
+
const propSchema = shape.schema.properties[propName];
|
|
1057
|
+
if (propSchema.items &&
|
|
1058
|
+
isRefSchema(propSchema.items) &&
|
|
1059
|
+
schemaMatchesShapeName(projectSchema, propSchema.items, shapeName)) {
|
|
1060
|
+
return true;
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
return false;
|
|
1066
|
+
};
|
|
1067
|
+
export const getQueryMapName = (type) => {
|
|
1068
|
+
return type === "query" ? "queries" : "mutations";
|
|
1069
|
+
};
|