@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 +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
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;
|