document-content-model 7.14.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 (40) 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-Cc9oMKMd.d.ts → content-Cj_IC0ge.d.ts} +124 -124
  5. package/dist/{content-Db6wh_6v.d.cts → content-DZDor2Ct.d.cts} +124 -124
  6. package/dist/content.d.cts +1 -1
  7. package/dist/content.d.ts +1 -1
  8. package/dist/decompose.d.cts +2 -2
  9. package/dist/decompose.d.ts +2 -2
  10. package/dist/definitions.d.cts +4 -4
  11. package/dist/definitions.d.ts +4 -4
  12. package/dist/factor-styles.d.cts +1 -1
  13. package/dist/factor-styles.d.ts +1 -1
  14. package/dist/flatten.d.cts +1 -1
  15. package/dist/flatten.d.ts +1 -1
  16. package/dist/index.d.cts +3 -3
  17. package/dist/index.d.ts +3 -3
  18. package/dist/{package-node-D42YxKm6.d.cts → package-node-DBtKtaqn.d.cts} +39 -39
  19. package/dist/{package-node-D-1yiCmi.d.ts → package-node-SBZNVEGu.d.ts} +39 -39
  20. package/dist/package-node.d.cts +1 -1
  21. package/dist/package-node.d.ts +1 -1
  22. package/dist/package.d.cts +7 -7
  23. package/dist/package.d.ts +7 -7
  24. package/dist/schema-io.cjs +2 -2
  25. package/dist/schema-io.d.cts +1 -1
  26. package/dist/schema-io.d.ts +1 -1
  27. package/dist/schema-io.js +2 -2
  28. package/dist/{style-BGMcYrD2.d.cts → style-D06NwxAJ.d.cts} +1 -1
  29. package/dist/{style-BGMcYrD2.d.ts → style-D06NwxAJ.d.ts} +1 -1
  30. package/dist/style.d.cts +1 -1
  31. package/dist/style.d.ts +1 -1
  32. package/dist/table-grid.cjs +1 -1
  33. package/dist/table-grid.d.cts +3 -3
  34. package/dist/table-grid.d.ts +3 -3
  35. package/dist/table-grid.js +1 -1
  36. package/dist/text-layout.d.cts +1 -1
  37. package/dist/text-layout.d.ts +1 -1
  38. package/package.json +2 -2
  39. package/schemas/content-document.schema.json +16 -16
  40. package/schemas/document-tree.schema.json +3 -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<{
@@ -1563,11 +1563,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1563
1563
  }, z.core.$strip>>>;
1564
1564
  origin: z.ZodOptional<z.ZodEnum<{
1565
1565
  chart: "chart";
1566
+ body: "body";
1566
1567
  diagram: "diagram";
1567
1568
  table: "table";
1568
1569
  image: "image";
1569
1570
  notes: "notes";
1570
- body: "body";
1571
1571
  }>>;
1572
1572
  interpretation: z.ZodOptional<z.ZodObject<{
1573
1573
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1600,11 +1600,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1600
1600
  sections: z.ZodArray<z.ZodObject<{
1601
1601
  origin: z.ZodOptional<z.ZodEnum<{
1602
1602
  chart: "chart";
1603
+ body: "body";
1603
1604
  diagram: "diagram";
1604
1605
  table: "table";
1605
1606
  image: "image";
1606
1607
  notes: "notes";
1607
- body: "body";
1608
1608
  }>>;
1609
1609
  interpretation: z.ZodOptional<z.ZodObject<{
1610
1610
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1749,11 +1749,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1749
1749
  slides: z.ZodArray<z.ZodObject<{
1750
1750
  origin: z.ZodOptional<z.ZodEnum<{
1751
1751
  chart: "chart";
1752
+ body: "body";
1752
1753
  diagram: "diagram";
1753
1754
  table: "table";
1754
1755
  image: "image";
1755
1756
  notes: "notes";
1756
- body: "body";
1757
1757
  }>>;
1758
1758
  interpretation: z.ZodOptional<z.ZodObject<{
1759
1759
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1782,11 +1782,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1782
1782
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
1783
1783
  origin: z.ZodOptional<z.ZodEnum<{
1784
1784
  chart: "chart";
1785
+ body: "body";
1785
1786
  diagram: "diagram";
1786
1787
  table: "table";
1787
1788
  image: "image";
1788
1789
  notes: "notes";
1789
- body: "body";
1790
1790
  }>>;
1791
1791
  interpretation: z.ZodOptional<z.ZodObject<{
1792
1792
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1945,11 +1945,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1945
1945
  sheets: z.ZodArray<z.ZodObject<{
1946
1946
  origin: z.ZodOptional<z.ZodEnum<{
1947
1947
  chart: "chart";
1948
+ body: "body";
1948
1949
  diagram: "diagram";
1949
1950
  table: "table";
1950
1951
  image: "image";
1951
1952
  notes: "notes";
1952
- body: "body";
1953
1953
  }>>;
1954
1954
  interpretation: z.ZodOptional<z.ZodObject<{
1955
1955
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1974,11 +1974,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1974
1974
  cells: z.ZodArray<z.ZodObject<{
1975
1975
  origin: z.ZodOptional<z.ZodEnum<{
1976
1976
  chart: "chart";
1977
+ body: "body";
1977
1978
  diagram: "diagram";
1978
1979
  table: "table";
1979
1980
  image: "image";
1980
1981
  notes: "notes";
1981
- body: "body";
1982
1982
  }>>;
1983
1983
  interpretation: z.ZodOptional<z.ZodObject<{
1984
1984
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2054,11 +2054,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2054
2054
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
2055
2055
  origin: z.ZodOptional<z.ZodEnum<{
2056
2056
  chart: "chart";
2057
+ body: "body";
2057
2058
  diagram: "diagram";
2058
2059
  table: "table";
2059
2060
  image: "image";
2060
2061
  notes: "notes";
2061
- body: "body";
2062
2062
  }>>;
2063
2063
  interpretation: z.ZodOptional<z.ZodObject<{
2064
2064
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2293,8 +2293,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2293
2293
  }, z.core.$strip>>;
2294
2294
  alignment: z.ZodOptional<z.ZodEnum<{
2295
2295
  left: "left";
2296
- right: "right";
2297
2296
  center: "center";
2297
+ right: "right";
2298
2298
  justify: "justify";
2299
2299
  }>>;
2300
2300
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -2353,11 +2353,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2353
2353
  images: z.ZodArray<z.ZodObject<{
2354
2354
  origin: z.ZodOptional<z.ZodEnum<{
2355
2355
  chart: "chart";
2356
+ body: "body";
2356
2357
  diagram: "diagram";
2357
2358
  table: "table";
2358
2359
  image: "image";
2359
2360
  notes: "notes";
2360
- body: "body";
2361
2361
  }>>;
2362
2362
  interpretation: z.ZodOptional<z.ZodObject<{
2363
2363
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2436,10 +2436,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2436
2436
  }>;
2437
2437
  align: z.ZodEnum<{
2438
2438
  left: "left";
2439
+ center: "center";
2439
2440
  right: "right";
2440
2441
  top: "top";
2441
2442
  bottom: "bottom";
2442
- center: "center";
2443
2443
  inside: "inside";
2444
2444
  outside: "outside";
2445
2445
  }>;
@@ -2479,10 +2479,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2479
2479
  }>;
2480
2480
  align: z.ZodEnum<{
2481
2481
  left: "left";
2482
+ center: "center";
2482
2483
  right: "right";
2483
2484
  top: "top";
2484
2485
  bottom: "bottom";
2485
- center: "center";
2486
2486
  inside: "inside";
2487
2487
  outside: "outside";
2488
2488
  }>;
@@ -2573,9 +2573,9 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2573
2573
  type: z.ZodEnum<{
2574
2574
  date: "date";
2575
2575
  custom: "custom";
2576
+ time: "time";
2576
2577
  decimal: "decimal";
2577
2578
  list: "list";
2578
- time: "time";
2579
2579
  whole: "whole";
2580
2580
  textLength: "textLength";
2581
2581
  }>;
@@ -3047,10 +3047,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3047
3047
  value: z.ZodObject<{
3048
3048
  type: z.ZodEnum<{
3049
3049
  formula: "formula";
3050
- percent: "percent";
3051
3050
  num: "num";
3052
- max: "max";
3053
3051
  min: "min";
3052
+ max: "max";
3053
+ percent: "percent";
3054
3054
  percentile: "percentile";
3055
3055
  }>;
3056
3056
  value: z.ZodOptional<z.ZodString>;
@@ -3094,10 +3094,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3094
3094
  min: z.ZodObject<{
3095
3095
  type: z.ZodEnum<{
3096
3096
  formula: "formula";
3097
- percent: "percent";
3098
3097
  num: "num";
3099
- max: "max";
3100
3098
  min: "min";
3099
+ max: "max";
3100
+ percent: "percent";
3101
3101
  percentile: "percentile";
3102
3102
  }>;
3103
3103
  value: z.ZodOptional<z.ZodString>;
@@ -3105,10 +3105,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3105
3105
  max: z.ZodObject<{
3106
3106
  type: z.ZodEnum<{
3107
3107
  formula: "formula";
3108
- percent: "percent";
3109
3108
  num: "num";
3110
- max: "max";
3111
3109
  min: "min";
3110
+ max: "max";
3111
+ percent: "percent";
3112
3112
  percentile: "percentile";
3113
3113
  }>;
3114
3114
  value: z.ZodOptional<z.ZodString>;
@@ -3153,10 +3153,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3153
3153
  thresholds: z.ZodArray<z.ZodObject<{
3154
3154
  type: z.ZodEnum<{
3155
3155
  formula: "formula";
3156
- percent: "percent";
3157
3156
  num: "num";
3158
- max: "max";
3159
3157
  min: "min";
3158
+ max: "max";
3159
+ percent: "percent";
3160
3160
  percentile: "percentile";
3161
3161
  }>;
3162
3162
  value: z.ZodOptional<z.ZodString>;
@@ -3290,11 +3290,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3290
3290
  pages: z.ZodArray<z.ZodObject<{
3291
3291
  origin: z.ZodOptional<z.ZodEnum<{
3292
3292
  chart: "chart";
3293
+ body: "body";
3293
3294
  diagram: "diagram";
3294
3295
  table: "table";
3295
3296
  image: "image";
3296
3297
  notes: "notes";
3297
- body: "body";
3298
3298
  }>>;
3299
3299
  interpretation: z.ZodOptional<z.ZodObject<{
3300
3300
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3323,11 +3323,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3323
3323
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
3324
3324
  origin: z.ZodOptional<z.ZodEnum<{
3325
3325
  chart: "chart";
3326
+ body: "body";
3326
3327
  diagram: "diagram";
3327
3328
  table: "table";
3328
3329
  image: "image";
3329
3330
  notes: "notes";
3330
- body: "body";
3331
3331
  }>>;
3332
3332
  interpretation: z.ZodOptional<z.ZodObject<{
3333
3333
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3396,11 +3396,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3396
3396
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
3397
3397
  origin: z.ZodOptional<z.ZodEnum<{
3398
3398
  chart: "chart";
3399
+ body: "body";
3399
3400
  diagram: "diagram";
3400
3401
  table: "table";
3401
3402
  image: "image";
3402
3403
  notes: "notes";
3403
- body: "body";
3404
3404
  }>>;
3405
3405
  interpretation: z.ZodOptional<z.ZodObject<{
3406
3406
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3534,11 +3534,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3534
3534
  }, z.core.$strip>, z.ZodObject<{
3535
3535
  origin: z.ZodOptional<z.ZodEnum<{
3536
3536
  chart: "chart";
3537
+ body: "body";
3537
3538
  diagram: "diagram";
3538
3539
  table: "table";
3539
3540
  image: "image";
3540
3541
  notes: "notes";
3541
- body: "body";
3542
3542
  }>>;
3543
3543
  interpretation: z.ZodOptional<z.ZodObject<{
3544
3544
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3672,11 +3672,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3672
3672
  }, z.core.$strip>, z.ZodObject<{
3673
3673
  origin: z.ZodOptional<z.ZodEnum<{
3674
3674
  chart: "chart";
3675
+ body: "body";
3675
3676
  diagram: "diagram";
3676
3677
  table: "table";
3677
3678
  image: "image";
3678
3679
  notes: "notes";
3679
- body: "body";
3680
3680
  }>>;
3681
3681
  interpretation: z.ZodOptional<z.ZodObject<{
3682
3682
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3760,11 +3760,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3760
3760
  }, z.core.$strip>, z.ZodObject<{
3761
3761
  origin: z.ZodOptional<z.ZodEnum<{
3762
3762
  chart: "chart";
3763
+ body: "body";
3763
3764
  diagram: "diagram";
3764
3765
  table: "table";
3765
3766
  image: "image";
3766
3767
  notes: "notes";
3767
- body: "body";
3768
3768
  }>>;
3769
3769
  interpretation: z.ZodOptional<z.ZodObject<{
3770
3770
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4020,11 +4020,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
4020
4020
  formula: z.ZodObject<{
4021
4021
  origin: z.ZodOptional<z.ZodEnum<{
4022
4022
  chart: "chart";
4023
+ body: "body";
4023
4024
  diagram: "diagram";
4024
4025
  table: "table";
4025
4026
  image: "image";
4026
4027
  notes: "notes";
4027
- body: "body";
4028
4028
  }>>;
4029
4029
  interpretation: z.ZodOptional<z.ZodObject<{
4030
4030
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4417,11 +4417,11 @@ declare function unrecognizedFillKind(fill: {
4417
4417
  declare const ContentTableCellSchema: z.ZodObject<{
4418
4418
  origin: z.ZodOptional<z.ZodEnum<{
4419
4419
  chart: "chart";
4420
+ body: "body";
4420
4421
  diagram: "diagram";
4421
4422
  table: "table";
4422
4423
  image: "image";
4423
4424
  notes: "notes";
4424
- body: "body";
4425
4425
  }>>;
4426
4426
  interpretation: z.ZodOptional<z.ZodObject<{
4427
4427
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4606,9 +4606,9 @@ declare const ContentTableCellSchema: z.ZodObject<{
4606
4606
  }, z.core.$strip>>;
4607
4607
  }, z.core.$strip>>;
4608
4608
  verticalAlign: z.ZodOptional<z.ZodEnum<{
4609
+ center: "center";
4609
4610
  top: "top";
4610
4611
  bottom: "bottom";
4611
- center: "center";
4612
4612
  }>>;
4613
4613
  formula: z.ZodOptional<z.ZodString>;
4614
4614
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -4644,11 +4644,11 @@ declare const ContentTableRowSchema: z.ZodObject<{
4644
4644
  cells: z.ZodArray<z.ZodObject<{
4645
4645
  origin: z.ZodOptional<z.ZodEnum<{
4646
4646
  chart: "chart";
4647
+ body: "body";
4647
4648
  diagram: "diagram";
4648
4649
  table: "table";
4649
4650
  image: "image";
4650
4651
  notes: "notes";
4651
- body: "body";
4652
4652
  }>>;
4653
4653
  interpretation: z.ZodOptional<z.ZodObject<{
4654
4654
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4833,9 +4833,9 @@ declare const ContentTableRowSchema: z.ZodObject<{
4833
4833
  }, z.core.$strip>>;
4834
4834
  }, z.core.$strip>>;
4835
4835
  verticalAlign: z.ZodOptional<z.ZodEnum<{
4836
+ center: "center";
4836
4837
  top: "top";
4837
4838
  bottom: "bottom";
4838
- center: "center";
4839
4839
  }>>;
4840
4840
  formula: z.ZodOptional<z.ZodString>;
4841
4841
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -4877,11 +4877,11 @@ declare const ContentTableRowSchema: z.ZodObject<{
4877
4877
  declare const ContentTableSchema: z.ZodObject<{
4878
4878
  origin: z.ZodOptional<z.ZodEnum<{
4879
4879
  chart: "chart";
4880
+ body: "body";
4880
4881
  diagram: "diagram";
4881
4882
  table: "table";
4882
4883
  image: "image";
4883
4884
  notes: "notes";
4884
- body: "body";
4885
4885
  }>>;
4886
4886
  interpretation: z.ZodOptional<z.ZodObject<{
4887
4887
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4907,11 +4907,11 @@ declare const ContentTableSchema: z.ZodObject<{
4907
4907
  cells: z.ZodArray<z.ZodObject<{
4908
4908
  origin: z.ZodOptional<z.ZodEnum<{
4909
4909
  chart: "chart";
4910
+ body: "body";
4910
4911
  diagram: "diagram";
4911
4912
  table: "table";
4912
4913
  image: "image";
4913
4914
  notes: "notes";
4914
- body: "body";
4915
4915
  }>>;
4916
4916
  interpretation: z.ZodOptional<z.ZodObject<{
4917
4917
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5096,9 +5096,9 @@ declare const ContentTableSchema: z.ZodObject<{
5096
5096
  }, z.core.$strip>>;
5097
5097
  }, z.core.$strip>>;
5098
5098
  verticalAlign: z.ZodOptional<z.ZodEnum<{
5099
+ center: "center";
5099
5100
  top: "top";
5100
5101
  bottom: "bottom";
5101
- center: "center";
5102
5102
  }>>;
5103
5103
  formula: z.ZodOptional<z.ZodString>;
5104
5104
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -5177,11 +5177,11 @@ type ContentPageFurniture = z.infer<typeof ContentPageFurnitureSchema>;
5177
5177
  declare const ContentSectionSchema: z.ZodObject<{
5178
5178
  origin: z.ZodOptional<z.ZodEnum<{
5179
5179
  chart: "chart";
5180
+ body: "body";
5180
5181
  diagram: "diagram";
5181
5182
  table: "table";
5182
5183
  image: "image";
5183
5184
  notes: "notes";
5184
- body: "body";
5185
5185
  }>>;
5186
5186
  interpretation: z.ZodOptional<z.ZodObject<{
5187
5187
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5260,11 +5260,11 @@ declare const ContentShapeSchema: z.ZodObject<{
5260
5260
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
5261
5261
  origin: z.ZodOptional<z.ZodEnum<{
5262
5262
  chart: "chart";
5263
+ body: "body";
5263
5264
  diagram: "diagram";
5264
5265
  table: "table";
5265
5266
  image: "image";
5266
5267
  notes: "notes";
5267
- body: "body";
5268
5268
  }>>;
5269
5269
  interpretation: z.ZodOptional<z.ZodObject<{
5270
5270
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5334,11 +5334,11 @@ type ContentShape = z.infer<typeof ContentShapeSchema>;
5334
5334
  declare const ContentSlideSchema: z.ZodObject<{
5335
5335
  origin: z.ZodOptional<z.ZodEnum<{
5336
5336
  chart: "chart";
5337
+ body: "body";
5337
5338
  diagram: "diagram";
5338
5339
  table: "table";
5339
5340
  image: "image";
5340
5341
  notes: "notes";
5341
- body: "body";
5342
5342
  }>>;
5343
5343
  interpretation: z.ZodOptional<z.ZodObject<{
5344
5344
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5367,11 +5367,11 @@ declare const ContentSlideSchema: z.ZodObject<{
5367
5367
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
5368
5368
  origin: z.ZodOptional<z.ZodEnum<{
5369
5369
  chart: "chart";
5370
+ body: "body";
5370
5371
  diagram: "diagram";
5371
5372
  table: "table";
5372
5373
  image: "image";
5373
5374
  notes: "notes";
5374
- body: "body";
5375
5375
  }>>;
5376
5376
  interpretation: z.ZodOptional<z.ZodObject<{
5377
5377
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5510,11 +5510,11 @@ type ContentSheetCellComment = z.infer<typeof ContentSheetCellCommentSchema>;
5510
5510
  declare const ContentSheetCellSchema: z.ZodObject<{
5511
5511
  origin: z.ZodOptional<z.ZodEnum<{
5512
5512
  chart: "chart";
5513
+ body: "body";
5513
5514
  diagram: "diagram";
5514
5515
  table: "table";
5515
5516
  image: "image";
5516
5517
  notes: "notes";
5517
- body: "body";
5518
5518
  }>>;
5519
5519
  interpretation: z.ZodOptional<z.ZodObject<{
5520
5520
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5590,11 +5590,11 @@ declare const ContentSheetCellSchema: z.ZodObject<{
5590
5590
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
5591
5591
  origin: z.ZodOptional<z.ZodEnum<{
5592
5592
  chart: "chart";
5593
+ body: "body";
5593
5594
  diagram: "diagram";
5594
5595
  table: "table";
5595
5596
  image: "image";
5596
5597
  notes: "notes";
5597
- body: "body";
5598
5598
  }>>;
5599
5599
  interpretation: z.ZodOptional<z.ZodObject<{
5600
5600
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5829,8 +5829,8 @@ declare const ContentSheetCellSchema: z.ZodObject<{
5829
5829
  }, z.core.$strip>>;
5830
5830
  alignment: z.ZodOptional<z.ZodEnum<{
5831
5831
  left: "left";
5832
- right: "right";
5833
5832
  center: "center";
5833
+ right: "right";
5834
5834
  justify: "justify";
5835
5835
  }>>;
5836
5836
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -5964,9 +5964,9 @@ type SheetRuleOperator = z.infer<typeof SheetRuleOperatorSchema>;
5964
5964
  declare const ContentSheetDataValidationTypeSchema: z.ZodEnum<{
5965
5965
  date: "date";
5966
5966
  custom: "custom";
5967
+ time: "time";
5967
5968
  decimal: "decimal";
5968
5969
  list: "list";
5969
- time: "time";
5970
5970
  whole: "whole";
5971
5971
  textLength: "textLength";
5972
5972
  }>;
@@ -5981,9 +5981,9 @@ declare const ContentSheetDataValidationSchema: z.ZodObject<{
5981
5981
  type: z.ZodEnum<{
5982
5982
  date: "date";
5983
5983
  custom: "custom";
5984
+ time: "time";
5984
5985
  decimal: "decimal";
5985
5986
  list: "list";
5986
- time: "time";
5987
5987
  whole: "whole";
5988
5988
  textLength: "textLength";
5989
5989
  }>;
@@ -6069,10 +6069,10 @@ type ContentSheetConditionalFormatStyle = z.infer<typeof ContentSheetConditional
6069
6069
  declare const ContentSheetConditionalFormatValueSchema: z.ZodObject<{
6070
6070
  type: z.ZodEnum<{
6071
6071
  formula: "formula";
6072
- percent: "percent";
6073
6072
  num: "num";
6074
- max: "max";
6075
6073
  min: "min";
6074
+ max: "max";
6075
+ percent: "percent";
6076
6076
  percentile: "percentile";
6077
6077
  }>;
6078
6078
  value: z.ZodOptional<z.ZodString>;
@@ -6501,10 +6501,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6501
6501
  value: z.ZodObject<{
6502
6502
  type: z.ZodEnum<{
6503
6503
  formula: "formula";
6504
- percent: "percent";
6505
6504
  num: "num";
6506
- max: "max";
6507
6505
  min: "min";
6506
+ max: "max";
6507
+ percent: "percent";
6508
6508
  percentile: "percentile";
6509
6509
  }>;
6510
6510
  value: z.ZodOptional<z.ZodString>;
@@ -6548,10 +6548,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6548
6548
  min: z.ZodObject<{
6549
6549
  type: z.ZodEnum<{
6550
6550
  formula: "formula";
6551
- percent: "percent";
6552
6551
  num: "num";
6553
- max: "max";
6554
6552
  min: "min";
6553
+ max: "max";
6554
+ percent: "percent";
6555
6555
  percentile: "percentile";
6556
6556
  }>;
6557
6557
  value: z.ZodOptional<z.ZodString>;
@@ -6559,10 +6559,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6559
6559
  max: z.ZodObject<{
6560
6560
  type: z.ZodEnum<{
6561
6561
  formula: "formula";
6562
- percent: "percent";
6563
6562
  num: "num";
6564
- max: "max";
6565
6563
  min: "min";
6564
+ max: "max";
6565
+ percent: "percent";
6566
6566
  percentile: "percentile";
6567
6567
  }>;
6568
6568
  value: z.ZodOptional<z.ZodString>;
@@ -6607,10 +6607,10 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6607
6607
  thresholds: z.ZodArray<z.ZodObject<{
6608
6608
  type: z.ZodEnum<{
6609
6609
  formula: "formula";
6610
- percent: "percent";
6611
6610
  num: "num";
6612
- max: "max";
6613
6611
  min: "min";
6612
+ max: "max";
6613
+ percent: "percent";
6614
6614
  percentile: "percentile";
6615
6615
  }>;
6616
6616
  value: z.ZodOptional<z.ZodString>;
@@ -6651,11 +6651,11 @@ type ContentSheetConditionalFormat = z.infer<typeof ContentSheetConditionalForma
6651
6651
  declare const ContentSheetImageSchema: z.ZodObject<{
6652
6652
  origin: z.ZodOptional<z.ZodEnum<{
6653
6653
  chart: "chart";
6654
+ body: "body";
6654
6655
  diagram: "diagram";
6655
6656
  table: "table";
6656
6657
  image: "image";
6657
6658
  notes: "notes";
6658
- body: "body";
6659
6659
  }>>;
6660
6660
  interpretation: z.ZodOptional<z.ZodObject<{
6661
6661
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6734,10 +6734,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6734
6734
  }>;
6735
6735
  align: z.ZodEnum<{
6736
6736
  left: "left";
6737
+ center: "center";
6737
6738
  right: "right";
6738
6739
  top: "top";
6739
6740
  bottom: "bottom";
6740
- center: "center";
6741
6741
  inside: "inside";
6742
6742
  outside: "outside";
6743
6743
  }>;
@@ -6777,10 +6777,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6777
6777
  }>;
6778
6778
  align: z.ZodEnum<{
6779
6779
  left: "left";
6780
+ center: "center";
6780
6781
  right: "right";
6781
6782
  top: "top";
6782
6783
  bottom: "bottom";
6783
- center: "center";
6784
6784
  inside: "inside";
6785
6785
  outside: "outside";
6786
6786
  }>;
@@ -6823,11 +6823,11 @@ type ContentSheetImage = z.infer<typeof ContentSheetImageSchema>;
6823
6823
  declare const ContentSheetSchema: z.ZodObject<{
6824
6824
  origin: z.ZodOptional<z.ZodEnum<{
6825
6825
  chart: "chart";
6826
+ body: "body";
6826
6827
  diagram: "diagram";
6827
6828
  table: "table";
6828
6829
  image: "image";
6829
6830
  notes: "notes";
6830
- body: "body";
6831
6831
  }>>;
6832
6832
  interpretation: z.ZodOptional<z.ZodObject<{
6833
6833
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6852,11 +6852,11 @@ declare const ContentSheetSchema: z.ZodObject<{
6852
6852
  cells: z.ZodArray<z.ZodObject<{
6853
6853
  origin: z.ZodOptional<z.ZodEnum<{
6854
6854
  chart: "chart";
6855
+ body: "body";
6855
6856
  diagram: "diagram";
6856
6857
  table: "table";
6857
6858
  image: "image";
6858
6859
  notes: "notes";
6859
- body: "body";
6860
6860
  }>>;
6861
6861
  interpretation: z.ZodOptional<z.ZodObject<{
6862
6862
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6932,11 +6932,11 @@ declare const ContentSheetSchema: z.ZodObject<{
6932
6932
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
6933
6933
  origin: z.ZodOptional<z.ZodEnum<{
6934
6934
  chart: "chart";
6935
+ body: "body";
6935
6936
  diagram: "diagram";
6936
6937
  table: "table";
6937
6938
  image: "image";
6938
6939
  notes: "notes";
6939
- body: "body";
6940
6940
  }>>;
6941
6941
  interpretation: z.ZodOptional<z.ZodObject<{
6942
6942
  transcript: z.ZodOptional<z.ZodObject<{
@@ -7171,8 +7171,8 @@ declare const ContentSheetSchema: z.ZodObject<{
7171
7171
  }, z.core.$strip>>;
7172
7172
  alignment: z.ZodOptional<z.ZodEnum<{
7173
7173
  left: "left";
7174
- right: "right";
7175
7174
  center: "center";
7175
+ right: "right";
7176
7176
  justify: "justify";
7177
7177
  }>>;
7178
7178
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -7231,11 +7231,11 @@ declare const ContentSheetSchema: z.ZodObject<{
7231
7231
  images: z.ZodArray<z.ZodObject<{
7232
7232
  origin: z.ZodOptional<z.ZodEnum<{
7233
7233
  chart: "chart";
7234
+ body: "body";
7234
7235
  diagram: "diagram";
7235
7236
  table: "table";
7236
7237
  image: "image";
7237
7238
  notes: "notes";
7238
- body: "body";
7239
7239
  }>>;
7240
7240
  interpretation: z.ZodOptional<z.ZodObject<{
7241
7241
  transcript: z.ZodOptional<z.ZodObject<{
@@ -7314,10 +7314,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7314
7314
  }>;
7315
7315
  align: z.ZodEnum<{
7316
7316
  left: "left";
7317
+ center: "center";
7317
7318
  right: "right";
7318
7319
  top: "top";
7319
7320
  bottom: "bottom";
7320
- center: "center";
7321
7321
  inside: "inside";
7322
7322
  outside: "outside";
7323
7323
  }>;
@@ -7357,10 +7357,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7357
7357
  }>;
7358
7358
  align: z.ZodEnum<{
7359
7359
  left: "left";
7360
+ center: "center";
7360
7361
  right: "right";
7361
7362
  top: "top";
7362
7363
  bottom: "bottom";
7363
- center: "center";
7364
7364
  inside: "inside";
7365
7365
  outside: "outside";
7366
7366
  }>;
@@ -7451,9 +7451,9 @@ declare const ContentSheetSchema: z.ZodObject<{
7451
7451
  type: z.ZodEnum<{
7452
7452
  date: "date";
7453
7453
  custom: "custom";
7454
+ time: "time";
7454
7455
  decimal: "decimal";
7455
7456
  list: "list";
7456
- time: "time";
7457
7457
  whole: "whole";
7458
7458
  textLength: "textLength";
7459
7459
  }>;
@@ -7925,10 +7925,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7925
7925
  value: z.ZodObject<{
7926
7926
  type: z.ZodEnum<{
7927
7927
  formula: "formula";
7928
- percent: "percent";
7929
7928
  num: "num";
7930
- max: "max";
7931
7929
  min: "min";
7930
+ max: "max";
7931
+ percent: "percent";
7932
7932
  percentile: "percentile";
7933
7933
  }>;
7934
7934
  value: z.ZodOptional<z.ZodString>;
@@ -7972,10 +7972,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7972
7972
  min: z.ZodObject<{
7973
7973
  type: z.ZodEnum<{
7974
7974
  formula: "formula";
7975
- percent: "percent";
7976
7975
  num: "num";
7977
- max: "max";
7978
7976
  min: "min";
7977
+ max: "max";
7978
+ percent: "percent";
7979
7979
  percentile: "percentile";
7980
7980
  }>;
7981
7981
  value: z.ZodOptional<z.ZodString>;
@@ -7983,10 +7983,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7983
7983
  max: z.ZodObject<{
7984
7984
  type: z.ZodEnum<{
7985
7985
  formula: "formula";
7986
- percent: "percent";
7987
7986
  num: "num";
7988
- max: "max";
7989
7987
  min: "min";
7988
+ max: "max";
7989
+ percent: "percent";
7990
7990
  percentile: "percentile";
7991
7991
  }>;
7992
7992
  value: z.ZodOptional<z.ZodString>;
@@ -8031,10 +8031,10 @@ declare const ContentSheetSchema: z.ZodObject<{
8031
8031
  thresholds: z.ZodArray<z.ZodObject<{
8032
8032
  type: z.ZodEnum<{
8033
8033
  formula: "formula";
8034
- percent: "percent";
8035
8034
  num: "num";
8036
- max: "max";
8037
8035
  min: "min";
8036
+ max: "max";
8037
+ percent: "percent";
8038
8038
  percentile: "percentile";
8039
8039
  }>;
8040
8040
  value: z.ZodOptional<z.ZodString>;
@@ -8294,11 +8294,11 @@ type ContentSubpath = z.infer<typeof ContentSubpathSchema>;
8294
8294
  declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8295
8295
  origin: z.ZodOptional<z.ZodEnum<{
8296
8296
  chart: "chart";
8297
+ body: "body";
8297
8298
  diagram: "diagram";
8298
8299
  table: "table";
8299
8300
  image: "image";
8300
8301
  notes: "notes";
8301
- body: "body";
8302
8302
  }>>;
8303
8303
  interpretation: z.ZodOptional<z.ZodObject<{
8304
8304
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8432,11 +8432,11 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8432
8432
  }, z.core.$strip>, z.ZodObject<{
8433
8433
  origin: z.ZodOptional<z.ZodEnum<{
8434
8434
  chart: "chart";
8435
+ body: "body";
8435
8436
  diagram: "diagram";
8436
8437
  table: "table";
8437
8438
  image: "image";
8438
8439
  notes: "notes";
8439
- body: "body";
8440
8440
  }>>;
8441
8441
  interpretation: z.ZodOptional<z.ZodObject<{
8442
8442
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8570,11 +8570,11 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8570
8570
  }, z.core.$strip>, z.ZodObject<{
8571
8571
  origin: z.ZodOptional<z.ZodEnum<{
8572
8572
  chart: "chart";
8573
+ body: "body";
8573
8574
  diagram: "diagram";
8574
8575
  table: "table";
8575
8576
  image: "image";
8576
8577
  notes: "notes";
8577
- body: "body";
8578
8578
  }>>;
8579
8579
  interpretation: z.ZodOptional<z.ZodObject<{
8580
8580
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8658,11 +8658,11 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8658
8658
  }, z.core.$strip>, z.ZodObject<{
8659
8659
  origin: z.ZodOptional<z.ZodEnum<{
8660
8660
  chart: "chart";
8661
+ body: "body";
8661
8662
  diagram: "diagram";
8662
8663
  table: "table";
8663
8664
  image: "image";
8664
8665
  notes: "notes";
8665
- body: "body";
8666
8666
  }>>;
8667
8667
  interpretation: z.ZodOptional<z.ZodObject<{
8668
8668
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8830,11 +8830,11 @@ type ContentVector = z.infer<typeof ContentVectorSchema>;
8830
8830
  declare const ContentDrawPageSchema: z.ZodObject<{
8831
8831
  origin: z.ZodOptional<z.ZodEnum<{
8832
8832
  chart: "chart";
8833
+ body: "body";
8833
8834
  diagram: "diagram";
8834
8835
  table: "table";
8835
8836
  image: "image";
8836
8837
  notes: "notes";
8837
- body: "body";
8838
8838
  }>>;
8839
8839
  interpretation: z.ZodOptional<z.ZodObject<{
8840
8840
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8863,11 +8863,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
8863
8863
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
8864
8864
  origin: z.ZodOptional<z.ZodEnum<{
8865
8865
  chart: "chart";
8866
+ body: "body";
8866
8867
  diagram: "diagram";
8867
8868
  table: "table";
8868
8869
  image: "image";
8869
8870
  notes: "notes";
8870
- body: "body";
8871
8871
  }>>;
8872
8872
  interpretation: z.ZodOptional<z.ZodObject<{
8873
8873
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8936,11 +8936,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
8936
8936
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
8937
8937
  origin: z.ZodOptional<z.ZodEnum<{
8938
8938
  chart: "chart";
8939
+ body: "body";
8939
8940
  diagram: "diagram";
8940
8941
  table: "table";
8941
8942
  image: "image";
8942
8943
  notes: "notes";
8943
- body: "body";
8944
8944
  }>>;
8945
8945
  interpretation: z.ZodOptional<z.ZodObject<{
8946
8946
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9074,11 +9074,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9074
9074
  }, z.core.$strip>, z.ZodObject<{
9075
9075
  origin: z.ZodOptional<z.ZodEnum<{
9076
9076
  chart: "chart";
9077
+ body: "body";
9077
9078
  diagram: "diagram";
9078
9079
  table: "table";
9079
9080
  image: "image";
9080
9081
  notes: "notes";
9081
- body: "body";
9082
9082
  }>>;
9083
9083
  interpretation: z.ZodOptional<z.ZodObject<{
9084
9084
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9212,11 +9212,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9212
9212
  }, z.core.$strip>, z.ZodObject<{
9213
9213
  origin: z.ZodOptional<z.ZodEnum<{
9214
9214
  chart: "chart";
9215
+ body: "body";
9215
9216
  diagram: "diagram";
9216
9217
  table: "table";
9217
9218
  image: "image";
9218
9219
  notes: "notes";
9219
- body: "body";
9220
9220
  }>>;
9221
9221
  interpretation: z.ZodOptional<z.ZodObject<{
9222
9222
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9300,11 +9300,11 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9300
9300
  }, z.core.$strip>, z.ZodObject<{
9301
9301
  origin: z.ZodOptional<z.ZodEnum<{
9302
9302
  chart: "chart";
9303
+ body: "body";
9303
9304
  diagram: "diagram";
9304
9305
  table: "table";
9305
9306
  image: "image";
9306
9307
  notes: "notes";
9307
- body: "body";
9308
9308
  }>>;
9309
9309
  interpretation: z.ZodOptional<z.ZodObject<{
9310
9310
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9493,11 +9493,11 @@ type ContentDrawPage = z.infer<typeof ContentDrawPageSchema>;
9493
9493
  declare const ContentFormulaSchema: z.ZodObject<{
9494
9494
  origin: z.ZodOptional<z.ZodEnum<{
9495
9495
  chart: "chart";
9496
+ body: "body";
9496
9497
  diagram: "diagram";
9497
9498
  table: "table";
9498
9499
  image: "image";
9499
9500
  notes: "notes";
9500
- body: "body";
9501
9501
  }>>;
9502
9502
  interpretation: z.ZodOptional<z.ZodObject<{
9503
9503
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9606,11 +9606,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9606
9606
  sections: z.ZodArray<z.ZodObject<{
9607
9607
  origin: z.ZodOptional<z.ZodEnum<{
9608
9608
  chart: "chart";
9609
+ body: "body";
9609
9610
  diagram: "diagram";
9610
9611
  table: "table";
9611
9612
  image: "image";
9612
9613
  notes: "notes";
9613
- body: "body";
9614
9614
  }>>;
9615
9615
  interpretation: z.ZodOptional<z.ZodObject<{
9616
9616
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9755,11 +9755,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9755
9755
  slides: z.ZodArray<z.ZodObject<{
9756
9756
  origin: z.ZodOptional<z.ZodEnum<{
9757
9757
  chart: "chart";
9758
+ body: "body";
9758
9759
  diagram: "diagram";
9759
9760
  table: "table";
9760
9761
  image: "image";
9761
9762
  notes: "notes";
9762
- body: "body";
9763
9763
  }>>;
9764
9764
  interpretation: z.ZodOptional<z.ZodObject<{
9765
9765
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9788,11 +9788,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9788
9788
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
9789
9789
  origin: z.ZodOptional<z.ZodEnum<{
9790
9790
  chart: "chart";
9791
+ body: "body";
9791
9792
  diagram: "diagram";
9792
9793
  table: "table";
9793
9794
  image: "image";
9794
9795
  notes: "notes";
9795
- body: "body";
9796
9796
  }>>;
9797
9797
  interpretation: z.ZodOptional<z.ZodObject<{
9798
9798
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9951,11 +9951,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9951
9951
  sheets: z.ZodArray<z.ZodObject<{
9952
9952
  origin: z.ZodOptional<z.ZodEnum<{
9953
9953
  chart: "chart";
9954
+ body: "body";
9954
9955
  diagram: "diagram";
9955
9956
  table: "table";
9956
9957
  image: "image";
9957
9958
  notes: "notes";
9958
- body: "body";
9959
9959
  }>>;
9960
9960
  interpretation: z.ZodOptional<z.ZodObject<{
9961
9961
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9980,11 +9980,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9980
9980
  cells: z.ZodArray<z.ZodObject<{
9981
9981
  origin: z.ZodOptional<z.ZodEnum<{
9982
9982
  chart: "chart";
9983
+ body: "body";
9983
9984
  diagram: "diagram";
9984
9985
  table: "table";
9985
9986
  image: "image";
9986
9987
  notes: "notes";
9987
- body: "body";
9988
9988
  }>>;
9989
9989
  interpretation: z.ZodOptional<z.ZodObject<{
9990
9990
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10060,11 +10060,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10060
10060
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
10061
10061
  origin: z.ZodOptional<z.ZodEnum<{
10062
10062
  chart: "chart";
10063
+ body: "body";
10063
10064
  diagram: "diagram";
10064
10065
  table: "table";
10065
10066
  image: "image";
10066
10067
  notes: "notes";
10067
- body: "body";
10068
10068
  }>>;
10069
10069
  interpretation: z.ZodOptional<z.ZodObject<{
10070
10070
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10299,8 +10299,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10299
10299
  }, z.core.$strip>>;
10300
10300
  alignment: z.ZodOptional<z.ZodEnum<{
10301
10301
  left: "left";
10302
- right: "right";
10303
10302
  center: "center";
10303
+ right: "right";
10304
10304
  justify: "justify";
10305
10305
  }>>;
10306
10306
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -10359,11 +10359,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10359
10359
  images: z.ZodArray<z.ZodObject<{
10360
10360
  origin: z.ZodOptional<z.ZodEnum<{
10361
10361
  chart: "chart";
10362
+ body: "body";
10362
10363
  diagram: "diagram";
10363
10364
  table: "table";
10364
10365
  image: "image";
10365
10366
  notes: "notes";
10366
- body: "body";
10367
10367
  }>>;
10368
10368
  interpretation: z.ZodOptional<z.ZodObject<{
10369
10369
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10442,10 +10442,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10442
10442
  }>;
10443
10443
  align: z.ZodEnum<{
10444
10444
  left: "left";
10445
+ center: "center";
10445
10446
  right: "right";
10446
10447
  top: "top";
10447
10448
  bottom: "bottom";
10448
- center: "center";
10449
10449
  inside: "inside";
10450
10450
  outside: "outside";
10451
10451
  }>;
@@ -10485,10 +10485,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10485
10485
  }>;
10486
10486
  align: z.ZodEnum<{
10487
10487
  left: "left";
10488
+ center: "center";
10488
10489
  right: "right";
10489
10490
  top: "top";
10490
10491
  bottom: "bottom";
10491
- center: "center";
10492
10492
  inside: "inside";
10493
10493
  outside: "outside";
10494
10494
  }>;
@@ -10579,9 +10579,9 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10579
10579
  type: z.ZodEnum<{
10580
10580
  date: "date";
10581
10581
  custom: "custom";
10582
+ time: "time";
10582
10583
  decimal: "decimal";
10583
10584
  list: "list";
10584
- time: "time";
10585
10585
  whole: "whole";
10586
10586
  textLength: "textLength";
10587
10587
  }>;
@@ -11053,10 +11053,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11053
11053
  value: z.ZodObject<{
11054
11054
  type: z.ZodEnum<{
11055
11055
  formula: "formula";
11056
- percent: "percent";
11057
11056
  num: "num";
11058
- max: "max";
11059
11057
  min: "min";
11058
+ max: "max";
11059
+ percent: "percent";
11060
11060
  percentile: "percentile";
11061
11061
  }>;
11062
11062
  value: z.ZodOptional<z.ZodString>;
@@ -11100,10 +11100,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11100
11100
  min: z.ZodObject<{
11101
11101
  type: z.ZodEnum<{
11102
11102
  formula: "formula";
11103
- percent: "percent";
11104
11103
  num: "num";
11105
- max: "max";
11106
11104
  min: "min";
11105
+ max: "max";
11106
+ percent: "percent";
11107
11107
  percentile: "percentile";
11108
11108
  }>;
11109
11109
  value: z.ZodOptional<z.ZodString>;
@@ -11111,10 +11111,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11111
11111
  max: z.ZodObject<{
11112
11112
  type: z.ZodEnum<{
11113
11113
  formula: "formula";
11114
- percent: "percent";
11115
11114
  num: "num";
11116
- max: "max";
11117
11115
  min: "min";
11116
+ max: "max";
11117
+ percent: "percent";
11118
11118
  percentile: "percentile";
11119
11119
  }>;
11120
11120
  value: z.ZodOptional<z.ZodString>;
@@ -11159,10 +11159,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11159
11159
  thresholds: z.ZodArray<z.ZodObject<{
11160
11160
  type: z.ZodEnum<{
11161
11161
  formula: "formula";
11162
- percent: "percent";
11163
11162
  num: "num";
11164
- max: "max";
11165
11163
  min: "min";
11164
+ max: "max";
11165
+ percent: "percent";
11166
11166
  percentile: "percentile";
11167
11167
  }>;
11168
11168
  value: z.ZodOptional<z.ZodString>;
@@ -11296,11 +11296,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11296
11296
  pages: z.ZodArray<z.ZodObject<{
11297
11297
  origin: z.ZodOptional<z.ZodEnum<{
11298
11298
  chart: "chart";
11299
+ body: "body";
11299
11300
  diagram: "diagram";
11300
11301
  table: "table";
11301
11302
  image: "image";
11302
11303
  notes: "notes";
11303
- body: "body";
11304
11304
  }>>;
11305
11305
  interpretation: z.ZodOptional<z.ZodObject<{
11306
11306
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11329,11 +11329,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11329
11329
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
11330
11330
  origin: z.ZodOptional<z.ZodEnum<{
11331
11331
  chart: "chart";
11332
+ body: "body";
11332
11333
  diagram: "diagram";
11333
11334
  table: "table";
11334
11335
  image: "image";
11335
11336
  notes: "notes";
11336
- body: "body";
11337
11337
  }>>;
11338
11338
  interpretation: z.ZodOptional<z.ZodObject<{
11339
11339
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11402,11 +11402,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11402
11402
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
11403
11403
  origin: z.ZodOptional<z.ZodEnum<{
11404
11404
  chart: "chart";
11405
+ body: "body";
11405
11406
  diagram: "diagram";
11406
11407
  table: "table";
11407
11408
  image: "image";
11408
11409
  notes: "notes";
11409
- body: "body";
11410
11410
  }>>;
11411
11411
  interpretation: z.ZodOptional<z.ZodObject<{
11412
11412
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11540,11 +11540,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11540
11540
  }, z.core.$strip>, z.ZodObject<{
11541
11541
  origin: z.ZodOptional<z.ZodEnum<{
11542
11542
  chart: "chart";
11543
+ body: "body";
11543
11544
  diagram: "diagram";
11544
11545
  table: "table";
11545
11546
  image: "image";
11546
11547
  notes: "notes";
11547
- body: "body";
11548
11548
  }>>;
11549
11549
  interpretation: z.ZodOptional<z.ZodObject<{
11550
11550
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11678,11 +11678,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11678
11678
  }, z.core.$strip>, z.ZodObject<{
11679
11679
  origin: z.ZodOptional<z.ZodEnum<{
11680
11680
  chart: "chart";
11681
+ body: "body";
11681
11682
  diagram: "diagram";
11682
11683
  table: "table";
11683
11684
  image: "image";
11684
11685
  notes: "notes";
11685
- body: "body";
11686
11686
  }>>;
11687
11687
  interpretation: z.ZodOptional<z.ZodObject<{
11688
11688
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11766,11 +11766,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11766
11766
  }, z.core.$strip>, z.ZodObject<{
11767
11767
  origin: z.ZodOptional<z.ZodEnum<{
11768
11768
  chart: "chart";
11769
+ body: "body";
11769
11770
  diagram: "diagram";
11770
11771
  table: "table";
11771
11772
  image: "image";
11772
11773
  notes: "notes";
11773
- body: "body";
11774
11774
  }>>;
11775
11775
  interpretation: z.ZodOptional<z.ZodObject<{
11776
11776
  transcript: z.ZodOptional<z.ZodObject<{
@@ -12026,11 +12026,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
12026
12026
  formula: z.ZodObject<{
12027
12027
  origin: z.ZodOptional<z.ZodEnum<{
12028
12028
  chart: "chart";
12029
+ body: "body";
12029
12030
  diagram: "diagram";
12030
12031
  table: "table";
12031
12032
  image: "image";
12032
12033
  notes: "notes";
12033
- body: "body";
12034
12034
  }>>;
12035
12035
  interpretation: z.ZodOptional<z.ZodObject<{
12036
12036
  transcript: z.ZodOptional<z.ZodObject<{