@shotstack/schemas 1.5.9 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +89 -89
- package/dist/json-schema/asset.json +3123 -0
- package/dist/json-schema/audio-asset.json +180 -0
- package/dist/json-schema/caption-asset.json +285 -0
- package/dist/json-schema/caption-background.json +61 -0
- package/dist/json-schema/caption-font.json +97 -0
- package/dist/json-schema/caption-margin.json +49 -0
- package/dist/json-schema/chroma-key.json +46 -0
- package/dist/json-schema/clip.json +3575 -0
- package/dist/json-schema/crop.json +69 -0
- package/dist/json-schema/destinations.json +495 -0
- package/dist/json-schema/edit.json +4540 -0
- package/dist/json-schema/flip-transformation.json +37 -0
- package/dist/json-schema/font.json +18 -0
- package/dist/json-schema/google-cloud-storage-destination-options.json +42 -0
- package/dist/json-schema/google-cloud-storage-destination.json +73 -0
- package/dist/json-schema/google-drive-destination-options.json +30 -0
- package/dist/json-schema/google-drive-destination.json +54 -0
- package/dist/json-schema/image-asset.json +104 -0
- package/dist/json-schema/image-to-video-asset.json +151 -0
- package/dist/json-schema/index.cjs +1 -0
- package/dist/json-schema/index.d.ts +6 -0
- package/dist/json-schema/index.js +3 -0
- package/dist/json-schema/luma-asset.json +38 -0
- package/dist/json-schema/merge-field.json +23 -0
- package/dist/json-schema/offset.json +145 -0
- package/dist/json-schema/output.json +771 -0
- package/dist/json-schema/poster.json +18 -0
- package/dist/json-schema/range.json +39 -0
- package/dist/json-schema/rich-caption-active-font.json +54 -0
- package/dist/json-schema/rich-caption-active.json +154 -0
- package/dist/json-schema/rich-caption-asset.json +1098 -0
- package/dist/json-schema/rich-caption-word-animation.json +60 -0
- package/dist/json-schema/rich-text-alignment.json +47 -0
- package/dist/json-schema/rich-text-animation.json +74 -0
- package/dist/json-schema/rich-text-asset.json +737 -0
- package/dist/json-schema/rich-text-background.json +52 -0
- package/dist/json-schema/rich-text-font.json +157 -0
- package/dist/json-schema/rich-text-gradient.json +68 -0
- package/dist/json-schema/rich-text-shadow.json +79 -0
- package/dist/json-schema/rich-text-stroke.json +55 -0
- package/dist/json-schema/rich-text-style.json +165 -0
- package/dist/json-schema/rotate-transformation.json +123 -0
- package/dist/json-schema/s3destination-options.json +59 -0
- package/dist/json-schema/s3destination.json +90 -0
- package/dist/json-schema/schemas.json +4983 -0
- package/dist/json-schema/shape-asset.json +225 -0
- package/dist/json-schema/shotstack-destination.json +33 -0
- package/dist/json-schema/size.json +41 -0
- package/dist/json-schema/skew-transformation.json +145 -0
- package/dist/json-schema/soundtrack.json +47 -0
- package/dist/json-schema/svg-arrow-shape.json +49 -0
- package/dist/json-schema/svg-asset.json +877 -0
- package/dist/json-schema/svg-circle-shape.json +28 -0
- package/dist/json-schema/svg-cross-shape.json +42 -0
- package/dist/json-schema/svg-ellipse-shape.json +35 -0
- package/dist/json-schema/svg-fill.json +169 -0
- package/dist/json-schema/svg-gradient-stop.json +25 -0
- package/dist/json-schema/svg-heart-shape.json +28 -0
- package/dist/json-schema/svg-line-shape.json +35 -0
- package/dist/json-schema/svg-linear-gradient-fill.json +80 -0
- package/dist/json-schema/svg-path-shape.json +26 -0
- package/dist/json-schema/svg-polygon-shape.json +35 -0
- package/dist/json-schema/svg-radial-gradient-fill.json +66 -0
- package/dist/json-schema/svg-rectangle-shape.json +49 -0
- package/dist/json-schema/svg-ring-shape.json +35 -0
- package/dist/json-schema/svg-shadow.json +79 -0
- package/dist/json-schema/svg-shape.json +404 -0
- package/dist/json-schema/svg-solid-fill.json +40 -0
- package/dist/json-schema/svg-star-shape.json +42 -0
- package/dist/json-schema/svg-stroke.json +115 -0
- package/dist/json-schema/svg-transform.json +93 -0
- package/dist/json-schema/text-to-image-asset.json +128 -0
- package/dist/json-schema/text-to-speech-asset.json +209 -0
- package/dist/json-schema/thumbnail.json +25 -0
- package/dist/json-schema/timeline.json +3703 -0
- package/dist/json-schema/track.json +3590 -0
- package/dist/json-schema/transformation.json +251 -0
- package/dist/json-schema/transition.json +37 -0
- package/dist/json-schema/tween.json +90 -0
- package/dist/json-schema/video-asset.json +321 -0
- package/dist/json-schema/vimeo-destination-options.json +149 -0
- package/dist/json-schema/vimeo-destination-privacy-options.json +90 -0
- package/dist/json-schema/vimeo-destination.json +178 -0
- package/dist/json-schema/word-timing.json +44 -0
- package/dist/schema.d.ts +77 -77
- package/dist/zod/zod.gen.cjs +1080 -921
- package/dist/zod/zod.gen.d.ts +139 -139
- package/dist/zod/zod.gen.js +1081 -922
- package/dist/zod/zod.gen.ts +1583 -1648
- package/package.json +79 -73
package/dist/zod/zod.gen.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from 'zod';
|
|
2
2
|
export declare const editRootSchema: z.ZodUnknown;
|
|
3
3
|
export declare const sourceRootSchema: z.ZodUnknown;
|
|
4
4
|
export declare const assetsRootSchema: z.ZodUnknown;
|
|
@@ -185,7 +185,7 @@ export declare const didTextToAvatarOptionsSchema: z.ZodObject<{
|
|
|
185
185
|
*/
|
|
186
186
|
export declare const didGeneratedAssetOptionsDidGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
187
187
|
type: z.ZodLiteral<"didTextToAvatarOptions_DIDTextToAvatarOptions">;
|
|
188
|
-
}, z.core.$
|
|
188
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
189
189
|
type: z.ZodEnum<{
|
|
190
190
|
"text-to-avatar": "text-to-avatar";
|
|
191
191
|
}>;
|
|
@@ -201,7 +201,7 @@ export declare const didGeneratedAssetOptionsDidGeneratedAssetOptionsSchema: z.Z
|
|
|
201
201
|
}, z.core.$strict>>;
|
|
202
202
|
export declare const didGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
203
203
|
type: z.ZodLiteral<"didTextToAvatarOptions_DIDTextToAvatarOptions">;
|
|
204
|
-
}, z.core.$
|
|
204
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
205
205
|
type: z.ZodEnum<{
|
|
206
206
|
"text-to-avatar": "text-to-avatar";
|
|
207
207
|
}>;
|
|
@@ -224,7 +224,7 @@ export declare const didGeneratedAssetDidGeneratedAssetSchema: z.ZodObject<{
|
|
|
224
224
|
}>;
|
|
225
225
|
options: z.ZodIntersection<z.ZodObject<{
|
|
226
226
|
type: z.ZodLiteral<"didTextToAvatarOptions_DIDTextToAvatarOptions">;
|
|
227
|
-
}, z.core.$
|
|
227
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
228
228
|
type: z.ZodEnum<{
|
|
229
229
|
"text-to-avatar": "text-to-avatar";
|
|
230
230
|
}>;
|
|
@@ -245,7 +245,7 @@ export declare const didGeneratedAssetSchema: z.ZodObject<{
|
|
|
245
245
|
}>;
|
|
246
246
|
options: z.ZodIntersection<z.ZodObject<{
|
|
247
247
|
type: z.ZodLiteral<"didTextToAvatarOptions_DIDTextToAvatarOptions">;
|
|
248
|
-
}, z.core.$
|
|
248
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
249
249
|
type: z.ZodEnum<{
|
|
250
250
|
"text-to-avatar": "text-to-avatar";
|
|
251
251
|
}>;
|
|
@@ -306,7 +306,7 @@ export declare const elevenLabsTextToSpeechOptionsSchema: z.ZodObject<{
|
|
|
306
306
|
*/
|
|
307
307
|
export declare const elevenlabsGeneratedAssetOptionsElevenLabsGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
308
308
|
type: z.ZodLiteral<"elevenlabsTextToSpeechOptions_ElevenLabsTextToSpeechOptions">;
|
|
309
|
-
}, z.core.$
|
|
309
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
310
310
|
type: z.ZodEnum<{
|
|
311
311
|
"text-to-speech": "text-to-speech";
|
|
312
312
|
}>;
|
|
@@ -325,7 +325,7 @@ export declare const elevenlabsGeneratedAssetOptionsElevenLabsGeneratedAssetOpti
|
|
|
325
325
|
}, z.core.$strict>>;
|
|
326
326
|
export declare const elevenLabsGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
327
327
|
type: z.ZodLiteral<"elevenlabsTextToSpeechOptions_ElevenLabsTextToSpeechOptions">;
|
|
328
|
-
}, z.core.$
|
|
328
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
329
329
|
type: z.ZodEnum<{
|
|
330
330
|
"text-to-speech": "text-to-speech";
|
|
331
331
|
}>;
|
|
@@ -351,7 +351,7 @@ export declare const elevenlabsGeneratedAssetElevenLabsGeneratedAssetSchema: z.Z
|
|
|
351
351
|
}>;
|
|
352
352
|
options: z.ZodIntersection<z.ZodObject<{
|
|
353
353
|
type: z.ZodLiteral<"elevenlabsTextToSpeechOptions_ElevenLabsTextToSpeechOptions">;
|
|
354
|
-
}, z.core.$
|
|
354
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
355
355
|
type: z.ZodEnum<{
|
|
356
356
|
"text-to-speech": "text-to-speech";
|
|
357
357
|
}>;
|
|
@@ -375,7 +375,7 @@ export declare const elevenLabsGeneratedAssetSchema: z.ZodObject<{
|
|
|
375
375
|
}>;
|
|
376
376
|
options: z.ZodIntersection<z.ZodObject<{
|
|
377
377
|
type: z.ZodLiteral<"elevenlabsTextToSpeechOptions_ElevenLabsTextToSpeechOptions">;
|
|
378
|
-
}, z.core.$
|
|
378
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
379
379
|
type: z.ZodEnum<{
|
|
380
380
|
"text-to-speech": "text-to-speech";
|
|
381
381
|
}>;
|
|
@@ -663,7 +663,7 @@ export declare const heyGenTextToAvatarOptionsSchema: z.ZodObject<{
|
|
|
663
663
|
*/
|
|
664
664
|
export declare const heygenGeneratedAssetOptionsHeyGenGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
665
665
|
type: z.ZodLiteral<"heygenTextToAvatarOptions_HeyGenTextToAvatarOptions">;
|
|
666
|
-
}, z.core.$
|
|
666
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
667
667
|
type: z.ZodEnum<{
|
|
668
668
|
"text-to-avatar": "text-to-avatar";
|
|
669
669
|
}>;
|
|
@@ -794,7 +794,7 @@ export declare const heygenGeneratedAssetOptionsHeyGenGeneratedAssetOptionsSchem
|
|
|
794
794
|
}, z.core.$strict>>;
|
|
795
795
|
export declare const heyGenGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
796
796
|
type: z.ZodLiteral<"heygenTextToAvatarOptions_HeyGenTextToAvatarOptions">;
|
|
797
|
-
}, z.core.$
|
|
797
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
798
798
|
type: z.ZodEnum<{
|
|
799
799
|
"text-to-avatar": "text-to-avatar";
|
|
800
800
|
}>;
|
|
@@ -932,7 +932,7 @@ export declare const heygenGeneratedAssetHeyGenGeneratedAssetSchema: z.ZodObject
|
|
|
932
932
|
}>;
|
|
933
933
|
options: z.ZodIntersection<z.ZodObject<{
|
|
934
934
|
type: z.ZodLiteral<"heygenTextToAvatarOptions_HeyGenTextToAvatarOptions">;
|
|
935
|
-
}, z.core.$
|
|
935
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
936
936
|
type: z.ZodEnum<{
|
|
937
937
|
"text-to-avatar": "text-to-avatar";
|
|
938
938
|
}>;
|
|
@@ -1068,7 +1068,7 @@ export declare const heyGenGeneratedAssetSchema: z.ZodObject<{
|
|
|
1068
1068
|
}>;
|
|
1069
1069
|
options: z.ZodIntersection<z.ZodObject<{
|
|
1070
1070
|
type: z.ZodLiteral<"heygenTextToAvatarOptions_HeyGenTextToAvatarOptions">;
|
|
1071
|
-
}, z.core.$
|
|
1071
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1072
1072
|
type: z.ZodEnum<{
|
|
1073
1073
|
"text-to-avatar": "text-to-avatar";
|
|
1074
1074
|
}>;
|
|
@@ -1232,7 +1232,7 @@ export declare const openAiTextGeneratorOptionsSchema: z.ZodObject<{
|
|
|
1232
1232
|
*/
|
|
1233
1233
|
export declare const openaiGeneratedAssetOptionsOpenAiGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
1234
1234
|
type: z.ZodLiteral<"openaiTextGeneratorOptions_OpenAiTextGeneratorOptions">;
|
|
1235
|
-
}, z.core.$
|
|
1235
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1236
1236
|
type: z.ZodEnum<{
|
|
1237
1237
|
"text-generator": "text-generator";
|
|
1238
1238
|
}>;
|
|
@@ -1245,7 +1245,7 @@ export declare const openaiGeneratedAssetOptionsOpenAiGeneratedAssetOptionsSchem
|
|
|
1245
1245
|
}, z.core.$strict>>;
|
|
1246
1246
|
export declare const openAiGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
1247
1247
|
type: z.ZodLiteral<"openaiTextGeneratorOptions_OpenAiTextGeneratorOptions">;
|
|
1248
|
-
}, z.core.$
|
|
1248
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1249
1249
|
type: z.ZodEnum<{
|
|
1250
1250
|
"text-generator": "text-generator";
|
|
1251
1251
|
}>;
|
|
@@ -1265,7 +1265,7 @@ export declare const openaiGeneratedAssetOpenAiGeneratedAssetSchema: z.ZodObject
|
|
|
1265
1265
|
}>;
|
|
1266
1266
|
options: z.ZodIntersection<z.ZodObject<{
|
|
1267
1267
|
type: z.ZodLiteral<"openaiTextGeneratorOptions_OpenAiTextGeneratorOptions">;
|
|
1268
|
-
}, z.core.$
|
|
1268
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1269
1269
|
type: z.ZodEnum<{
|
|
1270
1270
|
"text-generator": "text-generator";
|
|
1271
1271
|
}>;
|
|
@@ -1283,7 +1283,7 @@ export declare const openAiGeneratedAssetSchema: z.ZodObject<{
|
|
|
1283
1283
|
}>;
|
|
1284
1284
|
options: z.ZodIntersection<z.ZodObject<{
|
|
1285
1285
|
type: z.ZodLiteral<"openaiTextGeneratorOptions_OpenAiTextGeneratorOptions">;
|
|
1286
|
-
}, z.core.$
|
|
1286
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1287
1287
|
type: z.ZodEnum<{
|
|
1288
1288
|
"text-generator": "text-generator";
|
|
1289
1289
|
}>;
|
|
@@ -1745,7 +1745,7 @@ export declare const shotstackTextToSpeechOptionsSchema: z.ZodObject<{
|
|
|
1745
1745
|
*/
|
|
1746
1746
|
export declare const shotstackGeneratedAssetOptionsShotstackGeneratedAssetOptionsSchema: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
1747
1747
|
type: z.ZodLiteral<"shotstackTextToSpeechOptions_ShotstackTextToSpeechOptions">;
|
|
1748
|
-
}, z.core.$
|
|
1748
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1749
1749
|
type: z.ZodEnum<{
|
|
1750
1750
|
"text-to-speech": "text-to-speech";
|
|
1751
1751
|
}>;
|
|
@@ -1842,7 +1842,7 @@ export declare const shotstackGeneratedAssetOptionsShotstackGeneratedAssetOption
|
|
|
1842
1842
|
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1843
1843
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
1844
1844
|
type: z.ZodLiteral<"shotstackTextToImageOptions_ShotstackTextToImageOptions">;
|
|
1845
|
-
}, z.core.$
|
|
1845
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1846
1846
|
type: z.ZodEnum<{
|
|
1847
1847
|
"text-to-image": "text-to-image";
|
|
1848
1848
|
}>;
|
|
@@ -1851,14 +1851,14 @@ export declare const shotstackGeneratedAssetOptionsShotstackGeneratedAssetOption
|
|
|
1851
1851
|
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
1852
1852
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
1853
1853
|
type: z.ZodLiteral<"shotstackTextGeneratorOptions_ShotstackTextGeneratorOptions">;
|
|
1854
|
-
}, z.core.$
|
|
1854
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1855
1855
|
type: z.ZodEnum<{
|
|
1856
1856
|
"text-generator": "text-generator";
|
|
1857
1857
|
}>;
|
|
1858
1858
|
prompt: z.ZodString;
|
|
1859
1859
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
1860
1860
|
type: z.ZodLiteral<"shotstackImageToVideoOptions_ShotstackImageToVideoOptions">;
|
|
1861
|
-
}, z.core.$
|
|
1861
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1862
1862
|
type: z.ZodEnum<{
|
|
1863
1863
|
"image-to-video": "image-to-video";
|
|
1864
1864
|
}>;
|
|
@@ -1868,7 +1868,7 @@ export declare const shotstackGeneratedAssetOptionsShotstackGeneratedAssetOption
|
|
|
1868
1868
|
}, z.core.$strict>>]>;
|
|
1869
1869
|
export declare const shotstackGeneratedAssetOptionsSchema: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
1870
1870
|
type: z.ZodLiteral<"shotstackTextToSpeechOptions_ShotstackTextToSpeechOptions">;
|
|
1871
|
-
}, z.core.$
|
|
1871
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1872
1872
|
type: z.ZodEnum<{
|
|
1873
1873
|
"text-to-speech": "text-to-speech";
|
|
1874
1874
|
}>;
|
|
@@ -1965,7 +1965,7 @@ export declare const shotstackGeneratedAssetOptionsSchema: z.ZodUnion<readonly [
|
|
|
1965
1965
|
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1966
1966
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
1967
1967
|
type: z.ZodLiteral<"shotstackTextToImageOptions_ShotstackTextToImageOptions">;
|
|
1968
|
-
}, z.core.$
|
|
1968
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1969
1969
|
type: z.ZodEnum<{
|
|
1970
1970
|
"text-to-image": "text-to-image";
|
|
1971
1971
|
}>;
|
|
@@ -1974,14 +1974,14 @@ export declare const shotstackGeneratedAssetOptionsSchema: z.ZodUnion<readonly [
|
|
|
1974
1974
|
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
1975
1975
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
1976
1976
|
type: z.ZodLiteral<"shotstackTextGeneratorOptions_ShotstackTextGeneratorOptions">;
|
|
1977
|
-
}, z.core.$
|
|
1977
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1978
1978
|
type: z.ZodEnum<{
|
|
1979
1979
|
"text-generator": "text-generator";
|
|
1980
1980
|
}>;
|
|
1981
1981
|
prompt: z.ZodString;
|
|
1982
1982
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
1983
1983
|
type: z.ZodLiteral<"shotstackImageToVideoOptions_ShotstackImageToVideoOptions">;
|
|
1984
|
-
}, z.core.$
|
|
1984
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1985
1985
|
type: z.ZodEnum<{
|
|
1986
1986
|
"image-to-video": "image-to-video";
|
|
1987
1987
|
}>;
|
|
@@ -1998,7 +1998,7 @@ export declare const shotstackGeneratedAssetShotstackGeneratedAssetSchema: z.Zod
|
|
|
1998
1998
|
}>;
|
|
1999
1999
|
options: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
2000
2000
|
type: z.ZodLiteral<"shotstackTextToSpeechOptions_ShotstackTextToSpeechOptions">;
|
|
2001
|
-
}, z.core.$
|
|
2001
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2002
2002
|
type: z.ZodEnum<{
|
|
2003
2003
|
"text-to-speech": "text-to-speech";
|
|
2004
2004
|
}>;
|
|
@@ -2095,7 +2095,7 @@ export declare const shotstackGeneratedAssetShotstackGeneratedAssetSchema: z.Zod
|
|
|
2095
2095
|
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2096
2096
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2097
2097
|
type: z.ZodLiteral<"shotstackTextToImageOptions_ShotstackTextToImageOptions">;
|
|
2098
|
-
}, z.core.$
|
|
2098
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2099
2099
|
type: z.ZodEnum<{
|
|
2100
2100
|
"text-to-image": "text-to-image";
|
|
2101
2101
|
}>;
|
|
@@ -2104,14 +2104,14 @@ export declare const shotstackGeneratedAssetShotstackGeneratedAssetSchema: z.Zod
|
|
|
2104
2104
|
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
2105
2105
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2106
2106
|
type: z.ZodLiteral<"shotstackTextGeneratorOptions_ShotstackTextGeneratorOptions">;
|
|
2107
|
-
}, z.core.$
|
|
2107
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2108
2108
|
type: z.ZodEnum<{
|
|
2109
2109
|
"text-generator": "text-generator";
|
|
2110
2110
|
}>;
|
|
2111
2111
|
prompt: z.ZodString;
|
|
2112
2112
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2113
2113
|
type: z.ZodLiteral<"shotstackImageToVideoOptions_ShotstackImageToVideoOptions">;
|
|
2114
|
-
}, z.core.$
|
|
2114
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2115
2115
|
type: z.ZodEnum<{
|
|
2116
2116
|
"image-to-video": "image-to-video";
|
|
2117
2117
|
}>;
|
|
@@ -2126,7 +2126,7 @@ export declare const shotstackGeneratedAssetSchema: z.ZodObject<{
|
|
|
2126
2126
|
}>;
|
|
2127
2127
|
options: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
2128
2128
|
type: z.ZodLiteral<"shotstackTextToSpeechOptions_ShotstackTextToSpeechOptions">;
|
|
2129
|
-
}, z.core.$
|
|
2129
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2130
2130
|
type: z.ZodEnum<{
|
|
2131
2131
|
"text-to-speech": "text-to-speech";
|
|
2132
2132
|
}>;
|
|
@@ -2223,7 +2223,7 @@ export declare const shotstackGeneratedAssetSchema: z.ZodObject<{
|
|
|
2223
2223
|
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2224
2224
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2225
2225
|
type: z.ZodLiteral<"shotstackTextToImageOptions_ShotstackTextToImageOptions">;
|
|
2226
|
-
}, z.core.$
|
|
2226
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2227
2227
|
type: z.ZodEnum<{
|
|
2228
2228
|
"text-to-image": "text-to-image";
|
|
2229
2229
|
}>;
|
|
@@ -2232,14 +2232,14 @@ export declare const shotstackGeneratedAssetSchema: z.ZodObject<{
|
|
|
2232
2232
|
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
2233
2233
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2234
2234
|
type: z.ZodLiteral<"shotstackTextGeneratorOptions_ShotstackTextGeneratorOptions">;
|
|
2235
|
-
}, z.core.$
|
|
2235
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2236
2236
|
type: z.ZodEnum<{
|
|
2237
2237
|
"text-generator": "text-generator";
|
|
2238
2238
|
}>;
|
|
2239
2239
|
prompt: z.ZodString;
|
|
2240
2240
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2241
2241
|
type: z.ZodLiteral<"shotstackImageToVideoOptions_ShotstackImageToVideoOptions">;
|
|
2242
|
-
}, z.core.$
|
|
2242
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2243
2243
|
type: z.ZodEnum<{
|
|
2244
2244
|
"image-to-video": "image-to-video";
|
|
2245
2245
|
}>;
|
|
@@ -2334,7 +2334,7 @@ export declare const stabilityAiTextToImageOptionsSchema: z.ZodObject<{
|
|
|
2334
2334
|
*/
|
|
2335
2335
|
export declare const stabilityAiGeneratedAssetOptionsStabilityAiGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
2336
2336
|
type: z.ZodLiteral<"stabilityAiTextToImageOptions_StabilityAiTextToImageOptions">;
|
|
2337
|
-
}, z.core.$
|
|
2337
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2338
2338
|
type: z.ZodEnum<{
|
|
2339
2339
|
"text-to-image": "text-to-image";
|
|
2340
2340
|
}>;
|
|
@@ -2373,7 +2373,7 @@ export declare const stabilityAiGeneratedAssetOptionsStabilityAiGeneratedAssetOp
|
|
|
2373
2373
|
}, z.core.$strict>>;
|
|
2374
2374
|
export declare const stabilityAiGeneratedAssetOptionsSchema: z.ZodIntersection<z.ZodObject<{
|
|
2375
2375
|
type: z.ZodLiteral<"stabilityAiTextToImageOptions_StabilityAiTextToImageOptions">;
|
|
2376
|
-
}, z.core.$
|
|
2376
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2377
2377
|
type: z.ZodEnum<{
|
|
2378
2378
|
"text-to-image": "text-to-image";
|
|
2379
2379
|
}>;
|
|
@@ -2419,7 +2419,7 @@ export declare const stabilityAiGeneratedAssetStabilityAiGeneratedAssetSchema: z
|
|
|
2419
2419
|
}>;
|
|
2420
2420
|
options: z.ZodIntersection<z.ZodObject<{
|
|
2421
2421
|
type: z.ZodLiteral<"stabilityAiTextToImageOptions_StabilityAiTextToImageOptions">;
|
|
2422
|
-
}, z.core.$
|
|
2422
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2423
2423
|
type: z.ZodEnum<{
|
|
2424
2424
|
"text-to-image": "text-to-image";
|
|
2425
2425
|
}>;
|
|
@@ -2463,7 +2463,7 @@ export declare const stabilityAiGeneratedAssetSchema: z.ZodObject<{
|
|
|
2463
2463
|
}>;
|
|
2464
2464
|
options: z.ZodIntersection<z.ZodObject<{
|
|
2465
2465
|
type: z.ZodLiteral<"stabilityAiTextToImageOptions_StabilityAiTextToImageOptions">;
|
|
2466
|
-
}, z.core.$
|
|
2466
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2467
2467
|
type: z.ZodEnum<{
|
|
2468
2468
|
"text-to-image": "text-to-image";
|
|
2469
2469
|
}>;
|
|
@@ -2506,13 +2506,13 @@ export declare const stabilityAiGeneratedAssetSchema: z.ZodObject<{
|
|
|
2506
2506
|
*/
|
|
2507
2507
|
export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
2508
2508
|
provider: z.ZodLiteral<"shotstackGeneratedAsset_ShotstackGeneratedAsset">;
|
|
2509
|
-
}, z.core.$
|
|
2509
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2510
2510
|
provider: z.ZodEnum<{
|
|
2511
2511
|
shotstack: "shotstack";
|
|
2512
2512
|
}>;
|
|
2513
2513
|
options: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
2514
2514
|
type: z.ZodLiteral<"shotstackTextToSpeechOptions_ShotstackTextToSpeechOptions">;
|
|
2515
|
-
}, z.core.$
|
|
2515
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2516
2516
|
type: z.ZodEnum<{
|
|
2517
2517
|
"text-to-speech": "text-to-speech";
|
|
2518
2518
|
}>;
|
|
@@ -2609,7 +2609,7 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2609
2609
|
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2610
2610
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2611
2611
|
type: z.ZodLiteral<"shotstackTextToImageOptions_ShotstackTextToImageOptions">;
|
|
2612
|
-
}, z.core.$
|
|
2612
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2613
2613
|
type: z.ZodEnum<{
|
|
2614
2614
|
"text-to-image": "text-to-image";
|
|
2615
2615
|
}>;
|
|
@@ -2618,14 +2618,14 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2618
2618
|
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
2619
2619
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2620
2620
|
type: z.ZodLiteral<"shotstackTextGeneratorOptions_ShotstackTextGeneratorOptions">;
|
|
2621
|
-
}, z.core.$
|
|
2621
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2622
2622
|
type: z.ZodEnum<{
|
|
2623
2623
|
"text-generator": "text-generator";
|
|
2624
2624
|
}>;
|
|
2625
2625
|
prompt: z.ZodString;
|
|
2626
2626
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2627
2627
|
type: z.ZodLiteral<"shotstackImageToVideoOptions_ShotstackImageToVideoOptions">;
|
|
2628
|
-
}, z.core.$
|
|
2628
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2629
2629
|
type: z.ZodEnum<{
|
|
2630
2630
|
"image-to-video": "image-to-video";
|
|
2631
2631
|
}>;
|
|
@@ -2635,13 +2635,13 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2635
2635
|
}, z.core.$strict>>]>;
|
|
2636
2636
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2637
2637
|
provider: z.ZodLiteral<"didGeneratedAsset_DIDGeneratedAsset">;
|
|
2638
|
-
}, z.core.$
|
|
2638
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2639
2639
|
provider: z.ZodEnum<{
|
|
2640
2640
|
"d-id": "d-id";
|
|
2641
2641
|
}>;
|
|
2642
2642
|
options: z.ZodIntersection<z.ZodObject<{
|
|
2643
2643
|
type: z.ZodLiteral<"didTextToAvatarOptions_DIDTextToAvatarOptions">;
|
|
2644
|
-
}, z.core.$
|
|
2644
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2645
2645
|
type: z.ZodEnum<{
|
|
2646
2646
|
"text-to-avatar": "text-to-avatar";
|
|
2647
2647
|
}>;
|
|
@@ -2657,13 +2657,13 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2657
2657
|
}, z.core.$strict>>;
|
|
2658
2658
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2659
2659
|
provider: z.ZodLiteral<"elevenlabsGeneratedAsset_ElevenLabsGeneratedAsset">;
|
|
2660
|
-
}, z.core.$
|
|
2660
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2661
2661
|
provider: z.ZodEnum<{
|
|
2662
2662
|
elevenlabs: "elevenlabs";
|
|
2663
2663
|
}>;
|
|
2664
2664
|
options: z.ZodIntersection<z.ZodObject<{
|
|
2665
2665
|
type: z.ZodLiteral<"elevenlabsTextToSpeechOptions_ElevenLabsTextToSpeechOptions">;
|
|
2666
|
-
}, z.core.$
|
|
2666
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2667
2667
|
type: z.ZodEnum<{
|
|
2668
2668
|
"text-to-speech": "text-to-speech";
|
|
2669
2669
|
}>;
|
|
@@ -2682,13 +2682,13 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2682
2682
|
}, z.core.$strict>>;
|
|
2683
2683
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2684
2684
|
provider: z.ZodLiteral<"heygenGeneratedAsset_HeyGenGeneratedAsset">;
|
|
2685
|
-
}, z.core.$
|
|
2685
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2686
2686
|
provider: z.ZodEnum<{
|
|
2687
2687
|
heygen: "heygen";
|
|
2688
2688
|
}>;
|
|
2689
2689
|
options: z.ZodIntersection<z.ZodObject<{
|
|
2690
2690
|
type: z.ZodLiteral<"heygenTextToAvatarOptions_HeyGenTextToAvatarOptions">;
|
|
2691
|
-
}, z.core.$
|
|
2691
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2692
2692
|
type: z.ZodEnum<{
|
|
2693
2693
|
"text-to-avatar": "text-to-avatar";
|
|
2694
2694
|
}>;
|
|
@@ -2819,13 +2819,13 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2819
2819
|
}, z.core.$strict>>;
|
|
2820
2820
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2821
2821
|
provider: z.ZodLiteral<"openaiGeneratedAsset_OpenAiGeneratedAsset">;
|
|
2822
|
-
}, z.core.$
|
|
2822
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2823
2823
|
provider: z.ZodEnum<{
|
|
2824
2824
|
openai: "openai";
|
|
2825
2825
|
}>;
|
|
2826
2826
|
options: z.ZodIntersection<z.ZodObject<{
|
|
2827
2827
|
type: z.ZodLiteral<"openaiTextGeneratorOptions_OpenAiTextGeneratorOptions">;
|
|
2828
|
-
}, z.core.$
|
|
2828
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2829
2829
|
type: z.ZodEnum<{
|
|
2830
2830
|
"text-generator": "text-generator";
|
|
2831
2831
|
}>;
|
|
@@ -2838,13 +2838,13 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2838
2838
|
}, z.core.$strict>>;
|
|
2839
2839
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2840
2840
|
provider: z.ZodLiteral<"stabilityAiGeneratedAsset_StabilityAiGeneratedAsset">;
|
|
2841
|
-
}, z.core.$
|
|
2841
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2842
2842
|
provider: z.ZodEnum<{
|
|
2843
2843
|
"stability-ai": "stability-ai";
|
|
2844
2844
|
}>;
|
|
2845
2845
|
options: z.ZodIntersection<z.ZodObject<{
|
|
2846
2846
|
type: z.ZodLiteral<"stabilityAiTextToImageOptions_StabilityAiTextToImageOptions">;
|
|
2847
|
-
}, z.core.$
|
|
2847
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2848
2848
|
type: z.ZodEnum<{
|
|
2849
2849
|
"text-to-image": "text-to-image";
|
|
2850
2850
|
}>;
|
|
@@ -2884,13 +2884,13 @@ export declare const generatedAssetGeneratedAssetSchema: z.ZodUnion<readonly [z.
|
|
|
2884
2884
|
}, z.core.$strict>>]>;
|
|
2885
2885
|
export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
2886
2886
|
provider: z.ZodLiteral<"shotstackGeneratedAsset_ShotstackGeneratedAsset">;
|
|
2887
|
-
}, z.core.$
|
|
2887
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2888
2888
|
provider: z.ZodEnum<{
|
|
2889
2889
|
shotstack: "shotstack";
|
|
2890
2890
|
}>;
|
|
2891
2891
|
options: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
2892
2892
|
type: z.ZodLiteral<"shotstackTextToSpeechOptions_ShotstackTextToSpeechOptions">;
|
|
2893
|
-
}, z.core.$
|
|
2893
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2894
2894
|
type: z.ZodEnum<{
|
|
2895
2895
|
"text-to-speech": "text-to-speech";
|
|
2896
2896
|
}>;
|
|
@@ -2987,7 +2987,7 @@ export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersectio
|
|
|
2987
2987
|
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2988
2988
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2989
2989
|
type: z.ZodLiteral<"shotstackTextToImageOptions_ShotstackTextToImageOptions">;
|
|
2990
|
-
}, z.core.$
|
|
2990
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2991
2991
|
type: z.ZodEnum<{
|
|
2992
2992
|
"text-to-image": "text-to-image";
|
|
2993
2993
|
}>;
|
|
@@ -2996,14 +2996,14 @@ export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersectio
|
|
|
2996
2996
|
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
2997
2997
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
2998
2998
|
type: z.ZodLiteral<"shotstackTextGeneratorOptions_ShotstackTextGeneratorOptions">;
|
|
2999
|
-
}, z.core.$
|
|
2999
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3000
3000
|
type: z.ZodEnum<{
|
|
3001
3001
|
"text-generator": "text-generator";
|
|
3002
3002
|
}>;
|
|
3003
3003
|
prompt: z.ZodString;
|
|
3004
3004
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
3005
3005
|
type: z.ZodLiteral<"shotstackImageToVideoOptions_ShotstackImageToVideoOptions">;
|
|
3006
|
-
}, z.core.$
|
|
3006
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3007
3007
|
type: z.ZodEnum<{
|
|
3008
3008
|
"image-to-video": "image-to-video";
|
|
3009
3009
|
}>;
|
|
@@ -3013,13 +3013,13 @@ export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersectio
|
|
|
3013
3013
|
}, z.core.$strict>>]>;
|
|
3014
3014
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
3015
3015
|
provider: z.ZodLiteral<"didGeneratedAsset_DIDGeneratedAsset">;
|
|
3016
|
-
}, z.core.$
|
|
3016
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3017
3017
|
provider: z.ZodEnum<{
|
|
3018
3018
|
"d-id": "d-id";
|
|
3019
3019
|
}>;
|
|
3020
3020
|
options: z.ZodIntersection<z.ZodObject<{
|
|
3021
3021
|
type: z.ZodLiteral<"didTextToAvatarOptions_DIDTextToAvatarOptions">;
|
|
3022
|
-
}, z.core.$
|
|
3022
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3023
3023
|
type: z.ZodEnum<{
|
|
3024
3024
|
"text-to-avatar": "text-to-avatar";
|
|
3025
3025
|
}>;
|
|
@@ -3035,13 +3035,13 @@ export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersectio
|
|
|
3035
3035
|
}, z.core.$strict>>;
|
|
3036
3036
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
3037
3037
|
provider: z.ZodLiteral<"elevenlabsGeneratedAsset_ElevenLabsGeneratedAsset">;
|
|
3038
|
-
}, z.core.$
|
|
3038
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3039
3039
|
provider: z.ZodEnum<{
|
|
3040
3040
|
elevenlabs: "elevenlabs";
|
|
3041
3041
|
}>;
|
|
3042
3042
|
options: z.ZodIntersection<z.ZodObject<{
|
|
3043
3043
|
type: z.ZodLiteral<"elevenlabsTextToSpeechOptions_ElevenLabsTextToSpeechOptions">;
|
|
3044
|
-
}, z.core.$
|
|
3044
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3045
3045
|
type: z.ZodEnum<{
|
|
3046
3046
|
"text-to-speech": "text-to-speech";
|
|
3047
3047
|
}>;
|
|
@@ -3060,13 +3060,13 @@ export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersectio
|
|
|
3060
3060
|
}, z.core.$strict>>;
|
|
3061
3061
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
3062
3062
|
provider: z.ZodLiteral<"heygenGeneratedAsset_HeyGenGeneratedAsset">;
|
|
3063
|
-
}, z.core.$
|
|
3063
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3064
3064
|
provider: z.ZodEnum<{
|
|
3065
3065
|
heygen: "heygen";
|
|
3066
3066
|
}>;
|
|
3067
3067
|
options: z.ZodIntersection<z.ZodObject<{
|
|
3068
3068
|
type: z.ZodLiteral<"heygenTextToAvatarOptions_HeyGenTextToAvatarOptions">;
|
|
3069
|
-
}, z.core.$
|
|
3069
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3070
3070
|
type: z.ZodEnum<{
|
|
3071
3071
|
"text-to-avatar": "text-to-avatar";
|
|
3072
3072
|
}>;
|
|
@@ -3197,13 +3197,13 @@ export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersectio
|
|
|
3197
3197
|
}, z.core.$strict>>;
|
|
3198
3198
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
3199
3199
|
provider: z.ZodLiteral<"openaiGeneratedAsset_OpenAiGeneratedAsset">;
|
|
3200
|
-
}, z.core.$
|
|
3200
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3201
3201
|
provider: z.ZodEnum<{
|
|
3202
3202
|
openai: "openai";
|
|
3203
3203
|
}>;
|
|
3204
3204
|
options: z.ZodIntersection<z.ZodObject<{
|
|
3205
3205
|
type: z.ZodLiteral<"openaiTextGeneratorOptions_OpenAiTextGeneratorOptions">;
|
|
3206
|
-
}, z.core.$
|
|
3206
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3207
3207
|
type: z.ZodEnum<{
|
|
3208
3208
|
"text-generator": "text-generator";
|
|
3209
3209
|
}>;
|
|
@@ -3216,13 +3216,13 @@ export declare const generatedAssetSchema: z.ZodUnion<readonly [z.ZodIntersectio
|
|
|
3216
3216
|
}, z.core.$strict>>;
|
|
3217
3217
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
3218
3218
|
provider: z.ZodLiteral<"stabilityAiGeneratedAsset_StabilityAiGeneratedAsset">;
|
|
3219
|
-
}, z.core.$
|
|
3219
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3220
3220
|
provider: z.ZodEnum<{
|
|
3221
3221
|
"stability-ai": "stability-ai";
|
|
3222
3222
|
}>;
|
|
3223
3223
|
options: z.ZodIntersection<z.ZodObject<{
|
|
3224
3224
|
type: z.ZodLiteral<"stabilityAiTextToImageOptions_StabilityAiTextToImageOptions">;
|
|
3225
|
-
}, z.core.$
|
|
3225
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3226
3226
|
type: z.ZodEnum<{
|
|
3227
3227
|
"text-to-image": "text-to-image";
|
|
3228
3228
|
}>;
|
|
@@ -3995,7 +3995,7 @@ export declare const dolbyEnhancementSchema: z.ZodObject<{
|
|
|
3995
3995
|
*/
|
|
3996
3996
|
export declare const audioEnhancementAudioEnhancementSchema: z.ZodIntersection<z.ZodObject<{
|
|
3997
3997
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
3998
|
-
}, z.core.$
|
|
3998
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3999
3999
|
provider: z.ZodDefault<z.ZodString>;
|
|
4000
4000
|
options: z.ZodObject<{
|
|
4001
4001
|
preset: z.ZodEnum<{
|
|
@@ -4013,7 +4013,7 @@ export declare const audioEnhancementAudioEnhancementSchema: z.ZodIntersection<z
|
|
|
4013
4013
|
}, z.core.$strict>>;
|
|
4014
4014
|
export declare const audioEnhancementSchema: z.ZodIntersection<z.ZodObject<{
|
|
4015
4015
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
4016
|
-
}, z.core.$
|
|
4016
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4017
4017
|
provider: z.ZodDefault<z.ZodString>;
|
|
4018
4018
|
options: z.ZodObject<{
|
|
4019
4019
|
preset: z.ZodEnum<{
|
|
@@ -4035,7 +4035,7 @@ export declare const audioEnhancementSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
4035
4035
|
export declare const enhancementsEnhancementsSchema: z.ZodObject<{
|
|
4036
4036
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
4037
4037
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
4038
|
-
}, z.core.$
|
|
4038
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4039
4039
|
provider: z.ZodDefault<z.ZodString>;
|
|
4040
4040
|
options: z.ZodObject<{
|
|
4041
4041
|
preset: z.ZodEnum<{
|
|
@@ -4055,7 +4055,7 @@ export declare const enhancementsEnhancementsSchema: z.ZodObject<{
|
|
|
4055
4055
|
export declare const enhancementsSchema: z.ZodObject<{
|
|
4056
4056
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
4057
4057
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
4058
|
-
}, z.core.$
|
|
4058
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4059
4059
|
provider: z.ZodDefault<z.ZodString>;
|
|
4060
4060
|
options: z.ZodObject<{
|
|
4061
4061
|
preset: z.ZodEnum<{
|
|
@@ -4235,11 +4235,11 @@ export declare const lumaAssetSchema: z.ZodObject<{
|
|
|
4235
4235
|
*/
|
|
4236
4236
|
export declare const mergefieldMergeFieldSchema: z.ZodObject<{
|
|
4237
4237
|
find: z.ZodString;
|
|
4238
|
-
replace: z.
|
|
4238
|
+
replace: z.ZodUnknown;
|
|
4239
4239
|
}, z.core.$strict>;
|
|
4240
4240
|
export declare const mergeFieldSchema: z.ZodObject<{
|
|
4241
4241
|
find: z.ZodString;
|
|
4242
|
-
replace: z.
|
|
4242
|
+
replace: z.ZodUnknown;
|
|
4243
4243
|
}, z.core.$strict>;
|
|
4244
4244
|
/**
|
|
4245
4245
|
* Generate a poster image for the video at a specific point from the timeline. The poster image size will match the size of the output video.
|
|
@@ -5765,7 +5765,7 @@ export declare const renditionRenditionSchema: z.ZodObject<{
|
|
|
5765
5765
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
5766
5766
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
5767
5767
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
5768
|
-
}, z.core.$
|
|
5768
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5769
5769
|
provider: z.ZodDefault<z.ZodString>;
|
|
5770
5770
|
options: z.ZodObject<{
|
|
5771
5771
|
preset: z.ZodEnum<{
|
|
@@ -5830,7 +5830,7 @@ export declare const renditionSchema: z.ZodObject<{
|
|
|
5830
5830
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
5831
5831
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
5832
5832
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
5833
|
-
}, z.core.$
|
|
5833
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5834
5834
|
provider: z.ZodDefault<z.ZodString>;
|
|
5835
5835
|
options: z.ZodObject<{
|
|
5836
5836
|
preset: z.ZodEnum<{
|
|
@@ -5899,7 +5899,7 @@ export declare const outputsOutputsSchema: z.ZodObject<{
|
|
|
5899
5899
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
5900
5900
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
5901
5901
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
5902
|
-
}, z.core.$
|
|
5902
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5903
5903
|
provider: z.ZodDefault<z.ZodString>;
|
|
5904
5904
|
options: z.ZodObject<{
|
|
5905
5905
|
preset: z.ZodEnum<{
|
|
@@ -5972,7 +5972,7 @@ export declare const outputsSchema: z.ZodObject<{
|
|
|
5972
5972
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
5973
5973
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
5974
5974
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
5975
|
-
}, z.core.$
|
|
5975
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5976
5976
|
provider: z.ZodDefault<z.ZodString>;
|
|
5977
5977
|
options: z.ZodObject<{
|
|
5978
5978
|
preset: z.ZodEnum<{
|
|
@@ -6059,7 +6059,7 @@ export declare const renditionresponseattributesRenditionResponseAttributesSchem
|
|
|
6059
6059
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6060
6060
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6061
6061
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6062
|
-
}, z.core.$
|
|
6062
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6063
6063
|
provider: z.ZodDefault<z.ZodString>;
|
|
6064
6064
|
options: z.ZodObject<{
|
|
6065
6065
|
preset: z.ZodEnum<{
|
|
@@ -6141,7 +6141,7 @@ export declare const renditionResponseAttributesSchema: z.ZodObject<{
|
|
|
6141
6141
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6142
6142
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6143
6143
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6144
|
-
}, z.core.$
|
|
6144
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6145
6145
|
provider: z.ZodDefault<z.ZodString>;
|
|
6146
6146
|
options: z.ZodObject<{
|
|
6147
6147
|
preset: z.ZodEnum<{
|
|
@@ -6227,7 +6227,7 @@ export declare const outputsresponseOutputsResponseSchema: z.ZodObject<{
|
|
|
6227
6227
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6228
6228
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6229
6229
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6230
|
-
}, z.core.$
|
|
6230
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6231
6231
|
provider: z.ZodDefault<z.ZodString>;
|
|
6232
6232
|
options: z.ZodObject<{
|
|
6233
6233
|
preset: z.ZodEnum<{
|
|
@@ -6311,7 +6311,7 @@ export declare const outputsResponseSchema: z.ZodObject<{
|
|
|
6311
6311
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6312
6312
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6313
6313
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6314
|
-
}, z.core.$
|
|
6314
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6315
6315
|
provider: z.ZodDefault<z.ZodString>;
|
|
6316
6316
|
options: z.ZodObject<{
|
|
6317
6317
|
preset: z.ZodEnum<{
|
|
@@ -6411,7 +6411,7 @@ export declare const sourceresponseattributesSourceResponseAttributesSchema: z.Z
|
|
|
6411
6411
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6412
6412
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6413
6413
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6414
|
-
}, z.core.$
|
|
6414
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6415
6415
|
provider: z.ZodDefault<z.ZodString>;
|
|
6416
6416
|
options: z.ZodObject<{
|
|
6417
6417
|
preset: z.ZodEnum<{
|
|
@@ -6515,7 +6515,7 @@ export declare const sourceResponseAttributesSchema: z.ZodObject<{
|
|
|
6515
6515
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6516
6516
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6517
6517
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6518
|
-
}, z.core.$
|
|
6518
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6519
6519
|
provider: z.ZodDefault<z.ZodString>;
|
|
6520
6520
|
options: z.ZodObject<{
|
|
6521
6521
|
preset: z.ZodEnum<{
|
|
@@ -6625,7 +6625,7 @@ export declare const sourceresponsedataSourceResponseDataSchema: z.ZodObject<{
|
|
|
6625
6625
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6626
6626
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6627
6627
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6628
|
-
}, z.core.$
|
|
6628
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6629
6629
|
provider: z.ZodDefault<z.ZodString>;
|
|
6630
6630
|
options: z.ZodObject<{
|
|
6631
6631
|
preset: z.ZodEnum<{
|
|
@@ -6733,7 +6733,7 @@ export declare const sourceResponseDataSchema: z.ZodObject<{
|
|
|
6733
6733
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6734
6734
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6735
6735
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6736
|
-
}, z.core.$
|
|
6736
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6737
6737
|
provider: z.ZodDefault<z.ZodString>;
|
|
6738
6738
|
options: z.ZodObject<{
|
|
6739
6739
|
preset: z.ZodEnum<{
|
|
@@ -6845,7 +6845,7 @@ export declare const sourcelistresponseSourceListResponseSchema: z.ZodObject<{
|
|
|
6845
6845
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6846
6846
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6847
6847
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6848
|
-
}, z.core.$
|
|
6848
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6849
6849
|
provider: z.ZodDefault<z.ZodString>;
|
|
6850
6850
|
options: z.ZodObject<{
|
|
6851
6851
|
preset: z.ZodEnum<{
|
|
@@ -6955,7 +6955,7 @@ export declare const sourceListResponseSchema: z.ZodObject<{
|
|
|
6955
6955
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
6956
6956
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
6957
6957
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
6958
|
-
}, z.core.$
|
|
6958
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6959
6959
|
provider: z.ZodDefault<z.ZodString>;
|
|
6960
6960
|
options: z.ZodObject<{
|
|
6961
6961
|
preset: z.ZodEnum<{
|
|
@@ -7068,7 +7068,7 @@ export declare const sourceresponseSourceResponseSchema: z.ZodObject<{
|
|
|
7068
7068
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
7069
7069
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
7070
7070
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
7071
|
-
}, z.core.$
|
|
7071
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
7072
7072
|
provider: z.ZodDefault<z.ZodString>;
|
|
7073
7073
|
options: z.ZodObject<{
|
|
7074
7074
|
preset: z.ZodEnum<{
|
|
@@ -7178,7 +7178,7 @@ export declare const sourceResponseSchema: z.ZodObject<{
|
|
|
7178
7178
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
7179
7179
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
7180
7180
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
7181
|
-
}, z.core.$
|
|
7181
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
7182
7182
|
provider: z.ZodDefault<z.ZodString>;
|
|
7183
7183
|
options: z.ZodObject<{
|
|
7184
7184
|
preset: z.ZodEnum<{
|
|
@@ -7265,7 +7265,7 @@ export declare const sourceSourceSchema: z.ZodObject<{
|
|
|
7265
7265
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
7266
7266
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
7267
7267
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
7268
|
-
}, z.core.$
|
|
7268
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
7269
7269
|
provider: z.ZodDefault<z.ZodString>;
|
|
7270
7270
|
options: z.ZodObject<{
|
|
7271
7271
|
preset: z.ZodEnum<{
|
|
@@ -7418,7 +7418,7 @@ export declare const sourceSchema: z.ZodObject<{
|
|
|
7418
7418
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
7419
7419
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
7420
7420
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
7421
|
-
}, z.core.$
|
|
7421
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
7422
7422
|
provider: z.ZodDefault<z.ZodString>;
|
|
7423
7423
|
options: z.ZodObject<{
|
|
7424
7424
|
preset: z.ZodEnum<{
|
|
@@ -8452,14 +8452,14 @@ export declare const templaterenderTemplateRenderSchema: z.ZodObject<{
|
|
|
8452
8452
|
id: z.ZodString;
|
|
8453
8453
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8454
8454
|
find: z.ZodString;
|
|
8455
|
-
replace: z.
|
|
8455
|
+
replace: z.ZodUnknown;
|
|
8456
8456
|
}, z.core.$strict>>>;
|
|
8457
8457
|
}, z.core.$strict>;
|
|
8458
8458
|
export declare const templateRenderSchema: z.ZodObject<{
|
|
8459
8459
|
id: z.ZodString;
|
|
8460
8460
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8461
8461
|
find: z.ZodString;
|
|
8462
|
-
replace: z.
|
|
8462
|
+
replace: z.ZodUnknown;
|
|
8463
8463
|
}, z.core.$strict>>>;
|
|
8464
8464
|
}, z.core.$strict>;
|
|
8465
8465
|
/**
|
|
@@ -27238,7 +27238,7 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
27238
27238
|
}, z.core.$strict>;
|
|
27239
27239
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
27240
27240
|
find: z.ZodString;
|
|
27241
|
-
replace: z.
|
|
27241
|
+
replace: z.ZodUnknown;
|
|
27242
27242
|
}, z.core.$strict>>>;
|
|
27243
27243
|
callback: z.ZodOptional<z.ZodString>;
|
|
27244
27244
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -29819,7 +29819,7 @@ export declare const editSchema: z.ZodObject<{
|
|
|
29819
29819
|
}, z.core.$strict>;
|
|
29820
29820
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
29821
29821
|
find: z.ZodString;
|
|
29822
|
-
replace: z.
|
|
29822
|
+
replace: z.ZodUnknown;
|
|
29823
29823
|
}, z.core.$strict>>>;
|
|
29824
29824
|
callback: z.ZodOptional<z.ZodString>;
|
|
29825
29825
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -32422,7 +32422,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
32422
32422
|
}, z.core.$strict>;
|
|
32423
32423
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
32424
32424
|
find: z.ZodString;
|
|
32425
|
-
replace: z.
|
|
32425
|
+
replace: z.ZodUnknown;
|
|
32426
32426
|
}, z.core.$strict>>>;
|
|
32427
32427
|
callback: z.ZodOptional<z.ZodString>;
|
|
32428
32428
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -35025,7 +35025,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
35025
35025
|
}, z.core.$strict>;
|
|
35026
35026
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35027
35027
|
find: z.ZodString;
|
|
35028
|
-
replace: z.
|
|
35028
|
+
replace: z.ZodUnknown;
|
|
35029
35029
|
}, z.core.$strict>>>;
|
|
35030
35030
|
callback: z.ZodOptional<z.ZodString>;
|
|
35031
35031
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -37634,7 +37634,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
37634
37634
|
}, z.core.$strict>;
|
|
37635
37635
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
37636
37636
|
find: z.ZodString;
|
|
37637
|
-
replace: z.
|
|
37637
|
+
replace: z.ZodUnknown;
|
|
37638
37638
|
}, z.core.$strict>>>;
|
|
37639
37639
|
callback: z.ZodOptional<z.ZodString>;
|
|
37640
37640
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -40241,7 +40241,7 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
40241
40241
|
}, z.core.$strict>;
|
|
40242
40242
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
40243
40243
|
find: z.ZodString;
|
|
40244
|
-
replace: z.
|
|
40244
|
+
replace: z.ZodUnknown;
|
|
40245
40245
|
}, z.core.$strict>>>;
|
|
40246
40246
|
callback: z.ZodOptional<z.ZodString>;
|
|
40247
40247
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -42833,7 +42833,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
42833
42833
|
}, z.core.$strict>;
|
|
42834
42834
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
42835
42835
|
find: z.ZodString;
|
|
42836
|
-
replace: z.
|
|
42836
|
+
replace: z.ZodUnknown;
|
|
42837
42837
|
}, z.core.$strict>>>;
|
|
42838
42838
|
callback: z.ZodOptional<z.ZodString>;
|
|
42839
42839
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -45419,7 +45419,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
45419
45419
|
}, z.core.$strict>;
|
|
45420
45420
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
45421
45421
|
find: z.ZodString;
|
|
45422
|
-
replace: z.
|
|
45422
|
+
replace: z.ZodUnknown;
|
|
45423
45423
|
}, z.core.$strict>>>;
|
|
45424
45424
|
callback: z.ZodOptional<z.ZodString>;
|
|
45425
45425
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -48011,7 +48011,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
48011
48011
|
}, z.core.$strict>;
|
|
48012
48012
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
48013
48013
|
find: z.ZodString;
|
|
48014
|
-
replace: z.
|
|
48014
|
+
replace: z.ZodUnknown;
|
|
48015
48015
|
}, z.core.$strict>>>;
|
|
48016
48016
|
callback: z.ZodOptional<z.ZodString>;
|
|
48017
48017
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -50601,7 +50601,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
50601
50601
|
}, z.core.$strict>;
|
|
50602
50602
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50603
50603
|
find: z.ZodString;
|
|
50604
|
-
replace: z.
|
|
50604
|
+
replace: z.ZodUnknown;
|
|
50605
50605
|
}, z.core.$strict>>>;
|
|
50606
50606
|
callback: z.ZodOptional<z.ZodString>;
|
|
50607
50607
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -53189,7 +53189,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
53189
53189
|
}, z.core.$strict>;
|
|
53190
53190
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
53191
53191
|
find: z.ZodString;
|
|
53192
|
-
replace: z.
|
|
53192
|
+
replace: z.ZodUnknown;
|
|
53193
53193
|
}, z.core.$strict>>>;
|
|
53194
53194
|
callback: z.ZodOptional<z.ZodString>;
|
|
53195
53195
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -55773,7 +55773,7 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
55773
55773
|
}, z.core.$strict>;
|
|
55774
55774
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
55775
55775
|
find: z.ZodString;
|
|
55776
|
-
replace: z.
|
|
55776
|
+
replace: z.ZodUnknown;
|
|
55777
55777
|
}, z.core.$strict>>>;
|
|
55778
55778
|
callback: z.ZodOptional<z.ZodString>;
|
|
55779
55779
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -58356,7 +58356,7 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
58356
58356
|
}, z.core.$strict>;
|
|
58357
58357
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
58358
58358
|
find: z.ZodString;
|
|
58359
|
-
replace: z.
|
|
58359
|
+
replace: z.ZodUnknown;
|
|
58360
58360
|
}, z.core.$strict>>>;
|
|
58361
58361
|
callback: z.ZodOptional<z.ZodString>;
|
|
58362
58362
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -58386,7 +58386,7 @@ export declare const postRenderResponse: z.ZodObject<{
|
|
|
58386
58386
|
export declare const getRenderRequest: z.ZodObject<{
|
|
58387
58387
|
body: z.ZodOptional<z.ZodNever>;
|
|
58388
58388
|
path: z.ZodObject<{
|
|
58389
|
-
id: z.ZodString
|
|
58389
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
58390
58390
|
}, z.core.$strip>;
|
|
58391
58391
|
query: z.ZodOptional<z.ZodObject<{
|
|
58392
58392
|
data: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -60986,7 +60986,7 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
60986
60986
|
}, z.core.$strict>;
|
|
60987
60987
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
60988
60988
|
find: z.ZodString;
|
|
60989
|
-
replace: z.
|
|
60989
|
+
replace: z.ZodUnknown;
|
|
60990
60990
|
}, z.core.$strict>>>;
|
|
60991
60991
|
callback: z.ZodOptional<z.ZodString>;
|
|
60992
60992
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -63595,7 +63595,7 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
63595
63595
|
}, z.core.$strict>;
|
|
63596
63596
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
63597
63597
|
find: z.ZodString;
|
|
63598
|
-
replace: z.
|
|
63598
|
+
replace: z.ZodUnknown;
|
|
63599
63599
|
}, z.core.$strict>>>;
|
|
63600
63600
|
callback: z.ZodOptional<z.ZodString>;
|
|
63601
63601
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -63626,7 +63626,7 @@ export declare const postTemplateResponse: z.ZodObject<{
|
|
|
63626
63626
|
export declare const deleteTemplateRequest: z.ZodObject<{
|
|
63627
63627
|
body: z.ZodOptional<z.ZodNever>;
|
|
63628
63628
|
path: z.ZodObject<{
|
|
63629
|
-
id: z.ZodString
|
|
63629
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
63630
63630
|
}, z.core.$strip>;
|
|
63631
63631
|
query: z.ZodOptional<z.ZodNever>;
|
|
63632
63632
|
}, z.core.$strict>;
|
|
@@ -63637,7 +63637,7 @@ export declare const deleteTemplateResponse: z.ZodVoid;
|
|
|
63637
63637
|
export declare const getTemplateRequest: z.ZodObject<{
|
|
63638
63638
|
body: z.ZodOptional<z.ZodNever>;
|
|
63639
63639
|
path: z.ZodObject<{
|
|
63640
|
-
id: z.ZodString
|
|
63640
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
63641
63641
|
}, z.core.$strip>;
|
|
63642
63642
|
query: z.ZodOptional<z.ZodNever>;
|
|
63643
63643
|
}, z.core.$strict>;
|
|
@@ -66219,7 +66219,7 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
66219
66219
|
}, z.core.$strict>;
|
|
66220
66220
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
66221
66221
|
find: z.ZodString;
|
|
66222
|
-
replace: z.
|
|
66222
|
+
replace: z.ZodUnknown;
|
|
66223
66223
|
}, z.core.$strict>>>;
|
|
66224
66224
|
callback: z.ZodOptional<z.ZodString>;
|
|
66225
66225
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -68805,7 +68805,7 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
68805
68805
|
}, z.core.$strict>;
|
|
68806
68806
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
68807
68807
|
find: z.ZodString;
|
|
68808
|
-
replace: z.
|
|
68808
|
+
replace: z.ZodUnknown;
|
|
68809
68809
|
}, z.core.$strict>>>;
|
|
68810
68810
|
callback: z.ZodOptional<z.ZodString>;
|
|
68811
68811
|
disk: z.ZodOptional<z.ZodEnum<{
|
|
@@ -68820,7 +68820,7 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
68820
68820
|
}, z.core.$strict>>;
|
|
68821
68821
|
}, z.core.$strict>;
|
|
68822
68822
|
path: z.ZodObject<{
|
|
68823
|
-
id: z.ZodString
|
|
68823
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
68824
68824
|
}, z.core.$strip>;
|
|
68825
68825
|
query: z.ZodOptional<z.ZodNever>;
|
|
68826
68826
|
}, z.core.$strict>;
|
|
@@ -68840,7 +68840,7 @@ export declare const postTemplateRenderRequest: z.ZodObject<{
|
|
|
68840
68840
|
id: z.ZodString;
|
|
68841
68841
|
merge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
68842
68842
|
find: z.ZodString;
|
|
68843
|
-
replace: z.
|
|
68843
|
+
replace: z.ZodUnknown;
|
|
68844
68844
|
}, z.core.$strict>>>;
|
|
68845
68845
|
}, z.core.$strict>;
|
|
68846
68846
|
path: z.ZodOptional<z.ZodNever>;
|
|
@@ -68875,7 +68875,7 @@ export declare const probeResponse: z.ZodObject<{
|
|
|
68875
68875
|
export declare const deleteAssetRequest: z.ZodObject<{
|
|
68876
68876
|
body: z.ZodOptional<z.ZodNever>;
|
|
68877
68877
|
path: z.ZodObject<{
|
|
68878
|
-
id: z.ZodString
|
|
68878
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
68879
68879
|
}, z.core.$strip>;
|
|
68880
68880
|
query: z.ZodOptional<z.ZodNever>;
|
|
68881
68881
|
}, z.core.$strict>;
|
|
@@ -68886,7 +68886,7 @@ export declare const deleteAssetResponse: z.ZodVoid;
|
|
|
68886
68886
|
export declare const getAssetRequest: z.ZodObject<{
|
|
68887
68887
|
body: z.ZodOptional<z.ZodNever>;
|
|
68888
68888
|
path: z.ZodObject<{
|
|
68889
|
-
id: z.ZodString
|
|
68889
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
68890
68890
|
}, z.core.$strip>;
|
|
68891
68891
|
query: z.ZodOptional<z.ZodNever>;
|
|
68892
68892
|
}, z.core.$strict>;
|
|
@@ -68918,7 +68918,7 @@ export declare const getAssetResponse: z.ZodObject<{
|
|
|
68918
68918
|
export declare const getAssetByRenderIdRequest: z.ZodObject<{
|
|
68919
68919
|
body: z.ZodOptional<z.ZodNever>;
|
|
68920
68920
|
path: z.ZodObject<{
|
|
68921
|
-
id: z.ZodString
|
|
68921
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
68922
68922
|
}, z.core.$strip>;
|
|
68923
68923
|
query: z.ZodOptional<z.ZodNever>;
|
|
68924
68924
|
}, z.core.$strict>;
|
|
@@ -69132,7 +69132,7 @@ export declare const getSourcesResponse: z.ZodObject<{
|
|
|
69132
69132
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
69133
69133
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
69134
69134
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
69135
|
-
}, z.core.$
|
|
69135
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69136
69136
|
provider: z.ZodDefault<z.ZodString>;
|
|
69137
69137
|
options: z.ZodObject<{
|
|
69138
69138
|
preset: z.ZodEnum<{
|
|
@@ -69216,7 +69216,7 @@ export declare const postSourceRequest: z.ZodObject<{
|
|
|
69216
69216
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
69217
69217
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
69218
69218
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
69219
|
-
}, z.core.$
|
|
69219
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69220
69220
|
provider: z.ZodDefault<z.ZodString>;
|
|
69221
69221
|
options: z.ZodObject<{
|
|
69222
69222
|
preset: z.ZodEnum<{
|
|
@@ -69335,7 +69335,7 @@ export declare const postSourceResponse: z.ZodObject<{
|
|
|
69335
69335
|
export declare const deleteSourceRequest: z.ZodObject<{
|
|
69336
69336
|
body: z.ZodOptional<z.ZodNever>;
|
|
69337
69337
|
path: z.ZodObject<{
|
|
69338
|
-
id: z.ZodString
|
|
69338
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
69339
69339
|
}, z.core.$strip>;
|
|
69340
69340
|
query: z.ZodOptional<z.ZodNever>;
|
|
69341
69341
|
}, z.core.$strict>;
|
|
@@ -69346,7 +69346,7 @@ export declare const deleteSourceResponse: z.ZodVoid;
|
|
|
69346
69346
|
export declare const getSourceRequest: z.ZodObject<{
|
|
69347
69347
|
body: z.ZodOptional<z.ZodNever>;
|
|
69348
69348
|
path: z.ZodObject<{
|
|
69349
|
-
id: z.ZodString
|
|
69349
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
69350
69350
|
}, z.core.$strip>;
|
|
69351
69351
|
query: z.ZodOptional<z.ZodNever>;
|
|
69352
69352
|
}, z.core.$strict>;
|
|
@@ -69429,7 +69429,7 @@ export declare const getSourceResponse: z.ZodObject<{
|
|
|
69429
69429
|
enhance: z.ZodOptional<z.ZodObject<{
|
|
69430
69430
|
audio: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
69431
69431
|
enhancement: z.ZodLiteral<"dolbyEnhancement_DolbyEnhancement">;
|
|
69432
|
-
}, z.core.$
|
|
69432
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69433
69433
|
provider: z.ZodDefault<z.ZodString>;
|
|
69434
69434
|
options: z.ZodObject<{
|
|
69435
69435
|
preset: z.ZodEnum<{
|
|
@@ -69485,13 +69485,13 @@ export declare const getUploadSignedUrlResponse: z.ZodObject<{
|
|
|
69485
69485
|
export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
69486
69486
|
body: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
69487
69487
|
provider: z.ZodLiteral<"shotstackGeneratedAsset_ShotstackGeneratedAsset">;
|
|
69488
|
-
}, z.core.$
|
|
69488
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69489
69489
|
provider: z.ZodEnum<{
|
|
69490
69490
|
shotstack: "shotstack";
|
|
69491
69491
|
}>;
|
|
69492
69492
|
options: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
69493
69493
|
type: z.ZodLiteral<"shotstackTextToSpeechOptions_ShotstackTextToSpeechOptions">;
|
|
69494
|
-
}, z.core.$
|
|
69494
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69495
69495
|
type: z.ZodEnum<{
|
|
69496
69496
|
"text-to-speech": "text-to-speech";
|
|
69497
69497
|
}>;
|
|
@@ -69588,7 +69588,7 @@ export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
|
69588
69588
|
newscaster: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
69589
69589
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69590
69590
|
type: z.ZodLiteral<"shotstackTextToImageOptions_ShotstackTextToImageOptions">;
|
|
69591
|
-
}, z.core.$
|
|
69591
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69592
69592
|
type: z.ZodEnum<{
|
|
69593
69593
|
"text-to-image": "text-to-image";
|
|
69594
69594
|
}>;
|
|
@@ -69597,14 +69597,14 @@ export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
|
69597
69597
|
height: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodString]>;
|
|
69598
69598
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69599
69599
|
type: z.ZodLiteral<"shotstackTextGeneratorOptions_ShotstackTextGeneratorOptions">;
|
|
69600
|
-
}, z.core.$
|
|
69600
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69601
69601
|
type: z.ZodEnum<{
|
|
69602
69602
|
"text-generator": "text-generator";
|
|
69603
69603
|
}>;
|
|
69604
69604
|
prompt: z.ZodString;
|
|
69605
69605
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69606
69606
|
type: z.ZodLiteral<"shotstackImageToVideoOptions_ShotstackImageToVideoOptions">;
|
|
69607
|
-
}, z.core.$
|
|
69607
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69608
69608
|
type: z.ZodEnum<{
|
|
69609
69609
|
"image-to-video": "image-to-video";
|
|
69610
69610
|
}>;
|
|
@@ -69614,13 +69614,13 @@ export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
|
69614
69614
|
}, z.core.$strict>>]>;
|
|
69615
69615
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69616
69616
|
provider: z.ZodLiteral<"didGeneratedAsset_DIDGeneratedAsset">;
|
|
69617
|
-
}, z.core.$
|
|
69617
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69618
69618
|
provider: z.ZodEnum<{
|
|
69619
69619
|
"d-id": "d-id";
|
|
69620
69620
|
}>;
|
|
69621
69621
|
options: z.ZodIntersection<z.ZodObject<{
|
|
69622
69622
|
type: z.ZodLiteral<"didTextToAvatarOptions_DIDTextToAvatarOptions">;
|
|
69623
|
-
}, z.core.$
|
|
69623
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69624
69624
|
type: z.ZodEnum<{
|
|
69625
69625
|
"text-to-avatar": "text-to-avatar";
|
|
69626
69626
|
}>;
|
|
@@ -69636,13 +69636,13 @@ export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
|
69636
69636
|
}, z.core.$strict>>;
|
|
69637
69637
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69638
69638
|
provider: z.ZodLiteral<"elevenlabsGeneratedAsset_ElevenLabsGeneratedAsset">;
|
|
69639
|
-
}, z.core.$
|
|
69639
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69640
69640
|
provider: z.ZodEnum<{
|
|
69641
69641
|
elevenlabs: "elevenlabs";
|
|
69642
69642
|
}>;
|
|
69643
69643
|
options: z.ZodIntersection<z.ZodObject<{
|
|
69644
69644
|
type: z.ZodLiteral<"elevenlabsTextToSpeechOptions_ElevenLabsTextToSpeechOptions">;
|
|
69645
|
-
}, z.core.$
|
|
69645
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69646
69646
|
type: z.ZodEnum<{
|
|
69647
69647
|
"text-to-speech": "text-to-speech";
|
|
69648
69648
|
}>;
|
|
@@ -69661,13 +69661,13 @@ export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
|
69661
69661
|
}, z.core.$strict>>;
|
|
69662
69662
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69663
69663
|
provider: z.ZodLiteral<"heygenGeneratedAsset_HeyGenGeneratedAsset">;
|
|
69664
|
-
}, z.core.$
|
|
69664
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69665
69665
|
provider: z.ZodEnum<{
|
|
69666
69666
|
heygen: "heygen";
|
|
69667
69667
|
}>;
|
|
69668
69668
|
options: z.ZodIntersection<z.ZodObject<{
|
|
69669
69669
|
type: z.ZodLiteral<"heygenTextToAvatarOptions_HeyGenTextToAvatarOptions">;
|
|
69670
|
-
}, z.core.$
|
|
69670
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69671
69671
|
type: z.ZodEnum<{
|
|
69672
69672
|
"text-to-avatar": "text-to-avatar";
|
|
69673
69673
|
}>;
|
|
@@ -69798,13 +69798,13 @@ export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
|
69798
69798
|
}, z.core.$strict>>;
|
|
69799
69799
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69800
69800
|
provider: z.ZodLiteral<"openaiGeneratedAsset_OpenAiGeneratedAsset">;
|
|
69801
|
-
}, z.core.$
|
|
69801
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69802
69802
|
provider: z.ZodEnum<{
|
|
69803
69803
|
openai: "openai";
|
|
69804
69804
|
}>;
|
|
69805
69805
|
options: z.ZodIntersection<z.ZodObject<{
|
|
69806
69806
|
type: z.ZodLiteral<"openaiTextGeneratorOptions_OpenAiTextGeneratorOptions">;
|
|
69807
|
-
}, z.core.$
|
|
69807
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69808
69808
|
type: z.ZodEnum<{
|
|
69809
69809
|
"text-generator": "text-generator";
|
|
69810
69810
|
}>;
|
|
@@ -69817,13 +69817,13 @@ export declare const postGenerateAssetRequest: z.ZodObject<{
|
|
|
69817
69817
|
}, z.core.$strict>>;
|
|
69818
69818
|
}, z.core.$strict>>, z.ZodIntersection<z.ZodObject<{
|
|
69819
69819
|
provider: z.ZodLiteral<"stabilityAiGeneratedAsset_StabilityAiGeneratedAsset">;
|
|
69820
|
-
}, z.core.$
|
|
69820
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69821
69821
|
provider: z.ZodEnum<{
|
|
69822
69822
|
"stability-ai": "stability-ai";
|
|
69823
69823
|
}>;
|
|
69824
69824
|
options: z.ZodIntersection<z.ZodObject<{
|
|
69825
69825
|
type: z.ZodLiteral<"stabilityAiTextToImageOptions_StabilityAiTextToImageOptions">;
|
|
69826
|
-
}, z.core.$
|
|
69826
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
69827
69827
|
type: z.ZodEnum<{
|
|
69828
69828
|
"text-to-image": "text-to-image";
|
|
69829
69829
|
}>;
|
|
@@ -69899,7 +69899,7 @@ export declare const postGenerateAssetResponse: z.ZodObject<{
|
|
|
69899
69899
|
export declare const getGeneratedAssetRequest: z.ZodObject<{
|
|
69900
69900
|
body: z.ZodOptional<z.ZodNever>;
|
|
69901
69901
|
path: z.ZodObject<{
|
|
69902
|
-
id: z.ZodString
|
|
69902
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodString]>;
|
|
69903
69903
|
}, z.core.$strip>;
|
|
69904
69904
|
query: z.ZodOptional<z.ZodNever>;
|
|
69905
69905
|
}, z.core.$strict>;
|