|
|
@ -180,7 +180,7 @@ fastify.post("/api/requestedbookings", {
|
|
|
|
quantity: { type: "string" },
|
|
|
|
quantity: { type: "string" },
|
|
|
|
frequency: {
|
|
|
|
frequency: {
|
|
|
|
type: "string",
|
|
|
|
type: "string",
|
|
|
|
enum: ["daily","weekly_once","weekly_twice","weekly_thrice","weekly"]
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
start_date: { type: "string" },
|
|
|
|
start_date: { type: "string" },
|
|
|
|
end_date: { type: "string" },
|
|
|
|
end_date: { type: "string" },
|
|
|
|