@connectedxm/admin-sdk 6.9.0 → 6.14.5
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 +212 -20
- package/AdminApi.ts +18 -0
- package/README.md +241 -24
- package/api.ts +7182 -1621
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +4993 -1528
- package/dist/api.js +4123 -720
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +4993 -1528
- package/dist/esm/api.js +4077 -702
- package/docs/AccountAttribute.md +3 -1
- package/docs/AccountAttributeCreateInputs.md +7 -1
- package/docs/AccountAttributeType.md +20 -0
- package/docs/AccountAttributeUpdateInputs.md +6 -0
- package/docs/AccountsAddressesApi.md +4 -4
- package/docs/AccountsApi.md +58 -6
- package/docs/AddChannelSubscriber200Response.md +24 -0
- package/docs/AddOrganizationUser200Response.md +24 -0
- package/docs/AdvertisementsApi.md +4 -4
- package/docs/AnnouncementsApi.md +4 -4
- package/docs/AnnouncementsScheduleApi.md +4 -4
- package/docs/BaseAccountAttribute.md +3 -1
- package/docs/BaseEventActivation.md +4 -0
- package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
- package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
- package/docs/BaseEventBlock.md +2 -0
- package/docs/BaseEventOnSite.md +2 -2
- package/docs/BaseEventPass.md +2 -0
- package/docs/BaseEventSession.md +2 -4
- package/docs/BaseEventSessionQuestionChoice.md +1 -1
- package/docs/BasePassAttribute.md +26 -0
- package/docs/BasePassAttributeAttribute.md +22 -0
- package/docs/BasePayment.md +2 -0
- package/docs/BaseRegistrationQuestionChoice.md +1 -1
- package/docs/BaseSeriesQuestion.md +60 -0
- package/docs/BaseSeriesQuestionChoice.md +30 -0
- package/docs/BaseSeriesRegistration.md +2 -0
- package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
- package/docs/BaseSideEffect.md +2 -0
- package/docs/BaseSurveyQuestionChoice.md +1 -1
- package/docs/BookingsApi.md +10 -10
- package/docs/BookingsAvailabilitiesApi.md +6 -6
- package/docs/BookingsBlackoutsApi.md +4 -4
- package/docs/BulkUploadSearchListValues200Response.md +24 -0
- package/docs/ChannelsApi.md +36 -36
- package/docs/CloneOptions.md +2 -0
- package/docs/CreateAccountAddress200Response.md +1 -1
- package/docs/CreateAccountAttribute200Response.md +24 -0
- package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
- package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
- package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
- package/docs/CreateChannelContentGuest200Response.md +24 -0
- package/docs/CreateDashboardWidget200Response.md +24 -0
- package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
- package/docs/CreateEventActivationCompletion200Response.md +24 -0
- package/docs/CreateEventAttendeePackage200Response.md +24 -0
- package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
- package/docs/CreateEventFollowup200Response.md +24 -0
- package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
- package/docs/CreateEventPackagePass200Response.md +24 -0
- package/docs/CreateEventQuestion200Response.md +24 -0
- package/docs/CreateEventQuestionChoice200Response.md +24 -0
- package/docs/CreateEventRegistrationBypass200Response.md +24 -0
- package/docs/CreateEventReservation200Response.md +24 -0
- package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
- package/docs/CreateEventSessionLocation200Response.md +24 -0
- package/docs/CreateEventSessionQuestion200Response.md +24 -0
- package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
- package/docs/CreateEventSessionSection200Response.md +24 -0
- package/docs/CreateEventSponsorship200Response.md +24 -0
- package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
- package/docs/CreateGroupInvitations200Response.md +24 -0
- package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
- package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
- package/docs/CreateOrganizationSideEffect200Response.md +24 -0
- package/docs/CreateOrganizationTeamMember200Response.md +24 -0
- package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
- package/docs/CreateSeriesQuestion200Response.md +24 -0
- package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
- package/docs/CreateSeriesRegistration200Response.md +24 -0
- package/docs/CreateStreamInputOutput200Response.md +24 -0
- package/docs/CreateSupportTicketMessage200Response.md +24 -0
- package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
- package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
- package/docs/CreateThreadCircleAccount200Response.md +24 -0
- package/docs/CreateThreadMessageReaction200Response.md +24 -0
- package/docs/DashboardsApi.md +2 -2
- package/docs/DashboardsWidgetsApi.md +8 -8
- package/docs/DeleteDashboard200Response.md +24 -0
- package/docs/EmailReceiptsApi.md +2 -2
- package/docs/Event.md +6 -0
- package/docs/EventActivation.md +8 -0
- package/docs/EventActivationCreateInputs.md +6 -0
- package/docs/EventActivationUpdateInputs.md +6 -0
- package/docs/EventAttribute.md +26 -0
- package/docs/EventAttributeCreateInputs.md +20 -0
- package/docs/EventAttributeUpdateInputs.md +20 -0
- package/docs/EventBlock.md +2 -0
- package/docs/EventBlockCreateInputs.md +2 -0
- package/docs/EventBlockUpdateInputs.md +2 -0
- package/docs/EventCreateInputs.md +6 -0
- package/docs/EventMediaItemTranslation.md +30 -0
- package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
- package/docs/EventOnSite.md +2 -4
- package/docs/EventPass.md +8 -0
- package/docs/EventPassCreateInputs.md +2 -0
- package/docs/EventPassType.md +4 -0
- package/docs/EventPassUpdateInputs.md +2 -0
- package/docs/EventRoomTypeReservationPassesInner.md +1 -1
- package/docs/EventSession.md +12 -4
- package/docs/EventSessionCloneOptions.md +22 -0
- package/docs/EventSessionCreateInputs.md +8 -4
- package/docs/EventSessionUpdateInputs.md +8 -4
- package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
- package/docs/EventTrack.md +1 -1
- package/docs/EventTranslation.md +2 -0
- package/docs/EventTranslationUpdateInputs.md +2 -0
- package/docs/EventUpdateInputs.md +6 -0
- package/docs/EventsAccessApi.md +4 -4
- package/docs/EventsActivationsApi.md +85 -18
- package/docs/EventsActivationsSessionsApi.md +123 -0
- package/docs/EventsAddonsApi.md +4 -4
- package/docs/EventsApi.md +2 -2
- package/docs/EventsAttendeesApi.md +8 -8
- package/docs/EventsAttendeesPackagesApi.md +10 -10
- package/docs/EventsAttendeesReservationsApi.md +16 -16
- package/docs/EventsAttributesApi.md +296 -0
- package/docs/EventsBlocksApi.md +2 -2
- package/docs/EventsBypassApi.md +8 -8
- package/docs/EventsFaqsApi.md +2 -2
- package/docs/EventsFollowupsApi.md +32 -32
- package/docs/EventsMatchesApi.md +10 -10
- package/docs/EventsMediaApi.md +12 -12
- package/docs/EventsOnSiteApi.md +10 -188
- package/docs/EventsPackagesPassesApi.md +8 -8
- package/docs/EventsPassesApi.md +26 -26
- package/docs/EventsPassesAttributesApi.md +191 -0
- package/docs/EventsPasstypesApi.md +14 -14
- package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
- package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
- package/docs/EventsQuestionsApi.md +38 -38
- package/docs/EventsRoomsApi.md +2 -2
- package/docs/EventsRoomtypesApi.md +8 -8
- package/docs/EventsSectionsApi.md +32 -32
- package/docs/EventsSessionsAccessesApi.md +6 -6
- package/docs/EventsSessionsApi.md +270 -28
- package/docs/EventsSessionsLocationsApi.md +14 -14
- package/docs/EventsSessionsMatchesApi.md +12 -12
- package/docs/EventsSessionsQuestionsApi.md +36 -36
- package/docs/EventsSessionsSectionsApi.md +18 -18
- package/docs/EventsSpeakersApi.md +8 -8
- package/docs/EventsSponsorshiplevelsApi.md +10 -10
- package/docs/EventsSponsorshipsApi.md +10 -10
- package/docs/EventsTracksApi.md +2 -2
- package/docs/GetAcccountEmailReceipts200Response.md +26 -0
- package/docs/GetAccountAddresses200Response.md +26 -0
- package/docs/GetAccountInvitations200Response.md +1 -1
- package/docs/GetAccountNotificationPreferences200Response.md +24 -0
- package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
- package/docs/GetAccountsByInternalRefId200Response.md +24 -0
- package/docs/GetAdvertisementClicks200Response.md +26 -0
- package/docs/GetAdvertisementViews200Response.md +26 -0
- package/docs/GetAnnouncementAudience200Response.md +26 -0
- package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
- package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
- package/docs/GetBookingSpaceSlots200Response.md +24 -0
- package/docs/GetChannelContentGuests200Response.md +26 -0
- package/docs/GetChannelContentLikes200Response.md +26 -0
- package/docs/GetChannelSubscribers200Response.md +26 -0
- package/docs/GetDashboardAttributes200Response.md +24 -0
- package/docs/GetDashboardWidgets200Response.md +24 -0
- package/docs/GetEmailReceipts200Response.md +26 -0
- package/docs/GetEventActivationCompletions200Response.md +26 -0
- package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
- package/docs/GetEventActivations200Response.md +26 -0
- package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
- package/docs/GetEventAttendeePackages200Response.md +26 -0
- package/docs/GetEventAttendeeReservations200Response.md +26 -0
- package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
- package/docs/GetEventAttributes200Response.md +26 -0
- package/docs/GetEventDashboardQuestions200Response.md +24 -0
- package/docs/GetEventFollowupQuestions200Response.md +26 -0
- package/docs/GetEventPackagePasses200Response.md +26 -0
- package/docs/GetEventPassAccesses200Response.md +26 -0
- package/docs/GetEventPassAttributes200Response.md +26 -0
- package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
- package/docs/GetEventPassQuestionSections200Response.md +26 -0
- package/docs/GetEventPassResponse200Response.md +24 -0
- package/docs/GetEventPassResponseChanges200Response.md +26 -0
- package/docs/GetEventPassResponses200Response.md +26 -0
- package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
- package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
- package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
- package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
- package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventQuestionChoices200Response.md +26 -0
- package/docs/GetEventQuestionSummaries200Response.md +26 -0
- package/docs/GetEventQuestions200Response.md +26 -0
- package/docs/GetEventRegistrationBypassList200Response.md +26 -0
- package/docs/GetEventRoundQuestions200Response.md +26 -0
- package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
- package/docs/GetEventSectionQuestions200Response.md +26 -0
- package/docs/GetEventSessionAccess200Response.md +24 -0
- package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
- package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
- package/docs/GetEventSessionLocations200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
- package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
- package/docs/GetEventSessionQuestions200Response.md +26 -0
- package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
- package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
- package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
- package/docs/GetEventSponsorshipLevels200Response.md +26 -0
- package/docs/GetEventSponsorships200Response.md +26 -0
- package/docs/GetGroupInvitations200Response.md +26 -0
- package/docs/GetInvoiceLineItems200Response.md +26 -0
- package/docs/GetLivestreamSessions200Response.md +26 -0
- package/docs/GetMeetingParticipant200Response.md +24 -0
- package/docs/GetMeetingParticipants200Response.md +26 -0
- package/docs/GetMeetingRecording200Response.md +24 -0
- package/docs/GetMeetingRecordings200Response.md +26 -0
- package/docs/GetMeetingSessionMessages200Response.md +24 -0
- package/docs/GetMeetingSessionParticipant200Response.md +24 -0
- package/docs/GetMeetingSessionParticipants200Response.md +26 -0
- package/docs/GetMeetingSessionSummary200Response.md +24 -0
- package/docs/GetMeetingSessionTranscript200Response.md +24 -0
- package/docs/GetMeetingSessions200Response.md +26 -0
- package/docs/GetNotificationStats200Response.md +24 -0
- package/docs/GetNotifications200Response.md +26 -0
- package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
- package/docs/GetOrganizationDomain200Response.md +24 -0
- package/docs/GetOrganizationModule200Response.md +24 -0
- package/docs/GetOrganizationModuleSettings200Response.md +24 -0
- package/docs/GetOrganizationModules200Response.md +26 -0
- package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
- package/docs/GetOrganizationSideEffects200Response.md +26 -0
- package/docs/GetOrganizationSystemLog200Response.md +24 -0
- package/docs/GetOrganizationSystemLogs200Response.md +26 -0
- package/docs/GetOrganizationTeamMembers200Response.md +26 -0
- package/docs/GetOrganizationUsers200Response.md +26 -0
- package/docs/GetPreferences200Response.md +24 -0
- package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
- package/docs/GetSearchListValues200Response.md +26 -0
- package/docs/GetSeriesQuestionChoices200Response.md +26 -0
- package/docs/GetSeriesQuestions200Response.md +26 -0
- package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
- package/docs/GetSeriesRegistrations200Response.md +26 -0
- package/docs/GetStreamInputOutputs200Response.md +26 -0
- package/docs/GetStreamSessionChat200Response.md +24 -0
- package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
- package/docs/GetSupportTicketActivity200Response.md +24 -0
- package/docs/GetSupportTicketMessages200Response.md +26 -0
- package/docs/GetSupportTicketNotes200Response.md +26 -0
- package/docs/GetSupportTicketViewer200Response.md +26 -0
- package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetSurveyQuestionChoices200Response.md +26 -0
- package/docs/GetSurveyQuestionResponses200Response.md +26 -0
- package/docs/GetSurveySectionQuestions200Response.md +26 -0
- package/docs/GetSurveySubmission200Response.md +24 -0
- package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
- package/docs/GetSurveySubmissions200Response.md +26 -0
- package/docs/GetThreadCircleAccounts200Response.md +26 -0
- package/docs/GetThreadMessageReactions200Response.md +24 -0
- package/docs/GroupsInvitationsApi.md +8 -8
- package/docs/GroupsModeratorsApi.md +4 -4
- package/docs/InterestsApi.md +2 -2
- package/docs/InvoicesApi.md +4 -4
- package/docs/InvoicesLineitemsApi.md +4 -4
- package/docs/MeetingsLivestreamsApi.md +4 -4
- package/docs/MeetingsParticipantsApi.md +10 -10
- package/docs/MeetingsRecordingsApi.md +4 -4
- package/docs/MeetingsSessionsApi.md +14 -14
- package/docs/NotificationsApi.md +8 -8
- package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
- package/docs/OrganizationApi.md +10 -10
- package/docs/OrganizationAttributesApi.md +12 -12
- package/docs/OrganizationDomainsApi.md +4 -4
- package/docs/OrganizationModulesApi.md +6 -6
- package/docs/OrganizationModulesSettingsApi.md +4 -4
- package/docs/OrganizationModulesTiersApi.md +12 -12
- package/docs/OrganizationPaymentsApi.md +12 -12
- package/docs/OrganizationSideeffectsApi.md +8 -8
- package/docs/OrganizationTaxApi.md +6 -6
- package/docs/OrganizationTeammembersApi.md +8 -8
- package/docs/OrganizationUsersApi.md +4 -4
- package/docs/PassAttribute.md +30 -0
- package/docs/PassAttributesUpdateInputs.md +20 -0
- package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
- package/docs/PassTypeCreateInputs.md +4 -0
- package/docs/PassTypeUpdateInputs.md +4 -0
- package/docs/Payment.md +4 -0
- package/docs/PaymentLineItem.md +2 -0
- package/docs/PaymentLineItemType.md +2 -0
- package/docs/PreferencesApi.md +4 -4
- package/docs/RemoveEventPassAttribute200Response.md +24 -0
- package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
- package/docs/ReorderEventSponsorships200Response.md +24 -0
- package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
- package/docs/SearchlistsValuesApi.md +12 -12
- package/docs/SelfApi.md +2 -2
- package/docs/Series.md +6 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +6 -0
- package/docs/SeriesQuestion.md +68 -0
- package/docs/SeriesQuestionChoice.md +38 -0
- package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
- package/docs/SeriesQuestionChoiceTranslation.md +32 -0
- package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SeriesQuestionCreateInputs.md +56 -0
- package/docs/SeriesQuestionTranslation.md +32 -0
- package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SeriesQuestionType.md +30 -0
- package/docs/SeriesQuestionUpdateInputs.md +56 -0
- package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
- package/docs/SeriesQuestionsApi.md +421 -0
- package/docs/SeriesQuestionsChoicesApi.md +244 -0
- package/docs/SeriesRegistration.md +4 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationsApi.md +203 -10
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +6 -0
- package/docs/SideEffect.md +4 -0
- package/docs/SideEffectActionType.md +2 -0
- package/docs/StorageVideosApi.md +4 -4
- package/docs/StorageVideosCaptionsApi.md +2 -2
- package/docs/StreamsApi.md +2 -2
- package/docs/StreamsOutputsApi.md +8 -8
- package/docs/StreamsSessionsApi.md +4 -4
- package/docs/SupportApi.md +4 -4
- package/docs/SupportMessagesApi.md +4 -4
- package/docs/SupportNotesApi.md +4 -4
- package/docs/Survey.md +2 -4
- package/docs/SurveyCreateInputs.md +2 -2
- package/docs/SurveyUpdateInputs.md +2 -2
- package/docs/SurveysApi.md +64 -0
- package/docs/SurveysQuestionsApi.md +32 -32
- package/docs/SurveysSectionsApi.md +10 -10
- package/docs/SurveysSessionsApi.md +117 -0
- package/docs/SurveysSubmissionsApi.md +12 -12
- package/docs/ThreadsCirclesAccountsApi.md +8 -8
- package/docs/ThreadsMessagesApi.md +2 -2
- package/docs/ThreadsMessagesFilesApi.md +2 -2
- package/docs/ThreadsMessagesImagesApi.md +2 -2
- package/docs/ThreadsMessagesReactionsApi.md +4 -4
- package/docs/ThreadsMessagesVideosApi.md +2 -2
- package/docs/UpdateEventPassAttributes200Response.md +24 -0
- package/docs/UpdateEventRoundQuestion200Response.md +24 -0
- package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
- package/docs/UpdateOrganizationDomain200Response.md +24 -0
- package/package.json +1 -1
- package/docs/BadgeFieldType.md +0 -20
- package/docs/BaseEventOnSiteBadgeField.md +0 -44
- package/docs/EventBadgeFieldUpdateInputs.md +0 -34
- package/docs/EventOnSiteBadgeField.md +0 -46
|
@@ -25,7 +25,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
25
25
|
|[**updateEventFollowupQuestion**](#updateeventfollowupquestion) | **PUT** /events/{eventId}/followups/{followupId}/questions/{questionId} | Update Event Followup Question|
|
|
26
26
|
|
|
27
27
|
# **addEventFollowupAddOn**
|
|
28
|
-
>
|
|
28
|
+
> CreateEventFollowup200Response addEventFollowupAddOn()
|
|
29
29
|
|
|
30
30
|
Add Event Followup Add On endpoint
|
|
31
31
|
|
|
@@ -62,7 +62,7 @@ const { status, data } = await apiInstance.addEventFollowupAddOn(
|
|
|
62
62
|
|
|
63
63
|
### Return type
|
|
64
64
|
|
|
65
|
-
**
|
|
65
|
+
**CreateEventFollowup200Response**
|
|
66
66
|
|
|
67
67
|
### Authorization
|
|
68
68
|
|
|
@@ -82,7 +82,7 @@ const { status, data } = await apiInstance.addEventFollowupAddOn(
|
|
|
82
82
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
83
83
|
|
|
84
84
|
# **addEventFollowupPassType**
|
|
85
|
-
>
|
|
85
|
+
> CreateEventFollowup200Response addEventFollowupPassType()
|
|
86
86
|
|
|
87
87
|
Add Event Followup Pass Type endpoint
|
|
88
88
|
|
|
@@ -119,7 +119,7 @@ const { status, data } = await apiInstance.addEventFollowupPassType(
|
|
|
119
119
|
|
|
120
120
|
### Return type
|
|
121
121
|
|
|
122
|
-
**
|
|
122
|
+
**CreateEventFollowup200Response**
|
|
123
123
|
|
|
124
124
|
### Authorization
|
|
125
125
|
|
|
@@ -139,7 +139,7 @@ const { status, data } = await apiInstance.addEventFollowupPassType(
|
|
|
139
139
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
140
140
|
|
|
141
141
|
# **addEventFollowupQuestion**
|
|
142
|
-
>
|
|
142
|
+
> CreateEventFollowup200Response addEventFollowupQuestion()
|
|
143
143
|
|
|
144
144
|
Add Event Followup Question endpoint
|
|
145
145
|
|
|
@@ -176,7 +176,7 @@ const { status, data } = await apiInstance.addEventFollowupQuestion(
|
|
|
176
176
|
|
|
177
177
|
### Return type
|
|
178
178
|
|
|
179
|
-
**
|
|
179
|
+
**CreateEventFollowup200Response**
|
|
180
180
|
|
|
181
181
|
### Authorization
|
|
182
182
|
|
|
@@ -196,7 +196,7 @@ const { status, data } = await apiInstance.addEventFollowupQuestion(
|
|
|
196
196
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
197
197
|
|
|
198
198
|
# **addEventFollowupTier**
|
|
199
|
-
>
|
|
199
|
+
> CreateEventFollowup200Response addEventFollowupTier()
|
|
200
200
|
|
|
201
201
|
Add Event Followup Tier endpoint
|
|
202
202
|
|
|
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.addEventFollowupTier(
|
|
|
236
236
|
|
|
237
237
|
### Return type
|
|
238
238
|
|
|
239
|
-
**
|
|
239
|
+
**CreateEventFollowup200Response**
|
|
240
240
|
|
|
241
241
|
### Authorization
|
|
242
242
|
|
|
@@ -256,7 +256,7 @@ const { status, data } = await apiInstance.addEventFollowupTier(
|
|
|
256
256
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
257
257
|
|
|
258
258
|
# **createEventFollowup**
|
|
259
|
-
>
|
|
259
|
+
> CreateEventFollowup200Response createEventFollowup(eventFollowupCreateInputs)
|
|
260
260
|
|
|
261
261
|
Create Event Followup endpoint
|
|
262
262
|
|
|
@@ -291,7 +291,7 @@ const { status, data } = await apiInstance.createEventFollowup(
|
|
|
291
291
|
|
|
292
292
|
### Return type
|
|
293
293
|
|
|
294
|
-
**
|
|
294
|
+
**CreateEventFollowup200Response**
|
|
295
295
|
|
|
296
296
|
### Authorization
|
|
297
297
|
|
|
@@ -365,7 +365,7 @@ const { status, data } = await apiInstance.deleteEventFollowup(
|
|
|
365
365
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
366
366
|
|
|
367
367
|
# **getEventFollowup**
|
|
368
|
-
>
|
|
368
|
+
> CreateEventFollowup200Response getEventFollowup()
|
|
369
369
|
|
|
370
370
|
Get Event Followup endpoint
|
|
371
371
|
|
|
@@ -399,7 +399,7 @@ const { status, data } = await apiInstance.getEventFollowup(
|
|
|
399
399
|
|
|
400
400
|
### Return type
|
|
401
401
|
|
|
402
|
-
**
|
|
402
|
+
**CreateEventFollowup200Response**
|
|
403
403
|
|
|
404
404
|
### Authorization
|
|
405
405
|
|
|
@@ -485,7 +485,7 @@ const { status, data } = await apiInstance.getEventFollowupAddOns(
|
|
|
485
485
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
486
486
|
|
|
487
487
|
# **getEventFollowupPassTypes**
|
|
488
|
-
>
|
|
488
|
+
> GetEventAddOnPassTypes200Response getEventFollowupPassTypes()
|
|
489
489
|
|
|
490
490
|
Get Event Followup Pass Types endpoint
|
|
491
491
|
|
|
@@ -531,7 +531,7 @@ const { status, data } = await apiInstance.getEventFollowupPassTypes(
|
|
|
531
531
|
|
|
532
532
|
### Return type
|
|
533
533
|
|
|
534
|
-
**
|
|
534
|
+
**GetEventAddOnPassTypes200Response**
|
|
535
535
|
|
|
536
536
|
### Authorization
|
|
537
537
|
|
|
@@ -551,7 +551,7 @@ const { status, data } = await apiInstance.getEventFollowupPassTypes(
|
|
|
551
551
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
552
552
|
|
|
553
553
|
# **getEventFollowupQuestions**
|
|
554
|
-
>
|
|
554
|
+
> GetEventFollowupQuestions200Response getEventFollowupQuestions()
|
|
555
555
|
|
|
556
556
|
Get Event Followup Questions endpoint
|
|
557
557
|
|
|
@@ -597,7 +597,7 @@ const { status, data } = await apiInstance.getEventFollowupQuestions(
|
|
|
597
597
|
|
|
598
598
|
### Return type
|
|
599
599
|
|
|
600
|
-
**
|
|
600
|
+
**GetEventFollowupQuestions200Response**
|
|
601
601
|
|
|
602
602
|
### Authorization
|
|
603
603
|
|
|
@@ -686,7 +686,7 @@ const { status, data } = await apiInstance.getEventFollowupTiers(
|
|
|
686
686
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
687
687
|
|
|
688
688
|
# **getEventFollowups**
|
|
689
|
-
>
|
|
689
|
+
> GetEventPassQuestionFollowups200Response getEventFollowups()
|
|
690
690
|
|
|
691
691
|
Get Event Followups endpoint
|
|
692
692
|
|
|
@@ -729,7 +729,7 @@ const { status, data } = await apiInstance.getEventFollowups(
|
|
|
729
729
|
|
|
730
730
|
### Return type
|
|
731
731
|
|
|
732
|
-
**
|
|
732
|
+
**GetEventPassQuestionFollowups200Response**
|
|
733
733
|
|
|
734
734
|
### Authorization
|
|
735
735
|
|
|
@@ -749,7 +749,7 @@ const { status, data } = await apiInstance.getEventFollowups(
|
|
|
749
749
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
750
750
|
|
|
751
751
|
# **removeEventFollowupAddOn**
|
|
752
|
-
>
|
|
752
|
+
> CreateEventFollowup200Response removeEventFollowupAddOn()
|
|
753
753
|
|
|
754
754
|
Remove Event Followup Add On endpoint
|
|
755
755
|
|
|
@@ -786,7 +786,7 @@ const { status, data } = await apiInstance.removeEventFollowupAddOn(
|
|
|
786
786
|
|
|
787
787
|
### Return type
|
|
788
788
|
|
|
789
|
-
**
|
|
789
|
+
**CreateEventFollowup200Response**
|
|
790
790
|
|
|
791
791
|
### Authorization
|
|
792
792
|
|
|
@@ -806,7 +806,7 @@ const { status, data } = await apiInstance.removeEventFollowupAddOn(
|
|
|
806
806
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
807
807
|
|
|
808
808
|
# **removeEventFollowupPassType**
|
|
809
|
-
>
|
|
809
|
+
> CreateEventFollowup200Response removeEventFollowupPassType()
|
|
810
810
|
|
|
811
811
|
Remove Event Followup Pass Type endpoint
|
|
812
812
|
|
|
@@ -843,7 +843,7 @@ const { status, data } = await apiInstance.removeEventFollowupPassType(
|
|
|
843
843
|
|
|
844
844
|
### Return type
|
|
845
845
|
|
|
846
|
-
**
|
|
846
|
+
**CreateEventFollowup200Response**
|
|
847
847
|
|
|
848
848
|
### Authorization
|
|
849
849
|
|
|
@@ -863,7 +863,7 @@ const { status, data } = await apiInstance.removeEventFollowupPassType(
|
|
|
863
863
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
864
864
|
|
|
865
865
|
# **removeEventFollowupQuestion**
|
|
866
|
-
>
|
|
866
|
+
> CreateEventFollowup200Response removeEventFollowupQuestion()
|
|
867
867
|
|
|
868
868
|
Remove Event Followup Question endpoint
|
|
869
869
|
|
|
@@ -900,7 +900,7 @@ const { status, data } = await apiInstance.removeEventFollowupQuestion(
|
|
|
900
900
|
|
|
901
901
|
### Return type
|
|
902
902
|
|
|
903
|
-
**
|
|
903
|
+
**CreateEventFollowup200Response**
|
|
904
904
|
|
|
905
905
|
### Authorization
|
|
906
906
|
|
|
@@ -920,7 +920,7 @@ const { status, data } = await apiInstance.removeEventFollowupQuestion(
|
|
|
920
920
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
921
921
|
|
|
922
922
|
# **removeEventFollowupTier**
|
|
923
|
-
>
|
|
923
|
+
> CreateEventFollowup200Response removeEventFollowupTier()
|
|
924
924
|
|
|
925
925
|
Remove Event Followup Tier endpoint
|
|
926
926
|
|
|
@@ -960,7 +960,7 @@ const { status, data } = await apiInstance.removeEventFollowupTier(
|
|
|
960
960
|
|
|
961
961
|
### Return type
|
|
962
962
|
|
|
963
|
-
**
|
|
963
|
+
**CreateEventFollowup200Response**
|
|
964
964
|
|
|
965
965
|
### Authorization
|
|
966
966
|
|
|
@@ -980,7 +980,7 @@ const { status, data } = await apiInstance.removeEventFollowupTier(
|
|
|
980
980
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
981
981
|
|
|
982
982
|
# **reorderEventFollowupQuestions**
|
|
983
|
-
>
|
|
983
|
+
> ReorderEventFollowupQuestions200Response reorderEventFollowupQuestions()
|
|
984
984
|
|
|
985
985
|
Reorder Event Followup Questions endpoint
|
|
986
986
|
|
|
@@ -1017,7 +1017,7 @@ const { status, data } = await apiInstance.reorderEventFollowupQuestions(
|
|
|
1017
1017
|
|
|
1018
1018
|
### Return type
|
|
1019
1019
|
|
|
1020
|
-
**
|
|
1020
|
+
**ReorderEventFollowupQuestions200Response**
|
|
1021
1021
|
|
|
1022
1022
|
### Authorization
|
|
1023
1023
|
|
|
@@ -1037,7 +1037,7 @@ const { status, data } = await apiInstance.reorderEventFollowupQuestions(
|
|
|
1037
1037
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1038
1038
|
|
|
1039
1039
|
# **updateEventFollowup**
|
|
1040
|
-
>
|
|
1040
|
+
> CreateEventFollowup200Response updateEventFollowup()
|
|
1041
1041
|
|
|
1042
1042
|
Update Event Followup endpoint
|
|
1043
1043
|
|
|
@@ -1075,7 +1075,7 @@ const { status, data } = await apiInstance.updateEventFollowup(
|
|
|
1075
1075
|
|
|
1076
1076
|
### Return type
|
|
1077
1077
|
|
|
1078
|
-
**
|
|
1078
|
+
**CreateEventFollowup200Response**
|
|
1079
1079
|
|
|
1080
1080
|
### Authorization
|
|
1081
1081
|
|
|
@@ -1095,7 +1095,7 @@ const { status, data } = await apiInstance.updateEventFollowup(
|
|
|
1095
1095
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1096
1096
|
|
|
1097
1097
|
# **updateEventFollowupQuestion**
|
|
1098
|
-
>
|
|
1098
|
+
> CreateEventFollowup200Response updateEventFollowupQuestion()
|
|
1099
1099
|
|
|
1100
1100
|
Update Event Followup Question endpoint
|
|
1101
1101
|
|
|
@@ -1135,7 +1135,7 @@ const { status, data } = await apiInstance.updateEventFollowupQuestion(
|
|
|
1135
1135
|
|
|
1136
1136
|
### Return type
|
|
1137
1137
|
|
|
1138
|
-
**
|
|
1138
|
+
**CreateEventFollowup200Response**
|
|
1139
1139
|
|
|
1140
1140
|
### Authorization
|
|
1141
1141
|
|
package/docs/EventsMatchesApi.md
CHANGED
|
@@ -356,7 +356,7 @@ const { status, data } = await apiInstance.getEventRoundMatch(
|
|
|
356
356
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
357
357
|
|
|
358
358
|
# **getEventRoundMatchPasses**
|
|
359
|
-
>
|
|
359
|
+
> GetEventAddOnPasses200Response getEventRoundMatchPasses()
|
|
360
360
|
|
|
361
361
|
Get Event Round Match Passes endpoint
|
|
362
362
|
|
|
@@ -405,7 +405,7 @@ const { status, data } = await apiInstance.getEventRoundMatchPasses(
|
|
|
405
405
|
|
|
406
406
|
### Return type
|
|
407
407
|
|
|
408
|
-
**
|
|
408
|
+
**GetEventAddOnPasses200Response**
|
|
409
409
|
|
|
410
410
|
### Authorization
|
|
411
411
|
|
|
@@ -560,7 +560,7 @@ const { status, data } = await apiInstance.getEventRoundPasses(
|
|
|
560
560
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
561
561
|
|
|
562
562
|
# **getEventRoundQuestions**
|
|
563
|
-
>
|
|
563
|
+
> GetEventRoundQuestions200Response getEventRoundQuestions()
|
|
564
564
|
|
|
565
565
|
Get Event Round Questions endpoint
|
|
566
566
|
|
|
@@ -606,7 +606,7 @@ const { status, data } = await apiInstance.getEventRoundQuestions(
|
|
|
606
606
|
|
|
607
607
|
### Return type
|
|
608
608
|
|
|
609
|
-
**
|
|
609
|
+
**GetEventRoundQuestions200Response**
|
|
610
610
|
|
|
611
611
|
### Authorization
|
|
612
612
|
|
|
@@ -626,7 +626,7 @@ const { status, data } = await apiInstance.getEventRoundQuestions(
|
|
|
626
626
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
627
627
|
|
|
628
628
|
# **getEventRoundQuestionsSummary**
|
|
629
|
-
>
|
|
629
|
+
> GetEventRoundQuestionsSummary200Response getEventRoundQuestionsSummary()
|
|
630
630
|
|
|
631
631
|
Get Event Round Questions Summary endpoint
|
|
632
632
|
|
|
@@ -660,7 +660,7 @@ const { status, data } = await apiInstance.getEventRoundQuestionsSummary(
|
|
|
660
660
|
|
|
661
661
|
### Return type
|
|
662
662
|
|
|
663
|
-
**
|
|
663
|
+
**GetEventRoundQuestionsSummary200Response**
|
|
664
664
|
|
|
665
665
|
### Authorization
|
|
666
666
|
|
|
@@ -731,7 +731,7 @@ const { status, data } = await apiInstance.getEventRounds(
|
|
|
731
731
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
732
732
|
|
|
733
733
|
# **getEventSessionsWithRounds**
|
|
734
|
-
>
|
|
734
|
+
> GetBookingSpaceSlots200Response getEventSessionsWithRounds()
|
|
735
735
|
|
|
736
736
|
Get Event Sessions With Rounds endpoint
|
|
737
737
|
|
|
@@ -762,7 +762,7 @@ const { status, data } = await apiInstance.getEventSessionsWithRounds(
|
|
|
762
762
|
|
|
763
763
|
### Return type
|
|
764
764
|
|
|
765
|
-
**
|
|
765
|
+
**GetBookingSpaceSlots200Response**
|
|
766
766
|
|
|
767
767
|
### Authorization
|
|
768
768
|
|
|
@@ -960,7 +960,7 @@ const { status, data } = await apiInstance.updateEventMatch(
|
|
|
960
960
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
961
961
|
|
|
962
962
|
# **updateEventRoundQuestion**
|
|
963
|
-
>
|
|
963
|
+
> UpdateEventRoundQuestion200Response updateEventRoundQuestion(roundEventQuestionUpdataInputs)
|
|
964
964
|
|
|
965
965
|
Update Event Round Question endpoint
|
|
966
966
|
|
|
@@ -1001,7 +1001,7 @@ const { status, data } = await apiInstance.updateEventRoundQuestion(
|
|
|
1001
1001
|
|
|
1002
1002
|
### Return type
|
|
1003
1003
|
|
|
1004
|
-
**
|
|
1004
|
+
**UpdateEventRoundQuestion200Response**
|
|
1005
1005
|
|
|
1006
1006
|
### Authorization
|
|
1007
1007
|
|
package/docs/EventsMediaApi.md
CHANGED
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**updateEventMediaItem**](#updateeventmediaitem) | **PUT** /events/{eventId}/media/{mediaItemId} | Update Event Media Item|
|
|
15
15
|
|
|
16
16
|
# **addEventMediaItemPassType**
|
|
17
|
-
>
|
|
17
|
+
> CreateEventMediaItem200Response addEventMediaItemPassType()
|
|
18
18
|
|
|
19
19
|
Add Event Media Item Pass Type endpoint
|
|
20
20
|
|
|
@@ -51,7 +51,7 @@ const { status, data } = await apiInstance.addEventMediaItemPassType(
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
**
|
|
54
|
+
**CreateEventMediaItem200Response**
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -71,7 +71,7 @@ const { status, data } = await apiInstance.addEventMediaItemPassType(
|
|
|
71
71
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
72
72
|
|
|
73
73
|
# **createEventMediaItem**
|
|
74
|
-
>
|
|
74
|
+
> CreateEventMediaItem200Response createEventMediaItem(eventMediaItemCreateInputs)
|
|
75
75
|
|
|
76
76
|
Create Event Media Item endpoint
|
|
77
77
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.createEventMediaItem(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**CreateEventMediaItem200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
@@ -180,7 +180,7 @@ const { status, data } = await apiInstance.deleteEventMediaItem(
|
|
|
180
180
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
181
181
|
|
|
182
182
|
# **getEventMediaItem**
|
|
183
|
-
>
|
|
183
|
+
> CreateEventMediaItem200Response getEventMediaItem()
|
|
184
184
|
|
|
185
185
|
Get Event Media Item endpoint
|
|
186
186
|
|
|
@@ -214,7 +214,7 @@ const { status, data } = await apiInstance.getEventMediaItem(
|
|
|
214
214
|
|
|
215
215
|
### Return type
|
|
216
216
|
|
|
217
|
-
**
|
|
217
|
+
**CreateEventMediaItem200Response**
|
|
218
218
|
|
|
219
219
|
### Authorization
|
|
220
220
|
|
|
@@ -234,7 +234,7 @@ const { status, data } = await apiInstance.getEventMediaItem(
|
|
|
234
234
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
235
235
|
|
|
236
236
|
# **getEventMediaItemPassTypes**
|
|
237
|
-
>
|
|
237
|
+
> GetEventAddOnPassTypes200Response getEventMediaItemPassTypes()
|
|
238
238
|
|
|
239
239
|
Get Event Media Item Pass Types endpoint
|
|
240
240
|
|
|
@@ -280,7 +280,7 @@ const { status, data } = await apiInstance.getEventMediaItemPassTypes(
|
|
|
280
280
|
|
|
281
281
|
### Return type
|
|
282
282
|
|
|
283
|
-
**
|
|
283
|
+
**GetEventAddOnPassTypes200Response**
|
|
284
284
|
|
|
285
285
|
### Authorization
|
|
286
286
|
|
|
@@ -366,7 +366,7 @@ const { status, data } = await apiInstance.getEventMediaItems(
|
|
|
366
366
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
367
367
|
|
|
368
368
|
# **removeEventMediaItemPassType**
|
|
369
|
-
>
|
|
369
|
+
> CreateEventMediaItem200Response removeEventMediaItemPassType()
|
|
370
370
|
|
|
371
371
|
Remove Event Media Item Pass Type endpoint
|
|
372
372
|
|
|
@@ -403,7 +403,7 @@ const { status, data } = await apiInstance.removeEventMediaItemPassType(
|
|
|
403
403
|
|
|
404
404
|
### Return type
|
|
405
405
|
|
|
406
|
-
**
|
|
406
|
+
**CreateEventMediaItem200Response**
|
|
407
407
|
|
|
408
408
|
### Authorization
|
|
409
409
|
|
|
@@ -423,7 +423,7 @@ const { status, data } = await apiInstance.removeEventMediaItemPassType(
|
|
|
423
423
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
424
424
|
|
|
425
425
|
# **updateEventMediaItem**
|
|
426
|
-
>
|
|
426
|
+
> CreateEventMediaItem200Response updateEventMediaItem(eventMediaItemUpdateInputs)
|
|
427
427
|
|
|
428
428
|
Update Event Media Item endpoint
|
|
429
429
|
|
|
@@ -461,7 +461,7 @@ const { status, data } = await apiInstance.updateEventMediaItem(
|
|
|
461
461
|
|
|
462
462
|
### Return type
|
|
463
463
|
|
|
464
|
-
**
|
|
464
|
+
**CreateEventMediaItem200Response**
|
|
465
465
|
|
|
466
466
|
### Authorization
|
|
467
467
|
|