@prismicio/types-internal 4.0.0-pr.6.eb53f11 → 4.0.0-pr.7.9dec8db

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 (154) hide show
  1. package/README.md +5 -5
  2. package/dist/content/document.d.ts +2 -3019
  3. package/dist/content/document.d.ts.map +1 -1
  4. package/dist/content/field.d.ts +1 -30
  5. package/dist/content/field.d.ts.map +1 -1
  6. package/dist/content/field.js.map +1 -1
  7. package/dist/content/group.d.ts +2 -1
  8. package/dist/content/group.d.ts.map +1 -1
  9. package/dist/content/group.js.map +1 -1
  10. package/dist/content/legacy/boolean.d.ts +1 -0
  11. package/dist/content/legacy/embed.d.ts +1 -0
  12. package/dist/content/legacy/empty.d.ts +1 -0
  13. package/dist/content/legacy/field.d.ts +1 -0
  14. package/dist/content/legacy/geopoint.d.ts +1 -0
  15. package/dist/content/legacy/group.d.ts +9 -0
  16. package/dist/content/legacy/group.d.ts.map +1 -0
  17. package/dist/content/legacy/group.js.map +1 -1
  18. package/dist/content/legacy/integrationField.d.ts +1 -0
  19. package/dist/content/legacy/link.d.ts +41 -0
  20. package/dist/content/legacy/link.d.ts.map +1 -0
  21. package/dist/content/legacy/link.js.map +1 -1
  22. package/dist/content/legacy/nestable.d.ts +1 -0
  23. package/dist/content/legacy/nestable.js.map +1 -1
  24. package/dist/content/legacy/repeatable.d.ts +1 -0
  25. package/dist/content/legacy/repeatable.js +2 -8
  26. package/dist/content/legacy/repeatable.js.map +1 -1
  27. package/dist/content/legacy/richText.d.ts +109 -0
  28. package/dist/content/legacy/richText.d.ts.map +1 -0
  29. package/dist/content/legacy/richText.js.map +1 -1
  30. package/dist/content/legacy/separator.d.ts +1 -0
  31. package/dist/content/legacy/slice.js +2 -3
  32. package/dist/content/legacy/slice.js.map +1 -1
  33. package/dist/content/legacy/table.d.ts +1 -0
  34. package/dist/content/link.d.ts +74 -99
  35. package/dist/content/link.d.ts.map +1 -1
  36. package/dist/content/link.js +2 -2
  37. package/dist/content/link.js.map +1 -1
  38. package/dist/content/nestable.d.ts +13 -749
  39. package/dist/content/nestable.d.ts.map +1 -1
  40. package/dist/content/nestable.js +1 -0
  41. package/dist/content/nestable.js.map +1 -1
  42. package/dist/content/repeatable.d.ts +3 -98
  43. package/dist/content/repeatable.d.ts.map +1 -1
  44. package/dist/content/richText.d.ts +20 -248
  45. package/dist/content/richText.d.ts.map +1 -1
  46. package/dist/content/richText.js.map +1 -1
  47. package/dist/content/slice.d.ts +6 -4509
  48. package/dist/content/slice.d.ts.map +1 -1
  49. package/dist/content/slice.js.map +1 -1
  50. package/dist/content/slices.d.ts +8 -6765
  51. package/dist/content/slices.d.ts.map +1 -1
  52. package/dist/content/table.d.ts +2 -134
  53. package/dist/content/table.d.ts.map +1 -1
  54. package/dist/content/widget.d.ts +5 -3020
  55. package/dist/content/widget.d.ts.map +1 -1
  56. package/dist/content/widget.js.map +1 -1
  57. package/dist/helpers/contentPath.js +1 -1
  58. package/dist/helpers/customTypeModel.d.ts +3 -2
  59. package/dist/helpers/customTypeModel.d.ts.map +1 -1
  60. package/dist/helpers/customTypeModel.js +31 -1
  61. package/dist/helpers/customTypeModel.js.map +1 -1
  62. package/dist/helpers/documentContent.d.ts +3 -2
  63. package/dist/helpers/documentContent.d.ts.map +1 -1
  64. package/dist/helpers/documentContent.js +14 -1
  65. package/dist/helpers/documentContent.js.map +1 -1
  66. package/dist/helpers/sliceContent.d.ts +12 -0
  67. package/dist/helpers/sliceContent.d.ts.map +1 -0
  68. package/dist/helpers/sliceContent.js +60 -0
  69. package/dist/helpers/sliceContent.js.map +1 -0
  70. package/dist/helpers/traverseContent.d.ts +15 -16
  71. package/dist/helpers/traverseContent.d.ts.map +1 -1
  72. package/dist/helpers/traverseContent.js +51 -19
  73. package/dist/helpers/traverseContent.js.map +1 -1
  74. package/dist/helpers/traverseContentWithModel.d.ts +14 -15
  75. package/dist/helpers/traverseContentWithModel.d.ts.map +1 -1
  76. package/dist/helpers/traverseContentWithModel.js +61 -35
  77. package/dist/helpers/traverseContentWithModel.js.map +1 -1
  78. package/dist/index.d.ts +25 -24
  79. package/dist/index.js +3 -1
  80. package/dist/io-ts.d.ts +3048 -71012
  81. package/dist/io-ts.d.ts.map +1 -1
  82. package/dist/io-ts.js +125 -124
  83. package/dist/io-ts.js.map +1 -1
  84. package/dist/model/customType.d.ts +3 -3329
  85. package/dist/model/customType.d.ts.map +1 -1
  86. package/dist/model/group.d.ts +375 -376
  87. package/dist/model/group.d.ts.map +1 -1
  88. package/dist/model/group.js.map +1 -1
  89. package/dist/model/image.d.ts +4 -4
  90. package/dist/model/image.js.map +1 -1
  91. package/dist/model/link.d.ts +2 -2
  92. package/dist/model/link.js.map +1 -1
  93. package/dist/model/nestable.d.ts +17 -178
  94. package/dist/model/nestable.d.ts.map +1 -1
  95. package/dist/model/nestable.js +3 -3
  96. package/dist/model/nestable.js.map +1 -1
  97. package/dist/model/richText.d.ts +3 -7
  98. package/dist/model/richText.d.ts.map +1 -1
  99. package/dist/model/richText.js +4 -3
  100. package/dist/model/richText.js.map +1 -1
  101. package/dist/model/section.d.ts +3 -3329
  102. package/dist/model/section.d.ts.map +1 -1
  103. package/dist/model/select.d.ts +1 -1
  104. package/dist/model/select.js +1 -1
  105. package/dist/model/select.js.map +1 -1
  106. package/dist/model/slice.d.ts +781 -3720
  107. package/dist/model/slice.d.ts.map +1 -1
  108. package/dist/model/slice.js +7 -2
  109. package/dist/model/slice.js.map +1 -1
  110. package/dist/model/slices.d.ts +3 -2195
  111. package/dist/model/slices.d.ts.map +1 -1
  112. package/dist/model/table.d.ts +2 -1
  113. package/dist/model/table.d.ts.map +1 -1
  114. package/dist/model/table.js +9 -7
  115. package/dist/model/table.js.map +1 -1
  116. package/dist/model/widget.d.ts +6 -3331
  117. package/dist/model/widget.d.ts.map +1 -1
  118. package/dist/model/widget.js.map +1 -1
  119. package/dist/zod4.d.ts +1332 -34960
  120. package/dist/zod4.d.ts.map +1 -1
  121. package/dist/zod4.js +125 -124
  122. package/dist/zod4.js.map +1 -1
  123. package/package.json +3 -2
  124. package/src/content/field.ts +9 -2
  125. package/src/content/group.ts +5 -2
  126. package/src/content/legacy/group.ts +12 -4
  127. package/src/content/legacy/link.ts +32 -9
  128. package/src/content/legacy/nestable.ts +26 -2
  129. package/src/content/legacy/repeatable.ts +3 -16
  130. package/src/content/legacy/richText.ts +37 -5
  131. package/src/content/legacy/slice.ts +8 -7
  132. package/src/content/legacy/widget.ts +6 -2
  133. package/src/content/link.ts +32 -9
  134. package/src/content/nestable.ts +42 -2
  135. package/src/content/richText.ts +19 -7
  136. package/src/content/slice.ts +2 -2
  137. package/src/content/widget.ts +6 -2
  138. package/src/helpers/customTypeModel.ts +44 -0
  139. package/src/helpers/documentContent.ts +32 -1
  140. package/src/helpers/sliceContent.ts +86 -0
  141. package/src/helpers/traverseContent.ts +93 -32
  142. package/src/helpers/traverseContentWithModel.ts +73 -48
  143. package/src/index.ts +4 -1
  144. package/src/io-ts.ts +164 -144
  145. package/src/model/group.ts +4 -1
  146. package/src/model/image.ts +1 -1
  147. package/src/model/link.ts +1 -1
  148. package/src/model/nestable.ts +33 -1
  149. package/src/model/richText.ts +2 -2
  150. package/src/model/select.ts +2 -2
  151. package/src/model/slice.ts +36 -9
  152. package/src/model/table.ts +11 -2
  153. package/src/model/widget.ts +8 -4
  154. package/src/zod4.ts +164 -144
@@ -1 +1 @@
1
- {"version":3,"file":"zod4.d.ts","names":[],"sources":["../src/zod4.ts"],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAAA,SAAA,CAAA,cAAA;;;YAAA,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACZ,sBAAA,YAAsB,aAAA;OAAuC,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC7D,yBAAA,YAAyB,aAAA;OAA0C,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACnE,sBAAA,YAAsB,aAAA;OAAuC,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC7D,gBAAA,YAAgB,aAAA;OAAiC,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACjD,aAAA,YAAa,aAAA;YAA8B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC3C,aAAA,YAAa,YAAA,qBAAA,aAAA;YAA8B,SAAA,CAAA,cAAA;;;QAA9B,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACb,eAAA,EAAe,SAAA,CAAA,aAAA,CAAgC,SAAA,CAAhC,aAAA,oBAAA,YAAA,qBAAA,aAAA;YAAA,SAAA,CAAA,cAAA;;;QAAA,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAChB,kBAAA,YAAkB,aAAA;yCAAmC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACrD,iBAAA,YAAiB,aAAA;yCAAkC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACnD,iBAAA,YAAiB,YAAA,qBAAA,aAAA;QAAkC,SAAA,CAAA,cAAA;;;;;;;;QAAlC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAClB,mBAAA,EAAmB,SAAA,CAAA,aAAA,CAAoC,SAAA,CAApC,aAAA,oBAAA,YAAA,qBAAA,aAAA;QAAA,SAAA,CAAA,cAAA;;;;;;;;QAAA,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACnB,qBAAA,YAAqB,aAAA;MAAsC,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC3D,eAAA,YAAe,aAAA;MAAgC,SAAA,CAAA,aAAA"}
1
+ {"version":3,"file":"zod4.d.ts","names":[],"sources":["../src/zod4.ts"],"mappings":";;;;;;;;;;;;;;cAuGa,WAAA,YAAW,aAAA;MAAyB,SAAA,CAAA,aAAA;;;;;;;;;;;;;;cACpC,WAAA,YAAW,aAAA;QAAyB,SAAA,CAAA,aAAA;;;;;;;;;;;;;cACpC,mBAAA,EAAoD,SAAA,CAAjC,aAAA;AAAA,cACnB,oBAAA,EAAsD,SAAA,CAAlC,aAAA;AAAA,cACpB,eAAA,EAA4C,SAAA,CAA7B,aAAA;AAAA,cAGf,oBAAA,YAAoB,aAAA;YAAkC,SAAA,CAAA,cAAA;;;cACtD,kBAAA,YAAkB,aAAA;QAAgC,SAAA,CAAA,cAAA;;;;cAClD,iBAAA,YAAiB,aAAA;QAA+B,SAAA,CAAA,cAAA;;;;cAChD,kBAAA,YAAkB,aAAA;QAAgC,SAAA,CAAA,aAAA;;;cAClD,qBAAA,YAAqB,aAAA;;SAAmC,SAAA,CAAA,aAAA;;;;;cACxD,iBAAA,YAAiB,aAAA;YAA+B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAChD,mBAAA,YAAmB,aAAA;QAAiC,SAAA,CAAA,cAAA;;;;cACpD,kBAAA,YAAkB,aAAA;QAAgC,SAAA,CAAA,cAAA;;;;cAClD,mBAAA,YAAmB,aAAA;QAAiC,SAAA,CAAA,cAAA;;;;cACpD,sBAAA,YAAsB,aAAA;YAAoC,SAAA,CAAA,cAAA;AAAA;cAC1D,wBAAA,YAAwB,aAAA;YAAsC,SAAA,CAAA,cAAA;;;;;cAC9D,iBAAA,YAAiB,aAAA;QAA+B,SAAA,CAAA,cAAA;;;;cAChD,sBAAA,YAAsB,aAAA;QAAoC,SAAA,CAAA,cAAA;;;;cAC1D,kBAAA,EAAkB,SAAA,CAAA,WAAA,CAAgC,YAAA,WAAhC,YAAA,CAAA,iBAAA,CAAA,YAAA;AAAA,cAClB,gBAAA,YAAgB,aAAA;YAA8B,SAAA,CAAA,cAAA;;;cAC9C,6BAAA,YAA6B,aAAA;YAA2C,SAAA,CAAA,cAAA;;;cACxE,kBAAA,YAAkB,aAAA;aAAgC,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;cAClD,kBAAA,YAAkB,aAAA;;QAAgC,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAClD,qBAAA,EAAqB,SAAA,CAAA,WAAA,CAAmC,eAAA,WAAnC,YAAA,CAAA,iBAAA,CAAA,eAAA;AAAA,cACrB,0BAAA,EAA0B,SAAA,CAAA,WAAA,CAAwC,oBAAA,WAAxC,YAAA,CAAA,iBAAA,CAAA,oBAAA;AAAA,cAC1B,yBAAA,EAAyB,SAAA,CAAA,WAAA,CAAuC,mBAAA,WAAvC,YAAA,CAAA,iBAAA,CAAA,mBAAA;AAAA,cACzB,kBAAA,YAAkB,aAAA;YAAgC,SAAA,CAAA,cAAA;;;;;;;;;;;;cAClD,uBAAA,YAAuB,aAAA;YAAqC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC5D,qBAAA,EAAqB,SAAA,CAAA,WAAA,CAAmC,eAAA,WAAnC,YAAA,CAAA,iBAAA,CAAA,eAAA;AAAA,cACrB,kBAAA,YAAkB,aAAA;YAAgC,SAAA,CAAA,cAAA;;;cAClD,sBAAA,EAAsB,SAAA,CAAA,WAAA,CAAoC,gBAAA,WAApC,YAAA,CAAA,iBAAA,CAAA,gBAAA;AAAA,cACtB,2BAAA,YAA2B,aAAA;YAAyC,SAAA,CAAA,cAAA;;;;cACpE,wBAAA,EAAwB,SAAA,CAAA,WAAA,CAAsC,uBAAA,WAAtC,YAAA,CAAA,iBAAA,CAAA,uBAAA;AAAA,cACxB,kBAAA,EAAkB,SAAA,CAAA,WAAA,CAAgC,YAAA,WAAhC,YAAA,CAAA,iBAAA,CAAA,YAAA;AAAA,cAClB,4BAAA,YAA4B,aAAA;OAA0C,SAAA,CAAA,aAAA;;;;;cACtE,+BAAA,YAA+B,aAAA;OAA6C,SAAA,CAAA,aAAA;;;;;;;;;cAC5E,4BAAA,YAA4B,aAAA;OAA0C,SAAA,CAAA,aAAA;;;;;;;;;;cACtE,sBAAA,YAAsB,aAAA;OAAoC,SAAA,CAAA,aAAA;;;;;cAC1D,mBAAA,YAAmB,aAAA;YAAiC,SAAA,CAAA,cAAA;;;;;;;;cACpD,mBAAA,EAAmB,SAAA,CAAA,WAAA,CAAiC,aAAA,WAAjC,YAAA,CAAA,iBAAA,CAAA,aAAA;AAAA,cACnB,qBAAA,EAAqB,SAAA,CAAA,aAAA,CAAmC,SAAA,CAAnC,aAAA,UAAA,SAAA,CAAA,WAAA,CAAA,aAAA,WAAA,YAAA,CAAA,iBAAA,CAAA,aAAA;AAAA,cAGrB,kBAAA,YAAkB,aAAA;QAAgC,SAAA,CAAA,cAAA;;;;;;;;cAClD,gBAAA,YAAgB,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;;;;cAC9C,eAAA,YAAe,aAAA;QAA6B,SAAA,CAAA,cAAA;;;;;;;;cAC5C,gBAAA,YAAgB,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;;;;;cAC9C,mBAAA,YAAmB,aAAA;QAAiC,SAAA,CAAA,cAAA;;;;;;cACpD,gBAAA,YAAgB,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;cAC9C,2BAAA,YAA2B,aAAA;QAAyC,SAAA,CAAA,cAAA;;;;;;;;cACpE,eAAA,YAAe,aAAA;QAA6B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC5C,mBAAA,YAAmB,YAAA,qBAAA,aAAA;QAAiC,SAAA,CAAA,cAAA;;;;;;;;QAAjC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACnB,iBAAA,YAAiB,aAAA;QAA+B,SAAA,CAAA,cAAA;;;;;;;;;;cAChD,gBAAA,YAAgB,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;;;;;;;cAC9C,mBAAA,YAAmB,aAAA;QAAiC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;cACpD,iBAAA,YAAiB,aAAA;QAA+B,SAAA,CAAA,cAAA;;;;;;;;;cAChD,oBAAA,YAAoB,aAAA;QAAkC,SAAA,CAAA,cAAA;;;;;cACtD,sBAAA,YAAsB,aAAA;MAAoC,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC1D,gBAAA,YAAgB,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;;cAC9C,eAAA,YAAe,aAAA;QAA6B,SAAA,CAAA,cAAA;;;;;;;;cAC5C,oBAAA,YAAoB,aAAA;QAAkC,SAAA,CAAA,cAAA;;;;;;;;cACtD,cAAA,YAAc,aAAA;QAA4B,SAAA,CAAA,cAAA;;;;;;;;cAC1C,gBAAA,YAAgB,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC9C,sBAAA,YAAsB,aAAA;QAAoC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC1D,yBAAA,YAAyB,aAAA;QAAuC,SAAA,CAAA,cAAA;AAAA;cAChE,yBAAA,YAAyB,aAAA;QAAuC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAChE,sBAAA,EAAsB,SAAA,CAAA,WAAA,CAAoC,gBAAA,WAApC,YAAA,CAAA,iBAAA,CAAA,gBAAA;AAAA,cACtB,uBAAA,EAAuB,SAAA,CAAA,WAAA,CAAqC,iBAAA,WAArC,YAAA,CAAA,iBAAA,CAAA,iBAAA;AAAA,cACvB,sBAAA,EAAsB,SAAA,CAAA,WAAA,CAAoC,gBAAA,WAApC,YAAA,CAAA,iBAAA,CAAA,gBAAA;AAAA,cACtB,uBAAA,EAAuB,SAAA,CAAA,WAAA,CAAqC,iBAAA,WAArC,YAAA,CAAA,iBAAA,CAAA,iBAAA;AAAA,cACvB,wBAAA,YAAwB,aAAA;yCAAsC,SAAA,CAAA,cAAA;;;;;;;;;;;cAC9D,uBAAA,YAAuB,aAAA;yCAAqC,SAAA,CAAA,cAAA;;;;;;;;;;;cAC5D,uBAAA,EAAuB,SAAA,CAAA,WAAA,CAAqC,iBAAA,WAArC,YAAA,CAAA,iBAAA,CAAA,iBAAA;AAAA,cACvB,wBAAA,EAAwB,SAAA,CAAA,WAAA,CAAsC,kBAAA,WAAtC,YAAA,CAAA,iBAAA,CAAA,kBAAA;AAAA,cACxB,wBAAA,EAAwB,SAAA,CAAA,aAAA,CAAsC,SAAA,CAAtC,aAAA,UAAA,SAAA,CAAA,WAAA,CAAA,iBAAA,WAAA,YAAA,CAAA,iBAAA,CAAA,iBAAA;AAAA,cACxB,yBAAA,EAAyB,SAAA,CAAA,aAAA,CAAuC,SAAA,CAAvC,aAAA,UAAA,SAAA,CAAA,WAAA,CAAA,kBAAA,WAAA,YAAA,CAAA,iBAAA,CAAA,kBAAA;AAAA,cACzB,2BAAA,YAA2B,aAAA;MAAyC,SAAA,CAAA,aAAA;;;;;;;;;;cACpE,qBAAA,YAAqB,aAAA;MAAmC,SAAA,CAAA,aAAA"}
package/dist/zod4.js CHANGED
@@ -1,131 +1,132 @@
1
- import { WidgetKeySchema } from "./common/widgetKey.js";
2
- import { BooleanContentSchema } from "./content/boolean.js";
3
- import { EmbedContentSchema } from "./content/embed.js";
4
- import { EmptyContentSchema } from "./content/empty.js";
5
- import { ColorContentSchema, DateContentSchema, FieldContentSchema, NumberContentSchema, RangeContentSchema, SelectContentSchema, TextContentSchema, TimestampContentSchema } from "./content/field.js";
6
- import { GeoPointContentSchema } from "./content/geopoint.js";
7
- import { ImageContentSchema } from "./content/image.js";
8
- import { IntegrationFieldContentSchema } from "./content/integrationField.js";
9
- import { NonEmptyStringSchema } from "./common/nonEmptyString.js";
10
- import { LinkContentSchema } from "./content/link.js";
11
- import { RepeatableContentSchema } from "./content/repeatable.js";
12
- import { RichTextContentBlockSchema, RichTextContentSchema, RichTextContentSpanSchema } from "./content/richText.js";
13
- import { SeparatorContentSchema } from "./content/separator.js";
14
- import { TableContentSchema } from "./content/table.js";
15
- import { NestableContentSchema } from "./content/nestable.js";
16
- import { GroupContentSchema, GroupItemContentSchema } from "./content/group.js";
17
- import { CompositeSliceContentSchema, LegacySliceContentSchema, SharedSliceContentSchema, SliceContentSchema } from "./content/slice.js";
18
- import { CompositeSliceItemContentSchema, LegacySliceItemContentSchema, SharedSliceItemContentSchema, SliceItemContentSchema, SlicesContentSchema } from "./content/slices.js";
19
- import { UIDContentSchema } from "./content/uid.js";
20
- import { WidgetContentSchema } from "./content/widget.js";
21
- import { DocumentContentSchema } from "./content/document.js";
22
- import { BooleanModelSchema } from "./model/boolean.js";
23
- import { ColorModelSchema } from "./model/color.js";
24
- import { DateModelSchema } from "./model/date.js";
25
- import { EmbedModelSchema } from "./model/embed.js";
26
- import { GeoPointModelSchema } from "./model/geopoint.js";
27
- import { ImageModelSchema } from "./model/image.js";
28
- import { IntegrationFieldModelSchema } from "./model/integrationField.js";
29
- import { LinkModelSchema } from "./model/link.js";
30
- import { NumberModelSchema } from "./model/number.js";
31
- import { RangeModelSchema } from "./model/range.js";
32
- import { RichTextModelSchema } from "./model/richText.js";
33
- import { SelectModelSchema } from "./model/select.js";
34
- import { SeparatorModelSchema } from "./model/separator.js";
35
- import { TableModelSchema } from "./model/table.js";
36
- import { TextModelSchema } from "./model/text.js";
37
- import { TimestampModelSchema } from "./model/timestamp.js";
38
- import { NestableModelSchema } from "./model/nestable.js";
39
- import { GroupModelSchema, NestedGroupModelSchema } from "./model/group.js";
40
- import { CompositeSliceModelSchema, DynamicSliceModelSchema, LegacySliceModelSchema, SharedSliceModelSchema, SharedSliceRefModelSchema, StaticSliceModelSchema } from "./model/slice.js";
41
- import { DynamicSlicesModelSchema, StaticSlicesModelSchema } from "./model/slices.js";
42
- import { UIDModelSchema } from "./model/uid.js";
43
- import { DynamicWidgetModelSchema, StaticWidgetModelSchema } from "./model/widget.js";
44
- import { AssetSchema } from "./common/asset.js";
45
- import { EmbedSchema } from "./common/embed.js";
46
- import { HexaColorCodeSchema } from "./common/hexaColorCode.js";
47
- import { DynamicSectionModelSchema, StaticSectionModelSchema } from "./model/section.js";
48
- import { CustomTypeModelSchema, StaticCustomTypeModelSchema } from "./model/customType.js";
1
+ import { ImageModelSchema as ImageModelSchema$1 } from "./model/image.js";
2
+ import { RichTextModelSchema as RichTextModelSchema$1 } from "./model/richText.js";
3
+ import { TableModelSchema as TableModelSchema$1 } from "./model/table.js";
4
+ import { WidgetKeySchema as WidgetKeySchema$1 } from "./common/widgetKey.js";
5
+ import { BooleanContentSchema as BooleanContentSchema$1 } from "./content/boolean.js";
6
+ import { EmbedContentSchema as EmbedContentSchema$1 } from "./content/embed.js";
7
+ import { EmptyContentSchema as EmptyContentSchema$1 } from "./content/empty.js";
8
+ import { ColorContentSchema as ColorContentSchema$1, DateContentSchema as DateContentSchema$1, FieldContentSchema as FieldContentSchema$1, NumberContentSchema as NumberContentSchema$1, RangeContentSchema as RangeContentSchema$1, SelectContentSchema as SelectContentSchema$1, TextContentSchema as TextContentSchema$1, TimestampContentSchema as TimestampContentSchema$1 } from "./content/field.js";
9
+ import { GeoPointContentSchema as GeoPointContentSchema$1 } from "./content/geopoint.js";
10
+ import { ImageContentSchema as ImageContentSchema$1 } from "./content/image.js";
11
+ import { IntegrationFieldContentSchema as IntegrationFieldContentSchema$1 } from "./content/integrationField.js";
12
+ import { NonEmptyStringSchema as NonEmptyStringSchema$1 } from "./common/nonEmptyString.js";
13
+ import { LinkContentSchema as LinkContentSchema$1 } from "./content/link.js";
14
+ import { RepeatableContentSchema as RepeatableContentSchema$1 } from "./content/repeatable.js";
15
+ import { RichTextContentBlockSchema as RichTextContentBlockSchema$1, RichTextContentSchema as RichTextContentSchema$1, RichTextContentSpanSchema as RichTextContentSpanSchema$1 } from "./content/richText.js";
16
+ import { SeparatorContentSchema as SeparatorContentSchema$1 } from "./content/separator.js";
17
+ import { TableContentSchema as TableContentSchema$1 } from "./content/table.js";
18
+ import { NestableContentSchema as NestableContentSchema$1 } from "./content/nestable.js";
19
+ import { GroupContentSchema as GroupContentSchema$1, GroupItemContentSchema as GroupItemContentSchema$1 } from "./content/group.js";
20
+ import { CompositeSliceContentSchema as CompositeSliceContentSchema$1, LegacySliceContentSchema as LegacySliceContentSchema$1, SharedSliceContentSchema as SharedSliceContentSchema$1, SliceContentSchema as SliceContentSchema$1 } from "./content/slice.js";
21
+ import { CompositeSliceItemContentSchema as CompositeSliceItemContentSchema$1, LegacySliceItemContentSchema as LegacySliceItemContentSchema$1, SharedSliceItemContentSchema as SharedSliceItemContentSchema$1, SliceItemContentSchema as SliceItemContentSchema$1, SlicesContentSchema as SlicesContentSchema$1 } from "./content/slices.js";
22
+ import { UIDContentSchema as UIDContentSchema$1 } from "./content/uid.js";
23
+ import { WidgetContentSchema as WidgetContentSchema$1 } from "./content/widget.js";
24
+ import { DocumentContentSchema as DocumentContentSchema$1 } from "./content/document.js";
25
+ import { BooleanModelSchema as BooleanModelSchema$1 } from "./model/boolean.js";
26
+ import { ColorModelSchema as ColorModelSchema$1 } from "./model/color.js";
27
+ import { DateModelSchema as DateModelSchema$1 } from "./model/date.js";
28
+ import { EmbedModelSchema as EmbedModelSchema$1 } from "./model/embed.js";
29
+ import { GeoPointModelSchema as GeoPointModelSchema$1 } from "./model/geopoint.js";
30
+ import { IntegrationFieldModelSchema as IntegrationFieldModelSchema$1 } from "./model/integrationField.js";
31
+ import { LinkModelSchema as LinkModelSchema$1 } from "./model/link.js";
32
+ import { NumberModelSchema as NumberModelSchema$1 } from "./model/number.js";
33
+ import { RangeModelSchema as RangeModelSchema$1 } from "./model/range.js";
34
+ import { SelectModelSchema as SelectModelSchema$1 } from "./model/select.js";
35
+ import { SeparatorModelSchema as SeparatorModelSchema$1 } from "./model/separator.js";
36
+ import { TextModelSchema as TextModelSchema$1 } from "./model/text.js";
37
+ import { TimestampModelSchema as TimestampModelSchema$1 } from "./model/timestamp.js";
38
+ import { NestableModelSchema as NestableModelSchema$1 } from "./model/nestable.js";
39
+ import { GroupModelSchema as GroupModelSchema$1, NestedGroupModelSchema as NestedGroupModelSchema$1 } from "./model/group.js";
40
+ import { CompositeSliceModelSchema as CompositeSliceModelSchema$1, DynamicSliceModelSchema as DynamicSliceModelSchema$1, LegacySliceModelSchema as LegacySliceModelSchema$1, SharedSliceModelSchema as SharedSliceModelSchema$1, SharedSliceRefModelSchema as SharedSliceRefModelSchema$1, SliceContentModelSchema as SliceContentModelSchema$1, StaticSliceModelSchema as StaticSliceModelSchema$1 } from "./model/slice.js";
41
+ import { DynamicSlicesModelSchema as DynamicSlicesModelSchema$1, StaticSlicesModelSchema as StaticSlicesModelSchema$1 } from "./model/slices.js";
42
+ import { UIDModelSchema as UIDModelSchema$1 } from "./model/uid.js";
43
+ import { DynamicWidgetModelSchema as DynamicWidgetModelSchema$1, StaticWidgetModelSchema as StaticWidgetModelSchema$1 } from "./model/widget.js";
44
+ import { AssetSchema as AssetSchema$1 } from "./common/asset.js";
45
+ import { EmbedSchema as EmbedSchema$1 } from "./common/embed.js";
46
+ import { HexaColorCodeSchema as HexaColorCodeSchema$1 } from "./common/hexaColorCode.js";
47
+ import { DynamicSectionModelSchema as DynamicSectionModelSchema$1, StaticSectionModelSchema as StaticSectionModelSchema$1 } from "./model/section.js";
48
+ import { CustomTypeModelSchema as CustomTypeModelSchema$1, StaticCustomTypeModelSchema as StaticCustomTypeModelSchema$1 } from "./model/customType.js";
49
49
  //#region src/zod4.ts
50
- const Asset = toZod4(AssetSchema);
51
- const Embed = toZod4(EmbedSchema);
52
- const HexaColorCode = toZod4(HexaColorCodeSchema);
53
- const NonEmptyString = toZod4(NonEmptyStringSchema);
54
- const WidgetKey = toZod4(WidgetKeySchema);
55
- const BooleanContent = toZod4(BooleanContentSchema);
56
- const ColorContent = toZod4(ColorContentSchema);
57
- const DateContent = toZod4(DateContentSchema);
58
- const EmptyContent = toZod4(EmptyContentSchema);
59
- const GeoPointContent = toZod4(GeoPointContentSchema);
60
- const LinkContent = toZod4(LinkContentSchema);
61
- const NumberContent = toZod4(NumberContentSchema);
62
- const RangeContent = toZod4(RangeContentSchema);
63
- const SelectContent = toZod4(SelectContentSchema);
64
- const SeparatorContent = toZod4(SeparatorContentSchema);
65
- const SharedSliceContent = toZod4(SharedSliceContentSchema);
66
- const TextContent = toZod4(TextContentSchema);
67
- const TimestampContent = toZod4(TimestampContentSchema);
68
- const FieldContent = toZod4(FieldContentSchema);
69
- const UIDContent = toZod4(UIDContentSchema);
70
- const IntegrationFieldContent = toZod4(IntegrationFieldContentSchema);
71
- const EmbedContent = toZod4(EmbedContentSchema);
72
- const ImageContent = toZod4(ImageContentSchema);
73
- const RichTextContent = toZod4(RichTextContentSchema);
74
- const RichTextContentBlock = toZod4(RichTextContentBlockSchema);
75
- const RichTextContentSpan = toZod4(RichTextContentSpanSchema);
76
- const TableContent = toZod4(TableContentSchema);
77
- const RepeatableContent = toZod4(RepeatableContentSchema);
78
- const NestableContent = toZod4(NestableContentSchema);
79
- const GroupContent = toZod4(GroupContentSchema);
80
- const GroupItemContent = toZod4(GroupItemContentSchema);
81
- const CompositeSliceContent = toZod4(CompositeSliceContentSchema);
82
- const LegacySliceContent = toZod4(LegacySliceContentSchema);
83
- const SliceContent = toZod4(SliceContentSchema);
84
- const LegacySliceItemContent = toZod4(LegacySliceItemContentSchema);
85
- const CompositeSliceItemContent = toZod4(CompositeSliceItemContentSchema);
86
- const SharedSliceItemContent = toZod4(SharedSliceItemContentSchema);
87
- const SliceItemContent = toZod4(SliceItemContentSchema);
88
- const SlicesContent = toZod4(SlicesContentSchema);
89
- const WidgetContent = toZod4(WidgetContentSchema);
90
- const DocumentContent = toZod4(DocumentContentSchema);
91
- const BooleanModel = toZod4(BooleanModelSchema);
92
- const ColorModel = toZod4(ColorModelSchema);
93
- const DateModel = toZod4(DateModelSchema);
94
- const EmbedModel = toZod4(EmbedModelSchema);
95
- const GeoPointModel = toZod4(GeoPointModelSchema);
96
- const ImageModel = toZod4(ImageModelSchema);
97
- const IntegrationFieldModel = toZod4(IntegrationFieldModelSchema);
98
- const LinkModel = toZod4(LinkModelSchema);
99
- const NestableModel = toZod4(NestableModelSchema);
100
- const NumberModel = toZod4(NumberModelSchema);
101
- const RangeModel = toZod4(RangeModelSchema);
102
- const RichTextModel = toZod4(RichTextModelSchema);
103
- const SelectModel = toZod4(SelectModelSchema);
104
- const SeparatorModel = toZod4(SeparatorModelSchema);
105
- const SharedSliceModel = toZod4(SharedSliceModelSchema);
106
- const TableModel = toZod4(TableModelSchema);
107
- const TextModel = toZod4(TextModelSchema);
108
- const TimestampModel = toZod4(TimestampModelSchema);
109
- const UIDModel = toZod4(UIDModelSchema);
110
- const GroupModel = toZod4(GroupModelSchema);
111
- const NestedGroupModel = toZod4(NestedGroupModelSchema);
112
- const SharedSliceRefModel = toZod4(SharedSliceRefModelSchema);
113
- const CompositeSliceModel = toZod4(CompositeSliceModelSchema);
114
- const LegacySliceModel = toZod4(LegacySliceModelSchema);
115
- const DynamicSliceModel = toZod4(DynamicSliceModelSchema);
116
- const StaticSliceModel = toZod4(StaticSliceModelSchema);
117
- const DynamicSlicesModel = toZod4(DynamicSlicesModelSchema);
118
- const StaticSlicesModel = toZod4(StaticSlicesModelSchema);
119
- const StaticWidgetModel = toZod4(StaticWidgetModelSchema);
120
- const DynamicWidgetModel = toZod4(DynamicWidgetModelSchema);
121
- const StaticSectionModel = toZod4(StaticSectionModelSchema);
122
- const DynamicSectionModel = toZod4(DynamicSectionModelSchema);
123
- const StaticCustomTypeModel = toZod4(StaticCustomTypeModelSchema);
124
- const CustomTypeModel = toZod4(CustomTypeModelSchema);
50
+ const AssetSchema = toZod4(AssetSchema$1);
51
+ const EmbedSchema = toZod4(EmbedSchema$1);
52
+ const HexaColorCodeSchema = toZod4(HexaColorCodeSchema$1);
53
+ const NonEmptyStringSchema = toZod4(NonEmptyStringSchema$1);
54
+ const WidgetKeySchema = toZod4(WidgetKeySchema$1);
55
+ const BooleanContentSchema = toZod4(BooleanContentSchema$1);
56
+ const ColorContentSchema = toZod4(ColorContentSchema$1);
57
+ const DateContentSchema = toZod4(DateContentSchema$1);
58
+ const EmptyContentSchema = toZod4(EmptyContentSchema$1);
59
+ const GeoPointContentSchema = toZod4(GeoPointContentSchema$1);
60
+ const LinkContentSchema = toZod4(LinkContentSchema$1);
61
+ const NumberContentSchema = toZod4(NumberContentSchema$1);
62
+ const RangeContentSchema = toZod4(RangeContentSchema$1);
63
+ const SelectContentSchema = toZod4(SelectContentSchema$1);
64
+ const SeparatorContentSchema = toZod4(SeparatorContentSchema$1);
65
+ const SharedSliceContentSchema = toZod4(SharedSliceContentSchema$1);
66
+ const TextContentSchema = toZod4(TextContentSchema$1);
67
+ const TimestampContentSchema = toZod4(TimestampContentSchema$1);
68
+ const FieldContentSchema = toZod4(FieldContentSchema$1);
69
+ const UIDContentSchema = toZod4(UIDContentSchema$1);
70
+ const IntegrationFieldContentSchema = toZod4(IntegrationFieldContentSchema$1);
71
+ const EmbedContentSchema = toZod4(EmbedContentSchema$1);
72
+ const ImageContentSchema = toZod4(ImageContentSchema$1);
73
+ const RichTextContentSchema = toZod4(RichTextContentSchema$1);
74
+ const RichTextContentBlockSchema = toZod4(RichTextContentBlockSchema$1);
75
+ const RichTextContentSpanSchema = toZod4(RichTextContentSpanSchema$1);
76
+ const TableContentSchema = toZod4(TableContentSchema$1);
77
+ const RepeatableContentSchema = toZod4(RepeatableContentSchema$1);
78
+ const NestableContentSchema = toZod4(NestableContentSchema$1);
79
+ const GroupContentSchema = toZod4(GroupContentSchema$1);
80
+ const GroupItemContentSchema = toZod4(GroupItemContentSchema$1);
81
+ const CompositeSliceContentSchema = toZod4(CompositeSliceContentSchema$1);
82
+ const LegacySliceContentSchema = toZod4(LegacySliceContentSchema$1);
83
+ const SliceContentSchema = toZod4(SliceContentSchema$1);
84
+ const LegacySliceItemContentSchema = toZod4(LegacySliceItemContentSchema$1);
85
+ const CompositeSliceItemContentSchema = toZod4(CompositeSliceItemContentSchema$1);
86
+ const SharedSliceItemContentSchema = toZod4(SharedSliceItemContentSchema$1);
87
+ const SliceItemContentSchema = toZod4(SliceItemContentSchema$1);
88
+ const SlicesContentSchema = toZod4(SlicesContentSchema$1);
89
+ const WidgetContentSchema = toZod4(WidgetContentSchema$1);
90
+ const DocumentContentSchema = toZod4(DocumentContentSchema$1);
91
+ const BooleanModelSchema = toZod4(BooleanModelSchema$1);
92
+ const ColorModelSchema = toZod4(ColorModelSchema$1);
93
+ const DateModelSchema = toZod4(DateModelSchema$1);
94
+ const EmbedModelSchema = toZod4(EmbedModelSchema$1);
95
+ const GeoPointModelSchema = toZod4(GeoPointModelSchema$1);
96
+ const ImageModelSchema = toZod4(ImageModelSchema$1);
97
+ const IntegrationFieldModelSchema = toZod4(IntegrationFieldModelSchema$1);
98
+ const LinkModelSchema = toZod4(LinkModelSchema$1);
99
+ const NestableModelSchema = toZod4(NestableModelSchema$1);
100
+ const NumberModelSchema = toZod4(NumberModelSchema$1);
101
+ const RangeModelSchema = toZod4(RangeModelSchema$1);
102
+ const RichTextModelSchema = toZod4(RichTextModelSchema$1);
103
+ const SelectModelSchema = toZod4(SelectModelSchema$1);
104
+ const SeparatorModelSchema = toZod4(SeparatorModelSchema$1);
105
+ const SharedSliceModelSchema = toZod4(SharedSliceModelSchema$1);
106
+ const TableModelSchema = toZod4(TableModelSchema$1);
107
+ const TextModelSchema = toZod4(TextModelSchema$1);
108
+ const TimestampModelSchema = toZod4(TimestampModelSchema$1);
109
+ const UIDModelSchema = toZod4(UIDModelSchema$1);
110
+ const GroupModelSchema = toZod4(GroupModelSchema$1);
111
+ const NestedGroupModelSchema = toZod4(NestedGroupModelSchema$1);
112
+ const SharedSliceRefModelSchema = toZod4(SharedSliceRefModelSchema$1);
113
+ const CompositeSliceModelSchema = toZod4(CompositeSliceModelSchema$1);
114
+ const LegacySliceModelSchema = toZod4(LegacySliceModelSchema$1);
115
+ const DynamicSliceModelSchema = toZod4(DynamicSliceModelSchema$1);
116
+ const StaticSliceModelSchema = toZod4(StaticSliceModelSchema$1);
117
+ const SliceContentModelSchema = toZod4(SliceContentModelSchema$1);
118
+ const DynamicSlicesModelSchema = toZod4(DynamicSlicesModelSchema$1);
119
+ const StaticSlicesModelSchema = toZod4(StaticSlicesModelSchema$1);
120
+ const StaticWidgetModelSchema = toZod4(StaticWidgetModelSchema$1);
121
+ const DynamicWidgetModelSchema = toZod4(DynamicWidgetModelSchema$1);
122
+ const StaticSectionModelSchema = toZod4(StaticSectionModelSchema$1);
123
+ const DynamicSectionModelSchema = toZod4(DynamicSectionModelSchema$1);
124
+ const StaticCustomTypeModelSchema = toZod4(StaticCustomTypeModelSchema$1);
125
+ const CustomTypeModelSchema = toZod4(CustomTypeModelSchema$1);
125
126
  function toZod4(type) {
126
127
  return type;
127
128
  }
128
129
  //#endregion
129
- export { Asset, BooleanContent, BooleanModel, ColorContent, ColorModel, CompositeSliceContent, CompositeSliceItemContent, CompositeSliceModel, CustomTypeModel, DateContent, DateModel, DocumentContent, DynamicSectionModel, DynamicSliceModel, DynamicSlicesModel, DynamicWidgetModel, Embed, EmbedContent, EmbedModel, EmptyContent, FieldContent, GeoPointContent, GeoPointModel, GroupContent, GroupItemContent, GroupModel, HexaColorCode, ImageContent, ImageModel, IntegrationFieldContent, IntegrationFieldModel, LegacySliceContent, LegacySliceItemContent, LegacySliceModel, LinkContent, LinkModel, NestableContent, NestableModel, NestedGroupModel, NonEmptyString, NumberContent, NumberModel, RangeContent, RangeModel, RepeatableContent, RichTextContent, RichTextContentBlock, RichTextContentSpan, RichTextModel, SelectContent, SelectModel, SeparatorContent, SeparatorModel, SharedSliceContent, SharedSliceItemContent, SharedSliceModel, SharedSliceRefModel, SliceContent, SliceItemContent, SlicesContent, StaticCustomTypeModel, StaticSectionModel, StaticSliceModel, StaticSlicesModel, StaticWidgetModel, TableContent, TableModel, TextContent, TextModel, TimestampContent, TimestampModel, UIDContent, UIDModel, WidgetContent, WidgetKey };
130
+ export { AssetSchema, BooleanContentSchema, BooleanModelSchema, ColorContentSchema, ColorModelSchema, CompositeSliceContentSchema, CompositeSliceItemContentSchema, CompositeSliceModelSchema, CustomTypeModelSchema, DateContentSchema, DateModelSchema, DocumentContentSchema, DynamicSectionModelSchema, DynamicSliceModelSchema, DynamicSlicesModelSchema, DynamicWidgetModelSchema, EmbedContentSchema, EmbedModelSchema, EmbedSchema, EmptyContentSchema, FieldContentSchema, GeoPointContentSchema, GeoPointModelSchema, GroupContentSchema, GroupItemContentSchema, GroupModelSchema, HexaColorCodeSchema, ImageContentSchema, ImageModelSchema, IntegrationFieldContentSchema, IntegrationFieldModelSchema, LegacySliceContentSchema, LegacySliceItemContentSchema, LegacySliceModelSchema, LinkContentSchema, LinkModelSchema, NestableContentSchema, NestableModelSchema, NestedGroupModelSchema, NonEmptyStringSchema, NumberContentSchema, NumberModelSchema, RangeContentSchema, RangeModelSchema, RepeatableContentSchema, RichTextContentBlockSchema, RichTextContentSchema, RichTextContentSpanSchema, RichTextModelSchema, SelectContentSchema, SelectModelSchema, SeparatorContentSchema, SeparatorModelSchema, SharedSliceContentSchema, SharedSliceItemContentSchema, SharedSliceModelSchema, SharedSliceRefModelSchema, SliceContentModelSchema, SliceContentSchema, SliceItemContentSchema, SlicesContentSchema, StaticCustomTypeModelSchema, StaticSectionModelSchema, StaticSliceModelSchema, StaticSlicesModelSchema, StaticWidgetModelSchema, TableContentSchema, TableModelSchema, TextContentSchema, TextModelSchema, TimestampContentSchema, TimestampModelSchema, UIDContentSchema, UIDModelSchema, WidgetContentSchema, WidgetKeySchema };
130
131
 
131
132
  //# sourceMappingURL=zod4.js.map
package/dist/zod4.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"zod4.js","names":[],"sources":["../src/zod4.ts"],"sourcesContent":["// Common\nimport { AssetSchema } from \"./common/asset\"\nimport { EmbedSchema } from \"./common/embed\"\nimport { HexaColorCodeSchema } from \"./common/hexaColorCode\"\nimport { NonEmptyStringSchema } from \"./common/nonEmptyString\"\nimport { WidgetKeySchema } from \"./common/widgetKey\"\n// Content\nimport { BooleanContentSchema } from \"./content/boolean\"\nimport { DocumentContentSchema } from \"./content/document\"\nimport { EmbedContentSchema } from \"./content/embed\"\nimport { EmptyContentSchema } from \"./content/empty\"\nimport {\n\tColorContentSchema,\n\tDateContentSchema,\n\tNumberContentSchema,\n\tRangeContentSchema,\n\tSelectContentSchema,\n\tTextContentSchema,\n\tTimestampContentSchema,\n\tFieldContentSchema,\n} from \"./content/field\"\nimport { GeoPointContentSchema } from \"./content/geopoint\"\nimport { GroupContentSchema, GroupItemContentSchema } from \"./content/group\"\nimport { ImageContentSchema } from \"./content/image\"\nimport { IntegrationFieldContentSchema } from \"./content/integrationField\"\nimport { LinkContentSchema } from \"./content/link\"\nimport { NestableContentSchema } from \"./content/nestable\"\nimport { RepeatableContentSchema } from \"./content/repeatable\"\nimport {\n\tRichTextContentSchema,\n\tRichTextContentBlockSchema,\n\tRichTextContentSpanSchema,\n} from \"./content/richText\"\nimport { SeparatorContentSchema } from \"./content/separator\"\nimport {\n\tCompositeSliceContentSchema,\n\tLegacySliceContentSchema,\n\tSharedSliceContentSchema,\n\tSliceContentSchema,\n} from \"./content/slice\"\nimport {\n\tLegacySliceItemContentSchema,\n\tCompositeSliceItemContentSchema,\n\tSharedSliceItemContentSchema,\n\tSliceItemContentSchema,\n\tSlicesContentSchema,\n} from \"./content/slices\"\nimport { TableContentSchema } from \"./content/table\"\nimport { UIDContentSchema } from \"./content/uid\"\nimport { WidgetContentSchema } from \"./content/widget\"\n// Model\nimport { BooleanModelSchema } from \"./model/boolean\"\nimport { ColorModelSchema } from \"./model/color\"\nimport { StaticCustomTypeModelSchema, CustomTypeModelSchema } from \"./model/customType\"\nimport { DateModelSchema } from \"./model/date\"\nimport { EmbedModelSchema } from \"./model/embed\"\nimport { GeoPointModelSchema } from \"./model/geopoint\"\nimport { GroupModelSchema, NestedGroupModelSchema } from \"./model/group\"\nimport { ImageModelSchema } from \"./model/image\"\nimport { IntegrationFieldModelSchema } from \"./model/integrationField\"\nimport { LinkModelSchema } from \"./model/link\"\nimport { NestableModelSchema } from \"./model/nestable\"\nimport { NumberModelSchema } from \"./model/number\"\nimport { RangeModelSchema } from \"./model/range\"\nimport { RichTextModelSchema } from \"./model/richText\"\nimport { StaticSectionModelSchema, DynamicSectionModelSchema } from \"./model/section\"\nimport { SelectModelSchema } from \"./model/select\"\nimport { SeparatorModelSchema } from \"./model/separator\"\nimport {\n\tLegacySliceModelSchema,\n\tCompositeSliceModelSchema,\n\tSharedSliceModelSchema,\n\tSharedSliceRefModelSchema,\n\tStaticSliceModelSchema,\n\tDynamicSliceModelSchema,\n} from \"./model/slice\"\nimport { DynamicSlicesModelSchema, StaticSlicesModelSchema } from \"./model/slices\"\nimport { TableModelSchema } from \"./model/table\"\nimport { TextModelSchema } from \"./model/text\"\nimport { TimestampModelSchema } from \"./model/timestamp\"\nimport { UIDModelSchema } from \"./model/uid\"\nimport { StaticWidgetModelSchema, DynamicWidgetModelSchema } from \"./model/widget\"\n\n// Common\nexport const Asset = toZod4(AssetSchema)\nexport const Embed = toZod4(EmbedSchema)\nexport const HexaColorCode = toZod4(HexaColorCodeSchema)\nexport const NonEmptyString = toZod4(NonEmptyStringSchema)\nexport const WidgetKey = toZod4(WidgetKeySchema)\n\n// Content\nexport const BooleanContent = toZod4(BooleanContentSchema)\nexport const ColorContent = toZod4(ColorContentSchema)\nexport const DateContent = toZod4(DateContentSchema)\nexport const EmptyContent = toZod4(EmptyContentSchema)\nexport const GeoPointContent = toZod4(GeoPointContentSchema)\nexport const LinkContent = toZod4(LinkContentSchema)\nexport const NumberContent = toZod4(NumberContentSchema)\nexport const RangeContent = toZod4(RangeContentSchema)\nexport const SelectContent = toZod4(SelectContentSchema)\nexport const SeparatorContent = toZod4(SeparatorContentSchema)\nexport const SharedSliceContent = toZod4(SharedSliceContentSchema)\nexport const TextContent = toZod4(TextContentSchema)\nexport const TimestampContent = toZod4(TimestampContentSchema)\nexport const FieldContent = toZod4(FieldContentSchema)\nexport const UIDContent = toZod4(UIDContentSchema)\nexport const IntegrationFieldContent = toZod4(IntegrationFieldContentSchema)\nexport const EmbedContent = toZod4(EmbedContentSchema)\nexport const ImageContent = toZod4(ImageContentSchema)\nexport const RichTextContent = toZod4(RichTextContentSchema)\nexport const RichTextContentBlock = toZod4(RichTextContentBlockSchema)\nexport const RichTextContentSpan = toZod4(RichTextContentSpanSchema)\nexport const TableContent = toZod4(TableContentSchema)\nexport const RepeatableContent = toZod4(RepeatableContentSchema)\nexport const NestableContent = toZod4(NestableContentSchema)\nexport const GroupContent = toZod4(GroupContentSchema)\nexport const GroupItemContent = toZod4(GroupItemContentSchema)\nexport const CompositeSliceContent = toZod4(CompositeSliceContentSchema)\nexport const LegacySliceContent = toZod4(LegacySliceContentSchema)\nexport const SliceContent = toZod4(SliceContentSchema)\nexport const LegacySliceItemContent = toZod4(LegacySliceItemContentSchema)\nexport const CompositeSliceItemContent = toZod4(CompositeSliceItemContentSchema)\nexport const SharedSliceItemContent = toZod4(SharedSliceItemContentSchema)\nexport const SliceItemContent = toZod4(SliceItemContentSchema)\nexport const SlicesContent = toZod4(SlicesContentSchema)\nexport const WidgetContent = toZod4(WidgetContentSchema)\nexport const DocumentContent = toZod4(DocumentContentSchema)\n\n// Model\nexport const BooleanModel = toZod4(BooleanModelSchema)\nexport const ColorModel = toZod4(ColorModelSchema)\nexport const DateModel = toZod4(DateModelSchema)\nexport const EmbedModel = toZod4(EmbedModelSchema)\nexport const GeoPointModel = toZod4(GeoPointModelSchema)\nexport const ImageModel = toZod4(ImageModelSchema)\nexport const IntegrationFieldModel = toZod4(IntegrationFieldModelSchema)\nexport const LinkModel = toZod4(LinkModelSchema)\nexport const NestableModel = toZod4(NestableModelSchema)\nexport const NumberModel = toZod4(NumberModelSchema)\nexport const RangeModel = toZod4(RangeModelSchema)\nexport const RichTextModel = toZod4(RichTextModelSchema)\nexport const SelectModel = toZod4(SelectModelSchema)\nexport const SeparatorModel = toZod4(SeparatorModelSchema)\nexport const SharedSliceModel = toZod4(SharedSliceModelSchema)\nexport const TableModel = toZod4(TableModelSchema)\nexport const TextModel = toZod4(TextModelSchema)\nexport const TimestampModel = toZod4(TimestampModelSchema)\nexport const UIDModel = toZod4(UIDModelSchema)\nexport const GroupModel = toZod4(GroupModelSchema)\nexport const NestedGroupModel = toZod4(NestedGroupModelSchema)\nexport const SharedSliceRefModel = toZod4(SharedSliceRefModelSchema)\nexport const CompositeSliceModel = toZod4(CompositeSliceModelSchema)\nexport const LegacySliceModel = toZod4(LegacySliceModelSchema)\nexport const DynamicSliceModel = toZod4(DynamicSliceModelSchema)\nexport const StaticSliceModel = toZod4(StaticSliceModelSchema)\nexport const DynamicSlicesModel = toZod4(DynamicSlicesModelSchema)\nexport const StaticSlicesModel = toZod4(StaticSlicesModelSchema)\nexport const StaticWidgetModel = toZod4(StaticWidgetModelSchema)\nexport const DynamicWidgetModel = toZod4(DynamicWidgetModelSchema)\nexport const StaticSectionModel = toZod4(StaticSectionModelSchema)\nexport const DynamicSectionModel = toZod4(DynamicSectionModelSchema)\nexport const StaticCustomTypeModel = toZod4(StaticCustomTypeModelSchema)\nexport const CustomTypeModel = toZod4(CustomTypeModelSchema)\n\nfunction toZod4<T>(type: T): T {\n\treturn type\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"zod4.js","names":["rawAssetSchema","rawEmbedSchema","rawHexaColorCodeSchema","rawNonEmptyStringSchema","rawWidgetKeySchema","rawBooleanContentSchema","rawColorContentSchema","rawDateContentSchema","rawEmptyContentSchema","rawGeoPointContentSchema","rawLinkContentSchema","rawNumberContentSchema","rawRangeContentSchema","rawSelectContentSchema","rawSeparatorContentSchema","rawSharedSliceContentSchema","rawTextContentSchema","rawTimestampContentSchema","rawFieldContentSchema","rawUIDContentSchema","rawIntegrationFieldContentSchema","rawEmbedContentSchema","rawImageContentSchema","rawRichTextContentSchema","rawRichTextContentBlockSchema","rawRichTextContentSpanSchema","rawTableContentSchema","rawRepeatableContentSchema","rawNestableContentSchema","rawGroupContentSchema","rawGroupItemContentSchema","rawCompositeSliceContentSchema","rawLegacySliceContentSchema","rawSliceContentSchema","rawLegacySliceItemContentSchema","rawCompositeSliceItemContentSchema","rawSharedSliceItemContentSchema","rawSliceItemContentSchema","rawSlicesContentSchema","rawWidgetContentSchema","rawDocumentContentSchema","rawBooleanModelSchema","rawColorModelSchema","rawDateModelSchema","rawEmbedModelSchema","rawGeoPointModelSchema","rawImageModelSchema","rawIntegrationFieldModelSchema","rawLinkModelSchema","rawNestableModelSchema","rawNumberModelSchema","rawRangeModelSchema","rawRichTextModelSchema","rawSelectModelSchema","rawSeparatorModelSchema","rawSharedSliceModelSchema","rawTableModelSchema","rawTextModelSchema","rawTimestampModelSchema","rawUIDModelSchema","rawGroupModelSchema","rawNestedGroupModelSchema","rawSharedSliceRefModelSchema","rawCompositeSliceModelSchema","rawLegacySliceModelSchema","rawDynamicSliceModelSchema","rawStaticSliceModelSchema","rawSliceContentModelSchema","rawDynamicSlicesModelSchema","rawStaticSlicesModelSchema","rawStaticWidgetModelSchema","rawDynamicWidgetModelSchema","rawStaticSectionModelSchema","rawDynamicSectionModelSchema","rawStaticCustomTypeModelSchema","rawCustomTypeModelSchema"],"sources":["../src/zod4.ts"],"sourcesContent":["// Common\nimport { AssetSchema as rawAssetSchema } from \"./common/asset\"\nimport { EmbedSchema as rawEmbedSchema } from \"./common/embed\"\nimport { HexaColorCodeSchema as rawHexaColorCodeSchema } from \"./common/hexaColorCode\"\nimport { NonEmptyStringSchema as rawNonEmptyStringSchema } from \"./common/nonEmptyString\"\nimport { WidgetKeySchema as rawWidgetKeySchema } from \"./common/widgetKey\"\n// Content\nimport { BooleanContentSchema as rawBooleanContentSchema } from \"./content/boolean\"\nimport { DocumentContentSchema as rawDocumentContentSchema } from \"./content/document\"\nimport { EmbedContentSchema as rawEmbedContentSchema } from \"./content/embed\"\nimport { EmptyContentSchema as rawEmptyContentSchema } from \"./content/empty\"\nimport {\n\tColorContentSchema as rawColorContentSchema,\n\tDateContentSchema as rawDateContentSchema,\n\tNumberContentSchema as rawNumberContentSchema,\n\tRangeContentSchema as rawRangeContentSchema,\n\tSelectContentSchema as rawSelectContentSchema,\n\tTextContentSchema as rawTextContentSchema,\n\tTimestampContentSchema as rawTimestampContentSchema,\n\tFieldContentSchema as rawFieldContentSchema,\n} from \"./content/field\"\nimport { GeoPointContentSchema as rawGeoPointContentSchema } from \"./content/geopoint\"\nimport {\n\tGroupContentSchema as rawGroupContentSchema,\n\tGroupItemContentSchema as rawGroupItemContentSchema,\n} from \"./content/group\"\nimport { ImageContentSchema as rawImageContentSchema } from \"./content/image\"\nimport { IntegrationFieldContentSchema as rawIntegrationFieldContentSchema } from \"./content/integrationField\"\nimport { LinkContentSchema as rawLinkContentSchema } from \"./content/link\"\nimport { NestableContentSchema as rawNestableContentSchema } from \"./content/nestable\"\nimport { RepeatableContentSchema as rawRepeatableContentSchema } from \"./content/repeatable\"\nimport {\n\tRichTextContentSchema as rawRichTextContentSchema,\n\tRichTextContentBlockSchema as rawRichTextContentBlockSchema,\n\tRichTextContentSpanSchema as rawRichTextContentSpanSchema,\n} from \"./content/richText\"\nimport { SeparatorContentSchema as rawSeparatorContentSchema } from \"./content/separator\"\nimport {\n\tCompositeSliceContentSchema as rawCompositeSliceContentSchema,\n\tLegacySliceContentSchema as rawLegacySliceContentSchema,\n\tSharedSliceContentSchema as rawSharedSliceContentSchema,\n\tSliceContentSchema as rawSliceContentSchema,\n} from \"./content/slice\"\nimport {\n\tLegacySliceItemContentSchema as rawLegacySliceItemContentSchema,\n\tCompositeSliceItemContentSchema as rawCompositeSliceItemContentSchema,\n\tSharedSliceItemContentSchema as rawSharedSliceItemContentSchema,\n\tSliceItemContentSchema as rawSliceItemContentSchema,\n\tSlicesContentSchema as rawSlicesContentSchema,\n} from \"./content/slices\"\nimport { TableContentSchema as rawTableContentSchema } from \"./content/table\"\nimport { UIDContentSchema as rawUIDContentSchema } from \"./content/uid\"\nimport { WidgetContentSchema as rawWidgetContentSchema } from \"./content/widget\"\n// Model\nimport { BooleanModelSchema as rawBooleanModelSchema } from \"./model/boolean\"\nimport { ColorModelSchema as rawColorModelSchema } from \"./model/color\"\nimport {\n\tStaticCustomTypeModelSchema as rawStaticCustomTypeModelSchema,\n\tCustomTypeModelSchema as rawCustomTypeModelSchema,\n} from \"./model/customType\"\nimport { DateModelSchema as rawDateModelSchema } from \"./model/date\"\nimport { EmbedModelSchema as rawEmbedModelSchema } from \"./model/embed\"\nimport { GeoPointModelSchema as rawGeoPointModelSchema } from \"./model/geopoint\"\nimport {\n\tGroupModelSchema as rawGroupModelSchema,\n\tNestedGroupModelSchema as rawNestedGroupModelSchema,\n} from \"./model/group\"\nimport { ImageModelSchema as rawImageModelSchema } from \"./model/image\"\nimport { IntegrationFieldModelSchema as rawIntegrationFieldModelSchema } from \"./model/integrationField\"\nimport { LinkModelSchema as rawLinkModelSchema } from \"./model/link\"\nimport { NestableModelSchema as rawNestableModelSchema } from \"./model/nestable\"\nimport { NumberModelSchema as rawNumberModelSchema } from \"./model/number\"\nimport { RangeModelSchema as rawRangeModelSchema } from \"./model/range\"\nimport { RichTextModelSchema as rawRichTextModelSchema } from \"./model/richText\"\nimport {\n\tStaticSectionModelSchema as rawStaticSectionModelSchema,\n\tDynamicSectionModelSchema as rawDynamicSectionModelSchema,\n} from \"./model/section\"\nimport { SelectModelSchema as rawSelectModelSchema } from \"./model/select\"\nimport { SeparatorModelSchema as rawSeparatorModelSchema } from \"./model/separator\"\nimport {\n\tLegacySliceModelSchema as rawLegacySliceModelSchema,\n\tCompositeSliceModelSchema as rawCompositeSliceModelSchema,\n\tSharedSliceModelSchema as rawSharedSliceModelSchema,\n\tSharedSliceRefModelSchema as rawSharedSliceRefModelSchema,\n\tStaticSliceModelSchema as rawStaticSliceModelSchema,\n\tDynamicSliceModelSchema as rawDynamicSliceModelSchema,\n\tSliceContentModelSchema as rawSliceContentModelSchema,\n} from \"./model/slice\"\nimport {\n\tDynamicSlicesModelSchema as rawDynamicSlicesModelSchema,\n\tStaticSlicesModelSchema as rawStaticSlicesModelSchema,\n} from \"./model/slices\"\nimport { TableModelSchema as rawTableModelSchema } from \"./model/table\"\nimport { TextModelSchema as rawTextModelSchema } from \"./model/text\"\nimport { TimestampModelSchema as rawTimestampModelSchema } from \"./model/timestamp\"\nimport { UIDModelSchema as rawUIDModelSchema } from \"./model/uid\"\nimport {\n\tStaticWidgetModelSchema as rawStaticWidgetModelSchema,\n\tDynamicWidgetModelSchema as rawDynamicWidgetModelSchema,\n} from \"./model/widget\"\n\n// Common\nexport const AssetSchema = toZod4(rawAssetSchema)\nexport const EmbedSchema = toZod4(rawEmbedSchema)\nexport const HexaColorCodeSchema = toZod4(rawHexaColorCodeSchema)\nexport const NonEmptyStringSchema = toZod4(rawNonEmptyStringSchema)\nexport const WidgetKeySchema = toZod4(rawWidgetKeySchema)\n\n// Content\nexport const BooleanContentSchema = toZod4(rawBooleanContentSchema)\nexport const ColorContentSchema = toZod4(rawColorContentSchema)\nexport const DateContentSchema = toZod4(rawDateContentSchema)\nexport const EmptyContentSchema = toZod4(rawEmptyContentSchema)\nexport const GeoPointContentSchema = toZod4(rawGeoPointContentSchema)\nexport const LinkContentSchema = toZod4(rawLinkContentSchema)\nexport const NumberContentSchema = toZod4(rawNumberContentSchema)\nexport const RangeContentSchema = toZod4(rawRangeContentSchema)\nexport const SelectContentSchema = toZod4(rawSelectContentSchema)\nexport const SeparatorContentSchema = toZod4(rawSeparatorContentSchema)\nexport const SharedSliceContentSchema = toZod4(rawSharedSliceContentSchema)\nexport const TextContentSchema = toZod4(rawTextContentSchema)\nexport const TimestampContentSchema = toZod4(rawTimestampContentSchema)\nexport const FieldContentSchema = toZod4(rawFieldContentSchema)\nexport const UIDContentSchema = toZod4(rawUIDContentSchema)\nexport const IntegrationFieldContentSchema = toZod4(rawIntegrationFieldContentSchema)\nexport const EmbedContentSchema = toZod4(rawEmbedContentSchema)\nexport const ImageContentSchema = toZod4(rawImageContentSchema)\nexport const RichTextContentSchema = toZod4(rawRichTextContentSchema)\nexport const RichTextContentBlockSchema = toZod4(rawRichTextContentBlockSchema)\nexport const RichTextContentSpanSchema = toZod4(rawRichTextContentSpanSchema)\nexport const TableContentSchema = toZod4(rawTableContentSchema)\nexport const RepeatableContentSchema = toZod4(rawRepeatableContentSchema)\nexport const NestableContentSchema = toZod4(rawNestableContentSchema)\nexport const GroupContentSchema = toZod4(rawGroupContentSchema)\nexport const GroupItemContentSchema = toZod4(rawGroupItemContentSchema)\nexport const CompositeSliceContentSchema = toZod4(rawCompositeSliceContentSchema)\nexport const LegacySliceContentSchema = toZod4(rawLegacySliceContentSchema)\nexport const SliceContentSchema = toZod4(rawSliceContentSchema)\nexport const LegacySliceItemContentSchema = toZod4(rawLegacySliceItemContentSchema)\nexport const CompositeSliceItemContentSchema = toZod4(rawCompositeSliceItemContentSchema)\nexport const SharedSliceItemContentSchema = toZod4(rawSharedSliceItemContentSchema)\nexport const SliceItemContentSchema = toZod4(rawSliceItemContentSchema)\nexport const SlicesContentSchema = toZod4(rawSlicesContentSchema)\nexport const WidgetContentSchema = toZod4(rawWidgetContentSchema)\nexport const DocumentContentSchema = toZod4(rawDocumentContentSchema)\n\n// Model\nexport const BooleanModelSchema = toZod4(rawBooleanModelSchema)\nexport const ColorModelSchema = toZod4(rawColorModelSchema)\nexport const DateModelSchema = toZod4(rawDateModelSchema)\nexport const EmbedModelSchema = toZod4(rawEmbedModelSchema)\nexport const GeoPointModelSchema = toZod4(rawGeoPointModelSchema)\nexport const ImageModelSchema = toZod4(rawImageModelSchema)\nexport const IntegrationFieldModelSchema = toZod4(rawIntegrationFieldModelSchema)\nexport const LinkModelSchema = toZod4(rawLinkModelSchema)\nexport const NestableModelSchema = toZod4(rawNestableModelSchema)\nexport const NumberModelSchema = toZod4(rawNumberModelSchema)\nexport const RangeModelSchema = toZod4(rawRangeModelSchema)\nexport const RichTextModelSchema = toZod4(rawRichTextModelSchema)\nexport const SelectModelSchema = toZod4(rawSelectModelSchema)\nexport const SeparatorModelSchema = toZod4(rawSeparatorModelSchema)\nexport const SharedSliceModelSchema = toZod4(rawSharedSliceModelSchema)\nexport const TableModelSchema = toZod4(rawTableModelSchema)\nexport const TextModelSchema = toZod4(rawTextModelSchema)\nexport const TimestampModelSchema = toZod4(rawTimestampModelSchema)\nexport const UIDModelSchema = toZod4(rawUIDModelSchema)\nexport const GroupModelSchema = toZod4(rawGroupModelSchema)\nexport const NestedGroupModelSchema = toZod4(rawNestedGroupModelSchema)\nexport const SharedSliceRefModelSchema = toZod4(rawSharedSliceRefModelSchema)\nexport const CompositeSliceModelSchema = toZod4(rawCompositeSliceModelSchema)\nexport const LegacySliceModelSchema = toZod4(rawLegacySliceModelSchema)\nexport const DynamicSliceModelSchema = toZod4(rawDynamicSliceModelSchema)\nexport const StaticSliceModelSchema = toZod4(rawStaticSliceModelSchema)\nexport const SliceContentModelSchema = toZod4(rawSliceContentModelSchema)\nexport const DynamicSlicesModelSchema = toZod4(rawDynamicSlicesModelSchema)\nexport const StaticSlicesModelSchema = toZod4(rawStaticSlicesModelSchema)\nexport const StaticWidgetModelSchema = toZod4(rawStaticWidgetModelSchema)\nexport const DynamicWidgetModelSchema = toZod4(rawDynamicWidgetModelSchema)\nexport const StaticSectionModelSchema = toZod4(rawStaticSectionModelSchema)\nexport const DynamicSectionModelSchema = toZod4(rawDynamicSectionModelSchema)\nexport const StaticCustomTypeModelSchema = toZod4(rawStaticCustomTypeModelSchema)\nexport const CustomTypeModelSchema = toZod4(rawCustomTypeModelSchema)\n\nfunction toZod4<T>(type: T): T {\n\treturn type\n}\n"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismicio/types-internal",
3
- "version": "4.0.0-pr.6.eb53f11",
3
+ "version": "4.0.0-pr.7.9dec8db",
4
4
  "description": "TypeScript types and runtime parsers for Prismic data",
5
5
  "keywords": [
6
6
  "prismic",
@@ -46,10 +46,11 @@
46
46
  "format": "oxfmt",
47
47
  "prepare": "npm run build",
48
48
  "lint": "oxlint --deny-warnings",
49
+ "portability": "npm run build && tsc -p test/portability/tsconfig.json --pretty false",
49
50
  "types": "tsc --noEmit",
50
51
  "unit": "vitest run --coverage",
51
52
  "unit:watch": "vitest watch",
52
- "test": "npm run lint && npm run types && npm run unit && npm run build"
53
+ "test": "npm run lint && npm run types && npm run unit && npm run portability"
53
54
  },
54
55
  "dependencies": {
55
56
  "io-ts": "^2.2.22",
@@ -55,7 +55,7 @@ export const SelectContentSchema = z.object({
55
55
  })
56
56
 
57
57
  // Fields
58
- export const FieldContentSchema = z.union([
58
+ export const FieldContentSchema: z.ZodMiniType<FieldContent> = z.union([
59
59
  TextContentSchema,
60
60
  ColorContentSchema,
61
61
  DateContentSchema,
@@ -72,7 +72,14 @@ export type TimestampContent = z.infer<typeof TimestampContentSchema>
72
72
  export type NumberContent = z.infer<typeof NumberContentSchema>
73
73
  export type RangeContent = z.infer<typeof RangeContentSchema>
74
74
  export type SelectContent = z.infer<typeof SelectContentSchema>
75
- export type FieldContent = z.infer<typeof FieldContentSchema>
75
+ export type FieldContent =
76
+ | TextContent
77
+ | ColorContent
78
+ | DateContent
79
+ | TimestampContent
80
+ | NumberContent
81
+ | RangeContent
82
+ | SelectContent
76
83
 
77
84
  /**
78
85
  * Returns the default value for a Select field based on its configuration.
@@ -39,9 +39,12 @@ export const GroupContentSchema = z.object({
39
39
 
40
40
  export type GroupContent = z.infer<typeof GroupContentSchema>
41
41
 
42
- export const NestableAndGroupContentSchema = z.union([NestableContentSchema, GroupContentSchema])
42
+ export const NestableAndGroupContentSchema: z.ZodMiniType<NestableAndGroupContent> = z.union([
43
+ NestableContentSchema,
44
+ GroupContentSchema,
45
+ ])
43
46
 
44
- export type NestableAndGroupContent = z.infer<typeof NestableAndGroupContentSchema>
47
+ export type NestableAndGroupContent = NestableContent | GroupContent
45
48
 
46
49
  // Default values for GroupContent
47
50
  export function groupContentWithDefaultValues(
@@ -1,15 +1,23 @@
1
1
  import { z } from "zod/mini"
2
2
 
3
+ import type { NestableLegacy } from "./nestable"
3
4
  import { NestableLegacySchema } from "./nestable"
4
5
 
6
+ // Keep item values raw here: array-shaped legacy payloads are ambiguous until
7
+ // `codec/group.ts` resolves the field model and picks the right decoder.
5
8
  export const GroupItemLegacySchema = z.record(z.string(), z.unknown())
6
9
 
7
10
  export type GroupItemLegacy = z.infer<typeof GroupItemLegacySchema>
8
11
 
9
- export const GroupLegacySchema = z.array(z.union([GroupItemLegacySchema, z.null()]))
12
+ export const GroupLegacySchema: z.ZodMiniType<GroupLegacy> = z.array(
13
+ z.union([GroupItemLegacySchema, z.null()]),
14
+ )
10
15
 
11
- export type GroupLegacy = z.infer<typeof GroupLegacySchema>
16
+ export type GroupLegacy = (GroupItemLegacy | null)[]
12
17
 
13
- export const NestableAndGroupLegacySchema = z.union([NestableLegacySchema, GroupLegacySchema])
18
+ export const NestableAndGroupLegacySchema: z.ZodMiniType<NestableAndGroupLegacy> = z.union([
19
+ NestableLegacySchema,
20
+ GroupLegacySchema,
21
+ ])
14
22
 
15
- export type NestableAndGroupLegacy = z.infer<typeof NestableAndGroupLegacySchema>
23
+ export type NestableAndGroupLegacy = NestableLegacy | GroupLegacy
@@ -109,16 +109,24 @@ export const AnyLinkLegacySchema = z.strictObject({
109
109
 
110
110
  // All
111
111
 
112
- export const FilledLinkValueLegacySchema = z.union([
112
+ export const FilledLinkValueLegacySchema: z.ZodMiniType<FilledLinkValueLegacy> = z.union([
113
113
  FilledImageLinkValueLegacySchema,
114
114
  FilledFileLinkValueLegacySchema,
115
115
  FilledDocumentLinkValueLegacySchema,
116
116
  FilledExternalLinkValueLegacySchema,
117
117
  ])
118
118
 
119
- export type FilledLinkValueLegacy = z.infer<typeof FilledLinkValueLegacySchema>
120
-
121
- const EmptyLinkValueLegacySchema = z.union([
119
+ type FilledImageLinkValueLegacy = z.infer<typeof FilledImageLinkValueLegacySchema>
120
+ type FilledFileLinkValueLegacy = z.infer<typeof FilledFileLinkValueLegacySchema>
121
+ type FilledDocumentLinkValueLegacy = z.infer<typeof FilledDocumentLinkValueLegacySchema>
122
+ type FilledExternalLinkValueLegacy = z.infer<typeof FilledExternalLinkValueLegacySchema>
123
+ export type FilledLinkValueLegacy =
124
+ | FilledImageLinkValueLegacy
125
+ | FilledFileLinkValueLegacy
126
+ | FilledDocumentLinkValueLegacy
127
+ | FilledExternalLinkValueLegacy
128
+
129
+ const EmptyLinkValueLegacySchema: z.ZodMiniType<EmptyLinkValueLegacy> = z.union([
122
130
  EmptyImageLinkValueLegacySchema,
123
131
  EmptyFileLinkValueLegacySchema,
124
132
  EmptyMediaLinkValueLegacySchema,
@@ -127,11 +135,26 @@ const EmptyLinkValueLegacySchema = z.union([
127
135
  AnyLinkLegacySchema,
128
136
  ])
129
137
 
130
- export type EmptyLinkValueLegacy = z.infer<typeof EmptyLinkValueLegacySchema>
131
-
132
- const LinkValueLegacySchema = z.union([FilledLinkValueLegacySchema, EmptyLinkValueLegacySchema])
138
+ type EmptyImageLinkValueLegacy = z.infer<typeof EmptyImageLinkValueLegacySchema>
139
+ type EmptyFileLinkValueLegacy = z.infer<typeof EmptyFileLinkValueLegacySchema>
140
+ type EmptyMediaLinkValueLegacy = z.infer<typeof EmptyMediaLinkValueLegacySchema>
141
+ type EmptyDocumentLinkValueLegacy = z.infer<typeof EmptyDocumentLinkValueLegacySchema>
142
+ type EmptyExternalLinkValueLegacy = z.infer<typeof EmptyExternalLinkValueLegacySchema>
143
+ type AnyLinkLegacy = z.infer<typeof AnyLinkLegacySchema>
144
+ export type EmptyLinkValueLegacy =
145
+ | EmptyImageLinkValueLegacy
146
+ | EmptyFileLinkValueLegacy
147
+ | EmptyMediaLinkValueLegacy
148
+ | EmptyDocumentLinkValueLegacy
149
+ | EmptyExternalLinkValueLegacy
150
+ | AnyLinkLegacy
151
+
152
+ const LinkValueLegacySchema: z.ZodMiniType<LinkValueLegacy> = z.union([
153
+ FilledLinkValueLegacySchema,
154
+ EmptyLinkValueLegacySchema,
155
+ ])
133
156
 
134
- export type LinkValueLegacy = z.infer<typeof LinkValueLegacySchema>
157
+ export type LinkValueLegacy = FilledLinkValueLegacy | EmptyLinkValueLegacy
135
158
 
136
159
  // We cannot use z.extend here because we're working with unions.
137
160
  // z.intersection wouldn't work also for the same reason.
@@ -157,7 +180,7 @@ export const LinkLegacySchema = z.pipe(
157
180
  key: z.optional(z.string()),
158
181
  text: z.optional(z.string()),
159
182
  variant: z.optional(z.string()),
160
- value: LinkValueLegacySchema,
183
+ value: LinkValueLegacySchema as z.ZodMiniType<LinkValueLegacy, Record<string, unknown>>,
161
184
  }),
162
185
  ),
163
186
  z.transform(({ key, text, variant, value }) => ({