feat: Add reschedule information with booking Read (#14853)

This commit is contained in:
Amit Sharma
2024-05-03 14:31:04 +00:00
committed by GitHub
parent df9a6621cf
commit 57b404f721
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -82,4 +82,5 @@ export const schemaBookingReadPublic = Booking.extend({
metadata: true,
status: true,
responses: true,
fromReschedule: true,
});
+5
View File
@@ -57,6 +57,11 @@ const swaggerHandler = withSwagger({
type: "string",
example: "Europe/London",
},
fromReschedule: {
type: "string",
nullable: true,
format: "uuid",
},
attendees: {
type: "array",
items: {