@shotstack/schemas 1.9.8 → 1.9.9
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/dist/api.bundled.json +11 -10
- package/dist/json-schema/asset.json +23 -14
- package/dist/json-schema/clip.json +23 -14
- package/dist/json-schema/edit.json +23 -14
- package/dist/json-schema/rich-caption-active-font.json +25 -1
- package/dist/json-schema/rich-caption-active.json +26 -16
- package/dist/json-schema/rich-caption-asset.json +23 -14
- package/dist/json-schema/schemas.json +27 -17
- package/dist/json-schema/timeline.json +23 -14
- package/dist/json-schema/track.json +23 -14
- package/dist/schema.d.ts +12 -8
- package/dist/zod/zod.gen.cjs +3 -8
- package/dist/zod/zod.gen.d.ts +146 -71
- package/dist/zod/zod.gen.js +3 -8
- package/dist/zod/zod.gen.ts +3 -2
- package/package.json +1 -1
package/dist/zod/zod.gen.d.ts
CHANGED
|
@@ -1534,6 +1534,8 @@ export declare const templateResponseSchema: z.ZodObject<{
|
|
|
1534
1534
|
* Font properties for the active/highlighted word.
|
|
1535
1535
|
*/
|
|
1536
1536
|
export declare const richcaptionpropertiesRichCaptionActiveFontSchema: z.ZodObject<{
|
|
1537
|
+
family: z.ZodOptional<z.ZodString>;
|
|
1538
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
1537
1539
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1538
1540
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1539
1541
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -1545,6 +1547,8 @@ export declare const richcaptionpropertiesRichCaptionActiveFontSchema: z.ZodObje
|
|
|
1545
1547
|
}>>;
|
|
1546
1548
|
}, z.core.$strict>;
|
|
1547
1549
|
export declare const richCaptionActiveFontSchema: z.ZodObject<{
|
|
1550
|
+
family: z.ZodOptional<z.ZodString>;
|
|
1551
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
1548
1552
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1549
1553
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1550
1554
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -1798,6 +1802,8 @@ export declare const richTextStrokeSchema: z.ZodObject<{
|
|
|
1798
1802
|
*/
|
|
1799
1803
|
export declare const richcaptionpropertiesRichCaptionActiveSchema: z.ZodObject<{
|
|
1800
1804
|
font: z.ZodOptional<z.ZodObject<{
|
|
1805
|
+
family: z.ZodOptional<z.ZodString>;
|
|
1806
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
1801
1807
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1802
1808
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1803
1809
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -1824,10 +1830,11 @@ export declare const richcaptionpropertiesRichCaptionActiveSchema: z.ZodObject<{
|
|
|
1824
1830
|
}, z.core.$strict>, z.ZodEnum<{
|
|
1825
1831
|
none: "none";
|
|
1826
1832
|
}>]>>;
|
|
1827
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
1828
1833
|
}, z.core.$strict>;
|
|
1829
1834
|
export declare const richCaptionActiveSchema: z.ZodObject<{
|
|
1830
1835
|
font: z.ZodOptional<z.ZodObject<{
|
|
1836
|
+
family: z.ZodOptional<z.ZodString>;
|
|
1837
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
1831
1838
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1832
1839
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1833
1840
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -1854,7 +1861,6 @@ export declare const richCaptionActiveSchema: z.ZodObject<{
|
|
|
1854
1861
|
}, z.core.$strict>, z.ZodEnum<{
|
|
1855
1862
|
none: "none";
|
|
1856
1863
|
}>]>>;
|
|
1857
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
1858
1864
|
}, z.core.$strict>;
|
|
1859
1865
|
/**
|
|
1860
1866
|
* The RichCaptionAsset provides word-level caption animations with rich-text styling. It supports
|
|
@@ -1945,6 +1951,8 @@ export declare const richcaptionassetRichCaptionAssetSchema: z.ZodObject<{
|
|
|
1945
1951
|
}, z.core.$strict>>;
|
|
1946
1952
|
active: z.ZodOptional<z.ZodObject<{
|
|
1947
1953
|
font: z.ZodOptional<z.ZodObject<{
|
|
1954
|
+
family: z.ZodOptional<z.ZodString>;
|
|
1955
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
1948
1956
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1949
1957
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
1950
1958
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -1971,7 +1979,6 @@ export declare const richcaptionassetRichCaptionAssetSchema: z.ZodObject<{
|
|
|
1971
1979
|
}, z.core.$strict>, z.ZodEnum<{
|
|
1972
1980
|
none: "none";
|
|
1973
1981
|
}>]>>;
|
|
1974
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
1975
1982
|
}, z.core.$strict>>;
|
|
1976
1983
|
animation: z.ZodOptional<z.ZodObject<{
|
|
1977
1984
|
style: z.ZodEnum<{
|
|
@@ -2075,6 +2082,8 @@ export declare const richCaptionAssetSchema: z.ZodObject<{
|
|
|
2075
2082
|
}, z.core.$strict>>;
|
|
2076
2083
|
active: z.ZodOptional<z.ZodObject<{
|
|
2077
2084
|
font: z.ZodOptional<z.ZodObject<{
|
|
2085
|
+
family: z.ZodOptional<z.ZodString>;
|
|
2086
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
2078
2087
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2079
2088
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
2080
2089
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -2101,7 +2110,6 @@ export declare const richCaptionAssetSchema: z.ZodObject<{
|
|
|
2101
2110
|
}, z.core.$strict>, z.ZodEnum<{
|
|
2102
2111
|
none: "none";
|
|
2103
2112
|
}>]>>;
|
|
2104
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
2105
2113
|
}, z.core.$strict>>;
|
|
2106
2114
|
animation: z.ZodOptional<z.ZodObject<{
|
|
2107
2115
|
style: z.ZodEnum<{
|
|
@@ -7292,6 +7300,8 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7292
7300
|
}, z.core.$strict>>;
|
|
7293
7301
|
active: z.ZodOptional<z.ZodObject<{
|
|
7294
7302
|
font: z.ZodOptional<z.ZodObject<{
|
|
7303
|
+
family: z.ZodOptional<z.ZodString>;
|
|
7304
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
7295
7305
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
7296
7306
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
7297
7307
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -7318,7 +7328,6 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7318
7328
|
}, z.core.$strict>, z.ZodEnum<{
|
|
7319
7329
|
none: "none";
|
|
7320
7330
|
}>]>>;
|
|
7321
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
7322
7331
|
}, z.core.$strict>>;
|
|
7323
7332
|
animation: z.ZodOptional<z.ZodObject<{
|
|
7324
7333
|
style: z.ZodEnum<{
|
|
@@ -8008,6 +8017,8 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8008
8017
|
}, z.core.$strict>>;
|
|
8009
8018
|
active: z.ZodOptional<z.ZodObject<{
|
|
8010
8019
|
font: z.ZodOptional<z.ZodObject<{
|
|
8020
|
+
family: z.ZodOptional<z.ZodString>;
|
|
8021
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
8011
8022
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
8012
8023
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
8013
8024
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -8034,7 +8045,6 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8034
8045
|
}, z.core.$strict>, z.ZodEnum<{
|
|
8035
8046
|
none: "none";
|
|
8036
8047
|
}>]>>;
|
|
8037
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
8038
8048
|
}, z.core.$strict>>;
|
|
8039
8049
|
animation: z.ZodOptional<z.ZodObject<{
|
|
8040
8050
|
style: z.ZodEnum<{
|
|
@@ -8728,6 +8738,8 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
8728
8738
|
}, z.core.$strict>>;
|
|
8729
8739
|
active: z.ZodOptional<z.ZodObject<{
|
|
8730
8740
|
font: z.ZodOptional<z.ZodObject<{
|
|
8741
|
+
family: z.ZodOptional<z.ZodString>;
|
|
8742
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
8731
8743
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
8732
8744
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
8733
8745
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -8754,7 +8766,6 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
8754
8766
|
}, z.core.$strict>, z.ZodEnum<{
|
|
8755
8767
|
none: "none";
|
|
8756
8768
|
}>]>>;
|
|
8757
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
8758
8769
|
}, z.core.$strict>>;
|
|
8759
8770
|
animation: z.ZodOptional<z.ZodObject<{
|
|
8760
8771
|
style: z.ZodEnum<{
|
|
@@ -9928,6 +9939,8 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
9928
9939
|
}, z.core.$strict>>;
|
|
9929
9940
|
active: z.ZodOptional<z.ZodObject<{
|
|
9930
9941
|
font: z.ZodOptional<z.ZodObject<{
|
|
9942
|
+
family: z.ZodOptional<z.ZodString>;
|
|
9943
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
9931
9944
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
9932
9945
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
9933
9946
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -9954,7 +9967,6 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
9954
9967
|
}, z.core.$strict>, z.ZodEnum<{
|
|
9955
9968
|
none: "none";
|
|
9956
9969
|
}>]>>;
|
|
9957
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
9958
9970
|
}, z.core.$strict>>;
|
|
9959
9971
|
animation: z.ZodOptional<z.ZodObject<{
|
|
9960
9972
|
style: z.ZodEnum<{
|
|
@@ -11132,6 +11144,8 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
11132
11144
|
}, z.core.$strict>>;
|
|
11133
11145
|
active: z.ZodOptional<z.ZodObject<{
|
|
11134
11146
|
font: z.ZodOptional<z.ZodObject<{
|
|
11147
|
+
family: z.ZodOptional<z.ZodString>;
|
|
11148
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
11135
11149
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
11136
11150
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
11137
11151
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -11158,7 +11172,6 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
11158
11172
|
}, z.core.$strict>, z.ZodEnum<{
|
|
11159
11173
|
none: "none";
|
|
11160
11174
|
}>]>>;
|
|
11161
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
11162
11175
|
}, z.core.$strict>>;
|
|
11163
11176
|
animation: z.ZodOptional<z.ZodObject<{
|
|
11164
11177
|
style: z.ZodEnum<{
|
|
@@ -12173,9 +12186,10 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
12173
12186
|
vertical?: "top" | "bottom" | "middle";
|
|
12174
12187
|
};
|
|
12175
12188
|
active?: {
|
|
12176
|
-
scale: string | number;
|
|
12177
12189
|
font?: {
|
|
12190
|
+
weight: unknown;
|
|
12178
12191
|
opacity: string | number;
|
|
12192
|
+
family?: string;
|
|
12179
12193
|
color?: string;
|
|
12180
12194
|
background?: string;
|
|
12181
12195
|
size?: string | number;
|
|
@@ -12622,9 +12636,10 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
12622
12636
|
vertical?: "top" | "bottom" | "middle";
|
|
12623
12637
|
};
|
|
12624
12638
|
active?: {
|
|
12625
|
-
scale: string | number;
|
|
12626
12639
|
font?: {
|
|
12640
|
+
weight: unknown;
|
|
12627
12641
|
opacity: string | number;
|
|
12642
|
+
family?: string;
|
|
12628
12643
|
color?: string;
|
|
12629
12644
|
background?: string;
|
|
12630
12645
|
size?: string | number;
|
|
@@ -13233,6 +13248,8 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
13233
13248
|
}, z.core.$strict>>;
|
|
13234
13249
|
active: z.ZodOptional<z.ZodObject<{
|
|
13235
13250
|
font: z.ZodOptional<z.ZodObject<{
|
|
13251
|
+
family: z.ZodOptional<z.ZodString>;
|
|
13252
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
13236
13253
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
13237
13254
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
13238
13255
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -13259,7 +13276,6 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
13259
13276
|
}, z.core.$strict>, z.ZodEnum<{
|
|
13260
13277
|
none: "none";
|
|
13261
13278
|
}>]>>;
|
|
13262
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
13263
13279
|
}, z.core.$strict>>;
|
|
13264
13280
|
animation: z.ZodOptional<z.ZodObject<{
|
|
13265
13281
|
style: z.ZodEnum<{
|
|
@@ -14274,9 +14290,10 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
14274
14290
|
vertical?: "top" | "bottom" | "middle";
|
|
14275
14291
|
};
|
|
14276
14292
|
active?: {
|
|
14277
|
-
scale: string | number;
|
|
14278
14293
|
font?: {
|
|
14294
|
+
weight: unknown;
|
|
14279
14295
|
opacity: string | number;
|
|
14296
|
+
family?: string;
|
|
14280
14297
|
color?: string;
|
|
14281
14298
|
background?: string;
|
|
14282
14299
|
size?: string | number;
|
|
@@ -14723,9 +14740,10 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
14723
14740
|
vertical?: "top" | "bottom" | "middle";
|
|
14724
14741
|
};
|
|
14725
14742
|
active?: {
|
|
14726
|
-
scale: string | number;
|
|
14727
14743
|
font?: {
|
|
14744
|
+
weight: unknown;
|
|
14728
14745
|
opacity: string | number;
|
|
14746
|
+
family?: string;
|
|
14729
14747
|
color?: string;
|
|
14730
14748
|
background?: string;
|
|
14731
14749
|
size?: string | number;
|
|
@@ -15351,6 +15369,8 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
15351
15369
|
}, z.core.$strict>>;
|
|
15352
15370
|
active: z.ZodOptional<z.ZodObject<{
|
|
15353
15371
|
font: z.ZodOptional<z.ZodObject<{
|
|
15372
|
+
family: z.ZodOptional<z.ZodString>;
|
|
15373
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
15354
15374
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
15355
15375
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
15356
15376
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -15377,7 +15397,6 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
15377
15397
|
}, z.core.$strict>, z.ZodEnum<{
|
|
15378
15398
|
none: "none";
|
|
15379
15399
|
}>]>>;
|
|
15380
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
15381
15400
|
}, z.core.$strict>>;
|
|
15382
15401
|
animation: z.ZodOptional<z.ZodObject<{
|
|
15383
15402
|
style: z.ZodEnum<{
|
|
@@ -16392,9 +16411,10 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
16392
16411
|
vertical?: "top" | "bottom" | "middle";
|
|
16393
16412
|
};
|
|
16394
16413
|
active?: {
|
|
16395
|
-
scale: string | number;
|
|
16396
16414
|
font?: {
|
|
16415
|
+
weight: unknown;
|
|
16397
16416
|
opacity: string | number;
|
|
16417
|
+
family?: string;
|
|
16398
16418
|
color?: string;
|
|
16399
16419
|
background?: string;
|
|
16400
16420
|
size?: string | number;
|
|
@@ -16841,9 +16861,10 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
16841
16861
|
vertical?: "top" | "bottom" | "middle";
|
|
16842
16862
|
};
|
|
16843
16863
|
active?: {
|
|
16844
|
-
scale: string | number;
|
|
16845
16864
|
font?: {
|
|
16865
|
+
weight: unknown;
|
|
16846
16866
|
opacity: string | number;
|
|
16867
|
+
family?: string;
|
|
16847
16868
|
color?: string;
|
|
16848
16869
|
background?: string;
|
|
16849
16870
|
size?: string | number;
|
|
@@ -17468,6 +17489,8 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17468
17489
|
}, z.core.$strict>>;
|
|
17469
17490
|
active: z.ZodOptional<z.ZodObject<{
|
|
17470
17491
|
font: z.ZodOptional<z.ZodObject<{
|
|
17492
|
+
family: z.ZodOptional<z.ZodString>;
|
|
17493
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
17471
17494
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
17472
17495
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
17473
17496
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -17494,7 +17517,6 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17494
17517
|
}, z.core.$strict>, z.ZodEnum<{
|
|
17495
17518
|
none: "none";
|
|
17496
17519
|
}>]>>;
|
|
17497
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
17498
17520
|
}, z.core.$strict>>;
|
|
17499
17521
|
animation: z.ZodOptional<z.ZodObject<{
|
|
17500
17522
|
style: z.ZodEnum<{
|
|
@@ -18509,9 +18531,10 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
18509
18531
|
vertical?: "top" | "bottom" | "middle";
|
|
18510
18532
|
};
|
|
18511
18533
|
active?: {
|
|
18512
|
-
scale: string | number;
|
|
18513
18534
|
font?: {
|
|
18535
|
+
weight: unknown;
|
|
18514
18536
|
opacity: string | number;
|
|
18537
|
+
family?: string;
|
|
18515
18538
|
color?: string;
|
|
18516
18539
|
background?: string;
|
|
18517
18540
|
size?: string | number;
|
|
@@ -18958,9 +18981,10 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
18958
18981
|
vertical?: "top" | "bottom" | "middle";
|
|
18959
18982
|
};
|
|
18960
18983
|
active?: {
|
|
18961
|
-
scale: string | number;
|
|
18962
18984
|
font?: {
|
|
18985
|
+
weight: unknown;
|
|
18963
18986
|
opacity: string | number;
|
|
18987
|
+
family?: string;
|
|
18964
18988
|
color?: string;
|
|
18965
18989
|
background?: string;
|
|
18966
18990
|
size?: string | number;
|
|
@@ -19589,6 +19613,8 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
19589
19613
|
}, z.core.$strict>>;
|
|
19590
19614
|
active: z.ZodOptional<z.ZodObject<{
|
|
19591
19615
|
font: z.ZodOptional<z.ZodObject<{
|
|
19616
|
+
family: z.ZodOptional<z.ZodString>;
|
|
19617
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
19592
19618
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
19593
19619
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
19594
19620
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -19615,7 +19641,6 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
19615
19641
|
}, z.core.$strict>, z.ZodEnum<{
|
|
19616
19642
|
none: "none";
|
|
19617
19643
|
}>]>>;
|
|
19618
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
19619
19644
|
}, z.core.$strict>>;
|
|
19620
19645
|
animation: z.ZodOptional<z.ZodObject<{
|
|
19621
19646
|
style: z.ZodEnum<{
|
|
@@ -20630,9 +20655,10 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
20630
20655
|
vertical?: "top" | "bottom" | "middle";
|
|
20631
20656
|
};
|
|
20632
20657
|
active?: {
|
|
20633
|
-
scale: string | number;
|
|
20634
20658
|
font?: {
|
|
20659
|
+
weight: unknown;
|
|
20635
20660
|
opacity: string | number;
|
|
20661
|
+
family?: string;
|
|
20636
20662
|
color?: string;
|
|
20637
20663
|
background?: string;
|
|
20638
20664
|
size?: string | number;
|
|
@@ -21079,9 +21105,10 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
21079
21105
|
vertical?: "top" | "bottom" | "middle";
|
|
21080
21106
|
};
|
|
21081
21107
|
active?: {
|
|
21082
|
-
scale: string | number;
|
|
21083
21108
|
font?: {
|
|
21109
|
+
weight: unknown;
|
|
21084
21110
|
opacity: string | number;
|
|
21111
|
+
family?: string;
|
|
21085
21112
|
color?: string;
|
|
21086
21113
|
background?: string;
|
|
21087
21114
|
size?: string | number;
|
|
@@ -21872,6 +21899,8 @@ export declare const editSchema: z.ZodObject<{
|
|
|
21872
21899
|
}, z.core.$strict>>;
|
|
21873
21900
|
active: z.ZodOptional<z.ZodObject<{
|
|
21874
21901
|
font: z.ZodOptional<z.ZodObject<{
|
|
21902
|
+
family: z.ZodOptional<z.ZodString>;
|
|
21903
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
21875
21904
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
21876
21905
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
21877
21906
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -21898,7 +21927,6 @@ export declare const editSchema: z.ZodObject<{
|
|
|
21898
21927
|
}, z.core.$strict>, z.ZodEnum<{
|
|
21899
21928
|
none: "none";
|
|
21900
21929
|
}>]>>;
|
|
21901
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
21902
21930
|
}, z.core.$strict>>;
|
|
21903
21931
|
animation: z.ZodOptional<z.ZodObject<{
|
|
21904
21932
|
style: z.ZodEnum<{
|
|
@@ -22913,9 +22941,10 @@ export declare const editSchema: z.ZodObject<{
|
|
|
22913
22941
|
vertical?: "top" | "bottom" | "middle";
|
|
22914
22942
|
};
|
|
22915
22943
|
active?: {
|
|
22916
|
-
scale: string | number;
|
|
22917
22944
|
font?: {
|
|
22945
|
+
weight: unknown;
|
|
22918
22946
|
opacity: string | number;
|
|
22947
|
+
family?: string;
|
|
22919
22948
|
color?: string;
|
|
22920
22949
|
background?: string;
|
|
22921
22950
|
size?: string | number;
|
|
@@ -23362,9 +23391,10 @@ export declare const editSchema: z.ZodObject<{
|
|
|
23362
23391
|
vertical?: "top" | "bottom" | "middle";
|
|
23363
23392
|
};
|
|
23364
23393
|
active?: {
|
|
23365
|
-
scale: string | number;
|
|
23366
23394
|
font?: {
|
|
23395
|
+
weight: unknown;
|
|
23367
23396
|
opacity: string | number;
|
|
23397
|
+
family?: string;
|
|
23368
23398
|
color?: string;
|
|
23369
23399
|
background?: string;
|
|
23370
23400
|
size?: string | number;
|
|
@@ -24177,6 +24207,8 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
24177
24207
|
}, z.core.$strict>>;
|
|
24178
24208
|
active: z.ZodOptional<z.ZodObject<{
|
|
24179
24209
|
font: z.ZodOptional<z.ZodObject<{
|
|
24210
|
+
family: z.ZodOptional<z.ZodString>;
|
|
24211
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
24180
24212
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
24181
24213
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
24182
24214
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -24203,7 +24235,6 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
24203
24235
|
}, z.core.$strict>, z.ZodEnum<{
|
|
24204
24236
|
none: "none";
|
|
24205
24237
|
}>]>>;
|
|
24206
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
24207
24238
|
}, z.core.$strict>>;
|
|
24208
24239
|
animation: z.ZodOptional<z.ZodObject<{
|
|
24209
24240
|
style: z.ZodEnum<{
|
|
@@ -25218,9 +25249,10 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
25218
25249
|
vertical?: "top" | "bottom" | "middle";
|
|
25219
25250
|
};
|
|
25220
25251
|
active?: {
|
|
25221
|
-
scale: string | number;
|
|
25222
25252
|
font?: {
|
|
25253
|
+
weight: unknown;
|
|
25223
25254
|
opacity: string | number;
|
|
25255
|
+
family?: string;
|
|
25224
25256
|
color?: string;
|
|
25225
25257
|
background?: string;
|
|
25226
25258
|
size?: string | number;
|
|
@@ -25667,9 +25699,10 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
25667
25699
|
vertical?: "top" | "bottom" | "middle";
|
|
25668
25700
|
};
|
|
25669
25701
|
active?: {
|
|
25670
|
-
scale: string | number;
|
|
25671
25702
|
font?: {
|
|
25703
|
+
weight: unknown;
|
|
25672
25704
|
opacity: string | number;
|
|
25705
|
+
family?: string;
|
|
25673
25706
|
color?: string;
|
|
25674
25707
|
background?: string;
|
|
25675
25708
|
size?: string | number;
|
|
@@ -26482,6 +26515,8 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
26482
26515
|
}, z.core.$strict>>;
|
|
26483
26516
|
active: z.ZodOptional<z.ZodObject<{
|
|
26484
26517
|
font: z.ZodOptional<z.ZodObject<{
|
|
26518
|
+
family: z.ZodOptional<z.ZodString>;
|
|
26519
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
26485
26520
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
26486
26521
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
26487
26522
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -26508,7 +26543,6 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
26508
26543
|
}, z.core.$strict>, z.ZodEnum<{
|
|
26509
26544
|
none: "none";
|
|
26510
26545
|
}>]>>;
|
|
26511
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
26512
26546
|
}, z.core.$strict>>;
|
|
26513
26547
|
animation: z.ZodOptional<z.ZodObject<{
|
|
26514
26548
|
style: z.ZodEnum<{
|
|
@@ -27523,9 +27557,10 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
27523
27557
|
vertical?: "top" | "bottom" | "middle";
|
|
27524
27558
|
};
|
|
27525
27559
|
active?: {
|
|
27526
|
-
scale: string | number;
|
|
27527
27560
|
font?: {
|
|
27561
|
+
weight: unknown;
|
|
27528
27562
|
opacity: string | number;
|
|
27563
|
+
family?: string;
|
|
27529
27564
|
color?: string;
|
|
27530
27565
|
background?: string;
|
|
27531
27566
|
size?: string | number;
|
|
@@ -27972,9 +28007,10 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
27972
28007
|
vertical?: "top" | "bottom" | "middle";
|
|
27973
28008
|
};
|
|
27974
28009
|
active?: {
|
|
27975
|
-
scale: string | number;
|
|
27976
28010
|
font?: {
|
|
28011
|
+
weight: unknown;
|
|
27977
28012
|
opacity: string | number;
|
|
28013
|
+
family?: string;
|
|
27978
28014
|
color?: string;
|
|
27979
28015
|
background?: string;
|
|
27980
28016
|
size?: string | number;
|
|
@@ -28793,6 +28829,8 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
28793
28829
|
}, z.core.$strict>>;
|
|
28794
28830
|
active: z.ZodOptional<z.ZodObject<{
|
|
28795
28831
|
font: z.ZodOptional<z.ZodObject<{
|
|
28832
|
+
family: z.ZodOptional<z.ZodString>;
|
|
28833
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
28796
28834
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
28797
28835
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
28798
28836
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -28819,7 +28857,6 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
28819
28857
|
}, z.core.$strict>, z.ZodEnum<{
|
|
28820
28858
|
none: "none";
|
|
28821
28859
|
}>]>>;
|
|
28822
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
28823
28860
|
}, z.core.$strict>>;
|
|
28824
28861
|
animation: z.ZodOptional<z.ZodObject<{
|
|
28825
28862
|
style: z.ZodEnum<{
|
|
@@ -29834,9 +29871,10 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
29834
29871
|
vertical?: "top" | "bottom" | "middle";
|
|
29835
29872
|
};
|
|
29836
29873
|
active?: {
|
|
29837
|
-
scale: string | number;
|
|
29838
29874
|
font?: {
|
|
29875
|
+
weight: unknown;
|
|
29839
29876
|
opacity: string | number;
|
|
29877
|
+
family?: string;
|
|
29840
29878
|
color?: string;
|
|
29841
29879
|
background?: string;
|
|
29842
29880
|
size?: string | number;
|
|
@@ -30283,9 +30321,10 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
30283
30321
|
vertical?: "top" | "bottom" | "middle";
|
|
30284
30322
|
};
|
|
30285
30323
|
active?: {
|
|
30286
|
-
scale: string | number;
|
|
30287
30324
|
font?: {
|
|
30325
|
+
weight: unknown;
|
|
30288
30326
|
opacity: string | number;
|
|
30327
|
+
family?: string;
|
|
30289
30328
|
color?: string;
|
|
30290
30329
|
background?: string;
|
|
30291
30330
|
size?: string | number;
|
|
@@ -31102,6 +31141,8 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
31102
31141
|
}, z.core.$strict>>;
|
|
31103
31142
|
active: z.ZodOptional<z.ZodObject<{
|
|
31104
31143
|
font: z.ZodOptional<z.ZodObject<{
|
|
31144
|
+
family: z.ZodOptional<z.ZodString>;
|
|
31145
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
31105
31146
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
31106
31147
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
31107
31148
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -31128,7 +31169,6 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
31128
31169
|
}, z.core.$strict>, z.ZodEnum<{
|
|
31129
31170
|
none: "none";
|
|
31130
31171
|
}>]>>;
|
|
31131
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
31132
31172
|
}, z.core.$strict>>;
|
|
31133
31173
|
animation: z.ZodOptional<z.ZodObject<{
|
|
31134
31174
|
style: z.ZodEnum<{
|
|
@@ -32143,9 +32183,10 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
32143
32183
|
vertical?: "top" | "bottom" | "middle";
|
|
32144
32184
|
};
|
|
32145
32185
|
active?: {
|
|
32146
|
-
scale: string | number;
|
|
32147
32186
|
font?: {
|
|
32187
|
+
weight: unknown;
|
|
32148
32188
|
opacity: string | number;
|
|
32189
|
+
family?: string;
|
|
32149
32190
|
color?: string;
|
|
32150
32191
|
background?: string;
|
|
32151
32192
|
size?: string | number;
|
|
@@ -32592,9 +32633,10 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
32592
32633
|
vertical?: "top" | "bottom" | "middle";
|
|
32593
32634
|
};
|
|
32594
32635
|
active?: {
|
|
32595
|
-
scale: string | number;
|
|
32596
32636
|
font?: {
|
|
32637
|
+
weight: unknown;
|
|
32597
32638
|
opacity: string | number;
|
|
32639
|
+
family?: string;
|
|
32598
32640
|
color?: string;
|
|
32599
32641
|
background?: string;
|
|
32600
32642
|
size?: string | number;
|
|
@@ -33396,6 +33438,8 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
33396
33438
|
}, z.core.$strict>>;
|
|
33397
33439
|
active: z.ZodOptional<z.ZodObject<{
|
|
33398
33440
|
font: z.ZodOptional<z.ZodObject<{
|
|
33441
|
+
family: z.ZodOptional<z.ZodString>;
|
|
33442
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
33399
33443
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
33400
33444
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
33401
33445
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -33422,7 +33466,6 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
33422
33466
|
}, z.core.$strict>, z.ZodEnum<{
|
|
33423
33467
|
none: "none";
|
|
33424
33468
|
}>]>>;
|
|
33425
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
33426
33469
|
}, z.core.$strict>>;
|
|
33427
33470
|
animation: z.ZodOptional<z.ZodObject<{
|
|
33428
33471
|
style: z.ZodEnum<{
|
|
@@ -34437,9 +34480,10 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
34437
34480
|
vertical?: "top" | "bottom" | "middle";
|
|
34438
34481
|
};
|
|
34439
34482
|
active?: {
|
|
34440
|
-
scale: string | number;
|
|
34441
34483
|
font?: {
|
|
34484
|
+
weight: unknown;
|
|
34442
34485
|
opacity: string | number;
|
|
34486
|
+
family?: string;
|
|
34443
34487
|
color?: string;
|
|
34444
34488
|
background?: string;
|
|
34445
34489
|
size?: string | number;
|
|
@@ -34886,9 +34930,10 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
34886
34930
|
vertical?: "top" | "bottom" | "middle";
|
|
34887
34931
|
};
|
|
34888
34932
|
active?: {
|
|
34889
|
-
scale: string | number;
|
|
34890
34933
|
font?: {
|
|
34934
|
+
weight: unknown;
|
|
34891
34935
|
opacity: string | number;
|
|
34936
|
+
family?: string;
|
|
34892
34937
|
color?: string;
|
|
34893
34938
|
background?: string;
|
|
34894
34939
|
size?: string | number;
|
|
@@ -35684,6 +35729,8 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
35684
35729
|
}, z.core.$strict>>;
|
|
35685
35730
|
active: z.ZodOptional<z.ZodObject<{
|
|
35686
35731
|
font: z.ZodOptional<z.ZodObject<{
|
|
35732
|
+
family: z.ZodOptional<z.ZodString>;
|
|
35733
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
35687
35734
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
35688
35735
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
35689
35736
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -35710,7 +35757,6 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
35710
35757
|
}, z.core.$strict>, z.ZodEnum<{
|
|
35711
35758
|
none: "none";
|
|
35712
35759
|
}>]>>;
|
|
35713
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
35714
35760
|
}, z.core.$strict>>;
|
|
35715
35761
|
animation: z.ZodOptional<z.ZodObject<{
|
|
35716
35762
|
style: z.ZodEnum<{
|
|
@@ -36725,9 +36771,10 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
36725
36771
|
vertical?: "top" | "bottom" | "middle";
|
|
36726
36772
|
};
|
|
36727
36773
|
active?: {
|
|
36728
|
-
scale: string | number;
|
|
36729
36774
|
font?: {
|
|
36775
|
+
weight: unknown;
|
|
36730
36776
|
opacity: string | number;
|
|
36777
|
+
family?: string;
|
|
36731
36778
|
color?: string;
|
|
36732
36779
|
background?: string;
|
|
36733
36780
|
size?: string | number;
|
|
@@ -37174,9 +37221,10 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
37174
37221
|
vertical?: "top" | "bottom" | "middle";
|
|
37175
37222
|
};
|
|
37176
37223
|
active?: {
|
|
37177
|
-
scale: string | number;
|
|
37178
37224
|
font?: {
|
|
37225
|
+
weight: unknown;
|
|
37179
37226
|
opacity: string | number;
|
|
37227
|
+
family?: string;
|
|
37180
37228
|
color?: string;
|
|
37181
37229
|
background?: string;
|
|
37182
37230
|
size?: string | number;
|
|
@@ -37978,6 +38026,8 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
37978
38026
|
}, z.core.$strict>>;
|
|
37979
38027
|
active: z.ZodOptional<z.ZodObject<{
|
|
37980
38028
|
font: z.ZodOptional<z.ZodObject<{
|
|
38029
|
+
family: z.ZodOptional<z.ZodString>;
|
|
38030
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
37981
38031
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
37982
38032
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
37983
38033
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -38004,7 +38054,6 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
38004
38054
|
}, z.core.$strict>, z.ZodEnum<{
|
|
38005
38055
|
none: "none";
|
|
38006
38056
|
}>]>>;
|
|
38007
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
38008
38057
|
}, z.core.$strict>>;
|
|
38009
38058
|
animation: z.ZodOptional<z.ZodObject<{
|
|
38010
38059
|
style: z.ZodEnum<{
|
|
@@ -39019,9 +39068,10 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
39019
39068
|
vertical?: "top" | "bottom" | "middle";
|
|
39020
39069
|
};
|
|
39021
39070
|
active?: {
|
|
39022
|
-
scale: string | number;
|
|
39023
39071
|
font?: {
|
|
39072
|
+
weight: unknown;
|
|
39024
39073
|
opacity: string | number;
|
|
39074
|
+
family?: string;
|
|
39025
39075
|
color?: string;
|
|
39026
39076
|
background?: string;
|
|
39027
39077
|
size?: string | number;
|
|
@@ -39468,9 +39518,10 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
39468
39518
|
vertical?: "top" | "bottom" | "middle";
|
|
39469
39519
|
};
|
|
39470
39520
|
active?: {
|
|
39471
|
-
scale: string | number;
|
|
39472
39521
|
font?: {
|
|
39522
|
+
weight: unknown;
|
|
39473
39523
|
opacity: string | number;
|
|
39524
|
+
family?: string;
|
|
39474
39525
|
color?: string;
|
|
39475
39526
|
background?: string;
|
|
39476
39527
|
size?: string | number;
|
|
@@ -40270,6 +40321,8 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
40270
40321
|
}, z.core.$strict>>;
|
|
40271
40322
|
active: z.ZodOptional<z.ZodObject<{
|
|
40272
40323
|
font: z.ZodOptional<z.ZodObject<{
|
|
40324
|
+
family: z.ZodOptional<z.ZodString>;
|
|
40325
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
40273
40326
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
40274
40327
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
40275
40328
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -40296,7 +40349,6 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
40296
40349
|
}, z.core.$strict>, z.ZodEnum<{
|
|
40297
40350
|
none: "none";
|
|
40298
40351
|
}>]>>;
|
|
40299
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
40300
40352
|
}, z.core.$strict>>;
|
|
40301
40353
|
animation: z.ZodOptional<z.ZodObject<{
|
|
40302
40354
|
style: z.ZodEnum<{
|
|
@@ -41311,9 +41363,10 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
41311
41363
|
vertical?: "top" | "bottom" | "middle";
|
|
41312
41364
|
};
|
|
41313
41365
|
active?: {
|
|
41314
|
-
scale: string | number;
|
|
41315
41366
|
font?: {
|
|
41367
|
+
weight: unknown;
|
|
41316
41368
|
opacity: string | number;
|
|
41369
|
+
family?: string;
|
|
41317
41370
|
color?: string;
|
|
41318
41371
|
background?: string;
|
|
41319
41372
|
size?: string | number;
|
|
@@ -41760,9 +41813,10 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
41760
41813
|
vertical?: "top" | "bottom" | "middle";
|
|
41761
41814
|
};
|
|
41762
41815
|
active?: {
|
|
41763
|
-
scale: string | number;
|
|
41764
41816
|
font?: {
|
|
41817
|
+
weight: unknown;
|
|
41765
41818
|
opacity: string | number;
|
|
41819
|
+
family?: string;
|
|
41766
41820
|
color?: string;
|
|
41767
41821
|
background?: string;
|
|
41768
41822
|
size?: string | number;
|
|
@@ -42560,6 +42614,8 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
42560
42614
|
}, z.core.$strict>>;
|
|
42561
42615
|
active: z.ZodOptional<z.ZodObject<{
|
|
42562
42616
|
font: z.ZodOptional<z.ZodObject<{
|
|
42617
|
+
family: z.ZodOptional<z.ZodString>;
|
|
42618
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
42563
42619
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
42564
42620
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
42565
42621
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -42586,7 +42642,6 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
42586
42642
|
}, z.core.$strict>, z.ZodEnum<{
|
|
42587
42643
|
none: "none";
|
|
42588
42644
|
}>]>>;
|
|
42589
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
42590
42645
|
}, z.core.$strict>>;
|
|
42591
42646
|
animation: z.ZodOptional<z.ZodObject<{
|
|
42592
42647
|
style: z.ZodEnum<{
|
|
@@ -43601,9 +43656,10 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
43601
43656
|
vertical?: "top" | "bottom" | "middle";
|
|
43602
43657
|
};
|
|
43603
43658
|
active?: {
|
|
43604
|
-
scale: string | number;
|
|
43605
43659
|
font?: {
|
|
43660
|
+
weight: unknown;
|
|
43606
43661
|
opacity: string | number;
|
|
43662
|
+
family?: string;
|
|
43607
43663
|
color?: string;
|
|
43608
43664
|
background?: string;
|
|
43609
43665
|
size?: string | number;
|
|
@@ -44050,9 +44106,10 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
44050
44106
|
vertical?: "top" | "bottom" | "middle";
|
|
44051
44107
|
};
|
|
44052
44108
|
active?: {
|
|
44053
|
-
scale: string | number;
|
|
44054
44109
|
font?: {
|
|
44110
|
+
weight: unknown;
|
|
44055
44111
|
opacity: string | number;
|
|
44112
|
+
family?: string;
|
|
44056
44113
|
color?: string;
|
|
44057
44114
|
background?: string;
|
|
44058
44115
|
size?: string | number;
|
|
@@ -44846,6 +44903,8 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
44846
44903
|
}, z.core.$strict>>;
|
|
44847
44904
|
active: z.ZodOptional<z.ZodObject<{
|
|
44848
44905
|
font: z.ZodOptional<z.ZodObject<{
|
|
44906
|
+
family: z.ZodOptional<z.ZodString>;
|
|
44907
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
44849
44908
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
44850
44909
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
44851
44910
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -44872,7 +44931,6 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
44872
44931
|
}, z.core.$strict>, z.ZodEnum<{
|
|
44873
44932
|
none: "none";
|
|
44874
44933
|
}>]>>;
|
|
44875
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
44876
44934
|
}, z.core.$strict>>;
|
|
44877
44935
|
animation: z.ZodOptional<z.ZodObject<{
|
|
44878
44936
|
style: z.ZodEnum<{
|
|
@@ -45887,9 +45945,10 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
45887
45945
|
vertical?: "top" | "bottom" | "middle";
|
|
45888
45946
|
};
|
|
45889
45947
|
active?: {
|
|
45890
|
-
scale: string | number;
|
|
45891
45948
|
font?: {
|
|
45949
|
+
weight: unknown;
|
|
45892
45950
|
opacity: string | number;
|
|
45951
|
+
family?: string;
|
|
45893
45952
|
color?: string;
|
|
45894
45953
|
background?: string;
|
|
45895
45954
|
size?: string | number;
|
|
@@ -46336,9 +46395,10 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
46336
46395
|
vertical?: "top" | "bottom" | "middle";
|
|
46337
46396
|
};
|
|
46338
46397
|
active?: {
|
|
46339
|
-
scale: string | number;
|
|
46340
46398
|
font?: {
|
|
46399
|
+
weight: unknown;
|
|
46341
46400
|
opacity: string | number;
|
|
46401
|
+
family?: string;
|
|
46342
46402
|
color?: string;
|
|
46343
46403
|
background?: string;
|
|
46344
46404
|
size?: string | number;
|
|
@@ -47131,6 +47191,8 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
47131
47191
|
}, z.core.$strict>>;
|
|
47132
47192
|
active: z.ZodOptional<z.ZodObject<{
|
|
47133
47193
|
font: z.ZodOptional<z.ZodObject<{
|
|
47194
|
+
family: z.ZodOptional<z.ZodString>;
|
|
47195
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
47134
47196
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
47135
47197
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
47136
47198
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -47157,7 +47219,6 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
47157
47219
|
}, z.core.$strict>, z.ZodEnum<{
|
|
47158
47220
|
none: "none";
|
|
47159
47221
|
}>]>>;
|
|
47160
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
47161
47222
|
}, z.core.$strict>>;
|
|
47162
47223
|
animation: z.ZodOptional<z.ZodObject<{
|
|
47163
47224
|
style: z.ZodEnum<{
|
|
@@ -48172,9 +48233,10 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
48172
48233
|
vertical?: "top" | "bottom" | "middle";
|
|
48173
48234
|
};
|
|
48174
48235
|
active?: {
|
|
48175
|
-
scale: string | number;
|
|
48176
48236
|
font?: {
|
|
48237
|
+
weight: unknown;
|
|
48177
48238
|
opacity: string | number;
|
|
48239
|
+
family?: string;
|
|
48178
48240
|
color?: string;
|
|
48179
48241
|
background?: string;
|
|
48180
48242
|
size?: string | number;
|
|
@@ -48621,9 +48683,10 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
48621
48683
|
vertical?: "top" | "bottom" | "middle";
|
|
48622
48684
|
};
|
|
48623
48685
|
active?: {
|
|
48624
|
-
scale: string | number;
|
|
48625
48686
|
font?: {
|
|
48687
|
+
weight: unknown;
|
|
48626
48688
|
opacity: string | number;
|
|
48689
|
+
family?: string;
|
|
48627
48690
|
color?: string;
|
|
48628
48691
|
background?: string;
|
|
48629
48692
|
size?: string | number;
|
|
@@ -49463,6 +49526,8 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
49463
49526
|
}, z.core.$strict>>;
|
|
49464
49527
|
active: z.ZodOptional<z.ZodObject<{
|
|
49465
49528
|
font: z.ZodOptional<z.ZodObject<{
|
|
49529
|
+
family: z.ZodOptional<z.ZodString>;
|
|
49530
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
49466
49531
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
49467
49532
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
49468
49533
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -49489,7 +49554,6 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
49489
49554
|
}, z.core.$strict>, z.ZodEnum<{
|
|
49490
49555
|
none: "none";
|
|
49491
49556
|
}>]>>;
|
|
49492
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
49493
49557
|
}, z.core.$strict>>;
|
|
49494
49558
|
animation: z.ZodOptional<z.ZodObject<{
|
|
49495
49559
|
style: z.ZodEnum<{
|
|
@@ -50504,9 +50568,10 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
50504
50568
|
vertical?: "top" | "bottom" | "middle";
|
|
50505
50569
|
};
|
|
50506
50570
|
active?: {
|
|
50507
|
-
scale: string | number;
|
|
50508
50571
|
font?: {
|
|
50572
|
+
weight: unknown;
|
|
50509
50573
|
opacity: string | number;
|
|
50574
|
+
family?: string;
|
|
50510
50575
|
color?: string;
|
|
50511
50576
|
background?: string;
|
|
50512
50577
|
size?: string | number;
|
|
@@ -50953,9 +51018,10 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
50953
51018
|
vertical?: "top" | "bottom" | "middle";
|
|
50954
51019
|
};
|
|
50955
51020
|
active?: {
|
|
50956
|
-
scale: string | number;
|
|
50957
51021
|
font?: {
|
|
51022
|
+
weight: unknown;
|
|
50958
51023
|
opacity: string | number;
|
|
51024
|
+
family?: string;
|
|
50959
51025
|
color?: string;
|
|
50960
51026
|
background?: string;
|
|
50961
51027
|
size?: string | number;
|
|
@@ -51774,6 +51840,8 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
51774
51840
|
}, z.core.$strict>>;
|
|
51775
51841
|
active: z.ZodOptional<z.ZodObject<{
|
|
51776
51842
|
font: z.ZodOptional<z.ZodObject<{
|
|
51843
|
+
family: z.ZodOptional<z.ZodString>;
|
|
51844
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
51777
51845
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
51778
51846
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
51779
51847
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -51800,7 +51868,6 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
51800
51868
|
}, z.core.$strict>, z.ZodEnum<{
|
|
51801
51869
|
none: "none";
|
|
51802
51870
|
}>]>>;
|
|
51803
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
51804
51871
|
}, z.core.$strict>>;
|
|
51805
51872
|
animation: z.ZodOptional<z.ZodObject<{
|
|
51806
51873
|
style: z.ZodEnum<{
|
|
@@ -52815,9 +52882,10 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
52815
52882
|
vertical?: "top" | "bottom" | "middle";
|
|
52816
52883
|
};
|
|
52817
52884
|
active?: {
|
|
52818
|
-
scale: string | number;
|
|
52819
52885
|
font?: {
|
|
52886
|
+
weight: unknown;
|
|
52820
52887
|
opacity: string | number;
|
|
52888
|
+
family?: string;
|
|
52821
52889
|
color?: string;
|
|
52822
52890
|
background?: string;
|
|
52823
52891
|
size?: string | number;
|
|
@@ -53264,9 +53332,10 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
53264
53332
|
vertical?: "top" | "bottom" | "middle";
|
|
53265
53333
|
};
|
|
53266
53334
|
active?: {
|
|
53267
|
-
scale: string | number;
|
|
53268
53335
|
font?: {
|
|
53336
|
+
weight: unknown;
|
|
53269
53337
|
opacity: string | number;
|
|
53338
|
+
family?: string;
|
|
53270
53339
|
color?: string;
|
|
53271
53340
|
background?: string;
|
|
53272
53341
|
size?: string | number;
|
|
@@ -54100,6 +54169,8 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
54100
54169
|
}, z.core.$strict>>;
|
|
54101
54170
|
active: z.ZodOptional<z.ZodObject<{
|
|
54102
54171
|
font: z.ZodOptional<z.ZodObject<{
|
|
54172
|
+
family: z.ZodOptional<z.ZodString>;
|
|
54173
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
54103
54174
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
54104
54175
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
54105
54176
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -54126,7 +54197,6 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
54126
54197
|
}, z.core.$strict>, z.ZodEnum<{
|
|
54127
54198
|
none: "none";
|
|
54128
54199
|
}>]>>;
|
|
54129
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
54130
54200
|
}, z.core.$strict>>;
|
|
54131
54201
|
animation: z.ZodOptional<z.ZodObject<{
|
|
54132
54202
|
style: z.ZodEnum<{
|
|
@@ -55141,9 +55211,10 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
55141
55211
|
vertical?: "top" | "bottom" | "middle";
|
|
55142
55212
|
};
|
|
55143
55213
|
active?: {
|
|
55144
|
-
scale: string | number;
|
|
55145
55214
|
font?: {
|
|
55215
|
+
weight: unknown;
|
|
55146
55216
|
opacity: string | number;
|
|
55217
|
+
family?: string;
|
|
55147
55218
|
color?: string;
|
|
55148
55219
|
background?: string;
|
|
55149
55220
|
size?: string | number;
|
|
@@ -55590,9 +55661,10 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
55590
55661
|
vertical?: "top" | "bottom" | "middle";
|
|
55591
55662
|
};
|
|
55592
55663
|
active?: {
|
|
55593
|
-
scale: string | number;
|
|
55594
55664
|
font?: {
|
|
55665
|
+
weight: unknown;
|
|
55595
55666
|
opacity: string | number;
|
|
55667
|
+
family?: string;
|
|
55596
55668
|
color?: string;
|
|
55597
55669
|
background?: string;
|
|
55598
55670
|
size?: string | number;
|
|
@@ -56388,6 +56460,8 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
56388
56460
|
}, z.core.$strict>>;
|
|
56389
56461
|
active: z.ZodOptional<z.ZodObject<{
|
|
56390
56462
|
font: z.ZodOptional<z.ZodObject<{
|
|
56463
|
+
family: z.ZodOptional<z.ZodString>;
|
|
56464
|
+
weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
|
|
56391
56465
|
color: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
56392
56466
|
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
|
|
56393
56467
|
opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
@@ -56414,7 +56488,6 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
56414
56488
|
}, z.core.$strict>, z.ZodEnum<{
|
|
56415
56489
|
none: "none";
|
|
56416
56490
|
}>]>>;
|
|
56417
|
-
scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
|
|
56418
56491
|
}, z.core.$strict>>;
|
|
56419
56492
|
animation: z.ZodOptional<z.ZodObject<{
|
|
56420
56493
|
style: z.ZodEnum<{
|
|
@@ -57429,9 +57502,10 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
57429
57502
|
vertical?: "top" | "bottom" | "middle";
|
|
57430
57503
|
};
|
|
57431
57504
|
active?: {
|
|
57432
|
-
scale: string | number;
|
|
57433
57505
|
font?: {
|
|
57506
|
+
weight: unknown;
|
|
57434
57507
|
opacity: string | number;
|
|
57508
|
+
family?: string;
|
|
57435
57509
|
color?: string;
|
|
57436
57510
|
background?: string;
|
|
57437
57511
|
size?: string | number;
|
|
@@ -57878,9 +57952,10 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
57878
57952
|
vertical?: "top" | "bottom" | "middle";
|
|
57879
57953
|
};
|
|
57880
57954
|
active?: {
|
|
57881
|
-
scale: string | number;
|
|
57882
57955
|
font?: {
|
|
57956
|
+
weight: unknown;
|
|
57883
57957
|
opacity: string | number;
|
|
57958
|
+
family?: string;
|
|
57884
57959
|
color?: string;
|
|
57885
57960
|
background?: string;
|
|
57886
57961
|
size?: string | number;
|