@takeshape/schema 8.20.1 → 8.23.2

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 (124) hide show
  1. package/es/enum.js +1 -1
  2. package/es/get-is-leaf.js +5 -5
  3. package/es/layers/type-utils.js +2 -2
  4. package/es/migration.js +59 -1
  5. package/es/project-schema/index.js +1 -0
  6. package/es/project-schema/v3.10.0.js +1 -0
  7. package/es/refs.js +19 -19
  8. package/es/schema-util.js +11 -7
  9. package/es/schemas/index.js +15 -15
  10. package/es/schemas/index.ts +26 -25
  11. package/es/schemas/project-schema/v3.10.0.json +2091 -0
  12. package/es/schemas/project-schema/v4.0.0.json +8 -6
  13. package/es/schemas/project-schema.json +2 -1
  14. package/es/types/types.js +1 -1
  15. package/es/types/utils.js +20 -19
  16. package/es/util/detect-cycles.js +1 -1
  17. package/es/validate.js +2 -2
  18. package/examples/dependencies/fabric-ecommerce.json +9716 -0
  19. package/examples/dependencies/pruned-shopify-product-schema.json +9672 -0
  20. package/examples/dependencies/shopify-store-with-widget.json +9854 -0
  21. package/examples/dependencies/stripe-starter-resolved.json +27345 -0
  22. package/examples/latest/blog-schema.json +32 -32
  23. package/examples/latest/brewery-schema.json +53 -53
  24. package/examples/latest/complex-project-schema.json +3278 -3278
  25. package/examples/latest/fabric-ecommerce.json +9097 -315
  26. package/examples/latest/frank-and-fred-schema.json +15588 -15588
  27. package/examples/latest/massive-schema.json +5836 -5836
  28. package/examples/latest/mill-components-schema.json +876 -876
  29. package/examples/latest/pet-oneof-array.json +77 -77
  30. package/examples/latest/post-schema.json +23 -23
  31. package/examples/latest/pruned-shopify-product-schema.json +2843 -2504
  32. package/examples/latest/real-world-schema.json +166 -166
  33. package/examples/latest/recursive-repeater-schema.json +14 -14
  34. package/examples/latest/recursive-schema.json +14 -14
  35. package/examples/latest/rick-and-morty-ast.json +1874 -1895
  36. package/examples/latest/rick-and-morty-graphql.json +1093 -1093
  37. package/examples/latest/rick-and-morty-rest.json +20 -20
  38. package/examples/latest/schema-with-repeater-draftjs.json +9 -9
  39. package/examples/latest/shape-books-v3_2_0.json +218 -218
  40. package/examples/latest/shape-books.json +218 -218
  41. package/examples/latest/shopify-lookbook.json +147 -147
  42. package/examples/latest/shopify-store-with-widget.json +5706 -5408
  43. package/examples/latest/stripe-starter-resolved.json +21000 -13065
  44. package/examples/latest/user-schema-no-required.json +19 -19
  45. package/examples/latest/user-schema-with-defaults.json +20 -20
  46. package/examples/source/fabric-ecommerce.json +0 -894
  47. package/examples/source/pruned-shopify-product-schema.json +1 -9333
  48. package/examples/source/rick-and-morty-ast.json +0 -21
  49. package/examples/source/shopify-store-with-widget.json +0 -8953
  50. package/examples/source/stripe-starter-resolved.json +0 -19409
  51. package/lib/content-schema-transform.d.ts +13 -13
  52. package/lib/content-schema-transform.d.ts.map +1 -1
  53. package/lib/enum.d.ts +2 -2
  54. package/lib/enum.d.ts.map +1 -1
  55. package/lib/enum.js +2 -2
  56. package/lib/get-is-leaf.d.ts +2 -2
  57. package/lib/get-is-leaf.d.ts.map +1 -1
  58. package/lib/get-is-leaf.js +5 -5
  59. package/lib/layers/type-utils.js +1 -1
  60. package/lib/migration.d.ts +6 -5
  61. package/lib/migration.d.ts.map +1 -1
  62. package/lib/migration.js +60 -0
  63. package/lib/project-schema/index.d.ts +3 -1
  64. package/lib/project-schema/index.d.ts.map +1 -1
  65. package/lib/project-schema/index.js +25 -12
  66. package/lib/project-schema/latest.d.ts +260 -238
  67. package/lib/project-schema/latest.d.ts.map +1 -1
  68. package/lib/project-schema/v1.0.0.d.ts +14 -7
  69. package/lib/project-schema/v1.0.0.d.ts.map +1 -1
  70. package/lib/project-schema/v3.0.0.d.ts +24 -25
  71. package/lib/project-schema/v3.0.0.d.ts.map +1 -1
  72. package/lib/project-schema/v3.1.0.d.ts +42 -43
  73. package/lib/project-schema/v3.1.0.d.ts.map +1 -1
  74. package/lib/project-schema/v3.10.0.d.ts +1202 -0
  75. package/lib/project-schema/v3.10.0.d.ts.map +1 -0
  76. package/lib/project-schema/v3.10.0.js +5 -0
  77. package/lib/project-schema/v3.2.0.d.ts +42 -43
  78. package/lib/project-schema/v3.2.0.d.ts.map +1 -1
  79. package/lib/project-schema/v3.3.0.d.ts +42 -43
  80. package/lib/project-schema/v3.3.0.d.ts.map +1 -1
  81. package/lib/project-schema/v3.4.0.d.ts +42 -43
  82. package/lib/project-schema/v3.4.0.d.ts.map +1 -1
  83. package/lib/project-schema/v3.5.0.d.ts +42 -43
  84. package/lib/project-schema/v3.5.0.d.ts.map +1 -1
  85. package/lib/project-schema/v3.5.1.d.ts +42 -43
  86. package/lib/project-schema/v3.5.1.d.ts.map +1 -1
  87. package/lib/project-schema/v3.6.0.d.ts +42 -43
  88. package/lib/project-schema/v3.6.0.d.ts.map +1 -1
  89. package/lib/project-schema/v3.7.0.d.ts +42 -43
  90. package/lib/project-schema/v3.7.0.d.ts.map +1 -1
  91. package/lib/project-schema/v3.8.0.d.ts +42 -43
  92. package/lib/project-schema/v3.8.0.d.ts.map +1 -1
  93. package/lib/project-schema/v3.9.0.d.ts +42 -43
  94. package/lib/project-schema/v3.9.0.d.ts.map +1 -1
  95. package/lib/project-schema/v4.0.0.d.ts +54 -52
  96. package/lib/project-schema/v4.0.0.d.ts.map +1 -1
  97. package/lib/refs.d.ts +8 -8
  98. package/lib/refs.d.ts.map +1 -1
  99. package/lib/refs.js +19 -19
  100. package/lib/schema-util.d.ts +23 -23
  101. package/lib/schema-util.d.ts.map +1 -1
  102. package/lib/schema-util.js +11 -7
  103. package/lib/schemas/index.d.ts +3421 -3420
  104. package/lib/schemas/index.d.ts.map +1 -1
  105. package/lib/schemas/index.js +26 -30
  106. package/lib/schemas/index.ts +26 -25
  107. package/lib/schemas/project-schema/v3.10.0.json +2091 -0
  108. package/lib/schemas/project-schema/v4.0.0.json +8 -6
  109. package/lib/schemas/project-schema.json +2 -1
  110. package/lib/types/types.d.ts +7 -7
  111. package/lib/types/types.d.ts.map +1 -1
  112. package/lib/types/types.js +1 -1
  113. package/lib/types/utils.d.ts +9 -8
  114. package/lib/types/utils.d.ts.map +1 -1
  115. package/lib/types/utils.js +25 -23
  116. package/lib/unions.d.ts +8 -8
  117. package/lib/unions.d.ts.map +1 -1
  118. package/lib/util/detect-cycles.d.ts +2 -2
  119. package/lib/util/detect-cycles.d.ts.map +1 -1
  120. package/lib/util/detect-cycles.js +1 -1
  121. package/lib/validate.js +1 -1
  122. package/lib/workflows.d.ts +2 -2
  123. package/lib/workflows.d.ts.map +1 -1
  124. package/package.json +5 -5

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.