document-content-model 4.3.3 → 7.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +274 -95
  2. package/dist/border-weight.cjs +26 -0
  3. package/dist/border-weight.d.cts +12 -0
  4. package/dist/border-weight.d.ts +12 -0
  5. package/dist/border-weight.js +23 -0
  6. package/dist/codec.d.cts +1 -1
  7. package/dist/codec.d.ts +1 -1
  8. package/dist/{construct-CdQuI9f5.d.cts → construct-GVdTKrE7.d.cts} +245 -5
  9. package/dist/{construct-CdQuI9f5.d.ts → construct-GVdTKrE7.d.ts} +245 -5
  10. package/dist/construct.cjs +13 -6
  11. package/dist/construct.d.cts +1 -1
  12. package/dist/construct.d.ts +1 -1
  13. package/dist/construct.js +13 -6
  14. package/dist/content-BCOxY0Eb.d.ts +10273 -0
  15. package/dist/content-BzkhrS6P.d.cts +10273 -0
  16. package/dist/content-json-schema-defs.cjs +1056 -189
  17. package/dist/content-json-schema-defs.js +1056 -189
  18. package/dist/content.cjs +514 -36
  19. package/dist/content.d.cts +2 -2
  20. package/dist/content.d.ts +2 -2
  21. package/dist/content.js +488 -37
  22. package/dist/decompose.cjs +7 -17
  23. package/dist/decompose.d.cts +5 -5
  24. package/dist/decompose.d.ts +5 -5
  25. package/dist/decompose.js +7 -17
  26. package/dist/definitions.cjs +5 -1
  27. package/dist/definitions.d.cts +37 -1
  28. package/dist/definitions.d.ts +37 -1
  29. package/dist/definitions.js +5 -1
  30. package/dist/factor-styles.cjs +14 -8
  31. package/dist/factor-styles.d.cts +6 -6
  32. package/dist/factor-styles.d.ts +6 -6
  33. package/dist/factor-styles.js +15 -9
  34. package/dist/flatten.cjs +5 -5
  35. package/dist/flatten.d.cts +4 -4
  36. package/dist/flatten.d.ts +4 -4
  37. package/dist/flatten.js +5 -5
  38. package/dist/font-port.d.cts +2 -2
  39. package/dist/font-port.d.ts +2 -2
  40. package/dist/index.cjs +54 -14
  41. package/dist/index.d.cts +14 -12
  42. package/dist/index.d.ts +14 -12
  43. package/dist/index.js +12 -10
  44. package/dist/{math-BlG8Tjk-.d.cts → math-BScHxedi.d.cts} +97 -14
  45. package/dist/{math-BlG8Tjk-.d.ts → math-BScHxedi.d.ts} +97 -14
  46. package/dist/math-layout.d.cts +6 -6
  47. package/dist/math-layout.d.ts +6 -6
  48. package/dist/math.cjs +32 -6
  49. package/dist/math.d.cts +2 -2
  50. package/dist/math.d.ts +2 -2
  51. package/dist/math.js +29 -7
  52. package/dist/{mathml-B1oTCtzc.d.cts → mathml-Czqc1mdZ.d.cts} +3 -3
  53. package/dist/{mathml-B1oTCtzc.d.ts → mathml-Czqc1mdZ.d.ts} +3 -3
  54. package/dist/mathml.cjs +9 -2
  55. package/dist/mathml.d.cts +1 -1
  56. package/dist/mathml.d.ts +1 -1
  57. package/dist/mathml.js +9 -2
  58. package/dist/metadata.cjs +12 -1
  59. package/dist/metadata.d.cts +13 -0
  60. package/dist/metadata.d.ts +13 -0
  61. package/dist/metadata.js +12 -1
  62. package/dist/package-node-C4mh1hLY.d.ts +1989 -0
  63. package/dist/package-node-RQMDBzwd.d.cts +1989 -0
  64. package/dist/package-node.cjs +21 -21
  65. package/dist/package-node.d.cts +2 -2
  66. package/dist/package-node.d.ts +2 -2
  67. package/dist/package-node.js +14 -14
  68. package/dist/package.cjs +5 -3
  69. package/dist/package.d.cts +253 -8
  70. package/dist/package.d.ts +253 -8
  71. package/dist/package.js +5 -3
  72. package/dist/schema-io.cjs +21 -11
  73. package/dist/schema-io.d.cts +13 -9
  74. package/dist/schema-io.d.ts +13 -9
  75. package/dist/schema-io.js +21 -12
  76. package/dist/source-Bas5ol6f.d.cts +43 -0
  77. package/dist/source-Bas5ol6f.d.ts +43 -0
  78. package/dist/source.cjs +27 -0
  79. package/dist/source.d.cts +2 -0
  80. package/dist/source.d.ts +2 -0
  81. package/dist/source.js +25 -0
  82. package/dist/style-D06NwxAJ.d.cts +29 -0
  83. package/dist/style-D06NwxAJ.d.ts +29 -0
  84. package/dist/style.cjs +2 -0
  85. package/dist/style.d.cts +2 -24
  86. package/dist/style.d.ts +2 -24
  87. package/dist/style.js +2 -1
  88. package/dist/text-layout.d.cts +1 -1
  89. package/dist/text-layout.d.ts +1 -1
  90. package/package.json +28 -29
  91. package/schemas/content-document.schema.json +6623 -1694
  92. package/schemas/{document-package.schema.json → document-tree.schema.json} +1826 -143
  93. package/dist/content-B7b_P3FC.d.cts +0 -2481
  94. package/dist/content-Dn7uoJFG.d.ts +0 -2481
  95. package/dist/package-node-CC-FE2zS.d.cts +0 -459
  96. package/dist/package-node-DxdparRh.d.ts +0 -459
@@ -1,2481 +0,0 @@
1
- import { d as MathMlNode } from "./mathml-B1oTCtzc.js";
2
- import { s as MathExpression } from "./math-BlG8Tjk-.js";
3
- import { n as Color } from "./color-AELCDH_b.js";
4
- import { r as LayoutFrame, t as Box } from "./geometry-CvcjSwnA.js";
5
- import { z } from "zod";
6
- //#region src/content.d.ts
7
- type FusedNode<T> = T & {
8
- frames?: LayoutFrame[];
9
- };
10
- declare const ContentRunSchema: z.ZodObject<{
11
- text: z.ZodString;
12
- bold: z.ZodOptional<z.ZodBoolean>;
13
- italic: z.ZodOptional<z.ZodBoolean>;
14
- underline: z.ZodOptional<z.ZodBoolean>;
15
- strike: z.ZodOptional<z.ZodBoolean>;
16
- fontFamily: z.ZodOptional<z.ZodString>;
17
- sizePt: z.ZodOptional<z.ZodNumber>;
18
- color: z.ZodOptional<z.ZodObject<{
19
- r: z.ZodNumber;
20
- g: z.ZodNumber;
21
- b: z.ZodNumber;
22
- }, z.core.$strip>>;
23
- hyperlink: z.ZodOptional<z.ZodString>;
24
- sourcePath: z.ZodOptional<z.ZodString>;
25
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
26
- pageIndex: z.ZodNumber;
27
- xPt: z.ZodNumber;
28
- yPt: z.ZodNumber;
29
- widthPt: z.ZodNumber;
30
- heightPt: z.ZodNumber;
31
- }, z.core.$strip>>>;
32
- }, z.core.$strip>;
33
- type ContentRun = z.infer<typeof ContentRunSchema>;
34
- declare const ContentListMembershipSchema: z.ZodObject<{
35
- numId: z.ZodOptional<z.ZodString>;
36
- level: z.ZodNumber;
37
- }, z.core.$strip>;
38
- type ContentListMembership = z.infer<typeof ContentListMembershipSchema>;
39
- declare const ContentParagraphSchema: z.ZodObject<{
40
- kind: z.ZodLiteral<"paragraph">;
41
- runs: z.ZodArray<z.ZodObject<{
42
- text: z.ZodString;
43
- bold: z.ZodOptional<z.ZodBoolean>;
44
- italic: z.ZodOptional<z.ZodBoolean>;
45
- underline: z.ZodOptional<z.ZodBoolean>;
46
- strike: z.ZodOptional<z.ZodBoolean>;
47
- fontFamily: z.ZodOptional<z.ZodString>;
48
- sizePt: z.ZodOptional<z.ZodNumber>;
49
- color: z.ZodOptional<z.ZodObject<{
50
- r: z.ZodNumber;
51
- g: z.ZodNumber;
52
- b: z.ZodNumber;
53
- }, z.core.$strip>>;
54
- hyperlink: z.ZodOptional<z.ZodString>;
55
- sourcePath: z.ZodOptional<z.ZodString>;
56
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
57
- pageIndex: z.ZodNumber;
58
- xPt: z.ZodNumber;
59
- yPt: z.ZodNumber;
60
- widthPt: z.ZodNumber;
61
- heightPt: z.ZodNumber;
62
- }, z.core.$strip>>>;
63
- }, z.core.$strip>>;
64
- styleId: z.ZodOptional<z.ZodString>;
65
- headingLevel: z.ZodOptional<z.ZodNumber>;
66
- alignment: z.ZodOptional<z.ZodEnum<{
67
- left: "left";
68
- center: "center";
69
- right: "right";
70
- justify: "justify";
71
- }>>;
72
- list: z.ZodOptional<z.ZodObject<{
73
- numId: z.ZodOptional<z.ZodString>;
74
- level: z.ZodNumber;
75
- }, z.core.$strip>>;
76
- spacingBeforePt: z.ZodOptional<z.ZodNumber>;
77
- spacingAfterPt: z.ZodOptional<z.ZodNumber>;
78
- lineSpacing: z.ZodOptional<z.ZodNumber>;
79
- indentLeftPt: z.ZodOptional<z.ZodNumber>;
80
- indentFirstLinePt: z.ZodOptional<z.ZodNumber>;
81
- sourcePath: z.ZodOptional<z.ZodString>;
82
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
83
- pageIndex: z.ZodNumber;
84
- xPt: z.ZodNumber;
85
- yPt: z.ZodNumber;
86
- widthPt: z.ZodNumber;
87
- heightPt: z.ZodNumber;
88
- }, z.core.$strip>>>;
89
- }, z.core.$strip>;
90
- type ContentParagraph = z.infer<typeof ContentParagraphSchema>;
91
- declare function clampHeadingLevel(level: number): number;
92
- declare const ContentImageBlockSchema: z.ZodObject<{
93
- kind: z.ZodLiteral<"image">;
94
- format: z.ZodEnum<{
95
- png: "png";
96
- jpeg: "jpeg";
97
- }>;
98
- base64: z.ZodString;
99
- widthPt: z.ZodNumber;
100
- heightPt: z.ZodNumber;
101
- altText: z.ZodOptional<z.ZodString>;
102
- sourcePath: z.ZodOptional<z.ZodString>;
103
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
104
- pageIndex: z.ZodNumber;
105
- xPt: z.ZodNumber;
106
- yPt: z.ZodNumber;
107
- widthPt: z.ZodNumber;
108
- heightPt: z.ZodNumber;
109
- }, z.core.$strip>>>;
110
- }, z.core.$strip>;
111
- type ContentImageBlock = z.infer<typeof ContentImageBlockSchema>;
112
- declare const ContentPageBreakSchema: z.ZodObject<{
113
- kind: z.ZodLiteral<"pageBreak">;
114
- sourcePath: z.ZodOptional<z.ZodString>;
115
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
116
- pageIndex: z.ZodNumber;
117
- xPt: z.ZodNumber;
118
- yPt: z.ZodNumber;
119
- widthPt: z.ZodNumber;
120
- heightPt: z.ZodNumber;
121
- }, z.core.$strip>>>;
122
- }, z.core.$strip>;
123
- type ContentPageBreak = z.infer<typeof ContentPageBreakSchema>;
124
- declare const ContentConstructStartSchema: z.ZodObject<{
125
- kind: z.ZodLiteral<"constructStart">;
126
- descriptor: z.ZodDiscriminatedUnion<[z.ZodObject<{
127
- kind: z.ZodLiteral<"contentControl">;
128
- controlType: z.ZodEnum<{
129
- richText: "richText";
130
- plainText: "plainText";
131
- checkbox: "checkbox";
132
- dropDown: "dropDown";
133
- comboBox: "comboBox";
134
- date: "date";
135
- picture: "picture";
136
- repeatingSection: "repeatingSection";
137
- button: "button";
138
- index: "index";
139
- group: "group";
140
- }>;
141
- tag: z.ZodOptional<z.ZodString>;
142
- alias: z.ZodOptional<z.ZodString>;
143
- lock: z.ZodOptional<z.ZodEnum<{
144
- content: "content";
145
- container: "container";
146
- both: "both";
147
- }>>;
148
- value: z.ZodOptional<z.ZodString>;
149
- checked: z.ZodOptional<z.ZodBoolean>;
150
- options: z.ZodOptional<z.ZodArray<z.ZodString>>;
151
- }, z.core.$strict>, z.ZodObject<{
152
- kind: z.ZodLiteral<"field">;
153
- instruction: z.ZodString;
154
- cachedResult: z.ZodOptional<z.ZodString>;
155
- }, z.core.$strict>, z.ZodObject<{
156
- kind: z.ZodLiteral<"anchor">;
157
- anchorType: z.ZodEnum<{
158
- bookmark: "bookmark";
159
- footnote: "footnote";
160
- endnote: "endnote";
161
- comment: "comment";
162
- }>;
163
- name: z.ZodString;
164
- definition: z.ZodOptional<z.ZodString>;
165
- }, z.core.$strict>, z.ZodObject<{
166
- kind: z.ZodLiteral<"link">;
167
- target: z.ZodDiscriminatedUnion<[z.ZodObject<{
168
- kind: z.ZodLiteral<"external">;
169
- uri: z.ZodString;
170
- }, z.core.$strict>, z.ZodObject<{
171
- kind: z.ZodLiteral<"internal">;
172
- anchor: z.ZodString;
173
- }, z.core.$strict>], "kind">;
174
- title: z.ZodOptional<z.ZodString>;
175
- }, z.core.$strict>, z.ZodObject<{
176
- kind: z.ZodLiteral<"provenance">;
177
- change: z.ZodEnum<{
178
- insertion: "insertion";
179
- deletion: "deletion";
180
- moveFrom: "moveFrom";
181
- moveTo: "moveTo";
182
- formatChange: "formatChange";
183
- }>;
184
- author: z.ZodOptional<z.ZodString>;
185
- dateIso: z.ZodOptional<z.ZodString>;
186
- }, z.core.$strict>, z.ZodObject<{
187
- kind: z.ZodLiteral<"division">;
188
- name: z.ZodOptional<z.ZodString>;
189
- columnCount: z.ZodOptional<z.ZodNumber>;
190
- protected: z.ZodOptional<z.ZodBoolean>;
191
- source: z.ZodOptional<z.ZodObject<{
192
- href: z.ZodString;
193
- sectionName: z.ZodOptional<z.ZodString>;
194
- }, z.core.$strict>>;
195
- }, z.core.$strict>], "kind">;
196
- }, z.core.$strip>;
197
- type ContentConstructStart = z.infer<typeof ContentConstructStartSchema>;
198
- declare const ContentConstructEndSchema: z.ZodObject<{
199
- kind: z.ZodLiteral<"constructEnd">;
200
- }, z.core.$strip>;
201
- type ContentConstructEnd = z.infer<typeof ContentConstructEndSchema>;
202
- interface ContentTableCell {
203
- blocks: ContentBlock[];
204
- colSpan?: number;
205
- rowSpan?: number;
206
- background?: Color;
207
- borders?: ContentCellBorders;
208
- sourcePath?: string;
209
- frames?: LayoutFrame[];
210
- }
211
- interface ContentTableRow {
212
- cells: ContentTableCell[];
213
- heightPt?: number;
214
- }
215
- interface ContentTable {
216
- kind: 'table';
217
- rows: ContentTableRow[];
218
- columnWidthsPt: number[];
219
- sourcePath?: string;
220
- frames?: LayoutFrame[];
221
- }
222
- type ContentEmbeddedObjectKind = 'formula' | 'wordprocessing' | 'presentation' | 'spreadsheet' | 'drawing';
223
- interface ContentEmbeddedObject {
224
- objectKind: ContentEmbeddedObjectKind;
225
- document: ContentDocument;
226
- frame: Box;
227
- anchorRow?: number;
228
- anchorColumn?: number;
229
- offsetXPt?: number;
230
- offsetYPt?: number;
231
- }
232
- interface ContentEmbeddedObjectBlock extends ContentEmbeddedObject {
233
- kind: 'embeddedObject';
234
- sourcePath?: string;
235
- frames?: LayoutFrame[];
236
- }
237
- type ContentBlock = ContentParagraph | ContentTable | ContentImageBlock | ContentPageBreak | ContentEmbeddedObjectBlock | ContentConstructStart | ContentConstructEnd;
238
- declare function isContentConstructStart(value: unknown): value is ContentConstructStart;
239
- declare function isContentConstructEnd(value: unknown): value is ContentConstructEnd;
240
- declare function isContentBlock(value: unknown): value is ContentBlock;
241
- declare const ContentBlockSchema: z.ZodCustom<ContentBlock, ContentBlock>;
242
- declare const ContentEmbeddedObjectSchema: z.ZodCustom<ContentEmbeddedObject, ContentEmbeddedObject>;
243
- declare const ContentEmbeddedObjectBlockSchema: z.ZodCustom<ContentEmbeddedObjectBlock, ContentEmbeddedObjectBlock>;
244
- type ConstructMarkerImbalance = {
245
- kind: 'unmatchedEnd';
246
- index: number;
247
- } | {
248
- kind: 'unclosedStart';
249
- index: number;
250
- };
251
- declare function findConstructMarkerImbalance(blocks: readonly ContentBlock[]): ConstructMarkerImbalance | undefined;
252
- declare const ContentStrokeStyleSchema: z.ZodEnum<{
253
- solid: "solid";
254
- dashed: "dashed";
255
- dotted: "dotted";
256
- double: "double";
257
- }>;
258
- type ContentStrokeStyle = z.infer<typeof ContentStrokeStyleSchema>;
259
- declare const ContentBorderSchema: z.ZodObject<{
260
- color: z.ZodObject<{
261
- r: z.ZodNumber;
262
- g: z.ZodNumber;
263
- b: z.ZodNumber;
264
- }, z.core.$strip>;
265
- widthPt: z.ZodNumber;
266
- style: z.ZodOptional<z.ZodEnum<{
267
- solid: "solid";
268
- dashed: "dashed";
269
- dotted: "dotted";
270
- double: "double";
271
- }>>;
272
- }, z.core.$strip>;
273
- type ContentBorder = z.infer<typeof ContentBorderSchema>;
274
- declare const ContentCellBordersSchema: z.ZodObject<{
275
- left: z.ZodOptional<z.ZodObject<{
276
- color: z.ZodObject<{
277
- r: z.ZodNumber;
278
- g: z.ZodNumber;
279
- b: z.ZodNumber;
280
- }, z.core.$strip>;
281
- widthPt: z.ZodNumber;
282
- style: z.ZodOptional<z.ZodEnum<{
283
- solid: "solid";
284
- dashed: "dashed";
285
- dotted: "dotted";
286
- double: "double";
287
- }>>;
288
- }, z.core.$strip>>;
289
- right: z.ZodOptional<z.ZodObject<{
290
- color: z.ZodObject<{
291
- r: z.ZodNumber;
292
- g: z.ZodNumber;
293
- b: z.ZodNumber;
294
- }, z.core.$strip>;
295
- widthPt: z.ZodNumber;
296
- style: z.ZodOptional<z.ZodEnum<{
297
- solid: "solid";
298
- dashed: "dashed";
299
- dotted: "dotted";
300
- double: "double";
301
- }>>;
302
- }, z.core.$strip>>;
303
- top: z.ZodOptional<z.ZodObject<{
304
- color: z.ZodObject<{
305
- r: z.ZodNumber;
306
- g: z.ZodNumber;
307
- b: z.ZodNumber;
308
- }, z.core.$strip>;
309
- widthPt: z.ZodNumber;
310
- style: z.ZodOptional<z.ZodEnum<{
311
- solid: "solid";
312
- dashed: "dashed";
313
- dotted: "dotted";
314
- double: "double";
315
- }>>;
316
- }, z.core.$strip>>;
317
- bottom: z.ZodOptional<z.ZodObject<{
318
- color: z.ZodObject<{
319
- r: z.ZodNumber;
320
- g: z.ZodNumber;
321
- b: z.ZodNumber;
322
- }, z.core.$strip>;
323
- widthPt: z.ZodNumber;
324
- style: z.ZodOptional<z.ZodEnum<{
325
- solid: "solid";
326
- dashed: "dashed";
327
- dotted: "dotted";
328
- double: "double";
329
- }>>;
330
- }, z.core.$strip>>;
331
- }, z.core.$strip>;
332
- type ContentCellBorders = z.infer<typeof ContentCellBordersSchema>;
333
- declare const ContentTableCellSchema: z.ZodObject<{
334
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
335
- colSpan: z.ZodOptional<z.ZodNumber>;
336
- rowSpan: z.ZodOptional<z.ZodNumber>;
337
- background: z.ZodOptional<z.ZodObject<{
338
- r: z.ZodNumber;
339
- g: z.ZodNumber;
340
- b: z.ZodNumber;
341
- }, z.core.$strip>>;
342
- borders: z.ZodOptional<z.ZodObject<{
343
- left: z.ZodOptional<z.ZodObject<{
344
- color: z.ZodObject<{
345
- r: z.ZodNumber;
346
- g: z.ZodNumber;
347
- b: z.ZodNumber;
348
- }, z.core.$strip>;
349
- widthPt: z.ZodNumber;
350
- style: z.ZodOptional<z.ZodEnum<{
351
- solid: "solid";
352
- dashed: "dashed";
353
- dotted: "dotted";
354
- double: "double";
355
- }>>;
356
- }, z.core.$strip>>;
357
- right: z.ZodOptional<z.ZodObject<{
358
- color: z.ZodObject<{
359
- r: z.ZodNumber;
360
- g: z.ZodNumber;
361
- b: z.ZodNumber;
362
- }, z.core.$strip>;
363
- widthPt: z.ZodNumber;
364
- style: z.ZodOptional<z.ZodEnum<{
365
- solid: "solid";
366
- dashed: "dashed";
367
- dotted: "dotted";
368
- double: "double";
369
- }>>;
370
- }, z.core.$strip>>;
371
- top: z.ZodOptional<z.ZodObject<{
372
- color: z.ZodObject<{
373
- r: z.ZodNumber;
374
- g: z.ZodNumber;
375
- b: z.ZodNumber;
376
- }, z.core.$strip>;
377
- widthPt: z.ZodNumber;
378
- style: z.ZodOptional<z.ZodEnum<{
379
- solid: "solid";
380
- dashed: "dashed";
381
- dotted: "dotted";
382
- double: "double";
383
- }>>;
384
- }, z.core.$strip>>;
385
- bottom: z.ZodOptional<z.ZodObject<{
386
- color: z.ZodObject<{
387
- r: z.ZodNumber;
388
- g: z.ZodNumber;
389
- b: z.ZodNumber;
390
- }, z.core.$strip>;
391
- widthPt: z.ZodNumber;
392
- style: z.ZodOptional<z.ZodEnum<{
393
- solid: "solid";
394
- dashed: "dashed";
395
- dotted: "dotted";
396
- double: "double";
397
- }>>;
398
- }, z.core.$strip>>;
399
- }, z.core.$strip>>;
400
- sourcePath: z.ZodOptional<z.ZodString>;
401
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
402
- pageIndex: z.ZodNumber;
403
- xPt: z.ZodNumber;
404
- yPt: z.ZodNumber;
405
- widthPt: z.ZodNumber;
406
- heightPt: z.ZodNumber;
407
- }, z.core.$strip>>>;
408
- }, z.core.$strip>;
409
- declare const ContentTableRowSchema: z.ZodObject<{
410
- cells: z.ZodArray<z.ZodObject<{
411
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
412
- colSpan: z.ZodOptional<z.ZodNumber>;
413
- rowSpan: z.ZodOptional<z.ZodNumber>;
414
- background: z.ZodOptional<z.ZodObject<{
415
- r: z.ZodNumber;
416
- g: z.ZodNumber;
417
- b: z.ZodNumber;
418
- }, z.core.$strip>>;
419
- borders: z.ZodOptional<z.ZodObject<{
420
- left: z.ZodOptional<z.ZodObject<{
421
- color: z.ZodObject<{
422
- r: z.ZodNumber;
423
- g: z.ZodNumber;
424
- b: z.ZodNumber;
425
- }, z.core.$strip>;
426
- widthPt: z.ZodNumber;
427
- style: z.ZodOptional<z.ZodEnum<{
428
- solid: "solid";
429
- dashed: "dashed";
430
- dotted: "dotted";
431
- double: "double";
432
- }>>;
433
- }, z.core.$strip>>;
434
- right: z.ZodOptional<z.ZodObject<{
435
- color: z.ZodObject<{
436
- r: z.ZodNumber;
437
- g: z.ZodNumber;
438
- b: z.ZodNumber;
439
- }, z.core.$strip>;
440
- widthPt: z.ZodNumber;
441
- style: z.ZodOptional<z.ZodEnum<{
442
- solid: "solid";
443
- dashed: "dashed";
444
- dotted: "dotted";
445
- double: "double";
446
- }>>;
447
- }, z.core.$strip>>;
448
- top: z.ZodOptional<z.ZodObject<{
449
- color: z.ZodObject<{
450
- r: z.ZodNumber;
451
- g: z.ZodNumber;
452
- b: z.ZodNumber;
453
- }, z.core.$strip>;
454
- widthPt: z.ZodNumber;
455
- style: z.ZodOptional<z.ZodEnum<{
456
- solid: "solid";
457
- dashed: "dashed";
458
- dotted: "dotted";
459
- double: "double";
460
- }>>;
461
- }, z.core.$strip>>;
462
- bottom: z.ZodOptional<z.ZodObject<{
463
- color: z.ZodObject<{
464
- r: z.ZodNumber;
465
- g: z.ZodNumber;
466
- b: z.ZodNumber;
467
- }, z.core.$strip>;
468
- widthPt: z.ZodNumber;
469
- style: z.ZodOptional<z.ZodEnum<{
470
- solid: "solid";
471
- dashed: "dashed";
472
- dotted: "dotted";
473
- double: "double";
474
- }>>;
475
- }, z.core.$strip>>;
476
- }, z.core.$strip>>;
477
- sourcePath: z.ZodOptional<z.ZodString>;
478
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
479
- pageIndex: z.ZodNumber;
480
- xPt: z.ZodNumber;
481
- yPt: z.ZodNumber;
482
- widthPt: z.ZodNumber;
483
- heightPt: z.ZodNumber;
484
- }, z.core.$strip>>>;
485
- }, z.core.$strip>>;
486
- heightPt: z.ZodOptional<z.ZodNumber>;
487
- }, z.core.$strip>;
488
- declare const ContentTableSchema: z.ZodObject<{
489
- kind: z.ZodLiteral<"table">;
490
- rows: z.ZodArray<z.ZodObject<{
491
- cells: z.ZodArray<z.ZodObject<{
492
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
493
- colSpan: z.ZodOptional<z.ZodNumber>;
494
- rowSpan: z.ZodOptional<z.ZodNumber>;
495
- background: z.ZodOptional<z.ZodObject<{
496
- r: z.ZodNumber;
497
- g: z.ZodNumber;
498
- b: z.ZodNumber;
499
- }, z.core.$strip>>;
500
- borders: z.ZodOptional<z.ZodObject<{
501
- left: z.ZodOptional<z.ZodObject<{
502
- color: z.ZodObject<{
503
- r: z.ZodNumber;
504
- g: z.ZodNumber;
505
- b: z.ZodNumber;
506
- }, z.core.$strip>;
507
- widthPt: z.ZodNumber;
508
- style: z.ZodOptional<z.ZodEnum<{
509
- solid: "solid";
510
- dashed: "dashed";
511
- dotted: "dotted";
512
- double: "double";
513
- }>>;
514
- }, z.core.$strip>>;
515
- right: z.ZodOptional<z.ZodObject<{
516
- color: z.ZodObject<{
517
- r: z.ZodNumber;
518
- g: z.ZodNumber;
519
- b: z.ZodNumber;
520
- }, z.core.$strip>;
521
- widthPt: z.ZodNumber;
522
- style: z.ZodOptional<z.ZodEnum<{
523
- solid: "solid";
524
- dashed: "dashed";
525
- dotted: "dotted";
526
- double: "double";
527
- }>>;
528
- }, z.core.$strip>>;
529
- top: z.ZodOptional<z.ZodObject<{
530
- color: z.ZodObject<{
531
- r: z.ZodNumber;
532
- g: z.ZodNumber;
533
- b: z.ZodNumber;
534
- }, z.core.$strip>;
535
- widthPt: z.ZodNumber;
536
- style: z.ZodOptional<z.ZodEnum<{
537
- solid: "solid";
538
- dashed: "dashed";
539
- dotted: "dotted";
540
- double: "double";
541
- }>>;
542
- }, z.core.$strip>>;
543
- bottom: z.ZodOptional<z.ZodObject<{
544
- color: z.ZodObject<{
545
- r: z.ZodNumber;
546
- g: z.ZodNumber;
547
- b: z.ZodNumber;
548
- }, z.core.$strip>;
549
- widthPt: z.ZodNumber;
550
- style: z.ZodOptional<z.ZodEnum<{
551
- solid: "solid";
552
- dashed: "dashed";
553
- dotted: "dotted";
554
- double: "double";
555
- }>>;
556
- }, z.core.$strip>>;
557
- }, z.core.$strip>>;
558
- sourcePath: z.ZodOptional<z.ZodString>;
559
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
560
- pageIndex: z.ZodNumber;
561
- xPt: z.ZodNumber;
562
- yPt: z.ZodNumber;
563
- widthPt: z.ZodNumber;
564
- heightPt: z.ZodNumber;
565
- }, z.core.$strip>>>;
566
- }, z.core.$strip>>;
567
- heightPt: z.ZodOptional<z.ZodNumber>;
568
- }, z.core.$strip>>;
569
- columnWidthsPt: z.ZodArray<z.ZodNumber>;
570
- sourcePath: z.ZodOptional<z.ZodString>;
571
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
572
- pageIndex: z.ZodNumber;
573
- xPt: z.ZodNumber;
574
- yPt: z.ZodNumber;
575
- widthPt: z.ZodNumber;
576
- heightPt: z.ZodNumber;
577
- }, z.core.$strip>>>;
578
- }, z.core.$strip>;
579
- declare const ContentSectionSchema: z.ZodObject<{
580
- pageSize: z.ZodObject<{
581
- widthPt: z.ZodNumber;
582
- heightPt: z.ZodNumber;
583
- }, z.core.$strip>;
584
- margins: z.ZodObject<{
585
- topPt: z.ZodNumber;
586
- rightPt: z.ZodNumber;
587
- bottomPt: z.ZodNumber;
588
- leftPt: z.ZodNumber;
589
- }, z.core.$strip>;
590
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
591
- }, z.core.$strip>;
592
- type ContentSection = z.infer<typeof ContentSectionSchema>;
593
- declare const ContentShapeSchema: z.ZodObject<{
594
- name: z.ZodOptional<z.ZodString>;
595
- frame: z.ZodObject<{
596
- xPt: z.ZodNumber;
597
- yPt: z.ZodNumber;
598
- widthPt: z.ZodNumber;
599
- heightPt: z.ZodNumber;
600
- }, z.core.$strip>;
601
- rotationDeg: z.ZodOptional<z.ZodNumber>;
602
- insetLeftPt: z.ZodNumber;
603
- insetTopPt: z.ZodNumber;
604
- insetRightPt: z.ZodNumber;
605
- insetBottomPt: z.ZodNumber;
606
- fontScale: z.ZodOptional<z.ZodNumber>;
607
- lineSpacingReduction: z.ZodOptional<z.ZodNumber>;
608
- paintOrder: z.ZodOptional<z.ZodNumber>;
609
- sourcePath: z.ZodOptional<z.ZodString>;
610
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
611
- pageIndex: z.ZodNumber;
612
- xPt: z.ZodNumber;
613
- yPt: z.ZodNumber;
614
- widthPt: z.ZodNumber;
615
- heightPt: z.ZodNumber;
616
- }, z.core.$strip>>>;
617
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
618
- }, z.core.$strip>;
619
- type ContentShape = z.infer<typeof ContentShapeSchema>;
620
- declare const ContentSlideSchema: z.ZodObject<{
621
- size: z.ZodObject<{
622
- widthPt: z.ZodNumber;
623
- heightPt: z.ZodNumber;
624
- }, z.core.$strip>;
625
- shapes: z.ZodArray<z.ZodObject<{
626
- name: z.ZodOptional<z.ZodString>;
627
- frame: z.ZodObject<{
628
- xPt: z.ZodNumber;
629
- yPt: z.ZodNumber;
630
- widthPt: z.ZodNumber;
631
- heightPt: z.ZodNumber;
632
- }, z.core.$strip>;
633
- rotationDeg: z.ZodOptional<z.ZodNumber>;
634
- insetLeftPt: z.ZodNumber;
635
- insetTopPt: z.ZodNumber;
636
- insetRightPt: z.ZodNumber;
637
- insetBottomPt: z.ZodNumber;
638
- fontScale: z.ZodOptional<z.ZodNumber>;
639
- lineSpacingReduction: z.ZodOptional<z.ZodNumber>;
640
- paintOrder: z.ZodOptional<z.ZodNumber>;
641
- sourcePath: z.ZodOptional<z.ZodString>;
642
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
643
- pageIndex: z.ZodNumber;
644
- xPt: z.ZodNumber;
645
- yPt: z.ZodNumber;
646
- widthPt: z.ZodNumber;
647
- heightPt: z.ZodNumber;
648
- }, z.core.$strip>>>;
649
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
650
- }, z.core.$strip>>;
651
- notes: z.ZodString;
652
- }, z.core.$strip>;
653
- type ContentSlide = z.infer<typeof ContentSlideSchema>;
654
- declare const DecimalStringSchema: z.ZodString;
655
- type DecimalString = z.infer<typeof DecimalStringSchema>;
656
- declare const ContentCellValueSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
657
- kind: z.ZodLiteral<"number">;
658
- value: z.ZodNumber;
659
- exactValue: z.ZodOptional<z.ZodString>;
660
- }, z.core.$strip>, z.ZodObject<{
661
- kind: z.ZodLiteral<"percentage">;
662
- value: z.ZodNumber;
663
- exactValue: z.ZodOptional<z.ZodString>;
664
- }, z.core.$strip>, z.ZodObject<{
665
- kind: z.ZodLiteral<"currency">;
666
- value: z.ZodNumber;
667
- currency: z.ZodOptional<z.ZodString>;
668
- exactValue: z.ZodOptional<z.ZodString>;
669
- }, z.core.$strip>, z.ZodObject<{
670
- kind: z.ZodLiteral<"boolean">;
671
- value: z.ZodBoolean;
672
- }, z.core.$strip>, z.ZodObject<{
673
- kind: z.ZodLiteral<"date">;
674
- value: z.ZodString;
675
- }, z.core.$strip>, z.ZodObject<{
676
- kind: z.ZodLiteral<"time">;
677
- value: z.ZodString;
678
- }, z.core.$strip>, z.ZodObject<{
679
- kind: z.ZodLiteral<"dateTime">;
680
- value: z.ZodString;
681
- }, z.core.$strip>, z.ZodObject<{
682
- kind: z.ZodLiteral<"string">;
683
- value: z.ZodString;
684
- }, z.core.$strip>, z.ZodObject<{
685
- kind: z.ZodLiteral<"error">;
686
- value: z.ZodString;
687
- }, z.core.$strip>, z.ZodObject<{
688
- kind: z.ZodLiteral<"empty">;
689
- }, z.core.$strip>], "kind">;
690
- type ContentCellValue = z.infer<typeof ContentCellValueSchema>;
691
- declare const ContentSheetCellCommentSchema: z.ZodObject<{
692
- text: z.ZodString;
693
- author: z.ZodOptional<z.ZodString>;
694
- createdAt: z.ZodOptional<z.ZodString>;
695
- replies: z.ZodOptional<z.ZodArray<z.ZodObject<{
696
- text: z.ZodString;
697
- author: z.ZodOptional<z.ZodString>;
698
- }, z.core.$strip>>>;
699
- }, z.core.$strip>;
700
- type ContentSheetCellComment = z.infer<typeof ContentSheetCellCommentSchema>;
701
- declare const ContentSheetCellSchema: z.ZodObject<{
702
- row: z.ZodNumber;
703
- column: z.ZodNumber;
704
- value: z.ZodDiscriminatedUnion<[z.ZodObject<{
705
- kind: z.ZodLiteral<"number">;
706
- value: z.ZodNumber;
707
- exactValue: z.ZodOptional<z.ZodString>;
708
- }, z.core.$strip>, z.ZodObject<{
709
- kind: z.ZodLiteral<"percentage">;
710
- value: z.ZodNumber;
711
- exactValue: z.ZodOptional<z.ZodString>;
712
- }, z.core.$strip>, z.ZodObject<{
713
- kind: z.ZodLiteral<"currency">;
714
- value: z.ZodNumber;
715
- currency: z.ZodOptional<z.ZodString>;
716
- exactValue: z.ZodOptional<z.ZodString>;
717
- }, z.core.$strip>, z.ZodObject<{
718
- kind: z.ZodLiteral<"boolean">;
719
- value: z.ZodBoolean;
720
- }, z.core.$strip>, z.ZodObject<{
721
- kind: z.ZodLiteral<"date">;
722
- value: z.ZodString;
723
- }, z.core.$strip>, z.ZodObject<{
724
- kind: z.ZodLiteral<"time">;
725
- value: z.ZodString;
726
- }, z.core.$strip>, z.ZodObject<{
727
- kind: z.ZodLiteral<"dateTime">;
728
- value: z.ZodString;
729
- }, z.core.$strip>, z.ZodObject<{
730
- kind: z.ZodLiteral<"string">;
731
- value: z.ZodString;
732
- }, z.core.$strip>, z.ZodObject<{
733
- kind: z.ZodLiteral<"error">;
734
- value: z.ZodString;
735
- }, z.core.$strip>, z.ZodObject<{
736
- kind: z.ZodLiteral<"empty">;
737
- }, z.core.$strip>], "kind">;
738
- formula: z.ZodOptional<z.ZodString>;
739
- displayText: z.ZodString;
740
- runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
741
- text: z.ZodString;
742
- bold: z.ZodOptional<z.ZodBoolean>;
743
- italic: z.ZodOptional<z.ZodBoolean>;
744
- underline: z.ZodOptional<z.ZodBoolean>;
745
- strike: z.ZodOptional<z.ZodBoolean>;
746
- fontFamily: z.ZodOptional<z.ZodString>;
747
- sizePt: z.ZodOptional<z.ZodNumber>;
748
- color: z.ZodOptional<z.ZodObject<{
749
- r: z.ZodNumber;
750
- g: z.ZodNumber;
751
- b: z.ZodNumber;
752
- }, z.core.$strip>>;
753
- hyperlink: z.ZodOptional<z.ZodString>;
754
- sourcePath: z.ZodOptional<z.ZodString>;
755
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
756
- pageIndex: z.ZodNumber;
757
- xPt: z.ZodNumber;
758
- yPt: z.ZodNumber;
759
- widthPt: z.ZodNumber;
760
- heightPt: z.ZodNumber;
761
- }, z.core.$strip>>>;
762
- }, z.core.$strip>>>;
763
- colSpan: z.ZodOptional<z.ZodNumber>;
764
- rowSpan: z.ZodOptional<z.ZodNumber>;
765
- background: z.ZodOptional<z.ZodObject<{
766
- r: z.ZodNumber;
767
- g: z.ZodNumber;
768
- b: z.ZodNumber;
769
- }, z.core.$strip>>;
770
- borders: z.ZodOptional<z.ZodObject<{
771
- left: z.ZodOptional<z.ZodObject<{
772
- color: z.ZodObject<{
773
- r: z.ZodNumber;
774
- g: z.ZodNumber;
775
- b: z.ZodNumber;
776
- }, z.core.$strip>;
777
- widthPt: z.ZodNumber;
778
- style: z.ZodOptional<z.ZodEnum<{
779
- solid: "solid";
780
- dashed: "dashed";
781
- dotted: "dotted";
782
- double: "double";
783
- }>>;
784
- }, z.core.$strip>>;
785
- right: z.ZodOptional<z.ZodObject<{
786
- color: z.ZodObject<{
787
- r: z.ZodNumber;
788
- g: z.ZodNumber;
789
- b: z.ZodNumber;
790
- }, z.core.$strip>;
791
- widthPt: z.ZodNumber;
792
- style: z.ZodOptional<z.ZodEnum<{
793
- solid: "solid";
794
- dashed: "dashed";
795
- dotted: "dotted";
796
- double: "double";
797
- }>>;
798
- }, z.core.$strip>>;
799
- top: z.ZodOptional<z.ZodObject<{
800
- color: z.ZodObject<{
801
- r: z.ZodNumber;
802
- g: z.ZodNumber;
803
- b: z.ZodNumber;
804
- }, z.core.$strip>;
805
- widthPt: z.ZodNumber;
806
- style: z.ZodOptional<z.ZodEnum<{
807
- solid: "solid";
808
- dashed: "dashed";
809
- dotted: "dotted";
810
- double: "double";
811
- }>>;
812
- }, z.core.$strip>>;
813
- bottom: z.ZodOptional<z.ZodObject<{
814
- color: z.ZodObject<{
815
- r: z.ZodNumber;
816
- g: z.ZodNumber;
817
- b: z.ZodNumber;
818
- }, z.core.$strip>;
819
- widthPt: z.ZodNumber;
820
- style: z.ZodOptional<z.ZodEnum<{
821
- solid: "solid";
822
- dashed: "dashed";
823
- dotted: "dotted";
824
- double: "double";
825
- }>>;
826
- }, z.core.$strip>>;
827
- }, z.core.$strip>>;
828
- alignment: z.ZodOptional<z.ZodEnum<{
829
- left: "left";
830
- center: "center";
831
- right: "right";
832
- justify: "justify";
833
- }>>;
834
- verticalAlignment: z.ZodOptional<z.ZodEnum<{
835
- top: "top";
836
- bottom: "bottom";
837
- middle: "middle";
838
- }>>;
839
- comment: z.ZodOptional<z.ZodObject<{
840
- text: z.ZodString;
841
- author: z.ZodOptional<z.ZodString>;
842
- createdAt: z.ZodOptional<z.ZodString>;
843
- replies: z.ZodOptional<z.ZodArray<z.ZodObject<{
844
- text: z.ZodString;
845
- author: z.ZodOptional<z.ZodString>;
846
- }, z.core.$strip>>>;
847
- }, z.core.$strip>>;
848
- sourcePath: z.ZodOptional<z.ZodString>;
849
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
850
- pageIndex: z.ZodNumber;
851
- xPt: z.ZodNumber;
852
- yPt: z.ZodNumber;
853
- widthPt: z.ZodNumber;
854
- heightPt: z.ZodNumber;
855
- }, z.core.$strip>>>;
856
- }, z.core.$strip>;
857
- type ContentSheetCell = z.infer<typeof ContentSheetCellSchema>;
858
- declare const ContentSheetColumnSchema: z.ZodObject<{
859
- index: z.ZodNumber;
860
- widthPt: z.ZodOptional<z.ZodNumber>;
861
- hidden: z.ZodOptional<z.ZodBoolean>;
862
- }, z.core.$strip>;
863
- type ContentSheetColumn = z.infer<typeof ContentSheetColumnSchema>;
864
- declare const ContentSheetRowSchema: z.ZodObject<{
865
- index: z.ZodNumber;
866
- heightPt: z.ZodOptional<z.ZodNumber>;
867
- hidden: z.ZodOptional<z.ZodBoolean>;
868
- }, z.core.$strip>;
869
- type ContentSheetRow = z.infer<typeof ContentSheetRowSchema>;
870
- declare const ContentSheetPrintRangeSchema: z.ZodObject<{
871
- startRow: z.ZodNumber;
872
- startColumn: z.ZodNumber;
873
- endRow: z.ZodNumber;
874
- endColumn: z.ZodNumber;
875
- }, z.core.$strip>;
876
- type ContentSheetPrintRange = z.infer<typeof ContentSheetPrintRangeSchema>;
877
- declare const ContentSheetRepeatRangeSchema: z.ZodObject<{
878
- start: z.ZodNumber;
879
- end: z.ZodNumber;
880
- }, z.core.$strip>;
881
- type ContentSheetRepeatRange = z.infer<typeof ContentSheetRepeatRangeSchema>;
882
- declare const ContentSheetPrintSettingsSchema: z.ZodObject<{
883
- pageSize: z.ZodObject<{
884
- widthPt: z.ZodNumber;
885
- heightPt: z.ZodNumber;
886
- }, z.core.$strip>;
887
- margins: z.ZodObject<{
888
- topPt: z.ZodNumber;
889
- rightPt: z.ZodNumber;
890
- bottomPt: z.ZodNumber;
891
- leftPt: z.ZodNumber;
892
- }, z.core.$strip>;
893
- printRange: z.ZodOptional<z.ZodObject<{
894
- startRow: z.ZodNumber;
895
- startColumn: z.ZodNumber;
896
- endRow: z.ZodNumber;
897
- endColumn: z.ZodNumber;
898
- }, z.core.$strip>>;
899
- scalePercent: z.ZodOptional<z.ZodNumber>;
900
- fitToPages: z.ZodOptional<z.ZodObject<{
901
- width: z.ZodNumber;
902
- height: z.ZodNumber;
903
- }, z.core.$strip>>;
904
- repeatRows: z.ZodOptional<z.ZodObject<{
905
- start: z.ZodNumber;
906
- end: z.ZodNumber;
907
- }, z.core.$strip>>;
908
- repeatColumns: z.ZodOptional<z.ZodObject<{
909
- start: z.ZodNumber;
910
- end: z.ZodNumber;
911
- }, z.core.$strip>>;
912
- gridlines: z.ZodBoolean;
913
- headers: z.ZodBoolean;
914
- pageOrder: z.ZodEnum<{
915
- downThenOver: "downThenOver";
916
- overThenDown: "overThenDown";
917
- }>;
918
- manualBreaks: z.ZodOptional<z.ZodObject<{
919
- rows: z.ZodArray<z.ZodNumber>;
920
- columns: z.ZodArray<z.ZodNumber>;
921
- }, z.core.$strip>>;
922
- }, z.core.$strip>;
923
- type ContentSheetPrintSettings = z.infer<typeof ContentSheetPrintSettingsSchema>;
924
- declare const ContentSheetImageSchema: z.ZodObject<{
925
- kind: z.ZodLiteral<"image">;
926
- format: z.ZodEnum<{
927
- png: "png";
928
- jpeg: "jpeg";
929
- }>;
930
- base64: z.ZodString;
931
- widthPt: z.ZodNumber;
932
- heightPt: z.ZodNumber;
933
- altText: z.ZodOptional<z.ZodString>;
934
- sourcePath: z.ZodOptional<z.ZodString>;
935
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
936
- pageIndex: z.ZodNumber;
937
- xPt: z.ZodNumber;
938
- yPt: z.ZodNumber;
939
- widthPt: z.ZodNumber;
940
- heightPt: z.ZodNumber;
941
- }, z.core.$strip>>>;
942
- anchorRow: z.ZodNumber;
943
- anchorColumn: z.ZodNumber;
944
- offsetXPt: z.ZodNumber;
945
- offsetYPt: z.ZodNumber;
946
- }, z.core.$strip>;
947
- type ContentSheetImage = z.infer<typeof ContentSheetImageSchema>;
948
- declare const ContentSheetSchema: z.ZodObject<{
949
- name: z.ZodString;
950
- cells: z.ZodArray<z.ZodObject<{
951
- row: z.ZodNumber;
952
- column: z.ZodNumber;
953
- value: z.ZodDiscriminatedUnion<[z.ZodObject<{
954
- kind: z.ZodLiteral<"number">;
955
- value: z.ZodNumber;
956
- exactValue: z.ZodOptional<z.ZodString>;
957
- }, z.core.$strip>, z.ZodObject<{
958
- kind: z.ZodLiteral<"percentage">;
959
- value: z.ZodNumber;
960
- exactValue: z.ZodOptional<z.ZodString>;
961
- }, z.core.$strip>, z.ZodObject<{
962
- kind: z.ZodLiteral<"currency">;
963
- value: z.ZodNumber;
964
- currency: z.ZodOptional<z.ZodString>;
965
- exactValue: z.ZodOptional<z.ZodString>;
966
- }, z.core.$strip>, z.ZodObject<{
967
- kind: z.ZodLiteral<"boolean">;
968
- value: z.ZodBoolean;
969
- }, z.core.$strip>, z.ZodObject<{
970
- kind: z.ZodLiteral<"date">;
971
- value: z.ZodString;
972
- }, z.core.$strip>, z.ZodObject<{
973
- kind: z.ZodLiteral<"time">;
974
- value: z.ZodString;
975
- }, z.core.$strip>, z.ZodObject<{
976
- kind: z.ZodLiteral<"dateTime">;
977
- value: z.ZodString;
978
- }, z.core.$strip>, z.ZodObject<{
979
- kind: z.ZodLiteral<"string">;
980
- value: z.ZodString;
981
- }, z.core.$strip>, z.ZodObject<{
982
- kind: z.ZodLiteral<"error">;
983
- value: z.ZodString;
984
- }, z.core.$strip>, z.ZodObject<{
985
- kind: z.ZodLiteral<"empty">;
986
- }, z.core.$strip>], "kind">;
987
- formula: z.ZodOptional<z.ZodString>;
988
- displayText: z.ZodString;
989
- runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
990
- text: z.ZodString;
991
- bold: z.ZodOptional<z.ZodBoolean>;
992
- italic: z.ZodOptional<z.ZodBoolean>;
993
- underline: z.ZodOptional<z.ZodBoolean>;
994
- strike: z.ZodOptional<z.ZodBoolean>;
995
- fontFamily: z.ZodOptional<z.ZodString>;
996
- sizePt: z.ZodOptional<z.ZodNumber>;
997
- color: z.ZodOptional<z.ZodObject<{
998
- r: z.ZodNumber;
999
- g: z.ZodNumber;
1000
- b: z.ZodNumber;
1001
- }, z.core.$strip>>;
1002
- hyperlink: z.ZodOptional<z.ZodString>;
1003
- sourcePath: z.ZodOptional<z.ZodString>;
1004
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1005
- pageIndex: z.ZodNumber;
1006
- xPt: z.ZodNumber;
1007
- yPt: z.ZodNumber;
1008
- widthPt: z.ZodNumber;
1009
- heightPt: z.ZodNumber;
1010
- }, z.core.$strip>>>;
1011
- }, z.core.$strip>>>;
1012
- colSpan: z.ZodOptional<z.ZodNumber>;
1013
- rowSpan: z.ZodOptional<z.ZodNumber>;
1014
- background: z.ZodOptional<z.ZodObject<{
1015
- r: z.ZodNumber;
1016
- g: z.ZodNumber;
1017
- b: z.ZodNumber;
1018
- }, z.core.$strip>>;
1019
- borders: z.ZodOptional<z.ZodObject<{
1020
- left: z.ZodOptional<z.ZodObject<{
1021
- color: z.ZodObject<{
1022
- r: z.ZodNumber;
1023
- g: z.ZodNumber;
1024
- b: z.ZodNumber;
1025
- }, z.core.$strip>;
1026
- widthPt: z.ZodNumber;
1027
- style: z.ZodOptional<z.ZodEnum<{
1028
- solid: "solid";
1029
- dashed: "dashed";
1030
- dotted: "dotted";
1031
- double: "double";
1032
- }>>;
1033
- }, z.core.$strip>>;
1034
- right: z.ZodOptional<z.ZodObject<{
1035
- color: z.ZodObject<{
1036
- r: z.ZodNumber;
1037
- g: z.ZodNumber;
1038
- b: z.ZodNumber;
1039
- }, z.core.$strip>;
1040
- widthPt: z.ZodNumber;
1041
- style: z.ZodOptional<z.ZodEnum<{
1042
- solid: "solid";
1043
- dashed: "dashed";
1044
- dotted: "dotted";
1045
- double: "double";
1046
- }>>;
1047
- }, z.core.$strip>>;
1048
- top: z.ZodOptional<z.ZodObject<{
1049
- color: z.ZodObject<{
1050
- r: z.ZodNumber;
1051
- g: z.ZodNumber;
1052
- b: z.ZodNumber;
1053
- }, z.core.$strip>;
1054
- widthPt: z.ZodNumber;
1055
- style: z.ZodOptional<z.ZodEnum<{
1056
- solid: "solid";
1057
- dashed: "dashed";
1058
- dotted: "dotted";
1059
- double: "double";
1060
- }>>;
1061
- }, z.core.$strip>>;
1062
- bottom: z.ZodOptional<z.ZodObject<{
1063
- color: z.ZodObject<{
1064
- r: z.ZodNumber;
1065
- g: z.ZodNumber;
1066
- b: z.ZodNumber;
1067
- }, z.core.$strip>;
1068
- widthPt: z.ZodNumber;
1069
- style: z.ZodOptional<z.ZodEnum<{
1070
- solid: "solid";
1071
- dashed: "dashed";
1072
- dotted: "dotted";
1073
- double: "double";
1074
- }>>;
1075
- }, z.core.$strip>>;
1076
- }, z.core.$strip>>;
1077
- alignment: z.ZodOptional<z.ZodEnum<{
1078
- left: "left";
1079
- center: "center";
1080
- right: "right";
1081
- justify: "justify";
1082
- }>>;
1083
- verticalAlignment: z.ZodOptional<z.ZodEnum<{
1084
- top: "top";
1085
- bottom: "bottom";
1086
- middle: "middle";
1087
- }>>;
1088
- comment: z.ZodOptional<z.ZodObject<{
1089
- text: z.ZodString;
1090
- author: z.ZodOptional<z.ZodString>;
1091
- createdAt: z.ZodOptional<z.ZodString>;
1092
- replies: z.ZodOptional<z.ZodArray<z.ZodObject<{
1093
- text: z.ZodString;
1094
- author: z.ZodOptional<z.ZodString>;
1095
- }, z.core.$strip>>>;
1096
- }, z.core.$strip>>;
1097
- sourcePath: z.ZodOptional<z.ZodString>;
1098
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1099
- pageIndex: z.ZodNumber;
1100
- xPt: z.ZodNumber;
1101
- yPt: z.ZodNumber;
1102
- widthPt: z.ZodNumber;
1103
- heightPt: z.ZodNumber;
1104
- }, z.core.$strip>>>;
1105
- }, z.core.$strip>>;
1106
- columns: z.ZodArray<z.ZodObject<{
1107
- index: z.ZodNumber;
1108
- widthPt: z.ZodOptional<z.ZodNumber>;
1109
- hidden: z.ZodOptional<z.ZodBoolean>;
1110
- }, z.core.$strip>>;
1111
- rows: z.ZodArray<z.ZodObject<{
1112
- index: z.ZodNumber;
1113
- heightPt: z.ZodOptional<z.ZodNumber>;
1114
- hidden: z.ZodOptional<z.ZodBoolean>;
1115
- }, z.core.$strip>>;
1116
- images: z.ZodArray<z.ZodObject<{
1117
- kind: z.ZodLiteral<"image">;
1118
- format: z.ZodEnum<{
1119
- png: "png";
1120
- jpeg: "jpeg";
1121
- }>;
1122
- base64: z.ZodString;
1123
- widthPt: z.ZodNumber;
1124
- heightPt: z.ZodNumber;
1125
- altText: z.ZodOptional<z.ZodString>;
1126
- sourcePath: z.ZodOptional<z.ZodString>;
1127
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1128
- pageIndex: z.ZodNumber;
1129
- xPt: z.ZodNumber;
1130
- yPt: z.ZodNumber;
1131
- widthPt: z.ZodNumber;
1132
- heightPt: z.ZodNumber;
1133
- }, z.core.$strip>>>;
1134
- anchorRow: z.ZodNumber;
1135
- anchorColumn: z.ZodNumber;
1136
- offsetXPt: z.ZodNumber;
1137
- offsetYPt: z.ZodNumber;
1138
- }, z.core.$strip>>;
1139
- printSettings: z.ZodObject<{
1140
- pageSize: z.ZodObject<{
1141
- widthPt: z.ZodNumber;
1142
- heightPt: z.ZodNumber;
1143
- }, z.core.$strip>;
1144
- margins: z.ZodObject<{
1145
- topPt: z.ZodNumber;
1146
- rightPt: z.ZodNumber;
1147
- bottomPt: z.ZodNumber;
1148
- leftPt: z.ZodNumber;
1149
- }, z.core.$strip>;
1150
- printRange: z.ZodOptional<z.ZodObject<{
1151
- startRow: z.ZodNumber;
1152
- startColumn: z.ZodNumber;
1153
- endRow: z.ZodNumber;
1154
- endColumn: z.ZodNumber;
1155
- }, z.core.$strip>>;
1156
- scalePercent: z.ZodOptional<z.ZodNumber>;
1157
- fitToPages: z.ZodOptional<z.ZodObject<{
1158
- width: z.ZodNumber;
1159
- height: z.ZodNumber;
1160
- }, z.core.$strip>>;
1161
- repeatRows: z.ZodOptional<z.ZodObject<{
1162
- start: z.ZodNumber;
1163
- end: z.ZodNumber;
1164
- }, z.core.$strip>>;
1165
- repeatColumns: z.ZodOptional<z.ZodObject<{
1166
- start: z.ZodNumber;
1167
- end: z.ZodNumber;
1168
- }, z.core.$strip>>;
1169
- gridlines: z.ZodBoolean;
1170
- headers: z.ZodBoolean;
1171
- pageOrder: z.ZodEnum<{
1172
- downThenOver: "downThenOver";
1173
- overThenDown: "overThenDown";
1174
- }>;
1175
- manualBreaks: z.ZodOptional<z.ZodObject<{
1176
- rows: z.ZodArray<z.ZodNumber>;
1177
- columns: z.ZodArray<z.ZodNumber>;
1178
- }, z.core.$strip>>;
1179
- }, z.core.$strip>;
1180
- embeddedObjects: z.ZodOptional<z.ZodArray<z.ZodCustom<ContentEmbeddedObject, ContentEmbeddedObject>>>;
1181
- }, z.core.$strip>;
1182
- type ContentSheet = z.infer<typeof ContentSheetSchema>;
1183
- declare const ContentStrokeSchema: z.ZodObject<{
1184
- color: z.ZodObject<{
1185
- r: z.ZodNumber;
1186
- g: z.ZodNumber;
1187
- b: z.ZodNumber;
1188
- }, z.core.$strip>;
1189
- widthPt: z.ZodNumber;
1190
- style: z.ZodOptional<z.ZodEnum<{
1191
- solid: "solid";
1192
- dashed: "dashed";
1193
- dotted: "dotted";
1194
- double: "double";
1195
- }>>;
1196
- }, z.core.$strip>;
1197
- type ContentStroke = z.infer<typeof ContentStrokeSchema>;
1198
- declare const ContentPathPointSchema: z.ZodObject<{
1199
- xPt: z.ZodNumber;
1200
- yPt: z.ZodNumber;
1201
- }, z.core.$strip>;
1202
- type ContentPathPoint = z.infer<typeof ContentPathPointSchema>;
1203
- declare const ContentPathSegmentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1204
- kind: z.ZodLiteral<"line">;
1205
- to: z.ZodObject<{
1206
- xPt: z.ZodNumber;
1207
- yPt: z.ZodNumber;
1208
- }, z.core.$strip>;
1209
- }, z.core.$strip>, z.ZodObject<{
1210
- kind: z.ZodLiteral<"cubic">;
1211
- control1: z.ZodObject<{
1212
- xPt: z.ZodNumber;
1213
- yPt: z.ZodNumber;
1214
- }, z.core.$strip>;
1215
- control2: z.ZodObject<{
1216
- xPt: z.ZodNumber;
1217
- yPt: z.ZodNumber;
1218
- }, z.core.$strip>;
1219
- to: z.ZodObject<{
1220
- xPt: z.ZodNumber;
1221
- yPt: z.ZodNumber;
1222
- }, z.core.$strip>;
1223
- }, z.core.$strip>], "kind">;
1224
- type ContentPathSegment = z.infer<typeof ContentPathSegmentSchema>;
1225
- declare const ContentSubpathSchema: z.ZodObject<{
1226
- start: z.ZodObject<{
1227
- xPt: z.ZodNumber;
1228
- yPt: z.ZodNumber;
1229
- }, z.core.$strip>;
1230
- segments: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1231
- kind: z.ZodLiteral<"line">;
1232
- to: z.ZodObject<{
1233
- xPt: z.ZodNumber;
1234
- yPt: z.ZodNumber;
1235
- }, z.core.$strip>;
1236
- }, z.core.$strip>, z.ZodObject<{
1237
- kind: z.ZodLiteral<"cubic">;
1238
- control1: z.ZodObject<{
1239
- xPt: z.ZodNumber;
1240
- yPt: z.ZodNumber;
1241
- }, z.core.$strip>;
1242
- control2: z.ZodObject<{
1243
- xPt: z.ZodNumber;
1244
- yPt: z.ZodNumber;
1245
- }, z.core.$strip>;
1246
- to: z.ZodObject<{
1247
- xPt: z.ZodNumber;
1248
- yPt: z.ZodNumber;
1249
- }, z.core.$strip>;
1250
- }, z.core.$strip>], "kind">>;
1251
- closed: z.ZodBoolean;
1252
- }, z.core.$strip>;
1253
- type ContentSubpath = z.infer<typeof ContentSubpathSchema>;
1254
- declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1255
- kind: z.ZodLiteral<"rect">;
1256
- frame: z.ZodObject<{
1257
- xPt: z.ZodNumber;
1258
- yPt: z.ZodNumber;
1259
- widthPt: z.ZodNumber;
1260
- heightPt: z.ZodNumber;
1261
- }, z.core.$strip>;
1262
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1263
- fill: z.ZodOptional<z.ZodObject<{
1264
- r: z.ZodNumber;
1265
- g: z.ZodNumber;
1266
- b: z.ZodNumber;
1267
- }, z.core.$strip>>;
1268
- stroke: z.ZodOptional<z.ZodObject<{
1269
- color: z.ZodObject<{
1270
- r: z.ZodNumber;
1271
- g: z.ZodNumber;
1272
- b: z.ZodNumber;
1273
- }, z.core.$strip>;
1274
- widthPt: z.ZodNumber;
1275
- style: z.ZodOptional<z.ZodEnum<{
1276
- solid: "solid";
1277
- dashed: "dashed";
1278
- dotted: "dotted";
1279
- double: "double";
1280
- }>>;
1281
- }, z.core.$strip>>;
1282
- paintOrder: z.ZodOptional<z.ZodNumber>;
1283
- sourcePath: z.ZodOptional<z.ZodString>;
1284
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1285
- pageIndex: z.ZodNumber;
1286
- xPt: z.ZodNumber;
1287
- yPt: z.ZodNumber;
1288
- widthPt: z.ZodNumber;
1289
- heightPt: z.ZodNumber;
1290
- }, z.core.$strip>>>;
1291
- }, z.core.$strip>, z.ZodObject<{
1292
- kind: z.ZodLiteral<"ellipse">;
1293
- frame: z.ZodObject<{
1294
- xPt: z.ZodNumber;
1295
- yPt: z.ZodNumber;
1296
- widthPt: z.ZodNumber;
1297
- heightPt: z.ZodNumber;
1298
- }, z.core.$strip>;
1299
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1300
- fill: z.ZodOptional<z.ZodObject<{
1301
- r: z.ZodNumber;
1302
- g: z.ZodNumber;
1303
- b: z.ZodNumber;
1304
- }, z.core.$strip>>;
1305
- stroke: z.ZodOptional<z.ZodObject<{
1306
- color: z.ZodObject<{
1307
- r: z.ZodNumber;
1308
- g: z.ZodNumber;
1309
- b: z.ZodNumber;
1310
- }, z.core.$strip>;
1311
- widthPt: z.ZodNumber;
1312
- style: z.ZodOptional<z.ZodEnum<{
1313
- solid: "solid";
1314
- dashed: "dashed";
1315
- dotted: "dotted";
1316
- double: "double";
1317
- }>>;
1318
- }, z.core.$strip>>;
1319
- paintOrder: z.ZodOptional<z.ZodNumber>;
1320
- sourcePath: z.ZodOptional<z.ZodString>;
1321
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1322
- pageIndex: z.ZodNumber;
1323
- xPt: z.ZodNumber;
1324
- yPt: z.ZodNumber;
1325
- widthPt: z.ZodNumber;
1326
- heightPt: z.ZodNumber;
1327
- }, z.core.$strip>>>;
1328
- }, z.core.$strip>, z.ZodObject<{
1329
- kind: z.ZodLiteral<"line">;
1330
- from: z.ZodObject<{
1331
- xPt: z.ZodNumber;
1332
- yPt: z.ZodNumber;
1333
- }, z.core.$strip>;
1334
- to: z.ZodObject<{
1335
- xPt: z.ZodNumber;
1336
- yPt: z.ZodNumber;
1337
- }, z.core.$strip>;
1338
- stroke: z.ZodObject<{
1339
- color: z.ZodObject<{
1340
- r: z.ZodNumber;
1341
- g: z.ZodNumber;
1342
- b: z.ZodNumber;
1343
- }, z.core.$strip>;
1344
- widthPt: z.ZodNumber;
1345
- style: z.ZodOptional<z.ZodEnum<{
1346
- solid: "solid";
1347
- dashed: "dashed";
1348
- dotted: "dotted";
1349
- double: "double";
1350
- }>>;
1351
- }, z.core.$strip>;
1352
- paintOrder: z.ZodOptional<z.ZodNumber>;
1353
- sourcePath: z.ZodOptional<z.ZodString>;
1354
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1355
- pageIndex: z.ZodNumber;
1356
- xPt: z.ZodNumber;
1357
- yPt: z.ZodNumber;
1358
- widthPt: z.ZodNumber;
1359
- heightPt: z.ZodNumber;
1360
- }, z.core.$strip>>>;
1361
- }, z.core.$strip>, z.ZodObject<{
1362
- kind: z.ZodLiteral<"path">;
1363
- frame: z.ZodObject<{
1364
- xPt: z.ZodNumber;
1365
- yPt: z.ZodNumber;
1366
- widthPt: z.ZodNumber;
1367
- heightPt: z.ZodNumber;
1368
- }, z.core.$strip>;
1369
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1370
- subpaths: z.ZodArray<z.ZodObject<{
1371
- start: z.ZodObject<{
1372
- xPt: z.ZodNumber;
1373
- yPt: z.ZodNumber;
1374
- }, z.core.$strip>;
1375
- segments: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1376
- kind: z.ZodLiteral<"line">;
1377
- to: z.ZodObject<{
1378
- xPt: z.ZodNumber;
1379
- yPt: z.ZodNumber;
1380
- }, z.core.$strip>;
1381
- }, z.core.$strip>, z.ZodObject<{
1382
- kind: z.ZodLiteral<"cubic">;
1383
- control1: z.ZodObject<{
1384
- xPt: z.ZodNumber;
1385
- yPt: z.ZodNumber;
1386
- }, z.core.$strip>;
1387
- control2: z.ZodObject<{
1388
- xPt: z.ZodNumber;
1389
- yPt: z.ZodNumber;
1390
- }, z.core.$strip>;
1391
- to: z.ZodObject<{
1392
- xPt: z.ZodNumber;
1393
- yPt: z.ZodNumber;
1394
- }, z.core.$strip>;
1395
- }, z.core.$strip>], "kind">>;
1396
- closed: z.ZodBoolean;
1397
- }, z.core.$strip>>;
1398
- fill: z.ZodOptional<z.ZodObject<{
1399
- r: z.ZodNumber;
1400
- g: z.ZodNumber;
1401
- b: z.ZodNumber;
1402
- }, z.core.$strip>>;
1403
- fillRule: z.ZodOptional<z.ZodEnum<{
1404
- nonzero: "nonzero";
1405
- evenodd: "evenodd";
1406
- }>>;
1407
- stroke: z.ZodOptional<z.ZodObject<{
1408
- color: z.ZodObject<{
1409
- r: z.ZodNumber;
1410
- g: z.ZodNumber;
1411
- b: z.ZodNumber;
1412
- }, z.core.$strip>;
1413
- widthPt: z.ZodNumber;
1414
- style: z.ZodOptional<z.ZodEnum<{
1415
- solid: "solid";
1416
- dashed: "dashed";
1417
- dotted: "dotted";
1418
- double: "double";
1419
- }>>;
1420
- }, z.core.$strip>>;
1421
- paintOrder: z.ZodOptional<z.ZodNumber>;
1422
- sourcePath: z.ZodOptional<z.ZodString>;
1423
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1424
- pageIndex: z.ZodNumber;
1425
- xPt: z.ZodNumber;
1426
- yPt: z.ZodNumber;
1427
- widthPt: z.ZodNumber;
1428
- heightPt: z.ZodNumber;
1429
- }, z.core.$strip>>>;
1430
- }, z.core.$strip>], "kind">;
1431
- type ContentVector = z.infer<typeof ContentVectorSchema>;
1432
- declare const ContentDrawPageSchema: z.ZodObject<{
1433
- size: z.ZodObject<{
1434
- widthPt: z.ZodNumber;
1435
- heightPt: z.ZodNumber;
1436
- }, z.core.$strip>;
1437
- shapes: z.ZodArray<z.ZodObject<{
1438
- name: z.ZodOptional<z.ZodString>;
1439
- frame: z.ZodObject<{
1440
- xPt: z.ZodNumber;
1441
- yPt: z.ZodNumber;
1442
- widthPt: z.ZodNumber;
1443
- heightPt: z.ZodNumber;
1444
- }, z.core.$strip>;
1445
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1446
- insetLeftPt: z.ZodNumber;
1447
- insetTopPt: z.ZodNumber;
1448
- insetRightPt: z.ZodNumber;
1449
- insetBottomPt: z.ZodNumber;
1450
- fontScale: z.ZodOptional<z.ZodNumber>;
1451
- lineSpacingReduction: z.ZodOptional<z.ZodNumber>;
1452
- paintOrder: z.ZodOptional<z.ZodNumber>;
1453
- sourcePath: z.ZodOptional<z.ZodString>;
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
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
1462
- }, z.core.$strip>>;
1463
- vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1464
- kind: z.ZodLiteral<"rect">;
1465
- frame: z.ZodObject<{
1466
- xPt: z.ZodNumber;
1467
- yPt: z.ZodNumber;
1468
- widthPt: z.ZodNumber;
1469
- heightPt: z.ZodNumber;
1470
- }, z.core.$strip>;
1471
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1472
- fill: z.ZodOptional<z.ZodObject<{
1473
- r: z.ZodNumber;
1474
- g: z.ZodNumber;
1475
- b: z.ZodNumber;
1476
- }, z.core.$strip>>;
1477
- stroke: z.ZodOptional<z.ZodObject<{
1478
- color: z.ZodObject<{
1479
- r: z.ZodNumber;
1480
- g: z.ZodNumber;
1481
- b: z.ZodNumber;
1482
- }, z.core.$strip>;
1483
- widthPt: z.ZodNumber;
1484
- style: z.ZodOptional<z.ZodEnum<{
1485
- solid: "solid";
1486
- dashed: "dashed";
1487
- dotted: "dotted";
1488
- double: "double";
1489
- }>>;
1490
- }, z.core.$strip>>;
1491
- paintOrder: z.ZodOptional<z.ZodNumber>;
1492
- sourcePath: z.ZodOptional<z.ZodString>;
1493
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1494
- pageIndex: z.ZodNumber;
1495
- xPt: z.ZodNumber;
1496
- yPt: z.ZodNumber;
1497
- widthPt: z.ZodNumber;
1498
- heightPt: z.ZodNumber;
1499
- }, z.core.$strip>>>;
1500
- }, z.core.$strip>, z.ZodObject<{
1501
- kind: z.ZodLiteral<"ellipse">;
1502
- frame: z.ZodObject<{
1503
- xPt: z.ZodNumber;
1504
- yPt: z.ZodNumber;
1505
- widthPt: z.ZodNumber;
1506
- heightPt: z.ZodNumber;
1507
- }, z.core.$strip>;
1508
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1509
- fill: z.ZodOptional<z.ZodObject<{
1510
- r: z.ZodNumber;
1511
- g: z.ZodNumber;
1512
- b: z.ZodNumber;
1513
- }, z.core.$strip>>;
1514
- stroke: z.ZodOptional<z.ZodObject<{
1515
- color: z.ZodObject<{
1516
- r: z.ZodNumber;
1517
- g: z.ZodNumber;
1518
- b: z.ZodNumber;
1519
- }, z.core.$strip>;
1520
- widthPt: z.ZodNumber;
1521
- style: z.ZodOptional<z.ZodEnum<{
1522
- solid: "solid";
1523
- dashed: "dashed";
1524
- dotted: "dotted";
1525
- double: "double";
1526
- }>>;
1527
- }, z.core.$strip>>;
1528
- paintOrder: z.ZodOptional<z.ZodNumber>;
1529
- sourcePath: z.ZodOptional<z.ZodString>;
1530
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1531
- pageIndex: z.ZodNumber;
1532
- xPt: z.ZodNumber;
1533
- yPt: z.ZodNumber;
1534
- widthPt: z.ZodNumber;
1535
- heightPt: z.ZodNumber;
1536
- }, z.core.$strip>>>;
1537
- }, z.core.$strip>, z.ZodObject<{
1538
- kind: z.ZodLiteral<"line">;
1539
- from: z.ZodObject<{
1540
- xPt: z.ZodNumber;
1541
- yPt: z.ZodNumber;
1542
- }, z.core.$strip>;
1543
- to: z.ZodObject<{
1544
- xPt: z.ZodNumber;
1545
- yPt: z.ZodNumber;
1546
- }, z.core.$strip>;
1547
- stroke: z.ZodObject<{
1548
- color: z.ZodObject<{
1549
- r: z.ZodNumber;
1550
- g: z.ZodNumber;
1551
- b: z.ZodNumber;
1552
- }, z.core.$strip>;
1553
- widthPt: z.ZodNumber;
1554
- style: z.ZodOptional<z.ZodEnum<{
1555
- solid: "solid";
1556
- dashed: "dashed";
1557
- dotted: "dotted";
1558
- double: "double";
1559
- }>>;
1560
- }, z.core.$strip>;
1561
- paintOrder: z.ZodOptional<z.ZodNumber>;
1562
- sourcePath: z.ZodOptional<z.ZodString>;
1563
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1564
- pageIndex: z.ZodNumber;
1565
- xPt: z.ZodNumber;
1566
- yPt: z.ZodNumber;
1567
- widthPt: z.ZodNumber;
1568
- heightPt: z.ZodNumber;
1569
- }, z.core.$strip>>>;
1570
- }, z.core.$strip>, z.ZodObject<{
1571
- kind: z.ZodLiteral<"path">;
1572
- frame: z.ZodObject<{
1573
- xPt: z.ZodNumber;
1574
- yPt: z.ZodNumber;
1575
- widthPt: z.ZodNumber;
1576
- heightPt: z.ZodNumber;
1577
- }, z.core.$strip>;
1578
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1579
- subpaths: z.ZodArray<z.ZodObject<{
1580
- start: z.ZodObject<{
1581
- xPt: z.ZodNumber;
1582
- yPt: z.ZodNumber;
1583
- }, z.core.$strip>;
1584
- segments: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1585
- kind: z.ZodLiteral<"line">;
1586
- to: z.ZodObject<{
1587
- xPt: z.ZodNumber;
1588
- yPt: z.ZodNumber;
1589
- }, z.core.$strip>;
1590
- }, z.core.$strip>, z.ZodObject<{
1591
- kind: z.ZodLiteral<"cubic">;
1592
- control1: z.ZodObject<{
1593
- xPt: z.ZodNumber;
1594
- yPt: z.ZodNumber;
1595
- }, z.core.$strip>;
1596
- control2: z.ZodObject<{
1597
- xPt: z.ZodNumber;
1598
- yPt: z.ZodNumber;
1599
- }, z.core.$strip>;
1600
- to: z.ZodObject<{
1601
- xPt: z.ZodNumber;
1602
- yPt: z.ZodNumber;
1603
- }, z.core.$strip>;
1604
- }, z.core.$strip>], "kind">>;
1605
- closed: z.ZodBoolean;
1606
- }, z.core.$strip>>;
1607
- fill: z.ZodOptional<z.ZodObject<{
1608
- r: z.ZodNumber;
1609
- g: z.ZodNumber;
1610
- b: z.ZodNumber;
1611
- }, z.core.$strip>>;
1612
- fillRule: z.ZodOptional<z.ZodEnum<{
1613
- nonzero: "nonzero";
1614
- evenodd: "evenodd";
1615
- }>>;
1616
- stroke: z.ZodOptional<z.ZodObject<{
1617
- color: z.ZodObject<{
1618
- r: z.ZodNumber;
1619
- g: z.ZodNumber;
1620
- b: z.ZodNumber;
1621
- }, z.core.$strip>;
1622
- widthPt: z.ZodNumber;
1623
- style: z.ZodOptional<z.ZodEnum<{
1624
- solid: "solid";
1625
- dashed: "dashed";
1626
- dotted: "dotted";
1627
- double: "double";
1628
- }>>;
1629
- }, z.core.$strip>>;
1630
- paintOrder: z.ZodOptional<z.ZodNumber>;
1631
- sourcePath: z.ZodOptional<z.ZodString>;
1632
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1633
- pageIndex: z.ZodNumber;
1634
- xPt: z.ZodNumber;
1635
- yPt: z.ZodNumber;
1636
- widthPt: z.ZodNumber;
1637
- heightPt: z.ZodNumber;
1638
- }, z.core.$strip>>>;
1639
- }, z.core.$strip>], "kind">>;
1640
- }, z.core.$strip>;
1641
- type ContentDrawPage = z.infer<typeof ContentDrawPageSchema>;
1642
- declare const ContentFormulaSchema: z.ZodObject<{
1643
- mathml: z.ZodArray<z.ZodCustom<MathMlNode, MathMlNode>>;
1644
- starMath: z.ZodOptional<z.ZodString>;
1645
- presentation: z.ZodOptional<z.ZodObject<{
1646
- latex: z.ZodString;
1647
- }, z.core.$strip>>;
1648
- content: z.ZodOptional<z.ZodCustom<MathExpression, MathExpression>>;
1649
- provenance: z.ZodOptional<z.ZodObject<{
1650
- source: z.ZodString;
1651
- pageRef: z.ZodOptional<z.ZodString>;
1652
- editTrail: z.ZodArray<z.ZodString>;
1653
- }, z.core.$strip>>;
1654
- }, z.core.$strip>;
1655
- type ContentFormula = z.infer<typeof ContentFormulaSchema>;
1656
- declare const contentDocumentSharedFields: {
1657
- symbolTable: z.ZodOptional<z.ZodObject<{
1658
- symbols: z.ZodArray<z.ZodObject<{
1659
- glyph: z.ZodString;
1660
- scope: z.ZodString;
1661
- id: z.ZodString;
1662
- quantityKind: z.ZodOptional<z.ZodString>;
1663
- preferredUnit: z.ZodOptional<z.ZodString>;
1664
- definitionSource: z.ZodOptional<z.ZodString>;
1665
- }, z.core.$strip>>;
1666
- units: z.ZodArray<z.ZodObject<{
1667
- id: z.ZodString;
1668
- symbol: z.ZodString;
1669
- name: z.ZodOptional<z.ZodString>;
1670
- dimension: z.ZodRecord<z.ZodEnum<{
1671
- length: "length";
1672
- mass: "mass";
1673
- time: "time";
1674
- electricCurrent: "electricCurrent";
1675
- thermodynamicTemperature: "thermodynamicTemperature";
1676
- amountOfSubstance: "amountOfSubstance";
1677
- luminousIntensity: "luminousIntensity";
1678
- }> & z.core.$partial, z.ZodNumber>;
1679
- factorToSi: z.ZodObject<{
1680
- numerator: z.ZodString;
1681
- denominator: z.ZodString;
1682
- }, z.core.$strip>;
1683
- offsetToSi: z.ZodOptional<z.ZodObject<{
1684
- numerator: z.ZodString;
1685
- denominator: z.ZodString;
1686
- }, z.core.$strip>>;
1687
- context: z.ZodOptional<z.ZodString>;
1688
- }, z.core.$strip>>;
1689
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
1690
- id: z.ZodString;
1691
- bases: z.ZodArray<z.ZodObject<{
1692
- unit: z.ZodString;
1693
- value: z.ZodObject<{
1694
- numerator: z.ZodString;
1695
- denominator: z.ZodString;
1696
- }, z.core.$strip>;
1697
- }, z.core.$strip>>;
1698
- }, z.core.$strip>>>;
1699
- }, z.core.$strip>>;
1700
- };
1701
- declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
1702
- sections: z.ZodArray<z.ZodObject<{
1703
- pageSize: z.ZodObject<{
1704
- widthPt: z.ZodNumber;
1705
- heightPt: z.ZodNumber;
1706
- }, z.core.$strip>;
1707
- margins: z.ZodObject<{
1708
- topPt: z.ZodNumber;
1709
- rightPt: z.ZodNumber;
1710
- bottomPt: z.ZodNumber;
1711
- leftPt: z.ZodNumber;
1712
- }, z.core.$strip>;
1713
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
1714
- }, z.core.$strip>>;
1715
- symbolTable: z.ZodOptional<z.ZodObject<{
1716
- symbols: z.ZodArray<z.ZodObject<{
1717
- glyph: z.ZodString;
1718
- scope: z.ZodString;
1719
- id: z.ZodString;
1720
- quantityKind: z.ZodOptional<z.ZodString>;
1721
- preferredUnit: z.ZodOptional<z.ZodString>;
1722
- definitionSource: z.ZodOptional<z.ZodString>;
1723
- }, z.core.$strip>>;
1724
- units: z.ZodArray<z.ZodObject<{
1725
- id: z.ZodString;
1726
- symbol: z.ZodString;
1727
- name: z.ZodOptional<z.ZodString>;
1728
- dimension: z.ZodRecord<z.ZodEnum<{
1729
- length: "length";
1730
- mass: "mass";
1731
- time: "time";
1732
- electricCurrent: "electricCurrent";
1733
- thermodynamicTemperature: "thermodynamicTemperature";
1734
- amountOfSubstance: "amountOfSubstance";
1735
- luminousIntensity: "luminousIntensity";
1736
- }> & z.core.$partial, z.ZodNumber>;
1737
- factorToSi: z.ZodObject<{
1738
- numerator: z.ZodString;
1739
- denominator: z.ZodString;
1740
- }, z.core.$strip>;
1741
- offsetToSi: z.ZodOptional<z.ZodObject<{
1742
- numerator: z.ZodString;
1743
- denominator: z.ZodString;
1744
- }, z.core.$strip>>;
1745
- context: z.ZodOptional<z.ZodString>;
1746
- }, z.core.$strip>>;
1747
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
1748
- id: z.ZodString;
1749
- bases: z.ZodArray<z.ZodObject<{
1750
- unit: z.ZodString;
1751
- value: z.ZodObject<{
1752
- numerator: z.ZodString;
1753
- denominator: z.ZodString;
1754
- }, z.core.$strip>;
1755
- }, z.core.$strip>>;
1756
- }, z.core.$strip>>>;
1757
- }, z.core.$strip>>;
1758
- kind: z.ZodLiteral<"wordprocessing">;
1759
- metadata: z.ZodObject<{
1760
- title: z.ZodOptional<z.ZodString>;
1761
- author: z.ZodOptional<z.ZodString>;
1762
- subject: z.ZodOptional<z.ZodString>;
1763
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
1764
- creator: z.ZodOptional<z.ZodString>;
1765
- producer: z.ZodOptional<z.ZodString>;
1766
- createdIso: z.ZodOptional<z.ZodString>;
1767
- modifiedIso: z.ZodOptional<z.ZodString>;
1768
- }, z.core.$strip>;
1769
- }, z.core.$strip>, z.ZodObject<{
1770
- slides: z.ZodArray<z.ZodObject<{
1771
- size: z.ZodObject<{
1772
- widthPt: z.ZodNumber;
1773
- heightPt: z.ZodNumber;
1774
- }, z.core.$strip>;
1775
- shapes: z.ZodArray<z.ZodObject<{
1776
- name: z.ZodOptional<z.ZodString>;
1777
- frame: z.ZodObject<{
1778
- xPt: z.ZodNumber;
1779
- yPt: z.ZodNumber;
1780
- widthPt: z.ZodNumber;
1781
- heightPt: z.ZodNumber;
1782
- }, z.core.$strip>;
1783
- rotationDeg: z.ZodOptional<z.ZodNumber>;
1784
- insetLeftPt: z.ZodNumber;
1785
- insetTopPt: z.ZodNumber;
1786
- insetRightPt: z.ZodNumber;
1787
- insetBottomPt: z.ZodNumber;
1788
- fontScale: z.ZodOptional<z.ZodNumber>;
1789
- lineSpacingReduction: z.ZodOptional<z.ZodNumber>;
1790
- paintOrder: z.ZodOptional<z.ZodNumber>;
1791
- sourcePath: z.ZodOptional<z.ZodString>;
1792
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1793
- pageIndex: z.ZodNumber;
1794
- xPt: z.ZodNumber;
1795
- yPt: z.ZodNumber;
1796
- widthPt: z.ZodNumber;
1797
- heightPt: z.ZodNumber;
1798
- }, z.core.$strip>>>;
1799
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
1800
- }, z.core.$strip>>;
1801
- notes: z.ZodString;
1802
- }, z.core.$strip>>;
1803
- symbolTable: z.ZodOptional<z.ZodObject<{
1804
- symbols: z.ZodArray<z.ZodObject<{
1805
- glyph: z.ZodString;
1806
- scope: z.ZodString;
1807
- id: z.ZodString;
1808
- quantityKind: z.ZodOptional<z.ZodString>;
1809
- preferredUnit: z.ZodOptional<z.ZodString>;
1810
- definitionSource: z.ZodOptional<z.ZodString>;
1811
- }, z.core.$strip>>;
1812
- units: z.ZodArray<z.ZodObject<{
1813
- id: z.ZodString;
1814
- symbol: z.ZodString;
1815
- name: z.ZodOptional<z.ZodString>;
1816
- dimension: z.ZodRecord<z.ZodEnum<{
1817
- length: "length";
1818
- mass: "mass";
1819
- time: "time";
1820
- electricCurrent: "electricCurrent";
1821
- thermodynamicTemperature: "thermodynamicTemperature";
1822
- amountOfSubstance: "amountOfSubstance";
1823
- luminousIntensity: "luminousIntensity";
1824
- }> & z.core.$partial, z.ZodNumber>;
1825
- factorToSi: z.ZodObject<{
1826
- numerator: z.ZodString;
1827
- denominator: z.ZodString;
1828
- }, z.core.$strip>;
1829
- offsetToSi: z.ZodOptional<z.ZodObject<{
1830
- numerator: z.ZodString;
1831
- denominator: z.ZodString;
1832
- }, z.core.$strip>>;
1833
- context: z.ZodOptional<z.ZodString>;
1834
- }, z.core.$strip>>;
1835
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
1836
- id: z.ZodString;
1837
- bases: z.ZodArray<z.ZodObject<{
1838
- unit: z.ZodString;
1839
- value: z.ZodObject<{
1840
- numerator: z.ZodString;
1841
- denominator: z.ZodString;
1842
- }, z.core.$strip>;
1843
- }, z.core.$strip>>;
1844
- }, z.core.$strip>>>;
1845
- }, z.core.$strip>>;
1846
- kind: z.ZodLiteral<"presentation">;
1847
- metadata: z.ZodObject<{
1848
- title: z.ZodOptional<z.ZodString>;
1849
- author: z.ZodOptional<z.ZodString>;
1850
- subject: z.ZodOptional<z.ZodString>;
1851
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
1852
- creator: z.ZodOptional<z.ZodString>;
1853
- producer: z.ZodOptional<z.ZodString>;
1854
- createdIso: z.ZodOptional<z.ZodString>;
1855
- modifiedIso: z.ZodOptional<z.ZodString>;
1856
- }, z.core.$strip>;
1857
- }, z.core.$strip>, z.ZodObject<{
1858
- sheets: z.ZodArray<z.ZodObject<{
1859
- name: z.ZodString;
1860
- cells: z.ZodArray<z.ZodObject<{
1861
- row: z.ZodNumber;
1862
- column: z.ZodNumber;
1863
- value: z.ZodDiscriminatedUnion<[z.ZodObject<{
1864
- kind: z.ZodLiteral<"number">;
1865
- value: z.ZodNumber;
1866
- exactValue: z.ZodOptional<z.ZodString>;
1867
- }, z.core.$strip>, z.ZodObject<{
1868
- kind: z.ZodLiteral<"percentage">;
1869
- value: z.ZodNumber;
1870
- exactValue: z.ZodOptional<z.ZodString>;
1871
- }, z.core.$strip>, z.ZodObject<{
1872
- kind: z.ZodLiteral<"currency">;
1873
- value: z.ZodNumber;
1874
- currency: z.ZodOptional<z.ZodString>;
1875
- exactValue: z.ZodOptional<z.ZodString>;
1876
- }, z.core.$strip>, z.ZodObject<{
1877
- kind: z.ZodLiteral<"boolean">;
1878
- value: z.ZodBoolean;
1879
- }, z.core.$strip>, z.ZodObject<{
1880
- kind: z.ZodLiteral<"date">;
1881
- value: z.ZodString;
1882
- }, z.core.$strip>, z.ZodObject<{
1883
- kind: z.ZodLiteral<"time">;
1884
- value: z.ZodString;
1885
- }, z.core.$strip>, z.ZodObject<{
1886
- kind: z.ZodLiteral<"dateTime">;
1887
- value: z.ZodString;
1888
- }, z.core.$strip>, z.ZodObject<{
1889
- kind: z.ZodLiteral<"string">;
1890
- value: z.ZodString;
1891
- }, z.core.$strip>, z.ZodObject<{
1892
- kind: z.ZodLiteral<"error">;
1893
- value: z.ZodString;
1894
- }, z.core.$strip>, z.ZodObject<{
1895
- kind: z.ZodLiteral<"empty">;
1896
- }, z.core.$strip>], "kind">;
1897
- formula: z.ZodOptional<z.ZodString>;
1898
- displayText: z.ZodString;
1899
- runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1900
- text: z.ZodString;
1901
- bold: z.ZodOptional<z.ZodBoolean>;
1902
- italic: z.ZodOptional<z.ZodBoolean>;
1903
- underline: z.ZodOptional<z.ZodBoolean>;
1904
- strike: z.ZodOptional<z.ZodBoolean>;
1905
- fontFamily: z.ZodOptional<z.ZodString>;
1906
- sizePt: z.ZodOptional<z.ZodNumber>;
1907
- color: z.ZodOptional<z.ZodObject<{
1908
- r: z.ZodNumber;
1909
- g: z.ZodNumber;
1910
- b: z.ZodNumber;
1911
- }, z.core.$strip>>;
1912
- hyperlink: z.ZodOptional<z.ZodString>;
1913
- sourcePath: z.ZodOptional<z.ZodString>;
1914
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
1915
- pageIndex: z.ZodNumber;
1916
- xPt: z.ZodNumber;
1917
- yPt: z.ZodNumber;
1918
- widthPt: z.ZodNumber;
1919
- heightPt: z.ZodNumber;
1920
- }, z.core.$strip>>>;
1921
- }, z.core.$strip>>>;
1922
- colSpan: z.ZodOptional<z.ZodNumber>;
1923
- rowSpan: z.ZodOptional<z.ZodNumber>;
1924
- background: z.ZodOptional<z.ZodObject<{
1925
- r: z.ZodNumber;
1926
- g: z.ZodNumber;
1927
- b: z.ZodNumber;
1928
- }, z.core.$strip>>;
1929
- borders: z.ZodOptional<z.ZodObject<{
1930
- left: z.ZodOptional<z.ZodObject<{
1931
- color: z.ZodObject<{
1932
- r: z.ZodNumber;
1933
- g: z.ZodNumber;
1934
- b: z.ZodNumber;
1935
- }, z.core.$strip>;
1936
- widthPt: z.ZodNumber;
1937
- style: z.ZodOptional<z.ZodEnum<{
1938
- solid: "solid";
1939
- dashed: "dashed";
1940
- dotted: "dotted";
1941
- double: "double";
1942
- }>>;
1943
- }, z.core.$strip>>;
1944
- right: z.ZodOptional<z.ZodObject<{
1945
- color: z.ZodObject<{
1946
- r: z.ZodNumber;
1947
- g: z.ZodNumber;
1948
- b: z.ZodNumber;
1949
- }, z.core.$strip>;
1950
- widthPt: z.ZodNumber;
1951
- style: z.ZodOptional<z.ZodEnum<{
1952
- solid: "solid";
1953
- dashed: "dashed";
1954
- dotted: "dotted";
1955
- double: "double";
1956
- }>>;
1957
- }, z.core.$strip>>;
1958
- top: z.ZodOptional<z.ZodObject<{
1959
- color: z.ZodObject<{
1960
- r: z.ZodNumber;
1961
- g: z.ZodNumber;
1962
- b: z.ZodNumber;
1963
- }, z.core.$strip>;
1964
- widthPt: z.ZodNumber;
1965
- style: z.ZodOptional<z.ZodEnum<{
1966
- solid: "solid";
1967
- dashed: "dashed";
1968
- dotted: "dotted";
1969
- double: "double";
1970
- }>>;
1971
- }, z.core.$strip>>;
1972
- bottom: z.ZodOptional<z.ZodObject<{
1973
- color: z.ZodObject<{
1974
- r: z.ZodNumber;
1975
- g: z.ZodNumber;
1976
- b: z.ZodNumber;
1977
- }, z.core.$strip>;
1978
- widthPt: z.ZodNumber;
1979
- style: z.ZodOptional<z.ZodEnum<{
1980
- solid: "solid";
1981
- dashed: "dashed";
1982
- dotted: "dotted";
1983
- double: "double";
1984
- }>>;
1985
- }, z.core.$strip>>;
1986
- }, z.core.$strip>>;
1987
- alignment: z.ZodOptional<z.ZodEnum<{
1988
- left: "left";
1989
- center: "center";
1990
- right: "right";
1991
- justify: "justify";
1992
- }>>;
1993
- verticalAlignment: z.ZodOptional<z.ZodEnum<{
1994
- top: "top";
1995
- bottom: "bottom";
1996
- middle: "middle";
1997
- }>>;
1998
- comment: z.ZodOptional<z.ZodObject<{
1999
- text: z.ZodString;
2000
- author: z.ZodOptional<z.ZodString>;
2001
- createdAt: z.ZodOptional<z.ZodString>;
2002
- replies: z.ZodOptional<z.ZodArray<z.ZodObject<{
2003
- text: z.ZodString;
2004
- author: z.ZodOptional<z.ZodString>;
2005
- }, z.core.$strip>>>;
2006
- }, z.core.$strip>>;
2007
- sourcePath: z.ZodOptional<z.ZodString>;
2008
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2009
- pageIndex: z.ZodNumber;
2010
- xPt: z.ZodNumber;
2011
- yPt: z.ZodNumber;
2012
- widthPt: z.ZodNumber;
2013
- heightPt: z.ZodNumber;
2014
- }, z.core.$strip>>>;
2015
- }, z.core.$strip>>;
2016
- columns: z.ZodArray<z.ZodObject<{
2017
- index: z.ZodNumber;
2018
- widthPt: z.ZodOptional<z.ZodNumber>;
2019
- hidden: z.ZodOptional<z.ZodBoolean>;
2020
- }, z.core.$strip>>;
2021
- rows: z.ZodArray<z.ZodObject<{
2022
- index: z.ZodNumber;
2023
- heightPt: z.ZodOptional<z.ZodNumber>;
2024
- hidden: z.ZodOptional<z.ZodBoolean>;
2025
- }, z.core.$strip>>;
2026
- images: z.ZodArray<z.ZodObject<{
2027
- kind: z.ZodLiteral<"image">;
2028
- format: z.ZodEnum<{
2029
- png: "png";
2030
- jpeg: "jpeg";
2031
- }>;
2032
- base64: z.ZodString;
2033
- widthPt: z.ZodNumber;
2034
- heightPt: z.ZodNumber;
2035
- altText: z.ZodOptional<z.ZodString>;
2036
- sourcePath: z.ZodOptional<z.ZodString>;
2037
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2038
- pageIndex: z.ZodNumber;
2039
- xPt: z.ZodNumber;
2040
- yPt: z.ZodNumber;
2041
- widthPt: z.ZodNumber;
2042
- heightPt: z.ZodNumber;
2043
- }, z.core.$strip>>>;
2044
- anchorRow: z.ZodNumber;
2045
- anchorColumn: z.ZodNumber;
2046
- offsetXPt: z.ZodNumber;
2047
- offsetYPt: z.ZodNumber;
2048
- }, z.core.$strip>>;
2049
- printSettings: z.ZodObject<{
2050
- pageSize: z.ZodObject<{
2051
- widthPt: z.ZodNumber;
2052
- heightPt: z.ZodNumber;
2053
- }, z.core.$strip>;
2054
- margins: z.ZodObject<{
2055
- topPt: z.ZodNumber;
2056
- rightPt: z.ZodNumber;
2057
- bottomPt: z.ZodNumber;
2058
- leftPt: z.ZodNumber;
2059
- }, z.core.$strip>;
2060
- printRange: z.ZodOptional<z.ZodObject<{
2061
- startRow: z.ZodNumber;
2062
- startColumn: z.ZodNumber;
2063
- endRow: z.ZodNumber;
2064
- endColumn: z.ZodNumber;
2065
- }, z.core.$strip>>;
2066
- scalePercent: z.ZodOptional<z.ZodNumber>;
2067
- fitToPages: z.ZodOptional<z.ZodObject<{
2068
- width: z.ZodNumber;
2069
- height: z.ZodNumber;
2070
- }, z.core.$strip>>;
2071
- repeatRows: z.ZodOptional<z.ZodObject<{
2072
- start: z.ZodNumber;
2073
- end: z.ZodNumber;
2074
- }, z.core.$strip>>;
2075
- repeatColumns: z.ZodOptional<z.ZodObject<{
2076
- start: z.ZodNumber;
2077
- end: z.ZodNumber;
2078
- }, z.core.$strip>>;
2079
- gridlines: z.ZodBoolean;
2080
- headers: z.ZodBoolean;
2081
- pageOrder: z.ZodEnum<{
2082
- downThenOver: "downThenOver";
2083
- overThenDown: "overThenDown";
2084
- }>;
2085
- manualBreaks: z.ZodOptional<z.ZodObject<{
2086
- rows: z.ZodArray<z.ZodNumber>;
2087
- columns: z.ZodArray<z.ZodNumber>;
2088
- }, z.core.$strip>>;
2089
- }, z.core.$strip>;
2090
- embeddedObjects: z.ZodOptional<z.ZodArray<z.ZodCustom<ContentEmbeddedObject, ContentEmbeddedObject>>>;
2091
- }, z.core.$strip>>;
2092
- symbolTable: z.ZodOptional<z.ZodObject<{
2093
- symbols: z.ZodArray<z.ZodObject<{
2094
- glyph: z.ZodString;
2095
- scope: z.ZodString;
2096
- id: z.ZodString;
2097
- quantityKind: z.ZodOptional<z.ZodString>;
2098
- preferredUnit: z.ZodOptional<z.ZodString>;
2099
- definitionSource: z.ZodOptional<z.ZodString>;
2100
- }, z.core.$strip>>;
2101
- units: z.ZodArray<z.ZodObject<{
2102
- id: z.ZodString;
2103
- symbol: z.ZodString;
2104
- name: z.ZodOptional<z.ZodString>;
2105
- dimension: z.ZodRecord<z.ZodEnum<{
2106
- length: "length";
2107
- mass: "mass";
2108
- time: "time";
2109
- electricCurrent: "electricCurrent";
2110
- thermodynamicTemperature: "thermodynamicTemperature";
2111
- amountOfSubstance: "amountOfSubstance";
2112
- luminousIntensity: "luminousIntensity";
2113
- }> & z.core.$partial, z.ZodNumber>;
2114
- factorToSi: z.ZodObject<{
2115
- numerator: z.ZodString;
2116
- denominator: z.ZodString;
2117
- }, z.core.$strip>;
2118
- offsetToSi: z.ZodOptional<z.ZodObject<{
2119
- numerator: z.ZodString;
2120
- denominator: z.ZodString;
2121
- }, z.core.$strip>>;
2122
- context: z.ZodOptional<z.ZodString>;
2123
- }, z.core.$strip>>;
2124
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2125
- id: z.ZodString;
2126
- bases: z.ZodArray<z.ZodObject<{
2127
- unit: z.ZodString;
2128
- value: z.ZodObject<{
2129
- numerator: z.ZodString;
2130
- denominator: z.ZodString;
2131
- }, z.core.$strip>;
2132
- }, z.core.$strip>>;
2133
- }, z.core.$strip>>>;
2134
- }, z.core.$strip>>;
2135
- kind: z.ZodLiteral<"spreadsheet">;
2136
- metadata: z.ZodObject<{
2137
- title: z.ZodOptional<z.ZodString>;
2138
- author: z.ZodOptional<z.ZodString>;
2139
- subject: z.ZodOptional<z.ZodString>;
2140
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
2141
- creator: z.ZodOptional<z.ZodString>;
2142
- producer: z.ZodOptional<z.ZodString>;
2143
- createdIso: z.ZodOptional<z.ZodString>;
2144
- modifiedIso: z.ZodOptional<z.ZodString>;
2145
- }, z.core.$strip>;
2146
- }, z.core.$strip>, z.ZodObject<{
2147
- pages: z.ZodArray<z.ZodObject<{
2148
- size: z.ZodObject<{
2149
- widthPt: z.ZodNumber;
2150
- heightPt: z.ZodNumber;
2151
- }, z.core.$strip>;
2152
- shapes: z.ZodArray<z.ZodObject<{
2153
- name: z.ZodOptional<z.ZodString>;
2154
- frame: z.ZodObject<{
2155
- xPt: z.ZodNumber;
2156
- yPt: z.ZodNumber;
2157
- widthPt: z.ZodNumber;
2158
- heightPt: z.ZodNumber;
2159
- }, z.core.$strip>;
2160
- rotationDeg: z.ZodOptional<z.ZodNumber>;
2161
- insetLeftPt: z.ZodNumber;
2162
- insetTopPt: z.ZodNumber;
2163
- insetRightPt: z.ZodNumber;
2164
- insetBottomPt: z.ZodNumber;
2165
- fontScale: z.ZodOptional<z.ZodNumber>;
2166
- lineSpacingReduction: z.ZodOptional<z.ZodNumber>;
2167
- paintOrder: z.ZodOptional<z.ZodNumber>;
2168
- sourcePath: z.ZodOptional<z.ZodString>;
2169
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2170
- pageIndex: z.ZodNumber;
2171
- xPt: z.ZodNumber;
2172
- yPt: z.ZodNumber;
2173
- widthPt: z.ZodNumber;
2174
- heightPt: z.ZodNumber;
2175
- }, z.core.$strip>>>;
2176
- blocks: z.ZodArray<z.ZodCustom<ContentBlock, ContentBlock>>;
2177
- }, z.core.$strip>>;
2178
- vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2179
- kind: z.ZodLiteral<"rect">;
2180
- frame: z.ZodObject<{
2181
- xPt: z.ZodNumber;
2182
- yPt: z.ZodNumber;
2183
- widthPt: z.ZodNumber;
2184
- heightPt: z.ZodNumber;
2185
- }, z.core.$strip>;
2186
- rotationDeg: z.ZodOptional<z.ZodNumber>;
2187
- fill: z.ZodOptional<z.ZodObject<{
2188
- r: z.ZodNumber;
2189
- g: z.ZodNumber;
2190
- b: z.ZodNumber;
2191
- }, z.core.$strip>>;
2192
- stroke: z.ZodOptional<z.ZodObject<{
2193
- color: z.ZodObject<{
2194
- r: z.ZodNumber;
2195
- g: z.ZodNumber;
2196
- b: z.ZodNumber;
2197
- }, z.core.$strip>;
2198
- widthPt: z.ZodNumber;
2199
- style: z.ZodOptional<z.ZodEnum<{
2200
- solid: "solid";
2201
- dashed: "dashed";
2202
- dotted: "dotted";
2203
- double: "double";
2204
- }>>;
2205
- }, z.core.$strip>>;
2206
- paintOrder: z.ZodOptional<z.ZodNumber>;
2207
- sourcePath: z.ZodOptional<z.ZodString>;
2208
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2209
- pageIndex: z.ZodNumber;
2210
- xPt: z.ZodNumber;
2211
- yPt: z.ZodNumber;
2212
- widthPt: z.ZodNumber;
2213
- heightPt: z.ZodNumber;
2214
- }, z.core.$strip>>>;
2215
- }, z.core.$strip>, z.ZodObject<{
2216
- kind: z.ZodLiteral<"ellipse">;
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
- fill: z.ZodOptional<z.ZodObject<{
2225
- r: z.ZodNumber;
2226
- g: z.ZodNumber;
2227
- b: z.ZodNumber;
2228
- }, z.core.$strip>>;
2229
- stroke: z.ZodOptional<z.ZodObject<{
2230
- color: z.ZodObject<{
2231
- r: z.ZodNumber;
2232
- g: z.ZodNumber;
2233
- b: z.ZodNumber;
2234
- }, z.core.$strip>;
2235
- widthPt: z.ZodNumber;
2236
- style: z.ZodOptional<z.ZodEnum<{
2237
- solid: "solid";
2238
- dashed: "dashed";
2239
- dotted: "dotted";
2240
- double: "double";
2241
- }>>;
2242
- }, z.core.$strip>>;
2243
- paintOrder: z.ZodOptional<z.ZodNumber>;
2244
- sourcePath: z.ZodOptional<z.ZodString>;
2245
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2246
- pageIndex: z.ZodNumber;
2247
- xPt: z.ZodNumber;
2248
- yPt: z.ZodNumber;
2249
- widthPt: z.ZodNumber;
2250
- heightPt: z.ZodNumber;
2251
- }, z.core.$strip>>>;
2252
- }, z.core.$strip>, z.ZodObject<{
2253
- kind: z.ZodLiteral<"line">;
2254
- from: z.ZodObject<{
2255
- xPt: z.ZodNumber;
2256
- yPt: z.ZodNumber;
2257
- }, z.core.$strip>;
2258
- to: z.ZodObject<{
2259
- xPt: z.ZodNumber;
2260
- yPt: z.ZodNumber;
2261
- }, z.core.$strip>;
2262
- stroke: z.ZodObject<{
2263
- color: z.ZodObject<{
2264
- r: z.ZodNumber;
2265
- g: z.ZodNumber;
2266
- b: z.ZodNumber;
2267
- }, z.core.$strip>;
2268
- widthPt: z.ZodNumber;
2269
- style: z.ZodOptional<z.ZodEnum<{
2270
- solid: "solid";
2271
- dashed: "dashed";
2272
- dotted: "dotted";
2273
- double: "double";
2274
- }>>;
2275
- }, z.core.$strip>;
2276
- paintOrder: z.ZodOptional<z.ZodNumber>;
2277
- sourcePath: z.ZodOptional<z.ZodString>;
2278
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2279
- pageIndex: z.ZodNumber;
2280
- xPt: z.ZodNumber;
2281
- yPt: z.ZodNumber;
2282
- widthPt: z.ZodNumber;
2283
- heightPt: z.ZodNumber;
2284
- }, z.core.$strip>>>;
2285
- }, z.core.$strip>, z.ZodObject<{
2286
- kind: z.ZodLiteral<"path">;
2287
- frame: z.ZodObject<{
2288
- xPt: z.ZodNumber;
2289
- yPt: z.ZodNumber;
2290
- widthPt: z.ZodNumber;
2291
- heightPt: z.ZodNumber;
2292
- }, z.core.$strip>;
2293
- rotationDeg: z.ZodOptional<z.ZodNumber>;
2294
- subpaths: z.ZodArray<z.ZodObject<{
2295
- start: z.ZodObject<{
2296
- xPt: z.ZodNumber;
2297
- yPt: z.ZodNumber;
2298
- }, z.core.$strip>;
2299
- segments: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2300
- kind: z.ZodLiteral<"line">;
2301
- to: z.ZodObject<{
2302
- xPt: z.ZodNumber;
2303
- yPt: z.ZodNumber;
2304
- }, z.core.$strip>;
2305
- }, z.core.$strip>, z.ZodObject<{
2306
- kind: z.ZodLiteral<"cubic">;
2307
- control1: z.ZodObject<{
2308
- xPt: z.ZodNumber;
2309
- yPt: z.ZodNumber;
2310
- }, z.core.$strip>;
2311
- control2: z.ZodObject<{
2312
- xPt: z.ZodNumber;
2313
- yPt: z.ZodNumber;
2314
- }, z.core.$strip>;
2315
- to: z.ZodObject<{
2316
- xPt: z.ZodNumber;
2317
- yPt: z.ZodNumber;
2318
- }, z.core.$strip>;
2319
- }, z.core.$strip>], "kind">>;
2320
- closed: z.ZodBoolean;
2321
- }, z.core.$strip>>;
2322
- fill: z.ZodOptional<z.ZodObject<{
2323
- r: z.ZodNumber;
2324
- g: z.ZodNumber;
2325
- b: z.ZodNumber;
2326
- }, z.core.$strip>>;
2327
- fillRule: z.ZodOptional<z.ZodEnum<{
2328
- nonzero: "nonzero";
2329
- evenodd: "evenodd";
2330
- }>>;
2331
- stroke: z.ZodOptional<z.ZodObject<{
2332
- color: z.ZodObject<{
2333
- r: z.ZodNumber;
2334
- g: z.ZodNumber;
2335
- b: z.ZodNumber;
2336
- }, z.core.$strip>;
2337
- widthPt: z.ZodNumber;
2338
- style: z.ZodOptional<z.ZodEnum<{
2339
- solid: "solid";
2340
- dashed: "dashed";
2341
- dotted: "dotted";
2342
- double: "double";
2343
- }>>;
2344
- }, z.core.$strip>>;
2345
- paintOrder: z.ZodOptional<z.ZodNumber>;
2346
- sourcePath: z.ZodOptional<z.ZodString>;
2347
- frames: z.ZodOptional<z.ZodArray<z.ZodObject<{
2348
- pageIndex: z.ZodNumber;
2349
- xPt: z.ZodNumber;
2350
- yPt: z.ZodNumber;
2351
- widthPt: z.ZodNumber;
2352
- heightPt: z.ZodNumber;
2353
- }, z.core.$strip>>>;
2354
- }, z.core.$strip>], "kind">>;
2355
- }, z.core.$strip>>;
2356
- symbolTable: z.ZodOptional<z.ZodObject<{
2357
- symbols: z.ZodArray<z.ZodObject<{
2358
- glyph: z.ZodString;
2359
- scope: z.ZodString;
2360
- id: z.ZodString;
2361
- quantityKind: z.ZodOptional<z.ZodString>;
2362
- preferredUnit: z.ZodOptional<z.ZodString>;
2363
- definitionSource: z.ZodOptional<z.ZodString>;
2364
- }, z.core.$strip>>;
2365
- units: z.ZodArray<z.ZodObject<{
2366
- id: z.ZodString;
2367
- symbol: z.ZodString;
2368
- name: z.ZodOptional<z.ZodString>;
2369
- dimension: z.ZodRecord<z.ZodEnum<{
2370
- length: "length";
2371
- mass: "mass";
2372
- time: "time";
2373
- electricCurrent: "electricCurrent";
2374
- thermodynamicTemperature: "thermodynamicTemperature";
2375
- amountOfSubstance: "amountOfSubstance";
2376
- luminousIntensity: "luminousIntensity";
2377
- }> & z.core.$partial, z.ZodNumber>;
2378
- factorToSi: z.ZodObject<{
2379
- numerator: z.ZodString;
2380
- denominator: z.ZodString;
2381
- }, z.core.$strip>;
2382
- offsetToSi: z.ZodOptional<z.ZodObject<{
2383
- numerator: z.ZodString;
2384
- denominator: z.ZodString;
2385
- }, z.core.$strip>>;
2386
- context: z.ZodOptional<z.ZodString>;
2387
- }, z.core.$strip>>;
2388
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2389
- id: z.ZodString;
2390
- bases: z.ZodArray<z.ZodObject<{
2391
- unit: z.ZodString;
2392
- value: z.ZodObject<{
2393
- numerator: z.ZodString;
2394
- denominator: z.ZodString;
2395
- }, z.core.$strip>;
2396
- }, z.core.$strip>>;
2397
- }, z.core.$strip>>>;
2398
- }, z.core.$strip>>;
2399
- kind: z.ZodLiteral<"drawing">;
2400
- metadata: z.ZodObject<{
2401
- title: z.ZodOptional<z.ZodString>;
2402
- author: z.ZodOptional<z.ZodString>;
2403
- subject: z.ZodOptional<z.ZodString>;
2404
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
2405
- creator: z.ZodOptional<z.ZodString>;
2406
- producer: z.ZodOptional<z.ZodString>;
2407
- createdIso: z.ZodOptional<z.ZodString>;
2408
- modifiedIso: z.ZodOptional<z.ZodString>;
2409
- }, z.core.$strip>;
2410
- }, z.core.$strip>, z.ZodObject<{
2411
- formula: z.ZodObject<{
2412
- mathml: z.ZodArray<z.ZodCustom<MathMlNode, MathMlNode>>;
2413
- starMath: z.ZodOptional<z.ZodString>;
2414
- presentation: z.ZodOptional<z.ZodObject<{
2415
- latex: z.ZodString;
2416
- }, z.core.$strip>>;
2417
- content: z.ZodOptional<z.ZodCustom<MathExpression, MathExpression>>;
2418
- provenance: z.ZodOptional<z.ZodObject<{
2419
- source: z.ZodString;
2420
- pageRef: z.ZodOptional<z.ZodString>;
2421
- editTrail: z.ZodArray<z.ZodString>;
2422
- }, z.core.$strip>>;
2423
- }, z.core.$strip>;
2424
- symbolTable: z.ZodOptional<z.ZodObject<{
2425
- symbols: z.ZodArray<z.ZodObject<{
2426
- glyph: z.ZodString;
2427
- scope: z.ZodString;
2428
- id: z.ZodString;
2429
- quantityKind: z.ZodOptional<z.ZodString>;
2430
- preferredUnit: z.ZodOptional<z.ZodString>;
2431
- definitionSource: z.ZodOptional<z.ZodString>;
2432
- }, z.core.$strip>>;
2433
- units: z.ZodArray<z.ZodObject<{
2434
- id: z.ZodString;
2435
- symbol: z.ZodString;
2436
- name: z.ZodOptional<z.ZodString>;
2437
- dimension: z.ZodRecord<z.ZodEnum<{
2438
- length: "length";
2439
- mass: "mass";
2440
- time: "time";
2441
- electricCurrent: "electricCurrent";
2442
- thermodynamicTemperature: "thermodynamicTemperature";
2443
- amountOfSubstance: "amountOfSubstance";
2444
- luminousIntensity: "luminousIntensity";
2445
- }> & z.core.$partial, z.ZodNumber>;
2446
- factorToSi: z.ZodObject<{
2447
- numerator: z.ZodString;
2448
- denominator: z.ZodString;
2449
- }, z.core.$strip>;
2450
- offsetToSi: z.ZodOptional<z.ZodObject<{
2451
- numerator: z.ZodString;
2452
- denominator: z.ZodString;
2453
- }, z.core.$strip>>;
2454
- context: z.ZodOptional<z.ZodString>;
2455
- }, z.core.$strip>>;
2456
- contexts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2457
- id: z.ZodString;
2458
- bases: z.ZodArray<z.ZodObject<{
2459
- unit: z.ZodString;
2460
- value: z.ZodObject<{
2461
- numerator: z.ZodString;
2462
- denominator: z.ZodString;
2463
- }, z.core.$strip>;
2464
- }, z.core.$strip>>;
2465
- }, z.core.$strip>>>;
2466
- }, z.core.$strip>>;
2467
- kind: z.ZodLiteral<"formula">;
2468
- metadata: z.ZodObject<{
2469
- title: z.ZodOptional<z.ZodString>;
2470
- author: z.ZodOptional<z.ZodString>;
2471
- subject: z.ZodOptional<z.ZodString>;
2472
- keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
2473
- creator: z.ZodOptional<z.ZodString>;
2474
- producer: z.ZodOptional<z.ZodString>;
2475
- createdIso: z.ZodOptional<z.ZodString>;
2476
- modifiedIso: z.ZodOptional<z.ZodString>;
2477
- }, z.core.$strip>;
2478
- }, z.core.$strip>], "kind">;
2479
- type ContentDocument = z.infer<typeof ContentDocumentSchema>;
2480
- //#endregion
2481
- export { ContentSheetPrintRangeSchema as $, ContentPageBreakSchema as A, isContentConstructEnd as At, ContentSectionSchema as B, ContentFormula as C, DecimalString as Ct, ContentListMembership as D, contentDocumentSharedFields as Dt, ContentImageBlockSchema as E, clampHeadingLevel as Et, ContentPathSegment as F, ContentSheetCellComment as G, ContentShapeSchema as H, ContentPathSegmentSchema as I, ContentSheetColumn as J, ContentSheetCellCommentSchema as K, ContentRun as L, ContentParagraphSchema as M, ContentPathPoint as N, ContentListMembershipSchema as O, findConstructMarkerImbalance as Ot, ContentPathPointSchema as P, ContentSheetPrintRange as Q, ContentRunSchema as R, ContentEmbeddedObjectSchema as S, ContentVectorSchema as St, ContentImageBlock as T, FusedNode as Tt, ContentSheet as U, ContentShape as V, ContentSheetCell as W, ContentSheetImage as X, ContentSheetColumnSchema as Y, ContentSheetImageSchema as Z, ContentDrawPageSchema as _, ContentTableCellSchema as _t, ContentBorderSchema as a, ContentSheetRowSchema as at, ContentEmbeddedObjectBlockSchema as b, ContentTableSchema as bt, ContentCellValue as c, ContentSlideSchema as ct, ContentConstructEndSchema as d, ContentStrokeStyle as dt, ContentSheetPrintSettings as et, ContentConstructStart as f, ContentStrokeStyleSchema as ft, ContentDrawPage as g, ContentTableCell as gt, ContentDocumentSchema as h, ContentTable as ht, ContentBorder as i, ContentSheetRow as it, ContentParagraph as j, isContentConstructStart as jt, ContentPageBreak as k, isContentBlock as kt, ContentCellValueSchema as l, ContentStroke as lt, ContentDocument as m, ContentSubpathSchema as mt, ContentBlock as n, ContentSheetRepeatRange as nt, ContentCellBorders as o, ContentSheetSchema as ot, ContentConstructStartSchema as p, ContentSubpath as pt, ContentSheetCellSchema as q, ContentBlockSchema as r, ContentSheetRepeatRangeSchema as rt, ContentCellBordersSchema as s, ContentSlide as st, ConstructMarkerImbalance as t, ContentSheetPrintSettingsSchema as tt, ContentConstructEnd as u, ContentStrokeSchema as ut, ContentEmbeddedObject as v, ContentTableRow as vt, ContentFormulaSchema as w, DecimalStringSchema as wt, ContentEmbeddedObjectKind as x, ContentVector as xt, ContentEmbeddedObjectBlock as y, ContentTableRowSchema as yt, ContentSection as z };