@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/types.d.ts CHANGED
@@ -570,6 +570,7 @@ export type ImageSizes = (typeof IMAGE_SIZES_VALUES)[number];
570
570
  export type VideoTasks = (typeof VIDEO_TASKS_VALUES)[number];
571
571
  export type SupportedFileTypesNames = "image" | "video" | "file";
572
572
  export interface Media {
573
+ id: string;
573
574
  fileName: string;
574
575
  path: string;
575
576
  url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marteye/studiojs",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "MartEye Studio JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "type": "module",