feat: SW-1588 Implemented booking code select-rate
This commit is contained in:
@@ -3,7 +3,7 @@ import { z } from "zod"
|
||||
export const rateDefinitionSchema = z.object({
|
||||
breakfastIncluded: z.boolean(),
|
||||
cancellationRule: z.string(),
|
||||
cancellationText: z.string(),
|
||||
cancellationText: z.string().optional(),
|
||||
generalTerms: z.array(z.string()),
|
||||
mustBeGuaranteed: z.boolean(),
|
||||
rateCode: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user