epub-codec 1.2.12 → 1.3.1

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 (170) hide show
  1. package/README.md +24 -10
  2. package/dist/base64--HuymRl_.d.cts +5 -0
  3. package/dist/base64--HuymRl_.d.ts +5 -0
  4. package/dist/build-B1UxbO20.d.cts +5 -0
  5. package/dist/build-BCUsHLYw.d.ts +5 -0
  6. package/dist/codec-CLtyYaFH.d.cts +3046 -0
  7. package/dist/codec-DnYJkaC9.d.ts +3046 -0
  8. package/dist/codec.cjs +16 -0
  9. package/dist/codec.d.cts +2 -2702
  10. package/dist/codec.d.ts +2 -2702
  11. package/dist/codec.js +14 -1
  12. package/dist/container-B6cHHiY9.d.cts +4 -0
  13. package/dist/container-B6cHHiY9.d.ts +4 -0
  14. package/dist/context-CTgx7PwU.d.ts +28 -0
  15. package/dist/context-CXs2Yc9w.d.cts +28 -0
  16. package/dist/dimensions-B7ogpvKQ.d.cts +11 -0
  17. package/dist/dimensions-B7ogpvKQ.d.ts +11 -0
  18. package/dist/entities-CfQKtI34.d.ts +7 -0
  19. package/dist/entities-wt9zCx5q.d.cts +7 -0
  20. package/dist/footnote-CxsO5tCV.d.cts +7 -0
  21. package/dist/footnote-iZAPC_NT.d.ts +7 -0
  22. package/dist/format-DxUddUPj.d.cts +6 -0
  23. package/dist/format-DxUddUPj.d.ts +6 -0
  24. package/dist/format.d.cts +1 -5
  25. package/dist/format.d.ts +1 -5
  26. package/dist/image/dimensions.d.cts +1 -10
  27. package/dist/image/dimensions.d.ts +1 -10
  28. package/dist/index.cjs +24 -8
  29. package/dist/index.d.cts +31 -31
  30. package/dist/index.d.ts +31 -31
  31. package/dist/index.js +13 -10
  32. package/dist/inline-DDj6Sl3e.d.ts +12 -0
  33. package/dist/inline-YZOQY2wR.d.cts +12 -0
  34. package/dist/list-id-BB_yxm1H.d.cts +13 -0
  35. package/dist/list-id-BB_yxm1H.d.ts +13 -0
  36. package/dist/metadata-DXto7sM6.d.cts +7 -0
  37. package/dist/metadata-T5V2ovtS.d.ts +7 -0
  38. package/dist/model/package.cjs +19 -0
  39. package/dist/model/package.d.cts +2 -0
  40. package/dist/model/package.d.ts +2 -0
  41. package/dist/model/package.js +15 -0
  42. package/dist/nav/nav3.cjs +1 -1
  43. package/dist/nav/nav3.d.cts +1 -3
  44. package/dist/nav/nav3.d.ts +1 -3
  45. package/dist/nav/nav3.js +1 -1
  46. package/dist/nav/ncx.cjs +1 -1
  47. package/dist/nav/ncx.d.cts +1 -3
  48. package/dist/nav/ncx.d.ts +1 -3
  49. package/dist/nav/ncx.js +1 -1
  50. package/dist/nav/reconcile.d.cts +1 -3
  51. package/dist/nav/reconcile.d.ts +1 -3
  52. package/dist/nav/write.cjs +1 -1
  53. package/dist/nav/write.d.cts +1 -9
  54. package/dist/nav/write.d.ts +1 -9
  55. package/dist/nav/write.js +1 -1
  56. package/dist/nav3-SbAp8zlu.d.cts +4 -0
  57. package/dist/nav3-SbAp8zlu.d.ts +4 -0
  58. package/dist/ncx-kYhlXucj.d.cts +4 -0
  59. package/dist/ncx-kYhlXucj.d.ts +4 -0
  60. package/dist/node-CJLSSs1k.d.cts +84 -0
  61. package/dist/node-CJLSSs1k.d.ts +84 -0
  62. package/dist/ocf/container.cjs +1 -1
  63. package/dist/ocf/container.d.cts +1 -3
  64. package/dist/ocf/container.d.ts +1 -3
  65. package/dist/ocf/container.js +1 -1
  66. package/dist/ocf/write.d.cts +1 -3
  67. package/dist/ocf/write.d.ts +1 -3
  68. package/dist/opf/metadata.d.cts +1 -6
  69. package/dist/opf/metadata.d.ts +1 -6
  70. package/dist/opf/parse.cjs +1 -1
  71. package/dist/opf/parse.d.cts +1 -5
  72. package/dist/opf/parse.d.ts +1 -5
  73. package/dist/opf/parse.js +1 -1
  74. package/dist/opf/types.d.cts +1 -19
  75. package/dist/opf/types.d.ts +1 -19
  76. package/dist/opf/write.cjs +1 -1
  77. package/dist/opf/write.d.cts +1 -11
  78. package/dist/opf/write.d.ts +1 -11
  79. package/dist/opf/write.js +1 -1
  80. package/dist/package-io/read.cjs +39 -0
  81. package/dist/package-io/read.d.cts +2 -0
  82. package/dist/package-io/read.d.ts +2 -0
  83. package/dist/package-io/read.js +37 -0
  84. package/dist/package-io/write.cjs +34 -0
  85. package/dist/package-io/write.d.cts +2 -0
  86. package/dist/package-io/write.d.ts +2 -0
  87. package/dist/package-io/write.js +32 -0
  88. package/dist/parse-Bkkb7qXz.d.cts +6 -0
  89. package/dist/parse-C5GxodcX.d.ts +6 -0
  90. package/dist/parse-CmCjyz8i.d.cts +5 -0
  91. package/dist/parse-Dc76LQIj.d.ts +5 -0
  92. package/dist/path-Cx8-QMD6.d.cts +5 -0
  93. package/dist/path-Cx8-QMD6.d.ts +5 -0
  94. package/dist/path.d.cts +1 -4
  95. package/dist/path.d.ts +1 -4
  96. package/dist/query-B79eElol.d.ts +12 -0
  97. package/dist/query-C6ftPqNQ.d.cts +12 -0
  98. package/dist/read-B7kc_MeO.d.cts +10 -0
  99. package/dist/read-BMGq_D9y.d.cts +30 -0
  100. package/dist/read-Czqr3aop.d.ts +30 -0
  101. package/dist/read-DPkpZsYG.d.ts +10 -0
  102. package/dist/read.cjs +51 -6
  103. package/dist/read.d.cts +1 -9
  104. package/dist/read.d.ts +1 -9
  105. package/dist/read.js +52 -7
  106. package/dist/reconcile-BHky0kta.d.cts +4 -0
  107. package/dist/reconcile-BHky0kta.d.ts +4 -0
  108. package/dist/style-constants-RVoHdmju.d.cts +8 -0
  109. package/dist/style-constants-RVoHdmju.d.ts +8 -0
  110. package/dist/types-BxmkPT_F.d.cts +20 -0
  111. package/dist/types-BxmkPT_F.d.ts +20 -0
  112. package/dist/util/base64.d.cts +1 -4
  113. package/dist/util/base64.d.ts +1 -4
  114. package/dist/write-B89sagtw.d.cts +12 -0
  115. package/dist/write-BQcrPQvx.d.ts +10 -0
  116. package/dist/write-Boxi3aK0.d.cts +10 -0
  117. package/dist/write-COdkb8lG.d.cts +10 -0
  118. package/dist/write-COdkb8lG.d.ts +10 -0
  119. package/dist/write-DwaEwwgZ.d.ts +12 -0
  120. package/dist/write-DxiR-9eH.d.cts +4 -0
  121. package/dist/write-DxiR-9eH.d.ts +4 -0
  122. package/dist/write-Klo0WDhT.d.ts +13 -0
  123. package/dist/write-WSIgARHT.d.cts +13 -0
  124. package/dist/write.cjs +28 -6
  125. package/dist/write.d.cts +1 -9
  126. package/dist/write.d.ts +1 -9
  127. package/dist/write.js +28 -6
  128. package/dist/xhtml/context.d.cts +2 -22
  129. package/dist/xhtml/context.d.ts +2 -22
  130. package/dist/xhtml/footnote.cjs +4 -8
  131. package/dist/xhtml/footnote.d.cts +2 -7
  132. package/dist/xhtml/footnote.d.ts +2 -7
  133. package/dist/xhtml/footnote.js +4 -8
  134. package/dist/xhtml/inline.cjs +13 -7
  135. package/dist/xhtml/inline.d.cts +1 -11
  136. package/dist/xhtml/inline.d.ts +1 -11
  137. package/dist/xhtml/inline.js +13 -7
  138. package/dist/xhtml/link-target.cjs +18 -0
  139. package/dist/xhtml/link-target.d.cts +8 -0
  140. package/dist/xhtml/link-target.d.ts +8 -0
  141. package/dist/xhtml/link-target.js +17 -0
  142. package/dist/xhtml/list-id.d.cts +1 -12
  143. package/dist/xhtml/list-id.d.ts +1 -12
  144. package/dist/xhtml/read.cjs +50 -18
  145. package/dist/xhtml/read.d.cts +2 -20
  146. package/dist/xhtml/read.d.ts +2 -20
  147. package/dist/xhtml/read.js +49 -19
  148. package/dist/xhtml/style-constants.d.cts +1 -7
  149. package/dist/xhtml/style-constants.d.ts +1 -7
  150. package/dist/xhtml/write.cjs +44 -19
  151. package/dist/xhtml/write.d.cts +1 -11
  152. package/dist/xhtml/write.d.ts +1 -11
  153. package/dist/xhtml/write.js +44 -19
  154. package/dist/xml/build.d.cts +1 -4
  155. package/dist/xml/build.d.ts +1 -4
  156. package/dist/xml/entities.d.cts +1 -6
  157. package/dist/xml/entities.d.ts +1 -6
  158. package/dist/xml/node.d.cts +1 -83
  159. package/dist/xml/node.d.ts +1 -83
  160. package/dist/xml/parse.d.cts +1 -4
  161. package/dist/xml/parse.d.ts +1 -4
  162. package/dist/xml/query.cjs +1 -1
  163. package/dist/xml/query.d.cts +1 -11
  164. package/dist/xml/query.d.ts +1 -11
  165. package/dist/xml/query.js +1 -1
  166. package/dist/zip-ie17sOo5.d.cts +9 -0
  167. package/dist/zip-ie17sOo5.d.ts +9 -0
  168. package/dist/zip.d.cts +1 -8
  169. package/dist/zip.d.ts +1 -8
  170. package/package.json +2 -2
package/dist/codec.d.cts CHANGED
@@ -1,2702 +1,2 @@
1
- import { z } from "zod";
2
- //#region src/codec.d.ts
3
- declare const EpubBytesSchema: z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
4
- declare const epubCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>, z.ZodDiscriminatedUnion<[z.ZodObject<{
5
- children: z.ZodArray<z.ZodCustom<import("document-schema.js").SectionGroupNode, import("document-schema.js").SectionGroupNode>>;
6
- pages: z.ZodOptional<z.ZodArray<z.ZodObject<{
7
- widthPt: z.ZodNumber;
8
- heightPt: z.ZodNumber;
9
- }, z.core.$strip>>>;
10
- styles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
11
- paragraph: z.ZodOptional<z.ZodObject<{
12
- alignment: z.ZodOptional<z.ZodEnum<{
13
- left: "left";
14
- right: "right";
15
- center: "center";
16
- justify: "justify";
17
- }>>;
18
- list: z.ZodOptional<z.ZodObject<{
19
- numId: z.ZodOptional<z.ZodString>;
20
- level: z.ZodNumber;
21
- checked: z.ZodOptional<z.ZodBoolean>;
22
- itemId: z.ZodOptional<z.ZodString>;
23
- format: z.ZodOptional<z.ZodEnum<{
24
- bullet: "bullet";
25
- decimal: "decimal";
26
- lowerLetter: "lowerLetter";
27
- upperLetter: "upperLetter";
28
- lowerRoman: "lowerRoman";
29
- upperRoman: "upperRoman";
30
- }>>;
31
- }, z.core.$strip>>;
32
- spacingBeforePt: z.ZodOptional<z.ZodNumber>;
33
- spacingAfterPt: z.ZodOptional<z.ZodNumber>;
34
- lineSpacing: z.ZodOptional<z.ZodNumber>;
35
- indentLeftPt: z.ZodOptional<z.ZodNumber>;
36
- indentFirstLinePt: z.ZodOptional<z.ZodNumber>;
37
- pageBreakBefore: z.ZodOptional<z.ZodBoolean>;
38
- pageBreakAfter: z.ZodOptional<z.ZodBoolean>;
39
- }, z.core.$strict>>;
40
- run: z.ZodOptional<z.ZodObject<{
41
- bold: z.ZodOptional<z.ZodBoolean>;
42
- italic: z.ZodOptional<z.ZodBoolean>;
43
- underline: z.ZodOptional<z.ZodBoolean>;
44
- strike: z.ZodOptional<z.ZodBoolean>;
45
- fontFamily: z.ZodOptional<z.ZodString>;
46
- sizePt: z.ZodOptional<z.ZodNumber>;
47
- color: z.ZodOptional<z.ZodObject<{
48
- r: z.ZodNumber;
49
- g: z.ZodNumber;
50
- b: z.ZodNumber;
51
- }, z.core.$strip>>;
52
- }, z.core.$strict>>;
53
- }, z.core.$strict>>>;
54
- definitions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
55
- kind: z.ZodString;
56
- }, z.core.$loose>>>;
57
- layers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
58
- kind: z.ZodString;
59
- }, z.core.$loose>>>;
60
- attachments: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
61
- kind: z.ZodString;
62
- }, z.core.$loose>>>;
63
- destinations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
64
- kind: z.ZodString;
65
- }, z.core.$loose>>>;
66
- source: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
67
- format: z.ZodEnum<{
68
- docx: "docx";
69
- pptx: "pptx";
70
- xlsx: "xlsx";
71
- odt: "odt";
72
- ods: "ods";
73
- odp: "odp";
74
- odg: "odg";
75
- odm: "odm";
76
- odb: "odb";
77
- odf: "odf";
78
- markdown: "markdown";
79
- pdf: "pdf";
80
- epub: "epub";
81
- rtf: "rtf";
82
- }>;
83
- xml: z.ZodString;
84
- }, z.core.$strict>>>;
85
- symbolTable: z.ZodOptional<z.ZodObject<{
86
- symbols: z.ZodArray<z.ZodObject<{
87
- glyph: z.ZodString;
88
- scope: z.ZodString;
89
- id: z.ZodString;
90
- quantityKind: z.ZodOptional<z.ZodString>;
91
- preferredUnit: z.ZodOptional<z.ZodString>;
92
- definitionSource: z.ZodOptional<z.ZodString>;
93
- }, z.core.$strip>>;
94
- units: z.ZodArray<z.ZodObject<{
95
- id: z.ZodString;
96
- symbol: z.ZodString;
97
- name: z.ZodOptional<z.ZodString>;
98
- dimension: z.ZodRecord<z.ZodEnum<{
99
- length: "length";
100
- mass: "mass";
101
- time: "time";
102
- electricCurrent: "electricCurrent";
103
- thermodynamicTemperature: "thermodynamicTemperature";
104
- amountOfSubstance: "amountOfSubstance";
105
- luminousIntensity: "luminousIntensity";
106
- }> & z.core.$partial, z.ZodNumber>;
107
- factorToSi: z.ZodObject<{
108
- numerator: z.ZodString;
109
- denominator: z.ZodString;
110
- }, z.core.$strip>;
111
- offsetToSi: z.ZodOptional<z.ZodObject<{
112
- numerator: z.ZodString;
113
- denominator: z.ZodString;
114
- }, z.core.$strip>>;
115
- context: z.ZodOptional<z.ZodString>;
116
- }, z.core.$strip>>;
117
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
118
- id: z.ZodString;
119
- bases: z.ZodArray<z.ZodObject<{
120
- unit: z.ZodString;
121
- value: z.ZodObject<{
122
- numerator: z.ZodString;
123
- denominator: z.ZodString;
124
- }, z.core.$strip>;
125
- }, z.core.$strip>>;
126
- }, z.core.$strip>>>;
127
- }, z.core.$strip>>;
128
- metadata: z.ZodObject<{
129
- title: z.ZodOptional<z.ZodString>;
130
- author: z.ZodOptional<z.ZodString>;
131
- subject: z.ZodOptional<z.ZodString>;
132
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
133
- creator: z.ZodOptional<z.ZodString>;
134
- producer: z.ZodOptional<z.ZodString>;
135
- createdIso: z.ZodOptional<z.ZodString>;
136
- modifiedIso: z.ZodOptional<z.ZodString>;
137
- lastPrintedIso: z.ZodOptional<z.ZodString>;
138
- language: z.ZodOptional<z.ZodString>;
139
- direction: z.ZodOptional<z.ZodEnum<{
140
- ltr: "ltr";
141
- rtl: "rtl";
142
- }>>;
143
- publisher: z.ZodOptional<z.ZodString>;
144
- contributor: z.ZodOptional<z.ZodString>;
145
- rights: z.ZodOptional<z.ZodString>;
146
- identifier: z.ZodOptional<z.ZodString>;
147
- comments: z.ZodOptional<z.ZodString>;
148
- company: z.ZodOptional<z.ZodString>;
149
- manager: z.ZodOptional<z.ZodString>;
150
- }, z.core.$strip>;
151
- kind: z.ZodLiteral<"wordprocessing">;
152
- }, z.core.$strip>, z.ZodObject<{
153
- children: z.ZodArray<z.ZodCustom<import("document-schema.js").SlideGroupNode, import("document-schema.js").SlideGroupNode>>;
154
- pages: z.ZodOptional<z.ZodArray<z.ZodObject<{
155
- widthPt: z.ZodNumber;
156
- heightPt: z.ZodNumber;
157
- }, z.core.$strip>>>;
158
- styles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
159
- paragraph: z.ZodOptional<z.ZodObject<{
160
- alignment: z.ZodOptional<z.ZodEnum<{
161
- left: "left";
162
- right: "right";
163
- center: "center";
164
- justify: "justify";
165
- }>>;
166
- list: z.ZodOptional<z.ZodObject<{
167
- numId: z.ZodOptional<z.ZodString>;
168
- level: z.ZodNumber;
169
- checked: z.ZodOptional<z.ZodBoolean>;
170
- itemId: z.ZodOptional<z.ZodString>;
171
- format: z.ZodOptional<z.ZodEnum<{
172
- bullet: "bullet";
173
- decimal: "decimal";
174
- lowerLetter: "lowerLetter";
175
- upperLetter: "upperLetter";
176
- lowerRoman: "lowerRoman";
177
- upperRoman: "upperRoman";
178
- }>>;
179
- }, z.core.$strip>>;
180
- spacingBeforePt: z.ZodOptional<z.ZodNumber>;
181
- spacingAfterPt: z.ZodOptional<z.ZodNumber>;
182
- lineSpacing: z.ZodOptional<z.ZodNumber>;
183
- indentLeftPt: z.ZodOptional<z.ZodNumber>;
184
- indentFirstLinePt: z.ZodOptional<z.ZodNumber>;
185
- pageBreakBefore: z.ZodOptional<z.ZodBoolean>;
186
- pageBreakAfter: z.ZodOptional<z.ZodBoolean>;
187
- }, z.core.$strict>>;
188
- run: z.ZodOptional<z.ZodObject<{
189
- bold: z.ZodOptional<z.ZodBoolean>;
190
- italic: z.ZodOptional<z.ZodBoolean>;
191
- underline: z.ZodOptional<z.ZodBoolean>;
192
- strike: z.ZodOptional<z.ZodBoolean>;
193
- fontFamily: z.ZodOptional<z.ZodString>;
194
- sizePt: z.ZodOptional<z.ZodNumber>;
195
- color: z.ZodOptional<z.ZodObject<{
196
- r: z.ZodNumber;
197
- g: z.ZodNumber;
198
- b: z.ZodNumber;
199
- }, z.core.$strip>>;
200
- }, z.core.$strict>>;
201
- }, z.core.$strict>>>;
202
- definitions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
203
- kind: z.ZodString;
204
- }, z.core.$loose>>>;
205
- layers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
206
- kind: z.ZodString;
207
- }, z.core.$loose>>>;
208
- attachments: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
209
- kind: z.ZodString;
210
- }, z.core.$loose>>>;
211
- destinations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
212
- kind: z.ZodString;
213
- }, z.core.$loose>>>;
214
- source: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
215
- format: z.ZodEnum<{
216
- docx: "docx";
217
- pptx: "pptx";
218
- xlsx: "xlsx";
219
- odt: "odt";
220
- ods: "ods";
221
- odp: "odp";
222
- odg: "odg";
223
- odm: "odm";
224
- odb: "odb";
225
- odf: "odf";
226
- markdown: "markdown";
227
- pdf: "pdf";
228
- epub: "epub";
229
- rtf: "rtf";
230
- }>;
231
- xml: z.ZodString;
232
- }, z.core.$strict>>>;
233
- symbolTable: z.ZodOptional<z.ZodObject<{
234
- symbols: z.ZodArray<z.ZodObject<{
235
- glyph: z.ZodString;
236
- scope: z.ZodString;
237
- id: z.ZodString;
238
- quantityKind: z.ZodOptional<z.ZodString>;
239
- preferredUnit: z.ZodOptional<z.ZodString>;
240
- definitionSource: z.ZodOptional<z.ZodString>;
241
- }, z.core.$strip>>;
242
- units: z.ZodArray<z.ZodObject<{
243
- id: z.ZodString;
244
- symbol: z.ZodString;
245
- name: z.ZodOptional<z.ZodString>;
246
- dimension: z.ZodRecord<z.ZodEnum<{
247
- length: "length";
248
- mass: "mass";
249
- time: "time";
250
- electricCurrent: "electricCurrent";
251
- thermodynamicTemperature: "thermodynamicTemperature";
252
- amountOfSubstance: "amountOfSubstance";
253
- luminousIntensity: "luminousIntensity";
254
- }> & z.core.$partial, z.ZodNumber>;
255
- factorToSi: z.ZodObject<{
256
- numerator: z.ZodString;
257
- denominator: z.ZodString;
258
- }, z.core.$strip>;
259
- offsetToSi: z.ZodOptional<z.ZodObject<{
260
- numerator: z.ZodString;
261
- denominator: z.ZodString;
262
- }, z.core.$strip>>;
263
- context: z.ZodOptional<z.ZodString>;
264
- }, z.core.$strip>>;
265
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
266
- id: z.ZodString;
267
- bases: z.ZodArray<z.ZodObject<{
268
- unit: z.ZodString;
269
- value: z.ZodObject<{
270
- numerator: z.ZodString;
271
- denominator: z.ZodString;
272
- }, z.core.$strip>;
273
- }, z.core.$strip>>;
274
- }, z.core.$strip>>>;
275
- }, z.core.$strip>>;
276
- metadata: z.ZodObject<{
277
- title: z.ZodOptional<z.ZodString>;
278
- author: z.ZodOptional<z.ZodString>;
279
- subject: z.ZodOptional<z.ZodString>;
280
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
281
- creator: z.ZodOptional<z.ZodString>;
282
- producer: z.ZodOptional<z.ZodString>;
283
- createdIso: z.ZodOptional<z.ZodString>;
284
- modifiedIso: z.ZodOptional<z.ZodString>;
285
- lastPrintedIso: z.ZodOptional<z.ZodString>;
286
- language: z.ZodOptional<z.ZodString>;
287
- direction: z.ZodOptional<z.ZodEnum<{
288
- ltr: "ltr";
289
- rtl: "rtl";
290
- }>>;
291
- publisher: z.ZodOptional<z.ZodString>;
292
- contributor: z.ZodOptional<z.ZodString>;
293
- rights: z.ZodOptional<z.ZodString>;
294
- identifier: z.ZodOptional<z.ZodString>;
295
- comments: z.ZodOptional<z.ZodString>;
296
- company: z.ZodOptional<z.ZodString>;
297
- manager: z.ZodOptional<z.ZodString>;
298
- }, z.core.$strip>;
299
- kind: z.ZodLiteral<"presentation">;
300
- }, z.core.$strip>, z.ZodObject<{
301
- children: z.ZodArray<z.ZodCustom<import("document-schema.js").SheetGroupNode, import("document-schema.js").SheetGroupNode>>;
302
- pages: z.ZodOptional<z.ZodArray<z.ZodObject<{
303
- widthPt: z.ZodNumber;
304
- heightPt: z.ZodNumber;
305
- }, z.core.$strip>>>;
306
- styles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
307
- paragraph: z.ZodOptional<z.ZodObject<{
308
- alignment: z.ZodOptional<z.ZodEnum<{
309
- left: "left";
310
- right: "right";
311
- center: "center";
312
- justify: "justify";
313
- }>>;
314
- list: z.ZodOptional<z.ZodObject<{
315
- numId: z.ZodOptional<z.ZodString>;
316
- level: z.ZodNumber;
317
- checked: z.ZodOptional<z.ZodBoolean>;
318
- itemId: z.ZodOptional<z.ZodString>;
319
- format: z.ZodOptional<z.ZodEnum<{
320
- bullet: "bullet";
321
- decimal: "decimal";
322
- lowerLetter: "lowerLetter";
323
- upperLetter: "upperLetter";
324
- lowerRoman: "lowerRoman";
325
- upperRoman: "upperRoman";
326
- }>>;
327
- }, z.core.$strip>>;
328
- spacingBeforePt: z.ZodOptional<z.ZodNumber>;
329
- spacingAfterPt: z.ZodOptional<z.ZodNumber>;
330
- lineSpacing: z.ZodOptional<z.ZodNumber>;
331
- indentLeftPt: z.ZodOptional<z.ZodNumber>;
332
- indentFirstLinePt: z.ZodOptional<z.ZodNumber>;
333
- pageBreakBefore: z.ZodOptional<z.ZodBoolean>;
334
- pageBreakAfter: z.ZodOptional<z.ZodBoolean>;
335
- }, z.core.$strict>>;
336
- run: z.ZodOptional<z.ZodObject<{
337
- bold: z.ZodOptional<z.ZodBoolean>;
338
- italic: z.ZodOptional<z.ZodBoolean>;
339
- underline: z.ZodOptional<z.ZodBoolean>;
340
- strike: z.ZodOptional<z.ZodBoolean>;
341
- fontFamily: z.ZodOptional<z.ZodString>;
342
- sizePt: z.ZodOptional<z.ZodNumber>;
343
- color: z.ZodOptional<z.ZodObject<{
344
- r: z.ZodNumber;
345
- g: z.ZodNumber;
346
- b: z.ZodNumber;
347
- }, z.core.$strip>>;
348
- }, z.core.$strict>>;
349
- }, z.core.$strict>>>;
350
- definitions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
351
- kind: z.ZodString;
352
- }, z.core.$loose>>>;
353
- layers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
354
- kind: z.ZodString;
355
- }, z.core.$loose>>>;
356
- attachments: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
357
- kind: z.ZodString;
358
- }, z.core.$loose>>>;
359
- destinations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
360
- kind: z.ZodString;
361
- }, z.core.$loose>>>;
362
- source: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
363
- format: z.ZodEnum<{
364
- docx: "docx";
365
- pptx: "pptx";
366
- xlsx: "xlsx";
367
- odt: "odt";
368
- ods: "ods";
369
- odp: "odp";
370
- odg: "odg";
371
- odm: "odm";
372
- odb: "odb";
373
- odf: "odf";
374
- markdown: "markdown";
375
- pdf: "pdf";
376
- epub: "epub";
377
- rtf: "rtf";
378
- }>;
379
- xml: z.ZodString;
380
- }, z.core.$strict>>>;
381
- symbolTable: z.ZodOptional<z.ZodObject<{
382
- symbols: z.ZodArray<z.ZodObject<{
383
- glyph: z.ZodString;
384
- scope: z.ZodString;
385
- id: z.ZodString;
386
- quantityKind: z.ZodOptional<z.ZodString>;
387
- preferredUnit: z.ZodOptional<z.ZodString>;
388
- definitionSource: z.ZodOptional<z.ZodString>;
389
- }, z.core.$strip>>;
390
- units: z.ZodArray<z.ZodObject<{
391
- id: z.ZodString;
392
- symbol: z.ZodString;
393
- name: z.ZodOptional<z.ZodString>;
394
- dimension: z.ZodRecord<z.ZodEnum<{
395
- length: "length";
396
- mass: "mass";
397
- time: "time";
398
- electricCurrent: "electricCurrent";
399
- thermodynamicTemperature: "thermodynamicTemperature";
400
- amountOfSubstance: "amountOfSubstance";
401
- luminousIntensity: "luminousIntensity";
402
- }> & z.core.$partial, z.ZodNumber>;
403
- factorToSi: z.ZodObject<{
404
- numerator: z.ZodString;
405
- denominator: z.ZodString;
406
- }, z.core.$strip>;
407
- offsetToSi: z.ZodOptional<z.ZodObject<{
408
- numerator: z.ZodString;
409
- denominator: z.ZodString;
410
- }, z.core.$strip>>;
411
- context: z.ZodOptional<z.ZodString>;
412
- }, z.core.$strip>>;
413
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
414
- id: z.ZodString;
415
- bases: z.ZodArray<z.ZodObject<{
416
- unit: z.ZodString;
417
- value: z.ZodObject<{
418
- numerator: z.ZodString;
419
- denominator: z.ZodString;
420
- }, z.core.$strip>;
421
- }, z.core.$strip>>;
422
- }, z.core.$strip>>>;
423
- }, z.core.$strip>>;
424
- metadata: z.ZodObject<{
425
- title: z.ZodOptional<z.ZodString>;
426
- author: z.ZodOptional<z.ZodString>;
427
- subject: z.ZodOptional<z.ZodString>;
428
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
429
- creator: z.ZodOptional<z.ZodString>;
430
- producer: z.ZodOptional<z.ZodString>;
431
- createdIso: z.ZodOptional<z.ZodString>;
432
- modifiedIso: z.ZodOptional<z.ZodString>;
433
- lastPrintedIso: z.ZodOptional<z.ZodString>;
434
- language: z.ZodOptional<z.ZodString>;
435
- direction: z.ZodOptional<z.ZodEnum<{
436
- ltr: "ltr";
437
- rtl: "rtl";
438
- }>>;
439
- publisher: z.ZodOptional<z.ZodString>;
440
- contributor: z.ZodOptional<z.ZodString>;
441
- rights: z.ZodOptional<z.ZodString>;
442
- identifier: z.ZodOptional<z.ZodString>;
443
- comments: z.ZodOptional<z.ZodString>;
444
- company: z.ZodOptional<z.ZodString>;
445
- manager: z.ZodOptional<z.ZodString>;
446
- }, z.core.$strip>;
447
- kind: z.ZodLiteral<"spreadsheet">;
448
- }, z.core.$strip>, z.ZodObject<{
449
- children: z.ZodArray<z.ZodCustom<import("document-schema.js").DrawPageGroupNode, import("document-schema.js").DrawPageGroupNode>>;
450
- pages: z.ZodOptional<z.ZodArray<z.ZodObject<{
451
- widthPt: z.ZodNumber;
452
- heightPt: z.ZodNumber;
453
- }, z.core.$strip>>>;
454
- styles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
455
- paragraph: z.ZodOptional<z.ZodObject<{
456
- alignment: z.ZodOptional<z.ZodEnum<{
457
- left: "left";
458
- right: "right";
459
- center: "center";
460
- justify: "justify";
461
- }>>;
462
- list: z.ZodOptional<z.ZodObject<{
463
- numId: z.ZodOptional<z.ZodString>;
464
- level: z.ZodNumber;
465
- checked: z.ZodOptional<z.ZodBoolean>;
466
- itemId: z.ZodOptional<z.ZodString>;
467
- format: z.ZodOptional<z.ZodEnum<{
468
- bullet: "bullet";
469
- decimal: "decimal";
470
- lowerLetter: "lowerLetter";
471
- upperLetter: "upperLetter";
472
- lowerRoman: "lowerRoman";
473
- upperRoman: "upperRoman";
474
- }>>;
475
- }, z.core.$strip>>;
476
- spacingBeforePt: z.ZodOptional<z.ZodNumber>;
477
- spacingAfterPt: z.ZodOptional<z.ZodNumber>;
478
- lineSpacing: z.ZodOptional<z.ZodNumber>;
479
- indentLeftPt: z.ZodOptional<z.ZodNumber>;
480
- indentFirstLinePt: z.ZodOptional<z.ZodNumber>;
481
- pageBreakBefore: z.ZodOptional<z.ZodBoolean>;
482
- pageBreakAfter: z.ZodOptional<z.ZodBoolean>;
483
- }, z.core.$strict>>;
484
- run: z.ZodOptional<z.ZodObject<{
485
- bold: z.ZodOptional<z.ZodBoolean>;
486
- italic: z.ZodOptional<z.ZodBoolean>;
487
- underline: z.ZodOptional<z.ZodBoolean>;
488
- strike: z.ZodOptional<z.ZodBoolean>;
489
- fontFamily: z.ZodOptional<z.ZodString>;
490
- sizePt: z.ZodOptional<z.ZodNumber>;
491
- color: z.ZodOptional<z.ZodObject<{
492
- r: z.ZodNumber;
493
- g: z.ZodNumber;
494
- b: z.ZodNumber;
495
- }, z.core.$strip>>;
496
- }, z.core.$strict>>;
497
- }, z.core.$strict>>>;
498
- definitions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
499
- kind: z.ZodString;
500
- }, z.core.$loose>>>;
501
- layers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
502
- kind: z.ZodString;
503
- }, z.core.$loose>>>;
504
- attachments: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
505
- kind: z.ZodString;
506
- }, z.core.$loose>>>;
507
- destinations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
508
- kind: z.ZodString;
509
- }, z.core.$loose>>>;
510
- source: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
511
- format: z.ZodEnum<{
512
- docx: "docx";
513
- pptx: "pptx";
514
- xlsx: "xlsx";
515
- odt: "odt";
516
- ods: "ods";
517
- odp: "odp";
518
- odg: "odg";
519
- odm: "odm";
520
- odb: "odb";
521
- odf: "odf";
522
- markdown: "markdown";
523
- pdf: "pdf";
524
- epub: "epub";
525
- rtf: "rtf";
526
- }>;
527
- xml: z.ZodString;
528
- }, z.core.$strict>>>;
529
- symbolTable: z.ZodOptional<z.ZodObject<{
530
- symbols: z.ZodArray<z.ZodObject<{
531
- glyph: z.ZodString;
532
- scope: z.ZodString;
533
- id: z.ZodString;
534
- quantityKind: z.ZodOptional<z.ZodString>;
535
- preferredUnit: z.ZodOptional<z.ZodString>;
536
- definitionSource: z.ZodOptional<z.ZodString>;
537
- }, z.core.$strip>>;
538
- units: z.ZodArray<z.ZodObject<{
539
- id: z.ZodString;
540
- symbol: z.ZodString;
541
- name: z.ZodOptional<z.ZodString>;
542
- dimension: z.ZodRecord<z.ZodEnum<{
543
- length: "length";
544
- mass: "mass";
545
- time: "time";
546
- electricCurrent: "electricCurrent";
547
- thermodynamicTemperature: "thermodynamicTemperature";
548
- amountOfSubstance: "amountOfSubstance";
549
- luminousIntensity: "luminousIntensity";
550
- }> & z.core.$partial, z.ZodNumber>;
551
- factorToSi: z.ZodObject<{
552
- numerator: z.ZodString;
553
- denominator: z.ZodString;
554
- }, z.core.$strip>;
555
- offsetToSi: z.ZodOptional<z.ZodObject<{
556
- numerator: z.ZodString;
557
- denominator: z.ZodString;
558
- }, z.core.$strip>>;
559
- context: z.ZodOptional<z.ZodString>;
560
- }, z.core.$strip>>;
561
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
562
- id: z.ZodString;
563
- bases: z.ZodArray<z.ZodObject<{
564
- unit: z.ZodString;
565
- value: z.ZodObject<{
566
- numerator: z.ZodString;
567
- denominator: z.ZodString;
568
- }, z.core.$strip>;
569
- }, z.core.$strip>>;
570
- }, z.core.$strip>>>;
571
- }, z.core.$strip>>;
572
- metadata: z.ZodObject<{
573
- title: z.ZodOptional<z.ZodString>;
574
- author: z.ZodOptional<z.ZodString>;
575
- subject: z.ZodOptional<z.ZodString>;
576
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
577
- creator: z.ZodOptional<z.ZodString>;
578
- producer: z.ZodOptional<z.ZodString>;
579
- createdIso: z.ZodOptional<z.ZodString>;
580
- modifiedIso: z.ZodOptional<z.ZodString>;
581
- lastPrintedIso: z.ZodOptional<z.ZodString>;
582
- language: z.ZodOptional<z.ZodString>;
583
- direction: z.ZodOptional<z.ZodEnum<{
584
- ltr: "ltr";
585
- rtl: "rtl";
586
- }>>;
587
- publisher: z.ZodOptional<z.ZodString>;
588
- contributor: z.ZodOptional<z.ZodString>;
589
- rights: z.ZodOptional<z.ZodString>;
590
- identifier: z.ZodOptional<z.ZodString>;
591
- comments: z.ZodOptional<z.ZodString>;
592
- company: z.ZodOptional<z.ZodString>;
593
- manager: z.ZodOptional<z.ZodString>;
594
- }, z.core.$strip>;
595
- kind: z.ZodLiteral<"drawing">;
596
- }, z.core.$strip>, z.ZodObject<{
597
- children: z.ZodArray<z.ZodObject<{
598
- mathml: z.ZodArray<z.ZodType<import("document-schema.js").MathMlNode, import("document-schema.js").MathMlNode, z.core.$ZodTypeInternals<import("document-schema.js").MathMlNode, import("document-schema.js").MathMlNode>>>;
599
- starMath: z.ZodOptional<z.ZodString>;
600
- presentation: z.ZodOptional<z.ZodObject<{
601
- latex: z.ZodString;
602
- }, z.core.$strip>>;
603
- content: z.ZodOptional<z.ZodType<import("document-schema.js").MathExpression, import("document-schema.js").MathExpression, z.core.$ZodTypeInternals<import("document-schema.js").MathExpression, import("document-schema.js").MathExpression>>>;
604
- provenance: z.ZodOptional<z.ZodObject<{
605
- source: z.ZodString;
606
- pageRef: z.ZodOptional<z.ZodString>;
607
- editTrail: z.ZodArray<z.ZodString>;
608
- }, z.core.$strip>>;
609
- source: z.ZodOptional<z.ZodObject<{
610
- format: z.ZodEnum<{
611
- docx: "docx";
612
- pptx: "pptx";
613
- xlsx: "xlsx";
614
- odt: "odt";
615
- ods: "ods";
616
- odp: "odp";
617
- odg: "odg";
618
- odm: "odm";
619
- odb: "odb";
620
- odf: "odf";
621
- markdown: "markdown";
622
- pdf: "pdf";
623
- epub: "epub";
624
- rtf: "rtf";
625
- }>;
626
- xml: z.ZodString;
627
- }, z.core.$strict>>;
628
- }, z.core.$strip>>;
629
- pages: z.ZodOptional<z.ZodArray<z.ZodObject<{
630
- widthPt: z.ZodNumber;
631
- heightPt: z.ZodNumber;
632
- }, z.core.$strip>>>;
633
- styles: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
634
- paragraph: z.ZodOptional<z.ZodObject<{
635
- alignment: z.ZodOptional<z.ZodEnum<{
636
- left: "left";
637
- right: "right";
638
- center: "center";
639
- justify: "justify";
640
- }>>;
641
- list: z.ZodOptional<z.ZodObject<{
642
- numId: z.ZodOptional<z.ZodString>;
643
- level: z.ZodNumber;
644
- checked: z.ZodOptional<z.ZodBoolean>;
645
- itemId: z.ZodOptional<z.ZodString>;
646
- format: z.ZodOptional<z.ZodEnum<{
647
- bullet: "bullet";
648
- decimal: "decimal";
649
- lowerLetter: "lowerLetter";
650
- upperLetter: "upperLetter";
651
- lowerRoman: "lowerRoman";
652
- upperRoman: "upperRoman";
653
- }>>;
654
- }, z.core.$strip>>;
655
- spacingBeforePt: z.ZodOptional<z.ZodNumber>;
656
- spacingAfterPt: z.ZodOptional<z.ZodNumber>;
657
- lineSpacing: z.ZodOptional<z.ZodNumber>;
658
- indentLeftPt: z.ZodOptional<z.ZodNumber>;
659
- indentFirstLinePt: z.ZodOptional<z.ZodNumber>;
660
- pageBreakBefore: z.ZodOptional<z.ZodBoolean>;
661
- pageBreakAfter: z.ZodOptional<z.ZodBoolean>;
662
- }, z.core.$strict>>;
663
- run: z.ZodOptional<z.ZodObject<{
664
- bold: z.ZodOptional<z.ZodBoolean>;
665
- italic: z.ZodOptional<z.ZodBoolean>;
666
- underline: z.ZodOptional<z.ZodBoolean>;
667
- strike: z.ZodOptional<z.ZodBoolean>;
668
- fontFamily: z.ZodOptional<z.ZodString>;
669
- sizePt: z.ZodOptional<z.ZodNumber>;
670
- color: z.ZodOptional<z.ZodObject<{
671
- r: z.ZodNumber;
672
- g: z.ZodNumber;
673
- b: z.ZodNumber;
674
- }, z.core.$strip>>;
675
- }, z.core.$strict>>;
676
- }, z.core.$strict>>>;
677
- definitions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
678
- kind: z.ZodString;
679
- }, z.core.$loose>>>;
680
- layers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
681
- kind: z.ZodString;
682
- }, z.core.$loose>>>;
683
- attachments: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
684
- kind: z.ZodString;
685
- }, z.core.$loose>>>;
686
- destinations: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
687
- kind: z.ZodString;
688
- }, z.core.$loose>>>;
689
- source: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
690
- format: z.ZodEnum<{
691
- docx: "docx";
692
- pptx: "pptx";
693
- xlsx: "xlsx";
694
- odt: "odt";
695
- ods: "ods";
696
- odp: "odp";
697
- odg: "odg";
698
- odm: "odm";
699
- odb: "odb";
700
- odf: "odf";
701
- markdown: "markdown";
702
- pdf: "pdf";
703
- epub: "epub";
704
- rtf: "rtf";
705
- }>;
706
- xml: z.ZodString;
707
- }, z.core.$strict>>>;
708
- symbolTable: z.ZodOptional<z.ZodObject<{
709
- symbols: z.ZodArray<z.ZodObject<{
710
- glyph: z.ZodString;
711
- scope: z.ZodString;
712
- id: z.ZodString;
713
- quantityKind: z.ZodOptional<z.ZodString>;
714
- preferredUnit: z.ZodOptional<z.ZodString>;
715
- definitionSource: z.ZodOptional<z.ZodString>;
716
- }, z.core.$strip>>;
717
- units: z.ZodArray<z.ZodObject<{
718
- id: z.ZodString;
719
- symbol: z.ZodString;
720
- name: z.ZodOptional<z.ZodString>;
721
- dimension: z.ZodRecord<z.ZodEnum<{
722
- length: "length";
723
- mass: "mass";
724
- time: "time";
725
- electricCurrent: "electricCurrent";
726
- thermodynamicTemperature: "thermodynamicTemperature";
727
- amountOfSubstance: "amountOfSubstance";
728
- luminousIntensity: "luminousIntensity";
729
- }> & z.core.$partial, z.ZodNumber>;
730
- factorToSi: z.ZodObject<{
731
- numerator: z.ZodString;
732
- denominator: z.ZodString;
733
- }, z.core.$strip>;
734
- offsetToSi: z.ZodOptional<z.ZodObject<{
735
- numerator: z.ZodString;
736
- denominator: z.ZodString;
737
- }, z.core.$strip>>;
738
- context: z.ZodOptional<z.ZodString>;
739
- }, z.core.$strip>>;
740
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
741
- id: z.ZodString;
742
- bases: z.ZodArray<z.ZodObject<{
743
- unit: z.ZodString;
744
- value: z.ZodObject<{
745
- numerator: z.ZodString;
746
- denominator: z.ZodString;
747
- }, z.core.$strip>;
748
- }, z.core.$strip>>;
749
- }, z.core.$strip>>>;
750
- }, z.core.$strip>>;
751
- metadata: z.ZodObject<{
752
- title: z.ZodOptional<z.ZodString>;
753
- author: z.ZodOptional<z.ZodString>;
754
- subject: z.ZodOptional<z.ZodString>;
755
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
756
- creator: z.ZodOptional<z.ZodString>;
757
- producer: z.ZodOptional<z.ZodString>;
758
- createdIso: z.ZodOptional<z.ZodString>;
759
- modifiedIso: z.ZodOptional<z.ZodString>;
760
- lastPrintedIso: z.ZodOptional<z.ZodString>;
761
- language: z.ZodOptional<z.ZodString>;
762
- direction: z.ZodOptional<z.ZodEnum<{
763
- ltr: "ltr";
764
- rtl: "rtl";
765
- }>>;
766
- publisher: z.ZodOptional<z.ZodString>;
767
- contributor: z.ZodOptional<z.ZodString>;
768
- rights: z.ZodOptional<z.ZodString>;
769
- identifier: z.ZodOptional<z.ZodString>;
770
- comments: z.ZodOptional<z.ZodString>;
771
- company: z.ZodOptional<z.ZodString>;
772
- manager: z.ZodOptional<z.ZodString>;
773
- }, z.core.$strip>;
774
- kind: z.ZodLiteral<"formula">;
775
- }, z.core.$strip>], "kind">>;
776
- declare const epubContentCodec: z.ZodCodec<z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>, z.ZodDiscriminatedUnion<[z.ZodObject<{
777
- sections: z.ZodArray<z.ZodObject<{
778
- pageSize: z.ZodObject<{
779
- widthPt: z.ZodNumber;
780
- heightPt: z.ZodNumber;
781
- }, z.core.$strip>;
782
- margins: z.ZodObject<{
783
- topPt: z.ZodNumber;
784
- rightPt: z.ZodNumber;
785
- bottomPt: z.ZodNumber;
786
- leftPt: z.ZodNumber;
787
- }, z.core.$strip>;
788
- blocks: z.ZodLazy<z.ZodArray<z.ZodType<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock, z.core.$ZodTypeInternals<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock>>>>;
789
- breakType: z.ZodOptional<z.ZodEnum<{
790
- nextPage: "nextPage";
791
- continuous: "continuous";
792
- evenPage: "evenPage";
793
- oddPage: "oddPage";
794
- }>>;
795
- source: z.ZodOptional<z.ZodObject<{
796
- format: z.ZodEnum<{
797
- docx: "docx";
798
- pptx: "pptx";
799
- xlsx: "xlsx";
800
- odt: "odt";
801
- ods: "ods";
802
- odp: "odp";
803
- odg: "odg";
804
- odm: "odm";
805
- odb: "odb";
806
- odf: "odf";
807
- markdown: "markdown";
808
- pdf: "pdf";
809
- epub: "epub";
810
- rtf: "rtf";
811
- }>;
812
- xml: z.ZodString;
813
- }, z.core.$strict>>;
814
- }, z.core.$strip>>;
815
- symbolTable: z.ZodOptional<z.ZodObject<{
816
- symbols: z.ZodArray<z.ZodObject<{
817
- glyph: z.ZodString;
818
- scope: z.ZodString;
819
- id: z.ZodString;
820
- quantityKind: z.ZodOptional<z.ZodString>;
821
- preferredUnit: z.ZodOptional<z.ZodString>;
822
- definitionSource: z.ZodOptional<z.ZodString>;
823
- }, z.core.$strip>>;
824
- units: z.ZodArray<z.ZodObject<{
825
- id: z.ZodString;
826
- symbol: z.ZodString;
827
- name: z.ZodOptional<z.ZodString>;
828
- dimension: z.ZodRecord<z.ZodEnum<{
829
- length: "length";
830
- mass: "mass";
831
- time: "time";
832
- electricCurrent: "electricCurrent";
833
- thermodynamicTemperature: "thermodynamicTemperature";
834
- amountOfSubstance: "amountOfSubstance";
835
- luminousIntensity: "luminousIntensity";
836
- }> & z.core.$partial, z.ZodNumber>;
837
- factorToSi: z.ZodObject<{
838
- numerator: z.ZodString;
839
- denominator: z.ZodString;
840
- }, z.core.$strip>;
841
- offsetToSi: z.ZodOptional<z.ZodObject<{
842
- numerator: z.ZodString;
843
- denominator: z.ZodString;
844
- }, z.core.$strip>>;
845
- context: z.ZodOptional<z.ZodString>;
846
- }, z.core.$strip>>;
847
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
848
- id: z.ZodString;
849
- bases: z.ZodArray<z.ZodObject<{
850
- unit: z.ZodString;
851
- value: z.ZodObject<{
852
- numerator: z.ZodString;
853
- denominator: z.ZodString;
854
- }, z.core.$strip>;
855
- }, z.core.$strip>>;
856
- }, z.core.$strip>>>;
857
- }, z.core.$strip>>;
858
- kind: z.ZodLiteral<"wordprocessing">;
859
- metadata: z.ZodObject<{
860
- title: z.ZodOptional<z.ZodString>;
861
- author: z.ZodOptional<z.ZodString>;
862
- subject: z.ZodOptional<z.ZodString>;
863
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
864
- creator: z.ZodOptional<z.ZodString>;
865
- producer: z.ZodOptional<z.ZodString>;
866
- createdIso: z.ZodOptional<z.ZodString>;
867
- modifiedIso: z.ZodOptional<z.ZodString>;
868
- lastPrintedIso: z.ZodOptional<z.ZodString>;
869
- language: z.ZodOptional<z.ZodString>;
870
- direction: z.ZodOptional<z.ZodEnum<{
871
- ltr: "ltr";
872
- rtl: "rtl";
873
- }>>;
874
- publisher: z.ZodOptional<z.ZodString>;
875
- contributor: z.ZodOptional<z.ZodString>;
876
- rights: z.ZodOptional<z.ZodString>;
877
- identifier: z.ZodOptional<z.ZodString>;
878
- comments: z.ZodOptional<z.ZodString>;
879
- company: z.ZodOptional<z.ZodString>;
880
- manager: z.ZodOptional<z.ZodString>;
881
- }, z.core.$strip>;
882
- }, z.core.$strip>, z.ZodObject<{
883
- slides: z.ZodArray<z.ZodObject<{
884
- size: z.ZodObject<{
885
- widthPt: z.ZodNumber;
886
- heightPt: z.ZodNumber;
887
- }, z.core.$strip>;
888
- shapes: z.ZodArray<z.ZodObject<{
889
- name: z.ZodOptional<z.ZodString>;
890
- frame: z.ZodObject<{
891
- xPt: z.ZodNumber;
892
- yPt: z.ZodNumber;
893
- widthPt: z.ZodNumber;
894
- heightPt: z.ZodNumber;
895
- }, z.core.$strip>;
896
- rotationDeg: z.ZodOptional<z.ZodNumber>;
897
- insetLeftPt: z.ZodNumber;
898
- insetTopPt: z.ZodNumber;
899
- insetRightPt: z.ZodNumber;
900
- insetBottomPt: z.ZodNumber;
901
- fontScale: z.ZodOptional<z.ZodNumber>;
902
- lineSpacingReduction: z.ZodOptional<z.ZodNumber>;
903
- paintOrder: z.ZodOptional<z.ZodNumber>;
904
- sourcePath: z.ZodOptional<z.ZodString>;
905
- source: z.ZodOptional<z.ZodObject<{
906
- format: z.ZodEnum<{
907
- docx: "docx";
908
- pptx: "pptx";
909
- xlsx: "xlsx";
910
- odt: "odt";
911
- ods: "ods";
912
- odp: "odp";
913
- odg: "odg";
914
- odm: "odm";
915
- odb: "odb";
916
- odf: "odf";
917
- markdown: "markdown";
918
- pdf: "pdf";
919
- epub: "epub";
920
- rtf: "rtf";
921
- }>;
922
- xml: z.ZodString;
923
- }, z.core.$strict>>;
924
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
925
- pageIndex: z.ZodNumber;
926
- xPt: z.ZodNumber;
927
- yPt: z.ZodNumber;
928
- widthPt: z.ZodNumber;
929
- heightPt: z.ZodNumber;
930
- }, z.core.$strip>>>;
931
- blocks: z.ZodLazy<z.ZodArray<z.ZodType<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock, z.core.$ZodTypeInternals<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock>>>>;
932
- }, z.core.$strip>>;
933
- notes: z.ZodString;
934
- source: z.ZodOptional<z.ZodObject<{
935
- format: z.ZodEnum<{
936
- docx: "docx";
937
- pptx: "pptx";
938
- xlsx: "xlsx";
939
- odt: "odt";
940
- ods: "ods";
941
- odp: "odp";
942
- odg: "odg";
943
- odm: "odm";
944
- odb: "odb";
945
- odf: "odf";
946
- markdown: "markdown";
947
- pdf: "pdf";
948
- epub: "epub";
949
- rtf: "rtf";
950
- }>;
951
- xml: z.ZodString;
952
- }, z.core.$strict>>;
953
- }, z.core.$strip>>;
954
- symbolTable: z.ZodOptional<z.ZodObject<{
955
- symbols: z.ZodArray<z.ZodObject<{
956
- glyph: z.ZodString;
957
- scope: z.ZodString;
958
- id: z.ZodString;
959
- quantityKind: z.ZodOptional<z.ZodString>;
960
- preferredUnit: z.ZodOptional<z.ZodString>;
961
- definitionSource: z.ZodOptional<z.ZodString>;
962
- }, z.core.$strip>>;
963
- units: z.ZodArray<z.ZodObject<{
964
- id: z.ZodString;
965
- symbol: z.ZodString;
966
- name: z.ZodOptional<z.ZodString>;
967
- dimension: z.ZodRecord<z.ZodEnum<{
968
- length: "length";
969
- mass: "mass";
970
- time: "time";
971
- electricCurrent: "electricCurrent";
972
- thermodynamicTemperature: "thermodynamicTemperature";
973
- amountOfSubstance: "amountOfSubstance";
974
- luminousIntensity: "luminousIntensity";
975
- }> & z.core.$partial, z.ZodNumber>;
976
- factorToSi: z.ZodObject<{
977
- numerator: z.ZodString;
978
- denominator: z.ZodString;
979
- }, z.core.$strip>;
980
- offsetToSi: z.ZodOptional<z.ZodObject<{
981
- numerator: z.ZodString;
982
- denominator: z.ZodString;
983
- }, z.core.$strip>>;
984
- context: z.ZodOptional<z.ZodString>;
985
- }, z.core.$strip>>;
986
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
987
- id: z.ZodString;
988
- bases: z.ZodArray<z.ZodObject<{
989
- unit: z.ZodString;
990
- value: z.ZodObject<{
991
- numerator: z.ZodString;
992
- denominator: z.ZodString;
993
- }, z.core.$strip>;
994
- }, z.core.$strip>>;
995
- }, z.core.$strip>>>;
996
- }, z.core.$strip>>;
997
- kind: z.ZodLiteral<"presentation">;
998
- metadata: z.ZodObject<{
999
- title: z.ZodOptional<z.ZodString>;
1000
- author: z.ZodOptional<z.ZodString>;
1001
- subject: z.ZodOptional<z.ZodString>;
1002
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
1003
- creator: z.ZodOptional<z.ZodString>;
1004
- producer: z.ZodOptional<z.ZodString>;
1005
- createdIso: z.ZodOptional<z.ZodString>;
1006
- modifiedIso: z.ZodOptional<z.ZodString>;
1007
- lastPrintedIso: z.ZodOptional<z.ZodString>;
1008
- language: z.ZodOptional<z.ZodString>;
1009
- direction: z.ZodOptional<z.ZodEnum<{
1010
- ltr: "ltr";
1011
- rtl: "rtl";
1012
- }>>;
1013
- publisher: z.ZodOptional<z.ZodString>;
1014
- contributor: z.ZodOptional<z.ZodString>;
1015
- rights: z.ZodOptional<z.ZodString>;
1016
- identifier: z.ZodOptional<z.ZodString>;
1017
- comments: z.ZodOptional<z.ZodString>;
1018
- company: z.ZodOptional<z.ZodString>;
1019
- manager: z.ZodOptional<z.ZodString>;
1020
- }, z.core.$strip>;
1021
- }, z.core.$strip>, z.ZodObject<{
1022
- sheets: z.ZodArray<z.ZodObject<{
1023
- name: z.ZodString;
1024
- cells: z.ZodArray<z.ZodObject<{
1025
- row: z.ZodNumber;
1026
- column: z.ZodNumber;
1027
- value: z.ZodDiscriminatedUnion<[z.ZodObject<{
1028
- kind: z.ZodLiteral<"number">;
1029
- value: z.ZodNumber;
1030
- exactValue: z.ZodOptional<z.ZodString>;
1031
- }, z.core.$strip>, z.ZodObject<{
1032
- kind: z.ZodLiteral<"percentage">;
1033
- value: z.ZodNumber;
1034
- exactValue: z.ZodOptional<z.ZodString>;
1035
- }, z.core.$strip>, z.ZodObject<{
1036
- kind: z.ZodLiteral<"currency">;
1037
- value: z.ZodNumber;
1038
- currency: z.ZodOptional<z.ZodString>;
1039
- exactValue: z.ZodOptional<z.ZodString>;
1040
- }, z.core.$strip>, z.ZodObject<{
1041
- kind: z.ZodLiteral<"boolean">;
1042
- value: z.ZodBoolean;
1043
- }, z.core.$strip>, z.ZodObject<{
1044
- kind: z.ZodLiteral<"date">;
1045
- value: z.ZodString;
1046
- }, z.core.$strip>, z.ZodObject<{
1047
- kind: z.ZodLiteral<"time">;
1048
- value: z.ZodString;
1049
- }, z.core.$strip>, z.ZodObject<{
1050
- kind: z.ZodLiteral<"dateTime">;
1051
- value: z.ZodString;
1052
- }, z.core.$strip>, z.ZodObject<{
1053
- kind: z.ZodLiteral<"string">;
1054
- value: z.ZodString;
1055
- }, z.core.$strip>, z.ZodObject<{
1056
- kind: z.ZodLiteral<"error">;
1057
- value: z.ZodString;
1058
- }, z.core.$strip>, z.ZodObject<{
1059
- kind: z.ZodLiteral<"empty">;
1060
- }, z.core.$strip>], "kind">;
1061
- formula: z.ZodOptional<z.ZodString>;
1062
- displayText: z.ZodString;
1063
- numberFormatCode: z.ZodOptional<z.ZodString>;
1064
- runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1065
- text: z.ZodString;
1066
- bold: z.ZodOptional<z.ZodBoolean>;
1067
- italic: z.ZodOptional<z.ZodBoolean>;
1068
- underline: z.ZodOptional<z.ZodBoolean>;
1069
- strike: z.ZodOptional<z.ZodBoolean>;
1070
- fontFamily: z.ZodOptional<z.ZodString>;
1071
- sizePt: z.ZodOptional<z.ZodNumber>;
1072
- color: z.ZodOptional<z.ZodObject<{
1073
- r: z.ZodNumber;
1074
- g: z.ZodNumber;
1075
- b: z.ZodNumber;
1076
- }, z.core.$strip>>;
1077
- hyperlink: z.ZodOptional<z.ZodString>;
1078
- verticalAlign: z.ZodOptional<z.ZodEnum<{
1079
- superscript: "superscript";
1080
- subscript: "subscript";
1081
- }>>;
1082
- direction: z.ZodOptional<z.ZodEnum<{
1083
- ltr: "ltr";
1084
- rtl: "rtl";
1085
- }>>;
1086
- sourcePath: z.ZodOptional<z.ZodString>;
1087
- source: z.ZodOptional<z.ZodObject<{
1088
- format: z.ZodEnum<{
1089
- docx: "docx";
1090
- pptx: "pptx";
1091
- xlsx: "xlsx";
1092
- odt: "odt";
1093
- ods: "ods";
1094
- odp: "odp";
1095
- odg: "odg";
1096
- odm: "odm";
1097
- odb: "odb";
1098
- odf: "odf";
1099
- markdown: "markdown";
1100
- pdf: "pdf";
1101
- epub: "epub";
1102
- rtf: "rtf";
1103
- }>;
1104
- xml: z.ZodString;
1105
- }, z.core.$strict>>;
1106
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1107
- pageIndex: z.ZodNumber;
1108
- xPt: z.ZodNumber;
1109
- yPt: z.ZodNumber;
1110
- widthPt: z.ZodNumber;
1111
- heightPt: z.ZodNumber;
1112
- }, z.core.$strip>>>;
1113
- }, z.core.$strip>>>;
1114
- colSpan: z.ZodOptional<z.ZodNumber>;
1115
- rowSpan: z.ZodOptional<z.ZodNumber>;
1116
- background: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
1117
- kind: z.ZodLiteral<"solid">;
1118
- color: z.ZodObject<{
1119
- r: z.ZodNumber;
1120
- g: z.ZodNumber;
1121
- b: z.ZodNumber;
1122
- }, z.core.$strip>;
1123
- }, z.core.$strip>, z.ZodObject<{
1124
- kind: z.ZodLiteral<"pattern">;
1125
- patternType: z.ZodEnum<{
1126
- percent5: "percent5";
1127
- percent10: "percent10";
1128
- percent12: "percent12";
1129
- percent15: "percent15";
1130
- percent20: "percent20";
1131
- percent25: "percent25";
1132
- percent30: "percent30";
1133
- percent35: "percent35";
1134
- percent37: "percent37";
1135
- percent40: "percent40";
1136
- percent45: "percent45";
1137
- percent50: "percent50";
1138
- percent55: "percent55";
1139
- percent60: "percent60";
1140
- percent62: "percent62";
1141
- percent65: "percent65";
1142
- percent70: "percent70";
1143
- percent75: "percent75";
1144
- percent80: "percent80";
1145
- percent85: "percent85";
1146
- percent87: "percent87";
1147
- percent90: "percent90";
1148
- percent95: "percent95";
1149
- horizontalStripe: "horizontalStripe";
1150
- verticalStripe: "verticalStripe";
1151
- diagonalStripe: "diagonalStripe";
1152
- reverseDiagonalStripe: "reverseDiagonalStripe";
1153
- horizontalCross: "horizontalCross";
1154
- diagonalCross: "diagonalCross";
1155
- thinHorizontalStripe: "thinHorizontalStripe";
1156
- thinVerticalStripe: "thinVerticalStripe";
1157
- thinDiagonalStripe: "thinDiagonalStripe";
1158
- thinReverseDiagonalStripe: "thinReverseDiagonalStripe";
1159
- thinHorizontalCross: "thinHorizontalCross";
1160
- thinDiagonalCross: "thinDiagonalCross";
1161
- mediumGray: "mediumGray";
1162
- darkGray: "darkGray";
1163
- lightGray: "lightGray";
1164
- darkHorizontal: "darkHorizontal";
1165
- darkVertical: "darkVertical";
1166
- darkDown: "darkDown";
1167
- darkUp: "darkUp";
1168
- darkGrid: "darkGrid";
1169
- darkTrellis: "darkTrellis";
1170
- lightHorizontal: "lightHorizontal";
1171
- lightVertical: "lightVertical";
1172
- lightDown: "lightDown";
1173
- lightUp: "lightUp";
1174
- lightGrid: "lightGrid";
1175
- lightTrellis: "lightTrellis";
1176
- gray125: "gray125";
1177
- gray0625: "gray0625";
1178
- }>;
1179
- foregroundColor: z.ZodOptional<z.ZodObject<{
1180
- r: z.ZodNumber;
1181
- g: z.ZodNumber;
1182
- b: z.ZodNumber;
1183
- }, z.core.$strip>>;
1184
- backgroundColor: z.ZodOptional<z.ZodObject<{
1185
- r: z.ZodNumber;
1186
- g: z.ZodNumber;
1187
- b: z.ZodNumber;
1188
- }, z.core.$strip>>;
1189
- }, z.core.$strip>], "kind">>;
1190
- borders: z.ZodOptional<z.ZodObject<{
1191
- left: z.ZodOptional<z.ZodObject<{
1192
- color: z.ZodObject<{
1193
- r: z.ZodNumber;
1194
- g: z.ZodNumber;
1195
- b: z.ZodNumber;
1196
- }, z.core.$strip>;
1197
- widthPt: z.ZodNumber;
1198
- style: z.ZodOptional<z.ZodEnum<{
1199
- solid: "solid";
1200
- dashed: "dashed";
1201
- dotted: "dotted";
1202
- double: "double";
1203
- }>>;
1204
- }, z.core.$strip>>;
1205
- right: z.ZodOptional<z.ZodObject<{
1206
- color: z.ZodObject<{
1207
- r: z.ZodNumber;
1208
- g: z.ZodNumber;
1209
- b: z.ZodNumber;
1210
- }, z.core.$strip>;
1211
- widthPt: z.ZodNumber;
1212
- style: z.ZodOptional<z.ZodEnum<{
1213
- solid: "solid";
1214
- dashed: "dashed";
1215
- dotted: "dotted";
1216
- double: "double";
1217
- }>>;
1218
- }, z.core.$strip>>;
1219
- top: z.ZodOptional<z.ZodObject<{
1220
- color: z.ZodObject<{
1221
- r: z.ZodNumber;
1222
- g: z.ZodNumber;
1223
- b: z.ZodNumber;
1224
- }, z.core.$strip>;
1225
- widthPt: z.ZodNumber;
1226
- style: z.ZodOptional<z.ZodEnum<{
1227
- solid: "solid";
1228
- dashed: "dashed";
1229
- dotted: "dotted";
1230
- double: "double";
1231
- }>>;
1232
- }, z.core.$strip>>;
1233
- bottom: z.ZodOptional<z.ZodObject<{
1234
- color: z.ZodObject<{
1235
- r: z.ZodNumber;
1236
- g: z.ZodNumber;
1237
- b: z.ZodNumber;
1238
- }, z.core.$strip>;
1239
- widthPt: z.ZodNumber;
1240
- style: z.ZodOptional<z.ZodEnum<{
1241
- solid: "solid";
1242
- dashed: "dashed";
1243
- dotted: "dotted";
1244
- double: "double";
1245
- }>>;
1246
- }, z.core.$strip>>;
1247
- diagonalUp: z.ZodOptional<z.ZodObject<{
1248
- color: z.ZodObject<{
1249
- r: z.ZodNumber;
1250
- g: z.ZodNumber;
1251
- b: z.ZodNumber;
1252
- }, z.core.$strip>;
1253
- widthPt: z.ZodNumber;
1254
- style: z.ZodOptional<z.ZodEnum<{
1255
- solid: "solid";
1256
- dashed: "dashed";
1257
- dotted: "dotted";
1258
- double: "double";
1259
- }>>;
1260
- }, z.core.$strip>>;
1261
- diagonalDown: z.ZodOptional<z.ZodObject<{
1262
- color: z.ZodObject<{
1263
- r: z.ZodNumber;
1264
- g: z.ZodNumber;
1265
- b: z.ZodNumber;
1266
- }, z.core.$strip>;
1267
- widthPt: z.ZodNumber;
1268
- style: z.ZodOptional<z.ZodEnum<{
1269
- solid: "solid";
1270
- dashed: "dashed";
1271
- dotted: "dotted";
1272
- double: "double";
1273
- }>>;
1274
- }, z.core.$strip>>;
1275
- }, z.core.$strip>>;
1276
- alignment: z.ZodOptional<z.ZodEnum<{
1277
- left: "left";
1278
- right: "right";
1279
- center: "center";
1280
- justify: "justify";
1281
- }>>;
1282
- verticalAlignment: z.ZodOptional<z.ZodEnum<{
1283
- top: "top";
1284
- bottom: "bottom";
1285
- middle: "middle";
1286
- }>>;
1287
- comment: z.ZodOptional<z.ZodObject<{
1288
- text: z.ZodString;
1289
- author: z.ZodOptional<z.ZodString>;
1290
- createdAt: z.ZodOptional<z.ZodString>;
1291
- replies: z.ZodOptional<z.ZodArray<z.ZodObject<{
1292
- text: z.ZodString;
1293
- author: z.ZodOptional<z.ZodString>;
1294
- }, z.core.$strip>>>;
1295
- }, z.core.$strip>>;
1296
- sourcePath: z.ZodOptional<z.ZodString>;
1297
- source: z.ZodOptional<z.ZodObject<{
1298
- format: z.ZodEnum<{
1299
- docx: "docx";
1300
- pptx: "pptx";
1301
- xlsx: "xlsx";
1302
- odt: "odt";
1303
- ods: "ods";
1304
- odp: "odp";
1305
- odg: "odg";
1306
- odm: "odm";
1307
- odb: "odb";
1308
- odf: "odf";
1309
- markdown: "markdown";
1310
- pdf: "pdf";
1311
- epub: "epub";
1312
- rtf: "rtf";
1313
- }>;
1314
- xml: z.ZodString;
1315
- }, z.core.$strict>>;
1316
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1317
- pageIndex: z.ZodNumber;
1318
- xPt: z.ZodNumber;
1319
- yPt: z.ZodNumber;
1320
- widthPt: z.ZodNumber;
1321
- heightPt: z.ZodNumber;
1322
- }, z.core.$strip>>>;
1323
- }, z.core.$strip>>;
1324
- columns: z.ZodArray<z.ZodObject<{
1325
- index: z.ZodNumber;
1326
- widthPt: z.ZodOptional<z.ZodNumber>;
1327
- hidden: z.ZodOptional<z.ZodBoolean>;
1328
- }, z.core.$strip>>;
1329
- rows: z.ZodArray<z.ZodObject<{
1330
- index: z.ZodNumber;
1331
- heightPt: z.ZodOptional<z.ZodNumber>;
1332
- hidden: z.ZodOptional<z.ZodBoolean>;
1333
- }, z.core.$strip>>;
1334
- images: z.ZodArray<z.ZodObject<{
1335
- kind: z.ZodLiteral<"image">;
1336
- format: z.ZodEnum<{
1337
- png: "png";
1338
- jpeg: "jpeg";
1339
- svg: "svg";
1340
- gif: "gif";
1341
- }>;
1342
- base64: z.ZodString;
1343
- widthPt: z.ZodNumber;
1344
- heightPt: z.ZodNumber;
1345
- altText: z.ZodOptional<z.ZodString>;
1346
- floatPosition: z.ZodOptional<z.ZodObject<{
1347
- horizontal: z.ZodUnion<readonly [z.ZodObject<{
1348
- relativeTo: z.ZodEnum<{
1349
- paragraph: "paragraph";
1350
- page: "page";
1351
- margin: "margin";
1352
- leftMargin: "leftMargin";
1353
- rightMargin: "rightMargin";
1354
- topMargin: "topMargin";
1355
- bottomMargin: "bottomMargin";
1356
- insideMargin: "insideMargin";
1357
- outsideMargin: "outsideMargin";
1358
- column: "column";
1359
- character: "character";
1360
- line: "line";
1361
- frame: "frame";
1362
- }>;
1363
- offsetPt: z.ZodNumber;
1364
- }, z.core.$strict>, z.ZodObject<{
1365
- relativeTo: z.ZodEnum<{
1366
- paragraph: "paragraph";
1367
- page: "page";
1368
- margin: "margin";
1369
- leftMargin: "leftMargin";
1370
- rightMargin: "rightMargin";
1371
- topMargin: "topMargin";
1372
- bottomMargin: "bottomMargin";
1373
- insideMargin: "insideMargin";
1374
- outsideMargin: "outsideMargin";
1375
- column: "column";
1376
- character: "character";
1377
- line: "line";
1378
- frame: "frame";
1379
- }>;
1380
- align: z.ZodEnum<{
1381
- left: "left";
1382
- right: "right";
1383
- top: "top";
1384
- bottom: "bottom";
1385
- center: "center";
1386
- inside: "inside";
1387
- outside: "outside";
1388
- }>;
1389
- }, z.core.$strict>]>;
1390
- vertical: z.ZodUnion<readonly [z.ZodObject<{
1391
- relativeTo: z.ZodEnum<{
1392
- paragraph: "paragraph";
1393
- page: "page";
1394
- margin: "margin";
1395
- leftMargin: "leftMargin";
1396
- rightMargin: "rightMargin";
1397
- topMargin: "topMargin";
1398
- bottomMargin: "bottomMargin";
1399
- insideMargin: "insideMargin";
1400
- outsideMargin: "outsideMargin";
1401
- column: "column";
1402
- character: "character";
1403
- line: "line";
1404
- frame: "frame";
1405
- }>;
1406
- offsetPt: z.ZodNumber;
1407
- }, z.core.$strict>, z.ZodObject<{
1408
- relativeTo: z.ZodEnum<{
1409
- paragraph: "paragraph";
1410
- page: "page";
1411
- margin: "margin";
1412
- leftMargin: "leftMargin";
1413
- rightMargin: "rightMargin";
1414
- topMargin: "topMargin";
1415
- bottomMargin: "bottomMargin";
1416
- insideMargin: "insideMargin";
1417
- outsideMargin: "outsideMargin";
1418
- column: "column";
1419
- character: "character";
1420
- line: "line";
1421
- frame: "frame";
1422
- }>;
1423
- align: z.ZodEnum<{
1424
- left: "left";
1425
- right: "right";
1426
- top: "top";
1427
- bottom: "bottom";
1428
- center: "center";
1429
- inside: "inside";
1430
- outside: "outside";
1431
- }>;
1432
- }, z.core.$strict>]>;
1433
- }, z.core.$strip>>;
1434
- sourcePath: z.ZodOptional<z.ZodString>;
1435
- source: z.ZodOptional<z.ZodObject<{
1436
- format: z.ZodEnum<{
1437
- docx: "docx";
1438
- pptx: "pptx";
1439
- xlsx: "xlsx";
1440
- odt: "odt";
1441
- ods: "ods";
1442
- odp: "odp";
1443
- odg: "odg";
1444
- odm: "odm";
1445
- odb: "odb";
1446
- odf: "odf";
1447
- markdown: "markdown";
1448
- pdf: "pdf";
1449
- epub: "epub";
1450
- rtf: "rtf";
1451
- }>;
1452
- xml: z.ZodString;
1453
- }, z.core.$strict>>;
1454
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1455
- pageIndex: z.ZodNumber;
1456
- xPt: z.ZodNumber;
1457
- yPt: z.ZodNumber;
1458
- widthPt: z.ZodNumber;
1459
- heightPt: z.ZodNumber;
1460
- }, z.core.$strip>>>;
1461
- anchorRow: z.ZodNumber;
1462
- anchorColumn: z.ZodNumber;
1463
- offsetXPt: z.ZodNumber;
1464
- offsetYPt: z.ZodNumber;
1465
- }, z.core.$strip>>;
1466
- printSettings: z.ZodObject<{
1467
- pageSize: z.ZodObject<{
1468
- widthPt: z.ZodNumber;
1469
- heightPt: z.ZodNumber;
1470
- }, z.core.$strip>;
1471
- margins: z.ZodObject<{
1472
- topPt: z.ZodNumber;
1473
- rightPt: z.ZodNumber;
1474
- bottomPt: z.ZodNumber;
1475
- leftPt: z.ZodNumber;
1476
- }, z.core.$strip>;
1477
- printRange: z.ZodOptional<z.ZodObject<{
1478
- startRow: z.ZodNumber;
1479
- startColumn: z.ZodNumber;
1480
- endRow: z.ZodNumber;
1481
- endColumn: z.ZodNumber;
1482
- }, z.core.$strip>>;
1483
- scalePercent: z.ZodOptional<z.ZodNumber>;
1484
- fitToPages: z.ZodOptional<z.ZodObject<{
1485
- width: z.ZodNumber;
1486
- height: z.ZodNumber;
1487
- }, z.core.$strip>>;
1488
- repeatRows: z.ZodOptional<z.ZodObject<{
1489
- start: z.ZodNumber;
1490
- end: z.ZodNumber;
1491
- }, z.core.$strip>>;
1492
- repeatColumns: z.ZodOptional<z.ZodObject<{
1493
- start: z.ZodNumber;
1494
- end: z.ZodNumber;
1495
- }, z.core.$strip>>;
1496
- gridlines: z.ZodBoolean;
1497
- headers: z.ZodBoolean;
1498
- pageOrder: z.ZodEnum<{
1499
- downThenOver: "downThenOver";
1500
- overThenDown: "overThenDown";
1501
- }>;
1502
- manualBreaks: z.ZodOptional<z.ZodObject<{
1503
- rows: z.ZodArray<z.ZodNumber>;
1504
- columns: z.ZodArray<z.ZodNumber>;
1505
- }, z.core.$strip>>;
1506
- }, z.core.$strip>;
1507
- embeddedObjects: z.ZodOptional<z.ZodArray<z.ZodType<import("document-schema.js").ContentEmbeddedObject, import("document-schema.js").ContentEmbeddedObject, z.core.$ZodTypeInternals<import("document-schema.js").ContentEmbeddedObject, import("document-schema.js").ContentEmbeddedObject>>>>;
1508
- dataValidations: z.ZodOptional<z.ZodArray<z.ZodObject<{
1509
- ranges: z.ZodArray<z.ZodObject<{
1510
- startRow: z.ZodNumber;
1511
- startColumn: z.ZodNumber;
1512
- endRow: z.ZodNumber;
1513
- endColumn: z.ZodNumber;
1514
- }, z.core.$strip>>;
1515
- type: z.ZodEnum<{
1516
- date: "date";
1517
- custom: "custom";
1518
- decimal: "decimal";
1519
- list: "list";
1520
- time: "time";
1521
- whole: "whole";
1522
- textLength: "textLength";
1523
- }>;
1524
- operator: z.ZodOptional<z.ZodEnum<{
1525
- between: "between";
1526
- notBetween: "notBetween";
1527
- equal: "equal";
1528
- notEqual: "notEqual";
1529
- greaterThan: "greaterThan";
1530
- greaterThanOrEqual: "greaterThanOrEqual";
1531
- lessThan: "lessThan";
1532
- lessThanOrEqual: "lessThanOrEqual";
1533
- }>>;
1534
- formula1: z.ZodOptional<z.ZodString>;
1535
- formula2: z.ZodOptional<z.ZodString>;
1536
- allowBlank: z.ZodOptional<z.ZodBoolean>;
1537
- showInputMessage: z.ZodOptional<z.ZodBoolean>;
1538
- promptTitle: z.ZodOptional<z.ZodString>;
1539
- prompt: z.ZodOptional<z.ZodString>;
1540
- showErrorMessage: z.ZodOptional<z.ZodBoolean>;
1541
- errorStyle: z.ZodOptional<z.ZodEnum<{
1542
- stop: "stop";
1543
- warning: "warning";
1544
- information: "information";
1545
- }>>;
1546
- errorTitle: z.ZodOptional<z.ZodString>;
1547
- error: z.ZodOptional<z.ZodString>;
1548
- source: z.ZodOptional<z.ZodObject<{
1549
- format: z.ZodEnum<{
1550
- docx: "docx";
1551
- pptx: "pptx";
1552
- xlsx: "xlsx";
1553
- odt: "odt";
1554
- ods: "ods";
1555
- odp: "odp";
1556
- odg: "odg";
1557
- odm: "odm";
1558
- odb: "odb";
1559
- odf: "odf";
1560
- markdown: "markdown";
1561
- pdf: "pdf";
1562
- epub: "epub";
1563
- rtf: "rtf";
1564
- }>;
1565
- xml: z.ZodString;
1566
- }, z.core.$strict>>;
1567
- }, z.core.$strip>>>;
1568
- conditionalFormats: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1569
- operator: z.ZodEnum<{
1570
- between: "between";
1571
- notBetween: "notBetween";
1572
- equal: "equal";
1573
- notEqual: "notEqual";
1574
- greaterThan: "greaterThan";
1575
- greaterThanOrEqual: "greaterThanOrEqual";
1576
- lessThan: "lessThan";
1577
- lessThanOrEqual: "lessThanOrEqual";
1578
- }>;
1579
- formula1: z.ZodString;
1580
- formula2: z.ZodOptional<z.ZodString>;
1581
- style: z.ZodOptional<z.ZodObject<{
1582
- textColor: z.ZodOptional<z.ZodObject<{
1583
- r: z.ZodNumber;
1584
- g: z.ZodNumber;
1585
- b: z.ZodNumber;
1586
- }, z.core.$strip>>;
1587
- background: z.ZodOptional<z.ZodObject<{
1588
- r: z.ZodNumber;
1589
- g: z.ZodNumber;
1590
- b: z.ZodNumber;
1591
- }, z.core.$strip>>;
1592
- source: z.ZodOptional<z.ZodObject<{
1593
- format: z.ZodEnum<{
1594
- docx: "docx";
1595
- pptx: "pptx";
1596
- xlsx: "xlsx";
1597
- odt: "odt";
1598
- ods: "ods";
1599
- odp: "odp";
1600
- odg: "odg";
1601
- odm: "odm";
1602
- odb: "odb";
1603
- odf: "odf";
1604
- markdown: "markdown";
1605
- pdf: "pdf";
1606
- epub: "epub";
1607
- rtf: "rtf";
1608
- }>;
1609
- xml: z.ZodString;
1610
- }, z.core.$strict>>;
1611
- }, z.core.$strip>>;
1612
- ranges: z.ZodArray<z.ZodObject<{
1613
- startRow: z.ZodNumber;
1614
- startColumn: z.ZodNumber;
1615
- endRow: z.ZodNumber;
1616
- endColumn: z.ZodNumber;
1617
- }, z.core.$strip>>;
1618
- priority: z.ZodOptional<z.ZodNumber>;
1619
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
1620
- source: z.ZodOptional<z.ZodObject<{
1621
- format: z.ZodEnum<{
1622
- docx: "docx";
1623
- pptx: "pptx";
1624
- xlsx: "xlsx";
1625
- odt: "odt";
1626
- ods: "ods";
1627
- odp: "odp";
1628
- odg: "odg";
1629
- odm: "odm";
1630
- odb: "odb";
1631
- odf: "odf";
1632
- markdown: "markdown";
1633
- pdf: "pdf";
1634
- epub: "epub";
1635
- rtf: "rtf";
1636
- }>;
1637
- xml: z.ZodString;
1638
- }, z.core.$strict>>;
1639
- type: z.ZodLiteral<"cellIs">;
1640
- }, z.core.$strip>, z.ZodObject<{
1641
- text: z.ZodString;
1642
- style: z.ZodOptional<z.ZodObject<{
1643
- textColor: z.ZodOptional<z.ZodObject<{
1644
- r: z.ZodNumber;
1645
- g: z.ZodNumber;
1646
- b: z.ZodNumber;
1647
- }, z.core.$strip>>;
1648
- background: z.ZodOptional<z.ZodObject<{
1649
- r: z.ZodNumber;
1650
- g: z.ZodNumber;
1651
- b: z.ZodNumber;
1652
- }, z.core.$strip>>;
1653
- source: z.ZodOptional<z.ZodObject<{
1654
- format: z.ZodEnum<{
1655
- docx: "docx";
1656
- pptx: "pptx";
1657
- xlsx: "xlsx";
1658
- odt: "odt";
1659
- ods: "ods";
1660
- odp: "odp";
1661
- odg: "odg";
1662
- odm: "odm";
1663
- odb: "odb";
1664
- odf: "odf";
1665
- markdown: "markdown";
1666
- pdf: "pdf";
1667
- epub: "epub";
1668
- rtf: "rtf";
1669
- }>;
1670
- xml: z.ZodString;
1671
- }, z.core.$strict>>;
1672
- }, z.core.$strip>>;
1673
- ranges: z.ZodArray<z.ZodObject<{
1674
- startRow: z.ZodNumber;
1675
- startColumn: z.ZodNumber;
1676
- endRow: z.ZodNumber;
1677
- endColumn: z.ZodNumber;
1678
- }, z.core.$strip>>;
1679
- priority: z.ZodOptional<z.ZodNumber>;
1680
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
1681
- source: z.ZodOptional<z.ZodObject<{
1682
- format: z.ZodEnum<{
1683
- docx: "docx";
1684
- pptx: "pptx";
1685
- xlsx: "xlsx";
1686
- odt: "odt";
1687
- ods: "ods";
1688
- odp: "odp";
1689
- odg: "odg";
1690
- odm: "odm";
1691
- odb: "odb";
1692
- odf: "odf";
1693
- markdown: "markdown";
1694
- pdf: "pdf";
1695
- epub: "epub";
1696
- rtf: "rtf";
1697
- }>;
1698
- xml: z.ZodString;
1699
- }, z.core.$strict>>;
1700
- type: z.ZodEnum<{
1701
- containsText: "containsText";
1702
- notContainsText: "notContainsText";
1703
- beginsWith: "beginsWith";
1704
- endsWith: "endsWith";
1705
- }>;
1706
- }, z.core.$strip>, z.ZodObject<{
1707
- style: z.ZodOptional<z.ZodObject<{
1708
- textColor: z.ZodOptional<z.ZodObject<{
1709
- r: z.ZodNumber;
1710
- g: z.ZodNumber;
1711
- b: z.ZodNumber;
1712
- }, z.core.$strip>>;
1713
- background: z.ZodOptional<z.ZodObject<{
1714
- r: z.ZodNumber;
1715
- g: z.ZodNumber;
1716
- b: z.ZodNumber;
1717
- }, z.core.$strip>>;
1718
- source: z.ZodOptional<z.ZodObject<{
1719
- format: z.ZodEnum<{
1720
- docx: "docx";
1721
- pptx: "pptx";
1722
- xlsx: "xlsx";
1723
- odt: "odt";
1724
- ods: "ods";
1725
- odp: "odp";
1726
- odg: "odg";
1727
- odm: "odm";
1728
- odb: "odb";
1729
- odf: "odf";
1730
- markdown: "markdown";
1731
- pdf: "pdf";
1732
- epub: "epub";
1733
- rtf: "rtf";
1734
- }>;
1735
- xml: z.ZodString;
1736
- }, z.core.$strict>>;
1737
- }, z.core.$strip>>;
1738
- ranges: z.ZodArray<z.ZodObject<{
1739
- startRow: z.ZodNumber;
1740
- startColumn: z.ZodNumber;
1741
- endRow: z.ZodNumber;
1742
- endColumn: z.ZodNumber;
1743
- }, z.core.$strip>>;
1744
- priority: z.ZodOptional<z.ZodNumber>;
1745
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
1746
- source: z.ZodOptional<z.ZodObject<{
1747
- format: z.ZodEnum<{
1748
- docx: "docx";
1749
- pptx: "pptx";
1750
- xlsx: "xlsx";
1751
- odt: "odt";
1752
- ods: "ods";
1753
- odp: "odp";
1754
- odg: "odg";
1755
- odm: "odm";
1756
- odb: "odb";
1757
- odf: "odf";
1758
- markdown: "markdown";
1759
- pdf: "pdf";
1760
- epub: "epub";
1761
- rtf: "rtf";
1762
- }>;
1763
- xml: z.ZodString;
1764
- }, z.core.$strict>>;
1765
- type: z.ZodEnum<{
1766
- containsBlanks: "containsBlanks";
1767
- notContainsBlanks: "notContainsBlanks";
1768
- containsErrors: "containsErrors";
1769
- notContainsErrors: "notContainsErrors";
1770
- uniqueValues: "uniqueValues";
1771
- duplicateValues: "duplicateValues";
1772
- }>;
1773
- }, z.core.$strip>, z.ZodObject<{
1774
- rank: z.ZodNumber;
1775
- percent: z.ZodOptional<z.ZodBoolean>;
1776
- bottom: z.ZodOptional<z.ZodBoolean>;
1777
- style: z.ZodOptional<z.ZodObject<{
1778
- textColor: z.ZodOptional<z.ZodObject<{
1779
- r: z.ZodNumber;
1780
- g: z.ZodNumber;
1781
- b: z.ZodNumber;
1782
- }, z.core.$strip>>;
1783
- background: z.ZodOptional<z.ZodObject<{
1784
- r: z.ZodNumber;
1785
- g: z.ZodNumber;
1786
- b: z.ZodNumber;
1787
- }, z.core.$strip>>;
1788
- source: z.ZodOptional<z.ZodObject<{
1789
- format: z.ZodEnum<{
1790
- docx: "docx";
1791
- pptx: "pptx";
1792
- xlsx: "xlsx";
1793
- odt: "odt";
1794
- ods: "ods";
1795
- odp: "odp";
1796
- odg: "odg";
1797
- odm: "odm";
1798
- odb: "odb";
1799
- odf: "odf";
1800
- markdown: "markdown";
1801
- pdf: "pdf";
1802
- epub: "epub";
1803
- rtf: "rtf";
1804
- }>;
1805
- xml: z.ZodString;
1806
- }, z.core.$strict>>;
1807
- }, z.core.$strip>>;
1808
- ranges: z.ZodArray<z.ZodObject<{
1809
- startRow: z.ZodNumber;
1810
- startColumn: z.ZodNumber;
1811
- endRow: z.ZodNumber;
1812
- endColumn: z.ZodNumber;
1813
- }, z.core.$strip>>;
1814
- priority: z.ZodOptional<z.ZodNumber>;
1815
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
1816
- source: z.ZodOptional<z.ZodObject<{
1817
- format: z.ZodEnum<{
1818
- docx: "docx";
1819
- pptx: "pptx";
1820
- xlsx: "xlsx";
1821
- odt: "odt";
1822
- ods: "ods";
1823
- odp: "odp";
1824
- odg: "odg";
1825
- odm: "odm";
1826
- odb: "odb";
1827
- odf: "odf";
1828
- markdown: "markdown";
1829
- pdf: "pdf";
1830
- epub: "epub";
1831
- rtf: "rtf";
1832
- }>;
1833
- xml: z.ZodString;
1834
- }, z.core.$strict>>;
1835
- type: z.ZodLiteral<"top10">;
1836
- }, z.core.$strip>, z.ZodObject<{
1837
- aboveAverage: z.ZodOptional<z.ZodBoolean>;
1838
- equalAverage: z.ZodOptional<z.ZodBoolean>;
1839
- stdDev: z.ZodOptional<z.ZodNumber>;
1840
- style: z.ZodOptional<z.ZodObject<{
1841
- textColor: z.ZodOptional<z.ZodObject<{
1842
- r: z.ZodNumber;
1843
- g: z.ZodNumber;
1844
- b: z.ZodNumber;
1845
- }, z.core.$strip>>;
1846
- background: z.ZodOptional<z.ZodObject<{
1847
- r: z.ZodNumber;
1848
- g: z.ZodNumber;
1849
- b: z.ZodNumber;
1850
- }, z.core.$strip>>;
1851
- source: z.ZodOptional<z.ZodObject<{
1852
- format: z.ZodEnum<{
1853
- docx: "docx";
1854
- pptx: "pptx";
1855
- xlsx: "xlsx";
1856
- odt: "odt";
1857
- ods: "ods";
1858
- odp: "odp";
1859
- odg: "odg";
1860
- odm: "odm";
1861
- odb: "odb";
1862
- odf: "odf";
1863
- markdown: "markdown";
1864
- pdf: "pdf";
1865
- epub: "epub";
1866
- rtf: "rtf";
1867
- }>;
1868
- xml: z.ZodString;
1869
- }, z.core.$strict>>;
1870
- }, z.core.$strip>>;
1871
- ranges: z.ZodArray<z.ZodObject<{
1872
- startRow: z.ZodNumber;
1873
- startColumn: z.ZodNumber;
1874
- endRow: z.ZodNumber;
1875
- endColumn: z.ZodNumber;
1876
- }, z.core.$strip>>;
1877
- priority: z.ZodOptional<z.ZodNumber>;
1878
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
1879
- source: z.ZodOptional<z.ZodObject<{
1880
- format: z.ZodEnum<{
1881
- docx: "docx";
1882
- pptx: "pptx";
1883
- xlsx: "xlsx";
1884
- odt: "odt";
1885
- ods: "ods";
1886
- odp: "odp";
1887
- odg: "odg";
1888
- odm: "odm";
1889
- odb: "odb";
1890
- odf: "odf";
1891
- markdown: "markdown";
1892
- pdf: "pdf";
1893
- epub: "epub";
1894
- rtf: "rtf";
1895
- }>;
1896
- xml: z.ZodString;
1897
- }, z.core.$strict>>;
1898
- type: z.ZodLiteral<"aboveAverage">;
1899
- }, z.core.$strip>, z.ZodObject<{
1900
- timePeriod: z.ZodEnum<{
1901
- yesterday: "yesterday";
1902
- today: "today";
1903
- tomorrow: "tomorrow";
1904
- last7Days: "last7Days";
1905
- thisMonth: "thisMonth";
1906
- lastMonth: "lastMonth";
1907
- nextMonth: "nextMonth";
1908
- thisWeek: "thisWeek";
1909
- lastWeek: "lastWeek";
1910
- nextWeek: "nextWeek";
1911
- thisYear: "thisYear";
1912
- lastYear: "lastYear";
1913
- nextYear: "nextYear";
1914
- }>;
1915
- style: z.ZodOptional<z.ZodObject<{
1916
- textColor: z.ZodOptional<z.ZodObject<{
1917
- r: z.ZodNumber;
1918
- g: z.ZodNumber;
1919
- b: z.ZodNumber;
1920
- }, z.core.$strip>>;
1921
- background: z.ZodOptional<z.ZodObject<{
1922
- r: z.ZodNumber;
1923
- g: z.ZodNumber;
1924
- b: z.ZodNumber;
1925
- }, z.core.$strip>>;
1926
- source: z.ZodOptional<z.ZodObject<{
1927
- format: z.ZodEnum<{
1928
- docx: "docx";
1929
- pptx: "pptx";
1930
- xlsx: "xlsx";
1931
- odt: "odt";
1932
- ods: "ods";
1933
- odp: "odp";
1934
- odg: "odg";
1935
- odm: "odm";
1936
- odb: "odb";
1937
- odf: "odf";
1938
- markdown: "markdown";
1939
- pdf: "pdf";
1940
- epub: "epub";
1941
- rtf: "rtf";
1942
- }>;
1943
- xml: z.ZodString;
1944
- }, z.core.$strict>>;
1945
- }, z.core.$strip>>;
1946
- ranges: z.ZodArray<z.ZodObject<{
1947
- startRow: z.ZodNumber;
1948
- startColumn: z.ZodNumber;
1949
- endRow: z.ZodNumber;
1950
- endColumn: z.ZodNumber;
1951
- }, z.core.$strip>>;
1952
- priority: z.ZodOptional<z.ZodNumber>;
1953
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
1954
- source: z.ZodOptional<z.ZodObject<{
1955
- format: z.ZodEnum<{
1956
- docx: "docx";
1957
- pptx: "pptx";
1958
- xlsx: "xlsx";
1959
- odt: "odt";
1960
- ods: "ods";
1961
- odp: "odp";
1962
- odg: "odg";
1963
- odm: "odm";
1964
- odb: "odb";
1965
- odf: "odf";
1966
- markdown: "markdown";
1967
- pdf: "pdf";
1968
- epub: "epub";
1969
- rtf: "rtf";
1970
- }>;
1971
- xml: z.ZodString;
1972
- }, z.core.$strict>>;
1973
- type: z.ZodLiteral<"timePeriod">;
1974
- }, z.core.$strip>, z.ZodObject<{
1975
- stops: z.ZodArray<z.ZodObject<{
1976
- value: z.ZodObject<{
1977
- type: z.ZodEnum<{
1978
- formula: "formula";
1979
- percent: "percent";
1980
- num: "num";
1981
- max: "max";
1982
- min: "min";
1983
- percentile: "percentile";
1984
- }>;
1985
- value: z.ZodOptional<z.ZodString>;
1986
- }, z.core.$strip>;
1987
- color: z.ZodObject<{
1988
- r: z.ZodNumber;
1989
- g: z.ZodNumber;
1990
- b: z.ZodNumber;
1991
- }, z.core.$strip>;
1992
- }, z.core.$strip>>;
1993
- ranges: z.ZodArray<z.ZodObject<{
1994
- startRow: z.ZodNumber;
1995
- startColumn: z.ZodNumber;
1996
- endRow: z.ZodNumber;
1997
- endColumn: z.ZodNumber;
1998
- }, z.core.$strip>>;
1999
- priority: z.ZodOptional<z.ZodNumber>;
2000
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
2001
- source: z.ZodOptional<z.ZodObject<{
2002
- format: z.ZodEnum<{
2003
- docx: "docx";
2004
- pptx: "pptx";
2005
- xlsx: "xlsx";
2006
- odt: "odt";
2007
- ods: "ods";
2008
- odp: "odp";
2009
- odg: "odg";
2010
- odm: "odm";
2011
- odb: "odb";
2012
- odf: "odf";
2013
- markdown: "markdown";
2014
- pdf: "pdf";
2015
- epub: "epub";
2016
- rtf: "rtf";
2017
- }>;
2018
- xml: z.ZodString;
2019
- }, z.core.$strict>>;
2020
- type: z.ZodLiteral<"colorScale">;
2021
- }, z.core.$strip>, z.ZodObject<{
2022
- min: z.ZodObject<{
2023
- type: z.ZodEnum<{
2024
- formula: "formula";
2025
- percent: "percent";
2026
- num: "num";
2027
- max: "max";
2028
- min: "min";
2029
- percentile: "percentile";
2030
- }>;
2031
- value: z.ZodOptional<z.ZodString>;
2032
- }, z.core.$strip>;
2033
- max: z.ZodObject<{
2034
- type: z.ZodEnum<{
2035
- formula: "formula";
2036
- percent: "percent";
2037
- num: "num";
2038
- max: "max";
2039
- min: "min";
2040
- percentile: "percentile";
2041
- }>;
2042
- value: z.ZodOptional<z.ZodString>;
2043
- }, z.core.$strip>;
2044
- color: z.ZodObject<{
2045
- r: z.ZodNumber;
2046
- g: z.ZodNumber;
2047
- b: z.ZodNumber;
2048
- }, z.core.$strip>;
2049
- showValue: z.ZodOptional<z.ZodBoolean>;
2050
- ranges: z.ZodArray<z.ZodObject<{
2051
- startRow: z.ZodNumber;
2052
- startColumn: z.ZodNumber;
2053
- endRow: z.ZodNumber;
2054
- endColumn: z.ZodNumber;
2055
- }, z.core.$strip>>;
2056
- priority: z.ZodOptional<z.ZodNumber>;
2057
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
2058
- source: z.ZodOptional<z.ZodObject<{
2059
- format: z.ZodEnum<{
2060
- docx: "docx";
2061
- pptx: "pptx";
2062
- xlsx: "xlsx";
2063
- odt: "odt";
2064
- ods: "ods";
2065
- odp: "odp";
2066
- odg: "odg";
2067
- odm: "odm";
2068
- odb: "odb";
2069
- odf: "odf";
2070
- markdown: "markdown";
2071
- pdf: "pdf";
2072
- epub: "epub";
2073
- rtf: "rtf";
2074
- }>;
2075
- xml: z.ZodString;
2076
- }, z.core.$strict>>;
2077
- type: z.ZodLiteral<"dataBar">;
2078
- }, z.core.$strip>, z.ZodObject<{
2079
- iconSetType: z.ZodString;
2080
- thresholds: z.ZodArray<z.ZodObject<{
2081
- type: z.ZodEnum<{
2082
- formula: "formula";
2083
- percent: "percent";
2084
- num: "num";
2085
- max: "max";
2086
- min: "min";
2087
- percentile: "percentile";
2088
- }>;
2089
- value: z.ZodOptional<z.ZodString>;
2090
- }, z.core.$strip>>;
2091
- reverse: z.ZodOptional<z.ZodBoolean>;
2092
- showValue: z.ZodOptional<z.ZodBoolean>;
2093
- ranges: z.ZodArray<z.ZodObject<{
2094
- startRow: z.ZodNumber;
2095
- startColumn: z.ZodNumber;
2096
- endRow: z.ZodNumber;
2097
- endColumn: z.ZodNumber;
2098
- }, z.core.$strip>>;
2099
- priority: z.ZodOptional<z.ZodNumber>;
2100
- stopIfTrue: z.ZodOptional<z.ZodBoolean>;
2101
- source: z.ZodOptional<z.ZodObject<{
2102
- format: z.ZodEnum<{
2103
- docx: "docx";
2104
- pptx: "pptx";
2105
- xlsx: "xlsx";
2106
- odt: "odt";
2107
- ods: "ods";
2108
- odp: "odp";
2109
- odg: "odg";
2110
- odm: "odm";
2111
- odb: "odb";
2112
- odf: "odf";
2113
- markdown: "markdown";
2114
- pdf: "pdf";
2115
- epub: "epub";
2116
- rtf: "rtf";
2117
- }>;
2118
- xml: z.ZodString;
2119
- }, z.core.$strict>>;
2120
- type: z.ZodLiteral<"iconSet">;
2121
- }, z.core.$strip>], "type">>>;
2122
- source: z.ZodOptional<z.ZodObject<{
2123
- format: z.ZodEnum<{
2124
- docx: "docx";
2125
- pptx: "pptx";
2126
- xlsx: "xlsx";
2127
- odt: "odt";
2128
- ods: "ods";
2129
- odp: "odp";
2130
- odg: "odg";
2131
- odm: "odm";
2132
- odb: "odb";
2133
- odf: "odf";
2134
- markdown: "markdown";
2135
- pdf: "pdf";
2136
- epub: "epub";
2137
- rtf: "rtf";
2138
- }>;
2139
- xml: z.ZodString;
2140
- }, z.core.$strict>>;
2141
- }, z.core.$strip>>;
2142
- symbolTable: z.ZodOptional<z.ZodObject<{
2143
- symbols: z.ZodArray<z.ZodObject<{
2144
- glyph: z.ZodString;
2145
- scope: z.ZodString;
2146
- id: z.ZodString;
2147
- quantityKind: z.ZodOptional<z.ZodString>;
2148
- preferredUnit: z.ZodOptional<z.ZodString>;
2149
- definitionSource: z.ZodOptional<z.ZodString>;
2150
- }, z.core.$strip>>;
2151
- units: z.ZodArray<z.ZodObject<{
2152
- id: z.ZodString;
2153
- symbol: z.ZodString;
2154
- name: z.ZodOptional<z.ZodString>;
2155
- dimension: z.ZodRecord<z.ZodEnum<{
2156
- length: "length";
2157
- mass: "mass";
2158
- time: "time";
2159
- electricCurrent: "electricCurrent";
2160
- thermodynamicTemperature: "thermodynamicTemperature";
2161
- amountOfSubstance: "amountOfSubstance";
2162
- luminousIntensity: "luminousIntensity";
2163
- }> & z.core.$partial, z.ZodNumber>;
2164
- factorToSi: z.ZodObject<{
2165
- numerator: z.ZodString;
2166
- denominator: z.ZodString;
2167
- }, z.core.$strip>;
2168
- offsetToSi: z.ZodOptional<z.ZodObject<{
2169
- numerator: z.ZodString;
2170
- denominator: z.ZodString;
2171
- }, z.core.$strip>>;
2172
- context: z.ZodOptional<z.ZodString>;
2173
- }, z.core.$strip>>;
2174
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2175
- id: z.ZodString;
2176
- bases: z.ZodArray<z.ZodObject<{
2177
- unit: z.ZodString;
2178
- value: z.ZodObject<{
2179
- numerator: z.ZodString;
2180
- denominator: z.ZodString;
2181
- }, z.core.$strip>;
2182
- }, z.core.$strip>>;
2183
- }, z.core.$strip>>>;
2184
- }, z.core.$strip>>;
2185
- kind: z.ZodLiteral<"spreadsheet">;
2186
- metadata: z.ZodObject<{
2187
- title: z.ZodOptional<z.ZodString>;
2188
- author: z.ZodOptional<z.ZodString>;
2189
- subject: z.ZodOptional<z.ZodString>;
2190
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
2191
- creator: z.ZodOptional<z.ZodString>;
2192
- producer: z.ZodOptional<z.ZodString>;
2193
- createdIso: z.ZodOptional<z.ZodString>;
2194
- modifiedIso: z.ZodOptional<z.ZodString>;
2195
- lastPrintedIso: z.ZodOptional<z.ZodString>;
2196
- language: z.ZodOptional<z.ZodString>;
2197
- direction: z.ZodOptional<z.ZodEnum<{
2198
- ltr: "ltr";
2199
- rtl: "rtl";
2200
- }>>;
2201
- publisher: z.ZodOptional<z.ZodString>;
2202
- contributor: z.ZodOptional<z.ZodString>;
2203
- rights: z.ZodOptional<z.ZodString>;
2204
- identifier: z.ZodOptional<z.ZodString>;
2205
- comments: z.ZodOptional<z.ZodString>;
2206
- company: z.ZodOptional<z.ZodString>;
2207
- manager: z.ZodOptional<z.ZodString>;
2208
- }, z.core.$strip>;
2209
- }, z.core.$strip>, z.ZodObject<{
2210
- pages: z.ZodArray<z.ZodObject<{
2211
- size: z.ZodObject<{
2212
- widthPt: z.ZodNumber;
2213
- heightPt: z.ZodNumber;
2214
- }, z.core.$strip>;
2215
- shapes: z.ZodArray<z.ZodObject<{
2216
- name: z.ZodOptional<z.ZodString>;
2217
- frame: z.ZodObject<{
2218
- xPt: z.ZodNumber;
2219
- yPt: z.ZodNumber;
2220
- widthPt: z.ZodNumber;
2221
- heightPt: z.ZodNumber;
2222
- }, z.core.$strip>;
2223
- rotationDeg: z.ZodOptional<z.ZodNumber>;
2224
- insetLeftPt: z.ZodNumber;
2225
- insetTopPt: z.ZodNumber;
2226
- insetRightPt: z.ZodNumber;
2227
- insetBottomPt: z.ZodNumber;
2228
- fontScale: z.ZodOptional<z.ZodNumber>;
2229
- lineSpacingReduction: z.ZodOptional<z.ZodNumber>;
2230
- paintOrder: z.ZodOptional<z.ZodNumber>;
2231
- sourcePath: z.ZodOptional<z.ZodString>;
2232
- source: z.ZodOptional<z.ZodObject<{
2233
- format: z.ZodEnum<{
2234
- docx: "docx";
2235
- pptx: "pptx";
2236
- xlsx: "xlsx";
2237
- odt: "odt";
2238
- ods: "ods";
2239
- odp: "odp";
2240
- odg: "odg";
2241
- odm: "odm";
2242
- odb: "odb";
2243
- odf: "odf";
2244
- markdown: "markdown";
2245
- pdf: "pdf";
2246
- epub: "epub";
2247
- rtf: "rtf";
2248
- }>;
2249
- xml: z.ZodString;
2250
- }, z.core.$strict>>;
2251
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2252
- pageIndex: z.ZodNumber;
2253
- xPt: z.ZodNumber;
2254
- yPt: z.ZodNumber;
2255
- widthPt: z.ZodNumber;
2256
- heightPt: z.ZodNumber;
2257
- }, z.core.$strip>>>;
2258
- blocks: z.ZodLazy<z.ZodArray<z.ZodType<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock, z.core.$ZodTypeInternals<import("document-schema.js").ContentBlock, import("document-schema.js").ContentBlock>>>>;
2259
- }, z.core.$strip>>;
2260
- vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2261
- kind: z.ZodLiteral<"rect">;
2262
- frame: z.ZodObject<{
2263
- xPt: z.ZodNumber;
2264
- yPt: z.ZodNumber;
2265
- widthPt: z.ZodNumber;
2266
- heightPt: z.ZodNumber;
2267
- }, z.core.$strip>;
2268
- rotationDeg: z.ZodOptional<z.ZodNumber>;
2269
- fill: z.ZodOptional<z.ZodObject<{
2270
- r: z.ZodNumber;
2271
- g: z.ZodNumber;
2272
- b: z.ZodNumber;
2273
- }, z.core.$strip>>;
2274
- stroke: z.ZodOptional<z.ZodObject<{
2275
- color: z.ZodObject<{
2276
- r: z.ZodNumber;
2277
- g: z.ZodNumber;
2278
- b: z.ZodNumber;
2279
- }, z.core.$strip>;
2280
- widthPt: z.ZodNumber;
2281
- style: z.ZodOptional<z.ZodEnum<{
2282
- solid: "solid";
2283
- dashed: "dashed";
2284
- dotted: "dotted";
2285
- double: "double";
2286
- }>>;
2287
- }, z.core.$strip>>;
2288
- paintOrder: z.ZodOptional<z.ZodNumber>;
2289
- sourcePath: z.ZodOptional<z.ZodString>;
2290
- source: z.ZodOptional<z.ZodObject<{
2291
- format: z.ZodEnum<{
2292
- docx: "docx";
2293
- pptx: "pptx";
2294
- xlsx: "xlsx";
2295
- odt: "odt";
2296
- ods: "ods";
2297
- odp: "odp";
2298
- odg: "odg";
2299
- odm: "odm";
2300
- odb: "odb";
2301
- odf: "odf";
2302
- markdown: "markdown";
2303
- pdf: "pdf";
2304
- epub: "epub";
2305
- rtf: "rtf";
2306
- }>;
2307
- xml: z.ZodString;
2308
- }, z.core.$strict>>;
2309
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2310
- pageIndex: z.ZodNumber;
2311
- xPt: z.ZodNumber;
2312
- yPt: z.ZodNumber;
2313
- widthPt: z.ZodNumber;
2314
- heightPt: z.ZodNumber;
2315
- }, z.core.$strip>>>;
2316
- }, z.core.$strip>, z.ZodObject<{
2317
- kind: z.ZodLiteral<"ellipse">;
2318
- frame: z.ZodObject<{
2319
- xPt: z.ZodNumber;
2320
- yPt: z.ZodNumber;
2321
- widthPt: z.ZodNumber;
2322
- heightPt: z.ZodNumber;
2323
- }, z.core.$strip>;
2324
- rotationDeg: z.ZodOptional<z.ZodNumber>;
2325
- fill: z.ZodOptional<z.ZodObject<{
2326
- r: z.ZodNumber;
2327
- g: z.ZodNumber;
2328
- b: z.ZodNumber;
2329
- }, z.core.$strip>>;
2330
- stroke: z.ZodOptional<z.ZodObject<{
2331
- color: z.ZodObject<{
2332
- r: z.ZodNumber;
2333
- g: z.ZodNumber;
2334
- b: z.ZodNumber;
2335
- }, z.core.$strip>;
2336
- widthPt: z.ZodNumber;
2337
- style: z.ZodOptional<z.ZodEnum<{
2338
- solid: "solid";
2339
- dashed: "dashed";
2340
- dotted: "dotted";
2341
- double: "double";
2342
- }>>;
2343
- }, z.core.$strip>>;
2344
- paintOrder: z.ZodOptional<z.ZodNumber>;
2345
- sourcePath: z.ZodOptional<z.ZodString>;
2346
- source: z.ZodOptional<z.ZodObject<{
2347
- format: z.ZodEnum<{
2348
- docx: "docx";
2349
- pptx: "pptx";
2350
- xlsx: "xlsx";
2351
- odt: "odt";
2352
- ods: "ods";
2353
- odp: "odp";
2354
- odg: "odg";
2355
- odm: "odm";
2356
- odb: "odb";
2357
- odf: "odf";
2358
- markdown: "markdown";
2359
- pdf: "pdf";
2360
- epub: "epub";
2361
- rtf: "rtf";
2362
- }>;
2363
- xml: z.ZodString;
2364
- }, z.core.$strict>>;
2365
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2366
- pageIndex: z.ZodNumber;
2367
- xPt: z.ZodNumber;
2368
- yPt: z.ZodNumber;
2369
- widthPt: z.ZodNumber;
2370
- heightPt: z.ZodNumber;
2371
- }, z.core.$strip>>>;
2372
- }, z.core.$strip>, z.ZodObject<{
2373
- kind: z.ZodLiteral<"line">;
2374
- from: z.ZodObject<{
2375
- xPt: z.ZodNumber;
2376
- yPt: z.ZodNumber;
2377
- }, z.core.$strip>;
2378
- to: z.ZodObject<{
2379
- xPt: z.ZodNumber;
2380
- yPt: z.ZodNumber;
2381
- }, z.core.$strip>;
2382
- stroke: z.ZodObject<{
2383
- color: z.ZodObject<{
2384
- r: z.ZodNumber;
2385
- g: z.ZodNumber;
2386
- b: z.ZodNumber;
2387
- }, z.core.$strip>;
2388
- widthPt: z.ZodNumber;
2389
- style: z.ZodOptional<z.ZodEnum<{
2390
- solid: "solid";
2391
- dashed: "dashed";
2392
- dotted: "dotted";
2393
- double: "double";
2394
- }>>;
2395
- }, z.core.$strip>;
2396
- paintOrder: z.ZodOptional<z.ZodNumber>;
2397
- sourcePath: z.ZodOptional<z.ZodString>;
2398
- source: z.ZodOptional<z.ZodObject<{
2399
- format: z.ZodEnum<{
2400
- docx: "docx";
2401
- pptx: "pptx";
2402
- xlsx: "xlsx";
2403
- odt: "odt";
2404
- ods: "ods";
2405
- odp: "odp";
2406
- odg: "odg";
2407
- odm: "odm";
2408
- odb: "odb";
2409
- odf: "odf";
2410
- markdown: "markdown";
2411
- pdf: "pdf";
2412
- epub: "epub";
2413
- rtf: "rtf";
2414
- }>;
2415
- xml: z.ZodString;
2416
- }, z.core.$strict>>;
2417
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2418
- pageIndex: z.ZodNumber;
2419
- xPt: z.ZodNumber;
2420
- yPt: z.ZodNumber;
2421
- widthPt: z.ZodNumber;
2422
- heightPt: z.ZodNumber;
2423
- }, z.core.$strip>>>;
2424
- }, z.core.$strip>, z.ZodObject<{
2425
- kind: z.ZodLiteral<"path">;
2426
- frame: z.ZodObject<{
2427
- xPt: z.ZodNumber;
2428
- yPt: z.ZodNumber;
2429
- widthPt: z.ZodNumber;
2430
- heightPt: z.ZodNumber;
2431
- }, z.core.$strip>;
2432
- rotationDeg: z.ZodOptional<z.ZodNumber>;
2433
- subpaths: z.ZodArray<z.ZodObject<{
2434
- start: z.ZodObject<{
2435
- xPt: z.ZodNumber;
2436
- yPt: z.ZodNumber;
2437
- }, z.core.$strip>;
2438
- segments: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2439
- kind: z.ZodLiteral<"line">;
2440
- to: z.ZodObject<{
2441
- xPt: z.ZodNumber;
2442
- yPt: z.ZodNumber;
2443
- }, z.core.$strip>;
2444
- }, z.core.$strip>, z.ZodObject<{
2445
- kind: z.ZodLiteral<"cubic">;
2446
- control1: z.ZodObject<{
2447
- xPt: z.ZodNumber;
2448
- yPt: z.ZodNumber;
2449
- }, z.core.$strip>;
2450
- control2: z.ZodObject<{
2451
- xPt: z.ZodNumber;
2452
- yPt: z.ZodNumber;
2453
- }, z.core.$strip>;
2454
- to: z.ZodObject<{
2455
- xPt: z.ZodNumber;
2456
- yPt: z.ZodNumber;
2457
- }, z.core.$strip>;
2458
- }, z.core.$strip>], "kind">>;
2459
- closed: z.ZodBoolean;
2460
- }, z.core.$strip>>;
2461
- fill: z.ZodOptional<z.ZodObject<{
2462
- r: z.ZodNumber;
2463
- g: z.ZodNumber;
2464
- b: z.ZodNumber;
2465
- }, z.core.$strip>>;
2466
- fillRule: z.ZodOptional<z.ZodEnum<{
2467
- nonzero: "nonzero";
2468
- evenodd: "evenodd";
2469
- }>>;
2470
- stroke: z.ZodOptional<z.ZodObject<{
2471
- color: z.ZodObject<{
2472
- r: z.ZodNumber;
2473
- g: z.ZodNumber;
2474
- b: z.ZodNumber;
2475
- }, z.core.$strip>;
2476
- widthPt: z.ZodNumber;
2477
- style: z.ZodOptional<z.ZodEnum<{
2478
- solid: "solid";
2479
- dashed: "dashed";
2480
- dotted: "dotted";
2481
- double: "double";
2482
- }>>;
2483
- }, z.core.$strip>>;
2484
- paintOrder: z.ZodOptional<z.ZodNumber>;
2485
- sourcePath: z.ZodOptional<z.ZodString>;
2486
- source: z.ZodOptional<z.ZodObject<{
2487
- format: z.ZodEnum<{
2488
- docx: "docx";
2489
- pptx: "pptx";
2490
- xlsx: "xlsx";
2491
- odt: "odt";
2492
- ods: "ods";
2493
- odp: "odp";
2494
- odg: "odg";
2495
- odm: "odm";
2496
- odb: "odb";
2497
- odf: "odf";
2498
- markdown: "markdown";
2499
- pdf: "pdf";
2500
- epub: "epub";
2501
- rtf: "rtf";
2502
- }>;
2503
- xml: z.ZodString;
2504
- }, z.core.$strict>>;
2505
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2506
- pageIndex: z.ZodNumber;
2507
- xPt: z.ZodNumber;
2508
- yPt: z.ZodNumber;
2509
- widthPt: z.ZodNumber;
2510
- heightPt: z.ZodNumber;
2511
- }, z.core.$strip>>>;
2512
- }, z.core.$strip>], "kind">>;
2513
- source: z.ZodOptional<z.ZodObject<{
2514
- format: z.ZodEnum<{
2515
- docx: "docx";
2516
- pptx: "pptx";
2517
- xlsx: "xlsx";
2518
- odt: "odt";
2519
- ods: "ods";
2520
- odp: "odp";
2521
- odg: "odg";
2522
- odm: "odm";
2523
- odb: "odb";
2524
- odf: "odf";
2525
- markdown: "markdown";
2526
- pdf: "pdf";
2527
- epub: "epub";
2528
- rtf: "rtf";
2529
- }>;
2530
- xml: z.ZodString;
2531
- }, z.core.$strict>>;
2532
- }, z.core.$strip>>;
2533
- symbolTable: z.ZodOptional<z.ZodObject<{
2534
- symbols: z.ZodArray<z.ZodObject<{
2535
- glyph: z.ZodString;
2536
- scope: z.ZodString;
2537
- id: z.ZodString;
2538
- quantityKind: z.ZodOptional<z.ZodString>;
2539
- preferredUnit: z.ZodOptional<z.ZodString>;
2540
- definitionSource: z.ZodOptional<z.ZodString>;
2541
- }, z.core.$strip>>;
2542
- units: z.ZodArray<z.ZodObject<{
2543
- id: z.ZodString;
2544
- symbol: z.ZodString;
2545
- name: z.ZodOptional<z.ZodString>;
2546
- dimension: z.ZodRecord<z.ZodEnum<{
2547
- length: "length";
2548
- mass: "mass";
2549
- time: "time";
2550
- electricCurrent: "electricCurrent";
2551
- thermodynamicTemperature: "thermodynamicTemperature";
2552
- amountOfSubstance: "amountOfSubstance";
2553
- luminousIntensity: "luminousIntensity";
2554
- }> & z.core.$partial, z.ZodNumber>;
2555
- factorToSi: z.ZodObject<{
2556
- numerator: z.ZodString;
2557
- denominator: z.ZodString;
2558
- }, z.core.$strip>;
2559
- offsetToSi: z.ZodOptional<z.ZodObject<{
2560
- numerator: z.ZodString;
2561
- denominator: z.ZodString;
2562
- }, z.core.$strip>>;
2563
- context: z.ZodOptional<z.ZodString>;
2564
- }, z.core.$strip>>;
2565
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2566
- id: z.ZodString;
2567
- bases: z.ZodArray<z.ZodObject<{
2568
- unit: z.ZodString;
2569
- value: z.ZodObject<{
2570
- numerator: z.ZodString;
2571
- denominator: z.ZodString;
2572
- }, z.core.$strip>;
2573
- }, z.core.$strip>>;
2574
- }, z.core.$strip>>>;
2575
- }, z.core.$strip>>;
2576
- kind: z.ZodLiteral<"drawing">;
2577
- metadata: z.ZodObject<{
2578
- title: z.ZodOptional<z.ZodString>;
2579
- author: z.ZodOptional<z.ZodString>;
2580
- subject: z.ZodOptional<z.ZodString>;
2581
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
2582
- creator: z.ZodOptional<z.ZodString>;
2583
- producer: z.ZodOptional<z.ZodString>;
2584
- createdIso: z.ZodOptional<z.ZodString>;
2585
- modifiedIso: z.ZodOptional<z.ZodString>;
2586
- lastPrintedIso: z.ZodOptional<z.ZodString>;
2587
- language: z.ZodOptional<z.ZodString>;
2588
- direction: z.ZodOptional<z.ZodEnum<{
2589
- ltr: "ltr";
2590
- rtl: "rtl";
2591
- }>>;
2592
- publisher: z.ZodOptional<z.ZodString>;
2593
- contributor: z.ZodOptional<z.ZodString>;
2594
- rights: z.ZodOptional<z.ZodString>;
2595
- identifier: z.ZodOptional<z.ZodString>;
2596
- comments: z.ZodOptional<z.ZodString>;
2597
- company: z.ZodOptional<z.ZodString>;
2598
- manager: z.ZodOptional<z.ZodString>;
2599
- }, z.core.$strip>;
2600
- }, z.core.$strip>, z.ZodObject<{
2601
- formula: z.ZodObject<{
2602
- mathml: z.ZodArray<z.ZodType<import("document-schema.js").MathMlNode, import("document-schema.js").MathMlNode, z.core.$ZodTypeInternals<import("document-schema.js").MathMlNode, import("document-schema.js").MathMlNode>>>;
2603
- starMath: z.ZodOptional<z.ZodString>;
2604
- presentation: z.ZodOptional<z.ZodObject<{
2605
- latex: z.ZodString;
2606
- }, z.core.$strip>>;
2607
- content: z.ZodOptional<z.ZodType<import("document-schema.js").MathExpression, import("document-schema.js").MathExpression, z.core.$ZodTypeInternals<import("document-schema.js").MathExpression, import("document-schema.js").MathExpression>>>;
2608
- provenance: z.ZodOptional<z.ZodObject<{
2609
- source: z.ZodString;
2610
- pageRef: z.ZodOptional<z.ZodString>;
2611
- editTrail: z.ZodArray<z.ZodString>;
2612
- }, z.core.$strip>>;
2613
- source: z.ZodOptional<z.ZodObject<{
2614
- format: z.ZodEnum<{
2615
- docx: "docx";
2616
- pptx: "pptx";
2617
- xlsx: "xlsx";
2618
- odt: "odt";
2619
- ods: "ods";
2620
- odp: "odp";
2621
- odg: "odg";
2622
- odm: "odm";
2623
- odb: "odb";
2624
- odf: "odf";
2625
- markdown: "markdown";
2626
- pdf: "pdf";
2627
- epub: "epub";
2628
- rtf: "rtf";
2629
- }>;
2630
- xml: z.ZodString;
2631
- }, z.core.$strict>>;
2632
- }, z.core.$strip>;
2633
- symbolTable: z.ZodOptional<z.ZodObject<{
2634
- symbols: z.ZodArray<z.ZodObject<{
2635
- glyph: z.ZodString;
2636
- scope: z.ZodString;
2637
- id: z.ZodString;
2638
- quantityKind: z.ZodOptional<z.ZodString>;
2639
- preferredUnit: z.ZodOptional<z.ZodString>;
2640
- definitionSource: z.ZodOptional<z.ZodString>;
2641
- }, z.core.$strip>>;
2642
- units: z.ZodArray<z.ZodObject<{
2643
- id: z.ZodString;
2644
- symbol: z.ZodString;
2645
- name: z.ZodOptional<z.ZodString>;
2646
- dimension: z.ZodRecord<z.ZodEnum<{
2647
- length: "length";
2648
- mass: "mass";
2649
- time: "time";
2650
- electricCurrent: "electricCurrent";
2651
- thermodynamicTemperature: "thermodynamicTemperature";
2652
- amountOfSubstance: "amountOfSubstance";
2653
- luminousIntensity: "luminousIntensity";
2654
- }> & z.core.$partial, z.ZodNumber>;
2655
- factorToSi: z.ZodObject<{
2656
- numerator: z.ZodString;
2657
- denominator: z.ZodString;
2658
- }, z.core.$strip>;
2659
- offsetToSi: z.ZodOptional<z.ZodObject<{
2660
- numerator: z.ZodString;
2661
- denominator: z.ZodString;
2662
- }, z.core.$strip>>;
2663
- context: z.ZodOptional<z.ZodString>;
2664
- }, z.core.$strip>>;
2665
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2666
- id: z.ZodString;
2667
- bases: z.ZodArray<z.ZodObject<{
2668
- unit: z.ZodString;
2669
- value: z.ZodObject<{
2670
- numerator: z.ZodString;
2671
- denominator: z.ZodString;
2672
- }, z.core.$strip>;
2673
- }, z.core.$strip>>;
2674
- }, z.core.$strip>>>;
2675
- }, z.core.$strip>>;
2676
- kind: z.ZodLiteral<"formula">;
2677
- metadata: z.ZodObject<{
2678
- title: z.ZodOptional<z.ZodString>;
2679
- author: z.ZodOptional<z.ZodString>;
2680
- subject: z.ZodOptional<z.ZodString>;
2681
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
2682
- creator: z.ZodOptional<z.ZodString>;
2683
- producer: z.ZodOptional<z.ZodString>;
2684
- createdIso: z.ZodOptional<z.ZodString>;
2685
- modifiedIso: z.ZodOptional<z.ZodString>;
2686
- lastPrintedIso: z.ZodOptional<z.ZodString>;
2687
- language: z.ZodOptional<z.ZodString>;
2688
- direction: z.ZodOptional<z.ZodEnum<{
2689
- ltr: "ltr";
2690
- rtl: "rtl";
2691
- }>>;
2692
- publisher: z.ZodOptional<z.ZodString>;
2693
- contributor: z.ZodOptional<z.ZodString>;
2694
- rights: z.ZodOptional<z.ZodString>;
2695
- identifier: z.ZodOptional<z.ZodString>;
2696
- comments: z.ZodOptional<z.ZodString>;
2697
- company: z.ZodOptional<z.ZodString>;
2698
- manager: z.ZodOptional<z.ZodString>;
2699
- }, z.core.$strip>;
2700
- }, z.core.$strip>], "kind">>;
2701
- //#endregion
2702
- export { EpubBytesSchema, epubCodec, epubContentCodec };
1
+ import { a as epubContentCodec, i as epubCodec, n as decodePackage, o as packageCodec, r as encodePackage, t as EpubBytesSchema } from "./codec-CLtyYaFH.cjs";
2
+ export { EpubBytesSchema, decodePackage, encodePackage, epubCodec, epubContentCodec, packageCodec };