nb-js-client 1.0.43 → 1.0.44

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.
@@ -61,6 +61,7 @@ export interface RequestStorageListParams extends RequestBaseParams {
61
61
  zip_prefix?: string;
62
62
  show_hidden?: boolean;
63
63
  without_tags?: boolean;
64
+ tag_ids?: number[];
64
65
  }
65
66
  export interface StorageElementPasteParams {
66
67
  paths: StorageElementPaste[];
package/dist/index.d.ts CHANGED
@@ -1347,6 +1347,7 @@ interface RequestStorageListParams extends RequestBaseParams {
1347
1347
  zip_prefix?: string;
1348
1348
  show_hidden?: boolean;
1349
1349
  without_tags?: boolean;
1350
+ tag_ids?: number[];
1350
1351
  }
1351
1352
  interface StorageElementPasteParams {
1352
1353
  paths: StorageElementPaste[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [