@shotstack/schemas 1.9.1 → 1.9.2

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.
@@ -1965,17 +1965,6 @@
1965
1965
  "type": "string",
1966
1966
  "pattern": "^#[A-Fa-f0-9]{6}$",
1967
1967
  "example": "#000000"
1968
- },
1969
- "textDecoration": {
1970
- "description": "Text decoration to apply to all words.",
1971
- "type": "string",
1972
- "enum": [
1973
- "none",
1974
- "underline",
1975
- "line-through"
1976
- ],
1977
- "default": "none",
1978
- "example": "underline"
1979
1968
  }
1980
1969
  },
1981
1970
  "additionalProperties": false,
@@ -2137,8 +2126,8 @@
2137
2126
  "typewriter",
2138
2127
  "none"
2139
2128
  ],
2140
- "default": "karaoke",
2141
- "example": "karaoke"
2129
+ "default": "highlight",
2130
+ "example": "highlight"
2142
2131
  },
2143
2132
  "direction": {
2144
2133
  "description": "Direction for directional animations (slide). Only applicable when style is `slide`.",
@@ -1570,21 +1570,6 @@
1570
1570
  "type": "null"
1571
1571
  }
1572
1572
  ]
1573
- },
1574
- "textDecoration": {
1575
- "anyOf": [
1576
- {
1577
- "type": "string",
1578
- "enum": [
1579
- "none",
1580
- "underline",
1581
- "line-through"
1582
- ]
1583
- },
1584
- {
1585
- "type": "null"
1586
- }
1587
- ]
1588
1573
  }
1589
1574
  },
1590
1575
  "additionalProperties": false,
@@ -1594,8 +1579,7 @@
1594
1579
  "weight",
1595
1580
  "color",
1596
1581
  "opacity",
1597
- "background",
1598
- "textDecoration"
1582
+ "background"
1599
1583
  ]
1600
1584
  },
1601
1585
  {
@@ -1802,21 +1802,6 @@
1802
1802
  "type": "null"
1803
1803
  }
1804
1804
  ]
1805
- },
1806
- "textDecoration": {
1807
- "anyOf": [
1808
- {
1809
- "type": "string",
1810
- "enum": [
1811
- "none",
1812
- "underline",
1813
- "line-through"
1814
- ]
1815
- },
1816
- {
1817
- "type": "null"
1818
- }
1819
- ]
1820
1805
  }
1821
1806
  },
1822
1807
  "additionalProperties": false,
@@ -1826,8 +1811,7 @@
1826
1811
  "weight",
1827
1812
  "color",
1828
1813
  "opacity",
1829
- "background",
1830
- "textDecoration"
1814
+ "background"
1831
1815
  ]
1832
1816
  },
1833
1817
  {
@@ -1986,21 +1986,6 @@
1986
1986
  "type": "null"
1987
1987
  }
1988
1988
  ]
1989
- },
1990
- "textDecoration": {
1991
- "anyOf": [
1992
- {
1993
- "type": "string",
1994
- "enum": [
1995
- "none",
1996
- "underline",
1997
- "line-through"
1998
- ]
1999
- },
2000
- {
2001
- "type": "null"
2002
- }
2003
- ]
2004
1989
  }
2005
1990
  },
2006
1991
  "additionalProperties": false,
@@ -2010,8 +1995,7 @@
2010
1995
  "weight",
2011
1996
  "color",
2012
1997
  "opacity",
2013
- "background",
2014
- "textDecoration"
1998
+ "background"
2015
1999
  ]
2016
2000
  },
2017
2001
  {
@@ -87,21 +87,6 @@
87
87
  "type": "null"
88
88
  }
89
89
  ]
90
- },
91
- "textDecoration": {
92
- "anyOf": [
93
- {
94
- "type": "string",
95
- "enum": [
96
- "none",
97
- "underline",
98
- "line-through"
99
- ]
100
- },
101
- {
102
- "type": "null"
103
- }
104
- ]
105
90
  }
106
91
  },
107
92
  "additionalProperties": false,
@@ -111,8 +96,7 @@
111
96
  "weight",
112
97
  "color",
113
98
  "opacity",
114
- "background",
115
- "textDecoration"
99
+ "background"
116
100
  ]
117
101
  },
118
102
  {
@@ -2108,22 +2108,6 @@
2108
2108
  "type": "null"
2109
2109
  }
2110
2110
  ]
2111
- },
2112
- "textDecoration": {
2113
- "anyOf": [
2114
- {
2115
- "type": "string",
2116
- "description": "Text decoration to apply to all words.",
2117
- "enum": [
2118
- "none",
2119
- "underline",
2120
- "line-through"
2121
- ]
2122
- },
2123
- {
2124
- "type": "null"
2125
- }
2126
- ]
2127
2111
  }
2128
2112
  },
2129
2113
  "additionalProperties": false,
@@ -2133,8 +2117,7 @@
2133
2117
  "weight",
2134
2118
  "color",
2135
2119
  "opacity",
2136
- "background",
2137
- "textDecoration"
2120
+ "background"
2138
2121
  ]
2139
2122
  },
2140
2123
  {
@@ -1930,21 +1930,6 @@
1930
1930
  "type": "null"
1931
1931
  }
1932
1932
  ]
1933
- },
1934
- "textDecoration": {
1935
- "anyOf": [
1936
- {
1937
- "type": "string",
1938
- "enum": [
1939
- "none",
1940
- "underline",
1941
- "line-through"
1942
- ]
1943
- },
1944
- {
1945
- "type": "null"
1946
- }
1947
- ]
1948
1933
  }
1949
1934
  },
1950
1935
  "additionalProperties": false,
@@ -1954,8 +1939,7 @@
1954
1939
  "weight",
1955
1940
  "color",
1956
1941
  "opacity",
1957
- "background",
1958
- "textDecoration"
1942
+ "background"
1959
1943
  ]
1960
1944
  },
1961
1945
  {
@@ -1817,21 +1817,6 @@
1817
1817
  "type": "null"
1818
1818
  }
1819
1819
  ]
1820
- },
1821
- "textDecoration": {
1822
- "anyOf": [
1823
- {
1824
- "type": "string",
1825
- "enum": [
1826
- "none",
1827
- "underline",
1828
- "line-through"
1829
- ]
1830
- },
1831
- {
1832
- "type": "null"
1833
- }
1834
- ]
1835
1820
  }
1836
1821
  },
1837
1822
  "additionalProperties": false,
@@ -1841,8 +1826,7 @@
1841
1826
  "weight",
1842
1827
  "color",
1843
1828
  "opacity",
1844
- "background",
1845
- "textDecoration"
1829
+ "background"
1846
1830
  ]
1847
1831
  },
1848
1832
  {
package/dist/schema.d.ts CHANGED
@@ -1030,13 +1030,6 @@ export interface components {
1030
1030
  * @example #000000
1031
1031
  */
1032
1032
  background?: string;
1033
- /**
1034
- * @description Text decoration to apply to all words.
1035
- * @default none
1036
- * @example underline
1037
- * @enum {string}
1038
- */
1039
- textDecoration?: "none" | "underline" | "line-through";
1040
1033
  };
1041
1034
  /** @description Text style properties including spacing, line height, and transformations. */
1042
1035
  style?: components["schemas"]["RichTextStyle"];
@@ -1112,8 +1105,8 @@ export interface components {
1112
1105
  * <li>`typewriter` - Words appear one by one and stay visible</li>
1113
1106
  * <li>`none` - No animation, all words visible immediately</li>
1114
1107
  * </ul>
1115
- * @default karaoke
1116
- * @example karaoke
1108
+ * @default highlight
1109
+ * @example highlight
1117
1110
  * @enum {string}
1118
1111
  */
1119
1112
  style: "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter" | "none";
@@ -1408,12 +1408,7 @@ exports.richcaptionpropertiesRichCaptionFontSchema = zod_1.z.object({
1408
1408
  return v;
1409
1409
  return Number(v);
1410
1410
  } return v; }), zod_1.z.number().gte(0).lte(1)), zod_1.z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default(1),
1411
- background: zod_1.z.optional(zod_1.z.union([zod_1.z.string().regex(/^#[A-Fa-f0-9]{6}$/), zod_1.z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])),
1412
- textDecoration: zod_1.z.optional(zod_1.z.enum([
1413
- 'none',
1414
- 'underline',
1415
- 'line-through'
1416
- ]))
1411
+ background: zod_1.z.optional(zod_1.z.union([zod_1.z.string().regex(/^#[A-Fa-f0-9]{6}$/), zod_1.z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)]))
1417
1412
  }).strict();
1418
1413
  /**
1419
1414
  * Word-level animation properties for caption effects.
@@ -4680,11 +4680,6 @@ export declare const richcaptionpropertiesRichCaptionFontSchema: z.ZodObject<{
4680
4680
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
4681
4681
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4682
4682
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4683
- textDecoration: z.ZodOptional<z.ZodEnum<{
4684
- none: "none";
4685
- underline: "underline";
4686
- "line-through": "line-through";
4687
- }>>;
4688
4683
  }, z.core.$strict>;
4689
4684
  /**
4690
4685
  * Word-level animation properties for caption effects.
@@ -5048,11 +5043,6 @@ export declare const richcaptionassetRichCaptionAssetSchema: z.ZodObject<{
5048
5043
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
5049
5044
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
5050
5045
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
5051
- textDecoration: z.ZodOptional<z.ZodEnum<{
5052
- none: "none";
5053
- underline: "underline";
5054
- "line-through": "line-through";
5055
- }>>;
5056
5046
  }, z.core.$strict>>;
5057
5047
  style: z.ZodOptional<z.ZodObject<{
5058
5048
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -5182,11 +5172,6 @@ export declare const richCaptionAssetSchema: z.ZodObject<{
5182
5172
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
5183
5173
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
5184
5174
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
5185
- textDecoration: z.ZodOptional<z.ZodEnum<{
5186
- none: "none";
5187
- underline: "underline";
5188
- "line-through": "line-through";
5189
- }>>;
5190
5175
  }, z.core.$strict>>;
5191
5176
  style: z.ZodOptional<z.ZodObject<{
5192
5177
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -11184,11 +11169,6 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11184
11169
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
11185
11170
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
11186
11171
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
11187
- textDecoration: z.ZodOptional<z.ZodEnum<{
11188
- none: "none";
11189
- underline: "underline";
11190
- "line-through": "line-through";
11191
- }>>;
11192
11172
  }, z.core.$strict>>;
11193
11173
  style: z.ZodOptional<z.ZodObject<{
11194
11174
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -12034,11 +12014,6 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
12034
12014
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
12035
12015
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
12036
12016
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
12037
- textDecoration: z.ZodOptional<z.ZodEnum<{
12038
- none: "none";
12039
- underline: "underline";
12040
- "line-through": "line-through";
12041
- }>>;
12042
12017
  }, z.core.$strict>>;
12043
12018
  style: z.ZodOptional<z.ZodObject<{
12044
12019
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -12888,11 +12863,6 @@ export declare const clipClipSchema: z.ZodObject<{
12888
12863
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
12889
12864
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
12890
12865
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
12891
- textDecoration: z.ZodOptional<z.ZodEnum<{
12892
- none: "none";
12893
- underline: "underline";
12894
- "line-through": "line-through";
12895
- }>>;
12896
12866
  }, z.core.$strict>>;
12897
12867
  style: z.ZodOptional<z.ZodObject<{
12898
12868
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -14222,11 +14192,6 @@ export declare const clipSchema: z.ZodObject<{
14222
14192
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
14223
14193
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
14224
14194
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
14225
- textDecoration: z.ZodOptional<z.ZodEnum<{
14226
- none: "none";
14227
- underline: "underline";
14228
- "line-through": "line-through";
14229
- }>>;
14230
14195
  }, z.core.$strict>>;
14231
14196
  style: z.ZodOptional<z.ZodObject<{
14232
14197
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -15560,11 +15525,6 @@ export declare const trackTrackSchema: z.ZodObject<{
15560
15525
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
15561
15526
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
15562
15527
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
15563
- textDecoration: z.ZodOptional<z.ZodEnum<{
15564
- none: "none";
15565
- underline: "underline";
15566
- "line-through": "line-through";
15567
- }>>;
15568
15528
  }, z.core.$strict>>;
15569
15529
  style: z.ZodOptional<z.ZodObject<{
15570
15530
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -16853,7 +16813,6 @@ export declare const trackTrackSchema: z.ZodObject<{
16853
16813
  color: string;
16854
16814
  opacity: string | number;
16855
16815
  background?: string;
16856
- textDecoration?: "none" | "underline" | "line-through";
16857
16816
  };
16858
16817
  style?: {
16859
16818
  letterSpacing: string | number;
@@ -17396,7 +17355,6 @@ export declare const trackTrackSchema: z.ZodObject<{
17396
17355
  color: string;
17397
17356
  opacity: string | number;
17398
17357
  background?: string;
17399
- textDecoration?: "none" | "underline" | "line-through";
17400
17358
  };
17401
17359
  style?: {
17402
17360
  letterSpacing: string | number;
@@ -17983,11 +17941,6 @@ export declare const trackSchema: z.ZodObject<{
17983
17941
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
17984
17942
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
17985
17943
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
17986
- textDecoration: z.ZodOptional<z.ZodEnum<{
17987
- none: "none";
17988
- underline: "underline";
17989
- "line-through": "line-through";
17990
- }>>;
17991
17944
  }, z.core.$strict>>;
17992
17945
  style: z.ZodOptional<z.ZodObject<{
17993
17946
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -19276,7 +19229,6 @@ export declare const trackSchema: z.ZodObject<{
19276
19229
  color: string;
19277
19230
  opacity: string | number;
19278
19231
  background?: string;
19279
- textDecoration?: "none" | "underline" | "line-through";
19280
19232
  };
19281
19233
  style?: {
19282
19234
  letterSpacing: string | number;
@@ -19819,7 +19771,6 @@ export declare const trackSchema: z.ZodObject<{
19819
19771
  color: string;
19820
19772
  opacity: string | number;
19821
19773
  background?: string;
19822
- textDecoration?: "none" | "underline" | "line-through";
19823
19774
  };
19824
19775
  style?: {
19825
19776
  letterSpacing: string | number;
@@ -20423,11 +20374,6 @@ export declare const timelineTimelineSchema: z.ZodObject<{
20423
20374
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
20424
20375
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
20425
20376
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
20426
- textDecoration: z.ZodOptional<z.ZodEnum<{
20427
- none: "none";
20428
- underline: "underline";
20429
- "line-through": "line-through";
20430
- }>>;
20431
20377
  }, z.core.$strict>>;
20432
20378
  style: z.ZodOptional<z.ZodObject<{
20433
20379
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -21716,7 +21662,6 @@ export declare const timelineTimelineSchema: z.ZodObject<{
21716
21662
  color: string;
21717
21663
  opacity: string | number;
21718
21664
  background?: string;
21719
- textDecoration?: "none" | "underline" | "line-through";
21720
21665
  };
21721
21666
  style?: {
21722
21667
  letterSpacing: string | number;
@@ -22259,7 +22204,6 @@ export declare const timelineTimelineSchema: z.ZodObject<{
22259
22204
  color: string;
22260
22205
  opacity: string | number;
22261
22206
  background?: string;
22262
- textDecoration?: "none" | "underline" | "line-through";
22263
22207
  };
22264
22208
  style?: {
22265
22209
  letterSpacing: string | number;
@@ -22862,11 +22806,6 @@ export declare const timelineSchema: z.ZodObject<{
22862
22806
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
22863
22807
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
22864
22808
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
22865
- textDecoration: z.ZodOptional<z.ZodEnum<{
22866
- none: "none";
22867
- underline: "underline";
22868
- "line-through": "line-through";
22869
- }>>;
22870
22809
  }, z.core.$strict>>;
22871
22810
  style: z.ZodOptional<z.ZodObject<{
22872
22811
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -24155,7 +24094,6 @@ export declare const timelineSchema: z.ZodObject<{
24155
24094
  color: string;
24156
24095
  opacity: string | number;
24157
24096
  background?: string;
24158
- textDecoration?: "none" | "underline" | "line-through";
24159
24097
  };
24160
24098
  style?: {
24161
24099
  letterSpacing: string | number;
@@ -24698,7 +24636,6 @@ export declare const timelineSchema: z.ZodObject<{
24698
24636
  color: string;
24699
24637
  opacity: string | number;
24700
24638
  background?: string;
24701
- textDecoration?: "none" | "underline" | "line-through";
24702
24639
  };
24703
24640
  style?: {
24704
24641
  letterSpacing: string | number;
@@ -25305,11 +25242,6 @@ export declare const editEditSchema: z.ZodObject<{
25305
25242
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
25306
25243
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
25307
25244
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
25308
- textDecoration: z.ZodOptional<z.ZodEnum<{
25309
- none: "none";
25310
- underline: "underline";
25311
- "line-through": "line-through";
25312
- }>>;
25313
25245
  }, z.core.$strict>>;
25314
25246
  style: z.ZodOptional<z.ZodObject<{
25315
25247
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -26598,7 +26530,6 @@ export declare const editEditSchema: z.ZodObject<{
26598
26530
  color: string;
26599
26531
  opacity: string | number;
26600
26532
  background?: string;
26601
- textDecoration?: "none" | "underline" | "line-through";
26602
26533
  };
26603
26534
  style?: {
26604
26535
  letterSpacing: string | number;
@@ -27141,7 +27072,6 @@ export declare const editEditSchema: z.ZodObject<{
27141
27072
  color: string;
27142
27073
  opacity: string | number;
27143
27074
  background?: string;
27144
- textDecoration?: "none" | "underline" | "line-through";
27145
27075
  };
27146
27076
  style?: {
27147
27077
  letterSpacing: string | number;
@@ -27910,11 +27840,6 @@ export declare const editSchema: z.ZodObject<{
27910
27840
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
27911
27841
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
27912
27842
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
27913
- textDecoration: z.ZodOptional<z.ZodEnum<{
27914
- none: "none";
27915
- underline: "underline";
27916
- "line-through": "line-through";
27917
- }>>;
27918
27843
  }, z.core.$strict>>;
27919
27844
  style: z.ZodOptional<z.ZodObject<{
27920
27845
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -29203,7 +29128,6 @@ export declare const editSchema: z.ZodObject<{
29203
29128
  color: string;
29204
29129
  opacity: string | number;
29205
29130
  background?: string;
29206
- textDecoration?: "none" | "underline" | "line-through";
29207
29131
  };
29208
29132
  style?: {
29209
29133
  letterSpacing: string | number;
@@ -29746,7 +29670,6 @@ export declare const editSchema: z.ZodObject<{
29746
29670
  color: string;
29747
29671
  opacity: string | number;
29748
29672
  background?: string;
29749
- textDecoration?: "none" | "underline" | "line-through";
29750
29673
  };
29751
29674
  style?: {
29752
29675
  letterSpacing: string | number;
@@ -30537,11 +30460,6 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
30537
30460
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
30538
30461
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
30539
30462
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
30540
- textDecoration: z.ZodOptional<z.ZodEnum<{
30541
- none: "none";
30542
- underline: "underline";
30543
- "line-through": "line-through";
30544
- }>>;
30545
30463
  }, z.core.$strict>>;
30546
30464
  style: z.ZodOptional<z.ZodObject<{
30547
30465
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -31830,7 +31748,6 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
31830
31748
  color: string;
31831
31749
  opacity: string | number;
31832
31750
  background?: string;
31833
- textDecoration?: "none" | "underline" | "line-through";
31834
31751
  };
31835
31752
  style?: {
31836
31753
  letterSpacing: string | number;
@@ -32373,7 +32290,6 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
32373
32290
  color: string;
32374
32291
  opacity: string | number;
32375
32292
  background?: string;
32376
- textDecoration?: "none" | "underline" | "line-through";
32377
32293
  };
32378
32294
  style?: {
32379
32295
  letterSpacing: string | number;
@@ -33164,11 +33080,6 @@ export declare const renderResponseDataSchema: z.ZodObject<{
33164
33080
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
33165
33081
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
33166
33082
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
33167
- textDecoration: z.ZodOptional<z.ZodEnum<{
33168
- none: "none";
33169
- underline: "underline";
33170
- "line-through": "line-through";
33171
- }>>;
33172
33083
  }, z.core.$strict>>;
33173
33084
  style: z.ZodOptional<z.ZodObject<{
33174
33085
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -34457,7 +34368,6 @@ export declare const renderResponseDataSchema: z.ZodObject<{
34457
34368
  color: string;
34458
34369
  opacity: string | number;
34459
34370
  background?: string;
34460
- textDecoration?: "none" | "underline" | "line-through";
34461
34371
  };
34462
34372
  style?: {
34463
34373
  letterSpacing: string | number;
@@ -35000,7 +34910,6 @@ export declare const renderResponseDataSchema: z.ZodObject<{
35000
34910
  color: string;
35001
34911
  opacity: string | number;
35002
34912
  background?: string;
35003
- textDecoration?: "none" | "underline" | "line-through";
35004
34913
  };
35005
34914
  style?: {
35006
34915
  letterSpacing: string | number;
@@ -35797,11 +35706,6 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
35797
35706
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
35798
35707
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
35799
35708
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
35800
- textDecoration: z.ZodOptional<z.ZodEnum<{
35801
- none: "none";
35802
- underline: "underline";
35803
- "line-through": "line-through";
35804
- }>>;
35805
35709
  }, z.core.$strict>>;
35806
35710
  style: z.ZodOptional<z.ZodObject<{
35807
35711
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -37090,7 +36994,6 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
37090
36994
  color: string;
37091
36995
  opacity: string | number;
37092
36996
  background?: string;
37093
- textDecoration?: "none" | "underline" | "line-through";
37094
36997
  };
37095
36998
  style?: {
37096
36999
  letterSpacing: string | number;
@@ -37633,7 +37536,6 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
37633
37536
  color: string;
37634
37537
  opacity: string | number;
37635
37538
  background?: string;
37636
- textDecoration?: "none" | "underline" | "line-through";
37637
37539
  };
37638
37540
  style?: {
37639
37541
  letterSpacing: string | number;
@@ -38428,11 +38330,6 @@ export declare const renderResponseSchema: z.ZodObject<{
38428
38330
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
38429
38331
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
38430
38332
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
38431
- textDecoration: z.ZodOptional<z.ZodEnum<{
38432
- none: "none";
38433
- underline: "underline";
38434
- "line-through": "line-through";
38435
- }>>;
38436
38333
  }, z.core.$strict>>;
38437
38334
  style: z.ZodOptional<z.ZodObject<{
38438
38335
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -39721,7 +39618,6 @@ export declare const renderResponseSchema: z.ZodObject<{
39721
39618
  color: string;
39722
39619
  opacity: string | number;
39723
39620
  background?: string;
39724
- textDecoration?: "none" | "underline" | "line-through";
39725
39621
  };
39726
39622
  style?: {
39727
39623
  letterSpacing: string | number;
@@ -40264,7 +40160,6 @@ export declare const renderResponseSchema: z.ZodObject<{
40264
40160
  color: string;
40265
40161
  opacity: string | number;
40266
40162
  background?: string;
40267
- textDecoration?: "none" | "underline" | "line-through";
40268
40163
  };
40269
40164
  style?: {
40270
40165
  letterSpacing: string | number;
@@ -41044,11 +40939,6 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
41044
40939
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
41045
40940
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
41046
40941
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
41047
- textDecoration: z.ZodOptional<z.ZodEnum<{
41048
- none: "none";
41049
- underline: "underline";
41050
- "line-through": "line-through";
41051
- }>>;
41052
40942
  }, z.core.$strict>>;
41053
40943
  style: z.ZodOptional<z.ZodObject<{
41054
40944
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -42337,7 +42227,6 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42337
42227
  color: string;
42338
42228
  opacity: string | number;
42339
42229
  background?: string;
42340
- textDecoration?: "none" | "underline" | "line-through";
42341
42230
  };
42342
42231
  style?: {
42343
42232
  letterSpacing: string | number;
@@ -42880,7 +42769,6 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42880
42769
  color: string;
42881
42770
  opacity: string | number;
42882
42771
  background?: string;
42883
- textDecoration?: "none" | "underline" | "line-through";
42884
42772
  };
42885
42773
  style?: {
42886
42774
  letterSpacing: string | number;
@@ -43654,11 +43542,6 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
43654
43542
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
43655
43543
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
43656
43544
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
43657
- textDecoration: z.ZodOptional<z.ZodEnum<{
43658
- none: "none";
43659
- underline: "underline";
43660
- "line-through": "line-through";
43661
- }>>;
43662
43545
  }, z.core.$strict>>;
43663
43546
  style: z.ZodOptional<z.ZodObject<{
43664
43547
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -44947,7 +44830,6 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
44947
44830
  color: string;
44948
44831
  opacity: string | number;
44949
44832
  background?: string;
44950
- textDecoration?: "none" | "underline" | "line-through";
44951
44833
  };
44952
44834
  style?: {
44953
44835
  letterSpacing: string | number;
@@ -45490,7 +45372,6 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
45490
45372
  color: string;
45491
45373
  opacity: string | number;
45492
45374
  background?: string;
45493
- textDecoration?: "none" | "underline" | "line-through";
45494
45375
  };
45495
45376
  style?: {
45496
45377
  letterSpacing: string | number;
@@ -46270,11 +46151,6 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
46270
46151
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
46271
46152
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
46272
46153
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
46273
- textDecoration: z.ZodOptional<z.ZodEnum<{
46274
- none: "none";
46275
- underline: "underline";
46276
- "line-through": "line-through";
46277
- }>>;
46278
46154
  }, z.core.$strict>>;
46279
46155
  style: z.ZodOptional<z.ZodObject<{
46280
46156
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -47563,7 +47439,6 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
47563
47439
  color: string;
47564
47440
  opacity: string | number;
47565
47441
  background?: string;
47566
- textDecoration?: "none" | "underline" | "line-through";
47567
47442
  };
47568
47443
  style?: {
47569
47444
  letterSpacing: string | number;
@@ -48106,7 +47981,6 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
48106
47981
  color: string;
48107
47982
  opacity: string | number;
48108
47983
  background?: string;
48109
- textDecoration?: "none" | "underline" | "line-through";
48110
47984
  };
48111
47985
  style?: {
48112
47986
  letterSpacing: string | number;
@@ -48884,11 +48758,6 @@ export declare const templateDataResponseSchema: z.ZodObject<{
48884
48758
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
48885
48759
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
48886
48760
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
48887
- textDecoration: z.ZodOptional<z.ZodEnum<{
48888
- none: "none";
48889
- underline: "underline";
48890
- "line-through": "line-through";
48891
- }>>;
48892
48761
  }, z.core.$strict>>;
48893
48762
  style: z.ZodOptional<z.ZodObject<{
48894
48763
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -50177,7 +50046,6 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50177
50046
  color: string;
50178
50047
  opacity: string | number;
50179
50048
  background?: string;
50180
- textDecoration?: "none" | "underline" | "line-through";
50181
50049
  };
50182
50050
  style?: {
50183
50051
  letterSpacing: string | number;
@@ -50720,7 +50588,6 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50720
50588
  color: string;
50721
50589
  opacity: string | number;
50722
50590
  background?: string;
50723
- textDecoration?: "none" | "underline" | "line-through";
50724
50591
  };
50725
50592
  style?: {
50726
50593
  letterSpacing: string | number;
@@ -51496,11 +51363,6 @@ export declare const templateTemplateSchema: z.ZodObject<{
51496
51363
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
51497
51364
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
51498
51365
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
51499
- textDecoration: z.ZodOptional<z.ZodEnum<{
51500
- none: "none";
51501
- underline: "underline";
51502
- "line-through": "line-through";
51503
- }>>;
51504
51366
  }, z.core.$strict>>;
51505
51367
  style: z.ZodOptional<z.ZodObject<{
51506
51368
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -52789,7 +52651,6 @@ export declare const templateTemplateSchema: z.ZodObject<{
52789
52651
  color: string;
52790
52652
  opacity: string | number;
52791
52653
  background?: string;
52792
- textDecoration?: "none" | "underline" | "line-through";
52793
52654
  };
52794
52655
  style?: {
52795
52656
  letterSpacing: string | number;
@@ -53332,7 +53193,6 @@ export declare const templateTemplateSchema: z.ZodObject<{
53332
53193
  color: string;
53333
53194
  opacity: string | number;
53334
53195
  background?: string;
53335
- textDecoration?: "none" | "underline" | "line-through";
53336
53196
  };
53337
53197
  style?: {
53338
53198
  letterSpacing: string | number;
@@ -54104,11 +53964,6 @@ export declare const templateSchema: z.ZodObject<{
54104
53964
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
54105
53965
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
54106
53966
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
54107
- textDecoration: z.ZodOptional<z.ZodEnum<{
54108
- none: "none";
54109
- underline: "underline";
54110
- "line-through": "line-through";
54111
- }>>;
54112
53967
  }, z.core.$strict>>;
54113
53968
  style: z.ZodOptional<z.ZodObject<{
54114
53969
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -55397,7 +55252,6 @@ export declare const templateSchema: z.ZodObject<{
55397
55252
  color: string;
55398
55253
  opacity: string | number;
55399
55254
  background?: string;
55400
- textDecoration?: "none" | "underline" | "line-through";
55401
55255
  };
55402
55256
  style?: {
55403
55257
  letterSpacing: string | number;
@@ -55940,7 +55794,6 @@ export declare const templateSchema: z.ZodObject<{
55940
55794
  color: string;
55941
55795
  opacity: string | number;
55942
55796
  background?: string;
55943
- textDecoration?: "none" | "underline" | "line-through";
55944
55797
  };
55945
55798
  style?: {
55946
55799
  letterSpacing: string | number;
@@ -56711,11 +56564,6 @@ export declare const postRenderRequest: z.ZodObject<{
56711
56564
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
56712
56565
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
56713
56566
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
56714
- textDecoration: z.ZodOptional<z.ZodEnum<{
56715
- none: "none";
56716
- underline: "underline";
56717
- "line-through": "line-through";
56718
- }>>;
56719
56567
  }, z.core.$strict>>;
56720
56568
  style: z.ZodOptional<z.ZodObject<{
56721
56569
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -58004,7 +57852,6 @@ export declare const postRenderRequest: z.ZodObject<{
58004
57852
  color: string;
58005
57853
  opacity: string | number;
58006
57854
  background?: string;
58007
- textDecoration?: "none" | "underline" | "line-through";
58008
57855
  };
58009
57856
  style?: {
58010
57857
  letterSpacing: string | number;
@@ -58547,7 +58394,6 @@ export declare const postRenderRequest: z.ZodObject<{
58547
58394
  color: string;
58548
58395
  opacity: string | number;
58549
58396
  background?: string;
58550
- textDecoration?: "none" | "underline" | "line-through";
58551
58397
  };
58552
58398
  style?: {
58553
58399
  letterSpacing: string | number;
@@ -59365,11 +59211,6 @@ export declare const getRenderResponse: z.ZodObject<{
59365
59211
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
59366
59212
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
59367
59213
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
59368
- textDecoration: z.ZodOptional<z.ZodEnum<{
59369
- none: "none";
59370
- underline: "underline";
59371
- "line-through": "line-through";
59372
- }>>;
59373
59214
  }, z.core.$strict>>;
59374
59215
  style: z.ZodOptional<z.ZodObject<{
59375
59216
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -60658,7 +60499,6 @@ export declare const getRenderResponse: z.ZodObject<{
60658
60499
  color: string;
60659
60500
  opacity: string | number;
60660
60501
  background?: string;
60661
- textDecoration?: "none" | "underline" | "line-through";
60662
60502
  };
60663
60503
  style?: {
60664
60504
  letterSpacing: string | number;
@@ -61201,7 +61041,6 @@ export declare const getRenderResponse: z.ZodObject<{
61201
61041
  color: string;
61202
61042
  opacity: string | number;
61203
61043
  background?: string;
61204
- textDecoration?: "none" | "underline" | "line-through";
61205
61044
  };
61206
61045
  style?: {
61207
61046
  letterSpacing: string | number;
@@ -61998,11 +61837,6 @@ export declare const postTemplateRequest: z.ZodObject<{
61998
61837
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
61999
61838
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
62000
61839
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
62001
- textDecoration: z.ZodOptional<z.ZodEnum<{
62002
- none: "none";
62003
- underline: "underline";
62004
- "line-through": "line-through";
62005
- }>>;
62006
61840
  }, z.core.$strict>>;
62007
61841
  style: z.ZodOptional<z.ZodObject<{
62008
61842
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -63291,7 +63125,6 @@ export declare const postTemplateRequest: z.ZodObject<{
63291
63125
  color: string;
63292
63126
  opacity: string | number;
63293
63127
  background?: string;
63294
- textDecoration?: "none" | "underline" | "line-through";
63295
63128
  };
63296
63129
  style?: {
63297
63130
  letterSpacing: string | number;
@@ -63834,7 +63667,6 @@ export declare const postTemplateRequest: z.ZodObject<{
63834
63667
  color: string;
63835
63668
  opacity: string | number;
63836
63669
  background?: string;
63837
- textDecoration?: "none" | "underline" | "line-through";
63838
63670
  };
63839
63671
  style?: {
63840
63672
  letterSpacing: string | number;
@@ -64646,11 +64478,6 @@ export declare const getTemplateResponse: z.ZodObject<{
64646
64478
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
64647
64479
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
64648
64480
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
64649
- textDecoration: z.ZodOptional<z.ZodEnum<{
64650
- none: "none";
64651
- underline: "underline";
64652
- "line-through": "line-through";
64653
- }>>;
64654
64481
  }, z.core.$strict>>;
64655
64482
  style: z.ZodOptional<z.ZodObject<{
64656
64483
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -65939,7 +65766,6 @@ export declare const getTemplateResponse: z.ZodObject<{
65939
65766
  color: string;
65940
65767
  opacity: string | number;
65941
65768
  background?: string;
65942
- textDecoration?: "none" | "underline" | "line-through";
65943
65769
  };
65944
65770
  style?: {
65945
65771
  letterSpacing: string | number;
@@ -66482,7 +66308,6 @@ export declare const getTemplateResponse: z.ZodObject<{
66482
66308
  color: string;
66483
66309
  opacity: string | number;
66484
66310
  background?: string;
66485
- textDecoration?: "none" | "underline" | "line-through";
66486
66311
  };
66487
66312
  style?: {
66488
66313
  letterSpacing: string | number;
@@ -67256,11 +67081,6 @@ export declare const putTemplateRequest: z.ZodObject<{
67256
67081
  color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
67257
67082
  opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
67258
67083
  background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
67259
- textDecoration: z.ZodOptional<z.ZodEnum<{
67260
- none: "none";
67261
- underline: "underline";
67262
- "line-through": "line-through";
67263
- }>>;
67264
67084
  }, z.core.$strict>>;
67265
67085
  style: z.ZodOptional<z.ZodObject<{
67266
67086
  letterSpacing: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
@@ -68549,7 +68369,6 @@ export declare const putTemplateRequest: z.ZodObject<{
68549
68369
  color: string;
68550
68370
  opacity: string | number;
68551
68371
  background?: string;
68552
- textDecoration?: "none" | "underline" | "line-through";
68553
68372
  };
68554
68373
  style?: {
68555
68374
  letterSpacing: string | number;
@@ -69092,7 +68911,6 @@ export declare const putTemplateRequest: z.ZodObject<{
69092
68911
  color: string;
69093
68912
  opacity: string | number;
69094
68913
  background?: string;
69095
- textDecoration?: "none" | "underline" | "line-through";
69096
68914
  };
69097
68915
  style?: {
69098
68916
  letterSpacing: string | number;
@@ -1398,12 +1398,7 @@ export const richcaptionpropertiesRichCaptionFontSchema = z.object({
1398
1398
  return v;
1399
1399
  return Number(v);
1400
1400
  } return v; }), z.number().gte(0).lte(1)), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default(1),
1401
- background: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])),
1402
- textDecoration: z.optional(z.enum([
1403
- 'none',
1404
- 'underline',
1405
- 'line-through'
1406
- ]))
1401
+ background: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)]))
1407
1402
  }).strict();
1408
1403
  /**
1409
1404
  * Word-level animation properties for caption effects.
@@ -1356,12 +1356,7 @@ export const richcaptionpropertiesRichCaptionFontSchema = z.object({
1356
1356
  weight: z.optional(z.unknown()).default('400'),
1357
1357
  color: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default('#ffffff'),
1358
1358
  opacity: z.optional(z.union([z.preprocess(((v: unknown) => { if (v === '' || v === null || v === undefined) return undefined; if (Array.isArray(v)) return v; if (typeof v === 'string') { if (/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/.test(v)) return v; return Number(v); } return v; }), z.number().gte(0).lte(1)), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default(1),
1359
- background: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])),
1360
- textDecoration: z.optional(z.enum([
1361
- 'none',
1362
- 'underline',
1363
- 'line-through'
1364
- ]))
1359
+ background: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)]))
1365
1360
  }).strict();
1366
1361
 
1367
1362
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shotstack/schemas",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Centralized OpenAPI schemas and TypeScript types for Shotstack API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",