@takeshape/schema 11.45.5 → 11.47.1
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/src/agents.js +6 -6
- package/dist/cjs/src/api-version.js +1 -1
- package/dist/cjs/src/content-schema-transform.js +12 -12
- package/dist/cjs/src/create-input-schema.js +1 -1
- package/dist/cjs/src/enum.js +1 -1
- package/dist/cjs/src/flatten-templates.js +4 -4
- package/dist/cjs/src/get-is-leaf.js +1 -1
- package/dist/cjs/src/interfaces.js +11 -9
- package/dist/cjs/src/layers/layers.js +11 -5
- package/dist/cjs/src/layers/refs.js +3 -3
- package/dist/cjs/src/layers/type-utils.js +1 -1
- package/dist/cjs/src/migration/index.js +3 -1
- package/dist/cjs/src/migration/to/v3.0.0.js +20 -8
- package/dist/cjs/src/migration/to/v3.1.0.js +6 -4
- package/dist/cjs/src/migration/to/v3.10.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.13.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.17.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.0.js +4 -4
- package/dist/cjs/src/migration/to/v3.18.1.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.2.js +1 -1
- package/dist/cjs/src/migration/to/v3.20.0.js +5 -2
- package/dist/cjs/src/migration/to/v3.22.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.31.0.js +2 -2
- package/dist/cjs/src/migration/to/v3.32.0.js +3 -1
- package/dist/cjs/src/migration/to/v3.34.0.js +6 -9
- package/dist/cjs/src/migration/to/v3.36.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.39.0.js +8 -8
- package/dist/cjs/src/migration/to/v3.40.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.46.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.51.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.9.0.js +3 -3
- package/dist/cjs/src/models/project-schema.js +4 -4
- package/dist/cjs/src/models/shape.js +2 -2
- package/dist/cjs/src/project-schema/index.js +4 -2
- package/dist/cjs/src/project-schema/migrate.js +3 -1
- package/dist/cjs/src/project-schema/v3.51.0.js +8 -0
- package/dist/cjs/src/refs.js +28 -18
- package/dist/cjs/src/relationships.js +25 -20
- package/dist/cjs/src/runtime-schema.js +16 -9
- package/dist/cjs/src/schema-transform.js +3 -3
- package/dist/cjs/src/schema-util.js +38 -30
- package/dist/cjs/src/schemas/auth-schemas.json +18 -78
- package/dist/cjs/src/schemas/index.js +7 -5
- package/dist/cjs/src/schemas/project-schema/experimental.json +7 -20
- package/dist/cjs/src/schemas/project-schema/latest.json +166 -566
- package/dist/cjs/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/cjs/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/cjs/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/cjs/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/cjs/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/cjs/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/cjs/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/cjs/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/cjs/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/cjs/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/cjs/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/cjs/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/cjs/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/cjs/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/cjs/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/cjs/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/cjs/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/cjs/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/cjs/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/cjs/src/schemas/project-schema.json +3 -0
- package/dist/cjs/src/schemas/user-schema.json +2 -9
- package/dist/cjs/src/service-dependencies.js +15 -9
- package/dist/cjs/src/services/services.js +12 -11
- package/dist/cjs/src/services/util.js +4 -4
- package/dist/cjs/src/template-shapes/templates.js +18 -12
- package/dist/cjs/src/template-shapes/where.js +23 -14
- package/dist/cjs/src/types/utils.js +3 -3
- package/dist/cjs/src/unions.js +6 -8
- package/dist/cjs/src/util/api-indexing.js +4 -4
- package/dist/cjs/src/util/detect-cycles.js +2 -2
- package/dist/cjs/src/util/find-shape-at-path.js +1 -1
- package/dist/cjs/src/util/form-config.js +0 -1
- package/dist/cjs/src/util/get-conflicting-properties.js +1 -1
- package/dist/cjs/src/util/merge.js +22 -13
- package/dist/cjs/src/util/patch-schema.js +2 -2
- package/dist/cjs/src/util/shapes.js +2 -2
- package/dist/cjs/src/validate.js +64 -47
- package/dist/cjs/src/workflows.js +4 -4
- package/dist/esm/src/agents.js +6 -6
- package/dist/esm/src/api-version.js +1 -1
- package/dist/esm/src/content-schema-transform.js +12 -12
- package/dist/esm/src/create-input-schema.js +1 -1
- package/dist/esm/src/enum.js +1 -1
- package/dist/esm/src/flatten-templates.js +4 -4
- package/dist/esm/src/get-is-leaf.js +1 -1
- package/dist/esm/src/interfaces.js +12 -10
- package/dist/esm/src/layers/layers.js +12 -6
- package/dist/esm/src/layers/refs.js +3 -3
- package/dist/esm/src/layers/type-utils.js +1 -1
- package/dist/esm/src/migration/index.js +3 -1
- package/dist/esm/src/migration/to/v3.0.0.js +20 -8
- package/dist/esm/src/migration/to/v3.1.0.js +6 -4
- package/dist/esm/src/migration/to/v3.10.0.js +1 -1
- package/dist/esm/src/migration/to/v3.13.0.js +1 -1
- package/dist/esm/src/migration/to/v3.17.0.js +1 -1
- package/dist/esm/src/migration/to/v3.18.0.js +4 -4
- package/dist/esm/src/migration/to/v3.18.1.js +1 -1
- package/dist/esm/src/migration/to/v3.18.2.js +1 -1
- package/dist/esm/src/migration/to/v3.20.0.js +5 -2
- package/dist/esm/src/migration/to/v3.22.0.js +1 -1
- package/dist/esm/src/migration/to/v3.31.0.js +2 -2
- package/dist/esm/src/migration/to/v3.32.0.js +3 -1
- package/dist/esm/src/migration/to/v3.34.0.js +6 -9
- package/dist/esm/src/migration/to/v3.36.0.js +1 -1
- package/dist/esm/src/migration/to/v3.39.0.js +8 -8
- package/dist/esm/src/migration/to/v3.40.0.js +1 -1
- package/dist/esm/src/migration/to/v3.46.0.js +1 -1
- package/dist/esm/src/migration/to/v3.51.0.js +10 -0
- package/dist/esm/src/migration/to/v3.9.0.js +3 -3
- package/dist/esm/src/mocks.js +1 -1
- package/dist/esm/src/models/project-schema.js +4 -4
- package/dist/esm/src/models/shape.js +2 -2
- package/dist/esm/src/project-schema/index.js +3 -1
- package/dist/esm/src/project-schema/migrate.js +4 -2
- package/dist/esm/src/project-schema/v3.51.0.js +7 -0
- package/dist/esm/src/refs.js +29 -19
- package/dist/esm/src/relationships.js +26 -21
- package/dist/esm/src/runtime-schema.js +16 -9
- package/dist/esm/src/schema-transform.js +3 -3
- package/dist/esm/src/schema-util.js +40 -32
- package/dist/esm/src/schemas/auth-schemas.json +18 -78
- package/dist/esm/src/schemas/index.js +4 -2
- package/dist/esm/src/schemas/project-schema/experimental.json +7 -20
- package/dist/esm/src/schemas/project-schema/latest.json +166 -566
- package/dist/esm/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/esm/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/esm/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/esm/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/esm/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/esm/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/esm/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/esm/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/esm/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/esm/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/esm/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/esm/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/esm/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/esm/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/esm/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/esm/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/esm/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/esm/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/esm/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/esm/src/schemas/project-schema.json +3 -0
- package/dist/esm/src/schemas/user-schema.json +2 -9
- package/dist/esm/src/service-dependencies.js +17 -11
- package/dist/esm/src/services/services.js +12 -11
- package/dist/esm/src/services/util.js +4 -4
- package/dist/esm/src/template-shapes/templates.js +18 -12
- package/dist/esm/src/template-shapes/where.js +24 -15
- package/dist/esm/src/types/utils.js +3 -3
- package/dist/esm/src/unions.js +6 -8
- package/dist/esm/src/util/api-indexing.js +4 -4
- package/dist/esm/src/util/detect-cycles.js +2 -2
- package/dist/esm/src/util/find-shape-at-path.js +1 -1
- package/dist/esm/src/util/form-config.js +0 -1
- package/dist/esm/src/util/get-conflicting-properties.js +1 -1
- package/dist/esm/src/util/merge.js +23 -14
- package/dist/esm/src/util/patch-schema.js +2 -2
- package/dist/esm/src/util/shapes.js +2 -2
- package/dist/esm/src/validate.js +64 -47
- package/dist/esm/src/workflows.js +4 -4
- package/dist/types/src/agents.d.ts +1 -1
- package/dist/types/src/builtin-schema.d.ts +2 -2
- package/dist/types/src/content-schema-transform.d.ts +1 -1
- package/dist/types/src/create-input-schema.d.ts +1 -1
- package/dist/types/src/enum.d.ts +1 -1
- package/dist/types/src/flatten-templates.d.ts +1 -1
- package/dist/types/src/layers/layers.d.ts +1 -1
- package/dist/types/src/layers/refs.d.ts +1 -1
- package/dist/types/src/layers/type-utils.d.ts +1 -1
- package/dist/types/src/layers/visitor.d.ts +2 -2
- package/dist/types/src/migration/index.d.ts +1 -0
- package/dist/types/src/migration/to/v3.17.1.d.ts +1 -1
- package/dist/types/src/migration/to/v3.19.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.21.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.22.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.23.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.24.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.25.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.26.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.27.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.28.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.29.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.30.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.31.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.32.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.33.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.34.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.35.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.36.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.37.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.38.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.39.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.40.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.41.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.42.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.43.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.44.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.45.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.46.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.47.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.48.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.49.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.50.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.51.0.d.ts +4 -0
- package/dist/types/src/migration/types.d.ts +1 -1
- package/dist/types/src/mocks.d.ts +1 -1
- package/dist/types/src/models/project-schema.d.ts +3 -3
- package/dist/types/src/models/query.d.ts +2 -2
- package/dist/types/src/models/service.d.ts +2 -2
- package/dist/types/src/models/shape.d.ts +2 -2
- package/dist/types/src/project-schema/index.d.ts +4 -1
- package/dist/types/src/project-schema/latest.d.ts +28 -10
- package/dist/types/src/project-schema/v3.50.0.d.ts +27 -9
- package/dist/types/src/project-schema/v3.51.0.d.ts +2189 -0
- package/dist/types/src/refs.d.ts +1 -1
- package/dist/types/src/relationships.d.ts +2 -2
- package/dist/types/src/runtime-schema.d.ts +1 -1
- package/dist/types/src/schema-transform.d.ts +1 -1
- package/dist/types/src/schema-util.d.ts +2 -2
- package/dist/types/src/schemas/index.d.ts +2 -2
- package/dist/types/src/service-dependencies.d.ts +2 -2
- package/dist/types/src/services/services.d.ts +3 -3
- package/dist/types/src/services/util.d.ts +2 -2
- package/dist/types/src/template-shapes/index.d.ts +2 -2
- package/dist/types/src/template-shapes/names.d.ts +1 -1
- package/dist/types/src/template-shapes/types.d.ts +2 -2
- package/dist/types/src/template-shapes/where.d.ts +1 -1
- package/dist/types/src/types/transforms.d.ts +1 -1
- package/dist/types/src/types/types.d.ts +4 -4
- package/dist/types/src/types/utils.d.ts +2 -2
- package/dist/types/src/unions.d.ts +2 -2
- package/dist/types/src/util/ai-tools.d.ts +1 -1
- package/dist/types/src/util/api-indexing.d.ts +1 -1
- package/dist/types/src/util/detect-cycles.d.ts +1 -1
- package/dist/types/src/util/find-shape-at-path.d.ts +1 -1
- package/dist/types/src/util/form-config.d.ts +1 -1
- package/dist/types/src/util/get-conflicting-properties.d.ts +1 -1
- package/dist/types/src/util/get-return-shape.d.ts +1 -1
- package/dist/types/src/util/has-arg.d.ts +2 -2
- package/dist/types/src/util/merge.d.ts +1 -1
- package/dist/types/src/util/patch-schema.d.ts +2 -2
- package/dist/types/src/util/shapes.d.ts +1 -1
- package/dist/types/src/validate.d.ts +4 -4
- package/dist/types/src/workflows.d.ts +1 -1
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/examples/latest/agent-schema.json +5 -13
- package/examples/latest/all-fields-shapes-inline.json +19 -53
- package/examples/latest/all-fields-shapes.json +27 -77
- package/examples/latest/betzino.json +903 -3140
- package/examples/latest/blog-schema.json +9 -29
- package/examples/latest/brewery-schema.json +8 -26
- package/examples/latest/clear-cache-schema.json +4 -8
- package/examples/latest/complex-project-schema.json +99 -360
- package/examples/latest/complex-schema.json +487 -1754
- package/examples/latest/edit-schema.json +5 -12
- package/examples/latest/fabric-ecommerce.json +188 -839
- package/examples/latest/frank-and-fred-schema.json +489 -1756
- package/examples/latest/klirr-schema.json +683 -2412
- package/examples/latest/layers/rick-and-morty-layer.json +12 -33
- package/examples/latest/layers/shopify-layer-2023-01.json +2207 -8638
- package/examples/latest/layers/shopify-storefront-2023-04.json +403 -1713
- package/examples/latest/layers/wordpress-2024-01.json +689 -2744
- package/examples/latest/massive-schema.json +132 -585
- package/examples/latest/mill-components-schema.json +30 -126
- package/examples/latest/nested-shape-arrays.json +8 -20
- package/examples/latest/one-earth.json +237 -1114
- package/examples/latest/pet-oneof-array.json +8 -23
- package/examples/latest/post-schema.json +7 -21
- package/examples/latest/pruned-shopify-product-schema.json +186 -831
- package/examples/latest/rag-example.json +6 -16
- package/examples/latest/real-world-schema.json +15 -57
- package/examples/latest/recursive-repeater-schema.json +5 -12
- package/examples/latest/recursive-schema.json +5 -12
- package/examples/latest/rick-and-morty-ast.json +46 -175
- package/examples/latest/rick-and-morty-graphql.json +26 -101
- package/examples/latest/rick-and-morty-rest.json +4 -8
- package/examples/latest/rick-and-morty-with-indexing.json +6 -14
- package/examples/latest/schema-where-filter.json +12 -41
- package/examples/latest/schema-with-repeater-draftjs.json +4 -9
- package/examples/latest/schema-with-rick-and-morty.json +3 -5
- package/examples/latest/shape-books-v3_2_0.json +18 -72
- package/examples/latest/shape-books.json +18 -72
- package/examples/latest/shape-editor-schema-edited.json +24 -70
- package/examples/latest/shape-editor-schema-initial.json +11 -29
- package/examples/latest/shapedb-crud-every-prop-type.json +9 -23
- package/examples/latest/shopify-lookbook.json +6 -20
- package/examples/latest/shopify-product-2022-07.json +727 -3218
- package/examples/latest/shopify-product-2023-04.json +1013 -4497
- package/examples/latest/shopify-store-with-widget.json +214 -943
- package/examples/latest/stripe-product-runtime-schema.json +82 -278
- package/examples/latest/stripe-starter-resolved.json +477 -1954
- package/examples/latest/user-schema-no-required.json +4 -14
- package/examples/latest/user-schema-with-defaults.json +6 -28
- package/examples/latest/valvoline-ai-demo.json +18 -70
- package/examples/latest/vector-search-schema.json +9 -25
- package/examples/source/agent-schema.json +29 -16
- package/examples/source/all-fields-shapes-inline.json +21 -30
- package/examples/source/all-fields-shapes.json +26 -76
- package/examples/source/betzino.json +1501 -4960
- package/examples/source/blog-schema.json +1 -1
- package/examples/source/brewery-schema.json +1 -1
- package/examples/source/clear-cache-schema.json +4 -4
- package/examples/source/complex-project-schema.json +196 -688
- package/examples/source/edit-schema.json +3 -3
- package/examples/source/fabric-ecommerce.json +186 -837
- package/examples/source/frank-and-fred-schema.json +1136 -3929
- package/examples/source/layers/rick-and-morty-layer.json +10 -31
- package/examples/source/layers/shopify-layer-2023-01.json +2205 -8636
- package/examples/source/layers/shopify-storefront-2023-04.json +401 -1711
- package/examples/source/layers/wordpress-2024-01.json +689 -2743
- package/examples/source/massive-schema.json +386 -1455
- package/examples/source/nested-shape-arrays.json +12 -12
- package/examples/source/pet-oneof-array.json +31 -29
- package/examples/source/post-schema.json +1 -1
- package/examples/source/pruned-shopify-product-schema.json +184 -829
- package/examples/source/rag-example.json +5 -15
- package/examples/source/real-world-schema.json +32 -119
- package/examples/source/recursive-repeater-schema.json +3 -8
- package/examples/source/recursive-schema.json +1 -1
- package/examples/source/rick-and-morty-ast.json +66 -251
- package/examples/source/rick-and-morty-graphql.json +41 -162
- package/examples/source/rick-and-morty-rest.json +24 -6
- package/examples/source/rick-and-morty-with-indexing.json +25 -25
- package/examples/source/schema-where-filter.json +29 -50
- package/examples/source/schema-with-repeater-draftjs.json +9 -31
- package/examples/source/schema-with-rick-and-morty.json +4 -4
- package/examples/source/shape-books.json +49 -181
- package/examples/source/shape-editor-schema-edited.json +22 -68
- package/examples/source/shape-editor-schema-initial.json +9 -27
- package/examples/source/shapedb-crud-every-prop-type.json +20 -29
- package/examples/source/shopify-product-2022-07.json +736 -3261
- package/examples/source/shopify-product-2023-04.json +1022 -4540
- package/examples/source/shopify-store-with-widget.json +212 -941
- package/examples/source/stripe-product-runtime-schema.json +91 -321
- package/examples/source/stripe-starter-resolved.json +475 -1952
- package/examples/source/user-schema-with-defaults.json +1 -9
- package/examples/source/valvoline-ai-demo.json +175 -219
- package/examples/source/vector-search-schema.json +37 -38
- package/examples/v4_0_0/rick-and-morty-notes/flattened-schema.json +15 -49
- package/examples/v4_0_0/rick-and-morty-notes/layers/character-notes.json +8 -8
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-static-sites.json +19 -79
- package/examples/v4_0_0/rick-and-morty-notes/schema.json +8 -5
- package/examples/v4_0_0/shopify-lookbook/flattened-schema.json +190 -851
- package/examples/v4_0_0/shopify-lookbook/layers/andrews-store.json +1103 -4431
- package/examples/v4_0_0/shopify-lookbook/layers/lookbook.json +64 -56
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-assets.json +1 -4
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/shopify-lookbook/schema.json +3 -10
- package/package.json +12 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_30_0, ProjectSchemaJSONV3_31_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_30_0, ProjectSchemaJSONV3_31_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_31_0, ProjectSchemaJSONV3_32_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_31_0, ProjectSchemaJSONV3_32_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_32_0, ProjectSchemaJSONV3_33_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_32_0, ProjectSchemaJSONV3_33_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { FormMapV3_33_0, ProjectSchemaJSONV3_33_0, ProjectSchemaJSONV3_34_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
export declare function normalizeForms(projectSchema: ProjectSchemaJSONV3_33_0): FormMapV3_33_0;
|
|
4
4
|
export declare function migrateInterfaceShapes(projectSchema: ProjectSchemaJSONV3_33_0): ProjectSchemaJSONV3_33_0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_34_0, ProjectSchemaJSONV3_35_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_34_0, ProjectSchemaJSONV3_35_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_35_0, ProjectSchemaJSONV3_36_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_35_0, ProjectSchemaJSONV3_36_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_36_0, ProjectSchemaJSONV3_37_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_36_0, ProjectSchemaJSONV3_37_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_37_0, ProjectSchemaJSONV3_38_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_37_0, ProjectSchemaJSONV3_38_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_38_0, ProjectSchemaJSONV3_39_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_38_0, ProjectSchemaJSONV3_39_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_39_0, ProjectSchemaJSONV3_40_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_39_0, ProjectSchemaJSONV3_40_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_40_0, ProjectSchemaJSONV3_41_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_40_0, ProjectSchemaJSONV3_41_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_41_0, ProjectSchemaJSONV3_42_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_41_0, ProjectSchemaJSONV3_42_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_42_0, ProjectSchemaJSONV3_43_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_42_0, ProjectSchemaJSONV3_43_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_43_0, ProjectSchemaJSONV3_44_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_43_0, ProjectSchemaJSONV3_44_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_44_0, ProjectSchemaJSONV3_45_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_44_0, ProjectSchemaJSONV3_45_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_45_0, ProjectSchemaJSONV3_46_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_45_0, ProjectSchemaJSONV3_46_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_46_0, ProjectSchemaJSONV3_47_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_46_0, ProjectSchemaJSONV3_47_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_47_0, ProjectSchemaJSONV3_48_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_47_0, ProjectSchemaJSONV3_48_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_48_0, ProjectSchemaJSONV3_49_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_48_0, ProjectSchemaJSONV3_49_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ProjectSchemaJSONV3_49_0, ProjectSchemaJSONV3_50_0 } from '../../project-schema';
|
|
2
2
|
import type { MigrateFunction } from '../types';
|
|
3
3
|
declare const migrate: MigrateFunction<ProjectSchemaJSONV3_49_0, ProjectSchemaJSONV3_50_0>;
|
|
4
4
|
export default migrate;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { AgentJSON, FormConfig, ProjectSchemaJSON, QueryJSON, ServiceConfigJSON, ShapeJSON, Workflow } from '../project-schema';
|
|
1
2
|
import type { EncryptFn, SafeDecryptFn } from '../services/types';
|
|
2
|
-
import type { ProjectSchemaJSON, FormConfig, Workflow, ShapeJSON, ServiceConfigJSON, QueryJSON, AgentJSON } from '../project-schema';
|
|
3
3
|
export type ProjectSchemaMigrationContext = {
|
|
4
4
|
generateDataKeyFn: () => Promise<string>;
|
|
5
5
|
encryptFn: EncryptFn;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ProjectSchemaJSON, ServiceConfig,
|
|
1
|
+
import type { ProjectSchemaJSON, ServiceConfig, ServiceConfigJSON, ShapeJSON } from './project-schema';
|
|
2
2
|
import type { CachedShape, ServiceKey } from './types/types';
|
|
3
3
|
/**
|
|
4
4
|
* Like emptySchema, but for tests.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import type { ProjectSchemaJSON, ShapeJSON } from '../project-schema';
|
|
1
2
|
import { type RefItem, type RefItemWithPath } from '../refs';
|
|
2
|
-
import
|
|
3
|
-
import { type SchemaWithRef } from '../types';
|
|
4
|
-
import { ShapeModel } from './shape';
|
|
3
|
+
import type { SchemaWithRef } from '../types';
|
|
5
4
|
import { QueryModel } from './query';
|
|
6
5
|
import { ServiceConfig } from './service';
|
|
6
|
+
import { ShapeModel } from './shape';
|
|
7
7
|
/**
|
|
8
8
|
* Model object representing a ProjectSchema.
|
|
9
9
|
* Intended to help make it easier to find the right utils
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { QueryJSON } from '../project-schema';
|
|
2
|
+
import type { ProjectSchema } from './project-schema';
|
|
3
3
|
/**
|
|
4
4
|
* Create a model object representing a query or mutation.
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ServiceConfigJSON } from '../project-schema';
|
|
2
|
+
import type { ProjectSchema } from './project-schema';
|
|
3
3
|
/**
|
|
4
4
|
* Create a model object representing a service configuration.
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ShapeJSON } from '../project-schema';
|
|
2
2
|
import { type RefItem } from '../refs';
|
|
3
|
-
import {
|
|
3
|
+
import type { ProjectSchema } from './project-schema';
|
|
4
4
|
/**
|
|
5
5
|
* Create a shape model from either a ref item or a ref string such as `rick:Character`
|
|
6
6
|
*/
|
|
@@ -58,6 +58,7 @@ export * from './v3.47.0';
|
|
|
58
58
|
export * from './v3.48.0';
|
|
59
59
|
export * from './v3.49.0';
|
|
60
60
|
export * from './v3.50.0';
|
|
61
|
+
export * from './v3.51.0';
|
|
61
62
|
export * from './v4.0.0';
|
|
62
63
|
import { ProjectSchemaJSONV1_0_0 } from './v1.0.0';
|
|
63
64
|
import { ProjectSchemaJSONV3_0_0 } from './v3.0.0';
|
|
@@ -118,9 +119,10 @@ import { ProjectSchemaJSONV3_47_0 } from './v3.47.0';
|
|
|
118
119
|
import { ProjectSchemaJSONV3_48_0 } from './v3.48.0';
|
|
119
120
|
import { ProjectSchemaJSONV3_49_0 } from './v3.49.0';
|
|
120
121
|
import { ProjectSchemaJSONV3_50_0 } from './v3.50.0';
|
|
122
|
+
import { ProjectSchemaJSONV3_51_0 } from './v3.51.0';
|
|
121
123
|
import { ProjectSchemaJSONV4_0_0 } from './v4.0.0';
|
|
122
124
|
import { ProjectSchemaJSON } from './latest';
|
|
123
|
-
export type AnyProjectSchemaJSON = ProjectSchemaJSONV1_0_0 | ProjectSchemaJSONV3_0_0 | ProjectSchemaJSONV3_1_0 | ProjectSchemaJSONV3_2_0 | ProjectSchemaJSONV3_3_0 | ProjectSchemaJSONV3_4_0 | ProjectSchemaJSONV3_5_0 | ProjectSchemaJSONV3_5_1 | ProjectSchemaJSONV3_6_0 | ProjectSchemaJSONV3_7_0 | ProjectSchemaJSONV3_8_0 | ProjectSchemaJSONV3_9_0 | ProjectSchemaJSONV3_10_0 | ProjectSchemaJSONV3_11_0 | ProjectSchemaJSONV3_12_0 | ProjectSchemaJSONV3_12_1 | ProjectSchemaJSONV3_12_2 | ProjectSchemaJSONV3_12_3 | ProjectSchemaJSONV3_13_0 | ProjectSchemaJSONV3_14_0 | ProjectSchemaJSONV3_15_0 | ProjectSchemaJSONV3_16_0 | ProjectSchemaJSONV3_17_0 | ProjectSchemaJSONV3_17_1 | ProjectSchemaJSONV3_18_0 | ProjectSchemaJSONV3_18_1 | ProjectSchemaJSONV3_18_2 | ProjectSchemaJSONV3_19_0 | ProjectSchemaJSONV3_20_0 | ProjectSchemaJSONV3_21_0 | ProjectSchemaJSONV3_22_0 | ProjectSchemaJSONV3_23_0 | ProjectSchemaJSONV3_24_0 | ProjectSchemaJSONV3_25_0 | ProjectSchemaJSONV3_26_0 | ProjectSchemaJSONV3_27_0 | ProjectSchemaJSONV3_28_0 | ProjectSchemaJSONV3_29_0 | ProjectSchemaJSONV3_30_0 | ProjectSchemaJSONV3_31_0 | ProjectSchemaJSONV3_32_0 | ProjectSchemaJSONV3_33_0 | ProjectSchemaJSONV3_34_0 | ProjectSchemaJSONV3_35_0 | ProjectSchemaJSONV3_36_0 | ProjectSchemaJSONV3_37_0 | ProjectSchemaJSONV3_38_0 | ProjectSchemaJSONV3_39_0 | ProjectSchemaJSONV3_40_0 | ProjectSchemaJSONV3_41_0 | ProjectSchemaJSONV3_42_0 | ProjectSchemaJSONV3_43_0 | ProjectSchemaJSONV3_44_0 | ProjectSchemaJSONV3_45_0 | ProjectSchemaJSONV3_46_0 | ProjectSchemaJSONV3_47_0 | ProjectSchemaJSONV3_48_0 | ProjectSchemaJSONV3_49_0 | ProjectSchemaJSONV3_50_0 | ProjectSchemaJSONV4_0_0 | ProjectSchemaJSON;
|
|
125
|
+
export type AnyProjectSchemaJSON = ProjectSchemaJSONV1_0_0 | ProjectSchemaJSONV3_0_0 | ProjectSchemaJSONV3_1_0 | ProjectSchemaJSONV3_2_0 | ProjectSchemaJSONV3_3_0 | ProjectSchemaJSONV3_4_0 | ProjectSchemaJSONV3_5_0 | ProjectSchemaJSONV3_5_1 | ProjectSchemaJSONV3_6_0 | ProjectSchemaJSONV3_7_0 | ProjectSchemaJSONV3_8_0 | ProjectSchemaJSONV3_9_0 | ProjectSchemaJSONV3_10_0 | ProjectSchemaJSONV3_11_0 | ProjectSchemaJSONV3_12_0 | ProjectSchemaJSONV3_12_1 | ProjectSchemaJSONV3_12_2 | ProjectSchemaJSONV3_12_3 | ProjectSchemaJSONV3_13_0 | ProjectSchemaJSONV3_14_0 | ProjectSchemaJSONV3_15_0 | ProjectSchemaJSONV3_16_0 | ProjectSchemaJSONV3_17_0 | ProjectSchemaJSONV3_17_1 | ProjectSchemaJSONV3_18_0 | ProjectSchemaJSONV3_18_1 | ProjectSchemaJSONV3_18_2 | ProjectSchemaJSONV3_19_0 | ProjectSchemaJSONV3_20_0 | ProjectSchemaJSONV3_21_0 | ProjectSchemaJSONV3_22_0 | ProjectSchemaJSONV3_23_0 | ProjectSchemaJSONV3_24_0 | ProjectSchemaJSONV3_25_0 | ProjectSchemaJSONV3_26_0 | ProjectSchemaJSONV3_27_0 | ProjectSchemaJSONV3_28_0 | ProjectSchemaJSONV3_29_0 | ProjectSchemaJSONV3_30_0 | ProjectSchemaJSONV3_31_0 | ProjectSchemaJSONV3_32_0 | ProjectSchemaJSONV3_33_0 | ProjectSchemaJSONV3_34_0 | ProjectSchemaJSONV3_35_0 | ProjectSchemaJSONV3_36_0 | ProjectSchemaJSONV3_37_0 | ProjectSchemaJSONV3_38_0 | ProjectSchemaJSONV3_39_0 | ProjectSchemaJSONV3_40_0 | ProjectSchemaJSONV3_41_0 | ProjectSchemaJSONV3_42_0 | ProjectSchemaJSONV3_43_0 | ProjectSchemaJSONV3_44_0 | ProjectSchemaJSONV3_45_0 | ProjectSchemaJSONV3_46_0 | ProjectSchemaJSONV3_47_0 | ProjectSchemaJSONV3_48_0 | ProjectSchemaJSONV3_49_0 | ProjectSchemaJSONV3_50_0 | ProjectSchemaJSONV3_51_0 | ProjectSchemaJSONV4_0_0 | ProjectSchemaJSON;
|
|
124
126
|
export declare const isProjectSchemaJSONV1_0_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV1_0_0;
|
|
125
127
|
export declare const isProjectSchemaJSONV3_0_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_0_0;
|
|
126
128
|
export declare const isProjectSchemaJSONV3_1_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_1_0;
|
|
@@ -180,5 +182,6 @@ export declare const isProjectSchemaJSONV3_47_0: (projectSchema: AnyProjectSchem
|
|
|
180
182
|
export declare const isProjectSchemaJSONV3_48_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_48_0;
|
|
181
183
|
export declare const isProjectSchemaJSONV3_49_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_49_0;
|
|
182
184
|
export declare const isProjectSchemaJSONV3_50_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_50_0;
|
|
185
|
+
export declare const isProjectSchemaJSONV3_51_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV3_51_0;
|
|
183
186
|
export declare const isLatestProjectSchemaJSON: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSON;
|
|
184
187
|
export declare const isProjectSchemaJSONV4_0_0: (projectSchema: AnyProjectSchemaJSON) => projectSchema is ProjectSchemaJSONV4_0_0;
|
|
@@ -74,7 +74,7 @@ export type Resolver = BasicResolver | ComposeResolver;
|
|
|
74
74
|
* This interface was referenced by `ProjectSchemaJSON`'s JSON-Schema
|
|
75
75
|
* via the `definition` "basicResolver".
|
|
76
76
|
*/
|
|
77
|
-
export type BasicResolver = UtilResolver | DelegateResolver | TakeshapeResolver | ShapedbResolver | ShapedbResolverShapeNameNotRequired | GraphqlResolver | RestResolver | AwsLambdaResolver | SalsifyResolver | SyndigoResolver | FunctionResolver | AIGenerateTextResolver | AIEmbeddingResolver | AIParseFileResolver | AIRunAgentResolver | AIInspectAgentResolver;
|
|
77
|
+
export type BasicResolver = UtilResolver | DelegateResolver | TakeshapeResolver | ShapedbResolver | ShapedbResolverShapeNameNotRequired | GraphqlResolver | RestResolver | AwsLambdaResolver | SalsifyResolver | SyndigoResolver | FunctionResolver | AIGenerateTextResolver | AIGeneratePropertyResolver | AIEmbeddingResolver | AIParseFileResolver | AIRunAgentResolver | AIInspectAgentResolver;
|
|
78
78
|
/**
|
|
79
79
|
* Name of the resolver function.
|
|
80
80
|
*/
|
|
@@ -220,19 +220,23 @@ export type AIGuardrail = AISimilarityGuardrail;
|
|
|
220
220
|
/**
|
|
221
221
|
* Name of the resolver function.
|
|
222
222
|
*/
|
|
223
|
-
export type AIResolverName1 = 'ai:
|
|
223
|
+
export type AIResolverName1 = 'ai:generateProperty';
|
|
224
224
|
/**
|
|
225
225
|
* Name of the resolver function.
|
|
226
226
|
*/
|
|
227
|
-
export type AIResolverName2 = 'ai:
|
|
227
|
+
export type AIResolverName2 = 'ai:createEmbedding';
|
|
228
228
|
/**
|
|
229
229
|
* Name of the resolver function.
|
|
230
230
|
*/
|
|
231
|
-
export type AIResolverName3 = 'ai:
|
|
231
|
+
export type AIResolverName3 = 'ai:parseFile';
|
|
232
232
|
/**
|
|
233
233
|
* Name of the resolver function.
|
|
234
234
|
*/
|
|
235
|
-
export type AIResolverName4 = 'ai:
|
|
235
|
+
export type AIResolverName4 = 'ai:runAgent';
|
|
236
|
+
/**
|
|
237
|
+
* Name of the resolver function.
|
|
238
|
+
*/
|
|
239
|
+
export type AIResolverName5 = 'ai:inspectAgentSession';
|
|
236
240
|
/**
|
|
237
241
|
* This interface was referenced by `ProjectSchemaJSON`'s JSON-Schema
|
|
238
242
|
* via the `definition` "dependencies".
|
|
@@ -486,7 +490,7 @@ export interface ProjectSchemaJSON {
|
|
|
486
490
|
/**
|
|
487
491
|
* The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format.
|
|
488
492
|
*/
|
|
489
|
-
schemaVersion: '3.
|
|
493
|
+
schemaVersion: '3.51.0';
|
|
490
494
|
/**
|
|
491
495
|
* The ID of the TakeShape project this schema belongs to.
|
|
492
496
|
*/
|
|
@@ -1232,6 +1236,20 @@ export interface AISimilarityGuardrail {
|
|
|
1232
1236
|
defaultResponse: string;
|
|
1233
1237
|
threshold?: number;
|
|
1234
1238
|
}
|
|
1239
|
+
/**
|
|
1240
|
+
* This interface was referenced by `ProjectSchemaJSON`'s JSON-Schema
|
|
1241
|
+
* via the `definition` "aiGeneratePropertyResolver".
|
|
1242
|
+
*/
|
|
1243
|
+
export interface AIGeneratePropertyResolver {
|
|
1244
|
+
id?: string;
|
|
1245
|
+
name: AIResolverName1;
|
|
1246
|
+
/**
|
|
1247
|
+
* Configuration for a service to use with this resolver.
|
|
1248
|
+
*/
|
|
1249
|
+
service: string;
|
|
1250
|
+
model: string;
|
|
1251
|
+
systemPrompt?: string;
|
|
1252
|
+
}
|
|
1235
1253
|
/**
|
|
1236
1254
|
* This interface was referenced by `ProjectSchemaJSON`'s JSON-Schema
|
|
1237
1255
|
* via the `definition` "aiEmbeddingResolver".
|
|
@@ -1239,7 +1257,7 @@ export interface AISimilarityGuardrail {
|
|
|
1239
1257
|
export interface AIEmbeddingResolver {
|
|
1240
1258
|
if?: string;
|
|
1241
1259
|
id?: string;
|
|
1242
|
-
name:
|
|
1260
|
+
name: AIResolverName2;
|
|
1243
1261
|
/**
|
|
1244
1262
|
* Configuration for a service to use with this resolver.
|
|
1245
1263
|
*/
|
|
@@ -1264,7 +1282,7 @@ export interface AIEmbeddingResolverOptions {
|
|
|
1264
1282
|
export interface AIParseFileResolver {
|
|
1265
1283
|
if?: string;
|
|
1266
1284
|
id?: string;
|
|
1267
|
-
name:
|
|
1285
|
+
name: AIResolverName3;
|
|
1268
1286
|
/**
|
|
1269
1287
|
* Configuration for a service to use with this resolver.
|
|
1270
1288
|
*/
|
|
@@ -1275,12 +1293,12 @@ export interface AIParseFileResolver {
|
|
|
1275
1293
|
}
|
|
1276
1294
|
export interface AIRunAgentResolver {
|
|
1277
1295
|
id?: string;
|
|
1278
|
-
name:
|
|
1296
|
+
name: AIResolverName4;
|
|
1279
1297
|
agentName: string;
|
|
1280
1298
|
}
|
|
1281
1299
|
export interface AIInspectAgentResolver {
|
|
1282
1300
|
id?: string;
|
|
1283
|
-
name:
|
|
1301
|
+
name: AIResolverName5;
|
|
1284
1302
|
agentName: string;
|
|
1285
1303
|
}
|
|
1286
1304
|
/**
|
|
@@ -74,7 +74,7 @@ export type ResolverV3_50_0 = BasicResolverV3_50_0 | ComposeResolverV3_50_0;
|
|
|
74
74
|
* This interface was referenced by `ProjectSchemaJSONV3_50_0`'s JSON-Schema
|
|
75
75
|
* via the `definition` "basicResolver".
|
|
76
76
|
*/
|
|
77
|
-
export type BasicResolverV3_50_0 = UtilResolverV3_50_0 | DelegateResolverV3_50_0 | TakeshapeResolverV3_50_0 | ShapedbResolverV3_50_0 | ShapedbResolverShapeNameNotRequiredV3_50_0 | GraphqlResolverV3_50_0 | RestResolverV3_50_0 | AwsLambdaResolverV3_50_0 | SalsifyResolverV3_50_0 | SyndigoResolverV3_50_0 | FunctionResolverV3_50_0 | AIGenerateTextResolverV3_50_0 | AIEmbeddingResolverV3_50_0 | AIParseFileResolverV3_50_0 | AIRunAgentResolverV3_50_0 | AIInspectAgentResolverV3_50_0;
|
|
77
|
+
export type BasicResolverV3_50_0 = UtilResolverV3_50_0 | DelegateResolverV3_50_0 | TakeshapeResolverV3_50_0 | ShapedbResolverV3_50_0 | ShapedbResolverShapeNameNotRequiredV3_50_0 | GraphqlResolverV3_50_0 | RestResolverV3_50_0 | AwsLambdaResolverV3_50_0 | SalsifyResolverV3_50_0 | SyndigoResolverV3_50_0 | FunctionResolverV3_50_0 | AIGenerateTextResolverV3_50_0 | AIGeneratePropertyResolverV3_50_0 | AIEmbeddingResolverV3_50_0 | AIParseFileResolverV3_50_0 | AIRunAgentResolverV3_50_0 | AIInspectAgentResolverV3_50_0;
|
|
78
78
|
/**
|
|
79
79
|
* Name of the resolver function.
|
|
80
80
|
*/
|
|
@@ -220,19 +220,23 @@ export type AIGuardrailV3_50_0 = AISimilarityGuardrailV3_50_0;
|
|
|
220
220
|
/**
|
|
221
221
|
* Name of the resolver function.
|
|
222
222
|
*/
|
|
223
|
-
export type AIResolverNameV3_50_01 = 'ai:
|
|
223
|
+
export type AIResolverNameV3_50_01 = 'ai:generateProperty';
|
|
224
224
|
/**
|
|
225
225
|
* Name of the resolver function.
|
|
226
226
|
*/
|
|
227
|
-
export type AIResolverNameV3_50_02 = 'ai:
|
|
227
|
+
export type AIResolverNameV3_50_02 = 'ai:createEmbedding';
|
|
228
228
|
/**
|
|
229
229
|
* Name of the resolver function.
|
|
230
230
|
*/
|
|
231
|
-
export type AIResolverNameV3_50_03 = 'ai:
|
|
231
|
+
export type AIResolverNameV3_50_03 = 'ai:parseFile';
|
|
232
232
|
/**
|
|
233
233
|
* Name of the resolver function.
|
|
234
234
|
*/
|
|
235
|
-
export type AIResolverNameV3_50_04 = 'ai:
|
|
235
|
+
export type AIResolverNameV3_50_04 = 'ai:runAgent';
|
|
236
|
+
/**
|
|
237
|
+
* Name of the resolver function.
|
|
238
|
+
*/
|
|
239
|
+
export type AIResolverNameV3_50_05 = 'ai:inspectAgentSession';
|
|
236
240
|
/**
|
|
237
241
|
* This interface was referenced by `ProjectSchemaJSONV3_50_0`'s JSON-Schema
|
|
238
242
|
* via the `definition` "dependencies".
|
|
@@ -1232,6 +1236,20 @@ export interface AISimilarityGuardrailV3_50_0 {
|
|
|
1232
1236
|
defaultResponse: string;
|
|
1233
1237
|
threshold?: number;
|
|
1234
1238
|
}
|
|
1239
|
+
/**
|
|
1240
|
+
* This interface was referenced by `ProjectSchemaJSONV3_50_0`'s JSON-Schema
|
|
1241
|
+
* via the `definition` "aiGeneratePropertyResolver".
|
|
1242
|
+
*/
|
|
1243
|
+
export interface AIGeneratePropertyResolverV3_50_0 {
|
|
1244
|
+
id?: string;
|
|
1245
|
+
name: AIResolverNameV3_50_01;
|
|
1246
|
+
/**
|
|
1247
|
+
* Configuration for a service to use with this resolver.
|
|
1248
|
+
*/
|
|
1249
|
+
service: string;
|
|
1250
|
+
model: string;
|
|
1251
|
+
systemPrompt?: string;
|
|
1252
|
+
}
|
|
1235
1253
|
/**
|
|
1236
1254
|
* This interface was referenced by `ProjectSchemaJSONV3_50_0`'s JSON-Schema
|
|
1237
1255
|
* via the `definition` "aiEmbeddingResolver".
|
|
@@ -1239,7 +1257,7 @@ export interface AISimilarityGuardrailV3_50_0 {
|
|
|
1239
1257
|
export interface AIEmbeddingResolverV3_50_0 {
|
|
1240
1258
|
if?: string;
|
|
1241
1259
|
id?: string;
|
|
1242
|
-
name:
|
|
1260
|
+
name: AIResolverNameV3_50_02;
|
|
1243
1261
|
/**
|
|
1244
1262
|
* Configuration for a service to use with this resolver.
|
|
1245
1263
|
*/
|
|
@@ -1264,7 +1282,7 @@ export interface AIEmbeddingResolverOptionsV3_50_0 {
|
|
|
1264
1282
|
export interface AIParseFileResolverV3_50_0 {
|
|
1265
1283
|
if?: string;
|
|
1266
1284
|
id?: string;
|
|
1267
|
-
name:
|
|
1285
|
+
name: AIResolverNameV3_50_03;
|
|
1268
1286
|
/**
|
|
1269
1287
|
* Configuration for a service to use with this resolver.
|
|
1270
1288
|
*/
|
|
@@ -1275,12 +1293,12 @@ export interface AIParseFileResolverV3_50_0 {
|
|
|
1275
1293
|
}
|
|
1276
1294
|
export interface AIRunAgentResolverV3_50_0 {
|
|
1277
1295
|
id?: string;
|
|
1278
|
-
name:
|
|
1296
|
+
name: AIResolverNameV3_50_04;
|
|
1279
1297
|
agentName: string;
|
|
1280
1298
|
}
|
|
1281
1299
|
export interface AIInspectAgentResolverV3_50_0 {
|
|
1282
1300
|
id?: string;
|
|
1283
|
-
name:
|
|
1301
|
+
name: AIResolverNameV3_50_05;
|
|
1284
1302
|
agentName: string;
|
|
1285
1303
|
}
|
|
1286
1304
|
/**
|