@prismicio/types-internal 4.0.0-pr.6.7b0b0be → 4.0.0-pr.6.bbcafda

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 (138) hide show
  1. package/dist/content/codec/link.js +8 -8
  2. package/dist/content/codec/link.js.map +1 -1
  3. package/dist/content/codec/richText.js +2 -2
  4. package/dist/content/codec/richText.js.map +1 -1
  5. package/dist/content/document.d.ts +2 -3019
  6. package/dist/content/document.d.ts.map +1 -1
  7. package/dist/content/field.d.ts +1 -30
  8. package/dist/content/field.d.ts.map +1 -1
  9. package/dist/content/field.js.map +1 -1
  10. package/dist/content/group.d.ts +2 -1
  11. package/dist/content/group.d.ts.map +1 -1
  12. package/dist/content/group.js.map +1 -1
  13. package/dist/content/legacy/boolean.d.ts +1 -0
  14. package/dist/content/legacy/embed.d.ts +1 -0
  15. package/dist/content/legacy/empty.d.ts +1 -0
  16. package/dist/content/legacy/field.d.ts +1 -0
  17. package/dist/content/legacy/geopoint.d.ts +1 -0
  18. package/dist/content/legacy/group.d.ts +9 -0
  19. package/dist/content/legacy/group.d.ts.map +1 -0
  20. package/dist/content/legacy/group.js.map +1 -1
  21. package/dist/content/legacy/integrationField.d.ts +1 -0
  22. package/dist/content/legacy/link.d.ts +41 -0
  23. package/dist/content/legacy/link.d.ts.map +1 -0
  24. package/dist/content/legacy/link.js.map +1 -1
  25. package/dist/content/legacy/nestable.d.ts +1 -0
  26. package/dist/content/legacy/nestable.js.map +1 -1
  27. package/dist/content/legacy/repeatable.d.ts +1 -0
  28. package/dist/content/legacy/richText.d.ts +109 -0
  29. package/dist/content/legacy/richText.d.ts.map +1 -0
  30. package/dist/content/legacy/richText.js +3 -3
  31. package/dist/content/legacy/richText.js.map +1 -1
  32. package/dist/content/legacy/separator.d.ts +1 -0
  33. package/dist/content/legacy/slice.js.map +1 -1
  34. package/dist/content/legacy/table.d.ts +1 -0
  35. package/dist/content/link.d.ts +74 -99
  36. package/dist/content/link.d.ts.map +1 -1
  37. package/dist/content/link.js +2 -2
  38. package/dist/content/link.js.map +1 -1
  39. package/dist/content/nestable.d.ts +13 -749
  40. package/dist/content/nestable.d.ts.map +1 -1
  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 +81 -131
  45. package/dist/content/richText.d.ts.map +1 -1
  46. package/dist/content/richText.js +5 -4
  47. package/dist/content/richText.js.map +1 -1
  48. package/dist/content/slice.d.ts +6 -4509
  49. package/dist/content/slice.d.ts.map +1 -1
  50. package/dist/content/slice.js.map +1 -1
  51. package/dist/content/slices.d.ts +8 -6765
  52. package/dist/content/slices.d.ts.map +1 -1
  53. package/dist/content/table.d.ts +2 -134
  54. package/dist/content/table.d.ts.map +1 -1
  55. package/dist/content/widget.d.ts +5 -3020
  56. package/dist/content/widget.d.ts.map +1 -1
  57. package/dist/content/widget.js.map +1 -1
  58. package/dist/helpers/customTypeModel.d.ts +1 -1
  59. package/dist/helpers/documentContent.d.ts +3 -9
  60. package/dist/helpers/documentContent.d.ts.map +1 -1
  61. package/dist/helpers/documentContent.js +3 -3
  62. package/dist/helpers/documentContent.js.map +1 -1
  63. package/dist/helpers/traverseContent.d.ts +10 -11
  64. package/dist/helpers/traverseContent.d.ts.map +1 -1
  65. package/dist/helpers/traverseContent.js.map +1 -1
  66. package/dist/helpers/traverseContentWithModel.d.ts +10 -11
  67. package/dist/helpers/traverseContentWithModel.d.ts.map +1 -1
  68. package/dist/helpers/traverseContentWithModel.js.map +1 -1
  69. package/dist/index.d.ts +25 -25
  70. package/dist/io-ts.d.ts +3380 -70926
  71. package/dist/io-ts.d.ts.map +1 -1
  72. package/dist/io-ts.js +125 -122
  73. package/dist/io-ts.js.map +1 -1
  74. package/dist/model/customType.d.ts +3 -3329
  75. package/dist/model/customType.d.ts.map +1 -1
  76. package/dist/model/group.d.ts +391 -392
  77. package/dist/model/group.d.ts.map +1 -1
  78. package/dist/model/group.js.map +1 -1
  79. package/dist/model/image.d.ts +4 -4
  80. package/dist/model/image.js.map +1 -1
  81. package/dist/model/link.d.ts +18 -18
  82. package/dist/model/link.d.ts.map +1 -1
  83. package/dist/model/link.js +7 -7
  84. package/dist/model/link.js.map +1 -1
  85. package/dist/model/nestable.d.ts +17 -178
  86. package/dist/model/nestable.d.ts.map +1 -1
  87. package/dist/model/nestable.js.map +1 -1
  88. package/dist/model/richText.d.ts +3 -7
  89. package/dist/model/richText.d.ts.map +1 -1
  90. package/dist/model/richText.js.map +1 -1
  91. package/dist/model/section.d.ts +3 -3329
  92. package/dist/model/section.d.ts.map +1 -1
  93. package/dist/model/select.d.ts +1 -1
  94. package/dist/model/select.js +1 -1
  95. package/dist/model/select.js.map +1 -1
  96. package/dist/model/slice.d.ts +861 -3800
  97. package/dist/model/slice.d.ts.map +1 -1
  98. package/dist/model/slice.js +7 -2
  99. package/dist/model/slice.js.map +1 -1
  100. package/dist/model/slices.d.ts +3 -2195
  101. package/dist/model/slices.d.ts.map +1 -1
  102. package/dist/model/widget.d.ts +6 -3331
  103. package/dist/model/widget.d.ts.map +1 -1
  104. package/dist/model/widget.js.map +1 -1
  105. package/dist/zod4.d.ts +1345 -34797
  106. package/dist/zod4.d.ts.map +1 -1
  107. package/dist/zod4.js +125 -122
  108. package/dist/zod4.js.map +1 -1
  109. package/package.json +3 -2
  110. package/src/content/codec/link.ts +8 -8
  111. package/src/content/codec/richText.ts +10 -6
  112. package/src/content/field.ts +9 -2
  113. package/src/content/group.ts +5 -2
  114. package/src/content/legacy/group.ts +10 -4
  115. package/src/content/legacy/link.ts +32 -9
  116. package/src/content/legacy/nestable.ts +26 -2
  117. package/src/content/legacy/richText.ts +40 -7
  118. package/src/content/legacy/slice.ts +2 -2
  119. package/src/content/legacy/widget.ts +6 -2
  120. package/src/content/link.ts +32 -9
  121. package/src/content/nestable.ts +40 -2
  122. package/src/content/richText.ts +31 -9
  123. package/src/content/slice.ts +2 -2
  124. package/src/content/widget.ts +6 -2
  125. package/src/helpers/documentContent.ts +12 -15
  126. package/src/helpers/traverseContent.ts +12 -19
  127. package/src/helpers/traverseContentWithModel.ts +10 -16
  128. package/src/index.ts +3 -2
  129. package/src/io-ts.ts +166 -140
  130. package/src/model/group.ts +4 -1
  131. package/src/model/image.ts +1 -1
  132. package/src/model/link.ts +39 -45
  133. package/src/model/nestable.ts +33 -1
  134. package/src/model/richText.ts +2 -2
  135. package/src/model/select.ts +2 -2
  136. package/src/model/slice.ts +36 -9
  137. package/src/model/widget.ts +8 -4
  138. package/src/zod4.ts +166 -140
@@ -1 +1 @@
1
- {"version":3,"file":"zod4.d.ts","names":[],"sources":["../src/zod4.ts"],"mappings":";;;;;cAgFa,KAAA,YAAK,aAAA;MAAsB,SAAA,CAAA,aAAA;;;;;;;;;;;;;;cAC3B,KAAA,YAAK,aAAA;QAAsB,SAAA,CAAA,aAAA;;;;;;;;;;;;;cAC3B,aAAA,EAA2C,SAAA,CAA9B,aAAA;AAAA,cACb,cAAA,EAA6C,SAAA,CAA/B,aAAA;AAAA,cACd,SAAA,EAAmC,SAAA,CAA1B,aAAA;AAAA,cAGT,cAAA,YAAc,aAAA;YAA+B,SAAA,CAAA,cAAA;;;cAC7C,YAAA,YAAY,aAAA;QAA6B,SAAA,CAAA,cAAA;;;;cACzC,WAAA,YAAW,aAAA;QAA4B,SAAA,CAAA,cAAA;;;;cACvC,YAAA,YAAY,aAAA;QAA6B,SAAA,CAAA,aAAA;;;cACzC,eAAA,YAAe,aAAA;;SAAgC,SAAA,CAAA,aAAA;;;;;cAC/C,WAAA,YAAW,aAAA;YAA4B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACvC,aAAA,YAAa,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;cAC3C,YAAA,YAAY,aAAA;QAA6B,SAAA,CAAA,cAAA;;;;cACzC,aAAA,YAAa,aAAA;QAA8B,SAAA,CAAA,cAAA;;;;cAC3C,gBAAA,YAAgB,aAAA;YAAiC,SAAA,CAAA,cAAA;AAAA;cACjD,kBAAA,YAAkB,aAAA;YAAmC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACrD,WAAA,YAAW,aAAA;QAA4B,SAAA,CAAA,cAAA;;;;cACvC,gBAAA,YAAgB,aAAA;QAAiC,SAAA,CAAA,cAAA;;;;cACjD,YAAA,YAAY,YAAA,qBAAA,aAAA;QAA6B,SAAA,CAAA,cAAA;;;;QAA7B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;cACZ,UAAA,YAAU,aAAA;YAA2B,SAAA,CAAA,cAAA;;;cACrC,uBAAA,YAAuB,aAAA;YAAwC,SAAA,CAAA,cAAA;;;cAC/D,YAAA,YAAY,aAAA;aAA6B,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;cACzC,YAAA,YAAY,aAAA;;QAA6B,SAAA,CAAA,aAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACzC,eAAA,YAAe,aAAA;YAAgC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC/C,YAAA,YAAY,aAAA;YAA6B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACzC,iBAAA,YAAiB,aAAA;YAAkC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACnD,eAAA,YAAe,YAAA,qBAAA,aAAA;QAAgC,SAAA,CAAA,aAAA;;;YAAhC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACf,YAAA,YAAY,aAAA;YAA6B,SAAA,CAAA,cAAA;;;cACzC,gBAAA,EAAgB,SAAA,CAAA,WAAA,CAAiC,kBAAA,WAAjC,YAAA,CAAA,iBAAA,CAAA,kBAAA;AAAA,cAChB,qBAAA,YAAqB,aAAA;YAAsC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAC3D,kBAAA,YAAkB,YAAA,qBAAA,YAAA,qBAAA,aAAA;QAAmC,SAAA,CAAA,aAAA;;;YAAnC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAAA,SAAA,CAAA,cAAA;;;cAClB,YAAA,YAAY,YAAA,qBAAA,YAAA,qBAAA,YAAA,qBAAA,aAAA;QAA6B,SAAA,CAAA,aAAA;;;YAA7B,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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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A;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAAjC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAChB,kBAAA,YAAkB,aAAA;yCAAmC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACrD,iBAAA,YAAiB,aAAA;yCAAkC,SAAA,CAAA,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,129 +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 { RichTextContentSchema } 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 { WidgetKeySchema as WidgetKeySchema$1 } from "./common/widgetKey.js";
2
+ import { BooleanContentSchema as BooleanContentSchema$1 } from "./content/boolean.js";
3
+ import { EmbedContentSchema as EmbedContentSchema$1 } from "./content/embed.js";
4
+ import { EmptyContentSchema as EmptyContentSchema$1 } from "./content/empty.js";
5
+ 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";
6
+ import { GeoPointContentSchema as GeoPointContentSchema$1 } from "./content/geopoint.js";
7
+ import { ImageContentSchema as ImageContentSchema$1 } from "./content/image.js";
8
+ import { IntegrationFieldContentSchema as IntegrationFieldContentSchema$1 } from "./content/integrationField.js";
9
+ import { NonEmptyStringSchema as NonEmptyStringSchema$1 } from "./common/nonEmptyString.js";
10
+ import { LinkContentSchema as LinkContentSchema$1 } from "./content/link.js";
11
+ import { RepeatableContentSchema as RepeatableContentSchema$1 } from "./content/repeatable.js";
12
+ import { RichTextContentBlockSchema as RichTextContentBlockSchema$1, RichTextContentSchema as RichTextContentSchema$1, RichTextContentSpanSchema as RichTextContentSpanSchema$1 } from "./content/richText.js";
13
+ import { SeparatorContentSchema as SeparatorContentSchema$1 } from "./content/separator.js";
14
+ import { TableContentSchema as TableContentSchema$1 } from "./content/table.js";
15
+ import { NestableContentSchema as NestableContentSchema$1 } from "./content/nestable.js";
16
+ import { GroupContentSchema as GroupContentSchema$1, GroupItemContentSchema as GroupItemContentSchema$1 } from "./content/group.js";
17
+ import { CompositeSliceContentSchema as CompositeSliceContentSchema$1, LegacySliceContentSchema as LegacySliceContentSchema$1, SharedSliceContentSchema as SharedSliceContentSchema$1, SliceContentSchema as SliceContentSchema$1 } from "./content/slice.js";
18
+ 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";
19
+ import { UIDContentSchema as UIDContentSchema$1 } from "./content/uid.js";
20
+ import { WidgetContentSchema as WidgetContentSchema$1 } from "./content/widget.js";
21
+ import { DocumentContentSchema as DocumentContentSchema$1 } from "./content/document.js";
22
+ import { BooleanModelSchema as BooleanModelSchema$1 } from "./model/boolean.js";
23
+ import { ColorModelSchema as ColorModelSchema$1 } from "./model/color.js";
24
+ import { DateModelSchema as DateModelSchema$1 } from "./model/date.js";
25
+ import { EmbedModelSchema as EmbedModelSchema$1 } from "./model/embed.js";
26
+ import { GeoPointModelSchema as GeoPointModelSchema$1 } from "./model/geopoint.js";
27
+ import { ImageModelSchema as ImageModelSchema$1 } from "./model/image.js";
28
+ import { IntegrationFieldModelSchema as IntegrationFieldModelSchema$1 } from "./model/integrationField.js";
29
+ import { LinkModelSchema as LinkModelSchema$1 } from "./model/link.js";
30
+ import { NumberModelSchema as NumberModelSchema$1 } from "./model/number.js";
31
+ import { RangeModelSchema as RangeModelSchema$1 } from "./model/range.js";
32
+ import { RichTextModelSchema as RichTextModelSchema$1 } from "./model/richText.js";
33
+ import { SelectModelSchema as SelectModelSchema$1 } from "./model/select.js";
34
+ import { SeparatorModelSchema as SeparatorModelSchema$1 } from "./model/separator.js";
35
+ import { TableModelSchema as TableModelSchema$1 } from "./model/table.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 TableContent = toZod4(TableContentSchema);
75
- const RepeatableContent = toZod4(RepeatableContentSchema);
76
- const NestableContent = toZod4(NestableContentSchema);
77
- const GroupContent = toZod4(GroupContentSchema);
78
- const GroupItemContent = toZod4(GroupItemContentSchema);
79
- const CompositeSliceContent = toZod4(CompositeSliceContentSchema);
80
- const LegacySliceContent = toZod4(LegacySliceContentSchema);
81
- const SliceContent = toZod4(SliceContentSchema);
82
- const LegacySliceItemContent = toZod4(LegacySliceItemContentSchema);
83
- const CompositeSliceItemContent = toZod4(CompositeSliceItemContentSchema);
84
- const SharedSliceItemContent = toZod4(SharedSliceItemContentSchema);
85
- const SliceItemContent = toZod4(SliceItemContentSchema);
86
- const SlicesContent = toZod4(SlicesContentSchema);
87
- const WidgetContent = toZod4(WidgetContentSchema);
88
- const DocumentContent = toZod4(DocumentContentSchema);
89
- const BooleanModel = toZod4(BooleanModelSchema);
90
- const ColorModel = toZod4(ColorModelSchema);
91
- const DateModel = toZod4(DateModelSchema);
92
- const EmbedModel = toZod4(EmbedModelSchema);
93
- const GeoPointModel = toZod4(GeoPointModelSchema);
94
- const ImageModel = toZod4(ImageModelSchema);
95
- const IntegrationFieldModel = toZod4(IntegrationFieldModelSchema);
96
- const LinkModel = toZod4(LinkModelSchema);
97
- const NestableModel = toZod4(NestableModelSchema);
98
- const NumberModel = toZod4(NumberModelSchema);
99
- const RangeModel = toZod4(RangeModelSchema);
100
- const RichTextModel = toZod4(RichTextModelSchema);
101
- const SelectModel = toZod4(SelectModelSchema);
102
- const SeparatorModel = toZod4(SeparatorModelSchema);
103
- const SharedSliceModel = toZod4(SharedSliceModelSchema);
104
- const TableModel = toZod4(TableModelSchema);
105
- const TextModel = toZod4(TextModelSchema);
106
- const TimestampModel = toZod4(TimestampModelSchema);
107
- const UIDModel = toZod4(UIDModelSchema);
108
- const GroupModel = toZod4(GroupModelSchema);
109
- const NestedGroupModel = toZod4(NestedGroupModelSchema);
110
- const SharedSliceRefModel = toZod4(SharedSliceRefModelSchema);
111
- const CompositeSliceModel = toZod4(CompositeSliceModelSchema);
112
- const LegacySliceModel = toZod4(LegacySliceModelSchema);
113
- const DynamicSliceModel = toZod4(DynamicSliceModelSchema);
114
- const StaticSliceModel = toZod4(StaticSliceModelSchema);
115
- const DynamicSlicesModel = toZod4(DynamicSlicesModelSchema);
116
- const StaticSlicesModel = toZod4(StaticSlicesModelSchema);
117
- const StaticWidgetModel = toZod4(StaticWidgetModelSchema);
118
- const DynamicWidgetModel = toZod4(DynamicWidgetModelSchema);
119
- const StaticSectionModel = toZod4(StaticSectionModelSchema);
120
- const DynamicSectionModel = toZod4(DynamicSectionModelSchema);
121
- const StaticCustomTypeModel = toZod4(StaticCustomTypeModelSchema);
122
- 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);
123
126
  function toZod4(type) {
124
127
  return type;
125
128
  }
126
129
  //#endregion
127
- 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, 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 };
128
131
 
129
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 { RichTextContentSchema } 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 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgFA,MAAa,QAAQ,OAAO,YAAY;AACxC,MAAa,QAAQ,OAAO,YAAY;AACxC,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,iBAAiB,OAAO,qBAAqB;AAC1D,MAAa,YAAY,OAAO,gBAAgB;AAGhD,MAAa,iBAAiB,OAAO,qBAAqB;AAC1D,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,cAAc,OAAO,kBAAkB;AACpD,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,kBAAkB,OAAO,sBAAsB;AAC5D,MAAa,cAAc,OAAO,kBAAkB;AACpD,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,qBAAqB,OAAO,yBAAyB;AAClE,MAAa,cAAc,OAAO,kBAAkB;AACpD,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,aAAa,OAAO,iBAAiB;AAClD,MAAa,0BAA0B,OAAO,8BAA8B;AAC5E,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,kBAAkB,OAAO,sBAAsB;AAC5D,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,oBAAoB,OAAO,wBAAwB;AAChE,MAAa,kBAAkB,OAAO,sBAAsB;AAC5D,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,wBAAwB,OAAO,4BAA4B;AACxE,MAAa,qBAAqB,OAAO,yBAAyB;AAClE,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,yBAAyB,OAAO,6BAA6B;AAC1E,MAAa,4BAA4B,OAAO,gCAAgC;AAChF,MAAa,yBAAyB,OAAO,6BAA6B;AAC1E,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,kBAAkB,OAAO,sBAAsB;AAG5D,MAAa,eAAe,OAAO,mBAAmB;AACtD,MAAa,aAAa,OAAO,iBAAiB;AAClD,MAAa,YAAY,OAAO,gBAAgB;AAChD,MAAa,aAAa,OAAO,iBAAiB;AAClD,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,aAAa,OAAO,iBAAiB;AAClD,MAAa,wBAAwB,OAAO,4BAA4B;AACxE,MAAa,YAAY,OAAO,gBAAgB;AAChD,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,cAAc,OAAO,kBAAkB;AACpD,MAAa,aAAa,OAAO,iBAAiB;AAClD,MAAa,gBAAgB,OAAO,oBAAoB;AACxD,MAAa,cAAc,OAAO,kBAAkB;AACpD,MAAa,iBAAiB,OAAO,qBAAqB;AAC1D,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,aAAa,OAAO,iBAAiB;AAClD,MAAa,YAAY,OAAO,gBAAgB;AAChD,MAAa,iBAAiB,OAAO,qBAAqB;AAC1D,MAAa,WAAW,OAAO,eAAe;AAC9C,MAAa,aAAa,OAAO,iBAAiB;AAClD,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,sBAAsB,OAAO,0BAA0B;AACpE,MAAa,sBAAsB,OAAO,0BAA0B;AACpE,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,oBAAoB,OAAO,wBAAwB;AAChE,MAAa,mBAAmB,OAAO,uBAAuB;AAC9D,MAAa,qBAAqB,OAAO,yBAAyB;AAClE,MAAa,oBAAoB,OAAO,wBAAwB;AAChE,MAAa,oBAAoB,OAAO,wBAAwB;AAChE,MAAa,qBAAqB,OAAO,yBAAyB;AAClE,MAAa,qBAAqB,OAAO,yBAAyB;AAClE,MAAa,sBAAsB,OAAO,0BAA0B;AACpE,MAAa,wBAAwB,OAAO,4BAA4B;AACxE,MAAa,kBAAkB,OAAO,sBAAsB;AAE5D,SAAS,OAAU,MAAY;AAC9B,QAAO"}
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.7b0b0be",
3
+ "version": "4.0.0-pr.6.bbcafda",
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",
@@ -21,30 +21,30 @@ export function linkLegacyToValue(value: LinkValueLegacy): LinkValueContent
21
21
  export function linkLegacyToValue(
22
22
  value: Omit<LinkLegacy, "text" | "variant" | "key">,
23
23
  ): Omit<LinkContent["value"], "text" | "variant"> {
24
- let legacy: Omit<LinkContent["value"], "text" | "variant">
24
+ let content: Omit<LinkContent["value"], "text" | "variant">
25
25
  switch (value.kind) {
26
26
  case LinkKind.Image:
27
- legacy = { __TYPE__: LinkType.Image, ...value }
27
+ content = { __TYPE__: LinkType.Image, ...value }
28
28
  break
29
29
  case LinkKind.File:
30
- legacy = { __TYPE__: LinkType.File, ...value }
30
+ content = { __TYPE__: LinkType.File, ...value }
31
31
  break
32
32
  case LinkKind.Document:
33
- legacy = { __TYPE__: LinkType.Document, ...value }
33
+ content = { __TYPE__: LinkType.Document, ...value }
34
34
  break
35
35
  case LinkKind.External:
36
- legacy = { __TYPE__: LinkType.External, ...value }
36
+ content = { __TYPE__: LinkType.External, ...value }
37
37
  break
38
38
  case LinkKind.Media:
39
- legacy = { __TYPE__: LinkType.Media, ...value }
39
+ content = { __TYPE__: LinkType.Media, ...value }
40
40
  break
41
41
  case LinkKind.Any:
42
42
  default:
43
- legacy = { __TYPE__: LinkType.Any, ...value }
43
+ content = { __TYPE__: LinkType.Any, ...value }
44
44
  break
45
45
  }
46
46
 
47
- return legacy
47
+ return content
48
48
  }
49
49
 
50
50
  // Also used by content/codec/repeatable
@@ -1,6 +1,10 @@
1
- import type { BlockLegacy, RichTextLegacy } from "../legacy/richText"
2
- import { BlockLegacySchema, RichTextLegacySchema, RichTextNodeType } from "../legacy/richText"
3
- import type { BlockValue, RichTextContent } from "../richText"
1
+ import type { RichTextLegacyBlock, RichTextLegacy } from "../legacy/richText"
2
+ import {
3
+ RichTextLegacyBlockSchema,
4
+ RichTextLegacySchema,
5
+ RichTextNodeType,
6
+ } from "../legacy/richText"
7
+ import type { RichTextContentBlock, RichTextContent } from "../richText"
4
8
  import { RichTextContentSchema, RichTextContentType } from "../richText"
5
9
  import { embedLegacyToContent, embedContentToLegacy } from "./embed"
6
10
  import { imageLegacyToContent } from "./image"
@@ -8,7 +12,7 @@ import type { LegacyCodec, LegacyContentCtx } from "./legacyContentCtx"
8
12
  import { linkLegacyToValue, linkValueToLegacy } from "./link"
9
13
 
10
14
  // Also used by content/codec/table
11
- export function blockLegacyToValue(block: BlockLegacy): BlockValue {
15
+ export function blockLegacyToValue(block: RichTextLegacyBlock): RichTextContentBlock {
12
16
  if (block.type === RichTextNodeType.embed) {
13
17
  return {
14
18
  ...block,
@@ -42,7 +46,7 @@ export function blockLegacyToValue(block: BlockLegacy): BlockValue {
42
46
  }
43
47
 
44
48
  // Also used by content/codec/table
45
- export function blockValueToLegacy(block: BlockValue): BlockLegacy {
49
+ export function blockValueToLegacy(block: RichTextContentBlock): RichTextLegacyBlock {
46
50
  if (block.type === RichTextNodeType.embed) {
47
51
  return {
48
52
  ...block,
@@ -76,7 +80,7 @@ export function blockValueToLegacy(block: BlockValue): BlockLegacy {
76
80
  }
77
81
  }
78
82
 
79
- return BlockLegacySchema.parse(block)
83
+ return RichTextLegacyBlockSchema.parse(block)
80
84
  }
81
85
 
82
86
  export const RichTextLegacyCodec = (
@@ -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(