@camstack/addon-static-turn 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16489,7 +16489,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16489
16489
|
"faceCrop",
|
|
16490
16490
|
"plateCrop",
|
|
16491
16491
|
"keyFrame",
|
|
16492
|
-
"keyFrameSmall"
|
|
16492
|
+
"keyFrameSmall",
|
|
16493
|
+
"thumbnailSmall"
|
|
16493
16494
|
]);
|
|
16494
16495
|
var MediaFileSchema = object({
|
|
16495
16496
|
key: string(),
|
|
@@ -16488,7 +16488,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16488
16488
|
"faceCrop",
|
|
16489
16489
|
"plateCrop",
|
|
16490
16490
|
"keyFrame",
|
|
16491
|
-
"keyFrameSmall"
|
|
16491
|
+
"keyFrameSmall",
|
|
16492
|
+
"thumbnailSmall"
|
|
16492
16493
|
]);
|
|
16493
16494
|
var MediaFileSchema = object({
|
|
16494
16495
|
key: string(),
|