@shotstack/schemas 1.9.3 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2056,9 +2056,9 @@
2056
2056
  "description": "Styling properties for the active/highlighted word. These override the base styling when a word is being spoken.",
2057
2057
  "$ref": "#/components/schemas/RichCaptionActive"
2058
2058
  },
2059
- "wordAnimation": {
2059
+ "animation": {
2060
2060
  "description": "Word-level animation properties controlling how words are highlighted or revealed.",
2061
- "$ref": "#/components/schemas/RichCaptionWordAnimation"
2061
+ "$ref": "#/components/schemas/RichCaptionAnimation"
2062
2062
  }
2063
2063
  },
2064
2064
  "additionalProperties": false,
@@ -2153,7 +2153,7 @@
2153
2153
  },
2154
2154
  "additionalProperties": false
2155
2155
  },
2156
- "RichCaptionWordAnimation": {
2156
+ "RichCaptionAnimation": {
2157
2157
  "description": "Word-level animation properties for caption effects.",
2158
2158
  "type": "object",
2159
2159
  "properties": {
@@ -1744,10 +1744,10 @@
1744
1744
  }
1745
1745
  ]
1746
1746
  },
1747
- "wordAnimation": {
1747
+ "animation": {
1748
1748
  "anyOf": [
1749
1749
  {
1750
- "$ref": "#/$defs/RichCaptionWordAnimation"
1750
+ "$ref": "#/$defs/RichCaptionAnimation"
1751
1751
  },
1752
1752
  {
1753
1753
  "type": "null"
@@ -1768,7 +1768,7 @@
1768
1768
  "padding",
1769
1769
  "align",
1770
1770
  "active",
1771
- "wordAnimation"
1771
+ "animation"
1772
1772
  ]
1773
1773
  },
1774
1774
  "RichCaptionActive": {
@@ -1899,7 +1899,7 @@
1899
1899
  "textDecoration"
1900
1900
  ]
1901
1901
  },
1902
- "RichCaptionWordAnimation": {
1902
+ "RichCaptionAnimation": {
1903
1903
  "type": "object",
1904
1904
  "properties": {
1905
1905
  "style": {
@@ -1976,10 +1976,10 @@
1976
1976
  }
1977
1977
  ]
1978
1978
  },
1979
- "wordAnimation": {
1979
+ "animation": {
1980
1980
  "anyOf": [
1981
1981
  {
1982
- "$ref": "#/$defs/RichCaptionWordAnimation"
1982
+ "$ref": "#/$defs/RichCaptionAnimation"
1983
1983
  },
1984
1984
  {
1985
1985
  "type": "null"
@@ -2000,7 +2000,7 @@
2000
2000
  "padding",
2001
2001
  "align",
2002
2002
  "active",
2003
- "wordAnimation"
2003
+ "animation"
2004
2004
  ]
2005
2005
  },
2006
2006
  "RichCaptionActive": {
@@ -2131,7 +2131,7 @@
2131
2131
  "textDecoration"
2132
2132
  ]
2133
2133
  },
2134
- "RichCaptionWordAnimation": {
2134
+ "RichCaptionAnimation": {
2135
2135
  "type": "object",
2136
2136
  "properties": {
2137
2137
  "style": {
@@ -2160,10 +2160,10 @@
2160
2160
  }
2161
2161
  ]
2162
2162
  },
2163
- "wordAnimation": {
2163
+ "animation": {
2164
2164
  "anyOf": [
2165
2165
  {
2166
- "$ref": "#/$defs/RichCaptionWordAnimation"
2166
+ "$ref": "#/$defs/RichCaptionAnimation"
2167
2167
  },
2168
2168
  {
2169
2169
  "type": "null"
@@ -2184,7 +2184,7 @@
2184
2184
  "padding",
2185
2185
  "align",
2186
2186
  "active",
2187
- "wordAnimation"
2187
+ "animation"
2188
2188
  ]
2189
2189
  },
2190
2190
  "RichCaptionActive": {
@@ -2315,7 +2315,7 @@
2315
2315
  "textDecoration"
2316
2316
  ]
2317
2317
  },
2318
- "RichCaptionWordAnimation": {
2318
+ "RichCaptionAnimation": {
2319
2319
  "type": "object",
2320
2320
  "properties": {
2321
2321
  "style": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "RichCaptionWordAnimation",
2
+ "name": "RichCaptionAnimation",
3
3
  "strict": true,
4
4
  "schema": {
5
5
  "description": "Word-level animation properties for caption effects.",
@@ -261,10 +261,10 @@
261
261
  }
262
262
  ]
263
263
  },
264
- "wordAnimation": {
264
+ "animation": {
265
265
  "anyOf": [
266
266
  {
267
- "$ref": "#/$defs/RichCaptionWordAnimation"
267
+ "$ref": "#/$defs/RichCaptionAnimation"
268
268
  },
269
269
  {
270
270
  "type": "null"
@@ -285,7 +285,7 @@
285
285
  "padding",
286
286
  "align",
287
287
  "active",
288
- "wordAnimation"
288
+ "animation"
289
289
  ],
290
290
  "$defs": {
291
291
  "RichTextGradient": {
@@ -1147,7 +1147,7 @@
1147
1147
  "textDecoration"
1148
1148
  ]
1149
1149
  },
1150
- "RichCaptionWordAnimation": {
1150
+ "RichCaptionAnimation": {
1151
1151
  "type": "object",
1152
1152
  "properties": {
1153
1153
  "style": {
@@ -2296,11 +2296,11 @@
2296
2296
  }
2297
2297
  ]
2298
2298
  },
2299
- "wordAnimation": {
2299
+ "animation": {
2300
2300
  "anyOf": [
2301
2301
  {
2302
2302
  "description": "Word-level animation properties controlling how words are highlighted or revealed.",
2303
- "$ref": "#/$defs/RichCaptionWordAnimation"
2303
+ "$ref": "#/$defs/RichCaptionAnimation"
2304
2304
  },
2305
2305
  {
2306
2306
  "type": "null"
@@ -2321,7 +2321,7 @@
2321
2321
  "padding",
2322
2322
  "align",
2323
2323
  "active",
2324
- "wordAnimation"
2324
+ "animation"
2325
2325
  ]
2326
2326
  },
2327
2327
  "RichCaptionActive": {
@@ -2462,7 +2462,7 @@
2462
2462
  "textDecoration"
2463
2463
  ]
2464
2464
  },
2465
- "RichCaptionWordAnimation": {
2465
+ "RichCaptionAnimation": {
2466
2466
  "description": "Word-level animation properties for caption effects.",
2467
2467
  "type": "object",
2468
2468
  "properties": {
@@ -2104,10 +2104,10 @@
2104
2104
  }
2105
2105
  ]
2106
2106
  },
2107
- "wordAnimation": {
2107
+ "animation": {
2108
2108
  "anyOf": [
2109
2109
  {
2110
- "$ref": "#/$defs/RichCaptionWordAnimation"
2110
+ "$ref": "#/$defs/RichCaptionAnimation"
2111
2111
  },
2112
2112
  {
2113
2113
  "type": "null"
@@ -2128,7 +2128,7 @@
2128
2128
  "padding",
2129
2129
  "align",
2130
2130
  "active",
2131
- "wordAnimation"
2131
+ "animation"
2132
2132
  ]
2133
2133
  },
2134
2134
  "RichCaptionActive": {
@@ -2259,7 +2259,7 @@
2259
2259
  "textDecoration"
2260
2260
  ]
2261
2261
  },
2262
- "RichCaptionWordAnimation": {
2262
+ "RichCaptionAnimation": {
2263
2263
  "type": "object",
2264
2264
  "properties": {
2265
2265
  "style": {
@@ -1991,10 +1991,10 @@
1991
1991
  }
1992
1992
  ]
1993
1993
  },
1994
- "wordAnimation": {
1994
+ "animation": {
1995
1995
  "anyOf": [
1996
1996
  {
1997
- "$ref": "#/$defs/RichCaptionWordAnimation"
1997
+ "$ref": "#/$defs/RichCaptionAnimation"
1998
1998
  },
1999
1999
  {
2000
2000
  "type": "null"
@@ -2015,7 +2015,7 @@
2015
2015
  "padding",
2016
2016
  "align",
2017
2017
  "active",
2018
- "wordAnimation"
2018
+ "animation"
2019
2019
  ]
2020
2020
  },
2021
2021
  "RichCaptionActive": {
@@ -2146,7 +2146,7 @@
2146
2146
  "textDecoration"
2147
2147
  ]
2148
2148
  },
2149
- "RichCaptionWordAnimation": {
2149
+ "RichCaptionAnimation": {
2150
2150
  "type": "object",
2151
2151
  "properties": {
2152
2152
  "style": {
package/dist/schema.d.ts CHANGED
@@ -1077,7 +1077,7 @@ export interface components {
1077
1077
  /** @description Styling properties for the active/highlighted word. These override the base styling when a word is being spoken. */
1078
1078
  active?: components["schemas"]["RichCaptionActive"];
1079
1079
  /** @description Word-level animation properties controlling how words are highlighted or revealed. */
1080
- wordAnimation?: components["schemas"]["RichCaptionWordAnimation"];
1080
+ animation?: components["schemas"]["RichCaptionAnimation"];
1081
1081
  };
1082
1082
  /** @description Font properties for the active/highlighted word. */
1083
1083
  RichCaptionActiveFont: {
@@ -1122,7 +1122,7 @@ export interface components {
1122
1122
  scale?: number;
1123
1123
  };
1124
1124
  /** @description Word-level animation properties for caption effects. */
1125
- RichCaptionWordAnimation: {
1125
+ RichCaptionAnimation: {
1126
1126
  /**
1127
1127
  * @description The animation style to apply to words: <ul>
1128
1128
  * <li>`karaoke` - Word-by-word color fill as spoken (shows all words, highlights active)</li>
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.openAiGeneratedAssetSchema = exports.openaiGeneratedAssetOpenAiGeneratedAssetSchema = exports.openAiGeneratedAssetOptionsSchema = exports.openaiGeneratedAssetOptionsOpenAiGeneratedAssetOptionsSchema = exports.openAiTextGeneratorOptionsSchema = exports.openaiTextGeneratorOptionsOpenAiTextGeneratorOptionsSchema = exports.heyGenGeneratedAssetSchema = exports.heygenGeneratedAssetHeyGenGeneratedAssetSchema = exports.heyGenGeneratedAssetOptionsSchema = exports.heygenGeneratedAssetOptionsHeyGenGeneratedAssetOptionsSchema = exports.heyGenTextToAvatarOptionsSchema = exports.heygenTextToAvatarOptionsHeyGenTextToAvatarOptionsSchema = exports.elevenLabsGeneratedAssetSchema = exports.elevenlabsGeneratedAssetElevenLabsGeneratedAssetSchema = exports.elevenLabsGeneratedAssetOptionsSchema = exports.elevenlabsGeneratedAssetOptionsElevenLabsGeneratedAssetOptionsSchema = exports.elevenLabsTextToSpeechOptionsSchema = exports.elevenlabsTextToSpeechOptionsElevenLabsTextToSpeechOptionsSchema = exports.didGeneratedAssetSchema = exports.didGeneratedAssetDidGeneratedAssetSchema = exports.didGeneratedAssetOptionsSchema = exports.didGeneratedAssetOptionsDidGeneratedAssetOptionsSchema = exports.didTextToAvatarOptionsSchema = exports.didTextToAvatarOptionsDidTextToAvatarOptionsSchema = exports.chromaKeySchema = exports.chromakeyChromaKeySchema = exports.captionAssetSchema = exports.captionassetCaptionAssetSchema = exports.captionMarginSchema = exports.captionpropertiesCaptionMarginSchema = exports.captionFontSchema = exports.captionpropertiesCaptionFontSchema = exports.captionBackgroundSchema = exports.captionpropertiesCaptionBackgroundSchema = exports.uploadRootSchema = exports.templatesrenderRootSchema = exports.templatesidRootSchema = exports.templatesRootSchema = exports.sourcesidRootSchema = exports.sourcesRootSchema = exports.renderidRootSchema = exports.renderRootSchema = exports.probeRootSchema = exports.generateassetidRootSchema = exports.generateassetRootSchema = exports.assetsrenderidRootSchema = exports.assetsidRootSchema = exports.assetsRootSchema = exports.sourceRootSchema = exports.editRootSchema = void 0;
5
5
  exports.s3DestinationOptionsSchema = exports.s3DestinationOptionsS3DestinationOptionsSchema = exports.muxDestinationSchema = exports.muxDestinationMuxDestinationSchema = exports.muxDestinationOptionsSchema = exports.muxDestinationOptionsMuxDestinationOptionsSchema = exports.googleDriveDestinationSchema = exports.googleDriveDestinationGoogleDriveDestinationSchema = exports.googleDriveDestinationOptionsSchema = exports.googleDriveDestinationOptionsGoogleDriveDestinationOptionsSchema = exports.googleCloudStorageDestinationSchema = exports.googleCloudStorageDestinationGoogleCloudStorageDestinationSchema = exports.googleCloudStorageDestinationOptionsSchema = exports.googleCloudStorageDestinationOptionsGoogleCloudStorageDestinationOptionsSchema = exports.azureBlobStorageDestinationAzureBlobStorageDestinationSchema = exports.azureBlobStorageDestinationOptionsAzureBlobStorageDestinationOptionsSchema = exports.akamaiNetStorageDestinationAkamaiNetStorageDestinationSchema = exports.akamaiNetStorageDestinationOptionsAkamaiNetStorageDestinationOptionsSchema = exports.cropSchema = exports.cropCropSchema = exports.generatedAssetSchema = exports.generatedAssetGeneratedAssetSchema = exports.stabilityAiGeneratedAssetSchema = exports.stabilityAiGeneratedAssetStabilityAiGeneratedAssetSchema = exports.stabilityAiGeneratedAssetOptionsSchema = exports.stabilityAiGeneratedAssetOptionsStabilityAiGeneratedAssetOptionsSchema = exports.stabilityAiTextToImageOptionsSchema = exports.stabilityAiTextToImageOptionsStabilityAiTextToImageOptionsSchema = exports.shotstackGeneratedAssetSchema = exports.shotstackGeneratedAssetShotstackGeneratedAssetSchema = exports.shotstackGeneratedAssetOptionsSchema = exports.shotstackGeneratedAssetOptionsShotstackGeneratedAssetOptionsSchema = exports.shotstackTextToSpeechOptionsSchema = exports.shotstackTextToSpeechOptionsShotstackTextToSpeechOptionsSchema = exports.shotstackTextToImageOptionsSchema = exports.shotstackTextToImageOptionsShotstackTextToImageOptionsSchema = exports.shotstackTextGeneratorOptionsSchema = exports.shotstackTextGeneratorOptionsShotstackTextGeneratorOptionsSchema = exports.shotstackImageToVideoOptionsSchema = exports.shotstackImageToVideoOptionsShotstackImageToVideoOptionsSchema = exports.generatedAssetResponseSchema = exports.generatedAssetResponseGeneratedAssetResponseSchema = exports.generatedAssetResponseDataSchema = exports.generatedAssetResponseDataGeneratedAssetResponseDataSchema = exports.generatedAssetResponseAttributesSchema = exports.generatedAssetResponseAttributesGeneratedAssetResponseAttributesSchema = exports.generatedAssetErrorResponseSchema = exports.generatedAssetErrorResponseGeneratedAssetErrorResponseSchema = exports.generatedAssetErrorResponseDataSchema = exports.generatedAssetErrorResponseDataGeneratedAssetErrorResponseDataSchema = void 0;
6
6
  exports.transcriptionSchema = exports.transcriptionTranscriptionSchema = exports.speedSchema = exports.speedSpeedSchema = exports.uploadResponseSchema = exports.uploadresponseUploadResponseSchema = exports.uploadResponseDataSchema = exports.uploadresponsedataUploadResponseDataSchema = exports.uploadResponseAttributesSchema = exports.uploadresponseattributesUploadResponseAttributesSchema = exports.queuedSourceResponseSchema = exports.queuedsourceresponseQueuedSourceResponseSchema = exports.queuedSourceResponseDataSchema = exports.queuedsourceresponsedataQueuedSourceResponseDataSchema = exports.ingestErrorResponseSchema = exports.ingesterrorresponseIngestErrorResponseSchema = exports.ingestErrorResponseDataSchema = exports.ingesterrorresponsedataIngestErrorResponseDataSchema = exports.enhancementsSchema = exports.enhancementsEnhancementsSchema = exports.audioEnhancementSchema = exports.audioEnhancementAudioEnhancementSchema = exports.dolbyEnhancementSchema = exports.dolbyEnhancementDolbyEnhancementSchema = exports.dolbyEnhancementOptionsSchema = exports.dolbyEnhancementOptionsDolbyEnhancementOptionsSchema = exports.imageToVideoAssetSchema = exports.imagetovideoassetImageToVideoAssetSchema = exports.imageAssetSchema = exports.imageassetImageAssetSchema = exports.htmlAssetSchema = exports.htmlassetHtmlAssetSchema = exports.fontSchema = exports.fontFontSchema = exports.flipTransformationSchema = exports.fliptransformationFlipTransformationSchema = exports.destinationsSchema = exports.destinationsDestinationsSchema = exports.vimeoDestinationSchema = exports.vimeoDestinationVimeoDestinationSchema = exports.vimeoDestinationOptionsSchema = exports.vimeoDestinationOptionsVimeoDestinationOptionsSchema = exports.vimeoDestinationPrivacyOptionsSchema = exports.vimeoDestinationPrivacyOptionsVimeoDestinationPrivacyOptionsSchema = exports.tiktokDestinationTiktokDestinationSchema = exports.tiktokDestinationOptionsTiktokDestinationOptionsSchema = exports.shotstackDestinationSchema = exports.shotstackDestinationShotstackDestinationSchema = exports.s3DestinationSchema = exports.s3DestinationS3DestinationSchema = void 0;
7
- exports.richTextShadowSchema = exports.richtextpropertiesRichTextShadowSchema = exports.richtextpropertiesRichTextPaddingSchema = exports.richcaptionpropertiesRichCaptionStyleSchema = exports.richTextGradientSchema = exports.richtextpropertiesRichTextGradientSchema = exports.richtextpropertiesRichTextBorderSchema = exports.richTextBackgroundSchema = exports.richtextpropertiesRichTextBackgroundSchema = exports.richTextAnimationSchema = exports.richtextpropertiesRichTextAnimationSchema = exports.richTextAlignmentSchema = exports.richtextpropertiesRichTextAlignmentSchema = exports.richCaptionWordAnimationSchema = exports.richcaptionpropertiesRichCaptionWordAnimationSchema = exports.richcaptionpropertiesRichCaptionFontSchema = exports.richCaptionActiveFontSchema = exports.richcaptionpropertiesRichCaptionActiveFontSchema = exports.templateResponseSchema = exports.templateresponseTemplateResponseSchema = exports.templateResponseDataSchema = exports.templateresponsedataTemplateResponseDataSchema = exports.templateListResponseSchema = exports.templatelistresponseTemplateListResponseSchema = exports.templateListResponseDataSchema = exports.templatelistresponsedataTemplateListResponseDataSchema = exports.templateListResponseItemSchema = exports.templatelistresponseitemTemplateListResponseItemSchema = exports.queuedResponseSchema = exports.queuedresponseQueuedResponseSchema = exports.queuedResponseDataSchema = exports.queuedresponsedataQueuedResponseDataSchema = exports.probeResponseSchema = exports.proberesponseProbeResponseSchema = exports.assetResponseSchema = exports.assetresponseAssetResponseSchema = exports.assetRenderResponseSchema = exports.assetrenderresponseAssetRenderResponseSchema = exports.assetResponseDataSchema = exports.assetresponsedataAssetResponseDataSchema = exports.assetResponseAttributesSchema = exports.assetresponseattributesAssetResponseAttributesSchema = exports.rangeSchema = exports.rangeRangeSchema = exports.posterSchema = exports.posterPosterSchema = exports.mergeFieldSchema = exports.mergefieldMergeFieldSchema = exports.lumaAssetSchema = exports.lumaassetLumaAssetSchema = void 0;
7
+ exports.richTextShadowSchema = exports.richtextpropertiesRichTextShadowSchema = exports.richtextpropertiesRichTextPaddingSchema = exports.richcaptionpropertiesRichCaptionStyleSchema = exports.richTextGradientSchema = exports.richtextpropertiesRichTextGradientSchema = exports.richtextpropertiesRichTextBorderSchema = exports.richTextBackgroundSchema = exports.richtextpropertiesRichTextBackgroundSchema = exports.richTextAnimationSchema = exports.richtextpropertiesRichTextAnimationSchema = exports.richTextAlignmentSchema = exports.richtextpropertiesRichTextAlignmentSchema = exports.richcaptionpropertiesRichCaptionFontSchema = exports.richCaptionAnimationSchema = exports.richcaptionpropertiesRichCaptionAnimationSchema = exports.richCaptionActiveFontSchema = exports.richcaptionpropertiesRichCaptionActiveFontSchema = exports.templateResponseSchema = exports.templateresponseTemplateResponseSchema = exports.templateResponseDataSchema = exports.templateresponsedataTemplateResponseDataSchema = exports.templateListResponseSchema = exports.templatelistresponseTemplateListResponseSchema = exports.templateListResponseDataSchema = exports.templatelistresponsedataTemplateListResponseDataSchema = exports.templateListResponseItemSchema = exports.templatelistresponseitemTemplateListResponseItemSchema = exports.queuedResponseSchema = exports.queuedresponseQueuedResponseSchema = exports.queuedResponseDataSchema = exports.queuedresponsedataQueuedResponseDataSchema = exports.probeResponseSchema = exports.proberesponseProbeResponseSchema = exports.assetResponseSchema = exports.assetresponseAssetResponseSchema = exports.assetRenderResponseSchema = exports.assetrenderresponseAssetRenderResponseSchema = exports.assetResponseDataSchema = exports.assetresponsedataAssetResponseDataSchema = exports.assetResponseAttributesSchema = exports.assetresponseattributesAssetResponseAttributesSchema = exports.rangeSchema = exports.rangeRangeSchema = exports.posterSchema = exports.posterPosterSchema = exports.mergeFieldSchema = exports.mergefieldMergeFieldSchema = exports.lumaAssetSchema = exports.lumaassetLumaAssetSchema = void 0;
8
8
  exports.svgRadialGradientFillSchema = exports.svgpropertiesSvgRadialGradientFillSchema = exports.svgLinearGradientFillSchema = exports.svgpropertiesSvgLinearGradientFillSchema = exports.svgGradientStopSchema = exports.svgpropertiesSvgGradientStopSchema = exports.soundtrackSchema = exports.soundtrackSoundtrackSchema = exports.sourceSchema = exports.sourceSourceSchema = exports.sourceResponseSchema = exports.sourceresponseSourceResponseSchema = exports.sourceListResponseSchema = exports.sourcelistresponseSourceListResponseSchema = exports.sourceResponseDataSchema = exports.sourceresponsedataSourceResponseDataSchema = exports.sourceResponseAttributesSchema = exports.sourceresponseattributesSourceResponseAttributesSchema = exports.outputsResponseSchema = exports.outputsresponseOutputsResponseSchema = exports.renditionResponseAttributesSchema = exports.renditionresponseattributesRenditionResponseAttributesSchema = exports.outputsSchema = exports.outputsOutputsSchema = exports.renditionSchema = exports.renditionRenditionSchema = exports.sizeSchema = exports.sizeSizeSchema = exports.shapeAssetSchema = exports.shapeassetShapeAssetSchema = exports.transferSchema = exports.transferTransferSchema = exports.transferResponseSchema = exports.transferresponseTransferResponseSchema = exports.transferResponseDataSchema = exports.transferresponsedataTransferResponseDataSchema = exports.transferResponseAttributesSchema = exports.transferresponseattributesTransferResponseAttributesSchema = exports.richTextAssetSchema = exports.richtextassetRichTextAssetSchema = exports.richTextStyleSchema = exports.richtextpropertiesRichTextStyleSchema = exports.richTextFontSchema = exports.richtextpropertiesRichTextFontSchema = exports.richCaptionAssetSchema = exports.richcaptionassetRichCaptionAssetSchema = exports.richCaptionActiveSchema = exports.richcaptionpropertiesRichCaptionActiveSchema = exports.richTextStrokeSchema = exports.richtextpropertiesRichTextStrokeSchema = void 0;
9
9
  exports.textToImageAssetSchema = exports.texttoimageassetTextToImageAssetSchema = exports.textAssetSchema = exports.textassetTextAssetSchema = exports.textpropertiesTextStrokeSchema = exports.textFontSchema = exports.textpropertiesTextFontSchema = exports.textBackgroundSchema = exports.textpropertiesTextBackgroundSchema = exports.textpropertiesTextAnimationSchema = exports.textAlignmentSchema = exports.textpropertiesTextAlignmentSchema = exports.templateRenderSchema = exports.templaterenderTemplateRenderSchema = exports.svgAssetSchema = exports.svgassetSvgAssetSchema = exports.svgShapeSchema = exports.svgshapesSvgShapeSchema = exports.svgStarShapeSchema = exports.svgshapesSvgStarShapeSchema = exports.svgRingShapeSchema = exports.svgshapesSvgRingShapeSchema = exports.svgRectangleShapeSchema = exports.svgshapesSvgRectangleShapeSchema = exports.svgPolygonShapeSchema = exports.svgshapesSvgPolygonShapeSchema = exports.svgPathShapeSchema = exports.svgshapesSvgPathShapeSchema = exports.svgLineShapeSchema = exports.svgshapesSvgLineShapeSchema = exports.svgHeartShapeSchema = exports.svgshapesSvgHeartShapeSchema = exports.svgEllipseShapeSchema = exports.svgshapesSvgEllipseShapeSchema = exports.svgCrossShapeSchema = exports.svgshapesSvgCrossShapeSchema = exports.svgCircleShapeSchema = exports.svgshapesSvgCircleShapeSchema = exports.svgArrowShapeSchema = exports.svgshapesSvgArrowShapeSchema = exports.svgTransformSchema = exports.svgpropertiesSvgTransformSchema = exports.svgStrokeSchema = exports.svgpropertiesSvgStrokeSchema = exports.svgFillSchema = exports.svgpropertiesSvgFillSchema = exports.svgSolidFillSchema = exports.svgpropertiesSvgSolidFillSchema = exports.svgShadowSchema = exports.svgpropertiesSvgShadowSchema = void 0;
10
10
  exports.getTemplatesResponse = exports.getTemplatesRequest = exports.getRenderResponse = exports.getRenderRequest = exports.postRenderResponse = exports.postRenderRequest = exports.templateSchema = exports.templateTemplateSchema = exports.templateDataResponseSchema = exports.templatedataresponseTemplateDataResponseSchema = exports.templateDataResponseDataSchema = exports.templatedataresponsedataTemplateDataResponseDataSchema = exports.renderResponseSchema = exports.renderresponseRenderResponseSchema = exports.renderResponseDataSchema = exports.renderresponsedataRenderResponseDataSchema = exports.editSchema = exports.editEditSchema = exports.timelineSchema = exports.timelineTimelineSchema = exports.trackSchema = exports.trackTrackSchema = exports.clipSchema = exports.clipClipSchema = exports.assetSchema = exports.assetAssetSchema = exports.videoAssetSchema = exports.videoassetVideoAssetSchema = exports.transformationSchema = exports.transformationTransformationSchema = exports.titleAssetSchema = exports.titleassetTitleAssetSchema = exports.textToSpeechAssetSchema = exports.texttospeechassetTextToSpeechAssetSchema = exports.skewTransformationSchema = exports.skewtransformationSkewTransformationSchema = exports.rotateTransformationSchema = exports.rotatetransformationRotateTransformationSchema = exports.offsetSchema = exports.offsetOffsetSchema = exports.audioAssetSchema = exports.audioassetAudioAssetSchema = exports.tweenSchema = exports.tweenTweenSchema = exports.transitionSchema = exports.transitionTransitionSchema = exports.outputSchema = exports.outputOutputSchema = exports.thumbnailSchema = exports.thumbnailThumbnailSchema = void 0;
@@ -1387,6 +1387,28 @@ exports.richcaptionpropertiesRichCaptionActiveFontSchema = zod_1.z.object({
1387
1387
  ]))
1388
1388
  }).strict();
1389
1389
  exports.richCaptionActiveFontSchema = exports.richcaptionpropertiesRichCaptionActiveFontSchema;
1390
+ /**
1391
+ * Word-level animation properties for caption effects.
1392
+ */
1393
+ exports.richcaptionpropertiesRichCaptionAnimationSchema = zod_1.z.object({
1394
+ style: zod_1.z.enum([
1395
+ 'karaoke',
1396
+ 'highlight',
1397
+ 'pop',
1398
+ 'fade',
1399
+ 'slide',
1400
+ 'bounce',
1401
+ 'typewriter',
1402
+ 'none'
1403
+ ]),
1404
+ direction: zod_1.z.optional(zod_1.z.enum([
1405
+ 'left',
1406
+ 'right',
1407
+ 'up',
1408
+ 'down'
1409
+ ]))
1410
+ }).strict();
1411
+ exports.richCaptionAnimationSchema = exports.richcaptionpropertiesRichCaptionAnimationSchema;
1390
1412
  /**
1391
1413
  * Font properties for rich captions. Defaults to Roboto.
1392
1414
  */
@@ -1410,28 +1432,6 @@ exports.richcaptionpropertiesRichCaptionFontSchema = zod_1.z.object({
1410
1432
  } return v; }), zod_1.z.number().gte(0).lte(1)), zod_1.z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default(1),
1411
1433
  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
1434
  }).strict();
1413
- /**
1414
- * Word-level animation properties for caption effects.
1415
- */
1416
- exports.richcaptionpropertiesRichCaptionWordAnimationSchema = zod_1.z.object({
1417
- style: zod_1.z.enum([
1418
- 'karaoke',
1419
- 'highlight',
1420
- 'pop',
1421
- 'fade',
1422
- 'slide',
1423
- 'bounce',
1424
- 'typewriter',
1425
- 'none'
1426
- ]),
1427
- direction: zod_1.z.optional(zod_1.z.enum([
1428
- 'left',
1429
- 'right',
1430
- 'up',
1431
- 'down'
1432
- ]))
1433
- }).strict();
1434
- exports.richCaptionWordAnimationSchema = exports.richcaptionpropertiesRichCaptionWordAnimationSchema;
1435
1435
  /**
1436
1436
  * Text alignment properties (horizontal and vertical).
1437
1437
  */
@@ -1717,7 +1717,7 @@ exports.richcaptionassetRichCaptionAssetSchema = zod_1.z.object({
1717
1717
  ])),
1718
1718
  align: zod_1.z.optional(exports.richtextpropertiesRichTextAlignmentSchema),
1719
1719
  active: zod_1.z.optional(exports.richcaptionpropertiesRichCaptionActiveSchema),
1720
- wordAnimation: zod_1.z.optional(exports.richcaptionpropertiesRichCaptionWordAnimationSchema)
1720
+ animation: zod_1.z.optional(exports.richcaptionpropertiesRichCaptionAnimationSchema)
1721
1721
  }).strict();
1722
1722
  exports.richCaptionAssetSchema = exports.richcaptionassetRichCaptionAssetSchema;
1723
1723
  /**
@@ -4670,21 +4670,10 @@ export declare const richCaptionActiveFontSchema: z.ZodObject<{
4670
4670
  "line-through": "line-through";
4671
4671
  }>>;
4672
4672
  }, z.core.$strict>;
4673
- /**
4674
- * Font properties for rich captions. Defaults to Roboto.
4675
- */
4676
- export declare const richcaptionpropertiesRichCaptionFontSchema: z.ZodObject<{
4677
- family: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4678
- size: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4679
- weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
4680
- color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
4681
- opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4682
- background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4683
- }, z.core.$strict>;
4684
4673
  /**
4685
4674
  * Word-level animation properties for caption effects.
4686
4675
  */
4687
- export declare const richcaptionpropertiesRichCaptionWordAnimationSchema: z.ZodObject<{
4676
+ export declare const richcaptionpropertiesRichCaptionAnimationSchema: z.ZodObject<{
4688
4677
  style: z.ZodEnum<{
4689
4678
  none: "none";
4690
4679
  karaoke: "karaoke";
@@ -4702,7 +4691,7 @@ export declare const richcaptionpropertiesRichCaptionWordAnimationSchema: z.ZodO
4702
4691
  down: "down";
4703
4692
  }>>;
4704
4693
  }, z.core.$strict>;
4705
- export declare const richCaptionWordAnimationSchema: z.ZodObject<{
4694
+ export declare const richCaptionAnimationSchema: z.ZodObject<{
4706
4695
  style: z.ZodEnum<{
4707
4696
  none: "none";
4708
4697
  karaoke: "karaoke";
@@ -4720,6 +4709,17 @@ export declare const richCaptionWordAnimationSchema: z.ZodObject<{
4720
4709
  down: "down";
4721
4710
  }>>;
4722
4711
  }, z.core.$strict>;
4712
+ /**
4713
+ * Font properties for rich captions. Defaults to Roboto.
4714
+ */
4715
+ export declare const richcaptionpropertiesRichCaptionFontSchema: z.ZodObject<{
4716
+ family: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4717
+ size: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4718
+ weight: z.ZodDefault<z.ZodOptional<z.ZodUnknown>>;
4719
+ color: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>;
4720
+ opacity: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
4721
+ background: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>;
4722
+ }, z.core.$strict>;
4723
4723
  /**
4724
4724
  * Text alignment properties (horizontal and vertical).
4725
4725
  */
@@ -5083,7 +5083,7 @@ export declare const richcaptionassetRichCaptionAssetSchema: z.ZodObject<{
5083
5083
  }>]>>;
5084
5084
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
5085
5085
  }, z.core.$strict>>;
5086
- wordAnimation: z.ZodOptional<z.ZodObject<{
5086
+ animation: z.ZodOptional<z.ZodObject<{
5087
5087
  style: z.ZodEnum<{
5088
5088
  none: "none";
5089
5089
  karaoke: "karaoke";
@@ -5211,7 +5211,7 @@ export declare const richCaptionAssetSchema: z.ZodObject<{
5211
5211
  }>]>>;
5212
5212
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
5213
5213
  }, z.core.$strict>>;
5214
- wordAnimation: z.ZodOptional<z.ZodObject<{
5214
+ animation: z.ZodOptional<z.ZodObject<{
5215
5215
  style: z.ZodEnum<{
5216
5216
  none: "none";
5217
5217
  karaoke: "karaoke";
@@ -11293,7 +11293,7 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
11293
11293
  }>]>>;
11294
11294
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
11295
11295
  }, z.core.$strict>>;
11296
- wordAnimation: z.ZodOptional<z.ZodObject<{
11296
+ animation: z.ZodOptional<z.ZodObject<{
11297
11297
  style: z.ZodEnum<{
11298
11298
  none: "none";
11299
11299
  karaoke: "karaoke";
@@ -12137,7 +12137,7 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
12137
12137
  }>]>>;
12138
12138
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
12139
12139
  }, z.core.$strict>>;
12140
- wordAnimation: z.ZodOptional<z.ZodObject<{
12140
+ animation: z.ZodOptional<z.ZodObject<{
12141
12141
  style: z.ZodEnum<{
12142
12142
  none: "none";
12143
12143
  karaoke: "karaoke";
@@ -12985,7 +12985,7 @@ export declare const clipClipSchema: z.ZodObject<{
12985
12985
  }>]>>;
12986
12986
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
12987
12987
  }, z.core.$strict>>;
12988
- wordAnimation: z.ZodOptional<z.ZodObject<{
12988
+ animation: z.ZodOptional<z.ZodObject<{
12989
12989
  style: z.ZodEnum<{
12990
12990
  none: "none";
12991
12991
  karaoke: "karaoke";
@@ -14313,7 +14313,7 @@ export declare const clipSchema: z.ZodObject<{
14313
14313
  }>]>>;
14314
14314
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
14315
14315
  }, z.core.$strict>>;
14316
- wordAnimation: z.ZodOptional<z.ZodObject<{
14316
+ animation: z.ZodOptional<z.ZodObject<{
14317
14317
  style: z.ZodEnum<{
14318
14318
  none: "none";
14319
14319
  karaoke: "karaoke";
@@ -15645,7 +15645,7 @@ export declare const trackTrackSchema: z.ZodObject<{
15645
15645
  }>]>>;
15646
15646
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
15647
15647
  }, z.core.$strict>>;
15648
- wordAnimation: z.ZodOptional<z.ZodObject<{
15648
+ animation: z.ZodOptional<z.ZodObject<{
15649
15649
  style: z.ZodEnum<{
15650
15650
  none: "none";
15651
15651
  karaoke: "karaoke";
@@ -16904,7 +16904,7 @@ export declare const trackTrackSchema: z.ZodObject<{
16904
16904
  opacity: string | number;
16905
16905
  };
16906
16906
  };
16907
- wordAnimation?: {
16907
+ animation?: {
16908
16908
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
16909
16909
  direction?: "left" | "right" | "up" | "down";
16910
16910
  };
@@ -17445,7 +17445,7 @@ export declare const trackTrackSchema: z.ZodObject<{
17445
17445
  opacity: string | number;
17446
17446
  };
17447
17447
  };
17448
- wordAnimation?: {
17448
+ animation?: {
17449
17449
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
17450
17450
  direction?: "left" | "right" | "up" | "down";
17451
17451
  };
@@ -18058,7 +18058,7 @@ export declare const trackSchema: z.ZodObject<{
18058
18058
  }>]>>;
18059
18059
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
18060
18060
  }, z.core.$strict>>;
18061
- wordAnimation: z.ZodOptional<z.ZodObject<{
18061
+ animation: z.ZodOptional<z.ZodObject<{
18062
18062
  style: z.ZodEnum<{
18063
18063
  none: "none";
18064
18064
  karaoke: "karaoke";
@@ -19317,7 +19317,7 @@ export declare const trackSchema: z.ZodObject<{
19317
19317
  opacity: string | number;
19318
19318
  };
19319
19319
  };
19320
- wordAnimation?: {
19320
+ animation?: {
19321
19321
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
19322
19322
  direction?: "left" | "right" | "up" | "down";
19323
19323
  };
@@ -19858,7 +19858,7 @@ export declare const trackSchema: z.ZodObject<{
19858
19858
  opacity: string | number;
19859
19859
  };
19860
19860
  };
19861
- wordAnimation?: {
19861
+ animation?: {
19862
19862
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
19863
19863
  direction?: "left" | "right" | "up" | "down";
19864
19864
  };
@@ -20488,7 +20488,7 @@ export declare const timelineTimelineSchema: z.ZodObject<{
20488
20488
  }>]>>;
20489
20489
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
20490
20490
  }, z.core.$strict>>;
20491
- wordAnimation: z.ZodOptional<z.ZodObject<{
20491
+ animation: z.ZodOptional<z.ZodObject<{
20492
20492
  style: z.ZodEnum<{
20493
20493
  none: "none";
20494
20494
  karaoke: "karaoke";
@@ -21747,7 +21747,7 @@ export declare const timelineTimelineSchema: z.ZodObject<{
21747
21747
  opacity: string | number;
21748
21748
  };
21749
21749
  };
21750
- wordAnimation?: {
21750
+ animation?: {
21751
21751
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
21752
21752
  direction?: "left" | "right" | "up" | "down";
21753
21753
  };
@@ -22288,7 +22288,7 @@ export declare const timelineTimelineSchema: z.ZodObject<{
22288
22288
  opacity: string | number;
22289
22289
  };
22290
22290
  };
22291
- wordAnimation?: {
22291
+ animation?: {
22292
22292
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
22293
22293
  direction?: "left" | "right" | "up" | "down";
22294
22294
  };
@@ -22917,7 +22917,7 @@ export declare const timelineSchema: z.ZodObject<{
22917
22917
  }>]>>;
22918
22918
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
22919
22919
  }, z.core.$strict>>;
22920
- wordAnimation: z.ZodOptional<z.ZodObject<{
22920
+ animation: z.ZodOptional<z.ZodObject<{
22921
22921
  style: z.ZodEnum<{
22922
22922
  none: "none";
22923
22923
  karaoke: "karaoke";
@@ -24176,7 +24176,7 @@ export declare const timelineSchema: z.ZodObject<{
24176
24176
  opacity: string | number;
24177
24177
  };
24178
24178
  };
24179
- wordAnimation?: {
24179
+ animation?: {
24180
24180
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
24181
24181
  direction?: "left" | "right" | "up" | "down";
24182
24182
  };
@@ -24717,7 +24717,7 @@ export declare const timelineSchema: z.ZodObject<{
24717
24717
  opacity: string | number;
24718
24718
  };
24719
24719
  };
24720
- wordAnimation?: {
24720
+ animation?: {
24721
24721
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
24722
24722
  direction?: "left" | "right" | "up" | "down";
24723
24723
  };
@@ -25350,7 +25350,7 @@ export declare const editEditSchema: z.ZodObject<{
25350
25350
  }>]>>;
25351
25351
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
25352
25352
  }, z.core.$strict>>;
25353
- wordAnimation: z.ZodOptional<z.ZodObject<{
25353
+ animation: z.ZodOptional<z.ZodObject<{
25354
25354
  style: z.ZodEnum<{
25355
25355
  none: "none";
25356
25356
  karaoke: "karaoke";
@@ -26609,7 +26609,7 @@ export declare const editEditSchema: z.ZodObject<{
26609
26609
  opacity: string | number;
26610
26610
  };
26611
26611
  };
26612
- wordAnimation?: {
26612
+ animation?: {
26613
26613
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
26614
26614
  direction?: "left" | "right" | "up" | "down";
26615
26615
  };
@@ -27150,7 +27150,7 @@ export declare const editEditSchema: z.ZodObject<{
27150
27150
  opacity: string | number;
27151
27151
  };
27152
27152
  };
27153
- wordAnimation?: {
27153
+ animation?: {
27154
27154
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
27155
27155
  direction?: "left" | "right" | "up" | "down";
27156
27156
  };
@@ -27945,7 +27945,7 @@ export declare const editSchema: z.ZodObject<{
27945
27945
  }>]>>;
27946
27946
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
27947
27947
  }, z.core.$strict>>;
27948
- wordAnimation: z.ZodOptional<z.ZodObject<{
27948
+ animation: z.ZodOptional<z.ZodObject<{
27949
27949
  style: z.ZodEnum<{
27950
27950
  none: "none";
27951
27951
  karaoke: "karaoke";
@@ -29204,7 +29204,7 @@ export declare const editSchema: z.ZodObject<{
29204
29204
  opacity: string | number;
29205
29205
  };
29206
29206
  };
29207
- wordAnimation?: {
29207
+ animation?: {
29208
29208
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
29209
29209
  direction?: "left" | "right" | "up" | "down";
29210
29210
  };
@@ -29745,7 +29745,7 @@ export declare const editSchema: z.ZodObject<{
29745
29745
  opacity: string | number;
29746
29746
  };
29747
29747
  };
29748
- wordAnimation?: {
29748
+ animation?: {
29749
29749
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
29750
29750
  direction?: "left" | "right" | "up" | "down";
29751
29751
  };
@@ -30562,7 +30562,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
30562
30562
  }>]>>;
30563
30563
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
30564
30564
  }, z.core.$strict>>;
30565
- wordAnimation: z.ZodOptional<z.ZodObject<{
30565
+ animation: z.ZodOptional<z.ZodObject<{
30566
30566
  style: z.ZodEnum<{
30567
30567
  none: "none";
30568
30568
  karaoke: "karaoke";
@@ -31821,7 +31821,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
31821
31821
  opacity: string | number;
31822
31822
  };
31823
31823
  };
31824
- wordAnimation?: {
31824
+ animation?: {
31825
31825
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
31826
31826
  direction?: "left" | "right" | "up" | "down";
31827
31827
  };
@@ -32362,7 +32362,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
32362
32362
  opacity: string | number;
32363
32363
  };
32364
32364
  };
32365
- wordAnimation?: {
32365
+ animation?: {
32366
32366
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
32367
32367
  direction?: "left" | "right" | "up" | "down";
32368
32368
  };
@@ -33179,7 +33179,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
33179
33179
  }>]>>;
33180
33180
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
33181
33181
  }, z.core.$strict>>;
33182
- wordAnimation: z.ZodOptional<z.ZodObject<{
33182
+ animation: z.ZodOptional<z.ZodObject<{
33183
33183
  style: z.ZodEnum<{
33184
33184
  none: "none";
33185
33185
  karaoke: "karaoke";
@@ -34438,7 +34438,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
34438
34438
  opacity: string | number;
34439
34439
  };
34440
34440
  };
34441
- wordAnimation?: {
34441
+ animation?: {
34442
34442
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
34443
34443
  direction?: "left" | "right" | "up" | "down";
34444
34444
  };
@@ -34979,7 +34979,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
34979
34979
  opacity: string | number;
34980
34980
  };
34981
34981
  };
34982
- wordAnimation?: {
34982
+ animation?: {
34983
34983
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
34984
34984
  direction?: "left" | "right" | "up" | "down";
34985
34985
  };
@@ -35802,7 +35802,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
35802
35802
  }>]>>;
35803
35803
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
35804
35804
  }, z.core.$strict>>;
35805
- wordAnimation: z.ZodOptional<z.ZodObject<{
35805
+ animation: z.ZodOptional<z.ZodObject<{
35806
35806
  style: z.ZodEnum<{
35807
35807
  none: "none";
35808
35808
  karaoke: "karaoke";
@@ -37061,7 +37061,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
37061
37061
  opacity: string | number;
37062
37062
  };
37063
37063
  };
37064
- wordAnimation?: {
37064
+ animation?: {
37065
37065
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
37066
37066
  direction?: "left" | "right" | "up" | "down";
37067
37067
  };
@@ -37602,7 +37602,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
37602
37602
  opacity: string | number;
37603
37603
  };
37604
37604
  };
37605
- wordAnimation?: {
37605
+ animation?: {
37606
37606
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
37607
37607
  direction?: "left" | "right" | "up" | "down";
37608
37608
  };
@@ -38423,7 +38423,7 @@ export declare const renderResponseSchema: z.ZodObject<{
38423
38423
  }>]>>;
38424
38424
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
38425
38425
  }, z.core.$strict>>;
38426
- wordAnimation: z.ZodOptional<z.ZodObject<{
38426
+ animation: z.ZodOptional<z.ZodObject<{
38427
38427
  style: z.ZodEnum<{
38428
38428
  none: "none";
38429
38429
  karaoke: "karaoke";
@@ -39682,7 +39682,7 @@ export declare const renderResponseSchema: z.ZodObject<{
39682
39682
  opacity: string | number;
39683
39683
  };
39684
39684
  };
39685
- wordAnimation?: {
39685
+ animation?: {
39686
39686
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
39687
39687
  direction?: "left" | "right" | "up" | "down";
39688
39688
  };
@@ -40223,7 +40223,7 @@ export declare const renderResponseSchema: z.ZodObject<{
40223
40223
  opacity: string | number;
40224
40224
  };
40225
40225
  };
40226
- wordAnimation?: {
40226
+ animation?: {
40227
40227
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
40228
40228
  direction?: "left" | "right" | "up" | "down";
40229
40229
  };
@@ -41029,7 +41029,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
41029
41029
  }>]>>;
41030
41030
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
41031
41031
  }, z.core.$strict>>;
41032
- wordAnimation: z.ZodOptional<z.ZodObject<{
41032
+ animation: z.ZodOptional<z.ZodObject<{
41033
41033
  style: z.ZodEnum<{
41034
41034
  none: "none";
41035
41035
  karaoke: "karaoke";
@@ -42288,7 +42288,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42288
42288
  opacity: string | number;
42289
42289
  };
42290
42290
  };
42291
- wordAnimation?: {
42291
+ animation?: {
42292
42292
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
42293
42293
  direction?: "left" | "right" | "up" | "down";
42294
42294
  };
@@ -42829,7 +42829,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
42829
42829
  opacity: string | number;
42830
42830
  };
42831
42831
  };
42832
- wordAnimation?: {
42832
+ animation?: {
42833
42833
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
42834
42834
  direction?: "left" | "right" | "up" | "down";
42835
42835
  };
@@ -43629,7 +43629,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
43629
43629
  }>]>>;
43630
43630
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
43631
43631
  }, z.core.$strict>>;
43632
- wordAnimation: z.ZodOptional<z.ZodObject<{
43632
+ animation: z.ZodOptional<z.ZodObject<{
43633
43633
  style: z.ZodEnum<{
43634
43634
  none: "none";
43635
43635
  karaoke: "karaoke";
@@ -44888,7 +44888,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
44888
44888
  opacity: string | number;
44889
44889
  };
44890
44890
  };
44891
- wordAnimation?: {
44891
+ animation?: {
44892
44892
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
44893
44893
  direction?: "left" | "right" | "up" | "down";
44894
44894
  };
@@ -45429,7 +45429,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
45429
45429
  opacity: string | number;
45430
45430
  };
45431
45431
  };
45432
- wordAnimation?: {
45432
+ animation?: {
45433
45433
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
45434
45434
  direction?: "left" | "right" | "up" | "down";
45435
45435
  };
@@ -46235,7 +46235,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
46235
46235
  }>]>>;
46236
46236
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
46237
46237
  }, z.core.$strict>>;
46238
- wordAnimation: z.ZodOptional<z.ZodObject<{
46238
+ animation: z.ZodOptional<z.ZodObject<{
46239
46239
  style: z.ZodEnum<{
46240
46240
  none: "none";
46241
46241
  karaoke: "karaoke";
@@ -47494,7 +47494,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
47494
47494
  opacity: string | number;
47495
47495
  };
47496
47496
  };
47497
- wordAnimation?: {
47497
+ animation?: {
47498
47498
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
47499
47499
  direction?: "left" | "right" | "up" | "down";
47500
47500
  };
@@ -48035,7 +48035,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
48035
48035
  opacity: string | number;
48036
48036
  };
48037
48037
  };
48038
- wordAnimation?: {
48038
+ animation?: {
48039
48039
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
48040
48040
  direction?: "left" | "right" | "up" | "down";
48041
48041
  };
@@ -48839,7 +48839,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
48839
48839
  }>]>>;
48840
48840
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
48841
48841
  }, z.core.$strict>>;
48842
- wordAnimation: z.ZodOptional<z.ZodObject<{
48842
+ animation: z.ZodOptional<z.ZodObject<{
48843
48843
  style: z.ZodEnum<{
48844
48844
  none: "none";
48845
48845
  karaoke: "karaoke";
@@ -50098,7 +50098,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50098
50098
  opacity: string | number;
50099
50099
  };
50100
50100
  };
50101
- wordAnimation?: {
50101
+ animation?: {
50102
50102
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
50103
50103
  direction?: "left" | "right" | "up" | "down";
50104
50104
  };
@@ -50639,7 +50639,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
50639
50639
  opacity: string | number;
50640
50640
  };
50641
50641
  };
50642
- wordAnimation?: {
50642
+ animation?: {
50643
50643
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
50644
50644
  direction?: "left" | "right" | "up" | "down";
50645
50645
  };
@@ -51441,7 +51441,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
51441
51441
  }>]>>;
51442
51442
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
51443
51443
  }, z.core.$strict>>;
51444
- wordAnimation: z.ZodOptional<z.ZodObject<{
51444
+ animation: z.ZodOptional<z.ZodObject<{
51445
51445
  style: z.ZodEnum<{
51446
51446
  none: "none";
51447
51447
  karaoke: "karaoke";
@@ -52700,7 +52700,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
52700
52700
  opacity: string | number;
52701
52701
  };
52702
52702
  };
52703
- wordAnimation?: {
52703
+ animation?: {
52704
52704
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
52705
52705
  direction?: "left" | "right" | "up" | "down";
52706
52706
  };
@@ -53241,7 +53241,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
53241
53241
  opacity: string | number;
53242
53242
  };
53243
53243
  };
53244
- wordAnimation?: {
53244
+ animation?: {
53245
53245
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
53246
53246
  direction?: "left" | "right" | "up" | "down";
53247
53247
  };
@@ -54039,7 +54039,7 @@ export declare const templateSchema: z.ZodObject<{
54039
54039
  }>]>>;
54040
54040
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
54041
54041
  }, z.core.$strict>>;
54042
- wordAnimation: z.ZodOptional<z.ZodObject<{
54042
+ animation: z.ZodOptional<z.ZodObject<{
54043
54043
  style: z.ZodEnum<{
54044
54044
  none: "none";
54045
54045
  karaoke: "karaoke";
@@ -55298,7 +55298,7 @@ export declare const templateSchema: z.ZodObject<{
55298
55298
  opacity: string | number;
55299
55299
  };
55300
55300
  };
55301
- wordAnimation?: {
55301
+ animation?: {
55302
55302
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
55303
55303
  direction?: "left" | "right" | "up" | "down";
55304
55304
  };
@@ -55839,7 +55839,7 @@ export declare const templateSchema: z.ZodObject<{
55839
55839
  opacity: string | number;
55840
55840
  };
55841
55841
  };
55842
- wordAnimation?: {
55842
+ animation?: {
55843
55843
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
55844
55844
  direction?: "left" | "right" | "up" | "down";
55845
55845
  };
@@ -56636,7 +56636,7 @@ export declare const postRenderRequest: z.ZodObject<{
56636
56636
  }>]>>;
56637
56637
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
56638
56638
  }, z.core.$strict>>;
56639
- wordAnimation: z.ZodOptional<z.ZodObject<{
56639
+ animation: z.ZodOptional<z.ZodObject<{
56640
56640
  style: z.ZodEnum<{
56641
56641
  none: "none";
56642
56642
  karaoke: "karaoke";
@@ -57895,7 +57895,7 @@ export declare const postRenderRequest: z.ZodObject<{
57895
57895
  opacity: string | number;
57896
57896
  };
57897
57897
  };
57898
- wordAnimation?: {
57898
+ animation?: {
57899
57899
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
57900
57900
  direction?: "left" | "right" | "up" | "down";
57901
57901
  };
@@ -58436,7 +58436,7 @@ export declare const postRenderRequest: z.ZodObject<{
58436
58436
  opacity: string | number;
58437
58437
  };
58438
58438
  };
58439
- wordAnimation?: {
58439
+ animation?: {
58440
58440
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
58441
58441
  direction?: "left" | "right" | "up" | "down";
58442
58442
  };
@@ -59280,7 +59280,7 @@ export declare const getRenderResponse: z.ZodObject<{
59280
59280
  }>]>>;
59281
59281
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
59282
59282
  }, z.core.$strict>>;
59283
- wordAnimation: z.ZodOptional<z.ZodObject<{
59283
+ animation: z.ZodOptional<z.ZodObject<{
59284
59284
  style: z.ZodEnum<{
59285
59285
  none: "none";
59286
59286
  karaoke: "karaoke";
@@ -60539,7 +60539,7 @@ export declare const getRenderResponse: z.ZodObject<{
60539
60539
  opacity: string | number;
60540
60540
  };
60541
60541
  };
60542
- wordAnimation?: {
60542
+ animation?: {
60543
60543
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
60544
60544
  direction?: "left" | "right" | "up" | "down";
60545
60545
  };
@@ -61080,7 +61080,7 @@ export declare const getRenderResponse: z.ZodObject<{
61080
61080
  opacity: string | number;
61081
61081
  };
61082
61082
  };
61083
- wordAnimation?: {
61083
+ animation?: {
61084
61084
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
61085
61085
  direction?: "left" | "right" | "up" | "down";
61086
61086
  };
@@ -61903,7 +61903,7 @@ export declare const postTemplateRequest: z.ZodObject<{
61903
61903
  }>]>>;
61904
61904
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
61905
61905
  }, z.core.$strict>>;
61906
- wordAnimation: z.ZodOptional<z.ZodObject<{
61906
+ animation: z.ZodOptional<z.ZodObject<{
61907
61907
  style: z.ZodEnum<{
61908
61908
  none: "none";
61909
61909
  karaoke: "karaoke";
@@ -63162,7 +63162,7 @@ export declare const postTemplateRequest: z.ZodObject<{
63162
63162
  opacity: string | number;
63163
63163
  };
63164
63164
  };
63165
- wordAnimation?: {
63165
+ animation?: {
63166
63166
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
63167
63167
  direction?: "left" | "right" | "up" | "down";
63168
63168
  };
@@ -63703,7 +63703,7 @@ export declare const postTemplateRequest: z.ZodObject<{
63703
63703
  opacity: string | number;
63704
63704
  };
63705
63705
  };
63706
- wordAnimation?: {
63706
+ animation?: {
63707
63707
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
63708
63708
  direction?: "left" | "right" | "up" | "down";
63709
63709
  };
@@ -64541,7 +64541,7 @@ export declare const getTemplateResponse: z.ZodObject<{
64541
64541
  }>]>>;
64542
64542
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
64543
64543
  }, z.core.$strict>>;
64544
- wordAnimation: z.ZodOptional<z.ZodObject<{
64544
+ animation: z.ZodOptional<z.ZodObject<{
64545
64545
  style: z.ZodEnum<{
64546
64546
  none: "none";
64547
64547
  karaoke: "karaoke";
@@ -65800,7 +65800,7 @@ export declare const getTemplateResponse: z.ZodObject<{
65800
65800
  opacity: string | number;
65801
65801
  };
65802
65802
  };
65803
- wordAnimation?: {
65803
+ animation?: {
65804
65804
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
65805
65805
  direction?: "left" | "right" | "up" | "down";
65806
65806
  };
@@ -66341,7 +66341,7 @@ export declare const getTemplateResponse: z.ZodObject<{
66341
66341
  opacity: string | number;
66342
66342
  };
66343
66343
  };
66344
- wordAnimation?: {
66344
+ animation?: {
66345
66345
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
66346
66346
  direction?: "left" | "right" | "up" | "down";
66347
66347
  };
@@ -67141,7 +67141,7 @@ export declare const putTemplateRequest: z.ZodObject<{
67141
67141
  }>]>>;
67142
67142
  scale: z.ZodDefault<z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>>>;
67143
67143
  }, z.core.$strict>>;
67144
- wordAnimation: z.ZodOptional<z.ZodObject<{
67144
+ animation: z.ZodOptional<z.ZodObject<{
67145
67145
  style: z.ZodEnum<{
67146
67146
  none: "none";
67147
67147
  karaoke: "karaoke";
@@ -68400,7 +68400,7 @@ export declare const putTemplateRequest: z.ZodObject<{
68400
68400
  opacity: string | number;
68401
68401
  };
68402
68402
  };
68403
- wordAnimation?: {
68403
+ animation?: {
68404
68404
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
68405
68405
  direction?: "left" | "right" | "up" | "down";
68406
68406
  };
@@ -68941,7 +68941,7 @@ export declare const putTemplateRequest: z.ZodObject<{
68941
68941
  opacity: string | number;
68942
68942
  };
68943
68943
  };
68944
- wordAnimation?: {
68944
+ animation?: {
68945
68945
  style: "none" | "karaoke" | "highlight" | "pop" | "fade" | "slide" | "bounce" | "typewriter";
68946
68946
  direction?: "left" | "right" | "up" | "down";
68947
68947
  };
@@ -1377,6 +1377,28 @@ export const richcaptionpropertiesRichCaptionActiveFontSchema = z.object({
1377
1377
  ]))
1378
1378
  }).strict();
1379
1379
  export const richCaptionActiveFontSchema = richcaptionpropertiesRichCaptionActiveFontSchema;
1380
+ /**
1381
+ * Word-level animation properties for caption effects.
1382
+ */
1383
+ export const richcaptionpropertiesRichCaptionAnimationSchema = z.object({
1384
+ style: z.enum([
1385
+ 'karaoke',
1386
+ 'highlight',
1387
+ 'pop',
1388
+ 'fade',
1389
+ 'slide',
1390
+ 'bounce',
1391
+ 'typewriter',
1392
+ 'none'
1393
+ ]),
1394
+ direction: z.optional(z.enum([
1395
+ 'left',
1396
+ 'right',
1397
+ 'up',
1398
+ 'down'
1399
+ ]))
1400
+ }).strict();
1401
+ export const richCaptionAnimationSchema = richcaptionpropertiesRichCaptionAnimationSchema;
1380
1402
  /**
1381
1403
  * Font properties for rich captions. Defaults to Roboto.
1382
1404
  */
@@ -1400,28 +1422,6 @@ export const richcaptionpropertiesRichCaptionFontSchema = z.object({
1400
1422
  } return v; }), z.number().gte(0).lte(1)), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default(1),
1401
1423
  background: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)]))
1402
1424
  }).strict();
1403
- /**
1404
- * Word-level animation properties for caption effects.
1405
- */
1406
- export const richcaptionpropertiesRichCaptionWordAnimationSchema = z.object({
1407
- style: z.enum([
1408
- 'karaoke',
1409
- 'highlight',
1410
- 'pop',
1411
- 'fade',
1412
- 'slide',
1413
- 'bounce',
1414
- 'typewriter',
1415
- 'none'
1416
- ]),
1417
- direction: z.optional(z.enum([
1418
- 'left',
1419
- 'right',
1420
- 'up',
1421
- 'down'
1422
- ]))
1423
- }).strict();
1424
- export const richCaptionWordAnimationSchema = richcaptionpropertiesRichCaptionWordAnimationSchema;
1425
1425
  /**
1426
1426
  * Text alignment properties (horizontal and vertical).
1427
1427
  */
@@ -1707,7 +1707,7 @@ export const richcaptionassetRichCaptionAssetSchema = z.object({
1707
1707
  ])),
1708
1708
  align: z.optional(richtextpropertiesRichTextAlignmentSchema),
1709
1709
  active: z.optional(richcaptionpropertiesRichCaptionActiveSchema),
1710
- wordAnimation: z.optional(richcaptionpropertiesRichCaptionWordAnimationSchema)
1710
+ animation: z.optional(richcaptionpropertiesRichCaptionAnimationSchema)
1711
1711
  }).strict();
1712
1712
  export const richCaptionAssetSchema = richcaptionassetRichCaptionAssetSchema;
1713
1713
  /**
@@ -1347,22 +1347,10 @@ export const richcaptionpropertiesRichCaptionActiveFontSchema = z.object({
1347
1347
 
1348
1348
  export const richCaptionActiveFontSchema = richcaptionpropertiesRichCaptionActiveFontSchema;
1349
1349
 
1350
- /**
1351
- * Font properties for rich captions. Defaults to Roboto.
1352
- */
1353
- export const richcaptionpropertiesRichCaptionFontSchema = z.object({
1354
- family: z.optional(z.string()).default('Roboto'),
1355
- size: 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().int().gte(1).lte(500)), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default(24),
1356
- weight: z.optional(z.unknown()).default('400'),
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
- 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
- }).strict();
1361
-
1362
1350
  /**
1363
1351
  * Word-level animation properties for caption effects.
1364
1352
  */
1365
- export const richcaptionpropertiesRichCaptionWordAnimationSchema = z.object({
1353
+ export const richcaptionpropertiesRichCaptionAnimationSchema = z.object({
1366
1354
  style: z.enum([
1367
1355
  'karaoke',
1368
1356
  'highlight',
@@ -1381,7 +1369,19 @@ export const richcaptionpropertiesRichCaptionWordAnimationSchema = z.object({
1381
1369
  ]))
1382
1370
  }).strict();
1383
1371
 
1384
- export const richCaptionWordAnimationSchema = richcaptionpropertiesRichCaptionWordAnimationSchema;
1372
+ export const richCaptionAnimationSchema = richcaptionpropertiesRichCaptionAnimationSchema;
1373
+
1374
+ /**
1375
+ * Font properties for rich captions. Defaults to Roboto.
1376
+ */
1377
+ export const richcaptionpropertiesRichCaptionFontSchema = z.object({
1378
+ family: z.optional(z.string()).default('Roboto'),
1379
+ size: 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().int().gte(1).lte(500)), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default(24),
1380
+ weight: z.optional(z.unknown()).default('400'),
1381
+ color: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)])).default('#ffffff'),
1382
+ 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),
1383
+ background: z.optional(z.union([z.string().regex(/^#[A-Fa-f0-9]{6}$/), z.string().regex(/^\{\{\s*[A-Za-z0-9_]+\s*\}\}$/)]))
1384
+ }).strict();
1385
1385
 
1386
1386
  /**
1387
1387
  * Text alignment properties (horizontal and vertical).
@@ -1553,7 +1553,7 @@ export const richcaptionassetRichCaptionAssetSchema = z.object({
1553
1553
  ])),
1554
1554
  align: z.optional(richtextpropertiesRichTextAlignmentSchema),
1555
1555
  active: z.optional(richcaptionpropertiesRichCaptionActiveSchema),
1556
- wordAnimation: z.optional(richcaptionpropertiesRichCaptionWordAnimationSchema)
1556
+ animation: z.optional(richcaptionpropertiesRichCaptionAnimationSchema)
1557
1557
  }).strict();
1558
1558
 
1559
1559
  export const richCaptionAssetSchema = richcaptionassetRichCaptionAssetSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shotstack/schemas",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "Centralized OpenAPI schemas and TypeScript types for Shotstack API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",