@takeshape/schema 12.15.0 → 12.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/migration/index.d.ts +2 -1
- package/dist/migration/index.js +2 -1
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.js +2 -1
- package/dist/project-schema/latest.d.ts +9 -1
- package/dist/project-schema/migrate.js +4 -1
- package/dist/project-schema/v3.67.0.d.ts +2805 -0
- package/dist/project-schema/v3.67.0.js +7 -0
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.js +4 -2
- package/dist/schemas/project-schema/latest.json +10 -2
- package/dist/schemas/project-schema/v3.67.0.json +5169 -0
- package/dist/schemas/project-schema.json +3 -0
- package/examples/latest/all-fields-shapes-inline.json +1 -1
- package/examples/latest/all-fields-shapes.json +1 -1
- package/examples/latest/betzino.json +1 -1
- package/examples/latest/blog-schema.json +1 -1
- package/examples/latest/brewery-schema.json +1 -1
- package/examples/latest/chat-agent-schema.json +1 -1
- package/examples/latest/clear-cache-schema.json +1 -1
- package/examples/latest/complex-project-schema.json +1 -1
- package/examples/latest/complex-schema.json +1 -1
- package/examples/latest/edit-schema.json +1 -1
- package/examples/latest/frank-and-fred-schema.json +1 -1
- package/examples/latest/generate-agent-schema.json +1 -1
- package/examples/latest/klirr-schema.json +1 -1
- package/examples/latest/layers/rick-and-morty-layer.json +1 -1
- package/examples/latest/layers/shopify-layer-2023-01.json +1 -1
- package/examples/latest/layers/shopify-storefront-2023-04.json +1 -1
- package/examples/latest/layers/wordpress-2024-01.json +1 -1
- package/examples/latest/massive-schema.json +1 -1
- package/examples/latest/mill-components-schema.json +1 -1
- package/examples/latest/nested-shape-arrays.json +1 -1
- package/examples/latest/one-earth.json +1 -1
- package/examples/latest/pet-oneof-array.json +1 -1
- package/examples/latest/post-schema.json +1 -1
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/rag-example.json +1 -1
- package/examples/latest/real-world-schema.json +1 -1
- package/examples/latest/recursive-repeater-schema.json +1 -1
- package/examples/latest/recursive-schema.json +1 -1
- package/examples/latest/rick-and-morty-ast.json +1 -1
- package/examples/latest/rick-and-morty-graphql.json +1 -1
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/rick-and-morty-user-schema.json +1 -1
- package/examples/latest/rick-and-morty-with-indexing.json +1 -1
- package/examples/latest/schema-where-filter.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/schema-with-rick-and-morty.json +1 -1
- package/examples/latest/shape-books-v3_2_0.json +1 -1
- package/examples/latest/shape-books.json +1 -1
- package/examples/latest/shape-editor-schema-edited.json +1 -1
- package/examples/latest/shape-editor-schema-initial.json +1 -1
- package/examples/latest/shapedb-crud-every-prop-type.json +1 -1
- package/examples/latest/shopify-lookbook.json +1 -1
- package/examples/latest/shopify-product-2022-07.json +1 -1
- package/examples/latest/shopify-product-2023-04.json +1 -1
- package/examples/latest/shopify-store-with-widget.json +1 -1
- package/examples/latest/stripe-product-runtime-schema.json +1 -1
- package/examples/latest/stripe-starter-resolved.json +1 -1
- package/examples/latest/user-schema-no-required.json +1 -1
- package/examples/latest/user-schema-with-defaults.json +1 -1
- package/examples/latest/valvoline-ai-demo.json +1 -1
- package/examples/latest/vector-search-schema.json +1 -1
- package/package.json +6 -6
package/dist/schemas/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const CURRENT_SCHEMA_VERSION = "3.
|
|
1
|
+
export declare const CURRENT_SCHEMA_VERSION = "3.67.0";
|
|
2
2
|
export { default as anyProjectSchema } from './project-schema.json';
|
|
3
|
-
export { default as latestSchemaJson } from './project-schema/v3.
|
|
3
|
+
export { default as latestSchemaJson } from './project-schema/v3.67.0.json';
|
|
4
4
|
export declare const allProjectSchemas: any[];
|
package/dist/schemas/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is generated by "pnpm json2ts"
|
|
2
|
-
export const CURRENT_SCHEMA_VERSION = '3.
|
|
2
|
+
export const CURRENT_SCHEMA_VERSION = '3.67.0';
|
|
3
3
|
export { default as anyProjectSchema } from './project-schema.json' with { type: 'json' };
|
|
4
|
-
export { default as latestSchemaJson } from './project-schema/v3.
|
|
4
|
+
export { default as latestSchemaJson } from './project-schema/v3.67.0.json' with { type: 'json' };
|
|
5
5
|
import experimentalSchemaJson from './project-schema/experimental-2025-07.json' with { type: 'json' };
|
|
6
6
|
import projectSchemaV1_0_0 from './project-schema/v1.0.0.json' with { type: 'json' };
|
|
7
7
|
import metaSchemaV1_0_0 from './project-schema/meta-schema-v1.0.0.json' with { type: 'json' };
|
|
@@ -90,6 +90,7 @@ import projectSchemaV3_63_0 from './project-schema/v3.63.0.json' with { type: 'j
|
|
|
90
90
|
import projectSchemaV3_64_0 from './project-schema/v3.64.0.json' with { type: 'json' };
|
|
91
91
|
import projectSchemaV3_65_0 from './project-schema/v3.65.0.json' with { type: 'json' };
|
|
92
92
|
import projectSchemaV3_66_0 from './project-schema/v3.66.0.json' with { type: 'json' };
|
|
93
|
+
import projectSchemaV3_67_0 from './project-schema/v3.67.0.json' with { type: 'json' };
|
|
93
94
|
import projectSchemaV4_0_0 from './project-schema/v4.0.0.json' with { type: 'json' };
|
|
94
95
|
export const allProjectSchemas = [
|
|
95
96
|
experimentalSchemaJson,
|
|
@@ -180,5 +181,6 @@ export const allProjectSchemas = [
|
|
|
180
181
|
projectSchemaV3_64_0,
|
|
181
182
|
projectSchemaV3_65_0,
|
|
182
183
|
projectSchemaV3_66_0,
|
|
184
|
+
projectSchemaV3_67_0,
|
|
183
185
|
projectSchemaV4_0_0
|
|
184
186
|
];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://schema.takeshape.io/project-schema/v3.
|
|
3
|
+
"$id": "https://schema.takeshape.io/project-schema/v3.67.0#",
|
|
4
4
|
"title": "Project Schema JSON",
|
|
5
5
|
"definitions": {
|
|
6
6
|
"schemaArray": {
|
|
@@ -2798,6 +2798,10 @@
|
|
|
2798
2798
|
},
|
|
2799
2799
|
"pagination": {
|
|
2800
2800
|
"$ref": "#/definitions/paginationConfig"
|
|
2801
|
+
},
|
|
2802
|
+
"concurrency": {
|
|
2803
|
+
"type": "number",
|
|
2804
|
+
"description": "When set to a number greater than 0, pages will be fetched in parallel with this concurrency limit during indexing."
|
|
2801
2805
|
}
|
|
2802
2806
|
},
|
|
2803
2807
|
"additionalProperties": false,
|
|
@@ -2827,6 +2831,10 @@
|
|
|
2827
2831
|
},
|
|
2828
2832
|
"pagination": {
|
|
2829
2833
|
"$ref": "#/definitions/paginationConfig"
|
|
2834
|
+
},
|
|
2835
|
+
"concurrency": {
|
|
2836
|
+
"type": "number",
|
|
2837
|
+
"description": "When set to a number greater than 0, pages will be fetched in parallel with this concurrency limit during indexing."
|
|
2830
2838
|
}
|
|
2831
2839
|
},
|
|
2832
2840
|
"additionalProperties": false,
|
|
@@ -5080,7 +5088,7 @@
|
|
|
5080
5088
|
},
|
|
5081
5089
|
"schemaVersion": {
|
|
5082
5090
|
"type": "string",
|
|
5083
|
-
"enum": ["3.
|
|
5091
|
+
"enum": ["3.67.0"],
|
|
5084
5092
|
"description": "The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format."
|
|
5085
5093
|
},
|
|
5086
5094
|
"projectId": {
|