archetecture security fix
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export declare const listCompany: (companyId: string, unread?: string) => any;
|
||||
export declare const listCompanyHistory: (companyId: string, opts?: {
|
||||
channel?: string;
|
||||
status?: string;
|
||||
limit?: number;
|
||||
}) => any;
|
||||
export declare const countUnread: (companyId: string) => any;
|
||||
export declare const markRead: (id: string, companyId: string) => any;
|
||||
export declare const markAllRead: (companyId: string) => any;
|
||||
export declare const getPreferences: (employeeId: string) => any;
|
||||
export declare const setPreferences: (employeeId: string, prefs: any[]) => Promise<void>;
|
||||
export declare const listRenter: (renterId: string) => any;
|
||||
export declare const markRenterRead: (id: string, renterId: string) => any;
|
||||
export declare const markAllRenterRead: (renterId: string) => any;
|
||||
export declare const getRenterPreferences: (renterId: string) => any;
|
||||
export declare const setRenterPreferences: (renterId: string, prefs: any[]) => Promise<void>;
|
||||
//# sourceMappingURL=notification.service.d.ts.map
|
||||
Reference in New Issue
Block a user