@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": "a895a9e2-4627-424d-8f0c-145fd84ed1de",
|
|
4
4
|
"defaultLocale": "en-us",
|
|
5
|
-
"locales": [
|
|
6
|
-
"en-us"
|
|
7
|
-
],
|
|
5
|
+
"locales": ["en-us"],
|
|
8
6
|
"workflows": {},
|
|
9
7
|
"forms": {},
|
|
10
8
|
"services": {
|
|
@@ -470,9 +468,7 @@
|
|
|
470
468
|
"description": "The ID of the collection to check."
|
|
471
469
|
}
|
|
472
470
|
},
|
|
473
|
-
"required": [
|
|
474
|
-
"id"
|
|
475
|
-
]
|
|
471
|
+
"required": ["id"]
|
|
476
472
|
},
|
|
477
473
|
"description": "Whether the product is in a given collection."
|
|
478
474
|
},
|
|
@@ -542,10 +538,7 @@
|
|
|
542
538
|
"description": "The key for the metafield."
|
|
543
539
|
}
|
|
544
540
|
},
|
|
545
|
-
"required": [
|
|
546
|
-
"namespace",
|
|
547
|
-
"key"
|
|
548
|
-
]
|
|
541
|
+
"required": ["namespace", "key"]
|
|
549
542
|
},
|
|
550
543
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
551
544
|
},
|
|
@@ -637,10 +630,7 @@
|
|
|
637
630
|
"description": "The key for the private metafield."
|
|
638
631
|
}
|
|
639
632
|
},
|
|
640
|
-
"required": [
|
|
641
|
-
"namespace",
|
|
642
|
-
"key"
|
|
643
|
-
]
|
|
633
|
+
"required": ["namespace", "key"]
|
|
644
634
|
},
|
|
645
635
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
646
636
|
},
|
|
@@ -786,9 +776,7 @@
|
|
|
786
776
|
"description": "The ID of the channel to check."
|
|
787
777
|
}
|
|
788
778
|
},
|
|
789
|
-
"required": [
|
|
790
|
-
"channelId"
|
|
791
|
-
]
|
|
779
|
+
"required": ["channelId"]
|
|
792
780
|
},
|
|
793
781
|
"description": "Check to see whether the resource is published to a given channel."
|
|
794
782
|
},
|
|
@@ -815,9 +803,7 @@
|
|
|
815
803
|
"description": "The ID of the publication to check."
|
|
816
804
|
}
|
|
817
805
|
},
|
|
818
|
-
"required": [
|
|
819
|
-
"publicationId"
|
|
820
|
-
]
|
|
806
|
+
"required": ["publicationId"]
|
|
821
807
|
},
|
|
822
808
|
"description": "Check to see whether the resource is published to a given publication."
|
|
823
809
|
},
|
|
@@ -965,9 +951,7 @@
|
|
|
965
951
|
"description": "Filters translations locale."
|
|
966
952
|
}
|
|
967
953
|
},
|
|
968
|
-
"required": [
|
|
969
|
-
"locale"
|
|
970
|
-
]
|
|
954
|
+
"required": ["locale"]
|
|
971
955
|
},
|
|
972
956
|
"description": "The translations associated with the resource."
|
|
973
957
|
},
|
|
@@ -1248,11 +1232,7 @@
|
|
|
1248
1232
|
"description": "The value and value type of the metafield, wrapped in a ValueInput object."
|
|
1249
1233
|
}
|
|
1250
1234
|
},
|
|
1251
|
-
"required": [
|
|
1252
|
-
"namespace",
|
|
1253
|
-
"key",
|
|
1254
|
-
"valueInput"
|
|
1255
|
-
]
|
|
1235
|
+
"required": ["namespace", "key", "valueInput"]
|
|
1256
1236
|
}
|
|
1257
1237
|
},
|
|
1258
1238
|
"Shopify_ProductPublicationInput": {
|
|
@@ -1449,11 +1429,7 @@
|
|
|
1449
1429
|
"id": "Shopify_ProductStatus",
|
|
1450
1430
|
"description": "The possible product statuses.",
|
|
1451
1431
|
"schema": {
|
|
1452
|
-
"enum": [
|
|
1453
|
-
"ACTIVE",
|
|
1454
|
-
"ARCHIVED",
|
|
1455
|
-
"DRAFT"
|
|
1456
|
-
]
|
|
1432
|
+
"enum": ["ACTIVE", "ARCHIVED", "DRAFT"]
|
|
1457
1433
|
}
|
|
1458
1434
|
},
|
|
1459
1435
|
"Shopify_CollectionSortKeys": {
|
|
@@ -1462,12 +1438,7 @@
|
|
|
1462
1438
|
"id": "Shopify_CollectionSortKeys",
|
|
1463
1439
|
"description": "The set of valid sort keys for the Collection query.",
|
|
1464
1440
|
"schema": {
|
|
1465
|
-
"enum": [
|
|
1466
|
-
"TITLE",
|
|
1467
|
-
"UPDATED_AT",
|
|
1468
|
-
"ID",
|
|
1469
|
-
"RELEVANCE"
|
|
1470
|
-
]
|
|
1441
|
+
"enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
|
|
1471
1442
|
}
|
|
1472
1443
|
},
|
|
1473
1444
|
"Shopify_CollectionConnection": {
|
|
@@ -1492,10 +1463,7 @@
|
|
|
1492
1463
|
"description": "Information to aid in pagination."
|
|
1493
1464
|
}
|
|
1494
1465
|
},
|
|
1495
|
-
"required": [
|
|
1496
|
-
"edges",
|
|
1497
|
-
"pageInfo"
|
|
1498
|
-
]
|
|
1466
|
+
"required": ["edges", "pageInfo"]
|
|
1499
1467
|
}
|
|
1500
1468
|
},
|
|
1501
1469
|
"Shopify_Image": {
|
|
@@ -1537,10 +1505,7 @@
|
|
|
1537
1505
|
"description": "The key for the metafield."
|
|
1538
1506
|
}
|
|
1539
1507
|
},
|
|
1540
|
-
"required": [
|
|
1541
|
-
"namespace",
|
|
1542
|
-
"key"
|
|
1543
|
-
]
|
|
1508
|
+
"required": ["namespace", "key"]
|
|
1544
1509
|
},
|
|
1545
1510
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
1546
1511
|
},
|
|
@@ -1600,10 +1565,7 @@
|
|
|
1600
1565
|
"description": "The key for the private metafield."
|
|
1601
1566
|
}
|
|
1602
1567
|
},
|
|
1603
|
-
"required": [
|
|
1604
|
-
"namespace",
|
|
1605
|
-
"key"
|
|
1606
|
-
]
|
|
1568
|
+
"required": ["namespace", "key"]
|
|
1607
1569
|
},
|
|
1608
1570
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
1609
1571
|
},
|
|
@@ -1686,13 +1648,7 @@
|
|
|
1686
1648
|
"description": "The original width of the image in pixels. Returns `null` if the image is not hosted by Shopify."
|
|
1687
1649
|
}
|
|
1688
1650
|
},
|
|
1689
|
-
"required": [
|
|
1690
|
-
"metafields",
|
|
1691
|
-
"originalSrc",
|
|
1692
|
-
"privateMetafields",
|
|
1693
|
-
"src",
|
|
1694
|
-
"transformedSrc"
|
|
1695
|
-
]
|
|
1651
|
+
"required": ["metafields", "originalSrc", "privateMetafields", "src", "transformedSrc"]
|
|
1696
1652
|
}
|
|
1697
1653
|
},
|
|
1698
1654
|
"Shopify_Media": {
|
|
@@ -1732,11 +1688,7 @@
|
|
|
1732
1688
|
"description": "Current status of the media."
|
|
1733
1689
|
}
|
|
1734
1690
|
},
|
|
1735
|
-
"required": [
|
|
1736
|
-
"mediaContentType",
|
|
1737
|
-
"mediaErrors",
|
|
1738
|
-
"status"
|
|
1739
|
-
]
|
|
1691
|
+
"required": ["mediaContentType", "mediaErrors", "status"]
|
|
1740
1692
|
}
|
|
1741
1693
|
},
|
|
1742
1694
|
"Shopify_ResourceFeedback": {
|
|
@@ -1770,11 +1722,7 @@
|
|
|
1770
1722
|
"description": "Summary of resource feedback pertaining to the resource."
|
|
1771
1723
|
}
|
|
1772
1724
|
},
|
|
1773
|
-
"required": [
|
|
1774
|
-
"appFeedback",
|
|
1775
|
-
"details",
|
|
1776
|
-
"summary"
|
|
1777
|
-
]
|
|
1725
|
+
"required": ["appFeedback", "details", "summary"]
|
|
1778
1726
|
}
|
|
1779
1727
|
},
|
|
1780
1728
|
"Shopify_ProductImageSortKeys": {
|
|
@@ -1783,12 +1731,7 @@
|
|
|
1783
1731
|
"id": "Shopify_ProductImageSortKeys",
|
|
1784
1732
|
"description": "The set of valid sort keys for the ProductImage query.",
|
|
1785
1733
|
"schema": {
|
|
1786
|
-
"enum": [
|
|
1787
|
-
"CREATED_AT",
|
|
1788
|
-
"POSITION",
|
|
1789
|
-
"ID",
|
|
1790
|
-
"RELEVANCE"
|
|
1791
|
-
]
|
|
1734
|
+
"enum": ["CREATED_AT", "POSITION", "ID", "RELEVANCE"]
|
|
1792
1735
|
}
|
|
1793
1736
|
},
|
|
1794
1737
|
"Shopify_CropRegion": {
|
|
@@ -1797,13 +1740,7 @@
|
|
|
1797
1740
|
"id": "Shopify_CropRegion",
|
|
1798
1741
|
"description": "The part of the image that should remain after cropping.",
|
|
1799
1742
|
"schema": {
|
|
1800
|
-
"enum": [
|
|
1801
|
-
"CENTER",
|
|
1802
|
-
"TOP",
|
|
1803
|
-
"BOTTOM",
|
|
1804
|
-
"LEFT",
|
|
1805
|
-
"RIGHT"
|
|
1806
|
-
]
|
|
1743
|
+
"enum": ["CENTER", "TOP", "BOTTOM", "LEFT", "RIGHT"]
|
|
1807
1744
|
}
|
|
1808
1745
|
},
|
|
1809
1746
|
"Shopify_ImageConnection": {
|
|
@@ -1828,10 +1765,7 @@
|
|
|
1828
1765
|
"description": "Information to aid in pagination."
|
|
1829
1766
|
}
|
|
1830
1767
|
},
|
|
1831
|
-
"required": [
|
|
1832
|
-
"edges",
|
|
1833
|
-
"pageInfo"
|
|
1834
|
-
]
|
|
1768
|
+
"required": ["edges", "pageInfo"]
|
|
1835
1769
|
}
|
|
1836
1770
|
},
|
|
1837
1771
|
"Shopify_ProductMediaSortKeys": {
|
|
@@ -1840,11 +1774,7 @@
|
|
|
1840
1774
|
"id": "Shopify_ProductMediaSortKeys",
|
|
1841
1775
|
"description": "The set of valid sort keys for the ProductMedia query.",
|
|
1842
1776
|
"schema": {
|
|
1843
|
-
"enum": [
|
|
1844
|
-
"POSITION",
|
|
1845
|
-
"ID",
|
|
1846
|
-
"RELEVANCE"
|
|
1847
|
-
]
|
|
1777
|
+
"enum": ["POSITION", "ID", "RELEVANCE"]
|
|
1848
1778
|
}
|
|
1849
1779
|
},
|
|
1850
1780
|
"Shopify_MediaConnection": {
|
|
@@ -1869,10 +1799,7 @@
|
|
|
1869
1799
|
"description": "Information to aid in pagination."
|
|
1870
1800
|
}
|
|
1871
1801
|
},
|
|
1872
|
-
"required": [
|
|
1873
|
-
"edges",
|
|
1874
|
-
"pageInfo"
|
|
1875
|
-
]
|
|
1802
|
+
"required": ["edges", "pageInfo"]
|
|
1876
1803
|
}
|
|
1877
1804
|
},
|
|
1878
1805
|
"Shopify_Metafield": {
|
|
@@ -1971,10 +1898,7 @@
|
|
|
1971
1898
|
"description": "Information to aid in pagination."
|
|
1972
1899
|
}
|
|
1973
1900
|
},
|
|
1974
|
-
"required": [
|
|
1975
|
-
"edges",
|
|
1976
|
-
"pageInfo"
|
|
1977
|
-
]
|
|
1901
|
+
"required": ["edges", "pageInfo"]
|
|
1978
1902
|
}
|
|
1979
1903
|
},
|
|
1980
1904
|
"Shopify_ProductOption": {
|
|
@@ -2015,9 +1939,7 @@
|
|
|
2015
1939
|
"description": "Filters translations locale."
|
|
2016
1940
|
}
|
|
2017
1941
|
},
|
|
2018
|
-
"required": [
|
|
2019
|
-
"locale"
|
|
2020
|
-
]
|
|
1942
|
+
"required": ["locale"]
|
|
2021
1943
|
},
|
|
2022
1944
|
"description": "The translations associated with the resource."
|
|
2023
1945
|
},
|
|
@@ -2030,13 +1952,7 @@
|
|
|
2030
1952
|
"description": "The corresponding value to the product option name."
|
|
2031
1953
|
}
|
|
2032
1954
|
},
|
|
2033
|
-
"required": [
|
|
2034
|
-
"id",
|
|
2035
|
-
"name",
|
|
2036
|
-
"position",
|
|
2037
|
-
"translations",
|
|
2038
|
-
"values"
|
|
2039
|
-
]
|
|
1955
|
+
"required": ["id", "name", "position", "translations", "values"]
|
|
2040
1956
|
}
|
|
2041
1957
|
},
|
|
2042
1958
|
"Shopify_ProductPriceRange": {
|
|
@@ -2058,10 +1974,7 @@
|
|
|
2058
1974
|
"description": "The lowest variant's price."
|
|
2059
1975
|
}
|
|
2060
1976
|
},
|
|
2061
|
-
"required": [
|
|
2062
|
-
"maxVariantPrice",
|
|
2063
|
-
"minVariantPrice"
|
|
2064
|
-
]
|
|
1977
|
+
"required": ["maxVariantPrice", "minVariantPrice"]
|
|
2065
1978
|
}
|
|
2066
1979
|
},
|
|
2067
1980
|
"Shopify_ProductPriceRangeV2": {
|
|
@@ -2083,10 +1996,7 @@
|
|
|
2083
1996
|
"description": "The lowest variant's price."
|
|
2084
1997
|
}
|
|
2085
1998
|
},
|
|
2086
|
-
"required": [
|
|
2087
|
-
"maxVariantPrice",
|
|
2088
|
-
"minVariantPrice"
|
|
2089
|
-
]
|
|
1999
|
+
"required": ["maxVariantPrice", "minVariantPrice"]
|
|
2090
2000
|
}
|
|
2091
2001
|
},
|
|
2092
2002
|
"Shopify_PrivateMetafield": {
|
|
@@ -2134,15 +2044,7 @@
|
|
|
2134
2044
|
"description": "Represents the private metafield value type."
|
|
2135
2045
|
}
|
|
2136
2046
|
},
|
|
2137
|
-
"required": [
|
|
2138
|
-
"createdAt",
|
|
2139
|
-
"id",
|
|
2140
|
-
"key",
|
|
2141
|
-
"namespace",
|
|
2142
|
-
"updatedAt",
|
|
2143
|
-
"value",
|
|
2144
|
-
"valueType"
|
|
2145
|
-
]
|
|
2047
|
+
"required": ["createdAt", "id", "key", "namespace", "updatedAt", "value", "valueType"]
|
|
2146
2048
|
}
|
|
2147
2049
|
},
|
|
2148
2050
|
"Shopify_PrivateMetafieldConnection": {
|
|
@@ -2167,10 +2069,7 @@
|
|
|
2167
2069
|
"description": "Information to aid in pagination."
|
|
2168
2070
|
}
|
|
2169
2071
|
},
|
|
2170
|
-
"required": [
|
|
2171
|
-
"edges",
|
|
2172
|
-
"pageInfo"
|
|
2173
|
-
]
|
|
2072
|
+
"required": ["edges", "pageInfo"]
|
|
2174
2073
|
}
|
|
2175
2074
|
},
|
|
2176
2075
|
"Shopify_ProductPublicationConnection": {
|
|
@@ -2195,10 +2094,7 @@
|
|
|
2195
2094
|
"description": "Information to aid in pagination."
|
|
2196
2095
|
}
|
|
2197
2096
|
},
|
|
2198
|
-
"required": [
|
|
2199
|
-
"edges",
|
|
2200
|
-
"pageInfo"
|
|
2201
|
-
]
|
|
2097
|
+
"required": ["edges", "pageInfo"]
|
|
2202
2098
|
}
|
|
2203
2099
|
},
|
|
2204
2100
|
"Shopify_ResourcePublicationConnection": {
|
|
@@ -2223,10 +2119,7 @@
|
|
|
2223
2119
|
"description": "Information to aid in pagination."
|
|
2224
2120
|
}
|
|
2225
2121
|
},
|
|
2226
|
-
"required": [
|
|
2227
|
-
"edges",
|
|
2228
|
-
"pageInfo"
|
|
2229
|
-
]
|
|
2122
|
+
"required": ["edges", "pageInfo"]
|
|
2230
2123
|
}
|
|
2231
2124
|
},
|
|
2232
2125
|
"Shopify_ResourcePublicationV2Connection": {
|
|
@@ -2251,10 +2144,7 @@
|
|
|
2251
2144
|
"description": "Information to aid in pagination."
|
|
2252
2145
|
}
|
|
2253
2146
|
},
|
|
2254
|
-
"required": [
|
|
2255
|
-
"edges",
|
|
2256
|
-
"pageInfo"
|
|
2257
|
-
]
|
|
2147
|
+
"required": ["edges", "pageInfo"]
|
|
2258
2148
|
}
|
|
2259
2149
|
},
|
|
2260
2150
|
"Shopify_SEO": {
|
|
@@ -2302,10 +2192,7 @@
|
|
|
2302
2192
|
"description": "The translation value."
|
|
2303
2193
|
}
|
|
2304
2194
|
},
|
|
2305
|
-
"required": [
|
|
2306
|
-
"key",
|
|
2307
|
-
"locale"
|
|
2308
|
-
]
|
|
2195
|
+
"required": ["key", "locale"]
|
|
2309
2196
|
}
|
|
2310
2197
|
},
|
|
2311
2198
|
"Shopify_ChannelConnection": {
|
|
@@ -2330,10 +2217,7 @@
|
|
|
2330
2217
|
"description": "Information to aid in pagination."
|
|
2331
2218
|
}
|
|
2332
2219
|
},
|
|
2333
|
-
"required": [
|
|
2334
|
-
"edges",
|
|
2335
|
-
"pageInfo"
|
|
2336
|
-
]
|
|
2220
|
+
"required": ["edges", "pageInfo"]
|
|
2337
2221
|
}
|
|
2338
2222
|
},
|
|
2339
2223
|
"Shopify_PublicationConnection": {
|
|
@@ -2358,10 +2242,7 @@
|
|
|
2358
2242
|
"description": "Information to aid in pagination."
|
|
2359
2243
|
}
|
|
2360
2244
|
},
|
|
2361
|
-
"required": [
|
|
2362
|
-
"edges",
|
|
2363
|
-
"pageInfo"
|
|
2364
|
-
]
|
|
2245
|
+
"required": ["edges", "pageInfo"]
|
|
2365
2246
|
}
|
|
2366
2247
|
},
|
|
2367
2248
|
"Shopify_ProductVariantSortKeys": {
|
|
@@ -2408,10 +2289,7 @@
|
|
|
2408
2289
|
"description": "Information to aid in pagination."
|
|
2409
2290
|
}
|
|
2410
2291
|
},
|
|
2411
|
-
"required": [
|
|
2412
|
-
"edges",
|
|
2413
|
-
"pageInfo"
|
|
2414
|
-
]
|
|
2292
|
+
"required": ["edges", "pageInfo"]
|
|
2415
2293
|
}
|
|
2416
2294
|
},
|
|
2417
2295
|
"Shopify_PrivateMetafieldValueInput": {
|
|
@@ -2433,10 +2311,7 @@
|
|
|
2433
2311
|
"description": "Represents the private metafield value type."
|
|
2434
2312
|
}
|
|
2435
2313
|
},
|
|
2436
|
-
"required": [
|
|
2437
|
-
"value",
|
|
2438
|
-
"valueType"
|
|
2439
|
-
]
|
|
2314
|
+
"required": ["value", "valueType"]
|
|
2440
2315
|
}
|
|
2441
2316
|
},
|
|
2442
2317
|
"Shopify_ProductVariantInventoryManagement": {
|
|
@@ -2445,11 +2320,7 @@
|
|
|
2445
2320
|
"id": "Shopify_ProductVariantInventoryManagement",
|
|
2446
2321
|
"description": "The method of inventory tracking for a product variant.",
|
|
2447
2322
|
"schema": {
|
|
2448
|
-
"enum": [
|
|
2449
|
-
"SHOPIFY",
|
|
2450
|
-
"NOT_MANAGED",
|
|
2451
|
-
"FULFILLMENT_SERVICE"
|
|
2452
|
-
]
|
|
2323
|
+
"enum": ["SHOPIFY", "NOT_MANAGED", "FULFILLMENT_SERVICE"]
|
|
2453
2324
|
}
|
|
2454
2325
|
},
|
|
2455
2326
|
"Shopify_ProductVariantInventoryPolicy": {
|
|
@@ -2458,10 +2329,7 @@
|
|
|
2458
2329
|
"id": "Shopify_ProductVariantInventoryPolicy",
|
|
2459
2330
|
"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.",
|
|
2460
2331
|
"schema": {
|
|
2461
|
-
"enum": [
|
|
2462
|
-
"DENY",
|
|
2463
|
-
"CONTINUE"
|
|
2464
|
-
]
|
|
2332
|
+
"enum": ["DENY", "CONTINUE"]
|
|
2465
2333
|
}
|
|
2466
2334
|
},
|
|
2467
2335
|
"Shopify_InventoryLevelInput": {
|
|
@@ -2484,10 +2352,7 @@
|
|
|
2484
2352
|
"description": "ID of the location."
|
|
2485
2353
|
}
|
|
2486
2354
|
},
|
|
2487
|
-
"required": [
|
|
2488
|
-
"availableQuantity",
|
|
2489
|
-
"locationId"
|
|
2490
|
-
]
|
|
2355
|
+
"required": ["availableQuantity", "locationId"]
|
|
2491
2356
|
}
|
|
2492
2357
|
},
|
|
2493
2358
|
"Shopify_InventoryItemInput": {
|
|
@@ -2517,12 +2382,7 @@
|
|
|
2517
2382
|
"id": "Shopify_WeightUnit",
|
|
2518
2383
|
"description": "Units of measurement for weight.",
|
|
2519
2384
|
"schema": {
|
|
2520
|
-
"enum": [
|
|
2521
|
-
"KILOGRAMS",
|
|
2522
|
-
"GRAMS",
|
|
2523
|
-
"POUNDS",
|
|
2524
|
-
"OUNCES"
|
|
2525
|
-
]
|
|
2385
|
+
"enum": ["KILOGRAMS", "GRAMS", "POUNDS", "OUNCES"]
|
|
2526
2386
|
}
|
|
2527
2387
|
},
|
|
2528
2388
|
"Shopify_CollectionEdge": {
|
|
@@ -2544,10 +2404,7 @@
|
|
|
2544
2404
|
"description": "The item at the end of CollectionEdge."
|
|
2545
2405
|
}
|
|
2546
2406
|
},
|
|
2547
|
-
"required": [
|
|
2548
|
-
"cursor",
|
|
2549
|
-
"node"
|
|
2550
|
-
]
|
|
2407
|
+
"required": ["cursor", "node"]
|
|
2551
2408
|
}
|
|
2552
2409
|
},
|
|
2553
2410
|
"Shopify_PageInfo": {
|
|
@@ -2569,10 +2426,7 @@
|
|
|
2569
2426
|
"description": "Whether there are any pages prior to the current page."
|
|
2570
2427
|
}
|
|
2571
2428
|
},
|
|
2572
|
-
"required": [
|
|
2573
|
-
"hasNextPage",
|
|
2574
|
-
"hasPreviousPage"
|
|
2575
|
-
]
|
|
2429
|
+
"required": ["hasNextPage", "hasPreviousPage"]
|
|
2576
2430
|
}
|
|
2577
2431
|
},
|
|
2578
2432
|
"Shopify_ImageContentType": {
|
|
@@ -2581,11 +2435,7 @@
|
|
|
2581
2435
|
"id": "Shopify_ImageContentType",
|
|
2582
2436
|
"description": "List of supported image content types.",
|
|
2583
2437
|
"schema": {
|
|
2584
|
-
"enum": [
|
|
2585
|
-
"PNG",
|
|
2586
|
-
"JPG",
|
|
2587
|
-
"WEBP"
|
|
2588
|
-
]
|
|
2438
|
+
"enum": ["PNG", "JPG", "WEBP"]
|
|
2589
2439
|
}
|
|
2590
2440
|
},
|
|
2591
2441
|
"Shopify_MediaContentType": {
|
|
@@ -2594,12 +2444,7 @@
|
|
|
2594
2444
|
"id": "Shopify_MediaContentType",
|
|
2595
2445
|
"description": "The possible content types for a media object.",
|
|
2596
2446
|
"schema": {
|
|
2597
|
-
"enum": [
|
|
2598
|
-
"VIDEO",
|
|
2599
|
-
"EXTERNAL_VIDEO",
|
|
2600
|
-
"MODEL_3D",
|
|
2601
|
-
"IMAGE"
|
|
2602
|
-
]
|
|
2447
|
+
"enum": ["VIDEO", "EXTERNAL_VIDEO", "MODEL_3D", "IMAGE"]
|
|
2603
2448
|
}
|
|
2604
2449
|
},
|
|
2605
2450
|
"Shopify_MediaError": {
|
|
@@ -2626,10 +2471,7 @@
|
|
|
2626
2471
|
"description": "Translated error message."
|
|
2627
2472
|
}
|
|
2628
2473
|
},
|
|
2629
|
-
"required": [
|
|
2630
|
-
"code",
|
|
2631
|
-
"message"
|
|
2632
|
-
]
|
|
2474
|
+
"required": ["code", "message"]
|
|
2633
2475
|
}
|
|
2634
2476
|
},
|
|
2635
2477
|
"Shopify_MediaPreviewImage": {
|
|
@@ -2651,9 +2493,7 @@
|
|
|
2651
2493
|
"description": "Current status of the preview image."
|
|
2652
2494
|
}
|
|
2653
2495
|
},
|
|
2654
|
-
"required": [
|
|
2655
|
-
"status"
|
|
2656
|
-
]
|
|
2496
|
+
"required": ["status"]
|
|
2657
2497
|
}
|
|
2658
2498
|
},
|
|
2659
2499
|
"Shopify_MediaStatus": {
|
|
@@ -2662,12 +2502,7 @@
|
|
|
2662
2502
|
"id": "Shopify_MediaStatus",
|
|
2663
2503
|
"description": "The possible statuses for a media object.",
|
|
2664
2504
|
"schema": {
|
|
2665
|
-
"enum": [
|
|
2666
|
-
"UPLOADED",
|
|
2667
|
-
"PROCESSING",
|
|
2668
|
-
"READY",
|
|
2669
|
-
"FAILED"
|
|
2670
|
-
]
|
|
2505
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
2671
2506
|
}
|
|
2672
2507
|
},
|
|
2673
2508
|
"Shopify_AppFeedback": {
|
|
@@ -2697,10 +2532,7 @@
|
|
|
2697
2532
|
"description": "The feedback message presented to the merchant."
|
|
2698
2533
|
}
|
|
2699
2534
|
},
|
|
2700
|
-
"required": [
|
|
2701
|
-
"app",
|
|
2702
|
-
"messages"
|
|
2703
|
-
]
|
|
2535
|
+
"required": ["app", "messages"]
|
|
2704
2536
|
}
|
|
2705
2537
|
},
|
|
2706
2538
|
"Shopify_ImageEdge": {
|
|
@@ -2722,10 +2554,7 @@
|
|
|
2722
2554
|
"description": "The item at the end of ImageEdge."
|
|
2723
2555
|
}
|
|
2724
2556
|
},
|
|
2725
|
-
"required": [
|
|
2726
|
-
"cursor",
|
|
2727
|
-
"node"
|
|
2728
|
-
]
|
|
2557
|
+
"required": ["cursor", "node"]
|
|
2729
2558
|
}
|
|
2730
2559
|
},
|
|
2731
2560
|
"Shopify_MediaEdge": {
|
|
@@ -2747,10 +2576,7 @@
|
|
|
2747
2576
|
"description": "The item at the end of MediaEdge."
|
|
2748
2577
|
}
|
|
2749
2578
|
},
|
|
2750
|
-
"required": [
|
|
2751
|
-
"cursor",
|
|
2752
|
-
"node"
|
|
2753
|
-
]
|
|
2579
|
+
"required": ["cursor", "node"]
|
|
2754
2580
|
}
|
|
2755
2581
|
},
|
|
2756
2582
|
"Shopify_MetafieldOwnerType": {
|
|
@@ -2780,12 +2606,7 @@
|
|
|
2780
2606
|
"id": "Shopify_MetafieldValueType",
|
|
2781
2607
|
"description": "Metafield value types.",
|
|
2782
2608
|
"schema": {
|
|
2783
|
-
"enum": [
|
|
2784
|
-
"STRING",
|
|
2785
|
-
"INTEGER",
|
|
2786
|
-
"JSON_STRING",
|
|
2787
|
-
"BOOLEAN"
|
|
2788
|
-
]
|
|
2609
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING", "BOOLEAN"]
|
|
2789
2610
|
}
|
|
2790
2611
|
},
|
|
2791
2612
|
"Shopify_MetafieldEdge": {
|
|
@@ -2807,10 +2628,7 @@
|
|
|
2807
2628
|
"description": "The item at the end of MetafieldEdge."
|
|
2808
2629
|
}
|
|
2809
2630
|
},
|
|
2810
|
-
"required": [
|
|
2811
|
-
"cursor",
|
|
2812
|
-
"node"
|
|
2813
|
-
]
|
|
2631
|
+
"required": ["cursor", "node"]
|
|
2814
2632
|
}
|
|
2815
2633
|
},
|
|
2816
2634
|
"Shopify_MoneyV2": {
|
|
@@ -2832,10 +2650,7 @@
|
|
|
2832
2650
|
"description": "Currency of the money."
|
|
2833
2651
|
}
|
|
2834
2652
|
},
|
|
2835
|
-
"required": [
|
|
2836
|
-
"amount",
|
|
2837
|
-
"currencyCode"
|
|
2838
|
-
]
|
|
2653
|
+
"required": ["amount", "currencyCode"]
|
|
2839
2654
|
}
|
|
2840
2655
|
},
|
|
2841
2656
|
"Shopify_PrivateMetafieldValueType": {
|
|
@@ -2844,11 +2659,7 @@
|
|
|
2844
2659
|
"id": "Shopify_PrivateMetafieldValueType",
|
|
2845
2660
|
"description": "Private Metafield value types.",
|
|
2846
2661
|
"schema": {
|
|
2847
|
-
"enum": [
|
|
2848
|
-
"STRING",
|
|
2849
|
-
"INTEGER",
|
|
2850
|
-
"JSON_STRING"
|
|
2851
|
-
]
|
|
2662
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING"]
|
|
2852
2663
|
}
|
|
2853
2664
|
},
|
|
2854
2665
|
"Shopify_PrivateMetafieldEdge": {
|
|
@@ -2870,10 +2681,7 @@
|
|
|
2870
2681
|
"description": "The item at the end of PrivateMetafieldEdge."
|
|
2871
2682
|
}
|
|
2872
2683
|
},
|
|
2873
|
-
"required": [
|
|
2874
|
-
"cursor",
|
|
2875
|
-
"node"
|
|
2876
|
-
]
|
|
2684
|
+
"required": ["cursor", "node"]
|
|
2877
2685
|
}
|
|
2878
2686
|
},
|
|
2879
2687
|
"Shopify_ProductPublicationEdge": {
|
|
@@ -2895,10 +2703,7 @@
|
|
|
2895
2703
|
"description": "The item at the end of ProductPublicationEdge."
|
|
2896
2704
|
}
|
|
2897
2705
|
},
|
|
2898
|
-
"required": [
|
|
2899
|
-
"cursor",
|
|
2900
|
-
"node"
|
|
2901
|
-
]
|
|
2706
|
+
"required": ["cursor", "node"]
|
|
2902
2707
|
}
|
|
2903
2708
|
},
|
|
2904
2709
|
"Shopify_ResourcePublicationEdge": {
|
|
@@ -2920,10 +2725,7 @@
|
|
|
2920
2725
|
"description": "The item at the end of ResourcePublicationEdge."
|
|
2921
2726
|
}
|
|
2922
2727
|
},
|
|
2923
|
-
"required": [
|
|
2924
|
-
"cursor",
|
|
2925
|
-
"node"
|
|
2926
|
-
]
|
|
2728
|
+
"required": ["cursor", "node"]
|
|
2927
2729
|
}
|
|
2928
2730
|
},
|
|
2929
2731
|
"Shopify_ResourcePublicationV2Edge": {
|
|
@@ -2945,10 +2747,7 @@
|
|
|
2945
2747
|
"description": "The item at the end of ResourcePublicationV2Edge."
|
|
2946
2748
|
}
|
|
2947
2749
|
},
|
|
2948
|
-
"required": [
|
|
2949
|
-
"cursor",
|
|
2950
|
-
"node"
|
|
2951
|
-
]
|
|
2750
|
+
"required": ["cursor", "node"]
|
|
2952
2751
|
}
|
|
2953
2752
|
},
|
|
2954
2753
|
"Shopify_ChannelEdge": {
|
|
@@ -2970,10 +2769,7 @@
|
|
|
2970
2769
|
"description": "The item at the end of ChannelEdge."
|
|
2971
2770
|
}
|
|
2972
2771
|
},
|
|
2973
|
-
"required": [
|
|
2974
|
-
"cursor",
|
|
2975
|
-
"node"
|
|
2976
|
-
]
|
|
2772
|
+
"required": ["cursor", "node"]
|
|
2977
2773
|
}
|
|
2978
2774
|
},
|
|
2979
2775
|
"Shopify_PublicationEdge": {
|
|
@@ -2995,10 +2791,7 @@
|
|
|
2995
2791
|
"description": "The item at the end of PublicationEdge."
|
|
2996
2792
|
}
|
|
2997
2793
|
},
|
|
2998
|
-
"required": [
|
|
2999
|
-
"cursor",
|
|
3000
|
-
"node"
|
|
3001
|
-
]
|
|
2794
|
+
"required": ["cursor", "node"]
|
|
3002
2795
|
}
|
|
3003
2796
|
},
|
|
3004
2797
|
"Shopify_ProductVariantEdge": {
|
|
@@ -3020,10 +2813,7 @@
|
|
|
3020
2813
|
"description": "The item at the end of ProductVariantEdge."
|
|
3021
2814
|
}
|
|
3022
2815
|
},
|
|
3023
|
-
"required": [
|
|
3024
|
-
"cursor",
|
|
3025
|
-
"node"
|
|
3026
|
-
]
|
|
2816
|
+
"required": ["cursor", "node"]
|
|
3027
2817
|
}
|
|
3028
2818
|
},
|
|
3029
2819
|
"Shopify_Collection": {
|
|
@@ -3080,9 +2870,7 @@
|
|
|
3080
2870
|
"description": "The ID of the product to check."
|
|
3081
2871
|
}
|
|
3082
2872
|
},
|
|
3083
|
-
"required": [
|
|
3084
|
-
"id"
|
|
3085
|
-
]
|
|
2873
|
+
"required": ["id"]
|
|
3086
2874
|
},
|
|
3087
2875
|
"description": "Whether the collection includes the specified product."
|
|
3088
2876
|
},
|
|
@@ -3139,10 +2927,7 @@
|
|
|
3139
2927
|
"description": "The key for the metafield."
|
|
3140
2928
|
}
|
|
3141
2929
|
},
|
|
3142
|
-
"required": [
|
|
3143
|
-
"namespace",
|
|
3144
|
-
"key"
|
|
3145
|
-
]
|
|
2930
|
+
"required": ["namespace", "key"]
|
|
3146
2931
|
},
|
|
3147
2932
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
3148
2933
|
},
|
|
@@ -3196,10 +2981,7 @@
|
|
|
3196
2981
|
"description": "The key for the private metafield."
|
|
3197
2982
|
}
|
|
3198
2983
|
},
|
|
3199
|
-
"required": [
|
|
3200
|
-
"namespace",
|
|
3201
|
-
"key"
|
|
3202
|
-
]
|
|
2984
|
+
"required": ["namespace", "key"]
|
|
3203
2985
|
},
|
|
3204
2986
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
3205
2987
|
},
|
|
@@ -3348,9 +3130,7 @@
|
|
|
3348
3130
|
"description": "The ID of the channel to check."
|
|
3349
3131
|
}
|
|
3350
3132
|
},
|
|
3351
|
-
"required": [
|
|
3352
|
-
"channelId"
|
|
3353
|
-
]
|
|
3133
|
+
"required": ["channelId"]
|
|
3354
3134
|
},
|
|
3355
3135
|
"description": "Check to see whether the resource is published to a given channel."
|
|
3356
3136
|
},
|
|
@@ -3377,9 +3157,7 @@
|
|
|
3377
3157
|
"description": "The ID of the publication to check."
|
|
3378
3158
|
}
|
|
3379
3159
|
},
|
|
3380
|
-
"required": [
|
|
3381
|
-
"publicationId"
|
|
3382
|
-
]
|
|
3160
|
+
"required": ["publicationId"]
|
|
3383
3161
|
},
|
|
3384
3162
|
"description": "Check to see whether the resource is published to a given publication."
|
|
3385
3163
|
},
|
|
@@ -3499,9 +3277,7 @@
|
|
|
3499
3277
|
"description": "Filters translations locale."
|
|
3500
3278
|
}
|
|
3501
3279
|
},
|
|
3502
|
-
"required": [
|
|
3503
|
-
"locale"
|
|
3504
|
-
]
|
|
3280
|
+
"required": ["locale"]
|
|
3505
3281
|
},
|
|
3506
3282
|
"description": "The translations associated with the resource."
|
|
3507
3283
|
},
|
|
@@ -3644,12 +3420,7 @@
|
|
|
3644
3420
|
"id": "Shopify_MediaPreviewImageStatus",
|
|
3645
3421
|
"description": "The possible statuses for a media preview image.",
|
|
3646
3422
|
"schema": {
|
|
3647
|
-
"enum": [
|
|
3648
|
-
"UPLOADED",
|
|
3649
|
-
"PROCESSING",
|
|
3650
|
-
"READY",
|
|
3651
|
-
"FAILED"
|
|
3652
|
-
]
|
|
3423
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
3653
3424
|
}
|
|
3654
3425
|
},
|
|
3655
3426
|
"Shopify_App": {
|
|
@@ -3860,9 +3631,7 @@
|
|
|
3860
3631
|
"description": "Filters translations locale."
|
|
3861
3632
|
}
|
|
3862
3633
|
},
|
|
3863
|
-
"required": [
|
|
3864
|
-
"locale"
|
|
3865
|
-
]
|
|
3634
|
+
"required": ["locale"]
|
|
3866
3635
|
},
|
|
3867
3636
|
"description": "The translations associated with the resource."
|
|
3868
3637
|
},
|
|
@@ -3872,11 +3641,7 @@
|
|
|
3872
3641
|
"@mapping": "shopify:takeshape-io-shop:Link.url"
|
|
3873
3642
|
}
|
|
3874
3643
|
},
|
|
3875
|
-
"required": [
|
|
3876
|
-
"label",
|
|
3877
|
-
"translations",
|
|
3878
|
-
"url"
|
|
3879
|
-
]
|
|
3644
|
+
"required": ["label", "translations", "url"]
|
|
3880
3645
|
}
|
|
3881
3646
|
},
|
|
3882
3647
|
"Shopify_UserError": {
|
|
@@ -3901,9 +3666,7 @@
|
|
|
3901
3666
|
"description": "The error message."
|
|
3902
3667
|
}
|
|
3903
3668
|
},
|
|
3904
|
-
"required": [
|
|
3905
|
-
"message"
|
|
3906
|
-
]
|
|
3669
|
+
"required": ["message"]
|
|
3907
3670
|
}
|
|
3908
3671
|
},
|
|
3909
3672
|
"Shopify_CurrencyCode": {
|
|
@@ -4103,11 +3866,7 @@
|
|
|
4103
3866
|
"@mapping": "shopify:takeshape-io-shop:ProductPublication.publishDate"
|
|
4104
3867
|
}
|
|
4105
3868
|
},
|
|
4106
|
-
"required": [
|
|
4107
|
-
"channel",
|
|
4108
|
-
"isPublished",
|
|
4109
|
-
"product"
|
|
4110
|
-
]
|
|
3869
|
+
"required": ["channel", "isPublished", "product"]
|
|
4111
3870
|
}
|
|
4112
3871
|
},
|
|
4113
3872
|
"Shopify_ResourcePublication": {
|
|
@@ -4145,13 +3904,7 @@
|
|
|
4145
3904
|
"description": "The resource published to the publication."
|
|
4146
3905
|
}
|
|
4147
3906
|
},
|
|
4148
|
-
"required": [
|
|
4149
|
-
"channel",
|
|
4150
|
-
"isPublished",
|
|
4151
|
-
"publication",
|
|
4152
|
-
"publishDate",
|
|
4153
|
-
"publishable"
|
|
4154
|
-
]
|
|
3907
|
+
"required": ["channel", "isPublished", "publication", "publishDate", "publishable"]
|
|
4155
3908
|
}
|
|
4156
3909
|
},
|
|
4157
3910
|
"Shopify_ResourcePublicationV2": {
|
|
@@ -4183,11 +3936,7 @@
|
|
|
4183
3936
|
"description": "The resource published to the publication."
|
|
4184
3937
|
}
|
|
4185
3938
|
},
|
|
4186
|
-
"required": [
|
|
4187
|
-
"isPublished",
|
|
4188
|
-
"publication",
|
|
4189
|
-
"publishable"
|
|
4190
|
-
]
|
|
3939
|
+
"required": ["isPublished", "publication", "publishable"]
|
|
4191
3940
|
}
|
|
4192
3941
|
},
|
|
4193
3942
|
"Shopify_Channel": {
|
|
@@ -4283,9 +4032,7 @@
|
|
|
4283
4032
|
"description": "Collection ID to check."
|
|
4284
4033
|
}
|
|
4285
4034
|
},
|
|
4286
|
-
"required": [
|
|
4287
|
-
"id"
|
|
4288
|
-
]
|
|
4035
|
+
"required": ["id"]
|
|
4289
4036
|
},
|
|
4290
4037
|
"description": "Whether the collection is available to the channel."
|
|
4291
4038
|
},
|
|
@@ -4518,9 +4265,7 @@
|
|
|
4518
4265
|
"description": "Collection ID to check."
|
|
4519
4266
|
}
|
|
4520
4267
|
},
|
|
4521
|
-
"required": [
|
|
4522
|
-
"id"
|
|
4523
|
-
]
|
|
4268
|
+
"required": ["id"]
|
|
4524
4269
|
},
|
|
4525
4270
|
"description": "Whether the collection is available to the publication."
|
|
4526
4271
|
},
|
|
@@ -4780,10 +4525,7 @@
|
|
|
4780
4525
|
"description": "The key for the metafield."
|
|
4781
4526
|
}
|
|
4782
4527
|
},
|
|
4783
|
-
"required": [
|
|
4784
|
-
"namespace",
|
|
4785
|
-
"key"
|
|
4786
|
-
]
|
|
4528
|
+
"required": ["namespace", "key"]
|
|
4787
4529
|
},
|
|
4788
4530
|
"description": "Returns a metafield by namespace and key that belongs to the resource."
|
|
4789
4531
|
},
|
|
@@ -4885,10 +4627,7 @@
|
|
|
4885
4627
|
"description": "The key for the private metafield."
|
|
4886
4628
|
}
|
|
4887
4629
|
},
|
|
4888
|
-
"required": [
|
|
4889
|
-
"namespace",
|
|
4890
|
-
"key"
|
|
4891
|
-
]
|
|
4630
|
+
"required": ["namespace", "key"]
|
|
4892
4631
|
},
|
|
4893
4632
|
"description": "Returns a private metafield by namespace and key that belongs to the resource."
|
|
4894
4633
|
},
|
|
@@ -4990,9 +4729,7 @@
|
|
|
4990
4729
|
"description": "Filters translations locale."
|
|
4991
4730
|
}
|
|
4992
4731
|
},
|
|
4993
|
-
"required": [
|
|
4994
|
-
"locale"
|
|
4995
|
-
]
|
|
4732
|
+
"required": ["locale"]
|
|
4996
4733
|
},
|
|
4997
4734
|
"description": "The translations associated with the resource."
|
|
4998
4735
|
},
|
|
@@ -5048,16 +4785,7 @@
|
|
|
5048
4785
|
"id": "Shopify_ProductCollectionSortKeys",
|
|
5049
4786
|
"description": "The set of valid sort keys for the ProductCollection query.",
|
|
5050
4787
|
"schema": {
|
|
5051
|
-
"enum": [
|
|
5052
|
-
"TITLE",
|
|
5053
|
-
"PRICE",
|
|
5054
|
-
"BEST_SELLING",
|
|
5055
|
-
"CREATED",
|
|
5056
|
-
"ID",
|
|
5057
|
-
"MANUAL",
|
|
5058
|
-
"COLLECTION_DEFAULT",
|
|
5059
|
-
"RELEVANCE"
|
|
5060
|
-
]
|
|
4788
|
+
"enum": ["TITLE", "PRICE", "BEST_SELLING", "CREATED", "ID", "MANUAL", "COLLECTION_DEFAULT", "RELEVANCE"]
|
|
5061
4789
|
}
|
|
5062
4790
|
},
|
|
5063
4791
|
"Shopify_ProductConnection": {
|
|
@@ -5082,10 +4810,7 @@
|
|
|
5082
4810
|
"description": "Information to aid in pagination."
|
|
5083
4811
|
}
|
|
5084
4812
|
},
|
|
5085
|
-
"required": [
|
|
5086
|
-
"edges",
|
|
5087
|
-
"pageInfo"
|
|
5088
|
-
]
|
|
4813
|
+
"required": ["edges", "pageInfo"]
|
|
5089
4814
|
}
|
|
5090
4815
|
},
|
|
5091
4816
|
"Shopify_CollectionPublicationConnection": {
|
|
@@ -5110,10 +4835,7 @@
|
|
|
5110
4835
|
"description": "Information to aid in pagination."
|
|
5111
4836
|
}
|
|
5112
4837
|
},
|
|
5113
|
-
"required": [
|
|
5114
|
-
"edges",
|
|
5115
|
-
"pageInfo"
|
|
5116
|
-
]
|
|
4838
|
+
"required": ["edges", "pageInfo"]
|
|
5117
4839
|
}
|
|
5118
4840
|
},
|
|
5119
4841
|
"Shopify_CollectionRuleSet": {
|
|
@@ -5138,10 +4860,7 @@
|
|
|
5138
4860
|
"description": "The rules used to assign products to the collection."
|
|
5139
4861
|
}
|
|
5140
4862
|
},
|
|
5141
|
-
"required": [
|
|
5142
|
-
"appliedDisjunctively",
|
|
5143
|
-
"rules"
|
|
5144
|
-
]
|
|
4863
|
+
"required": ["appliedDisjunctively", "rules"]
|
|
5145
4864
|
}
|
|
5146
4865
|
},
|
|
5147
4866
|
"Shopify_CollectionSortOrder": {
|
|
@@ -5181,9 +4900,7 @@
|
|
|
5181
4900
|
"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."
|
|
5182
4901
|
}
|
|
5183
4902
|
},
|
|
5184
|
-
"required": [
|
|
5185
|
-
"message"
|
|
5186
|
-
]
|
|
4903
|
+
"required": ["message"]
|
|
5187
4904
|
}
|
|
5188
4905
|
},
|
|
5189
4906
|
"Shopify_AppInstallation": {
|
|
@@ -5397,11 +5114,7 @@
|
|
|
5397
5114
|
"@mapping": "shopify:takeshape-io-shop:NavigationItem.url"
|
|
5398
5115
|
}
|
|
5399
5116
|
},
|
|
5400
|
-
"required": [
|
|
5401
|
-
"id",
|
|
5402
|
-
"title",
|
|
5403
|
-
"url"
|
|
5404
|
-
]
|
|
5117
|
+
"required": ["id", "title", "url"]
|
|
5405
5118
|
}
|
|
5406
5119
|
},
|
|
5407
5120
|
"Shopify_Publishable": {
|
|
@@ -5445,9 +5158,7 @@
|
|
|
5445
5158
|
"description": "The ID of the channel to check."
|
|
5446
5159
|
}
|
|
5447
5160
|
},
|
|
5448
|
-
"required": [
|
|
5449
|
-
"channelId"
|
|
5450
|
-
]
|
|
5161
|
+
"required": ["channelId"]
|
|
5451
5162
|
},
|
|
5452
5163
|
"description": "Check to see whether the resource is published to a given channel."
|
|
5453
5164
|
},
|
|
@@ -5474,9 +5185,7 @@
|
|
|
5474
5185
|
"description": "The ID of the publication to check."
|
|
5475
5186
|
}
|
|
5476
5187
|
},
|
|
5477
|
-
"required": [
|
|
5478
|
-
"publicationId"
|
|
5479
|
-
]
|
|
5188
|
+
"required": ["publicationId"]
|
|
5480
5189
|
},
|
|
5481
5190
|
"description": "Check to see whether the resource is published to a given publication."
|
|
5482
5191
|
},
|
|
@@ -5886,9 +5595,7 @@
|
|
|
5886
5595
|
"@mapping": "shopify:takeshape-io-shop:EditableProperty.reason"
|
|
5887
5596
|
}
|
|
5888
5597
|
},
|
|
5889
|
-
"required": [
|
|
5890
|
-
"locked"
|
|
5891
|
-
]
|
|
5598
|
+
"required": ["locked"]
|
|
5892
5599
|
}
|
|
5893
5600
|
},
|
|
5894
5601
|
"Shopify_InventoryItem": {
|
|
@@ -5973,9 +5680,7 @@
|
|
|
5973
5680
|
"description": "ID of the location for which the inventory level is requested."
|
|
5974
5681
|
}
|
|
5975
5682
|
},
|
|
5976
|
-
"required": [
|
|
5977
|
-
"locationId"
|
|
5978
|
-
]
|
|
5683
|
+
"required": ["locationId"]
|
|
5979
5684
|
},
|
|
5980
5685
|
"description": "Get the inventory level at a specific location."
|
|
5981
5686
|
},
|
|
@@ -6103,10 +5808,7 @@
|
|
|
6103
5808
|
"description": "Information to aid in pagination."
|
|
6104
5809
|
}
|
|
6105
5810
|
},
|
|
6106
|
-
"required": [
|
|
6107
|
-
"edges",
|
|
6108
|
-
"pageInfo"
|
|
6109
|
-
]
|
|
5811
|
+
"required": ["edges", "pageInfo"]
|
|
6110
5812
|
}
|
|
6111
5813
|
},
|
|
6112
5814
|
"Shopify_SelectedOption": {
|
|
@@ -6128,10 +5830,7 @@
|
|
|
6128
5830
|
"description": "The product option’s value."
|
|
6129
5831
|
}
|
|
6130
5832
|
},
|
|
6131
|
-
"required": [
|
|
6132
|
-
"name",
|
|
6133
|
-
"value"
|
|
6134
|
-
]
|
|
5833
|
+
"required": ["name", "value"]
|
|
6135
5834
|
}
|
|
6136
5835
|
},
|
|
6137
5836
|
"Shopify_ProductEdge": {
|
|
@@ -6153,10 +5852,7 @@
|
|
|
6153
5852
|
"description": "The item at the end of ProductEdge."
|
|
6154
5853
|
}
|
|
6155
5854
|
},
|
|
6156
|
-
"required": [
|
|
6157
|
-
"cursor",
|
|
6158
|
-
"node"
|
|
6159
|
-
]
|
|
5855
|
+
"required": ["cursor", "node"]
|
|
6160
5856
|
}
|
|
6161
5857
|
},
|
|
6162
5858
|
"Shopify_CollectionPublicationEdge": {
|
|
@@ -6178,10 +5874,7 @@
|
|
|
6178
5874
|
"description": "The item at the end of CollectionPublicationEdge."
|
|
6179
5875
|
}
|
|
6180
5876
|
},
|
|
6181
|
-
"required": [
|
|
6182
|
-
"cursor",
|
|
6183
|
-
"node"
|
|
6184
|
-
]
|
|
5877
|
+
"required": ["cursor", "node"]
|
|
6185
5878
|
}
|
|
6186
5879
|
},
|
|
6187
5880
|
"Shopify_CollectionRule": {
|
|
@@ -6208,11 +5901,7 @@
|
|
|
6208
5901
|
"description": "The type of operator that the rule is based on (for example, `equals`, `contains`, or `not_equals`)."
|
|
6209
5902
|
}
|
|
6210
5903
|
},
|
|
6211
|
-
"required": [
|
|
6212
|
-
"column",
|
|
6213
|
-
"condition",
|
|
6214
|
-
"relation"
|
|
6215
|
-
]
|
|
5904
|
+
"required": ["column", "condition", "relation"]
|
|
6216
5905
|
}
|
|
6217
5906
|
},
|
|
6218
5907
|
"Shopify_AccessScope": {
|
|
@@ -6234,10 +5923,7 @@
|
|
|
6234
5923
|
"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`."
|
|
6235
5924
|
}
|
|
6236
5925
|
},
|
|
6237
|
-
"required": [
|
|
6238
|
-
"description",
|
|
6239
|
-
"handle"
|
|
6240
|
-
]
|
|
5926
|
+
"required": ["description", "handle"]
|
|
6241
5927
|
}
|
|
6242
5928
|
},
|
|
6243
5929
|
"Shopify_AppSubscription": {
|
|
@@ -6298,16 +5984,7 @@
|
|
|
6298
5984
|
"description": "The number of days of the free trial."
|
|
6299
5985
|
}
|
|
6300
5986
|
},
|
|
6301
|
-
"required": [
|
|
6302
|
-
"createdAt",
|
|
6303
|
-
"id",
|
|
6304
|
-
"lineItems",
|
|
6305
|
-
"name",
|
|
6306
|
-
"returnUrl",
|
|
6307
|
-
"status",
|
|
6308
|
-
"test",
|
|
6309
|
-
"trialDays"
|
|
6310
|
-
]
|
|
5987
|
+
"required": ["createdAt", "id", "lineItems", "name", "returnUrl", "status", "test", "trialDays"]
|
|
6311
5988
|
}
|
|
6312
5989
|
},
|
|
6313
5990
|
"Shopify_AppSubscriptionSortKeys": {
|
|
@@ -6316,11 +5993,7 @@
|
|
|
6316
5993
|
"id": "Shopify_AppSubscriptionSortKeys",
|
|
6317
5994
|
"description": "The set of valid sort keys for the AppSubscription query.",
|
|
6318
5995
|
"schema": {
|
|
6319
|
-
"enum": [
|
|
6320
|
-
"CREATED_AT",
|
|
6321
|
-
"ID",
|
|
6322
|
-
"RELEVANCE"
|
|
6323
|
-
]
|
|
5996
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
6324
5997
|
}
|
|
6325
5998
|
},
|
|
6326
5999
|
"Shopify_AppSubscriptionConnection": {
|
|
@@ -6345,10 +6018,7 @@
|
|
|
6345
6018
|
"description": "Information to aid in pagination."
|
|
6346
6019
|
}
|
|
6347
6020
|
},
|
|
6348
|
-
"required": [
|
|
6349
|
-
"edges",
|
|
6350
|
-
"pageInfo"
|
|
6351
|
-
]
|
|
6021
|
+
"required": ["edges", "pageInfo"]
|
|
6352
6022
|
}
|
|
6353
6023
|
},
|
|
6354
6024
|
"Shopify_AppTransactionSortKeys": {
|
|
@@ -6357,11 +6027,7 @@
|
|
|
6357
6027
|
"id": "Shopify_AppTransactionSortKeys",
|
|
6358
6028
|
"description": "The set of valid sort keys for the AppTransaction query.",
|
|
6359
6029
|
"schema": {
|
|
6360
|
-
"enum": [
|
|
6361
|
-
"CREATED_AT",
|
|
6362
|
-
"ID",
|
|
6363
|
-
"RELEVANCE"
|
|
6364
|
-
]
|
|
6030
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
6365
6031
|
}
|
|
6366
6032
|
},
|
|
6367
6033
|
"Shopify_AppCreditConnection": {
|
|
@@ -6386,10 +6052,7 @@
|
|
|
6386
6052
|
"description": "Information to aid in pagination."
|
|
6387
6053
|
}
|
|
6388
6054
|
},
|
|
6389
|
-
"required": [
|
|
6390
|
-
"edges",
|
|
6391
|
-
"pageInfo"
|
|
6392
|
-
]
|
|
6055
|
+
"required": ["edges", "pageInfo"]
|
|
6393
6056
|
}
|
|
6394
6057
|
},
|
|
6395
6058
|
"Shopify_AppPurchaseOneTimeConnection": {
|
|
@@ -6414,10 +6077,7 @@
|
|
|
6414
6077
|
"description": "Information to aid in pagination."
|
|
6415
6078
|
}
|
|
6416
6079
|
},
|
|
6417
|
-
"required": [
|
|
6418
|
-
"edges",
|
|
6419
|
-
"pageInfo"
|
|
6420
|
-
]
|
|
6080
|
+
"required": ["edges", "pageInfo"]
|
|
6421
6081
|
}
|
|
6422
6082
|
},
|
|
6423
6083
|
"Shopify_DeliveryProductVariantsCount": {
|
|
@@ -6439,10 +6099,7 @@
|
|
|
6439
6099
|
"description": "The product variant count."
|
|
6440
6100
|
}
|
|
6441
6101
|
},
|
|
6442
|
-
"required": [
|
|
6443
|
-
"capped",
|
|
6444
|
-
"count"
|
|
6445
|
-
]
|
|
6102
|
+
"required": ["capped", "count"]
|
|
6446
6103
|
}
|
|
6447
6104
|
},
|
|
6448
6105
|
"Shopify_ProfileItemSortKeys": {
|
|
@@ -6486,10 +6143,7 @@
|
|
|
6486
6143
|
"description": "Information to aid in pagination."
|
|
6487
6144
|
}
|
|
6488
6145
|
},
|
|
6489
|
-
"required": [
|
|
6490
|
-
"edges",
|
|
6491
|
-
"pageInfo"
|
|
6492
|
-
]
|
|
6146
|
+
"required": ["edges", "pageInfo"]
|
|
6493
6147
|
}
|
|
6494
6148
|
},
|
|
6495
6149
|
"Shopify_DeliveryProfileLocationGroup": {
|
|
@@ -6545,11 +6199,7 @@
|
|
|
6545
6199
|
"description": "The applicable zones associated to a location group and delivery profile."
|
|
6546
6200
|
}
|
|
6547
6201
|
},
|
|
6548
|
-
"required": [
|
|
6549
|
-
"countriesInAnyZone",
|
|
6550
|
-
"locationGroup",
|
|
6551
|
-
"locationGroupZones"
|
|
6552
|
-
]
|
|
6202
|
+
"required": ["countriesInAnyZone", "locationGroup", "locationGroupZones"]
|
|
6553
6203
|
}
|
|
6554
6204
|
},
|
|
6555
6205
|
"Shopify_SellingPlanGroupConnection": {
|
|
@@ -6574,10 +6224,7 @@
|
|
|
6574
6224
|
"description": "Information to aid in pagination."
|
|
6575
6225
|
}
|
|
6576
6226
|
},
|
|
6577
|
-
"required": [
|
|
6578
|
-
"edges",
|
|
6579
|
-
"pageInfo"
|
|
6580
|
-
]
|
|
6227
|
+
"required": ["edges", "pageInfo"]
|
|
6581
6228
|
}
|
|
6582
6229
|
},
|
|
6583
6230
|
"Shopify_Location": {
|
|
@@ -6656,9 +6303,7 @@
|
|
|
6656
6303
|
"description": "Specifies the inventory item ID for the inventory level to be returned."
|
|
6657
6304
|
}
|
|
6658
6305
|
},
|
|
6659
|
-
"required": [
|
|
6660
|
-
"inventoryItemId"
|
|
6661
|
-
]
|
|
6306
|
+
"required": ["inventoryItemId"]
|
|
6662
6307
|
},
|
|
6663
6308
|
"description": "A single inventory level for the given inventory item."
|
|
6664
6309
|
},
|
|
@@ -6771,10 +6416,7 @@
|
|
|
6771
6416
|
"description": "A description of the rate, which customers will see at checkout.\nFor example: `Includes tracking and insurance`."
|
|
6772
6417
|
}
|
|
6773
6418
|
},
|
|
6774
|
-
"required": [
|
|
6775
|
-
"code",
|
|
6776
|
-
"label"
|
|
6777
|
-
]
|
|
6419
|
+
"required": ["code", "label"]
|
|
6778
6420
|
}
|
|
6779
6421
|
},
|
|
6780
6422
|
"Shopify_FulfillmentServiceType": {
|
|
@@ -6783,11 +6425,7 @@
|
|
|
6783
6425
|
"id": "Shopify_FulfillmentServiceType",
|
|
6784
6426
|
"description": "The type of a fulfillment service.",
|
|
6785
6427
|
"schema": {
|
|
6786
|
-
"enum": [
|
|
6787
|
-
"GIFT_CARD",
|
|
6788
|
-
"MANUAL",
|
|
6789
|
-
"THIRD_PARTY"
|
|
6790
|
-
]
|
|
6428
|
+
"enum": ["GIFT_CARD", "MANUAL", "THIRD_PARTY"]
|
|
6791
6429
|
}
|
|
6792
6430
|
},
|
|
6793
6431
|
"Shopify_CountryCode": {
|
|
@@ -7066,10 +6704,7 @@
|
|
|
7066
6704
|
"description": "Information to aid in pagination."
|
|
7067
6705
|
}
|
|
7068
6706
|
},
|
|
7069
|
-
"required": [
|
|
7070
|
-
"edges",
|
|
7071
|
-
"pageInfo"
|
|
7072
|
-
]
|
|
6707
|
+
"required": ["edges", "pageInfo"]
|
|
7073
6708
|
}
|
|
7074
6709
|
},
|
|
7075
6710
|
"Shopify_InventoryLevel": {
|
|
@@ -7132,16 +6767,7 @@
|
|
|
7132
6767
|
"@mapping": "shopify:takeshape-io-shop:InventoryLevel.updatedAt"
|
|
7133
6768
|
}
|
|
7134
6769
|
},
|
|
7135
|
-
"required": [
|
|
7136
|
-
"available",
|
|
7137
|
-
"canDeactivate",
|
|
7138
|
-
"createdAt",
|
|
7139
|
-
"id",
|
|
7140
|
-
"incoming",
|
|
7141
|
-
"item",
|
|
7142
|
-
"location",
|
|
7143
|
-
"updatedAt"
|
|
7144
|
-
]
|
|
6770
|
+
"required": ["available", "canDeactivate", "createdAt", "id", "incoming", "item", "location", "updatedAt"]
|
|
7145
6771
|
}
|
|
7146
6772
|
},
|
|
7147
6773
|
"Shopify_InventoryLevelConnection": {
|
|
@@ -7166,10 +6792,7 @@
|
|
|
7166
6792
|
"description": "Information to aid in pagination."
|
|
7167
6793
|
}
|
|
7168
6794
|
},
|
|
7169
|
-
"required": [
|
|
7170
|
-
"edges",
|
|
7171
|
-
"pageInfo"
|
|
7172
|
-
]
|
|
6795
|
+
"required": ["edges", "pageInfo"]
|
|
7173
6796
|
}
|
|
7174
6797
|
},
|
|
7175
6798
|
"Shopify_ProductVariantPricePairEdge": {
|
|
@@ -7191,10 +6814,7 @@
|
|
|
7191
6814
|
"description": "The item at the end of ProductVariantPricePairEdge."
|
|
7192
6815
|
}
|
|
7193
6816
|
},
|
|
7194
|
-
"required": [
|
|
7195
|
-
"cursor",
|
|
7196
|
-
"node"
|
|
7197
|
-
]
|
|
6817
|
+
"required": ["cursor", "node"]
|
|
7198
6818
|
}
|
|
7199
6819
|
},
|
|
7200
6820
|
"Shopify_CollectionPublication": {
|
|
@@ -7232,13 +6852,7 @@
|
|
|
7232
6852
|
"@mapping": "shopify:takeshape-io-shop:CollectionPublication.publishDate"
|
|
7233
6853
|
}
|
|
7234
6854
|
},
|
|
7235
|
-
"required": [
|
|
7236
|
-
"channel",
|
|
7237
|
-
"collection",
|
|
7238
|
-
"isPublished",
|
|
7239
|
-
"publication",
|
|
7240
|
-
"publishDate"
|
|
7241
|
-
]
|
|
6855
|
+
"required": ["channel", "collection", "isPublished", "publication", "publishDate"]
|
|
7242
6856
|
}
|
|
7243
6857
|
},
|
|
7244
6858
|
"Shopify_CollectionRuleColumn": {
|
|
@@ -7337,11 +6951,7 @@
|
|
|
7337
6951
|
"description": "Lists the store's usage for a usage pricing plan."
|
|
7338
6952
|
}
|
|
7339
6953
|
},
|
|
7340
|
-
"required": [
|
|
7341
|
-
"id",
|
|
7342
|
-
"plan",
|
|
7343
|
-
"usageRecords"
|
|
7344
|
-
]
|
|
6954
|
+
"required": ["id", "plan", "usageRecords"]
|
|
7345
6955
|
}
|
|
7346
6956
|
},
|
|
7347
6957
|
"Shopify_AppSubscriptionStatus": {
|
|
@@ -7350,15 +6960,7 @@
|
|
|
7350
6960
|
"id": "Shopify_AppSubscriptionStatus",
|
|
7351
6961
|
"description": "The status of the app subscription.",
|
|
7352
6962
|
"schema": {
|
|
7353
|
-
"enum": [
|
|
7354
|
-
"PENDING",
|
|
7355
|
-
"ACCEPTED",
|
|
7356
|
-
"ACTIVE",
|
|
7357
|
-
"DECLINED",
|
|
7358
|
-
"EXPIRED",
|
|
7359
|
-
"FROZEN",
|
|
7360
|
-
"CANCELLED"
|
|
7361
|
-
]
|
|
6963
|
+
"enum": ["PENDING", "ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "FROZEN", "CANCELLED"]
|
|
7362
6964
|
}
|
|
7363
6965
|
},
|
|
7364
6966
|
"Shopify_AppSubscriptionEdge": {
|
|
@@ -7380,10 +6982,7 @@
|
|
|
7380
6982
|
"description": "The item at the end of AppSubscriptionEdge."
|
|
7381
6983
|
}
|
|
7382
6984
|
},
|
|
7383
|
-
"required": [
|
|
7384
|
-
"cursor",
|
|
7385
|
-
"node"
|
|
7386
|
-
]
|
|
6985
|
+
"required": ["cursor", "node"]
|
|
7387
6986
|
}
|
|
7388
6987
|
},
|
|
7389
6988
|
"Shopify_AppCreditEdge": {
|
|
@@ -7405,10 +7004,7 @@
|
|
|
7405
7004
|
"description": "The item at the end of AppCreditEdge."
|
|
7406
7005
|
}
|
|
7407
7006
|
},
|
|
7408
|
-
"required": [
|
|
7409
|
-
"cursor",
|
|
7410
|
-
"node"
|
|
7411
|
-
]
|
|
7007
|
+
"required": ["cursor", "node"]
|
|
7412
7008
|
}
|
|
7413
7009
|
},
|
|
7414
7010
|
"Shopify_AppPurchaseOneTimeEdge": {
|
|
@@ -7430,10 +7026,7 @@
|
|
|
7430
7026
|
"description": "The item at the end of AppPurchaseOneTimeEdge."
|
|
7431
7027
|
}
|
|
7432
7028
|
},
|
|
7433
|
-
"required": [
|
|
7434
|
-
"cursor",
|
|
7435
|
-
"node"
|
|
7436
|
-
]
|
|
7029
|
+
"required": ["cursor", "node"]
|
|
7437
7030
|
}
|
|
7438
7031
|
},
|
|
7439
7032
|
"Shopify_DeliveryProfileItemEdge": {
|
|
@@ -7455,10 +7048,7 @@
|
|
|
7455
7048
|
"description": "The item at the end of DeliveryProfileItemEdge."
|
|
7456
7049
|
}
|
|
7457
7050
|
},
|
|
7458
|
-
"required": [
|
|
7459
|
-
"cursor",
|
|
7460
|
-
"node"
|
|
7461
|
-
]
|
|
7051
|
+
"required": ["cursor", "node"]
|
|
7462
7052
|
}
|
|
7463
7053
|
},
|
|
7464
7054
|
"Shopify_DeliveryCountryAndZone": {
|
|
@@ -7480,10 +7070,7 @@
|
|
|
7480
7070
|
"description": "The name of the delivery zone."
|
|
7481
7071
|
}
|
|
7482
7072
|
},
|
|
7483
|
-
"required": [
|
|
7484
|
-
"country",
|
|
7485
|
-
"zone"
|
|
7486
|
-
]
|
|
7073
|
+
"required": ["country", "zone"]
|
|
7487
7074
|
}
|
|
7488
7075
|
},
|
|
7489
7076
|
"Shopify_DeliveryLocationGroup": {
|
|
@@ -7551,10 +7138,7 @@
|
|
|
7551
7138
|
"description": "List of active locations that are part of this location group."
|
|
7552
7139
|
}
|
|
7553
7140
|
},
|
|
7554
|
-
"required": [
|
|
7555
|
-
"id",
|
|
7556
|
-
"locations"
|
|
7557
|
-
]
|
|
7141
|
+
"required": ["id", "locations"]
|
|
7558
7142
|
}
|
|
7559
7143
|
},
|
|
7560
7144
|
"Shopify_DeliveryLocationGroupZoneConnection": {
|
|
@@ -7579,10 +7163,7 @@
|
|
|
7579
7163
|
"description": "Information to aid in pagination."
|
|
7580
7164
|
}
|
|
7581
7165
|
},
|
|
7582
|
-
"required": [
|
|
7583
|
-
"edges",
|
|
7584
|
-
"pageInfo"
|
|
7585
|
-
]
|
|
7166
|
+
"required": ["edges", "pageInfo"]
|
|
7586
7167
|
}
|
|
7587
7168
|
},
|
|
7588
7169
|
"Shopify_SellingPlanGroupEdge": {
|
|
@@ -7604,10 +7185,7 @@
|
|
|
7604
7185
|
"description": "The item at the end of SellingPlanGroupEdge."
|
|
7605
7186
|
}
|
|
7606
7187
|
},
|
|
7607
|
-
"required": [
|
|
7608
|
-
"cursor",
|
|
7609
|
-
"node"
|
|
7610
|
-
]
|
|
7188
|
+
"required": ["cursor", "node"]
|
|
7611
7189
|
}
|
|
7612
7190
|
},
|
|
7613
7191
|
"Shopify_LocationAddress": {
|
|
@@ -7682,9 +7260,7 @@
|
|
|
7682
7260
|
"description": "The ZIP code of the location."
|
|
7683
7261
|
}
|
|
7684
7262
|
},
|
|
7685
|
-
"required": [
|
|
7686
|
-
"formatted"
|
|
7687
|
-
]
|
|
7263
|
+
"required": ["formatted"]
|
|
7688
7264
|
}
|
|
7689
7265
|
},
|
|
7690
7266
|
"Shopify_LocationSuggestedAddress": {
|
|
@@ -7744,9 +7320,7 @@
|
|
|
7744
7320
|
"description": "The ZIP code of the suggested address."
|
|
7745
7321
|
}
|
|
7746
7322
|
},
|
|
7747
|
-
"required": [
|
|
7748
|
-
"formatted"
|
|
7749
|
-
]
|
|
7323
|
+
"required": ["formatted"]
|
|
7750
7324
|
}
|
|
7751
7325
|
},
|
|
7752
7326
|
"Shopify_CountryHarmonizedSystemCodeEdge": {
|
|
@@ -7768,10 +7342,7 @@
|
|
|
7768
7342
|
"description": "The item at the end of CountryHarmonizedSystemCodeEdge."
|
|
7769
7343
|
}
|
|
7770
7344
|
},
|
|
7771
|
-
"required": [
|
|
7772
|
-
"cursor",
|
|
7773
|
-
"node"
|
|
7774
|
-
]
|
|
7345
|
+
"required": ["cursor", "node"]
|
|
7775
7346
|
}
|
|
7776
7347
|
},
|
|
7777
7348
|
"Shopify_InventoryLevelEdge": {
|
|
@@ -7793,10 +7364,7 @@
|
|
|
7793
7364
|
"description": "The item at the end of InventoryLevelEdge."
|
|
7794
7365
|
}
|
|
7795
7366
|
},
|
|
7796
|
-
"required": [
|
|
7797
|
-
"cursor",
|
|
7798
|
-
"node"
|
|
7799
|
-
]
|
|
7367
|
+
"required": ["cursor", "node"]
|
|
7800
7368
|
}
|
|
7801
7369
|
},
|
|
7802
7370
|
"Shopify_ProductVariantPricePair": {
|
|
@@ -7818,9 +7386,7 @@
|
|
|
7818
7386
|
"description": "The price of the variant with associated currency."
|
|
7819
7387
|
}
|
|
7820
7388
|
},
|
|
7821
|
-
"required": [
|
|
7822
|
-
"price"
|
|
7823
|
-
]
|
|
7389
|
+
"required": ["price"]
|
|
7824
7390
|
}
|
|
7825
7391
|
},
|
|
7826
7392
|
"Shopify_AppPlanV2": {
|
|
@@ -7837,9 +7403,7 @@
|
|
|
7837
7403
|
"description": "Defines the pricing model for the app subscription."
|
|
7838
7404
|
}
|
|
7839
7405
|
},
|
|
7840
|
-
"required": [
|
|
7841
|
-
"pricingDetails"
|
|
7842
|
-
]
|
|
7406
|
+
"required": ["pricingDetails"]
|
|
7843
7407
|
}
|
|
7844
7408
|
},
|
|
7845
7409
|
"Shopify_AppUsageRecordSortKeys": {
|
|
@@ -7848,11 +7412,7 @@
|
|
|
7848
7412
|
"id": "Shopify_AppUsageRecordSortKeys",
|
|
7849
7413
|
"description": "The set of valid sort keys for the AppUsageRecord query.",
|
|
7850
7414
|
"schema": {
|
|
7851
|
-
"enum": [
|
|
7852
|
-
"CREATED_AT",
|
|
7853
|
-
"ID",
|
|
7854
|
-
"RELEVANCE"
|
|
7855
|
-
]
|
|
7415
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
7856
7416
|
}
|
|
7857
7417
|
},
|
|
7858
7418
|
"Shopify_AppUsageRecordConnection": {
|
|
@@ -7877,10 +7437,7 @@
|
|
|
7877
7437
|
"description": "Information to aid in pagination."
|
|
7878
7438
|
}
|
|
7879
7439
|
},
|
|
7880
|
-
"required": [
|
|
7881
|
-
"edges",
|
|
7882
|
-
"pageInfo"
|
|
7883
|
-
]
|
|
7440
|
+
"required": ["edges", "pageInfo"]
|
|
7884
7441
|
}
|
|
7885
7442
|
},
|
|
7886
7443
|
"Shopify_AppCredit": {
|
|
@@ -7918,13 +7475,7 @@
|
|
|
7918
7475
|
"description": "Whether the app credit is a test transaction."
|
|
7919
7476
|
}
|
|
7920
7477
|
},
|
|
7921
|
-
"required": [
|
|
7922
|
-
"amount",
|
|
7923
|
-
"createdAt",
|
|
7924
|
-
"description",
|
|
7925
|
-
"id",
|
|
7926
|
-
"test"
|
|
7927
|
-
]
|
|
7478
|
+
"required": ["amount", "createdAt", "description", "id", "test"]
|
|
7928
7479
|
}
|
|
7929
7480
|
},
|
|
7930
7481
|
"Shopify_AppPurchaseOneTime": {
|
|
@@ -7967,14 +7518,7 @@
|
|
|
7967
7518
|
"description": "Whether the app purchase is a test transaction."
|
|
7968
7519
|
}
|
|
7969
7520
|
},
|
|
7970
|
-
"required": [
|
|
7971
|
-
"createdAt",
|
|
7972
|
-
"id",
|
|
7973
|
-
"name",
|
|
7974
|
-
"price",
|
|
7975
|
-
"status",
|
|
7976
|
-
"test"
|
|
7977
|
-
]
|
|
7521
|
+
"required": ["createdAt", "id", "name", "price", "status", "test"]
|
|
7978
7522
|
}
|
|
7979
7523
|
},
|
|
7980
7524
|
"Shopify_DeliveryProfileItem": {
|
|
@@ -8027,10 +7571,7 @@
|
|
|
8027
7571
|
"description": "The product variants associated with this delivery profile."
|
|
8028
7572
|
}
|
|
8029
7573
|
},
|
|
8030
|
-
"required": [
|
|
8031
|
-
"product",
|
|
8032
|
-
"variants"
|
|
8033
|
-
]
|
|
7574
|
+
"required": ["product", "variants"]
|
|
8034
7575
|
}
|
|
8035
7576
|
},
|
|
8036
7577
|
"Shopify_DeliveryCountry": {
|
|
@@ -8071,13 +7612,7 @@
|
|
|
8071
7612
|
"description": "The name of the country, translated based on the user locale."
|
|
8072
7613
|
}
|
|
8073
7614
|
},
|
|
8074
|
-
"required": [
|
|
8075
|
-
"code",
|
|
8076
|
-
"id",
|
|
8077
|
-
"name",
|
|
8078
|
-
"provinces",
|
|
8079
|
-
"translatedName"
|
|
8080
|
-
]
|
|
7615
|
+
"required": ["code", "id", "name", "provinces", "translatedName"]
|
|
8081
7616
|
}
|
|
8082
7617
|
},
|
|
8083
7618
|
"Shopify_LocationSortKeys": {
|
|
@@ -8086,11 +7621,7 @@
|
|
|
8086
7621
|
"id": "Shopify_LocationSortKeys",
|
|
8087
7622
|
"description": "The set of valid sort keys for the Location query.",
|
|
8088
7623
|
"schema": {
|
|
8089
|
-
"enum": [
|
|
8090
|
-
"NAME",
|
|
8091
|
-
"ID",
|
|
8092
|
-
"RELEVANCE"
|
|
8093
|
-
]
|
|
7624
|
+
"enum": ["NAME", "ID", "RELEVANCE"]
|
|
8094
7625
|
}
|
|
8095
7626
|
},
|
|
8096
7627
|
"Shopify_LocationConnection": {
|
|
@@ -8115,10 +7646,7 @@
|
|
|
8115
7646
|
"description": "Information to aid in pagination."
|
|
8116
7647
|
}
|
|
8117
7648
|
},
|
|
8118
|
-
"required": [
|
|
8119
|
-
"edges",
|
|
8120
|
-
"pageInfo"
|
|
8121
|
-
]
|
|
7649
|
+
"required": ["edges", "pageInfo"]
|
|
8122
7650
|
}
|
|
8123
7651
|
},
|
|
8124
7652
|
"Shopify_DeliveryLocationGroupZoneEdge": {
|
|
@@ -8140,10 +7668,7 @@
|
|
|
8140
7668
|
"description": "The item at the end of DeliveryLocationGroupZoneEdge."
|
|
8141
7669
|
}
|
|
8142
7670
|
},
|
|
8143
|
-
"required": [
|
|
8144
|
-
"cursor",
|
|
8145
|
-
"node"
|
|
8146
|
-
]
|
|
7671
|
+
"required": ["cursor", "node"]
|
|
8147
7672
|
}
|
|
8148
7673
|
},
|
|
8149
7674
|
"Shopify_SellingPlanGroup": {
|
|
@@ -8171,9 +7696,7 @@
|
|
|
8171
7696
|
"description": "The ID of the product."
|
|
8172
7697
|
}
|
|
8173
7698
|
},
|
|
8174
|
-
"required": [
|
|
8175
|
-
"productId"
|
|
8176
|
-
]
|
|
7699
|
+
"required": ["productId"]
|
|
8177
7700
|
},
|
|
8178
7701
|
"description": "Whether the given product is directly associated to the selling plan group."
|
|
8179
7702
|
},
|
|
@@ -8189,9 +7712,7 @@
|
|
|
8189
7712
|
"description": "The ID of the product."
|
|
8190
7713
|
}
|
|
8191
7714
|
},
|
|
8192
|
-
"required": [
|
|
8193
|
-
"productVariantId"
|
|
8194
|
-
]
|
|
7715
|
+
"required": ["productVariantId"]
|
|
8195
7716
|
},
|
|
8196
7717
|
"description": "Whether the given product variant is directly associated to the selling plan group."
|
|
8197
7718
|
},
|
|
@@ -8207,9 +7728,7 @@
|
|
|
8207
7728
|
"description": "The ID of the product."
|
|
8208
7729
|
}
|
|
8209
7730
|
},
|
|
8210
|
-
"required": [
|
|
8211
|
-
"productId"
|
|
8212
|
-
]
|
|
7731
|
+
"required": ["productId"]
|
|
8213
7732
|
},
|
|
8214
7733
|
"description": "Whether any of the product variants of the given product are associated to the selling plan group."
|
|
8215
7734
|
},
|
|
@@ -8412,10 +7931,7 @@
|
|
|
8412
7931
|
"description": "Country specific harmonized system code."
|
|
8413
7932
|
}
|
|
8414
7933
|
},
|
|
8415
|
-
"required": [
|
|
8416
|
-
"countryCode",
|
|
8417
|
-
"harmonizedSystemCode"
|
|
8418
|
-
]
|
|
7934
|
+
"required": ["countryCode", "harmonizedSystemCode"]
|
|
8419
7935
|
}
|
|
8420
7936
|
},
|
|
8421
7937
|
"Shopify_AppPricingDetails": {
|
|
@@ -8453,10 +7969,7 @@
|
|
|
8453
7969
|
"description": "The item at the end of AppUsageRecordEdge."
|
|
8454
7970
|
}
|
|
8455
7971
|
},
|
|
8456
|
-
"required": [
|
|
8457
|
-
"cursor",
|
|
8458
|
-
"node"
|
|
8459
|
-
]
|
|
7972
|
+
"required": ["cursor", "node"]
|
|
8460
7973
|
}
|
|
8461
7974
|
},
|
|
8462
7975
|
"Shopify_AppPurchaseStatus": {
|
|
@@ -8465,13 +7978,7 @@
|
|
|
8465
7978
|
"id": "Shopify_AppPurchaseStatus",
|
|
8466
7979
|
"description": "The status of the purchase.",
|
|
8467
7980
|
"schema": {
|
|
8468
|
-
"enum": [
|
|
8469
|
-
"ACCEPTED",
|
|
8470
|
-
"ACTIVE",
|
|
8471
|
-
"DECLINED",
|
|
8472
|
-
"EXPIRED",
|
|
8473
|
-
"PENDING"
|
|
8474
|
-
]
|
|
7981
|
+
"enum": ["ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "PENDING"]
|
|
8475
7982
|
}
|
|
8476
7983
|
},
|
|
8477
7984
|
"Shopify_DeliveryCountryCodeOrRestOfWorld": {
|
|
@@ -8493,9 +8000,7 @@
|
|
|
8493
8000
|
"description": "Indicates if 'Rest of World' is applied."
|
|
8494
8001
|
}
|
|
8495
8002
|
},
|
|
8496
|
-
"required": [
|
|
8497
|
-
"restOfWorld"
|
|
8498
|
-
]
|
|
8003
|
+
"required": ["restOfWorld"]
|
|
8499
8004
|
}
|
|
8500
8005
|
},
|
|
8501
8006
|
"Shopify_DeliveryProvince": {
|
|
@@ -8528,12 +8033,7 @@
|
|
|
8528
8033
|
"description": "The name of the region, translated based on the user locale."
|
|
8529
8034
|
}
|
|
8530
8035
|
},
|
|
8531
|
-
"required": [
|
|
8532
|
-
"code",
|
|
8533
|
-
"id",
|
|
8534
|
-
"name",
|
|
8535
|
-
"translatedName"
|
|
8536
|
-
]
|
|
8036
|
+
"required": ["code", "id", "name", "translatedName"]
|
|
8537
8037
|
}
|
|
8538
8038
|
},
|
|
8539
8039
|
"Shopify_LocationEdge": {
|
|
@@ -8555,10 +8055,7 @@
|
|
|
8555
8055
|
"description": "The item at the end of LocationEdge."
|
|
8556
8056
|
}
|
|
8557
8057
|
},
|
|
8558
|
-
"required": [
|
|
8559
|
-
"cursor",
|
|
8560
|
-
"node"
|
|
8561
|
-
]
|
|
8058
|
+
"required": ["cursor", "node"]
|
|
8562
8059
|
}
|
|
8563
8060
|
},
|
|
8564
8061
|
"Shopify_DeliveryLocationGroupZone": {
|
|
@@ -8624,11 +8121,7 @@
|
|
|
8624
8121
|
"description": "The zone associated to a location group in a delivery profile."
|
|
8625
8122
|
}
|
|
8626
8123
|
},
|
|
8627
|
-
"required": [
|
|
8628
|
-
"methodDefinitionCounts",
|
|
8629
|
-
"methodDefinitions",
|
|
8630
|
-
"zone"
|
|
8631
|
-
]
|
|
8124
|
+
"required": ["methodDefinitionCounts", "methodDefinitions", "zone"]
|
|
8632
8125
|
}
|
|
8633
8126
|
},
|
|
8634
8127
|
"Shopify_SellingPlanConnection": {
|
|
@@ -8653,10 +8146,7 @@
|
|
|
8653
8146
|
"description": "Information to aid in pagination."
|
|
8654
8147
|
}
|
|
8655
8148
|
},
|
|
8656
|
-
"required": [
|
|
8657
|
-
"edges",
|
|
8658
|
-
"pageInfo"
|
|
8659
|
-
]
|
|
8149
|
+
"required": ["edges", "pageInfo"]
|
|
8660
8150
|
}
|
|
8661
8151
|
},
|
|
8662
8152
|
"Shopify_AppRecurringPricing": {
|
|
@@ -8678,10 +8168,7 @@
|
|
|
8678
8168
|
"description": "The amount to be charged to the store every billing interval."
|
|
8679
8169
|
}
|
|
8680
8170
|
},
|
|
8681
|
-
"required": [
|
|
8682
|
-
"interval",
|
|
8683
|
-
"price"
|
|
8684
|
-
]
|
|
8171
|
+
"required": ["interval", "price"]
|
|
8685
8172
|
}
|
|
8686
8173
|
},
|
|
8687
8174
|
"Shopify_AppUsagePricing": {
|
|
@@ -8713,12 +8200,7 @@
|
|
|
8713
8200
|
"description": "The terms and conditions for app usage pricing."
|
|
8714
8201
|
}
|
|
8715
8202
|
},
|
|
8716
|
-
"required": [
|
|
8717
|
-
"balanceUsed",
|
|
8718
|
-
"cappedAmount",
|
|
8719
|
-
"interval",
|
|
8720
|
-
"terms"
|
|
8721
|
-
]
|
|
8203
|
+
"required": ["balanceUsed", "cappedAmount", "interval", "terms"]
|
|
8722
8204
|
}
|
|
8723
8205
|
},
|
|
8724
8206
|
"Shopify_AppUsageRecord": {
|
|
@@ -8756,13 +8238,7 @@
|
|
|
8756
8238
|
"description": "Defines the usage pricing plan the merchant is subscribed to."
|
|
8757
8239
|
}
|
|
8758
8240
|
},
|
|
8759
|
-
"required": [
|
|
8760
|
-
"createdAt",
|
|
8761
|
-
"description",
|
|
8762
|
-
"id",
|
|
8763
|
-
"price",
|
|
8764
|
-
"subscriptionLineItem"
|
|
8765
|
-
]
|
|
8241
|
+
"required": ["createdAt", "description", "id", "price", "subscriptionLineItem"]
|
|
8766
8242
|
}
|
|
8767
8243
|
},
|
|
8768
8244
|
"Shopify_DeliveryMethodDefinitionCounts": {
|
|
@@ -8784,10 +8260,7 @@
|
|
|
8784
8260
|
"description": "The number of merchant-defined method definitions in the current zone."
|
|
8785
8261
|
}
|
|
8786
8262
|
},
|
|
8787
|
-
"required": [
|
|
8788
|
-
"participantDefinitionsCount",
|
|
8789
|
-
"rateDefinitionsCount"
|
|
8790
|
-
]
|
|
8263
|
+
"required": ["participantDefinitionsCount", "rateDefinitionsCount"]
|
|
8791
8264
|
}
|
|
8792
8265
|
},
|
|
8793
8266
|
"Shopify_DeliveryMethodDefinitionType": {
|
|
@@ -8796,10 +8269,7 @@
|
|
|
8796
8269
|
"id": "Shopify_DeliveryMethodDefinitionType",
|
|
8797
8270
|
"description": "The different types of method definitions to filter by.",
|
|
8798
8271
|
"schema": {
|
|
8799
|
-
"enum": [
|
|
8800
|
-
"MERCHANT",
|
|
8801
|
-
"PARTICIPANT"
|
|
8802
|
-
]
|
|
8272
|
+
"enum": ["MERCHANT", "PARTICIPANT"]
|
|
8803
8273
|
}
|
|
8804
8274
|
},
|
|
8805
8275
|
"Shopify_MethodDefinitionSortKeys": {
|
|
@@ -8808,11 +8278,7 @@
|
|
|
8808
8278
|
"id": "Shopify_MethodDefinitionSortKeys",
|
|
8809
8279
|
"description": "The set of valid sort keys for the MethodDefinition query.",
|
|
8810
8280
|
"schema": {
|
|
8811
|
-
"enum": [
|
|
8812
|
-
"RATE_PROVIDER_TYPE",
|
|
8813
|
-
"ID",
|
|
8814
|
-
"RELEVANCE"
|
|
8815
|
-
]
|
|
8281
|
+
"enum": ["RATE_PROVIDER_TYPE", "ID", "RELEVANCE"]
|
|
8816
8282
|
}
|
|
8817
8283
|
},
|
|
8818
8284
|
"Shopify_DeliveryMethodDefinitionConnection": {
|
|
@@ -8837,10 +8303,7 @@
|
|
|
8837
8303
|
"description": "Information to aid in pagination."
|
|
8838
8304
|
}
|
|
8839
8305
|
},
|
|
8840
|
-
"required": [
|
|
8841
|
-
"edges",
|
|
8842
|
-
"pageInfo"
|
|
8843
|
-
]
|
|
8306
|
+
"required": ["edges", "pageInfo"]
|
|
8844
8307
|
}
|
|
8845
8308
|
},
|
|
8846
8309
|
"Shopify_DeliveryZone": {
|
|
@@ -8871,11 +8334,7 @@
|
|
|
8871
8334
|
"description": "The name of the zone."
|
|
8872
8335
|
}
|
|
8873
8336
|
},
|
|
8874
|
-
"required": [
|
|
8875
|
-
"countries",
|
|
8876
|
-
"id",
|
|
8877
|
-
"name"
|
|
8878
|
-
]
|
|
8337
|
+
"required": ["countries", "id", "name"]
|
|
8879
8338
|
}
|
|
8880
8339
|
},
|
|
8881
8340
|
"Shopify_SellingPlanEdge": {
|
|
@@ -8897,10 +8356,7 @@
|
|
|
8897
8356
|
"description": "The item at the end of SellingPlanEdge."
|
|
8898
8357
|
}
|
|
8899
8358
|
},
|
|
8900
|
-
"required": [
|
|
8901
|
-
"cursor",
|
|
8902
|
-
"node"
|
|
8903
|
-
]
|
|
8359
|
+
"required": ["cursor", "node"]
|
|
8904
8360
|
}
|
|
8905
8361
|
},
|
|
8906
8362
|
"Shopify_AppPricingInterval": {
|
|
@@ -8909,10 +8365,7 @@
|
|
|
8909
8365
|
"id": "Shopify_AppPricingInterval",
|
|
8910
8366
|
"description": "The billing frequency for the app.",
|
|
8911
8367
|
"schema": {
|
|
8912
|
-
"enum": [
|
|
8913
|
-
"ANNUAL",
|
|
8914
|
-
"EVERY_30_DAYS"
|
|
8915
|
-
]
|
|
8368
|
+
"enum": ["ANNUAL", "EVERY_30_DAYS"]
|
|
8916
8369
|
}
|
|
8917
8370
|
},
|
|
8918
8371
|
"Shopify_DeliveryMethodDefinitionEdge": {
|
|
@@ -8934,10 +8387,7 @@
|
|
|
8934
8387
|
"description": "The item at the end of DeliveryMethodDefinitionEdge."
|
|
8935
8388
|
}
|
|
8936
8389
|
},
|
|
8937
|
-
"required": [
|
|
8938
|
-
"cursor",
|
|
8939
|
-
"node"
|
|
8940
|
-
]
|
|
8390
|
+
"required": ["cursor", "node"]
|
|
8941
8391
|
}
|
|
8942
8392
|
},
|
|
8943
8393
|
"Shopify_SellingPlan": {
|
|
@@ -9001,15 +8451,7 @@
|
|
|
9001
8451
|
"description": "Selling plan pricing details."
|
|
9002
8452
|
}
|
|
9003
8453
|
},
|
|
9004
|
-
"required": [
|
|
9005
|
-
"billingPolicy",
|
|
9006
|
-
"createdAt",
|
|
9007
|
-
"deliveryPolicy",
|
|
9008
|
-
"id",
|
|
9009
|
-
"name",
|
|
9010
|
-
"options",
|
|
9011
|
-
"pricingPolicies"
|
|
9012
|
-
]
|
|
8454
|
+
"required": ["billingPolicy", "createdAt", "deliveryPolicy", "id", "name", "options", "pricingPolicies"]
|
|
9013
8455
|
}
|
|
9014
8456
|
},
|
|
9015
8457
|
"Shopify_DeliveryMethodDefinition": {
|
|
@@ -9055,13 +8497,7 @@
|
|
|
9055
8497
|
"description": "Provided rate for this method definition, from a rate definition or participant."
|
|
9056
8498
|
}
|
|
9057
8499
|
},
|
|
9058
|
-
"required": [
|
|
9059
|
-
"active",
|
|
9060
|
-
"id",
|
|
9061
|
-
"methodConditions",
|
|
9062
|
-
"name",
|
|
9063
|
-
"rateProvider"
|
|
9064
|
-
]
|
|
8500
|
+
"required": ["active", "id", "methodConditions", "name", "rateProvider"]
|
|
9065
8501
|
}
|
|
9066
8502
|
},
|
|
9067
8503
|
"Shopify_SellingPlanBillingPolicy": {
|
|
@@ -9136,12 +8572,7 @@
|
|
|
9136
8572
|
"description": "The operator to compare the field and criteria."
|
|
9137
8573
|
}
|
|
9138
8574
|
},
|
|
9139
|
-
"required": [
|
|
9140
|
-
"conditionCriteria",
|
|
9141
|
-
"field",
|
|
9142
|
-
"id",
|
|
9143
|
-
"operator"
|
|
9144
|
-
]
|
|
8575
|
+
"required": ["conditionCriteria", "field", "id", "operator"]
|
|
9145
8576
|
}
|
|
9146
8577
|
},
|
|
9147
8578
|
"Shopify_DeliveryRateProvider": {
|
|
@@ -9202,12 +8633,7 @@
|
|
|
9202
8633
|
"description": "Minimum number of billing iterations."
|
|
9203
8634
|
}
|
|
9204
8635
|
},
|
|
9205
|
-
"required": [
|
|
9206
|
-
"anchors",
|
|
9207
|
-
"createdAt",
|
|
9208
|
-
"interval",
|
|
9209
|
-
"intervalCount"
|
|
9210
|
-
]
|
|
8636
|
+
"required": ["anchors", "createdAt", "interval", "intervalCount"]
|
|
9211
8637
|
}
|
|
9212
8638
|
},
|
|
9213
8639
|
"Shopify_SellingPlanRecurringDeliveryPolicy": {
|
|
@@ -9257,14 +8683,7 @@
|
|
|
9257
8683
|
"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`."
|
|
9258
8684
|
}
|
|
9259
8685
|
},
|
|
9260
|
-
"required": [
|
|
9261
|
-
"anchors",
|
|
9262
|
-
"createdAt",
|
|
9263
|
-
"intent",
|
|
9264
|
-
"interval",
|
|
9265
|
-
"intervalCount",
|
|
9266
|
-
"preAnchorBehavior"
|
|
9267
|
-
]
|
|
8686
|
+
"required": ["anchors", "createdAt", "intent", "interval", "intervalCount", "preAnchorBehavior"]
|
|
9268
8687
|
}
|
|
9269
8688
|
},
|
|
9270
8689
|
"Shopify_SellingPlanFixedPricingPolicy": {
|
|
@@ -9291,11 +8710,7 @@
|
|
|
9291
8710
|
"@mapping": "shopify:takeshape-io-shop:SellingPlanFixedPricingPolicy.createdAt"
|
|
9292
8711
|
}
|
|
9293
8712
|
},
|
|
9294
|
-
"required": [
|
|
9295
|
-
"adjustmentType",
|
|
9296
|
-
"adjustmentValue",
|
|
9297
|
-
"createdAt"
|
|
9298
|
-
]
|
|
8713
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"]
|
|
9299
8714
|
}
|
|
9300
8715
|
},
|
|
9301
8716
|
"Shopify_SellingPlanRecurringPricingPolicy": {
|
|
@@ -9327,11 +8742,7 @@
|
|
|
9327
8742
|
"@mapping": "shopify:takeshape-io-shop:SellingPlanRecurringPricingPolicy.createdAt"
|
|
9328
8743
|
}
|
|
9329
8744
|
},
|
|
9330
|
-
"required": [
|
|
9331
|
-
"adjustmentType",
|
|
9332
|
-
"adjustmentValue",
|
|
9333
|
-
"createdAt"
|
|
9334
|
-
]
|
|
8745
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"]
|
|
9335
8746
|
}
|
|
9336
8747
|
},
|
|
9337
8748
|
"Shopify_DeliveryConditionCriteria": {
|
|
@@ -9356,10 +8767,7 @@
|
|
|
9356
8767
|
"id": "Shopify_DeliveryConditionField",
|
|
9357
8768
|
"description": "The field type that the condition will be applied to.",
|
|
9358
8769
|
"schema": {
|
|
9359
|
-
"enum": [
|
|
9360
|
-
"TOTAL_WEIGHT",
|
|
9361
|
-
"TOTAL_PRICE"
|
|
9362
|
-
]
|
|
8770
|
+
"enum": ["TOTAL_WEIGHT", "TOTAL_PRICE"]
|
|
9363
8771
|
}
|
|
9364
8772
|
},
|
|
9365
8773
|
"Shopify_DeliveryConditionOperator": {
|
|
@@ -9368,10 +8776,7 @@
|
|
|
9368
8776
|
"id": "Shopify_DeliveryConditionOperator",
|
|
9369
8777
|
"description": "The operator to use to determine if the condition passes.",
|
|
9370
8778
|
"schema": {
|
|
9371
|
-
"enum": [
|
|
9372
|
-
"GREATER_THAN_OR_EQUAL_TO",
|
|
9373
|
-
"LESS_THAN_OR_EQUAL_TO"
|
|
9374
|
-
]
|
|
8779
|
+
"enum": ["GREATER_THAN_OR_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO"]
|
|
9375
8780
|
}
|
|
9376
8781
|
},
|
|
9377
8782
|
"Shopify_DeliveryParticipant": {
|
|
@@ -9417,13 +8822,7 @@
|
|
|
9417
8822
|
"description": "The merchant-set percentage-of-rate fee for this participant."
|
|
9418
8823
|
}
|
|
9419
8824
|
},
|
|
9420
|
-
"required": [
|
|
9421
|
-
"adaptToNewServicesFlag",
|
|
9422
|
-
"carrierService",
|
|
9423
|
-
"id",
|
|
9424
|
-
"participantServices",
|
|
9425
|
-
"percentageOfRateFee"
|
|
9426
|
-
]
|
|
8825
|
+
"required": ["adaptToNewServicesFlag", "carrierService", "id", "participantServices", "percentageOfRateFee"]
|
|
9427
8826
|
}
|
|
9428
8827
|
},
|
|
9429
8828
|
"Shopify_DeliveryRateDefinition": {
|
|
@@ -9446,10 +8845,7 @@
|
|
|
9446
8845
|
"description": "The price of this rate."
|
|
9447
8846
|
}
|
|
9448
8847
|
},
|
|
9449
|
-
"required": [
|
|
9450
|
-
"id",
|
|
9451
|
-
"price"
|
|
9452
|
-
]
|
|
8848
|
+
"required": ["id", "price"]
|
|
9453
8849
|
}
|
|
9454
8850
|
},
|
|
9455
8851
|
"Shopify_SellingPlanAnchor": {
|
|
@@ -9476,10 +8872,7 @@
|
|
|
9476
8872
|
"description": "Represents the anchor type, it can be one one of WEEKDAY, MONTHDAY, YEARDAY."
|
|
9477
8873
|
}
|
|
9478
8874
|
},
|
|
9479
|
-
"required": [
|
|
9480
|
-
"day",
|
|
9481
|
-
"type"
|
|
9482
|
-
]
|
|
8875
|
+
"required": ["day", "type"]
|
|
9483
8876
|
}
|
|
9484
8877
|
},
|
|
9485
8878
|
"Shopify_SellingPlanInterval": {
|
|
@@ -9488,12 +8881,7 @@
|
|
|
9488
8881
|
"id": "Shopify_SellingPlanInterval",
|
|
9489
8882
|
"description": "Represents valid selling plan interval.",
|
|
9490
8883
|
"schema": {
|
|
9491
|
-
"enum": [
|
|
9492
|
-
"DAY",
|
|
9493
|
-
"WEEK",
|
|
9494
|
-
"MONTH",
|
|
9495
|
-
"YEAR"
|
|
9496
|
-
]
|
|
8884
|
+
"enum": ["DAY", "WEEK", "MONTH", "YEAR"]
|
|
9497
8885
|
}
|
|
9498
8886
|
},
|
|
9499
8887
|
"Shopify_SellingPlanRecurringDeliveryPolicyIntent": {
|
|
@@ -9502,9 +8890,7 @@
|
|
|
9502
8890
|
"id": "Shopify_SellingPlanRecurringDeliveryPolicyIntent",
|
|
9503
8891
|
"description": "Possible intentions of a Delivery Policy.",
|
|
9504
8892
|
"schema": {
|
|
9505
|
-
"enum": [
|
|
9506
|
-
"FULFILLMENT_BEGIN"
|
|
9507
|
-
]
|
|
8893
|
+
"enum": ["FULFILLMENT_BEGIN"]
|
|
9508
8894
|
}
|
|
9509
8895
|
},
|
|
9510
8896
|
"Shopify_SellingPlanRecurringDeliveryPolicyPreAnchorBehavior": {
|
|
@@ -9513,10 +8899,7 @@
|
|
|
9513
8899
|
"id": "Shopify_SellingPlanRecurringDeliveryPolicyPreAnchorBehavior",
|
|
9514
8900
|
"description": "Possible fulfillment or delivery behaviors of the first fulfillment when the orderis placed before the anchor.",
|
|
9515
8901
|
"schema": {
|
|
9516
|
-
"enum": [
|
|
9517
|
-
"ASAP",
|
|
9518
|
-
"NEXT"
|
|
9519
|
-
]
|
|
8902
|
+
"enum": ["ASAP", "NEXT"]
|
|
9520
8903
|
}
|
|
9521
8904
|
},
|
|
9522
8905
|
"Shopify_SellingPlanPricingPolicyAdjustmentType": {
|
|
@@ -9525,11 +8908,7 @@
|
|
|
9525
8908
|
"id": "Shopify_SellingPlanPricingPolicyAdjustmentType",
|
|
9526
8909
|
"description": "Represents a selling plan pricing policy adjustment type.",
|
|
9527
8910
|
"schema": {
|
|
9528
|
-
"enum": [
|
|
9529
|
-
"PERCENTAGE",
|
|
9530
|
-
"FIXED_AMOUNT",
|
|
9531
|
-
"PRICE"
|
|
9532
|
-
]
|
|
8911
|
+
"enum": ["PERCENTAGE", "FIXED_AMOUNT", "PRICE"]
|
|
9533
8912
|
}
|
|
9534
8913
|
},
|
|
9535
8914
|
"Shopify_SellingPlanPricingPolicyAdjustmentValue": {
|
|
@@ -9567,10 +8946,7 @@
|
|
|
9567
8946
|
"description": "The weight using the unit system specified with `unit`."
|
|
9568
8947
|
}
|
|
9569
8948
|
},
|
|
9570
|
-
"required": [
|
|
9571
|
-
"unit",
|
|
9572
|
-
"value"
|
|
9573
|
-
]
|
|
8949
|
+
"required": ["unit", "value"]
|
|
9574
8950
|
}
|
|
9575
8951
|
},
|
|
9576
8952
|
"Shopify_DeliveryCarrierService": {
|
|
@@ -9610,9 +8986,7 @@
|
|
|
9610
8986
|
"description": "Use Rest of World as the destination."
|
|
9611
8987
|
}
|
|
9612
8988
|
},
|
|
9613
|
-
"required": [
|
|
9614
|
-
"restOfWorld"
|
|
9615
|
-
]
|
|
8989
|
+
"required": ["restOfWorld"]
|
|
9616
8990
|
},
|
|
9617
8991
|
"description": "Services offered for given destinations."
|
|
9618
8992
|
},
|
|
@@ -9638,11 +9012,7 @@
|
|
|
9638
9012
|
"description": "The name of the service provider."
|
|
9639
9013
|
}
|
|
9640
9014
|
},
|
|
9641
|
-
"required": [
|
|
9642
|
-
"availableServicesForCountries",
|
|
9643
|
-
"icon",
|
|
9644
|
-
"id"
|
|
9645
|
-
]
|
|
9015
|
+
"required": ["availableServicesForCountries", "icon", "id"]
|
|
9646
9016
|
}
|
|
9647
9017
|
},
|
|
9648
9018
|
"Shopify_DeliveryParticipantService": {
|
|
@@ -9664,10 +9034,7 @@
|
|
|
9664
9034
|
"description": "Name of the service."
|
|
9665
9035
|
}
|
|
9666
9036
|
},
|
|
9667
|
-
"required": [
|
|
9668
|
-
"active",
|
|
9669
|
-
"name"
|
|
9670
|
-
]
|
|
9037
|
+
"required": ["active", "name"]
|
|
9671
9038
|
}
|
|
9672
9039
|
},
|
|
9673
9040
|
"Shopify_SellingPlanAnchorType": {
|
|
@@ -9676,11 +9043,7 @@
|
|
|
9676
9043
|
"id": "Shopify_SellingPlanAnchorType",
|
|
9677
9044
|
"description": "Represents the anchor type.",
|
|
9678
9045
|
"schema": {
|
|
9679
|
-
"enum": [
|
|
9680
|
-
"WEEKDAY",
|
|
9681
|
-
"MONTHDAY",
|
|
9682
|
-
"YEARDAY"
|
|
9683
|
-
]
|
|
9046
|
+
"enum": ["WEEKDAY", "MONTHDAY", "YEARDAY"]
|
|
9684
9047
|
}
|
|
9685
9048
|
},
|
|
9686
9049
|
"Shopify_SellingPlanPricingPolicyPercentageValue": {
|
|
@@ -9697,9 +9060,7 @@
|
|
|
9697
9060
|
"description": "The percentage value."
|
|
9698
9061
|
}
|
|
9699
9062
|
},
|
|
9700
|
-
"required": [
|
|
9701
|
-
"percentage"
|
|
9702
|
-
]
|
|
9063
|
+
"required": ["percentage"]
|
|
9703
9064
|
}
|
|
9704
9065
|
},
|
|
9705
9066
|
"Shopify_DeliveryAvailableService": {
|
|
@@ -9721,10 +9082,7 @@
|
|
|
9721
9082
|
"description": "The name of the service."
|
|
9722
9083
|
}
|
|
9723
9084
|
},
|
|
9724
|
-
"required": [
|
|
9725
|
-
"countries",
|
|
9726
|
-
"name"
|
|
9727
|
-
]
|
|
9085
|
+
"required": ["countries", "name"]
|
|
9728
9086
|
}
|
|
9729
9087
|
},
|
|
9730
9088
|
"Shopify_DeliveryCountryCodesOrRestOfWorld": {
|
|
@@ -9749,10 +9107,7 @@
|
|
|
9749
9107
|
"description": "Indicates if 'Rest of World' is applied."
|
|
9750
9108
|
}
|
|
9751
9109
|
},
|
|
9752
|
-
"required": [
|
|
9753
|
-
"countryCodes",
|
|
9754
|
-
"restOfWorld"
|
|
9755
|
-
]
|
|
9110
|
+
"required": ["countryCodes", "restOfWorld"]
|
|
9756
9111
|
}
|
|
9757
9112
|
}
|
|
9758
9113
|
},
|