@abyss-project/storage 1.0.4 → 1.0.6
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.
|
@@ -9,6 +9,7 @@ var MimeTypeThumbnail;
|
|
|
9
9
|
MimeTypeThumbnail["GIF"] = "image/gif";
|
|
10
10
|
MimeTypeThumbnail["WEBP"] = "image/webp";
|
|
11
11
|
MimeTypeThumbnail["AVIF"] = "image/avif";
|
|
12
|
+
MimeTypeThumbnail["SVG"] = "image/svg+xml";
|
|
12
13
|
})(MimeTypeThumbnail || (exports.MimeTypeThumbnail = MimeTypeThumbnail = {}));
|
|
13
14
|
var MimeTypeVideoThumbnail;
|
|
14
15
|
(function (MimeTypeVideoThumbnail) {
|
|
@@ -19,6 +19,7 @@ export interface IWriteApplicationFileParams extends core.ParamsDictionary {
|
|
|
19
19
|
}
|
|
20
20
|
export interface IWriteApplicationFileQuery {
|
|
21
21
|
should_skip_await_webhook_delivery?: boolean;
|
|
22
|
+
do_not_delete_thumbnails?: boolean;
|
|
22
23
|
}
|
|
23
24
|
export interface IDeleteApplicationFileParams extends core.ParamsDictionary {
|
|
24
25
|
applicationId: string;
|