refactor(api): align timeline project read routing
This commit is contained in:
@@ -45,6 +45,17 @@ export async function readTimelineProjectShiftPreviewDetail(
|
||||
});
|
||||
}
|
||||
|
||||
export async function readTimelineProjectShiftPreview(
|
||||
db: TimelineProjectProcedureDb,
|
||||
input: {
|
||||
projectId: string;
|
||||
newStartDate: Date;
|
||||
newEndDate: Date;
|
||||
},
|
||||
) {
|
||||
return previewTimelineProjectShift(db, input);
|
||||
}
|
||||
|
||||
export async function readTimelineProjectBudgetStatusResponse(
|
||||
db: TimelineProjectProcedureDb,
|
||||
projectId: string,
|
||||
|
||||
Reference in New Issue
Block a user