nb-js-client 1.0.55 → 1.0.56

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.
@@ -21,5 +21,7 @@ export interface RequestNotificationListParams extends RequestBaseParams {
21
21
  lang?: string;
22
22
  }
23
23
  export type ResponseListNotification = ResponseList<UserNotification> & {
24
+ total_read: number;
25
+ total_unread: number;
24
26
  total_all: number;
25
27
  };
package/dist/index.d.ts CHANGED
@@ -1630,6 +1630,8 @@ interface RequestNotificationListParams extends RequestBaseParams {
1630
1630
  lang?: string;
1631
1631
  }
1632
1632
  type ResponseListNotification = ResponseList<UserNotification> & {
1633
+ total_read: number;
1634
+ total_unread: number;
1633
1635
  total_all: number;
1634
1636
  };
1635
1637
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nb-js-client",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "main": "dist/bundle.cjs.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "files": [