nb-js-client 1.0.28 → 1.0.29

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.
@@ -48,6 +48,7 @@ export interface RequestStorageListParams extends RequestBaseParams {
48
48
  from_sharing_token?: string;
49
49
  from_path?: string;
50
50
  from_sharing_password?: string;
51
+ from_user_id?: number;
51
52
  without_content_work_dir?: boolean;
52
53
  is_search_dir?: null | boolean;
53
54
  zip_prefix?: string;
package/dist/index.d.ts CHANGED
@@ -1260,6 +1260,7 @@ interface RequestStorageListParams extends RequestBaseParams {
1260
1260
  from_sharing_token?: string;
1261
1261
  from_path?: string;
1262
1262
  from_sharing_password?: string;
1263
+ from_user_id?: number;
1263
1264
  without_content_work_dir?: boolean;
1264
1265
  is_search_dir?: null | boolean;
1265
1266
  zip_prefix?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [