nb-js-client 0.0.30 → 0.0.31
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.
|
@@ -18,6 +18,7 @@ export declare class NotificationApiService {
|
|
|
18
18
|
export interface RequestNotificationListParams extends RequestBaseParams {
|
|
19
19
|
read?: boolean;
|
|
20
20
|
search?: string;
|
|
21
|
+
lang?: string;
|
|
21
22
|
}
|
|
22
23
|
export type ResponseListNotification = ResponseList<UserNotification> & {
|
|
23
24
|
total_all: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1149,6 +1149,7 @@ declare class NotificationApiService {
|
|
|
1149
1149
|
interface RequestNotificationListParams extends RequestBaseParams {
|
|
1150
1150
|
read?: boolean;
|
|
1151
1151
|
search?: string;
|
|
1152
|
+
lang?: string;
|
|
1152
1153
|
}
|
|
1153
1154
|
type ResponseListNotification = ResponseList<UserNotification> & {
|
|
1154
1155
|
total_all: number;
|