@takeshape/schema 11.45.5 → 11.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/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 +18 -16
- 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 +15 -13
- 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,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"projectId": "4c54da75-a240-4e50-8343-bd1e8eafcdbb",
|
|
3
3
|
"defaultLocale": "en-us",
|
|
4
|
-
"locales": [
|
|
5
|
-
"en-us"
|
|
6
|
-
],
|
|
4
|
+
"locales": ["en-us"],
|
|
7
5
|
"apiVersion": "2",
|
|
8
6
|
"workflows": {},
|
|
9
7
|
"forms": {
|
|
@@ -100,11 +98,7 @@
|
|
|
100
98
|
"service": "michaels-store-takeshape"
|
|
101
99
|
}
|
|
102
100
|
},
|
|
103
|
-
"order": [
|
|
104
|
-
"name",
|
|
105
|
-
"shopifyProductId",
|
|
106
|
-
"shopifyProduct"
|
|
107
|
-
]
|
|
101
|
+
"order": ["name", "shopifyProductId", "shopifyProduct"]
|
|
108
102
|
}
|
|
109
103
|
}
|
|
110
104
|
},
|
|
@@ -661,9 +655,7 @@
|
|
|
661
655
|
"type": "string"
|
|
662
656
|
}
|
|
663
657
|
},
|
|
664
|
-
"required": [
|
|
665
|
-
"id"
|
|
666
|
-
]
|
|
658
|
+
"required": ["id"]
|
|
667
659
|
}
|
|
668
660
|
},
|
|
669
661
|
"Character": {
|
|
@@ -1188,9 +1180,7 @@
|
|
|
1188
1180
|
"description": "The ID of the collection to check."
|
|
1189
1181
|
}
|
|
1190
1182
|
},
|
|
1191
|
-
"required": [
|
|
1192
|
-
"id"
|
|
1193
|
-
]
|
|
1183
|
+
"required": ["id"]
|
|
1194
1184
|
},
|
|
1195
1185
|
"description": "Whether the product is in a given collection."
|
|
1196
1186
|
},
|
|
@@ -1260,10 +1250,7 @@
|
|
|
1260
1250
|
"description": "The key for the metafield."
|
|
1261
1251
|
}
|
|
1262
1252
|
},
|
|
1263
|
-
"required": [
|
|
1264
|
-
"namespace",
|
|
1265
|
-
"key"
|
|
1266
|
-
]
|
|
1253
|
+
"required": ["namespace", "key"]
|
|
1267
1254
|
},
|
|
1268
1255
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
1269
1256
|
},
|
|
@@ -1355,10 +1342,7 @@
|
|
|
1355
1342
|
"description": "The key for the private metafield."
|
|
1356
1343
|
}
|
|
1357
1344
|
},
|
|
1358
|
-
"required": [
|
|
1359
|
-
"namespace",
|
|
1360
|
-
"key"
|
|
1361
|
-
]
|
|
1345
|
+
"required": ["namespace", "key"]
|
|
1362
1346
|
},
|
|
1363
1347
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
1364
1348
|
},
|
|
@@ -1504,9 +1488,7 @@
|
|
|
1504
1488
|
"description": "The ID of the channel to check."
|
|
1505
1489
|
}
|
|
1506
1490
|
},
|
|
1507
|
-
"required": [
|
|
1508
|
-
"channelId"
|
|
1509
|
-
]
|
|
1491
|
+
"required": ["channelId"]
|
|
1510
1492
|
},
|
|
1511
1493
|
"description": "Check to see whether the resource is published to a given channel."
|
|
1512
1494
|
},
|
|
@@ -1533,9 +1515,7 @@
|
|
|
1533
1515
|
"description": "The ID of the publication to check."
|
|
1534
1516
|
}
|
|
1535
1517
|
},
|
|
1536
|
-
"required": [
|
|
1537
|
-
"publicationId"
|
|
1538
|
-
]
|
|
1518
|
+
"required": ["publicationId"]
|
|
1539
1519
|
},
|
|
1540
1520
|
"description": "Check to see whether the resource is published to a given publication."
|
|
1541
1521
|
},
|
|
@@ -1683,9 +1663,7 @@
|
|
|
1683
1663
|
"description": "Filters translations locale."
|
|
1684
1664
|
}
|
|
1685
1665
|
},
|
|
1686
|
-
"required": [
|
|
1687
|
-
"locale"
|
|
1688
|
-
]
|
|
1666
|
+
"required": ["locale"]
|
|
1689
1667
|
},
|
|
1690
1668
|
"description": "The translations associated with the resource."
|
|
1691
1669
|
},
|
|
@@ -1966,11 +1944,7 @@
|
|
|
1966
1944
|
"description": "The value and value type of the metafield, wrapped in a ValueInput object."
|
|
1967
1945
|
}
|
|
1968
1946
|
},
|
|
1969
|
-
"required": [
|
|
1970
|
-
"namespace",
|
|
1971
|
-
"key",
|
|
1972
|
-
"valueInput"
|
|
1973
|
-
]
|
|
1947
|
+
"required": ["namespace", "key", "valueInput"]
|
|
1974
1948
|
}
|
|
1975
1949
|
},
|
|
1976
1950
|
"Shopify_ProductPublicationInput": {
|
|
@@ -2167,11 +2141,7 @@
|
|
|
2167
2141
|
"id": "Shopify_ProductStatus",
|
|
2168
2142
|
"description": "The possible product statuses.",
|
|
2169
2143
|
"schema": {
|
|
2170
|
-
"enum": [
|
|
2171
|
-
"ACTIVE",
|
|
2172
|
-
"ARCHIVED",
|
|
2173
|
-
"DRAFT"
|
|
2174
|
-
]
|
|
2144
|
+
"enum": ["ACTIVE", "ARCHIVED", "DRAFT"]
|
|
2175
2145
|
}
|
|
2176
2146
|
},
|
|
2177
2147
|
"Shopify_CollectionSortKeys": {
|
|
@@ -2180,12 +2150,7 @@
|
|
|
2180
2150
|
"id": "Shopify_CollectionSortKeys",
|
|
2181
2151
|
"description": "The set of valid sort keys for the Collection query.",
|
|
2182
2152
|
"schema": {
|
|
2183
|
-
"enum": [
|
|
2184
|
-
"TITLE",
|
|
2185
|
-
"UPDATED_AT",
|
|
2186
|
-
"ID",
|
|
2187
|
-
"RELEVANCE"
|
|
2188
|
-
]
|
|
2153
|
+
"enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
|
|
2189
2154
|
}
|
|
2190
2155
|
},
|
|
2191
2156
|
"Shopify_CollectionConnection": {
|
|
@@ -2210,10 +2175,7 @@
|
|
|
2210
2175
|
"description": "Information to aid in pagination."
|
|
2211
2176
|
}
|
|
2212
2177
|
},
|
|
2213
|
-
"required": [
|
|
2214
|
-
"edges",
|
|
2215
|
-
"pageInfo"
|
|
2216
|
-
]
|
|
2178
|
+
"required": ["edges", "pageInfo"]
|
|
2217
2179
|
}
|
|
2218
2180
|
},
|
|
2219
2181
|
"Shopify_Image": {
|
|
@@ -2255,10 +2217,7 @@
|
|
|
2255
2217
|
"description": "The key for the metafield."
|
|
2256
2218
|
}
|
|
2257
2219
|
},
|
|
2258
|
-
"required": [
|
|
2259
|
-
"namespace",
|
|
2260
|
-
"key"
|
|
2261
|
-
]
|
|
2220
|
+
"required": ["namespace", "key"]
|
|
2262
2221
|
},
|
|
2263
2222
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
2264
2223
|
},
|
|
@@ -2318,10 +2277,7 @@
|
|
|
2318
2277
|
"description": "The key for the private metafield."
|
|
2319
2278
|
}
|
|
2320
2279
|
},
|
|
2321
|
-
"required": [
|
|
2322
|
-
"namespace",
|
|
2323
|
-
"key"
|
|
2324
|
-
]
|
|
2280
|
+
"required": ["namespace", "key"]
|
|
2325
2281
|
},
|
|
2326
2282
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
2327
2283
|
},
|
|
@@ -2404,13 +2360,7 @@
|
|
|
2404
2360
|
"description": "The original width of the image in pixels. Returns `null` if the image is not hosted by Shopify."
|
|
2405
2361
|
}
|
|
2406
2362
|
},
|
|
2407
|
-
"required": [
|
|
2408
|
-
"metafields",
|
|
2409
|
-
"originalSrc",
|
|
2410
|
-
"privateMetafields",
|
|
2411
|
-
"src",
|
|
2412
|
-
"transformedSrc"
|
|
2413
|
-
]
|
|
2363
|
+
"required": ["metafields", "originalSrc", "privateMetafields", "src", "transformedSrc"]
|
|
2414
2364
|
}
|
|
2415
2365
|
},
|
|
2416
2366
|
"Shopify_Media": {
|
|
@@ -2450,11 +2400,7 @@
|
|
|
2450
2400
|
"description": "Current status of the media."
|
|
2451
2401
|
}
|
|
2452
2402
|
},
|
|
2453
|
-
"required": [
|
|
2454
|
-
"mediaContentType",
|
|
2455
|
-
"mediaErrors",
|
|
2456
|
-
"status"
|
|
2457
|
-
]
|
|
2403
|
+
"required": ["mediaContentType", "mediaErrors", "status"]
|
|
2458
2404
|
}
|
|
2459
2405
|
},
|
|
2460
2406
|
"Shopify_ResourceFeedback": {
|
|
@@ -2488,11 +2434,7 @@
|
|
|
2488
2434
|
"description": "Summary of resource feedback pertaining to the resource."
|
|
2489
2435
|
}
|
|
2490
2436
|
},
|
|
2491
|
-
"required": [
|
|
2492
|
-
"appFeedback",
|
|
2493
|
-
"details",
|
|
2494
|
-
"summary"
|
|
2495
|
-
]
|
|
2437
|
+
"required": ["appFeedback", "details", "summary"]
|
|
2496
2438
|
}
|
|
2497
2439
|
},
|
|
2498
2440
|
"Shopify_ProductImageSortKeys": {
|
|
@@ -2501,12 +2443,7 @@
|
|
|
2501
2443
|
"id": "Shopify_ProductImageSortKeys",
|
|
2502
2444
|
"description": "The set of valid sort keys for the ProductImage query.",
|
|
2503
2445
|
"schema": {
|
|
2504
|
-
"enum": [
|
|
2505
|
-
"CREATED_AT",
|
|
2506
|
-
"POSITION",
|
|
2507
|
-
"ID",
|
|
2508
|
-
"RELEVANCE"
|
|
2509
|
-
]
|
|
2446
|
+
"enum": ["CREATED_AT", "POSITION", "ID", "RELEVANCE"]
|
|
2510
2447
|
}
|
|
2511
2448
|
},
|
|
2512
2449
|
"Shopify_CropRegion": {
|
|
@@ -2515,13 +2452,7 @@
|
|
|
2515
2452
|
"id": "Shopify_CropRegion",
|
|
2516
2453
|
"description": "The part of the image that should remain after cropping.",
|
|
2517
2454
|
"schema": {
|
|
2518
|
-
"enum": [
|
|
2519
|
-
"CENTER",
|
|
2520
|
-
"TOP",
|
|
2521
|
-
"BOTTOM",
|
|
2522
|
-
"LEFT",
|
|
2523
|
-
"RIGHT"
|
|
2524
|
-
]
|
|
2455
|
+
"enum": ["CENTER", "TOP", "BOTTOM", "LEFT", "RIGHT"]
|
|
2525
2456
|
}
|
|
2526
2457
|
},
|
|
2527
2458
|
"Shopify_ImageConnection": {
|
|
@@ -2546,10 +2477,7 @@
|
|
|
2546
2477
|
"description": "Information to aid in pagination."
|
|
2547
2478
|
}
|
|
2548
2479
|
},
|
|
2549
|
-
"required": [
|
|
2550
|
-
"edges",
|
|
2551
|
-
"pageInfo"
|
|
2552
|
-
]
|
|
2480
|
+
"required": ["edges", "pageInfo"]
|
|
2553
2481
|
}
|
|
2554
2482
|
},
|
|
2555
2483
|
"Shopify_ProductMediaSortKeys": {
|
|
@@ -2558,11 +2486,7 @@
|
|
|
2558
2486
|
"id": "Shopify_ProductMediaSortKeys",
|
|
2559
2487
|
"description": "The set of valid sort keys for the ProductMedia query.",
|
|
2560
2488
|
"schema": {
|
|
2561
|
-
"enum": [
|
|
2562
|
-
"POSITION",
|
|
2563
|
-
"ID",
|
|
2564
|
-
"RELEVANCE"
|
|
2565
|
-
]
|
|
2489
|
+
"enum": ["POSITION", "ID", "RELEVANCE"]
|
|
2566
2490
|
}
|
|
2567
2491
|
},
|
|
2568
2492
|
"Shopify_MediaConnection": {
|
|
@@ -2587,10 +2511,7 @@
|
|
|
2587
2511
|
"description": "Information to aid in pagination."
|
|
2588
2512
|
}
|
|
2589
2513
|
},
|
|
2590
|
-
"required": [
|
|
2591
|
-
"edges",
|
|
2592
|
-
"pageInfo"
|
|
2593
|
-
]
|
|
2514
|
+
"required": ["edges", "pageInfo"]
|
|
2594
2515
|
}
|
|
2595
2516
|
},
|
|
2596
2517
|
"Shopify_Metafield": {
|
|
@@ -2689,10 +2610,7 @@
|
|
|
2689
2610
|
"description": "Information to aid in pagination."
|
|
2690
2611
|
}
|
|
2691
2612
|
},
|
|
2692
|
-
"required": [
|
|
2693
|
-
"edges",
|
|
2694
|
-
"pageInfo"
|
|
2695
|
-
]
|
|
2613
|
+
"required": ["edges", "pageInfo"]
|
|
2696
2614
|
}
|
|
2697
2615
|
},
|
|
2698
2616
|
"Shopify_ProductOption": {
|
|
@@ -2733,9 +2651,7 @@
|
|
|
2733
2651
|
"description": "Filters translations locale."
|
|
2734
2652
|
}
|
|
2735
2653
|
},
|
|
2736
|
-
"required": [
|
|
2737
|
-
"locale"
|
|
2738
|
-
]
|
|
2654
|
+
"required": ["locale"]
|
|
2739
2655
|
},
|
|
2740
2656
|
"description": "The translations associated with the resource."
|
|
2741
2657
|
},
|
|
@@ -2748,13 +2664,7 @@
|
|
|
2748
2664
|
"description": "The corresponding value to the product option name."
|
|
2749
2665
|
}
|
|
2750
2666
|
},
|
|
2751
|
-
"required": [
|
|
2752
|
-
"id",
|
|
2753
|
-
"name",
|
|
2754
|
-
"position",
|
|
2755
|
-
"translations",
|
|
2756
|
-
"values"
|
|
2757
|
-
]
|
|
2667
|
+
"required": ["id", "name", "position", "translations", "values"]
|
|
2758
2668
|
}
|
|
2759
2669
|
},
|
|
2760
2670
|
"Shopify_ProductPriceRange": {
|
|
@@ -2776,10 +2686,7 @@
|
|
|
2776
2686
|
"description": "The lowest variant's price."
|
|
2777
2687
|
}
|
|
2778
2688
|
},
|
|
2779
|
-
"required": [
|
|
2780
|
-
"maxVariantPrice",
|
|
2781
|
-
"minVariantPrice"
|
|
2782
|
-
]
|
|
2689
|
+
"required": ["maxVariantPrice", "minVariantPrice"]
|
|
2783
2690
|
}
|
|
2784
2691
|
},
|
|
2785
2692
|
"Shopify_ProductPriceRangeV2": {
|
|
@@ -2801,10 +2708,7 @@
|
|
|
2801
2708
|
"description": "The lowest variant's price."
|
|
2802
2709
|
}
|
|
2803
2710
|
},
|
|
2804
|
-
"required": [
|
|
2805
|
-
"maxVariantPrice",
|
|
2806
|
-
"minVariantPrice"
|
|
2807
|
-
]
|
|
2711
|
+
"required": ["maxVariantPrice", "minVariantPrice"]
|
|
2808
2712
|
}
|
|
2809
2713
|
},
|
|
2810
2714
|
"Shopify_PrivateMetafield": {
|
|
@@ -2852,15 +2756,7 @@
|
|
|
2852
2756
|
"description": "Represents the private metafield value type."
|
|
2853
2757
|
}
|
|
2854
2758
|
},
|
|
2855
|
-
"required": [
|
|
2856
|
-
"createdAt",
|
|
2857
|
-
"id",
|
|
2858
|
-
"key",
|
|
2859
|
-
"namespace",
|
|
2860
|
-
"updatedAt",
|
|
2861
|
-
"value",
|
|
2862
|
-
"valueType"
|
|
2863
|
-
]
|
|
2759
|
+
"required": ["createdAt", "id", "key", "namespace", "updatedAt", "value", "valueType"]
|
|
2864
2760
|
}
|
|
2865
2761
|
},
|
|
2866
2762
|
"Shopify_PrivateMetafieldConnection": {
|
|
@@ -2885,10 +2781,7 @@
|
|
|
2885
2781
|
"description": "Information to aid in pagination."
|
|
2886
2782
|
}
|
|
2887
2783
|
},
|
|
2888
|
-
"required": [
|
|
2889
|
-
"edges",
|
|
2890
|
-
"pageInfo"
|
|
2891
|
-
]
|
|
2784
|
+
"required": ["edges", "pageInfo"]
|
|
2892
2785
|
}
|
|
2893
2786
|
},
|
|
2894
2787
|
"Shopify_ProductPublicationConnection": {
|
|
@@ -2913,10 +2806,7 @@
|
|
|
2913
2806
|
"description": "Information to aid in pagination."
|
|
2914
2807
|
}
|
|
2915
2808
|
},
|
|
2916
|
-
"required": [
|
|
2917
|
-
"edges",
|
|
2918
|
-
"pageInfo"
|
|
2919
|
-
]
|
|
2809
|
+
"required": ["edges", "pageInfo"]
|
|
2920
2810
|
}
|
|
2921
2811
|
},
|
|
2922
2812
|
"Shopify_ResourcePublicationConnection": {
|
|
@@ -2941,10 +2831,7 @@
|
|
|
2941
2831
|
"description": "Information to aid in pagination."
|
|
2942
2832
|
}
|
|
2943
2833
|
},
|
|
2944
|
-
"required": [
|
|
2945
|
-
"edges",
|
|
2946
|
-
"pageInfo"
|
|
2947
|
-
]
|
|
2834
|
+
"required": ["edges", "pageInfo"]
|
|
2948
2835
|
}
|
|
2949
2836
|
},
|
|
2950
2837
|
"Shopify_ResourcePublicationV2Connection": {
|
|
@@ -2969,10 +2856,7 @@
|
|
|
2969
2856
|
"description": "Information to aid in pagination."
|
|
2970
2857
|
}
|
|
2971
2858
|
},
|
|
2972
|
-
"required": [
|
|
2973
|
-
"edges",
|
|
2974
|
-
"pageInfo"
|
|
2975
|
-
]
|
|
2859
|
+
"required": ["edges", "pageInfo"]
|
|
2976
2860
|
}
|
|
2977
2861
|
},
|
|
2978
2862
|
"Shopify_SEO": {
|
|
@@ -3020,10 +2904,7 @@
|
|
|
3020
2904
|
"description": "The translation value."
|
|
3021
2905
|
}
|
|
3022
2906
|
},
|
|
3023
|
-
"required": [
|
|
3024
|
-
"key",
|
|
3025
|
-
"locale"
|
|
3026
|
-
]
|
|
2907
|
+
"required": ["key", "locale"]
|
|
3027
2908
|
}
|
|
3028
2909
|
},
|
|
3029
2910
|
"Shopify_ChannelConnection": {
|
|
@@ -3048,10 +2929,7 @@
|
|
|
3048
2929
|
"description": "Information to aid in pagination."
|
|
3049
2930
|
}
|
|
3050
2931
|
},
|
|
3051
|
-
"required": [
|
|
3052
|
-
"edges",
|
|
3053
|
-
"pageInfo"
|
|
3054
|
-
]
|
|
2932
|
+
"required": ["edges", "pageInfo"]
|
|
3055
2933
|
}
|
|
3056
2934
|
},
|
|
3057
2935
|
"Shopify_PublicationConnection": {
|
|
@@ -3076,10 +2954,7 @@
|
|
|
3076
2954
|
"description": "Information to aid in pagination."
|
|
3077
2955
|
}
|
|
3078
2956
|
},
|
|
3079
|
-
"required": [
|
|
3080
|
-
"edges",
|
|
3081
|
-
"pageInfo"
|
|
3082
|
-
]
|
|
2957
|
+
"required": ["edges", "pageInfo"]
|
|
3083
2958
|
}
|
|
3084
2959
|
},
|
|
3085
2960
|
"Shopify_ProductVariantSortKeys": {
|
|
@@ -3126,10 +3001,7 @@
|
|
|
3126
3001
|
"description": "Information to aid in pagination."
|
|
3127
3002
|
}
|
|
3128
3003
|
},
|
|
3129
|
-
"required": [
|
|
3130
|
-
"edges",
|
|
3131
|
-
"pageInfo"
|
|
3132
|
-
]
|
|
3004
|
+
"required": ["edges", "pageInfo"]
|
|
3133
3005
|
}
|
|
3134
3006
|
},
|
|
3135
3007
|
"Shopify_PrivateMetafieldValueInput": {
|
|
@@ -3151,10 +3023,7 @@
|
|
|
3151
3023
|
"description": "Represents the private metafield value type."
|
|
3152
3024
|
}
|
|
3153
3025
|
},
|
|
3154
|
-
"required": [
|
|
3155
|
-
"value",
|
|
3156
|
-
"valueType"
|
|
3157
|
-
]
|
|
3026
|
+
"required": ["value", "valueType"]
|
|
3158
3027
|
}
|
|
3159
3028
|
},
|
|
3160
3029
|
"Shopify_ProductVariantInventoryManagement": {
|
|
@@ -3163,11 +3032,7 @@
|
|
|
3163
3032
|
"id": "Shopify_ProductVariantInventoryManagement",
|
|
3164
3033
|
"description": "The method of inventory tracking for a product variant.",
|
|
3165
3034
|
"schema": {
|
|
3166
|
-
"enum": [
|
|
3167
|
-
"SHOPIFY",
|
|
3168
|
-
"NOT_MANAGED",
|
|
3169
|
-
"FULFILLMENT_SERVICE"
|
|
3170
|
-
]
|
|
3035
|
+
"enum": ["SHOPIFY", "NOT_MANAGED", "FULFILLMENT_SERVICE"]
|
|
3171
3036
|
}
|
|
3172
3037
|
},
|
|
3173
3038
|
"Shopify_ProductVariantInventoryPolicy": {
|
|
@@ -3176,10 +3041,7 @@
|
|
|
3176
3041
|
"id": "Shopify_ProductVariantInventoryPolicy",
|
|
3177
3042
|
"description": "The inventory policy for a product variant controls whether customers can continue to buy the variant when it\nis out of stock. When the value is <code>continue</code>, customers are able to buy the variant when it's out of stock.\nWhen the value is <code>deny</code>, customers can't buy the variant when it's out of stock.",
|
|
3178
3043
|
"schema": {
|
|
3179
|
-
"enum": [
|
|
3180
|
-
"DENY",
|
|
3181
|
-
"CONTINUE"
|
|
3182
|
-
]
|
|
3044
|
+
"enum": ["DENY", "CONTINUE"]
|
|
3183
3045
|
}
|
|
3184
3046
|
},
|
|
3185
3047
|
"Shopify_InventoryLevelInput": {
|
|
@@ -3202,10 +3064,7 @@
|
|
|
3202
3064
|
"description": "ID of the location."
|
|
3203
3065
|
}
|
|
3204
3066
|
},
|
|
3205
|
-
"required": [
|
|
3206
|
-
"availableQuantity",
|
|
3207
|
-
"locationId"
|
|
3208
|
-
]
|
|
3067
|
+
"required": ["availableQuantity", "locationId"]
|
|
3209
3068
|
}
|
|
3210
3069
|
},
|
|
3211
3070
|
"Shopify_InventoryItemInput": {
|
|
@@ -3235,12 +3094,7 @@
|
|
|
3235
3094
|
"id": "Shopify_WeightUnit",
|
|
3236
3095
|
"description": "Units of measurement for weight.",
|
|
3237
3096
|
"schema": {
|
|
3238
|
-
"enum": [
|
|
3239
|
-
"KILOGRAMS",
|
|
3240
|
-
"GRAMS",
|
|
3241
|
-
"POUNDS",
|
|
3242
|
-
"OUNCES"
|
|
3243
|
-
]
|
|
3097
|
+
"enum": ["KILOGRAMS", "GRAMS", "POUNDS", "OUNCES"]
|
|
3244
3098
|
}
|
|
3245
3099
|
},
|
|
3246
3100
|
"Shopify_CollectionEdge": {
|
|
@@ -3262,10 +3116,7 @@
|
|
|
3262
3116
|
"description": "The item at the end of CollectionEdge."
|
|
3263
3117
|
}
|
|
3264
3118
|
},
|
|
3265
|
-
"required": [
|
|
3266
|
-
"cursor",
|
|
3267
|
-
"node"
|
|
3268
|
-
]
|
|
3119
|
+
"required": ["cursor", "node"]
|
|
3269
3120
|
}
|
|
3270
3121
|
},
|
|
3271
3122
|
"Shopify_PageInfo": {
|
|
@@ -3287,10 +3138,7 @@
|
|
|
3287
3138
|
"description": "Whether there are any pages prior to the current page."
|
|
3288
3139
|
}
|
|
3289
3140
|
},
|
|
3290
|
-
"required": [
|
|
3291
|
-
"hasNextPage",
|
|
3292
|
-
"hasPreviousPage"
|
|
3293
|
-
]
|
|
3141
|
+
"required": ["hasNextPage", "hasPreviousPage"]
|
|
3294
3142
|
}
|
|
3295
3143
|
},
|
|
3296
3144
|
"Shopify_ImageContentType": {
|
|
@@ -3299,11 +3147,7 @@
|
|
|
3299
3147
|
"id": "Shopify_ImageContentType",
|
|
3300
3148
|
"description": "List of supported image content types.",
|
|
3301
3149
|
"schema": {
|
|
3302
|
-
"enum": [
|
|
3303
|
-
"PNG",
|
|
3304
|
-
"JPG",
|
|
3305
|
-
"WEBP"
|
|
3306
|
-
]
|
|
3150
|
+
"enum": ["PNG", "JPG", "WEBP"]
|
|
3307
3151
|
}
|
|
3308
3152
|
},
|
|
3309
3153
|
"Shopify_MediaContentType": {
|
|
@@ -3312,12 +3156,7 @@
|
|
|
3312
3156
|
"id": "Shopify_MediaContentType",
|
|
3313
3157
|
"description": "The possible content types for a media object.",
|
|
3314
3158
|
"schema": {
|
|
3315
|
-
"enum": [
|
|
3316
|
-
"VIDEO",
|
|
3317
|
-
"EXTERNAL_VIDEO",
|
|
3318
|
-
"MODEL_3D",
|
|
3319
|
-
"IMAGE"
|
|
3320
|
-
]
|
|
3159
|
+
"enum": ["VIDEO", "EXTERNAL_VIDEO", "MODEL_3D", "IMAGE"]
|
|
3321
3160
|
}
|
|
3322
3161
|
},
|
|
3323
3162
|
"Shopify_MediaError": {
|
|
@@ -3344,10 +3183,7 @@
|
|
|
3344
3183
|
"description": "Translated error message."
|
|
3345
3184
|
}
|
|
3346
3185
|
},
|
|
3347
|
-
"required": [
|
|
3348
|
-
"code",
|
|
3349
|
-
"message"
|
|
3350
|
-
]
|
|
3186
|
+
"required": ["code", "message"]
|
|
3351
3187
|
}
|
|
3352
3188
|
},
|
|
3353
3189
|
"Shopify_MediaPreviewImage": {
|
|
@@ -3369,9 +3205,7 @@
|
|
|
3369
3205
|
"description": "Current status of the preview image."
|
|
3370
3206
|
}
|
|
3371
3207
|
},
|
|
3372
|
-
"required": [
|
|
3373
|
-
"status"
|
|
3374
|
-
]
|
|
3208
|
+
"required": ["status"]
|
|
3375
3209
|
}
|
|
3376
3210
|
},
|
|
3377
3211
|
"Shopify_MediaStatus": {
|
|
@@ -3380,12 +3214,7 @@
|
|
|
3380
3214
|
"id": "Shopify_MediaStatus",
|
|
3381
3215
|
"description": "The possible statuses for a media object.",
|
|
3382
3216
|
"schema": {
|
|
3383
|
-
"enum": [
|
|
3384
|
-
"UPLOADED",
|
|
3385
|
-
"PROCESSING",
|
|
3386
|
-
"READY",
|
|
3387
|
-
"FAILED"
|
|
3388
|
-
]
|
|
3217
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
3389
3218
|
}
|
|
3390
3219
|
},
|
|
3391
3220
|
"Shopify_AppFeedback": {
|
|
@@ -3415,10 +3244,7 @@
|
|
|
3415
3244
|
"description": "The feedback message presented to the merchant."
|
|
3416
3245
|
}
|
|
3417
3246
|
},
|
|
3418
|
-
"required": [
|
|
3419
|
-
"app",
|
|
3420
|
-
"messages"
|
|
3421
|
-
]
|
|
3247
|
+
"required": ["app", "messages"]
|
|
3422
3248
|
}
|
|
3423
3249
|
},
|
|
3424
3250
|
"Shopify_ImageEdge": {
|
|
@@ -3440,10 +3266,7 @@
|
|
|
3440
3266
|
"description": "The item at the end of ImageEdge."
|
|
3441
3267
|
}
|
|
3442
3268
|
},
|
|
3443
|
-
"required": [
|
|
3444
|
-
"cursor",
|
|
3445
|
-
"node"
|
|
3446
|
-
]
|
|
3269
|
+
"required": ["cursor", "node"]
|
|
3447
3270
|
}
|
|
3448
3271
|
},
|
|
3449
3272
|
"Shopify_MediaEdge": {
|
|
@@ -3465,10 +3288,7 @@
|
|
|
3465
3288
|
"description": "The item at the end of MediaEdge."
|
|
3466
3289
|
}
|
|
3467
3290
|
},
|
|
3468
|
-
"required": [
|
|
3469
|
-
"cursor",
|
|
3470
|
-
"node"
|
|
3471
|
-
]
|
|
3291
|
+
"required": ["cursor", "node"]
|
|
3472
3292
|
}
|
|
3473
3293
|
},
|
|
3474
3294
|
"Shopify_MetafieldOwnerType": {
|
|
@@ -3498,12 +3318,7 @@
|
|
|
3498
3318
|
"id": "Shopify_MetafieldValueType",
|
|
3499
3319
|
"description": "Metafield value types.",
|
|
3500
3320
|
"schema": {
|
|
3501
|
-
"enum": [
|
|
3502
|
-
"STRING",
|
|
3503
|
-
"INTEGER",
|
|
3504
|
-
"JSON_STRING",
|
|
3505
|
-
"BOOLEAN"
|
|
3506
|
-
]
|
|
3321
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING", "BOOLEAN"]
|
|
3507
3322
|
}
|
|
3508
3323
|
},
|
|
3509
3324
|
"Shopify_MetafieldEdge": {
|
|
@@ -3525,10 +3340,7 @@
|
|
|
3525
3340
|
"description": "The item at the end of MetafieldEdge."
|
|
3526
3341
|
}
|
|
3527
3342
|
},
|
|
3528
|
-
"required": [
|
|
3529
|
-
"cursor",
|
|
3530
|
-
"node"
|
|
3531
|
-
]
|
|
3343
|
+
"required": ["cursor", "node"]
|
|
3532
3344
|
}
|
|
3533
3345
|
},
|
|
3534
3346
|
"Shopify_MoneyV2": {
|
|
@@ -3550,10 +3362,7 @@
|
|
|
3550
3362
|
"description": "Currency of the money."
|
|
3551
3363
|
}
|
|
3552
3364
|
},
|
|
3553
|
-
"required": [
|
|
3554
|
-
"amount",
|
|
3555
|
-
"currencyCode"
|
|
3556
|
-
]
|
|
3365
|
+
"required": ["amount", "currencyCode"]
|
|
3557
3366
|
}
|
|
3558
3367
|
},
|
|
3559
3368
|
"Shopify_PrivateMetafieldValueType": {
|
|
@@ -3562,11 +3371,7 @@
|
|
|
3562
3371
|
"id": "Shopify_PrivateMetafieldValueType",
|
|
3563
3372
|
"description": "Private Metafield value types.",
|
|
3564
3373
|
"schema": {
|
|
3565
|
-
"enum": [
|
|
3566
|
-
"STRING",
|
|
3567
|
-
"INTEGER",
|
|
3568
|
-
"JSON_STRING"
|
|
3569
|
-
]
|
|
3374
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING"]
|
|
3570
3375
|
}
|
|
3571
3376
|
},
|
|
3572
3377
|
"Shopify_PrivateMetafieldEdge": {
|
|
@@ -3588,10 +3393,7 @@
|
|
|
3588
3393
|
"description": "The item at the end of PrivateMetafieldEdge."
|
|
3589
3394
|
}
|
|
3590
3395
|
},
|
|
3591
|
-
"required": [
|
|
3592
|
-
"cursor",
|
|
3593
|
-
"node"
|
|
3594
|
-
]
|
|
3396
|
+
"required": ["cursor", "node"]
|
|
3595
3397
|
}
|
|
3596
3398
|
},
|
|
3597
3399
|
"Shopify_ProductPublicationEdge": {
|
|
@@ -3613,10 +3415,7 @@
|
|
|
3613
3415
|
"description": "The item at the end of ProductPublicationEdge."
|
|
3614
3416
|
}
|
|
3615
3417
|
},
|
|
3616
|
-
"required": [
|
|
3617
|
-
"cursor",
|
|
3618
|
-
"node"
|
|
3619
|
-
]
|
|
3418
|
+
"required": ["cursor", "node"]
|
|
3620
3419
|
}
|
|
3621
3420
|
},
|
|
3622
3421
|
"Shopify_ResourcePublicationEdge": {
|
|
@@ -3638,10 +3437,7 @@
|
|
|
3638
3437
|
"description": "The item at the end of ResourcePublicationEdge."
|
|
3639
3438
|
}
|
|
3640
3439
|
},
|
|
3641
|
-
"required": [
|
|
3642
|
-
"cursor",
|
|
3643
|
-
"node"
|
|
3644
|
-
]
|
|
3440
|
+
"required": ["cursor", "node"]
|
|
3645
3441
|
}
|
|
3646
3442
|
},
|
|
3647
3443
|
"Shopify_ResourcePublicationV2Edge": {
|
|
@@ -3663,10 +3459,7 @@
|
|
|
3663
3459
|
"description": "The item at the end of ResourcePublicationV2Edge."
|
|
3664
3460
|
}
|
|
3665
3461
|
},
|
|
3666
|
-
"required": [
|
|
3667
|
-
"cursor",
|
|
3668
|
-
"node"
|
|
3669
|
-
]
|
|
3462
|
+
"required": ["cursor", "node"]
|
|
3670
3463
|
}
|
|
3671
3464
|
},
|
|
3672
3465
|
"Shopify_ChannelEdge": {
|
|
@@ -3688,10 +3481,7 @@
|
|
|
3688
3481
|
"description": "The item at the end of ChannelEdge."
|
|
3689
3482
|
}
|
|
3690
3483
|
},
|
|
3691
|
-
"required": [
|
|
3692
|
-
"cursor",
|
|
3693
|
-
"node"
|
|
3694
|
-
]
|
|
3484
|
+
"required": ["cursor", "node"]
|
|
3695
3485
|
}
|
|
3696
3486
|
},
|
|
3697
3487
|
"Shopify_PublicationEdge": {
|
|
@@ -3713,10 +3503,7 @@
|
|
|
3713
3503
|
"description": "The item at the end of PublicationEdge."
|
|
3714
3504
|
}
|
|
3715
3505
|
},
|
|
3716
|
-
"required": [
|
|
3717
|
-
"cursor",
|
|
3718
|
-
"node"
|
|
3719
|
-
]
|
|
3506
|
+
"required": ["cursor", "node"]
|
|
3720
3507
|
}
|
|
3721
3508
|
},
|
|
3722
3509
|
"Shopify_ProductVariantEdge": {
|
|
@@ -3738,10 +3525,7 @@
|
|
|
3738
3525
|
"description": "The item at the end of ProductVariantEdge."
|
|
3739
3526
|
}
|
|
3740
3527
|
},
|
|
3741
|
-
"required": [
|
|
3742
|
-
"cursor",
|
|
3743
|
-
"node"
|
|
3744
|
-
]
|
|
3528
|
+
"required": ["cursor", "node"]
|
|
3745
3529
|
}
|
|
3746
3530
|
},
|
|
3747
3531
|
"Shopify_Collection": {
|
|
@@ -3798,9 +3582,7 @@
|
|
|
3798
3582
|
"description": "The ID of the product to check."
|
|
3799
3583
|
}
|
|
3800
3584
|
},
|
|
3801
|
-
"required": [
|
|
3802
|
-
"id"
|
|
3803
|
-
]
|
|
3585
|
+
"required": ["id"]
|
|
3804
3586
|
},
|
|
3805
3587
|
"description": "Whether the collection includes the specified product."
|
|
3806
3588
|
},
|
|
@@ -3857,10 +3639,7 @@
|
|
|
3857
3639
|
"description": "The key for the metafield."
|
|
3858
3640
|
}
|
|
3859
3641
|
},
|
|
3860
|
-
"required": [
|
|
3861
|
-
"namespace",
|
|
3862
|
-
"key"
|
|
3863
|
-
]
|
|
3642
|
+
"required": ["namespace", "key"]
|
|
3864
3643
|
},
|
|
3865
3644
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
3866
3645
|
},
|
|
@@ -3914,10 +3693,7 @@
|
|
|
3914
3693
|
"description": "The key for the private metafield."
|
|
3915
3694
|
}
|
|
3916
3695
|
},
|
|
3917
|
-
"required": [
|
|
3918
|
-
"namespace",
|
|
3919
|
-
"key"
|
|
3920
|
-
]
|
|
3696
|
+
"required": ["namespace", "key"]
|
|
3921
3697
|
},
|
|
3922
3698
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
3923
3699
|
},
|
|
@@ -4066,9 +3842,7 @@
|
|
|
4066
3842
|
"description": "The ID of the channel to check."
|
|
4067
3843
|
}
|
|
4068
3844
|
},
|
|
4069
|
-
"required": [
|
|
4070
|
-
"channelId"
|
|
4071
|
-
]
|
|
3845
|
+
"required": ["channelId"]
|
|
4072
3846
|
},
|
|
4073
3847
|
"description": "Check to see whether the resource is published to a given channel."
|
|
4074
3848
|
},
|
|
@@ -4095,9 +3869,7 @@
|
|
|
4095
3869
|
"description": "The ID of the publication to check."
|
|
4096
3870
|
}
|
|
4097
3871
|
},
|
|
4098
|
-
"required": [
|
|
4099
|
-
"publicationId"
|
|
4100
|
-
]
|
|
3872
|
+
"required": ["publicationId"]
|
|
4101
3873
|
},
|
|
4102
3874
|
"description": "Check to see whether the resource is published to a given publication."
|
|
4103
3875
|
},
|
|
@@ -4217,9 +3989,7 @@
|
|
|
4217
3989
|
"description": "Filters translations locale."
|
|
4218
3990
|
}
|
|
4219
3991
|
},
|
|
4220
|
-
"required": [
|
|
4221
|
-
"locale"
|
|
4222
|
-
]
|
|
3992
|
+
"required": ["locale"]
|
|
4223
3993
|
},
|
|
4224
3994
|
"description": "The translations associated with the resource."
|
|
4225
3995
|
},
|
|
@@ -4362,12 +4132,7 @@
|
|
|
4362
4132
|
"id": "Shopify_MediaPreviewImageStatus",
|
|
4363
4133
|
"description": "The possible statuses for a media preview image.",
|
|
4364
4134
|
"schema": {
|
|
4365
|
-
"enum": [
|
|
4366
|
-
"UPLOADED",
|
|
4367
|
-
"PROCESSING",
|
|
4368
|
-
"READY",
|
|
4369
|
-
"FAILED"
|
|
4370
|
-
]
|
|
4135
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
4371
4136
|
}
|
|
4372
4137
|
},
|
|
4373
4138
|
"Shopify_App": {
|
|
@@ -4578,9 +4343,7 @@
|
|
|
4578
4343
|
"description": "Filters translations locale."
|
|
4579
4344
|
}
|
|
4580
4345
|
},
|
|
4581
|
-
"required": [
|
|
4582
|
-
"locale"
|
|
4583
|
-
]
|
|
4346
|
+
"required": ["locale"]
|
|
4584
4347
|
},
|
|
4585
4348
|
"description": "The translations associated with the resource."
|
|
4586
4349
|
},
|
|
@@ -4590,11 +4353,7 @@
|
|
|
4590
4353
|
"@mapping": "michaels-store-takeshape:Link.url"
|
|
4591
4354
|
}
|
|
4592
4355
|
},
|
|
4593
|
-
"required": [
|
|
4594
|
-
"label",
|
|
4595
|
-
"translations",
|
|
4596
|
-
"url"
|
|
4597
|
-
]
|
|
4356
|
+
"required": ["label", "translations", "url"]
|
|
4598
4357
|
}
|
|
4599
4358
|
},
|
|
4600
4359
|
"Shopify_UserError": {
|
|
@@ -4619,9 +4378,7 @@
|
|
|
4619
4378
|
"description": "The error message."
|
|
4620
4379
|
}
|
|
4621
4380
|
},
|
|
4622
|
-
"required": [
|
|
4623
|
-
"message"
|
|
4624
|
-
]
|
|
4381
|
+
"required": ["message"]
|
|
4625
4382
|
}
|
|
4626
4383
|
},
|
|
4627
4384
|
"Shopify_CurrencyCode": {
|
|
@@ -4821,11 +4578,7 @@
|
|
|
4821
4578
|
"@mapping": "michaels-store-takeshape:ProductPublication.publishDate"
|
|
4822
4579
|
}
|
|
4823
4580
|
},
|
|
4824
|
-
"required": [
|
|
4825
|
-
"channel",
|
|
4826
|
-
"isPublished",
|
|
4827
|
-
"product"
|
|
4828
|
-
]
|
|
4581
|
+
"required": ["channel", "isPublished", "product"]
|
|
4829
4582
|
}
|
|
4830
4583
|
},
|
|
4831
4584
|
"Shopify_ResourcePublication": {
|
|
@@ -4863,13 +4616,7 @@
|
|
|
4863
4616
|
"description": "The resource published to the publication."
|
|
4864
4617
|
}
|
|
4865
4618
|
},
|
|
4866
|
-
"required": [
|
|
4867
|
-
"channel",
|
|
4868
|
-
"isPublished",
|
|
4869
|
-
"publication",
|
|
4870
|
-
"publishDate",
|
|
4871
|
-
"publishable"
|
|
4872
|
-
]
|
|
4619
|
+
"required": ["channel", "isPublished", "publication", "publishDate", "publishable"]
|
|
4873
4620
|
}
|
|
4874
4621
|
},
|
|
4875
4622
|
"Shopify_ResourcePublicationV2": {
|
|
@@ -4901,11 +4648,7 @@
|
|
|
4901
4648
|
"description": "The resource published to the publication."
|
|
4902
4649
|
}
|
|
4903
4650
|
},
|
|
4904
|
-
"required": [
|
|
4905
|
-
"isPublished",
|
|
4906
|
-
"publication",
|
|
4907
|
-
"publishable"
|
|
4908
|
-
]
|
|
4651
|
+
"required": ["isPublished", "publication", "publishable"]
|
|
4909
4652
|
}
|
|
4910
4653
|
},
|
|
4911
4654
|
"Shopify_Channel": {
|
|
@@ -5001,9 +4744,7 @@
|
|
|
5001
4744
|
"description": "Collection ID to check."
|
|
5002
4745
|
}
|
|
5003
4746
|
},
|
|
5004
|
-
"required": [
|
|
5005
|
-
"id"
|
|
5006
|
-
]
|
|
4747
|
+
"required": ["id"]
|
|
5007
4748
|
},
|
|
5008
4749
|
"description": "Whether the collection is available to the channel."
|
|
5009
4750
|
},
|
|
@@ -5236,9 +4977,7 @@
|
|
|
5236
4977
|
"description": "Collection ID to check."
|
|
5237
4978
|
}
|
|
5238
4979
|
},
|
|
5239
|
-
"required": [
|
|
5240
|
-
"id"
|
|
5241
|
-
]
|
|
4980
|
+
"required": ["id"]
|
|
5242
4981
|
},
|
|
5243
4982
|
"description": "Whether the collection is available to the publication."
|
|
5244
4983
|
},
|
|
@@ -5498,10 +5237,7 @@
|
|
|
5498
5237
|
"description": "The key for the metafield."
|
|
5499
5238
|
}
|
|
5500
5239
|
},
|
|
5501
|
-
"required": [
|
|
5502
|
-
"namespace",
|
|
5503
|
-
"key"
|
|
5504
|
-
]
|
|
5240
|
+
"required": ["namespace", "key"]
|
|
5505
5241
|
},
|
|
5506
5242
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
5507
5243
|
},
|
|
@@ -5603,10 +5339,7 @@
|
|
|
5603
5339
|
"description": "The key for the private metafield."
|
|
5604
5340
|
}
|
|
5605
5341
|
},
|
|
5606
|
-
"required": [
|
|
5607
|
-
"namespace",
|
|
5608
|
-
"key"
|
|
5609
|
-
]
|
|
5342
|
+
"required": ["namespace", "key"]
|
|
5610
5343
|
},
|
|
5611
5344
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
5612
5345
|
},
|
|
@@ -5708,9 +5441,7 @@
|
|
|
5708
5441
|
"description": "Filters translations locale."
|
|
5709
5442
|
}
|
|
5710
5443
|
},
|
|
5711
|
-
"required": [
|
|
5712
|
-
"locale"
|
|
5713
|
-
]
|
|
5444
|
+
"required": ["locale"]
|
|
5714
5445
|
},
|
|
5715
5446
|
"description": "The translations associated with the resource."
|
|
5716
5447
|
},
|
|
@@ -5766,16 +5497,7 @@
|
|
|
5766
5497
|
"id": "Shopify_ProductCollectionSortKeys",
|
|
5767
5498
|
"description": "The set of valid sort keys for the ProductCollection query.",
|
|
5768
5499
|
"schema": {
|
|
5769
|
-
"enum": [
|
|
5770
|
-
"TITLE",
|
|
5771
|
-
"PRICE",
|
|
5772
|
-
"BEST_SELLING",
|
|
5773
|
-
"CREATED",
|
|
5774
|
-
"ID",
|
|
5775
|
-
"MANUAL",
|
|
5776
|
-
"COLLECTION_DEFAULT",
|
|
5777
|
-
"RELEVANCE"
|
|
5778
|
-
]
|
|
5500
|
+
"enum": ["TITLE", "PRICE", "BEST_SELLING", "CREATED", "ID", "MANUAL", "COLLECTION_DEFAULT", "RELEVANCE"]
|
|
5779
5501
|
}
|
|
5780
5502
|
},
|
|
5781
5503
|
"Shopify_ProductConnection": {
|
|
@@ -5800,10 +5522,7 @@
|
|
|
5800
5522
|
"description": "Information to aid in pagination."
|
|
5801
5523
|
}
|
|
5802
5524
|
},
|
|
5803
|
-
"required": [
|
|
5804
|
-
"edges",
|
|
5805
|
-
"pageInfo"
|
|
5806
|
-
]
|
|
5525
|
+
"required": ["edges", "pageInfo"]
|
|
5807
5526
|
}
|
|
5808
5527
|
},
|
|
5809
5528
|
"Shopify_CollectionPublicationConnection": {
|
|
@@ -5828,10 +5547,7 @@
|
|
|
5828
5547
|
"description": "Information to aid in pagination."
|
|
5829
5548
|
}
|
|
5830
5549
|
},
|
|
5831
|
-
"required": [
|
|
5832
|
-
"edges",
|
|
5833
|
-
"pageInfo"
|
|
5834
|
-
]
|
|
5550
|
+
"required": ["edges", "pageInfo"]
|
|
5835
5551
|
}
|
|
5836
5552
|
},
|
|
5837
5553
|
"Shopify_CollectionRuleSet": {
|
|
@@ -5856,10 +5572,7 @@
|
|
|
5856
5572
|
"description": "The rules used to assign products to the collection."
|
|
5857
5573
|
}
|
|
5858
5574
|
},
|
|
5859
|
-
"required": [
|
|
5860
|
-
"appliedDisjunctively",
|
|
5861
|
-
"rules"
|
|
5862
|
-
]
|
|
5575
|
+
"required": ["appliedDisjunctively", "rules"]
|
|
5863
5576
|
}
|
|
5864
5577
|
},
|
|
5865
5578
|
"Shopify_CollectionSortOrder": {
|
|
@@ -5899,9 +5612,7 @@
|
|
|
5899
5612
|
"description": "A concise set of copy strings to be displayed to merchants, to guide them in resolving problems your app\nencounters when trying to make use of their Shop and its resources."
|
|
5900
5613
|
}
|
|
5901
5614
|
},
|
|
5902
|
-
"required": [
|
|
5903
|
-
"message"
|
|
5904
|
-
]
|
|
5615
|
+
"required": ["message"]
|
|
5905
5616
|
}
|
|
5906
5617
|
},
|
|
5907
5618
|
"Shopify_AppInstallation": {
|
|
@@ -6115,11 +5826,7 @@
|
|
|
6115
5826
|
"@mapping": "michaels-store-takeshape:NavigationItem.url"
|
|
6116
5827
|
}
|
|
6117
5828
|
},
|
|
6118
|
-
"required": [
|
|
6119
|
-
"id",
|
|
6120
|
-
"title",
|
|
6121
|
-
"url"
|
|
6122
|
-
]
|
|
5829
|
+
"required": ["id", "title", "url"]
|
|
6123
5830
|
}
|
|
6124
5831
|
},
|
|
6125
5832
|
"Shopify_Publishable": {
|
|
@@ -6163,9 +5870,7 @@
|
|
|
6163
5870
|
"description": "The ID of the channel to check."
|
|
6164
5871
|
}
|
|
6165
5872
|
},
|
|
6166
|
-
"required": [
|
|
6167
|
-
"channelId"
|
|
6168
|
-
]
|
|
5873
|
+
"required": ["channelId"]
|
|
6169
5874
|
},
|
|
6170
5875
|
"description": "Check to see whether the resource is published to a given channel."
|
|
6171
5876
|
},
|
|
@@ -6192,9 +5897,7 @@
|
|
|
6192
5897
|
"description": "The ID of the publication to check."
|
|
6193
5898
|
}
|
|
6194
5899
|
},
|
|
6195
|
-
"required": [
|
|
6196
|
-
"publicationId"
|
|
6197
|
-
]
|
|
5900
|
+
"required": ["publicationId"]
|
|
6198
5901
|
},
|
|
6199
5902
|
"description": "Check to see whether the resource is published to a given publication."
|
|
6200
5903
|
},
|
|
@@ -6604,9 +6307,7 @@
|
|
|
6604
6307
|
"@mapping": "michaels-store-takeshape:EditableProperty.reason"
|
|
6605
6308
|
}
|
|
6606
6309
|
},
|
|
6607
|
-
"required": [
|
|
6608
|
-
"locked"
|
|
6609
|
-
]
|
|
6310
|
+
"required": ["locked"]
|
|
6610
6311
|
}
|
|
6611
6312
|
},
|
|
6612
6313
|
"Shopify_InventoryItem": {
|
|
@@ -6691,9 +6392,7 @@
|
|
|
6691
6392
|
"description": "ID of the location for which the inventory level is requested."
|
|
6692
6393
|
}
|
|
6693
6394
|
},
|
|
6694
|
-
"required": [
|
|
6695
|
-
"locationId"
|
|
6696
|
-
]
|
|
6395
|
+
"required": ["locationId"]
|
|
6697
6396
|
},
|
|
6698
6397
|
"description": "Get the inventory level at a specific location."
|
|
6699
6398
|
},
|
|
@@ -6821,10 +6520,7 @@
|
|
|
6821
6520
|
"description": "Information to aid in pagination."
|
|
6822
6521
|
}
|
|
6823
6522
|
},
|
|
6824
|
-
"required": [
|
|
6825
|
-
"edges",
|
|
6826
|
-
"pageInfo"
|
|
6827
|
-
]
|
|
6523
|
+
"required": ["edges", "pageInfo"]
|
|
6828
6524
|
}
|
|
6829
6525
|
},
|
|
6830
6526
|
"Shopify_SelectedOption": {
|
|
@@ -6846,10 +6542,7 @@
|
|
|
6846
6542
|
"description": "The product option’s value."
|
|
6847
6543
|
}
|
|
6848
6544
|
},
|
|
6849
|
-
"required": [
|
|
6850
|
-
"name",
|
|
6851
|
-
"value"
|
|
6852
|
-
]
|
|
6545
|
+
"required": ["name", "value"]
|
|
6853
6546
|
}
|
|
6854
6547
|
},
|
|
6855
6548
|
"Shopify_ProductEdge": {
|
|
@@ -6871,10 +6564,7 @@
|
|
|
6871
6564
|
"description": "The item at the end of ProductEdge."
|
|
6872
6565
|
}
|
|
6873
6566
|
},
|
|
6874
|
-
"required": [
|
|
6875
|
-
"cursor",
|
|
6876
|
-
"node"
|
|
6877
|
-
]
|
|
6567
|
+
"required": ["cursor", "node"]
|
|
6878
6568
|
}
|
|
6879
6569
|
},
|
|
6880
6570
|
"Shopify_CollectionPublicationEdge": {
|
|
@@ -6896,10 +6586,7 @@
|
|
|
6896
6586
|
"description": "The item at the end of CollectionPublicationEdge."
|
|
6897
6587
|
}
|
|
6898
6588
|
},
|
|
6899
|
-
"required": [
|
|
6900
|
-
"cursor",
|
|
6901
|
-
"node"
|
|
6902
|
-
]
|
|
6589
|
+
"required": ["cursor", "node"]
|
|
6903
6590
|
}
|
|
6904
6591
|
},
|
|
6905
6592
|
"Shopify_CollectionRule": {
|
|
@@ -6926,11 +6613,7 @@
|
|
|
6926
6613
|
"description": "The type of operator that the rule is based on (for example, `equals`, `contains`, or `not_equals`)."
|
|
6927
6614
|
}
|
|
6928
6615
|
},
|
|
6929
|
-
"required": [
|
|
6930
|
-
"column",
|
|
6931
|
-
"condition",
|
|
6932
|
-
"relation"
|
|
6933
|
-
]
|
|
6616
|
+
"required": ["column", "condition", "relation"]
|
|
6934
6617
|
}
|
|
6935
6618
|
},
|
|
6936
6619
|
"Shopify_AccessScope": {
|
|
@@ -6952,10 +6635,7 @@
|
|
|
6952
6635
|
"description": "Represents the access scope as a readable string. Typically follows the format `{action}_{resource}`: a `read` or `write` action, followed by the resource on which the action is allowed to be performed on, separated by an underscore. For example, `read_orders`; `write_products`."
|
|
6953
6636
|
}
|
|
6954
6637
|
},
|
|
6955
|
-
"required": [
|
|
6956
|
-
"description",
|
|
6957
|
-
"handle"
|
|
6958
|
-
]
|
|
6638
|
+
"required": ["description", "handle"]
|
|
6959
6639
|
}
|
|
6960
6640
|
},
|
|
6961
6641
|
"Shopify_AppSubscription": {
|
|
@@ -7016,16 +6696,7 @@
|
|
|
7016
6696
|
"description": "The number of days of the free trial."
|
|
7017
6697
|
}
|
|
7018
6698
|
},
|
|
7019
|
-
"required": [
|
|
7020
|
-
"createdAt",
|
|
7021
|
-
"id",
|
|
7022
|
-
"lineItems",
|
|
7023
|
-
"name",
|
|
7024
|
-
"returnUrl",
|
|
7025
|
-
"status",
|
|
7026
|
-
"test",
|
|
7027
|
-
"trialDays"
|
|
7028
|
-
]
|
|
6699
|
+
"required": ["createdAt", "id", "lineItems", "name", "returnUrl", "status", "test", "trialDays"]
|
|
7029
6700
|
}
|
|
7030
6701
|
},
|
|
7031
6702
|
"Shopify_AppSubscriptionSortKeys": {
|
|
@@ -7034,11 +6705,7 @@
|
|
|
7034
6705
|
"id": "Shopify_AppSubscriptionSortKeys",
|
|
7035
6706
|
"description": "The set of valid sort keys for the AppSubscription query.",
|
|
7036
6707
|
"schema": {
|
|
7037
|
-
"enum": [
|
|
7038
|
-
"CREATED_AT",
|
|
7039
|
-
"ID",
|
|
7040
|
-
"RELEVANCE"
|
|
7041
|
-
]
|
|
6708
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
7042
6709
|
}
|
|
7043
6710
|
},
|
|
7044
6711
|
"Shopify_AppSubscriptionConnection": {
|
|
@@ -7063,10 +6730,7 @@
|
|
|
7063
6730
|
"description": "Information to aid in pagination."
|
|
7064
6731
|
}
|
|
7065
6732
|
},
|
|
7066
|
-
"required": [
|
|
7067
|
-
"edges",
|
|
7068
|
-
"pageInfo"
|
|
7069
|
-
]
|
|
6733
|
+
"required": ["edges", "pageInfo"]
|
|
7070
6734
|
}
|
|
7071
6735
|
},
|
|
7072
6736
|
"Shopify_AppTransactionSortKeys": {
|
|
@@ -7075,11 +6739,7 @@
|
|
|
7075
6739
|
"id": "Shopify_AppTransactionSortKeys",
|
|
7076
6740
|
"description": "The set of valid sort keys for the AppTransaction query.",
|
|
7077
6741
|
"schema": {
|
|
7078
|
-
"enum": [
|
|
7079
|
-
"CREATED_AT",
|
|
7080
|
-
"ID",
|
|
7081
|
-
"RELEVANCE"
|
|
7082
|
-
]
|
|
6742
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
7083
6743
|
}
|
|
7084
6744
|
},
|
|
7085
6745
|
"Shopify_AppCreditConnection": {
|
|
@@ -7104,10 +6764,7 @@
|
|
|
7104
6764
|
"description": "Information to aid in pagination."
|
|
7105
6765
|
}
|
|
7106
6766
|
},
|
|
7107
|
-
"required": [
|
|
7108
|
-
"edges",
|
|
7109
|
-
"pageInfo"
|
|
7110
|
-
]
|
|
6767
|
+
"required": ["edges", "pageInfo"]
|
|
7111
6768
|
}
|
|
7112
6769
|
},
|
|
7113
6770
|
"Shopify_AppPurchaseOneTimeConnection": {
|
|
@@ -7132,10 +6789,7 @@
|
|
|
7132
6789
|
"description": "Information to aid in pagination."
|
|
7133
6790
|
}
|
|
7134
6791
|
},
|
|
7135
|
-
"required": [
|
|
7136
|
-
"edges",
|
|
7137
|
-
"pageInfo"
|
|
7138
|
-
]
|
|
6792
|
+
"required": ["edges", "pageInfo"]
|
|
7139
6793
|
}
|
|
7140
6794
|
},
|
|
7141
6795
|
"Shopify_DeliveryProductVariantsCount": {
|
|
@@ -7157,10 +6811,7 @@
|
|
|
7157
6811
|
"description": "The product variant count."
|
|
7158
6812
|
}
|
|
7159
6813
|
},
|
|
7160
|
-
"required": [
|
|
7161
|
-
"capped",
|
|
7162
|
-
"count"
|
|
7163
|
-
]
|
|
6814
|
+
"required": ["capped", "count"]
|
|
7164
6815
|
}
|
|
7165
6816
|
},
|
|
7166
6817
|
"Shopify_ProfileItemSortKeys": {
|
|
@@ -7204,10 +6855,7 @@
|
|
|
7204
6855
|
"description": "Information to aid in pagination."
|
|
7205
6856
|
}
|
|
7206
6857
|
},
|
|
7207
|
-
"required": [
|
|
7208
|
-
"edges",
|
|
7209
|
-
"pageInfo"
|
|
7210
|
-
]
|
|
6858
|
+
"required": ["edges", "pageInfo"]
|
|
7211
6859
|
}
|
|
7212
6860
|
},
|
|
7213
6861
|
"Shopify_DeliveryProfileLocationGroup": {
|
|
@@ -7263,11 +6911,7 @@
|
|
|
7263
6911
|
"description": "The applicable zones associated to a location group and delivery profile."
|
|
7264
6912
|
}
|
|
7265
6913
|
},
|
|
7266
|
-
"required": [
|
|
7267
|
-
"countriesInAnyZone",
|
|
7268
|
-
"locationGroup",
|
|
7269
|
-
"locationGroupZones"
|
|
7270
|
-
]
|
|
6914
|
+
"required": ["countriesInAnyZone", "locationGroup", "locationGroupZones"]
|
|
7271
6915
|
}
|
|
7272
6916
|
},
|
|
7273
6917
|
"Shopify_SellingPlanGroupConnection": {
|
|
@@ -7292,10 +6936,7 @@
|
|
|
7292
6936
|
"description": "Information to aid in pagination."
|
|
7293
6937
|
}
|
|
7294
6938
|
},
|
|
7295
|
-
"required": [
|
|
7296
|
-
"edges",
|
|
7297
|
-
"pageInfo"
|
|
7298
|
-
]
|
|
6939
|
+
"required": ["edges", "pageInfo"]
|
|
7299
6940
|
}
|
|
7300
6941
|
},
|
|
7301
6942
|
"Shopify_Location": {
|
|
@@ -7374,9 +7015,7 @@
|
|
|
7374
7015
|
"description": "Specifies the inventory item ID for the inventory level to be returned."
|
|
7375
7016
|
}
|
|
7376
7017
|
},
|
|
7377
|
-
"required": [
|
|
7378
|
-
"inventoryItemId"
|
|
7379
|
-
]
|
|
7018
|
+
"required": ["inventoryItemId"]
|
|
7380
7019
|
},
|
|
7381
7020
|
"description": "A single inventory level for the given inventory item."
|
|
7382
7021
|
},
|
|
@@ -7489,10 +7128,7 @@
|
|
|
7489
7128
|
"description": "A description of the rate, which customers will see at checkout.\nFor example: `Includes tracking and insurance`."
|
|
7490
7129
|
}
|
|
7491
7130
|
},
|
|
7492
|
-
"required": [
|
|
7493
|
-
"code",
|
|
7494
|
-
"label"
|
|
7495
|
-
]
|
|
7131
|
+
"required": ["code", "label"]
|
|
7496
7132
|
}
|
|
7497
7133
|
},
|
|
7498
7134
|
"Shopify_FulfillmentServiceType": {
|
|
@@ -7501,11 +7137,7 @@
|
|
|
7501
7137
|
"id": "Shopify_FulfillmentServiceType",
|
|
7502
7138
|
"description": "The type of a fulfillment service.",
|
|
7503
7139
|
"schema": {
|
|
7504
|
-
"enum": [
|
|
7505
|
-
"GIFT_CARD",
|
|
7506
|
-
"MANUAL",
|
|
7507
|
-
"THIRD_PARTY"
|
|
7508
|
-
]
|
|
7140
|
+
"enum": ["GIFT_CARD", "MANUAL", "THIRD_PARTY"]
|
|
7509
7141
|
}
|
|
7510
7142
|
},
|
|
7511
7143
|
"Shopify_CountryCode": {
|
|
@@ -7784,10 +7416,7 @@
|
|
|
7784
7416
|
"description": "Information to aid in pagination."
|
|
7785
7417
|
}
|
|
7786
7418
|
},
|
|
7787
|
-
"required": [
|
|
7788
|
-
"edges",
|
|
7789
|
-
"pageInfo"
|
|
7790
|
-
]
|
|
7419
|
+
"required": ["edges", "pageInfo"]
|
|
7791
7420
|
}
|
|
7792
7421
|
},
|
|
7793
7422
|
"Shopify_InventoryLevel": {
|
|
@@ -7850,16 +7479,7 @@
|
|
|
7850
7479
|
"@mapping": "michaels-store-takeshape:InventoryLevel.updatedAt"
|
|
7851
7480
|
}
|
|
7852
7481
|
},
|
|
7853
|
-
"required": [
|
|
7854
|
-
"available",
|
|
7855
|
-
"canDeactivate",
|
|
7856
|
-
"createdAt",
|
|
7857
|
-
"id",
|
|
7858
|
-
"incoming",
|
|
7859
|
-
"item",
|
|
7860
|
-
"location",
|
|
7861
|
-
"updatedAt"
|
|
7862
|
-
]
|
|
7482
|
+
"required": ["available", "canDeactivate", "createdAt", "id", "incoming", "item", "location", "updatedAt"]
|
|
7863
7483
|
}
|
|
7864
7484
|
},
|
|
7865
7485
|
"Shopify_InventoryLevelConnection": {
|
|
@@ -7884,10 +7504,7 @@
|
|
|
7884
7504
|
"description": "Information to aid in pagination."
|
|
7885
7505
|
}
|
|
7886
7506
|
},
|
|
7887
|
-
"required": [
|
|
7888
|
-
"edges",
|
|
7889
|
-
"pageInfo"
|
|
7890
|
-
]
|
|
7507
|
+
"required": ["edges", "pageInfo"]
|
|
7891
7508
|
}
|
|
7892
7509
|
},
|
|
7893
7510
|
"Shopify_ProductVariantPricePairEdge": {
|
|
@@ -7909,10 +7526,7 @@
|
|
|
7909
7526
|
"description": "The item at the end of ProductVariantPricePairEdge."
|
|
7910
7527
|
}
|
|
7911
7528
|
},
|
|
7912
|
-
"required": [
|
|
7913
|
-
"cursor",
|
|
7914
|
-
"node"
|
|
7915
|
-
]
|
|
7529
|
+
"required": ["cursor", "node"]
|
|
7916
7530
|
}
|
|
7917
7531
|
},
|
|
7918
7532
|
"Shopify_CollectionPublication": {
|
|
@@ -7950,13 +7564,7 @@
|
|
|
7950
7564
|
"@mapping": "michaels-store-takeshape:CollectionPublication.publishDate"
|
|
7951
7565
|
}
|
|
7952
7566
|
},
|
|
7953
|
-
"required": [
|
|
7954
|
-
"channel",
|
|
7955
|
-
"collection",
|
|
7956
|
-
"isPublished",
|
|
7957
|
-
"publication",
|
|
7958
|
-
"publishDate"
|
|
7959
|
-
]
|
|
7567
|
+
"required": ["channel", "collection", "isPublished", "publication", "publishDate"]
|
|
7960
7568
|
}
|
|
7961
7569
|
},
|
|
7962
7570
|
"Shopify_CollectionRuleColumn": {
|
|
@@ -8055,11 +7663,7 @@
|
|
|
8055
7663
|
"description": "Lists the store's usage for a usage pricing plan."
|
|
8056
7664
|
}
|
|
8057
7665
|
},
|
|
8058
|
-
"required": [
|
|
8059
|
-
"id",
|
|
8060
|
-
"plan",
|
|
8061
|
-
"usageRecords"
|
|
8062
|
-
]
|
|
7666
|
+
"required": ["id", "plan", "usageRecords"]
|
|
8063
7667
|
}
|
|
8064
7668
|
},
|
|
8065
7669
|
"Shopify_AppSubscriptionStatus": {
|
|
@@ -8068,15 +7672,7 @@
|
|
|
8068
7672
|
"id": "Shopify_AppSubscriptionStatus",
|
|
8069
7673
|
"description": "The status of the app subscription.",
|
|
8070
7674
|
"schema": {
|
|
8071
|
-
"enum": [
|
|
8072
|
-
"PENDING",
|
|
8073
|
-
"ACCEPTED",
|
|
8074
|
-
"ACTIVE",
|
|
8075
|
-
"DECLINED",
|
|
8076
|
-
"EXPIRED",
|
|
8077
|
-
"FROZEN",
|
|
8078
|
-
"CANCELLED"
|
|
8079
|
-
]
|
|
7675
|
+
"enum": ["PENDING", "ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "FROZEN", "CANCELLED"]
|
|
8080
7676
|
}
|
|
8081
7677
|
},
|
|
8082
7678
|
"Shopify_AppSubscriptionEdge": {
|
|
@@ -8098,10 +7694,7 @@
|
|
|
8098
7694
|
"description": "The item at the end of AppSubscriptionEdge."
|
|
8099
7695
|
}
|
|
8100
7696
|
},
|
|
8101
|
-
"required": [
|
|
8102
|
-
"cursor",
|
|
8103
|
-
"node"
|
|
8104
|
-
]
|
|
7697
|
+
"required": ["cursor", "node"]
|
|
8105
7698
|
}
|
|
8106
7699
|
},
|
|
8107
7700
|
"Shopify_AppCreditEdge": {
|
|
@@ -8123,10 +7716,7 @@
|
|
|
8123
7716
|
"description": "The item at the end of AppCreditEdge."
|
|
8124
7717
|
}
|
|
8125
7718
|
},
|
|
8126
|
-
"required": [
|
|
8127
|
-
"cursor",
|
|
8128
|
-
"node"
|
|
8129
|
-
]
|
|
7719
|
+
"required": ["cursor", "node"]
|
|
8130
7720
|
}
|
|
8131
7721
|
},
|
|
8132
7722
|
"Shopify_AppPurchaseOneTimeEdge": {
|
|
@@ -8148,10 +7738,7 @@
|
|
|
8148
7738
|
"description": "The item at the end of AppPurchaseOneTimeEdge."
|
|
8149
7739
|
}
|
|
8150
7740
|
},
|
|
8151
|
-
"required": [
|
|
8152
|
-
"cursor",
|
|
8153
|
-
"node"
|
|
8154
|
-
]
|
|
7741
|
+
"required": ["cursor", "node"]
|
|
8155
7742
|
}
|
|
8156
7743
|
},
|
|
8157
7744
|
"Shopify_DeliveryProfileItemEdge": {
|
|
@@ -8173,10 +7760,7 @@
|
|
|
8173
7760
|
"description": "The item at the end of DeliveryProfileItemEdge."
|
|
8174
7761
|
}
|
|
8175
7762
|
},
|
|
8176
|
-
"required": [
|
|
8177
|
-
"cursor",
|
|
8178
|
-
"node"
|
|
8179
|
-
]
|
|
7763
|
+
"required": ["cursor", "node"]
|
|
8180
7764
|
}
|
|
8181
7765
|
},
|
|
8182
7766
|
"Shopify_DeliveryCountryAndZone": {
|
|
@@ -8198,10 +7782,7 @@
|
|
|
8198
7782
|
"description": "The name of the delivery zone."
|
|
8199
7783
|
}
|
|
8200
7784
|
},
|
|
8201
|
-
"required": [
|
|
8202
|
-
"country",
|
|
8203
|
-
"zone"
|
|
8204
|
-
]
|
|
7785
|
+
"required": ["country", "zone"]
|
|
8205
7786
|
}
|
|
8206
7787
|
},
|
|
8207
7788
|
"Shopify_DeliveryLocationGroup": {
|
|
@@ -8269,10 +7850,7 @@
|
|
|
8269
7850
|
"description": "List of active locations that are part of this location group."
|
|
8270
7851
|
}
|
|
8271
7852
|
},
|
|
8272
|
-
"required": [
|
|
8273
|
-
"id",
|
|
8274
|
-
"locations"
|
|
8275
|
-
]
|
|
7853
|
+
"required": ["id", "locations"]
|
|
8276
7854
|
}
|
|
8277
7855
|
},
|
|
8278
7856
|
"Shopify_DeliveryLocationGroupZoneConnection": {
|
|
@@ -8297,10 +7875,7 @@
|
|
|
8297
7875
|
"description": "Information to aid in pagination."
|
|
8298
7876
|
}
|
|
8299
7877
|
},
|
|
8300
|
-
"required": [
|
|
8301
|
-
"edges",
|
|
8302
|
-
"pageInfo"
|
|
8303
|
-
]
|
|
7878
|
+
"required": ["edges", "pageInfo"]
|
|
8304
7879
|
}
|
|
8305
7880
|
},
|
|
8306
7881
|
"Shopify_SellingPlanGroupEdge": {
|
|
@@ -8322,10 +7897,7 @@
|
|
|
8322
7897
|
"description": "The item at the end of SellingPlanGroupEdge."
|
|
8323
7898
|
}
|
|
8324
7899
|
},
|
|
8325
|
-
"required": [
|
|
8326
|
-
"cursor",
|
|
8327
|
-
"node"
|
|
8328
|
-
]
|
|
7900
|
+
"required": ["cursor", "node"]
|
|
8329
7901
|
}
|
|
8330
7902
|
},
|
|
8331
7903
|
"Shopify_LocationAddress": {
|
|
@@ -8400,9 +7972,7 @@
|
|
|
8400
7972
|
"description": "The ZIP code of the location."
|
|
8401
7973
|
}
|
|
8402
7974
|
},
|
|
8403
|
-
"required": [
|
|
8404
|
-
"formatted"
|
|
8405
|
-
]
|
|
7975
|
+
"required": ["formatted"]
|
|
8406
7976
|
}
|
|
8407
7977
|
},
|
|
8408
7978
|
"Shopify_LocationSuggestedAddress": {
|
|
@@ -8462,9 +8032,7 @@
|
|
|
8462
8032
|
"description": "The ZIP code of the suggested address."
|
|
8463
8033
|
}
|
|
8464
8034
|
},
|
|
8465
|
-
"required": [
|
|
8466
|
-
"formatted"
|
|
8467
|
-
]
|
|
8035
|
+
"required": ["formatted"]
|
|
8468
8036
|
}
|
|
8469
8037
|
},
|
|
8470
8038
|
"Shopify_CountryHarmonizedSystemCodeEdge": {
|
|
@@ -8486,10 +8054,7 @@
|
|
|
8486
8054
|
"description": "The item at the end of CountryHarmonizedSystemCodeEdge."
|
|
8487
8055
|
}
|
|
8488
8056
|
},
|
|
8489
|
-
"required": [
|
|
8490
|
-
"cursor",
|
|
8491
|
-
"node"
|
|
8492
|
-
]
|
|
8057
|
+
"required": ["cursor", "node"]
|
|
8493
8058
|
}
|
|
8494
8059
|
},
|
|
8495
8060
|
"Shopify_InventoryLevelEdge": {
|
|
@@ -8511,10 +8076,7 @@
|
|
|
8511
8076
|
"description": "The item at the end of InventoryLevelEdge."
|
|
8512
8077
|
}
|
|
8513
8078
|
},
|
|
8514
|
-
"required": [
|
|
8515
|
-
"cursor",
|
|
8516
|
-
"node"
|
|
8517
|
-
]
|
|
8079
|
+
"required": ["cursor", "node"]
|
|
8518
8080
|
}
|
|
8519
8081
|
},
|
|
8520
8082
|
"Shopify_ProductVariantPricePair": {
|
|
@@ -8536,9 +8098,7 @@
|
|
|
8536
8098
|
"description": "The price of the variant with associated currency."
|
|
8537
8099
|
}
|
|
8538
8100
|
},
|
|
8539
|
-
"required": [
|
|
8540
|
-
"price"
|
|
8541
|
-
]
|
|
8101
|
+
"required": ["price"]
|
|
8542
8102
|
}
|
|
8543
8103
|
},
|
|
8544
8104
|
"Shopify_AppPlanV2": {
|
|
@@ -8555,9 +8115,7 @@
|
|
|
8555
8115
|
"description": "Defines the pricing model for the app subscription."
|
|
8556
8116
|
}
|
|
8557
8117
|
},
|
|
8558
|
-
"required": [
|
|
8559
|
-
"pricingDetails"
|
|
8560
|
-
]
|
|
8118
|
+
"required": ["pricingDetails"]
|
|
8561
8119
|
}
|
|
8562
8120
|
},
|
|
8563
8121
|
"Shopify_AppUsageRecordSortKeys": {
|
|
@@ -8566,11 +8124,7 @@
|
|
|
8566
8124
|
"id": "Shopify_AppUsageRecordSortKeys",
|
|
8567
8125
|
"description": "The set of valid sort keys for the AppUsageRecord query.",
|
|
8568
8126
|
"schema": {
|
|
8569
|
-
"enum": [
|
|
8570
|
-
"CREATED_AT",
|
|
8571
|
-
"ID",
|
|
8572
|
-
"RELEVANCE"
|
|
8573
|
-
]
|
|
8127
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
8574
8128
|
}
|
|
8575
8129
|
},
|
|
8576
8130
|
"Shopify_AppUsageRecordConnection": {
|
|
@@ -8595,10 +8149,7 @@
|
|
|
8595
8149
|
"description": "Information to aid in pagination."
|
|
8596
8150
|
}
|
|
8597
8151
|
},
|
|
8598
|
-
"required": [
|
|
8599
|
-
"edges",
|
|
8600
|
-
"pageInfo"
|
|
8601
|
-
]
|
|
8152
|
+
"required": ["edges", "pageInfo"]
|
|
8602
8153
|
}
|
|
8603
8154
|
},
|
|
8604
8155
|
"Shopify_AppCredit": {
|
|
@@ -8636,13 +8187,7 @@
|
|
|
8636
8187
|
"description": "Whether the app credit is a test transaction."
|
|
8637
8188
|
}
|
|
8638
8189
|
},
|
|
8639
|
-
"required": [
|
|
8640
|
-
"amount",
|
|
8641
|
-
"createdAt",
|
|
8642
|
-
"description",
|
|
8643
|
-
"id",
|
|
8644
|
-
"test"
|
|
8645
|
-
]
|
|
8190
|
+
"required": ["amount", "createdAt", "description", "id", "test"]
|
|
8646
8191
|
}
|
|
8647
8192
|
},
|
|
8648
8193
|
"Shopify_AppPurchaseOneTime": {
|
|
@@ -8685,14 +8230,7 @@
|
|
|
8685
8230
|
"description": "Whether the app purchase is a test transaction."
|
|
8686
8231
|
}
|
|
8687
8232
|
},
|
|
8688
|
-
"required": [
|
|
8689
|
-
"createdAt",
|
|
8690
|
-
"id",
|
|
8691
|
-
"name",
|
|
8692
|
-
"price",
|
|
8693
|
-
"status",
|
|
8694
|
-
"test"
|
|
8695
|
-
]
|
|
8233
|
+
"required": ["createdAt", "id", "name", "price", "status", "test"]
|
|
8696
8234
|
}
|
|
8697
8235
|
},
|
|
8698
8236
|
"Shopify_DeliveryProfileItem": {
|
|
@@ -8745,10 +8283,7 @@
|
|
|
8745
8283
|
"description": "The product variants associated with this delivery profile."
|
|
8746
8284
|
}
|
|
8747
8285
|
},
|
|
8748
|
-
"required": [
|
|
8749
|
-
"product",
|
|
8750
|
-
"variants"
|
|
8751
|
-
]
|
|
8286
|
+
"required": ["product", "variants"]
|
|
8752
8287
|
}
|
|
8753
8288
|
},
|
|
8754
8289
|
"Shopify_DeliveryCountry": {
|
|
@@ -8789,13 +8324,7 @@
|
|
|
8789
8324
|
"description": "The name of the country, translated based on the user locale."
|
|
8790
8325
|
}
|
|
8791
8326
|
},
|
|
8792
|
-
"required": [
|
|
8793
|
-
"code",
|
|
8794
|
-
"id",
|
|
8795
|
-
"name",
|
|
8796
|
-
"provinces",
|
|
8797
|
-
"translatedName"
|
|
8798
|
-
]
|
|
8327
|
+
"required": ["code", "id", "name", "provinces", "translatedName"]
|
|
8799
8328
|
}
|
|
8800
8329
|
},
|
|
8801
8330
|
"Shopify_LocationSortKeys": {
|
|
@@ -8804,11 +8333,7 @@
|
|
|
8804
8333
|
"id": "Shopify_LocationSortKeys",
|
|
8805
8334
|
"description": "The set of valid sort keys for the Location query.",
|
|
8806
8335
|
"schema": {
|
|
8807
|
-
"enum": [
|
|
8808
|
-
"NAME",
|
|
8809
|
-
"ID",
|
|
8810
|
-
"RELEVANCE"
|
|
8811
|
-
]
|
|
8336
|
+
"enum": ["NAME", "ID", "RELEVANCE"]
|
|
8812
8337
|
}
|
|
8813
8338
|
},
|
|
8814
8339
|
"Shopify_LocationConnection": {
|
|
@@ -8833,10 +8358,7 @@
|
|
|
8833
8358
|
"description": "Information to aid in pagination."
|
|
8834
8359
|
}
|
|
8835
8360
|
},
|
|
8836
|
-
"required": [
|
|
8837
|
-
"edges",
|
|
8838
|
-
"pageInfo"
|
|
8839
|
-
]
|
|
8361
|
+
"required": ["edges", "pageInfo"]
|
|
8840
8362
|
}
|
|
8841
8363
|
},
|
|
8842
8364
|
"Shopify_DeliveryLocationGroupZoneEdge": {
|
|
@@ -8858,10 +8380,7 @@
|
|
|
8858
8380
|
"description": "The item at the end of DeliveryLocationGroupZoneEdge."
|
|
8859
8381
|
}
|
|
8860
8382
|
},
|
|
8861
|
-
"required": [
|
|
8862
|
-
"cursor",
|
|
8863
|
-
"node"
|
|
8864
|
-
]
|
|
8383
|
+
"required": ["cursor", "node"]
|
|
8865
8384
|
}
|
|
8866
8385
|
},
|
|
8867
8386
|
"Shopify_SellingPlanGroup": {
|
|
@@ -8889,9 +8408,7 @@
|
|
|
8889
8408
|
"description": "The ID of the product."
|
|
8890
8409
|
}
|
|
8891
8410
|
},
|
|
8892
|
-
"required": [
|
|
8893
|
-
"productId"
|
|
8894
|
-
]
|
|
8411
|
+
"required": ["productId"]
|
|
8895
8412
|
},
|
|
8896
8413
|
"description": "Whether the given product is directly associated to the selling plan group."
|
|
8897
8414
|
},
|
|
@@ -8907,9 +8424,7 @@
|
|
|
8907
8424
|
"description": "The ID of the product."
|
|
8908
8425
|
}
|
|
8909
8426
|
},
|
|
8910
|
-
"required": [
|
|
8911
|
-
"productVariantId"
|
|
8912
|
-
]
|
|
8427
|
+
"required": ["productVariantId"]
|
|
8913
8428
|
},
|
|
8914
8429
|
"description": "Whether the given product variant is directly associated to the selling plan group."
|
|
8915
8430
|
},
|
|
@@ -8925,9 +8440,7 @@
|
|
|
8925
8440
|
"description": "The ID of the product."
|
|
8926
8441
|
}
|
|
8927
8442
|
},
|
|
8928
|
-
"required": [
|
|
8929
|
-
"productId"
|
|
8930
|
-
]
|
|
8443
|
+
"required": ["productId"]
|
|
8931
8444
|
},
|
|
8932
8445
|
"description": "Whether any of the product variants of the given product are associated to the selling plan group."
|
|
8933
8446
|
},
|
|
@@ -9130,10 +8643,7 @@
|
|
|
9130
8643
|
"description": "Country specific harmonized system code."
|
|
9131
8644
|
}
|
|
9132
8645
|
},
|
|
9133
|
-
"required": [
|
|
9134
|
-
"countryCode",
|
|
9135
|
-
"harmonizedSystemCode"
|
|
9136
|
-
]
|
|
8646
|
+
"required": ["countryCode", "harmonizedSystemCode"]
|
|
9137
8647
|
}
|
|
9138
8648
|
},
|
|
9139
8649
|
"Shopify_AppPricingDetails": {
|
|
@@ -9171,10 +8681,7 @@
|
|
|
9171
8681
|
"description": "The item at the end of AppUsageRecordEdge."
|
|
9172
8682
|
}
|
|
9173
8683
|
},
|
|
9174
|
-
"required": [
|
|
9175
|
-
"cursor",
|
|
9176
|
-
"node"
|
|
9177
|
-
]
|
|
8684
|
+
"required": ["cursor", "node"]
|
|
9178
8685
|
}
|
|
9179
8686
|
},
|
|
9180
8687
|
"Shopify_AppPurchaseStatus": {
|
|
@@ -9183,13 +8690,7 @@
|
|
|
9183
8690
|
"id": "Shopify_AppPurchaseStatus",
|
|
9184
8691
|
"description": "The status of the purchase.",
|
|
9185
8692
|
"schema": {
|
|
9186
|
-
"enum": [
|
|
9187
|
-
"ACCEPTED",
|
|
9188
|
-
"ACTIVE",
|
|
9189
|
-
"DECLINED",
|
|
9190
|
-
"EXPIRED",
|
|
9191
|
-
"PENDING"
|
|
9192
|
-
]
|
|
8693
|
+
"enum": ["ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "PENDING"]
|
|
9193
8694
|
}
|
|
9194
8695
|
},
|
|
9195
8696
|
"Shopify_DeliveryCountryCodeOrRestOfWorld": {
|
|
@@ -9211,9 +8712,7 @@
|
|
|
9211
8712
|
"description": "Indicates if 'Rest of World' is applied."
|
|
9212
8713
|
}
|
|
9213
8714
|
},
|
|
9214
|
-
"required": [
|
|
9215
|
-
"restOfWorld"
|
|
9216
|
-
]
|
|
8715
|
+
"required": ["restOfWorld"]
|
|
9217
8716
|
}
|
|
9218
8717
|
},
|
|
9219
8718
|
"Shopify_DeliveryProvince": {
|
|
@@ -9246,12 +8745,7 @@
|
|
|
9246
8745
|
"description": "The name of the region, translated based on the user locale."
|
|
9247
8746
|
}
|
|
9248
8747
|
},
|
|
9249
|
-
"required": [
|
|
9250
|
-
"code",
|
|
9251
|
-
"id",
|
|
9252
|
-
"name",
|
|
9253
|
-
"translatedName"
|
|
9254
|
-
]
|
|
8748
|
+
"required": ["code", "id", "name", "translatedName"]
|
|
9255
8749
|
}
|
|
9256
8750
|
},
|
|
9257
8751
|
"Shopify_LocationEdge": {
|
|
@@ -9273,10 +8767,7 @@
|
|
|
9273
8767
|
"description": "The item at the end of LocationEdge."
|
|
9274
8768
|
}
|
|
9275
8769
|
},
|
|
9276
|
-
"required": [
|
|
9277
|
-
"cursor",
|
|
9278
|
-
"node"
|
|
9279
|
-
]
|
|
8770
|
+
"required": ["cursor", "node"]
|
|
9280
8771
|
}
|
|
9281
8772
|
},
|
|
9282
8773
|
"Shopify_DeliveryLocationGroupZone": {
|
|
@@ -9342,11 +8833,7 @@
|
|
|
9342
8833
|
"description": "The zone associated to a location group in a delivery profile."
|
|
9343
8834
|
}
|
|
9344
8835
|
},
|
|
9345
|
-
"required": [
|
|
9346
|
-
"methodDefinitionCounts",
|
|
9347
|
-
"methodDefinitions",
|
|
9348
|
-
"zone"
|
|
9349
|
-
]
|
|
8836
|
+
"required": ["methodDefinitionCounts", "methodDefinitions", "zone"]
|
|
9350
8837
|
}
|
|
9351
8838
|
},
|
|
9352
8839
|
"Shopify_SellingPlanConnection": {
|
|
@@ -9371,10 +8858,7 @@
|
|
|
9371
8858
|
"description": "Information to aid in pagination."
|
|
9372
8859
|
}
|
|
9373
8860
|
},
|
|
9374
|
-
"required": [
|
|
9375
|
-
"edges",
|
|
9376
|
-
"pageInfo"
|
|
9377
|
-
]
|
|
8861
|
+
"required": ["edges", "pageInfo"]
|
|
9378
8862
|
}
|
|
9379
8863
|
},
|
|
9380
8864
|
"Shopify_AppRecurringPricing": {
|
|
@@ -9396,10 +8880,7 @@
|
|
|
9396
8880
|
"description": "The amount to be charged to the store every billing interval."
|
|
9397
8881
|
}
|
|
9398
8882
|
},
|
|
9399
|
-
"required": [
|
|
9400
|
-
"interval",
|
|
9401
|
-
"price"
|
|
9402
|
-
]
|
|
8883
|
+
"required": ["interval", "price"]
|
|
9403
8884
|
}
|
|
9404
8885
|
},
|
|
9405
8886
|
"Shopify_AppUsagePricing": {
|
|
@@ -9431,12 +8912,7 @@
|
|
|
9431
8912
|
"description": "The terms and conditions for app usage pricing."
|
|
9432
8913
|
}
|
|
9433
8914
|
},
|
|
9434
|
-
"required": [
|
|
9435
|
-
"balanceUsed",
|
|
9436
|
-
"cappedAmount",
|
|
9437
|
-
"interval",
|
|
9438
|
-
"terms"
|
|
9439
|
-
]
|
|
8915
|
+
"required": ["balanceUsed", "cappedAmount", "interval", "terms"]
|
|
9440
8916
|
}
|
|
9441
8917
|
},
|
|
9442
8918
|
"Shopify_AppUsageRecord": {
|
|
@@ -9474,13 +8950,7 @@
|
|
|
9474
8950
|
"description": "Defines the usage pricing plan the merchant is subscribed to."
|
|
9475
8951
|
}
|
|
9476
8952
|
},
|
|
9477
|
-
"required": [
|
|
9478
|
-
"createdAt",
|
|
9479
|
-
"description",
|
|
9480
|
-
"id",
|
|
9481
|
-
"price",
|
|
9482
|
-
"subscriptionLineItem"
|
|
9483
|
-
]
|
|
8953
|
+
"required": ["createdAt", "description", "id", "price", "subscriptionLineItem"]
|
|
9484
8954
|
}
|
|
9485
8955
|
},
|
|
9486
8956
|
"Shopify_DeliveryMethodDefinitionCounts": {
|
|
@@ -9502,10 +8972,7 @@
|
|
|
9502
8972
|
"description": "The number of merchant-defined method definitions in the current zone."
|
|
9503
8973
|
}
|
|
9504
8974
|
},
|
|
9505
|
-
"required": [
|
|
9506
|
-
"participantDefinitionsCount",
|
|
9507
|
-
"rateDefinitionsCount"
|
|
9508
|
-
]
|
|
8975
|
+
"required": ["participantDefinitionsCount", "rateDefinitionsCount"]
|
|
9509
8976
|
}
|
|
9510
8977
|
},
|
|
9511
8978
|
"Shopify_DeliveryMethodDefinitionType": {
|
|
@@ -9514,10 +8981,7 @@
|
|
|
9514
8981
|
"id": "Shopify_DeliveryMethodDefinitionType",
|
|
9515
8982
|
"description": "The different types of method definitions to filter by.",
|
|
9516
8983
|
"schema": {
|
|
9517
|
-
"enum": [
|
|
9518
|
-
"MERCHANT",
|
|
9519
|
-
"PARTICIPANT"
|
|
9520
|
-
]
|
|
8984
|
+
"enum": ["MERCHANT", "PARTICIPANT"]
|
|
9521
8985
|
}
|
|
9522
8986
|
},
|
|
9523
8987
|
"Shopify_MethodDefinitionSortKeys": {
|
|
@@ -9526,11 +8990,7 @@
|
|
|
9526
8990
|
"id": "Shopify_MethodDefinitionSortKeys",
|
|
9527
8991
|
"description": "The set of valid sort keys for the MethodDefinition query.",
|
|
9528
8992
|
"schema": {
|
|
9529
|
-
"enum": [
|
|
9530
|
-
"RATE_PROVIDER_TYPE",
|
|
9531
|
-
"ID",
|
|
9532
|
-
"RELEVANCE"
|
|
9533
|
-
]
|
|
8993
|
+
"enum": ["RATE_PROVIDER_TYPE", "ID", "RELEVANCE"]
|
|
9534
8994
|
}
|
|
9535
8995
|
},
|
|
9536
8996
|
"Shopify_DeliveryMethodDefinitionConnection": {
|
|
@@ -9555,10 +9015,7 @@
|
|
|
9555
9015
|
"description": "Information to aid in pagination."
|
|
9556
9016
|
}
|
|
9557
9017
|
},
|
|
9558
|
-
"required": [
|
|
9559
|
-
"edges",
|
|
9560
|
-
"pageInfo"
|
|
9561
|
-
]
|
|
9018
|
+
"required": ["edges", "pageInfo"]
|
|
9562
9019
|
}
|
|
9563
9020
|
},
|
|
9564
9021
|
"Shopify_DeliveryZone": {
|
|
@@ -9589,11 +9046,7 @@
|
|
|
9589
9046
|
"description": "The name of the zone."
|
|
9590
9047
|
}
|
|
9591
9048
|
},
|
|
9592
|
-
"required": [
|
|
9593
|
-
"countries",
|
|
9594
|
-
"id",
|
|
9595
|
-
"name"
|
|
9596
|
-
]
|
|
9049
|
+
"required": ["countries", "id", "name"]
|
|
9597
9050
|
}
|
|
9598
9051
|
},
|
|
9599
9052
|
"Shopify_SellingPlanEdge": {
|
|
@@ -9615,10 +9068,7 @@
|
|
|
9615
9068
|
"description": "The item at the end of SellingPlanEdge."
|
|
9616
9069
|
}
|
|
9617
9070
|
},
|
|
9618
|
-
"required": [
|
|
9619
|
-
"cursor",
|
|
9620
|
-
"node"
|
|
9621
|
-
]
|
|
9071
|
+
"required": ["cursor", "node"]
|
|
9622
9072
|
}
|
|
9623
9073
|
},
|
|
9624
9074
|
"Shopify_AppPricingInterval": {
|
|
@@ -9627,10 +9077,7 @@
|
|
|
9627
9077
|
"id": "Shopify_AppPricingInterval",
|
|
9628
9078
|
"description": "The billing frequency for the app.",
|
|
9629
9079
|
"schema": {
|
|
9630
|
-
"enum": [
|
|
9631
|
-
"ANNUAL",
|
|
9632
|
-
"EVERY_30_DAYS"
|
|
9633
|
-
]
|
|
9080
|
+
"enum": ["ANNUAL", "EVERY_30_DAYS"]
|
|
9634
9081
|
}
|
|
9635
9082
|
},
|
|
9636
9083
|
"Shopify_DeliveryMethodDefinitionEdge": {
|
|
@@ -9652,10 +9099,7 @@
|
|
|
9652
9099
|
"description": "The item at the end of DeliveryMethodDefinitionEdge."
|
|
9653
9100
|
}
|
|
9654
9101
|
},
|
|
9655
|
-
"required": [
|
|
9656
|
-
"cursor",
|
|
9657
|
-
"node"
|
|
9658
|
-
]
|
|
9102
|
+
"required": ["cursor", "node"]
|
|
9659
9103
|
}
|
|
9660
9104
|
},
|
|
9661
9105
|
"Shopify_SellingPlan": {
|
|
@@ -9719,15 +9163,7 @@
|
|
|
9719
9163
|
"description": "Selling plan pricing details."
|
|
9720
9164
|
}
|
|
9721
9165
|
},
|
|
9722
|
-
"required": [
|
|
9723
|
-
"billingPolicy",
|
|
9724
|
-
"createdAt",
|
|
9725
|
-
"deliveryPolicy",
|
|
9726
|
-
"id",
|
|
9727
|
-
"name",
|
|
9728
|
-
"options",
|
|
9729
|
-
"pricingPolicies"
|
|
9730
|
-
]
|
|
9166
|
+
"required": ["billingPolicy", "createdAt", "deliveryPolicy", "id", "name", "options", "pricingPolicies"]
|
|
9731
9167
|
}
|
|
9732
9168
|
},
|
|
9733
9169
|
"Shopify_DeliveryMethodDefinition": {
|
|
@@ -9773,13 +9209,7 @@
|
|
|
9773
9209
|
"description": "Provided rate for this method definition, from a rate definition or participant."
|
|
9774
9210
|
}
|
|
9775
9211
|
},
|
|
9776
|
-
"required": [
|
|
9777
|
-
"active",
|
|
9778
|
-
"id",
|
|
9779
|
-
"methodConditions",
|
|
9780
|
-
"name",
|
|
9781
|
-
"rateProvider"
|
|
9782
|
-
]
|
|
9212
|
+
"required": ["active", "id", "methodConditions", "name", "rateProvider"]
|
|
9783
9213
|
}
|
|
9784
9214
|
},
|
|
9785
9215
|
"Shopify_SellingPlanBillingPolicy": {
|
|
@@ -9854,12 +9284,7 @@
|
|
|
9854
9284
|
"description": "The operator to compare the field and criteria."
|
|
9855
9285
|
}
|
|
9856
9286
|
},
|
|
9857
|
-
"required": [
|
|
9858
|
-
"conditionCriteria",
|
|
9859
|
-
"field",
|
|
9860
|
-
"id",
|
|
9861
|
-
"operator"
|
|
9862
|
-
]
|
|
9287
|
+
"required": ["conditionCriteria", "field", "id", "operator"]
|
|
9863
9288
|
}
|
|
9864
9289
|
},
|
|
9865
9290
|
"Shopify_DeliveryRateProvider": {
|
|
@@ -9920,12 +9345,7 @@
|
|
|
9920
9345
|
"description": "Minimum number of billing iterations."
|
|
9921
9346
|
}
|
|
9922
9347
|
},
|
|
9923
|
-
"required": [
|
|
9924
|
-
"anchors",
|
|
9925
|
-
"createdAt",
|
|
9926
|
-
"interval",
|
|
9927
|
-
"intervalCount"
|
|
9928
|
-
]
|
|
9348
|
+
"required": ["anchors", "createdAt", "interval", "intervalCount"]
|
|
9929
9349
|
}
|
|
9930
9350
|
},
|
|
9931
9351
|
"Shopify_SellingPlanRecurringDeliveryPolicy": {
|
|
@@ -9975,14 +9395,7 @@
|
|
|
9975
9395
|
"description": "Fulfillment or delivery behavior of the first fulfillment when the order is placed before the anchor. The default value for this field is `ASAP`."
|
|
9976
9396
|
}
|
|
9977
9397
|
},
|
|
9978
|
-
"required": [
|
|
9979
|
-
"anchors",
|
|
9980
|
-
"createdAt",
|
|
9981
|
-
"intent",
|
|
9982
|
-
"interval",
|
|
9983
|
-
"intervalCount",
|
|
9984
|
-
"preAnchorBehavior"
|
|
9985
|
-
]
|
|
9398
|
+
"required": ["anchors", "createdAt", "intent", "interval", "intervalCount", "preAnchorBehavior"]
|
|
9986
9399
|
}
|
|
9987
9400
|
},
|
|
9988
9401
|
"Shopify_SellingPlanFixedPricingPolicy": {
|
|
@@ -10009,11 +9422,7 @@
|
|
|
10009
9422
|
"@mapping": "michaels-store-takeshape:SellingPlanFixedPricingPolicy.createdAt"
|
|
10010
9423
|
}
|
|
10011
9424
|
},
|
|
10012
|
-
"required": [
|
|
10013
|
-
"adjustmentType",
|
|
10014
|
-
"adjustmentValue",
|
|
10015
|
-
"createdAt"
|
|
10016
|
-
]
|
|
9425
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"]
|
|
10017
9426
|
}
|
|
10018
9427
|
},
|
|
10019
9428
|
"Shopify_SellingPlanRecurringPricingPolicy": {
|
|
@@ -10045,11 +9454,7 @@
|
|
|
10045
9454
|
"@mapping": "michaels-store-takeshape:SellingPlanRecurringPricingPolicy.createdAt"
|
|
10046
9455
|
}
|
|
10047
9456
|
},
|
|
10048
|
-
"required": [
|
|
10049
|
-
"adjustmentType",
|
|
10050
|
-
"adjustmentValue",
|
|
10051
|
-
"createdAt"
|
|
10052
|
-
]
|
|
9457
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"]
|
|
10053
9458
|
}
|
|
10054
9459
|
},
|
|
10055
9460
|
"Shopify_DeliveryConditionCriteria": {
|
|
@@ -10074,10 +9479,7 @@
|
|
|
10074
9479
|
"id": "Shopify_DeliveryConditionField",
|
|
10075
9480
|
"description": "The field type that the condition will be applied to.",
|
|
10076
9481
|
"schema": {
|
|
10077
|
-
"enum": [
|
|
10078
|
-
"TOTAL_WEIGHT",
|
|
10079
|
-
"TOTAL_PRICE"
|
|
10080
|
-
]
|
|
9482
|
+
"enum": ["TOTAL_WEIGHT", "TOTAL_PRICE"]
|
|
10081
9483
|
}
|
|
10082
9484
|
},
|
|
10083
9485
|
"Shopify_DeliveryConditionOperator": {
|
|
@@ -10086,10 +9488,7 @@
|
|
|
10086
9488
|
"id": "Shopify_DeliveryConditionOperator",
|
|
10087
9489
|
"description": "The operator to use to determine if the condition passes.",
|
|
10088
9490
|
"schema": {
|
|
10089
|
-
"enum": [
|
|
10090
|
-
"GREATER_THAN_OR_EQUAL_TO",
|
|
10091
|
-
"LESS_THAN_OR_EQUAL_TO"
|
|
10092
|
-
]
|
|
9491
|
+
"enum": ["GREATER_THAN_OR_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO"]
|
|
10093
9492
|
}
|
|
10094
9493
|
},
|
|
10095
9494
|
"Shopify_DeliveryParticipant": {
|
|
@@ -10135,13 +9534,7 @@
|
|
|
10135
9534
|
"description": "The merchant-set percentage-of-rate fee for this participant."
|
|
10136
9535
|
}
|
|
10137
9536
|
},
|
|
10138
|
-
"required": [
|
|
10139
|
-
"adaptToNewServicesFlag",
|
|
10140
|
-
"carrierService",
|
|
10141
|
-
"id",
|
|
10142
|
-
"participantServices",
|
|
10143
|
-
"percentageOfRateFee"
|
|
10144
|
-
]
|
|
9537
|
+
"required": ["adaptToNewServicesFlag", "carrierService", "id", "participantServices", "percentageOfRateFee"]
|
|
10145
9538
|
}
|
|
10146
9539
|
},
|
|
10147
9540
|
"Shopify_DeliveryRateDefinition": {
|
|
@@ -10164,10 +9557,7 @@
|
|
|
10164
9557
|
"description": "The price of this rate."
|
|
10165
9558
|
}
|
|
10166
9559
|
},
|
|
10167
|
-
"required": [
|
|
10168
|
-
"id",
|
|
10169
|
-
"price"
|
|
10170
|
-
]
|
|
9560
|
+
"required": ["id", "price"]
|
|
10171
9561
|
}
|
|
10172
9562
|
},
|
|
10173
9563
|
"Shopify_SellingPlanAnchor": {
|
|
@@ -10194,10 +9584,7 @@
|
|
|
10194
9584
|
"description": "Represents the anchor type, it can be one one of WEEKDAY, MONTHDAY, YEARDAY."
|
|
10195
9585
|
}
|
|
10196
9586
|
},
|
|
10197
|
-
"required": [
|
|
10198
|
-
"day",
|
|
10199
|
-
"type"
|
|
10200
|
-
]
|
|
9587
|
+
"required": ["day", "type"]
|
|
10201
9588
|
}
|
|
10202
9589
|
},
|
|
10203
9590
|
"Shopify_SellingPlanInterval": {
|
|
@@ -10206,12 +9593,7 @@
|
|
|
10206
9593
|
"id": "Shopify_SellingPlanInterval",
|
|
10207
9594
|
"description": "Represents valid selling plan interval.",
|
|
10208
9595
|
"schema": {
|
|
10209
|
-
"enum": [
|
|
10210
|
-
"DAY",
|
|
10211
|
-
"WEEK",
|
|
10212
|
-
"MONTH",
|
|
10213
|
-
"YEAR"
|
|
10214
|
-
]
|
|
9596
|
+
"enum": ["DAY", "WEEK", "MONTH", "YEAR"]
|
|
10215
9597
|
}
|
|
10216
9598
|
},
|
|
10217
9599
|
"Shopify_SellingPlanRecurringDeliveryPolicyIntent": {
|
|
@@ -10220,9 +9602,7 @@
|
|
|
10220
9602
|
"id": "Shopify_SellingPlanRecurringDeliveryPolicyIntent",
|
|
10221
9603
|
"description": "Possible intentions of a Delivery Policy.",
|
|
10222
9604
|
"schema": {
|
|
10223
|
-
"enum": [
|
|
10224
|
-
"FULFILLMENT_BEGIN"
|
|
10225
|
-
]
|
|
9605
|
+
"enum": ["FULFILLMENT_BEGIN"]
|
|
10226
9606
|
}
|
|
10227
9607
|
},
|
|
10228
9608
|
"Shopify_SellingPlanRecurringDeliveryPolicyPreAnchorBehavior": {
|
|
@@ -10231,10 +9611,7 @@
|
|
|
10231
9611
|
"id": "Shopify_SellingPlanRecurringDeliveryPolicyPreAnchorBehavior",
|
|
10232
9612
|
"description": "Possible fulfillment or delivery behaviors of the first fulfillment when the orderis placed before the anchor.",
|
|
10233
9613
|
"schema": {
|
|
10234
|
-
"enum": [
|
|
10235
|
-
"ASAP",
|
|
10236
|
-
"NEXT"
|
|
10237
|
-
]
|
|
9614
|
+
"enum": ["ASAP", "NEXT"]
|
|
10238
9615
|
}
|
|
10239
9616
|
},
|
|
10240
9617
|
"Shopify_SellingPlanPricingPolicyAdjustmentType": {
|
|
@@ -10243,11 +9620,7 @@
|
|
|
10243
9620
|
"id": "Shopify_SellingPlanPricingPolicyAdjustmentType",
|
|
10244
9621
|
"description": "Represents a selling plan pricing policy adjustment type.",
|
|
10245
9622
|
"schema": {
|
|
10246
|
-
"enum": [
|
|
10247
|
-
"PERCENTAGE",
|
|
10248
|
-
"FIXED_AMOUNT",
|
|
10249
|
-
"PRICE"
|
|
10250
|
-
]
|
|
9623
|
+
"enum": ["PERCENTAGE", "FIXED_AMOUNT", "PRICE"]
|
|
10251
9624
|
}
|
|
10252
9625
|
},
|
|
10253
9626
|
"Shopify_SellingPlanPricingPolicyAdjustmentValue": {
|
|
@@ -10285,10 +9658,7 @@
|
|
|
10285
9658
|
"description": "The weight using the unit system specified with `unit`."
|
|
10286
9659
|
}
|
|
10287
9660
|
},
|
|
10288
|
-
"required": [
|
|
10289
|
-
"unit",
|
|
10290
|
-
"value"
|
|
10291
|
-
]
|
|
9661
|
+
"required": ["unit", "value"]
|
|
10292
9662
|
}
|
|
10293
9663
|
},
|
|
10294
9664
|
"Shopify_DeliveryCarrierService": {
|
|
@@ -10328,9 +9698,7 @@
|
|
|
10328
9698
|
"description": "Use Rest of World as the destination."
|
|
10329
9699
|
}
|
|
10330
9700
|
},
|
|
10331
|
-
"required": [
|
|
10332
|
-
"restOfWorld"
|
|
10333
|
-
]
|
|
9701
|
+
"required": ["restOfWorld"]
|
|
10334
9702
|
},
|
|
10335
9703
|
"description": "Services offered for given destinations."
|
|
10336
9704
|
},
|
|
@@ -10356,11 +9724,7 @@
|
|
|
10356
9724
|
"description": "The name of the service provider."
|
|
10357
9725
|
}
|
|
10358
9726
|
},
|
|
10359
|
-
"required": [
|
|
10360
|
-
"availableServicesForCountries",
|
|
10361
|
-
"icon",
|
|
10362
|
-
"id"
|
|
10363
|
-
]
|
|
9727
|
+
"required": ["availableServicesForCountries", "icon", "id"]
|
|
10364
9728
|
}
|
|
10365
9729
|
},
|
|
10366
9730
|
"Shopify_DeliveryParticipantService": {
|
|
@@ -10382,10 +9746,7 @@
|
|
|
10382
9746
|
"description": "Name of the service."
|
|
10383
9747
|
}
|
|
10384
9748
|
},
|
|
10385
|
-
"required": [
|
|
10386
|
-
"active",
|
|
10387
|
-
"name"
|
|
10388
|
-
]
|
|
9749
|
+
"required": ["active", "name"]
|
|
10389
9750
|
}
|
|
10390
9751
|
},
|
|
10391
9752
|
"Shopify_SellingPlanAnchorType": {
|
|
@@ -10394,11 +9755,7 @@
|
|
|
10394
9755
|
"id": "Shopify_SellingPlanAnchorType",
|
|
10395
9756
|
"description": "Represents the anchor type.",
|
|
10396
9757
|
"schema": {
|
|
10397
|
-
"enum": [
|
|
10398
|
-
"WEEKDAY",
|
|
10399
|
-
"MONTHDAY",
|
|
10400
|
-
"YEARDAY"
|
|
10401
|
-
]
|
|
9758
|
+
"enum": ["WEEKDAY", "MONTHDAY", "YEARDAY"]
|
|
10402
9759
|
}
|
|
10403
9760
|
},
|
|
10404
9761
|
"Shopify_SellingPlanPricingPolicyPercentageValue": {
|
|
@@ -10415,9 +9772,7 @@
|
|
|
10415
9772
|
"description": "The percentage value."
|
|
10416
9773
|
}
|
|
10417
9774
|
},
|
|
10418
|
-
"required": [
|
|
10419
|
-
"percentage"
|
|
10420
|
-
]
|
|
9775
|
+
"required": ["percentage"]
|
|
10421
9776
|
}
|
|
10422
9777
|
},
|
|
10423
9778
|
"Shopify_DeliveryAvailableService": {
|
|
@@ -10439,10 +9794,7 @@
|
|
|
10439
9794
|
"description": "The name of the service."
|
|
10440
9795
|
}
|
|
10441
9796
|
},
|
|
10442
|
-
"required": [
|
|
10443
|
-
"countries",
|
|
10444
|
-
"name"
|
|
10445
|
-
]
|
|
9797
|
+
"required": ["countries", "name"]
|
|
10446
9798
|
}
|
|
10447
9799
|
},
|
|
10448
9800
|
"Shopify_DeliveryCountryCodesOrRestOfWorld": {
|
|
@@ -10467,12 +9819,9 @@
|
|
|
10467
9819
|
"description": "Indicates if 'Rest of World' is applied."
|
|
10468
9820
|
}
|
|
10469
9821
|
},
|
|
10470
|
-
"required": [
|
|
10471
|
-
"countryCodes",
|
|
10472
|
-
"restOfWorld"
|
|
10473
|
-
]
|
|
9822
|
+
"required": ["countryCodes", "restOfWorld"]
|
|
10474
9823
|
}
|
|
10475
9824
|
}
|
|
10476
9825
|
},
|
|
10477
|
-
"schemaVersion": "3.
|
|
10478
|
-
}
|
|
9826
|
+
"schemaVersion": "3.51.0"
|
|
9827
|
+
}
|