@scrypted/types
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -341,3 +341,3 @@ /// <reference types="node" /> | ||
mimeType: string; | ||
console?: Console; | ||
sourceId?: string; | ||
} | ||
@@ -1000,3 +1000,3 @@ /** | ||
*/ | ||
id?: string; | ||
sourceId?: string; | ||
} | ||
@@ -1003,0 +1003,0 @@ export interface MediaManager { |
@@ -898,3 +898,3 @@ | ||
mimeType: string; | ||
console?: Console; | ||
sourceId?: string; | ||
} | ||
@@ -1618,3 +1618,3 @@ /** | ||
*/ | ||
id?: string; | ||
sourceId?: string; | ||
} | ||
@@ -1666,3 +1666,3 @@ | ||
*/ | ||
createMediaObjectFromUrl(data: string, options?: MediaObjectOptions): Promise<MediaObject>; | ||
createMediaObjectFromUrl(data: string, options?: MediaObjectOptions): Promise<MediaObject>; | ||
@@ -1669,0 +1669,0 @@ /** |
{ | ||
"name": "@scrypted/types", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
175968