@mulmocast/types 0.0.1 → 2.1.36
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 +54 -0
- package/lib/agent.d.ts +5 -4
- package/lib/agent.d.ts.map +1 -1
- package/lib/provider2agent.d.ts +2 -6
- package/lib/provider2agent.d.ts.map +1 -1
- package/lib/provider2agent.js +9 -7
- package/lib/provider2agent.js.map +1 -1
- package/lib/schema.d.ts +728 -14
- package/lib/schema.d.ts.map +1 -1
- package/lib/schema.js +69 -4
- package/lib/schema.js.map +1 -1
- package/lib/type.d.ts +10 -2
- package/lib/type.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/schema.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ export declare const speakerDataSchema: z.ZodObject<{
|
|
|
43
43
|
[x: string]: string;
|
|
44
44
|
}>>>;
|
|
45
45
|
model: z.ZodOptional<z.ZodString>;
|
|
46
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
47
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
46
48
|
}, z.core.$strict>;
|
|
47
49
|
export declare const speakerSchema: z.ZodObject<{
|
|
48
50
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -59,6 +61,8 @@ export declare const speakerSchema: z.ZodObject<{
|
|
|
59
61
|
[x: string]: string;
|
|
60
62
|
}>>>;
|
|
61
63
|
model: z.ZodOptional<z.ZodString>;
|
|
64
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
65
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
62
66
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
63
67
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
64
68
|
voiceId: z.ZodString;
|
|
@@ -74,6 +78,8 @@ export declare const speakerSchema: z.ZodObject<{
|
|
|
74
78
|
[x: string]: string;
|
|
75
79
|
}>>>;
|
|
76
80
|
model: z.ZodOptional<z.ZodString>;
|
|
81
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
82
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
77
83
|
}, z.core.$strict>>>;
|
|
78
84
|
}, z.core.$strict>;
|
|
79
85
|
export declare const speakerDictionarySchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -91,6 +97,8 @@ export declare const speakerDictionarySchema: z.ZodRecord<z.ZodString, z.ZodObje
|
|
|
91
97
|
[x: string]: string;
|
|
92
98
|
}>>>;
|
|
93
99
|
model: z.ZodOptional<z.ZodString>;
|
|
100
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
101
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
94
102
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
95
103
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
96
104
|
voiceId: z.ZodString;
|
|
@@ -106,6 +114,8 @@ export declare const speakerDictionarySchema: z.ZodRecord<z.ZodString, z.ZodObje
|
|
|
106
114
|
[x: string]: string;
|
|
107
115
|
}>>>;
|
|
108
116
|
model: z.ZodOptional<z.ZodString>;
|
|
117
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
118
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
109
119
|
}, z.core.$strict>>>;
|
|
110
120
|
}, z.core.$strict>>;
|
|
111
121
|
export declare const mulmoSpeechParamsSchema: z.ZodDefault<z.ZodObject<{
|
|
@@ -124,6 +134,8 @@ export declare const mulmoSpeechParamsSchema: z.ZodDefault<z.ZodObject<{
|
|
|
124
134
|
[x: string]: string;
|
|
125
135
|
}>>>;
|
|
126
136
|
model: z.ZodOptional<z.ZodString>;
|
|
137
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
138
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
127
139
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
128
140
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
129
141
|
voiceId: z.ZodString;
|
|
@@ -139,6 +151,8 @@ export declare const mulmoSpeechParamsSchema: z.ZodDefault<z.ZodObject<{
|
|
|
139
151
|
[x: string]: string;
|
|
140
152
|
}>>>;
|
|
141
153
|
model: z.ZodOptional<z.ZodString>;
|
|
154
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
155
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
142
156
|
}, z.core.$strict>>>;
|
|
143
157
|
}, z.core.$strict>>;
|
|
144
158
|
}, z.core.$strip>>;
|
|
@@ -165,9 +179,88 @@ export declare const mediaSourceMermaidSchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
165
179
|
kind: z.ZodLiteral<"path">;
|
|
166
180
|
path: z.ZodString;
|
|
167
181
|
}, z.core.$strict>], "kind">;
|
|
182
|
+
export declare const backgroundImageSourceSchema: z.ZodObject<{
|
|
183
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
184
|
+
kind: z.ZodLiteral<"url">;
|
|
185
|
+
url: z.ZodURL;
|
|
186
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
187
|
+
kind: z.ZodLiteral<"base64">;
|
|
188
|
+
data: z.ZodString;
|
|
189
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
190
|
+
kind: z.ZodLiteral<"path">;
|
|
191
|
+
path: z.ZodString;
|
|
192
|
+
}, z.core.$strict>], "kind">;
|
|
193
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
194
|
+
auto: "auto";
|
|
195
|
+
cover: "cover";
|
|
196
|
+
contain: "contain";
|
|
197
|
+
fill: "fill";
|
|
198
|
+
}>>;
|
|
199
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
200
|
+
}, z.core.$strip>;
|
|
201
|
+
export declare const backgroundImageSchema: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
202
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
203
|
+
kind: z.ZodLiteral<"url">;
|
|
204
|
+
url: z.ZodURL;
|
|
205
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
206
|
+
kind: z.ZodLiteral<"base64">;
|
|
207
|
+
data: z.ZodString;
|
|
208
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
209
|
+
kind: z.ZodLiteral<"path">;
|
|
210
|
+
path: z.ZodString;
|
|
211
|
+
}, z.core.$strict>], "kind">;
|
|
212
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
213
|
+
auto: "auto";
|
|
214
|
+
cover: "cover";
|
|
215
|
+
contain: "contain";
|
|
216
|
+
fill: "fill";
|
|
217
|
+
}>>;
|
|
218
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
219
|
+
}, z.core.$strip>]>>>;
|
|
220
|
+
export declare const row2Schema: z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
221
|
+
export declare const grid2x2Schema: z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
222
|
+
export declare const markdownLayoutSchema: z.ZodIntersection<z.ZodObject<{
|
|
223
|
+
header: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
224
|
+
"sidebar-left": z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
225
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
226
|
+
"row-2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
227
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
228
|
+
"2x2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
229
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
230
|
+
content: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
231
|
+
}, z.core.$strip>]>>;
|
|
168
232
|
export declare const mulmoMarkdownMediaSchema: z.ZodObject<{
|
|
169
233
|
type: z.ZodLiteral<"markdown">;
|
|
170
|
-
markdown: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]
|
|
234
|
+
markdown: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodIntersection<z.ZodObject<{
|
|
235
|
+
header: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
236
|
+
"sidebar-left": z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
237
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
238
|
+
"row-2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
239
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
240
|
+
"2x2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
241
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
242
|
+
content: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
243
|
+
}, z.core.$strip>]>>]>;
|
|
244
|
+
style: z.ZodOptional<z.ZodString>;
|
|
245
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
246
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
247
|
+
kind: z.ZodLiteral<"url">;
|
|
248
|
+
url: z.ZodURL;
|
|
249
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
250
|
+
kind: z.ZodLiteral<"base64">;
|
|
251
|
+
data: z.ZodString;
|
|
252
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
253
|
+
kind: z.ZodLiteral<"path">;
|
|
254
|
+
path: z.ZodString;
|
|
255
|
+
}, z.core.$strict>], "kind">;
|
|
256
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
257
|
+
auto: "auto";
|
|
258
|
+
cover: "cover";
|
|
259
|
+
contain: "contain";
|
|
260
|
+
fill: "fill";
|
|
261
|
+
}>>;
|
|
262
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
263
|
+
}, z.core.$strip>]>>>;
|
|
171
264
|
}, z.core.$strict>;
|
|
172
265
|
export declare const mulmoImageMediaSchema: z.ZodObject<{
|
|
173
266
|
type: z.ZodLiteral<"image">;
|
|
@@ -189,10 +282,50 @@ export declare const mulmoTextSlideMediaSchema: z.ZodObject<{
|
|
|
189
282
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
190
283
|
bullets: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
191
284
|
}, z.core.$strip>;
|
|
285
|
+
style: z.ZodOptional<z.ZodString>;
|
|
286
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
287
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
288
|
+
kind: z.ZodLiteral<"url">;
|
|
289
|
+
url: z.ZodURL;
|
|
290
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
291
|
+
kind: z.ZodLiteral<"base64">;
|
|
292
|
+
data: z.ZodString;
|
|
293
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
294
|
+
kind: z.ZodLiteral<"path">;
|
|
295
|
+
path: z.ZodString;
|
|
296
|
+
}, z.core.$strict>], "kind">;
|
|
297
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
298
|
+
auto: "auto";
|
|
299
|
+
cover: "cover";
|
|
300
|
+
contain: "contain";
|
|
301
|
+
fill: "fill";
|
|
302
|
+
}>>;
|
|
303
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
304
|
+
}, z.core.$strip>]>>>;
|
|
192
305
|
}, z.core.$strict>;
|
|
306
|
+
export declare const captionSplitSchema: z.ZodDefault<z.ZodEnum<{
|
|
307
|
+
none: "none";
|
|
308
|
+
estimate: "estimate";
|
|
309
|
+
}>>;
|
|
310
|
+
export declare const textSplitSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
311
|
+
type: z.ZodLiteral<"none">;
|
|
312
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
313
|
+
type: z.ZodLiteral<"delimiters">;
|
|
314
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
315
|
+
}, z.core.$strip>], "type">;
|
|
193
316
|
export declare const mulmoCaptionParamsSchema: z.ZodObject<{
|
|
194
317
|
lang: z.ZodOptional<z.ZodString>;
|
|
195
|
-
styles: z.
|
|
318
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
319
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
320
|
+
none: "none";
|
|
321
|
+
estimate: "estimate";
|
|
322
|
+
}>>>;
|
|
323
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
324
|
+
type: z.ZodLiteral<"none">;
|
|
325
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
326
|
+
type: z.ZodLiteral<"delimiters">;
|
|
327
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
328
|
+
}, z.core.$strip>], "type">>;
|
|
196
329
|
}, z.core.$strict>;
|
|
197
330
|
export declare const mulmoChartMediaSchema: z.ZodObject<{
|
|
198
331
|
type: z.ZodLiteral<"chart">;
|
|
@@ -216,6 +349,26 @@ export declare const mulmoMermaidMediaSchema: z.ZodObject<{
|
|
|
216
349
|
path: z.ZodString;
|
|
217
350
|
}, z.core.$strict>], "kind">;
|
|
218
351
|
appendix: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
352
|
+
style: z.ZodOptional<z.ZodString>;
|
|
353
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
354
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
355
|
+
kind: z.ZodLiteral<"url">;
|
|
356
|
+
url: z.ZodURL;
|
|
357
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
358
|
+
kind: z.ZodLiteral<"base64">;
|
|
359
|
+
data: z.ZodString;
|
|
360
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
361
|
+
kind: z.ZodLiteral<"path">;
|
|
362
|
+
path: z.ZodString;
|
|
363
|
+
}, z.core.$strict>], "kind">;
|
|
364
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
365
|
+
auto: "auto";
|
|
366
|
+
cover: "cover";
|
|
367
|
+
contain: "contain";
|
|
368
|
+
fill: "fill";
|
|
369
|
+
}>>;
|
|
370
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
371
|
+
}, z.core.$strip>]>>>;
|
|
219
372
|
}, z.core.$strict>;
|
|
220
373
|
export declare const mulmoHtmlTailwindMediaSchema: z.ZodObject<{
|
|
221
374
|
type: z.ZodLiteral<"html_tailwind">;
|
|
@@ -236,7 +389,36 @@ export declare const mulmoVisionMediaSchema: z.ZodObject<{
|
|
|
236
389
|
}, z.core.$strict>;
|
|
237
390
|
export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
238
391
|
type: z.ZodLiteral<"markdown">;
|
|
239
|
-
markdown: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]
|
|
392
|
+
markdown: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodIntersection<z.ZodObject<{
|
|
393
|
+
header: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
394
|
+
"sidebar-left": z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
395
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
396
|
+
"row-2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
397
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
398
|
+
"2x2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
399
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
400
|
+
content: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
401
|
+
}, z.core.$strip>]>>]>;
|
|
402
|
+
style: z.ZodOptional<z.ZodString>;
|
|
403
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
404
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
405
|
+
kind: z.ZodLiteral<"url">;
|
|
406
|
+
url: z.ZodURL;
|
|
407
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
408
|
+
kind: z.ZodLiteral<"base64">;
|
|
409
|
+
data: z.ZodString;
|
|
410
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
411
|
+
kind: z.ZodLiteral<"path">;
|
|
412
|
+
path: z.ZodString;
|
|
413
|
+
}, z.core.$strict>], "kind">;
|
|
414
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
415
|
+
auto: "auto";
|
|
416
|
+
cover: "cover";
|
|
417
|
+
contain: "contain";
|
|
418
|
+
fill: "fill";
|
|
419
|
+
}>>;
|
|
420
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
421
|
+
}, z.core.$strip>]>>>;
|
|
240
422
|
}, z.core.$strict>, z.ZodObject<{
|
|
241
423
|
type: z.ZodLiteral<"web">;
|
|
242
424
|
url: z.ZodURL;
|
|
@@ -295,6 +477,26 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
295
477
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
296
478
|
bullets: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
297
479
|
}, z.core.$strip>;
|
|
480
|
+
style: z.ZodOptional<z.ZodString>;
|
|
481
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
482
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
483
|
+
kind: z.ZodLiteral<"url">;
|
|
484
|
+
url: z.ZodURL;
|
|
485
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
486
|
+
kind: z.ZodLiteral<"base64">;
|
|
487
|
+
data: z.ZodString;
|
|
488
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
489
|
+
kind: z.ZodLiteral<"path">;
|
|
490
|
+
path: z.ZodString;
|
|
491
|
+
}, z.core.$strict>], "kind">;
|
|
492
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
493
|
+
auto: "auto";
|
|
494
|
+
cover: "cover";
|
|
495
|
+
contain: "contain";
|
|
496
|
+
fill: "fill";
|
|
497
|
+
}>>;
|
|
498
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
499
|
+
}, z.core.$strip>]>>>;
|
|
298
500
|
}, z.core.$strict>, z.ZodObject<{
|
|
299
501
|
type: z.ZodLiteral<"chart">;
|
|
300
502
|
title: z.ZodString;
|
|
@@ -316,6 +518,26 @@ export declare const mulmoImageAssetSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
316
518
|
path: z.ZodString;
|
|
317
519
|
}, z.core.$strict>], "kind">;
|
|
318
520
|
appendix: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
521
|
+
style: z.ZodOptional<z.ZodString>;
|
|
522
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
523
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
524
|
+
kind: z.ZodLiteral<"url">;
|
|
525
|
+
url: z.ZodURL;
|
|
526
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
527
|
+
kind: z.ZodLiteral<"base64">;
|
|
528
|
+
data: z.ZodString;
|
|
529
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
530
|
+
kind: z.ZodLiteral<"path">;
|
|
531
|
+
path: z.ZodString;
|
|
532
|
+
}, z.core.$strict>], "kind">;
|
|
533
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
534
|
+
auto: "auto";
|
|
535
|
+
cover: "cover";
|
|
536
|
+
contain: "contain";
|
|
537
|
+
fill: "fill";
|
|
538
|
+
}>>;
|
|
539
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
540
|
+
}, z.core.$strip>]>>>;
|
|
319
541
|
}, z.core.$strict>, z.ZodObject<{
|
|
320
542
|
type: z.ZodLiteral<"html_tailwind">;
|
|
321
543
|
html: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -417,6 +639,10 @@ export declare const mulmoBeatImageParamsSchema: z.ZodObject<{
|
|
|
417
639
|
quality: z.ZodOptional<z.ZodString>;
|
|
418
640
|
style: z.ZodOptional<z.ZodString>;
|
|
419
641
|
moderation: z.ZodOptional<z.ZodString>;
|
|
642
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
643
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
644
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
645
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
420
646
|
}, z.core.$strict>;
|
|
421
647
|
export declare const mulmoImageParamsSchema: z.ZodObject<{
|
|
422
648
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
@@ -426,6 +652,10 @@ export declare const mulmoImageParamsSchema: z.ZodObject<{
|
|
|
426
652
|
quality: z.ZodOptional<z.ZodString>;
|
|
427
653
|
style: z.ZodOptional<z.ZodString>;
|
|
428
654
|
moderation: z.ZodOptional<z.ZodString>;
|
|
655
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
656
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
657
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
658
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
429
659
|
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
430
660
|
type: z.ZodLiteral<"image">;
|
|
431
661
|
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -442,6 +672,25 @@ export declare const mulmoImageParamsSchema: z.ZodObject<{
|
|
|
442
672
|
type: z.ZodLiteral<"imagePrompt">;
|
|
443
673
|
prompt: z.ZodString;
|
|
444
674
|
}, z.core.$strict>]>>>;
|
|
675
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
676
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
677
|
+
kind: z.ZodLiteral<"url">;
|
|
678
|
+
url: z.ZodURL;
|
|
679
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
680
|
+
kind: z.ZodLiteral<"base64">;
|
|
681
|
+
data: z.ZodString;
|
|
682
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
683
|
+
kind: z.ZodLiteral<"path">;
|
|
684
|
+
path: z.ZodString;
|
|
685
|
+
}, z.core.$strict>], "kind">;
|
|
686
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
687
|
+
auto: "auto";
|
|
688
|
+
cover: "cover";
|
|
689
|
+
contain: "contain";
|
|
690
|
+
fill: "fill";
|
|
691
|
+
}>>;
|
|
692
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
693
|
+
}, z.core.$strip>]>>>;
|
|
445
694
|
}, z.core.$strict>;
|
|
446
695
|
export declare const textSlideParamsSchema: z.ZodObject<{
|
|
447
696
|
cssStyles: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -743,15 +992,47 @@ export declare const mulmoMovieParamsSchema: z.ZodObject<{
|
|
|
743
992
|
type: z.ZodLiteral<"custom">;
|
|
744
993
|
filter: z.ZodString;
|
|
745
994
|
}, z.core.$strip>]>>>;
|
|
995
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
996
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
746
997
|
}, z.core.$strip>;
|
|
747
998
|
export declare const mulmoBeatSchema: z.ZodObject<{
|
|
748
999
|
speaker: z.ZodOptional<z.ZodString>;
|
|
749
1000
|
text: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1001
|
+
texts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
750
1002
|
id: z.ZodOptional<z.ZodString>;
|
|
751
1003
|
description: z.ZodOptional<z.ZodString>;
|
|
752
1004
|
image: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
753
1005
|
type: z.ZodLiteral<"markdown">;
|
|
754
|
-
markdown: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]
|
|
1006
|
+
markdown: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodIntersection<z.ZodObject<{
|
|
1007
|
+
header: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1008
|
+
"sidebar-left": z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1009
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
1010
|
+
"row-2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
1011
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1012
|
+
"2x2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
1013
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1014
|
+
content: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
1015
|
+
}, z.core.$strip>]>>]>;
|
|
1016
|
+
style: z.ZodOptional<z.ZodString>;
|
|
1017
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1018
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1019
|
+
kind: z.ZodLiteral<"url">;
|
|
1020
|
+
url: z.ZodURL;
|
|
1021
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1022
|
+
kind: z.ZodLiteral<"base64">;
|
|
1023
|
+
data: z.ZodString;
|
|
1024
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1025
|
+
kind: z.ZodLiteral<"path">;
|
|
1026
|
+
path: z.ZodString;
|
|
1027
|
+
}, z.core.$strict>], "kind">;
|
|
1028
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
1029
|
+
auto: "auto";
|
|
1030
|
+
cover: "cover";
|
|
1031
|
+
contain: "contain";
|
|
1032
|
+
fill: "fill";
|
|
1033
|
+
}>>;
|
|
1034
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1035
|
+
}, z.core.$strip>]>>>;
|
|
755
1036
|
}, z.core.$strict>, z.ZodObject<{
|
|
756
1037
|
type: z.ZodLiteral<"web">;
|
|
757
1038
|
url: z.ZodURL;
|
|
@@ -810,6 +1091,26 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
810
1091
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
811
1092
|
bullets: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
812
1093
|
}, z.core.$strip>;
|
|
1094
|
+
style: z.ZodOptional<z.ZodString>;
|
|
1095
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1096
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1097
|
+
kind: z.ZodLiteral<"url">;
|
|
1098
|
+
url: z.ZodURL;
|
|
1099
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1100
|
+
kind: z.ZodLiteral<"base64">;
|
|
1101
|
+
data: z.ZodString;
|
|
1102
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1103
|
+
kind: z.ZodLiteral<"path">;
|
|
1104
|
+
path: z.ZodString;
|
|
1105
|
+
}, z.core.$strict>], "kind">;
|
|
1106
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
1107
|
+
auto: "auto";
|
|
1108
|
+
cover: "cover";
|
|
1109
|
+
contain: "contain";
|
|
1110
|
+
fill: "fill";
|
|
1111
|
+
}>>;
|
|
1112
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1113
|
+
}, z.core.$strip>]>>>;
|
|
813
1114
|
}, z.core.$strict>, z.ZodObject<{
|
|
814
1115
|
type: z.ZodLiteral<"chart">;
|
|
815
1116
|
title: z.ZodString;
|
|
@@ -831,6 +1132,26 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
831
1132
|
path: z.ZodString;
|
|
832
1133
|
}, z.core.$strict>], "kind">;
|
|
833
1134
|
appendix: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1135
|
+
style: z.ZodOptional<z.ZodString>;
|
|
1136
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1137
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1138
|
+
kind: z.ZodLiteral<"url">;
|
|
1139
|
+
url: z.ZodURL;
|
|
1140
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1141
|
+
kind: z.ZodLiteral<"base64">;
|
|
1142
|
+
data: z.ZodString;
|
|
1143
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1144
|
+
kind: z.ZodLiteral<"path">;
|
|
1145
|
+
path: z.ZodString;
|
|
1146
|
+
}, z.core.$strict>], "kind">;
|
|
1147
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
1148
|
+
auto: "auto";
|
|
1149
|
+
cover: "cover";
|
|
1150
|
+
contain: "contain";
|
|
1151
|
+
fill: "fill";
|
|
1152
|
+
}>>;
|
|
1153
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1154
|
+
}, z.core.$strip>]>>>;
|
|
834
1155
|
}, z.core.$strict>, z.ZodObject<{
|
|
835
1156
|
type: z.ZodLiteral<"html_tailwind">;
|
|
836
1157
|
html: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -870,6 +1191,10 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
870
1191
|
quality: z.ZodOptional<z.ZodString>;
|
|
871
1192
|
style: z.ZodOptional<z.ZodString>;
|
|
872
1193
|
moderation: z.ZodOptional<z.ZodString>;
|
|
1194
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1195
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1196
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
1197
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
873
1198
|
}, z.core.$strict>>;
|
|
874
1199
|
audioParams: z.ZodOptional<z.ZodObject<{
|
|
875
1200
|
padding: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1102,6 +1427,8 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
1102
1427
|
type: z.ZodLiteral<"custom">;
|
|
1103
1428
|
filter: z.ZodString;
|
|
1104
1429
|
}, z.core.$strip>]>>>;
|
|
1430
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
1431
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
1105
1432
|
speed: z.ZodOptional<z.ZodNumber>;
|
|
1106
1433
|
}, z.core.$strip>>;
|
|
1107
1434
|
soundEffectParams: z.ZodOptional<z.ZodObject<{
|
|
@@ -1129,7 +1456,17 @@ export declare const mulmoBeatSchema: z.ZodObject<{
|
|
|
1129
1456
|
}, z.core.$strict>>;
|
|
1130
1457
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
1131
1458
|
lang: z.ZodOptional<z.ZodString>;
|
|
1132
|
-
styles: z.
|
|
1459
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1460
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1461
|
+
none: "none";
|
|
1462
|
+
estimate: "estimate";
|
|
1463
|
+
}>>>;
|
|
1464
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1465
|
+
type: z.ZodLiteral<"none">;
|
|
1466
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1467
|
+
type: z.ZodLiteral<"delimiters">;
|
|
1468
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1469
|
+
}, z.core.$strip>], "type">>;
|
|
1133
1470
|
}, z.core.$strict>>;
|
|
1134
1471
|
imageNames: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1135
1472
|
imagePrompt: z.ZodOptional<z.ZodString>;
|
|
@@ -1192,6 +1529,8 @@ export declare const mulmoPresentationStyleSchema: z.ZodObject<{
|
|
|
1192
1529
|
[x: string]: string;
|
|
1193
1530
|
}>>>;
|
|
1194
1531
|
model: z.ZodOptional<z.ZodString>;
|
|
1532
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1533
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1195
1534
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1196
1535
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1197
1536
|
voiceId: z.ZodString;
|
|
@@ -1207,6 +1546,8 @@ export declare const mulmoPresentationStyleSchema: z.ZodObject<{
|
|
|
1207
1546
|
[x: string]: string;
|
|
1208
1547
|
}>>>;
|
|
1209
1548
|
model: z.ZodOptional<z.ZodString>;
|
|
1549
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1550
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1210
1551
|
}, z.core.$strict>>>;
|
|
1211
1552
|
}, z.core.$strict>>;
|
|
1212
1553
|
}, z.core.$strip>>;
|
|
@@ -1218,6 +1559,10 @@ export declare const mulmoPresentationStyleSchema: z.ZodObject<{
|
|
|
1218
1559
|
quality: z.ZodOptional<z.ZodString>;
|
|
1219
1560
|
style: z.ZodOptional<z.ZodString>;
|
|
1220
1561
|
moderation: z.ZodOptional<z.ZodString>;
|
|
1562
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1563
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1564
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
1565
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
1221
1566
|
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
1222
1567
|
type: z.ZodLiteral<"image">;
|
|
1223
1568
|
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1234,6 +1579,25 @@ export declare const mulmoPresentationStyleSchema: z.ZodObject<{
|
|
|
1234
1579
|
type: z.ZodLiteral<"imagePrompt">;
|
|
1235
1580
|
prompt: z.ZodString;
|
|
1236
1581
|
}, z.core.$strict>]>>>;
|
|
1582
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1583
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1584
|
+
kind: z.ZodLiteral<"url">;
|
|
1585
|
+
url: z.ZodURL;
|
|
1586
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1587
|
+
kind: z.ZodLiteral<"base64">;
|
|
1588
|
+
data: z.ZodString;
|
|
1589
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1590
|
+
kind: z.ZodLiteral<"path">;
|
|
1591
|
+
path: z.ZodString;
|
|
1592
|
+
}, z.core.$strict>], "kind">;
|
|
1593
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
1594
|
+
auto: "auto";
|
|
1595
|
+
cover: "cover";
|
|
1596
|
+
contain: "contain";
|
|
1597
|
+
fill: "fill";
|
|
1598
|
+
}>>;
|
|
1599
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1600
|
+
}, z.core.$strip>]>>>;
|
|
1237
1601
|
}, z.core.$strict>>>;
|
|
1238
1602
|
movieParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
1239
1603
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1462,6 +1826,8 @@ export declare const mulmoPresentationStyleSchema: z.ZodObject<{
|
|
|
1462
1826
|
type: z.ZodLiteral<"custom">;
|
|
1463
1827
|
filter: z.ZodString;
|
|
1464
1828
|
}, z.core.$strip>]>>>;
|
|
1829
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
1830
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
1465
1831
|
}, z.core.$strip>>>;
|
|
1466
1832
|
soundEffectParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
1467
1833
|
provider: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
@@ -1484,7 +1850,17 @@ export declare const mulmoPresentationStyleSchema: z.ZodObject<{
|
|
|
1484
1850
|
}, z.core.$strict>>;
|
|
1485
1851
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
1486
1852
|
lang: z.ZodOptional<z.ZodString>;
|
|
1487
|
-
styles: z.
|
|
1853
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1854
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
1855
|
+
none: "none";
|
|
1856
|
+
estimate: "estimate";
|
|
1857
|
+
}>>>;
|
|
1858
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1859
|
+
type: z.ZodLiteral<"none">;
|
|
1860
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1861
|
+
type: z.ZodLiteral<"delimiters">;
|
|
1862
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1863
|
+
}, z.core.$strip>], "type">>;
|
|
1488
1864
|
}, z.core.$strict>>;
|
|
1489
1865
|
audioParams: z.ZodDefault<z.ZodObject<{
|
|
1490
1866
|
padding: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1543,6 +1919,8 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1543
1919
|
[x: string]: string;
|
|
1544
1920
|
}>>>;
|
|
1545
1921
|
model: z.ZodOptional<z.ZodString>;
|
|
1922
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1923
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1546
1924
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1547
1925
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1548
1926
|
voiceId: z.ZodString;
|
|
@@ -1558,6 +1936,8 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1558
1936
|
[x: string]: string;
|
|
1559
1937
|
}>>>;
|
|
1560
1938
|
model: z.ZodOptional<z.ZodString>;
|
|
1939
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1940
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1561
1941
|
}, z.core.$strict>>>;
|
|
1562
1942
|
}, z.core.$strict>>;
|
|
1563
1943
|
}, z.core.$strip>>;
|
|
@@ -1569,6 +1949,10 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1569
1949
|
quality: z.ZodOptional<z.ZodString>;
|
|
1570
1950
|
style: z.ZodOptional<z.ZodString>;
|
|
1571
1951
|
moderation: z.ZodOptional<z.ZodString>;
|
|
1952
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
1953
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
1954
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
1955
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
1572
1956
|
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
1573
1957
|
type: z.ZodLiteral<"image">;
|
|
1574
1958
|
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1585,6 +1969,25 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1585
1969
|
type: z.ZodLiteral<"imagePrompt">;
|
|
1586
1970
|
prompt: z.ZodString;
|
|
1587
1971
|
}, z.core.$strict>]>>>;
|
|
1972
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
1973
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1974
|
+
kind: z.ZodLiteral<"url">;
|
|
1975
|
+
url: z.ZodURL;
|
|
1976
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1977
|
+
kind: z.ZodLiteral<"base64">;
|
|
1978
|
+
data: z.ZodString;
|
|
1979
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1980
|
+
kind: z.ZodLiteral<"path">;
|
|
1981
|
+
path: z.ZodString;
|
|
1982
|
+
}, z.core.$strict>], "kind">;
|
|
1983
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
1984
|
+
auto: "auto";
|
|
1985
|
+
cover: "cover";
|
|
1986
|
+
contain: "contain";
|
|
1987
|
+
fill: "fill";
|
|
1988
|
+
}>>;
|
|
1989
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1990
|
+
}, z.core.$strip>]>>>;
|
|
1588
1991
|
}, z.core.$strict>>>;
|
|
1589
1992
|
movieParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
1590
1993
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1813,6 +2216,8 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1813
2216
|
type: z.ZodLiteral<"custom">;
|
|
1814
2217
|
filter: z.ZodString;
|
|
1815
2218
|
}, z.core.$strip>]>>>;
|
|
2219
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
2220
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
1816
2221
|
}, z.core.$strip>>>;
|
|
1817
2222
|
soundEffectParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
1818
2223
|
provider: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
@@ -1835,7 +2240,17 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1835
2240
|
}, z.core.$strict>>;
|
|
1836
2241
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
1837
2242
|
lang: z.ZodOptional<z.ZodString>;
|
|
1838
|
-
styles: z.
|
|
2243
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2244
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
2245
|
+
none: "none";
|
|
2246
|
+
estimate: "estimate";
|
|
2247
|
+
}>>>;
|
|
2248
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2249
|
+
type: z.ZodLiteral<"none">;
|
|
2250
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2251
|
+
type: z.ZodLiteral<"delimiters">;
|
|
2252
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2253
|
+
}, z.core.$strip>], "type">>;
|
|
1839
2254
|
}, z.core.$strict>>;
|
|
1840
2255
|
audioParams: z.ZodDefault<z.ZodObject<{
|
|
1841
2256
|
padding: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1874,11 +2289,41 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1874
2289
|
beats: z.ZodArray<z.ZodObject<{
|
|
1875
2290
|
speaker: z.ZodOptional<z.ZodString>;
|
|
1876
2291
|
text: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2292
|
+
texts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1877
2293
|
id: z.ZodOptional<z.ZodString>;
|
|
1878
2294
|
description: z.ZodOptional<z.ZodString>;
|
|
1879
2295
|
image: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1880
2296
|
type: z.ZodLiteral<"markdown">;
|
|
1881
|
-
markdown: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]
|
|
2297
|
+
markdown: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodIntersection<z.ZodObject<{
|
|
2298
|
+
header: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
2299
|
+
"sidebar-left": z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
2300
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
2301
|
+
"row-2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
2302
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2303
|
+
"2x2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
2304
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2305
|
+
content: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
2306
|
+
}, z.core.$strip>]>>]>;
|
|
2307
|
+
style: z.ZodOptional<z.ZodString>;
|
|
2308
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2309
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2310
|
+
kind: z.ZodLiteral<"url">;
|
|
2311
|
+
url: z.ZodURL;
|
|
2312
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2313
|
+
kind: z.ZodLiteral<"base64">;
|
|
2314
|
+
data: z.ZodString;
|
|
2315
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2316
|
+
kind: z.ZodLiteral<"path">;
|
|
2317
|
+
path: z.ZodString;
|
|
2318
|
+
}, z.core.$strict>], "kind">;
|
|
2319
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
2320
|
+
auto: "auto";
|
|
2321
|
+
cover: "cover";
|
|
2322
|
+
contain: "contain";
|
|
2323
|
+
fill: "fill";
|
|
2324
|
+
}>>;
|
|
2325
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2326
|
+
}, z.core.$strip>]>>>;
|
|
1882
2327
|
}, z.core.$strict>, z.ZodObject<{
|
|
1883
2328
|
type: z.ZodLiteral<"web">;
|
|
1884
2329
|
url: z.ZodURL;
|
|
@@ -1937,6 +2382,26 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1937
2382
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
1938
2383
|
bullets: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1939
2384
|
}, z.core.$strip>;
|
|
2385
|
+
style: z.ZodOptional<z.ZodString>;
|
|
2386
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2387
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2388
|
+
kind: z.ZodLiteral<"url">;
|
|
2389
|
+
url: z.ZodURL;
|
|
2390
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2391
|
+
kind: z.ZodLiteral<"base64">;
|
|
2392
|
+
data: z.ZodString;
|
|
2393
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2394
|
+
kind: z.ZodLiteral<"path">;
|
|
2395
|
+
path: z.ZodString;
|
|
2396
|
+
}, z.core.$strict>], "kind">;
|
|
2397
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
2398
|
+
auto: "auto";
|
|
2399
|
+
cover: "cover";
|
|
2400
|
+
contain: "contain";
|
|
2401
|
+
fill: "fill";
|
|
2402
|
+
}>>;
|
|
2403
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2404
|
+
}, z.core.$strip>]>>>;
|
|
1940
2405
|
}, z.core.$strict>, z.ZodObject<{
|
|
1941
2406
|
type: z.ZodLiteral<"chart">;
|
|
1942
2407
|
title: z.ZodString;
|
|
@@ -1958,6 +2423,26 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1958
2423
|
path: z.ZodString;
|
|
1959
2424
|
}, z.core.$strict>], "kind">;
|
|
1960
2425
|
appendix: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2426
|
+
style: z.ZodOptional<z.ZodString>;
|
|
2427
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2428
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2429
|
+
kind: z.ZodLiteral<"url">;
|
|
2430
|
+
url: z.ZodURL;
|
|
2431
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2432
|
+
kind: z.ZodLiteral<"base64">;
|
|
2433
|
+
data: z.ZodString;
|
|
2434
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2435
|
+
kind: z.ZodLiteral<"path">;
|
|
2436
|
+
path: z.ZodString;
|
|
2437
|
+
}, z.core.$strict>], "kind">;
|
|
2438
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
2439
|
+
auto: "auto";
|
|
2440
|
+
cover: "cover";
|
|
2441
|
+
contain: "contain";
|
|
2442
|
+
fill: "fill";
|
|
2443
|
+
}>>;
|
|
2444
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2445
|
+
}, z.core.$strip>]>>>;
|
|
1961
2446
|
}, z.core.$strict>, z.ZodObject<{
|
|
1962
2447
|
type: z.ZodLiteral<"html_tailwind">;
|
|
1963
2448
|
html: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -1997,6 +2482,10 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
1997
2482
|
quality: z.ZodOptional<z.ZodString>;
|
|
1998
2483
|
style: z.ZodOptional<z.ZodString>;
|
|
1999
2484
|
moderation: z.ZodOptional<z.ZodString>;
|
|
2485
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
2486
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
2487
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
2488
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
2000
2489
|
}, z.core.$strict>>;
|
|
2001
2490
|
audioParams: z.ZodOptional<z.ZodObject<{
|
|
2002
2491
|
padding: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2229,6 +2718,8 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
2229
2718
|
type: z.ZodLiteral<"custom">;
|
|
2230
2719
|
filter: z.ZodString;
|
|
2231
2720
|
}, z.core.$strip>]>>>;
|
|
2721
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
2722
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
2232
2723
|
speed: z.ZodOptional<z.ZodNumber>;
|
|
2233
2724
|
}, z.core.$strip>>;
|
|
2234
2725
|
soundEffectParams: z.ZodOptional<z.ZodObject<{
|
|
@@ -2256,7 +2747,17 @@ export declare const mulmoScriptSchema: z.ZodObject<{
|
|
|
2256
2747
|
}, z.core.$strict>>;
|
|
2257
2748
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
2258
2749
|
lang: z.ZodOptional<z.ZodString>;
|
|
2259
|
-
styles: z.
|
|
2750
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2751
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
2752
|
+
none: "none";
|
|
2753
|
+
estimate: "estimate";
|
|
2754
|
+
}>>>;
|
|
2755
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2756
|
+
type: z.ZodLiteral<"none">;
|
|
2757
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2758
|
+
type: z.ZodLiteral<"delimiters">;
|
|
2759
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2760
|
+
}, z.core.$strip>], "type">>;
|
|
2260
2761
|
}, z.core.$strict>>;
|
|
2261
2762
|
imageNames: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2262
2763
|
imagePrompt: z.ZodOptional<z.ZodString>;
|
|
@@ -2289,6 +2790,11 @@ export declare const mulmoStudioBeatSchema: z.ZodObject<{
|
|
|
2289
2790
|
soundEffectFile: z.ZodOptional<z.ZodString>;
|
|
2290
2791
|
lipSyncFile: z.ZodOptional<z.ZodString>;
|
|
2291
2792
|
captionFile: z.ZodOptional<z.ZodString>;
|
|
2793
|
+
captionFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2794
|
+
file: z.ZodString;
|
|
2795
|
+
startAt: z.ZodNumber;
|
|
2796
|
+
endAt: z.ZodNumber;
|
|
2797
|
+
}, z.core.$strip>>>;
|
|
2292
2798
|
htmlImageFile: z.ZodOptional<z.ZodString>;
|
|
2293
2799
|
markdown: z.ZodOptional<z.ZodString>;
|
|
2294
2800
|
html: z.ZodOptional<z.ZodString>;
|
|
@@ -2389,6 +2895,8 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2389
2895
|
[x: string]: string;
|
|
2390
2896
|
}>>>;
|
|
2391
2897
|
model: z.ZodOptional<z.ZodString>;
|
|
2898
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
2899
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
2392
2900
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2393
2901
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2394
2902
|
voiceId: z.ZodString;
|
|
@@ -2404,6 +2912,8 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2404
2912
|
[x: string]: string;
|
|
2405
2913
|
}>>>;
|
|
2406
2914
|
model: z.ZodOptional<z.ZodString>;
|
|
2915
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
2916
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
2407
2917
|
}, z.core.$strict>>>;
|
|
2408
2918
|
}, z.core.$strict>>;
|
|
2409
2919
|
}, z.core.$strip>>;
|
|
@@ -2415,6 +2925,10 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2415
2925
|
quality: z.ZodOptional<z.ZodString>;
|
|
2416
2926
|
style: z.ZodOptional<z.ZodString>;
|
|
2417
2927
|
moderation: z.ZodOptional<z.ZodString>;
|
|
2928
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
2929
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
2930
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
2931
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
2418
2932
|
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
2419
2933
|
type: z.ZodLiteral<"image">;
|
|
2420
2934
|
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2431,6 +2945,25 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2431
2945
|
type: z.ZodLiteral<"imagePrompt">;
|
|
2432
2946
|
prompt: z.ZodString;
|
|
2433
2947
|
}, z.core.$strict>]>>>;
|
|
2948
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
2949
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2950
|
+
kind: z.ZodLiteral<"url">;
|
|
2951
|
+
url: z.ZodURL;
|
|
2952
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2953
|
+
kind: z.ZodLiteral<"base64">;
|
|
2954
|
+
data: z.ZodString;
|
|
2955
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2956
|
+
kind: z.ZodLiteral<"path">;
|
|
2957
|
+
path: z.ZodString;
|
|
2958
|
+
}, z.core.$strict>], "kind">;
|
|
2959
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
2960
|
+
auto: "auto";
|
|
2961
|
+
cover: "cover";
|
|
2962
|
+
contain: "contain";
|
|
2963
|
+
fill: "fill";
|
|
2964
|
+
}>>;
|
|
2965
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2966
|
+
}, z.core.$strip>]>>>;
|
|
2434
2967
|
}, z.core.$strict>>>;
|
|
2435
2968
|
movieParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
2436
2969
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2659,6 +3192,8 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2659
3192
|
type: z.ZodLiteral<"custom">;
|
|
2660
3193
|
filter: z.ZodString;
|
|
2661
3194
|
}, z.core.$strip>]>>>;
|
|
3195
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
3196
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
2662
3197
|
}, z.core.$strip>>>;
|
|
2663
3198
|
soundEffectParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
2664
3199
|
provider: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
@@ -2681,7 +3216,17 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2681
3216
|
}, z.core.$strict>>;
|
|
2682
3217
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
2683
3218
|
lang: z.ZodOptional<z.ZodString>;
|
|
2684
|
-
styles: z.
|
|
3219
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3220
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3221
|
+
none: "none";
|
|
3222
|
+
estimate: "estimate";
|
|
3223
|
+
}>>>;
|
|
3224
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3225
|
+
type: z.ZodLiteral<"none">;
|
|
3226
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3227
|
+
type: z.ZodLiteral<"delimiters">;
|
|
3228
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3229
|
+
}, z.core.$strip>], "type">>;
|
|
2685
3230
|
}, z.core.$strict>>;
|
|
2686
3231
|
audioParams: z.ZodDefault<z.ZodObject<{
|
|
2687
3232
|
padding: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2720,11 +3265,41 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2720
3265
|
beats: z.ZodArray<z.ZodObject<{
|
|
2721
3266
|
speaker: z.ZodOptional<z.ZodString>;
|
|
2722
3267
|
text: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3268
|
+
texts: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2723
3269
|
id: z.ZodOptional<z.ZodString>;
|
|
2724
3270
|
description: z.ZodOptional<z.ZodString>;
|
|
2725
3271
|
image: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2726
3272
|
type: z.ZodLiteral<"markdown">;
|
|
2727
|
-
markdown: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]
|
|
3273
|
+
markdown: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodIntersection<z.ZodObject<{
|
|
3274
|
+
header: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
3275
|
+
"sidebar-left": z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
3276
|
+
}, z.core.$strip>, z.ZodUnion<readonly [z.ZodObject<{
|
|
3277
|
+
"row-2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
3278
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3279
|
+
"2x2": z.ZodTuple<[z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>], null>;
|
|
3280
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3281
|
+
content: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
3282
|
+
}, z.core.$strip>]>>]>;
|
|
3283
|
+
style: z.ZodOptional<z.ZodString>;
|
|
3284
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3285
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3286
|
+
kind: z.ZodLiteral<"url">;
|
|
3287
|
+
url: z.ZodURL;
|
|
3288
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3289
|
+
kind: z.ZodLiteral<"base64">;
|
|
3290
|
+
data: z.ZodString;
|
|
3291
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3292
|
+
kind: z.ZodLiteral<"path">;
|
|
3293
|
+
path: z.ZodString;
|
|
3294
|
+
}, z.core.$strict>], "kind">;
|
|
3295
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
3296
|
+
auto: "auto";
|
|
3297
|
+
cover: "cover";
|
|
3298
|
+
contain: "contain";
|
|
3299
|
+
fill: "fill";
|
|
3300
|
+
}>>;
|
|
3301
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
3302
|
+
}, z.core.$strip>]>>>;
|
|
2728
3303
|
}, z.core.$strict>, z.ZodObject<{
|
|
2729
3304
|
type: z.ZodLiteral<"web">;
|
|
2730
3305
|
url: z.ZodURL;
|
|
@@ -2783,6 +3358,26 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2783
3358
|
subtitle: z.ZodOptional<z.ZodString>;
|
|
2784
3359
|
bullets: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2785
3360
|
}, z.core.$strip>;
|
|
3361
|
+
style: z.ZodOptional<z.ZodString>;
|
|
3362
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3363
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3364
|
+
kind: z.ZodLiteral<"url">;
|
|
3365
|
+
url: z.ZodURL;
|
|
3366
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3367
|
+
kind: z.ZodLiteral<"base64">;
|
|
3368
|
+
data: z.ZodString;
|
|
3369
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3370
|
+
kind: z.ZodLiteral<"path">;
|
|
3371
|
+
path: z.ZodString;
|
|
3372
|
+
}, z.core.$strict>], "kind">;
|
|
3373
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
3374
|
+
auto: "auto";
|
|
3375
|
+
cover: "cover";
|
|
3376
|
+
contain: "contain";
|
|
3377
|
+
fill: "fill";
|
|
3378
|
+
}>>;
|
|
3379
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
3380
|
+
}, z.core.$strip>]>>>;
|
|
2786
3381
|
}, z.core.$strict>, z.ZodObject<{
|
|
2787
3382
|
type: z.ZodLiteral<"chart">;
|
|
2788
3383
|
title: z.ZodString;
|
|
@@ -2804,6 +3399,26 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2804
3399
|
path: z.ZodString;
|
|
2805
3400
|
}, z.core.$strict>], "kind">;
|
|
2806
3401
|
appendix: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3402
|
+
style: z.ZodOptional<z.ZodString>;
|
|
3403
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3404
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3405
|
+
kind: z.ZodLiteral<"url">;
|
|
3406
|
+
url: z.ZodURL;
|
|
3407
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3408
|
+
kind: z.ZodLiteral<"base64">;
|
|
3409
|
+
data: z.ZodString;
|
|
3410
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3411
|
+
kind: z.ZodLiteral<"path">;
|
|
3412
|
+
path: z.ZodString;
|
|
3413
|
+
}, z.core.$strict>], "kind">;
|
|
3414
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
3415
|
+
auto: "auto";
|
|
3416
|
+
cover: "cover";
|
|
3417
|
+
contain: "contain";
|
|
3418
|
+
fill: "fill";
|
|
3419
|
+
}>>;
|
|
3420
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
3421
|
+
}, z.core.$strip>]>>>;
|
|
2807
3422
|
}, z.core.$strict>, z.ZodObject<{
|
|
2808
3423
|
type: z.ZodLiteral<"html_tailwind">;
|
|
2809
3424
|
html: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
|
|
@@ -2843,6 +3458,10 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
2843
3458
|
quality: z.ZodOptional<z.ZodString>;
|
|
2844
3459
|
style: z.ZodOptional<z.ZodString>;
|
|
2845
3460
|
moderation: z.ZodOptional<z.ZodString>;
|
|
3461
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
3462
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
3463
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
3464
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
2846
3465
|
}, z.core.$strict>>;
|
|
2847
3466
|
audioParams: z.ZodOptional<z.ZodObject<{
|
|
2848
3467
|
padding: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3075,6 +3694,8 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
3075
3694
|
type: z.ZodLiteral<"custom">;
|
|
3076
3695
|
filter: z.ZodString;
|
|
3077
3696
|
}, z.core.$strip>]>>>;
|
|
3697
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
3698
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
3078
3699
|
speed: z.ZodOptional<z.ZodNumber>;
|
|
3079
3700
|
}, z.core.$strip>>;
|
|
3080
3701
|
soundEffectParams: z.ZodOptional<z.ZodObject<{
|
|
@@ -3102,7 +3723,17 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
3102
3723
|
}, z.core.$strict>>;
|
|
3103
3724
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
3104
3725
|
lang: z.ZodOptional<z.ZodString>;
|
|
3105
|
-
styles: z.
|
|
3726
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3727
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
3728
|
+
none: "none";
|
|
3729
|
+
estimate: "estimate";
|
|
3730
|
+
}>>>;
|
|
3731
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3732
|
+
type: z.ZodLiteral<"none">;
|
|
3733
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
3734
|
+
type: z.ZodLiteral<"delimiters">;
|
|
3735
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3736
|
+
}, z.core.$strip>], "type">>;
|
|
3106
3737
|
}, z.core.$strict>>;
|
|
3107
3738
|
imageNames: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3108
3739
|
imagePrompt: z.ZodOptional<z.ZodString>;
|
|
@@ -3136,6 +3767,11 @@ export declare const mulmoStudioSchema: z.ZodObject<{
|
|
|
3136
3767
|
soundEffectFile: z.ZodOptional<z.ZodString>;
|
|
3137
3768
|
lipSyncFile: z.ZodOptional<z.ZodString>;
|
|
3138
3769
|
captionFile: z.ZodOptional<z.ZodString>;
|
|
3770
|
+
captionFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3771
|
+
file: z.ZodString;
|
|
3772
|
+
startAt: z.ZodNumber;
|
|
3773
|
+
endAt: z.ZodNumber;
|
|
3774
|
+
}, z.core.$strip>>>;
|
|
3139
3775
|
htmlImageFile: z.ZodOptional<z.ZodString>;
|
|
3140
3776
|
markdown: z.ZodOptional<z.ZodString>;
|
|
3141
3777
|
html: z.ZodOptional<z.ZodString>;
|
|
@@ -3171,6 +3807,8 @@ export declare const mulmoPromptTemplateSchema: z.ZodObject<{
|
|
|
3171
3807
|
[x: string]: string;
|
|
3172
3808
|
}>>>;
|
|
3173
3809
|
model: z.ZodOptional<z.ZodString>;
|
|
3810
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
3811
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
3174
3812
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3175
3813
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3176
3814
|
voiceId: z.ZodString;
|
|
@@ -3186,6 +3824,8 @@ export declare const mulmoPromptTemplateSchema: z.ZodObject<{
|
|
|
3186
3824
|
[x: string]: string;
|
|
3187
3825
|
}>>>;
|
|
3188
3826
|
model: z.ZodOptional<z.ZodString>;
|
|
3827
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
3828
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
3189
3829
|
}, z.core.$strict>>>;
|
|
3190
3830
|
}, z.core.$strict>>;
|
|
3191
3831
|
}, z.core.$strip>>;
|
|
@@ -3197,6 +3837,10 @@ export declare const mulmoPromptTemplateSchema: z.ZodObject<{
|
|
|
3197
3837
|
quality: z.ZodOptional<z.ZodString>;
|
|
3198
3838
|
style: z.ZodOptional<z.ZodString>;
|
|
3199
3839
|
moderation: z.ZodOptional<z.ZodString>;
|
|
3840
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
3841
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
3842
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
3843
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
3200
3844
|
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
3201
3845
|
type: z.ZodLiteral<"image">;
|
|
3202
3846
|
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3213,6 +3857,25 @@ export declare const mulmoPromptTemplateSchema: z.ZodObject<{
|
|
|
3213
3857
|
type: z.ZodLiteral<"imagePrompt">;
|
|
3214
3858
|
prompt: z.ZodString;
|
|
3215
3859
|
}, z.core.$strict>]>>>;
|
|
3860
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
3861
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3862
|
+
kind: z.ZodLiteral<"url">;
|
|
3863
|
+
url: z.ZodURL;
|
|
3864
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3865
|
+
kind: z.ZodLiteral<"base64">;
|
|
3866
|
+
data: z.ZodString;
|
|
3867
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3868
|
+
kind: z.ZodLiteral<"path">;
|
|
3869
|
+
path: z.ZodString;
|
|
3870
|
+
}, z.core.$strict>], "kind">;
|
|
3871
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
3872
|
+
auto: "auto";
|
|
3873
|
+
cover: "cover";
|
|
3874
|
+
contain: "contain";
|
|
3875
|
+
fill: "fill";
|
|
3876
|
+
}>>;
|
|
3877
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
3878
|
+
}, z.core.$strip>]>>>;
|
|
3216
3879
|
}, z.core.$strict>>>;
|
|
3217
3880
|
movieParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
3218
3881
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3441,6 +4104,8 @@ export declare const mulmoPromptTemplateSchema: z.ZodObject<{
|
|
|
3441
4104
|
type: z.ZodLiteral<"custom">;
|
|
3442
4105
|
filter: z.ZodString;
|
|
3443
4106
|
}, z.core.$strip>]>>>;
|
|
4107
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
4108
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
3444
4109
|
}, z.core.$strip>>>;
|
|
3445
4110
|
soundEffectParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
3446
4111
|
provider: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
@@ -3463,7 +4128,17 @@ export declare const mulmoPromptTemplateSchema: z.ZodObject<{
|
|
|
3463
4128
|
}, z.core.$strict>>;
|
|
3464
4129
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
3465
4130
|
lang: z.ZodOptional<z.ZodString>;
|
|
3466
|
-
styles: z.
|
|
4131
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4132
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
4133
|
+
none: "none";
|
|
4134
|
+
estimate: "estimate";
|
|
4135
|
+
}>>>;
|
|
4136
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4137
|
+
type: z.ZodLiteral<"none">;
|
|
4138
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4139
|
+
type: z.ZodLiteral<"delimiters">;
|
|
4140
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4141
|
+
}, z.core.$strip>], "type">>;
|
|
3467
4142
|
}, z.core.$strict>>;
|
|
3468
4143
|
audioParams: z.ZodDefault<z.ZodObject<{
|
|
3469
4144
|
padding: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3516,6 +4191,8 @@ export declare const mulmoPromptTemplateFileSchema: z.ZodObject<{
|
|
|
3516
4191
|
[x: string]: string;
|
|
3517
4192
|
}>>>;
|
|
3518
4193
|
model: z.ZodOptional<z.ZodString>;
|
|
4194
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
4195
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
3519
4196
|
lang: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3520
4197
|
displayName: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3521
4198
|
voiceId: z.ZodString;
|
|
@@ -3531,6 +4208,8 @@ export declare const mulmoPromptTemplateFileSchema: z.ZodObject<{
|
|
|
3531
4208
|
[x: string]: string;
|
|
3532
4209
|
}>>>;
|
|
3533
4210
|
model: z.ZodOptional<z.ZodString>;
|
|
4211
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
4212
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
3534
4213
|
}, z.core.$strict>>>;
|
|
3535
4214
|
}, z.core.$strict>>;
|
|
3536
4215
|
}, z.core.$strip>>;
|
|
@@ -3542,6 +4221,10 @@ export declare const mulmoPromptTemplateFileSchema: z.ZodObject<{
|
|
|
3542
4221
|
quality: z.ZodOptional<z.ZodString>;
|
|
3543
4222
|
style: z.ZodOptional<z.ZodString>;
|
|
3544
4223
|
moderation: z.ZodOptional<z.ZodString>;
|
|
4224
|
+
baseURL: z.ZodOptional<z.ZodString>;
|
|
4225
|
+
apiVersion: z.ZodOptional<z.ZodString>;
|
|
4226
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
4227
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
3545
4228
|
images: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
3546
4229
|
type: z.ZodLiteral<"image">;
|
|
3547
4230
|
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3558,6 +4241,25 @@ export declare const mulmoPromptTemplateFileSchema: z.ZodObject<{
|
|
|
3558
4241
|
type: z.ZodLiteral<"imagePrompt">;
|
|
3559
4242
|
prompt: z.ZodString;
|
|
3560
4243
|
}, z.core.$strict>]>>>;
|
|
4244
|
+
backgroundImage: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
|
|
4245
|
+
source: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4246
|
+
kind: z.ZodLiteral<"url">;
|
|
4247
|
+
url: z.ZodURL;
|
|
4248
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4249
|
+
kind: z.ZodLiteral<"base64">;
|
|
4250
|
+
data: z.ZodString;
|
|
4251
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4252
|
+
kind: z.ZodLiteral<"path">;
|
|
4253
|
+
path: z.ZodString;
|
|
4254
|
+
}, z.core.$strict>], "kind">;
|
|
4255
|
+
size: z.ZodOptional<z.ZodEnum<{
|
|
4256
|
+
auto: "auto";
|
|
4257
|
+
cover: "cover";
|
|
4258
|
+
contain: "contain";
|
|
4259
|
+
fill: "fill";
|
|
4260
|
+
}>>;
|
|
4261
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
4262
|
+
}, z.core.$strip>]>>>;
|
|
3561
4263
|
}, z.core.$strict>>>;
|
|
3562
4264
|
movieParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
3563
4265
|
provider: z.ZodOptional<z.ZodEnum<{
|
|
@@ -3786,6 +4488,8 @@ export declare const mulmoPromptTemplateFileSchema: z.ZodObject<{
|
|
|
3786
4488
|
type: z.ZodLiteral<"custom">;
|
|
3787
4489
|
filter: z.ZodString;
|
|
3788
4490
|
}, z.core.$strip>]>>>;
|
|
4491
|
+
vertexai_project: z.ZodOptional<z.ZodString>;
|
|
4492
|
+
vertexai_location: z.ZodOptional<z.ZodString>;
|
|
3789
4493
|
}, z.core.$strip>>>;
|
|
3790
4494
|
soundEffectParams: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
3791
4495
|
provider: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
@@ -3808,7 +4512,17 @@ export declare const mulmoPromptTemplateFileSchema: z.ZodObject<{
|
|
|
3808
4512
|
}, z.core.$strict>>;
|
|
3809
4513
|
captionParams: z.ZodOptional<z.ZodObject<{
|
|
3810
4514
|
lang: z.ZodOptional<z.ZodString>;
|
|
3811
|
-
styles: z.
|
|
4515
|
+
styles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4516
|
+
captionSplit: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
4517
|
+
none: "none";
|
|
4518
|
+
estimate: "estimate";
|
|
4519
|
+
}>>>;
|
|
4520
|
+
textSplit: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4521
|
+
type: z.ZodLiteral<"none">;
|
|
4522
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4523
|
+
type: z.ZodLiteral<"delimiters">;
|
|
4524
|
+
delimiters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4525
|
+
}, z.core.$strip>], "type">>;
|
|
3812
4526
|
}, z.core.$strict>>;
|
|
3813
4527
|
audioParams: z.ZodDefault<z.ZodObject<{
|
|
3814
4528
|
padding: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|