@marteye/studiojs 1.1.16 → 1.1.17

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 CHANGED
@@ -654,6 +654,7 @@ type ImageSizes = (typeof IMAGE_SIZES_VALUES)[number];
654
654
  type VideoTasks = (typeof VIDEO_TASKS_VALUES)[number];
655
655
  type SupportedFileTypesNames = "image" | "video" | "file";
656
656
  interface Media {
657
+ id: string;
657
658
  fileName: string;
658
659
  path: string;
659
660
  url: string;