filemail-sdk 4.3.2 → 4.4.0

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.
@@ -3,7 +3,5 @@ interface TransferFileDto {
3
3
  filename: string;
4
4
  filesize: number;
5
5
  downloadurl: string;
6
- previewurl: string;
7
- hascustompreview?: boolean;
8
6
  }
9
7
  export default TransferFileDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "filemail-sdk",
3
- "version": "4.3.2",
3
+ "version": "4.4.0",
4
4
  "description": "Library for uploading and downloading files to Filemail.com",
5
5
  "author": "Filemail AS",
6
6
  "license": "BSD-3-Clause",