@takeshape/schema 11.45.5 → 11.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/agents.js +6 -6
- package/dist/cjs/src/api-version.js +1 -1
- package/dist/cjs/src/content-schema-transform.js +12 -12
- package/dist/cjs/src/create-input-schema.js +1 -1
- package/dist/cjs/src/enum.js +1 -1
- package/dist/cjs/src/flatten-templates.js +4 -4
- package/dist/cjs/src/get-is-leaf.js +1 -1
- package/dist/cjs/src/interfaces.js +11 -9
- package/dist/cjs/src/layers/layers.js +11 -5
- package/dist/cjs/src/layers/refs.js +3 -3
- package/dist/cjs/src/layers/type-utils.js +1 -1
- package/dist/cjs/src/migration/index.js +3 -1
- package/dist/cjs/src/migration/to/v3.0.0.js +20 -8
- package/dist/cjs/src/migration/to/v3.1.0.js +6 -4
- package/dist/cjs/src/migration/to/v3.10.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.13.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.17.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.0.js +4 -4
- package/dist/cjs/src/migration/to/v3.18.1.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.2.js +1 -1
- package/dist/cjs/src/migration/to/v3.20.0.js +5 -2
- package/dist/cjs/src/migration/to/v3.22.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.31.0.js +2 -2
- package/dist/cjs/src/migration/to/v3.32.0.js +3 -1
- package/dist/cjs/src/migration/to/v3.34.0.js +6 -9
- package/dist/cjs/src/migration/to/v3.36.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.39.0.js +8 -8
- package/dist/cjs/src/migration/to/v3.40.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.46.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.51.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.9.0.js +3 -3
- package/dist/cjs/src/models/project-schema.js +4 -4
- package/dist/cjs/src/models/shape.js +2 -2
- package/dist/cjs/src/project-schema/index.js +4 -2
- package/dist/cjs/src/project-schema/migrate.js +3 -1
- package/dist/cjs/src/project-schema/v3.51.0.js +8 -0
- package/dist/cjs/src/refs.js +28 -18
- package/dist/cjs/src/relationships.js +25 -20
- package/dist/cjs/src/runtime-schema.js +16 -9
- package/dist/cjs/src/schema-transform.js +3 -3
- package/dist/cjs/src/schema-util.js +38 -30
- package/dist/cjs/src/schemas/auth-schemas.json +18 -78
- package/dist/cjs/src/schemas/index.js +7 -5
- package/dist/cjs/src/schemas/project-schema/experimental.json +7 -20
- package/dist/cjs/src/schemas/project-schema/latest.json +166 -566
- package/dist/cjs/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/cjs/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/cjs/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/cjs/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/cjs/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/cjs/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/cjs/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/cjs/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/cjs/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/cjs/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/cjs/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/cjs/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/cjs/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/cjs/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/cjs/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/cjs/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/cjs/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/cjs/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/cjs/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/cjs/src/schemas/project-schema.json +3 -0
- package/dist/cjs/src/schemas/user-schema.json +2 -9
- package/dist/cjs/src/service-dependencies.js +15 -9
- package/dist/cjs/src/services/services.js +12 -11
- package/dist/cjs/src/services/util.js +4 -4
- package/dist/cjs/src/template-shapes/templates.js +18 -12
- package/dist/cjs/src/template-shapes/where.js +23 -14
- package/dist/cjs/src/types/utils.js +3 -3
- package/dist/cjs/src/unions.js +6 -8
- package/dist/cjs/src/util/api-indexing.js +4 -4
- package/dist/cjs/src/util/detect-cycles.js +2 -2
- package/dist/cjs/src/util/find-shape-at-path.js +1 -1
- package/dist/cjs/src/util/form-config.js +0 -1
- package/dist/cjs/src/util/get-conflicting-properties.js +1 -1
- package/dist/cjs/src/util/merge.js +22 -13
- package/dist/cjs/src/util/patch-schema.js +2 -2
- package/dist/cjs/src/util/shapes.js +2 -2
- package/dist/cjs/src/validate.js +64 -47
- package/dist/cjs/src/workflows.js +4 -4
- package/dist/esm/src/agents.js +6 -6
- package/dist/esm/src/api-version.js +1 -1
- package/dist/esm/src/content-schema-transform.js +12 -12
- package/dist/esm/src/create-input-schema.js +1 -1
- package/dist/esm/src/enum.js +1 -1
- package/dist/esm/src/flatten-templates.js +4 -4
- package/dist/esm/src/get-is-leaf.js +1 -1
- package/dist/esm/src/interfaces.js +12 -10
- package/dist/esm/src/layers/layers.js +12 -6
- package/dist/esm/src/layers/refs.js +3 -3
- package/dist/esm/src/layers/type-utils.js +1 -1
- package/dist/esm/src/migration/index.js +3 -1
- package/dist/esm/src/migration/to/v3.0.0.js +20 -8
- package/dist/esm/src/migration/to/v3.1.0.js +6 -4
- package/dist/esm/src/migration/to/v3.10.0.js +1 -1
- package/dist/esm/src/migration/to/v3.13.0.js +1 -1
- package/dist/esm/src/migration/to/v3.17.0.js +1 -1
- package/dist/esm/src/migration/to/v3.18.0.js +4 -4
- package/dist/esm/src/migration/to/v3.18.1.js +1 -1
- package/dist/esm/src/migration/to/v3.18.2.js +1 -1
- package/dist/esm/src/migration/to/v3.20.0.js +5 -2
- package/dist/esm/src/migration/to/v3.22.0.js +1 -1
- package/dist/esm/src/migration/to/v3.31.0.js +2 -2
- package/dist/esm/src/migration/to/v3.32.0.js +3 -1
- package/dist/esm/src/migration/to/v3.34.0.js +6 -9
- package/dist/esm/src/migration/to/v3.36.0.js +1 -1
- package/dist/esm/src/migration/to/v3.39.0.js +8 -8
- package/dist/esm/src/migration/to/v3.40.0.js +1 -1
- package/dist/esm/src/migration/to/v3.46.0.js +1 -1
- package/dist/esm/src/migration/to/v3.51.0.js +10 -0
- package/dist/esm/src/migration/to/v3.9.0.js +3 -3
- package/dist/esm/src/mocks.js +1 -1
- package/dist/esm/src/models/project-schema.js +4 -4
- package/dist/esm/src/models/shape.js +2 -2
- package/dist/esm/src/project-schema/index.js +3 -1
- package/dist/esm/src/project-schema/migrate.js +4 -2
- package/dist/esm/src/project-schema/v3.51.0.js +7 -0
- package/dist/esm/src/refs.js +29 -19
- package/dist/esm/src/relationships.js +26 -21
- package/dist/esm/src/runtime-schema.js +16 -9
- package/dist/esm/src/schema-transform.js +3 -3
- package/dist/esm/src/schema-util.js +40 -32
- package/dist/esm/src/schemas/auth-schemas.json +18 -78
- package/dist/esm/src/schemas/index.js +4 -2
- package/dist/esm/src/schemas/project-schema/experimental.json +7 -20
- package/dist/esm/src/schemas/project-schema/latest.json +166 -566
- package/dist/esm/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/esm/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/esm/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/esm/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/esm/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/esm/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/esm/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/esm/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/esm/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/esm/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/esm/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/esm/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/esm/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/esm/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/esm/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/esm/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/esm/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/esm/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/esm/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/esm/src/schemas/project-schema.json +3 -0
- package/dist/esm/src/schemas/user-schema.json +2 -9
- package/dist/esm/src/service-dependencies.js +17 -11
- package/dist/esm/src/services/services.js +12 -11
- package/dist/esm/src/services/util.js +4 -4
- package/dist/esm/src/template-shapes/templates.js +18 -12
- package/dist/esm/src/template-shapes/where.js +24 -15
- package/dist/esm/src/types/utils.js +3 -3
- package/dist/esm/src/unions.js +6 -8
- package/dist/esm/src/util/api-indexing.js +4 -4
- package/dist/esm/src/util/detect-cycles.js +2 -2
- package/dist/esm/src/util/find-shape-at-path.js +1 -1
- package/dist/esm/src/util/form-config.js +0 -1
- package/dist/esm/src/util/get-conflicting-properties.js +1 -1
- package/dist/esm/src/util/merge.js +23 -14
- package/dist/esm/src/util/patch-schema.js +2 -2
- package/dist/esm/src/util/shapes.js +2 -2
- package/dist/esm/src/validate.js +64 -47
- package/dist/esm/src/workflows.js +4 -4
- package/dist/types/src/agents.d.ts +1 -1
- package/dist/types/src/builtin-schema.d.ts +2 -2
- package/dist/types/src/content-schema-transform.d.ts +1 -1
- package/dist/types/src/create-input-schema.d.ts +1 -1
- package/dist/types/src/enum.d.ts +1 -1
- package/dist/types/src/flatten-templates.d.ts +1 -1
- package/dist/types/src/layers/layers.d.ts +1 -1
- package/dist/types/src/layers/refs.d.ts +1 -1
- package/dist/types/src/layers/type-utils.d.ts +1 -1
- package/dist/types/src/layers/visitor.d.ts +2 -2
- package/dist/types/src/migration/index.d.ts +1 -0
- package/dist/types/src/migration/to/v3.17.1.d.ts +1 -1
- package/dist/types/src/migration/to/v3.19.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.21.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.22.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.23.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.24.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.25.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.26.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.27.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.28.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.29.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.30.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.31.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.32.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.33.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.34.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.35.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.36.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.37.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.38.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.39.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.40.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.41.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.42.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.43.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.44.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.45.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.46.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.47.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.48.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.49.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.50.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.51.0.d.ts +4 -0
- package/dist/types/src/migration/types.d.ts +1 -1
- package/dist/types/src/mocks.d.ts +1 -1
- package/dist/types/src/models/project-schema.d.ts +3 -3
- package/dist/types/src/models/query.d.ts +2 -2
- package/dist/types/src/models/service.d.ts +2 -2
- package/dist/types/src/models/shape.d.ts +2 -2
- package/dist/types/src/project-schema/index.d.ts +4 -1
- package/dist/types/src/project-schema/latest.d.ts +28 -10
- package/dist/types/src/project-schema/v3.50.0.d.ts +27 -9
- package/dist/types/src/project-schema/v3.51.0.d.ts +2189 -0
- package/dist/types/src/refs.d.ts +1 -1
- package/dist/types/src/relationships.d.ts +2 -2
- package/dist/types/src/runtime-schema.d.ts +1 -1
- package/dist/types/src/schema-transform.d.ts +1 -1
- package/dist/types/src/schema-util.d.ts +2 -2
- package/dist/types/src/schemas/index.d.ts +2 -2
- package/dist/types/src/service-dependencies.d.ts +2 -2
- package/dist/types/src/services/services.d.ts +3 -3
- package/dist/types/src/services/util.d.ts +2 -2
- package/dist/types/src/template-shapes/index.d.ts +2 -2
- package/dist/types/src/template-shapes/names.d.ts +1 -1
- package/dist/types/src/template-shapes/types.d.ts +2 -2
- package/dist/types/src/template-shapes/where.d.ts +1 -1
- package/dist/types/src/types/transforms.d.ts +1 -1
- package/dist/types/src/types/types.d.ts +4 -4
- package/dist/types/src/types/utils.d.ts +2 -2
- package/dist/types/src/unions.d.ts +2 -2
- package/dist/types/src/util/ai-tools.d.ts +1 -1
- package/dist/types/src/util/api-indexing.d.ts +1 -1
- package/dist/types/src/util/detect-cycles.d.ts +1 -1
- package/dist/types/src/util/find-shape-at-path.d.ts +1 -1
- package/dist/types/src/util/form-config.d.ts +1 -1
- package/dist/types/src/util/get-conflicting-properties.d.ts +1 -1
- package/dist/types/src/util/get-return-shape.d.ts +1 -1
- package/dist/types/src/util/has-arg.d.ts +2 -2
- package/dist/types/src/util/merge.d.ts +1 -1
- package/dist/types/src/util/patch-schema.d.ts +2 -2
- package/dist/types/src/util/shapes.d.ts +1 -1
- package/dist/types/src/validate.d.ts +4 -4
- package/dist/types/src/workflows.d.ts +1 -1
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/examples/latest/agent-schema.json +5 -13
- package/examples/latest/all-fields-shapes-inline.json +19 -53
- package/examples/latest/all-fields-shapes.json +27 -77
- package/examples/latest/betzino.json +903 -3140
- package/examples/latest/blog-schema.json +9 -29
- package/examples/latest/brewery-schema.json +8 -26
- package/examples/latest/clear-cache-schema.json +4 -8
- package/examples/latest/complex-project-schema.json +99 -360
- package/examples/latest/complex-schema.json +487 -1754
- package/examples/latest/edit-schema.json +5 -12
- package/examples/latest/fabric-ecommerce.json +188 -839
- package/examples/latest/frank-and-fred-schema.json +489 -1756
- package/examples/latest/klirr-schema.json +683 -2412
- package/examples/latest/layers/rick-and-morty-layer.json +12 -33
- package/examples/latest/layers/shopify-layer-2023-01.json +2207 -8638
- package/examples/latest/layers/shopify-storefront-2023-04.json +403 -1713
- package/examples/latest/layers/wordpress-2024-01.json +689 -2744
- package/examples/latest/massive-schema.json +132 -585
- package/examples/latest/mill-components-schema.json +30 -126
- package/examples/latest/nested-shape-arrays.json +8 -20
- package/examples/latest/one-earth.json +237 -1114
- package/examples/latest/pet-oneof-array.json +8 -23
- package/examples/latest/post-schema.json +7 -21
- package/examples/latest/pruned-shopify-product-schema.json +186 -831
- package/examples/latest/rag-example.json +6 -16
- package/examples/latest/real-world-schema.json +15 -57
- package/examples/latest/recursive-repeater-schema.json +5 -12
- package/examples/latest/recursive-schema.json +5 -12
- package/examples/latest/rick-and-morty-ast.json +46 -175
- package/examples/latest/rick-and-morty-graphql.json +26 -101
- package/examples/latest/rick-and-morty-rest.json +4 -8
- package/examples/latest/rick-and-morty-with-indexing.json +6 -14
- package/examples/latest/schema-where-filter.json +12 -41
- package/examples/latest/schema-with-repeater-draftjs.json +4 -9
- package/examples/latest/schema-with-rick-and-morty.json +3 -5
- package/examples/latest/shape-books-v3_2_0.json +18 -72
- package/examples/latest/shape-books.json +18 -72
- package/examples/latest/shape-editor-schema-edited.json +24 -70
- package/examples/latest/shape-editor-schema-initial.json +11 -29
- package/examples/latest/shapedb-crud-every-prop-type.json +9 -23
- package/examples/latest/shopify-lookbook.json +6 -20
- package/examples/latest/shopify-product-2022-07.json +727 -3218
- package/examples/latest/shopify-product-2023-04.json +1013 -4497
- package/examples/latest/shopify-store-with-widget.json +214 -943
- package/examples/latest/stripe-product-runtime-schema.json +82 -278
- package/examples/latest/stripe-starter-resolved.json +477 -1954
- package/examples/latest/user-schema-no-required.json +4 -14
- package/examples/latest/user-schema-with-defaults.json +6 -28
- package/examples/latest/valvoline-ai-demo.json +18 -70
- package/examples/latest/vector-search-schema.json +9 -25
- package/examples/source/agent-schema.json +29 -16
- package/examples/source/all-fields-shapes-inline.json +21 -30
- package/examples/source/all-fields-shapes.json +26 -76
- package/examples/source/betzino.json +1501 -4960
- package/examples/source/blog-schema.json +1 -1
- package/examples/source/brewery-schema.json +1 -1
- package/examples/source/clear-cache-schema.json +4 -4
- package/examples/source/complex-project-schema.json +196 -688
- package/examples/source/edit-schema.json +3 -3
- package/examples/source/fabric-ecommerce.json +186 -837
- package/examples/source/frank-and-fred-schema.json +1136 -3929
- package/examples/source/layers/rick-and-morty-layer.json +10 -31
- package/examples/source/layers/shopify-layer-2023-01.json +2205 -8636
- package/examples/source/layers/shopify-storefront-2023-04.json +401 -1711
- package/examples/source/layers/wordpress-2024-01.json +689 -2743
- package/examples/source/massive-schema.json +386 -1455
- package/examples/source/nested-shape-arrays.json +12 -12
- package/examples/source/pet-oneof-array.json +31 -29
- package/examples/source/post-schema.json +1 -1
- package/examples/source/pruned-shopify-product-schema.json +184 -829
- package/examples/source/rag-example.json +5 -15
- package/examples/source/real-world-schema.json +32 -119
- package/examples/source/recursive-repeater-schema.json +3 -8
- package/examples/source/recursive-schema.json +1 -1
- package/examples/source/rick-and-morty-ast.json +66 -251
- package/examples/source/rick-and-morty-graphql.json +41 -162
- package/examples/source/rick-and-morty-rest.json +24 -6
- package/examples/source/rick-and-morty-with-indexing.json +25 -25
- package/examples/source/schema-where-filter.json +29 -50
- package/examples/source/schema-with-repeater-draftjs.json +9 -31
- package/examples/source/schema-with-rick-and-morty.json +4 -4
- package/examples/source/shape-books.json +49 -181
- package/examples/source/shape-editor-schema-edited.json +22 -68
- package/examples/source/shape-editor-schema-initial.json +9 -27
- package/examples/source/shapedb-crud-every-prop-type.json +20 -29
- package/examples/source/shopify-product-2022-07.json +736 -3261
- package/examples/source/shopify-product-2023-04.json +1022 -4540
- package/examples/source/shopify-store-with-widget.json +212 -941
- package/examples/source/stripe-product-runtime-schema.json +91 -321
- package/examples/source/stripe-starter-resolved.json +475 -1952
- package/examples/source/user-schema-with-defaults.json +1 -9
- package/examples/source/valvoline-ai-demo.json +175 -219
- package/examples/source/vector-search-schema.json +37 -38
- package/examples/v4_0_0/rick-and-morty-notes/flattened-schema.json +15 -49
- package/examples/v4_0_0/rick-and-morty-notes/layers/character-notes.json +8 -8
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-static-sites.json +19 -79
- package/examples/v4_0_0/rick-and-morty-notes/schema.json +8 -5
- package/examples/v4_0_0/shopify-lookbook/flattened-schema.json +190 -851
- package/examples/v4_0_0/shopify-lookbook/layers/andrews-store.json +1103 -4431
- package/examples/v4_0_0/shopify-lookbook/layers/lookbook.json +64 -56
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-assets.json +1 -4
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/shopify-lookbook/schema.json +3 -10
- package/package.json +12 -9
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
"apiVersion": "2",
|
|
3
3
|
"projectId": "0b205d13-df7b-4d38-8a21-7d0d96b341fc",
|
|
4
4
|
"defaultLocale": "en-us",
|
|
5
|
-
"locales": [
|
|
6
|
-
"en-us"
|
|
7
|
-
],
|
|
5
|
+
"locales": ["en-us"],
|
|
8
6
|
"workflows": {
|
|
9
7
|
"default": {
|
|
10
8
|
"name": "default",
|
|
@@ -84,10 +82,7 @@
|
|
|
84
82
|
"TSStaticSiteEnvironmentVariables": {
|
|
85
83
|
"default": {
|
|
86
84
|
"widget": "repeater",
|
|
87
|
-
"order": [
|
|
88
|
-
"name",
|
|
89
|
-
"value"
|
|
90
|
-
],
|
|
85
|
+
"order": ["name", "value"],
|
|
91
86
|
"disabled": true,
|
|
92
87
|
"properties": {
|
|
93
88
|
"name": {
|
|
@@ -103,14 +98,7 @@
|
|
|
103
98
|
},
|
|
104
99
|
"TSStaticSite": {
|
|
105
100
|
"default": {
|
|
106
|
-
"order": [
|
|
107
|
-
"title",
|
|
108
|
-
"provider",
|
|
109
|
-
"destination",
|
|
110
|
-
"idKey",
|
|
111
|
-
"secretKey",
|
|
112
|
-
"environmentVariables"
|
|
113
|
-
],
|
|
101
|
+
"order": ["title", "provider", "destination", "idKey", "secretKey", "environmentVariables"],
|
|
114
102
|
"properties": {
|
|
115
103
|
"title": {
|
|
116
104
|
"widget": "singleLineText",
|
|
@@ -252,11 +240,7 @@
|
|
|
252
240
|
"service": "gregs-takeshape-store"
|
|
253
241
|
}
|
|
254
242
|
},
|
|
255
|
-
"order": [
|
|
256
|
-
"title",
|
|
257
|
-
"gregsTakeshapeStoreId",
|
|
258
|
-
"gregsTakeshapeStore"
|
|
259
|
-
]
|
|
243
|
+
"order": ["title", "gregsTakeshapeStoreId", "gregsTakeshapeStore"]
|
|
260
244
|
}
|
|
261
245
|
},
|
|
262
246
|
"Collection": {
|
|
@@ -322,11 +306,7 @@
|
|
|
322
306
|
"service": "gregs-takeshape-store"
|
|
323
307
|
}
|
|
324
308
|
},
|
|
325
|
-
"order": [
|
|
326
|
-
"title",
|
|
327
|
-
"gregsTakeshapeStoreId",
|
|
328
|
-
"gregsTakeshapeStore"
|
|
329
|
-
]
|
|
309
|
+
"order": ["title", "gregsTakeshapeStoreId", "gregsTakeshapeStore"]
|
|
330
310
|
}
|
|
331
311
|
},
|
|
332
312
|
"ProductVariant": {
|
|
@@ -422,11 +402,7 @@
|
|
|
422
402
|
"service": "gregs-takeshape-store"
|
|
423
403
|
}
|
|
424
404
|
},
|
|
425
|
-
"order": [
|
|
426
|
-
"title",
|
|
427
|
-
"gregsTakeshapeStoreId",
|
|
428
|
-
"gregsTakeshapeStore"
|
|
429
|
-
]
|
|
405
|
+
"order": ["title", "gregsTakeshapeStoreId", "gregsTakeshapeStore"]
|
|
430
406
|
}
|
|
431
407
|
},
|
|
432
408
|
"CollectionInObjectObject": {
|
|
@@ -490,10 +466,7 @@
|
|
|
490
466
|
"service": "gregs-takeshape-store"
|
|
491
467
|
}
|
|
492
468
|
},
|
|
493
|
-
"order": [
|
|
494
|
-
"collectionId",
|
|
495
|
-
"collection"
|
|
496
|
-
]
|
|
469
|
+
"order": ["collectionId", "collection"]
|
|
497
470
|
}
|
|
498
471
|
},
|
|
499
472
|
"CollectionInObject": {
|
|
@@ -503,9 +476,7 @@
|
|
|
503
476
|
"widget": "shapeObject"
|
|
504
477
|
}
|
|
505
478
|
},
|
|
506
|
-
"order": [
|
|
507
|
-
"object"
|
|
508
|
-
]
|
|
479
|
+
"order": ["object"]
|
|
509
480
|
}
|
|
510
481
|
}
|
|
511
482
|
},
|
|
@@ -1406,9 +1377,7 @@
|
|
|
1406
1377
|
"type": "string"
|
|
1407
1378
|
}
|
|
1408
1379
|
},
|
|
1409
|
-
"required": [
|
|
1410
|
-
"id"
|
|
1411
|
-
]
|
|
1380
|
+
"required": ["id"]
|
|
1412
1381
|
}
|
|
1413
1382
|
},
|
|
1414
1383
|
"TSColorHsl": {
|
|
@@ -1631,27 +1600,18 @@
|
|
|
1631
1600
|
"title": "Status",
|
|
1632
1601
|
"oneOf": [
|
|
1633
1602
|
{
|
|
1634
|
-
"enum": [
|
|
1635
|
-
"r1uCfi4ZL",
|
|
1636
|
-
"disabled"
|
|
1637
|
-
],
|
|
1603
|
+
"enum": ["r1uCfi4ZL", "disabled"],
|
|
1638
1604
|
"title": "Disabled"
|
|
1639
1605
|
},
|
|
1640
1606
|
{
|
|
1641
|
-
"enum": [
|
|
1642
|
-
"rkhRGs4WL",
|
|
1643
|
-
"enabled"
|
|
1644
|
-
],
|
|
1607
|
+
"enum": ["rkhRGs4WL", "enabled"],
|
|
1645
1608
|
"title": "Enabled"
|
|
1646
1609
|
}
|
|
1647
1610
|
],
|
|
1648
1611
|
"@workflow": "default"
|
|
1649
1612
|
}
|
|
1650
1613
|
},
|
|
1651
|
-
"required": [
|
|
1652
|
-
"filename",
|
|
1653
|
-
"path"
|
|
1654
|
-
]
|
|
1614
|
+
"required": ["filename", "path"]
|
|
1655
1615
|
}
|
|
1656
1616
|
},
|
|
1657
1617
|
"TSStaticSite": {
|
|
@@ -1685,39 +1645,27 @@
|
|
|
1685
1645
|
"@l10n": false,
|
|
1686
1646
|
"oneOf": [
|
|
1687
1647
|
{
|
|
1688
|
-
"enum": [
|
|
1689
|
-
"s3"
|
|
1690
|
-
],
|
|
1648
|
+
"enum": ["s3"],
|
|
1691
1649
|
"title": "S3"
|
|
1692
1650
|
},
|
|
1693
1651
|
{
|
|
1694
|
-
"enum": [
|
|
1695
|
-
"gcs"
|
|
1696
|
-
],
|
|
1652
|
+
"enum": ["gcs"],
|
|
1697
1653
|
"title": "Google Cloud Storage"
|
|
1698
1654
|
},
|
|
1699
1655
|
{
|
|
1700
|
-
"enum": [
|
|
1701
|
-
"ftp"
|
|
1702
|
-
],
|
|
1656
|
+
"enum": ["ftp"],
|
|
1703
1657
|
"title": "FTP Client"
|
|
1704
1658
|
},
|
|
1705
1659
|
{
|
|
1706
|
-
"enum": [
|
|
1707
|
-
"azure"
|
|
1708
|
-
],
|
|
1660
|
+
"enum": ["azure"],
|
|
1709
1661
|
"title": "Azure Storage Account"
|
|
1710
1662
|
},
|
|
1711
1663
|
{
|
|
1712
|
-
"enum": [
|
|
1713
|
-
"netlify"
|
|
1714
|
-
],
|
|
1664
|
+
"enum": ["netlify"],
|
|
1715
1665
|
"title": "Netlify"
|
|
1716
1666
|
},
|
|
1717
1667
|
{
|
|
1718
|
-
"enum": [
|
|
1719
|
-
"vercel"
|
|
1720
|
-
],
|
|
1668
|
+
"enum": ["vercel"],
|
|
1721
1669
|
"title": "Vercel"
|
|
1722
1670
|
}
|
|
1723
1671
|
],
|
|
@@ -1842,28 +1790,18 @@
|
|
|
1842
1790
|
"title": "Status",
|
|
1843
1791
|
"oneOf": [
|
|
1844
1792
|
{
|
|
1845
|
-
"enum": [
|
|
1846
|
-
"r1uCfi4ZL",
|
|
1847
|
-
"disabled"
|
|
1848
|
-
],
|
|
1793
|
+
"enum": ["r1uCfi4ZL", "disabled"],
|
|
1849
1794
|
"title": "Disabled"
|
|
1850
1795
|
},
|
|
1851
1796
|
{
|
|
1852
|
-
"enum": [
|
|
1853
|
-
"rkhRGs4WL",
|
|
1854
|
-
"enabled"
|
|
1855
|
-
],
|
|
1797
|
+
"enum": ["rkhRGs4WL", "enabled"],
|
|
1856
1798
|
"title": "Enabled"
|
|
1857
1799
|
}
|
|
1858
1800
|
],
|
|
1859
1801
|
"@workflow": "default"
|
|
1860
1802
|
}
|
|
1861
1803
|
},
|
|
1862
|
-
"required": [
|
|
1863
|
-
"title",
|
|
1864
|
-
"provider",
|
|
1865
|
-
"destination"
|
|
1866
|
-
]
|
|
1804
|
+
"required": ["title", "provider", "destination"]
|
|
1867
1805
|
}
|
|
1868
1806
|
},
|
|
1869
1807
|
"TSStaticSiteEnvironmentVariables": {
|
|
@@ -2046,17 +1984,11 @@
|
|
|
2046
1984
|
"title": "Status",
|
|
2047
1985
|
"oneOf": [
|
|
2048
1986
|
{
|
|
2049
|
-
"enum": [
|
|
2050
|
-
"r1uCfi4ZL",
|
|
2051
|
-
"disabled"
|
|
2052
|
-
],
|
|
1987
|
+
"enum": ["r1uCfi4ZL", "disabled"],
|
|
2053
1988
|
"title": "Disabled"
|
|
2054
1989
|
},
|
|
2055
1990
|
{
|
|
2056
|
-
"enum": [
|
|
2057
|
-
"rkhRGs4WL",
|
|
2058
|
-
"enabled"
|
|
2059
|
-
],
|
|
1991
|
+
"enum": ["rkhRGs4WL", "enabled"],
|
|
2060
1992
|
"title": "Enabled"
|
|
2061
1993
|
}
|
|
2062
1994
|
],
|
|
@@ -2180,17 +2112,11 @@
|
|
|
2180
2112
|
"title": "Status",
|
|
2181
2113
|
"oneOf": [
|
|
2182
2114
|
{
|
|
2183
|
-
"enum": [
|
|
2184
|
-
"r1uCfi4ZL",
|
|
2185
|
-
"disabled"
|
|
2186
|
-
],
|
|
2115
|
+
"enum": ["r1uCfi4ZL", "disabled"],
|
|
2187
2116
|
"title": "Disabled"
|
|
2188
2117
|
},
|
|
2189
2118
|
{
|
|
2190
|
-
"enum": [
|
|
2191
|
-
"rkhRGs4WL",
|
|
2192
|
-
"enabled"
|
|
2193
|
-
],
|
|
2119
|
+
"enum": ["rkhRGs4WL", "enabled"],
|
|
2194
2120
|
"title": "Enabled"
|
|
2195
2121
|
}
|
|
2196
2122
|
],
|
|
@@ -2314,17 +2240,11 @@
|
|
|
2314
2240
|
"title": "Status",
|
|
2315
2241
|
"oneOf": [
|
|
2316
2242
|
{
|
|
2317
|
-
"enum": [
|
|
2318
|
-
"r1uCfi4ZL",
|
|
2319
|
-
"disabled"
|
|
2320
|
-
],
|
|
2243
|
+
"enum": ["r1uCfi4ZL", "disabled"],
|
|
2321
2244
|
"title": "Disabled"
|
|
2322
2245
|
},
|
|
2323
2246
|
{
|
|
2324
|
-
"enum": [
|
|
2325
|
-
"rkhRGs4WL",
|
|
2326
|
-
"enabled"
|
|
2327
|
-
],
|
|
2247
|
+
"enum": ["rkhRGs4WL", "enabled"],
|
|
2328
2248
|
"title": "Enabled"
|
|
2329
2249
|
}
|
|
2330
2250
|
],
|
|
@@ -2829,9 +2749,7 @@
|
|
|
2829
2749
|
"description": "The ID of the collection to check."
|
|
2830
2750
|
}
|
|
2831
2751
|
},
|
|
2832
|
-
"required": [
|
|
2833
|
-
"id"
|
|
2834
|
-
]
|
|
2752
|
+
"required": ["id"]
|
|
2835
2753
|
},
|
|
2836
2754
|
"description": "Whether the product is in a given collection."
|
|
2837
2755
|
},
|
|
@@ -2901,10 +2819,7 @@
|
|
|
2901
2819
|
"description": "The key for the metafield."
|
|
2902
2820
|
}
|
|
2903
2821
|
},
|
|
2904
|
-
"required": [
|
|
2905
|
-
"namespace",
|
|
2906
|
-
"key"
|
|
2907
|
-
]
|
|
2822
|
+
"required": ["namespace", "key"]
|
|
2908
2823
|
},
|
|
2909
2824
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
2910
2825
|
},
|
|
@@ -2996,10 +2911,7 @@
|
|
|
2996
2911
|
"description": "The key for the private metafield."
|
|
2997
2912
|
}
|
|
2998
2913
|
},
|
|
2999
|
-
"required": [
|
|
3000
|
-
"namespace",
|
|
3001
|
-
"key"
|
|
3002
|
-
]
|
|
2914
|
+
"required": ["namespace", "key"]
|
|
3003
2915
|
},
|
|
3004
2916
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
3005
2917
|
},
|
|
@@ -3145,9 +3057,7 @@
|
|
|
3145
3057
|
"description": "The ID of the channel to check."
|
|
3146
3058
|
}
|
|
3147
3059
|
},
|
|
3148
|
-
"required": [
|
|
3149
|
-
"channelId"
|
|
3150
|
-
]
|
|
3060
|
+
"required": ["channelId"]
|
|
3151
3061
|
},
|
|
3152
3062
|
"description": "Check to see whether the resource is published to a given channel."
|
|
3153
3063
|
},
|
|
@@ -3174,9 +3084,7 @@
|
|
|
3174
3084
|
"description": "The ID of the publication to check."
|
|
3175
3085
|
}
|
|
3176
3086
|
},
|
|
3177
|
-
"required": [
|
|
3178
|
-
"publicationId"
|
|
3179
|
-
]
|
|
3087
|
+
"required": ["publicationId"]
|
|
3180
3088
|
},
|
|
3181
3089
|
"description": "Check to see whether the resource is published to a given publication."
|
|
3182
3090
|
},
|
|
@@ -3324,9 +3232,7 @@
|
|
|
3324
3232
|
"description": "Filters translations locale."
|
|
3325
3233
|
}
|
|
3326
3234
|
},
|
|
3327
|
-
"required": [
|
|
3328
|
-
"locale"
|
|
3329
|
-
]
|
|
3235
|
+
"required": ["locale"]
|
|
3330
3236
|
},
|
|
3331
3237
|
"description": "The translations associated with the resource."
|
|
3332
3238
|
},
|
|
@@ -3811,10 +3717,7 @@
|
|
|
3811
3717
|
"description": "The key for the metafield."
|
|
3812
3718
|
}
|
|
3813
3719
|
},
|
|
3814
|
-
"required": [
|
|
3815
|
-
"namespace",
|
|
3816
|
-
"key"
|
|
3817
|
-
]
|
|
3720
|
+
"required": ["namespace", "key"]
|
|
3818
3721
|
},
|
|
3819
3722
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
3820
3723
|
},
|
|
@@ -3916,10 +3819,7 @@
|
|
|
3916
3819
|
"description": "The key for the private metafield."
|
|
3917
3820
|
}
|
|
3918
3821
|
},
|
|
3919
|
-
"required": [
|
|
3920
|
-
"namespace",
|
|
3921
|
-
"key"
|
|
3922
|
-
]
|
|
3822
|
+
"required": ["namespace", "key"]
|
|
3923
3823
|
},
|
|
3924
3824
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
3925
3825
|
},
|
|
@@ -4021,9 +3921,7 @@
|
|
|
4021
3921
|
"description": "Filters translations locale."
|
|
4022
3922
|
}
|
|
4023
3923
|
},
|
|
4024
|
-
"required": [
|
|
4025
|
-
"locale"
|
|
4026
|
-
]
|
|
3924
|
+
"required": ["locale"]
|
|
4027
3925
|
},
|
|
4028
3926
|
"description": "The translations associated with the resource."
|
|
4029
3927
|
},
|
|
@@ -4223,9 +4121,7 @@
|
|
|
4223
4121
|
"description": "The ID of the product to check."
|
|
4224
4122
|
}
|
|
4225
4123
|
},
|
|
4226
|
-
"required": [
|
|
4227
|
-
"id"
|
|
4228
|
-
]
|
|
4124
|
+
"required": ["id"]
|
|
4229
4125
|
},
|
|
4230
4126
|
"description": "Whether the collection includes the specified product."
|
|
4231
4127
|
},
|
|
@@ -4282,10 +4178,7 @@
|
|
|
4282
4178
|
"description": "The key for the metafield."
|
|
4283
4179
|
}
|
|
4284
4180
|
},
|
|
4285
|
-
"required": [
|
|
4286
|
-
"namespace",
|
|
4287
|
-
"key"
|
|
4288
|
-
]
|
|
4181
|
+
"required": ["namespace", "key"]
|
|
4289
4182
|
},
|
|
4290
4183
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
4291
4184
|
},
|
|
@@ -4339,10 +4232,7 @@
|
|
|
4339
4232
|
"description": "The key for the private metafield."
|
|
4340
4233
|
}
|
|
4341
4234
|
},
|
|
4342
|
-
"required": [
|
|
4343
|
-
"namespace",
|
|
4344
|
-
"key"
|
|
4345
|
-
]
|
|
4235
|
+
"required": ["namespace", "key"]
|
|
4346
4236
|
},
|
|
4347
4237
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
4348
4238
|
},
|
|
@@ -4491,9 +4381,7 @@
|
|
|
4491
4381
|
"description": "The ID of the channel to check."
|
|
4492
4382
|
}
|
|
4493
4383
|
},
|
|
4494
|
-
"required": [
|
|
4495
|
-
"channelId"
|
|
4496
|
-
]
|
|
4384
|
+
"required": ["channelId"]
|
|
4497
4385
|
},
|
|
4498
4386
|
"description": "Check to see whether the resource is published to a given channel."
|
|
4499
4387
|
},
|
|
@@ -4520,9 +4408,7 @@
|
|
|
4520
4408
|
"description": "The ID of the publication to check."
|
|
4521
4409
|
}
|
|
4522
4410
|
},
|
|
4523
|
-
"required": [
|
|
4524
|
-
"publicationId"
|
|
4525
|
-
]
|
|
4411
|
+
"required": ["publicationId"]
|
|
4526
4412
|
},
|
|
4527
4413
|
"description": "Check to see whether the resource is published to a given publication."
|
|
4528
4414
|
},
|
|
@@ -4642,9 +4528,7 @@
|
|
|
4642
4528
|
"description": "Filters translations locale."
|
|
4643
4529
|
}
|
|
4644
4530
|
},
|
|
4645
|
-
"required": [
|
|
4646
|
-
"locale"
|
|
4647
|
-
]
|
|
4531
|
+
"required": ["locale"]
|
|
4648
4532
|
},
|
|
4649
4533
|
"description": "The translations associated with the resource."
|
|
4650
4534
|
},
|
|
@@ -4863,11 +4747,7 @@
|
|
|
4863
4747
|
"description": "The value and value type of the metafield, wrapped in a ValueInput object."
|
|
4864
4748
|
}
|
|
4865
4749
|
},
|
|
4866
|
-
"required": [
|
|
4867
|
-
"namespace",
|
|
4868
|
-
"key",
|
|
4869
|
-
"valueInput"
|
|
4870
|
-
]
|
|
4750
|
+
"required": ["namespace", "key", "valueInput"]
|
|
4871
4751
|
}
|
|
4872
4752
|
},
|
|
4873
4753
|
"Shopify_ProductPublicationInput": {
|
|
@@ -4909,11 +4789,7 @@
|
|
|
4909
4789
|
"id": "Shopify_ProductStatus",
|
|
4910
4790
|
"description": "The possible product statuses.",
|
|
4911
4791
|
"schema": {
|
|
4912
|
-
"enum": [
|
|
4913
|
-
"ACTIVE",
|
|
4914
|
-
"ARCHIVED",
|
|
4915
|
-
"DRAFT"
|
|
4916
|
-
]
|
|
4792
|
+
"enum": ["ACTIVE", "ARCHIVED", "DRAFT"]
|
|
4917
4793
|
}
|
|
4918
4794
|
},
|
|
4919
4795
|
"Shopify_CollectionSortKeys": {
|
|
@@ -4922,12 +4798,7 @@
|
|
|
4922
4798
|
"id": "Shopify_CollectionSortKeys",
|
|
4923
4799
|
"description": "The set of valid sort keys for the Collection query.",
|
|
4924
4800
|
"schema": {
|
|
4925
|
-
"enum": [
|
|
4926
|
-
"TITLE",
|
|
4927
|
-
"UPDATED_AT",
|
|
4928
|
-
"ID",
|
|
4929
|
-
"RELEVANCE"
|
|
4930
|
-
]
|
|
4801
|
+
"enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
|
|
4931
4802
|
}
|
|
4932
4803
|
},
|
|
4933
4804
|
"Shopify_CollectionConnection": {
|
|
@@ -4952,10 +4823,7 @@
|
|
|
4952
4823
|
"description": "Information to aid in pagination."
|
|
4953
4824
|
}
|
|
4954
4825
|
},
|
|
4955
|
-
"required": [
|
|
4956
|
-
"edges",
|
|
4957
|
-
"pageInfo"
|
|
4958
|
-
]
|
|
4826
|
+
"required": ["edges", "pageInfo"]
|
|
4959
4827
|
}
|
|
4960
4828
|
},
|
|
4961
4829
|
"Shopify_Image": {
|
|
@@ -4997,10 +4865,7 @@
|
|
|
4997
4865
|
"description": "The key for the metafield."
|
|
4998
4866
|
}
|
|
4999
4867
|
},
|
|
5000
|
-
"required": [
|
|
5001
|
-
"namespace",
|
|
5002
|
-
"key"
|
|
5003
|
-
]
|
|
4868
|
+
"required": ["namespace", "key"]
|
|
5004
4869
|
},
|
|
5005
4870
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
5006
4871
|
},
|
|
@@ -5060,10 +4925,7 @@
|
|
|
5060
4925
|
"description": "The key for the private metafield."
|
|
5061
4926
|
}
|
|
5062
4927
|
},
|
|
5063
|
-
"required": [
|
|
5064
|
-
"namespace",
|
|
5065
|
-
"key"
|
|
5066
|
-
]
|
|
4928
|
+
"required": ["namespace", "key"]
|
|
5067
4929
|
},
|
|
5068
4930
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
5069
4931
|
},
|
|
@@ -5146,13 +5008,7 @@
|
|
|
5146
5008
|
"description": "The original width of the image in pixels. Returns `null` if the image is not hosted by Shopify."
|
|
5147
5009
|
}
|
|
5148
5010
|
},
|
|
5149
|
-
"required": [
|
|
5150
|
-
"metafields",
|
|
5151
|
-
"originalSrc",
|
|
5152
|
-
"privateMetafields",
|
|
5153
|
-
"src",
|
|
5154
|
-
"transformedSrc"
|
|
5155
|
-
]
|
|
5011
|
+
"required": ["metafields", "originalSrc", "privateMetafields", "src", "transformedSrc"]
|
|
5156
5012
|
}
|
|
5157
5013
|
},
|
|
5158
5014
|
"Shopify_Media": {
|
|
@@ -5192,11 +5048,7 @@
|
|
|
5192
5048
|
"description": "Current status of the media."
|
|
5193
5049
|
}
|
|
5194
5050
|
},
|
|
5195
|
-
"required": [
|
|
5196
|
-
"mediaContentType",
|
|
5197
|
-
"mediaErrors",
|
|
5198
|
-
"status"
|
|
5199
|
-
]
|
|
5051
|
+
"required": ["mediaContentType", "mediaErrors", "status"]
|
|
5200
5052
|
}
|
|
5201
5053
|
},
|
|
5202
5054
|
"Shopify_ResourceFeedback": {
|
|
@@ -5230,11 +5082,7 @@
|
|
|
5230
5082
|
"description": "Summary of resource feedback pertaining to the resource."
|
|
5231
5083
|
}
|
|
5232
5084
|
},
|
|
5233
|
-
"required": [
|
|
5234
|
-
"appFeedback",
|
|
5235
|
-
"details",
|
|
5236
|
-
"summary"
|
|
5237
|
-
]
|
|
5085
|
+
"required": ["appFeedback", "details", "summary"]
|
|
5238
5086
|
}
|
|
5239
5087
|
},
|
|
5240
5088
|
"Shopify_ProductImageSortKeys": {
|
|
@@ -5243,12 +5091,7 @@
|
|
|
5243
5091
|
"id": "Shopify_ProductImageSortKeys",
|
|
5244
5092
|
"description": "The set of valid sort keys for the ProductImage query.",
|
|
5245
5093
|
"schema": {
|
|
5246
|
-
"enum": [
|
|
5247
|
-
"CREATED_AT",
|
|
5248
|
-
"POSITION",
|
|
5249
|
-
"ID",
|
|
5250
|
-
"RELEVANCE"
|
|
5251
|
-
]
|
|
5094
|
+
"enum": ["CREATED_AT", "POSITION", "ID", "RELEVANCE"]
|
|
5252
5095
|
}
|
|
5253
5096
|
},
|
|
5254
5097
|
"Shopify_CropRegion": {
|
|
@@ -5257,13 +5100,7 @@
|
|
|
5257
5100
|
"id": "Shopify_CropRegion",
|
|
5258
5101
|
"description": "The part of the image that should remain after cropping.",
|
|
5259
5102
|
"schema": {
|
|
5260
|
-
"enum": [
|
|
5261
|
-
"CENTER",
|
|
5262
|
-
"TOP",
|
|
5263
|
-
"BOTTOM",
|
|
5264
|
-
"LEFT",
|
|
5265
|
-
"RIGHT"
|
|
5266
|
-
]
|
|
5103
|
+
"enum": ["CENTER", "TOP", "BOTTOM", "LEFT", "RIGHT"]
|
|
5267
5104
|
}
|
|
5268
5105
|
},
|
|
5269
5106
|
"Shopify_ImageConnection": {
|
|
@@ -5288,10 +5125,7 @@
|
|
|
5288
5125
|
"description": "Information to aid in pagination."
|
|
5289
5126
|
}
|
|
5290
5127
|
},
|
|
5291
|
-
"required": [
|
|
5292
|
-
"edges",
|
|
5293
|
-
"pageInfo"
|
|
5294
|
-
]
|
|
5128
|
+
"required": ["edges", "pageInfo"]
|
|
5295
5129
|
}
|
|
5296
5130
|
},
|
|
5297
5131
|
"Shopify_ProductMediaSortKeys": {
|
|
@@ -5300,11 +5134,7 @@
|
|
|
5300
5134
|
"id": "Shopify_ProductMediaSortKeys",
|
|
5301
5135
|
"description": "The set of valid sort keys for the ProductMedia query.",
|
|
5302
5136
|
"schema": {
|
|
5303
|
-
"enum": [
|
|
5304
|
-
"POSITION",
|
|
5305
|
-
"ID",
|
|
5306
|
-
"RELEVANCE"
|
|
5307
|
-
]
|
|
5137
|
+
"enum": ["POSITION", "ID", "RELEVANCE"]
|
|
5308
5138
|
}
|
|
5309
5139
|
},
|
|
5310
5140
|
"Shopify_MediaConnection": {
|
|
@@ -5329,10 +5159,7 @@
|
|
|
5329
5159
|
"description": "Information to aid in pagination."
|
|
5330
5160
|
}
|
|
5331
5161
|
},
|
|
5332
|
-
"required": [
|
|
5333
|
-
"edges",
|
|
5334
|
-
"pageInfo"
|
|
5335
|
-
]
|
|
5162
|
+
"required": ["edges", "pageInfo"]
|
|
5336
5163
|
}
|
|
5337
5164
|
},
|
|
5338
5165
|
"Shopify_Metafield": {
|
|
@@ -5431,10 +5258,7 @@
|
|
|
5431
5258
|
"description": "Information to aid in pagination."
|
|
5432
5259
|
}
|
|
5433
5260
|
},
|
|
5434
|
-
"required": [
|
|
5435
|
-
"edges",
|
|
5436
|
-
"pageInfo"
|
|
5437
|
-
]
|
|
5261
|
+
"required": ["edges", "pageInfo"]
|
|
5438
5262
|
}
|
|
5439
5263
|
},
|
|
5440
5264
|
"Shopify_ProductOption": {
|
|
@@ -5475,9 +5299,7 @@
|
|
|
5475
5299
|
"description": "Filters translations locale."
|
|
5476
5300
|
}
|
|
5477
5301
|
},
|
|
5478
|
-
"required": [
|
|
5479
|
-
"locale"
|
|
5480
|
-
]
|
|
5302
|
+
"required": ["locale"]
|
|
5481
5303
|
},
|
|
5482
5304
|
"description": "The translations associated with the resource."
|
|
5483
5305
|
},
|
|
@@ -5490,13 +5312,7 @@
|
|
|
5490
5312
|
"description": "The corresponding value to the product option name."
|
|
5491
5313
|
}
|
|
5492
5314
|
},
|
|
5493
|
-
"required": [
|
|
5494
|
-
"id",
|
|
5495
|
-
"name",
|
|
5496
|
-
"position",
|
|
5497
|
-
"translations",
|
|
5498
|
-
"values"
|
|
5499
|
-
]
|
|
5315
|
+
"required": ["id", "name", "position", "translations", "values"]
|
|
5500
5316
|
}
|
|
5501
5317
|
},
|
|
5502
5318
|
"Shopify_ProductPriceRange": {
|
|
@@ -5518,10 +5334,7 @@
|
|
|
5518
5334
|
"description": "The lowest variant's price."
|
|
5519
5335
|
}
|
|
5520
5336
|
},
|
|
5521
|
-
"required": [
|
|
5522
|
-
"maxVariantPrice",
|
|
5523
|
-
"minVariantPrice"
|
|
5524
|
-
]
|
|
5337
|
+
"required": ["maxVariantPrice", "minVariantPrice"]
|
|
5525
5338
|
}
|
|
5526
5339
|
},
|
|
5527
5340
|
"Shopify_ProductPriceRangeV2": {
|
|
@@ -5543,10 +5356,7 @@
|
|
|
5543
5356
|
"description": "The lowest variant's price."
|
|
5544
5357
|
}
|
|
5545
5358
|
},
|
|
5546
|
-
"required": [
|
|
5547
|
-
"maxVariantPrice",
|
|
5548
|
-
"minVariantPrice"
|
|
5549
|
-
]
|
|
5359
|
+
"required": ["maxVariantPrice", "minVariantPrice"]
|
|
5550
5360
|
}
|
|
5551
5361
|
},
|
|
5552
5362
|
"Shopify_PrivateMetafield": {
|
|
@@ -5594,15 +5404,7 @@
|
|
|
5594
5404
|
"description": "Represents the private metafield value type."
|
|
5595
5405
|
}
|
|
5596
5406
|
},
|
|
5597
|
-
"required": [
|
|
5598
|
-
"createdAt",
|
|
5599
|
-
"id",
|
|
5600
|
-
"key",
|
|
5601
|
-
"namespace",
|
|
5602
|
-
"updatedAt",
|
|
5603
|
-
"value",
|
|
5604
|
-
"valueType"
|
|
5605
|
-
]
|
|
5407
|
+
"required": ["createdAt", "id", "key", "namespace", "updatedAt", "value", "valueType"]
|
|
5606
5408
|
}
|
|
5607
5409
|
},
|
|
5608
5410
|
"Shopify_PrivateMetafieldConnection": {
|
|
@@ -5627,10 +5429,7 @@
|
|
|
5627
5429
|
"description": "Information to aid in pagination."
|
|
5628
5430
|
}
|
|
5629
5431
|
},
|
|
5630
|
-
"required": [
|
|
5631
|
-
"edges",
|
|
5632
|
-
"pageInfo"
|
|
5633
|
-
]
|
|
5432
|
+
"required": ["edges", "pageInfo"]
|
|
5634
5433
|
}
|
|
5635
5434
|
},
|
|
5636
5435
|
"Shopify_ProductPublicationConnection": {
|
|
@@ -5655,10 +5454,7 @@
|
|
|
5655
5454
|
"description": "Information to aid in pagination."
|
|
5656
5455
|
}
|
|
5657
5456
|
},
|
|
5658
|
-
"required": [
|
|
5659
|
-
"edges",
|
|
5660
|
-
"pageInfo"
|
|
5661
|
-
]
|
|
5457
|
+
"required": ["edges", "pageInfo"]
|
|
5662
5458
|
}
|
|
5663
5459
|
},
|
|
5664
5460
|
"Shopify_ResourcePublicationConnection": {
|
|
@@ -5683,10 +5479,7 @@
|
|
|
5683
5479
|
"description": "Information to aid in pagination."
|
|
5684
5480
|
}
|
|
5685
5481
|
},
|
|
5686
|
-
"required": [
|
|
5687
|
-
"edges",
|
|
5688
|
-
"pageInfo"
|
|
5689
|
-
]
|
|
5482
|
+
"required": ["edges", "pageInfo"]
|
|
5690
5483
|
}
|
|
5691
5484
|
},
|
|
5692
5485
|
"Shopify_ResourcePublicationV2Connection": {
|
|
@@ -5711,10 +5504,7 @@
|
|
|
5711
5504
|
"description": "Information to aid in pagination."
|
|
5712
5505
|
}
|
|
5713
5506
|
},
|
|
5714
|
-
"required": [
|
|
5715
|
-
"edges",
|
|
5716
|
-
"pageInfo"
|
|
5717
|
-
]
|
|
5507
|
+
"required": ["edges", "pageInfo"]
|
|
5718
5508
|
}
|
|
5719
5509
|
},
|
|
5720
5510
|
"Shopify_SEO": {
|
|
@@ -5762,10 +5552,7 @@
|
|
|
5762
5552
|
"description": "The translation value."
|
|
5763
5553
|
}
|
|
5764
5554
|
},
|
|
5765
|
-
"required": [
|
|
5766
|
-
"key",
|
|
5767
|
-
"locale"
|
|
5768
|
-
]
|
|
5555
|
+
"required": ["key", "locale"]
|
|
5769
5556
|
}
|
|
5770
5557
|
},
|
|
5771
5558
|
"Shopify_ChannelConnection": {
|
|
@@ -5790,10 +5577,7 @@
|
|
|
5790
5577
|
"description": "Information to aid in pagination."
|
|
5791
5578
|
}
|
|
5792
5579
|
},
|
|
5793
|
-
"required": [
|
|
5794
|
-
"edges",
|
|
5795
|
-
"pageInfo"
|
|
5796
|
-
]
|
|
5580
|
+
"required": ["edges", "pageInfo"]
|
|
5797
5581
|
}
|
|
5798
5582
|
},
|
|
5799
5583
|
"Shopify_PublicationConnection": {
|
|
@@ -5818,10 +5602,7 @@
|
|
|
5818
5602
|
"description": "Information to aid in pagination."
|
|
5819
5603
|
}
|
|
5820
5604
|
},
|
|
5821
|
-
"required": [
|
|
5822
|
-
"edges",
|
|
5823
|
-
"pageInfo"
|
|
5824
|
-
]
|
|
5605
|
+
"required": ["edges", "pageInfo"]
|
|
5825
5606
|
}
|
|
5826
5607
|
},
|
|
5827
5608
|
"Shopify_ProductVariantSortKeys": {
|
|
@@ -5868,10 +5649,7 @@
|
|
|
5868
5649
|
"description": "Information to aid in pagination."
|
|
5869
5650
|
}
|
|
5870
5651
|
},
|
|
5871
|
-
"required": [
|
|
5872
|
-
"edges",
|
|
5873
|
-
"pageInfo"
|
|
5874
|
-
]
|
|
5652
|
+
"required": ["edges", "pageInfo"]
|
|
5875
5653
|
}
|
|
5876
5654
|
},
|
|
5877
5655
|
"Shopify_ProductVariantInventoryManagement": {
|
|
@@ -5880,11 +5658,7 @@
|
|
|
5880
5658
|
"id": "Shopify_ProductVariantInventoryManagement",
|
|
5881
5659
|
"description": "The method of inventory tracking for a product variant.",
|
|
5882
5660
|
"schema": {
|
|
5883
|
-
"enum": [
|
|
5884
|
-
"SHOPIFY",
|
|
5885
|
-
"NOT_MANAGED",
|
|
5886
|
-
"FULFILLMENT_SERVICE"
|
|
5887
|
-
]
|
|
5661
|
+
"enum": ["SHOPIFY", "NOT_MANAGED", "FULFILLMENT_SERVICE"]
|
|
5888
5662
|
}
|
|
5889
5663
|
},
|
|
5890
5664
|
"Shopify_ProductVariantInventoryPolicy": {
|
|
@@ -5893,10 +5667,7 @@
|
|
|
5893
5667
|
"id": "Shopify_ProductVariantInventoryPolicy",
|
|
5894
5668
|
"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.",
|
|
5895
5669
|
"schema": {
|
|
5896
|
-
"enum": [
|
|
5897
|
-
"DENY",
|
|
5898
|
-
"CONTINUE"
|
|
5899
|
-
]
|
|
5670
|
+
"enum": ["DENY", "CONTINUE"]
|
|
5900
5671
|
}
|
|
5901
5672
|
},
|
|
5902
5673
|
"Shopify_InventoryLevelInput": {
|
|
@@ -5919,10 +5690,7 @@
|
|
|
5919
5690
|
"description": "ID of the location."
|
|
5920
5691
|
}
|
|
5921
5692
|
},
|
|
5922
|
-
"required": [
|
|
5923
|
-
"availableQuantity",
|
|
5924
|
-
"locationId"
|
|
5925
|
-
]
|
|
5693
|
+
"required": ["availableQuantity", "locationId"]
|
|
5926
5694
|
}
|
|
5927
5695
|
},
|
|
5928
5696
|
"Shopify_InventoryItemInput": {
|
|
@@ -5952,12 +5720,7 @@
|
|
|
5952
5720
|
"id": "Shopify_WeightUnit",
|
|
5953
5721
|
"description": "Units of measurement for weight.",
|
|
5954
5722
|
"schema": {
|
|
5955
|
-
"enum": [
|
|
5956
|
-
"KILOGRAMS",
|
|
5957
|
-
"GRAMS",
|
|
5958
|
-
"POUNDS",
|
|
5959
|
-
"OUNCES"
|
|
5960
|
-
]
|
|
5723
|
+
"enum": ["KILOGRAMS", "GRAMS", "POUNDS", "OUNCES"]
|
|
5961
5724
|
}
|
|
5962
5725
|
},
|
|
5963
5726
|
"Shopify_DeliveryProfile": {
|
|
@@ -6216,9 +5979,7 @@
|
|
|
6216
5979
|
"@mapping": "gregs-takeshape-store:EditableProperty.reason"
|
|
6217
5980
|
}
|
|
6218
5981
|
},
|
|
6219
|
-
"required": [
|
|
6220
|
-
"locked"
|
|
6221
|
-
]
|
|
5982
|
+
"required": ["locked"]
|
|
6222
5983
|
}
|
|
6223
5984
|
},
|
|
6224
5985
|
"Shopify_InventoryItem": {
|
|
@@ -6303,9 +6064,7 @@
|
|
|
6303
6064
|
"description": "ID of the location for which the inventory level is requested."
|
|
6304
6065
|
}
|
|
6305
6066
|
},
|
|
6306
|
-
"required": [
|
|
6307
|
-
"locationId"
|
|
6308
|
-
]
|
|
6067
|
+
"required": ["locationId"]
|
|
6309
6068
|
},
|
|
6310
6069
|
"description": "Get the inventory level at a specific location."
|
|
6311
6070
|
},
|
|
@@ -6601,10 +6360,7 @@
|
|
|
6601
6360
|
"description": "Information to aid in pagination."
|
|
6602
6361
|
}
|
|
6603
6362
|
},
|
|
6604
|
-
"required": [
|
|
6605
|
-
"edges",
|
|
6606
|
-
"pageInfo"
|
|
6607
|
-
]
|
|
6363
|
+
"required": ["edges", "pageInfo"]
|
|
6608
6364
|
}
|
|
6609
6365
|
},
|
|
6610
6366
|
"Shopify_SelectedOption": {
|
|
@@ -6626,10 +6382,7 @@
|
|
|
6626
6382
|
"description": "The product option’s value."
|
|
6627
6383
|
}
|
|
6628
6384
|
},
|
|
6629
|
-
"required": [
|
|
6630
|
-
"name",
|
|
6631
|
-
"value"
|
|
6632
|
-
]
|
|
6385
|
+
"required": ["name", "value"]
|
|
6633
6386
|
}
|
|
6634
6387
|
},
|
|
6635
6388
|
"Shopify_CollectionPublicationInput": {
|
|
@@ -6682,9 +6435,7 @@
|
|
|
6682
6435
|
"description": "The rules used to assign products to the collection."
|
|
6683
6436
|
}
|
|
6684
6437
|
},
|
|
6685
|
-
"required": [
|
|
6686
|
-
"appliedDisjunctively"
|
|
6687
|
-
]
|
|
6438
|
+
"required": ["appliedDisjunctively"]
|
|
6688
6439
|
}
|
|
6689
6440
|
},
|
|
6690
6441
|
"Shopify_CollectionSortOrder": {
|
|
@@ -6711,16 +6462,7 @@
|
|
|
6711
6462
|
"id": "Shopify_ProductCollectionSortKeys",
|
|
6712
6463
|
"description": "The set of valid sort keys for the ProductCollection query.",
|
|
6713
6464
|
"schema": {
|
|
6714
|
-
"enum": [
|
|
6715
|
-
"TITLE",
|
|
6716
|
-
"PRICE",
|
|
6717
|
-
"BEST_SELLING",
|
|
6718
|
-
"CREATED",
|
|
6719
|
-
"ID",
|
|
6720
|
-
"MANUAL",
|
|
6721
|
-
"COLLECTION_DEFAULT",
|
|
6722
|
-
"RELEVANCE"
|
|
6723
|
-
]
|
|
6465
|
+
"enum": ["TITLE", "PRICE", "BEST_SELLING", "CREATED", "ID", "MANUAL", "COLLECTION_DEFAULT", "RELEVANCE"]
|
|
6724
6466
|
}
|
|
6725
6467
|
},
|
|
6726
6468
|
"Shopify_ProductConnection": {
|
|
@@ -6745,10 +6487,7 @@
|
|
|
6745
6487
|
"description": "Information to aid in pagination."
|
|
6746
6488
|
}
|
|
6747
6489
|
},
|
|
6748
|
-
"required": [
|
|
6749
|
-
"edges",
|
|
6750
|
-
"pageInfo"
|
|
6751
|
-
]
|
|
6490
|
+
"required": ["edges", "pageInfo"]
|
|
6752
6491
|
}
|
|
6753
6492
|
},
|
|
6754
6493
|
"Shopify_CollectionPublicationConnection": {
|
|
@@ -6773,10 +6512,7 @@
|
|
|
6773
6512
|
"description": "Information to aid in pagination."
|
|
6774
6513
|
}
|
|
6775
6514
|
},
|
|
6776
|
-
"required": [
|
|
6777
|
-
"edges",
|
|
6778
|
-
"pageInfo"
|
|
6779
|
-
]
|
|
6515
|
+
"required": ["edges", "pageInfo"]
|
|
6780
6516
|
}
|
|
6781
6517
|
},
|
|
6782
6518
|
"Shopify_CollectionRuleSet": {
|
|
@@ -6801,10 +6537,7 @@
|
|
|
6801
6537
|
"description": "The rules used to assign products to the collection."
|
|
6802
6538
|
}
|
|
6803
6539
|
},
|
|
6804
|
-
"required": [
|
|
6805
|
-
"appliedDisjunctively",
|
|
6806
|
-
"rules"
|
|
6807
|
-
]
|
|
6540
|
+
"required": ["appliedDisjunctively", "rules"]
|
|
6808
6541
|
}
|
|
6809
6542
|
},
|
|
6810
6543
|
"Shopify_PrivateMetafieldValueInput": {
|
|
@@ -6826,10 +6559,7 @@
|
|
|
6826
6559
|
"description": "Represents the private metafield value type."
|
|
6827
6560
|
}
|
|
6828
6561
|
},
|
|
6829
|
-
"required": [
|
|
6830
|
-
"value",
|
|
6831
|
-
"valueType"
|
|
6832
|
-
]
|
|
6562
|
+
"required": ["value", "valueType"]
|
|
6833
6563
|
}
|
|
6834
6564
|
},
|
|
6835
6565
|
"Shopify_CollectionEdge": {
|
|
@@ -6851,10 +6581,7 @@
|
|
|
6851
6581
|
"description": "The item at the end of CollectionEdge."
|
|
6852
6582
|
}
|
|
6853
6583
|
},
|
|
6854
|
-
"required": [
|
|
6855
|
-
"cursor",
|
|
6856
|
-
"node"
|
|
6857
|
-
]
|
|
6584
|
+
"required": ["cursor", "node"]
|
|
6858
6585
|
}
|
|
6859
6586
|
},
|
|
6860
6587
|
"Shopify_PageInfo": {
|
|
@@ -6876,10 +6603,7 @@
|
|
|
6876
6603
|
"description": "Whether there are any pages prior to the current page."
|
|
6877
6604
|
}
|
|
6878
6605
|
},
|
|
6879
|
-
"required": [
|
|
6880
|
-
"hasNextPage",
|
|
6881
|
-
"hasPreviousPage"
|
|
6882
|
-
]
|
|
6606
|
+
"required": ["hasNextPage", "hasPreviousPage"]
|
|
6883
6607
|
}
|
|
6884
6608
|
},
|
|
6885
6609
|
"Shopify_ImageContentType": {
|
|
@@ -6888,11 +6612,7 @@
|
|
|
6888
6612
|
"id": "Shopify_ImageContentType",
|
|
6889
6613
|
"description": "List of supported image content types.",
|
|
6890
6614
|
"schema": {
|
|
6891
|
-
"enum": [
|
|
6892
|
-
"PNG",
|
|
6893
|
-
"JPG",
|
|
6894
|
-
"WEBP"
|
|
6895
|
-
]
|
|
6615
|
+
"enum": ["PNG", "JPG", "WEBP"]
|
|
6896
6616
|
}
|
|
6897
6617
|
},
|
|
6898
6618
|
"Shopify_MediaContentType": {
|
|
@@ -6901,12 +6621,7 @@
|
|
|
6901
6621
|
"id": "Shopify_MediaContentType",
|
|
6902
6622
|
"description": "The possible content types for a media object.",
|
|
6903
6623
|
"schema": {
|
|
6904
|
-
"enum": [
|
|
6905
|
-
"VIDEO",
|
|
6906
|
-
"EXTERNAL_VIDEO",
|
|
6907
|
-
"MODEL_3D",
|
|
6908
|
-
"IMAGE"
|
|
6909
|
-
]
|
|
6624
|
+
"enum": ["VIDEO", "EXTERNAL_VIDEO", "MODEL_3D", "IMAGE"]
|
|
6910
6625
|
}
|
|
6911
6626
|
},
|
|
6912
6627
|
"Shopify_MediaError": {
|
|
@@ -6933,10 +6648,7 @@
|
|
|
6933
6648
|
"description": "Translated error message."
|
|
6934
6649
|
}
|
|
6935
6650
|
},
|
|
6936
|
-
"required": [
|
|
6937
|
-
"code",
|
|
6938
|
-
"message"
|
|
6939
|
-
]
|
|
6651
|
+
"required": ["code", "message"]
|
|
6940
6652
|
}
|
|
6941
6653
|
},
|
|
6942
6654
|
"Shopify_MediaPreviewImage": {
|
|
@@ -6958,9 +6670,7 @@
|
|
|
6958
6670
|
"description": "Current status of the preview image."
|
|
6959
6671
|
}
|
|
6960
6672
|
},
|
|
6961
|
-
"required": [
|
|
6962
|
-
"status"
|
|
6963
|
-
]
|
|
6673
|
+
"required": ["status"]
|
|
6964
6674
|
}
|
|
6965
6675
|
},
|
|
6966
6676
|
"Shopify_MediaStatus": {
|
|
@@ -6969,12 +6679,7 @@
|
|
|
6969
6679
|
"id": "Shopify_MediaStatus",
|
|
6970
6680
|
"description": "The possible statuses for a media object.",
|
|
6971
6681
|
"schema": {
|
|
6972
|
-
"enum": [
|
|
6973
|
-
"UPLOADED",
|
|
6974
|
-
"PROCESSING",
|
|
6975
|
-
"READY",
|
|
6976
|
-
"FAILED"
|
|
6977
|
-
]
|
|
6682
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
6978
6683
|
}
|
|
6979
6684
|
},
|
|
6980
6685
|
"Shopify_AppFeedback": {
|
|
@@ -7004,10 +6709,7 @@
|
|
|
7004
6709
|
"description": "The feedback message presented to the merchant."
|
|
7005
6710
|
}
|
|
7006
6711
|
},
|
|
7007
|
-
"required": [
|
|
7008
|
-
"app",
|
|
7009
|
-
"messages"
|
|
7010
|
-
]
|
|
6712
|
+
"required": ["app", "messages"]
|
|
7011
6713
|
}
|
|
7012
6714
|
},
|
|
7013
6715
|
"Shopify_ImageEdge": {
|
|
@@ -7029,10 +6731,7 @@
|
|
|
7029
6731
|
"description": "The item at the end of ImageEdge."
|
|
7030
6732
|
}
|
|
7031
6733
|
},
|
|
7032
|
-
"required": [
|
|
7033
|
-
"cursor",
|
|
7034
|
-
"node"
|
|
7035
|
-
]
|
|
6734
|
+
"required": ["cursor", "node"]
|
|
7036
6735
|
}
|
|
7037
6736
|
},
|
|
7038
6737
|
"Shopify_MediaEdge": {
|
|
@@ -7054,10 +6753,7 @@
|
|
|
7054
6753
|
"description": "The item at the end of MediaEdge."
|
|
7055
6754
|
}
|
|
7056
6755
|
},
|
|
7057
|
-
"required": [
|
|
7058
|
-
"cursor",
|
|
7059
|
-
"node"
|
|
7060
|
-
]
|
|
6756
|
+
"required": ["cursor", "node"]
|
|
7061
6757
|
}
|
|
7062
6758
|
},
|
|
7063
6759
|
"Shopify_MetafieldOwnerType": {
|
|
@@ -7087,12 +6783,7 @@
|
|
|
7087
6783
|
"id": "Shopify_MetafieldValueType",
|
|
7088
6784
|
"description": "Metafield value types.",
|
|
7089
6785
|
"schema": {
|
|
7090
|
-
"enum": [
|
|
7091
|
-
"STRING",
|
|
7092
|
-
"INTEGER",
|
|
7093
|
-
"JSON_STRING",
|
|
7094
|
-
"BOOLEAN"
|
|
7095
|
-
]
|
|
6786
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING", "BOOLEAN"]
|
|
7096
6787
|
}
|
|
7097
6788
|
},
|
|
7098
6789
|
"Shopify_MetafieldEdge": {
|
|
@@ -7114,10 +6805,7 @@
|
|
|
7114
6805
|
"description": "The item at the end of MetafieldEdge."
|
|
7115
6806
|
}
|
|
7116
6807
|
},
|
|
7117
|
-
"required": [
|
|
7118
|
-
"cursor",
|
|
7119
|
-
"node"
|
|
7120
|
-
]
|
|
6808
|
+
"required": ["cursor", "node"]
|
|
7121
6809
|
}
|
|
7122
6810
|
},
|
|
7123
6811
|
"Shopify_MoneyV2": {
|
|
@@ -7139,10 +6827,7 @@
|
|
|
7139
6827
|
"description": "Currency of the money."
|
|
7140
6828
|
}
|
|
7141
6829
|
},
|
|
7142
|
-
"required": [
|
|
7143
|
-
"amount",
|
|
7144
|
-
"currencyCode"
|
|
7145
|
-
]
|
|
6830
|
+
"required": ["amount", "currencyCode"]
|
|
7146
6831
|
}
|
|
7147
6832
|
},
|
|
7148
6833
|
"Shopify_PrivateMetafieldValueType": {
|
|
@@ -7151,11 +6836,7 @@
|
|
|
7151
6836
|
"id": "Shopify_PrivateMetafieldValueType",
|
|
7152
6837
|
"description": "Private Metafield value types.",
|
|
7153
6838
|
"schema": {
|
|
7154
|
-
"enum": [
|
|
7155
|
-
"STRING",
|
|
7156
|
-
"INTEGER",
|
|
7157
|
-
"JSON_STRING"
|
|
7158
|
-
]
|
|
6839
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING"]
|
|
7159
6840
|
}
|
|
7160
6841
|
},
|
|
7161
6842
|
"Shopify_PrivateMetafieldEdge": {
|
|
@@ -7177,10 +6858,7 @@
|
|
|
7177
6858
|
"description": "The item at the end of PrivateMetafieldEdge."
|
|
7178
6859
|
}
|
|
7179
6860
|
},
|
|
7180
|
-
"required": [
|
|
7181
|
-
"cursor",
|
|
7182
|
-
"node"
|
|
7183
|
-
]
|
|
6861
|
+
"required": ["cursor", "node"]
|
|
7184
6862
|
}
|
|
7185
6863
|
},
|
|
7186
6864
|
"Shopify_ProductPublicationEdge": {
|
|
@@ -7202,10 +6880,7 @@
|
|
|
7202
6880
|
"description": "The item at the end of ProductPublicationEdge."
|
|
7203
6881
|
}
|
|
7204
6882
|
},
|
|
7205
|
-
"required": [
|
|
7206
|
-
"cursor",
|
|
7207
|
-
"node"
|
|
7208
|
-
]
|
|
6883
|
+
"required": ["cursor", "node"]
|
|
7209
6884
|
}
|
|
7210
6885
|
},
|
|
7211
6886
|
"Shopify_ResourcePublicationEdge": {
|
|
@@ -7227,10 +6902,7 @@
|
|
|
7227
6902
|
"description": "The item at the end of ResourcePublicationEdge."
|
|
7228
6903
|
}
|
|
7229
6904
|
},
|
|
7230
|
-
"required": [
|
|
7231
|
-
"cursor",
|
|
7232
|
-
"node"
|
|
7233
|
-
]
|
|
6905
|
+
"required": ["cursor", "node"]
|
|
7234
6906
|
}
|
|
7235
6907
|
},
|
|
7236
6908
|
"Shopify_ResourcePublicationV2Edge": {
|
|
@@ -7252,10 +6924,7 @@
|
|
|
7252
6924
|
"description": "The item at the end of ResourcePublicationV2Edge."
|
|
7253
6925
|
}
|
|
7254
6926
|
},
|
|
7255
|
-
"required": [
|
|
7256
|
-
"cursor",
|
|
7257
|
-
"node"
|
|
7258
|
-
]
|
|
6927
|
+
"required": ["cursor", "node"]
|
|
7259
6928
|
}
|
|
7260
6929
|
},
|
|
7261
6930
|
"Shopify_ChannelEdge": {
|
|
@@ -7277,10 +6946,7 @@
|
|
|
7277
6946
|
"description": "The item at the end of ChannelEdge."
|
|
7278
6947
|
}
|
|
7279
6948
|
},
|
|
7280
|
-
"required": [
|
|
7281
|
-
"cursor",
|
|
7282
|
-
"node"
|
|
7283
|
-
]
|
|
6949
|
+
"required": ["cursor", "node"]
|
|
7284
6950
|
}
|
|
7285
6951
|
},
|
|
7286
6952
|
"Shopify_PublicationEdge": {
|
|
@@ -7302,10 +6968,7 @@
|
|
|
7302
6968
|
"description": "The item at the end of PublicationEdge."
|
|
7303
6969
|
}
|
|
7304
6970
|
},
|
|
7305
|
-
"required": [
|
|
7306
|
-
"cursor",
|
|
7307
|
-
"node"
|
|
7308
|
-
]
|
|
6971
|
+
"required": ["cursor", "node"]
|
|
7309
6972
|
}
|
|
7310
6973
|
},
|
|
7311
6974
|
"Shopify_ProductVariantEdge": {
|
|
@@ -7327,10 +6990,7 @@
|
|
|
7327
6990
|
"description": "The item at the end of ProductVariantEdge."
|
|
7328
6991
|
}
|
|
7329
6992
|
},
|
|
7330
|
-
"required": [
|
|
7331
|
-
"cursor",
|
|
7332
|
-
"node"
|
|
7333
|
-
]
|
|
6993
|
+
"required": ["cursor", "node"]
|
|
7334
6994
|
}
|
|
7335
6995
|
},
|
|
7336
6996
|
"Shopify_DeliveryProductVariantsCount": {
|
|
@@ -7352,10 +7012,7 @@
|
|
|
7352
7012
|
"description": "The product variant count."
|
|
7353
7013
|
}
|
|
7354
7014
|
},
|
|
7355
|
-
"required": [
|
|
7356
|
-
"capped",
|
|
7357
|
-
"count"
|
|
7358
|
-
]
|
|
7015
|
+
"required": ["capped", "count"]
|
|
7359
7016
|
}
|
|
7360
7017
|
},
|
|
7361
7018
|
"Shopify_ProfileItemSortKeys": {
|
|
@@ -7399,10 +7056,7 @@
|
|
|
7399
7056
|
"description": "Information to aid in pagination."
|
|
7400
7057
|
}
|
|
7401
7058
|
},
|
|
7402
|
-
"required": [
|
|
7403
|
-
"edges",
|
|
7404
|
-
"pageInfo"
|
|
7405
|
-
]
|
|
7059
|
+
"required": ["edges", "pageInfo"]
|
|
7406
7060
|
}
|
|
7407
7061
|
},
|
|
7408
7062
|
"Shopify_DeliveryProfileLocationGroup": {
|
|
@@ -7458,11 +7112,7 @@
|
|
|
7458
7112
|
"description": "The applicable zones associated to a location group and delivery profile."
|
|
7459
7113
|
}
|
|
7460
7114
|
},
|
|
7461
|
-
"required": [
|
|
7462
|
-
"countriesInAnyZone",
|
|
7463
|
-
"locationGroup",
|
|
7464
|
-
"locationGroupZones"
|
|
7465
|
-
]
|
|
7115
|
+
"required": ["countriesInAnyZone", "locationGroup", "locationGroupZones"]
|
|
7466
7116
|
}
|
|
7467
7117
|
},
|
|
7468
7118
|
"Shopify_SellingPlanGroupConnection": {
|
|
@@ -7487,10 +7137,7 @@
|
|
|
7487
7137
|
"description": "Information to aid in pagination."
|
|
7488
7138
|
}
|
|
7489
7139
|
},
|
|
7490
|
-
"required": [
|
|
7491
|
-
"edges",
|
|
7492
|
-
"pageInfo"
|
|
7493
|
-
]
|
|
7140
|
+
"required": ["edges", "pageInfo"]
|
|
7494
7141
|
}
|
|
7495
7142
|
},
|
|
7496
7143
|
"Shopify_Location": {
|
|
@@ -7569,9 +7216,7 @@
|
|
|
7569
7216
|
"description": "Specifies the inventory item ID for the inventory level to be returned."
|
|
7570
7217
|
}
|
|
7571
7218
|
},
|
|
7572
|
-
"required": [
|
|
7573
|
-
"inventoryItemId"
|
|
7574
|
-
]
|
|
7219
|
+
"required": ["inventoryItemId"]
|
|
7575
7220
|
},
|
|
7576
7221
|
"description": "A single inventory level for the given inventory item."
|
|
7577
7222
|
},
|
|
@@ -7684,10 +7329,7 @@
|
|
|
7684
7329
|
"description": "A description of the rate, which customers will see at checkout.\nFor example: `Includes tracking and insurance`."
|
|
7685
7330
|
}
|
|
7686
7331
|
},
|
|
7687
|
-
"required": [
|
|
7688
|
-
"code",
|
|
7689
|
-
"label"
|
|
7690
|
-
]
|
|
7332
|
+
"required": ["code", "label"]
|
|
7691
7333
|
}
|
|
7692
7334
|
},
|
|
7693
7335
|
"Shopify_FulfillmentServiceType": {
|
|
@@ -7696,11 +7338,7 @@
|
|
|
7696
7338
|
"id": "Shopify_FulfillmentServiceType",
|
|
7697
7339
|
"description": "The type of a fulfillment service.",
|
|
7698
7340
|
"schema": {
|
|
7699
|
-
"enum": [
|
|
7700
|
-
"GIFT_CARD",
|
|
7701
|
-
"MANUAL",
|
|
7702
|
-
"THIRD_PARTY"
|
|
7703
|
-
]
|
|
7341
|
+
"enum": ["GIFT_CARD", "MANUAL", "THIRD_PARTY"]
|
|
7704
7342
|
}
|
|
7705
7343
|
},
|
|
7706
7344
|
"Shopify_CountryCode": {
|
|
@@ -7979,10 +7617,7 @@
|
|
|
7979
7617
|
"description": "Information to aid in pagination."
|
|
7980
7618
|
}
|
|
7981
7619
|
},
|
|
7982
|
-
"required": [
|
|
7983
|
-
"edges",
|
|
7984
|
-
"pageInfo"
|
|
7985
|
-
]
|
|
7620
|
+
"required": ["edges", "pageInfo"]
|
|
7986
7621
|
}
|
|
7987
7622
|
},
|
|
7988
7623
|
"Shopify_InventoryLevel": {
|
|
@@ -8045,16 +7680,7 @@
|
|
|
8045
7680
|
"@mapping": "gregs-takeshape-store:InventoryLevel.updatedAt"
|
|
8046
7681
|
}
|
|
8047
7682
|
},
|
|
8048
|
-
"required": [
|
|
8049
|
-
"available",
|
|
8050
|
-
"canDeactivate",
|
|
8051
|
-
"createdAt",
|
|
8052
|
-
"id",
|
|
8053
|
-
"incoming",
|
|
8054
|
-
"item",
|
|
8055
|
-
"location",
|
|
8056
|
-
"updatedAt"
|
|
8057
|
-
]
|
|
7683
|
+
"required": ["available", "canDeactivate", "createdAt", "id", "incoming", "item", "location", "updatedAt"]
|
|
8058
7684
|
}
|
|
8059
7685
|
},
|
|
8060
7686
|
"Shopify_InventoryLevelConnection": {
|
|
@@ -8079,10 +7705,7 @@
|
|
|
8079
7705
|
"description": "Information to aid in pagination."
|
|
8080
7706
|
}
|
|
8081
7707
|
},
|
|
8082
|
-
"required": [
|
|
8083
|
-
"edges",
|
|
8084
|
-
"pageInfo"
|
|
8085
|
-
]
|
|
7708
|
+
"required": ["edges", "pageInfo"]
|
|
8086
7709
|
}
|
|
8087
7710
|
},
|
|
8088
7711
|
"Shopify_ProductVariantPricePairEdge": {
|
|
@@ -8104,10 +7727,7 @@
|
|
|
8104
7727
|
"description": "The item at the end of ProductVariantPricePairEdge."
|
|
8105
7728
|
}
|
|
8106
7729
|
},
|
|
8107
|
-
"required": [
|
|
8108
|
-
"cursor",
|
|
8109
|
-
"node"
|
|
8110
|
-
]
|
|
7730
|
+
"required": ["cursor", "node"]
|
|
8111
7731
|
}
|
|
8112
7732
|
},
|
|
8113
7733
|
"Shopify_CollectionRuleInput": {
|
|
@@ -8134,11 +7754,7 @@
|
|
|
8134
7754
|
"description": "The value that the operator is applied to (for example, `Hats`)."
|
|
8135
7755
|
}
|
|
8136
7756
|
},
|
|
8137
|
-
"required": [
|
|
8138
|
-
"column",
|
|
8139
|
-
"relation",
|
|
8140
|
-
"condition"
|
|
8141
|
-
]
|
|
7757
|
+
"required": ["column", "relation", "condition"]
|
|
8142
7758
|
}
|
|
8143
7759
|
},
|
|
8144
7760
|
"Shopify_ProductEdge": {
|
|
@@ -8160,10 +7776,7 @@
|
|
|
8160
7776
|
"description": "The item at the end of ProductEdge."
|
|
8161
7777
|
}
|
|
8162
7778
|
},
|
|
8163
|
-
"required": [
|
|
8164
|
-
"cursor",
|
|
8165
|
-
"node"
|
|
8166
|
-
]
|
|
7779
|
+
"required": ["cursor", "node"]
|
|
8167
7780
|
}
|
|
8168
7781
|
},
|
|
8169
7782
|
"Shopify_CollectionPublicationEdge": {
|
|
@@ -8185,10 +7798,7 @@
|
|
|
8185
7798
|
"description": "The item at the end of CollectionPublicationEdge."
|
|
8186
7799
|
}
|
|
8187
7800
|
},
|
|
8188
|
-
"required": [
|
|
8189
|
-
"cursor",
|
|
8190
|
-
"node"
|
|
8191
|
-
]
|
|
7801
|
+
"required": ["cursor", "node"]
|
|
8192
7802
|
}
|
|
8193
7803
|
},
|
|
8194
7804
|
"Shopify_CollectionRule": {
|
|
@@ -8215,11 +7825,7 @@
|
|
|
8215
7825
|
"description": "The type of operator that the rule is based on (for example, `equals`, `contains`, or `not_equals`)."
|
|
8216
7826
|
}
|
|
8217
7827
|
},
|
|
8218
|
-
"required": [
|
|
8219
|
-
"column",
|
|
8220
|
-
"condition",
|
|
8221
|
-
"relation"
|
|
8222
|
-
]
|
|
7828
|
+
"required": ["column", "condition", "relation"]
|
|
8223
7829
|
}
|
|
8224
7830
|
},
|
|
8225
7831
|
"Shopify_MediaErrorCode": {
|
|
@@ -8261,12 +7867,7 @@
|
|
|
8261
7867
|
"id": "Shopify_MediaPreviewImageStatus",
|
|
8262
7868
|
"description": "The possible statuses for a media preview image.",
|
|
8263
7869
|
"schema": {
|
|
8264
|
-
"enum": [
|
|
8265
|
-
"UPLOADED",
|
|
8266
|
-
"PROCESSING",
|
|
8267
|
-
"READY",
|
|
8268
|
-
"FAILED"
|
|
8269
|
-
]
|
|
7870
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
8270
7871
|
}
|
|
8271
7872
|
},
|
|
8272
7873
|
"Shopify_App": {
|
|
@@ -8477,9 +8078,7 @@
|
|
|
8477
8078
|
"description": "Filters translations locale."
|
|
8478
8079
|
}
|
|
8479
8080
|
},
|
|
8480
|
-
"required": [
|
|
8481
|
-
"locale"
|
|
8482
|
-
]
|
|
8081
|
+
"required": ["locale"]
|
|
8483
8082
|
},
|
|
8484
8083
|
"description": "The translations associated with the resource."
|
|
8485
8084
|
},
|
|
@@ -8489,11 +8088,7 @@
|
|
|
8489
8088
|
"@mapping": "gregs-takeshape-store:Link.url"
|
|
8490
8089
|
}
|
|
8491
8090
|
},
|
|
8492
|
-
"required": [
|
|
8493
|
-
"label",
|
|
8494
|
-
"translations",
|
|
8495
|
-
"url"
|
|
8496
|
-
]
|
|
8091
|
+
"required": ["label", "translations", "url"]
|
|
8497
8092
|
}
|
|
8498
8093
|
},
|
|
8499
8094
|
"Shopify_UserError": {
|
|
@@ -8518,9 +8113,7 @@
|
|
|
8518
8113
|
"description": "The error message."
|
|
8519
8114
|
}
|
|
8520
8115
|
},
|
|
8521
|
-
"required": [
|
|
8522
|
-
"message"
|
|
8523
|
-
]
|
|
8116
|
+
"required": ["message"]
|
|
8524
8117
|
}
|
|
8525
8118
|
},
|
|
8526
8119
|
"Shopify_ProductPublication": {
|
|
@@ -8552,11 +8145,7 @@
|
|
|
8552
8145
|
"@mapping": "gregs-takeshape-store:ProductPublication.publishDate"
|
|
8553
8146
|
}
|
|
8554
8147
|
},
|
|
8555
|
-
"required": [
|
|
8556
|
-
"channel",
|
|
8557
|
-
"isPublished",
|
|
8558
|
-
"product"
|
|
8559
|
-
]
|
|
8148
|
+
"required": ["channel", "isPublished", "product"]
|
|
8560
8149
|
}
|
|
8561
8150
|
},
|
|
8562
8151
|
"Shopify_ResourcePublication": {
|
|
@@ -8594,13 +8183,7 @@
|
|
|
8594
8183
|
"description": "The resource published to the publication."
|
|
8595
8184
|
}
|
|
8596
8185
|
},
|
|
8597
|
-
"required": [
|
|
8598
|
-
"channel",
|
|
8599
|
-
"isPublished",
|
|
8600
|
-
"publication",
|
|
8601
|
-
"publishDate",
|
|
8602
|
-
"publishable"
|
|
8603
|
-
]
|
|
8186
|
+
"required": ["channel", "isPublished", "publication", "publishDate", "publishable"]
|
|
8604
8187
|
}
|
|
8605
8188
|
},
|
|
8606
8189
|
"Shopify_ResourcePublicationV2": {
|
|
@@ -8632,11 +8215,7 @@
|
|
|
8632
8215
|
"description": "The resource published to the publication."
|
|
8633
8216
|
}
|
|
8634
8217
|
},
|
|
8635
|
-
"required": [
|
|
8636
|
-
"isPublished",
|
|
8637
|
-
"publication",
|
|
8638
|
-
"publishable"
|
|
8639
|
-
]
|
|
8218
|
+
"required": ["isPublished", "publication", "publishable"]
|
|
8640
8219
|
}
|
|
8641
8220
|
},
|
|
8642
8221
|
"Shopify_Channel": {
|
|
@@ -8732,9 +8311,7 @@
|
|
|
8732
8311
|
"description": "Collection ID to check."
|
|
8733
8312
|
}
|
|
8734
8313
|
},
|
|
8735
|
-
"required": [
|
|
8736
|
-
"id"
|
|
8737
|
-
]
|
|
8314
|
+
"required": ["id"]
|
|
8738
8315
|
},
|
|
8739
8316
|
"description": "Whether the collection is available to the channel."
|
|
8740
8317
|
},
|
|
@@ -8967,9 +8544,7 @@
|
|
|
8967
8544
|
"description": "Collection ID to check."
|
|
8968
8545
|
}
|
|
8969
8546
|
},
|
|
8970
|
-
"required": [
|
|
8971
|
-
"id"
|
|
8972
|
-
]
|
|
8547
|
+
"required": ["id"]
|
|
8973
8548
|
},
|
|
8974
8549
|
"description": "Whether the collection is available to the publication."
|
|
8975
8550
|
},
|
|
@@ -9084,10 +8659,7 @@
|
|
|
9084
8659
|
"description": "The item at the end of DeliveryProfileItemEdge."
|
|
9085
8660
|
}
|
|
9086
8661
|
},
|
|
9087
|
-
"required": [
|
|
9088
|
-
"cursor",
|
|
9089
|
-
"node"
|
|
9090
|
-
]
|
|
8662
|
+
"required": ["cursor", "node"]
|
|
9091
8663
|
}
|
|
9092
8664
|
},
|
|
9093
8665
|
"Shopify_DeliveryCountryAndZone": {
|
|
@@ -9109,10 +8681,7 @@
|
|
|
9109
8681
|
"description": "The name of the delivery zone."
|
|
9110
8682
|
}
|
|
9111
8683
|
},
|
|
9112
|
-
"required": [
|
|
9113
|
-
"country",
|
|
9114
|
-
"zone"
|
|
9115
|
-
]
|
|
8684
|
+
"required": ["country", "zone"]
|
|
9116
8685
|
}
|
|
9117
8686
|
},
|
|
9118
8687
|
"Shopify_DeliveryLocationGroup": {
|
|
@@ -9180,10 +8749,7 @@
|
|
|
9180
8749
|
"description": "List of active locations that are part of this location group."
|
|
9181
8750
|
}
|
|
9182
8751
|
},
|
|
9183
|
-
"required": [
|
|
9184
|
-
"id",
|
|
9185
|
-
"locations"
|
|
9186
|
-
]
|
|
8752
|
+
"required": ["id", "locations"]
|
|
9187
8753
|
}
|
|
9188
8754
|
},
|
|
9189
8755
|
"Shopify_DeliveryLocationGroupZoneConnection": {
|
|
@@ -9208,10 +8774,7 @@
|
|
|
9208
8774
|
"description": "Information to aid in pagination."
|
|
9209
8775
|
}
|
|
9210
8776
|
},
|
|
9211
|
-
"required": [
|
|
9212
|
-
"edges",
|
|
9213
|
-
"pageInfo"
|
|
9214
|
-
]
|
|
8777
|
+
"required": ["edges", "pageInfo"]
|
|
9215
8778
|
}
|
|
9216
8779
|
},
|
|
9217
8780
|
"Shopify_SellingPlanGroupEdge": {
|
|
@@ -9233,10 +8796,7 @@
|
|
|
9233
8796
|
"description": "The item at the end of SellingPlanGroupEdge."
|
|
9234
8797
|
}
|
|
9235
8798
|
},
|
|
9236
|
-
"required": [
|
|
9237
|
-
"cursor",
|
|
9238
|
-
"node"
|
|
9239
|
-
]
|
|
8799
|
+
"required": ["cursor", "node"]
|
|
9240
8800
|
}
|
|
9241
8801
|
},
|
|
9242
8802
|
"Shopify_LocationAddress": {
|
|
@@ -9311,9 +8871,7 @@
|
|
|
9311
8871
|
"description": "The ZIP code of the location."
|
|
9312
8872
|
}
|
|
9313
8873
|
},
|
|
9314
|
-
"required": [
|
|
9315
|
-
"formatted"
|
|
9316
|
-
]
|
|
8874
|
+
"required": ["formatted"]
|
|
9317
8875
|
}
|
|
9318
8876
|
},
|
|
9319
8877
|
"Shopify_LocationSuggestedAddress": {
|
|
@@ -9373,9 +8931,7 @@
|
|
|
9373
8931
|
"description": "The ZIP code of the suggested address."
|
|
9374
8932
|
}
|
|
9375
8933
|
},
|
|
9376
|
-
"required": [
|
|
9377
|
-
"formatted"
|
|
9378
|
-
]
|
|
8934
|
+
"required": ["formatted"]
|
|
9379
8935
|
}
|
|
9380
8936
|
},
|
|
9381
8937
|
"Shopify_CountryHarmonizedSystemCodeEdge": {
|
|
@@ -9397,10 +8953,7 @@
|
|
|
9397
8953
|
"description": "The item at the end of CountryHarmonizedSystemCodeEdge."
|
|
9398
8954
|
}
|
|
9399
8955
|
},
|
|
9400
|
-
"required": [
|
|
9401
|
-
"cursor",
|
|
9402
|
-
"node"
|
|
9403
|
-
]
|
|
8956
|
+
"required": ["cursor", "node"]
|
|
9404
8957
|
}
|
|
9405
8958
|
},
|
|
9406
8959
|
"Shopify_InventoryLevelEdge": {
|
|
@@ -9422,10 +8975,7 @@
|
|
|
9422
8975
|
"description": "The item at the end of InventoryLevelEdge."
|
|
9423
8976
|
}
|
|
9424
8977
|
},
|
|
9425
|
-
"required": [
|
|
9426
|
-
"cursor",
|
|
9427
|
-
"node"
|
|
9428
|
-
]
|
|
8978
|
+
"required": ["cursor", "node"]
|
|
9429
8979
|
}
|
|
9430
8980
|
},
|
|
9431
8981
|
"Shopify_ProductVariantPricePair": {
|
|
@@ -9447,9 +8997,7 @@
|
|
|
9447
8997
|
"description": "The price of the variant with associated currency."
|
|
9448
8998
|
}
|
|
9449
8999
|
},
|
|
9450
|
-
"required": [
|
|
9451
|
-
"price"
|
|
9452
|
-
]
|
|
9000
|
+
"required": ["price"]
|
|
9453
9001
|
}
|
|
9454
9002
|
},
|
|
9455
9003
|
"Shopify_CollectionRuleColumn": {
|
|
@@ -9527,13 +9075,7 @@
|
|
|
9527
9075
|
"@mapping": "gregs-takeshape-store:CollectionPublication.publishDate"
|
|
9528
9076
|
}
|
|
9529
9077
|
},
|
|
9530
|
-
"required": [
|
|
9531
|
-
"channel",
|
|
9532
|
-
"collection",
|
|
9533
|
-
"isPublished",
|
|
9534
|
-
"publication",
|
|
9535
|
-
"publishDate"
|
|
9536
|
-
]
|
|
9078
|
+
"required": ["channel", "collection", "isPublished", "publication", "publishDate"]
|
|
9537
9079
|
}
|
|
9538
9080
|
},
|
|
9539
9081
|
"Shopify_FailedRequirement": {
|
|
@@ -9555,9 +9097,7 @@
|
|
|
9555
9097
|
"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."
|
|
9556
9098
|
}
|
|
9557
9099
|
},
|
|
9558
|
-
"required": [
|
|
9559
|
-
"message"
|
|
9560
|
-
]
|
|
9100
|
+
"required": ["message"]
|
|
9561
9101
|
}
|
|
9562
9102
|
},
|
|
9563
9103
|
"Shopify_AppInstallation": {
|
|
@@ -9771,11 +9311,7 @@
|
|
|
9771
9311
|
"@mapping": "gregs-takeshape-store:NavigationItem.url"
|
|
9772
9312
|
}
|
|
9773
9313
|
},
|
|
9774
|
-
"required": [
|
|
9775
|
-
"id",
|
|
9776
|
-
"title",
|
|
9777
|
-
"url"
|
|
9778
|
-
]
|
|
9314
|
+
"required": ["id", "title", "url"]
|
|
9779
9315
|
}
|
|
9780
9316
|
},
|
|
9781
9317
|
"Shopify_Publishable": {
|
|
@@ -9819,9 +9355,7 @@
|
|
|
9819
9355
|
"description": "The ID of the channel to check."
|
|
9820
9356
|
}
|
|
9821
9357
|
},
|
|
9822
|
-
"required": [
|
|
9823
|
-
"channelId"
|
|
9824
|
-
]
|
|
9358
|
+
"required": ["channelId"]
|
|
9825
9359
|
},
|
|
9826
9360
|
"description": "Check to see whether the resource is published to a given channel."
|
|
9827
9361
|
},
|
|
@@ -9848,9 +9382,7 @@
|
|
|
9848
9382
|
"description": "The ID of the publication to check."
|
|
9849
9383
|
}
|
|
9850
9384
|
},
|
|
9851
|
-
"required": [
|
|
9852
|
-
"publicationId"
|
|
9853
|
-
]
|
|
9385
|
+
"required": ["publicationId"]
|
|
9854
9386
|
},
|
|
9855
9387
|
"description": "Check to see whether the resource is published to a given publication."
|
|
9856
9388
|
},
|
|
@@ -10054,10 +9586,7 @@
|
|
|
10054
9586
|
"description": "The product variants associated with this delivery profile."
|
|
10055
9587
|
}
|
|
10056
9588
|
},
|
|
10057
|
-
"required": [
|
|
10058
|
-
"product",
|
|
10059
|
-
"variants"
|
|
10060
|
-
]
|
|
9589
|
+
"required": ["product", "variants"]
|
|
10061
9590
|
}
|
|
10062
9591
|
},
|
|
10063
9592
|
"Shopify_DeliveryCountry": {
|
|
@@ -10098,13 +9627,7 @@
|
|
|
10098
9627
|
"description": "The name of the country, translated based on the user locale."
|
|
10099
9628
|
}
|
|
10100
9629
|
},
|
|
10101
|
-
"required": [
|
|
10102
|
-
"code",
|
|
10103
|
-
"id",
|
|
10104
|
-
"name",
|
|
10105
|
-
"provinces",
|
|
10106
|
-
"translatedName"
|
|
10107
|
-
]
|
|
9630
|
+
"required": ["code", "id", "name", "provinces", "translatedName"]
|
|
10108
9631
|
}
|
|
10109
9632
|
},
|
|
10110
9633
|
"Shopify_LocationSortKeys": {
|
|
@@ -10113,11 +9636,7 @@
|
|
|
10113
9636
|
"id": "Shopify_LocationSortKeys",
|
|
10114
9637
|
"description": "The set of valid sort keys for the Location query.",
|
|
10115
9638
|
"schema": {
|
|
10116
|
-
"enum": [
|
|
10117
|
-
"NAME",
|
|
10118
|
-
"ID",
|
|
10119
|
-
"RELEVANCE"
|
|
10120
|
-
]
|
|
9639
|
+
"enum": ["NAME", "ID", "RELEVANCE"]
|
|
10121
9640
|
}
|
|
10122
9641
|
},
|
|
10123
9642
|
"Shopify_LocationConnection": {
|
|
@@ -10142,10 +9661,7 @@
|
|
|
10142
9661
|
"description": "Information to aid in pagination."
|
|
10143
9662
|
}
|
|
10144
9663
|
},
|
|
10145
|
-
"required": [
|
|
10146
|
-
"edges",
|
|
10147
|
-
"pageInfo"
|
|
10148
|
-
]
|
|
9664
|
+
"required": ["edges", "pageInfo"]
|
|
10149
9665
|
}
|
|
10150
9666
|
},
|
|
10151
9667
|
"Shopify_DeliveryLocationGroupZoneEdge": {
|
|
@@ -10167,10 +9683,7 @@
|
|
|
10167
9683
|
"description": "The item at the end of DeliveryLocationGroupZoneEdge."
|
|
10168
9684
|
}
|
|
10169
9685
|
},
|
|
10170
|
-
"required": [
|
|
10171
|
-
"cursor",
|
|
10172
|
-
"node"
|
|
10173
|
-
]
|
|
9686
|
+
"required": ["cursor", "node"]
|
|
10174
9687
|
}
|
|
10175
9688
|
},
|
|
10176
9689
|
"Shopify_SellingPlanGroup": {
|
|
@@ -10198,9 +9711,7 @@
|
|
|
10198
9711
|
"description": "The ID of the product."
|
|
10199
9712
|
}
|
|
10200
9713
|
},
|
|
10201
|
-
"required": [
|
|
10202
|
-
"productId"
|
|
10203
|
-
]
|
|
9714
|
+
"required": ["productId"]
|
|
10204
9715
|
},
|
|
10205
9716
|
"description": "Whether the given product is directly associated to the selling plan group."
|
|
10206
9717
|
},
|
|
@@ -10216,9 +9727,7 @@
|
|
|
10216
9727
|
"description": "The ID of the product."
|
|
10217
9728
|
}
|
|
10218
9729
|
},
|
|
10219
|
-
"required": [
|
|
10220
|
-
"productVariantId"
|
|
10221
|
-
]
|
|
9730
|
+
"required": ["productVariantId"]
|
|
10222
9731
|
},
|
|
10223
9732
|
"description": "Whether the given product variant is directly associated to the selling plan group."
|
|
10224
9733
|
},
|
|
@@ -10234,9 +9743,7 @@
|
|
|
10234
9743
|
"description": "The ID of the product."
|
|
10235
9744
|
}
|
|
10236
9745
|
},
|
|
10237
|
-
"required": [
|
|
10238
|
-
"productId"
|
|
10239
|
-
]
|
|
9746
|
+
"required": ["productId"]
|
|
10240
9747
|
},
|
|
10241
9748
|
"description": "Whether any of the product variants of the given product are associated to the selling plan group."
|
|
10242
9749
|
},
|
|
@@ -10439,10 +9946,7 @@
|
|
|
10439
9946
|
"description": "Country specific harmonized system code."
|
|
10440
9947
|
}
|
|
10441
9948
|
},
|
|
10442
|
-
"required": [
|
|
10443
|
-
"countryCode",
|
|
10444
|
-
"harmonizedSystemCode"
|
|
10445
|
-
]
|
|
9949
|
+
"required": ["countryCode", "harmonizedSystemCode"]
|
|
10446
9950
|
}
|
|
10447
9951
|
},
|
|
10448
9952
|
"Shopify_AccessScope": {
|
|
@@ -10464,10 +9968,7 @@
|
|
|
10464
9968
|
"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`."
|
|
10465
9969
|
}
|
|
10466
9970
|
},
|
|
10467
|
-
"required": [
|
|
10468
|
-
"description",
|
|
10469
|
-
"handle"
|
|
10470
|
-
]
|
|
9971
|
+
"required": ["description", "handle"]
|
|
10471
9972
|
}
|
|
10472
9973
|
},
|
|
10473
9974
|
"Shopify_AppSubscription": {
|
|
@@ -10528,16 +10029,7 @@
|
|
|
10528
10029
|
"description": "The number of days of the free trial."
|
|
10529
10030
|
}
|
|
10530
10031
|
},
|
|
10531
|
-
"required": [
|
|
10532
|
-
"createdAt",
|
|
10533
|
-
"id",
|
|
10534
|
-
"lineItems",
|
|
10535
|
-
"name",
|
|
10536
|
-
"returnUrl",
|
|
10537
|
-
"status",
|
|
10538
|
-
"test",
|
|
10539
|
-
"trialDays"
|
|
10540
|
-
]
|
|
10032
|
+
"required": ["createdAt", "id", "lineItems", "name", "returnUrl", "status", "test", "trialDays"]
|
|
10541
10033
|
}
|
|
10542
10034
|
},
|
|
10543
10035
|
"Shopify_AppSubscriptionSortKeys": {
|
|
@@ -10546,11 +10038,7 @@
|
|
|
10546
10038
|
"id": "Shopify_AppSubscriptionSortKeys",
|
|
10547
10039
|
"description": "The set of valid sort keys for the AppSubscription query.",
|
|
10548
10040
|
"schema": {
|
|
10549
|
-
"enum": [
|
|
10550
|
-
"CREATED_AT",
|
|
10551
|
-
"ID",
|
|
10552
|
-
"RELEVANCE"
|
|
10553
|
-
]
|
|
10041
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
10554
10042
|
}
|
|
10555
10043
|
},
|
|
10556
10044
|
"Shopify_AppSubscriptionConnection": {
|
|
@@ -10575,10 +10063,7 @@
|
|
|
10575
10063
|
"description": "Information to aid in pagination."
|
|
10576
10064
|
}
|
|
10577
10065
|
},
|
|
10578
|
-
"required": [
|
|
10579
|
-
"edges",
|
|
10580
|
-
"pageInfo"
|
|
10581
|
-
]
|
|
10066
|
+
"required": ["edges", "pageInfo"]
|
|
10582
10067
|
}
|
|
10583
10068
|
},
|
|
10584
10069
|
"Shopify_AppTransactionSortKeys": {
|
|
@@ -10587,11 +10072,7 @@
|
|
|
10587
10072
|
"id": "Shopify_AppTransactionSortKeys",
|
|
10588
10073
|
"description": "The set of valid sort keys for the AppTransaction query.",
|
|
10589
10074
|
"schema": {
|
|
10590
|
-
"enum": [
|
|
10591
|
-
"CREATED_AT",
|
|
10592
|
-
"ID",
|
|
10593
|
-
"RELEVANCE"
|
|
10594
|
-
]
|
|
10075
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
10595
10076
|
}
|
|
10596
10077
|
},
|
|
10597
10078
|
"Shopify_AppCreditConnection": {
|
|
@@ -10616,10 +10097,7 @@
|
|
|
10616
10097
|
"description": "Information to aid in pagination."
|
|
10617
10098
|
}
|
|
10618
10099
|
},
|
|
10619
|
-
"required": [
|
|
10620
|
-
"edges",
|
|
10621
|
-
"pageInfo"
|
|
10622
|
-
]
|
|
10100
|
+
"required": ["edges", "pageInfo"]
|
|
10623
10101
|
}
|
|
10624
10102
|
},
|
|
10625
10103
|
"Shopify_AppPurchaseOneTimeConnection": {
|
|
@@ -10644,10 +10122,7 @@
|
|
|
10644
10122
|
"description": "Information to aid in pagination."
|
|
10645
10123
|
}
|
|
10646
10124
|
},
|
|
10647
|
-
"required": [
|
|
10648
|
-
"edges",
|
|
10649
|
-
"pageInfo"
|
|
10650
|
-
]
|
|
10125
|
+
"required": ["edges", "pageInfo"]
|
|
10651
10126
|
}
|
|
10652
10127
|
},
|
|
10653
10128
|
"Shopify_DeliveryCountryCodeOrRestOfWorld": {
|
|
@@ -10669,9 +10144,7 @@
|
|
|
10669
10144
|
"description": "Indicates if 'Rest of World' is applied."
|
|
10670
10145
|
}
|
|
10671
10146
|
},
|
|
10672
|
-
"required": [
|
|
10673
|
-
"restOfWorld"
|
|
10674
|
-
]
|
|
10147
|
+
"required": ["restOfWorld"]
|
|
10675
10148
|
}
|
|
10676
10149
|
},
|
|
10677
10150
|
"Shopify_DeliveryProvince": {
|
|
@@ -10704,12 +10177,7 @@
|
|
|
10704
10177
|
"description": "The name of the region, translated based on the user locale."
|
|
10705
10178
|
}
|
|
10706
10179
|
},
|
|
10707
|
-
"required": [
|
|
10708
|
-
"code",
|
|
10709
|
-
"id",
|
|
10710
|
-
"name",
|
|
10711
|
-
"translatedName"
|
|
10712
|
-
]
|
|
10180
|
+
"required": ["code", "id", "name", "translatedName"]
|
|
10713
10181
|
}
|
|
10714
10182
|
},
|
|
10715
10183
|
"Shopify_LocationEdge": {
|
|
@@ -10731,10 +10199,7 @@
|
|
|
10731
10199
|
"description": "The item at the end of LocationEdge."
|
|
10732
10200
|
}
|
|
10733
10201
|
},
|
|
10734
|
-
"required": [
|
|
10735
|
-
"cursor",
|
|
10736
|
-
"node"
|
|
10737
|
-
]
|
|
10202
|
+
"required": ["cursor", "node"]
|
|
10738
10203
|
}
|
|
10739
10204
|
},
|
|
10740
10205
|
"Shopify_DeliveryLocationGroupZone": {
|
|
@@ -10800,11 +10265,7 @@
|
|
|
10800
10265
|
"description": "The zone associated to a location group in a delivery profile."
|
|
10801
10266
|
}
|
|
10802
10267
|
},
|
|
10803
|
-
"required": [
|
|
10804
|
-
"methodDefinitionCounts",
|
|
10805
|
-
"methodDefinitions",
|
|
10806
|
-
"zone"
|
|
10807
|
-
]
|
|
10268
|
+
"required": ["methodDefinitionCounts", "methodDefinitions", "zone"]
|
|
10808
10269
|
}
|
|
10809
10270
|
},
|
|
10810
10271
|
"Shopify_SellingPlanConnection": {
|
|
@@ -10829,10 +10290,7 @@
|
|
|
10829
10290
|
"description": "Information to aid in pagination."
|
|
10830
10291
|
}
|
|
10831
10292
|
},
|
|
10832
|
-
"required": [
|
|
10833
|
-
"edges",
|
|
10834
|
-
"pageInfo"
|
|
10835
|
-
]
|
|
10293
|
+
"required": ["edges", "pageInfo"]
|
|
10836
10294
|
}
|
|
10837
10295
|
},
|
|
10838
10296
|
"Shopify_AppSubscriptionLineItem": {
|
|
@@ -10891,11 +10349,7 @@
|
|
|
10891
10349
|
"description": "Lists the store's usage for a usage pricing plan."
|
|
10892
10350
|
}
|
|
10893
10351
|
},
|
|
10894
|
-
"required": [
|
|
10895
|
-
"id",
|
|
10896
|
-
"plan",
|
|
10897
|
-
"usageRecords"
|
|
10898
|
-
]
|
|
10352
|
+
"required": ["id", "plan", "usageRecords"]
|
|
10899
10353
|
}
|
|
10900
10354
|
},
|
|
10901
10355
|
"Shopify_AppSubscriptionStatus": {
|
|
@@ -10904,15 +10358,7 @@
|
|
|
10904
10358
|
"id": "Shopify_AppSubscriptionStatus",
|
|
10905
10359
|
"description": "The status of the app subscription.",
|
|
10906
10360
|
"schema": {
|
|
10907
|
-
"enum": [
|
|
10908
|
-
"PENDING",
|
|
10909
|
-
"ACCEPTED",
|
|
10910
|
-
"ACTIVE",
|
|
10911
|
-
"DECLINED",
|
|
10912
|
-
"EXPIRED",
|
|
10913
|
-
"FROZEN",
|
|
10914
|
-
"CANCELLED"
|
|
10915
|
-
]
|
|
10361
|
+
"enum": ["PENDING", "ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "FROZEN", "CANCELLED"]
|
|
10916
10362
|
}
|
|
10917
10363
|
},
|
|
10918
10364
|
"Shopify_AppSubscriptionEdge": {
|
|
@@ -10934,10 +10380,7 @@
|
|
|
10934
10380
|
"description": "The item at the end of AppSubscriptionEdge."
|
|
10935
10381
|
}
|
|
10936
10382
|
},
|
|
10937
|
-
"required": [
|
|
10938
|
-
"cursor",
|
|
10939
|
-
"node"
|
|
10940
|
-
]
|
|
10383
|
+
"required": ["cursor", "node"]
|
|
10941
10384
|
}
|
|
10942
10385
|
},
|
|
10943
10386
|
"Shopify_AppCreditEdge": {
|
|
@@ -10959,10 +10402,7 @@
|
|
|
10959
10402
|
"description": "The item at the end of AppCreditEdge."
|
|
10960
10403
|
}
|
|
10961
10404
|
},
|
|
10962
|
-
"required": [
|
|
10963
|
-
"cursor",
|
|
10964
|
-
"node"
|
|
10965
|
-
]
|
|
10405
|
+
"required": ["cursor", "node"]
|
|
10966
10406
|
}
|
|
10967
10407
|
},
|
|
10968
10408
|
"Shopify_AppPurchaseOneTimeEdge": {
|
|
@@ -10984,10 +10424,7 @@
|
|
|
10984
10424
|
"description": "The item at the end of AppPurchaseOneTimeEdge."
|
|
10985
10425
|
}
|
|
10986
10426
|
},
|
|
10987
|
-
"required": [
|
|
10988
|
-
"cursor",
|
|
10989
|
-
"node"
|
|
10990
|
-
]
|
|
10427
|
+
"required": ["cursor", "node"]
|
|
10991
10428
|
}
|
|
10992
10429
|
},
|
|
10993
10430
|
"Shopify_DeliveryMethodDefinitionCounts": {
|
|
@@ -11009,10 +10446,7 @@
|
|
|
11009
10446
|
"description": "The number of merchant-defined method definitions in the current zone."
|
|
11010
10447
|
}
|
|
11011
10448
|
},
|
|
11012
|
-
"required": [
|
|
11013
|
-
"participantDefinitionsCount",
|
|
11014
|
-
"rateDefinitionsCount"
|
|
11015
|
-
]
|
|
10449
|
+
"required": ["participantDefinitionsCount", "rateDefinitionsCount"]
|
|
11016
10450
|
}
|
|
11017
10451
|
},
|
|
11018
10452
|
"Shopify_DeliveryMethodDefinitionType": {
|
|
@@ -11021,10 +10455,7 @@
|
|
|
11021
10455
|
"id": "Shopify_DeliveryMethodDefinitionType",
|
|
11022
10456
|
"description": "The different types of method definitions to filter by.",
|
|
11023
10457
|
"schema": {
|
|
11024
|
-
"enum": [
|
|
11025
|
-
"MERCHANT",
|
|
11026
|
-
"PARTICIPANT"
|
|
11027
|
-
]
|
|
10458
|
+
"enum": ["MERCHANT", "PARTICIPANT"]
|
|
11028
10459
|
}
|
|
11029
10460
|
},
|
|
11030
10461
|
"Shopify_MethodDefinitionSortKeys": {
|
|
@@ -11033,11 +10464,7 @@
|
|
|
11033
10464
|
"id": "Shopify_MethodDefinitionSortKeys",
|
|
11034
10465
|
"description": "The set of valid sort keys for the MethodDefinition query.",
|
|
11035
10466
|
"schema": {
|
|
11036
|
-
"enum": [
|
|
11037
|
-
"RATE_PROVIDER_TYPE",
|
|
11038
|
-
"ID",
|
|
11039
|
-
"RELEVANCE"
|
|
11040
|
-
]
|
|
10467
|
+
"enum": ["RATE_PROVIDER_TYPE", "ID", "RELEVANCE"]
|
|
11041
10468
|
}
|
|
11042
10469
|
},
|
|
11043
10470
|
"Shopify_DeliveryMethodDefinitionConnection": {
|
|
@@ -11062,10 +10489,7 @@
|
|
|
11062
10489
|
"description": "Information to aid in pagination."
|
|
11063
10490
|
}
|
|
11064
10491
|
},
|
|
11065
|
-
"required": [
|
|
11066
|
-
"edges",
|
|
11067
|
-
"pageInfo"
|
|
11068
|
-
]
|
|
10492
|
+
"required": ["edges", "pageInfo"]
|
|
11069
10493
|
}
|
|
11070
10494
|
},
|
|
11071
10495
|
"Shopify_DeliveryZone": {
|
|
@@ -11096,11 +10520,7 @@
|
|
|
11096
10520
|
"description": "The name of the zone."
|
|
11097
10521
|
}
|
|
11098
10522
|
},
|
|
11099
|
-
"required": [
|
|
11100
|
-
"countries",
|
|
11101
|
-
"id",
|
|
11102
|
-
"name"
|
|
11103
|
-
]
|
|
10523
|
+
"required": ["countries", "id", "name"]
|
|
11104
10524
|
}
|
|
11105
10525
|
},
|
|
11106
10526
|
"Shopify_SellingPlanEdge": {
|
|
@@ -11122,10 +10542,7 @@
|
|
|
11122
10542
|
"description": "The item at the end of SellingPlanEdge."
|
|
11123
10543
|
}
|
|
11124
10544
|
},
|
|
11125
|
-
"required": [
|
|
11126
|
-
"cursor",
|
|
11127
|
-
"node"
|
|
11128
|
-
]
|
|
10545
|
+
"required": ["cursor", "node"]
|
|
11129
10546
|
}
|
|
11130
10547
|
},
|
|
11131
10548
|
"Shopify_AppPlanV2": {
|
|
@@ -11142,9 +10559,7 @@
|
|
|
11142
10559
|
"description": "Defines the pricing model for the app subscription."
|
|
11143
10560
|
}
|
|
11144
10561
|
},
|
|
11145
|
-
"required": [
|
|
11146
|
-
"pricingDetails"
|
|
11147
|
-
]
|
|
10562
|
+
"required": ["pricingDetails"]
|
|
11148
10563
|
}
|
|
11149
10564
|
},
|
|
11150
10565
|
"Shopify_AppUsageRecordSortKeys": {
|
|
@@ -11153,11 +10568,7 @@
|
|
|
11153
10568
|
"id": "Shopify_AppUsageRecordSortKeys",
|
|
11154
10569
|
"description": "The set of valid sort keys for the AppUsageRecord query.",
|
|
11155
10570
|
"schema": {
|
|
11156
|
-
"enum": [
|
|
11157
|
-
"CREATED_AT",
|
|
11158
|
-
"ID",
|
|
11159
|
-
"RELEVANCE"
|
|
11160
|
-
]
|
|
10571
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
11161
10572
|
}
|
|
11162
10573
|
},
|
|
11163
10574
|
"Shopify_AppUsageRecordConnection": {
|
|
@@ -11182,10 +10593,7 @@
|
|
|
11182
10593
|
"description": "Information to aid in pagination."
|
|
11183
10594
|
}
|
|
11184
10595
|
},
|
|
11185
|
-
"required": [
|
|
11186
|
-
"edges",
|
|
11187
|
-
"pageInfo"
|
|
11188
|
-
]
|
|
10596
|
+
"required": ["edges", "pageInfo"]
|
|
11189
10597
|
}
|
|
11190
10598
|
},
|
|
11191
10599
|
"Shopify_AppCredit": {
|
|
@@ -11223,13 +10631,7 @@
|
|
|
11223
10631
|
"description": "Whether the app credit is a test transaction."
|
|
11224
10632
|
}
|
|
11225
10633
|
},
|
|
11226
|
-
"required": [
|
|
11227
|
-
"amount",
|
|
11228
|
-
"createdAt",
|
|
11229
|
-
"description",
|
|
11230
|
-
"id",
|
|
11231
|
-
"test"
|
|
11232
|
-
]
|
|
10634
|
+
"required": ["amount", "createdAt", "description", "id", "test"]
|
|
11233
10635
|
}
|
|
11234
10636
|
},
|
|
11235
10637
|
"Shopify_AppPurchaseOneTime": {
|
|
@@ -11272,14 +10674,7 @@
|
|
|
11272
10674
|
"description": "Whether the app purchase is a test transaction."
|
|
11273
10675
|
}
|
|
11274
10676
|
},
|
|
11275
|
-
"required": [
|
|
11276
|
-
"createdAt",
|
|
11277
|
-
"id",
|
|
11278
|
-
"name",
|
|
11279
|
-
"price",
|
|
11280
|
-
"status",
|
|
11281
|
-
"test"
|
|
11282
|
-
]
|
|
10677
|
+
"required": ["createdAt", "id", "name", "price", "status", "test"]
|
|
11283
10678
|
}
|
|
11284
10679
|
},
|
|
11285
10680
|
"Shopify_DeliveryMethodDefinitionEdge": {
|
|
@@ -11301,10 +10696,7 @@
|
|
|
11301
10696
|
"description": "The item at the end of DeliveryMethodDefinitionEdge."
|
|
11302
10697
|
}
|
|
11303
10698
|
},
|
|
11304
|
-
"required": [
|
|
11305
|
-
"cursor",
|
|
11306
|
-
"node"
|
|
11307
|
-
]
|
|
10699
|
+
"required": ["cursor", "node"]
|
|
11308
10700
|
}
|
|
11309
10701
|
},
|
|
11310
10702
|
"Shopify_SellingPlan": {
|
|
@@ -11368,15 +10760,7 @@
|
|
|
11368
10760
|
"description": "Selling plan pricing details."
|
|
11369
10761
|
}
|
|
11370
10762
|
},
|
|
11371
|
-
"required": [
|
|
11372
|
-
"billingPolicy",
|
|
11373
|
-
"createdAt",
|
|
11374
|
-
"deliveryPolicy",
|
|
11375
|
-
"id",
|
|
11376
|
-
"name",
|
|
11377
|
-
"options",
|
|
11378
|
-
"pricingPolicies"
|
|
11379
|
-
]
|
|
10763
|
+
"required": ["billingPolicy", "createdAt", "deliveryPolicy", "id", "name", "options", "pricingPolicies"]
|
|
11380
10764
|
}
|
|
11381
10765
|
},
|
|
11382
10766
|
"Shopify_AppPricingDetails": {
|
|
@@ -11414,10 +10798,7 @@
|
|
|
11414
10798
|
"description": "The item at the end of AppUsageRecordEdge."
|
|
11415
10799
|
}
|
|
11416
10800
|
},
|
|
11417
|
-
"required": [
|
|
11418
|
-
"cursor",
|
|
11419
|
-
"node"
|
|
11420
|
-
]
|
|
10801
|
+
"required": ["cursor", "node"]
|
|
11421
10802
|
}
|
|
11422
10803
|
},
|
|
11423
10804
|
"Shopify_AppPurchaseStatus": {
|
|
@@ -11426,13 +10807,7 @@
|
|
|
11426
10807
|
"id": "Shopify_AppPurchaseStatus",
|
|
11427
10808
|
"description": "The status of the purchase.",
|
|
11428
10809
|
"schema": {
|
|
11429
|
-
"enum": [
|
|
11430
|
-
"ACCEPTED",
|
|
11431
|
-
"ACTIVE",
|
|
11432
|
-
"DECLINED",
|
|
11433
|
-
"EXPIRED",
|
|
11434
|
-
"PENDING"
|
|
11435
|
-
]
|
|
10810
|
+
"enum": ["ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "PENDING"]
|
|
11436
10811
|
}
|
|
11437
10812
|
},
|
|
11438
10813
|
"Shopify_DeliveryMethodDefinition": {
|
|
@@ -11478,13 +10853,7 @@
|
|
|
11478
10853
|
"description": "Provided rate for this method definition, from a rate definition or participant."
|
|
11479
10854
|
}
|
|
11480
10855
|
},
|
|
11481
|
-
"required": [
|
|
11482
|
-
"active",
|
|
11483
|
-
"id",
|
|
11484
|
-
"methodConditions",
|
|
11485
|
-
"name",
|
|
11486
|
-
"rateProvider"
|
|
11487
|
-
]
|
|
10856
|
+
"required": ["active", "id", "methodConditions", "name", "rateProvider"]
|
|
11488
10857
|
}
|
|
11489
10858
|
},
|
|
11490
10859
|
"Shopify_SellingPlanBillingPolicy": {
|
|
@@ -11548,10 +10917,7 @@
|
|
|
11548
10917
|
"description": "The amount to be charged to the store every billing interval."
|
|
11549
10918
|
}
|
|
11550
10919
|
},
|
|
11551
|
-
"required": [
|
|
11552
|
-
"interval",
|
|
11553
|
-
"price"
|
|
11554
|
-
]
|
|
10920
|
+
"required": ["interval", "price"]
|
|
11555
10921
|
}
|
|
11556
10922
|
},
|
|
11557
10923
|
"Shopify_AppUsagePricing": {
|
|
@@ -11583,12 +10949,7 @@
|
|
|
11583
10949
|
"description": "The terms and conditions for app usage pricing."
|
|
11584
10950
|
}
|
|
11585
10951
|
},
|
|
11586
|
-
"required": [
|
|
11587
|
-
"balanceUsed",
|
|
11588
|
-
"cappedAmount",
|
|
11589
|
-
"interval",
|
|
11590
|
-
"terms"
|
|
11591
|
-
]
|
|
10952
|
+
"required": ["balanceUsed", "cappedAmount", "interval", "terms"]
|
|
11592
10953
|
}
|
|
11593
10954
|
},
|
|
11594
10955
|
"Shopify_AppUsageRecord": {
|
|
@@ -11626,13 +10987,7 @@
|
|
|
11626
10987
|
"description": "Defines the usage pricing plan the merchant is subscribed to."
|
|
11627
10988
|
}
|
|
11628
10989
|
},
|
|
11629
|
-
"required": [
|
|
11630
|
-
"createdAt",
|
|
11631
|
-
"description",
|
|
11632
|
-
"id",
|
|
11633
|
-
"price",
|
|
11634
|
-
"subscriptionLineItem"
|
|
11635
|
-
]
|
|
10990
|
+
"required": ["createdAt", "description", "id", "price", "subscriptionLineItem"]
|
|
11636
10991
|
}
|
|
11637
10992
|
},
|
|
11638
10993
|
"Shopify_DeliveryCondition": {
|
|
@@ -11665,12 +11020,7 @@
|
|
|
11665
11020
|
"description": "The operator to compare the field and criteria."
|
|
11666
11021
|
}
|
|
11667
11022
|
},
|
|
11668
|
-
"required": [
|
|
11669
|
-
"conditionCriteria",
|
|
11670
|
-
"field",
|
|
11671
|
-
"id",
|
|
11672
|
-
"operator"
|
|
11673
|
-
]
|
|
11023
|
+
"required": ["conditionCriteria", "field", "id", "operator"]
|
|
11674
11024
|
}
|
|
11675
11025
|
},
|
|
11676
11026
|
"Shopify_DeliveryRateProvider": {
|
|
@@ -11731,12 +11081,7 @@
|
|
|
11731
11081
|
"description": "Minimum number of billing iterations."
|
|
11732
11082
|
}
|
|
11733
11083
|
},
|
|
11734
|
-
"required": [
|
|
11735
|
-
"anchors",
|
|
11736
|
-
"createdAt",
|
|
11737
|
-
"interval",
|
|
11738
|
-
"intervalCount"
|
|
11739
|
-
]
|
|
11084
|
+
"required": ["anchors", "createdAt", "interval", "intervalCount"]
|
|
11740
11085
|
}
|
|
11741
11086
|
},
|
|
11742
11087
|
"Shopify_SellingPlanRecurringDeliveryPolicy": {
|
|
@@ -11786,14 +11131,7 @@
|
|
|
11786
11131
|
"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`."
|
|
11787
11132
|
}
|
|
11788
11133
|
},
|
|
11789
|
-
"required": [
|
|
11790
|
-
"anchors",
|
|
11791
|
-
"createdAt",
|
|
11792
|
-
"intent",
|
|
11793
|
-
"interval",
|
|
11794
|
-
"intervalCount",
|
|
11795
|
-
"preAnchorBehavior"
|
|
11796
|
-
]
|
|
11134
|
+
"required": ["anchors", "createdAt", "intent", "interval", "intervalCount", "preAnchorBehavior"]
|
|
11797
11135
|
}
|
|
11798
11136
|
},
|
|
11799
11137
|
"Shopify_SellingPlanFixedPricingPolicy": {
|
|
@@ -11820,11 +11158,7 @@
|
|
|
11820
11158
|
"@mapping": "gregs-takeshape-store:SellingPlanFixedPricingPolicy.createdAt"
|
|
11821
11159
|
}
|
|
11822
11160
|
},
|
|
11823
|
-
"required": [
|
|
11824
|
-
"adjustmentType",
|
|
11825
|
-
"adjustmentValue",
|
|
11826
|
-
"createdAt"
|
|
11827
|
-
]
|
|
11161
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"]
|
|
11828
11162
|
}
|
|
11829
11163
|
},
|
|
11830
11164
|
"Shopify_SellingPlanRecurringPricingPolicy": {
|
|
@@ -11856,11 +11190,7 @@
|
|
|
11856
11190
|
"@mapping": "gregs-takeshape-store:SellingPlanRecurringPricingPolicy.createdAt"
|
|
11857
11191
|
}
|
|
11858
11192
|
},
|
|
11859
|
-
"required": [
|
|
11860
|
-
"adjustmentType",
|
|
11861
|
-
"adjustmentValue",
|
|
11862
|
-
"createdAt"
|
|
11863
|
-
]
|
|
11193
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"]
|
|
11864
11194
|
}
|
|
11865
11195
|
},
|
|
11866
11196
|
"Shopify_AppPricingInterval": {
|
|
@@ -11869,10 +11199,7 @@
|
|
|
11869
11199
|
"id": "Shopify_AppPricingInterval",
|
|
11870
11200
|
"description": "The billing frequency for the app.",
|
|
11871
11201
|
"schema": {
|
|
11872
|
-
"enum": [
|
|
11873
|
-
"ANNUAL",
|
|
11874
|
-
"EVERY_30_DAYS"
|
|
11875
|
-
]
|
|
11202
|
+
"enum": ["ANNUAL", "EVERY_30_DAYS"]
|
|
11876
11203
|
}
|
|
11877
11204
|
},
|
|
11878
11205
|
"Shopify_DeliveryConditionCriteria": {
|
|
@@ -11897,10 +11224,7 @@
|
|
|
11897
11224
|
"id": "Shopify_DeliveryConditionField",
|
|
11898
11225
|
"description": "The field type that the condition will be applied to.",
|
|
11899
11226
|
"schema": {
|
|
11900
|
-
"enum": [
|
|
11901
|
-
"TOTAL_WEIGHT",
|
|
11902
|
-
"TOTAL_PRICE"
|
|
11903
|
-
]
|
|
11227
|
+
"enum": ["TOTAL_WEIGHT", "TOTAL_PRICE"]
|
|
11904
11228
|
}
|
|
11905
11229
|
},
|
|
11906
11230
|
"Shopify_DeliveryConditionOperator": {
|
|
@@ -11909,10 +11233,7 @@
|
|
|
11909
11233
|
"id": "Shopify_DeliveryConditionOperator",
|
|
11910
11234
|
"description": "The operator to use to determine if the condition passes.",
|
|
11911
11235
|
"schema": {
|
|
11912
|
-
"enum": [
|
|
11913
|
-
"GREATER_THAN_OR_EQUAL_TO",
|
|
11914
|
-
"LESS_THAN_OR_EQUAL_TO"
|
|
11915
|
-
]
|
|
11236
|
+
"enum": ["GREATER_THAN_OR_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO"]
|
|
11916
11237
|
}
|
|
11917
11238
|
},
|
|
11918
11239
|
"Shopify_DeliveryParticipant": {
|
|
@@ -11958,13 +11279,7 @@
|
|
|
11958
11279
|
"description": "The merchant-set percentage-of-rate fee for this participant."
|
|
11959
11280
|
}
|
|
11960
11281
|
},
|
|
11961
|
-
"required": [
|
|
11962
|
-
"adaptToNewServicesFlag",
|
|
11963
|
-
"carrierService",
|
|
11964
|
-
"id",
|
|
11965
|
-
"participantServices",
|
|
11966
|
-
"percentageOfRateFee"
|
|
11967
|
-
]
|
|
11282
|
+
"required": ["adaptToNewServicesFlag", "carrierService", "id", "participantServices", "percentageOfRateFee"]
|
|
11968
11283
|
}
|
|
11969
11284
|
},
|
|
11970
11285
|
"Shopify_DeliveryRateDefinition": {
|
|
@@ -11987,10 +11302,7 @@
|
|
|
11987
11302
|
"description": "The price of this rate."
|
|
11988
11303
|
}
|
|
11989
11304
|
},
|
|
11990
|
-
"required": [
|
|
11991
|
-
"id",
|
|
11992
|
-
"price"
|
|
11993
|
-
]
|
|
11305
|
+
"required": ["id", "price"]
|
|
11994
11306
|
}
|
|
11995
11307
|
},
|
|
11996
11308
|
"Shopify_SellingPlanAnchor": {
|
|
@@ -12017,10 +11329,7 @@
|
|
|
12017
11329
|
"description": "Represents the anchor type, it can be one one of WEEKDAY, MONTHDAY, YEARDAY."
|
|
12018
11330
|
}
|
|
12019
11331
|
},
|
|
12020
|
-
"required": [
|
|
12021
|
-
"day",
|
|
12022
|
-
"type"
|
|
12023
|
-
]
|
|
11332
|
+
"required": ["day", "type"]
|
|
12024
11333
|
}
|
|
12025
11334
|
},
|
|
12026
11335
|
"Shopify_SellingPlanInterval": {
|
|
@@ -12029,12 +11338,7 @@
|
|
|
12029
11338
|
"id": "Shopify_SellingPlanInterval",
|
|
12030
11339
|
"description": "Represents valid selling plan interval.",
|
|
12031
11340
|
"schema": {
|
|
12032
|
-
"enum": [
|
|
12033
|
-
"DAY",
|
|
12034
|
-
"WEEK",
|
|
12035
|
-
"MONTH",
|
|
12036
|
-
"YEAR"
|
|
12037
|
-
]
|
|
11341
|
+
"enum": ["DAY", "WEEK", "MONTH", "YEAR"]
|
|
12038
11342
|
}
|
|
12039
11343
|
},
|
|
12040
11344
|
"Shopify_SellingPlanRecurringDeliveryPolicyIntent": {
|
|
@@ -12043,9 +11347,7 @@
|
|
|
12043
11347
|
"id": "Shopify_SellingPlanRecurringDeliveryPolicyIntent",
|
|
12044
11348
|
"description": "Possible intentions of a Delivery Policy.",
|
|
12045
11349
|
"schema": {
|
|
12046
|
-
"enum": [
|
|
12047
|
-
"FULFILLMENT_BEGIN"
|
|
12048
|
-
]
|
|
11350
|
+
"enum": ["FULFILLMENT_BEGIN"]
|
|
12049
11351
|
}
|
|
12050
11352
|
},
|
|
12051
11353
|
"Shopify_SellingPlanRecurringDeliveryPolicyPreAnchorBehavior": {
|
|
@@ -12054,10 +11356,7 @@
|
|
|
12054
11356
|
"id": "Shopify_SellingPlanRecurringDeliveryPolicyPreAnchorBehavior",
|
|
12055
11357
|
"description": "Possible fulfillment or delivery behaviors of the first fulfillment when the orderis placed before the anchor.",
|
|
12056
11358
|
"schema": {
|
|
12057
|
-
"enum": [
|
|
12058
|
-
"ASAP",
|
|
12059
|
-
"NEXT"
|
|
12060
|
-
]
|
|
11359
|
+
"enum": ["ASAP", "NEXT"]
|
|
12061
11360
|
}
|
|
12062
11361
|
},
|
|
12063
11362
|
"Shopify_SellingPlanPricingPolicyAdjustmentType": {
|
|
@@ -12066,11 +11365,7 @@
|
|
|
12066
11365
|
"id": "Shopify_SellingPlanPricingPolicyAdjustmentType",
|
|
12067
11366
|
"description": "Represents a selling plan pricing policy adjustment type.",
|
|
12068
11367
|
"schema": {
|
|
12069
|
-
"enum": [
|
|
12070
|
-
"PERCENTAGE",
|
|
12071
|
-
"FIXED_AMOUNT",
|
|
12072
|
-
"PRICE"
|
|
12073
|
-
]
|
|
11368
|
+
"enum": ["PERCENTAGE", "FIXED_AMOUNT", "PRICE"]
|
|
12074
11369
|
}
|
|
12075
11370
|
},
|
|
12076
11371
|
"Shopify_SellingPlanPricingPolicyAdjustmentValue": {
|
|
@@ -12108,10 +11403,7 @@
|
|
|
12108
11403
|
"description": "The weight using the unit system specified with `unit`."
|
|
12109
11404
|
}
|
|
12110
11405
|
},
|
|
12111
|
-
"required": [
|
|
12112
|
-
"unit",
|
|
12113
|
-
"value"
|
|
12114
|
-
]
|
|
11406
|
+
"required": ["unit", "value"]
|
|
12115
11407
|
}
|
|
12116
11408
|
},
|
|
12117
11409
|
"Shopify_DeliveryCarrierService": {
|
|
@@ -12151,9 +11443,7 @@
|
|
|
12151
11443
|
"description": "Use Rest of World as the destination."
|
|
12152
11444
|
}
|
|
12153
11445
|
},
|
|
12154
|
-
"required": [
|
|
12155
|
-
"restOfWorld"
|
|
12156
|
-
]
|
|
11446
|
+
"required": ["restOfWorld"]
|
|
12157
11447
|
},
|
|
12158
11448
|
"description": "Services offered for given destinations."
|
|
12159
11449
|
},
|
|
@@ -12179,11 +11469,7 @@
|
|
|
12179
11469
|
"description": "The name of the service provider."
|
|
12180
11470
|
}
|
|
12181
11471
|
},
|
|
12182
|
-
"required": [
|
|
12183
|
-
"availableServicesForCountries",
|
|
12184
|
-
"icon",
|
|
12185
|
-
"id"
|
|
12186
|
-
]
|
|
11472
|
+
"required": ["availableServicesForCountries", "icon", "id"]
|
|
12187
11473
|
}
|
|
12188
11474
|
},
|
|
12189
11475
|
"Shopify_DeliveryParticipantService": {
|
|
@@ -12205,10 +11491,7 @@
|
|
|
12205
11491
|
"description": "Name of the service."
|
|
12206
11492
|
}
|
|
12207
11493
|
},
|
|
12208
|
-
"required": [
|
|
12209
|
-
"active",
|
|
12210
|
-
"name"
|
|
12211
|
-
]
|
|
11494
|
+
"required": ["active", "name"]
|
|
12212
11495
|
}
|
|
12213
11496
|
},
|
|
12214
11497
|
"Shopify_SellingPlanAnchorType": {
|
|
@@ -12217,11 +11500,7 @@
|
|
|
12217
11500
|
"id": "Shopify_SellingPlanAnchorType",
|
|
12218
11501
|
"description": "Represents the anchor type.",
|
|
12219
11502
|
"schema": {
|
|
12220
|
-
"enum": [
|
|
12221
|
-
"WEEKDAY",
|
|
12222
|
-
"MONTHDAY",
|
|
12223
|
-
"YEARDAY"
|
|
12224
|
-
]
|
|
11503
|
+
"enum": ["WEEKDAY", "MONTHDAY", "YEARDAY"]
|
|
12225
11504
|
}
|
|
12226
11505
|
},
|
|
12227
11506
|
"Shopify_SellingPlanPricingPolicyPercentageValue": {
|
|
@@ -12238,9 +11517,7 @@
|
|
|
12238
11517
|
"description": "The percentage value."
|
|
12239
11518
|
}
|
|
12240
11519
|
},
|
|
12241
|
-
"required": [
|
|
12242
|
-
"percentage"
|
|
12243
|
-
]
|
|
11520
|
+
"required": ["percentage"]
|
|
12244
11521
|
}
|
|
12245
11522
|
},
|
|
12246
11523
|
"Shopify_DeliveryAvailableService": {
|
|
@@ -12262,10 +11539,7 @@
|
|
|
12262
11539
|
"description": "The name of the service."
|
|
12263
11540
|
}
|
|
12264
11541
|
},
|
|
12265
|
-
"required": [
|
|
12266
|
-
"countries",
|
|
12267
|
-
"name"
|
|
12268
|
-
]
|
|
11542
|
+
"required": ["countries", "name"]
|
|
12269
11543
|
}
|
|
12270
11544
|
},
|
|
12271
11545
|
"Shopify_DeliveryCountryCodesOrRestOfWorld": {
|
|
@@ -12290,12 +11564,9 @@
|
|
|
12290
11564
|
"description": "Indicates if 'Rest of World' is applied."
|
|
12291
11565
|
}
|
|
12292
11566
|
},
|
|
12293
|
-
"required": [
|
|
12294
|
-
"countryCodes",
|
|
12295
|
-
"restOfWorld"
|
|
12296
|
-
]
|
|
11567
|
+
"required": ["countryCodes", "restOfWorld"]
|
|
12297
11568
|
}
|
|
12298
11569
|
}
|
|
12299
11570
|
},
|
|
12300
|
-
"schemaVersion": "3.
|
|
12301
|
-
}
|
|
11571
|
+
"schemaVersion": "3.51.0"
|
|
11572
|
+
}
|