@takeshape/schema 8.255.10 → 8.257.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 (81) hide show
  1. package/dist/flatten-templates.d.ts +1 -1
  2. package/dist/flatten-templates.d.ts.map +1 -1
  3. package/dist/migration/index.d.ts +1 -0
  4. package/dist/migration/index.d.ts.map +1 -1
  5. package/dist/migration/index.js +4 -1
  6. package/dist/migration/to/v3.24.0.d.ts +5 -0
  7. package/dist/migration/to/v3.24.0.d.ts.map +1 -0
  8. package/dist/migration/to/v3.24.0.js +24 -0
  9. package/dist/project-schema/index.d.ts +4 -1
  10. package/dist/project-schema/index.d.ts.map +1 -1
  11. package/dist/project-schema/index.js +20 -3
  12. package/dist/project-schema/latest.d.ts +1 -13
  13. package/dist/project-schema/latest.d.ts.map +1 -1
  14. package/dist/project-schema/migrate.d.ts.map +1 -1
  15. package/dist/project-schema/migrate.js +4 -0
  16. package/dist/project-schema/v3.24.0.d.ts +1365 -0
  17. package/dist/project-schema/v3.24.0.d.ts.map +1 -0
  18. package/dist/project-schema/v3.24.0.js +5 -0
  19. package/dist/schema-util.d.ts +1 -1
  20. package/dist/schema-util.d.ts.map +1 -1
  21. package/dist/schema-util.js +0 -4
  22. package/dist/schemas/index.d.ts +2 -2
  23. package/dist/schemas/index.d.ts.map +1 -1
  24. package/dist/schemas/index.js +6 -4
  25. package/dist/schemas/index.ts +4 -2
  26. package/dist/schemas/project-schema/latest.json +617 -162
  27. package/dist/schemas/project-schema/v3.24.0.json +2907 -0
  28. package/dist/schemas/project-schema.json +3 -0
  29. package/dist/types/types.d.ts +4 -3
  30. package/dist/types/types.d.ts.map +1 -1
  31. package/dist/types/types.js +1 -1
  32. package/dist/util/patch-schema.d.ts +1 -1
  33. package/dist/util/patch-schema.d.ts.map +1 -1
  34. package/dist/util/patch-schema.js +3 -5
  35. package/dist/workflows.d.ts.map +1 -1
  36. package/dist/workflows.js +6 -1
  37. package/es/migration/index.js +3 -1
  38. package/es/migration/to/v3.24.0.js +16 -0
  39. package/es/project-schema/index.js +3 -1
  40. package/es/project-schema/migrate.js +5 -1
  41. package/es/project-schema/v3.24.0.js +1 -0
  42. package/es/schema-util.js +0 -4
  43. package/es/schemas/index.js +4 -3
  44. package/es/schemas/index.ts +4 -2
  45. package/es/schemas/project-schema/latest.json +617 -162
  46. package/es/schemas/project-schema/v3.24.0.json +2907 -0
  47. package/es/schemas/project-schema.json +3 -0
  48. package/es/types/types.js +1 -1
  49. package/es/util/patch-schema.js +3 -5
  50. package/es/workflows.js +6 -1
  51. package/examples/latest/betzino.json +1 -4
  52. package/examples/latest/blog-schema.json +1 -4
  53. package/examples/latest/brewery-schema.json +1 -4
  54. package/examples/latest/complex-project-schema.json +1 -4
  55. package/examples/latest/complex-schema.json +1 -4
  56. package/examples/latest/fabric-ecommerce.json +1 -4
  57. package/examples/latest/frank-and-fred-schema.json +1 -4
  58. package/examples/latest/klirr-schema.json +1 -4
  59. package/examples/latest/massive-schema.json +1 -4
  60. package/examples/latest/mill-components-schema.json +1 -4
  61. package/examples/latest/one-earth.json +1 -4
  62. package/examples/latest/pet-oneof-array.json +1 -4
  63. package/examples/latest/post-schema.json +1 -4
  64. package/examples/latest/pruned-shopify-product-schema.json +1 -4
  65. package/examples/latest/real-world-schema.json +1 -4
  66. package/examples/latest/recursive-repeater-schema.json +1 -4
  67. package/examples/latest/recursive-schema.json +1 -4
  68. package/examples/latest/rick-and-morty-ast.json +1 -4
  69. package/examples/latest/rick-and-morty-graphql.json +1 -4
  70. package/examples/latest/rick-and-morty-rest.json +1 -4
  71. package/examples/latest/schema-with-repeater-draftjs.json +1 -4
  72. package/examples/latest/shape-books-v3_2_0.json +1 -4
  73. package/examples/latest/shape-books.json +1 -4
  74. package/examples/latest/shopify-lookbook.json +1 -4
  75. package/examples/latest/shopify-product-2022-07.json +1 -4
  76. package/examples/latest/shopify-store-with-widget.json +1 -4
  77. package/examples/latest/stripe-product-runtime-schema.json +1 -4
  78. package/examples/latest/stripe-starter-resolved.json +1 -4
  79. package/examples/latest/user-schema-no-required.json +1 -4
  80. package/examples/latest/user-schema-with-defaults.json +1 -4
  81. package/package.json +4 -4
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "$schema": "https://schema.takeshape.io/project-schema#",
3
- "version": 1,
4
3
  "apiVersion": "1",
5
4
  "author": "<userId>",
6
5
  "projectId": "project-id",
@@ -9,8 +8,6 @@
9
8
  ],
10
9
  "defaultLocale": "en-us",
11
10
  "workflows": {},
12
- "created": "2016-06-21T15:16:19.051Z",
13
- "updated": "2016-06-21T15:16:19.051Z",
14
11
  "forms": {
15
12
  "User": {
16
13
  "default": {
@@ -194,6 +191,6 @@
194
191
  }
195
192
  }
196
193
  },
197
- "schemaVersion": "3.23.0",
194
+ "schemaVersion": "3.24.0",
198
195
  "services": {}
199
196
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/schema",
3
- "version": "8.255.10",
3
+ "version": "8.257.0",
4
4
  "description": "TakeShape Schema",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -29,9 +29,9 @@
29
29
  "minimatch": "^3.0.4",
30
30
  "p-reduce": "^2.1.0",
31
31
  "semver": "^7.3.2",
32
- "@takeshape/errors": "8.255.10",
33
- "@takeshape/json-schema": "8.255.10",
34
- "@takeshape/util": "8.255.10"
32
+ "@takeshape/errors": "8.257.0",
33
+ "@takeshape/util": "8.257.0",
34
+ "@takeshape/json-schema": "8.257.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@takeshape/json-schema-to-typescript": "^11.0.0",