document-content-model 7.11.2 → 7.11.4

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 (41) hide show
  1. package/dist/codec.d.cts +1 -1
  2. package/dist/codec.d.ts +1 -1
  3. package/dist/{construct-C4XiF8OW.d.cts → construct-C9cYkjnd.d.cts} +6 -6
  4. package/dist/{construct-C4XiF8OW.d.ts → construct-C9cYkjnd.d.ts} +6 -6
  5. package/dist/construct.d.cts +1 -1
  6. package/dist/construct.d.ts +1 -1
  7. package/dist/{content-D-j5QBCq.d.ts → content-GHj_31uQ.d.ts} +52 -52
  8. package/dist/{content-BrxGwe8j.d.cts → content-zNNPbwYY.d.cts} +52 -52
  9. package/dist/content.d.cts +1 -1
  10. package/dist/content.d.ts +1 -1
  11. package/dist/decompose.d.cts +2 -2
  12. package/dist/decompose.d.ts +2 -2
  13. package/dist/definitions.d.cts +4 -4
  14. package/dist/definitions.d.ts +4 -4
  15. package/dist/factor-styles.cjs +12 -54
  16. package/dist/factor-styles.d.cts +1 -1
  17. package/dist/factor-styles.d.ts +1 -1
  18. package/dist/factor-styles.js +12 -54
  19. package/dist/flatten.d.cts +1 -1
  20. package/dist/flatten.d.ts +1 -1
  21. package/dist/index.d.cts +4 -4
  22. package/dist/index.d.ts +4 -4
  23. package/dist/{package-node-CHX4Z0RM.d.ts → package-node-CIZQ2_C1.d.ts} +24 -24
  24. package/dist/{package-node-DH0p0dyl.d.cts → package-node-DaPwHzsg.d.cts} +24 -24
  25. package/dist/package-node.d.cts +1 -1
  26. package/dist/package-node.d.ts +1 -1
  27. package/dist/package.d.cts +6 -6
  28. package/dist/package.d.ts +6 -6
  29. package/dist/schema-io.cjs +2 -2
  30. package/dist/schema-io.d.cts +1 -1
  31. package/dist/schema-io.d.ts +1 -1
  32. package/dist/schema-io.js +2 -2
  33. package/dist/{style-D06NwxAJ.d.cts → style-BGMcYrD2.d.cts} +1 -1
  34. package/dist/{style-D06NwxAJ.d.ts → style-BGMcYrD2.d.ts} +1 -1
  35. package/dist/style.d.cts +1 -1
  36. package/dist/style.d.ts +1 -1
  37. package/dist/text-layout.d.cts +1 -1
  38. package/dist/text-layout.d.ts +1 -1
  39. package/package.json +1 -1
  40. package/schemas/content-document.schema.json +16 -16
  41. package/schemas/document-tree.schema.json +3 -3
@@ -3,7 +3,7 @@ import { p as MathExpression } from "./math-BScHxedi.js";
3
3
  import { n as Color } from "./color-AELCDH_b.js";
4
4
  import { r as LayoutFrame, t as Box } from "./geometry-CvcjSwnA.js";
5
5
  import { r as SourceResidue } from "./source-Bas5ol6f.js";
6
- import { o as TextDirection } from "./style-D06NwxAJ.js";
6
+ import { o as TextDirection } from "./style-BGMcYrD2.js";
7
7
  import { z } from "zod";
8
8
  //#region src/content.d.ts
9
9
  type FusedNode<T> = T & {
@@ -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>;
@@ -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>;
@@ -784,8 +784,8 @@ declare const ContentParagraphSchema: z.ZodObject<{
784
784
  headingLevel: z.ZodOptional<z.ZodNumber>;
785
785
  alignment: z.ZodOptional<z.ZodEnum<{
786
786
  left: "left";
787
- center: "center";
788
787
  right: "right";
788
+ center: "center";
789
789
  justify: "justify";
790
790
  }>>;
791
791
  list: z.ZodOptional<z.ZodObject<{
@@ -921,10 +921,10 @@ declare const ContentFloatOriginSchema: z.ZodEnum<{
921
921
  type ContentFloatOrigin = z.infer<typeof ContentFloatOriginSchema>;
922
922
  declare const ContentFloatAlignSchema: z.ZodEnum<{
923
923
  left: "left";
924
- center: "center";
925
924
  right: "right";
926
925
  top: "top";
927
926
  bottom: "bottom";
927
+ center: "center";
928
928
  inside: "inside";
929
929
  outside: "outside";
930
930
  }>;
@@ -964,10 +964,10 @@ declare const ContentFloatAxisSchema: z.ZodUnion<readonly [z.ZodObject<{
964
964
  }>;
965
965
  align: z.ZodEnum<{
966
966
  left: "left";
967
- center: "center";
968
967
  right: "right";
969
968
  top: "top";
970
969
  bottom: "bottom";
970
+ center: "center";
971
971
  inside: "inside";
972
972
  outside: "outside";
973
973
  }>;
@@ -1009,10 +1009,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
1009
1009
  }>;
1010
1010
  align: z.ZodEnum<{
1011
1011
  left: "left";
1012
- center: "center";
1013
1012
  right: "right";
1014
1013
  top: "top";
1015
1014
  bottom: "bottom";
1015
+ center: "center";
1016
1016
  inside: "inside";
1017
1017
  outside: "outside";
1018
1018
  }>;
@@ -1052,10 +1052,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
1052
1052
  }>;
1053
1053
  align: z.ZodEnum<{
1054
1054
  left: "left";
1055
- center: "center";
1056
1055
  right: "right";
1057
1056
  top: "top";
1058
1057
  bottom: "bottom";
1058
+ center: "center";
1059
1059
  inside: "inside";
1060
1060
  outside: "outside";
1061
1061
  }>;
@@ -1159,10 +1159,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
1159
1159
  }>;
1160
1160
  align: z.ZodEnum<{
1161
1161
  left: "left";
1162
- center: "center";
1163
1162
  right: "right";
1164
1163
  top: "top";
1165
1164
  bottom: "bottom";
1165
+ center: "center";
1166
1166
  inside: "inside";
1167
1167
  outside: "outside";
1168
1168
  }>;
@@ -1202,10 +1202,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
1202
1202
  }>;
1203
1203
  align: z.ZodEnum<{
1204
1204
  left: "left";
1205
- center: "center";
1206
1205
  right: "right";
1207
1206
  top: "top";
1208
1207
  bottom: "bottom";
1208
+ center: "center";
1209
1209
  inside: "inside";
1210
1210
  outside: "outside";
1211
1211
  }>;
@@ -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>;
@@ -1588,11 +1588,11 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
1588
1588
  }, z.core.$strip>>;
1589
1589
  }, z.core.$strip>>;
1590
1590
  objectKind: z.ZodEnum<{
1591
+ formula: "formula";
1591
1592
  wordprocessing: "wordprocessing";
1592
1593
  presentation: "presentation";
1593
1594
  spreadsheet: "spreadsheet";
1594
1595
  drawing: "drawing";
1595
- formula: "formula";
1596
1596
  chart: "chart";
1597
1597
  }>;
1598
1598
  document: z.ZodLazy<z.ZodDiscriminatedUnion<[z.ZodObject<{
@@ -2292,8 +2292,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2292
2292
  }, z.core.$strip>>;
2293
2293
  alignment: z.ZodOptional<z.ZodEnum<{
2294
2294
  left: "left";
2295
- center: "center";
2296
2295
  right: "right";
2296
+ center: "center";
2297
2297
  justify: "justify";
2298
2298
  }>>;
2299
2299
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -2435,10 +2435,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2435
2435
  }>;
2436
2436
  align: z.ZodEnum<{
2437
2437
  left: "left";
2438
- center: "center";
2439
2438
  right: "right";
2440
2439
  top: "top";
2441
2440
  bottom: "bottom";
2441
+ center: "center";
2442
2442
  inside: "inside";
2443
2443
  outside: "outside";
2444
2444
  }>;
@@ -2478,10 +2478,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2478
2478
  }>;
2479
2479
  align: z.ZodEnum<{
2480
2480
  left: "left";
2481
- center: "center";
2482
2481
  right: "right";
2483
2482
  top: "top";
2484
2483
  bottom: "bottom";
2484
+ center: "center";
2485
2485
  inside: "inside";
2486
2486
  outside: "outside";
2487
2487
  }>;
@@ -2572,9 +2572,9 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
2572
2572
  type: z.ZodEnum<{
2573
2573
  date: "date";
2574
2574
  custom: "custom";
2575
- time: "time";
2576
2575
  decimal: "decimal";
2577
2576
  list: "list";
2577
+ time: "time";
2578
2578
  whole: "whole";
2579
2579
  textLength: "textLength";
2580
2580
  }>;
@@ -3046,8 +3046,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3046
3046
  value: z.ZodObject<{
3047
3047
  type: z.ZodEnum<{
3048
3048
  formula: "formula";
3049
- num: "num";
3050
3049
  percent: "percent";
3050
+ num: "num";
3051
3051
  max: "max";
3052
3052
  min: "min";
3053
3053
  percentile: "percentile";
@@ -3093,8 +3093,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3093
3093
  min: z.ZodObject<{
3094
3094
  type: z.ZodEnum<{
3095
3095
  formula: "formula";
3096
- num: "num";
3097
3096
  percent: "percent";
3097
+ num: "num";
3098
3098
  max: "max";
3099
3099
  min: "min";
3100
3100
  percentile: "percentile";
@@ -3104,8 +3104,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3104
3104
  max: z.ZodObject<{
3105
3105
  type: z.ZodEnum<{
3106
3106
  formula: "formula";
3107
- num: "num";
3108
3107
  percent: "percent";
3108
+ num: "num";
3109
3109
  max: "max";
3110
3110
  min: "min";
3111
3111
  percentile: "percentile";
@@ -3152,8 +3152,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
3152
3152
  thresholds: z.ZodArray<z.ZodObject<{
3153
3153
  type: z.ZodEnum<{
3154
3154
  formula: "formula";
3155
- num: "num";
3156
3155
  percent: "percent";
3156
+ num: "num";
3157
3157
  max: "max";
3158
3158
  min: "min";
3159
3159
  percentile: "percentile";
@@ -4605,9 +4605,9 @@ declare const ContentTableCellSchema: z.ZodObject<{
4605
4605
  }, z.core.$strip>>;
4606
4606
  }, z.core.$strip>>;
4607
4607
  verticalAlign: z.ZodOptional<z.ZodEnum<{
4608
- center: "center";
4609
4608
  top: "top";
4610
4609
  bottom: "bottom";
4610
+ center: "center";
4611
4611
  }>>;
4612
4612
  formula: z.ZodOptional<z.ZodString>;
4613
4613
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -4832,9 +4832,9 @@ declare const ContentTableRowSchema: z.ZodObject<{
4832
4832
  }, z.core.$strip>>;
4833
4833
  }, z.core.$strip>>;
4834
4834
  verticalAlign: z.ZodOptional<z.ZodEnum<{
4835
- center: "center";
4836
4835
  top: "top";
4837
4836
  bottom: "bottom";
4837
+ center: "center";
4838
4838
  }>>;
4839
4839
  formula: z.ZodOptional<z.ZodString>;
4840
4840
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -5094,9 +5094,9 @@ declare const ContentTableSchema: z.ZodObject<{
5094
5094
  }, z.core.$strip>>;
5095
5095
  }, z.core.$strip>>;
5096
5096
  verticalAlign: z.ZodOptional<z.ZodEnum<{
5097
- center: "center";
5098
5097
  top: "top";
5099
5098
  bottom: "bottom";
5099
+ center: "center";
5100
5100
  }>>;
5101
5101
  formula: z.ZodOptional<z.ZodString>;
5102
5102
  sourcePath: z.ZodOptional<z.ZodString>;
@@ -5826,8 +5826,8 @@ declare const ContentSheetCellSchema: z.ZodObject<{
5826
5826
  }, z.core.$strip>>;
5827
5827
  alignment: z.ZodOptional<z.ZodEnum<{
5828
5828
  left: "left";
5829
- center: "center";
5830
5829
  right: "right";
5830
+ center: "center";
5831
5831
  justify: "justify";
5832
5832
  }>>;
5833
5833
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -5961,9 +5961,9 @@ type SheetRuleOperator = z.infer<typeof SheetRuleOperatorSchema>;
5961
5961
  declare const ContentSheetDataValidationTypeSchema: z.ZodEnum<{
5962
5962
  date: "date";
5963
5963
  custom: "custom";
5964
- time: "time";
5965
5964
  decimal: "decimal";
5966
5965
  list: "list";
5966
+ time: "time";
5967
5967
  whole: "whole";
5968
5968
  textLength: "textLength";
5969
5969
  }>;
@@ -5978,9 +5978,9 @@ declare const ContentSheetDataValidationSchema: z.ZodObject<{
5978
5978
  type: z.ZodEnum<{
5979
5979
  date: "date";
5980
5980
  custom: "custom";
5981
- time: "time";
5982
5981
  decimal: "decimal";
5983
5982
  list: "list";
5983
+ time: "time";
5984
5984
  whole: "whole";
5985
5985
  textLength: "textLength";
5986
5986
  }>;
@@ -6066,8 +6066,8 @@ type ContentSheetConditionalFormatStyle = z.infer<typeof ContentSheetConditional
6066
6066
  declare const ContentSheetConditionalFormatValueSchema: z.ZodObject<{
6067
6067
  type: z.ZodEnum<{
6068
6068
  formula: "formula";
6069
- num: "num";
6070
6069
  percent: "percent";
6070
+ num: "num";
6071
6071
  max: "max";
6072
6072
  min: "min";
6073
6073
  percentile: "percentile";
@@ -6498,8 +6498,8 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6498
6498
  value: z.ZodObject<{
6499
6499
  type: z.ZodEnum<{
6500
6500
  formula: "formula";
6501
- num: "num";
6502
6501
  percent: "percent";
6502
+ num: "num";
6503
6503
  max: "max";
6504
6504
  min: "min";
6505
6505
  percentile: "percentile";
@@ -6545,8 +6545,8 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6545
6545
  min: z.ZodObject<{
6546
6546
  type: z.ZodEnum<{
6547
6547
  formula: "formula";
6548
- num: "num";
6549
6548
  percent: "percent";
6549
+ num: "num";
6550
6550
  max: "max";
6551
6551
  min: "min";
6552
6552
  percentile: "percentile";
@@ -6556,8 +6556,8 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6556
6556
  max: z.ZodObject<{
6557
6557
  type: z.ZodEnum<{
6558
6558
  formula: "formula";
6559
- num: "num";
6560
6559
  percent: "percent";
6560
+ num: "num";
6561
6561
  max: "max";
6562
6562
  min: "min";
6563
6563
  percentile: "percentile";
@@ -6604,8 +6604,8 @@ declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.Zo
6604
6604
  thresholds: z.ZodArray<z.ZodObject<{
6605
6605
  type: z.ZodEnum<{
6606
6606
  formula: "formula";
6607
- num: "num";
6608
6607
  percent: "percent";
6608
+ num: "num";
6609
6609
  max: "max";
6610
6610
  min: "min";
6611
6611
  percentile: "percentile";
@@ -6731,10 +6731,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6731
6731
  }>;
6732
6732
  align: z.ZodEnum<{
6733
6733
  left: "left";
6734
- center: "center";
6735
6734
  right: "right";
6736
6735
  top: "top";
6737
6736
  bottom: "bottom";
6737
+ center: "center";
6738
6738
  inside: "inside";
6739
6739
  outside: "outside";
6740
6740
  }>;
@@ -6774,10 +6774,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
6774
6774
  }>;
6775
6775
  align: z.ZodEnum<{
6776
6776
  left: "left";
6777
- center: "center";
6778
6777
  right: "right";
6779
6778
  top: "top";
6780
6779
  bottom: "bottom";
6780
+ center: "center";
6781
6781
  inside: "inside";
6782
6782
  outside: "outside";
6783
6783
  }>;
@@ -7168,8 +7168,8 @@ declare const ContentSheetSchema: z.ZodObject<{
7168
7168
  }, z.core.$strip>>;
7169
7169
  alignment: z.ZodOptional<z.ZodEnum<{
7170
7170
  left: "left";
7171
- center: "center";
7172
7171
  right: "right";
7172
+ center: "center";
7173
7173
  justify: "justify";
7174
7174
  }>>;
7175
7175
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -7311,10 +7311,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7311
7311
  }>;
7312
7312
  align: z.ZodEnum<{
7313
7313
  left: "left";
7314
- center: "center";
7315
7314
  right: "right";
7316
7315
  top: "top";
7317
7316
  bottom: "bottom";
7317
+ center: "center";
7318
7318
  inside: "inside";
7319
7319
  outside: "outside";
7320
7320
  }>;
@@ -7354,10 +7354,10 @@ declare const ContentSheetSchema: z.ZodObject<{
7354
7354
  }>;
7355
7355
  align: z.ZodEnum<{
7356
7356
  left: "left";
7357
- center: "center";
7358
7357
  right: "right";
7359
7358
  top: "top";
7360
7359
  bottom: "bottom";
7360
+ center: "center";
7361
7361
  inside: "inside";
7362
7362
  outside: "outside";
7363
7363
  }>;
@@ -7448,9 +7448,9 @@ declare const ContentSheetSchema: z.ZodObject<{
7448
7448
  type: z.ZodEnum<{
7449
7449
  date: "date";
7450
7450
  custom: "custom";
7451
- time: "time";
7452
7451
  decimal: "decimal";
7453
7452
  list: "list";
7453
+ time: "time";
7454
7454
  whole: "whole";
7455
7455
  textLength: "textLength";
7456
7456
  }>;
@@ -7922,8 +7922,8 @@ declare const ContentSheetSchema: z.ZodObject<{
7922
7922
  value: z.ZodObject<{
7923
7923
  type: z.ZodEnum<{
7924
7924
  formula: "formula";
7925
- num: "num";
7926
7925
  percent: "percent";
7926
+ num: "num";
7927
7927
  max: "max";
7928
7928
  min: "min";
7929
7929
  percentile: "percentile";
@@ -7969,8 +7969,8 @@ declare const ContentSheetSchema: z.ZodObject<{
7969
7969
  min: z.ZodObject<{
7970
7970
  type: z.ZodEnum<{
7971
7971
  formula: "formula";
7972
- num: "num";
7973
7972
  percent: "percent";
7973
+ num: "num";
7974
7974
  max: "max";
7975
7975
  min: "min";
7976
7976
  percentile: "percentile";
@@ -7980,8 +7980,8 @@ declare const ContentSheetSchema: z.ZodObject<{
7980
7980
  max: z.ZodObject<{
7981
7981
  type: z.ZodEnum<{
7982
7982
  formula: "formula";
7983
- num: "num";
7984
7983
  percent: "percent";
7984
+ num: "num";
7985
7985
  max: "max";
7986
7986
  min: "min";
7987
7987
  percentile: "percentile";
@@ -8028,8 +8028,8 @@ declare const ContentSheetSchema: z.ZodObject<{
8028
8028
  thresholds: z.ZodArray<z.ZodObject<{
8029
8029
  type: z.ZodEnum<{
8030
8030
  formula: "formula";
8031
- num: "num";
8032
8031
  percent: "percent";
8032
+ num: "num";
8033
8033
  max: "max";
8034
8034
  min: "min";
8035
8035
  percentile: "percentile";
@@ -10296,8 +10296,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10296
10296
  }, z.core.$strip>>;
10297
10297
  alignment: z.ZodOptional<z.ZodEnum<{
10298
10298
  left: "left";
10299
- center: "center";
10300
10299
  right: "right";
10300
+ center: "center";
10301
10301
  justify: "justify";
10302
10302
  }>>;
10303
10303
  verticalAlignment: z.ZodOptional<z.ZodEnum<{
@@ -10439,10 +10439,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10439
10439
  }>;
10440
10440
  align: z.ZodEnum<{
10441
10441
  left: "left";
10442
- center: "center";
10443
10442
  right: "right";
10444
10443
  top: "top";
10445
10444
  bottom: "bottom";
10445
+ center: "center";
10446
10446
  inside: "inside";
10447
10447
  outside: "outside";
10448
10448
  }>;
@@ -10482,10 +10482,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10482
10482
  }>;
10483
10483
  align: z.ZodEnum<{
10484
10484
  left: "left";
10485
- center: "center";
10486
10485
  right: "right";
10487
10486
  top: "top";
10488
10487
  bottom: "bottom";
10488
+ center: "center";
10489
10489
  inside: "inside";
10490
10490
  outside: "outside";
10491
10491
  }>;
@@ -10576,9 +10576,9 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10576
10576
  type: z.ZodEnum<{
10577
10577
  date: "date";
10578
10578
  custom: "custom";
10579
- time: "time";
10580
10579
  decimal: "decimal";
10581
10580
  list: "list";
10581
+ time: "time";
10582
10582
  whole: "whole";
10583
10583
  textLength: "textLength";
10584
10584
  }>;
@@ -11050,8 +11050,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11050
11050
  value: z.ZodObject<{
11051
11051
  type: z.ZodEnum<{
11052
11052
  formula: "formula";
11053
- num: "num";
11054
11053
  percent: "percent";
11054
+ num: "num";
11055
11055
  max: "max";
11056
11056
  min: "min";
11057
11057
  percentile: "percentile";
@@ -11097,8 +11097,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11097
11097
  min: z.ZodObject<{
11098
11098
  type: z.ZodEnum<{
11099
11099
  formula: "formula";
11100
- num: "num";
11101
11100
  percent: "percent";
11101
+ num: "num";
11102
11102
  max: "max";
11103
11103
  min: "min";
11104
11104
  percentile: "percentile";
@@ -11108,8 +11108,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11108
11108
  max: z.ZodObject<{
11109
11109
  type: z.ZodEnum<{
11110
11110
  formula: "formula";
11111
- num: "num";
11112
11111
  percent: "percent";
11112
+ num: "num";
11113
11113
  max: "max";
11114
11114
  min: "min";
11115
11115
  percentile: "percentile";
@@ -11156,8 +11156,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11156
11156
  thresholds: z.ZodArray<z.ZodObject<{
11157
11157
  type: z.ZodEnum<{
11158
11158
  formula: "formula";
11159
- num: "num";
11160
11159
  percent: "percent";
11160
+ num: "num";
11161
11161
  max: "max";
11162
11162
  min: "min";
11163
11163
  percentile: "percentile";