archetecture security fix

This commit is contained in:
root
2026-06-11 03:22:12 -04:00
parent 6def9993da
commit 9483750161
3126 changed files with 177194 additions and 37211 deletions
@@ -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