@streamscloud/embeddable 16.0.7-1772032308956 → 16.0.7-1772032565273

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.
@@ -2,7 +2,7 @@ import type { MediaType } from '../enums';
2
2
  export type MediaItemModel = {
3
3
  type: MediaType;
4
4
  url: string;
5
- thumbnailUrl: string | null;
5
+ thumbnailUrl?: string | null;
6
6
  };
7
7
  export type MediaItemMetadataModel = {
8
8
  width: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/embeddable",
3
- "version": "16.0.7-1772032308956",
3
+ "version": "16.0.7-1772032565273",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",