@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
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
"updated": "2016-06-21T15:16:19.051Z",
|
|
6
6
|
"dataKey": "secret",
|
|
7
7
|
"defaultLocale": "en",
|
|
8
|
-
"locales": [
|
|
9
|
-
"en",
|
|
10
|
-
"es"
|
|
11
|
-
],
|
|
8
|
+
"locales": ["en", "es"],
|
|
12
9
|
"schemaVersion": "4.0.0",
|
|
13
10
|
"projectId": "a895a9e2-4627-424d-8f0c-145fd84ed1de",
|
|
14
11
|
"version": 1,
|
|
@@ -458,9 +455,7 @@
|
|
|
458
455
|
"@key": "4WzSq3aHx",
|
|
459
456
|
"@ref": "takeshape-builtins:TSRelationship",
|
|
460
457
|
"@relationship": {
|
|
461
|
-
"shapeIds": [
|
|
462
|
-
"ASSET"
|
|
463
|
-
]
|
|
458
|
+
"shapeIds": ["ASSET"]
|
|
464
459
|
},
|
|
465
460
|
"description": "",
|
|
466
461
|
"title": "Photo"
|
|
@@ -469,9 +464,7 @@
|
|
|
469
464
|
"@key": "dGVaGVDct",
|
|
470
465
|
"@relationship": {
|
|
471
466
|
"relatedName": "looks",
|
|
472
|
-
"shapeIds": [
|
|
473
|
-
"0DeHE3eJn"
|
|
474
|
-
],
|
|
467
|
+
"shapeIds": ["0DeHE3eJn"],
|
|
475
468
|
"type": "multiple"
|
|
476
469
|
},
|
|
477
470
|
"description": "",
|
|
@@ -489,10 +482,7 @@
|
|
|
489
482
|
"type": "object"
|
|
490
483
|
}
|
|
491
484
|
},
|
|
492
|
-
"required": [
|
|
493
|
-
"name",
|
|
494
|
-
"photo"
|
|
495
|
-
],
|
|
485
|
+
"required": ["name", "photo"],
|
|
496
486
|
"type": "object"
|
|
497
487
|
}
|
|
498
488
|
},
|
|
@@ -658,10 +648,7 @@
|
|
|
658
648
|
"type": "string"
|
|
659
649
|
}
|
|
660
650
|
},
|
|
661
|
-
"required": [
|
|
662
|
-
"filename",
|
|
663
|
-
"path"
|
|
664
|
-
],
|
|
651
|
+
"required": ["filename", "path"],
|
|
665
652
|
"type": "object"
|
|
666
653
|
},
|
|
667
654
|
"title": "Asset"
|
|
@@ -670,12 +657,7 @@
|
|
|
670
657
|
"forms": {
|
|
671
658
|
"Look": {
|
|
672
659
|
"default": {
|
|
673
|
-
"order": [
|
|
674
|
-
"name",
|
|
675
|
-
"photo",
|
|
676
|
-
"text",
|
|
677
|
-
"products"
|
|
678
|
-
],
|
|
660
|
+
"order": ["name", "photo", "text", "products"],
|
|
679
661
|
"properties": {
|
|
680
662
|
"name": {
|
|
681
663
|
"widget": "singleLineText"
|
|
@@ -694,11 +676,7 @@
|
|
|
694
676
|
},
|
|
695
677
|
"Product": {
|
|
696
678
|
"default": {
|
|
697
|
-
"order": [
|
|
698
|
-
"name",
|
|
699
|
-
"shopifyProductId",
|
|
700
|
-
"shopifyProduct"
|
|
701
|
-
],
|
|
679
|
+
"order": ["name", "shopifyProductId", "shopifyProduct"],
|
|
702
680
|
"properties": {
|
|
703
681
|
"name": {
|
|
704
682
|
"widget": "singleLineText"
|
|
@@ -866,10 +844,7 @@
|
|
|
866
844
|
"type": "string"
|
|
867
845
|
}
|
|
868
846
|
},
|
|
869
|
-
"required": [
|
|
870
|
-
"description",
|
|
871
|
-
"handle"
|
|
872
|
-
],
|
|
847
|
+
"required": ["description", "handle"],
|
|
873
848
|
"type": "object"
|
|
874
849
|
}
|
|
875
850
|
},
|
|
@@ -1050,13 +1025,7 @@
|
|
|
1050
1025
|
"type": "boolean"
|
|
1051
1026
|
}
|
|
1052
1027
|
},
|
|
1053
|
-
"required": [
|
|
1054
|
-
"amount",
|
|
1055
|
-
"createdAt",
|
|
1056
|
-
"description",
|
|
1057
|
-
"id",
|
|
1058
|
-
"test"
|
|
1059
|
-
],
|
|
1028
|
+
"required": ["amount", "createdAt", "description", "id", "test"],
|
|
1060
1029
|
"type": "object"
|
|
1061
1030
|
}
|
|
1062
1031
|
},
|
|
@@ -1076,10 +1045,7 @@
|
|
|
1076
1045
|
"description": "Information to aid in pagination."
|
|
1077
1046
|
}
|
|
1078
1047
|
},
|
|
1079
|
-
"required": [
|
|
1080
|
-
"edges",
|
|
1081
|
-
"pageInfo"
|
|
1082
|
-
],
|
|
1048
|
+
"required": ["edges", "pageInfo"],
|
|
1083
1049
|
"type": "object"
|
|
1084
1050
|
}
|
|
1085
1051
|
},
|
|
@@ -1096,10 +1062,7 @@
|
|
|
1096
1062
|
"description": "The item at the end of AppCreditEdge."
|
|
1097
1063
|
}
|
|
1098
1064
|
},
|
|
1099
|
-
"required": [
|
|
1100
|
-
"cursor",
|
|
1101
|
-
"node"
|
|
1102
|
-
],
|
|
1065
|
+
"required": ["cursor", "node"],
|
|
1103
1066
|
"type": "object"
|
|
1104
1067
|
}
|
|
1105
1068
|
},
|
|
@@ -1123,10 +1086,7 @@
|
|
|
1123
1086
|
"type": "array"
|
|
1124
1087
|
}
|
|
1125
1088
|
},
|
|
1126
|
-
"required": [
|
|
1127
|
-
"app",
|
|
1128
|
-
"messages"
|
|
1129
|
-
],
|
|
1089
|
+
"required": ["app", "messages"],
|
|
1130
1090
|
"type": "object"
|
|
1131
1091
|
}
|
|
1132
1092
|
},
|
|
@@ -1311,9 +1271,7 @@
|
|
|
1311
1271
|
"description": "Defines the pricing model for the app subscription."
|
|
1312
1272
|
}
|
|
1313
1273
|
},
|
|
1314
|
-
"required": [
|
|
1315
|
-
"pricingDetails"
|
|
1316
|
-
],
|
|
1274
|
+
"required": ["pricingDetails"],
|
|
1317
1275
|
"type": "object"
|
|
1318
1276
|
}
|
|
1319
1277
|
},
|
|
@@ -1333,10 +1291,7 @@
|
|
|
1333
1291
|
"AppPricingInterval": {
|
|
1334
1292
|
"description": "The billing frequency for the app.",
|
|
1335
1293
|
"schema": {
|
|
1336
|
-
"enum": [
|
|
1337
|
-
"ANNUAL",
|
|
1338
|
-
"EVERY_30_DAYS"
|
|
1339
|
-
]
|
|
1294
|
+
"enum": ["ANNUAL", "EVERY_30_DAYS"]
|
|
1340
1295
|
}
|
|
1341
1296
|
},
|
|
1342
1297
|
"AppPurchaseOneTime": {
|
|
@@ -1369,14 +1324,7 @@
|
|
|
1369
1324
|
"type": "boolean"
|
|
1370
1325
|
}
|
|
1371
1326
|
},
|
|
1372
|
-
"required": [
|
|
1373
|
-
"createdAt",
|
|
1374
|
-
"id",
|
|
1375
|
-
"name",
|
|
1376
|
-
"price",
|
|
1377
|
-
"status",
|
|
1378
|
-
"test"
|
|
1379
|
-
],
|
|
1327
|
+
"required": ["createdAt", "id", "name", "price", "status", "test"],
|
|
1380
1328
|
"type": "object"
|
|
1381
1329
|
}
|
|
1382
1330
|
},
|
|
@@ -1396,10 +1344,7 @@
|
|
|
1396
1344
|
"description": "Information to aid in pagination."
|
|
1397
1345
|
}
|
|
1398
1346
|
},
|
|
1399
|
-
"required": [
|
|
1400
|
-
"edges",
|
|
1401
|
-
"pageInfo"
|
|
1402
|
-
],
|
|
1347
|
+
"required": ["edges", "pageInfo"],
|
|
1403
1348
|
"type": "object"
|
|
1404
1349
|
}
|
|
1405
1350
|
},
|
|
@@ -1416,23 +1361,14 @@
|
|
|
1416
1361
|
"description": "The item at the end of AppPurchaseOneTimeEdge."
|
|
1417
1362
|
}
|
|
1418
1363
|
},
|
|
1419
|
-
"required": [
|
|
1420
|
-
"cursor",
|
|
1421
|
-
"node"
|
|
1422
|
-
],
|
|
1364
|
+
"required": ["cursor", "node"],
|
|
1423
1365
|
"type": "object"
|
|
1424
1366
|
}
|
|
1425
1367
|
},
|
|
1426
1368
|
"AppPurchaseStatus": {
|
|
1427
1369
|
"description": "The status of the purchase.",
|
|
1428
1370
|
"schema": {
|
|
1429
|
-
"enum": [
|
|
1430
|
-
"ACCEPTED",
|
|
1431
|
-
"ACTIVE",
|
|
1432
|
-
"DECLINED",
|
|
1433
|
-
"EXPIRED",
|
|
1434
|
-
"PENDING"
|
|
1435
|
-
]
|
|
1371
|
+
"enum": ["ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "PENDING"]
|
|
1436
1372
|
}
|
|
1437
1373
|
},
|
|
1438
1374
|
"AppRecurringPricing": {
|
|
@@ -1448,10 +1384,7 @@
|
|
|
1448
1384
|
"description": "The amount to be charged to the store every billing interval."
|
|
1449
1385
|
}
|
|
1450
1386
|
},
|
|
1451
|
-
"required": [
|
|
1452
|
-
"interval",
|
|
1453
|
-
"price"
|
|
1454
|
-
],
|
|
1387
|
+
"required": ["interval", "price"],
|
|
1455
1388
|
"type": "object"
|
|
1456
1389
|
}
|
|
1457
1390
|
},
|
|
@@ -1500,16 +1433,7 @@
|
|
|
1500
1433
|
"type": "integer"
|
|
1501
1434
|
}
|
|
1502
1435
|
},
|
|
1503
|
-
"required": [
|
|
1504
|
-
"createdAt",
|
|
1505
|
-
"id",
|
|
1506
|
-
"lineItems",
|
|
1507
|
-
"name",
|
|
1508
|
-
"returnUrl",
|
|
1509
|
-
"status",
|
|
1510
|
-
"test",
|
|
1511
|
-
"trialDays"
|
|
1512
|
-
],
|
|
1436
|
+
"required": ["createdAt", "id", "lineItems", "name", "returnUrl", "status", "test", "trialDays"],
|
|
1513
1437
|
"type": "object"
|
|
1514
1438
|
}
|
|
1515
1439
|
},
|
|
@@ -1529,10 +1453,7 @@
|
|
|
1529
1453
|
"description": "Information to aid in pagination."
|
|
1530
1454
|
}
|
|
1531
1455
|
},
|
|
1532
|
-
"required": [
|
|
1533
|
-
"edges",
|
|
1534
|
-
"pageInfo"
|
|
1535
|
-
],
|
|
1456
|
+
"required": ["edges", "pageInfo"],
|
|
1536
1457
|
"type": "object"
|
|
1537
1458
|
}
|
|
1538
1459
|
},
|
|
@@ -1549,10 +1470,7 @@
|
|
|
1549
1470
|
"description": "The item at the end of AppSubscriptionEdge."
|
|
1550
1471
|
}
|
|
1551
1472
|
},
|
|
1552
|
-
"required": [
|
|
1553
|
-
"cursor",
|
|
1554
|
-
"node"
|
|
1555
|
-
],
|
|
1473
|
+
"required": ["cursor", "node"],
|
|
1556
1474
|
"type": "object"
|
|
1557
1475
|
}
|
|
1558
1476
|
},
|
|
@@ -1605,46 +1523,26 @@
|
|
|
1605
1523
|
"description": "Lists the store's usage for a usage pricing plan."
|
|
1606
1524
|
}
|
|
1607
1525
|
},
|
|
1608
|
-
"required": [
|
|
1609
|
-
"id",
|
|
1610
|
-
"plan",
|
|
1611
|
-
"usageRecords"
|
|
1612
|
-
],
|
|
1526
|
+
"required": ["id", "plan", "usageRecords"],
|
|
1613
1527
|
"type": "object"
|
|
1614
1528
|
}
|
|
1615
1529
|
},
|
|
1616
1530
|
"AppSubscriptionSortKeys": {
|
|
1617
1531
|
"description": "The set of valid sort keys for the AppSubscription query.",
|
|
1618
1532
|
"schema": {
|
|
1619
|
-
"enum": [
|
|
1620
|
-
"CREATED_AT",
|
|
1621
|
-
"ID",
|
|
1622
|
-
"RELEVANCE"
|
|
1623
|
-
]
|
|
1533
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
1624
1534
|
}
|
|
1625
1535
|
},
|
|
1626
1536
|
"AppSubscriptionStatus": {
|
|
1627
1537
|
"description": "The status of the app subscription.",
|
|
1628
1538
|
"schema": {
|
|
1629
|
-
"enum": [
|
|
1630
|
-
"PENDING",
|
|
1631
|
-
"ACCEPTED",
|
|
1632
|
-
"ACTIVE",
|
|
1633
|
-
"DECLINED",
|
|
1634
|
-
"EXPIRED",
|
|
1635
|
-
"FROZEN",
|
|
1636
|
-
"CANCELLED"
|
|
1637
|
-
]
|
|
1539
|
+
"enum": ["PENDING", "ACCEPTED", "ACTIVE", "DECLINED", "EXPIRED", "FROZEN", "CANCELLED"]
|
|
1638
1540
|
}
|
|
1639
1541
|
},
|
|
1640
1542
|
"AppTransactionSortKeys": {
|
|
1641
1543
|
"description": "The set of valid sort keys for the AppTransaction query.",
|
|
1642
1544
|
"schema": {
|
|
1643
|
-
"enum": [
|
|
1644
|
-
"CREATED_AT",
|
|
1645
|
-
"ID",
|
|
1646
|
-
"RELEVANCE"
|
|
1647
|
-
]
|
|
1545
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
1648
1546
|
}
|
|
1649
1547
|
},
|
|
1650
1548
|
"AppUsagePricing": {
|
|
@@ -1668,12 +1566,7 @@
|
|
|
1668
1566
|
"type": "string"
|
|
1669
1567
|
}
|
|
1670
1568
|
},
|
|
1671
|
-
"required": [
|
|
1672
|
-
"balanceUsed",
|
|
1673
|
-
"cappedAmount",
|
|
1674
|
-
"interval",
|
|
1675
|
-
"terms"
|
|
1676
|
-
],
|
|
1569
|
+
"required": ["balanceUsed", "cappedAmount", "interval", "terms"],
|
|
1677
1570
|
"type": "object"
|
|
1678
1571
|
}
|
|
1679
1572
|
},
|
|
@@ -1703,13 +1596,7 @@
|
|
|
1703
1596
|
"description": "Defines the usage pricing plan the merchant is subscribed to."
|
|
1704
1597
|
}
|
|
1705
1598
|
},
|
|
1706
|
-
"required": [
|
|
1707
|
-
"createdAt",
|
|
1708
|
-
"description",
|
|
1709
|
-
"id",
|
|
1710
|
-
"price",
|
|
1711
|
-
"subscriptionLineItem"
|
|
1712
|
-
],
|
|
1599
|
+
"required": ["createdAt", "description", "id", "price", "subscriptionLineItem"],
|
|
1713
1600
|
"type": "object"
|
|
1714
1601
|
}
|
|
1715
1602
|
},
|
|
@@ -1729,10 +1616,7 @@
|
|
|
1729
1616
|
"description": "Information to aid in pagination."
|
|
1730
1617
|
}
|
|
1731
1618
|
},
|
|
1732
|
-
"required": [
|
|
1733
|
-
"edges",
|
|
1734
|
-
"pageInfo"
|
|
1735
|
-
],
|
|
1619
|
+
"required": ["edges", "pageInfo"],
|
|
1736
1620
|
"type": "object"
|
|
1737
1621
|
}
|
|
1738
1622
|
},
|
|
@@ -1749,21 +1633,14 @@
|
|
|
1749
1633
|
"description": "The item at the end of AppUsageRecordEdge."
|
|
1750
1634
|
}
|
|
1751
1635
|
},
|
|
1752
|
-
"required": [
|
|
1753
|
-
"cursor",
|
|
1754
|
-
"node"
|
|
1755
|
-
],
|
|
1636
|
+
"required": ["cursor", "node"],
|
|
1756
1637
|
"type": "object"
|
|
1757
1638
|
}
|
|
1758
1639
|
},
|
|
1759
1640
|
"AppUsageRecordSortKeys": {
|
|
1760
1641
|
"description": "The set of valid sort keys for the AppUsageRecord query.",
|
|
1761
1642
|
"schema": {
|
|
1762
|
-
"enum": [
|
|
1763
|
-
"CREATED_AT",
|
|
1764
|
-
"ID",
|
|
1765
|
-
"RELEVANCE"
|
|
1766
|
-
]
|
|
1643
|
+
"enum": ["CREATED_AT", "ID", "RELEVANCE"]
|
|
1767
1644
|
}
|
|
1768
1645
|
},
|
|
1769
1646
|
"Channel": {
|
|
@@ -1848,9 +1725,7 @@
|
|
|
1848
1725
|
"type": "string"
|
|
1849
1726
|
}
|
|
1850
1727
|
},
|
|
1851
|
-
"required": [
|
|
1852
|
-
"id"
|
|
1853
|
-
],
|
|
1728
|
+
"required": ["id"],
|
|
1854
1729
|
"type": "object"
|
|
1855
1730
|
},
|
|
1856
1731
|
"description": "Whether the collection is available to the channel.",
|
|
@@ -2007,10 +1882,7 @@
|
|
|
2007
1882
|
"description": "Information to aid in pagination."
|
|
2008
1883
|
}
|
|
2009
1884
|
},
|
|
2010
|
-
"required": [
|
|
2011
|
-
"edges",
|
|
2012
|
-
"pageInfo"
|
|
2013
|
-
],
|
|
1885
|
+
"required": ["edges", "pageInfo"],
|
|
2014
1886
|
"type": "object"
|
|
2015
1887
|
}
|
|
2016
1888
|
},
|
|
@@ -2027,10 +1899,7 @@
|
|
|
2027
1899
|
"description": "The item at the end of ChannelEdge."
|
|
2028
1900
|
}
|
|
2029
1901
|
},
|
|
2030
|
-
"required": [
|
|
2031
|
-
"cursor",
|
|
2032
|
-
"node"
|
|
2033
|
-
],
|
|
1902
|
+
"required": ["cursor", "node"],
|
|
2034
1903
|
"type": "object"
|
|
2035
1904
|
}
|
|
2036
1905
|
},
|
|
@@ -2076,9 +1945,7 @@
|
|
|
2076
1945
|
"type": "string"
|
|
2077
1946
|
}
|
|
2078
1947
|
},
|
|
2079
|
-
"required": [
|
|
2080
|
-
"id"
|
|
2081
|
-
],
|
|
1948
|
+
"required": ["id"],
|
|
2082
1949
|
"type": "object"
|
|
2083
1950
|
},
|
|
2084
1951
|
"description": "Whether the collection includes a product.",
|
|
@@ -2131,10 +1998,7 @@
|
|
|
2131
1998
|
"type": "string"
|
|
2132
1999
|
}
|
|
2133
2000
|
},
|
|
2134
|
-
"required": [
|
|
2135
|
-
"namespace",
|
|
2136
|
-
"key"
|
|
2137
|
-
],
|
|
2001
|
+
"required": ["namespace", "key"],
|
|
2138
2002
|
"type": "object"
|
|
2139
2003
|
},
|
|
2140
2004
|
"@ref": "Metafield",
|
|
@@ -2186,10 +2050,7 @@
|
|
|
2186
2050
|
"type": "string"
|
|
2187
2051
|
}
|
|
2188
2052
|
},
|
|
2189
|
-
"required": [
|
|
2190
|
-
"namespace",
|
|
2191
|
-
"key"
|
|
2192
|
-
],
|
|
2053
|
+
"required": ["namespace", "key"],
|
|
2193
2054
|
"type": "object"
|
|
2194
2055
|
},
|
|
2195
2056
|
"@ref": "PrivateMetafield",
|
|
@@ -2331,9 +2192,7 @@
|
|
|
2331
2192
|
"type": "string"
|
|
2332
2193
|
}
|
|
2333
2194
|
},
|
|
2334
|
-
"required": [
|
|
2335
|
-
"channelId"
|
|
2336
|
-
],
|
|
2195
|
+
"required": ["channelId"],
|
|
2337
2196
|
"type": "object"
|
|
2338
2197
|
},
|
|
2339
2198
|
"@deprecationReason": "Use `publishedOnPublication` instead",
|
|
@@ -2358,9 +2217,7 @@
|
|
|
2358
2217
|
"type": "string"
|
|
2359
2218
|
}
|
|
2360
2219
|
},
|
|
2361
|
-
"required": [
|
|
2362
|
-
"publicationId"
|
|
2363
|
-
],
|
|
2220
|
+
"required": ["publicationId"],
|
|
2364
2221
|
"type": "object"
|
|
2365
2222
|
},
|
|
2366
2223
|
"description": "Check to see whether the resource is published to a given publication.",
|
|
@@ -2468,9 +2325,7 @@
|
|
|
2468
2325
|
"type": "string"
|
|
2469
2326
|
}
|
|
2470
2327
|
},
|
|
2471
|
-
"required": [
|
|
2472
|
-
"locale"
|
|
2473
|
-
],
|
|
2328
|
+
"required": ["locale"],
|
|
2474
2329
|
"type": "object"
|
|
2475
2330
|
},
|
|
2476
2331
|
"description": "The translations associated with the resource.",
|
|
@@ -2593,10 +2448,7 @@
|
|
|
2593
2448
|
"description": "Information to aid in pagination."
|
|
2594
2449
|
}
|
|
2595
2450
|
},
|
|
2596
|
-
"required": [
|
|
2597
|
-
"edges",
|
|
2598
|
-
"pageInfo"
|
|
2599
|
-
],
|
|
2451
|
+
"required": ["edges", "pageInfo"],
|
|
2600
2452
|
"type": "object"
|
|
2601
2453
|
}
|
|
2602
2454
|
},
|
|
@@ -2613,10 +2465,7 @@
|
|
|
2613
2465
|
"description": "The item at the end of CollectionEdge."
|
|
2614
2466
|
}
|
|
2615
2467
|
},
|
|
2616
|
-
"required": [
|
|
2617
|
-
"cursor",
|
|
2618
|
-
"node"
|
|
2619
|
-
],
|
|
2468
|
+
"required": ["cursor", "node"],
|
|
2620
2469
|
"type": "object"
|
|
2621
2470
|
}
|
|
2622
2471
|
},
|
|
@@ -2646,13 +2495,7 @@
|
|
|
2646
2495
|
"description": "The date that the publication was or is going to be published."
|
|
2647
2496
|
}
|
|
2648
2497
|
},
|
|
2649
|
-
"required": [
|
|
2650
|
-
"channel",
|
|
2651
|
-
"collection",
|
|
2652
|
-
"isPublished",
|
|
2653
|
-
"publication",
|
|
2654
|
-
"publishDate"
|
|
2655
|
-
],
|
|
2498
|
+
"required": ["channel", "collection", "isPublished", "publication", "publishDate"],
|
|
2656
2499
|
"type": "object"
|
|
2657
2500
|
}
|
|
2658
2501
|
},
|
|
@@ -2672,10 +2515,7 @@
|
|
|
2672
2515
|
"description": "Information to aid in pagination."
|
|
2673
2516
|
}
|
|
2674
2517
|
},
|
|
2675
|
-
"required": [
|
|
2676
|
-
"edges",
|
|
2677
|
-
"pageInfo"
|
|
2678
|
-
],
|
|
2518
|
+
"required": ["edges", "pageInfo"],
|
|
2679
2519
|
"type": "object"
|
|
2680
2520
|
}
|
|
2681
2521
|
},
|
|
@@ -2692,10 +2532,7 @@
|
|
|
2692
2532
|
"description": "The item at the end of CollectionPublicationEdge."
|
|
2693
2533
|
}
|
|
2694
2534
|
},
|
|
2695
|
-
"required": [
|
|
2696
|
-
"cursor",
|
|
2697
|
-
"node"
|
|
2698
|
-
],
|
|
2535
|
+
"required": ["cursor", "node"],
|
|
2699
2536
|
"type": "object"
|
|
2700
2537
|
}
|
|
2701
2538
|
},
|
|
@@ -2716,11 +2553,7 @@
|
|
|
2716
2553
|
"description": "The type of operator that the rule is based on (for example, `equals`, `contains`, or `not_equals`)."
|
|
2717
2554
|
}
|
|
2718
2555
|
},
|
|
2719
|
-
"required": [
|
|
2720
|
-
"column",
|
|
2721
|
-
"condition",
|
|
2722
|
-
"relation"
|
|
2723
|
-
],
|
|
2556
|
+
"required": ["column", "condition", "relation"],
|
|
2724
2557
|
"type": "object"
|
|
2725
2558
|
}
|
|
2726
2559
|
},
|
|
@@ -2774,22 +2607,14 @@
|
|
|
2774
2607
|
"type": "array"
|
|
2775
2608
|
}
|
|
2776
2609
|
},
|
|
2777
|
-
"required": [
|
|
2778
|
-
"appliedDisjunctively",
|
|
2779
|
-
"rules"
|
|
2780
|
-
],
|
|
2610
|
+
"required": ["appliedDisjunctively", "rules"],
|
|
2781
2611
|
"type": "object"
|
|
2782
2612
|
}
|
|
2783
2613
|
},
|
|
2784
2614
|
"CollectionSortKeys": {
|
|
2785
2615
|
"description": "The set of valid sort keys for the Collection query.",
|
|
2786
2616
|
"schema": {
|
|
2787
|
-
"enum": [
|
|
2788
|
-
"TITLE",
|
|
2789
|
-
"UPDATED_AT",
|
|
2790
|
-
"ID",
|
|
2791
|
-
"RELEVANCE"
|
|
2792
|
-
]
|
|
2617
|
+
"enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
|
|
2793
2618
|
}
|
|
2794
2619
|
},
|
|
2795
2620
|
"CollectionSortOrder": {
|
|
@@ -3071,10 +2896,7 @@
|
|
|
3071
2896
|
"type": "string"
|
|
3072
2897
|
}
|
|
3073
2898
|
},
|
|
3074
|
-
"required": [
|
|
3075
|
-
"countryCode",
|
|
3076
|
-
"harmonizedSystemCode"
|
|
3077
|
-
],
|
|
2899
|
+
"required": ["countryCode", "harmonizedSystemCode"],
|
|
3078
2900
|
"type": "object"
|
|
3079
2901
|
}
|
|
3080
2902
|
},
|
|
@@ -3094,10 +2916,7 @@
|
|
|
3094
2916
|
"description": "Information to aid in pagination."
|
|
3095
2917
|
}
|
|
3096
2918
|
},
|
|
3097
|
-
"required": [
|
|
3098
|
-
"edges",
|
|
3099
|
-
"pageInfo"
|
|
3100
|
-
],
|
|
2919
|
+
"required": ["edges", "pageInfo"],
|
|
3101
2920
|
"type": "object"
|
|
3102
2921
|
}
|
|
3103
2922
|
},
|
|
@@ -3114,23 +2933,14 @@
|
|
|
3114
2933
|
"description": "The item at the end of CountryHarmonizedSystemCodeEdge."
|
|
3115
2934
|
}
|
|
3116
2935
|
},
|
|
3117
|
-
"required": [
|
|
3118
|
-
"cursor",
|
|
3119
|
-
"node"
|
|
3120
|
-
],
|
|
2936
|
+
"required": ["cursor", "node"],
|
|
3121
2937
|
"type": "object"
|
|
3122
2938
|
}
|
|
3123
2939
|
},
|
|
3124
2940
|
"CropRegion": {
|
|
3125
2941
|
"description": "The part of the image that should remain after cropping.",
|
|
3126
2942
|
"schema": {
|
|
3127
|
-
"enum": [
|
|
3128
|
-
"CENTER",
|
|
3129
|
-
"TOP",
|
|
3130
|
-
"BOTTOM",
|
|
3131
|
-
"LEFT",
|
|
3132
|
-
"RIGHT"
|
|
3133
|
-
]
|
|
2943
|
+
"enum": ["CENTER", "TOP", "BOTTOM", "LEFT", "RIGHT"]
|
|
3134
2944
|
}
|
|
3135
2945
|
},
|
|
3136
2946
|
"CurrencyCode": {
|
|
@@ -3311,10 +3121,7 @@
|
|
|
3311
3121
|
"type": "string"
|
|
3312
3122
|
}
|
|
3313
3123
|
},
|
|
3314
|
-
"required": [
|
|
3315
|
-
"countries",
|
|
3316
|
-
"name"
|
|
3317
|
-
],
|
|
3124
|
+
"required": ["countries", "name"],
|
|
3318
3125
|
"type": "object"
|
|
3319
3126
|
}
|
|
3320
3127
|
},
|
|
@@ -3345,9 +3152,7 @@
|
|
|
3345
3152
|
"type": "boolean"
|
|
3346
3153
|
}
|
|
3347
3154
|
},
|
|
3348
|
-
"required": [
|
|
3349
|
-
"restOfWorld"
|
|
3350
|
-
],
|
|
3155
|
+
"required": ["restOfWorld"],
|
|
3351
3156
|
"type": "object"
|
|
3352
3157
|
},
|
|
3353
3158
|
"description": "Services offered for given destinations.",
|
|
@@ -3374,11 +3179,7 @@
|
|
|
3374
3179
|
"type": "string"
|
|
3375
3180
|
}
|
|
3376
3181
|
},
|
|
3377
|
-
"required": [
|
|
3378
|
-
"availableServicesForCountries",
|
|
3379
|
-
"icon",
|
|
3380
|
-
"id"
|
|
3381
|
-
],
|
|
3182
|
+
"required": ["availableServicesForCountries", "icon", "id"],
|
|
3382
3183
|
"type": "object"
|
|
3383
3184
|
}
|
|
3384
3185
|
},
|
|
@@ -3404,12 +3205,7 @@
|
|
|
3404
3205
|
"description": "The operator to compare the field and criteria."
|
|
3405
3206
|
}
|
|
3406
3207
|
},
|
|
3407
|
-
"required": [
|
|
3408
|
-
"conditionCriteria",
|
|
3409
|
-
"field",
|
|
3410
|
-
"id",
|
|
3411
|
-
"operator"
|
|
3412
|
-
],
|
|
3208
|
+
"required": ["conditionCriteria", "field", "id", "operator"],
|
|
3413
3209
|
"type": "object"
|
|
3414
3210
|
}
|
|
3415
3211
|
},
|
|
@@ -3429,19 +3225,13 @@
|
|
|
3429
3225
|
"DeliveryConditionField": {
|
|
3430
3226
|
"description": "The field type that the condition will be applied to.",
|
|
3431
3227
|
"schema": {
|
|
3432
|
-
"enum": [
|
|
3433
|
-
"TOTAL_WEIGHT",
|
|
3434
|
-
"TOTAL_PRICE"
|
|
3435
|
-
]
|
|
3228
|
+
"enum": ["TOTAL_WEIGHT", "TOTAL_PRICE"]
|
|
3436
3229
|
}
|
|
3437
3230
|
},
|
|
3438
3231
|
"DeliveryConditionOperator": {
|
|
3439
3232
|
"description": "The operator to use to determine if the condition passes.",
|
|
3440
3233
|
"schema": {
|
|
3441
|
-
"enum": [
|
|
3442
|
-
"GREATER_THAN_OR_EQUAL_TO",
|
|
3443
|
-
"LESS_THAN_OR_EQUAL_TO"
|
|
3444
|
-
]
|
|
3234
|
+
"enum": ["GREATER_THAN_OR_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO"]
|
|
3445
3235
|
}
|
|
3446
3236
|
},
|
|
3447
3237
|
"DeliveryCountry": {
|
|
@@ -3473,13 +3263,7 @@
|
|
|
3473
3263
|
"type": "string"
|
|
3474
3264
|
}
|
|
3475
3265
|
},
|
|
3476
|
-
"required": [
|
|
3477
|
-
"code",
|
|
3478
|
-
"id",
|
|
3479
|
-
"name",
|
|
3480
|
-
"provinces",
|
|
3481
|
-
"translatedName"
|
|
3482
|
-
],
|
|
3266
|
+
"required": ["code", "id", "name", "provinces", "translatedName"],
|
|
3483
3267
|
"type": "object"
|
|
3484
3268
|
}
|
|
3485
3269
|
},
|
|
@@ -3496,10 +3280,7 @@
|
|
|
3496
3280
|
"type": "string"
|
|
3497
3281
|
}
|
|
3498
3282
|
},
|
|
3499
|
-
"required": [
|
|
3500
|
-
"country",
|
|
3501
|
-
"zone"
|
|
3502
|
-
],
|
|
3283
|
+
"required": ["country", "zone"],
|
|
3503
3284
|
"type": "object"
|
|
3504
3285
|
}
|
|
3505
3286
|
},
|
|
@@ -3516,9 +3297,7 @@
|
|
|
3516
3297
|
"type": "boolean"
|
|
3517
3298
|
}
|
|
3518
3299
|
},
|
|
3519
|
-
"required": [
|
|
3520
|
-
"restOfWorld"
|
|
3521
|
-
],
|
|
3300
|
+
"required": ["restOfWorld"],
|
|
3522
3301
|
"type": "object"
|
|
3523
3302
|
}
|
|
3524
3303
|
},
|
|
@@ -3538,10 +3317,7 @@
|
|
|
3538
3317
|
"type": "boolean"
|
|
3539
3318
|
}
|
|
3540
3319
|
},
|
|
3541
|
-
"required": [
|
|
3542
|
-
"countryCodes",
|
|
3543
|
-
"restOfWorld"
|
|
3544
|
-
],
|
|
3320
|
+
"required": ["countryCodes", "restOfWorld"],
|
|
3545
3321
|
"type": "object"
|
|
3546
3322
|
}
|
|
3547
3323
|
},
|
|
@@ -3604,10 +3380,7 @@
|
|
|
3604
3380
|
"description": "List of active locations that are part of this location group."
|
|
3605
3381
|
}
|
|
3606
3382
|
},
|
|
3607
|
-
"required": [
|
|
3608
|
-
"id",
|
|
3609
|
-
"locations"
|
|
3610
|
-
],
|
|
3383
|
+
"required": ["id", "locations"],
|
|
3611
3384
|
"type": "object"
|
|
3612
3385
|
}
|
|
3613
3386
|
},
|
|
@@ -3667,11 +3440,7 @@
|
|
|
3667
3440
|
"description": "The zone associated to a location group in a delivery profile."
|
|
3668
3441
|
}
|
|
3669
3442
|
},
|
|
3670
|
-
"required": [
|
|
3671
|
-
"methodDefinitionCounts",
|
|
3672
|
-
"methodDefinitions",
|
|
3673
|
-
"zone"
|
|
3674
|
-
],
|
|
3443
|
+
"required": ["methodDefinitionCounts", "methodDefinitions", "zone"],
|
|
3675
3444
|
"type": "object"
|
|
3676
3445
|
}
|
|
3677
3446
|
},
|
|
@@ -3691,10 +3460,7 @@
|
|
|
3691
3460
|
"description": "Information to aid in pagination."
|
|
3692
3461
|
}
|
|
3693
3462
|
},
|
|
3694
|
-
"required": [
|
|
3695
|
-
"edges",
|
|
3696
|
-
"pageInfo"
|
|
3697
|
-
],
|
|
3463
|
+
"required": ["edges", "pageInfo"],
|
|
3698
3464
|
"type": "object"
|
|
3699
3465
|
}
|
|
3700
3466
|
},
|
|
@@ -3711,10 +3477,7 @@
|
|
|
3711
3477
|
"description": "The item at the end of DeliveryLocationGroupZoneEdge."
|
|
3712
3478
|
}
|
|
3713
3479
|
},
|
|
3714
|
-
"required": [
|
|
3715
|
-
"cursor",
|
|
3716
|
-
"node"
|
|
3717
|
-
],
|
|
3480
|
+
"required": ["cursor", "node"],
|
|
3718
3481
|
"type": "object"
|
|
3719
3482
|
}
|
|
3720
3483
|
},
|
|
@@ -3751,13 +3514,7 @@
|
|
|
3751
3514
|
"description": "Provided rate for this method definition, from a rate definition or participant."
|
|
3752
3515
|
}
|
|
3753
3516
|
},
|
|
3754
|
-
"required": [
|
|
3755
|
-
"active",
|
|
3756
|
-
"id",
|
|
3757
|
-
"methodConditions",
|
|
3758
|
-
"name",
|
|
3759
|
-
"rateProvider"
|
|
3760
|
-
],
|
|
3517
|
+
"required": ["active", "id", "methodConditions", "name", "rateProvider"],
|
|
3761
3518
|
"type": "object"
|
|
3762
3519
|
}
|
|
3763
3520
|
},
|
|
@@ -3777,10 +3534,7 @@
|
|
|
3777
3534
|
"description": "Information to aid in pagination."
|
|
3778
3535
|
}
|
|
3779
3536
|
},
|
|
3780
|
-
"required": [
|
|
3781
|
-
"edges",
|
|
3782
|
-
"pageInfo"
|
|
3783
|
-
],
|
|
3537
|
+
"required": ["edges", "pageInfo"],
|
|
3784
3538
|
"type": "object"
|
|
3785
3539
|
}
|
|
3786
3540
|
},
|
|
@@ -3797,10 +3551,7 @@
|
|
|
3797
3551
|
"type": "integer"
|
|
3798
3552
|
}
|
|
3799
3553
|
},
|
|
3800
|
-
"required": [
|
|
3801
|
-
"participantDefinitionsCount",
|
|
3802
|
-
"rateDefinitionsCount"
|
|
3803
|
-
],
|
|
3554
|
+
"required": ["participantDefinitionsCount", "rateDefinitionsCount"],
|
|
3804
3555
|
"type": "object"
|
|
3805
3556
|
}
|
|
3806
3557
|
},
|
|
@@ -3817,20 +3568,14 @@
|
|
|
3817
3568
|
"description": "The item at the end of DeliveryMethodDefinitionEdge."
|
|
3818
3569
|
}
|
|
3819
3570
|
},
|
|
3820
|
-
"required": [
|
|
3821
|
-
"cursor",
|
|
3822
|
-
"node"
|
|
3823
|
-
],
|
|
3571
|
+
"required": ["cursor", "node"],
|
|
3824
3572
|
"type": "object"
|
|
3825
3573
|
}
|
|
3826
3574
|
},
|
|
3827
3575
|
"DeliveryMethodDefinitionType": {
|
|
3828
3576
|
"description": "The different types of method definitions to filter by.",
|
|
3829
3577
|
"schema": {
|
|
3830
|
-
"enum": [
|
|
3831
|
-
"MERCHANT",
|
|
3832
|
-
"PARTICIPANT"
|
|
3833
|
-
]
|
|
3578
|
+
"enum": ["MERCHANT", "PARTICIPANT"]
|
|
3834
3579
|
}
|
|
3835
3580
|
},
|
|
3836
3581
|
"DeliveryParticipant": {
|
|
@@ -3889,10 +3634,7 @@
|
|
|
3889
3634
|
"type": "string"
|
|
3890
3635
|
}
|
|
3891
3636
|
},
|
|
3892
|
-
"required": [
|
|
3893
|
-
"active",
|
|
3894
|
-
"name"
|
|
3895
|
-
],
|
|
3637
|
+
"required": ["active", "name"],
|
|
3896
3638
|
"type": "object"
|
|
3897
3639
|
}
|
|
3898
3640
|
},
|
|
@@ -3909,10 +3651,7 @@
|
|
|
3909
3651
|
"type": "integer"
|
|
3910
3652
|
}
|
|
3911
3653
|
},
|
|
3912
|
-
"required": [
|
|
3913
|
-
"capped",
|
|
3914
|
-
"count"
|
|
3915
|
-
],
|
|
3654
|
+
"required": ["capped", "count"],
|
|
3916
3655
|
"type": "object"
|
|
3917
3656
|
}
|
|
3918
3657
|
},
|
|
@@ -4105,10 +3844,7 @@
|
|
|
4105
3844
|
"description": "The product variants associated with this delivery profile."
|
|
4106
3845
|
}
|
|
4107
3846
|
},
|
|
4108
|
-
"required": [
|
|
4109
|
-
"product",
|
|
4110
|
-
"variants"
|
|
4111
|
-
],
|
|
3847
|
+
"required": ["product", "variants"],
|
|
4112
3848
|
"type": "object"
|
|
4113
3849
|
}
|
|
4114
3850
|
},
|
|
@@ -4128,10 +3864,7 @@
|
|
|
4128
3864
|
"description": "Information to aid in pagination."
|
|
4129
3865
|
}
|
|
4130
3866
|
},
|
|
4131
|
-
"required": [
|
|
4132
|
-
"edges",
|
|
4133
|
-
"pageInfo"
|
|
4134
|
-
],
|
|
3867
|
+
"required": ["edges", "pageInfo"],
|
|
4135
3868
|
"type": "object"
|
|
4136
3869
|
}
|
|
4137
3870
|
},
|
|
@@ -4148,10 +3881,7 @@
|
|
|
4148
3881
|
"description": "The item at the end of DeliveryProfileItemEdge."
|
|
4149
3882
|
}
|
|
4150
3883
|
},
|
|
4151
|
-
"required": [
|
|
4152
|
-
"cursor",
|
|
4153
|
-
"node"
|
|
4154
|
-
],
|
|
3884
|
+
"required": ["cursor", "node"],
|
|
4155
3885
|
"type": "object"
|
|
4156
3886
|
}
|
|
4157
3887
|
},
|
|
@@ -4201,11 +3931,7 @@
|
|
|
4201
3931
|
"description": "The applicable zones associated to a location group and delivery profile."
|
|
4202
3932
|
}
|
|
4203
3933
|
},
|
|
4204
|
-
"required": [
|
|
4205
|
-
"countriesInAnyZone",
|
|
4206
|
-
"locationGroup",
|
|
4207
|
-
"locationGroupZones"
|
|
4208
|
-
],
|
|
3934
|
+
"required": ["countriesInAnyZone", "locationGroup", "locationGroupZones"],
|
|
4209
3935
|
"type": "object"
|
|
4210
3936
|
}
|
|
4211
3937
|
},
|
|
@@ -4231,12 +3957,7 @@
|
|
|
4231
3957
|
"type": "string"
|
|
4232
3958
|
}
|
|
4233
3959
|
},
|
|
4234
|
-
"required": [
|
|
4235
|
-
"code",
|
|
4236
|
-
"id",
|
|
4237
|
-
"name",
|
|
4238
|
-
"translatedName"
|
|
4239
|
-
],
|
|
3960
|
+
"required": ["code", "id", "name", "translatedName"],
|
|
4240
3961
|
"type": "object"
|
|
4241
3962
|
}
|
|
4242
3963
|
},
|
|
@@ -4254,10 +3975,7 @@
|
|
|
4254
3975
|
"description": "The price of this rate."
|
|
4255
3976
|
}
|
|
4256
3977
|
},
|
|
4257
|
-
"required": [
|
|
4258
|
-
"id",
|
|
4259
|
-
"price"
|
|
4260
|
-
],
|
|
3978
|
+
"required": ["id", "price"],
|
|
4261
3979
|
"type": "object"
|
|
4262
3980
|
}
|
|
4263
3981
|
},
|
|
@@ -4295,11 +4013,7 @@
|
|
|
4295
4013
|
"type": "string"
|
|
4296
4014
|
}
|
|
4297
4015
|
},
|
|
4298
|
-
"required": [
|
|
4299
|
-
"countries",
|
|
4300
|
-
"id",
|
|
4301
|
-
"name"
|
|
4302
|
-
],
|
|
4016
|
+
"required": ["countries", "id", "name"],
|
|
4303
4017
|
"type": "object"
|
|
4304
4018
|
}
|
|
4305
4019
|
},
|
|
@@ -4316,9 +4030,7 @@
|
|
|
4316
4030
|
"description": "The reason the attribute is locked for editing."
|
|
4317
4031
|
}
|
|
4318
4032
|
},
|
|
4319
|
-
"required": [
|
|
4320
|
-
"locked"
|
|
4321
|
-
],
|
|
4033
|
+
"required": ["locked"],
|
|
4322
4034
|
"type": "object"
|
|
4323
4035
|
}
|
|
4324
4036
|
},
|
|
@@ -4335,9 +4047,7 @@
|
|
|
4335
4047
|
"type": "string"
|
|
4336
4048
|
}
|
|
4337
4049
|
},
|
|
4338
|
-
"required": [
|
|
4339
|
-
"message"
|
|
4340
|
-
],
|
|
4050
|
+
"required": ["message"],
|
|
4341
4051
|
"type": "object"
|
|
4342
4052
|
}
|
|
4343
4053
|
},
|
|
@@ -4406,11 +4116,7 @@
|
|
|
4406
4116
|
"FulfillmentServiceType": {
|
|
4407
4117
|
"description": "The type of a fulfillment service.",
|
|
4408
4118
|
"schema": {
|
|
4409
|
-
"enum": [
|
|
4410
|
-
"GIFT_CARD",
|
|
4411
|
-
"MANUAL",
|
|
4412
|
-
"THIRD_PARTY"
|
|
4413
|
-
]
|
|
4119
|
+
"enum": ["GIFT_CARD", "MANUAL", "THIRD_PARTY"]
|
|
4414
4120
|
}
|
|
4415
4121
|
},
|
|
4416
4122
|
"Image": {
|
|
@@ -4442,10 +4148,7 @@
|
|
|
4442
4148
|
"type": "string"
|
|
4443
4149
|
}
|
|
4444
4150
|
},
|
|
4445
|
-
"required": [
|
|
4446
|
-
"namespace",
|
|
4447
|
-
"key"
|
|
4448
|
-
],
|
|
4151
|
+
"required": ["namespace", "key"],
|
|
4449
4152
|
"type": "object"
|
|
4450
4153
|
},
|
|
4451
4154
|
"@ref": "Metafield",
|
|
@@ -4501,10 +4204,7 @@
|
|
|
4501
4204
|
"type": "string"
|
|
4502
4205
|
}
|
|
4503
4206
|
},
|
|
4504
|
-
"required": [
|
|
4505
|
-
"namespace",
|
|
4506
|
-
"key"
|
|
4507
|
-
],
|
|
4207
|
+
"required": ["namespace", "key"],
|
|
4508
4208
|
"type": "object"
|
|
4509
4209
|
},
|
|
4510
4210
|
"@ref": "PrivateMetafield",
|
|
@@ -4584,13 +4284,7 @@
|
|
|
4584
4284
|
"type": "integer"
|
|
4585
4285
|
}
|
|
4586
4286
|
},
|
|
4587
|
-
"required": [
|
|
4588
|
-
"metafields",
|
|
4589
|
-
"originalSrc",
|
|
4590
|
-
"privateMetafields",
|
|
4591
|
-
"src",
|
|
4592
|
-
"transformedSrc"
|
|
4593
|
-
],
|
|
4287
|
+
"required": ["metafields", "originalSrc", "privateMetafields", "src", "transformedSrc"],
|
|
4594
4288
|
"type": "object"
|
|
4595
4289
|
}
|
|
4596
4290
|
},
|
|
@@ -4610,21 +4304,14 @@
|
|
|
4610
4304
|
"description": "Information to aid in pagination."
|
|
4611
4305
|
}
|
|
4612
4306
|
},
|
|
4613
|
-
"required": [
|
|
4614
|
-
"edges",
|
|
4615
|
-
"pageInfo"
|
|
4616
|
-
],
|
|
4307
|
+
"required": ["edges", "pageInfo"],
|
|
4617
4308
|
"type": "object"
|
|
4618
4309
|
}
|
|
4619
4310
|
},
|
|
4620
4311
|
"ImageContentType": {
|
|
4621
4312
|
"description": "List of supported image content types.",
|
|
4622
4313
|
"schema": {
|
|
4623
|
-
"enum": [
|
|
4624
|
-
"PNG",
|
|
4625
|
-
"JPG",
|
|
4626
|
-
"WEBP"
|
|
4627
|
-
]
|
|
4314
|
+
"enum": ["PNG", "JPG", "WEBP"]
|
|
4628
4315
|
}
|
|
4629
4316
|
},
|
|
4630
4317
|
"ImageEdge": {
|
|
@@ -4640,10 +4327,7 @@
|
|
|
4640
4327
|
"description": "The item at the end of ImageEdge."
|
|
4641
4328
|
}
|
|
4642
4329
|
},
|
|
4643
|
-
"required": [
|
|
4644
|
-
"cursor",
|
|
4645
|
-
"node"
|
|
4646
|
-
],
|
|
4330
|
+
"required": ["cursor", "node"],
|
|
4647
4331
|
"type": "object"
|
|
4648
4332
|
}
|
|
4649
4333
|
},
|
|
@@ -4736,9 +4420,7 @@
|
|
|
4736
4420
|
"type": "string"
|
|
4737
4421
|
}
|
|
4738
4422
|
},
|
|
4739
|
-
"required": [
|
|
4740
|
-
"locationId"
|
|
4741
|
-
],
|
|
4423
|
+
"required": ["locationId"],
|
|
4742
4424
|
"type": "object"
|
|
4743
4425
|
},
|
|
4744
4426
|
"@ref": "InventoryLevel",
|
|
@@ -4898,16 +4580,7 @@
|
|
|
4898
4580
|
"description": "The date and time when the inventory level was updated."
|
|
4899
4581
|
}
|
|
4900
4582
|
},
|
|
4901
|
-
"required": [
|
|
4902
|
-
"available",
|
|
4903
|
-
"canDeactivate",
|
|
4904
|
-
"createdAt",
|
|
4905
|
-
"id",
|
|
4906
|
-
"incoming",
|
|
4907
|
-
"item",
|
|
4908
|
-
"location",
|
|
4909
|
-
"updatedAt"
|
|
4910
|
-
],
|
|
4583
|
+
"required": ["available", "canDeactivate", "createdAt", "id", "incoming", "item", "location", "updatedAt"],
|
|
4911
4584
|
"type": "object"
|
|
4912
4585
|
}
|
|
4913
4586
|
},
|
|
@@ -4927,10 +4600,7 @@
|
|
|
4927
4600
|
"description": "Information to aid in pagination."
|
|
4928
4601
|
}
|
|
4929
4602
|
},
|
|
4930
|
-
"required": [
|
|
4931
|
-
"edges",
|
|
4932
|
-
"pageInfo"
|
|
4933
|
-
],
|
|
4603
|
+
"required": ["edges", "pageInfo"],
|
|
4934
4604
|
"type": "object"
|
|
4935
4605
|
}
|
|
4936
4606
|
},
|
|
@@ -4947,10 +4617,7 @@
|
|
|
4947
4617
|
"description": "The item at the end of InventoryLevelEdge."
|
|
4948
4618
|
}
|
|
4949
4619
|
},
|
|
4950
|
-
"required": [
|
|
4951
|
-
"cursor",
|
|
4952
|
-
"node"
|
|
4953
|
-
],
|
|
4620
|
+
"required": ["cursor", "node"],
|
|
4954
4621
|
"type": "object"
|
|
4955
4622
|
}
|
|
4956
4623
|
},
|
|
@@ -4968,10 +4635,7 @@
|
|
|
4968
4635
|
"type": "string"
|
|
4969
4636
|
}
|
|
4970
4637
|
},
|
|
4971
|
-
"required": [
|
|
4972
|
-
"availableQuantity",
|
|
4973
|
-
"locationId"
|
|
4974
|
-
],
|
|
4638
|
+
"required": ["availableQuantity", "locationId"],
|
|
4975
4639
|
"type": "object"
|
|
4976
4640
|
}
|
|
4977
4641
|
},
|
|
@@ -4991,9 +4655,7 @@
|
|
|
4991
4655
|
"type": "string"
|
|
4992
4656
|
}
|
|
4993
4657
|
},
|
|
4994
|
-
"required": [
|
|
4995
|
-
"locale"
|
|
4996
|
-
],
|
|
4658
|
+
"required": ["locale"],
|
|
4997
4659
|
"type": "object"
|
|
4998
4660
|
},
|
|
4999
4661
|
"description": "The translations associated with the resource.",
|
|
@@ -5007,11 +4669,7 @@
|
|
|
5007
4669
|
"description": "The URL that the link visits."
|
|
5008
4670
|
}
|
|
5009
4671
|
},
|
|
5010
|
-
"required": [
|
|
5011
|
-
"label",
|
|
5012
|
-
"translations",
|
|
5013
|
-
"url"
|
|
5014
|
-
],
|
|
4672
|
+
"required": ["label", "translations", "url"],
|
|
5015
4673
|
"type": "object"
|
|
5016
4674
|
}
|
|
5017
4675
|
},
|
|
@@ -5073,9 +4731,7 @@
|
|
|
5073
4731
|
"type": "string"
|
|
5074
4732
|
}
|
|
5075
4733
|
},
|
|
5076
|
-
"required": [
|
|
5077
|
-
"inventoryItemId"
|
|
5078
|
-
],
|
|
4734
|
+
"required": ["inventoryItemId"],
|
|
5079
4735
|
"type": "object"
|
|
5080
4736
|
},
|
|
5081
4737
|
"@ref": "InventoryLevel",
|
|
@@ -5221,9 +4877,7 @@
|
|
|
5221
4877
|
"type": "string"
|
|
5222
4878
|
}
|
|
5223
4879
|
},
|
|
5224
|
-
"required": [
|
|
5225
|
-
"formatted"
|
|
5226
|
-
],
|
|
4880
|
+
"required": ["formatted"],
|
|
5227
4881
|
"type": "object"
|
|
5228
4882
|
}
|
|
5229
4883
|
},
|
|
@@ -5243,10 +4897,7 @@
|
|
|
5243
4897
|
"description": "Information to aid in pagination."
|
|
5244
4898
|
}
|
|
5245
4899
|
},
|
|
5246
|
-
"required": [
|
|
5247
|
-
"edges",
|
|
5248
|
-
"pageInfo"
|
|
5249
|
-
],
|
|
4900
|
+
"required": ["edges", "pageInfo"],
|
|
5250
4901
|
"type": "object"
|
|
5251
4902
|
}
|
|
5252
4903
|
},
|
|
@@ -5263,21 +4914,14 @@
|
|
|
5263
4914
|
"description": "The item at the end of LocationEdge."
|
|
5264
4915
|
}
|
|
5265
4916
|
},
|
|
5266
|
-
"required": [
|
|
5267
|
-
"cursor",
|
|
5268
|
-
"node"
|
|
5269
|
-
],
|
|
4917
|
+
"required": ["cursor", "node"],
|
|
5270
4918
|
"type": "object"
|
|
5271
4919
|
}
|
|
5272
4920
|
},
|
|
5273
4921
|
"LocationSortKeys": {
|
|
5274
4922
|
"description": "The set of valid sort keys for the Location query.",
|
|
5275
4923
|
"schema": {
|
|
5276
|
-
"enum": [
|
|
5277
|
-
"NAME",
|
|
5278
|
-
"ID",
|
|
5279
|
-
"RELEVANCE"
|
|
5280
|
-
]
|
|
4924
|
+
"enum": ["NAME", "ID", "RELEVANCE"]
|
|
5281
4925
|
}
|
|
5282
4926
|
},
|
|
5283
4927
|
"LocationSuggestedAddress": {
|
|
@@ -5324,9 +4968,7 @@
|
|
|
5324
4968
|
"type": "string"
|
|
5325
4969
|
}
|
|
5326
4970
|
},
|
|
5327
|
-
"required": [
|
|
5328
|
-
"formatted"
|
|
5329
|
-
],
|
|
4971
|
+
"required": ["formatted"],
|
|
5330
4972
|
"type": "object"
|
|
5331
4973
|
}
|
|
5332
4974
|
},
|
|
@@ -5358,11 +5000,7 @@
|
|
|
5358
5000
|
"description": "Current status of the media."
|
|
5359
5001
|
}
|
|
5360
5002
|
},
|
|
5361
|
-
"required": [
|
|
5362
|
-
"mediaContentType",
|
|
5363
|
-
"mediaErrors",
|
|
5364
|
-
"status"
|
|
5365
|
-
],
|
|
5003
|
+
"required": ["mediaContentType", "mediaErrors", "status"],
|
|
5366
5004
|
"type": "object"
|
|
5367
5005
|
}
|
|
5368
5006
|
},
|
|
@@ -5382,22 +5020,14 @@
|
|
|
5382
5020
|
"description": "Information to aid in pagination."
|
|
5383
5021
|
}
|
|
5384
5022
|
},
|
|
5385
|
-
"required": [
|
|
5386
|
-
"edges",
|
|
5387
|
-
"pageInfo"
|
|
5388
|
-
],
|
|
5023
|
+
"required": ["edges", "pageInfo"],
|
|
5389
5024
|
"type": "object"
|
|
5390
5025
|
}
|
|
5391
5026
|
},
|
|
5392
5027
|
"MediaContentType": {
|
|
5393
5028
|
"description": "The possible content types for a media object.",
|
|
5394
5029
|
"schema": {
|
|
5395
|
-
"enum": [
|
|
5396
|
-
"VIDEO",
|
|
5397
|
-
"EXTERNAL_VIDEO",
|
|
5398
|
-
"MODEL_3D",
|
|
5399
|
-
"IMAGE"
|
|
5400
|
-
]
|
|
5030
|
+
"enum": ["VIDEO", "EXTERNAL_VIDEO", "MODEL_3D", "IMAGE"]
|
|
5401
5031
|
}
|
|
5402
5032
|
},
|
|
5403
5033
|
"MediaEdge": {
|
|
@@ -5413,10 +5043,7 @@
|
|
|
5413
5043
|
"description": "The item at the end of MediaEdge."
|
|
5414
5044
|
}
|
|
5415
5045
|
},
|
|
5416
|
-
"required": [
|
|
5417
|
-
"cursor",
|
|
5418
|
-
"node"
|
|
5419
|
-
],
|
|
5046
|
+
"required": ["cursor", "node"],
|
|
5420
5047
|
"type": "object"
|
|
5421
5048
|
}
|
|
5422
5049
|
},
|
|
@@ -5437,10 +5064,7 @@
|
|
|
5437
5064
|
"type": "string"
|
|
5438
5065
|
}
|
|
5439
5066
|
},
|
|
5440
|
-
"required": [
|
|
5441
|
-
"code",
|
|
5442
|
-
"message"
|
|
5443
|
-
],
|
|
5067
|
+
"required": ["code", "message"],
|
|
5444
5068
|
"type": "object"
|
|
5445
5069
|
}
|
|
5446
5070
|
},
|
|
@@ -5487,32 +5111,20 @@
|
|
|
5487
5111
|
"description": "Current status of the preview image."
|
|
5488
5112
|
}
|
|
5489
5113
|
},
|
|
5490
|
-
"required": [
|
|
5491
|
-
"status"
|
|
5492
|
-
],
|
|
5114
|
+
"required": ["status"],
|
|
5493
5115
|
"type": "object"
|
|
5494
5116
|
}
|
|
5495
5117
|
},
|
|
5496
5118
|
"MediaPreviewImageStatus": {
|
|
5497
5119
|
"description": "The possible statuses for a media preview image.",
|
|
5498
5120
|
"schema": {
|
|
5499
|
-
"enum": [
|
|
5500
|
-
"UPLOADED",
|
|
5501
|
-
"PROCESSING",
|
|
5502
|
-
"READY",
|
|
5503
|
-
"FAILED"
|
|
5504
|
-
]
|
|
5121
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
5505
5122
|
}
|
|
5506
5123
|
},
|
|
5507
5124
|
"MediaStatus": {
|
|
5508
5125
|
"description": "The possible statuses for a media object.",
|
|
5509
5126
|
"schema": {
|
|
5510
|
-
"enum": [
|
|
5511
|
-
"UPLOADED",
|
|
5512
|
-
"PROCESSING",
|
|
5513
|
-
"READY",
|
|
5514
|
-
"FAILED"
|
|
5515
|
-
]
|
|
5127
|
+
"enum": ["UPLOADED", "PROCESSING", "READY", "FAILED"]
|
|
5516
5128
|
}
|
|
5517
5129
|
},
|
|
5518
5130
|
"Metafield": {
|
|
@@ -5592,10 +5204,7 @@
|
|
|
5592
5204
|
"description": "Information to aid in pagination."
|
|
5593
5205
|
}
|
|
5594
5206
|
},
|
|
5595
|
-
"required": [
|
|
5596
|
-
"edges",
|
|
5597
|
-
"pageInfo"
|
|
5598
|
-
],
|
|
5207
|
+
"required": ["edges", "pageInfo"],
|
|
5599
5208
|
"type": "object"
|
|
5600
5209
|
}
|
|
5601
5210
|
},
|
|
@@ -5612,10 +5221,7 @@
|
|
|
5612
5221
|
"description": "The item at the end of MetafieldEdge."
|
|
5613
5222
|
}
|
|
5614
5223
|
},
|
|
5615
|
-
"required": [
|
|
5616
|
-
"cursor",
|
|
5617
|
-
"node"
|
|
5618
|
-
],
|
|
5224
|
+
"required": ["cursor", "node"],
|
|
5619
5225
|
"type": "object"
|
|
5620
5226
|
}
|
|
5621
5227
|
},
|
|
@@ -5669,22 +5275,13 @@
|
|
|
5669
5275
|
"MetafieldValueType": {
|
|
5670
5276
|
"description": "Metafield value types.",
|
|
5671
5277
|
"schema": {
|
|
5672
|
-
"enum": [
|
|
5673
|
-
"STRING",
|
|
5674
|
-
"INTEGER",
|
|
5675
|
-
"JSON_STRING",
|
|
5676
|
-
"BOOLEAN"
|
|
5677
|
-
]
|
|
5278
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING", "BOOLEAN"]
|
|
5678
5279
|
}
|
|
5679
5280
|
},
|
|
5680
5281
|
"MethodDefinitionSortKeys": {
|
|
5681
5282
|
"description": "The set of valid sort keys for the MethodDefinition query.",
|
|
5682
5283
|
"schema": {
|
|
5683
|
-
"enum": [
|
|
5684
|
-
"RATE_PROVIDER_TYPE",
|
|
5685
|
-
"ID",
|
|
5686
|
-
"RELEVANCE"
|
|
5687
|
-
]
|
|
5284
|
+
"enum": ["RATE_PROVIDER_TYPE", "ID", "RELEVANCE"]
|
|
5688
5285
|
}
|
|
5689
5286
|
},
|
|
5690
5287
|
"MoneyV2": {
|
|
@@ -5700,10 +5297,7 @@
|
|
|
5700
5297
|
"description": "Currency of the money."
|
|
5701
5298
|
}
|
|
5702
5299
|
},
|
|
5703
|
-
"required": [
|
|
5704
|
-
"amount",
|
|
5705
|
-
"currencyCode"
|
|
5706
|
-
],
|
|
5300
|
+
"required": ["amount", "currencyCode"],
|
|
5707
5301
|
"type": "object"
|
|
5708
5302
|
}
|
|
5709
5303
|
},
|
|
@@ -5724,11 +5318,7 @@
|
|
|
5724
5318
|
"description": "The URL of the page that the navigation item links to."
|
|
5725
5319
|
}
|
|
5726
5320
|
},
|
|
5727
|
-
"required": [
|
|
5728
|
-
"id",
|
|
5729
|
-
"title",
|
|
5730
|
-
"url"
|
|
5731
|
-
],
|
|
5321
|
+
"required": ["id", "title", "url"],
|
|
5732
5322
|
"type": "object"
|
|
5733
5323
|
}
|
|
5734
5324
|
},
|
|
@@ -5745,10 +5335,7 @@
|
|
|
5745
5335
|
"type": "boolean"
|
|
5746
5336
|
}
|
|
5747
5337
|
},
|
|
5748
|
-
"required": [
|
|
5749
|
-
"hasNextPage",
|
|
5750
|
-
"hasPreviousPage"
|
|
5751
|
-
],
|
|
5338
|
+
"required": ["hasNextPage", "hasPreviousPage"],
|
|
5752
5339
|
"type": "object"
|
|
5753
5340
|
}
|
|
5754
5341
|
},
|
|
@@ -5786,15 +5373,7 @@
|
|
|
5786
5373
|
"description": "Represents the private metafield value type."
|
|
5787
5374
|
}
|
|
5788
5375
|
},
|
|
5789
|
-
"required": [
|
|
5790
|
-
"createdAt",
|
|
5791
|
-
"id",
|
|
5792
|
-
"key",
|
|
5793
|
-
"namespace",
|
|
5794
|
-
"updatedAt",
|
|
5795
|
-
"value",
|
|
5796
|
-
"valueType"
|
|
5797
|
-
],
|
|
5376
|
+
"required": ["createdAt", "id", "key", "namespace", "updatedAt", "value", "valueType"],
|
|
5798
5377
|
"type": "object"
|
|
5799
5378
|
}
|
|
5800
5379
|
},
|
|
@@ -5814,10 +5393,7 @@
|
|
|
5814
5393
|
"description": "Information to aid in pagination."
|
|
5815
5394
|
}
|
|
5816
5395
|
},
|
|
5817
|
-
"required": [
|
|
5818
|
-
"edges",
|
|
5819
|
-
"pageInfo"
|
|
5820
|
-
],
|
|
5396
|
+
"required": ["edges", "pageInfo"],
|
|
5821
5397
|
"type": "object"
|
|
5822
5398
|
}
|
|
5823
5399
|
},
|
|
@@ -5834,10 +5410,7 @@
|
|
|
5834
5410
|
"description": "The item at the end of PrivateMetafieldEdge."
|
|
5835
5411
|
}
|
|
5836
5412
|
},
|
|
5837
|
-
"required": [
|
|
5838
|
-
"cursor",
|
|
5839
|
-
"node"
|
|
5840
|
-
],
|
|
5413
|
+
"required": ["cursor", "node"],
|
|
5841
5414
|
"type": "object"
|
|
5842
5415
|
}
|
|
5843
5416
|
},
|
|
@@ -5863,11 +5436,7 @@
|
|
|
5863
5436
|
"description": "The value and value type of the metafield, wrapped in a ValueInput object."
|
|
5864
5437
|
}
|
|
5865
5438
|
},
|
|
5866
|
-
"required": [
|
|
5867
|
-
"namespace",
|
|
5868
|
-
"key",
|
|
5869
|
-
"valueInput"
|
|
5870
|
-
],
|
|
5439
|
+
"required": ["namespace", "key", "valueInput"],
|
|
5871
5440
|
"type": "object"
|
|
5872
5441
|
}
|
|
5873
5442
|
},
|
|
@@ -5884,21 +5453,14 @@
|
|
|
5884
5453
|
"description": "Represents the private metafield value type."
|
|
5885
5454
|
}
|
|
5886
5455
|
},
|
|
5887
|
-
"required": [
|
|
5888
|
-
"value",
|
|
5889
|
-
"valueType"
|
|
5890
|
-
],
|
|
5456
|
+
"required": ["value", "valueType"],
|
|
5891
5457
|
"type": "object"
|
|
5892
5458
|
}
|
|
5893
5459
|
},
|
|
5894
5460
|
"PrivateMetafieldValueType": {
|
|
5895
5461
|
"description": "Private Metafield value types.",
|
|
5896
5462
|
"schema": {
|
|
5897
|
-
"enum": [
|
|
5898
|
-
"STRING",
|
|
5899
|
-
"INTEGER",
|
|
5900
|
-
"JSON_STRING"
|
|
5901
|
-
]
|
|
5463
|
+
"enum": ["STRING", "INTEGER", "JSON_STRING"]
|
|
5902
5464
|
}
|
|
5903
5465
|
},
|
|
5904
5466
|
"Product": {
|
|
@@ -6077,9 +5639,7 @@
|
|
|
6077
5639
|
"type": "string"
|
|
6078
5640
|
}
|
|
6079
5641
|
},
|
|
6080
|
-
"required": [
|
|
6081
|
-
"id"
|
|
6082
|
-
],
|
|
5642
|
+
"required": ["id"],
|
|
6083
5643
|
"type": "object"
|
|
6084
5644
|
},
|
|
6085
5645
|
"description": "Whether the product is in a given collection.",
|
|
@@ -6144,10 +5704,7 @@
|
|
|
6144
5704
|
"type": "string"
|
|
6145
5705
|
}
|
|
6146
5706
|
},
|
|
6147
|
-
"required": [
|
|
6148
|
-
"namespace",
|
|
6149
|
-
"key"
|
|
6150
|
-
],
|
|
5707
|
+
"required": ["namespace", "key"],
|
|
6151
5708
|
"type": "object"
|
|
6152
5709
|
},
|
|
6153
5710
|
"@ref": "Metafield",
|
|
@@ -6232,10 +5789,7 @@
|
|
|
6232
5789
|
"type": "string"
|
|
6233
5790
|
}
|
|
6234
5791
|
},
|
|
6235
|
-
"required": [
|
|
6236
|
-
"namespace",
|
|
6237
|
-
"key"
|
|
6238
|
-
],
|
|
5792
|
+
"required": ["namespace", "key"],
|
|
6239
5793
|
"type": "object"
|
|
6240
5794
|
},
|
|
6241
5795
|
"@ref": "PrivateMetafield",
|
|
@@ -6373,9 +5927,7 @@
|
|
|
6373
5927
|
"type": "string"
|
|
6374
5928
|
}
|
|
6375
5929
|
},
|
|
6376
|
-
"required": [
|
|
6377
|
-
"channelId"
|
|
6378
|
-
],
|
|
5930
|
+
"required": ["channelId"],
|
|
6379
5931
|
"type": "object"
|
|
6380
5932
|
},
|
|
6381
5933
|
"@deprecationReason": "Use `publishedOnPublication` instead",
|
|
@@ -6400,9 +5952,7 @@
|
|
|
6400
5952
|
"type": "string"
|
|
6401
5953
|
}
|
|
6402
5954
|
},
|
|
6403
|
-
"required": [
|
|
6404
|
-
"publicationId"
|
|
6405
|
-
],
|
|
5955
|
+
"required": ["publicationId"],
|
|
6406
5956
|
"type": "object"
|
|
6407
5957
|
},
|
|
6408
5958
|
"description": "Check to see whether the resource is published to a given publication.",
|
|
@@ -6533,9 +6083,7 @@
|
|
|
6533
6083
|
"type": "string"
|
|
6534
6084
|
}
|
|
6535
6085
|
},
|
|
6536
|
-
"required": [
|
|
6537
|
-
"locale"
|
|
6538
|
-
],
|
|
6086
|
+
"required": ["locale"],
|
|
6539
6087
|
"type": "object"
|
|
6540
6088
|
},
|
|
6541
6089
|
"description": "The translations associated with the resource.",
|
|
@@ -6705,16 +6253,7 @@
|
|
|
6705
6253
|
"ProductCollectionSortKeys": {
|
|
6706
6254
|
"description": "The set of valid sort keys for the ProductCollection query.",
|
|
6707
6255
|
"schema": {
|
|
6708
|
-
"enum": [
|
|
6709
|
-
"TITLE",
|
|
6710
|
-
"PRICE",
|
|
6711
|
-
"BEST_SELLING",
|
|
6712
|
-
"CREATED",
|
|
6713
|
-
"ID",
|
|
6714
|
-
"MANUAL",
|
|
6715
|
-
"COLLECTION_DEFAULT",
|
|
6716
|
-
"RELEVANCE"
|
|
6717
|
-
]
|
|
6256
|
+
"enum": ["TITLE", "PRICE", "BEST_SELLING", "CREATED", "ID", "MANUAL", "COLLECTION_DEFAULT", "RELEVANCE"]
|
|
6718
6257
|
}
|
|
6719
6258
|
},
|
|
6720
6259
|
"ProductConnection": {
|
|
@@ -6733,10 +6272,7 @@
|
|
|
6733
6272
|
"description": "Information to aid in pagination."
|
|
6734
6273
|
}
|
|
6735
6274
|
},
|
|
6736
|
-
"required": [
|
|
6737
|
-
"edges",
|
|
6738
|
-
"pageInfo"
|
|
6739
|
-
],
|
|
6275
|
+
"required": ["edges", "pageInfo"],
|
|
6740
6276
|
"type": "object"
|
|
6741
6277
|
}
|
|
6742
6278
|
},
|
|
@@ -6753,22 +6289,14 @@
|
|
|
6753
6289
|
"description": "The item at the end of ProductEdge."
|
|
6754
6290
|
}
|
|
6755
6291
|
},
|
|
6756
|
-
"required": [
|
|
6757
|
-
"cursor",
|
|
6758
|
-
"node"
|
|
6759
|
-
],
|
|
6292
|
+
"required": ["cursor", "node"],
|
|
6760
6293
|
"type": "object"
|
|
6761
6294
|
}
|
|
6762
6295
|
},
|
|
6763
6296
|
"ProductImageSortKeys": {
|
|
6764
6297
|
"description": "The set of valid sort keys for the ProductImage query.",
|
|
6765
6298
|
"schema": {
|
|
6766
|
-
"enum": [
|
|
6767
|
-
"CREATED_AT",
|
|
6768
|
-
"POSITION",
|
|
6769
|
-
"ID",
|
|
6770
|
-
"RELEVANCE"
|
|
6771
|
-
]
|
|
6299
|
+
"enum": ["CREATED_AT", "POSITION", "ID", "RELEVANCE"]
|
|
6772
6300
|
}
|
|
6773
6301
|
},
|
|
6774
6302
|
"ProductInput": {
|
|
@@ -6928,11 +6456,7 @@
|
|
|
6928
6456
|
"ProductMediaSortKeys": {
|
|
6929
6457
|
"description": "The set of valid sort keys for the ProductMedia query.",
|
|
6930
6458
|
"schema": {
|
|
6931
|
-
"enum": [
|
|
6932
|
-
"POSITION",
|
|
6933
|
-
"ID",
|
|
6934
|
-
"RELEVANCE"
|
|
6935
|
-
]
|
|
6459
|
+
"enum": ["POSITION", "ID", "RELEVANCE"]
|
|
6936
6460
|
}
|
|
6937
6461
|
},
|
|
6938
6462
|
"ProductOption": {
|
|
@@ -6960,9 +6484,7 @@
|
|
|
6960
6484
|
"type": "string"
|
|
6961
6485
|
}
|
|
6962
6486
|
},
|
|
6963
|
-
"required": [
|
|
6964
|
-
"locale"
|
|
6965
|
-
],
|
|
6487
|
+
"required": ["locale"],
|
|
6966
6488
|
"type": "object"
|
|
6967
6489
|
},
|
|
6968
6490
|
"description": "The translations associated with the resource.",
|
|
@@ -6979,13 +6501,7 @@
|
|
|
6979
6501
|
"type": "array"
|
|
6980
6502
|
}
|
|
6981
6503
|
},
|
|
6982
|
-
"required": [
|
|
6983
|
-
"id",
|
|
6984
|
-
"name",
|
|
6985
|
-
"position",
|
|
6986
|
-
"translations",
|
|
6987
|
-
"values"
|
|
6988
|
-
],
|
|
6504
|
+
"required": ["id", "name", "position", "translations", "values"],
|
|
6989
6505
|
"type": "object"
|
|
6990
6506
|
}
|
|
6991
6507
|
},
|
|
@@ -7002,10 +6518,7 @@
|
|
|
7002
6518
|
"description": "The lowest variant's price."
|
|
7003
6519
|
}
|
|
7004
6520
|
},
|
|
7005
|
-
"required": [
|
|
7006
|
-
"maxVariantPrice",
|
|
7007
|
-
"minVariantPrice"
|
|
7008
|
-
],
|
|
6521
|
+
"required": ["maxVariantPrice", "minVariantPrice"],
|
|
7009
6522
|
"type": "object"
|
|
7010
6523
|
}
|
|
7011
6524
|
},
|
|
@@ -7022,10 +6535,7 @@
|
|
|
7022
6535
|
"description": "The lowest variant's price."
|
|
7023
6536
|
}
|
|
7024
6537
|
},
|
|
7025
|
-
"required": [
|
|
7026
|
-
"maxVariantPrice",
|
|
7027
|
-
"minVariantPrice"
|
|
7028
|
-
],
|
|
6538
|
+
"required": ["maxVariantPrice", "minVariantPrice"],
|
|
7029
6539
|
"type": "object"
|
|
7030
6540
|
}
|
|
7031
6541
|
},
|
|
@@ -7050,11 +6560,7 @@
|
|
|
7050
6560
|
"description": "The date that the product was or is going to be published on the channel."
|
|
7051
6561
|
}
|
|
7052
6562
|
},
|
|
7053
|
-
"required": [
|
|
7054
|
-
"channel",
|
|
7055
|
-
"isPublished",
|
|
7056
|
-
"product"
|
|
7057
|
-
],
|
|
6563
|
+
"required": ["channel", "isPublished", "product"],
|
|
7058
6564
|
"type": "object"
|
|
7059
6565
|
}
|
|
7060
6566
|
},
|
|
@@ -7074,10 +6580,7 @@
|
|
|
7074
6580
|
"description": "Information to aid in pagination."
|
|
7075
6581
|
}
|
|
7076
6582
|
},
|
|
7077
|
-
"required": [
|
|
7078
|
-
"edges",
|
|
7079
|
-
"pageInfo"
|
|
7080
|
-
],
|
|
6583
|
+
"required": ["edges", "pageInfo"],
|
|
7081
6584
|
"type": "object"
|
|
7082
6585
|
}
|
|
7083
6586
|
},
|
|
@@ -7094,10 +6597,7 @@
|
|
|
7094
6597
|
"description": "The item at the end of ProductPublicationEdge."
|
|
7095
6598
|
}
|
|
7096
6599
|
},
|
|
7097
|
-
"required": [
|
|
7098
|
-
"cursor",
|
|
7099
|
-
"node"
|
|
7100
|
-
],
|
|
6600
|
+
"required": ["cursor", "node"],
|
|
7101
6601
|
"type": "object"
|
|
7102
6602
|
}
|
|
7103
6603
|
},
|
|
@@ -7130,11 +6630,7 @@
|
|
|
7130
6630
|
"ProductStatus": {
|
|
7131
6631
|
"description": "The possible product statuses.",
|
|
7132
6632
|
"schema": {
|
|
7133
|
-
"enum": [
|
|
7134
|
-
"ACTIVE",
|
|
7135
|
-
"ARCHIVED",
|
|
7136
|
-
"DRAFT"
|
|
7137
|
-
]
|
|
6633
|
+
"enum": ["ACTIVE", "ARCHIVED", "DRAFT"]
|
|
7138
6634
|
}
|
|
7139
6635
|
},
|
|
7140
6636
|
"ProductVariant": {
|
|
@@ -7276,10 +6772,7 @@
|
|
|
7276
6772
|
"type": "string"
|
|
7277
6773
|
}
|
|
7278
6774
|
},
|
|
7279
|
-
"required": [
|
|
7280
|
-
"namespace",
|
|
7281
|
-
"key"
|
|
7282
|
-
],
|
|
6775
|
+
"required": ["namespace", "key"],
|
|
7283
6776
|
"type": "object"
|
|
7284
6777
|
},
|
|
7285
6778
|
"@ref": "Metafield",
|
|
@@ -7376,10 +6869,7 @@
|
|
|
7376
6869
|
"type": "string"
|
|
7377
6870
|
}
|
|
7378
6871
|
},
|
|
7379
|
-
"required": [
|
|
7380
|
-
"namespace",
|
|
7381
|
-
"key"
|
|
7382
|
-
],
|
|
6872
|
+
"required": ["namespace", "key"],
|
|
7383
6873
|
"type": "object"
|
|
7384
6874
|
},
|
|
7385
6875
|
"@ref": "PrivateMetafield",
|
|
@@ -7467,9 +6957,7 @@
|
|
|
7467
6957
|
"type": "string"
|
|
7468
6958
|
}
|
|
7469
6959
|
},
|
|
7470
|
-
"required": [
|
|
7471
|
-
"locale"
|
|
7472
|
-
],
|
|
6960
|
+
"required": ["locale"],
|
|
7473
6961
|
"type": "object"
|
|
7474
6962
|
},
|
|
7475
6963
|
"description": "The translations associated with the resource.",
|
|
@@ -7538,10 +7026,7 @@
|
|
|
7538
7026
|
"description": "Information to aid in pagination."
|
|
7539
7027
|
}
|
|
7540
7028
|
},
|
|
7541
|
-
"required": [
|
|
7542
|
-
"edges",
|
|
7543
|
-
"pageInfo"
|
|
7544
|
-
],
|
|
7029
|
+
"required": ["edges", "pageInfo"],
|
|
7545
7030
|
"type": "object"
|
|
7546
7031
|
}
|
|
7547
7032
|
},
|
|
@@ -7558,10 +7043,7 @@
|
|
|
7558
7043
|
"description": "The item at the end of ProductVariantEdge."
|
|
7559
7044
|
}
|
|
7560
7045
|
},
|
|
7561
|
-
"required": [
|
|
7562
|
-
"cursor",
|
|
7563
|
-
"node"
|
|
7564
|
-
],
|
|
7046
|
+
"required": ["cursor", "node"],
|
|
7565
7047
|
"type": "object"
|
|
7566
7048
|
}
|
|
7567
7049
|
},
|
|
@@ -7695,20 +7177,13 @@
|
|
|
7695
7177
|
"ProductVariantInventoryManagement": {
|
|
7696
7178
|
"description": "The method of inventory tracking for a product variant.",
|
|
7697
7179
|
"schema": {
|
|
7698
|
-
"enum": [
|
|
7699
|
-
"SHOPIFY",
|
|
7700
|
-
"NOT_MANAGED",
|
|
7701
|
-
"FULFILLMENT_SERVICE"
|
|
7702
|
-
]
|
|
7180
|
+
"enum": ["SHOPIFY", "NOT_MANAGED", "FULFILLMENT_SERVICE"]
|
|
7703
7181
|
}
|
|
7704
7182
|
},
|
|
7705
7183
|
"ProductVariantInventoryPolicy": {
|
|
7706
7184
|
"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.",
|
|
7707
7185
|
"schema": {
|
|
7708
|
-
"enum": [
|
|
7709
|
-
"DENY",
|
|
7710
|
-
"CONTINUE"
|
|
7711
|
-
]
|
|
7186
|
+
"enum": ["DENY", "CONTINUE"]
|
|
7712
7187
|
}
|
|
7713
7188
|
},
|
|
7714
7189
|
"ProductVariantPricePair": {
|
|
@@ -7724,9 +7199,7 @@
|
|
|
7724
7199
|
"description": "The price of the variant with associated currency."
|
|
7725
7200
|
}
|
|
7726
7201
|
},
|
|
7727
|
-
"required": [
|
|
7728
|
-
"price"
|
|
7729
|
-
],
|
|
7202
|
+
"required": ["price"],
|
|
7730
7203
|
"type": "object"
|
|
7731
7204
|
}
|
|
7732
7205
|
},
|
|
@@ -7746,10 +7219,7 @@
|
|
|
7746
7219
|
"description": "Information to aid in pagination."
|
|
7747
7220
|
}
|
|
7748
7221
|
},
|
|
7749
|
-
"required": [
|
|
7750
|
-
"edges",
|
|
7751
|
-
"pageInfo"
|
|
7752
|
-
],
|
|
7222
|
+
"required": ["edges", "pageInfo"],
|
|
7753
7223
|
"type": "object"
|
|
7754
7224
|
}
|
|
7755
7225
|
},
|
|
@@ -7766,10 +7236,7 @@
|
|
|
7766
7236
|
"description": "The item at the end of ProductVariantPricePairEdge."
|
|
7767
7237
|
}
|
|
7768
7238
|
},
|
|
7769
|
-
"required": [
|
|
7770
|
-
"cursor",
|
|
7771
|
-
"node"
|
|
7772
|
-
],
|
|
7239
|
+
"required": ["cursor", "node"],
|
|
7773
7240
|
"type": "object"
|
|
7774
7241
|
}
|
|
7775
7242
|
},
|
|
@@ -7885,9 +7352,7 @@
|
|
|
7885
7352
|
"type": "string"
|
|
7886
7353
|
}
|
|
7887
7354
|
},
|
|
7888
|
-
"required": [
|
|
7889
|
-
"id"
|
|
7890
|
-
],
|
|
7355
|
+
"required": ["id"],
|
|
7891
7356
|
"type": "object"
|
|
7892
7357
|
},
|
|
7893
7358
|
"description": "Whether the collection is available to the publication.",
|
|
@@ -7997,10 +7462,7 @@
|
|
|
7997
7462
|
"description": "Information to aid in pagination."
|
|
7998
7463
|
}
|
|
7999
7464
|
},
|
|
8000
|
-
"required": [
|
|
8001
|
-
"edges",
|
|
8002
|
-
"pageInfo"
|
|
8003
|
-
],
|
|
7465
|
+
"required": ["edges", "pageInfo"],
|
|
8004
7466
|
"type": "object"
|
|
8005
7467
|
}
|
|
8006
7468
|
},
|
|
@@ -8017,10 +7479,7 @@
|
|
|
8017
7479
|
"description": "The item at the end of PublicationEdge."
|
|
8018
7480
|
}
|
|
8019
7481
|
},
|
|
8020
|
-
"required": [
|
|
8021
|
-
"cursor",
|
|
8022
|
-
"node"
|
|
8023
|
-
],
|
|
7482
|
+
"required": ["cursor", "node"],
|
|
8024
7483
|
"type": "object"
|
|
8025
7484
|
}
|
|
8026
7485
|
},
|
|
@@ -8055,9 +7514,7 @@
|
|
|
8055
7514
|
"type": "string"
|
|
8056
7515
|
}
|
|
8057
7516
|
},
|
|
8058
|
-
"required": [
|
|
8059
|
-
"channelId"
|
|
8060
|
-
],
|
|
7517
|
+
"required": ["channelId"],
|
|
8061
7518
|
"type": "object"
|
|
8062
7519
|
},
|
|
8063
7520
|
"@deprecationReason": "Use `publishedOnPublication` instead",
|
|
@@ -8082,9 +7539,7 @@
|
|
|
8082
7539
|
"type": "string"
|
|
8083
7540
|
}
|
|
8084
7541
|
},
|
|
8085
|
-
"required": [
|
|
8086
|
-
"publicationId"
|
|
8087
|
-
],
|
|
7542
|
+
"required": ["publicationId"],
|
|
8088
7543
|
"type": "object"
|
|
8089
7544
|
},
|
|
8090
7545
|
"description": "Check to see whether the resource is published to a given publication.",
|
|
@@ -8254,10 +7709,7 @@
|
|
|
8254
7709
|
"type": "string"
|
|
8255
7710
|
}
|
|
8256
7711
|
},
|
|
8257
|
-
"required": [
|
|
8258
|
-
"key",
|
|
8259
|
-
"locale"
|
|
8260
|
-
],
|
|
7712
|
+
"required": ["key", "locale"],
|
|
8261
7713
|
"type": "object"
|
|
8262
7714
|
}
|
|
8263
7715
|
},
|
|
@@ -8285,11 +7737,7 @@
|
|
|
8285
7737
|
"type": "string"
|
|
8286
7738
|
}
|
|
8287
7739
|
},
|
|
8288
|
-
"required": [
|
|
8289
|
-
"appFeedback",
|
|
8290
|
-
"details",
|
|
8291
|
-
"summary"
|
|
8292
|
-
],
|
|
7740
|
+
"required": ["appFeedback", "details", "summary"],
|
|
8293
7741
|
"type": "object"
|
|
8294
7742
|
}
|
|
8295
7743
|
},
|
|
@@ -8319,13 +7767,7 @@
|
|
|
8319
7767
|
"description": "The resource published to the publication."
|
|
8320
7768
|
}
|
|
8321
7769
|
},
|
|
8322
|
-
"required": [
|
|
8323
|
-
"channel",
|
|
8324
|
-
"isPublished",
|
|
8325
|
-
"publication",
|
|
8326
|
-
"publishDate",
|
|
8327
|
-
"publishable"
|
|
8328
|
-
],
|
|
7770
|
+
"required": ["channel", "isPublished", "publication", "publishDate", "publishable"],
|
|
8329
7771
|
"type": "object"
|
|
8330
7772
|
}
|
|
8331
7773
|
},
|
|
@@ -8345,10 +7787,7 @@
|
|
|
8345
7787
|
"description": "Information to aid in pagination."
|
|
8346
7788
|
}
|
|
8347
7789
|
},
|
|
8348
|
-
"required": [
|
|
8349
|
-
"edges",
|
|
8350
|
-
"pageInfo"
|
|
8351
|
-
],
|
|
7790
|
+
"required": ["edges", "pageInfo"],
|
|
8352
7791
|
"type": "object"
|
|
8353
7792
|
}
|
|
8354
7793
|
},
|
|
@@ -8365,10 +7804,7 @@
|
|
|
8365
7804
|
"description": "The item at the end of ResourcePublicationEdge."
|
|
8366
7805
|
}
|
|
8367
7806
|
},
|
|
8368
|
-
"required": [
|
|
8369
|
-
"cursor",
|
|
8370
|
-
"node"
|
|
8371
|
-
],
|
|
7807
|
+
"required": ["cursor", "node"],
|
|
8372
7808
|
"type": "object"
|
|
8373
7809
|
}
|
|
8374
7810
|
},
|
|
@@ -8393,11 +7829,7 @@
|
|
|
8393
7829
|
"description": "The resource published to the publication."
|
|
8394
7830
|
}
|
|
8395
7831
|
},
|
|
8396
|
-
"required": [
|
|
8397
|
-
"isPublished",
|
|
8398
|
-
"publication",
|
|
8399
|
-
"publishable"
|
|
8400
|
-
],
|
|
7832
|
+
"required": ["isPublished", "publication", "publishable"],
|
|
8401
7833
|
"type": "object"
|
|
8402
7834
|
}
|
|
8403
7835
|
},
|
|
@@ -8417,10 +7849,7 @@
|
|
|
8417
7849
|
"description": "Information to aid in pagination."
|
|
8418
7850
|
}
|
|
8419
7851
|
},
|
|
8420
|
-
"required": [
|
|
8421
|
-
"edges",
|
|
8422
|
-
"pageInfo"
|
|
8423
|
-
],
|
|
7852
|
+
"required": ["edges", "pageInfo"],
|
|
8424
7853
|
"type": "object"
|
|
8425
7854
|
}
|
|
8426
7855
|
},
|
|
@@ -8437,10 +7866,7 @@
|
|
|
8437
7866
|
"description": "The item at the end of ResourcePublicationV2Edge."
|
|
8438
7867
|
}
|
|
8439
7868
|
},
|
|
8440
|
-
"required": [
|
|
8441
|
-
"cursor",
|
|
8442
|
-
"node"
|
|
8443
|
-
],
|
|
7869
|
+
"required": ["cursor", "node"],
|
|
8444
7870
|
"type": "object"
|
|
8445
7871
|
}
|
|
8446
7872
|
},
|
|
@@ -8489,10 +7915,7 @@
|
|
|
8489
7915
|
"type": "string"
|
|
8490
7916
|
}
|
|
8491
7917
|
},
|
|
8492
|
-
"required": [
|
|
8493
|
-
"name",
|
|
8494
|
-
"value"
|
|
8495
|
-
],
|
|
7918
|
+
"required": ["name", "value"],
|
|
8496
7919
|
"type": "object"
|
|
8497
7920
|
}
|
|
8498
7921
|
},
|
|
@@ -8544,15 +7967,7 @@
|
|
|
8544
7967
|
"type": "array"
|
|
8545
7968
|
}
|
|
8546
7969
|
},
|
|
8547
|
-
"required": [
|
|
8548
|
-
"billingPolicy",
|
|
8549
|
-
"createdAt",
|
|
8550
|
-
"deliveryPolicy",
|
|
8551
|
-
"id",
|
|
8552
|
-
"name",
|
|
8553
|
-
"options",
|
|
8554
|
-
"pricingPolicies"
|
|
8555
|
-
],
|
|
7970
|
+
"required": ["billingPolicy", "createdAt", "deliveryPolicy", "id", "name", "options", "pricingPolicies"],
|
|
8556
7971
|
"type": "object"
|
|
8557
7972
|
}
|
|
8558
7973
|
},
|
|
@@ -8573,21 +7988,14 @@
|
|
|
8573
7988
|
"description": "Represents the anchor type, it can be one one of WEEKDAY, MONTHDAY, YEARDAY."
|
|
8574
7989
|
}
|
|
8575
7990
|
},
|
|
8576
|
-
"required": [
|
|
8577
|
-
"day",
|
|
8578
|
-
"type"
|
|
8579
|
-
],
|
|
7991
|
+
"required": ["day", "type"],
|
|
8580
7992
|
"type": "object"
|
|
8581
7993
|
}
|
|
8582
7994
|
},
|
|
8583
7995
|
"SellingPlanAnchorType": {
|
|
8584
7996
|
"description": "Represents the anchor type.",
|
|
8585
7997
|
"schema": {
|
|
8586
|
-
"enum": [
|
|
8587
|
-
"WEEKDAY",
|
|
8588
|
-
"MONTHDAY",
|
|
8589
|
-
"YEARDAY"
|
|
8590
|
-
]
|
|
7998
|
+
"enum": ["WEEKDAY", "MONTHDAY", "YEARDAY"]
|
|
8591
7999
|
}
|
|
8592
8000
|
},
|
|
8593
8001
|
"SellingPlanBillingPolicy": {
|
|
@@ -8616,10 +8024,7 @@
|
|
|
8616
8024
|
"description": "Information to aid in pagination."
|
|
8617
8025
|
}
|
|
8618
8026
|
},
|
|
8619
|
-
"required": [
|
|
8620
|
-
"edges",
|
|
8621
|
-
"pageInfo"
|
|
8622
|
-
],
|
|
8027
|
+
"required": ["edges", "pageInfo"],
|
|
8623
8028
|
"type": "object"
|
|
8624
8029
|
}
|
|
8625
8030
|
},
|
|
@@ -8646,10 +8051,7 @@
|
|
|
8646
8051
|
"description": "The item at the end of SellingPlanEdge."
|
|
8647
8052
|
}
|
|
8648
8053
|
},
|
|
8649
|
-
"required": [
|
|
8650
|
-
"cursor",
|
|
8651
|
-
"node"
|
|
8652
|
-
],
|
|
8054
|
+
"required": ["cursor", "node"],
|
|
8653
8055
|
"type": "object"
|
|
8654
8056
|
}
|
|
8655
8057
|
},
|
|
@@ -8670,11 +8072,7 @@
|
|
|
8670
8072
|
"description": "The date and time when the fixed selling plan pricing policy was created."
|
|
8671
8073
|
}
|
|
8672
8074
|
},
|
|
8673
|
-
"required": [
|
|
8674
|
-
"adjustmentType",
|
|
8675
|
-
"adjustmentValue",
|
|
8676
|
-
"createdAt"
|
|
8677
|
-
],
|
|
8075
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"],
|
|
8678
8076
|
"type": "object"
|
|
8679
8077
|
}
|
|
8680
8078
|
},
|
|
@@ -8695,9 +8093,7 @@
|
|
|
8695
8093
|
"type": "string"
|
|
8696
8094
|
}
|
|
8697
8095
|
},
|
|
8698
|
-
"required": [
|
|
8699
|
-
"productId"
|
|
8700
|
-
],
|
|
8096
|
+
"required": ["productId"],
|
|
8701
8097
|
"type": "object"
|
|
8702
8098
|
},
|
|
8703
8099
|
"description": "Whether the given product is directly associated to the selling plan group.",
|
|
@@ -8712,9 +8108,7 @@
|
|
|
8712
8108
|
"type": "string"
|
|
8713
8109
|
}
|
|
8714
8110
|
},
|
|
8715
|
-
"required": [
|
|
8716
|
-
"productVariantId"
|
|
8717
|
-
],
|
|
8111
|
+
"required": ["productVariantId"],
|
|
8718
8112
|
"type": "object"
|
|
8719
8113
|
},
|
|
8720
8114
|
"description": "Whether the given product variant is directly associated to the selling plan group.",
|
|
@@ -8729,9 +8123,7 @@
|
|
|
8729
8123
|
"type": "string"
|
|
8730
8124
|
}
|
|
8731
8125
|
},
|
|
8732
|
-
"required": [
|
|
8733
|
-
"productId"
|
|
8734
|
-
],
|
|
8126
|
+
"required": ["productId"],
|
|
8735
8127
|
"type": "object"
|
|
8736
8128
|
},
|
|
8737
8129
|
"description": "Whether any of the product variants of the given product are associated to the selling plan group.",
|
|
@@ -8921,10 +8313,7 @@
|
|
|
8921
8313
|
"description": "Information to aid in pagination."
|
|
8922
8314
|
}
|
|
8923
8315
|
},
|
|
8924
|
-
"required": [
|
|
8925
|
-
"edges",
|
|
8926
|
-
"pageInfo"
|
|
8927
|
-
],
|
|
8316
|
+
"required": ["edges", "pageInfo"],
|
|
8928
8317
|
"type": "object"
|
|
8929
8318
|
}
|
|
8930
8319
|
},
|
|
@@ -8941,22 +8330,14 @@
|
|
|
8941
8330
|
"description": "The item at the end of SellingPlanGroupEdge."
|
|
8942
8331
|
}
|
|
8943
8332
|
},
|
|
8944
|
-
"required": [
|
|
8945
|
-
"cursor",
|
|
8946
|
-
"node"
|
|
8947
|
-
],
|
|
8333
|
+
"required": ["cursor", "node"],
|
|
8948
8334
|
"type": "object"
|
|
8949
8335
|
}
|
|
8950
8336
|
},
|
|
8951
8337
|
"SellingPlanInterval": {
|
|
8952
8338
|
"description": "Represents valid selling plan interval.",
|
|
8953
8339
|
"schema": {
|
|
8954
|
-
"enum": [
|
|
8955
|
-
"DAY",
|
|
8956
|
-
"WEEK",
|
|
8957
|
-
"MONTH",
|
|
8958
|
-
"YEAR"
|
|
8959
|
-
]
|
|
8340
|
+
"enum": ["DAY", "WEEK", "MONTH", "YEAR"]
|
|
8960
8341
|
}
|
|
8961
8342
|
},
|
|
8962
8343
|
"SellingPlanPricingPolicy": {
|
|
@@ -8975,11 +8356,7 @@
|
|
|
8975
8356
|
"SellingPlanPricingPolicyAdjustmentType": {
|
|
8976
8357
|
"description": "Represents a selling plan pricing policy adjustment type.",
|
|
8977
8358
|
"schema": {
|
|
8978
|
-
"enum": [
|
|
8979
|
-
"PERCENTAGE",
|
|
8980
|
-
"FIXED_AMOUNT",
|
|
8981
|
-
"PRICE"
|
|
8982
|
-
]
|
|
8359
|
+
"enum": ["PERCENTAGE", "FIXED_AMOUNT", "PRICE"]
|
|
8983
8360
|
}
|
|
8984
8361
|
},
|
|
8985
8362
|
"SellingPlanPricingPolicyAdjustmentValue": {
|
|
@@ -9004,9 +8381,7 @@
|
|
|
9004
8381
|
"type": "number"
|
|
9005
8382
|
}
|
|
9006
8383
|
},
|
|
9007
|
-
"required": [
|
|
9008
|
-
"percentage"
|
|
9009
|
-
],
|
|
8384
|
+
"required": ["percentage"],
|
|
9010
8385
|
"type": "object"
|
|
9011
8386
|
}
|
|
9012
8387
|
},
|
|
@@ -9042,12 +8417,7 @@
|
|
|
9042
8417
|
"type": "integer"
|
|
9043
8418
|
}
|
|
9044
8419
|
},
|
|
9045
|
-
"required": [
|
|
9046
|
-
"anchors",
|
|
9047
|
-
"createdAt",
|
|
9048
|
-
"interval",
|
|
9049
|
-
"intervalCount"
|
|
9050
|
-
],
|
|
8420
|
+
"required": ["anchors", "createdAt", "interval", "intervalCount"],
|
|
9051
8421
|
"type": "object"
|
|
9052
8422
|
}
|
|
9053
8423
|
},
|
|
@@ -9087,32 +8457,20 @@
|
|
|
9087
8457
|
"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`."
|
|
9088
8458
|
}
|
|
9089
8459
|
},
|
|
9090
|
-
"required": [
|
|
9091
|
-
"anchors",
|
|
9092
|
-
"createdAt",
|
|
9093
|
-
"intent",
|
|
9094
|
-
"interval",
|
|
9095
|
-
"intervalCount",
|
|
9096
|
-
"preAnchorBehavior"
|
|
9097
|
-
],
|
|
8460
|
+
"required": ["anchors", "createdAt", "intent", "interval", "intervalCount", "preAnchorBehavior"],
|
|
9098
8461
|
"type": "object"
|
|
9099
8462
|
}
|
|
9100
8463
|
},
|
|
9101
8464
|
"SellingPlanRecurringDeliveryPolicyIntent": {
|
|
9102
8465
|
"description": "Possible intentions of a Delivery Policy.",
|
|
9103
8466
|
"schema": {
|
|
9104
|
-
"enum": [
|
|
9105
|
-
"FULFILLMENT_BEGIN"
|
|
9106
|
-
]
|
|
8467
|
+
"enum": ["FULFILLMENT_BEGIN"]
|
|
9107
8468
|
}
|
|
9108
8469
|
},
|
|
9109
8470
|
"SellingPlanRecurringDeliveryPolicyPreAnchorBehavior": {
|
|
9110
8471
|
"description": "Possible fulfillment or delivery behaviors of the first fulfillment when the orderis placed before the anchor.",
|
|
9111
8472
|
"schema": {
|
|
9112
|
-
"enum": [
|
|
9113
|
-
"ASAP",
|
|
9114
|
-
"NEXT"
|
|
9115
|
-
]
|
|
8473
|
+
"enum": ["ASAP", "NEXT"]
|
|
9116
8474
|
}
|
|
9117
8475
|
},
|
|
9118
8476
|
"SellingPlanRecurringPricingPolicy": {
|
|
@@ -9136,11 +8494,7 @@
|
|
|
9136
8494
|
"description": "The date and time when the recurring selling plan pricing policy was created."
|
|
9137
8495
|
}
|
|
9138
8496
|
},
|
|
9139
|
-
"required": [
|
|
9140
|
-
"adjustmentType",
|
|
9141
|
-
"adjustmentValue",
|
|
9142
|
-
"createdAt"
|
|
9143
|
-
],
|
|
8497
|
+
"required": ["adjustmentType", "adjustmentValue", "createdAt"],
|
|
9144
8498
|
"type": "object"
|
|
9145
8499
|
}
|
|
9146
8500
|
},
|
|
@@ -9157,10 +8511,7 @@
|
|
|
9157
8511
|
"type": "string"
|
|
9158
8512
|
}
|
|
9159
8513
|
},
|
|
9160
|
-
"required": [
|
|
9161
|
-
"code",
|
|
9162
|
-
"label"
|
|
9163
|
-
],
|
|
8514
|
+
"required": ["code", "label"],
|
|
9164
8515
|
"type": "object"
|
|
9165
8516
|
}
|
|
9166
8517
|
},
|
|
@@ -9180,9 +8531,7 @@
|
|
|
9180
8531
|
"type": "string"
|
|
9181
8532
|
}
|
|
9182
8533
|
},
|
|
9183
|
-
"required": [
|
|
9184
|
-
"message"
|
|
9185
|
-
],
|
|
8534
|
+
"required": ["message"],
|
|
9186
8535
|
"type": "object"
|
|
9187
8536
|
}
|
|
9188
8537
|
},
|
|
@@ -9199,22 +8548,14 @@
|
|
|
9199
8548
|
"type": "number"
|
|
9200
8549
|
}
|
|
9201
8550
|
},
|
|
9202
|
-
"required": [
|
|
9203
|
-
"unit",
|
|
9204
|
-
"value"
|
|
9205
|
-
],
|
|
8551
|
+
"required": ["unit", "value"],
|
|
9206
8552
|
"type": "object"
|
|
9207
8553
|
}
|
|
9208
8554
|
},
|
|
9209
8555
|
"WeightUnit": {
|
|
9210
8556
|
"description": "Units of measurement for weight.",
|
|
9211
8557
|
"schema": {
|
|
9212
|
-
"enum": [
|
|
9213
|
-
"KILOGRAMS",
|
|
9214
|
-
"GRAMS",
|
|
9215
|
-
"POUNDS",
|
|
9216
|
-
"OUNCES"
|
|
9217
|
-
]
|
|
8558
|
+
"enum": ["KILOGRAMS", "GRAMS", "POUNDS", "OUNCES"]
|
|
9218
8559
|
}
|
|
9219
8560
|
}
|
|
9220
8561
|
}
|
|
@@ -9238,9 +8579,7 @@
|
|
|
9238
8579
|
"type": "string"
|
|
9239
8580
|
}
|
|
9240
8581
|
},
|
|
9241
|
-
"required": [
|
|
9242
|
-
"id"
|
|
9243
|
-
],
|
|
8582
|
+
"required": ["id"],
|
|
9244
8583
|
"type": "object"
|
|
9245
8584
|
}
|
|
9246
8585
|
}
|