nb-js-client 1.0.26 → 1.0.27

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.
package/dist/index.d.ts CHANGED
@@ -308,6 +308,8 @@ interface ShareInfo extends DivideParams {
308
308
  resource: string;
309
309
  file_info: StorageElement;
310
310
  short_url: string;
311
+ comment: string;
312
+ comment_date?: string;
311
313
  }
312
314
  interface UnionRestriction extends UserDivide, ShareInfo {
313
315
  }
@@ -38,6 +38,8 @@ export interface ShareInfo extends DivideParams {
38
38
  resource: string;
39
39
  file_info: StorageElement;
40
40
  short_url: string;
41
+ comment: string;
42
+ comment_date?: string;
41
43
  }
42
44
  export interface UnionRestriction extends UserDivide, ShareInfo {
43
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [