@shotstack/shotstack-studio 2.0.0-beta.1 → 2.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6647 -16799
- package/dist/schema/index.cjs +1 -1
- package/dist/schema/index.d.ts +6647 -16799
- package/dist/schema/index.mjs +1 -1
- package/dist/shotstack-studio.es.js +21911 -20546
- package/dist/shotstack-studio.umd.js +408 -259
- package/package.json +3 -3
package/dist/schema/index.mjs
CHANGED
|
@@ -346,7 +346,7 @@ const j = t.enum(["linear", "bezier", "constant"]), v = t.enum([
|
|
|
346
346
|
Ot,
|
|
347
347
|
Tt
|
|
348
348
|
]), Rt = t.enum(["mp4", "gif", "mp3", "jpg", "png", "bmp"], {
|
|
349
|
-
|
|
349
|
+
error: "Must be one of mp4, gif, mp3, jpg, png, bmp"
|
|
350
350
|
}), wt = [12, 15, 23.976, 24, 25, 29.97, 30, 48, 50, 59.94, 60], Et = t.number().refine((e) => wt.includes(e), {
|
|
351
351
|
message: "Must be one of 12, 15, 23.976, 24, 25, 29.97, 30, 48, 50, 59.94, 60"
|
|
352
352
|
}), Pt = t.object({
|