document-content-model 7.8.0 → 7.9.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 (37) hide show
  1. package/dist/codec.d.cts +1 -1
  2. package/dist/codec.d.ts +1 -1
  3. package/dist/{construct-GVdTKrE7.d.cts → construct-C9cYkjnd.d.cts} +3 -3
  4. package/dist/{construct-GVdTKrE7.d.ts → construct-C9cYkjnd.d.ts} +3 -3
  5. package/dist/construct.d.cts +1 -1
  6. package/dist/construct.d.ts +1 -1
  7. package/dist/{content-DAc4O272.d.ts → content-B6SPQuuq.d.ts} +132 -121
  8. package/dist/{content-SgKmas45.d.cts → content-VhC4WCbj.d.cts} +132 -121
  9. package/dist/content-json-schema-defs.cjs +2 -0
  10. package/dist/content-json-schema-defs.js +2 -0
  11. package/dist/content.cjs +1 -0
  12. package/dist/content.d.cts +1 -1
  13. package/dist/content.d.ts +1 -1
  14. package/dist/content.js +1 -0
  15. package/dist/decompose.d.cts +2 -2
  16. package/dist/decompose.d.ts +2 -2
  17. package/dist/definitions.d.cts +1 -1
  18. package/dist/definitions.d.ts +1 -1
  19. package/dist/factor-styles.d.cts +1 -1
  20. package/dist/factor-styles.d.ts +1 -1
  21. package/dist/flatten.d.cts +1 -1
  22. package/dist/flatten.d.ts +1 -1
  23. package/dist/index.d.cts +3 -3
  24. package/dist/index.d.ts +3 -3
  25. package/dist/{package-node-DnUyGT61.d.cts → package-node-ChC2_Itm.d.cts} +35 -35
  26. package/dist/{package-node-BnFUnaa0.d.ts → package-node-mRax-XfS.d.ts} +35 -35
  27. package/dist/package-node.d.cts +1 -1
  28. package/dist/package-node.d.ts +1 -1
  29. package/dist/package.d.cts +2 -2
  30. package/dist/package.d.ts +2 -2
  31. package/dist/schema-io.cjs +2 -2
  32. package/dist/schema-io.d.cts +1 -1
  33. package/dist/schema-io.d.ts +1 -1
  34. package/dist/schema-io.js +2 -2
  35. package/package.json +1 -1
  36. package/schemas/content-document.schema.json +22 -13
  37. package/schemas/document-tree.schema.json +9 -3
@@ -10,12 +10,12 @@ type FusedNode<T> = T & {
10
10
  frames?: LayoutFrame[];
11
11
  };
12
12
  declare const ContentOriginSchema: z.ZodEnum<{
13
- body: "body";
14
13
  chart: "chart";
15
14
  diagram: "diagram";
16
15
  table: "table";
17
16
  image: "image";
18
17
  notes: "notes";
18
+ body: "body";
19
19
  }>;
20
20
  type ContentOrigin = z.infer<typeof ContentOriginSchema>;
21
21
  declare const ContentTranscriptSchema: z.ZodObject<{
@@ -53,12 +53,12 @@ declare const ContentInterpretationSchema: z.ZodObject<{
53
53
  type ContentInterpretation = z.infer<typeof ContentInterpretationSchema>;
54
54
  declare const CONTENT_ANNOTATION_FIELDS: {
55
55
  origin: z.ZodOptional<z.ZodEnum<{
56
- body: "body";
57
56
  chart: "chart";
58
57
  diagram: "diagram";
59
58
  table: "table";
60
59
  image: "image";
61
60
  notes: "notes";
61
+ body: "body";
62
62
  }>>;
63
63
  interpretation: z.ZodOptional<z.ZodObject<{
64
64
  transcript: z.ZodOptional<z.ZodObject<{
@@ -109,12 +109,12 @@ declare const ContentFontSchema: z.ZodObject<{
109
109
  type ContentFont = z.infer<typeof ContentFontSchema>;
110
110
  declare const ContentRunSchema: z.ZodObject<{
111
111
  origin: z.ZodOptional<z.ZodEnum<{
112
- body: "body";
113
112
  chart: "chart";
114
113
  diagram: "diagram";
115
114
  table: "table";
116
115
  image: "image";
117
116
  notes: "notes";
117
+ body: "body";
118
118
  }>>;
119
119
  interpretation: z.ZodOptional<z.ZodObject<{
120
120
  transcript: z.ZodOptional<z.ZodObject<{
@@ -205,12 +205,12 @@ declare const RunConstructExtentSchema: z.ZodObject<{
205
205
  descriptor: z.ZodDiscriminatedUnion<[z.ZodObject<{
206
206
  kind: z.ZodLiteral<"contentControl">;
207
207
  controlType: z.ZodEnum<{
208
- date: "date";
209
208
  richText: "richText";
210
209
  plainText: "plainText";
211
210
  checkbox: "checkbox";
212
211
  dropDown: "dropDown";
213
212
  comboBox: "comboBox";
213
+ date: "date";
214
214
  picture: "picture";
215
215
  repeatingSection: "repeatingSection";
216
216
  button: "button";
@@ -479,12 +479,12 @@ declare const ContentParagraphBordersSchema: z.ZodObject<{
479
479
  type ContentParagraphBorders = z.infer<typeof ContentParagraphBordersSchema>;
480
480
  declare const ContentParagraphSchema: z.ZodObject<{
481
481
  origin: z.ZodOptional<z.ZodEnum<{
482
- body: "body";
483
482
  chart: "chart";
484
483
  diagram: "diagram";
485
484
  table: "table";
486
485
  image: "image";
487
486
  notes: "notes";
487
+ body: "body";
488
488
  }>>;
489
489
  interpretation: z.ZodOptional<z.ZodObject<{
490
490
  transcript: z.ZodOptional<z.ZodObject<{
@@ -508,12 +508,12 @@ declare const ContentParagraphSchema: z.ZodObject<{
508
508
  kind: z.ZodLiteral<"paragraph">;
509
509
  runs: z.ZodArray<z.ZodObject<{
510
510
  origin: z.ZodOptional<z.ZodEnum<{
511
- body: "body";
512
511
  chart: "chart";
513
512
  diagram: "diagram";
514
513
  table: "table";
515
514
  image: "image";
516
515
  notes: "notes";
516
+ body: "body";
517
517
  }>>;
518
518
  interpretation: z.ZodOptional<z.ZodObject<{
519
519
  transcript: z.ZodOptional<z.ZodObject<{
@@ -588,12 +588,12 @@ declare const ContentParagraphSchema: z.ZodObject<{
588
588
  descriptor: z.ZodDiscriminatedUnion<[z.ZodObject<{
589
589
  kind: z.ZodLiteral<"contentControl">;
590
590
  controlType: z.ZodEnum<{
591
- date: "date";
592
591
  richText: "richText";
593
592
  plainText: "plainText";
594
593
  checkbox: "checkbox";
595
594
  dropDown: "dropDown";
596
595
  comboBox: "comboBox";
596
+ date: "date";
597
597
  picture: "picture";
598
598
  repeatingSection: "repeatingSection";
599
599
  button: "button";
@@ -1075,12 +1075,12 @@ declare const ContentImageOriginalSchema: z.ZodObject<{
1075
1075
  type ContentImageOriginal = z.infer<typeof ContentImageOriginalSchema>;
1076
1076
  declare const ContentImageBlockSchema: z.ZodObject<{
1077
1077
  origin: z.ZodOptional<z.ZodEnum<{
1078
- body: "body";
1079
1078
  chart: "chart";
1080
1079
  diagram: "diagram";
1081
1080
  table: "table";
1082
1081
  image: "image";
1083
1082
  notes: "notes";
1083
+ body: "body";
1084
1084
  }>>;
1085
1085
  interpretation: z.ZodOptional<z.ZodObject<{
1086
1086
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1122,6 +1122,7 @@ declare const ContentImageBlockSchema: z.ZodObject<{
1122
1122
  }, z.core.$strip>>;
1123
1123
  anchorRunIndex: z.ZodOptional<z.ZodNumber>;
1124
1124
  anchorOffset: z.ZodOptional<z.ZodNumber>;
1125
+ caption: z.ZodOptional<z.ZodString>;
1125
1126
  floatPosition: z.ZodOptional<z.ZodObject<{
1126
1127
  horizontal: z.ZodUnion<readonly [z.ZodObject<{
1127
1128
  relativeTo: z.ZodEnum<{
@@ -1242,12 +1243,12 @@ declare const ContentImageBlockSchema: z.ZodObject<{
1242
1243
  type ContentImageBlock = z.infer<typeof ContentImageBlockSchema>;
1243
1244
  declare const ContentPageBreakSchema: z.ZodObject<{
1244
1245
  origin: z.ZodOptional<z.ZodEnum<{
1245
- body: "body";
1246
1246
  chart: "chart";
1247
1247
  diagram: "diagram";
1248
1248
  table: "table";
1249
1249
  image: "image";
1250
1250
  notes: "notes";
1251
+ body: "body";
1251
1252
  }>>;
1252
1253
  interpretation: z.ZodOptional<z.ZodObject<{
1253
1254
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1304,12 +1305,12 @@ declare const ContentConstructStartSchema: z.ZodObject<{
1304
1305
  descriptor: z.ZodDiscriminatedUnion<[z.ZodObject<{
1305
1306
  kind: z.ZodLiteral<"contentControl">;
1306
1307
  controlType: z.ZodEnum<{
1307
- date: "date";
1308
1308
  richText: "richText";
1309
1309
  plainText: "plainText";
1310
1310
  checkbox: "checkbox";
1311
1311
  dropDown: "dropDown";
1312
1312
  comboBox: "comboBox";
1313
+ date: "date";
1313
1314
  picture: "picture";
1314
1315
  repeatingSection: "repeatingSection";
1315
1316
  button: "button";
@@ -1508,6 +1509,8 @@ interface ContentTableCell {
1508
1509
  sourcePath?: string;
1509
1510
  source?: SourceResidue;
1510
1511
  frames?: LayoutFrame[];
1512
+ origin?: ContentOrigin;
1513
+ interpretation?: ContentInterpretation;
1511
1514
  }
1512
1515
  interface ContentTableRow {
1513
1516
  cells: ContentTableCell[];
@@ -1521,6 +1524,8 @@ interface ContentTable {
1521
1524
  sourcePath?: string;
1522
1525
  source?: SourceResidue;
1523
1526
  frames?: LayoutFrame[];
1527
+ origin?: ContentOrigin;
1528
+ interpretation?: ContentInterpretation;
1524
1529
  }
1525
1530
  type ContentEmbeddedObjectKind = "formula" | "wordprocessing" | "presentation" | "spreadsheet" | "drawing" | "chart";
1526
1531
  interface ContentEmbeddedObject {
@@ -1532,6 +1537,8 @@ interface ContentEmbeddedObject {
1532
1537
  offsetXPt?: number;
1533
1538
  offsetYPt?: number;
1534
1539
  source?: SourceResidue;
1540
+ origin?: ContentOrigin;
1541
+ interpretation?: ContentInterpretation;
1535
1542
  }
1536
1543
  interface ContentEmbeddedObjectBlock extends ContentEmbeddedObject {
1537
1544
  kind: "embeddedObject";
@@ -1554,12 +1561,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1554
1561
  heightPt: z.ZodNumber;
1555
1562
  }, z.core.$strip>>>;
1556
1563
  origin: z.ZodOptional<z.ZodEnum<{
1557
- body: "body";
1558
1564
  chart: "chart";
1559
1565
  diagram: "diagram";
1560
1566
  table: "table";
1561
1567
  image: "image";
1562
1568
  notes: "notes";
1569
+ body: "body";
1563
1570
  }>>;
1564
1571
  interpretation: z.ZodOptional<z.ZodObject<{
1565
1572
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1591,12 +1598,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1591
1598
  document: z.ZodLazy<z.ZodDiscriminatedUnion<[z.ZodObject<{
1592
1599
  sections: z.ZodArray<z.ZodObject<{
1593
1600
  origin: z.ZodOptional<z.ZodEnum<{
1594
- body: "body";
1595
1601
  chart: "chart";
1596
1602
  diagram: "diagram";
1597
1603
  table: "table";
1598
1604
  image: "image";
1599
1605
  notes: "notes";
1606
+ body: "body";
1600
1607
  }>>;
1601
1608
  interpretation: z.ZodOptional<z.ZodObject<{
1602
1609
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1735,12 +1742,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1735
1742
  }, z.core.$strip>, z.ZodObject<{
1736
1743
  slides: z.ZodArray<z.ZodObject<{
1737
1744
  origin: z.ZodOptional<z.ZodEnum<{
1738
- body: "body";
1739
1745
  chart: "chart";
1740
1746
  diagram: "diagram";
1741
1747
  table: "table";
1742
1748
  image: "image";
1743
1749
  notes: "notes";
1750
+ body: "body";
1744
1751
  }>>;
1745
1752
  interpretation: z.ZodOptional<z.ZodObject<{
1746
1753
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1768,12 +1775,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1768
1775
  shapes: z.ZodArray<z.ZodObject<{
1769
1776
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
1770
1777
  origin: z.ZodOptional<z.ZodEnum<{
1771
- body: "body";
1772
1778
  chart: "chart";
1773
1779
  diagram: "diagram";
1774
1780
  table: "table";
1775
1781
  image: "image";
1776
1782
  notes: "notes";
1783
+ body: "body";
1777
1784
  }>>;
1778
1785
  interpretation: z.ZodOptional<z.ZodObject<{
1779
1786
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1930,12 +1937,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1930
1937
  }, z.core.$strip>, z.ZodObject<{
1931
1938
  sheets: z.ZodArray<z.ZodObject<{
1932
1939
  origin: z.ZodOptional<z.ZodEnum<{
1933
- body: "body";
1934
1940
  chart: "chart";
1935
1941
  diagram: "diagram";
1936
1942
  table: "table";
1937
1943
  image: "image";
1938
1944
  notes: "notes";
1945
+ body: "body";
1939
1946
  }>>;
1940
1947
  interpretation: z.ZodOptional<z.ZodObject<{
1941
1948
  transcript: z.ZodOptional<z.ZodObject<{
@@ -1959,12 +1966,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1959
1966
  name: z.ZodString;
1960
1967
  cells: z.ZodArray<z.ZodObject<{
1961
1968
  origin: z.ZodOptional<z.ZodEnum<{
1962
- body: "body";
1963
1969
  chart: "chart";
1964
1970
  diagram: "diagram";
1965
1971
  table: "table";
1966
1972
  image: "image";
1967
1973
  notes: "notes";
1974
+ body: "body";
1968
1975
  }>>;
1969
1976
  interpretation: z.ZodOptional<z.ZodObject<{
1970
1977
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2039,12 +2046,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2039
2046
  }, z.core.$strip>>;
2040
2047
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
2041
2048
  origin: z.ZodOptional<z.ZodEnum<{
2042
- body: "body";
2043
2049
  chart: "chart";
2044
2050
  diagram: "diagram";
2045
2051
  table: "table";
2046
2052
  image: "image";
2047
2053
  notes: "notes";
2054
+ body: "body";
2048
2055
  }>>;
2049
2056
  interpretation: z.ZodOptional<z.ZodObject<{
2050
2057
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2338,12 +2345,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2338
2345
  }, z.core.$strip>>;
2339
2346
  images: z.ZodArray<z.ZodObject<{
2340
2347
  origin: z.ZodOptional<z.ZodEnum<{
2341
- body: "body";
2342
2348
  chart: "chart";
2343
2349
  diagram: "diagram";
2344
2350
  table: "table";
2345
2351
  image: "image";
2346
2352
  notes: "notes";
2353
+ body: "body";
2347
2354
  }>>;
2348
2355
  interpretation: z.ZodOptional<z.ZodObject<{
2349
2356
  transcript: z.ZodOptional<z.ZodObject<{
@@ -2385,6 +2392,7 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2385
2392
  }, z.core.$strip>>;
2386
2393
  anchorRunIndex: z.ZodOptional<z.ZodNumber>;
2387
2394
  anchorOffset: z.ZodOptional<z.ZodNumber>;
2395
+ caption: z.ZodOptional<z.ZodString>;
2388
2396
  floatPosition: z.ZodOptional<z.ZodObject<{
2389
2397
  horizontal: z.ZodUnion<readonly [z.ZodObject<{
2390
2398
  relativeTo: z.ZodEnum<{
@@ -2558,9 +2566,9 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2558
2566
  type: z.ZodEnum<{
2559
2567
  date: "date";
2560
2568
  custom: "custom";
2561
- time: "time";
2562
2569
  decimal: "decimal";
2563
2570
  list: "list";
2571
+ time: "time";
2564
2572
  whole: "whole";
2565
2573
  textLength: "textLength";
2566
2574
  }>;
@@ -3031,11 +3039,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3031
3039
  stops: z.ZodArray<z.ZodObject<{
3032
3040
  value: z.ZodObject<{
3033
3041
  type: z.ZodEnum<{
3034
- num: "num";
3035
- min: "min";
3036
- max: "max";
3037
3042
  formula: "formula";
3038
3043
  percent: "percent";
3044
+ num: "num";
3045
+ max: "max";
3046
+ min: "min";
3039
3047
  percentile: "percentile";
3040
3048
  }>;
3041
3049
  value: z.ZodOptional<z.ZodString>;
@@ -3078,22 +3086,22 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3078
3086
  }, z.core.$strip>, z.ZodObject<{
3079
3087
  min: z.ZodObject<{
3080
3088
  type: z.ZodEnum<{
3081
- num: "num";
3082
- min: "min";
3083
- max: "max";
3084
3089
  formula: "formula";
3085
3090
  percent: "percent";
3091
+ num: "num";
3092
+ max: "max";
3093
+ min: "min";
3086
3094
  percentile: "percentile";
3087
3095
  }>;
3088
3096
  value: z.ZodOptional<z.ZodString>;
3089
3097
  }, z.core.$strip>;
3090
3098
  max: z.ZodObject<{
3091
3099
  type: z.ZodEnum<{
3092
- num: "num";
3093
- min: "min";
3094
- max: "max";
3095
3100
  formula: "formula";
3096
3101
  percent: "percent";
3102
+ num: "num";
3103
+ max: "max";
3104
+ min: "min";
3097
3105
  percentile: "percentile";
3098
3106
  }>;
3099
3107
  value: z.ZodOptional<z.ZodString>;
@@ -3137,11 +3145,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3137
3145
  iconSetType: z.ZodString;
3138
3146
  thresholds: z.ZodArray<z.ZodObject<{
3139
3147
  type: z.ZodEnum<{
3140
- num: "num";
3141
- min: "min";
3142
- max: "max";
3143
3148
  formula: "formula";
3144
3149
  percent: "percent";
3150
+ num: "num";
3151
+ max: "max";
3152
+ min: "min";
3145
3153
  percentile: "percentile";
3146
3154
  }>;
3147
3155
  value: z.ZodOptional<z.ZodString>;
@@ -3274,12 +3282,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3274
3282
  }, z.core.$strip>, z.ZodObject<{
3275
3283
  pages: z.ZodArray<z.ZodObject<{
3276
3284
  origin: z.ZodOptional<z.ZodEnum<{
3277
- body: "body";
3278
3285
  chart: "chart";
3279
3286
  diagram: "diagram";
3280
3287
  table: "table";
3281
3288
  image: "image";
3282
3289
  notes: "notes";
3290
+ body: "body";
3283
3291
  }>>;
3284
3292
  interpretation: z.ZodOptional<z.ZodObject<{
3285
3293
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3307,12 +3315,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3307
3315
  shapes: z.ZodArray<z.ZodObject<{
3308
3316
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
3309
3317
  origin: z.ZodOptional<z.ZodEnum<{
3310
- body: "body";
3311
3318
  chart: "chart";
3312
3319
  diagram: "diagram";
3313
3320
  table: "table";
3314
3321
  image: "image";
3315
3322
  notes: "notes";
3323
+ body: "body";
3316
3324
  }>>;
3317
3325
  interpretation: z.ZodOptional<z.ZodObject<{
3318
3326
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3379,12 +3387,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3379
3387
  }, z.core.$strip>>;
3380
3388
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
3381
3389
  origin: z.ZodOptional<z.ZodEnum<{
3382
- body: "body";
3383
3390
  chart: "chart";
3384
3391
  diagram: "diagram";
3385
3392
  table: "table";
3386
3393
  image: "image";
3387
3394
  notes: "notes";
3395
+ body: "body";
3388
3396
  }>>;
3389
3397
  interpretation: z.ZodOptional<z.ZodObject<{
3390
3398
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3517,12 +3525,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3517
3525
  }, z.core.$strip>>>;
3518
3526
  }, z.core.$strip>, z.ZodObject<{
3519
3527
  origin: z.ZodOptional<z.ZodEnum<{
3520
- body: "body";
3521
3528
  chart: "chart";
3522
3529
  diagram: "diagram";
3523
3530
  table: "table";
3524
3531
  image: "image";
3525
3532
  notes: "notes";
3533
+ body: "body";
3526
3534
  }>>;
3527
3535
  interpretation: z.ZodOptional<z.ZodObject<{
3528
3536
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3655,12 +3663,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3655
3663
  }, z.core.$strip>>>;
3656
3664
  }, z.core.$strip>, z.ZodObject<{
3657
3665
  origin: z.ZodOptional<z.ZodEnum<{
3658
- body: "body";
3659
3666
  chart: "chart";
3660
3667
  diagram: "diagram";
3661
3668
  table: "table";
3662
3669
  image: "image";
3663
3670
  notes: "notes";
3671
+ body: "body";
3664
3672
  }>>;
3665
3673
  interpretation: z.ZodOptional<z.ZodObject<{
3666
3674
  transcript: z.ZodOptional<z.ZodObject<{
@@ -3743,12 +3751,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3743
3751
  }, z.core.$strip>>>;
3744
3752
  }, z.core.$strip>, z.ZodObject<{
3745
3753
  origin: z.ZodOptional<z.ZodEnum<{
3746
- body: "body";
3747
3754
  chart: "chart";
3748
3755
  diagram: "diagram";
3749
3756
  table: "table";
3750
3757
  image: "image";
3751
3758
  notes: "notes";
3759
+ body: "body";
3752
3760
  }>>;
3753
3761
  interpretation: z.ZodOptional<z.ZodObject<{
3754
3762
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4003,12 +4011,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
4003
4011
  }, z.core.$strip>, z.ZodObject<{
4004
4012
  formula: z.ZodObject<{
4005
4013
  origin: z.ZodOptional<z.ZodEnum<{
4006
- body: "body";
4007
4014
  chart: "chart";
4008
4015
  diagram: "diagram";
4009
4016
  table: "table";
4010
4017
  image: "image";
4011
4018
  notes: "notes";
4019
+ body: "body";
4012
4020
  }>>;
4013
4021
  interpretation: z.ZodOptional<z.ZodObject<{
4014
4022
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4400,12 +4408,12 @@ declare function unrecognizedFillKind(fill: {
4400
4408
  }): string;
4401
4409
  declare const ContentTableCellSchema: z.ZodObject<{
4402
4410
  origin: z.ZodOptional<z.ZodEnum<{
4403
- body: "body";
4404
4411
  chart: "chart";
4405
4412
  diagram: "diagram";
4406
4413
  table: "table";
4407
4414
  image: "image";
4408
4415
  notes: "notes";
4416
+ body: "body";
4409
4417
  }>>;
4410
4418
  interpretation: z.ZodOptional<z.ZodObject<{
4411
4419
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4627,12 +4635,12 @@ declare const ContentTableCellSchema: z.ZodObject<{
4627
4635
  declare const ContentTableRowSchema: z.ZodObject<{
4628
4636
  cells: z.ZodArray<z.ZodObject<{
4629
4637
  origin: z.ZodOptional<z.ZodEnum<{
4630
- body: "body";
4631
4638
  chart: "chart";
4632
4639
  diagram: "diagram";
4633
4640
  table: "table";
4634
4641
  image: "image";
4635
4642
  notes: "notes";
4643
+ body: "body";
4636
4644
  }>>;
4637
4645
  interpretation: z.ZodOptional<z.ZodObject<{
4638
4646
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4859,12 +4867,12 @@ declare const ContentTableRowSchema: z.ZodObject<{
4859
4867
  }, z.core.$strip>;
4860
4868
  declare const ContentTableSchema: z.ZodObject<{
4861
4869
  origin: z.ZodOptional<z.ZodEnum<{
4862
- body: "body";
4863
4870
  chart: "chart";
4864
4871
  diagram: "diagram";
4865
4872
  table: "table";
4866
4873
  image: "image";
4867
4874
  notes: "notes";
4875
+ body: "body";
4868
4876
  }>>;
4869
4877
  interpretation: z.ZodOptional<z.ZodObject<{
4870
4878
  transcript: z.ZodOptional<z.ZodObject<{
@@ -4889,12 +4897,12 @@ declare const ContentTableSchema: z.ZodObject<{
4889
4897
  rows: z.ZodArray<z.ZodObject<{
4890
4898
  cells: z.ZodArray<z.ZodObject<{
4891
4899
  origin: z.ZodOptional<z.ZodEnum<{
4892
- body: "body";
4893
4900
  chart: "chart";
4894
4901
  diagram: "diagram";
4895
4902
  table: "table";
4896
4903
  image: "image";
4897
4904
  notes: "notes";
4905
+ body: "body";
4898
4906
  }>>;
4899
4907
  interpretation: z.ZodOptional<z.ZodObject<{
4900
4908
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5158,12 +5166,12 @@ declare const ContentPageFurnitureSchema: z.ZodObject<{
5158
5166
  type ContentPageFurniture = z.infer<typeof ContentPageFurnitureSchema>;
5159
5167
  declare const ContentSectionSchema: z.ZodObject<{
5160
5168
  origin: z.ZodOptional<z.ZodEnum<{
5161
- body: "body";
5162
5169
  chart: "chart";
5163
5170
  diagram: "diagram";
5164
5171
  table: "table";
5165
5172
  image: "image";
5166
5173
  notes: "notes";
5174
+ body: "body";
5167
5175
  }>>;
5168
5176
  interpretation: z.ZodOptional<z.ZodObject<{
5169
5177
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5236,12 +5244,12 @@ type ContentSection = z.infer<typeof ContentSectionSchema>;
5236
5244
  declare const ContentShapeSchema: z.ZodObject<{
5237
5245
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
5238
5246
  origin: z.ZodOptional<z.ZodEnum<{
5239
- body: "body";
5240
5247
  chart: "chart";
5241
5248
  diagram: "diagram";
5242
5249
  table: "table";
5243
5250
  image: "image";
5244
5251
  notes: "notes";
5252
+ body: "body";
5245
5253
  }>>;
5246
5254
  interpretation: z.ZodOptional<z.ZodObject<{
5247
5255
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5309,12 +5317,12 @@ declare const ContentShapeSchema: z.ZodObject<{
5309
5317
  type ContentShape = z.infer<typeof ContentShapeSchema>;
5310
5318
  declare const ContentSlideSchema: z.ZodObject<{
5311
5319
  origin: z.ZodOptional<z.ZodEnum<{
5312
- body: "body";
5313
5320
  chart: "chart";
5314
5321
  diagram: "diagram";
5315
5322
  table: "table";
5316
5323
  image: "image";
5317
5324
  notes: "notes";
5325
+ body: "body";
5318
5326
  }>>;
5319
5327
  interpretation: z.ZodOptional<z.ZodObject<{
5320
5328
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5342,12 +5350,12 @@ declare const ContentSlideSchema: z.ZodObject<{
5342
5350
  shapes: z.ZodArray<z.ZodObject<{
5343
5351
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
5344
5352
  origin: z.ZodOptional<z.ZodEnum<{
5345
- body: "body";
5346
5353
  chart: "chart";
5347
5354
  diagram: "diagram";
5348
5355
  table: "table";
5349
5356
  image: "image";
5350
5357
  notes: "notes";
5358
+ body: "body";
5351
5359
  }>>;
5352
5360
  interpretation: z.ZodOptional<z.ZodObject<{
5353
5361
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5484,12 +5492,12 @@ declare const ContentSheetCellCommentSchema: z.ZodObject<{
5484
5492
  type ContentSheetCellComment = z.infer<typeof ContentSheetCellCommentSchema>;
5485
5493
  declare const ContentSheetCellSchema: z.ZodObject<{
5486
5494
  origin: z.ZodOptional<z.ZodEnum<{
5487
- body: "body";
5488
5495
  chart: "chart";
5489
5496
  diagram: "diagram";
5490
5497
  table: "table";
5491
5498
  image: "image";
5492
5499
  notes: "notes";
5500
+ body: "body";
5493
5501
  }>>;
5494
5502
  interpretation: z.ZodOptional<z.ZodObject<{
5495
5503
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5564,12 +5572,12 @@ declare const ContentSheetCellSchema: z.ZodObject<{
5564
5572
  }, z.core.$strip>>;
5565
5573
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
5566
5574
  origin: z.ZodOptional<z.ZodEnum<{
5567
- body: "body";
5568
5575
  chart: "chart";
5569
5576
  diagram: "diagram";
5570
5577
  table: "table";
5571
5578
  image: "image";
5572
5579
  notes: "notes";
5580
+ body: "body";
5573
5581
  }>>;
5574
5582
  interpretation: z.ZodOptional<z.ZodObject<{
5575
5583
  transcript: z.ZodOptional<z.ZodObject<{
@@ -5939,9 +5947,9 @@ type SheetRuleOperator = z.infer<typeof SheetRuleOperatorSchema>;
5939
5947
  declare const ContentSheetDataValidationTypeSchema: z.ZodEnum<{
5940
5948
  date: "date";
5941
5949
  custom: "custom";
5942
- time: "time";
5943
5950
  decimal: "decimal";
5944
5951
  list: "list";
5952
+ time: "time";
5945
5953
  whole: "whole";
5946
5954
  textLength: "textLength";
5947
5955
  }>;
@@ -5956,9 +5964,9 @@ declare const ContentSheetDataValidationSchema: z.ZodObject<{
5956
5964
  type: z.ZodEnum<{
5957
5965
  date: "date";
5958
5966
  custom: "custom";
5959
- time: "time";
5960
5967
  decimal: "decimal";
5961
5968
  list: "list";
5969
+ time: "time";
5962
5970
  whole: "whole";
5963
5971
  textLength: "textLength";
5964
5972
  }>;
@@ -6043,11 +6051,11 @@ declare const ContentSheetConditionalFormatStyleSchema: z.ZodObject<{
6043
6051
  type ContentSheetConditionalFormatStyle = z.infer<typeof ContentSheetConditionalFormatStyleSchema>;
6044
6052
  declare const ContentSheetConditionalFormatValueSchema: z.ZodObject<{
6045
6053
  type: z.ZodEnum<{
6046
- num: "num";
6047
- min: "min";
6048
- max: "max";
6049
6054
  formula: "formula";
6050
6055
  percent: "percent";
6056
+ num: "num";
6057
+ max: "max";
6058
+ min: "min";
6051
6059
  percentile: "percentile";
6052
6060
  }>;
6053
6061
  value: z.ZodOptional<z.ZodString>;
@@ -6475,11 +6483,11 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6475
6483
  stops: z.ZodArray<z.ZodObject<{
6476
6484
  value: z.ZodObject<{
6477
6485
  type: z.ZodEnum<{
6478
- num: "num";
6479
- min: "min";
6480
- max: "max";
6481
6486
  formula: "formula";
6482
6487
  percent: "percent";
6488
+ num: "num";
6489
+ max: "max";
6490
+ min: "min";
6483
6491
  percentile: "percentile";
6484
6492
  }>;
6485
6493
  value: z.ZodOptional<z.ZodString>;
@@ -6522,22 +6530,22 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6522
6530
  }, z.core.$strip>, z.ZodObject<{
6523
6531
  min: z.ZodObject<{
6524
6532
  type: z.ZodEnum<{
6525
- num: "num";
6526
- min: "min";
6527
- max: "max";
6528
6533
  formula: "formula";
6529
6534
  percent: "percent";
6535
+ num: "num";
6536
+ max: "max";
6537
+ min: "min";
6530
6538
  percentile: "percentile";
6531
6539
  }>;
6532
6540
  value: z.ZodOptional<z.ZodString>;
6533
6541
  }, z.core.$strip>;
6534
6542
  max: z.ZodObject<{
6535
6543
  type: z.ZodEnum<{
6536
- num: "num";
6537
- min: "min";
6538
- max: "max";
6539
6544
  formula: "formula";
6540
6545
  percent: "percent";
6546
+ num: "num";
6547
+ max: "max";
6548
+ min: "min";
6541
6549
  percentile: "percentile";
6542
6550
  }>;
6543
6551
  value: z.ZodOptional<z.ZodString>;
@@ -6581,11 +6589,11 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6581
6589
  iconSetType: z.ZodString;
6582
6590
  thresholds: z.ZodArray<z.ZodObject<{
6583
6591
  type: z.ZodEnum<{
6584
- num: "num";
6585
- min: "min";
6586
- max: "max";
6587
6592
  formula: "formula";
6588
6593
  percent: "percent";
6594
+ num: "num";
6595
+ max: "max";
6596
+ min: "min";
6589
6597
  percentile: "percentile";
6590
6598
  }>;
6591
6599
  value: z.ZodOptional<z.ZodString>;
@@ -6625,12 +6633,12 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6625
6633
  type ContentSheetConditionalFormat = z.infer<typeof ContentSheetConditionalFormatSchema>;
6626
6634
  declare const ContentSheetImageSchema: z.ZodObject<{
6627
6635
  origin: z.ZodOptional<z.ZodEnum<{
6628
- body: "body";
6629
6636
  chart: "chart";
6630
6637
  diagram: "diagram";
6631
6638
  table: "table";
6632
6639
  image: "image";
6633
6640
  notes: "notes";
6641
+ body: "body";
6634
6642
  }>>;
6635
6643
  interpretation: z.ZodOptional<z.ZodObject<{
6636
6644
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6672,6 +6680,7 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6672
6680
  }, z.core.$strip>>;
6673
6681
  anchorRunIndex: z.ZodOptional<z.ZodNumber>;
6674
6682
  anchorOffset: z.ZodOptional<z.ZodNumber>;
6683
+ caption: z.ZodOptional<z.ZodString>;
6675
6684
  floatPosition: z.ZodOptional<z.ZodObject<{
6676
6685
  horizontal: z.ZodUnion<readonly [z.ZodObject<{
6677
6686
  relativeTo: z.ZodEnum<{
@@ -6796,12 +6805,12 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6796
6805
  type ContentSheetImage = z.infer<typeof ContentSheetImageSchema>;
6797
6806
  declare const ContentSheetSchema: z.ZodObject<{
6798
6807
  origin: z.ZodOptional<z.ZodEnum<{
6799
- body: "body";
6800
6808
  chart: "chart";
6801
6809
  diagram: "diagram";
6802
6810
  table: "table";
6803
6811
  image: "image";
6804
6812
  notes: "notes";
6813
+ body: "body";
6805
6814
  }>>;
6806
6815
  interpretation: z.ZodOptional<z.ZodObject<{
6807
6816
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6825,12 +6834,12 @@ declare const ContentSheetSchema: z.ZodObject<{
6825
6834
  name: z.ZodString;
6826
6835
  cells: z.ZodArray<z.ZodObject<{
6827
6836
  origin: z.ZodOptional<z.ZodEnum<{
6828
- body: "body";
6829
6837
  chart: "chart";
6830
6838
  diagram: "diagram";
6831
6839
  table: "table";
6832
6840
  image: "image";
6833
6841
  notes: "notes";
6842
+ body: "body";
6834
6843
  }>>;
6835
6844
  interpretation: z.ZodOptional<z.ZodObject<{
6836
6845
  transcript: z.ZodOptional<z.ZodObject<{
@@ -6905,12 +6914,12 @@ declare const ContentSheetSchema: z.ZodObject<{
6905
6914
  }, z.core.$strip>>;
6906
6915
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
6907
6916
  origin: z.ZodOptional<z.ZodEnum<{
6908
- body: "body";
6909
6917
  chart: "chart";
6910
6918
  diagram: "diagram";
6911
6919
  table: "table";
6912
6920
  image: "image";
6913
6921
  notes: "notes";
6922
+ body: "body";
6914
6923
  }>>;
6915
6924
  interpretation: z.ZodOptional<z.ZodObject<{
6916
6925
  transcript: z.ZodOptional<z.ZodObject<{
@@ -7204,12 +7213,12 @@ declare const ContentSheetSchema: z.ZodObject<{
7204
7213
  }, z.core.$strip>>;
7205
7214
  images: z.ZodArray<z.ZodObject<{
7206
7215
  origin: z.ZodOptional<z.ZodEnum<{
7207
- body: "body";
7208
7216
  chart: "chart";
7209
7217
  diagram: "diagram";
7210
7218
  table: "table";
7211
7219
  image: "image";
7212
7220
  notes: "notes";
7221
+ body: "body";
7213
7222
  }>>;
7214
7223
  interpretation: z.ZodOptional<z.ZodObject<{
7215
7224
  transcript: z.ZodOptional<z.ZodObject<{
@@ -7251,6 +7260,7 @@ declare const ContentSheetSchema: z.ZodObject<{
7251
7260
  }, z.core.$strip>>;
7252
7261
  anchorRunIndex: z.ZodOptional<z.ZodNumber>;
7253
7262
  anchorOffset: z.ZodOptional<z.ZodNumber>;
7263
+ caption: z.ZodOptional<z.ZodString>;
7254
7264
  floatPosition: z.ZodOptional<z.ZodObject<{
7255
7265
  horizontal: z.ZodUnion<readonly [z.ZodObject<{
7256
7266
  relativeTo: z.ZodEnum<{
@@ -7424,9 +7434,9 @@ declare const ContentSheetSchema: z.ZodObject<{
7424
7434
  type: z.ZodEnum<{
7425
7435
  date: "date";
7426
7436
  custom: "custom";
7427
- time: "time";
7428
7437
  decimal: "decimal";
7429
7438
  list: "list";
7439
+ time: "time";
7430
7440
  whole: "whole";
7431
7441
  textLength: "textLength";
7432
7442
  }>;
@@ -7897,11 +7907,11 @@ declare const ContentSheetSchema: z.ZodObject<{
7897
7907
  stops: z.ZodArray<z.ZodObject<{
7898
7908
  value: z.ZodObject<{
7899
7909
  type: z.ZodEnum<{
7900
- num: "num";
7901
- min: "min";
7902
- max: "max";
7903
7910
  formula: "formula";
7904
7911
  percent: "percent";
7912
+ num: "num";
7913
+ max: "max";
7914
+ min: "min";
7905
7915
  percentile: "percentile";
7906
7916
  }>;
7907
7917
  value: z.ZodOptional<z.ZodString>;
@@ -7944,22 +7954,22 @@ declare const ContentSheetSchema: z.ZodObject<{
7944
7954
  }, z.core.$strip>, z.ZodObject<{
7945
7955
  min: z.ZodObject<{
7946
7956
  type: z.ZodEnum<{
7947
- num: "num";
7948
- min: "min";
7949
- max: "max";
7950
7957
  formula: "formula";
7951
7958
  percent: "percent";
7959
+ num: "num";
7960
+ max: "max";
7961
+ min: "min";
7952
7962
  percentile: "percentile";
7953
7963
  }>;
7954
7964
  value: z.ZodOptional<z.ZodString>;
7955
7965
  }, z.core.$strip>;
7956
7966
  max: z.ZodObject<{
7957
7967
  type: z.ZodEnum<{
7958
- num: "num";
7959
- min: "min";
7960
- max: "max";
7961
7968
  formula: "formula";
7962
7969
  percent: "percent";
7970
+ num: "num";
7971
+ max: "max";
7972
+ min: "min";
7963
7973
  percentile: "percentile";
7964
7974
  }>;
7965
7975
  value: z.ZodOptional<z.ZodString>;
@@ -8003,11 +8013,11 @@ declare const ContentSheetSchema: z.ZodObject<{
8003
8013
  iconSetType: z.ZodString;
8004
8014
  thresholds: z.ZodArray<z.ZodObject<{
8005
8015
  type: z.ZodEnum<{
8006
- num: "num";
8007
- min: "min";
8008
- max: "max";
8009
8016
  formula: "formula";
8010
8017
  percent: "percent";
8018
+ num: "num";
8019
+ max: "max";
8020
+ min: "min";
8011
8021
  percentile: "percentile";
8012
8022
  }>;
8013
8023
  value: z.ZodOptional<z.ZodString>;
@@ -8266,12 +8276,12 @@ declare const ContentSubpathSchema: z.ZodObject<{
8266
8276
  type ContentSubpath = z.infer<typeof ContentSubpathSchema>;
8267
8277
  declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8268
8278
  origin: z.ZodOptional<z.ZodEnum<{
8269
- body: "body";
8270
8279
  chart: "chart";
8271
8280
  diagram: "diagram";
8272
8281
  table: "table";
8273
8282
  image: "image";
8274
8283
  notes: "notes";
8284
+ body: "body";
8275
8285
  }>>;
8276
8286
  interpretation: z.ZodOptional<z.ZodObject<{
8277
8287
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8404,12 +8414,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8404
8414
  }, z.core.$strip>>>;
8405
8415
  }, z.core.$strip>, z.ZodObject<{
8406
8416
  origin: z.ZodOptional<z.ZodEnum<{
8407
- body: "body";
8408
8417
  chart: "chart";
8409
8418
  diagram: "diagram";
8410
8419
  table: "table";
8411
8420
  image: "image";
8412
8421
  notes: "notes";
8422
+ body: "body";
8413
8423
  }>>;
8414
8424
  interpretation: z.ZodOptional<z.ZodObject<{
8415
8425
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8542,12 +8552,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8542
8552
  }, z.core.$strip>>>;
8543
8553
  }, z.core.$strip>, z.ZodObject<{
8544
8554
  origin: z.ZodOptional<z.ZodEnum<{
8545
- body: "body";
8546
8555
  chart: "chart";
8547
8556
  diagram: "diagram";
8548
8557
  table: "table";
8549
8558
  image: "image";
8550
8559
  notes: "notes";
8560
+ body: "body";
8551
8561
  }>>;
8552
8562
  interpretation: z.ZodOptional<z.ZodObject<{
8553
8563
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8630,12 +8640,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8630
8640
  }, z.core.$strip>>>;
8631
8641
  }, z.core.$strip>, z.ZodObject<{
8632
8642
  origin: z.ZodOptional<z.ZodEnum<{
8633
- body: "body";
8634
8643
  chart: "chart";
8635
8644
  diagram: "diagram";
8636
8645
  table: "table";
8637
8646
  image: "image";
8638
8647
  notes: "notes";
8648
+ body: "body";
8639
8649
  }>>;
8640
8650
  interpretation: z.ZodOptional<z.ZodObject<{
8641
8651
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8802,12 +8812,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
8802
8812
  type ContentVector = z.infer<typeof ContentVectorSchema>;
8803
8813
  declare const ContentDrawPageSchema: z.ZodObject<{
8804
8814
  origin: z.ZodOptional<z.ZodEnum<{
8805
- body: "body";
8806
8815
  chart: "chart";
8807
8816
  diagram: "diagram";
8808
8817
  table: "table";
8809
8818
  image: "image";
8810
8819
  notes: "notes";
8820
+ body: "body";
8811
8821
  }>>;
8812
8822
  interpretation: z.ZodOptional<z.ZodObject<{
8813
8823
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8835,12 +8845,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
8835
8845
  shapes: z.ZodArray<z.ZodObject<{
8836
8846
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
8837
8847
  origin: z.ZodOptional<z.ZodEnum<{
8838
- body: "body";
8839
8848
  chart: "chart";
8840
8849
  diagram: "diagram";
8841
8850
  table: "table";
8842
8851
  image: "image";
8843
8852
  notes: "notes";
8853
+ body: "body";
8844
8854
  }>>;
8845
8855
  interpretation: z.ZodOptional<z.ZodObject<{
8846
8856
  transcript: z.ZodOptional<z.ZodObject<{
@@ -8907,12 +8917,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
8907
8917
  }, z.core.$strip>>;
8908
8918
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
8909
8919
  origin: z.ZodOptional<z.ZodEnum<{
8910
- body: "body";
8911
8920
  chart: "chart";
8912
8921
  diagram: "diagram";
8913
8922
  table: "table";
8914
8923
  image: "image";
8915
8924
  notes: "notes";
8925
+ body: "body";
8916
8926
  }>>;
8917
8927
  interpretation: z.ZodOptional<z.ZodObject<{
8918
8928
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9045,12 +9055,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9045
9055
  }, z.core.$strip>>>;
9046
9056
  }, z.core.$strip>, z.ZodObject<{
9047
9057
  origin: z.ZodOptional<z.ZodEnum<{
9048
- body: "body";
9049
9058
  chart: "chart";
9050
9059
  diagram: "diagram";
9051
9060
  table: "table";
9052
9061
  image: "image";
9053
9062
  notes: "notes";
9063
+ body: "body";
9054
9064
  }>>;
9055
9065
  interpretation: z.ZodOptional<z.ZodObject<{
9056
9066
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9183,12 +9193,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9183
9193
  }, z.core.$strip>>>;
9184
9194
  }, z.core.$strip>, z.ZodObject<{
9185
9195
  origin: z.ZodOptional<z.ZodEnum<{
9186
- body: "body";
9187
9196
  chart: "chart";
9188
9197
  diagram: "diagram";
9189
9198
  table: "table";
9190
9199
  image: "image";
9191
9200
  notes: "notes";
9201
+ body: "body";
9192
9202
  }>>;
9193
9203
  interpretation: z.ZodOptional<z.ZodObject<{
9194
9204
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9271,12 +9281,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9271
9281
  }, z.core.$strip>>>;
9272
9282
  }, z.core.$strip>, z.ZodObject<{
9273
9283
  origin: z.ZodOptional<z.ZodEnum<{
9274
- body: "body";
9275
9284
  chart: "chart";
9276
9285
  diagram: "diagram";
9277
9286
  table: "table";
9278
9287
  image: "image";
9279
9288
  notes: "notes";
9289
+ body: "body";
9280
9290
  }>>;
9281
9291
  interpretation: z.ZodOptional<z.ZodObject<{
9282
9292
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9464,12 +9474,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
9464
9474
  type ContentDrawPage = z.infer<typeof ContentDrawPageSchema>;
9465
9475
  declare const ContentFormulaSchema: z.ZodObject<{
9466
9476
  origin: z.ZodOptional<z.ZodEnum<{
9467
- body: "body";
9468
9477
  chart: "chart";
9469
9478
  diagram: "diagram";
9470
9479
  table: "table";
9471
9480
  image: "image";
9472
9481
  notes: "notes";
9482
+ body: "body";
9473
9483
  }>>;
9474
9484
  interpretation: z.ZodOptional<z.ZodObject<{
9475
9485
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9577,12 +9587,12 @@ type ContentDefinedName = z.infer<typeof ContentDefinedNameSchema>;
9577
9587
  declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9578
9588
  sections: z.ZodArray<z.ZodObject<{
9579
9589
  origin: z.ZodOptional<z.ZodEnum<{
9580
- body: "body";
9581
9590
  chart: "chart";
9582
9591
  diagram: "diagram";
9583
9592
  table: "table";
9584
9593
  image: "image";
9585
9594
  notes: "notes";
9595
+ body: "body";
9586
9596
  }>>;
9587
9597
  interpretation: z.ZodOptional<z.ZodObject<{
9588
9598
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9721,12 +9731,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9721
9731
  }, z.core.$strip>, z.ZodObject<{
9722
9732
  slides: z.ZodArray<z.ZodObject<{
9723
9733
  origin: z.ZodOptional<z.ZodEnum<{
9724
- body: "body";
9725
9734
  chart: "chart";
9726
9735
  diagram: "diagram";
9727
9736
  table: "table";
9728
9737
  image: "image";
9729
9738
  notes: "notes";
9739
+ body: "body";
9730
9740
  }>>;
9731
9741
  interpretation: z.ZodOptional<z.ZodObject<{
9732
9742
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9754,12 +9764,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9754
9764
  shapes: z.ZodArray<z.ZodObject<{
9755
9765
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
9756
9766
  origin: z.ZodOptional<z.ZodEnum<{
9757
- body: "body";
9758
9767
  chart: "chart";
9759
9768
  diagram: "diagram";
9760
9769
  table: "table";
9761
9770
  image: "image";
9762
9771
  notes: "notes";
9772
+ body: "body";
9763
9773
  }>>;
9764
9774
  interpretation: z.ZodOptional<z.ZodObject<{
9765
9775
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9916,12 +9926,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9916
9926
  }, z.core.$strip>, z.ZodObject<{
9917
9927
  sheets: z.ZodArray<z.ZodObject<{
9918
9928
  origin: z.ZodOptional<z.ZodEnum<{
9919
- body: "body";
9920
9929
  chart: "chart";
9921
9930
  diagram: "diagram";
9922
9931
  table: "table";
9923
9932
  image: "image";
9924
9933
  notes: "notes";
9934
+ body: "body";
9925
9935
  }>>;
9926
9936
  interpretation: z.ZodOptional<z.ZodObject<{
9927
9937
  transcript: z.ZodOptional<z.ZodObject<{
@@ -9945,12 +9955,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
9945
9955
  name: z.ZodString;
9946
9956
  cells: z.ZodArray<z.ZodObject<{
9947
9957
  origin: z.ZodOptional<z.ZodEnum<{
9948
- body: "body";
9949
9958
  chart: "chart";
9950
9959
  diagram: "diagram";
9951
9960
  table: "table";
9952
9961
  image: "image";
9953
9962
  notes: "notes";
9963
+ body: "body";
9954
9964
  }>>;
9955
9965
  interpretation: z.ZodOptional<z.ZodObject<{
9956
9966
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10025,12 +10035,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10025
10035
  }, z.core.$strip>>;
10026
10036
  runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
10027
10037
  origin: z.ZodOptional<z.ZodEnum<{
10028
- body: "body";
10029
10038
  chart: "chart";
10030
10039
  diagram: "diagram";
10031
10040
  table: "table";
10032
10041
  image: "image";
10033
10042
  notes: "notes";
10043
+ body: "body";
10034
10044
  }>>;
10035
10045
  interpretation: z.ZodOptional<z.ZodObject<{
10036
10046
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10324,12 +10334,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10324
10334
  }, z.core.$strip>>;
10325
10335
  images: z.ZodArray<z.ZodObject<{
10326
10336
  origin: z.ZodOptional<z.ZodEnum<{
10327
- body: "body";
10328
10337
  chart: "chart";
10329
10338
  diagram: "diagram";
10330
10339
  table: "table";
10331
10340
  image: "image";
10332
10341
  notes: "notes";
10342
+ body: "body";
10333
10343
  }>>;
10334
10344
  interpretation: z.ZodOptional<z.ZodObject<{
10335
10345
  transcript: z.ZodOptional<z.ZodObject<{
@@ -10371,6 +10381,7 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10371
10381
  }, z.core.$strip>>;
10372
10382
  anchorRunIndex: z.ZodOptional<z.ZodNumber>;
10373
10383
  anchorOffset: z.ZodOptional<z.ZodNumber>;
10384
+ caption: z.ZodOptional<z.ZodString>;
10374
10385
  floatPosition: z.ZodOptional<z.ZodObject<{
10375
10386
  horizontal: z.ZodUnion<readonly [z.ZodObject<{
10376
10387
  relativeTo: z.ZodEnum<{
@@ -10544,9 +10555,9 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10544
10555
  type: z.ZodEnum<{
10545
10556
  date: "date";
10546
10557
  custom: "custom";
10547
- time: "time";
10548
10558
  decimal: "decimal";
10549
10559
  list: "list";
10560
+ time: "time";
10550
10561
  whole: "whole";
10551
10562
  textLength: "textLength";
10552
10563
  }>;
@@ -11017,11 +11028,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11017
11028
  stops: z.ZodArray<z.ZodObject<{
11018
11029
  value: z.ZodObject<{
11019
11030
  type: z.ZodEnum<{
11020
- num: "num";
11021
- min: "min";
11022
- max: "max";
11023
11031
  formula: "formula";
11024
11032
  percent: "percent";
11033
+ num: "num";
11034
+ max: "max";
11035
+ min: "min";
11025
11036
  percentile: "percentile";
11026
11037
  }>;
11027
11038
  value: z.ZodOptional<z.ZodString>;
@@ -11064,22 +11075,22 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11064
11075
  }, z.core.$strip>, z.ZodObject<{
11065
11076
  min: z.ZodObject<{
11066
11077
  type: z.ZodEnum<{
11067
- num: "num";
11068
- min: "min";
11069
- max: "max";
11070
11078
  formula: "formula";
11071
11079
  percent: "percent";
11080
+ num: "num";
11081
+ max: "max";
11082
+ min: "min";
11072
11083
  percentile: "percentile";
11073
11084
  }>;
11074
11085
  value: z.ZodOptional<z.ZodString>;
11075
11086
  }, z.core.$strip>;
11076
11087
  max: z.ZodObject<{
11077
11088
  type: z.ZodEnum<{
11078
- num: "num";
11079
- min: "min";
11080
- max: "max";
11081
11089
  formula: "formula";
11082
11090
  percent: "percent";
11091
+ num: "num";
11092
+ max: "max";
11093
+ min: "min";
11083
11094
  percentile: "percentile";
11084
11095
  }>;
11085
11096
  value: z.ZodOptional<z.ZodString>;
@@ -11123,11 +11134,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11123
11134
  iconSetType: z.ZodString;
11124
11135
  thresholds: z.ZodArray<z.ZodObject<{
11125
11136
  type: z.ZodEnum<{
11126
- num: "num";
11127
- min: "min";
11128
- max: "max";
11129
11137
  formula: "formula";
11130
11138
  percent: "percent";
11139
+ num: "num";
11140
+ max: "max";
11141
+ min: "min";
11131
11142
  percentile: "percentile";
11132
11143
  }>;
11133
11144
  value: z.ZodOptional<z.ZodString>;
@@ -11260,12 +11271,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11260
11271
  }, z.core.$strip>, z.ZodObject<{
11261
11272
  pages: z.ZodArray<z.ZodObject<{
11262
11273
  origin: z.ZodOptional<z.ZodEnum<{
11263
- body: "body";
11264
11274
  chart: "chart";
11265
11275
  diagram: "diagram";
11266
11276
  table: "table";
11267
11277
  image: "image";
11268
11278
  notes: "notes";
11279
+ body: "body";
11269
11280
  }>>;
11270
11281
  interpretation: z.ZodOptional<z.ZodObject<{
11271
11282
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11293,12 +11304,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11293
11304
  shapes: z.ZodArray<z.ZodObject<{
11294
11305
  blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
11295
11306
  origin: z.ZodOptional<z.ZodEnum<{
11296
- body: "body";
11297
11307
  chart: "chart";
11298
11308
  diagram: "diagram";
11299
11309
  table: "table";
11300
11310
  image: "image";
11301
11311
  notes: "notes";
11312
+ body: "body";
11302
11313
  }>>;
11303
11314
  interpretation: z.ZodOptional<z.ZodObject<{
11304
11315
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11365,12 +11376,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11365
11376
  }, z.core.$strip>>;
11366
11377
  vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
11367
11378
  origin: z.ZodOptional<z.ZodEnum<{
11368
- body: "body";
11369
11379
  chart: "chart";
11370
11380
  diagram: "diagram";
11371
11381
  table: "table";
11372
11382
  image: "image";
11373
11383
  notes: "notes";
11384
+ body: "body";
11374
11385
  }>>;
11375
11386
  interpretation: z.ZodOptional<z.ZodObject<{
11376
11387
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11503,12 +11514,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11503
11514
  }, z.core.$strip>>>;
11504
11515
  }, z.core.$strip>, z.ZodObject<{
11505
11516
  origin: z.ZodOptional<z.ZodEnum<{
11506
- body: "body";
11507
11517
  chart: "chart";
11508
11518
  diagram: "diagram";
11509
11519
  table: "table";
11510
11520
  image: "image";
11511
11521
  notes: "notes";
11522
+ body: "body";
11512
11523
  }>>;
11513
11524
  interpretation: z.ZodOptional<z.ZodObject<{
11514
11525
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11641,12 +11652,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11641
11652
  }, z.core.$strip>>>;
11642
11653
  }, z.core.$strip>, z.ZodObject<{
11643
11654
  origin: z.ZodOptional<z.ZodEnum<{
11644
- body: "body";
11645
11655
  chart: "chart";
11646
11656
  diagram: "diagram";
11647
11657
  table: "table";
11648
11658
  image: "image";
11649
11659
  notes: "notes";
11660
+ body: "body";
11650
11661
  }>>;
11651
11662
  interpretation: z.ZodOptional<z.ZodObject<{
11652
11663
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11729,12 +11740,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11729
11740
  }, z.core.$strip>>>;
11730
11741
  }, z.core.$strip>, z.ZodObject<{
11731
11742
  origin: z.ZodOptional<z.ZodEnum<{
11732
- body: "body";
11733
11743
  chart: "chart";
11734
11744
  diagram: "diagram";
11735
11745
  table: "table";
11736
11746
  image: "image";
11737
11747
  notes: "notes";
11748
+ body: "body";
11738
11749
  }>>;
11739
11750
  interpretation: z.ZodOptional<z.ZodObject<{
11740
11751
  transcript: z.ZodOptional<z.ZodObject<{
@@ -11989,12 +12000,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11989
12000
  }, z.core.$strip>, z.ZodObject<{
11990
12001
  formula: z.ZodObject<{
11991
12002
  origin: z.ZodOptional<z.ZodEnum<{
11992
- body: "body";
11993
12003
  chart: "chart";
11994
12004
  diagram: "diagram";
11995
12005
  table: "table";
11996
12006
  image: "image";
11997
12007
  notes: "notes";
12008
+ body: "body";
11998
12009
  }>>;
11999
12010
  interpretation: z.ZodOptional<z.ZodObject<{
12000
12011
  transcript: z.ZodOptional<z.ZodObject<{