@shotstack/shotstack-studio 2.14.3 → 2.14.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.
@@ -38113,11 +38113,11 @@ const Yu = (t) => {
38113
38113
  provider: Ct("google-cloud-storage"),
38114
38114
  options: f(ZV)
38115
38115
  }).strict(), jV = _({
38116
- folderId: d(),
38116
+ folderId: f(d()),
38117
38117
  filename: f(d())
38118
38118
  }).strict(), GV = _({
38119
38119
  provider: Ct("google-drive"),
38120
- options: jV
38120
+ options: f(jV)
38121
38121
  }).strict(), WV = _({
38122
38122
  playbackPolicy: f(Vt($(["public", "signed"]))),
38123
38123
  passthrough: f(d().max(255))