document-schema 7.12.0 → 7.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/codec.d.cts +1 -1
- package/dist/codec.d.ts +1 -1
- package/dist/{construct-C4XiF8OW.d.cts → construct-C9cYkjnd.d.cts} +6 -6
- package/dist/{construct-C4XiF8OW.d.ts → construct-C9cYkjnd.d.ts} +6 -6
- package/dist/construct.d.cts +1 -1
- package/dist/construct.d.ts +1 -1
- package/dist/{content-DnNAXdH_.d.cts → content-BNUhgRbB.d.cts} +129 -126
- package/dist/{content-vx3Mbnjy.d.ts → content-CYPkduUB.d.ts} +129 -126
- package/dist/content-json-schema-defs.cjs +2 -1
- package/dist/content-json-schema-defs.js +2 -1
- package/dist/content.cjs +3 -2
- package/dist/content.d.cts +1 -1
- package/dist/content.d.ts +1 -1
- package/dist/content.js +3 -2
- package/dist/decompose.d.cts +2 -2
- package/dist/decompose.d.ts +2 -2
- package/dist/definitions.d.cts +1 -1
- package/dist/definitions.d.ts +1 -1
- package/dist/factor-styles.d.cts +1 -1
- package/dist/factor-styles.d.ts +1 -1
- package/dist/flatten.d.cts +1 -1
- package/dist/flatten.d.ts +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/{package-node-DMS4Zrfi.d.cts → package-node-C1HxQdNK.d.cts} +47 -47
- package/dist/{package-node-CjEahULr.d.ts → package-node-DdotoNEU.d.ts} +47 -47
- package/dist/package-node.d.cts +1 -1
- package/dist/package-node.d.ts +1 -1
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/schema-io.cjs +2 -2
- package/dist/schema-io.d.cts +1 -1
- package/dist/schema-io.d.ts +1 -1
- package/dist/schema-io.js +2 -2
- package/dist/table-grid.cjs +85 -0
- package/dist/table-grid.d.cts +50 -2
- package/dist/table-grid.d.ts +50 -2
- package/dist/table-grid.js +84 -1
- package/package.json +1 -1
- package/schemas/content-document.schema.json +19 -16
- package/schemas/document-tree.schema.json +6 -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";
|
|
@@ -274,10 +274,10 @@ declare const RunConstructExtentSchema: z.ZodObject<{
|
|
|
274
274
|
}, z.core.$strict>, z.ZodObject<{
|
|
275
275
|
kind: z.ZodLiteral<"anchor">;
|
|
276
276
|
anchorType: z.ZodEnum<{
|
|
277
|
-
comment: "comment";
|
|
278
277
|
bookmark: "bookmark";
|
|
279
278
|
footnote: "footnote";
|
|
280
279
|
endnote: "endnote";
|
|
280
|
+
comment: "comment";
|
|
281
281
|
}>;
|
|
282
282
|
name: z.ZodString;
|
|
283
283
|
definition: z.ZodOptional<z.ZodString>;
|
|
@@ -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";
|
|
@@ -657,10 +657,10 @@ declare const ContentParagraphSchema: z.ZodObject<{
|
|
|
657
657
|
}, z.core.$strict>, z.ZodObject<{
|
|
658
658
|
kind: z.ZodLiteral<"anchor">;
|
|
659
659
|
anchorType: z.ZodEnum<{
|
|
660
|
-
comment: "comment";
|
|
661
660
|
bookmark: "bookmark";
|
|
662
661
|
footnote: "footnote";
|
|
663
662
|
endnote: "endnote";
|
|
663
|
+
comment: "comment";
|
|
664
664
|
}>;
|
|
665
665
|
name: z.ZodString;
|
|
666
666
|
definition: z.ZodOptional<z.ZodString>;
|
|
@@ -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<{
|
|
@@ -1243,12 +1243,12 @@ declare const ContentImageBlockSchema: z.ZodObject<{
|
|
|
1243
1243
|
type ContentImageBlock = z.infer<typeof ContentImageBlockSchema>;
|
|
1244
1244
|
declare const ContentPageBreakSchema: z.ZodObject<{
|
|
1245
1245
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
1246
|
-
body: "body";
|
|
1247
1246
|
chart: "chart";
|
|
1248
1247
|
diagram: "diagram";
|
|
1249
1248
|
table: "table";
|
|
1250
1249
|
image: "image";
|
|
1251
1250
|
notes: "notes";
|
|
1251
|
+
body: "body";
|
|
1252
1252
|
}>>;
|
|
1253
1253
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
1254
1254
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -1305,12 +1305,12 @@ declare const ContentConstructStartSchema: z.ZodObject<{
|
|
|
1305
1305
|
descriptor: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1306
1306
|
kind: z.ZodLiteral<"contentControl">;
|
|
1307
1307
|
controlType: z.ZodEnum<{
|
|
1308
|
-
date: "date";
|
|
1309
1308
|
richText: "richText";
|
|
1310
1309
|
plainText: "plainText";
|
|
1311
1310
|
checkbox: "checkbox";
|
|
1312
1311
|
dropDown: "dropDown";
|
|
1313
1312
|
comboBox: "comboBox";
|
|
1313
|
+
date: "date";
|
|
1314
1314
|
picture: "picture";
|
|
1315
1315
|
repeatingSection: "repeatingSection";
|
|
1316
1316
|
button: "button";
|
|
@@ -1374,10 +1374,10 @@ declare const ContentConstructStartSchema: z.ZodObject<{
|
|
|
1374
1374
|
}, z.core.$strict>, z.ZodObject<{
|
|
1375
1375
|
kind: z.ZodLiteral<"anchor">;
|
|
1376
1376
|
anchorType: z.ZodEnum<{
|
|
1377
|
-
comment: "comment";
|
|
1378
1377
|
bookmark: "bookmark";
|
|
1379
1378
|
footnote: "footnote";
|
|
1380
1379
|
endnote: "endnote";
|
|
1380
|
+
comment: "comment";
|
|
1381
1381
|
}>;
|
|
1382
1382
|
name: z.ZodString;
|
|
1383
1383
|
definition: z.ZodOptional<z.ZodString>;
|
|
@@ -1516,6 +1516,7 @@ interface ContentTableRow {
|
|
|
1516
1516
|
cells: ContentTableCell[];
|
|
1517
1517
|
heightPt?: number;
|
|
1518
1518
|
direction?: TextDirection;
|
|
1519
|
+
isHeader?: boolean;
|
|
1519
1520
|
}
|
|
1520
1521
|
interface ContentTable {
|
|
1521
1522
|
kind: "table";
|
|
@@ -1561,12 +1562,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1561
1562
|
heightPt: z.ZodNumber;
|
|
1562
1563
|
}, z.core.$strip>>>;
|
|
1563
1564
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
1564
|
-
body: "body";
|
|
1565
1565
|
chart: "chart";
|
|
1566
1566
|
diagram: "diagram";
|
|
1567
1567
|
table: "table";
|
|
1568
1568
|
image: "image";
|
|
1569
1569
|
notes: "notes";
|
|
1570
|
+
body: "body";
|
|
1570
1571
|
}>>;
|
|
1571
1572
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
1572
1573
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -1588,22 +1589,22 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1588
1589
|
}, z.core.$strip>>;
|
|
1589
1590
|
}, z.core.$strip>>;
|
|
1590
1591
|
objectKind: z.ZodEnum<{
|
|
1591
|
-
chart: "chart";
|
|
1592
1592
|
formula: "formula";
|
|
1593
|
-
presentation: "presentation";
|
|
1594
1593
|
wordprocessing: "wordprocessing";
|
|
1594
|
+
presentation: "presentation";
|
|
1595
1595
|
spreadsheet: "spreadsheet";
|
|
1596
1596
|
drawing: "drawing";
|
|
1597
|
+
chart: "chart";
|
|
1597
1598
|
}>;
|
|
1598
1599
|
document: z.ZodLazy<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1599
1600
|
sections: z.ZodArray<z.ZodObject<{
|
|
1600
1601
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
1601
|
-
body: "body";
|
|
1602
1602
|
chart: "chart";
|
|
1603
1603
|
diagram: "diagram";
|
|
1604
1604
|
table: "table";
|
|
1605
1605
|
image: "image";
|
|
1606
1606
|
notes: "notes";
|
|
1607
|
+
body: "body";
|
|
1607
1608
|
}>>;
|
|
1608
1609
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
1609
1610
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -1747,12 +1748,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1747
1748
|
}, z.core.$strip>, z.ZodObject<{
|
|
1748
1749
|
slides: z.ZodArray<z.ZodObject<{
|
|
1749
1750
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
1750
|
-
body: "body";
|
|
1751
1751
|
chart: "chart";
|
|
1752
1752
|
diagram: "diagram";
|
|
1753
1753
|
table: "table";
|
|
1754
1754
|
image: "image";
|
|
1755
1755
|
notes: "notes";
|
|
1756
|
+
body: "body";
|
|
1756
1757
|
}>>;
|
|
1757
1758
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
1758
1759
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -1780,12 +1781,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1780
1781
|
shapes: z.ZodArray<z.ZodObject<{
|
|
1781
1782
|
blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
|
|
1782
1783
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
1783
|
-
body: "body";
|
|
1784
1784
|
chart: "chart";
|
|
1785
1785
|
diagram: "diagram";
|
|
1786
1786
|
table: "table";
|
|
1787
1787
|
image: "image";
|
|
1788
1788
|
notes: "notes";
|
|
1789
|
+
body: "body";
|
|
1789
1790
|
}>>;
|
|
1790
1791
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
1791
1792
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -1943,12 +1944,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1943
1944
|
}, z.core.$strip>, z.ZodObject<{
|
|
1944
1945
|
sheets: z.ZodArray<z.ZodObject<{
|
|
1945
1946
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
1946
|
-
body: "body";
|
|
1947
1947
|
chart: "chart";
|
|
1948
1948
|
diagram: "diagram";
|
|
1949
1949
|
table: "table";
|
|
1950
1950
|
image: "image";
|
|
1951
1951
|
notes: "notes";
|
|
1952
|
+
body: "body";
|
|
1952
1953
|
}>>;
|
|
1953
1954
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
1954
1955
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -1972,12 +1973,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1972
1973
|
name: z.ZodString;
|
|
1973
1974
|
cells: z.ZodArray<z.ZodObject<{
|
|
1974
1975
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
1975
|
-
body: "body";
|
|
1976
1976
|
chart: "chart";
|
|
1977
1977
|
diagram: "diagram";
|
|
1978
1978
|
table: "table";
|
|
1979
1979
|
image: "image";
|
|
1980
1980
|
notes: "notes";
|
|
1981
|
+
body: "body";
|
|
1981
1982
|
}>>;
|
|
1982
1983
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
1983
1984
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -2052,12 +2053,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
2052
2053
|
}, z.core.$strip>>;
|
|
2053
2054
|
runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2054
2055
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
2055
|
-
body: "body";
|
|
2056
2056
|
chart: "chart";
|
|
2057
2057
|
diagram: "diagram";
|
|
2058
2058
|
table: "table";
|
|
2059
2059
|
image: "image";
|
|
2060
2060
|
notes: "notes";
|
|
2061
|
+
body: "body";
|
|
2061
2062
|
}>>;
|
|
2062
2063
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
2063
2064
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -2351,12 +2352,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
2351
2352
|
}, z.core.$strip>>;
|
|
2352
2353
|
images: z.ZodArray<z.ZodObject<{
|
|
2353
2354
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
2354
|
-
body: "body";
|
|
2355
2355
|
chart: "chart";
|
|
2356
2356
|
diagram: "diagram";
|
|
2357
2357
|
table: "table";
|
|
2358
2358
|
image: "image";
|
|
2359
2359
|
notes: "notes";
|
|
2360
|
+
body: "body";
|
|
2360
2361
|
}>>;
|
|
2361
2362
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
2362
2363
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -2570,11 +2571,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
2570
2571
|
endColumn: z.ZodNumber;
|
|
2571
2572
|
}, z.core.$strip>>;
|
|
2572
2573
|
type: z.ZodEnum<{
|
|
2573
|
-
time: "time";
|
|
2574
2574
|
date: "date";
|
|
2575
2575
|
custom: "custom";
|
|
2576
2576
|
decimal: "decimal";
|
|
2577
2577
|
list: "list";
|
|
2578
|
+
time: "time";
|
|
2578
2579
|
whole: "whole";
|
|
2579
2580
|
textLength: "textLength";
|
|
2580
2581
|
}>;
|
|
@@ -3045,11 +3046,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3045
3046
|
stops: z.ZodArray<z.ZodObject<{
|
|
3046
3047
|
value: z.ZodObject<{
|
|
3047
3048
|
type: z.ZodEnum<{
|
|
3048
|
-
num: "num";
|
|
3049
|
-
min: "min";
|
|
3050
|
-
max: "max";
|
|
3051
3049
|
formula: "formula";
|
|
3052
3050
|
percent: "percent";
|
|
3051
|
+
num: "num";
|
|
3052
|
+
max: "max";
|
|
3053
|
+
min: "min";
|
|
3053
3054
|
percentile: "percentile";
|
|
3054
3055
|
}>;
|
|
3055
3056
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -3092,22 +3093,22 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3092
3093
|
}, z.core.$strip>, z.ZodObject<{
|
|
3093
3094
|
min: z.ZodObject<{
|
|
3094
3095
|
type: z.ZodEnum<{
|
|
3095
|
-
num: "num";
|
|
3096
|
-
min: "min";
|
|
3097
|
-
max: "max";
|
|
3098
3096
|
formula: "formula";
|
|
3099
3097
|
percent: "percent";
|
|
3098
|
+
num: "num";
|
|
3099
|
+
max: "max";
|
|
3100
|
+
min: "min";
|
|
3100
3101
|
percentile: "percentile";
|
|
3101
3102
|
}>;
|
|
3102
3103
|
value: z.ZodOptional<z.ZodString>;
|
|
3103
3104
|
}, z.core.$strip>;
|
|
3104
3105
|
max: z.ZodObject<{
|
|
3105
3106
|
type: z.ZodEnum<{
|
|
3106
|
-
num: "num";
|
|
3107
|
-
min: "min";
|
|
3108
|
-
max: "max";
|
|
3109
3107
|
formula: "formula";
|
|
3110
3108
|
percent: "percent";
|
|
3109
|
+
num: "num";
|
|
3110
|
+
max: "max";
|
|
3111
|
+
min: "min";
|
|
3111
3112
|
percentile: "percentile";
|
|
3112
3113
|
}>;
|
|
3113
3114
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -3151,11 +3152,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3151
3152
|
iconSetType: z.ZodString;
|
|
3152
3153
|
thresholds: z.ZodArray<z.ZodObject<{
|
|
3153
3154
|
type: z.ZodEnum<{
|
|
3154
|
-
num: "num";
|
|
3155
|
-
min: "min";
|
|
3156
|
-
max: "max";
|
|
3157
3155
|
formula: "formula";
|
|
3158
3156
|
percent: "percent";
|
|
3157
|
+
num: "num";
|
|
3158
|
+
max: "max";
|
|
3159
|
+
min: "min";
|
|
3159
3160
|
percentile: "percentile";
|
|
3160
3161
|
}>;
|
|
3161
3162
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -3288,12 +3289,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3288
3289
|
}, z.core.$strip>, z.ZodObject<{
|
|
3289
3290
|
pages: z.ZodArray<z.ZodObject<{
|
|
3290
3291
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
3291
|
-
body: "body";
|
|
3292
3292
|
chart: "chart";
|
|
3293
3293
|
diagram: "diagram";
|
|
3294
3294
|
table: "table";
|
|
3295
3295
|
image: "image";
|
|
3296
3296
|
notes: "notes";
|
|
3297
|
+
body: "body";
|
|
3297
3298
|
}>>;
|
|
3298
3299
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
3299
3300
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -3321,12 +3322,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3321
3322
|
shapes: z.ZodArray<z.ZodObject<{
|
|
3322
3323
|
blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
|
|
3323
3324
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
3324
|
-
body: "body";
|
|
3325
3325
|
chart: "chart";
|
|
3326
3326
|
diagram: "diagram";
|
|
3327
3327
|
table: "table";
|
|
3328
3328
|
image: "image";
|
|
3329
3329
|
notes: "notes";
|
|
3330
|
+
body: "body";
|
|
3330
3331
|
}>>;
|
|
3331
3332
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
3332
3333
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -3394,12 +3395,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3394
3395
|
}, z.core.$strip>>;
|
|
3395
3396
|
vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3396
3397
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
3397
|
-
body: "body";
|
|
3398
3398
|
chart: "chart";
|
|
3399
3399
|
diagram: "diagram";
|
|
3400
3400
|
table: "table";
|
|
3401
3401
|
image: "image";
|
|
3402
3402
|
notes: "notes";
|
|
3403
|
+
body: "body";
|
|
3403
3404
|
}>>;
|
|
3404
3405
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
3405
3406
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -3532,12 +3533,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3532
3533
|
}, z.core.$strip>>>;
|
|
3533
3534
|
}, z.core.$strip>, z.ZodObject<{
|
|
3534
3535
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
3535
|
-
body: "body";
|
|
3536
3536
|
chart: "chart";
|
|
3537
3537
|
diagram: "diagram";
|
|
3538
3538
|
table: "table";
|
|
3539
3539
|
image: "image";
|
|
3540
3540
|
notes: "notes";
|
|
3541
|
+
body: "body";
|
|
3541
3542
|
}>>;
|
|
3542
3543
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
3543
3544
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -3670,12 +3671,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3670
3671
|
}, z.core.$strip>>>;
|
|
3671
3672
|
}, z.core.$strip>, z.ZodObject<{
|
|
3672
3673
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
3673
|
-
body: "body";
|
|
3674
3674
|
chart: "chart";
|
|
3675
3675
|
diagram: "diagram";
|
|
3676
3676
|
table: "table";
|
|
3677
3677
|
image: "image";
|
|
3678
3678
|
notes: "notes";
|
|
3679
|
+
body: "body";
|
|
3679
3680
|
}>>;
|
|
3680
3681
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
3681
3682
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -3758,12 +3759,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
3758
3759
|
}, z.core.$strip>>>;
|
|
3759
3760
|
}, z.core.$strip>, z.ZodObject<{
|
|
3760
3761
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
3761
|
-
body: "body";
|
|
3762
3762
|
chart: "chart";
|
|
3763
3763
|
diagram: "diagram";
|
|
3764
3764
|
table: "table";
|
|
3765
3765
|
image: "image";
|
|
3766
3766
|
notes: "notes";
|
|
3767
|
+
body: "body";
|
|
3767
3768
|
}>>;
|
|
3768
3769
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
3769
3770
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -4018,12 +4019,12 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
4018
4019
|
}, z.core.$strip>, z.ZodObject<{
|
|
4019
4020
|
formula: z.ZodObject<{
|
|
4020
4021
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
4021
|
-
body: "body";
|
|
4022
4022
|
chart: "chart";
|
|
4023
4023
|
diagram: "diagram";
|
|
4024
4024
|
table: "table";
|
|
4025
4025
|
image: "image";
|
|
4026
4026
|
notes: "notes";
|
|
4027
|
+
body: "body";
|
|
4027
4028
|
}>>;
|
|
4028
4029
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
4029
4030
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -4415,12 +4416,12 @@ declare function unrecognizedFillKind(fill: {
|
|
|
4415
4416
|
}): string;
|
|
4416
4417
|
declare const ContentTableCellSchema: z.ZodObject<{
|
|
4417
4418
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
4418
|
-
body: "body";
|
|
4419
4419
|
chart: "chart";
|
|
4420
4420
|
diagram: "diagram";
|
|
4421
4421
|
table: "table";
|
|
4422
4422
|
image: "image";
|
|
4423
4423
|
notes: "notes";
|
|
4424
|
+
body: "body";
|
|
4424
4425
|
}>>;
|
|
4425
4426
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
4426
4427
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -4642,12 +4643,12 @@ declare const ContentTableCellSchema: z.ZodObject<{
|
|
|
4642
4643
|
declare const ContentTableRowSchema: z.ZodObject<{
|
|
4643
4644
|
cells: z.ZodArray<z.ZodObject<{
|
|
4644
4645
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
4645
|
-
body: "body";
|
|
4646
4646
|
chart: "chart";
|
|
4647
4647
|
diagram: "diagram";
|
|
4648
4648
|
table: "table";
|
|
4649
4649
|
image: "image";
|
|
4650
4650
|
notes: "notes";
|
|
4651
|
+
body: "body";
|
|
4651
4652
|
}>>;
|
|
4652
4653
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
4653
4654
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -4871,15 +4872,16 @@ declare const ContentTableRowSchema: z.ZodObject<{
|
|
|
4871
4872
|
ltr: "ltr";
|
|
4872
4873
|
rtl: "rtl";
|
|
4873
4874
|
}>>;
|
|
4875
|
+
isHeader: z.ZodOptional<z.ZodBoolean>;
|
|
4874
4876
|
}, z.core.$strip>;
|
|
4875
4877
|
declare const ContentTableSchema: z.ZodObject<{
|
|
4876
4878
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
4877
|
-
body: "body";
|
|
4878
4879
|
chart: "chart";
|
|
4879
4880
|
diagram: "diagram";
|
|
4880
4881
|
table: "table";
|
|
4881
4882
|
image: "image";
|
|
4882
4883
|
notes: "notes";
|
|
4884
|
+
body: "body";
|
|
4883
4885
|
}>>;
|
|
4884
4886
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
4885
4887
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -4904,12 +4906,12 @@ declare const ContentTableSchema: z.ZodObject<{
|
|
|
4904
4906
|
rows: z.ZodArray<z.ZodObject<{
|
|
4905
4907
|
cells: z.ZodArray<z.ZodObject<{
|
|
4906
4908
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
4907
|
-
body: "body";
|
|
4908
4909
|
chart: "chart";
|
|
4909
4910
|
diagram: "diagram";
|
|
4910
4911
|
table: "table";
|
|
4911
4912
|
image: "image";
|
|
4912
4913
|
notes: "notes";
|
|
4914
|
+
body: "body";
|
|
4913
4915
|
}>>;
|
|
4914
4916
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
4915
4917
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -5133,6 +5135,7 @@ declare const ContentTableSchema: z.ZodObject<{
|
|
|
5133
5135
|
ltr: "ltr";
|
|
5134
5136
|
rtl: "rtl";
|
|
5135
5137
|
}>>;
|
|
5138
|
+
isHeader: z.ZodOptional<z.ZodBoolean>;
|
|
5136
5139
|
}, z.core.$strip>>;
|
|
5137
5140
|
columnWidthsPt: z.ZodArray<z.ZodNumber>;
|
|
5138
5141
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
@@ -5173,12 +5176,12 @@ declare const ContentPageFurnitureSchema: z.ZodObject<{
|
|
|
5173
5176
|
type ContentPageFurniture = z.infer<typeof ContentPageFurnitureSchema>;
|
|
5174
5177
|
declare const ContentSectionSchema: z.ZodObject<{
|
|
5175
5178
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
5176
|
-
body: "body";
|
|
5177
5179
|
chart: "chart";
|
|
5178
5180
|
diagram: "diagram";
|
|
5179
5181
|
table: "table";
|
|
5180
5182
|
image: "image";
|
|
5181
5183
|
notes: "notes";
|
|
5184
|
+
body: "body";
|
|
5182
5185
|
}>>;
|
|
5183
5186
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
5184
5187
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -5256,12 +5259,12 @@ type ContentSection = z.infer<typeof ContentSectionSchema>;
|
|
|
5256
5259
|
declare const ContentShapeSchema: z.ZodObject<{
|
|
5257
5260
|
blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
|
|
5258
5261
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
5259
|
-
body: "body";
|
|
5260
5262
|
chart: "chart";
|
|
5261
5263
|
diagram: "diagram";
|
|
5262
5264
|
table: "table";
|
|
5263
5265
|
image: "image";
|
|
5264
5266
|
notes: "notes";
|
|
5267
|
+
body: "body";
|
|
5265
5268
|
}>>;
|
|
5266
5269
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
5267
5270
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -5330,12 +5333,12 @@ declare const ContentShapeSchema: z.ZodObject<{
|
|
|
5330
5333
|
type ContentShape = z.infer<typeof ContentShapeSchema>;
|
|
5331
5334
|
declare const ContentSlideSchema: z.ZodObject<{
|
|
5332
5335
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
5333
|
-
body: "body";
|
|
5334
5336
|
chart: "chart";
|
|
5335
5337
|
diagram: "diagram";
|
|
5336
5338
|
table: "table";
|
|
5337
5339
|
image: "image";
|
|
5338
5340
|
notes: "notes";
|
|
5341
|
+
body: "body";
|
|
5339
5342
|
}>>;
|
|
5340
5343
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
5341
5344
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -5363,12 +5366,12 @@ declare const ContentSlideSchema: z.ZodObject<{
|
|
|
5363
5366
|
shapes: z.ZodArray<z.ZodObject<{
|
|
5364
5367
|
blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
|
|
5365
5368
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
5366
|
-
body: "body";
|
|
5367
5369
|
chart: "chart";
|
|
5368
5370
|
diagram: "diagram";
|
|
5369
5371
|
table: "table";
|
|
5370
5372
|
image: "image";
|
|
5371
5373
|
notes: "notes";
|
|
5374
|
+
body: "body";
|
|
5372
5375
|
}>>;
|
|
5373
5376
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
5374
5377
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -5506,12 +5509,12 @@ declare const ContentSheetCellCommentSchema: z.ZodObject<{
|
|
|
5506
5509
|
type ContentSheetCellComment = z.infer<typeof ContentSheetCellCommentSchema>;
|
|
5507
5510
|
declare const ContentSheetCellSchema: z.ZodObject<{
|
|
5508
5511
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
5509
|
-
body: "body";
|
|
5510
5512
|
chart: "chart";
|
|
5511
5513
|
diagram: "diagram";
|
|
5512
5514
|
table: "table";
|
|
5513
5515
|
image: "image";
|
|
5514
5516
|
notes: "notes";
|
|
5517
|
+
body: "body";
|
|
5515
5518
|
}>>;
|
|
5516
5519
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
5517
5520
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -5586,12 +5589,12 @@ declare const ContentSheetCellSchema: z.ZodObject<{
|
|
|
5586
5589
|
}, z.core.$strip>>;
|
|
5587
5590
|
runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5588
5591
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
5589
|
-
body: "body";
|
|
5590
5592
|
chart: "chart";
|
|
5591
5593
|
diagram: "diagram";
|
|
5592
5594
|
table: "table";
|
|
5593
5595
|
image: "image";
|
|
5594
5596
|
notes: "notes";
|
|
5597
|
+
body: "body";
|
|
5595
5598
|
}>>;
|
|
5596
5599
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
5597
5600
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -5959,11 +5962,11 @@ declare const SheetRuleOperatorSchema: z.ZodEnum<{
|
|
|
5959
5962
|
}>;
|
|
5960
5963
|
type SheetRuleOperator = z.infer<typeof SheetRuleOperatorSchema>;
|
|
5961
5964
|
declare const ContentSheetDataValidationTypeSchema: z.ZodEnum<{
|
|
5962
|
-
time: "time";
|
|
5963
5965
|
date: "date";
|
|
5964
5966
|
custom: "custom";
|
|
5965
5967
|
decimal: "decimal";
|
|
5966
5968
|
list: "list";
|
|
5969
|
+
time: "time";
|
|
5967
5970
|
whole: "whole";
|
|
5968
5971
|
textLength: "textLength";
|
|
5969
5972
|
}>;
|
|
@@ -5976,11 +5979,11 @@ declare const ContentSheetDataValidationSchema: z.ZodObject<{
|
|
|
5976
5979
|
endColumn: z.ZodNumber;
|
|
5977
5980
|
}, z.core.$strip>>;
|
|
5978
5981
|
type: z.ZodEnum<{
|
|
5979
|
-
time: "time";
|
|
5980
5982
|
date: "date";
|
|
5981
5983
|
custom: "custom";
|
|
5982
5984
|
decimal: "decimal";
|
|
5983
5985
|
list: "list";
|
|
5986
|
+
time: "time";
|
|
5984
5987
|
whole: "whole";
|
|
5985
5988
|
textLength: "textLength";
|
|
5986
5989
|
}>;
|
|
@@ -6065,11 +6068,11 @@ declare const ContentSheetConditionalFormatStyleSchema: z.ZodObject<{
|
|
|
6065
6068
|
type ContentSheetConditionalFormatStyle = z.infer<typeof ContentSheetConditionalFormatStyleSchema>;
|
|
6066
6069
|
declare const ContentSheetConditionalFormatValueSchema: z.ZodObject<{
|
|
6067
6070
|
type: z.ZodEnum<{
|
|
6068
|
-
num: "num";
|
|
6069
|
-
min: "min";
|
|
6070
|
-
max: "max";
|
|
6071
6071
|
formula: "formula";
|
|
6072
6072
|
percent: "percent";
|
|
6073
|
+
num: "num";
|
|
6074
|
+
max: "max";
|
|
6075
|
+
min: "min";
|
|
6073
6076
|
percentile: "percentile";
|
|
6074
6077
|
}>;
|
|
6075
6078
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -6497,11 +6500,11 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6497
6500
|
stops: z.ZodArray<z.ZodObject<{
|
|
6498
6501
|
value: z.ZodObject<{
|
|
6499
6502
|
type: z.ZodEnum<{
|
|
6500
|
-
num: "num";
|
|
6501
|
-
min: "min";
|
|
6502
|
-
max: "max";
|
|
6503
6503
|
formula: "formula";
|
|
6504
6504
|
percent: "percent";
|
|
6505
|
+
num: "num";
|
|
6506
|
+
max: "max";
|
|
6507
|
+
min: "min";
|
|
6505
6508
|
percentile: "percentile";
|
|
6506
6509
|
}>;
|
|
6507
6510
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -6544,22 +6547,22 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6544
6547
|
}, z.core.$strip>, z.ZodObject<{
|
|
6545
6548
|
min: z.ZodObject<{
|
|
6546
6549
|
type: z.ZodEnum<{
|
|
6547
|
-
num: "num";
|
|
6548
|
-
min: "min";
|
|
6549
|
-
max: "max";
|
|
6550
6550
|
formula: "formula";
|
|
6551
6551
|
percent: "percent";
|
|
6552
|
+
num: "num";
|
|
6553
|
+
max: "max";
|
|
6554
|
+
min: "min";
|
|
6552
6555
|
percentile: "percentile";
|
|
6553
6556
|
}>;
|
|
6554
6557
|
value: z.ZodOptional<z.ZodString>;
|
|
6555
6558
|
}, z.core.$strip>;
|
|
6556
6559
|
max: z.ZodObject<{
|
|
6557
6560
|
type: z.ZodEnum<{
|
|
6558
|
-
num: "num";
|
|
6559
|
-
min: "min";
|
|
6560
|
-
max: "max";
|
|
6561
6561
|
formula: "formula";
|
|
6562
6562
|
percent: "percent";
|
|
6563
|
+
num: "num";
|
|
6564
|
+
max: "max";
|
|
6565
|
+
min: "min";
|
|
6563
6566
|
percentile: "percentile";
|
|
6564
6567
|
}>;
|
|
6565
6568
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -6603,11 +6606,11 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6603
6606
|
iconSetType: z.ZodString;
|
|
6604
6607
|
thresholds: z.ZodArray<z.ZodObject<{
|
|
6605
6608
|
type: z.ZodEnum<{
|
|
6606
|
-
num: "num";
|
|
6607
|
-
min: "min";
|
|
6608
|
-
max: "max";
|
|
6609
6609
|
formula: "formula";
|
|
6610
6610
|
percent: "percent";
|
|
6611
|
+
num: "num";
|
|
6612
|
+
max: "max";
|
|
6613
|
+
min: "min";
|
|
6611
6614
|
percentile: "percentile";
|
|
6612
6615
|
}>;
|
|
6613
6616
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -6647,12 +6650,12 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
|
|
|
6647
6650
|
type ContentSheetConditionalFormat = z.infer<typeof ContentSheetConditionalFormatSchema>;
|
|
6648
6651
|
declare const ContentSheetImageSchema: z.ZodObject<{
|
|
6649
6652
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
6650
|
-
body: "body";
|
|
6651
6653
|
chart: "chart";
|
|
6652
6654
|
diagram: "diagram";
|
|
6653
6655
|
table: "table";
|
|
6654
6656
|
image: "image";
|
|
6655
6657
|
notes: "notes";
|
|
6658
|
+
body: "body";
|
|
6656
6659
|
}>>;
|
|
6657
6660
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
6658
6661
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -6819,12 +6822,12 @@ declare const ContentSheetImageSchema: z.ZodObject<{
|
|
|
6819
6822
|
type ContentSheetImage = z.infer<typeof ContentSheetImageSchema>;
|
|
6820
6823
|
declare const ContentSheetSchema: z.ZodObject<{
|
|
6821
6824
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
6822
|
-
body: "body";
|
|
6823
6825
|
chart: "chart";
|
|
6824
6826
|
diagram: "diagram";
|
|
6825
6827
|
table: "table";
|
|
6826
6828
|
image: "image";
|
|
6827
6829
|
notes: "notes";
|
|
6830
|
+
body: "body";
|
|
6828
6831
|
}>>;
|
|
6829
6832
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
6830
6833
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -6848,12 +6851,12 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6848
6851
|
name: z.ZodString;
|
|
6849
6852
|
cells: z.ZodArray<z.ZodObject<{
|
|
6850
6853
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
6851
|
-
body: "body";
|
|
6852
6854
|
chart: "chart";
|
|
6853
6855
|
diagram: "diagram";
|
|
6854
6856
|
table: "table";
|
|
6855
6857
|
image: "image";
|
|
6856
6858
|
notes: "notes";
|
|
6859
|
+
body: "body";
|
|
6857
6860
|
}>>;
|
|
6858
6861
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
6859
6862
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -6928,12 +6931,12 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6928
6931
|
}, z.core.$strip>>;
|
|
6929
6932
|
runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6930
6933
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
6931
|
-
body: "body";
|
|
6932
6934
|
chart: "chart";
|
|
6933
6935
|
diagram: "diagram";
|
|
6934
6936
|
table: "table";
|
|
6935
6937
|
image: "image";
|
|
6936
6938
|
notes: "notes";
|
|
6939
|
+
body: "body";
|
|
6937
6940
|
}>>;
|
|
6938
6941
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
6939
6942
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -7227,12 +7230,12 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
7227
7230
|
}, z.core.$strip>>;
|
|
7228
7231
|
images: z.ZodArray<z.ZodObject<{
|
|
7229
7232
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
7230
|
-
body: "body";
|
|
7231
7233
|
chart: "chart";
|
|
7232
7234
|
diagram: "diagram";
|
|
7233
7235
|
table: "table";
|
|
7234
7236
|
image: "image";
|
|
7235
7237
|
notes: "notes";
|
|
7238
|
+
body: "body";
|
|
7236
7239
|
}>>;
|
|
7237
7240
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
7238
7241
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -7446,11 +7449,11 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
7446
7449
|
endColumn: z.ZodNumber;
|
|
7447
7450
|
}, z.core.$strip>>;
|
|
7448
7451
|
type: z.ZodEnum<{
|
|
7449
|
-
time: "time";
|
|
7450
7452
|
date: "date";
|
|
7451
7453
|
custom: "custom";
|
|
7452
7454
|
decimal: "decimal";
|
|
7453
7455
|
list: "list";
|
|
7456
|
+
time: "time";
|
|
7454
7457
|
whole: "whole";
|
|
7455
7458
|
textLength: "textLength";
|
|
7456
7459
|
}>;
|
|
@@ -7921,11 +7924,11 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
7921
7924
|
stops: z.ZodArray<z.ZodObject<{
|
|
7922
7925
|
value: z.ZodObject<{
|
|
7923
7926
|
type: z.ZodEnum<{
|
|
7924
|
-
num: "num";
|
|
7925
|
-
min: "min";
|
|
7926
|
-
max: "max";
|
|
7927
7927
|
formula: "formula";
|
|
7928
7928
|
percent: "percent";
|
|
7929
|
+
num: "num";
|
|
7930
|
+
max: "max";
|
|
7931
|
+
min: "min";
|
|
7929
7932
|
percentile: "percentile";
|
|
7930
7933
|
}>;
|
|
7931
7934
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -7968,22 +7971,22 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
7968
7971
|
}, z.core.$strip>, z.ZodObject<{
|
|
7969
7972
|
min: z.ZodObject<{
|
|
7970
7973
|
type: z.ZodEnum<{
|
|
7971
|
-
num: "num";
|
|
7972
|
-
min: "min";
|
|
7973
|
-
max: "max";
|
|
7974
7974
|
formula: "formula";
|
|
7975
7975
|
percent: "percent";
|
|
7976
|
+
num: "num";
|
|
7977
|
+
max: "max";
|
|
7978
|
+
min: "min";
|
|
7976
7979
|
percentile: "percentile";
|
|
7977
7980
|
}>;
|
|
7978
7981
|
value: z.ZodOptional<z.ZodString>;
|
|
7979
7982
|
}, z.core.$strip>;
|
|
7980
7983
|
max: z.ZodObject<{
|
|
7981
7984
|
type: z.ZodEnum<{
|
|
7982
|
-
num: "num";
|
|
7983
|
-
min: "min";
|
|
7984
|
-
max: "max";
|
|
7985
7985
|
formula: "formula";
|
|
7986
7986
|
percent: "percent";
|
|
7987
|
+
num: "num";
|
|
7988
|
+
max: "max";
|
|
7989
|
+
min: "min";
|
|
7987
7990
|
percentile: "percentile";
|
|
7988
7991
|
}>;
|
|
7989
7992
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -8027,11 +8030,11 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
8027
8030
|
iconSetType: z.ZodString;
|
|
8028
8031
|
thresholds: z.ZodArray<z.ZodObject<{
|
|
8029
8032
|
type: z.ZodEnum<{
|
|
8030
|
-
num: "num";
|
|
8031
|
-
min: "min";
|
|
8032
|
-
max: "max";
|
|
8033
8033
|
formula: "formula";
|
|
8034
8034
|
percent: "percent";
|
|
8035
|
+
num: "num";
|
|
8036
|
+
max: "max";
|
|
8037
|
+
min: "min";
|
|
8035
8038
|
percentile: "percentile";
|
|
8036
8039
|
}>;
|
|
8037
8040
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -8290,12 +8293,12 @@ declare const ContentSubpathSchema: z.ZodObject<{
|
|
|
8290
8293
|
type ContentSubpath = z.infer<typeof ContentSubpathSchema>;
|
|
8291
8294
|
declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
8292
8295
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8293
|
-
body: "body";
|
|
8294
8296
|
chart: "chart";
|
|
8295
8297
|
diagram: "diagram";
|
|
8296
8298
|
table: "table";
|
|
8297
8299
|
image: "image";
|
|
8298
8300
|
notes: "notes";
|
|
8301
|
+
body: "body";
|
|
8299
8302
|
}>>;
|
|
8300
8303
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
8301
8304
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -8428,12 +8431,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8428
8431
|
}, z.core.$strip>>>;
|
|
8429
8432
|
}, z.core.$strip>, z.ZodObject<{
|
|
8430
8433
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8431
|
-
body: "body";
|
|
8432
8434
|
chart: "chart";
|
|
8433
8435
|
diagram: "diagram";
|
|
8434
8436
|
table: "table";
|
|
8435
8437
|
image: "image";
|
|
8436
8438
|
notes: "notes";
|
|
8439
|
+
body: "body";
|
|
8437
8440
|
}>>;
|
|
8438
8441
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
8439
8442
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -8566,12 +8569,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8566
8569
|
}, z.core.$strip>>>;
|
|
8567
8570
|
}, z.core.$strip>, z.ZodObject<{
|
|
8568
8571
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8569
|
-
body: "body";
|
|
8570
8572
|
chart: "chart";
|
|
8571
8573
|
diagram: "diagram";
|
|
8572
8574
|
table: "table";
|
|
8573
8575
|
image: "image";
|
|
8574
8576
|
notes: "notes";
|
|
8577
|
+
body: "body";
|
|
8575
8578
|
}>>;
|
|
8576
8579
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
8577
8580
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -8654,12 +8657,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8654
8657
|
}, z.core.$strip>>>;
|
|
8655
8658
|
}, z.core.$strip>, z.ZodObject<{
|
|
8656
8659
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8657
|
-
body: "body";
|
|
8658
8660
|
chart: "chart";
|
|
8659
8661
|
diagram: "diagram";
|
|
8660
8662
|
table: "table";
|
|
8661
8663
|
image: "image";
|
|
8662
8664
|
notes: "notes";
|
|
8665
|
+
body: "body";
|
|
8663
8666
|
}>>;
|
|
8664
8667
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
8665
8668
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -8826,12 +8829,12 @@ declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8826
8829
|
type ContentVector = z.infer<typeof ContentVectorSchema>;
|
|
8827
8830
|
declare const ContentDrawPageSchema: z.ZodObject<{
|
|
8828
8831
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8829
|
-
body: "body";
|
|
8830
8832
|
chart: "chart";
|
|
8831
8833
|
diagram: "diagram";
|
|
8832
8834
|
table: "table";
|
|
8833
8835
|
image: "image";
|
|
8834
8836
|
notes: "notes";
|
|
8837
|
+
body: "body";
|
|
8835
8838
|
}>>;
|
|
8836
8839
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
8837
8840
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -8859,12 +8862,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
|
|
|
8859
8862
|
shapes: z.ZodArray<z.ZodObject<{
|
|
8860
8863
|
blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
|
|
8861
8864
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8862
|
-
body: "body";
|
|
8863
8865
|
chart: "chart";
|
|
8864
8866
|
diagram: "diagram";
|
|
8865
8867
|
table: "table";
|
|
8866
8868
|
image: "image";
|
|
8867
8869
|
notes: "notes";
|
|
8870
|
+
body: "body";
|
|
8868
8871
|
}>>;
|
|
8869
8872
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
8870
8873
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -8932,12 +8935,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
|
|
|
8932
8935
|
}, z.core.$strip>>;
|
|
8933
8936
|
vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
8934
8937
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8935
|
-
body: "body";
|
|
8936
8938
|
chart: "chart";
|
|
8937
8939
|
diagram: "diagram";
|
|
8938
8940
|
table: "table";
|
|
8939
8941
|
image: "image";
|
|
8940
8942
|
notes: "notes";
|
|
8943
|
+
body: "body";
|
|
8941
8944
|
}>>;
|
|
8942
8945
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
8943
8946
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9070,12 +9073,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
|
|
|
9070
9073
|
}, z.core.$strip>>>;
|
|
9071
9074
|
}, z.core.$strip>, z.ZodObject<{
|
|
9072
9075
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9073
|
-
body: "body";
|
|
9074
9076
|
chart: "chart";
|
|
9075
9077
|
diagram: "diagram";
|
|
9076
9078
|
table: "table";
|
|
9077
9079
|
image: "image";
|
|
9078
9080
|
notes: "notes";
|
|
9081
|
+
body: "body";
|
|
9079
9082
|
}>>;
|
|
9080
9083
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9081
9084
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9208,12 +9211,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
|
|
|
9208
9211
|
}, z.core.$strip>>>;
|
|
9209
9212
|
}, z.core.$strip>, z.ZodObject<{
|
|
9210
9213
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9211
|
-
body: "body";
|
|
9212
9214
|
chart: "chart";
|
|
9213
9215
|
diagram: "diagram";
|
|
9214
9216
|
table: "table";
|
|
9215
9217
|
image: "image";
|
|
9216
9218
|
notes: "notes";
|
|
9219
|
+
body: "body";
|
|
9217
9220
|
}>>;
|
|
9218
9221
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9219
9222
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9296,12 +9299,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
|
|
|
9296
9299
|
}, z.core.$strip>>>;
|
|
9297
9300
|
}, z.core.$strip>, z.ZodObject<{
|
|
9298
9301
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9299
|
-
body: "body";
|
|
9300
9302
|
chart: "chart";
|
|
9301
9303
|
diagram: "diagram";
|
|
9302
9304
|
table: "table";
|
|
9303
9305
|
image: "image";
|
|
9304
9306
|
notes: "notes";
|
|
9307
|
+
body: "body";
|
|
9305
9308
|
}>>;
|
|
9306
9309
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9307
9310
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9489,12 +9492,12 @@ declare const ContentDrawPageSchema: z.ZodObject<{
|
|
|
9489
9492
|
type ContentDrawPage = z.infer<typeof ContentDrawPageSchema>;
|
|
9490
9493
|
declare const ContentFormulaSchema: z.ZodObject<{
|
|
9491
9494
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9492
|
-
body: "body";
|
|
9493
9495
|
chart: "chart";
|
|
9494
9496
|
diagram: "diagram";
|
|
9495
9497
|
table: "table";
|
|
9496
9498
|
image: "image";
|
|
9497
9499
|
notes: "notes";
|
|
9500
|
+
body: "body";
|
|
9498
9501
|
}>>;
|
|
9499
9502
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9500
9503
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9602,12 +9605,12 @@ type ContentDefinedName = z.infer<typeof ContentDefinedNameSchema>;
|
|
|
9602
9605
|
declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
9603
9606
|
sections: z.ZodArray<z.ZodObject<{
|
|
9604
9607
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9605
|
-
body: "body";
|
|
9606
9608
|
chart: "chart";
|
|
9607
9609
|
diagram: "diagram";
|
|
9608
9610
|
table: "table";
|
|
9609
9611
|
image: "image";
|
|
9610
9612
|
notes: "notes";
|
|
9613
|
+
body: "body";
|
|
9611
9614
|
}>>;
|
|
9612
9615
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9613
9616
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9751,12 +9754,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9751
9754
|
}, z.core.$strip>, z.ZodObject<{
|
|
9752
9755
|
slides: z.ZodArray<z.ZodObject<{
|
|
9753
9756
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9754
|
-
body: "body";
|
|
9755
9757
|
chart: "chart";
|
|
9756
9758
|
diagram: "diagram";
|
|
9757
9759
|
table: "table";
|
|
9758
9760
|
image: "image";
|
|
9759
9761
|
notes: "notes";
|
|
9762
|
+
body: "body";
|
|
9760
9763
|
}>>;
|
|
9761
9764
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9762
9765
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9784,12 +9787,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9784
9787
|
shapes: z.ZodArray<z.ZodObject<{
|
|
9785
9788
|
blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
|
|
9786
9789
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9787
|
-
body: "body";
|
|
9788
9790
|
chart: "chart";
|
|
9789
9791
|
diagram: "diagram";
|
|
9790
9792
|
table: "table";
|
|
9791
9793
|
image: "image";
|
|
9792
9794
|
notes: "notes";
|
|
9795
|
+
body: "body";
|
|
9793
9796
|
}>>;
|
|
9794
9797
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9795
9798
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9947,12 +9950,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9947
9950
|
}, z.core.$strip>, z.ZodObject<{
|
|
9948
9951
|
sheets: z.ZodArray<z.ZodObject<{
|
|
9949
9952
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9950
|
-
body: "body";
|
|
9951
9953
|
chart: "chart";
|
|
9952
9954
|
diagram: "diagram";
|
|
9953
9955
|
table: "table";
|
|
9954
9956
|
image: "image";
|
|
9955
9957
|
notes: "notes";
|
|
9958
|
+
body: "body";
|
|
9956
9959
|
}>>;
|
|
9957
9960
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9958
9961
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -9976,12 +9979,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
9976
9979
|
name: z.ZodString;
|
|
9977
9980
|
cells: z.ZodArray<z.ZodObject<{
|
|
9978
9981
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9979
|
-
body: "body";
|
|
9980
9982
|
chart: "chart";
|
|
9981
9983
|
diagram: "diagram";
|
|
9982
9984
|
table: "table";
|
|
9983
9985
|
image: "image";
|
|
9984
9986
|
notes: "notes";
|
|
9987
|
+
body: "body";
|
|
9985
9988
|
}>>;
|
|
9986
9989
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
9987
9990
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -10056,12 +10059,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10056
10059
|
}, z.core.$strip>>;
|
|
10057
10060
|
runs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10058
10061
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
10059
|
-
body: "body";
|
|
10060
10062
|
chart: "chart";
|
|
10061
10063
|
diagram: "diagram";
|
|
10062
10064
|
table: "table";
|
|
10063
10065
|
image: "image";
|
|
10064
10066
|
notes: "notes";
|
|
10067
|
+
body: "body";
|
|
10065
10068
|
}>>;
|
|
10066
10069
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
10067
10070
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -10355,12 +10358,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10355
10358
|
}, z.core.$strip>>;
|
|
10356
10359
|
images: z.ZodArray<z.ZodObject<{
|
|
10357
10360
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
10358
|
-
body: "body";
|
|
10359
10361
|
chart: "chart";
|
|
10360
10362
|
diagram: "diagram";
|
|
10361
10363
|
table: "table";
|
|
10362
10364
|
image: "image";
|
|
10363
10365
|
notes: "notes";
|
|
10366
|
+
body: "body";
|
|
10364
10367
|
}>>;
|
|
10365
10368
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
10366
10369
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -10574,11 +10577,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10574
10577
|
endColumn: z.ZodNumber;
|
|
10575
10578
|
}, z.core.$strip>>;
|
|
10576
10579
|
type: z.ZodEnum<{
|
|
10577
|
-
time: "time";
|
|
10578
10580
|
date: "date";
|
|
10579
10581
|
custom: "custom";
|
|
10580
10582
|
decimal: "decimal";
|
|
10581
10583
|
list: "list";
|
|
10584
|
+
time: "time";
|
|
10582
10585
|
whole: "whole";
|
|
10583
10586
|
textLength: "textLength";
|
|
10584
10587
|
}>;
|
|
@@ -11049,11 +11052,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11049
11052
|
stops: z.ZodArray<z.ZodObject<{
|
|
11050
11053
|
value: z.ZodObject<{
|
|
11051
11054
|
type: z.ZodEnum<{
|
|
11052
|
-
num: "num";
|
|
11053
|
-
min: "min";
|
|
11054
|
-
max: "max";
|
|
11055
11055
|
formula: "formula";
|
|
11056
11056
|
percent: "percent";
|
|
11057
|
+
num: "num";
|
|
11058
|
+
max: "max";
|
|
11059
|
+
min: "min";
|
|
11057
11060
|
percentile: "percentile";
|
|
11058
11061
|
}>;
|
|
11059
11062
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -11096,22 +11099,22 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11096
11099
|
}, z.core.$strip>, z.ZodObject<{
|
|
11097
11100
|
min: z.ZodObject<{
|
|
11098
11101
|
type: z.ZodEnum<{
|
|
11099
|
-
num: "num";
|
|
11100
|
-
min: "min";
|
|
11101
|
-
max: "max";
|
|
11102
11102
|
formula: "formula";
|
|
11103
11103
|
percent: "percent";
|
|
11104
|
+
num: "num";
|
|
11105
|
+
max: "max";
|
|
11106
|
+
min: "min";
|
|
11104
11107
|
percentile: "percentile";
|
|
11105
11108
|
}>;
|
|
11106
11109
|
value: z.ZodOptional<z.ZodString>;
|
|
11107
11110
|
}, z.core.$strip>;
|
|
11108
11111
|
max: z.ZodObject<{
|
|
11109
11112
|
type: z.ZodEnum<{
|
|
11110
|
-
num: "num";
|
|
11111
|
-
min: "min";
|
|
11112
|
-
max: "max";
|
|
11113
11113
|
formula: "formula";
|
|
11114
11114
|
percent: "percent";
|
|
11115
|
+
num: "num";
|
|
11116
|
+
max: "max";
|
|
11117
|
+
min: "min";
|
|
11115
11118
|
percentile: "percentile";
|
|
11116
11119
|
}>;
|
|
11117
11120
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -11155,11 +11158,11 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11155
11158
|
iconSetType: z.ZodString;
|
|
11156
11159
|
thresholds: z.ZodArray<z.ZodObject<{
|
|
11157
11160
|
type: z.ZodEnum<{
|
|
11158
|
-
num: "num";
|
|
11159
|
-
min: "min";
|
|
11160
|
-
max: "max";
|
|
11161
11161
|
formula: "formula";
|
|
11162
11162
|
percent: "percent";
|
|
11163
|
+
num: "num";
|
|
11164
|
+
max: "max";
|
|
11165
|
+
min: "min";
|
|
11163
11166
|
percentile: "percentile";
|
|
11164
11167
|
}>;
|
|
11165
11168
|
value: z.ZodOptional<z.ZodString>;
|
|
@@ -11292,12 +11295,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11292
11295
|
}, z.core.$strip>, z.ZodObject<{
|
|
11293
11296
|
pages: z.ZodArray<z.ZodObject<{
|
|
11294
11297
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
11295
|
-
body: "body";
|
|
11296
11298
|
chart: "chart";
|
|
11297
11299
|
diagram: "diagram";
|
|
11298
11300
|
table: "table";
|
|
11299
11301
|
image: "image";
|
|
11300
11302
|
notes: "notes";
|
|
11303
|
+
body: "body";
|
|
11301
11304
|
}>>;
|
|
11302
11305
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
11303
11306
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -11325,12 +11328,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11325
11328
|
shapes: z.ZodArray<z.ZodObject<{
|
|
11326
11329
|
blocks: z.ZodLazy<z.ZodArray<z.ZodType<ContentBlock, ContentBlock, z.core.$ZodTypeInternals<ContentBlock, ContentBlock>>>>;
|
|
11327
11330
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
11328
|
-
body: "body";
|
|
11329
11331
|
chart: "chart";
|
|
11330
11332
|
diagram: "diagram";
|
|
11331
11333
|
table: "table";
|
|
11332
11334
|
image: "image";
|
|
11333
11335
|
notes: "notes";
|
|
11336
|
+
body: "body";
|
|
11334
11337
|
}>>;
|
|
11335
11338
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
11336
11339
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -11398,12 +11401,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11398
11401
|
}, z.core.$strip>>;
|
|
11399
11402
|
vectors: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
11400
11403
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
11401
|
-
body: "body";
|
|
11402
11404
|
chart: "chart";
|
|
11403
11405
|
diagram: "diagram";
|
|
11404
11406
|
table: "table";
|
|
11405
11407
|
image: "image";
|
|
11406
11408
|
notes: "notes";
|
|
11409
|
+
body: "body";
|
|
11407
11410
|
}>>;
|
|
11408
11411
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
11409
11412
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -11536,12 +11539,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11536
11539
|
}, z.core.$strip>>>;
|
|
11537
11540
|
}, z.core.$strip>, z.ZodObject<{
|
|
11538
11541
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
11539
|
-
body: "body";
|
|
11540
11542
|
chart: "chart";
|
|
11541
11543
|
diagram: "diagram";
|
|
11542
11544
|
table: "table";
|
|
11543
11545
|
image: "image";
|
|
11544
11546
|
notes: "notes";
|
|
11547
|
+
body: "body";
|
|
11545
11548
|
}>>;
|
|
11546
11549
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
11547
11550
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -11674,12 +11677,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11674
11677
|
}, z.core.$strip>>>;
|
|
11675
11678
|
}, z.core.$strip>, z.ZodObject<{
|
|
11676
11679
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
11677
|
-
body: "body";
|
|
11678
11680
|
chart: "chart";
|
|
11679
11681
|
diagram: "diagram";
|
|
11680
11682
|
table: "table";
|
|
11681
11683
|
image: "image";
|
|
11682
11684
|
notes: "notes";
|
|
11685
|
+
body: "body";
|
|
11683
11686
|
}>>;
|
|
11684
11687
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
11685
11688
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -11762,12 +11765,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
11762
11765
|
}, z.core.$strip>>>;
|
|
11763
11766
|
}, z.core.$strip>, z.ZodObject<{
|
|
11764
11767
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
11765
|
-
body: "body";
|
|
11766
11768
|
chart: "chart";
|
|
11767
11769
|
diagram: "diagram";
|
|
11768
11770
|
table: "table";
|
|
11769
11771
|
image: "image";
|
|
11770
11772
|
notes: "notes";
|
|
11773
|
+
body: "body";
|
|
11771
11774
|
}>>;
|
|
11772
11775
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
11773
11776
|
transcript: z.ZodOptional<z.ZodObject<{
|
|
@@ -12022,12 +12025,12 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
12022
12025
|
}, z.core.$strip>, z.ZodObject<{
|
|
12023
12026
|
formula: z.ZodObject<{
|
|
12024
12027
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
12025
|
-
body: "body";
|
|
12026
12028
|
chart: "chart";
|
|
12027
12029
|
diagram: "diagram";
|
|
12028
12030
|
table: "table";
|
|
12029
12031
|
image: "image";
|
|
12030
12032
|
notes: "notes";
|
|
12033
|
+
body: "body";
|
|
12031
12034
|
}>>;
|
|
12032
12035
|
interpretation: z.ZodOptional<z.ZodObject<{
|
|
12033
12036
|
transcript: z.ZodOptional<z.ZodObject<{
|