@ws-ui/shared 0.2.15 → 0.2.16

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.
@@ -471,7 +471,9 @@ export interface IFileInfoRequest {
471
471
  * Get file info response body
472
472
  */
473
473
  export interface IFileInfoResponse {
474
- files: IFileInfo[];
474
+ files: (IFileInfo & {
475
+ deleted: boolean;
476
+ })[];
475
477
  }
476
478
  export interface ILoginResponse {
477
479
  success: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
3
  "private": false,
4
- "version": "0.2.15",
4
+ "version": "0.2.16",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.es.js",