nb-js-client 1.0.34 → 1.0.35

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.
@@ -38,6 +38,7 @@ export interface RequestStorageListParams extends RequestBaseParams {
38
38
  search?: string;
39
39
  is_favorite?: boolean;
40
40
  is_divided?: boolean;
41
+ is_shared?: boolean;
41
42
  divide_id?: number | null;
42
43
  is_trash?: boolean;
43
44
  path?: string;
package/dist/index.d.ts CHANGED
@@ -1298,6 +1298,7 @@ interface RequestStorageListParams extends RequestBaseParams {
1298
1298
  search?: string;
1299
1299
  is_favorite?: boolean;
1300
1300
  is_divided?: boolean;
1301
+ is_shared?: boolean;
1301
1302
  divide_id?: number | null;
1302
1303
  is_trash?: boolean;
1303
1304
  path?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [