document-content-model 7.13.0 → 7.14.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 (44) hide show
  1. package/README.md +3 -3
  2. package/dist/codec.d.cts +1 -1
  3. package/dist/codec.d.ts +1 -1
  4. package/dist/{content-GHj_31uQ.d.ts → content-Cj_IC0ge.d.ts} +127 -124
  5. package/dist/{content-zNNPbwYY.d.cts → content-DZDor2Ct.d.cts} +127 -124
  6. package/dist/content-json-schema-defs.cjs +2 -1
  7. package/dist/content-json-schema-defs.js +2 -1
  8. package/dist/content.cjs +3 -2
  9. package/dist/content.d.cts +1 -1
  10. package/dist/content.d.ts +1 -1
  11. package/dist/content.js +3 -2
  12. package/dist/decompose.d.cts +2 -2
  13. package/dist/decompose.d.ts +2 -2
  14. package/dist/definitions.d.cts +4 -4
  15. package/dist/definitions.d.ts +4 -4
  16. package/dist/factor-styles.d.cts +1 -1
  17. package/dist/factor-styles.d.ts +1 -1
  18. package/dist/flatten.d.cts +1 -1
  19. package/dist/flatten.d.ts +1 -1
  20. package/dist/index.d.cts +3 -3
  21. package/dist/index.d.ts +3 -3
  22. package/dist/{package-node-DaPwHzsg.d.cts → package-node-DBtKtaqn.d.cts} +39 -39
  23. package/dist/{package-node-CIZQ2_C1.d.ts → package-node-SBZNVEGu.d.ts} +39 -39
  24. package/dist/package-node.d.cts +1 -1
  25. package/dist/package-node.d.ts +1 -1
  26. package/dist/package.d.cts +7 -7
  27. package/dist/package.d.ts +7 -7
  28. package/dist/schema-io.cjs +2 -2
  29. package/dist/schema-io.d.cts +1 -1
  30. package/dist/schema-io.d.ts +1 -1
  31. package/dist/schema-io.js +2 -2
  32. package/dist/{style-BGMcYrD2.d.cts → style-D06NwxAJ.d.cts} +1 -1
  33. package/dist/{style-BGMcYrD2.d.ts → style-D06NwxAJ.d.ts} +1 -1
  34. package/dist/style.d.cts +1 -1
  35. package/dist/style.d.ts +1 -1
  36. package/dist/table-grid.cjs +1 -1
  37. package/dist/table-grid.d.cts +5 -3
  38. package/dist/table-grid.d.ts +5 -3
  39. package/dist/table-grid.js +1 -1
  40. package/dist/text-layout.d.cts +1 -1
  41. package/dist/text-layout.d.ts +1 -1
  42. package/package.json +2 -2
  43. package/schemas/content-document.schema.json +19 -16
  44. package/schemas/document-tree.schema.json +6 -3
@@ -3,7 +3,7 @@ import { p as MathExpression } from "./math-BScHxedi.cjs";
3
3
  import { n as Color } from "./color-AELCDH_b.cjs";
4
4
  import { r as LayoutFrame, t as Box } from "./geometry-CvcjSwnA.cjs";
5
5
  import { r as SourceResidue } from "./source-Bas5ol6f.cjs";
6
- import { o as TextDirection } from "./style-BGMcYrD2.cjs";
6
+ import { o as TextDirection } from "./style-D06NwxAJ.cjs";
7
7
  import { z } from "zod";
8
8
  //#region src/content.d.ts
9
9
  type FusedNode<T> = T & {
@@ -11,11 +11,11 @@ type FusedNode<T> = T & {
11
11
  };
12
12
  declare const ContentOriginSchema: z.ZodEnum<{
13
13
  chart: "chart";
14
+ body: "body";
14
15
  diagram: "diagram";
15
16
  table: "table";
16
17
  image: "image";
17
18
  notes: "notes";
18
- body: "body";
19
19
  }>;
20
20
  type ContentOrigin = z.infer<typeof ContentOriginSchema>;
21
21
  declare const ContentTranscriptSchema: z.ZodObject<{
@@ -54,11 +54,11 @@ type ContentInterpretation = z.infer<typeof ContentInterpretationSchema>;
54
54
  declare const CONTENT_ANNOTATION_FIELDS: {
55
55
  origin: z.ZodOptional<z.ZodEnum<{
56
56
  chart: "chart";
57
+ body: "body";
57
58
  diagram: "diagram";
58
59
  table: "table";
59
60
  image: "image";
60
61
  notes: "notes";
61
- body: "body";
62
62
  }>>;
63
63
  interpretation: z.ZodOptional<z.ZodObject<{
64
64
  transcript: z.ZodOptional<z.ZodObject<{
@@ -110,11 +110,11 @@ type ContentFont = z.infer<typeof ContentFontSchema>;
110
110
  declare const ContentRunSchema: z.ZodObject<{
111
111
  origin: z.ZodOptional<z.ZodEnum<{
112
112
  chart: "chart";
113
+ body: "body";
113
114
  diagram: "diagram";
114
115
  table: "table";
115
116
  image: "image";
116
117
  notes: "notes";
117
- body: "body";
118
118
  }>>;
119
119
  interpretation: z.ZodOptional<z.ZodObject<{
120
120
  transcript: z.ZodOptional<z.ZodObject<{
@@ -480,11 +480,11 @@ type ContentParagraphBorders = z.infer<typeof ContentParagraphBordersSchema>;
480
480
  declare const ContentParagraphSchema: z.ZodObject<{
481
481
  origin: z.ZodOptional<z.ZodEnum<{
482
482
  chart: "chart";
483
+ body: "body";
483
484
  diagram: "diagram";
484
485
  table: "table";
485
486
  image: "image";
486
487
  notes: "notes";
487
- body: "body";
488
488
  }>>;
489
489
  interpretation: z.ZodOptional<z.ZodObject<{
490
490
  transcript: z.ZodOptional<z.ZodObject<{
@@ -509,11 +509,11 @@ declare const ContentParagraphSchema: z.ZodObject<{
509
509
  runs: z.ZodArray<z.ZodObject<{
510
510
  origin: z.ZodOptional<z.ZodEnum<{
511
511
  chart: "chart";
512
+ body: "body";
512
513
  diagram: "diagram";
513
514
  table: "table";
514
515
  image: "image";
515
516
  notes: "notes";
516
- body: "body";
517
517
  }>>;
518
518
  interpretation: z.ZodOptional<z.ZodObject<{
519
519
  transcript: z.ZodOptional<z.ZodObject<{
@@ -784,8 +784,8 @@ declare const ContentParagraphSchema: z.ZodObject<{
784
784
  headingLevel: z.ZodOptional<z.ZodNumber>;
785
785
  alignment: z.ZodOptional<z.ZodEnum<{
786
786
  left: "left";
787
- right: "right";
788
787
  center: "center";
788
+ right: "right";
789
789
  justify: "justify";
790
790
  }>>;
791
791
  list: z.ZodOptional<z.ZodObject<{
@@ -921,10 +921,10 @@ declare const ContentFloatOriginSchema: z.ZodEnum<{
921
921
  type ContentFloatOrigin = z.infer<typeof ContentFloatOriginSchema>;
922
922
  declare const ContentFloatAlignSchema: z.ZodEnum<{
923
923
  left: "left";
924
+ center: "center";
924
925
  right: "right";
925
926
  top: "top";
926
927
  bottom: "bottom";
927
- center: "center";
928
928
  inside: "inside";
929
929
  outside: "outside";
930
930
  }>;
@@ -964,10 +964,10 @@ declare const ContentFloatAxisSchema: z.ZodUnion<readonly [z.ZodObject<{
964
964
  }>;
965
965
  align: z.ZodEnum<{
966
966
  left: "left";
967
+ center: "center";
967
968
  right: "right";
968
969
  top: "top";
969
970
  bottom: "bottom";
970
- center: "center";
971
971
  inside: "inside";
972
972
  outside: "outside";
973
973
  }>;
@@ -1009,10 +1009,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
1009
1009
  }>;
1010
1010
  align: z.ZodEnum<{
1011
1011
  left: "left";
1012
+ center: "center";
1012
1013
  right: "right";
1013
1014
  top: "top";
1014
1015
  bottom: "bottom";
1015
- center: "center";
1016
1016
  inside: "inside";
1017
1017
  outside: "outside";
1018
1018
  }>;
@@ -1052,10 +1052,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
1052
1052
  }>;
1053
1053
  align: z.ZodEnum<{
1054
1054
  left: "left";
1055
+ center: "center";
1055
1056
  right: "right";
1056
1057
  top: "top";
1057
1058
  bottom: "bottom";
1058
- center: "center";
1059
1059
  inside: "inside";
1060
1060
  outside: "outside";
1061
1061
  }>;
@@ -1076,11 +1076,11 @@ type ContentImageOriginal = z.infer<typeof ContentImageOriginalSchema>;
1076
1076
  declare const ContentImageBlockSchema: z.ZodObject<{
1077
1077
  origin: z.ZodOptional<z.ZodEnum<{
1078
1078
  chart: "chart";
1079
+ body: "body";
1079
1080
  diagram: "diagram";
1080
1081
  table: "table";
1081
1082
  image: "image";
1082
1083
  notes: "notes";
1083
- body: "body";
1084
1084
  }>>;
1085
1085
  interpretation: z.ZodOptional<z.ZodObject<{
1086
1086
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1159,10 +1159,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
1159
1159
  }>;
1160
1160
  align: z.ZodEnum<{
1161
1161
  left: "left";
1162
+ center: "center";
1162
1163
  right: "right";
1163
1164
  top: "top";
1164
1165
  bottom: "bottom";
1165
- center: "center";
1166
1166
  inside: "inside";
1167
1167
  outside: "outside";
1168
1168
  }>;
@@ -1202,10 +1202,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
1202
1202
  }>;
1203
1203
  align: z.ZodEnum<{
1204
1204
  left: "left";
1205
+ center: "center";
1205
1206
  right: "right";
1206
1207
  top: "top";
1207
1208
  bottom: "bottom";
1208
- center: "center";
1209
1209
  inside: "inside";
1210
1210
  outside: "outside";
1211
1211
  }>;
@@ -1244,11 +1244,11 @@ type ContentImageBlock = z.infer<typeof ContentImageBlockSchema>;
1244
1244
  declare const ContentPageBreakSchema: z.ZodObject<{
1245
1245
  origin: z.ZodOptional<z.ZodEnum<{
1246
1246
  chart: "chart";
1247
+ body: "body";
1247
1248
  diagram: "diagram";
1248
1249
  table: "table";
1249
1250
  image: "image";
1250
1251
  notes: "notes";
1251
- body: "body";
1252
1252
  }>>;
1253
1253
  interpretation: z.ZodOptional<z.ZodObject<{
1254
1254
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1516,6 +1516,7 @@ interface ContentTableRow {
1516
1516
  cells: ContentTableCell[];
1517
1517
  heightPt?: number;
1518
1518
  direction?: TextDirection;
1519
+ isHeader?: boolean;
1519
1520
  }
1520
1521
  interface ContentTable {
1521
1522
  kind: "table";
@@ -1562,11 +1563,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1562
1563
  }, z.core.$strip>>>;
1563
1564
  origin: z.ZodOptional<z.ZodEnum<{
1564
1565
  chart: "chart";
1566
+ body: "body";
1565
1567
  diagram: "diagram";
1566
1568
  table: "table";
1567
1569
  image: "image";
1568
1570
  notes: "notes";
1569
- body: "body";
1570
1571
  }>>;
1571
1572
  interpretation: z.ZodOptional<z.ZodObject<{
1572
1573
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1599,11 +1600,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1599
1600
  sections: z.ZodArray<z.ZodObject<{
1600
1601
  origin: z.ZodOptional<z.ZodEnum<{
1601
1602
  chart: "chart";
1603
+ body: "body";
1602
1604
  diagram: "diagram";
1603
1605
  table: "table";
1604
1606
  image: "image";
1605
1607
  notes: "notes";
1606
- body: "body";
1607
1608
  }>>;
1608
1609
  interpretation: z.ZodOptional<z.ZodObject<{
1609
1610
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1748,11 +1749,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1748
1749
  slides: z.ZodArray<z.ZodObject<{
1749
1750
  origin: z.ZodOptional<z.ZodEnum<{
1750
1751
  chart: "chart";
1752
+ body: "body";
1751
1753
  diagram: "diagram";
1752
1754
  table: "table";
1753
1755
  image: "image";
1754
1756
  notes: "notes";
1755
- body: "body";
1756
1757
  }>>;
1757
1758
  interpretation: z.ZodOptional<z.ZodObject<{
1758
1759
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1781,11 +1782,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1781
1782
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
1782
1783
  origin: z.ZodOptional<z.ZodEnum<{
1783
1784
  chart: "chart";
1785
+ body: "body";
1784
1786
  diagram: "diagram";
1785
1787
  table: "table";
1786
1788
  image: "image";
1787
1789
  notes: "notes";
1788
- body: "body";
1789
1790
  }>>;
1790
1791
  interpretation: z.ZodOptional<z.ZodObject<{
1791
1792
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1944,11 +1945,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1944
1945
  sheets: z.ZodArray<z.ZodObject<{
1945
1946
  origin: z.ZodOptional<z.ZodEnum<{
1946
1947
  chart: "chart";
1948
+ body: "body";
1947
1949
  diagram: "diagram";
1948
1950
  table: "table";
1949
1951
  image: "image";
1950
1952
  notes: "notes";
1951
- body: "body";
1952
1953
  }>>;
1953
1954
  interpretation: z.ZodOptional<z.ZodObject<{
1954
1955
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1973,11 +1974,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1973
1974
  cells: z.ZodArray<z.ZodObject<{
1974
1975
  origin: z.ZodOptional<z.ZodEnum<{
1975
1976
  chart: "chart";
1977
+ body: "body";
1976
1978
  diagram: "diagram";
1977
1979
  table: "table";
1978
1980
  image: "image";
1979
1981
  notes: "notes";
1980
- body: "body";
1981
1982
  }>>;
1982
1983
  interpretation: z.ZodOptional<z.ZodObject<{
1983
1984
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2053,11 +2054,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2053
2054
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
2054
2055
  origin: z.ZodOptional<z.ZodEnum<{
2055
2056
  chart: "chart";
2057
+ body: "body";
2056
2058
  diagram: "diagram";
2057
2059
  table: "table";
2058
2060
  image: "image";
2059
2061
  notes: "notes";
2060
- body: "body";
2061
2062
  }>>;
2062
2063
  interpretation: z.ZodOptional<z.ZodObject<{
2063
2064
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2292,8 +2293,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2292
2293
  }, z.core.$strip>>;
2293
2294
  alignment: z.ZodOptional<z.ZodEnum<{
2294
2295
  left: "left";
2295
- right: "right";
2296
2296
  center: "center";
2297
+ right: "right";
2297
2298
  justify: "justify";
2298
2299
  }>>;
2299
2300
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -2352,11 +2353,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2352
2353
  images: z.ZodArray<z.ZodObject<{
2353
2354
  origin: z.ZodOptional<z.ZodEnum<{
2354
2355
  chart: "chart";
2356
+ body: "body";
2355
2357
  diagram: "diagram";
2356
2358
  table: "table";
2357
2359
  image: "image";
2358
2360
  notes: "notes";
2359
- body: "body";
2360
2361
  }>>;
2361
2362
  interpretation: z.ZodOptional<z.ZodObject<{
2362
2363
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2435,10 +2436,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2435
2436
  }>;
2436
2437
  align: z.ZodEnum<{
2437
2438
  left: "left";
2439
+ center: "center";
2438
2440
  right: "right";
2439
2441
  top: "top";
2440
2442
  bottom: "bottom";
2441
- center: "center";
2442
2443
  inside: "inside";
2443
2444
  outside: "outside";
2444
2445
  }>;
@@ -2478,10 +2479,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2478
2479
  }>;
2479
2480
  align: z.ZodEnum<{
2480
2481
  left: "left";
2482
+ center: "center";
2481
2483
  right: "right";
2482
2484
  top: "top";
2483
2485
  bottom: "bottom";
2484
- center: "center";
2485
2486
  inside: "inside";
2486
2487
  outside: "outside";
2487
2488
  }>;
@@ -2572,9 +2573,9 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2572
2573
  type: z.ZodEnum<{
2573
2574
  date: "date";
2574
2575
  custom: "custom";
2576
+ time: "time";
2575
2577
  decimal: "decimal";
2576
2578
  list: "list";
2577
- time: "time";
2578
2579
  whole: "whole";
2579
2580
  textLength: "textLength";
2580
2581
  }>;
@@ -3046,10 +3047,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3046
3047
  value: z.ZodObject<{
3047
3048
  type: z.ZodEnum<{
3048
3049
  formula: "formula";
3049
- percent: "percent";
3050
3050
  num: "num";
3051
- max: "max";
3052
3051
  min: "min";
3052
+ max: "max";
3053
+ percent: "percent";
3053
3054
  percentile: "percentile";
3054
3055
  }>;
3055
3056
  value: z.ZodOptional<z.ZodString>;
@@ -3093,10 +3094,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3093
3094
  min: z.ZodObject<{
3094
3095
  type: z.ZodEnum<{
3095
3096
  formula: "formula";
3096
- percent: "percent";
3097
3097
  num: "num";
3098
- max: "max";
3099
3098
  min: "min";
3099
+ max: "max";
3100
+ percent: "percent";
3100
3101
  percentile: "percentile";
3101
3102
  }>;
3102
3103
  value: z.ZodOptional<z.ZodString>;
@@ -3104,10 +3105,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3104
3105
  max: z.ZodObject<{
3105
3106
  type: z.ZodEnum<{
3106
3107
  formula: "formula";
3107
- percent: "percent";
3108
3108
  num: "num";
3109
- max: "max";
3110
3109
  min: "min";
3110
+ max: "max";
3111
+ percent: "percent";
3111
3112
  percentile: "percentile";
3112
3113
  }>;
3113
3114
  value: z.ZodOptional<z.ZodString>;
@@ -3152,10 +3153,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3152
3153
  thresholds: z.ZodArray<z.ZodObject<{
3153
3154
  type: z.ZodEnum<{
3154
3155
  formula: "formula";
3155
- percent: "percent";
3156
3156
  num: "num";
3157
- max: "max";
3158
3157
  min: "min";
3158
+ max: "max";
3159
+ percent: "percent";
3159
3160
  percentile: "percentile";
3160
3161
  }>;
3161
3162
  value: z.ZodOptional<z.ZodString>;
@@ -3289,11 +3290,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3289
3290
  pages: z.ZodArray<z.ZodObject<{
3290
3291
  origin: z.ZodOptional<z.ZodEnum<{
3291
3292
  chart: "chart";
3293
+ body: "body";
3292
3294
  diagram: "diagram";
3293
3295
  table: "table";
3294
3296
  image: "image";
3295
3297
  notes: "notes";
3296
- body: "body";
3297
3298
  }>>;
3298
3299
  interpretation: z.ZodOptional<z.ZodObject<{
3299
3300
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3322,11 +3323,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3322
3323
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
3323
3324
  origin: z.ZodOptional<z.ZodEnum<{
3324
3325
  chart: "chart";
3326
+ body: "body";
3325
3327
  diagram: "diagram";
3326
3328
  table: "table";
3327
3329
  image: "image";
3328
3330
  notes: "notes";
3329
- body: "body";
3330
3331
  }>>;
3331
3332
  interpretation: z.ZodOptional<z.ZodObject<{
3332
3333
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3395,11 +3396,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3395
3396
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
3396
3397
  origin: z.ZodOptional<z.ZodEnum<{
3397
3398
  chart: "chart";
3399
+ body: "body";
3398
3400
  diagram: "diagram";
3399
3401
  table: "table";
3400
3402
  image: "image";
3401
3403
  notes: "notes";
3402
- body: "body";
3403
3404
  }>>;
3404
3405
  interpretation: z.ZodOptional<z.ZodObject<{
3405
3406
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3533,11 +3534,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3533
3534
  }, z.core.$strip>, z.ZodObject<{
3534
3535
  origin: z.ZodOptional<z.ZodEnum<{
3535
3536
  chart: "chart";
3537
+ body: "body";
3536
3538
  diagram: "diagram";
3537
3539
  table: "table";
3538
3540
  image: "image";
3539
3541
  notes: "notes";
3540
- body: "body";
3541
3542
  }>>;
3542
3543
  interpretation: z.ZodOptional<z.ZodObject<{
3543
3544
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3671,11 +3672,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3671
3672
  }, z.core.$strip>, z.ZodObject<{
3672
3673
  origin: z.ZodOptional<z.ZodEnum<{
3673
3674
  chart: "chart";
3675
+ body: "body";
3674
3676
  diagram: "diagram";
3675
3677
  table: "table";
3676
3678
  image: "image";
3677
3679
  notes: "notes";
3678
- body: "body";
3679
3680
  }>>;
3680
3681
  interpretation: z.ZodOptional<z.ZodObject<{
3681
3682
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3759,11 +3760,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3759
3760
  }, z.core.$strip>, z.ZodObject<{
3760
3761
  origin: z.ZodOptional<z.ZodEnum<{
3761
3762
  chart: "chart";
3763
+ body: "body";
3762
3764
  diagram: "diagram";
3763
3765
  table: "table";
3764
3766
  image: "image";
3765
3767
  notes: "notes";
3766
- body: "body";
3767
3768
  }>>;
3768
3769
  interpretation: z.ZodOptional<z.ZodObject<{
3769
3770
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4019,11 +4020,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
4019
4020
  formula: z.ZodObject<{
4020
4021
  origin: z.ZodOptional<z.ZodEnum<{
4021
4022
  chart: "chart";
4023
+ body: "body";
4022
4024
  diagram: "diagram";
4023
4025
  table: "table";
4024
4026
  image: "image";
4025
4027
  notes: "notes";
4026
- body: "body";
4027
4028
  }>>;
4028
4029
  interpretation: z.ZodOptional<z.ZodObject<{
4029
4030
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4416,11 +4417,11 @@ declare function unrecognizedFillKind(fill: {
4416
4417
  declare const ContentTableCellSchema: z.ZodObject<{
4417
4418
  origin: z.ZodOptional<z.ZodEnum<{
4418
4419
  chart: "chart";
4420
+ body: "body";
4419
4421
  diagram: "diagram";
4420
4422
  table: "table";
4421
4423
  image: "image";
4422
4424
  notes: "notes";
4423
- body: "body";
4424
4425
  }>>;
4425
4426
  interpretation: z.ZodOptional<z.ZodObject<{
4426
4427
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4605,9 +4606,9 @@ declare const ContentTableCellSchema: z.ZodObject<{
4605
4606
  }, z.core.$strip>>;
4606
4607
  }, z.core.$strip>>;
4607
4608
  verticalAlign: z.ZodOptional<z.ZodEnum<{
4609
+ center: "center";
4608
4610
  top: "top";
4609
4611
  bottom: "bottom";
4610
- center: "center";
4611
4612
  }>>;
4612
4613
  formula: z.ZodOptional<z.ZodString>;
4613
4614
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -4643,11 +4644,11 @@ declare const ContentTableRowSchema: z.ZodObject<{
4643
4644
  cells: z.ZodArray<z.ZodObject<{
4644
4645
  origin: z.ZodOptional<z.ZodEnum<{
4645
4646
  chart: "chart";
4647
+ body: "body";
4646
4648
  diagram: "diagram";
4647
4649
  table: "table";
4648
4650
  image: "image";
4649
4651
  notes: "notes";
4650
- body: "body";
4651
4652
  }>>;
4652
4653
  interpretation: z.ZodOptional<z.ZodObject<{
4653
4654
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4832,9 +4833,9 @@ declare const ContentTableRowSchema: z.ZodObject<{
4832
4833
  }, z.core.$strip>>;
4833
4834
  }, z.core.$strip>>;
4834
4835
  verticalAlign: z.ZodOptional<z.ZodEnum<{
4836
+ center: "center";
4835
4837
  top: "top";
4836
4838
  bottom: "bottom";
4837
- center: "center";
4838
4839
  }>>;
4839
4840
  formula: z.ZodOptional<z.ZodString>;
4840
4841
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -4871,15 +4872,16 @@ declare const ContentTableRowSchema: z.ZodObject<{
4871
4872
  ltr: "ltr";
4872
4873
  rtl: "rtl";
4873
4874
  }>>;
4875
+ isHeader: z.ZodOptional<z.ZodBoolean>;
4874
4876
  }, z.core.$strip>;
4875
4877
  declare const ContentTableSchema: z.ZodObject<{
4876
4878
  origin: z.ZodOptional<z.ZodEnum<{
4877
4879
  chart: "chart";
4880
+ body: "body";
4878
4881
  diagram: "diagram";
4879
4882
  table: "table";
4880
4883
  image: "image";
4881
4884
  notes: "notes";
4882
- body: "body";
4883
4885
  }>>;
4884
4886
  interpretation: z.ZodOptional<z.ZodObject<{
4885
4887
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4905,11 +4907,11 @@ declare const ContentTableSchema: z.ZodObject<{
4905
4907
  cells: z.ZodArray<z.ZodObject<{
4906
4908
  origin: z.ZodOptional<z.ZodEnum<{
4907
4909
  chart: "chart";
4910
+ body: "body";
4908
4911
  diagram: "diagram";
4909
4912
  table: "table";
4910
4913
  image: "image";
4911
4914
  notes: "notes";
4912
- body: "body";
4913
4915
  }>>;
4914
4916
  interpretation: z.ZodOptional<z.ZodObject<{
4915
4917
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5094,9 +5096,9 @@ declare const ContentTableSchema: z.ZodObject<{
5094
5096
  }, z.core.$strip>>;
5095
5097
  }, z.core.$strip>>;
5096
5098
  verticalAlign: z.ZodOptional<z.ZodEnum<{
5099
+ center: "center";
5097
5100
  top: "top";
5098
5101
  bottom: "bottom";
5099
- center: "center";
5100
5102
  }>>;
5101
5103
  formula: z.ZodOptional<z.ZodString>;
5102
5104
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -5133,6 +5135,7 @@ declare const ContentTableSchema: z.ZodObject<{
5133
5135
  ltr: "ltr";
5134
5136
  rtl: "rtl";
5135
5137
  }>>;
5138
+ isHeader: z.ZodOptional<z.ZodBoolean>;
5136
5139
  }, z.core.$strip>>;
5137
5140
  columnWidthsPt: z.ZodArray<z.ZodNumber>;
5138
5141
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -5174,11 +5177,11 @@ type ContentPageFurniture = z.infer<typeof ContentPageFurnitureSchema>;
5174
5177
  declare const ContentSectionSchema: z.ZodObject<{
5175
5178
  origin: z.ZodOptional<z.ZodEnum<{
5176
5179
  chart: "chart";
5180
+ body: "body";
5177
5181
  diagram: "diagram";
5178
5182
  table: "table";
5179
5183
  image: "image";
5180
5184
  notes: "notes";
5181
- body: "body";
5182
5185
  }>>;
5183
5186
  interpretation: z.ZodOptional<z.ZodObject<{
5184
5187
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5257,11 +5260,11 @@ declare const ContentShapeSchema: z.ZodObject<{
5257
5260
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
5258
5261
  origin: z.ZodOptional<z.ZodEnum<{
5259
5262
  chart: "chart";
5263
+ body: "body";
5260
5264
  diagram: "diagram";
5261
5265
  table: "table";
5262
5266
  image: "image";
5263
5267
  notes: "notes";
5264
- body: "body";
5265
5268
  }>>;
5266
5269
  interpretation: z.ZodOptional<z.ZodObject<{
5267
5270
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5331,11 +5334,11 @@ type ContentShape = z.infer<typeof ContentShapeSchema>;
5331
5334
  declare const ContentSlideSchema: z.ZodObject<{
5332
5335
  origin: z.ZodOptional<z.ZodEnum<{
5333
5336
  chart: "chart";
5337
+ body: "body";
5334
5338
  diagram: "diagram";
5335
5339
  table: "table";
5336
5340
  image: "image";
5337
5341
  notes: "notes";
5338
- body: "body";
5339
5342
  }>>;
5340
5343
  interpretation: z.ZodOptional<z.ZodObject<{
5341
5344
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5364,11 +5367,11 @@ declare const ContentSlideSchema: z.ZodObject<{
5364
5367
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
5365
5368
  origin: z.ZodOptional<z.ZodEnum<{
5366
5369
  chart: "chart";
5370
+ body: "body";
5367
5371
  diagram: "diagram";
5368
5372
  table: "table";
5369
5373
  image: "image";
5370
5374
  notes: "notes";
5371
- body: "body";
5372
5375
  }>>;
5373
5376
  interpretation: z.ZodOptional<z.ZodObject<{
5374
5377
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5507,11 +5510,11 @@ type ContentSheetCellComment = z.infer<typeof ContentSheetCellCommentSchema>;
5507
5510
  declare const ContentSheetCellSchema: z.ZodObject<{
5508
5511
  origin: z.ZodOptional<z.ZodEnum<{
5509
5512
  chart: "chart";
5513
+ body: "body";
5510
5514
  diagram: "diagram";
5511
5515
  table: "table";
5512
5516
  image: "image";
5513
5517
  notes: "notes";
5514
- body: "body";
5515
5518
  }>>;
5516
5519
  interpretation: z.ZodOptional<z.ZodObject<{
5517
5520
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5587,11 +5590,11 @@ declare const ContentSheetCellSchema: z.ZodObject<{
5587
5590
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
5588
5591
  origin: z.ZodOptional<z.ZodEnum<{
5589
5592
  chart: "chart";
5593
+ body: "body";
5590
5594
  diagram: "diagram";
5591
5595
  table: "table";
5592
5596
  image: "image";
5593
5597
  notes: "notes";
5594
- body: "body";
5595
5598
  }>>;
5596
5599
  interpretation: z.ZodOptional<z.ZodObject<{
5597
5600
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5826,8 +5829,8 @@ declare const ContentSheetCellSchema: z.ZodObject<{
5826
5829
  }, z.core.$strip>>;
5827
5830
  alignment: z.ZodOptional<z.ZodEnum<{
5828
5831
  left: "left";
5829
- right: "right";
5830
5832
  center: "center";
5833
+ right: "right";
5831
5834
  justify: "justify";
5832
5835
  }>>;
5833
5836
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -5961,9 +5964,9 @@ type SheetRuleOperator = z.infer<typeof SheetRuleOperatorSchema>;
5961
5964
  declare const ContentSheetDataValidationTypeSchema: z.ZodEnum<{
5962
5965
  date: "date";
5963
5966
  custom: "custom";
5967
+ time: "time";
5964
5968
  decimal: "decimal";
5965
5969
  list: "list";
5966
- time: "time";
5967
5970
  whole: "whole";
5968
5971
  textLength: "textLength";
5969
5972
  }>;
@@ -5978,9 +5981,9 @@ declare const ContentSheetDataValidationSchema: z.ZodObject<{
5978
5981
  type: z.ZodEnum<{
5979
5982
  date: "date";
5980
5983
  custom: "custom";
5984
+ time: "time";
5981
5985
  decimal: "decimal";
5982
5986
  list: "list";
5983
- time: "time";
5984
5987
  whole: "whole";
5985
5988
  textLength: "textLength";
5986
5989
  }>;
@@ -6066,10 +6069,10 @@ type ContentSheetConditionalFormatStyle = z.infer<typeof ContentSheetConditional
6066
6069
  declare const ContentSheetConditionalFormatValueSchema: z.ZodObject<{
6067
6070
  type: z.ZodEnum<{
6068
6071
  formula: "formula";
6069
- percent: "percent";
6070
6072
  num: "num";
6071
- max: "max";
6072
6073
  min: "min";
6074
+ max: "max";
6075
+ percent: "percent";
6073
6076
  percentile: "percentile";
6074
6077
  }>;
6075
6078
  value: z.ZodOptional<z.ZodString>;
@@ -6498,10 +6501,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6498
6501
  value: z.ZodObject<{
6499
6502
  type: z.ZodEnum<{
6500
6503
  formula: "formula";
6501
- percent: "percent";
6502
6504
  num: "num";
6503
- max: "max";
6504
6505
  min: "min";
6506
+ max: "max";
6507
+ percent: "percent";
6505
6508
  percentile: "percentile";
6506
6509
  }>;
6507
6510
  value: z.ZodOptional<z.ZodString>;
@@ -6545,10 +6548,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6545
6548
  min: z.ZodObject<{
6546
6549
  type: z.ZodEnum<{
6547
6550
  formula: "formula";
6548
- percent: "percent";
6549
6551
  num: "num";
6550
- max: "max";
6551
6552
  min: "min";
6553
+ max: "max";
6554
+ percent: "percent";
6552
6555
  percentile: "percentile";
6553
6556
  }>;
6554
6557
  value: z.ZodOptional<z.ZodString>;
@@ -6556,10 +6559,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6556
6559
  max: z.ZodObject<{
6557
6560
  type: z.ZodEnum<{
6558
6561
  formula: "formula";
6559
- percent: "percent";
6560
6562
  num: "num";
6561
- max: "max";
6562
6563
  min: "min";
6564
+ max: "max";
6565
+ percent: "percent";
6563
6566
  percentile: "percentile";
6564
6567
  }>;
6565
6568
  value: z.ZodOptional<z.ZodString>;
@@ -6604,10 +6607,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6604
6607
  thresholds: z.ZodArray<z.ZodObject<{
6605
6608
  type: z.ZodEnum<{
6606
6609
  formula: "formula";
6607
- percent: "percent";
6608
6610
  num: "num";
6609
- max: "max";
6610
6611
  min: "min";
6612
+ max: "max";
6613
+ percent: "percent";
6611
6614
  percentile: "percentile";
6612
6615
  }>;
6613
6616
  value: z.ZodOptional<z.ZodString>;
@@ -6648,11 +6651,11 @@ type ContentSheetConditionalFormat = z.infer<typeof ContentSheetConditionalForma
6648
6651
  declare const ContentSheetImageSchema: z.ZodObject<{
6649
6652
  origin: z.ZodOptional<z.ZodEnum<{
6650
6653
  chart: "chart";
6654
+ body: "body";
6651
6655
  diagram: "diagram";
6652
6656
  table: "table";
6653
6657
  image: "image";
6654
6658
  notes: "notes";
6655
- body: "body";
6656
6659
  }>>;
6657
6660
  interpretation: z.ZodOptional<z.ZodObject<{
6658
6661
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6731,10 +6734,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6731
6734
  }>;
6732
6735
  align: z.ZodEnum<{
6733
6736
  left: "left";
6737
+ center: "center";
6734
6738
  right: "right";
6735
6739
  top: "top";
6736
6740
  bottom: "bottom";
6737
- center: "center";
6738
6741
  inside: "inside";
6739
6742
  outside: "outside";
6740
6743
  }>;
@@ -6774,10 +6777,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6774
6777
  }>;
6775
6778
  align: z.ZodEnum<{
6776
6779
  left: "left";
6780
+ center: "center";
6777
6781
  right: "right";
6778
6782
  top: "top";
6779
6783
  bottom: "bottom";
6780
- center: "center";
6781
6784
  inside: "inside";
6782
6785
  outside: "outside";
6783
6786
  }>;
@@ -6820,11 +6823,11 @@ type ContentSheetImage = z.infer<typeof ContentSheetImageSchema>;
6820
6823
  declare const ContentSheetSchema: z.ZodObject<{
6821
6824
  origin: z.ZodOptional<z.ZodEnum<{
6822
6825
  chart: "chart";
6826
+ body: "body";
6823
6827
  diagram: "diagram";
6824
6828
  table: "table";
6825
6829
  image: "image";
6826
6830
  notes: "notes";
6827
- body: "body";
6828
6831
  }>>;
6829
6832
  interpretation: z.ZodOptional<z.ZodObject<{
6830
6833
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6849,11 +6852,11 @@ declare const ContentSheetSchema: z.ZodObject<{
6849
6852
  cells: z.ZodArray<z.ZodObject<{
6850
6853
  origin: z.ZodOptional<z.ZodEnum<{
6851
6854
  chart: "chart";
6855
+ body: "body";
6852
6856
  diagram: "diagram";
6853
6857
  table: "table";
6854
6858
  image: "image";
6855
6859
  notes: "notes";
6856
- body: "body";
6857
6860
  }>>;
6858
6861
  interpretation: z.ZodOptional<z.ZodObject<{
6859
6862
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6929,11 +6932,11 @@ declare const ContentSheetSchema: z.ZodObject<{
6929
6932
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
6930
6933
  origin: z.ZodOptional<z.ZodEnum<{
6931
6934
  chart: "chart";
6935
+ body: "body";
6932
6936
  diagram: "diagram";
6933
6937
  table: "table";
6934
6938
  image: "image";
6935
6939
  notes: "notes";
6936
- body: "body";
6937
6940
  }>>;
6938
6941
  interpretation: z.ZodOptional<z.ZodObject<{
6939
6942
  transcript: z.ZodOptional<z.ZodObject<{
@@ -7168,8 +7171,8 @@ declare const ContentSheetSchema: z.ZodObject<{
7168
7171
  }, z.core.$strip>>;
7169
7172
  alignment: z.ZodOptional<z.ZodEnum<{
7170
7173
  left: "left";
7171
- right: "right";
7172
7174
  center: "center";
7175
+ right: "right";
7173
7176
  justify: "justify";
7174
7177
  }>>;
7175
7178
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -7228,11 +7231,11 @@ declare const ContentSheetSchema: z.ZodObject<{
7228
7231
  images: z.ZodArray<z.ZodObject<{
7229
7232
  origin: z.ZodOptional<z.ZodEnum<{
7230
7233
  chart: "chart";
7234
+ body: "body";
7231
7235
  diagram: "diagram";
7232
7236
  table: "table";
7233
7237
  image: "image";
7234
7238
  notes: "notes";
7235
- body: "body";
7236
7239
  }>>;
7237
7240
  interpretation: z.ZodOptional<z.ZodObject<{
7238
7241
  transcript: z.ZodOptional<z.ZodObject<{
@@ -7311,10 +7314,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7311
7314
  }>;
7312
7315
  align: z.ZodEnum<{
7313
7316
  left: "left";
7317
+ center: "center";
7314
7318
  right: "right";
7315
7319
  top: "top";
7316
7320
  bottom: "bottom";
7317
- center: "center";
7318
7321
  inside: "inside";
7319
7322
  outside: "outside";
7320
7323
  }>;
@@ -7354,10 +7357,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7354
7357
  }>;
7355
7358
  align: z.ZodEnum<{
7356
7359
  left: "left";
7360
+ center: "center";
7357
7361
  right: "right";
7358
7362
  top: "top";
7359
7363
  bottom: "bottom";
7360
- center: "center";
7361
7364
  inside: "inside";
7362
7365
  outside: "outside";
7363
7366
  }>;
@@ -7448,9 +7451,9 @@ declare const ContentSheetSchema: z.ZodObject<{
7448
7451
  type: z.ZodEnum<{
7449
7452
  date: "date";
7450
7453
  custom: "custom";
7454
+ time: "time";
7451
7455
  decimal: "decimal";
7452
7456
  list: "list";
7453
- time: "time";
7454
7457
  whole: "whole";
7455
7458
  textLength: "textLength";
7456
7459
  }>;
@@ -7922,10 +7925,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7922
7925
  value: z.ZodObject<{
7923
7926
  type: z.ZodEnum<{
7924
7927
  formula: "formula";
7925
- percent: "percent";
7926
7928
  num: "num";
7927
- max: "max";
7928
7929
  min: "min";
7930
+ max: "max";
7931
+ percent: "percent";
7929
7932
  percentile: "percentile";
7930
7933
  }>;
7931
7934
  value: z.ZodOptional<z.ZodString>;
@@ -7969,10 +7972,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7969
7972
  min: z.ZodObject<{
7970
7973
  type: z.ZodEnum<{
7971
7974
  formula: "formula";
7972
- percent: "percent";
7973
7975
  num: "num";
7974
- max: "max";
7975
7976
  min: "min";
7977
+ max: "max";
7978
+ percent: "percent";
7976
7979
  percentile: "percentile";
7977
7980
  }>;
7978
7981
  value: z.ZodOptional<z.ZodString>;
@@ -7980,10 +7983,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7980
7983
  max: z.ZodObject<{
7981
7984
  type: z.ZodEnum<{
7982
7985
  formula: "formula";
7983
- percent: "percent";
7984
7986
  num: "num";
7985
- max: "max";
7986
7987
  min: "min";
7988
+ max: "max";
7989
+ percent: "percent";
7987
7990
  percentile: "percentile";
7988
7991
  }>;
7989
7992
  value: z.ZodOptional<z.ZodString>;
@@ -8028,10 +8031,10 @@ declare const ContentSheetSchema: z.ZodObject<{
8028
8031
  thresholds: z.ZodArray<z.ZodObject<{
8029
8032
  type: z.ZodEnum<{
8030
8033
  formula: "formula";
8031
- percent: "percent";
8032
8034
  num: "num";
8033
- max: "max";
8034
8035
  min: "min";
8036
+ max: "max";
8037
+ percent: "percent";
8035
8038
  percentile: "percentile";
8036
8039
  }>;
8037
8040
  value: z.ZodOptional<z.ZodString>;
@@ -8291,11 +8294,11 @@ type ContentSubpath = z.infer<typeof ContentSubpathSchema>;
8291
8294
  declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8292
8295
  origin: z.ZodOptional<z.ZodEnum<{
8293
8296
  chart: "chart";
8297
+ body: "body";
8294
8298
  diagram: "diagram";
8295
8299
  table: "table";
8296
8300
  image: "image";
8297
8301
  notes: "notes";
8298
- body: "body";
8299
8302
  }>>;
8300
8303
  interpretation: z.ZodOptional<z.ZodObject<{
8301
8304
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8429,11 +8432,11 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8429
8432
  }, z.core.$strip>, z.ZodObject<{
8430
8433
  origin: z.ZodOptional<z.ZodEnum<{
8431
8434
  chart: "chart";
8435
+ body: "body";
8432
8436
  diagram: "diagram";
8433
8437
  table: "table";
8434
8438
  image: "image";
8435
8439
  notes: "notes";
8436
- body: "body";
8437
8440
  }>>;
8438
8441
  interpretation: z.ZodOptional<z.ZodObject<{
8439
8442
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8567,11 +8570,11 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8567
8570
  }, z.core.$strip>, z.ZodObject<{
8568
8571
  origin: z.ZodOptional<z.ZodEnum<{
8569
8572
  chart: "chart";
8573
+ body: "body";
8570
8574
  diagram: "diagram";
8571
8575
  table: "table";
8572
8576
  image: "image";
8573
8577
  notes: "notes";
8574
- body: "body";
8575
8578
  }>>;
8576
8579
  interpretation: z.ZodOptional<z.ZodObject<{
8577
8580
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8655,11 +8658,11 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8655
8658
  }, z.core.$strip>, z.ZodObject<{
8656
8659
  origin: z.ZodOptional<z.ZodEnum<{
8657
8660
  chart: "chart";
8661
+ body: "body";
8658
8662
  diagram: "diagram";
8659
8663
  table: "table";
8660
8664
  image: "image";
8661
8665
  notes: "notes";
8662
- body: "body";
8663
8666
  }>>;
8664
8667
  interpretation: z.ZodOptional<z.ZodObject<{
8665
8668
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8827,11 +8830,11 @@ type ContentVector = z.infer<typeof ContentVectorSchema>;
8827
8830
  declare const ContentDrawPageSchema: z.ZodObject<{
8828
8831
  origin: z.ZodOptional<z.ZodEnum<{
8829
8832
  chart: "chart";
8833
+ body: "body";
8830
8834
  diagram: "diagram";
8831
8835
  table: "table";
8832
8836
  image: "image";
8833
8837
  notes: "notes";
8834
- body: "body";
8835
8838
  }>>;
8836
8839
  interpretation: z.ZodOptional<z.ZodObject<{
8837
8840
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8860,11 +8863,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
8860
8863
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
8861
8864
  origin: z.ZodOptional<z.ZodEnum<{
8862
8865
  chart: "chart";
8866
+ body: "body";
8863
8867
  diagram: "diagram";
8864
8868
  table: "table";
8865
8869
  image: "image";
8866
8870
  notes: "notes";
8867
- body: "body";
8868
8871
  }>>;
8869
8872
  interpretation: z.ZodOptional<z.ZodObject<{
8870
8873
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8933,11 +8936,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
8933
8936
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
8934
8937
  origin: z.ZodOptional<z.ZodEnum<{
8935
8938
  chart: "chart";
8939
+ body: "body";
8936
8940
  diagram: "diagram";
8937
8941
  table: "table";
8938
8942
  image: "image";
8939
8943
  notes: "notes";
8940
- body: "body";
8941
8944
  }>>;
8942
8945
  interpretation: z.ZodOptional<z.ZodObject<{
8943
8946
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9071,11 +9074,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9071
9074
  }, z.core.$strip>, z.ZodObject<{
9072
9075
  origin: z.ZodOptional<z.ZodEnum<{
9073
9076
  chart: "chart";
9077
+ body: "body";
9074
9078
  diagram: "diagram";
9075
9079
  table: "table";
9076
9080
  image: "image";
9077
9081
  notes: "notes";
9078
- body: "body";
9079
9082
  }>>;
9080
9083
  interpretation: z.ZodOptional<z.ZodObject<{
9081
9084
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9209,11 +9212,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9209
9212
  }, z.core.$strip>, z.ZodObject<{
9210
9213
  origin: z.ZodOptional<z.ZodEnum<{
9211
9214
  chart: "chart";
9215
+ body: "body";
9212
9216
  diagram: "diagram";
9213
9217
  table: "table";
9214
9218
  image: "image";
9215
9219
  notes: "notes";
9216
- body: "body";
9217
9220
  }>>;
9218
9221
  interpretation: z.ZodOptional<z.ZodObject<{
9219
9222
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9297,11 +9300,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9297
9300
  }, z.core.$strip>, z.ZodObject<{
9298
9301
  origin: z.ZodOptional<z.ZodEnum<{
9299
9302
  chart: "chart";
9303
+ body: "body";
9300
9304
  diagram: "diagram";
9301
9305
  table: "table";
9302
9306
  image: "image";
9303
9307
  notes: "notes";
9304
- body: "body";
9305
9308
  }>>;
9306
9309
  interpretation: z.ZodOptional<z.ZodObject<{
9307
9310
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9490,11 +9493,11 @@ type ContentDrawPage = z.infer<typeof ContentDrawPageSchema>;
9490
9493
  declare const ContentFormulaSchema: z.ZodObject<{
9491
9494
  origin: z.ZodOptional<z.ZodEnum<{
9492
9495
  chart: "chart";
9496
+ body: "body";
9493
9497
  diagram: "diagram";
9494
9498
  table: "table";
9495
9499
  image: "image";
9496
9500
  notes: "notes";
9497
- body: "body";
9498
9501
  }>>;
9499
9502
  interpretation: z.ZodOptional<z.ZodObject<{
9500
9503
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9603,11 +9606,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9603
9606
  sections: z.ZodArray<z.ZodObject<{
9604
9607
  origin: z.ZodOptional<z.ZodEnum<{
9605
9608
  chart: "chart";
9609
+ body: "body";
9606
9610
  diagram: "diagram";
9607
9611
  table: "table";
9608
9612
  image: "image";
9609
9613
  notes: "notes";
9610
- body: "body";
9611
9614
  }>>;
9612
9615
  interpretation: z.ZodOptional<z.ZodObject<{
9613
9616
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9752,11 +9755,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9752
9755
  slides: z.ZodArray<z.ZodObject<{
9753
9756
  origin: z.ZodOptional<z.ZodEnum<{
9754
9757
  chart: "chart";
9758
+ body: "body";
9755
9759
  diagram: "diagram";
9756
9760
  table: "table";
9757
9761
  image: "image";
9758
9762
  notes: "notes";
9759
- body: "body";
9760
9763
  }>>;
9761
9764
  interpretation: z.ZodOptional<z.ZodObject<{
9762
9765
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9785,11 +9788,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9785
9788
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
9786
9789
  origin: z.ZodOptional<z.ZodEnum<{
9787
9790
  chart: "chart";
9791
+ body: "body";
9788
9792
  diagram: "diagram";
9789
9793
  table: "table";
9790
9794
  image: "image";
9791
9795
  notes: "notes";
9792
- body: "body";
9793
9796
  }>>;
9794
9797
  interpretation: z.ZodOptional<z.ZodObject<{
9795
9798
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9948,11 +9951,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9948
9951
  sheets: z.ZodArray<z.ZodObject<{
9949
9952
  origin: z.ZodOptional<z.ZodEnum<{
9950
9953
  chart: "chart";
9954
+ body: "body";
9951
9955
  diagram: "diagram";
9952
9956
  table: "table";
9953
9957
  image: "image";
9954
9958
  notes: "notes";
9955
- body: "body";
9956
9959
  }>>;
9957
9960
  interpretation: z.ZodOptional<z.ZodObject<{
9958
9961
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9977,11 +9980,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9977
9980
  cells: z.ZodArray<z.ZodObject<{
9978
9981
  origin: z.ZodOptional<z.ZodEnum<{
9979
9982
  chart: "chart";
9983
+ body: "body";
9980
9984
  diagram: "diagram";
9981
9985
  table: "table";
9982
9986
  image: "image";
9983
9987
  notes: "notes";
9984
- body: "body";
9985
9988
  }>>;
9986
9989
  interpretation: z.ZodOptional<z.ZodObject<{
9987
9990
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10057,11 +10060,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10057
10060
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
10058
10061
  origin: z.ZodOptional<z.ZodEnum<{
10059
10062
  chart: "chart";
10063
+ body: "body";
10060
10064
  diagram: "diagram";
10061
10065
  table: "table";
10062
10066
  image: "image";
10063
10067
  notes: "notes";
10064
- body: "body";
10065
10068
  }>>;
10066
10069
  interpretation: z.ZodOptional<z.ZodObject<{
10067
10070
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10296,8 +10299,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10296
10299
  }, z.core.$strip>>;
10297
10300
  alignment: z.ZodOptional<z.ZodEnum<{
10298
10301
  left: "left";
10299
- right: "right";
10300
10302
  center: "center";
10303
+ right: "right";
10301
10304
  justify: "justify";
10302
10305
  }>>;
10303
10306
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -10356,11 +10359,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10356
10359
  images: z.ZodArray<z.ZodObject<{
10357
10360
  origin: z.ZodOptional<z.ZodEnum<{
10358
10361
  chart: "chart";
10362
+ body: "body";
10359
10363
  diagram: "diagram";
10360
10364
  table: "table";
10361
10365
  image: "image";
10362
10366
  notes: "notes";
10363
- body: "body";
10364
10367
  }>>;
10365
10368
  interpretation: z.ZodOptional<z.ZodObject<{
10366
10369
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10439,10 +10442,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10439
10442
  }>;
10440
10443
  align: z.ZodEnum<{
10441
10444
  left: "left";
10445
+ center: "center";
10442
10446
  right: "right";
10443
10447
  top: "top";
10444
10448
  bottom: "bottom";
10445
- center: "center";
10446
10449
  inside: "inside";
10447
10450
  outside: "outside";
10448
10451
  }>;
@@ -10482,10 +10485,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10482
10485
  }>;
10483
10486
  align: z.ZodEnum<{
10484
10487
  left: "left";
10488
+ center: "center";
10485
10489
  right: "right";
10486
10490
  top: "top";
10487
10491
  bottom: "bottom";
10488
- center: "center";
10489
10492
  inside: "inside";
10490
10493
  outside: "outside";
10491
10494
  }>;
@@ -10576,9 +10579,9 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10576
10579
  type: z.ZodEnum<{
10577
10580
  date: "date";
10578
10581
  custom: "custom";
10582
+ time: "time";
10579
10583
  decimal: "decimal";
10580
10584
  list: "list";
10581
- time: "time";
10582
10585
  whole: "whole";
10583
10586
  textLength: "textLength";
10584
10587
  }>;
@@ -11050,10 +11053,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11050
11053
  value: z.ZodObject<{
11051
11054
  type: z.ZodEnum<{
11052
11055
  formula: "formula";
11053
- percent: "percent";
11054
11056
  num: "num";
11055
- max: "max";
11056
11057
  min: "min";
11058
+ max: "max";
11059
+ percent: "percent";
11057
11060
  percentile: "percentile";
11058
11061
  }>;
11059
11062
  value: z.ZodOptional<z.ZodString>;
@@ -11097,10 +11100,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11097
11100
  min: z.ZodObject<{
11098
11101
  type: z.ZodEnum<{
11099
11102
  formula: "formula";
11100
- percent: "percent";
11101
11103
  num: "num";
11102
- max: "max";
11103
11104
  min: "min";
11105
+ max: "max";
11106
+ percent: "percent";
11104
11107
  percentile: "percentile";
11105
11108
  }>;
11106
11109
  value: z.ZodOptional<z.ZodString>;
@@ -11108,10 +11111,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11108
11111
  max: z.ZodObject<{
11109
11112
  type: z.ZodEnum<{
11110
11113
  formula: "formula";
11111
- percent: "percent";
11112
11114
  num: "num";
11113
- max: "max";
11114
11115
  min: "min";
11116
+ max: "max";
11117
+ percent: "percent";
11115
11118
  percentile: "percentile";
11116
11119
  }>;
11117
11120
  value: z.ZodOptional<z.ZodString>;
@@ -11156,10 +11159,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11156
11159
  thresholds: z.ZodArray<z.ZodObject<{
11157
11160
  type: z.ZodEnum<{
11158
11161
  formula: "formula";
11159
- percent: "percent";
11160
11162
  num: "num";
11161
- max: "max";
11162
11163
  min: "min";
11164
+ max: "max";
11165
+ percent: "percent";
11163
11166
  percentile: "percentile";
11164
11167
  }>;
11165
11168
  value: z.ZodOptional<z.ZodString>;
@@ -11293,11 +11296,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11293
11296
  pages: z.ZodArray<z.ZodObject<{
11294
11297
  origin: z.ZodOptional<z.ZodEnum<{
11295
11298
  chart: "chart";
11299
+ body: "body";
11296
11300
  diagram: "diagram";
11297
11301
  table: "table";
11298
11302
  image: "image";
11299
11303
  notes: "notes";
11300
- body: "body";
11301
11304
  }>>;
11302
11305
  interpretation: z.ZodOptional<z.ZodObject<{
11303
11306
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11326,11 +11329,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11326
11329
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
11327
11330
  origin: z.ZodOptional<z.ZodEnum<{
11328
11331
  chart: "chart";
11332
+ body: "body";
11329
11333
  diagram: "diagram";
11330
11334
  table: "table";
11331
11335
  image: "image";
11332
11336
  notes: "notes";
11333
- body: "body";
11334
11337
  }>>;
11335
11338
  interpretation: z.ZodOptional<z.ZodObject<{
11336
11339
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11399,11 +11402,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11399
11402
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
11400
11403
  origin: z.ZodOptional<z.ZodEnum<{
11401
11404
  chart: "chart";
11405
+ body: "body";
11402
11406
  diagram: "diagram";
11403
11407
  table: "table";
11404
11408
  image: "image";
11405
11409
  notes: "notes";
11406
- body: "body";
11407
11410
  }>>;
11408
11411
  interpretation: z.ZodOptional<z.ZodObject<{
11409
11412
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11537,11 +11540,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11537
11540
  }, z.core.$strip>, z.ZodObject<{
11538
11541
  origin: z.ZodOptional<z.ZodEnum<{
11539
11542
  chart: "chart";
11543
+ body: "body";
11540
11544
  diagram: "diagram";
11541
11545
  table: "table";
11542
11546
  image: "image";
11543
11547
  notes: "notes";
11544
- body: "body";
11545
11548
  }>>;
11546
11549
  interpretation: z.ZodOptional<z.ZodObject<{
11547
11550
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11675,11 +11678,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11675
11678
  }, z.core.$strip>, z.ZodObject<{
11676
11679
  origin: z.ZodOptional<z.ZodEnum<{
11677
11680
  chart: "chart";
11681
+ body: "body";
11678
11682
  diagram: "diagram";
11679
11683
  table: "table";
11680
11684
  image: "image";
11681
11685
  notes: "notes";
11682
- body: "body";
11683
11686
  }>>;
11684
11687
  interpretation: z.ZodOptional<z.ZodObject<{
11685
11688
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11763,11 +11766,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11763
11766
  }, z.core.$strip>, z.ZodObject<{
11764
11767
  origin: z.ZodOptional<z.ZodEnum<{
11765
11768
  chart: "chart";
11769
+ body: "body";
11766
11770
  diagram: "diagram";
11767
11771
  table: "table";
11768
11772
  image: "image";
11769
11773
  notes: "notes";
11770
- body: "body";
11771
11774
  }>>;
11772
11775
  interpretation: z.ZodOptional<z.ZodObject<{
11773
11776
  transcript: z.ZodOptional<z.ZodObject<{
@@ -12023,11 +12026,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
12023
12026
  formula: z.ZodObject<{
12024
12027
  origin: z.ZodOptional<z.ZodEnum<{
12025
12028
  chart: "chart";
12029
+ body: "body";
12026
12030
  diagram: "diagram";
12027
12031
  table: "table";
12028
12032
  image: "image";
12029
12033
  notes: "notes";
12030
- body: "body";
12031
12034
  }>>;
12032
12035
  interpretation: z.ZodOptional<z.ZodObject<{
12033
12036
  transcript: z.ZodOptional<z.ZodObject<{