@takeshape/schema 8.213.0 → 8.215.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 (100) hide show
  1. package/dist/create-input-schema.d.ts.map +1 -1
  2. package/dist/create-input-schema.js +8 -0
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +14 -0
  6. package/dist/interfaces.d.ts +10 -0
  7. package/dist/interfaces.d.ts.map +1 -0
  8. package/dist/interfaces.js +73 -0
  9. package/dist/migration/index.d.ts +2 -0
  10. package/dist/migration/index.d.ts.map +1 -1
  11. package/dist/migration/index.js +7 -1
  12. package/dist/migration/to/v3.20.0.d.ts +5 -0
  13. package/dist/migration/to/v3.20.0.d.ts.map +1 -0
  14. package/dist/migration/to/v3.20.0.js +34 -0
  15. package/dist/migration/to/v3.21.0.d.ts +5 -0
  16. package/dist/migration/to/v3.21.0.d.ts.map +1 -0
  17. package/dist/migration/to/v3.21.0.js +18 -0
  18. package/dist/project-schema/index.d.ts +7 -1
  19. package/dist/project-schema/index.d.ts.map +1 -1
  20. package/dist/project-schema/index.js +37 -3
  21. package/dist/project-schema/latest.d.ts +3 -1
  22. package/dist/project-schema/latest.d.ts.map +1 -1
  23. package/dist/project-schema/migrate.d.ts.map +1 -1
  24. package/dist/project-schema/migrate.js +8 -0
  25. package/dist/project-schema/v3.20.0.d.ts +1337 -0
  26. package/dist/project-schema/v3.20.0.d.ts.map +1 -0
  27. package/dist/project-schema/v3.20.0.js +5 -0
  28. package/dist/project-schema/v3.21.0.d.ts +1339 -0
  29. package/dist/project-schema/v3.21.0.d.ts.map +1 -0
  30. package/dist/project-schema/v3.21.0.js +5 -0
  31. package/dist/refs.d.ts +1 -1
  32. package/dist/refs.d.ts.map +1 -1
  33. package/dist/refs.js +2 -2
  34. package/dist/schema-util.d.ts +1 -1
  35. package/dist/schema-util.d.ts.map +1 -1
  36. package/dist/schema-util.js +9 -5
  37. package/dist/schemas/index.d.ts +2 -2
  38. package/dist/schemas/index.d.ts.map +1 -1
  39. package/dist/schemas/index.js +8 -4
  40. package/dist/schemas/index.ts +6 -2
  41. package/dist/schemas/project-schema/latest.json +9 -2
  42. package/dist/schemas/project-schema/v3.20.0.json +2363 -0
  43. package/dist/schemas/project-schema/v3.21.0.json +2370 -0
  44. package/dist/schemas/project-schema.json +6 -0
  45. package/dist/types/types.d.ts +2 -2
  46. package/dist/types/types.d.ts.map +1 -1
  47. package/dist/validate.d.ts.map +1 -1
  48. package/dist/validate.js +161 -4
  49. package/es/create-input-schema.js +7 -0
  50. package/es/index.js +2 -1
  51. package/es/interfaces.js +55 -0
  52. package/es/migration/index.js +5 -1
  53. package/es/migration/to/v3.20.0.js +24 -0
  54. package/es/migration/to/v3.21.0.js +10 -0
  55. package/es/project-schema/index.js +5 -1
  56. package/es/project-schema/migrate.js +9 -1
  57. package/es/project-schema/v3.20.0.js +1 -0
  58. package/es/project-schema/v3.21.0.js +1 -0
  59. package/es/refs.js +2 -2
  60. package/es/schema-util.js +9 -5
  61. package/es/schemas/index.js +5 -3
  62. package/es/schemas/index.ts +6 -2
  63. package/es/schemas/project-schema/latest.json +9 -2
  64. package/es/schemas/project-schema/v3.20.0.json +2363 -0
  65. package/es/schemas/project-schema/v3.21.0.json +2370 -0
  66. package/es/schemas/project-schema.json +6 -0
  67. package/es/validate.js +158 -5
  68. package/examples/latest/betzino.json +1 -1
  69. package/examples/latest/blog-schema.json +1 -1
  70. package/examples/latest/brewery-schema.json +1 -1
  71. package/examples/latest/complex-project-schema.json +1 -1
  72. package/examples/latest/complex-schema.json +1 -1
  73. package/examples/latest/fabric-ecommerce.json +3 -2
  74. package/examples/latest/frank-and-fred-schema.json +1 -1
  75. package/examples/latest/klirr-schema.json +1 -1
  76. package/examples/latest/massive-schema.json +1 -1
  77. package/examples/latest/mill-components-schema.json +1 -1
  78. package/examples/latest/one-earth.json +1 -1
  79. package/examples/latest/pet-oneof-array.json +1 -1
  80. package/examples/latest/post-schema.json +1 -1
  81. package/examples/latest/pruned-shopify-product-schema.json +3 -2
  82. package/examples/latest/real-world-schema.json +1 -1
  83. package/examples/latest/recursive-repeater-schema.json +1 -1
  84. package/examples/latest/recursive-schema.json +1 -1
  85. package/examples/latest/rick-and-morty-ast.json +1 -1
  86. package/examples/latest/rick-and-morty-graphql.json +1 -1
  87. package/examples/latest/rick-and-morty-rest.json +1 -1
  88. package/examples/latest/schema-with-repeater-draftjs.json +1 -1
  89. package/examples/latest/shape-books-v3_2_0.json +1 -1
  90. package/examples/latest/shape-books.json +1 -1
  91. package/examples/latest/shopify-lookbook.json +3 -2
  92. package/examples/latest/shopify-product-2022-07.json +26799 -1888
  93. package/examples/latest/shopify-store-with-widget.json +3 -2
  94. package/examples/latest/stripe-product-runtime-schema.json +4426 -0
  95. package/examples/latest/stripe-starter-resolved.json +1 -1
  96. package/examples/latest/user-schema-no-required.json +1 -1
  97. package/examples/latest/user-schema-with-defaults.json +1 -1
  98. package/examples/source/shopify-product-2022-07.json +26799 -1888
  99. package/examples/source/stripe-product-runtime-schema.json +4426 -0
  100. package/package.json +4 -4

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.