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
+9
View File
@@ -0,0 +1,9 @@
import type { output } from 'zod';
import { renterUpdateSchema } from './auth.renter.schemas';
type RenterUpdateInput = output<typeof renterUpdateSchema>;
export declare function findRenterProfile(id: string): any;
export declare function findSavedCompanies(companyIds: string[]): any;
export declare function updateRenterProfile(id: string, data: RenterUpdateInput): any;
export declare function updateRenterFcmToken(id: string, fcmToken: string): any;
export {};
//# sourceMappingURL=auth.renter.repo.d.ts.map