Merged in fix/gla-remove-unused-prop (pull request #1427)
fix: guarantee for late arrival prop removed * fix: guarantee for late arrival prop removed * Merge master * Revert typecheck fix Approved-by: Michael Zetterberg
This commit is contained in:
@@ -198,7 +198,6 @@ export const bookingConfirmationSchema = z
|
||||
createDateTime: z.date({ coerce: true }),
|
||||
currencyCode: z.string(),
|
||||
guest: guestSchema,
|
||||
isGuaranteedForLateArrival: z.boolean().optional(),
|
||||
linkedReservations: nullableArrayObjectValidator(
|
||||
linkedReservationSchema
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user