@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
|
@@ -11,12 +11,13 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**getEventActivation**](#geteventactivation) | **GET** /events/{eventId}/activations/{activationId} | Get Event Activation|
|
|
12
12
|
|[**getEventActivationCompletion**](#geteventactivationcompletion) | **GET** /events/{eventId}/activations/{activationId}/completions/{completionId} | Get Event Activation Completion|
|
|
13
13
|
|[**getEventActivationCompletions**](#geteventactivationcompletions) | **GET** /events/{eventId}/activations/{activationId}/completions | Get Event Activation Completions|
|
|
14
|
+
|[**getEventActivationSessions**](#geteventactivationsessions) | **GET** /events/{eventId}/activations/{activationId}/sessions | Get Event Activation Sessions|
|
|
14
15
|
|[**getEventActivations**](#geteventactivations) | **GET** /events/{eventId}/activations | Get Event Activations|
|
|
15
16
|
|[**updateEventActivation**](#updateeventactivation) | **PUT** /events/{eventId}/activations/{activationId} | Update Event Activation|
|
|
16
17
|
|[**updateEventActivationCompletion**](#updateeventactivationcompletion) | **PUT** /events/{eventId}/activations/{activationId}/completions/{completionId} | Update Event Activation Completion|
|
|
17
18
|
|
|
18
19
|
# **createEventActivation**
|
|
19
|
-
>
|
|
20
|
+
> CreateEventActivation200Response createEventActivation(eventActivationCreateInputs)
|
|
20
21
|
|
|
21
22
|
Create Event Activation endpoint
|
|
22
23
|
|
|
@@ -51,7 +52,7 @@ const { status, data } = await apiInstance.createEventActivation(
|
|
|
51
52
|
|
|
52
53
|
### Return type
|
|
53
54
|
|
|
54
|
-
**
|
|
55
|
+
**CreateEventActivation200Response**
|
|
55
56
|
|
|
56
57
|
### Authorization
|
|
57
58
|
|
|
@@ -71,7 +72,7 @@ const { status, data } = await apiInstance.createEventActivation(
|
|
|
71
72
|
[[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
73
|
|
|
73
74
|
# **createEventActivationCompletion**
|
|
74
|
-
>
|
|
75
|
+
> CreateEventActivationCompletion200Response createEventActivationCompletion(eventActivationCompletionCreateInputs)
|
|
75
76
|
|
|
76
77
|
Create Event Activation Completion endpoint
|
|
77
78
|
|
|
@@ -109,7 +110,7 @@ const { status, data } = await apiInstance.createEventActivationCompletion(
|
|
|
109
110
|
|
|
110
111
|
### Return type
|
|
111
112
|
|
|
112
|
-
**
|
|
113
|
+
**CreateEventActivationCompletion200Response**
|
|
113
114
|
|
|
114
115
|
### Authorization
|
|
115
116
|
|
|
@@ -183,7 +184,7 @@ const { status, data } = await apiInstance.deleteEventActivation(
|
|
|
183
184
|
[[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)
|
|
184
185
|
|
|
185
186
|
# **deleteEventActivationCompletion**
|
|
186
|
-
>
|
|
187
|
+
> CreateAccountInvitations200Response deleteEventActivationCompletion()
|
|
187
188
|
|
|
188
189
|
Delete Event Activation Completion endpoint
|
|
189
190
|
|
|
@@ -220,7 +221,7 @@ const { status, data } = await apiInstance.deleteEventActivationCompletion(
|
|
|
220
221
|
|
|
221
222
|
### Return type
|
|
222
223
|
|
|
223
|
-
**
|
|
224
|
+
**CreateAccountInvitations200Response**
|
|
224
225
|
|
|
225
226
|
### Authorization
|
|
226
227
|
|
|
@@ -240,7 +241,7 @@ const { status, data } = await apiInstance.deleteEventActivationCompletion(
|
|
|
240
241
|
[[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)
|
|
241
242
|
|
|
242
243
|
# **getEventActivation**
|
|
243
|
-
>
|
|
244
|
+
> CreateEventActivation200Response getEventActivation()
|
|
244
245
|
|
|
245
246
|
Get Event Activation endpoint
|
|
246
247
|
|
|
@@ -274,7 +275,7 @@ const { status, data } = await apiInstance.getEventActivation(
|
|
|
274
275
|
|
|
275
276
|
### Return type
|
|
276
277
|
|
|
277
|
-
**
|
|
278
|
+
**CreateEventActivation200Response**
|
|
278
279
|
|
|
279
280
|
### Authorization
|
|
280
281
|
|
|
@@ -294,7 +295,7 @@ const { status, data } = await apiInstance.getEventActivation(
|
|
|
294
295
|
[[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)
|
|
295
296
|
|
|
296
297
|
# **getEventActivationCompletion**
|
|
297
|
-
>
|
|
298
|
+
> CreateEventActivationCompletion200Response getEventActivationCompletion()
|
|
298
299
|
|
|
299
300
|
Get Event Activation Completion endpoint
|
|
300
301
|
|
|
@@ -331,7 +332,7 @@ const { status, data } = await apiInstance.getEventActivationCompletion(
|
|
|
331
332
|
|
|
332
333
|
### Return type
|
|
333
334
|
|
|
334
|
-
**
|
|
335
|
+
**CreateEventActivationCompletion200Response**
|
|
335
336
|
|
|
336
337
|
### Authorization
|
|
337
338
|
|
|
@@ -351,7 +352,7 @@ const { status, data } = await apiInstance.getEventActivationCompletion(
|
|
|
351
352
|
[[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)
|
|
352
353
|
|
|
353
354
|
# **getEventActivationCompletions**
|
|
354
|
-
>
|
|
355
|
+
> GetEventActivationCompletions200Response getEventActivationCompletions()
|
|
355
356
|
|
|
356
357
|
Get Event Activation Completions endpoint
|
|
357
358
|
|
|
@@ -397,7 +398,73 @@ const { status, data } = await apiInstance.getEventActivationCompletions(
|
|
|
397
398
|
|
|
398
399
|
### Return type
|
|
399
400
|
|
|
400
|
-
**
|
|
401
|
+
**GetEventActivationCompletions200Response**
|
|
402
|
+
|
|
403
|
+
### Authorization
|
|
404
|
+
|
|
405
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
406
|
+
|
|
407
|
+
### HTTP request headers
|
|
408
|
+
|
|
409
|
+
- **Content-Type**: Not defined
|
|
410
|
+
- **Accept**: application/json
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### HTTP response details
|
|
414
|
+
| Status code | Description | Response headers |
|
|
415
|
+
|-------------|-------------|------------------|
|
|
416
|
+
|**200** | Successful response | - |
|
|
417
|
+
|
|
418
|
+
[[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)
|
|
419
|
+
|
|
420
|
+
# **getEventActivationSessions**
|
|
421
|
+
> GetEventActivationSessions200Response getEventActivationSessions()
|
|
422
|
+
|
|
423
|
+
Get Event Activation Sessions endpoint
|
|
424
|
+
|
|
425
|
+
### Example
|
|
426
|
+
|
|
427
|
+
```typescript
|
|
428
|
+
import {
|
|
429
|
+
EventsActivationsApi,
|
|
430
|
+
Configuration
|
|
431
|
+
} from '@connectedxm/admin-sdk';
|
|
432
|
+
|
|
433
|
+
const configuration = new Configuration();
|
|
434
|
+
const apiInstance = new EventsActivationsApi(configuration);
|
|
435
|
+
|
|
436
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
437
|
+
let activationId: string; //The activation identifier (default to undefined)
|
|
438
|
+
let page: number; //Page number (optional) (default to 1)
|
|
439
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
440
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
441
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
442
|
+
|
|
443
|
+
const { status, data } = await apiInstance.getEventActivationSessions(
|
|
444
|
+
eventId,
|
|
445
|
+
activationId,
|
|
446
|
+
page,
|
|
447
|
+
pageSize,
|
|
448
|
+
orderBy,
|
|
449
|
+
search
|
|
450
|
+
);
|
|
451
|
+
```
|
|
452
|
+
|
|
453
|
+
### Parameters
|
|
454
|
+
|
|
455
|
+
|Name | Type | Description | Notes|
|
|
456
|
+
|------------- | ------------- | ------------- | -------------|
|
|
457
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
458
|
+
| **activationId** | [**string**] | The activation identifier | defaults to undefined|
|
|
459
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
460
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
461
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
462
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Return type
|
|
466
|
+
|
|
467
|
+
**GetEventActivationSessions200Response**
|
|
401
468
|
|
|
402
469
|
### Authorization
|
|
403
470
|
|
|
@@ -417,7 +484,7 @@ const { status, data } = await apiInstance.getEventActivationCompletions(
|
|
|
417
484
|
[[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)
|
|
418
485
|
|
|
419
486
|
# **getEventActivations**
|
|
420
|
-
>
|
|
487
|
+
> GetEventActivations200Response getEventActivations()
|
|
421
488
|
|
|
422
489
|
Get Event Activations endpoint
|
|
423
490
|
|
|
@@ -460,7 +527,7 @@ const { status, data } = await apiInstance.getEventActivations(
|
|
|
460
527
|
|
|
461
528
|
### Return type
|
|
462
529
|
|
|
463
|
-
**
|
|
530
|
+
**GetEventActivations200Response**
|
|
464
531
|
|
|
465
532
|
### Authorization
|
|
466
533
|
|
|
@@ -480,7 +547,7 @@ const { status, data } = await apiInstance.getEventActivations(
|
|
|
480
547
|
[[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)
|
|
481
548
|
|
|
482
549
|
# **updateEventActivation**
|
|
483
|
-
>
|
|
550
|
+
> CreateEventActivation200Response updateEventActivation(eventActivationUpdateInputs)
|
|
484
551
|
|
|
485
552
|
Update Event Activation endpoint
|
|
486
553
|
|
|
@@ -518,7 +585,7 @@ const { status, data } = await apiInstance.updateEventActivation(
|
|
|
518
585
|
|
|
519
586
|
### Return type
|
|
520
587
|
|
|
521
|
-
**
|
|
588
|
+
**CreateEventActivation200Response**
|
|
522
589
|
|
|
523
590
|
### Authorization
|
|
524
591
|
|
|
@@ -538,7 +605,7 @@ const { status, data } = await apiInstance.updateEventActivation(
|
|
|
538
605
|
[[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)
|
|
539
606
|
|
|
540
607
|
# **updateEventActivationCompletion**
|
|
541
|
-
>
|
|
608
|
+
> CreateEventActivationCompletion200Response updateEventActivationCompletion(eventActivationCompletionUpdateInputs)
|
|
542
609
|
|
|
543
610
|
Update Event Activation Completion endpoint
|
|
544
611
|
|
|
@@ -579,7 +646,7 @@ const { status, data } = await apiInstance.updateEventActivationCompletion(
|
|
|
579
646
|
|
|
580
647
|
### Return type
|
|
581
648
|
|
|
582
|
-
**
|
|
649
|
+
**CreateEventActivationCompletion200Response**
|
|
583
650
|
|
|
584
651
|
### Authorization
|
|
585
652
|
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# EventsActivationsSessionsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**addEventActivationSession**](#addeventactivationsession) | **POST** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Add Event Activation Session|
|
|
8
|
+
|[**removeEventActivationSession**](#removeeventactivationsession) | **DELETE** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Remove Event Activation Session|
|
|
9
|
+
|
|
10
|
+
# **addEventActivationSession**
|
|
11
|
+
> CreateEventActivation200Response addEventActivationSession()
|
|
12
|
+
|
|
13
|
+
Add Event Activation Session endpoint
|
|
14
|
+
|
|
15
|
+
### Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import {
|
|
19
|
+
EventsActivationsSessionsApi,
|
|
20
|
+
Configuration
|
|
21
|
+
} from '@connectedxm/admin-sdk';
|
|
22
|
+
|
|
23
|
+
const configuration = new Configuration();
|
|
24
|
+
const apiInstance = new EventsActivationsSessionsApi(configuration);
|
|
25
|
+
|
|
26
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
27
|
+
let activationId: string; //The activation identifier (default to undefined)
|
|
28
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
29
|
+
|
|
30
|
+
const { status, data } = await apiInstance.addEventActivationSession(
|
|
31
|
+
eventId,
|
|
32
|
+
activationId,
|
|
33
|
+
sessionId
|
|
34
|
+
);
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Parameters
|
|
38
|
+
|
|
39
|
+
|Name | Type | Description | Notes|
|
|
40
|
+
|------------- | ------------- | ------------- | -------------|
|
|
41
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
42
|
+
| **activationId** | [**string**] | The activation identifier | defaults to undefined|
|
|
43
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Return type
|
|
47
|
+
|
|
48
|
+
**CreateEventActivation200Response**
|
|
49
|
+
|
|
50
|
+
### Authorization
|
|
51
|
+
|
|
52
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
53
|
+
|
|
54
|
+
### HTTP request headers
|
|
55
|
+
|
|
56
|
+
- **Content-Type**: Not defined
|
|
57
|
+
- **Accept**: application/json
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### HTTP response details
|
|
61
|
+
| Status code | Description | Response headers |
|
|
62
|
+
|-------------|-------------|------------------|
|
|
63
|
+
|**200** | Successful response | - |
|
|
64
|
+
|
|
65
|
+
[[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)
|
|
66
|
+
|
|
67
|
+
# **removeEventActivationSession**
|
|
68
|
+
> CreateEventActivation200Response removeEventActivationSession()
|
|
69
|
+
|
|
70
|
+
Remove Event Activation Session endpoint
|
|
71
|
+
|
|
72
|
+
### Example
|
|
73
|
+
|
|
74
|
+
```typescript
|
|
75
|
+
import {
|
|
76
|
+
EventsActivationsSessionsApi,
|
|
77
|
+
Configuration
|
|
78
|
+
} from '@connectedxm/admin-sdk';
|
|
79
|
+
|
|
80
|
+
const configuration = new Configuration();
|
|
81
|
+
const apiInstance = new EventsActivationsSessionsApi(configuration);
|
|
82
|
+
|
|
83
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
84
|
+
let activationId: string; //The activation identifier (default to undefined)
|
|
85
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
86
|
+
|
|
87
|
+
const { status, data } = await apiInstance.removeEventActivationSession(
|
|
88
|
+
eventId,
|
|
89
|
+
activationId,
|
|
90
|
+
sessionId
|
|
91
|
+
);
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Parameters
|
|
95
|
+
|
|
96
|
+
|Name | Type | Description | Notes|
|
|
97
|
+
|------------- | ------------- | ------------- | -------------|
|
|
98
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
99
|
+
| **activationId** | [**string**] | The activation identifier | defaults to undefined|
|
|
100
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Return type
|
|
104
|
+
|
|
105
|
+
**CreateEventActivation200Response**
|
|
106
|
+
|
|
107
|
+
### Authorization
|
|
108
|
+
|
|
109
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
110
|
+
|
|
111
|
+
### HTTP request headers
|
|
112
|
+
|
|
113
|
+
- **Content-Type**: Not defined
|
|
114
|
+
- **Accept**: application/json
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### HTTP response details
|
|
118
|
+
| Status code | Description | Response headers |
|
|
119
|
+
|-------------|-------------|------------------|
|
|
120
|
+
|**200** | Successful response | - |
|
|
121
|
+
|
|
122
|
+
[[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)
|
|
123
|
+
|
package/docs/EventsAddonsApi.md
CHANGED
|
@@ -298,7 +298,7 @@ const { status, data } = await apiInstance.getEventAddOn(
|
|
|
298
298
|
[[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)
|
|
299
299
|
|
|
300
300
|
# **getEventAddOnPassTypes**
|
|
301
|
-
>
|
|
301
|
+
> GetEventAddOnPassTypes200Response getEventAddOnPassTypes()
|
|
302
302
|
|
|
303
303
|
Get Event Add On Pass Types endpoint
|
|
304
304
|
|
|
@@ -344,7 +344,7 @@ const { status, data } = await apiInstance.getEventAddOnPassTypes(
|
|
|
344
344
|
|
|
345
345
|
### Return type
|
|
346
346
|
|
|
347
|
-
**
|
|
347
|
+
**GetEventAddOnPassTypes200Response**
|
|
348
348
|
|
|
349
349
|
### Authorization
|
|
350
350
|
|
|
@@ -562,7 +562,7 @@ const { status, data } = await apiInstance.getEventAddOns(
|
|
|
562
562
|
[[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)
|
|
563
563
|
|
|
564
564
|
# **removeEventAddOnPassType**
|
|
565
|
-
>
|
|
565
|
+
> CreateEventAddOn200Response removeEventAddOnPassType()
|
|
566
566
|
|
|
567
567
|
Remove Event Add On Pass Type endpoint
|
|
568
568
|
|
|
@@ -599,7 +599,7 @@ const { status, data } = await apiInstance.removeEventAddOnPassType(
|
|
|
599
599
|
|
|
600
600
|
### Return type
|
|
601
601
|
|
|
602
|
-
**
|
|
602
|
+
**CreateEventAddOn200Response**
|
|
603
603
|
|
|
604
604
|
### Authorization
|
|
605
605
|
|
package/docs/EventsApi.md
CHANGED
|
@@ -16,7 +16,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
16
16
|
|[**updateEvent**](#updateevent) | **PUT** /events/{eventId} | Update Event|
|
|
17
17
|
|
|
18
18
|
# **cloneEvent**
|
|
19
|
-
>
|
|
19
|
+
> DeleteDashboard200Response cloneEvent(cloneOptions)
|
|
20
20
|
|
|
21
21
|
Clone Event endpoint
|
|
22
22
|
|
|
@@ -51,7 +51,7 @@ const { status, data } = await apiInstance.cloneEvent(
|
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
54
|
-
**
|
|
54
|
+
**DeleteDashboard200Response**
|
|
55
55
|
|
|
56
56
|
### Authorization
|
|
57
57
|
|
|
@@ -384,7 +384,7 @@ const { status, data } = await apiInstance.getEventAttendeePayments(
|
|
|
384
384
|
[[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)
|
|
385
385
|
|
|
386
386
|
# **getEventAttendeeTransfersLogs**
|
|
387
|
-
>
|
|
387
|
+
> GetEventAttendeeTransfersLogs200Response getEventAttendeeTransfersLogs()
|
|
388
388
|
|
|
389
389
|
Get Event Attendee Transfers Logs endpoint
|
|
390
390
|
|
|
@@ -430,7 +430,7 @@ const { status, data } = await apiInstance.getEventAttendeeTransfersLogs(
|
|
|
430
430
|
|
|
431
431
|
### Return type
|
|
432
432
|
|
|
433
|
-
**
|
|
433
|
+
**GetEventAttendeeTransfersLogs200Response**
|
|
434
434
|
|
|
435
435
|
### Authorization
|
|
436
436
|
|
|
@@ -450,7 +450,7 @@ const { status, data } = await apiInstance.getEventAttendeeTransfersLogs(
|
|
|
450
450
|
[[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)
|
|
451
451
|
|
|
452
452
|
# **getEventAttendees**
|
|
453
|
-
>
|
|
453
|
+
> GetAccountRegistrations200Response getEventAttendees()
|
|
454
454
|
|
|
455
455
|
Get Event Attendees endpoint
|
|
456
456
|
|
|
@@ -496,7 +496,7 @@ const { status, data } = await apiInstance.getEventAttendees(
|
|
|
496
496
|
|
|
497
497
|
### Return type
|
|
498
498
|
|
|
499
|
-
**
|
|
499
|
+
**GetAccountRegistrations200Response**
|
|
500
500
|
|
|
501
501
|
### Authorization
|
|
502
502
|
|
|
@@ -516,7 +516,7 @@ const { status, data } = await apiInstance.getEventAttendees(
|
|
|
516
516
|
[[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)
|
|
517
517
|
|
|
518
518
|
# **getEventPassAttendeePasses**
|
|
519
|
-
>
|
|
519
|
+
> GetEventAddOnPasses200Response getEventPassAttendeePasses()
|
|
520
520
|
|
|
521
521
|
Get Event Pass Attendee Passes endpoint
|
|
522
522
|
|
|
@@ -565,7 +565,7 @@ const { status, data } = await apiInstance.getEventPassAttendeePasses(
|
|
|
565
565
|
|
|
566
566
|
### Return type
|
|
567
567
|
|
|
568
|
-
**
|
|
568
|
+
**GetEventAddOnPasses200Response**
|
|
569
569
|
|
|
570
570
|
### Authorization
|
|
571
571
|
|
|
@@ -585,7 +585,7 @@ const { status, data } = await apiInstance.getEventPassAttendeePasses(
|
|
|
585
585
|
[[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)
|
|
586
586
|
|
|
587
587
|
# **resendRegistrationConfirmationEmail**
|
|
588
|
-
>
|
|
588
|
+
> CreateAccountInvitations200Response resendRegistrationConfirmationEmail()
|
|
589
589
|
|
|
590
590
|
Resend Registration Confirmation Email endpoint
|
|
591
591
|
|
|
@@ -619,7 +619,7 @@ const { status, data } = await apiInstance.resendRegistrationConfirmationEmail(
|
|
|
619
619
|
|
|
620
620
|
### Return type
|
|
621
621
|
|
|
622
|
-
**
|
|
622
|
+
**CreateAccountInvitations200Response**
|
|
623
623
|
|
|
624
624
|
### Authorization
|
|
625
625
|
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**updateEventAttendeePackage**](#updateeventattendeepackage) | **PUT** /events/{eventId}/attendees/{accountId}/packages/{packageId} | Update Event Attendee Package|
|
|
12
12
|
|
|
13
13
|
# **createEventAttendeePackage**
|
|
14
|
-
>
|
|
14
|
+
> CreateEventAttendeePackage200Response createEventAttendeePackage()
|
|
15
15
|
|
|
16
16
|
Create Event Attendee Package endpoint
|
|
17
17
|
|
|
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.createEventAttendeePackage(
|
|
|
49
49
|
|
|
50
50
|
### Return type
|
|
51
51
|
|
|
52
|
-
**
|
|
52
|
+
**CreateEventAttendeePackage200Response**
|
|
53
53
|
|
|
54
54
|
### Authorization
|
|
55
55
|
|
|
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.createEventAttendeePackage(
|
|
|
69
69
|
[[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)
|
|
70
70
|
|
|
71
71
|
# **deleteEventAttendeePackage**
|
|
72
|
-
>
|
|
72
|
+
> DeleteDashboard200Response deleteEventAttendeePackage()
|
|
73
73
|
|
|
74
74
|
Delete Event Attendee Package endpoint
|
|
75
75
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.deleteEventAttendeePackage(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**DeleteDashboard200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.deleteEventAttendeePackage(
|
|
|
126
126
|
[[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)
|
|
127
127
|
|
|
128
128
|
# **getEventAttendeePackage**
|
|
129
|
-
>
|
|
129
|
+
> CreateEventAttendeePackage200Response getEventAttendeePackage()
|
|
130
130
|
|
|
131
131
|
Get Event Attendee Package endpoint
|
|
132
132
|
|
|
@@ -163,7 +163,7 @@ const { status, data } = await apiInstance.getEventAttendeePackage(
|
|
|
163
163
|
|
|
164
164
|
### Return type
|
|
165
165
|
|
|
166
|
-
**
|
|
166
|
+
**CreateEventAttendeePackage200Response**
|
|
167
167
|
|
|
168
168
|
### Authorization
|
|
169
169
|
|
|
@@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getEventAttendeePackage(
|
|
|
183
183
|
[[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)
|
|
184
184
|
|
|
185
185
|
# **getEventAttendeePackages**
|
|
186
|
-
>
|
|
186
|
+
> GetEventAttendeePackages200Response getEventAttendeePackages()
|
|
187
187
|
|
|
188
188
|
Get Event Attendee Packages endpoint
|
|
189
189
|
|
|
@@ -232,7 +232,7 @@ const { status, data } = await apiInstance.getEventAttendeePackages(
|
|
|
232
232
|
|
|
233
233
|
### Return type
|
|
234
234
|
|
|
235
|
-
**
|
|
235
|
+
**GetEventAttendeePackages200Response**
|
|
236
236
|
|
|
237
237
|
### Authorization
|
|
238
238
|
|
|
@@ -252,7 +252,7 @@ const { status, data } = await apiInstance.getEventAttendeePackages(
|
|
|
252
252
|
[[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)
|
|
253
253
|
|
|
254
254
|
# **updateEventAttendeePackage**
|
|
255
|
-
>
|
|
255
|
+
> CreateEventAttendeePackage200Response updateEventAttendeePackage()
|
|
256
256
|
|
|
257
257
|
Update Event Attendee Package endpoint
|
|
258
258
|
|
|
@@ -293,7 +293,7 @@ const { status, data } = await apiInstance.updateEventAttendeePackage(
|
|
|
293
293
|
|
|
294
294
|
### Return type
|
|
295
295
|
|
|
296
|
-
**
|
|
296
|
+
**CreateEventAttendeePackage200Response**
|
|
297
297
|
|
|
298
298
|
### Authorization
|
|
299
299
|
|