@mulmocast/types 2.1.40 → 2.2.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/lib/schema.d.ts +448 -0
- package/lib/schema.d.ts.map +1 -1
- package/lib/slide.d.ts +454 -0
- package/lib/slide.d.ts.map +1 -1
- package/lib/slide.js +19 -0
- package/lib/slide.js.map +1 -1
- package/lib/type.d.ts +1 -0
- package/lib/type.d.ts.map +1 -1
- package/package.json +1 -1
package/lib/schema.d.ts
CHANGED
|
@@ -692,6 +692,22 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
692
692
|
contain: "contain";
|
|
693
693
|
cover: "cover";
|
|
694
694
|
}>>;
|
|
695
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
696
|
+
type: z.ZodLiteral<"imageRef">;
|
|
697
|
+
ref: z.ZodString;
|
|
698
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
699
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
700
|
+
contain: "contain";
|
|
701
|
+
cover: "cover";
|
|
702
|
+
}>>;
|
|
703
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
704
|
+
type: z.ZodLiteral<"chart">;
|
|
705
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
706
|
+
title: z.ZodOptional<z.ZodString>;
|
|
707
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
708
|
+
type: z.ZodLiteral<"mermaid">;
|
|
709
|
+
code: z.ZodString;
|
|
710
|
+
title: z.ZodOptional<z.ZodString>;
|
|
695
711
|
}, z.core.$strip>], "type">>>;
|
|
696
712
|
footer: z.ZodOptional<z.ZodString>;
|
|
697
713
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -829,6 +845,22 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
829
845
|
contain: "contain";
|
|
830
846
|
cover: "cover";
|
|
831
847
|
}>>;
|
|
848
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
849
|
+
type: z.ZodLiteral<"imageRef">;
|
|
850
|
+
ref: z.ZodString;
|
|
851
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
852
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
853
|
+
contain: "contain";
|
|
854
|
+
cover: "cover";
|
|
855
|
+
}>>;
|
|
856
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
857
|
+
type: z.ZodLiteral<"chart">;
|
|
858
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
859
|
+
title: z.ZodOptional<z.ZodString>;
|
|
860
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
861
|
+
type: z.ZodLiteral<"mermaid">;
|
|
862
|
+
code: z.ZodString;
|
|
863
|
+
title: z.ZodOptional<z.ZodString>;
|
|
832
864
|
}, z.core.$strip>], "type">>>;
|
|
833
865
|
footer: z.ZodOptional<z.ZodString>;
|
|
834
866
|
}, z.core.$strip>;
|
|
@@ -923,6 +955,22 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
923
955
|
contain: "contain";
|
|
924
956
|
cover: "cover";
|
|
925
957
|
}>>;
|
|
958
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
959
|
+
type: z.ZodLiteral<"imageRef">;
|
|
960
|
+
ref: z.ZodString;
|
|
961
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
962
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
963
|
+
contain: "contain";
|
|
964
|
+
cover: "cover";
|
|
965
|
+
}>>;
|
|
966
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
967
|
+
type: z.ZodLiteral<"chart">;
|
|
968
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
969
|
+
title: z.ZodOptional<z.ZodString>;
|
|
970
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
971
|
+
type: z.ZodLiteral<"mermaid">;
|
|
972
|
+
code: z.ZodString;
|
|
973
|
+
title: z.ZodOptional<z.ZodString>;
|
|
926
974
|
}, z.core.$strip>], "type">>>;
|
|
927
975
|
footer: z.ZodOptional<z.ZodString>;
|
|
928
976
|
}, z.core.$strip>;
|
|
@@ -1058,6 +1106,22 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
1058
1106
|
contain: "contain";
|
|
1059
1107
|
cover: "cover";
|
|
1060
1108
|
}>>;
|
|
1109
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1110
|
+
type: z.ZodLiteral<"imageRef">;
|
|
1111
|
+
ref: z.ZodString;
|
|
1112
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
1113
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
1114
|
+
contain: "contain";
|
|
1115
|
+
cover: "cover";
|
|
1116
|
+
}>>;
|
|
1117
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1118
|
+
type: z.ZodLiteral<"chart">;
|
|
1119
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1120
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1122
|
+
type: z.ZodLiteral<"mermaid">;
|
|
1123
|
+
code: z.ZodString;
|
|
1124
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1061
1125
|
}, z.core.$strip>], "type">>>;
|
|
1062
1126
|
}, z.core.$strip>>;
|
|
1063
1127
|
footer: z.ZodOptional<z.ZodString>;
|
|
@@ -1278,6 +1342,22 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
1278
1342
|
contain: "contain";
|
|
1279
1343
|
cover: "cover";
|
|
1280
1344
|
}>>;
|
|
1345
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1346
|
+
type: z.ZodLiteral<"imageRef">;
|
|
1347
|
+
ref: z.ZodString;
|
|
1348
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
1349
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
1350
|
+
contain: "contain";
|
|
1351
|
+
cover: "cover";
|
|
1352
|
+
}>>;
|
|
1353
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1354
|
+
type: z.ZodLiteral<"chart">;
|
|
1355
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1356
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1357
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1358
|
+
type: z.ZodLiteral<"mermaid">;
|
|
1359
|
+
code: z.ZodString;
|
|
1360
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1281
1361
|
}, z.core.$strip>], "type">>>;
|
|
1282
1362
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
1283
1363
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1375,6 +1455,22 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
1375
1455
|
contain: "contain";
|
|
1376
1456
|
cover: "cover";
|
|
1377
1457
|
}>>;
|
|
1458
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1459
|
+
type: z.ZodLiteral<"imageRef">;
|
|
1460
|
+
ref: z.ZodString;
|
|
1461
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
1462
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
1463
|
+
contain: "contain";
|
|
1464
|
+
cover: "cover";
|
|
1465
|
+
}>>;
|
|
1466
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1467
|
+
type: z.ZodLiteral<"chart">;
|
|
1468
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1469
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1470
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1471
|
+
type: z.ZodLiteral<"mermaid">;
|
|
1472
|
+
code: z.ZodString;
|
|
1473
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1378
1474
|
}, z.core.$strip>], "type">>>;
|
|
1379
1475
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
1380
1476
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1494,6 +1590,22 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
1494
1590
|
contain: "contain";
|
|
1495
1591
|
cover: "cover";
|
|
1496
1592
|
}>>;
|
|
1593
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1594
|
+
type: z.ZodLiteral<"imageRef">;
|
|
1595
|
+
ref: z.ZodString;
|
|
1596
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
1597
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
1598
|
+
contain: "contain";
|
|
1599
|
+
cover: "cover";
|
|
1600
|
+
}>>;
|
|
1601
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1602
|
+
type: z.ZodLiteral<"chart">;
|
|
1603
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1604
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1605
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1606
|
+
type: z.ZodLiteral<"mermaid">;
|
|
1607
|
+
code: z.ZodString;
|
|
1608
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1497
1609
|
}, z.core.$strip>], "type">>>;
|
|
1498
1610
|
accentColor: z.ZodOptional<z.ZodEnum<{
|
|
1499
1611
|
success: "success";
|
|
@@ -2406,6 +2518,22 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
2406
2518
|
contain: "contain";
|
|
2407
2519
|
cover: "cover";
|
|
2408
2520
|
}>>;
|
|
2521
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2522
|
+
type: z.ZodLiteral<"imageRef">;
|
|
2523
|
+
ref: z.ZodString;
|
|
2524
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
2525
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
2526
|
+
contain: "contain";
|
|
2527
|
+
cover: "cover";
|
|
2528
|
+
}>>;
|
|
2529
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2530
|
+
type: z.ZodLiteral<"chart">;
|
|
2531
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2532
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2533
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2534
|
+
type: z.ZodLiteral<"mermaid">;
|
|
2535
|
+
code: z.ZodString;
|
|
2536
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2409
2537
|
}, z.core.$strip>], "type">>>;
|
|
2410
2538
|
footer: z.ZodOptional<z.ZodString>;
|
|
2411
2539
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -2543,6 +2671,22 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
2543
2671
|
contain: "contain";
|
|
2544
2672
|
cover: "cover";
|
|
2545
2673
|
}>>;
|
|
2674
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2675
|
+
type: z.ZodLiteral<"imageRef">;
|
|
2676
|
+
ref: z.ZodString;
|
|
2677
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
2678
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
2679
|
+
contain: "contain";
|
|
2680
|
+
cover: "cover";
|
|
2681
|
+
}>>;
|
|
2682
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2683
|
+
type: z.ZodLiteral<"chart">;
|
|
2684
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2685
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2686
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2687
|
+
type: z.ZodLiteral<"mermaid">;
|
|
2688
|
+
code: z.ZodString;
|
|
2689
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2546
2690
|
}, z.core.$strip>], "type">>>;
|
|
2547
2691
|
footer: z.ZodOptional<z.ZodString>;
|
|
2548
2692
|
}, z.core.$strip>;
|
|
@@ -2637,6 +2781,22 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
2637
2781
|
contain: "contain";
|
|
2638
2782
|
cover: "cover";
|
|
2639
2783
|
}>>;
|
|
2784
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2785
|
+
type: z.ZodLiteral<"imageRef">;
|
|
2786
|
+
ref: z.ZodString;
|
|
2787
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
2788
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
2789
|
+
contain: "contain";
|
|
2790
|
+
cover: "cover";
|
|
2791
|
+
}>>;
|
|
2792
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2793
|
+
type: z.ZodLiteral<"chart">;
|
|
2794
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2795
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2796
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2797
|
+
type: z.ZodLiteral<"mermaid">;
|
|
2798
|
+
code: z.ZodString;
|
|
2799
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2640
2800
|
}, z.core.$strip>], "type">>>;
|
|
2641
2801
|
footer: z.ZodOptional<z.ZodString>;
|
|
2642
2802
|
}, z.core.$strip>;
|
|
@@ -2772,6 +2932,22 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
2772
2932
|
contain: "contain";
|
|
2773
2933
|
cover: "cover";
|
|
2774
2934
|
}>>;
|
|
2935
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2936
|
+
type: z.ZodLiteral<"imageRef">;
|
|
2937
|
+
ref: z.ZodString;
|
|
2938
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
2939
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
2940
|
+
contain: "contain";
|
|
2941
|
+
cover: "cover";
|
|
2942
|
+
}>>;
|
|
2943
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2944
|
+
type: z.ZodLiteral<"chart">;
|
|
2945
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
2946
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2947
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2948
|
+
type: z.ZodLiteral<"mermaid">;
|
|
2949
|
+
code: z.ZodString;
|
|
2950
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2775
2951
|
}, z.core.$strip>], "type">>>;
|
|
2776
2952
|
}, z.core.$strip>>;
|
|
2777
2953
|
footer: z.ZodOptional<z.ZodString>;
|
|
@@ -2992,6 +3168,22 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
2992
3168
|
contain: "contain";
|
|
2993
3169
|
cover: "cover";
|
|
2994
3170
|
}>>;
|
|
3171
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3172
|
+
type: z.ZodLiteral<"imageRef">;
|
|
3173
|
+
ref: z.ZodString;
|
|
3174
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
3175
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
3176
|
+
contain: "contain";
|
|
3177
|
+
cover: "cover";
|
|
3178
|
+
}>>;
|
|
3179
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3180
|
+
type: z.ZodLiteral<"chart">;
|
|
3181
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3182
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3183
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3184
|
+
type: z.ZodLiteral<"mermaid">;
|
|
3185
|
+
code: z.ZodString;
|
|
3186
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2995
3187
|
}, z.core.$strip>], "type">>>;
|
|
2996
3188
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
2997
3189
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3089,6 +3281,22 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
3089
3281
|
contain: "contain";
|
|
3090
3282
|
cover: "cover";
|
|
3091
3283
|
}>>;
|
|
3284
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3285
|
+
type: z.ZodLiteral<"imageRef">;
|
|
3286
|
+
ref: z.ZodString;
|
|
3287
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
3288
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
3289
|
+
contain: "contain";
|
|
3290
|
+
cover: "cover";
|
|
3291
|
+
}>>;
|
|
3292
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3293
|
+
type: z.ZodLiteral<"chart">;
|
|
3294
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3295
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3296
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3297
|
+
type: z.ZodLiteral<"mermaid">;
|
|
3298
|
+
code: z.ZodString;
|
|
3299
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3092
3300
|
}, z.core.$strip>], "type">>>;
|
|
3093
3301
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
3094
3302
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3208,6 +3416,22 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
3208
3416
|
contain: "contain";
|
|
3209
3417
|
cover: "cover";
|
|
3210
3418
|
}>>;
|
|
3419
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3420
|
+
type: z.ZodLiteral<"imageRef">;
|
|
3421
|
+
ref: z.ZodString;
|
|
3422
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
3423
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
3424
|
+
contain: "contain";
|
|
3425
|
+
cover: "cover";
|
|
3426
|
+
}>>;
|
|
3427
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3428
|
+
type: z.ZodLiteral<"chart">;
|
|
3429
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
3430
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3431
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3432
|
+
type: z.ZodLiteral<"mermaid">;
|
|
3433
|
+
code: z.ZodString;
|
|
3434
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3211
3435
|
}, z.core.$strip>], "type">>>;
|
|
3212
3436
|
accentColor: z.ZodOptional<z.ZodEnum<{
|
|
3213
3437
|
success: "success";
|
|
@@ -4821,6 +5045,22 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
4821
5045
|
contain: "contain";
|
|
4822
5046
|
cover: "cover";
|
|
4823
5047
|
}>>;
|
|
5048
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5049
|
+
type: z.ZodLiteral<"imageRef">;
|
|
5050
|
+
ref: z.ZodString;
|
|
5051
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
5052
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
5053
|
+
contain: "contain";
|
|
5054
|
+
cover: "cover";
|
|
5055
|
+
}>>;
|
|
5056
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5057
|
+
type: z.ZodLiteral<"chart">;
|
|
5058
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5059
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5060
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5061
|
+
type: z.ZodLiteral<"mermaid">;
|
|
5062
|
+
code: z.ZodString;
|
|
5063
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4824
5064
|
}, z.core.$strip>], "type">>>;
|
|
4825
5065
|
footer: z.ZodOptional<z.ZodString>;
|
|
4826
5066
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -4958,6 +5198,22 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
4958
5198
|
contain: "contain";
|
|
4959
5199
|
cover: "cover";
|
|
4960
5200
|
}>>;
|
|
5201
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5202
|
+
type: z.ZodLiteral<"imageRef">;
|
|
5203
|
+
ref: z.ZodString;
|
|
5204
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
5205
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
5206
|
+
contain: "contain";
|
|
5207
|
+
cover: "cover";
|
|
5208
|
+
}>>;
|
|
5209
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5210
|
+
type: z.ZodLiteral<"chart">;
|
|
5211
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5212
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5213
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5214
|
+
type: z.ZodLiteral<"mermaid">;
|
|
5215
|
+
code: z.ZodString;
|
|
5216
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4961
5217
|
}, z.core.$strip>], "type">>>;
|
|
4962
5218
|
footer: z.ZodOptional<z.ZodString>;
|
|
4963
5219
|
}, z.core.$strip>;
|
|
@@ -5052,6 +5308,22 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
5052
5308
|
contain: "contain";
|
|
5053
5309
|
cover: "cover";
|
|
5054
5310
|
}>>;
|
|
5311
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5312
|
+
type: z.ZodLiteral<"imageRef">;
|
|
5313
|
+
ref: z.ZodString;
|
|
5314
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
5315
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
5316
|
+
contain: "contain";
|
|
5317
|
+
cover: "cover";
|
|
5318
|
+
}>>;
|
|
5319
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5320
|
+
type: z.ZodLiteral<"chart">;
|
|
5321
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5322
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5323
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5324
|
+
type: z.ZodLiteral<"mermaid">;
|
|
5325
|
+
code: z.ZodString;
|
|
5326
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5055
5327
|
}, z.core.$strip>], "type">>>;
|
|
5056
5328
|
footer: z.ZodOptional<z.ZodString>;
|
|
5057
5329
|
}, z.core.$strip>;
|
|
@@ -5187,6 +5459,22 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
5187
5459
|
contain: "contain";
|
|
5188
5460
|
cover: "cover";
|
|
5189
5461
|
}>>;
|
|
5462
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5463
|
+
type: z.ZodLiteral<"imageRef">;
|
|
5464
|
+
ref: z.ZodString;
|
|
5465
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
5466
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
5467
|
+
contain: "contain";
|
|
5468
|
+
cover: "cover";
|
|
5469
|
+
}>>;
|
|
5470
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5471
|
+
type: z.ZodLiteral<"chart">;
|
|
5472
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5473
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5474
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5475
|
+
type: z.ZodLiteral<"mermaid">;
|
|
5476
|
+
code: z.ZodString;
|
|
5477
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5190
5478
|
}, z.core.$strip>], "type">>>;
|
|
5191
5479
|
}, z.core.$strip>>;
|
|
5192
5480
|
footer: z.ZodOptional<z.ZodString>;
|
|
@@ -5407,6 +5695,22 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
5407
5695
|
contain: "contain";
|
|
5408
5696
|
cover: "cover";
|
|
5409
5697
|
}>>;
|
|
5698
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5699
|
+
type: z.ZodLiteral<"imageRef">;
|
|
5700
|
+
ref: z.ZodString;
|
|
5701
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
5702
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
5703
|
+
contain: "contain";
|
|
5704
|
+
cover: "cover";
|
|
5705
|
+
}>>;
|
|
5706
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5707
|
+
type: z.ZodLiteral<"chart">;
|
|
5708
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5709
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5710
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5711
|
+
type: z.ZodLiteral<"mermaid">;
|
|
5712
|
+
code: z.ZodString;
|
|
5713
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5410
5714
|
}, z.core.$strip>], "type">>>;
|
|
5411
5715
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
5412
5716
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5504,6 +5808,22 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
5504
5808
|
contain: "contain";
|
|
5505
5809
|
cover: "cover";
|
|
5506
5810
|
}>>;
|
|
5811
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5812
|
+
type: z.ZodLiteral<"imageRef">;
|
|
5813
|
+
ref: z.ZodString;
|
|
5814
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
5815
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
5816
|
+
contain: "contain";
|
|
5817
|
+
cover: "cover";
|
|
5818
|
+
}>>;
|
|
5819
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5820
|
+
type: z.ZodLiteral<"chart">;
|
|
5821
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5822
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5823
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5824
|
+
type: z.ZodLiteral<"mermaid">;
|
|
5825
|
+
code: z.ZodString;
|
|
5826
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5507
5827
|
}, z.core.$strip>], "type">>>;
|
|
5508
5828
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
5509
5829
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5623,6 +5943,22 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
5623
5943
|
contain: "contain";
|
|
5624
5944
|
cover: "cover";
|
|
5625
5945
|
}>>;
|
|
5946
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5947
|
+
type: z.ZodLiteral<"imageRef">;
|
|
5948
|
+
ref: z.ZodString;
|
|
5949
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
5950
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
5951
|
+
contain: "contain";
|
|
5952
|
+
cover: "cover";
|
|
5953
|
+
}>>;
|
|
5954
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5955
|
+
type: z.ZodLiteral<"chart">;
|
|
5956
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
5957
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5958
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
5959
|
+
type: z.ZodLiteral<"mermaid">;
|
|
5960
|
+
code: z.ZodString;
|
|
5961
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5626
5962
|
}, z.core.$strip>], "type">>>;
|
|
5627
5963
|
accentColor: z.ZodOptional<z.ZodEnum<{
|
|
5628
5964
|
success: "success";
|
|
@@ -6897,6 +7233,22 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
6897
7233
|
contain: "contain";
|
|
6898
7234
|
cover: "cover";
|
|
6899
7235
|
}>>;
|
|
7236
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7237
|
+
type: z.ZodLiteral<"imageRef">;
|
|
7238
|
+
ref: z.ZodString;
|
|
7239
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
7240
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
7241
|
+
contain: "contain";
|
|
7242
|
+
cover: "cover";
|
|
7243
|
+
}>>;
|
|
7244
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7245
|
+
type: z.ZodLiteral<"chart">;
|
|
7246
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7247
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7248
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7249
|
+
type: z.ZodLiteral<"mermaid">;
|
|
7250
|
+
code: z.ZodString;
|
|
7251
|
+
title: z.ZodOptional<z.ZodString>;
|
|
6900
7252
|
}, z.core.$strip>], "type">>>;
|
|
6901
7253
|
footer: z.ZodOptional<z.ZodString>;
|
|
6902
7254
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -7034,6 +7386,22 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
7034
7386
|
contain: "contain";
|
|
7035
7387
|
cover: "cover";
|
|
7036
7388
|
}>>;
|
|
7389
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7390
|
+
type: z.ZodLiteral<"imageRef">;
|
|
7391
|
+
ref: z.ZodString;
|
|
7392
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
7393
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
7394
|
+
contain: "contain";
|
|
7395
|
+
cover: "cover";
|
|
7396
|
+
}>>;
|
|
7397
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7398
|
+
type: z.ZodLiteral<"chart">;
|
|
7399
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7400
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7401
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7402
|
+
type: z.ZodLiteral<"mermaid">;
|
|
7403
|
+
code: z.ZodString;
|
|
7404
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7037
7405
|
}, z.core.$strip>], "type">>>;
|
|
7038
7406
|
footer: z.ZodOptional<z.ZodString>;
|
|
7039
7407
|
}, z.core.$strip>;
|
|
@@ -7128,6 +7496,22 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
7128
7496
|
contain: "contain";
|
|
7129
7497
|
cover: "cover";
|
|
7130
7498
|
}>>;
|
|
7499
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7500
|
+
type: z.ZodLiteral<"imageRef">;
|
|
7501
|
+
ref: z.ZodString;
|
|
7502
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
7503
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
7504
|
+
contain: "contain";
|
|
7505
|
+
cover: "cover";
|
|
7506
|
+
}>>;
|
|
7507
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7508
|
+
type: z.ZodLiteral<"chart">;
|
|
7509
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7510
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7511
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7512
|
+
type: z.ZodLiteral<"mermaid">;
|
|
7513
|
+
code: z.ZodString;
|
|
7514
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7131
7515
|
}, z.core.$strip>], "type">>>;
|
|
7132
7516
|
footer: z.ZodOptional<z.ZodString>;
|
|
7133
7517
|
}, z.core.$strip>;
|
|
@@ -7263,6 +7647,22 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
7263
7647
|
contain: "contain";
|
|
7264
7648
|
cover: "cover";
|
|
7265
7649
|
}>>;
|
|
7650
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7651
|
+
type: z.ZodLiteral<"imageRef">;
|
|
7652
|
+
ref: z.ZodString;
|
|
7653
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
7654
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
7655
|
+
contain: "contain";
|
|
7656
|
+
cover: "cover";
|
|
7657
|
+
}>>;
|
|
7658
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7659
|
+
type: z.ZodLiteral<"chart">;
|
|
7660
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7661
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7662
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7663
|
+
type: z.ZodLiteral<"mermaid">;
|
|
7664
|
+
code: z.ZodString;
|
|
7665
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7266
7666
|
}, z.core.$strip>], "type">>>;
|
|
7267
7667
|
}, z.core.$strip>>;
|
|
7268
7668
|
footer: z.ZodOptional<z.ZodString>;
|
|
@@ -7483,6 +7883,22 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
7483
7883
|
contain: "contain";
|
|
7484
7884
|
cover: "cover";
|
|
7485
7885
|
}>>;
|
|
7886
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7887
|
+
type: z.ZodLiteral<"imageRef">;
|
|
7888
|
+
ref: z.ZodString;
|
|
7889
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
7890
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
7891
|
+
contain: "contain";
|
|
7892
|
+
cover: "cover";
|
|
7893
|
+
}>>;
|
|
7894
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7895
|
+
type: z.ZodLiteral<"chart">;
|
|
7896
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7897
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7898
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7899
|
+
type: z.ZodLiteral<"mermaid">;
|
|
7900
|
+
code: z.ZodString;
|
|
7901
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7486
7902
|
}, z.core.$strip>], "type">>>;
|
|
7487
7903
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
7488
7904
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7580,6 +7996,22 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
7580
7996
|
contain: "contain";
|
|
7581
7997
|
cover: "cover";
|
|
7582
7998
|
}>>;
|
|
7999
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8000
|
+
type: z.ZodLiteral<"imageRef">;
|
|
8001
|
+
ref: z.ZodString;
|
|
8002
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
8003
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
8004
|
+
contain: "contain";
|
|
8005
|
+
cover: "cover";
|
|
8006
|
+
}>>;
|
|
8007
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8008
|
+
type: z.ZodLiteral<"chart">;
|
|
8009
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8010
|
+
title: z.ZodOptional<z.ZodString>;
|
|
8011
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8012
|
+
type: z.ZodLiteral<"mermaid">;
|
|
8013
|
+
code: z.ZodString;
|
|
8014
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7583
8015
|
}, z.core.$strip>], "type">>>;
|
|
7584
8016
|
dark: z.ZodOptional<z.ZodBoolean>;
|
|
7585
8017
|
ratio: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7699,6 +8131,22 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
7699
8131
|
contain: "contain";
|
|
7700
8132
|
cover: "cover";
|
|
7701
8133
|
}>>;
|
|
8134
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8135
|
+
type: z.ZodLiteral<"imageRef">;
|
|
8136
|
+
ref: z.ZodString;
|
|
8137
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
8138
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
8139
|
+
contain: "contain";
|
|
8140
|
+
cover: "cover";
|
|
8141
|
+
}>>;
|
|
8142
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8143
|
+
type: z.ZodLiteral<"chart">;
|
|
8144
|
+
chartData: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8145
|
+
title: z.ZodOptional<z.ZodString>;
|
|
8146
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
8147
|
+
type: z.ZodLiteral<"mermaid">;
|
|
8148
|
+
code: z.ZodString;
|
|
8149
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7702
8150
|
}, z.core.$strip>], "type">>>;
|
|
7703
8151
|
accentColor: z.ZodOptional<z.ZodEnum<{
|
|
7704
8152
|
success: "success";
|