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,7 @@
export declare function confirmReservation(id: string, companyId: string): Promise<any>;
export declare function checkinReservation(id: string, companyId: string, mileage?: number): Promise<any>;
export declare function checkoutReservation(id: string, companyId: string, mileage?: number): Promise<any>;
export declare function closeReservation(id: string, companyId: string, closedBy: string): Promise<any>;
export declare function extendReservation(id: string, companyId: string, newEndDate: Date, reason: string): Promise<any>;
export declare function cancelReservation(id: string, companyId: string, reason?: string): Promise<any>;
//# sourceMappingURL=reservation.lifecycle.service.d.ts.map