@hubs101/js-api-skd-client 1.0.10311 → 1.0.10312
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/api/event/types.d.ts
CHANGED
|
@@ -611,10 +611,10 @@ export type BookingDetails = {
|
|
|
611
611
|
date: string;
|
|
612
612
|
};
|
|
613
613
|
booking_answers: {
|
|
614
|
-
answers:
|
|
614
|
+
answers: AnswersType[];
|
|
615
615
|
count: number;
|
|
616
616
|
};
|
|
617
|
-
booking_questions:
|
|
617
|
+
booking_questions: BookingQuestion[];
|
|
618
618
|
event: {
|
|
619
619
|
end_date: string;
|
|
620
620
|
id: string;
|