@cntrl-site/sdk 1.22.19-alpha.0 → 1.22.19

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.js CHANGED
@@ -311,7 +311,6 @@ const VideoItemSchema = ItemBaseSchema.extend({
311
311
  ),
312
312
  layoutParams: zod.z.record(
313
313
  zod.z.object({
314
- autoplay: zod.z.boolean(),
315
314
  scrollPlayback: zod.z.object({
316
315
  from: zod.z.number(),
317
316
  to: zod.z.number()
package/dist/index.mjs CHANGED
@@ -292,7 +292,6 @@ const VideoItemSchema = ItemBaseSchema.extend({
292
292
  ),
293
293
  layoutParams: z.record(
294
294
  z.object({
295
- autoplay: z.boolean(),
296
295
  scrollPlayback: z.object({
297
296
  from: z.number(),
298
297
  to: z.number()
@@ -61,7 +61,6 @@ const VideoItemSchema = ItemBase_schema_1.ItemBaseSchema.extend({
61
61
  to: zod_1.z.number().optional()
62
62
  }).nullable()),
63
63
  layoutParams: zod_1.z.record(zod_1.z.object({
64
- autoplay: zod_1.z.boolean(),
65
64
  scrollPlayback: zod_1.z.object({
66
65
  from: zod_1.z.number(),
67
66
  to: zod_1.z.number()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk",
3
- "version": "1.22.19-alpha.0",
3
+ "version": "1.22.19",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",