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.
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
|
|