@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.
Files changed (65) hide show
  1. package/dist/migration/index.d.ts +2 -1
  2. package/dist/migration/index.js +2 -1
  3. package/dist/project-schema/index.d.ts +4 -1
  4. package/dist/project-schema/index.js +2 -1
  5. package/dist/project-schema/latest.d.ts +9 -1
  6. package/dist/project-schema/migrate.js +4 -1
  7. package/dist/project-schema/v3.67.0.d.ts +2805 -0
  8. package/dist/project-schema/v3.67.0.js +7 -0
  9. package/dist/schemas/index.d.ts +2 -2
  10. package/dist/schemas/index.js +4 -2
  11. package/dist/schemas/project-schema/latest.json +10 -2
  12. package/dist/schemas/project-schema/v3.67.0.json +5169 -0
  13. package/dist/schemas/project-schema.json +3 -0
  14. package/examples/latest/all-fields-shapes-inline.json +1 -1
  15. package/examples/latest/all-fields-shapes.json +1 -1
  16. package/examples/latest/betzino.json +1 -1
  17. package/examples/latest/blog-schema.json +1 -1
  18. package/examples/latest/brewery-schema.json +1 -1
  19. package/examples/latest/chat-agent-schema.json +1 -1
  20. package/examples/latest/clear-cache-schema.json +1 -1
  21. package/examples/latest/complex-project-schema.json +1 -1
  22. package/examples/latest/complex-schema.json +1 -1
  23. package/examples/latest/edit-schema.json +1 -1
  24. package/examples/latest/frank-and-fred-schema.json +1 -1
  25. package/examples/latest/generate-agent-schema.json +1 -1
  26. package/examples/latest/klirr-schema.json +1 -1
  27. package/examples/latest/layers/rick-and-morty-layer.json +1 -1
  28. package/examples/latest/layers/shopify-layer-2023-01.json +1 -1
  29. package/examples/latest/layers/shopify-storefront-2023-04.json +1 -1
  30. package/examples/latest/layers/wordpress-2024-01.json +1 -1
  31. package/examples/latest/massive-schema.json +1 -1
  32. package/examples/latest/mill-components-schema.json +1 -1
  33. package/examples/latest/nested-shape-arrays.json +1 -1
  34. package/examples/latest/one-earth.json +1 -1
  35. package/examples/latest/pet-oneof-array.json +1 -1
  36. package/examples/latest/post-schema.json +1 -1
  37. package/examples/latest/pruned-shopify-product-schema.json +1 -1
  38. package/examples/latest/rag-example.json +1 -1
  39. package/examples/latest/real-world-schema.json +1 -1
  40. package/examples/latest/recursive-repeater-schema.json +1 -1
  41. package/examples/latest/recursive-schema.json +1 -1
  42. package/examples/latest/rick-and-morty-ast.json +1 -1
  43. package/examples/latest/rick-and-morty-graphql.json +1 -1
  44. package/examples/latest/rick-and-morty-rest.json +1 -1
  45. package/examples/latest/rick-and-morty-user-schema.json +1 -1
  46. package/examples/latest/rick-and-morty-with-indexing.json +1 -1
  47. package/examples/latest/schema-where-filter.json +1 -1
  48. package/examples/latest/schema-with-repeater-draftjs.json +1 -1
  49. package/examples/latest/schema-with-rick-and-morty.json +1 -1
  50. package/examples/latest/shape-books-v3_2_0.json +1 -1
  51. package/examples/latest/shape-books.json +1 -1
  52. package/examples/latest/shape-editor-schema-edited.json +1 -1
  53. package/examples/latest/shape-editor-schema-initial.json +1 -1
  54. package/examples/latest/shapedb-crud-every-prop-type.json +1 -1
  55. package/examples/latest/shopify-lookbook.json +1 -1
  56. package/examples/latest/shopify-product-2022-07.json +1 -1
  57. package/examples/latest/shopify-product-2023-04.json +1 -1
  58. package/examples/latest/shopify-store-with-widget.json +1 -1
  59. package/examples/latest/stripe-product-runtime-schema.json +1 -1
  60. package/examples/latest/stripe-starter-resolved.json +1 -1
  61. package/examples/latest/user-schema-no-required.json +1 -1
  62. package/examples/latest/user-schema-with-defaults.json +1 -1
  63. package/examples/latest/valvoline-ai-demo.json +1 -1
  64. package/examples/latest/vector-search-schema.json +1 -1
  65. package/package.json +6 -6
@@ -0,0 +1,7 @@
1
+ /* tslint:disable */
2
+ /**
3
+ * This file was automatically generated by json-schema-to-typescript.
4
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
5
+ * and run json-schema-to-typescript to regenerate this file.
6
+ */
7
+ export {};
@@ -1,4 +1,4 @@
1
- export declare const CURRENT_SCHEMA_VERSION = "3.66.0";
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.66.0.json';
3
+ export { default as latestSchemaJson } from './project-schema/v3.67.0.json';
4
4
  export declare const allProjectSchemas: any[];
@@ -1,7 +1,7 @@
1
1
  // This file is generated by "pnpm json2ts"
2
- export const CURRENT_SCHEMA_VERSION = '3.66.0';
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.66.0.json' with { type: 'json' };
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.66.0#",
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.66.0"],
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": {