File tree Expand file tree Collapse file tree
packages/features/bookings/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,7 +243,6 @@ function buildNewBookingData(params: {
243243 if ( reqBodyRecurringEventId ) {
244244 newBookingData . recurringEventId = reqBodyRecurringEventId ;
245245 }
246-
247246 if ( originalRescheduledBooking ) {
248247 newBookingData . metadata = {
249248 ...( typeof originalRescheduledBooking . metadata === "object" && originalRescheduledBooking . metadata ) ,
Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ import type z from "zod";
44import type { Workflow } from "@calcom/features/ee/workflows/lib/types" ;
55import type { AppsStatus } from "@calcom/types/Calendar" ;
66
7- import type { Booking , NewBookingEventType , OriginalRescheduledBooking } from "../handleNewBooking/types" ;
7+ import type {
8+ RescheduleReason ,
9+ NoEmail ,
10+ AdditionalNotes ,
11+ ReqAppsStatus ,
12+ SmsReminderNumber ,
13+ EventTypeId ,
14+ ReqBodyMetadata ,
15+ } from "../handleNewBooking/types" ;
816
917export type BookingSeat = Prisma . BookingSeatGetPayload < { include : { booking : true ; attendee : true } } > | null ;
1018
You can’t perform that action at this time.
0 commit comments