@connectedxm/admin-sdk 6.20.0 → 6.24.2
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/.openapi-generator/FILES +45 -0
- package/AdminApi.ts +18 -0
- package/README.md +78 -0
- package/api.ts +10608 -5445
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +3225 -410
- package/dist/api.js +8313 -4671
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +3225 -410
- package/dist/esm/api.js +9638 -6020
- package/docs/BaseBookingQuestionResponse.md +26 -0
- package/docs/BaseBookingSpaceQuestion.md +58 -0
- package/docs/BaseBookingSpaceQuestionChoice.md +30 -0
- package/docs/BaseEvent.md +2 -0
- package/docs/BaseEventPassType.md +2 -0
- package/docs/BaseLogin.md +4 -4
- package/docs/BaseSurvey.md +2 -2
- package/docs/Booking.md +2 -0
- package/docs/BookingQuestionResponse.md +34 -0
- package/docs/BookingSpace.md +6 -0
- package/docs/BookingSpaceCreateInputs.md +4 -0
- package/docs/BookingSpaceQuestion.md +66 -0
- package/docs/BookingSpaceQuestionChoice.md +38 -0
- package/docs/BookingSpaceQuestionChoiceCreateInputs.md +28 -0
- package/docs/BookingSpaceQuestionChoiceTranslation.md +32 -0
- package/docs/BookingSpaceQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/BookingSpaceQuestionChoiceUpdateInputs.md +28 -0
- package/docs/BookingSpaceQuestionCreateInputs.md +56 -0
- package/docs/BookingSpaceQuestionTranslation.md +32 -0
- package/docs/BookingSpaceQuestionTranslationUpdateInputs.md +24 -0
- package/docs/BookingSpaceQuestionType.md +30 -0
- package/docs/BookingSpaceQuestionUpdateInputs.md +56 -0
- package/docs/BookingSpaceQuestionUpdateInputsChoices.md +18 -0
- package/docs/BookingSpaceUpdateInputs.md +4 -0
- package/docs/BookingsApi.md +52 -0
- package/docs/BookingsQuestionsApi.md +489 -0
- package/docs/BookingsQuestionsChoicesApi.md +387 -0
- package/docs/BookingsQuestionsChoicesTranslationsApi.md +264 -0
- package/docs/BookingsQuestionsTranslationsApi.md +252 -0
- package/docs/CreateBookingSpaceQuestion200Response.md +24 -0
- package/docs/CreateBookingSpaceQuestionChoice200Response.md +24 -0
- package/docs/CreateEventSessionTime200Response.md +24 -0
- package/docs/Event.md +2 -0
- package/docs/EventCreateInputs.md +2 -0
- package/docs/EventEmailType.md +4 -0
- package/docs/EventPassType.md +2 -0
- package/docs/EventSessionQuestionType.md +0 -2
- package/docs/EventSessionTime.md +34 -0
- package/docs/EventSessionTimeCreateInputs.md +24 -0
- package/docs/EventSessionTimeTranslation.md +30 -0
- package/docs/EventSessionTimeTranslationUpdateInputs.md +22 -0
- package/docs/EventSessionTimeUpdateInputs.md +24 -0
- package/docs/EventUpdateInputs.md +2 -0
- package/docs/EventsPassesApi.md +183 -0
- package/docs/EventsSessionsTimesApi.md +503 -0
- package/docs/EventsSessionsTimesTranslationsApi.md +264 -0
- package/docs/GetBookingResponses200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoiceTranslations200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionChoices200Response.md +26 -0
- package/docs/GetBookingSpaceQuestionTranslation200Response.md +24 -0
- package/docs/GetBookingSpaceQuestionTranslations200Response.md +24 -0
- package/docs/GetBookingSpaceQuestions200Response.md +26 -0
- package/docs/GetEventSessionTimeTranslation200Response.md +24 -0
- package/docs/GetEventSessionTimeTranslations200Response.md +26 -0
- package/docs/GetEventSessionTimes200Response.md +26 -0
- package/docs/Login.md +4 -0
- package/docs/Meeting.md +2 -0
- package/docs/MeetingCreateInputs.md +4 -0
- package/docs/MeetingUpdateInputs.md +4 -0
- package/docs/PassTypeCreateInputs.md +2 -0
- package/docs/PassTypeUpdateInputs.md +2 -0
- package/docs/PurchaseStatus.md +2 -0
- package/docs/ReorderBookingSpaceQuestionChoices200Response.md +24 -0
- package/docs/ReorderBookingSpaceQuestions200Response.md +24 -0
- package/docs/ReportsApi.md +52 -0
- package/docs/Survey.md +2 -2
- package/docs/SurveyCreateInputs.md +2 -2
- package/docs/SurveyStatus.md +12 -0
- package/docs/SurveyUpdateInputs.md +2 -2
- package/docs/SurveysApi.md +3 -0
- package/docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md +24 -0
- package/docs/UpdateBookingSpaceQuestionTranslation200Response.md +24 -0
- package/package.json +2 -2
package/.openapi-generator/FILES
CHANGED
|
@@ -98,9 +98,12 @@ docs/BaseAttendeePackage.md
|
|
|
98
98
|
docs/BaseBenefit.md
|
|
99
99
|
docs/BaseBooking.md
|
|
100
100
|
docs/BaseBookingPlace.md
|
|
101
|
+
docs/BaseBookingQuestionResponse.md
|
|
101
102
|
docs/BaseBookingSpace.md
|
|
102
103
|
docs/BaseBookingSpaceAvailability.md
|
|
103
104
|
docs/BaseBookingSpaceBlackout.md
|
|
105
|
+
docs/BaseBookingSpaceQuestion.md
|
|
106
|
+
docs/BaseBookingSpaceQuestionChoice.md
|
|
104
107
|
docs/BaseChannel.md
|
|
105
108
|
docs/BaseChannelContent.md
|
|
106
109
|
docs/BaseChannelContentGuest.md
|
|
@@ -271,6 +274,7 @@ docs/BookingPlaceCreateInputs.md
|
|
|
271
274
|
docs/BookingPlaceTranslation.md
|
|
272
275
|
docs/BookingPlaceTranslationUpdateInputs.md
|
|
273
276
|
docs/BookingPlaceUpdateInputs.md
|
|
277
|
+
docs/BookingQuestionResponse.md
|
|
274
278
|
docs/BookingSlot.md
|
|
275
279
|
docs/BookingSpace.md
|
|
276
280
|
docs/BookingSpaceAvailability.md
|
|
@@ -280,6 +284,18 @@ docs/BookingSpaceBlackout.md
|
|
|
280
284
|
docs/BookingSpaceBlackoutCreateInputs.md
|
|
281
285
|
docs/BookingSpaceBlackoutUpdateInputs.md
|
|
282
286
|
docs/BookingSpaceCreateInputs.md
|
|
287
|
+
docs/BookingSpaceQuestion.md
|
|
288
|
+
docs/BookingSpaceQuestionChoice.md
|
|
289
|
+
docs/BookingSpaceQuestionChoiceCreateInputs.md
|
|
290
|
+
docs/BookingSpaceQuestionChoiceTranslation.md
|
|
291
|
+
docs/BookingSpaceQuestionChoiceTranslationUpdateInputs.md
|
|
292
|
+
docs/BookingSpaceQuestionChoiceUpdateInputs.md
|
|
293
|
+
docs/BookingSpaceQuestionCreateInputs.md
|
|
294
|
+
docs/BookingSpaceQuestionTranslation.md
|
|
295
|
+
docs/BookingSpaceQuestionTranslationUpdateInputs.md
|
|
296
|
+
docs/BookingSpaceQuestionType.md
|
|
297
|
+
docs/BookingSpaceQuestionUpdateInputs.md
|
|
298
|
+
docs/BookingSpaceQuestionUpdateInputsChoices.md
|
|
283
299
|
docs/BookingSpaceTranslation.md
|
|
284
300
|
docs/BookingSpaceTranslationUpdateInputs.md
|
|
285
301
|
docs/BookingSpaceUpdateInputs.md
|
|
@@ -289,6 +305,10 @@ docs/BookingsAvailabilitiesApi.md
|
|
|
289
305
|
docs/BookingsBlackoutsApi.md
|
|
290
306
|
docs/BookingsPlacesApi.md
|
|
291
307
|
docs/BookingsPlacesTranslationsApi.md
|
|
308
|
+
docs/BookingsQuestionsApi.md
|
|
309
|
+
docs/BookingsQuestionsChoicesApi.md
|
|
310
|
+
docs/BookingsQuestionsChoicesTranslationsApi.md
|
|
311
|
+
docs/BookingsQuestionsTranslationsApi.md
|
|
292
312
|
docs/BookingsSpacesApi.md
|
|
293
313
|
docs/BookingsSpacesTranslationsApi.md
|
|
294
314
|
docs/BraintreeActivationFormParams.md
|
|
@@ -337,6 +357,8 @@ docs/CreateBookingPlace200Response.md
|
|
|
337
357
|
docs/CreateBookingSpace200Response.md
|
|
338
358
|
docs/CreateBookingSpaceAvailability200Response.md
|
|
339
359
|
docs/CreateBookingSpaceBlackout200Response.md
|
|
360
|
+
docs/CreateBookingSpaceQuestion200Response.md
|
|
361
|
+
docs/CreateBookingSpaceQuestionChoice200Response.md
|
|
340
362
|
docs/CreateChannel200Response.md
|
|
341
363
|
docs/CreateChannelContent200Response.md
|
|
342
364
|
docs/CreateChannelContentGuest200Response.md
|
|
@@ -375,6 +397,7 @@ docs/CreateEventSessionLocation200Response.md
|
|
|
375
397
|
docs/CreateEventSessionQuestion200Response.md
|
|
376
398
|
docs/CreateEventSessionQuestionChoice200Response.md
|
|
377
399
|
docs/CreateEventSessionSection200Response.md
|
|
400
|
+
docs/CreateEventSessionTime200Response.md
|
|
378
401
|
docs/CreateEventSpeaker200Response.md
|
|
379
402
|
docs/CreateEventSponsorship200Response.md
|
|
380
403
|
docs/CreateEventSponsorshipLevel200Response.md
|
|
@@ -578,6 +601,11 @@ docs/EventSessionSectionQuestion.md
|
|
|
578
601
|
docs/EventSessionSectionTranslation.md
|
|
579
602
|
docs/EventSessionSectionTranslationUpdateInputs.md
|
|
580
603
|
docs/EventSessionSectionUpdateInputs.md
|
|
604
|
+
docs/EventSessionTime.md
|
|
605
|
+
docs/EventSessionTimeCreateInputs.md
|
|
606
|
+
docs/EventSessionTimeTranslation.md
|
|
607
|
+
docs/EventSessionTimeTranslationUpdateInputs.md
|
|
608
|
+
docs/EventSessionTimeUpdateInputs.md
|
|
581
609
|
docs/EventSessionTranslation.md
|
|
582
610
|
docs/EventSessionTranslationUpdateInputs.md
|
|
583
611
|
docs/EventSessionUpdateInputs.md
|
|
@@ -666,6 +694,8 @@ docs/EventsSessionsQuestionsApi.md
|
|
|
666
694
|
docs/EventsSessionsQuestionsTranslationsApi.md
|
|
667
695
|
docs/EventsSessionsSectionsApi.md
|
|
668
696
|
docs/EventsSessionsSectionsTranslationsApi.md
|
|
697
|
+
docs/EventsSessionsTimesApi.md
|
|
698
|
+
docs/EventsSessionsTimesTranslationsApi.md
|
|
669
699
|
docs/EventsSessionsTranslationsApi.md
|
|
670
700
|
docs/EventsSpeakersApi.md
|
|
671
701
|
docs/EventsSpeakersTranslationsApi.md
|
|
@@ -723,8 +753,15 @@ docs/GetBookingPlaceBookings200Response.md
|
|
|
723
753
|
docs/GetBookingPlaceTranslation200Response.md
|
|
724
754
|
docs/GetBookingPlaceTranslations200Response.md
|
|
725
755
|
docs/GetBookingPlaces200Response.md
|
|
756
|
+
docs/GetBookingResponses200Response.md
|
|
726
757
|
docs/GetBookingSpaceAvailabilities200Response.md
|
|
727
758
|
docs/GetBookingSpaceBlackouts200Response.md
|
|
759
|
+
docs/GetBookingSpaceQuestionChoiceTranslation200Response.md
|
|
760
|
+
docs/GetBookingSpaceQuestionChoiceTranslations200Response.md
|
|
761
|
+
docs/GetBookingSpaceQuestionChoices200Response.md
|
|
762
|
+
docs/GetBookingSpaceQuestionTranslation200Response.md
|
|
763
|
+
docs/GetBookingSpaceQuestionTranslations200Response.md
|
|
764
|
+
docs/GetBookingSpaceQuestions200Response.md
|
|
728
765
|
docs/GetBookingSpaceSlots200Response.md
|
|
729
766
|
docs/GetBookingSpaceTranslation200Response.md
|
|
730
767
|
docs/GetBookingSpaceTranslations200Response.md
|
|
@@ -847,6 +884,9 @@ docs/GetEventSessionSectionQuestions200Response.md
|
|
|
847
884
|
docs/GetEventSessionSectionTranslation200Response.md
|
|
848
885
|
docs/GetEventSessionSectionTranslations200Response.md
|
|
849
886
|
docs/GetEventSessionSpeakers200Response.md
|
|
887
|
+
docs/GetEventSessionTimeTranslation200Response.md
|
|
888
|
+
docs/GetEventSessionTimeTranslations200Response.md
|
|
889
|
+
docs/GetEventSessionTimes200Response.md
|
|
850
890
|
docs/GetEventSessionTracks200Response.md
|
|
851
891
|
docs/GetEventSessionTranslation200Response.md
|
|
852
892
|
docs/GetEventSessionTranslations200Response.md
|
|
@@ -1204,6 +1244,8 @@ docs/RegistrationSection.md
|
|
|
1204
1244
|
docs/RegistrationSectionQuestion.md
|
|
1205
1245
|
docs/RegistrationSectionTranslation.md
|
|
1206
1246
|
docs/RemoveEventPassAttribute200Response.md
|
|
1247
|
+
docs/ReorderBookingSpaceQuestionChoices200Response.md
|
|
1248
|
+
docs/ReorderBookingSpaceQuestions200Response.md
|
|
1207
1249
|
docs/ReorderEventFaqSectionQuestions200Response.md
|
|
1208
1250
|
docs/ReorderEventFollowupQuestions200Response.md
|
|
1209
1251
|
docs/ReorderEventQuestionChoiceSubQuestions200Response.md
|
|
@@ -1351,6 +1393,7 @@ docs/SurveySectionQuestion.md
|
|
|
1351
1393
|
docs/SurveySectionTranslation.md
|
|
1352
1394
|
docs/SurveySectionTranslationUpdateInputs.md
|
|
1353
1395
|
docs/SurveySectionUpdateInputs.md
|
|
1396
|
+
docs/SurveyStatus.md
|
|
1354
1397
|
docs/SurveySubmission.md
|
|
1355
1398
|
docs/SurveySubmissionUpdateInputs.md
|
|
1356
1399
|
docs/SurveyTranslation.md
|
|
@@ -1423,6 +1466,8 @@ docs/TransferLog.md
|
|
|
1423
1466
|
docs/TriggerCreateInputs.md
|
|
1424
1467
|
docs/TriggerUpdateInputs.md
|
|
1425
1468
|
docs/UpdateAnnouncementTranslation200Response.md
|
|
1469
|
+
docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md
|
|
1470
|
+
docs/UpdateBookingSpaceQuestionTranslation200Response.md
|
|
1426
1471
|
docs/UpdateChannelContentGuestTranslation200Response.md
|
|
1427
1472
|
docs/UpdateChannelTranslation200Response.md
|
|
1428
1473
|
docs/UpdateEventActivationTranslation200Response.md
|
package/AdminApi.ts
CHANGED
|
@@ -38,6 +38,10 @@ import {
|
|
|
38
38
|
BookingsBlackoutsApi,
|
|
39
39
|
BookingsPlacesApi,
|
|
40
40
|
BookingsPlacesTranslationsApi,
|
|
41
|
+
BookingsQuestionsApi,
|
|
42
|
+
BookingsQuestionsChoicesApi,
|
|
43
|
+
BookingsQuestionsChoicesTranslationsApi,
|
|
44
|
+
BookingsQuestionsTranslationsApi,
|
|
41
45
|
BookingsSpacesApi,
|
|
42
46
|
BookingsSpacesTranslationsApi,
|
|
43
47
|
ChannelsApi,
|
|
@@ -102,6 +106,8 @@ import {
|
|
|
102
106
|
EventsSessionsQuestionsTranslationsApi,
|
|
103
107
|
EventsSessionsSectionsApi,
|
|
104
108
|
EventsSessionsSectionsTranslationsApi,
|
|
109
|
+
EventsSessionsTimesApi,
|
|
110
|
+
EventsSessionsTimesTranslationsApi,
|
|
105
111
|
EventsSessionsTranslationsApi,
|
|
106
112
|
EventsSpeakersApi,
|
|
107
113
|
EventsSpeakersTranslationsApi,
|
|
@@ -239,6 +245,10 @@ export class AdminApi {
|
|
|
239
245
|
public readonly bookingsBlackouts: BookingsBlackoutsApi;
|
|
240
246
|
public readonly bookingsPlaces: BookingsPlacesApi;
|
|
241
247
|
public readonly bookingsPlacesTranslations: BookingsPlacesTranslationsApi;
|
|
248
|
+
public readonly bookingsQuestions: BookingsQuestionsApi;
|
|
249
|
+
public readonly bookingsQuestionsChoices: BookingsQuestionsChoicesApi;
|
|
250
|
+
public readonly bookingsQuestionsChoicesTranslations: BookingsQuestionsChoicesTranslationsApi;
|
|
251
|
+
public readonly bookingsQuestionsTranslations: BookingsQuestionsTranslationsApi;
|
|
242
252
|
public readonly bookingsSpaces: BookingsSpacesApi;
|
|
243
253
|
public readonly bookingsSpacesTranslations: BookingsSpacesTranslationsApi;
|
|
244
254
|
public readonly channels: ChannelsApi;
|
|
@@ -303,6 +313,8 @@ export class AdminApi {
|
|
|
303
313
|
public readonly eventsSessionsQuestionsTranslations: EventsSessionsQuestionsTranslationsApi;
|
|
304
314
|
public readonly eventsSessionsSections: EventsSessionsSectionsApi;
|
|
305
315
|
public readonly eventsSessionsSectionsTranslations: EventsSessionsSectionsTranslationsApi;
|
|
316
|
+
public readonly eventsSessionsTimes: EventsSessionsTimesApi;
|
|
317
|
+
public readonly eventsSessionsTimesTranslations: EventsSessionsTimesTranslationsApi;
|
|
306
318
|
public readonly eventsSessionsTranslations: EventsSessionsTranslationsApi;
|
|
307
319
|
public readonly eventsSpeakers: EventsSpeakersApi;
|
|
308
320
|
public readonly eventsSpeakersTranslations: EventsSpeakersTranslationsApi;
|
|
@@ -438,6 +450,10 @@ export class AdminApi {
|
|
|
438
450
|
this.bookingsBlackouts = new BookingsBlackoutsApi(this.config);
|
|
439
451
|
this.bookingsPlaces = new BookingsPlacesApi(this.config);
|
|
440
452
|
this.bookingsPlacesTranslations = new BookingsPlacesTranslationsApi(this.config);
|
|
453
|
+
this.bookingsQuestions = new BookingsQuestionsApi(this.config);
|
|
454
|
+
this.bookingsQuestionsChoices = new BookingsQuestionsChoicesApi(this.config);
|
|
455
|
+
this.bookingsQuestionsChoicesTranslations = new BookingsQuestionsChoicesTranslationsApi(this.config);
|
|
456
|
+
this.bookingsQuestionsTranslations = new BookingsQuestionsTranslationsApi(this.config);
|
|
441
457
|
this.bookingsSpaces = new BookingsSpacesApi(this.config);
|
|
442
458
|
this.bookingsSpacesTranslations = new BookingsSpacesTranslationsApi(this.config);
|
|
443
459
|
this.channels = new ChannelsApi(this.config);
|
|
@@ -502,6 +518,8 @@ export class AdminApi {
|
|
|
502
518
|
this.eventsSessionsQuestionsTranslations = new EventsSessionsQuestionsTranslationsApi(this.config);
|
|
503
519
|
this.eventsSessionsSections = new EventsSessionsSectionsApi(this.config);
|
|
504
520
|
this.eventsSessionsSectionsTranslations = new EventsSessionsSectionsTranslationsApi(this.config);
|
|
521
|
+
this.eventsSessionsTimes = new EventsSessionsTimesApi(this.config);
|
|
522
|
+
this.eventsSessionsTimesTranslations = new EventsSessionsTimesTranslationsApi(this.config);
|
|
505
523
|
this.eventsSessionsTranslations = new EventsSessionsTranslationsApi(this.config);
|
|
506
524
|
this.eventsSpeakers = new EventsSpeakersApi(this.config);
|
|
507
525
|
this.eventsSpeakersTranslations = new EventsSpeakersTranslationsApi(this.config);
|
package/README.md
CHANGED
|
@@ -152,6 +152,7 @@ Class | Method | HTTP request | Description
|
|
|
152
152
|
*BookingsApi* | [**getBookingPlaceTranslation**](docs/BookingsApi.md#getbookingplacetranslation) | **GET** /bookings/places/{placeId}/translations/{locale} | Get Booking Place Translation
|
|
153
153
|
*BookingsApi* | [**getBookingPlaceTranslations**](docs/BookingsApi.md#getbookingplacetranslations) | **GET** /bookings/places/{placeId}/translations | Get Booking Place Translations
|
|
154
154
|
*BookingsApi* | [**getBookingPlaces**](docs/BookingsApi.md#getbookingplaces) | **GET** /bookings/places | Get Booking Places
|
|
155
|
+
*BookingsApi* | [**getBookingResponses**](docs/BookingsApi.md#getbookingresponses) | **GET** /bookings/{bookingId}/responses | Get Booking Responses
|
|
155
156
|
*BookingsApi* | [**getBookingSpace**](docs/BookingsApi.md#getbookingspace) | **GET** /bookings/places/{placeId}/spaces/{spaceId} | Get Booking Space
|
|
156
157
|
*BookingsApi* | [**getBookingSpaceAvailabilities**](docs/BookingsApi.md#getbookingspaceavailabilities) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/availabilities | Get Booking Space Availabilities
|
|
157
158
|
*BookingsApi* | [**getBookingSpaceAvailability**](docs/BookingsApi.md#getbookingspaceavailability) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/blackouts/{availabilityId} | Get Booking Space Availability
|
|
@@ -175,6 +176,28 @@ Class | Method | HTTP request | Description
|
|
|
175
176
|
*BookingsPlacesApi* | [**updateBookingPlace**](docs/BookingsPlacesApi.md#updatebookingplace) | **PUT** /bookings/places/{placeId} | Update Booking Place
|
|
176
177
|
*BookingsPlacesTranslationsApi* | [**deleteBookingPlaceTranslation**](docs/BookingsPlacesTranslationsApi.md#deletebookingplacetranslation) | **DELETE** /bookings/places/{placeId}/translations/{locale} | Delete Booking Place Translation
|
|
177
178
|
*BookingsPlacesTranslationsApi* | [**updateBookingPlaceTranslation**](docs/BookingsPlacesTranslationsApi.md#updatebookingplacetranslation) | **PUT** /bookings/places/{placeId}/translations/{locale} | Update Booking Place Translation
|
|
179
|
+
*BookingsQuestionsApi* | [**attachBookingSpaceQuestionSearchList**](docs/BookingsQuestionsApi.md#attachbookingspacequestionsearchlist) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/searchlist | Attach Booking Space Question Search List
|
|
180
|
+
*BookingsQuestionsApi* | [**createBookingSpaceQuestion**](docs/BookingsQuestionsApi.md#createbookingspacequestion) | **POST** /bookings/places/{placeId}/spaces/{spaceId}/questions | Create Booking Space Question
|
|
181
|
+
*BookingsQuestionsApi* | [**deleteBookingSpaceQuestion**](docs/BookingsQuestionsApi.md#deletebookingspacequestion) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Delete Booking Space Question
|
|
182
|
+
*BookingsQuestionsApi* | [**detachBookingSpaceQuestionSearchList**](docs/BookingsQuestionsApi.md#detachbookingspacequestionsearchlist) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/searchlist | Detach Booking Space Question Search List
|
|
183
|
+
*BookingsQuestionsApi* | [**getBookingSpaceQuestion**](docs/BookingsQuestionsApi.md#getbookingspacequestion) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Get Booking Space Question
|
|
184
|
+
*BookingsQuestionsApi* | [**getBookingSpaceQuestions**](docs/BookingsQuestionsApi.md#getbookingspacequestions) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions | Get Booking Space Questions
|
|
185
|
+
*BookingsQuestionsApi* | [**reorderBookingSpaceQuestions**](docs/BookingsQuestionsApi.md#reorderbookingspacequestions) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/reorder | Reorder Booking Space Questions
|
|
186
|
+
*BookingsQuestionsApi* | [**updateBookingSpaceQuestion**](docs/BookingsQuestionsApi.md#updatebookingspacequestion) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId} | Update Booking Space Question
|
|
187
|
+
*BookingsQuestionsChoicesApi* | [**createBookingSpaceQuestionChoice**](docs/BookingsQuestionsChoicesApi.md#createbookingspacequestionchoice) | **POST** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices | Create Booking Space Question Choice
|
|
188
|
+
*BookingsQuestionsChoicesApi* | [**deleteBookingSpaceQuestionChoice**](docs/BookingsQuestionsChoicesApi.md#deletebookingspacequestionchoice) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId} | Delete Booking Space Question Choice
|
|
189
|
+
*BookingsQuestionsChoicesApi* | [**getBookingSpaceQuestionChoice**](docs/BookingsQuestionsChoicesApi.md#getbookingspacequestionchoice) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId} | Get Booking Space Question Choice
|
|
190
|
+
*BookingsQuestionsChoicesApi* | [**getBookingSpaceQuestionChoices**](docs/BookingsQuestionsChoicesApi.md#getbookingspacequestionchoices) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices | Get Booking Space Question Choices
|
|
191
|
+
*BookingsQuestionsChoicesApi* | [**reorderBookingSpaceQuestionChoices**](docs/BookingsQuestionsChoicesApi.md#reorderbookingspacequestionchoices) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/reorder | Reorder Booking Space Question Choices
|
|
192
|
+
*BookingsQuestionsChoicesApi* | [**updateBookingSpaceQuestionChoice**](docs/BookingsQuestionsChoicesApi.md#updatebookingspacequestionchoice) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId} | Update Booking Space Question Choice
|
|
193
|
+
*BookingsQuestionsChoicesTranslationsApi* | [**deleteBookingSpaceQuestionChoiceTranslation**](docs/BookingsQuestionsChoicesTranslationsApi.md#deletebookingspacequestionchoicetranslation) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations/{locale} | Delete Booking Space Question Choice Translation
|
|
194
|
+
*BookingsQuestionsChoicesTranslationsApi* | [**getBookingSpaceQuestionChoiceTranslation**](docs/BookingsQuestionsChoicesTranslationsApi.md#getbookingspacequestionchoicetranslation) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations/{locale} | Get Booking Space Question Choice Translation
|
|
195
|
+
*BookingsQuestionsChoicesTranslationsApi* | [**getBookingSpaceQuestionChoiceTranslations**](docs/BookingsQuestionsChoicesTranslationsApi.md#getbookingspacequestionchoicetranslations) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations | Get Booking Space Question Choice Translations
|
|
196
|
+
*BookingsQuestionsChoicesTranslationsApi* | [**updateBookingSpaceQuestionChoiceTranslation**](docs/BookingsQuestionsChoicesTranslationsApi.md#updatebookingspacequestionchoicetranslation) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/choices/{choiceId}/translations/{locale} | Update Booking Space Question Choice Translation
|
|
197
|
+
*BookingsQuestionsTranslationsApi* | [**deleteBookingSpaceQuestionTranslation**](docs/BookingsQuestionsTranslationsApi.md#deletebookingspacequestiontranslation) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Delete Booking Space Question Translation
|
|
198
|
+
*BookingsQuestionsTranslationsApi* | [**getBookingSpaceQuestionTranslation**](docs/BookingsQuestionsTranslationsApi.md#getbookingspacequestiontranslation) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Get Booking Space Question Translation
|
|
199
|
+
*BookingsQuestionsTranslationsApi* | [**getBookingSpaceQuestionTranslations**](docs/BookingsQuestionsTranslationsApi.md#getbookingspacequestiontranslations) | **GET** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations | Get Booking Space Question Translations
|
|
200
|
+
*BookingsQuestionsTranslationsApi* | [**updateBookingSpaceQuestionTranslation**](docs/BookingsQuestionsTranslationsApi.md#updatebookingspacequestiontranslation) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/questions/{questionId}/translations/{locale} | Update Booking Space Question Translation
|
|
178
201
|
*BookingsSpacesApi* | [**createBookingSpace**](docs/BookingsSpacesApi.md#createbookingspace) | **POST** /bookings/places/{placeId}/spaces | Create Booking Space
|
|
179
202
|
*BookingsSpacesApi* | [**deleteBookingSpace**](docs/BookingsSpacesApi.md#deletebookingspace) | **DELETE** /bookings/places/{placeId}/spaces/{spaceId} | Delete Booking Space
|
|
180
203
|
*BookingsSpacesApi* | [**updateBookingSpace**](docs/BookingsSpacesApi.md#updatebookingspace) | **PUT** /bookings/places/{placeId}/spaces/{spaceId} | Update Booking Space
|
|
@@ -443,15 +466,18 @@ Class | Method | HTTP request | Description
|
|
|
443
466
|
*EventsPagesTranslationsApi* | [**getEventPageTranslation**](docs/EventsPagesTranslationsApi.md#geteventpagetranslation) | **GET** /events/{eventId}/pages/{pageId}/translations/{locale} | Get Event Page Translation
|
|
444
467
|
*EventsPagesTranslationsApi* | [**getEventPageTranslations**](docs/EventsPagesTranslationsApi.md#geteventpagetranslations) | **GET** /events/{eventId}/pages/{pageId}/translations | Get Event Page Translations
|
|
445
468
|
*EventsPagesTranslationsApi* | [**updateEventPageTranslation**](docs/EventsPagesTranslationsApi.md#updateeventpagetranslation) | **PUT** /events/{eventId}/pages/{pageId}/translations/{locale} | Update Event Page Translation
|
|
469
|
+
*EventsPassesApi* | [**approveEventPass**](docs/EventsPassesApi.md#approveeventpass) | **PUT** /events/{eventId}/passes/{passId}/approve | Approve Event Pass
|
|
446
470
|
*EventsPassesApi* | [**cancelEventPass**](docs/EventsPassesApi.md#canceleventpass) | **PUT** /events/{eventId}/passes/{passId}/cancel | Cancel Event Pass
|
|
447
471
|
*EventsPassesApi* | [**checkinEventPass**](docs/EventsPassesApi.md#checkineventpass) | **POST** /events/{eventId}/passes/{passId}/checkin | Checkin Event Pass
|
|
448
472
|
*EventsPassesApi* | [**createEventPass**](docs/EventsPassesApi.md#createeventpass) | **POST** /events/{eventId}/attendees/{accountId}/passes | Create Event Pass
|
|
449
473
|
*EventsPassesApi* | [**deleteEventPass**](docs/EventsPassesApi.md#deleteeventpass) | **DELETE** /events/{eventId}/passes/{passId} | Delete Event Pass
|
|
474
|
+
*EventsPassesApi* | [**denyEventPass**](docs/EventsPassesApi.md#denyeventpass) | **PUT** /events/{eventId}/passes/{passId}/deny | Deny Event Pass
|
|
450
475
|
*EventsPassesApi* | [**getEventPass**](docs/EventsPassesApi.md#geteventpass) | **GET** /events/{eventId}/passes/{passId} | Get Event Pass
|
|
451
476
|
*EventsPassesApi* | [**getEventPassMatches**](docs/EventsPassesApi.md#geteventpassmatches) | **GET** /events/{eventId}/passes/{passId}/matches | Get Event Pass Matches
|
|
452
477
|
*EventsPassesApi* | [**getEventPassPayments**](docs/EventsPassesApi.md#geteventpasspayments) | **GET** /events/{eventId}/passes/{passId}/payments | Get Event Pass Payments
|
|
453
478
|
*EventsPassesApi* | [**getEventPassTransferLogs**](docs/EventsPassesApi.md#geteventpasstransferlogs) | **GET** /events/{eventId}/passes/{passId}/transfers/logs | Get Event Pass Transfer Logs
|
|
454
479
|
*EventsPassesApi* | [**getEventPasses**](docs/EventsPassesApi.md#geteventpasses) | **GET** /events/{eventId}/passes | Get Event Passes
|
|
480
|
+
*EventsPassesApi* | [**getEventPendingPasses**](docs/EventsPassesApi.md#geteventpendingpasses) | **GET** /events/{eventId}/passes/pending | Get Event Pending Passes
|
|
455
481
|
*EventsPassesApi* | [**indexEventPasses**](docs/EventsPassesApi.md#indexeventpasses) | **POST** /events/{eventId}/index-passes | Index Event Passes
|
|
456
482
|
*EventsPassesApi* | [**transferEventPass**](docs/EventsPassesApi.md#transfereventpass) | **POST** /events/{eventId}/attendees/{accountId}/passes/{passId}/transfers | Transfer Event Pass
|
|
457
483
|
*EventsPassesApi* | [**undoCheckinEventPass**](docs/EventsPassesApi.md#undocheckineventpass) | **POST** /events/{eventId}/passes/{passId}/checkin/undo | Undo Checkin Event Pass
|
|
@@ -687,6 +713,18 @@ Class | Method | HTTP request | Description
|
|
|
687
713
|
*EventsSessionsSectionsTranslationsApi* | [**getEventSessionSectionTranslation**](docs/EventsSessionsSectionsTranslationsApi.md#geteventsessionsectiontranslation) | **GET** /events/{eventId}/sessions/{sessionId}/sections/{sectionId}/translations/{locale} | Get Event Session Section Translation
|
|
688
714
|
*EventsSessionsSectionsTranslationsApi* | [**getEventSessionSectionTranslations**](docs/EventsSessionsSectionsTranslationsApi.md#geteventsessionsectiontranslations) | **GET** /events/{eventId}/sessions/{sessionId}/sections/{sectionId}/translations | Get Event Session Section Translations
|
|
689
715
|
*EventsSessionsSectionsTranslationsApi* | [**updateEventSessionSectionTranslation**](docs/EventsSessionsSectionsTranslationsApi.md#updateeventsessionsectiontranslation) | **PUT** /events/{eventId}/sessions/{sessionId}/sections/{sectionId}/translations/{locale} | Update Event Session Section Translation
|
|
716
|
+
*EventsSessionsTimesApi* | [**addEventSessionTimeSpeaker**](docs/EventsSessionsTimesApi.md#addeventsessiontimespeaker) | **POST** /events/{eventId}/sessions/{sessionId}/times/{timeId}/speakers/{speakerId} | Add Event Session Time Speaker
|
|
717
|
+
*EventsSessionsTimesApi* | [**createEventSessionTime**](docs/EventsSessionsTimesApi.md#createeventsessiontime) | **POST** /events/{eventId}/sessions/{sessionId}/times | Create Event Session Time
|
|
718
|
+
*EventsSessionsTimesApi* | [**deleteEventSessionTime**](docs/EventsSessionsTimesApi.md#deleteeventsessiontime) | **DELETE** /events/{eventId}/sessions/{sessionId}/times/{timeId} | Delete Event Session Time
|
|
719
|
+
*EventsSessionsTimesApi* | [**getEventSessionTime**](docs/EventsSessionsTimesApi.md#geteventsessiontime) | **GET** /events/{eventId}/sessions/{sessionId}/times/{timeId} | Get Event Session Time
|
|
720
|
+
*EventsSessionsTimesApi* | [**getEventSessionTimeSpeakers**](docs/EventsSessionsTimesApi.md#geteventsessiontimespeakers) | **GET** /events/{eventId}/sessions/{sessionId}/times/{timeId}/speakers | Get Event Session Time Speakers
|
|
721
|
+
*EventsSessionsTimesApi* | [**getEventSessionTimes**](docs/EventsSessionsTimesApi.md#geteventsessiontimes) | **GET** /events/{eventId}/sessions/{sessionId}/times | Get Event Session Times
|
|
722
|
+
*EventsSessionsTimesApi* | [**removeEventSessionTimeSpeaker**](docs/EventsSessionsTimesApi.md#removeeventsessiontimespeaker) | **DELETE** /events/{eventId}/sessions/{sessionId}/times/{timeId}/speakers/{speakerId} | Remove Event Session Time Speaker
|
|
723
|
+
*EventsSessionsTimesApi* | [**updateEventSessionTime**](docs/EventsSessionsTimesApi.md#updateeventsessiontime) | **PUT** /events/{eventId}/sessions/{sessionId}/times/{timeId} | Update Event Session Time
|
|
724
|
+
*EventsSessionsTimesTranslationsApi* | [**deleteEventSessionTimeTranslation**](docs/EventsSessionsTimesTranslationsApi.md#deleteeventsessiontimetranslation) | **DELETE** /events/{eventId}/sessions/{sessionId}/times/{timeId}/translations/{locale} | Delete Event Session Time Translation
|
|
725
|
+
*EventsSessionsTimesTranslationsApi* | [**getEventSessionTimeTranslation**](docs/EventsSessionsTimesTranslationsApi.md#geteventsessiontimetranslation) | **GET** /events/{eventId}/sessions/{sessionId}/times/{timeId}/translations/{locale} | Get Event Session Time Translation
|
|
726
|
+
*EventsSessionsTimesTranslationsApi* | [**getEventSessionTimeTranslations**](docs/EventsSessionsTimesTranslationsApi.md#geteventsessiontimetranslations) | **GET** /events/{eventId}/sessions/{sessionId}/times/{timeId}/translations | Get Event Session Time Translations
|
|
727
|
+
*EventsSessionsTimesTranslationsApi* | [**updateEventSessionTimeTranslation**](docs/EventsSessionsTimesTranslationsApi.md#updateeventsessiontimetranslation) | **PUT** /events/{eventId}/sessions/{sessionId}/times/{timeId}/translations/{locale} | Update Event Session Time Translation
|
|
690
728
|
*EventsSessionsTranslationsApi* | [**deleteEventSessionTranslation**](docs/EventsSessionsTranslationsApi.md#deleteeventsessiontranslation) | **DELETE** /events/{eventId}/sessions/{sessionId}/translations/{locale} | Delete Event Session Translation
|
|
691
729
|
*EventsSessionsTranslationsApi* | [**getEventSessionTranslation**](docs/EventsSessionsTranslationsApi.md#geteventsessiontranslation) | **GET** /events/{eventId}/sessions/{sessionId}/translations/{locale} | Get Event Session Translation
|
|
692
730
|
*EventsSessionsTranslationsApi* | [**getEventSessionTranslations**](docs/EventsSessionsTranslationsApi.md#geteventsessiontranslations) | **GET** /events/{eventId}/sessions/{sessionId}/translations | Get Event Session Translations
|
|
@@ -963,6 +1001,7 @@ Class | Method | HTTP request | Description
|
|
|
963
1001
|
*PushDevicesApi* | [**getPushDevices**](docs/PushDevicesApi.md#getpushdevices) | **GET** /push-devices | Get Push Devices
|
|
964
1002
|
*ReportsApi* | [**createCustomReport**](docs/ReportsApi.md#createcustomreport) | **POST** /reports/{standard} | Create Custom Report
|
|
965
1003
|
*ReportsApi* | [**deleteCustomReport**](docs/ReportsApi.md#deletecustomreport) | **DELETE** /reports/custom/{reportId} | Delete Custom Report
|
|
1004
|
+
*ReportsApi* | [**exportCustomReport**](docs/ReportsApi.md#exportcustomreport) | **POST** /reports/custom/{reportId}/export | Export Custom Report
|
|
966
1005
|
*ReportsApi* | [**getCustomReport**](docs/ReportsApi.md#getcustomreport) | **GET** /reports/custom/{reportId} | Get Custom Report
|
|
967
1006
|
*ReportsApi* | [**getCustomReports**](docs/ReportsApi.md#getcustomreports) | **GET** /reports/custom | Get Custom Reports
|
|
968
1007
|
*ReportsApi* | [**getReport**](docs/ReportsApi.md#getreport) | **GET** /reports/{standard} | Get Report
|
|
@@ -1280,9 +1319,12 @@ Class | Method | HTTP request | Description
|
|
|
1280
1319
|
- [BaseBenefit](docs/BaseBenefit.md)
|
|
1281
1320
|
- [BaseBooking](docs/BaseBooking.md)
|
|
1282
1321
|
- [BaseBookingPlace](docs/BaseBookingPlace.md)
|
|
1322
|
+
- [BaseBookingQuestionResponse](docs/BaseBookingQuestionResponse.md)
|
|
1283
1323
|
- [BaseBookingSpace](docs/BaseBookingSpace.md)
|
|
1284
1324
|
- [BaseBookingSpaceAvailability](docs/BaseBookingSpaceAvailability.md)
|
|
1285
1325
|
- [BaseBookingSpaceBlackout](docs/BaseBookingSpaceBlackout.md)
|
|
1326
|
+
- [BaseBookingSpaceQuestion](docs/BaseBookingSpaceQuestion.md)
|
|
1327
|
+
- [BaseBookingSpaceQuestionChoice](docs/BaseBookingSpaceQuestionChoice.md)
|
|
1286
1328
|
- [BaseChannel](docs/BaseChannel.md)
|
|
1287
1329
|
- [BaseChannelContent](docs/BaseChannelContent.md)
|
|
1288
1330
|
- [BaseChannelContentGuest](docs/BaseChannelContentGuest.md)
|
|
@@ -1451,6 +1493,7 @@ Class | Method | HTTP request | Description
|
|
|
1451
1493
|
- [BookingPlaceTranslation](docs/BookingPlaceTranslation.md)
|
|
1452
1494
|
- [BookingPlaceTranslationUpdateInputs](docs/BookingPlaceTranslationUpdateInputs.md)
|
|
1453
1495
|
- [BookingPlaceUpdateInputs](docs/BookingPlaceUpdateInputs.md)
|
|
1496
|
+
- [BookingQuestionResponse](docs/BookingQuestionResponse.md)
|
|
1454
1497
|
- [BookingSlot](docs/BookingSlot.md)
|
|
1455
1498
|
- [BookingSpace](docs/BookingSpace.md)
|
|
1456
1499
|
- [BookingSpaceAvailability](docs/BookingSpaceAvailability.md)
|
|
@@ -1460,6 +1503,18 @@ Class | Method | HTTP request | Description
|
|
|
1460
1503
|
- [BookingSpaceBlackoutCreateInputs](docs/BookingSpaceBlackoutCreateInputs.md)
|
|
1461
1504
|
- [BookingSpaceBlackoutUpdateInputs](docs/BookingSpaceBlackoutUpdateInputs.md)
|
|
1462
1505
|
- [BookingSpaceCreateInputs](docs/BookingSpaceCreateInputs.md)
|
|
1506
|
+
- [BookingSpaceQuestion](docs/BookingSpaceQuestion.md)
|
|
1507
|
+
- [BookingSpaceQuestionChoice](docs/BookingSpaceQuestionChoice.md)
|
|
1508
|
+
- [BookingSpaceQuestionChoiceCreateInputs](docs/BookingSpaceQuestionChoiceCreateInputs.md)
|
|
1509
|
+
- [BookingSpaceQuestionChoiceTranslation](docs/BookingSpaceQuestionChoiceTranslation.md)
|
|
1510
|
+
- [BookingSpaceQuestionChoiceTranslationUpdateInputs](docs/BookingSpaceQuestionChoiceTranslationUpdateInputs.md)
|
|
1511
|
+
- [BookingSpaceQuestionChoiceUpdateInputs](docs/BookingSpaceQuestionChoiceUpdateInputs.md)
|
|
1512
|
+
- [BookingSpaceQuestionCreateInputs](docs/BookingSpaceQuestionCreateInputs.md)
|
|
1513
|
+
- [BookingSpaceQuestionTranslation](docs/BookingSpaceQuestionTranslation.md)
|
|
1514
|
+
- [BookingSpaceQuestionTranslationUpdateInputs](docs/BookingSpaceQuestionTranslationUpdateInputs.md)
|
|
1515
|
+
- [BookingSpaceQuestionType](docs/BookingSpaceQuestionType.md)
|
|
1516
|
+
- [BookingSpaceQuestionUpdateInputs](docs/BookingSpaceQuestionUpdateInputs.md)
|
|
1517
|
+
- [BookingSpaceQuestionUpdateInputsChoices](docs/BookingSpaceQuestionUpdateInputsChoices.md)
|
|
1463
1518
|
- [BookingSpaceTranslation](docs/BookingSpaceTranslation.md)
|
|
1464
1519
|
- [BookingSpaceTranslationUpdateInputs](docs/BookingSpaceTranslationUpdateInputs.md)
|
|
1465
1520
|
- [BookingSpaceUpdateInputs](docs/BookingSpaceUpdateInputs.md)
|
|
@@ -1508,6 +1563,8 @@ Class | Method | HTTP request | Description
|
|
|
1508
1563
|
- [CreateBookingSpace200Response](docs/CreateBookingSpace200Response.md)
|
|
1509
1564
|
- [CreateBookingSpaceAvailability200Response](docs/CreateBookingSpaceAvailability200Response.md)
|
|
1510
1565
|
- [CreateBookingSpaceBlackout200Response](docs/CreateBookingSpaceBlackout200Response.md)
|
|
1566
|
+
- [CreateBookingSpaceQuestion200Response](docs/CreateBookingSpaceQuestion200Response.md)
|
|
1567
|
+
- [CreateBookingSpaceQuestionChoice200Response](docs/CreateBookingSpaceQuestionChoice200Response.md)
|
|
1511
1568
|
- [CreateChannel200Response](docs/CreateChannel200Response.md)
|
|
1512
1569
|
- [CreateChannelContent200Response](docs/CreateChannelContent200Response.md)
|
|
1513
1570
|
- [CreateChannelContentGuest200Response](docs/CreateChannelContentGuest200Response.md)
|
|
@@ -1546,6 +1603,7 @@ Class | Method | HTTP request | Description
|
|
|
1546
1603
|
- [CreateEventSessionQuestion200Response](docs/CreateEventSessionQuestion200Response.md)
|
|
1547
1604
|
- [CreateEventSessionQuestionChoice200Response](docs/CreateEventSessionQuestionChoice200Response.md)
|
|
1548
1605
|
- [CreateEventSessionSection200Response](docs/CreateEventSessionSection200Response.md)
|
|
1606
|
+
- [CreateEventSessionTime200Response](docs/CreateEventSessionTime200Response.md)
|
|
1549
1607
|
- [CreateEventSpeaker200Response](docs/CreateEventSpeaker200Response.md)
|
|
1550
1608
|
- [CreateEventSponsorship200Response](docs/CreateEventSponsorship200Response.md)
|
|
1551
1609
|
- [CreateEventSponsorshipLevel200Response](docs/CreateEventSponsorshipLevel200Response.md)
|
|
@@ -1746,6 +1804,11 @@ Class | Method | HTTP request | Description
|
|
|
1746
1804
|
- [EventSessionSectionTranslation](docs/EventSessionSectionTranslation.md)
|
|
1747
1805
|
- [EventSessionSectionTranslationUpdateInputs](docs/EventSessionSectionTranslationUpdateInputs.md)
|
|
1748
1806
|
- [EventSessionSectionUpdateInputs](docs/EventSessionSectionUpdateInputs.md)
|
|
1807
|
+
- [EventSessionTime](docs/EventSessionTime.md)
|
|
1808
|
+
- [EventSessionTimeCreateInputs](docs/EventSessionTimeCreateInputs.md)
|
|
1809
|
+
- [EventSessionTimeTranslation](docs/EventSessionTimeTranslation.md)
|
|
1810
|
+
- [EventSessionTimeTranslationUpdateInputs](docs/EventSessionTimeTranslationUpdateInputs.md)
|
|
1811
|
+
- [EventSessionTimeUpdateInputs](docs/EventSessionTimeUpdateInputs.md)
|
|
1749
1812
|
- [EventSessionTranslation](docs/EventSessionTranslation.md)
|
|
1750
1813
|
- [EventSessionTranslationUpdateInputs](docs/EventSessionTranslationUpdateInputs.md)
|
|
1751
1814
|
- [EventSessionUpdateInputs](docs/EventSessionUpdateInputs.md)
|
|
@@ -1820,8 +1883,15 @@ Class | Method | HTTP request | Description
|
|
|
1820
1883
|
- [GetBookingPlaceTranslation200Response](docs/GetBookingPlaceTranslation200Response.md)
|
|
1821
1884
|
- [GetBookingPlaceTranslations200Response](docs/GetBookingPlaceTranslations200Response.md)
|
|
1822
1885
|
- [GetBookingPlaces200Response](docs/GetBookingPlaces200Response.md)
|
|
1886
|
+
- [GetBookingResponses200Response](docs/GetBookingResponses200Response.md)
|
|
1823
1887
|
- [GetBookingSpaceAvailabilities200Response](docs/GetBookingSpaceAvailabilities200Response.md)
|
|
1824
1888
|
- [GetBookingSpaceBlackouts200Response](docs/GetBookingSpaceBlackouts200Response.md)
|
|
1889
|
+
- [GetBookingSpaceQuestionChoiceTranslation200Response](docs/GetBookingSpaceQuestionChoiceTranslation200Response.md)
|
|
1890
|
+
- [GetBookingSpaceQuestionChoiceTranslations200Response](docs/GetBookingSpaceQuestionChoiceTranslations200Response.md)
|
|
1891
|
+
- [GetBookingSpaceQuestionChoices200Response](docs/GetBookingSpaceQuestionChoices200Response.md)
|
|
1892
|
+
- [GetBookingSpaceQuestionTranslation200Response](docs/GetBookingSpaceQuestionTranslation200Response.md)
|
|
1893
|
+
- [GetBookingSpaceQuestionTranslations200Response](docs/GetBookingSpaceQuestionTranslations200Response.md)
|
|
1894
|
+
- [GetBookingSpaceQuestions200Response](docs/GetBookingSpaceQuestions200Response.md)
|
|
1825
1895
|
- [GetBookingSpaceSlots200Response](docs/GetBookingSpaceSlots200Response.md)
|
|
1826
1896
|
- [GetBookingSpaceTranslation200Response](docs/GetBookingSpaceTranslation200Response.md)
|
|
1827
1897
|
- [GetBookingSpaceTranslations200Response](docs/GetBookingSpaceTranslations200Response.md)
|
|
@@ -1944,6 +2014,9 @@ Class | Method | HTTP request | Description
|
|
|
1944
2014
|
- [GetEventSessionSectionTranslation200Response](docs/GetEventSessionSectionTranslation200Response.md)
|
|
1945
2015
|
- [GetEventSessionSectionTranslations200Response](docs/GetEventSessionSectionTranslations200Response.md)
|
|
1946
2016
|
- [GetEventSessionSpeakers200Response](docs/GetEventSessionSpeakers200Response.md)
|
|
2017
|
+
- [GetEventSessionTimeTranslation200Response](docs/GetEventSessionTimeTranslation200Response.md)
|
|
2018
|
+
- [GetEventSessionTimeTranslations200Response](docs/GetEventSessionTimeTranslations200Response.md)
|
|
2019
|
+
- [GetEventSessionTimes200Response](docs/GetEventSessionTimes200Response.md)
|
|
1947
2020
|
- [GetEventSessionTracks200Response](docs/GetEventSessionTracks200Response.md)
|
|
1948
2021
|
- [GetEventSessionTranslation200Response](docs/GetEventSessionTranslation200Response.md)
|
|
1949
2022
|
- [GetEventSessionTranslations200Response](docs/GetEventSessionTranslations200Response.md)
|
|
@@ -2260,6 +2333,8 @@ Class | Method | HTTP request | Description
|
|
|
2260
2333
|
- [RegistrationSectionQuestion](docs/RegistrationSectionQuestion.md)
|
|
2261
2334
|
- [RegistrationSectionTranslation](docs/RegistrationSectionTranslation.md)
|
|
2262
2335
|
- [RemoveEventPassAttribute200Response](docs/RemoveEventPassAttribute200Response.md)
|
|
2336
|
+
- [ReorderBookingSpaceQuestionChoices200Response](docs/ReorderBookingSpaceQuestionChoices200Response.md)
|
|
2337
|
+
- [ReorderBookingSpaceQuestions200Response](docs/ReorderBookingSpaceQuestions200Response.md)
|
|
2263
2338
|
- [ReorderEventFaqSectionQuestions200Response](docs/ReorderEventFaqSectionQuestions200Response.md)
|
|
2264
2339
|
- [ReorderEventFollowupQuestions200Response](docs/ReorderEventFollowupQuestions200Response.md)
|
|
2265
2340
|
- [ReorderEventQuestionChoiceSubQuestions200Response](docs/ReorderEventQuestionChoiceSubQuestions200Response.md)
|
|
@@ -2381,6 +2456,7 @@ Class | Method | HTTP request | Description
|
|
|
2381
2456
|
- [SurveySectionTranslation](docs/SurveySectionTranslation.md)
|
|
2382
2457
|
- [SurveySectionTranslationUpdateInputs](docs/SurveySectionTranslationUpdateInputs.md)
|
|
2383
2458
|
- [SurveySectionUpdateInputs](docs/SurveySectionUpdateInputs.md)
|
|
2459
|
+
- [SurveyStatus](docs/SurveyStatus.md)
|
|
2384
2460
|
- [SurveySubmission](docs/SurveySubmission.md)
|
|
2385
2461
|
- [SurveySubmissionUpdateInputs](docs/SurveySubmissionUpdateInputs.md)
|
|
2386
2462
|
- [SurveyTranslation](docs/SurveyTranslation.md)
|
|
@@ -2435,6 +2511,8 @@ Class | Method | HTTP request | Description
|
|
|
2435
2511
|
- [TriggerCreateInputs](docs/TriggerCreateInputs.md)
|
|
2436
2512
|
- [TriggerUpdateInputs](docs/TriggerUpdateInputs.md)
|
|
2437
2513
|
- [UpdateAnnouncementTranslation200Response](docs/UpdateAnnouncementTranslation200Response.md)
|
|
2514
|
+
- [UpdateBookingSpaceQuestionChoiceTranslation200Response](docs/UpdateBookingSpaceQuestionChoiceTranslation200Response.md)
|
|
2515
|
+
- [UpdateBookingSpaceQuestionTranslation200Response](docs/UpdateBookingSpaceQuestionTranslation200Response.md)
|
|
2438
2516
|
- [UpdateChannelContentGuestTranslation200Response](docs/UpdateChannelContentGuestTranslation200Response.md)
|
|
2439
2517
|
- [UpdateChannelTranslation200Response](docs/UpdateChannelTranslation200Response.md)
|
|
2440
2518
|
- [UpdateEventActivationTranslation200Response](docs/UpdateEventActivationTranslation200Response.md)
|