@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.
@@ -136,6 +136,10 @@ export type AttendeeProfile = Attendee & {
136
136
  dinner?: number;
137
137
  icebreaker?: number;
138
138
  };
139
+ booking_answers: {
140
+ answers: AnswersType[];
141
+ count: number;
142
+ };
139
143
  };
140
144
  export type Speaker = Attendee & {
141
145
  priority: number;
@@ -611,10 +611,10 @@ export type BookingDetails = {
611
611
  date: string;
612
612
  };
613
613
  booking_answers: {
614
- answers: any[];
614
+ answers: AnswersType[];
615
615
  count: number;
616
616
  };
617
- booking_questions: any[];
617
+ booking_questions: BookingQuestion[];
618
618
  event: {
619
619
  end_date: string;
620
620
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10311",
3
+ "version": "1.0.10312",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",