@connectedxm/admin-sdk 1.0.0
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 +1106 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/AdminApi.ts +488 -0
- package/README.md +1962 -0
- package/api.ts +113404 -0
- package/base.ts +62 -0
- package/common.ts +126 -0
- package/configuration.ts +121 -0
- package/dist/AdminApi.d.ts +173 -0
- package/dist/AdminApi.js +193 -0
- package/dist/api.d.ts +60747 -0
- package/dist/api.js +81981 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +34 -0
- package/dist/common.js +138 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/AdminApi.d.ts +173 -0
- package/dist/esm/AdminApi.js +189 -0
- package/dist/esm/api.d.ts +60747 -0
- package/dist/esm/api.js +81393 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +34 -0
- package/dist/esm/common.js +125 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.js +13 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +32 -0
- package/docs/APILog.md +46 -0
- package/docs/Account.md +52 -0
- package/docs/AccountAccess.md +14 -0
- package/docs/AccountAddress.md +22 -0
- package/docs/AccountAddressCreateInputs.md +32 -0
- package/docs/AccountAddressUpdateInputs.md +34 -0
- package/docs/AccountAttribute.md +24 -0
- package/docs/AccountAttributeCount.md +20 -0
- package/docs/AccountAttributeCreateInputs.md +38 -0
- package/docs/AccountAttributeUpdateInputs.md +34 -0
- package/docs/AccountAttributeValue.md +22 -0
- package/docs/AccountCreateInputs.md +68 -0
- package/docs/AccountUpdateInputs.md +70 -0
- package/docs/AccountsAddressesApi.md +296 -0
- package/docs/AccountsApi.md +903 -0
- package/docs/AccountsFollowersApi.md +181 -0
- package/docs/AccountsFollowingApi.md +181 -0
- package/docs/AccountsGroupsApi.md +181 -0
- package/docs/AccountsInterestsApi.md +181 -0
- package/docs/AccountsInvitationsApi.md +172 -0
- package/docs/AccountsLeadsApi.md +246 -0
- package/docs/AccountsTiersApi.md +248 -0
- package/docs/ActivationCompletion.md +24 -0
- package/docs/ActivationTranslation.md +32 -0
- package/docs/ActivitiesApi.md +528 -0
- package/docs/ActivitiesScheduleApi.md +114 -0
- package/docs/Activity.md +32 -0
- package/docs/ActivityCreateInputs.md +40 -0
- package/docs/ActivityEntityInputs.md +26 -0
- package/docs/ActivityEntityType.md +14 -0
- package/docs/ActivityPreference.md +12 -0
- package/docs/ActivityStatus.md +14 -0
- package/docs/ActivityUpdateInputs.md +38 -0
- package/docs/AddAccountGroup200Response.md +24 -0
- package/docs/AdminNotification.md +28 -0
- package/docs/AdminNotificationPreferences.md +30 -0
- package/docs/AdminNotificationPreferencesUpdateInputs.md +30 -0
- package/docs/AdminNotificationSource.md +12 -0
- package/docs/AdminNotificationType.md +12 -0
- package/docs/Advertisement.md +30 -0
- package/docs/AdvertisementClick.md +34 -0
- package/docs/AdvertisementCount.md +22 -0
- package/docs/AdvertisementCreateInputs.md +42 -0
- package/docs/AdvertisementCreateInputsWeight.md +18 -0
- package/docs/AdvertisementType.md +10 -0
- package/docs/AdvertisementUpdateInputs.md +42 -0
- package/docs/AdvertisementView.md +34 -0
- package/docs/AdvertisementsApi.md +409 -0
- package/docs/Announcement.md +48 -0
- package/docs/AnnouncementCount.md +22 -0
- package/docs/AnnouncementCreateInputs.md +48 -0
- package/docs/AnnouncementFilters.md +32 -0
- package/docs/AnnouncementTranslation.md +32 -0
- package/docs/AnnouncementTranslationUpdateInputs.md +22 -0
- package/docs/AnnouncementUpdateInputs.md +32 -0
- package/docs/AnnouncementsApi.md +468 -0
- package/docs/AnnouncementsScheduleApi.md +114 -0
- package/docs/ApiLogsApi.md +141 -0
- package/docs/AttachSearchListInputs.md +20 -0
- package/docs/AttendeeEventPackageCreateInputs.md +22 -0
- package/docs/AttendeeEventPackageUpdateInputs.md +22 -0
- package/docs/AttendeePackage.md +24 -0
- package/docs/AuthLayout.md +10 -0
- package/docs/AuthSession.md +26 -0
- package/docs/AuthSessionsApi.md +120 -0
- package/docs/AuthorizeNetActivationFormParams.md +28 -0
- package/docs/BadgeFieldTransformation.md +10 -0
- package/docs/BadgeFieldType.md +20 -0
- package/docs/BarChartSummaryData.md +26 -0
- package/docs/BarChartSummaryDataDataInner.md +22 -0
- package/docs/BaseAPILog.md +46 -0
- package/docs/BaseAccount.md +56 -0
- package/docs/BaseAccountAddress.md +36 -0
- package/docs/BaseAccountAttribute.md +40 -0
- package/docs/BaseAccountAttributeValue.md +26 -0
- package/docs/BaseAccountInvitation.md +22 -0
- package/docs/BaseActivationCompletion.md +30 -0
- package/docs/BaseActivity.md +54 -0
- package/docs/BaseActivityCount.md +22 -0
- package/docs/BaseActivityEntity.md +38 -0
- package/docs/BaseActivityEntityInput.md +26 -0
- package/docs/BaseAdminNotification.md +40 -0
- package/docs/BaseAdvertisement.md +44 -0
- package/docs/BaseAnnouncement.md +54 -0
- package/docs/BaseAttendeePackage.md +30 -0
- package/docs/BaseBenefit.md +38 -0
- package/docs/BaseBooking.md +36 -0
- package/docs/BaseBookingPlace.md +38 -0
- package/docs/BaseBookingSpace.md +48 -0
- package/docs/BaseBookingSpaceAvailability.md +26 -0
- package/docs/BaseBookingSpaceBlackout.md +24 -0
- package/docs/BaseChannel.md +44 -0
- package/docs/BaseChannelContent.md +58 -0
- package/docs/BaseChannelContentGuest.md +66 -0
- package/docs/BaseChannelContentLike.md +24 -0
- package/docs/BaseChannelCount.md +20 -0
- package/docs/BaseChannelSubscriber.md +36 -0
- package/docs/BaseCoupon.md +64 -0
- package/docs/BaseCouponRegistration.md +20 -0
- package/docs/BaseDashboard.md +32 -0
- package/docs/BaseDashboardWidget.md +30 -0
- package/docs/BaseEmailReceipt.md +38 -0
- package/docs/BaseEvent.md +86 -0
- package/docs/BaseEventActivation.md +36 -0
- package/docs/BaseEventAddOn.md +48 -0
- package/docs/BaseEventAttendee.md +30 -0
- package/docs/BaseEventEmail.md +30 -0
- package/docs/BaseEventMediaItem.md +38 -0
- package/docs/BaseEventOnSite.md +28 -0
- package/docs/BaseEventOnSiteBadgeField.md +44 -0
- package/docs/BaseEventPackage.md +40 -0
- package/docs/BaseEventPackagePass.md +26 -0
- package/docs/BaseEventPage.md +30 -0
- package/docs/BaseEventPass.md +60 -0
- package/docs/BaseEventPassAttendee.md +20 -0
- package/docs/BaseEventPassAttendeeAccount.md +26 -0
- package/docs/BaseEventPassTransfer.md +24 -0
- package/docs/BaseEventPassType.md +74 -0
- package/docs/BaseEventPassTypePriceSchedule.md +34 -0
- package/docs/BaseEventPassTypeRefundSchedule.md +32 -0
- package/docs/BaseEventRoomType.md +38 -0
- package/docs/BaseEventRoomTypeAddOnDetails.md +34 -0
- package/docs/BaseEventRoomTypePassTypeDetails.md +44 -0
- package/docs/BaseEventRoomTypeReservation.md +34 -0
- package/docs/BaseEventSession.md +66 -0
- package/docs/BaseEventSessionAccess.md +30 -0
- package/docs/BaseEventSessionLocation.md +36 -0
- package/docs/BaseEventSessionQuestion.md +64 -0
- package/docs/BaseEventSessionQuestionChoice.md +36 -0
- package/docs/BaseEventSessionQuestionChoiceSubQuestion.md +26 -0
- package/docs/BaseEventSessionQuestionChoiceSubQuestions.md +18 -0
- package/docs/BaseEventSessionQuestionResponse.md +26 -0
- package/docs/BaseEventSessionQuestionResponseChange.md +34 -0
- package/docs/BaseEventSessionSection.md +30 -0
- package/docs/BaseEventSessionSectionQuestion.md +28 -0
- package/docs/BaseEventSpeaker.md +44 -0
- package/docs/BaseEventSponsorship.md +32 -0
- package/docs/BaseEventSponsorshipLevel.md +28 -0
- package/docs/BaseEventTrack.md +28 -0
- package/docs/BaseFaq.md +28 -0
- package/docs/BaseFaqSection.md +26 -0
- package/docs/BaseFile.md +36 -0
- package/docs/BaseGroup.md +42 -0
- package/docs/BaseGroupCount.md +20 -0
- package/docs/BaseGroupInvitation.md +26 -0
- package/docs/BaseGroupMembership.md +30 -0
- package/docs/BaseGroupRequest.md +26 -0
- package/docs/BaseImage.md +30 -0
- package/docs/BaseImport.md +30 -0
- package/docs/BaseImportItem.md +34 -0
- package/docs/BaseIntegration.md +28 -0
- package/docs/BaseInterest.md +28 -0
- package/docs/BaseInvoice.md +36 -0
- package/docs/BaseInvoiceLineItem.md +38 -0
- package/docs/BaseLead.md +30 -0
- package/docs/BaseLeadShareAccount.md +22 -0
- package/docs/BaseLevel.md +36 -0
- package/docs/BaseLike.md +22 -0
- package/docs/BaseLinkPreview.md +36 -0
- package/docs/BaseLogin.md +42 -0
- package/docs/BaseMatch.md +28 -0
- package/docs/BaseMatchPass.md +30 -0
- package/docs/BaseMatchPassAccessesInner.md +20 -0
- package/docs/BaseMeeting.md +24 -0
- package/docs/BaseMeetingLink.md +28 -0
- package/docs/BaseMeetingRecording.md +42 -0
- package/docs/BaseMeetingSessionParticipant.md +44 -0
- package/docs/BaseNotification.md +36 -0
- package/docs/BaseOrganization.md +36 -0
- package/docs/BaseOrganizationModule.md +30 -0
- package/docs/BasePassAddOn.md +26 -0
- package/docs/BasePassAddOnPass.md +22 -0
- package/docs/BasePassAddOnPassAttendee.md +20 -0
- package/docs/BasePayment.md +74 -0
- package/docs/BasePaymentIntegration.md +26 -0
- package/docs/BasePaymentLineItem.md +62 -0
- package/docs/BasePreset.md +26 -0
- package/docs/BasePushDevice.md +46 -0
- package/docs/BaseRegistrationBypass.md +34 -0
- package/docs/BaseRegistrationFollowup.md +30 -0
- package/docs/BaseRegistrationFollowupQuestion.md +28 -0
- package/docs/BaseRegistrationQuestion.md +64 -0
- package/docs/BaseRegistrationQuestionChoice.md +36 -0
- package/docs/BaseRegistrationQuestionChoiceCount.md +20 -0
- package/docs/BaseRegistrationQuestionChoiceQuestion.md +22 -0
- package/docs/BaseRegistrationQuestionChoiceSubQuestion.md +26 -0
- package/docs/BaseRegistrationQuestionChoiceSubQuestions.md +18 -0
- package/docs/BaseRegistrationQuestionChoiceSubQuestionsOneOfInner.md +20 -0
- package/docs/BaseRegistrationQuestionResponse.md +26 -0
- package/docs/BaseRegistrationQuestionResponseChange.md +34 -0
- package/docs/BaseRegistrationSection.md +30 -0
- package/docs/BaseRegistrationSectionCount.md +20 -0
- package/docs/BaseRegistrationSectionQuestion.md +28 -0
- package/docs/BaseRoom.md +26 -0
- package/docs/BaseRound.md +26 -0
- package/docs/BaseRoundEvent.md +24 -0
- package/docs/BaseSchedule.md +26 -0
- package/docs/BaseSearchList.md +24 -0
- package/docs/BaseSearchListValue.md +26 -0
- package/docs/BaseSeries.md +36 -0
- package/docs/BaseSideEffect.md +38 -0
- package/docs/BaseStandardReport.md +34 -0
- package/docs/BaseStreamInput.md +42 -0
- package/docs/BaseStreamSession.md +34 -0
- package/docs/BaseStreamSessionSubscription.md +32 -0
- package/docs/BaseSupportTicket.md +30 -0
- package/docs/BaseSupportTicketActivityLog.md +52 -0
- package/docs/BaseSupportTicketMessage.md +34 -0
- package/docs/BaseSupportTicketNote.md +26 -0
- package/docs/BaseSupportTicketViewer.md +32 -0
- package/docs/BaseSurvey.md +32 -0
- package/docs/BaseSurveyQuestion.md +60 -0
- package/docs/BaseSurveyQuestionChoice.md +36 -0
- package/docs/BaseSurveyQuestionChoiceSubQuestion.md +26 -0
- package/docs/BaseSurveyQuestionChoiceSubQuestions.md +18 -0
- package/docs/BaseSurveyQuestionResponse.md +26 -0
- package/docs/BaseSurveyQuestionResponseChange.md +34 -0
- package/docs/BaseSurveySection.md +30 -0
- package/docs/BaseSurveySectionQuestion.md +28 -0
- package/docs/BaseSurveySubmission.md +26 -0
- package/docs/BaseTaxIntegrationLog.md +30 -0
- package/docs/BaseTeamMember.md +38 -0
- package/docs/BaseThread.md +34 -0
- package/docs/BaseThreadCircle.md +28 -0
- package/docs/BaseThreadCircleAccount.md +24 -0
- package/docs/BaseThreadMember.md +30 -0
- package/docs/BaseThreadMessage.md +32 -0
- package/docs/BaseThreadMessageEntity.md +34 -0
- package/docs/BaseThreadMessageReaction.md +26 -0
- package/docs/BaseTier.md +36 -0
- package/docs/BaseTransfer.md +26 -0
- package/docs/BaseTransferLog.md +28 -0
- package/docs/BaseUser.md +32 -0
- package/docs/BaseVideo.md +40 -0
- package/docs/BaseWebSocketConnection.md +34 -0
- package/docs/BaseWebhook.md +26 -0
- package/docs/Benefit.md +34 -0
- package/docs/BenefitClick.md +32 -0
- package/docs/BenefitCount.md +20 -0
- package/docs/BenefitCreateInputs.md +40 -0
- package/docs/BenefitTranslation.md +30 -0
- package/docs/BenefitTranslationUpdateInputs.md +22 -0
- package/docs/BenefitUpdateInputs.md +40 -0
- package/docs/BenefitsApi.md +348 -0
- package/docs/Booking.md +24 -0
- package/docs/BookingCreateInputs.md +26 -0
- package/docs/BookingPlace.md +32 -0
- package/docs/BookingPlaceCreateInputs.md +44 -0
- package/docs/BookingPlaceTranslation.md +30 -0
- package/docs/BookingPlaceTranslationUpdateInputs.md +22 -0
- package/docs/BookingPlaceUpdateInputs.md +44 -0
- package/docs/BookingSlot.md +22 -0
- package/docs/BookingSpace.md +26 -0
- package/docs/BookingSpaceAvailability.md +22 -0
- package/docs/BookingSpaceAvailabilityCreateInputs.md +24 -0
- package/docs/BookingSpaceAvailabilityUpdateInputs.md +24 -0
- package/docs/BookingSpaceBlackout.md +22 -0
- package/docs/BookingSpaceBlackoutCreateInputs.md +22 -0
- package/docs/BookingSpaceBlackoutUpdateInputs.md +22 -0
- package/docs/BookingSpaceCreateInputs.md +48 -0
- package/docs/BookingSpaceTranslation.md +30 -0
- package/docs/BookingSpaceTranslationUpdateInputs.md +22 -0
- package/docs/BookingSpaceUpdateInputs.md +46 -0
- package/docs/BookingUpdateInputs.md +24 -0
- package/docs/BookingsApi.md +1049 -0
- package/docs/BookingsAvailabilitiesApi.md +186 -0
- package/docs/BookingsBlackoutsApi.md +186 -0
- package/docs/BookingsPlacesApi.md +168 -0
- package/docs/BookingsSpacesApi.md +177 -0
- package/docs/BraintreeActivationFormParams.md +28 -0
- package/docs/Channel.md +38 -0
- package/docs/ChannelCollectionCreateInputs.md +22 -0
- package/docs/ChannelCollectionTranslationUpdateInputs.md +22 -0
- package/docs/ChannelCollectionUpdateInputs.md +22 -0
- package/docs/ChannelContent.md +40 -0
- package/docs/ChannelContentCount.md +22 -0
- package/docs/ChannelContentCreateInputs.md +54 -0
- package/docs/ChannelContentGuestCreateInputs.md +54 -0
- package/docs/ChannelContentGuestTranslation.md +32 -0
- package/docs/ChannelContentGuestTranslationUpdateInputs.md +24 -0
- package/docs/ChannelContentGuestUpdateInputs.md +54 -0
- package/docs/ChannelContentLike.md +24 -0
- package/docs/ChannelContentTranslation.md +44 -0
- package/docs/ChannelContentTranslationUpdateInputs.md +30 -0
- package/docs/ChannelContentUpdateInputs.md +56 -0
- package/docs/ChannelCount.md +22 -0
- package/docs/ChannelCreateInputs.md +50 -0
- package/docs/ChannelFormat.md +12 -0
- package/docs/ChannelSubscriberUpdateInputs.md +22 -0
- package/docs/ChannelTranslation.md +30 -0
- package/docs/ChannelTranslationUpdateInputs.md +22 -0
- package/docs/ChannelUpdateInputs.md +50 -0
- package/docs/ChannelsApi.md +1729 -0
- package/docs/CloneOptions.md +76 -0
- package/docs/ContentGuestType.md +12 -0
- package/docs/ContentStatus.md +10 -0
- package/docs/CountChartSummaryData.md +26 -0
- package/docs/Coupon.md +32 -0
- package/docs/CouponCount.md +24 -0
- package/docs/CreateAccount200Response.md +24 -0
- package/docs/CreateAccountAddress200Response.md +24 -0
- package/docs/CreateAccountInvitations200Response.md +24 -0
- package/docs/CreateActivity200Response.md +24 -0
- package/docs/CreateAdvertisement200Response.md +24 -0
- package/docs/CreateAnnouncement200Response.md +24 -0
- package/docs/CreateBenefit200Response.md +24 -0
- package/docs/CreateBooking200Response.md +24 -0
- package/docs/CreateBookingPlace200Response.md +24 -0
- package/docs/CreateBookingSpace200Response.md +24 -0
- package/docs/CreateChannel200Response.md +24 -0
- package/docs/CreateCustomModule200Response.md +24 -0
- package/docs/CreateDashboard200Response.md +24 -0
- package/docs/CreateEvent200Response.md +24 -0
- package/docs/CreateEventAddOn200Response.md +24 -0
- package/docs/CreateEventAttendee200Response.md +24 -0
- package/docs/CreateEventCoupon200Response.md +24 -0
- package/docs/CreateEventCouponVariants200Response.md +24 -0
- package/docs/CreateEventFaqSection200Response.md +24 -0
- package/docs/CreateEventFaqSectionQuestion200Response.md +24 -0
- package/docs/CreateEventMatch200Response.md +24 -0
- package/docs/CreateEventPackage200Response.md +24 -0
- package/docs/CreateEventPage200Response.md +24 -0
- package/docs/CreateEventPass200Response.md +24 -0
- package/docs/CreateEventPassType200Response.md +24 -0
- package/docs/CreateEventRoomType200Response.md +24 -0
- package/docs/CreateEventRound200Response.md +24 -0
- package/docs/CreateEventSession200Response.md +24 -0
- package/docs/CreateEventSpeaker200Response.md +24 -0
- package/docs/CreateEventTrack200Response.md +24 -0
- package/docs/CreateGroup200Response.md +24 -0
- package/docs/CreateImage200Response.md +24 -0
- package/docs/CreateIntegration200Response.md +24 -0
- package/docs/CreateInterest200Response.md +24 -0
- package/docs/CreateInvoice200Response.md +24 -0
- package/docs/CreateLevel200Response.md +24 -0
- package/docs/CreateMeeting200Response.md +24 -0
- package/docs/CreateMeetingLink200Response.md +24 -0
- package/docs/CreateOrganizationWebhook200Response.md +24 -0
- package/docs/CreatePreset200Response.md +24 -0
- package/docs/CreateRoom200Response.md +24 -0
- package/docs/CreateSearchList200Response.md +24 -0
- package/docs/CreateSelfApiKey200Response.md +24 -0
- package/docs/CreateSeries200Response.md +24 -0
- package/docs/CreateStreamInput200Response.md +24 -0
- package/docs/CreateSupportTicket200Response.md +24 -0
- package/docs/CreateSurvey200Response.md +24 -0
- package/docs/CreateSurveySection200Response.md +24 -0
- package/docs/CreateThread200Response.md +24 -0
- package/docs/CreateThreadCircle200Response.md +24 -0
- package/docs/CreateThreadMessage200Response.md +24 -0
- package/docs/CreateTier200Response.md +24 -0
- package/docs/Currency.md +8 -0
- package/docs/CustomModule.md +34 -0
- package/docs/CustomModuleCreateInputs.md +30 -0
- package/docs/CustomModulePosition.md +10 -0
- package/docs/CustomModuleTranslation.md +28 -0
- package/docs/CustomModuleTranslationUpdateInputs.md +22 -0
- package/docs/CustomModuleUpdateInputs.md +32 -0
- package/docs/CustomReport.md +46 -0
- package/docs/CustomReportCreateInputs.md +26 -0
- package/docs/CustomReportUpdateInputs.md +26 -0
- package/docs/Dashboard.md +20 -0
- package/docs/DashboardCreateInputs.md +22 -0
- package/docs/DashboardUpdateInputs.md +20 -0
- package/docs/DashboardWidgetCreateInputs.md +26 -0
- package/docs/DashboardWidgetEndpoint.md +32 -0
- package/docs/DashboardWidgetEndpointDefaultSize.md +22 -0
- package/docs/DashboardWidgetUpdateInputs.md +26 -0
- package/docs/DashboardsApi.md +284 -0
- package/docs/DashboardsWidgetsApi.md +232 -0
- package/docs/DayOfWeek.md +20 -0
- package/docs/DefaultAuthAction.md +10 -0
- package/docs/DelegateRole.md +10 -0
- package/docs/DomainDetails.md +20 -0
- package/docs/EmailReceipt.md +24 -0
- package/docs/EmailReceiptStatus.md +16 -0
- package/docs/EmailReceiptsApi.md +123 -0
- package/docs/EntityUseCode.md +24 -0
- package/docs/Event.md +94 -0
- package/docs/EventActivation.md +34 -0
- package/docs/EventActivationCompletionCreateInputs.md +22 -0
- package/docs/EventActivationCompletionUpdateInputs.md +20 -0
- package/docs/EventActivationCreateInputs.md +44 -0
- package/docs/EventActivationTranslation.md +26 -0
- package/docs/EventActivationTranslationUpdateInputs.md +24 -0
- package/docs/EventActivationType.md +12 -0
- package/docs/EventActivationUpdateInputs.md +40 -0
- package/docs/EventAddOn.md +30 -0
- package/docs/EventAddOnCount.md +20 -0
- package/docs/EventAddOnCreateInputs.md +40 -0
- package/docs/EventAddOnTranslation.md +30 -0
- package/docs/EventAddOnTranslationUpdateInputs.md +24 -0
- package/docs/EventAddOnUpdateInputs.md +40 -0
- package/docs/EventAgendaVisibility.md +12 -0
- package/docs/EventAnnouncementFilters.md +30 -0
- package/docs/EventAttendee.md +28 -0
- package/docs/EventAttendeeCount.md +22 -0
- package/docs/EventAttendeePackageCreateInputs.md +22 -0
- package/docs/EventAttendeePackageUpdateInputs.md +22 -0
- package/docs/EventBadgeFieldUpdateInputs.md +34 -0
- package/docs/EventCouponCreateInputs.md +54 -0
- package/docs/EventCouponUpdateInputs.md +54 -0
- package/docs/EventCreateInputs.md +130 -0
- package/docs/EventCreateInputsPassLimitPerAccount.md +18 -0
- package/docs/EventCreateInputsSplitPaymentPercentage.md +18 -0
- package/docs/EventEmail.md +22 -0
- package/docs/EventEmailTranslation.md +28 -0
- package/docs/EventEmailTranslationUpdateInputs.md +20 -0
- package/docs/EventEmailType.md +12 -0
- package/docs/EventEmailUpdateInputs.md +26 -0
- package/docs/EventFaqSectionCreateInputs.md +24 -0
- package/docs/EventFaqSectionQuestionCreateInputs.md +28 -0
- package/docs/EventFaqSectionQuestionTranslationUpdateInputs.md +22 -0
- package/docs/EventFaqSectionQuestionUpdateInputs.md +28 -0
- package/docs/EventFaqSectionTranslationUpdateInputs.md +20 -0
- package/docs/EventFaqSectionUpdateInputs.md +24 -0
- package/docs/EventFollowupCreateInputs.md +26 -0
- package/docs/EventFollowupTranslationUpdateInputs.md +24 -0
- package/docs/EventFollowupUpdateInputs.md +26 -0
- package/docs/EventMediaItem.md +24 -0
- package/docs/EventMediaItemCreateInputs.md +30 -0
- package/docs/EventMediaItemUpdateInputs.md +24 -0
- package/docs/EventOnSite.md +20 -0
- package/docs/EventOnSiteBadgeField.md +20 -0
- package/docs/EventPackage.md +24 -0
- package/docs/EventPackageCreateInputs.md +36 -0
- package/docs/EventPackagePass.md +22 -0
- package/docs/EventPackagePassCreateInputs.md +22 -0
- package/docs/EventPackagePassUpdateInputs.md +22 -0
- package/docs/EventPackageTranslation.md +26 -0
- package/docs/EventPackageTranslationUpdateInputs.md +22 -0
- package/docs/EventPackageUpdateInputs.md +36 -0
- package/docs/EventPage.md +24 -0
- package/docs/EventPageCreateInputs.md +30 -0
- package/docs/EventPageTranslation.md +32 -0
- package/docs/EventPageTranslationUpdateInputs.md +24 -0
- package/docs/EventPageUpdateInputs.md +30 -0
- package/docs/EventPass.md +30 -0
- package/docs/EventPassCreateInputs.md +26 -0
- package/docs/EventPassType.md +34 -0
- package/docs/EventPassTypeCount.md +20 -0
- package/docs/EventPassTypeTranslation.md +32 -0
- package/docs/EventPassUpdateInputs.md +28 -0
- package/docs/EventQuestionChoiceCreateInputs.md +28 -0
- package/docs/EventQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/EventQuestionChoiceUpdateInputs.md +28 -0
- package/docs/EventQuestionCreateInputs.md +66 -0
- package/docs/EventQuestionTranslationUpdateInputs.md +24 -0
- package/docs/EventQuestionUpdateInputs.md +58 -0
- package/docs/EventRegistrationBypassCreateInputs.md +26 -0
- package/docs/EventRegistrationBypassUpdateInputs.md +26 -0
- package/docs/EventReportDateType.md +14 -0
- package/docs/EventRoomType.md +52 -0
- package/docs/EventRoomTypeAddOnDetails.md +22 -0
- package/docs/EventRoomTypeAddOnDetailsUpdateInputs.md +30 -0
- package/docs/EventRoomTypeCount.md +20 -0
- package/docs/EventRoomTypeCreateInputs.md +54 -0
- package/docs/EventRoomTypePassTypeDetails.md +22 -0
- package/docs/EventRoomTypePassTypeDetailsUpdateInputs.md +40 -0
- package/docs/EventRoomTypeReservation.md +26 -0
- package/docs/EventRoomTypeReservationCreateInputs.md +28 -0
- package/docs/EventRoomTypeReservationPassesInner.md +26 -0
- package/docs/EventRoomTypeReservationPassesInnerAttendee.md +22 -0
- package/docs/EventRoomTypeReservationUpdateInputs.md +26 -0
- package/docs/EventRoomTypeTranslation.md +30 -0
- package/docs/EventRoomTypeTranslationUpdateInputs.md +22 -0
- package/docs/EventRoomTypeUpdateInputs.md +54 -0
- package/docs/EventSectionCreateInputs.md +26 -0
- package/docs/EventSectionTranslationUpdateInputs.md +24 -0
- package/docs/EventSectionUpdateInputs.md +26 -0
- package/docs/EventSession.md +34 -0
- package/docs/EventSessionAccess.md +24 -0
- package/docs/EventSessionAccessUpdateInputs.md +20 -0
- package/docs/EventSessionCreateInputs.md +64 -0
- package/docs/EventSessionLocation.md +24 -0
- package/docs/EventSessionLocationCreateInputs.md +36 -0
- package/docs/EventSessionLocationTranslation.md +30 -0
- package/docs/EventSessionLocationTranslationUpdateInputs.md +22 -0
- package/docs/EventSessionLocationUpdateInputs.md +36 -0
- package/docs/EventSessionQuestion.md +30 -0
- package/docs/EventSessionQuestionChoice.md +28 -0
- package/docs/EventSessionQuestionChoiceCreateInputs.md +28 -0
- package/docs/EventSessionQuestionChoiceSubQuestion.md +24 -0
- package/docs/EventSessionQuestionChoiceTranslation.md +32 -0
- package/docs/EventSessionQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/EventSessionQuestionChoiceUpdateInputs.md +28 -0
- package/docs/EventSessionQuestionCount.md +20 -0
- package/docs/EventSessionQuestionCreateInputs.md +68 -0
- package/docs/EventSessionQuestionResponse.md +24 -0
- package/docs/EventSessionQuestionResponseChange.md +22 -0
- package/docs/EventSessionQuestionTranslation.md +32 -0
- package/docs/EventSessionQuestionTranslationUpdateInputs.md +24 -0
- package/docs/EventSessionQuestionType.md +30 -0
- package/docs/EventSessionQuestionUpdateInputs.md +60 -0
- package/docs/EventSessionSection.md +24 -0
- package/docs/EventSessionSectionCreateInputs.md +24 -0
- package/docs/EventSessionSectionQuestion.md +22 -0
- package/docs/EventSessionSectionTranslation.md +30 -0
- package/docs/EventSessionSectionTranslationUpdateInputs.md +24 -0
- package/docs/EventSessionSectionUpdateInputs.md +26 -0
- package/docs/EventSessionTranslation.md +36 -0
- package/docs/EventSessionTranslationUpdateInputs.md +26 -0
- package/docs/EventSessionUpdateInputs.md +64 -0
- package/docs/EventSource.md +12 -0
- package/docs/EventSpeaker.md +44 -0
- package/docs/EventSpeakerCreateInputs.md +58 -0
- package/docs/EventSpeakerTranslation.md +30 -0
- package/docs/EventSpeakerTranslationUpdateInputs.md +22 -0
- package/docs/EventSpeakerUpdateInputs.md +58 -0
- package/docs/EventSponsorship.md +22 -0
- package/docs/EventSponsorshipCreateInputs.md +32 -0
- package/docs/EventSponsorshipLevel.md +26 -0
- package/docs/EventSponsorshipLevelCreateInputs.md +28 -0
- package/docs/EventSponsorshipLevelTranslation.md +30 -0
- package/docs/EventSponsorshipLevelTranslationUpdateInputs.md +22 -0
- package/docs/EventSponsorshipLevelUpdateInputs.md +28 -0
- package/docs/EventSponsorshipTranslation.md +30 -0
- package/docs/EventSponsorshipTranslationUpdateInputs.md +22 -0
- package/docs/EventSponsorshipUpdateInputs.md +32 -0
- package/docs/EventTrack.md +24 -0
- package/docs/EventTrackCount.md +20 -0
- package/docs/EventTrackCreateInputs.md +26 -0
- package/docs/EventTrackTranslation.md +30 -0
- package/docs/EventTrackTranslationUpdateInputs.md +22 -0
- package/docs/EventTrackUpdateInputs.md +26 -0
- package/docs/EventTranslation.md +38 -0
- package/docs/EventTranslationUpdateInputs.md +28 -0
- package/docs/EventType.md +12 -0
- package/docs/EventUpdateInputs.md +130 -0
- package/docs/EventVariantCouponCreateInputs.md +20 -0
- package/docs/EventVariantCouponSyncInputs.md +20 -0
- package/docs/EventsAccessApi.md +181 -0
- package/docs/EventsActivationsApi.md +600 -0
- package/docs/EventsAddonsApi.md +738 -0
- package/docs/EventsApi.md +593 -0
- package/docs/EventsAttendeesApi.md +696 -0
- package/docs/EventsAttendeesPackagesApi.md +314 -0
- package/docs/EventsAttendeesReservationsApi.md +561 -0
- package/docs/EventsBenefitsApi.md +117 -0
- package/docs/EventsBypassApi.md +296 -0
- package/docs/EventsCohostsApi.md +181 -0
- package/docs/EventsCouponsApi.md +673 -0
- package/docs/EventsEmailsApi.md +121 -0
- package/docs/EventsFaqsApi.md +658 -0
- package/docs/EventsFollowupsApi.md +1156 -0
- package/docs/EventsMatchesApi.md +1022 -0
- package/docs/EventsMediaApi.md +482 -0
- package/docs/EventsOnSiteApi.md +344 -0
- package/docs/EventsPackagesApi.md +296 -0
- package/docs/EventsPackagesPassesApi.md +311 -0
- package/docs/EventsPagesApi.md +479 -0
- package/docs/EventsPassesApi.md +1743 -0
- package/docs/EventsPasstypesApi.md +1058 -0
- package/docs/EventsPasstypesPriceschedulesApi.md +311 -0
- package/docs/EventsPasstypesRefundschedulesApi.md +311 -0
- package/docs/EventsQuestionsApi.md +1333 -0
- package/docs/EventsRoomsApi.md +537 -0
- package/docs/EventsRoomtypesApi.md +746 -0
- package/docs/EventsSectionsApi.md +1156 -0
- package/docs/EventsSessionsAccessesApi.md +208 -0
- package/docs/EventsSessionsApi.md +1348 -0
- package/docs/EventsSessionsLocationsApi.md +479 -0
- package/docs/EventsSessionsMatchesApi.md +1018 -0
- package/docs/EventsSessionsQuestionsApi.md +1216 -0
- package/docs/EventsSessionsSectionsApi.md +628 -0
- package/docs/EventsSpeakersApi.md +479 -0
- package/docs/EventsSponsorsApi.md +245 -0
- package/docs/EventsSponsorshiplevelsApi.md +351 -0
- package/docs/EventsSponsorshipsApi.md +369 -0
- package/docs/EventsTemplatesApi.md +68 -0
- package/docs/EventsTracksApi.md +662 -0
- package/docs/ExportStatus.md +12 -0
- package/docs/Faq.md +32 -0
- package/docs/FaqSection.md +28 -0
- package/docs/FaqSectionTranslation.md +28 -0
- package/docs/FaqTranslation.md +30 -0
- package/docs/FileSource.md +12 -0
- package/docs/FileUpdateInputs.md +24 -0
- package/docs/FilesApi.md +231 -0
- package/docs/GetAPILog200Response.md +24 -0
- package/docs/GetAPILogs200Response.md +26 -0
- package/docs/GetAccountActivities200Response.md +26 -0
- package/docs/GetAccountAddress200Response.md +24 -0
- package/docs/GetAccountEvents200Response.md +26 -0
- package/docs/GetAccountGroups200Response.md +26 -0
- package/docs/GetAccountInterests200Response.md +26 -0
- package/docs/GetAccountInvitations200Response.md +26 -0
- package/docs/GetAccountLead200Response.md +24 -0
- package/docs/GetAccountLeads200Response.md +26 -0
- package/docs/GetAccountLevels200Response.md +26 -0
- package/docs/GetAccountLikes200Response.md +26 -0
- package/docs/GetAccountPayments200Response.md +26 -0
- package/docs/GetAccountThreads200Response.md +26 -0
- package/docs/GetAccountTiers200Response.md +26 -0
- package/docs/GetAccounts200Response.md +26 -0
- package/docs/GetAdvertisements200Response.md +26 -0
- package/docs/GetAnnouncements200Response.md +26 -0
- package/docs/GetAuthSession200Response.md +24 -0
- package/docs/GetBenefitClicks200Response.md +26 -0
- package/docs/GetBenefits200Response.md +26 -0
- package/docs/GetBookingPlaceBookings200Response.md +26 -0
- package/docs/GetBookingPlaces200Response.md +26 -0
- package/docs/GetBookingSpaces200Response.md +26 -0
- package/docs/GetChannelContent200Response.md +24 -0
- package/docs/GetChannelContents200Response.md +26 -0
- package/docs/GetChannels200Response.md +26 -0
- package/docs/GetCustomModules200Response.md +26 -0
- package/docs/GetCustomReport200Response.md +24 -0
- package/docs/GetCustomReportUsers200Response.md +24 -0
- package/docs/GetCustomReports200Response.md +26 -0
- package/docs/GetDashboards200Response.md +26 -0
- package/docs/GetEmailReceipt200Response.md +24 -0
- package/docs/GetEntityUseCodes200Response.md +24 -0
- package/docs/GetEventAccessUsers200Response.md +26 -0
- package/docs/GetEventActivation200Response.md +24 -0
- package/docs/GetEventAddOnPasses200Response.md +26 -0
- package/docs/GetEventAddOns200Response.md +26 -0
- package/docs/GetEventAttendeeCoupons200Response.md +26 -0
- package/docs/GetEventAttendees200Response.md +26 -0
- package/docs/GetEventEmail200Response.md +24 -0
- package/docs/GetEventFaqSectionQuestions200Response.md +26 -0
- package/docs/GetEventFaqSections200Response.md +26 -0
- package/docs/GetEventMediaItem200Response.md +24 -0
- package/docs/GetEventMediaItems200Response.md +26 -0
- package/docs/GetEventOnSite200Response.md +24 -0
- package/docs/GetEventPackages200Response.md +26 -0
- package/docs/GetEventPageImages200Response.md +26 -0
- package/docs/GetEventPages200Response.md +26 -0
- package/docs/GetEventPassMatches200Response.md +24 -0
- package/docs/GetEventPassTypes200Response.md +26 -0
- package/docs/GetEventQuestionSummary200Response.md +24 -0
- package/docs/GetEventRoomTypes200Response.md +26 -0
- package/docs/GetEventRoundMatches200Response.md +26 -0
- package/docs/GetEventRounds200Response.md +24 -0
- package/docs/GetEventSection200Response.md +24 -0
- package/docs/GetEventSessionTracks200Response.md +26 -0
- package/docs/GetEventSessions200Response.md +26 -0
- package/docs/GetEventSpeakers200Response.md +26 -0
- package/docs/GetEventTiers200Response.md +24 -0
- package/docs/GetEvents200Response.md +26 -0
- package/docs/GetFiles200Response.md +26 -0
- package/docs/GetGroupInvitation200Response.md +24 -0
- package/docs/GetGroupRequest200Response.md +24 -0
- package/docs/GetGroupRequests200Response.md +26 -0
- package/docs/GetGroups200Response.md +26 -0
- package/docs/GetImageUsage200Response.md +24 -0
- package/docs/GetImages200Response.md +26 -0
- package/docs/GetImport200Response.md +24 -0
- package/docs/GetImportItems200Response.md +26 -0
- package/docs/GetImports200Response.md +26 -0
- package/docs/GetIntegrations200Response.md +26 -0
- package/docs/GetInvoiceLineItem200Response.md +24 -0
- package/docs/GetInvoices200Response.md +26 -0
- package/docs/GetLivestream200Response.md +24 -0
- package/docs/GetLivestreams200Response.md +26 -0
- package/docs/GetLogin200Response.md +24 -0
- package/docs/GetLoginAuthSessions200Response.md +26 -0
- package/docs/GetLoginDevices200Response.md +26 -0
- package/docs/GetLogins200Response.md +26 -0
- package/docs/GetMeetingLinks200Response.md +26 -0
- package/docs/GetMeetingSession200Response.md +24 -0
- package/docs/GetMeetings200Response.md +26 -0
- package/docs/GetOrganization200Response.md +24 -0
- package/docs/GetOrganizationWebhooks200Response.md +26 -0
- package/docs/GetPayment200Response.md +24 -0
- package/docs/GetPresets200Response.md +26 -0
- package/docs/GetPushDevice200Response.md +24 -0
- package/docs/GetReport200Response.md +24 -0
- package/docs/GetReports200Response.md +24 -0
- package/docs/GetRoomTypeRooms200Response.md +26 -0
- package/docs/GetSearchListValue200Response.md +24 -0
- package/docs/GetSearchLists200Response.md +26 -0
- package/docs/GetSelf200Response.md +24 -0
- package/docs/GetSelfApiKeys200Response.md +26 -0
- package/docs/GetSelfOrganizations200Response.md +26 -0
- package/docs/GetSeriesList200Response.md +26 -0
- package/docs/GetStreamInputs200Response.md +26 -0
- package/docs/GetStreamSession200Response.md +24 -0
- package/docs/GetStreamSessions200Response.md +26 -0
- package/docs/GetStreamVideos200Response.md +26 -0
- package/docs/GetSupportTickets200Response.md +26 -0
- package/docs/GetSurveyQuestion200Response.md +24 -0
- package/docs/GetSurveyQuestions200Response.md +26 -0
- package/docs/GetSurveySections200Response.md +26 -0
- package/docs/GetSurveys200Response.md +26 -0
- package/docs/GetTaxCodes200Response.md +24 -0
- package/docs/GetTaxIntegration200Response.md +24 -0
- package/docs/GetTaxIntegrations200Response.md +26 -0
- package/docs/GetTaxLog200Response.md +24 -0
- package/docs/GetTaxLogs200Response.md +26 -0
- package/docs/GetThreadCircles200Response.md +26 -0
- package/docs/GetThreadMembers200Response.md +26 -0
- package/docs/GetThreadMessageFiles200Response.md +24 -0
- package/docs/GetThreadMessageImages200Response.md +24 -0
- package/docs/GetThreadMessageVideos200Response.md +24 -0
- package/docs/GetThreadMessages200Response.md +24 -0
- package/docs/GetVideo200Response.md +24 -0
- package/docs/GetVideoCaptions200Response.md +26 -0
- package/docs/Group.md +30 -0
- package/docs/GroupAccess.md +10 -0
- package/docs/GroupCount.md +24 -0
- package/docs/GroupCreateInputs.md +38 -0
- package/docs/GroupInvitation.md +30 -0
- package/docs/GroupInvitationStatus.md +12 -0
- package/docs/GroupMembership.md +32 -0
- package/docs/GroupMembershipRole.md +10 -0
- package/docs/GroupMembershipUpdateInputs.md +32 -0
- package/docs/GroupRequest.md +26 -0
- package/docs/GroupRequestStatus.md +10 -0
- package/docs/GroupTranslation.md +34 -0
- package/docs/GroupTranslationUpdateInputs.md +24 -0
- package/docs/GroupUpdateInputs.md +38 -0
- package/docs/GroupsApi.md +421 -0
- package/docs/GroupsEventsApi.md +184 -0
- package/docs/GroupsInterestsApi.md +181 -0
- package/docs/GroupsInvitationsApi.md +352 -0
- package/docs/GroupsMembersApi.md +233 -0
- package/docs/GroupsModeratorsApi.md +181 -0
- package/docs/GroupsRequestsApi.md +294 -0
- package/docs/GroupsSponsorsApi.md +181 -0
- package/docs/Image.md +26 -0
- package/docs/ImageCreateInputs.md +26 -0
- package/docs/ImageModerationLevel.md +10 -0
- package/docs/ImageType.md +18 -0
- package/docs/ImageUpdateInputs.md +24 -0
- package/docs/ImageUsage.md +20 -0
- package/docs/ImageUsageCount.md +32 -0
- package/docs/ImageWCopyUri.md +20 -0
- package/docs/ImagesApi.md +443 -0
- package/docs/ImpersonateAccount200Response.md +24 -0
- package/docs/Import.md +24 -0
- package/docs/ImportCount.md +20 -0
- package/docs/ImportCreateInputs.md +22 -0
- package/docs/ImportCreateInputsValuesInner.md +20 -0
- package/docs/ImportItem.md +20 -0
- package/docs/ImportItemStatus.md +12 -0
- package/docs/ImportRooms200Response.md +24 -0
- package/docs/ImportType.md +8 -0
- package/docs/ImportsApi.md +246 -0
- package/docs/IndexEventPasses200Response.md +24 -0
- package/docs/Integration.md +26 -0
- package/docs/IntegrationCreateInputs.md +28 -0
- package/docs/IntegrationDetails.md +26 -0
- package/docs/IntegrationType.md +8 -0
- package/docs/IntegrationUpdateInputs.md +26 -0
- package/docs/Interest.md +24 -0
- package/docs/InterestCount.md +22 -0
- package/docs/InterestCreateInputs.md +20 -0
- package/docs/InterestInputs.md +22 -0
- package/docs/InterestUpdateInputs.md +24 -0
- package/docs/InterestsApi.md +668 -0
- package/docs/Invoice.md +32 -0
- package/docs/InvoiceCreateInputs.md +32 -0
- package/docs/InvoiceLineItem.md +22 -0
- package/docs/InvoiceLineItemCreateInputs.md +32 -0
- package/docs/InvoiceLineItemCreateInputsQuantity.md +18 -0
- package/docs/InvoiceLineItemUpdateInputs.md +32 -0
- package/docs/InvoiceStatus.md +14 -0
- package/docs/InvoiceUpdateInputs.md +32 -0
- package/docs/InvoicesApi.md +577 -0
- package/docs/InvoicesLineitemsApi.md +177 -0
- package/docs/Lead.md +44 -0
- package/docs/LeadAttributesInner.md +22 -0
- package/docs/LeadCreateInputs.md +22 -0
- package/docs/LeadStatus.md +14 -0
- package/docs/LeadUpdateInputs.md +22 -0
- package/docs/Level.md +26 -0
- package/docs/LevelCreateInputs.md +34 -0
- package/docs/LevelTranslationUpdateInputs.md +24 -0
- package/docs/LevelUpdateInputs.md +34 -0
- package/docs/LevelsAccountsApi.md +181 -0
- package/docs/LevelsApi.md +281 -0
- package/docs/Like.md +22 -0
- package/docs/LineChartSummaryData.md +26 -0
- package/docs/LinkInputs.md +22 -0
- package/docs/Livestream.md +38 -0
- package/docs/LivestreamSession.md +36 -0
- package/docs/LocationQuestionOption.md +12 -0
- package/docs/Login.md +20 -0
- package/docs/LoginCount.md +22 -0
- package/docs/LoginsAccountsApi.md +181 -0
- package/docs/LoginsApi.md +465 -0
- package/docs/MarkNotificationsReadInputs.md +20 -0
- package/docs/Match.md +24 -0
- package/docs/MatchQuestionType.md +12 -0
- package/docs/MatchUpdateInputs.md +22 -0
- package/docs/Meeting.md +42 -0
- package/docs/MeetingCreateInputs.md +40 -0
- package/docs/MeetingLink.md +22 -0
- package/docs/MeetingLinkCreateInputs.md +24 -0
- package/docs/MeetingLinkUpdateInputs.md +24 -0
- package/docs/MeetingParticipant.md +32 -0
- package/docs/MeetingParticipantCreateInputs.md +24 -0
- package/docs/MeetingParticipantUpdateInputs.md +24 -0
- package/docs/MeetingPresetCreateInputs.md +20 -0
- package/docs/MeetingPresetUpdateInputs.md +20 -0
- package/docs/MeetingRecordingCreateInputs.md +50 -0
- package/docs/MeetingRecordingUpdateInputs.md +20 -0
- package/docs/MeetingSession.md +48 -0
- package/docs/MeetingSessionChatDownload.md +22 -0
- package/docs/MeetingSessionParticipant.md +22 -0
- package/docs/MeetingSessionParticipantPeerStats.md +30 -0
- package/docs/MeetingSessionParticipantPeerStatsDeviceInfo.md +42 -0
- package/docs/MeetingSessionParticipantPeerStatsEventsInner.md +22 -0
- package/docs/MeetingSessionParticipantPeerStatsIpInformation.md +34 -0
- package/docs/MeetingSessionParticipantPeerStatsPrecallNetworkInformation.md +36 -0
- package/docs/MeetingSessionParticipantQualityStatsInner.md +38 -0
- package/docs/MeetingSessionParticipantQualityStatsInnerAudioStatsInner.md +28 -0
- package/docs/MeetingSessionParticipantQualityStatsInnerVideoStatsInner.md +34 -0
- package/docs/MeetingSessionSummaryDownload.md +24 -0
- package/docs/MeetingSessionTranscriptDownload.md +24 -0
- package/docs/MeetingType.md +12 -0
- package/docs/MeetingUpdateInputs.md +42 -0
- package/docs/MeetingsApi.md +385 -0
- package/docs/MeetingsLinksApi.md +296 -0
- package/docs/MeetingsLivestreamsApi.md +340 -0
- package/docs/MeetingsParticipantsApi.md +351 -0
- package/docs/MeetingsPresetsApi.md +281 -0
- package/docs/MeetingsRecordingsApi.md +123 -0
- package/docs/MeetingsSessionsApi.md +450 -0
- package/docs/MentionInputs.md +22 -0
- package/docs/ModerationStatus.md +12 -0
- package/docs/ModulePermissions.md +30 -0
- package/docs/Notification.md +30 -0
- package/docs/NotificationFilters.md +24 -0
- package/docs/NotificationPreferences.md +48 -0
- package/docs/NotificationStats.md +26 -0
- package/docs/NotificationType.md +30 -0
- package/docs/NotificationsApi.md +222 -0
- package/docs/Organization.md +156 -0
- package/docs/OrganizationActionType.md +14 -0
- package/docs/OrganizationApi.md +498 -0
- package/docs/OrganizationAttributesApi.md +371 -0
- package/docs/OrganizationDomainsApi.md +149 -0
- package/docs/OrganizationIntegrationsApi.md +281 -0
- package/docs/OrganizationMembership.md +94 -0
- package/docs/OrganizationMembershipUpdateInputs.md +72 -0
- package/docs/OrganizationModule.md +28 -0
- package/docs/OrganizationModuleType.md +36 -0
- package/docs/OrganizationModuleUpdateInputs.md +26 -0
- package/docs/OrganizationModulesApi.md +176 -0
- package/docs/OrganizationModulesCustomApi.md +281 -0
- package/docs/OrganizationModulesTiersApi.md +355 -0
- package/docs/OrganizationOAuthInner.md +20 -0
- package/docs/OrganizationPageCreateInputs.md +24 -0
- package/docs/OrganizationPageTranslationUpdateInputs.md +24 -0
- package/docs/OrganizationPageUpdateInputs.md +24 -0
- package/docs/OrganizationPaymentIntegrationCreateInputs.md +32 -0
- package/docs/OrganizationPaymentIntegrationUpdateInputs.md +20 -0
- package/docs/OrganizationPaymentsApi.md +504 -0
- package/docs/OrganizationSideeffectsApi.md +239 -0
- package/docs/OrganizationTaxApi.md +611 -0
- package/docs/OrganizationTeamMemberCreateInputs.md +52 -0
- package/docs/OrganizationTeamMemberUpdateInputs.md +52 -0
- package/docs/OrganizationTeammembersApi.md +281 -0
- package/docs/OrganizationTrigger.md +30 -0
- package/docs/OrganizationTriggerType.md +8 -0
- package/docs/OrganizationUpdateInputs.md +124 -0
- package/docs/OrganizationUsersApi.md +172 -0
- package/docs/OrganizationWebhooksApi.md +333 -0
- package/docs/PageType.md +14 -0
- package/docs/PassAddOn.md +22 -0
- package/docs/PassTypeAccessLevel.md +12 -0
- package/docs/PassTypeCreateInputs.md +70 -0
- package/docs/PassTypePriceScheduleCreateInputs.md +28 -0
- package/docs/PassTypePriceScheduleUpdateInputs.md +28 -0
- package/docs/PassTypeRefundScheduleCreateInputs.md +24 -0
- package/docs/PassTypeRefundScheduleUpdateInputs.md +24 -0
- package/docs/PassTypeTranslationUpdateInputs.md +24 -0
- package/docs/PassTypeUpdateInputs.md +74 -0
- package/docs/PassTypeVisibility.md +10 -0
- package/docs/Payment.md +70 -0
- package/docs/PaymentIntegration.md +20 -0
- package/docs/PaymentIntegrationType.md +16 -0
- package/docs/PaymentLineItem.md +34 -0
- package/docs/PaymentLineItemType.md +26 -0
- package/docs/PaymentType.md +10 -0
- package/docs/PaymentUpdateInputs.md +22 -0
- package/docs/PaymentsApi.md +63 -0
- package/docs/PaypalActivationFormParams.md +26 -0
- package/docs/PreferencesApi.md +105 -0
- package/docs/PurchaseStatus.md +14 -0
- package/docs/PushDevicesApi.md +175 -0
- package/docs/PushService.md +14 -0
- package/docs/Question.md +22 -0
- package/docs/RecordingAction.md +12 -0
- package/docs/RefundLineItem.md +22 -0
- package/docs/RegistrationFollowup.md +32 -0
- package/docs/RegistrationFollowupQuestion.md +22 -0
- package/docs/RegistrationFollowupTranslation.md +30 -0
- package/docs/RegistrationQuestion.md +30 -0
- package/docs/RegistrationQuestionChoice.md +28 -0
- package/docs/RegistrationQuestionChoiceSubQuestion.md +24 -0
- package/docs/RegistrationQuestionChoiceTranslation.md +32 -0
- package/docs/RegistrationQuestionResponse.md +24 -0
- package/docs/RegistrationQuestionResponseChange.md +22 -0
- package/docs/RegistrationQuestionTranslation.md +32 -0
- package/docs/RegistrationQuestionType.md +28 -0
- package/docs/RegistrationSection.md +32 -0
- package/docs/RegistrationSectionQuestion.md +22 -0
- package/docs/RegistrationSectionTranslation.md +30 -0
- package/docs/ReportFilters.md +34 -0
- package/docs/ReportType.md +50 -0
- package/docs/ReportsApi.md +396 -0
- package/docs/ReportsUsersApi.md +169 -0
- package/docs/Room.md +22 -0
- package/docs/RoomCreateInputs.md +20 -0
- package/docs/RoomUpdateInputs.md +20 -0
- package/docs/Round.md +24 -0
- package/docs/RoundEventQuestion.md +22 -0
- package/docs/RoundEventQuestionUpdataInputs.md +20 -0
- package/docs/RoundMatchesInner.md +24 -0
- package/docs/RoundSessionQuestion.md +22 -0
- package/docs/RoundSessionQuestionUpdateInputs.md +20 -0
- package/docs/SearchField.md +40 -0
- package/docs/SearchList.md +24 -0
- package/docs/SearchListConnectedQuestion.md +42 -0
- package/docs/SearchListCreateInputs.md +20 -0
- package/docs/SearchListUpdateInputs.md +20 -0
- package/docs/SearchListValue.md +24 -0
- package/docs/SearchListValueCreateInputs.md +22 -0
- package/docs/SearchListValueUpdateInputs.md +22 -0
- package/docs/SearchOrganization200Response.md +24 -0
- package/docs/SearchOrganizationFilters.md +30 -0
- package/docs/SearchlistsApi.md +281 -0
- package/docs/SearchlistsValuesApi.md +403 -0
- package/docs/SegmentInputs.md +20 -0
- package/docs/SelfApi.md +263 -0
- package/docs/SelfApikeysApi.md +225 -0
- package/docs/SelfImagesApi.md +105 -0
- package/docs/Series.md +28 -0
- package/docs/SeriesApi.md +455 -0
- package/docs/SeriesCreateInputs.md +34 -0
- package/docs/SeriesUpdateInputs.md +34 -0
- package/docs/SessionAccess.md +10 -0
- package/docs/SideEffect.md +44 -0
- package/docs/SideEffectActionType.md +16 -0
- package/docs/SideEffectTriggerType.md +14 -0
- package/docs/SponsorshipLevelTranslation.md +32 -0
- package/docs/StandardReport.md +24 -0
- package/docs/StorageApi.md +65 -0
- package/docs/StorageConfig.md +42 -0
- package/docs/StreamInput.md +44 -0
- package/docs/StreamInputCreateInputs.md +44 -0
- package/docs/StreamInputDetails.md +46 -0
- package/docs/StreamInputDetailsRecording.md +24 -0
- package/docs/StreamInputDetailsRtmps.md +22 -0
- package/docs/StreamInputDetailsSrt.md +24 -0
- package/docs/StreamInputDetailsWebRTC.md +20 -0
- package/docs/StreamInputOutput.md +26 -0
- package/docs/StreamInputOutputCreateInputs.md +24 -0
- package/docs/StreamInputOutputUpdateInputs.md +20 -0
- package/docs/StreamInputUpdateInputs.md +44 -0
- package/docs/StreamOutputCreateInputs.md +24 -0
- package/docs/StreamSession.md +22 -0
- package/docs/StreamSessionChatMessage.md +34 -0
- package/docs/StreamSessionSubscription.md +22 -0
- package/docs/StreamsApi.md +413 -0
- package/docs/StreamsOutputsApi.md +296 -0
- package/docs/StreamsSessionsApi.md +364 -0
- package/docs/StripeActivationFormParams.md +26 -0
- package/docs/SummaryData.md +26 -0
- package/docs/SupportApi.md +168 -0
- package/docs/SupportMessagesApi.md +63 -0
- package/docs/SupportNotesApi.md +118 -0
- package/docs/SupportTicket.md +42 -0
- package/docs/SupportTicketActivityLog.md +22 -0
- package/docs/SupportTicketActivitySource.md +12 -0
- package/docs/SupportTicketActivityType.md +16 -0
- package/docs/SupportTicketCreateInputs.md +28 -0
- package/docs/SupportTicketMessage.md +22 -0
- package/docs/SupportTicketMessageCreateInputs.md +20 -0
- package/docs/SupportTicketMessageSource.md +12 -0
- package/docs/SupportTicketNote.md +24 -0
- package/docs/SupportTicketNoteCreateInputs.md +20 -0
- package/docs/SupportTicketState.md +14 -0
- package/docs/SupportTicketType.md +12 -0
- package/docs/SupportTicketUpdateInputs.md +30 -0
- package/docs/SupportedLocale.md +136 -0
- package/docs/SupportticketsApi.md +248 -0
- package/docs/SupportticketsMessagesApi.md +71 -0
- package/docs/SupportticketsNotesApi.md +71 -0
- package/docs/Survey.md +26 -0
- package/docs/SurveyCreateInputs.md +34 -0
- package/docs/SurveyQuestion.md +30 -0
- package/docs/SurveyQuestionChoice.md +28 -0
- package/docs/SurveyQuestionChoiceCreateInputs.md +28 -0
- package/docs/SurveyQuestionChoiceSubQuestion.md +24 -0
- package/docs/SurveyQuestionChoiceTranslation.md +32 -0
- package/docs/SurveyQuestionChoiceTranslationUpdateInputs.md +24 -0
- package/docs/SurveyQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SurveyQuestionCreateInputs.md +64 -0
- package/docs/SurveyQuestionResponse.md +24 -0
- package/docs/SurveyQuestionResponseChange.md +22 -0
- package/docs/SurveyQuestionTranslation.md +32 -0
- package/docs/SurveyQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SurveyQuestionType.md +28 -0
- package/docs/SurveyQuestionUpdateInputs.md +56 -0
- package/docs/SurveySection.md +24 -0
- package/docs/SurveySectionCreateInputs.md +24 -0
- package/docs/SurveySectionQuestion.md +22 -0
- package/docs/SurveySectionTranslation.md +30 -0
- package/docs/SurveySectionTranslationUpdateInputs.md +24 -0
- package/docs/SurveySectionUpdateInputs.md +26 -0
- package/docs/SurveySubmission.md +22 -0
- package/docs/SurveySubmissionUpdateInputs.md +20 -0
- package/docs/SurveyTranslation.md +30 -0
- package/docs/SurveyTranslationUpdateInputs.md +24 -0
- package/docs/SurveyUpdateInputs.md +34 -0
- package/docs/SurveysApi.md +281 -0
- package/docs/SurveysQuestionsApi.md +1159 -0
- package/docs/SurveysSectionsApi.md +598 -0
- package/docs/SurveysSubmissionsApi.md +435 -0
- package/docs/SystemEventLog.md +32 -0
- package/docs/SystemEventLogStatus.md +10 -0
- package/docs/TableChartSummaryData.md +26 -0
- package/docs/TableChartSummaryDataDataInner.md +20 -0
- package/docs/TaxCode.md +22 -0
- package/docs/TaxIntegration.md +54 -0
- package/docs/TaxIntegrationCreateInputs.md +26 -0
- package/docs/TaxIntegrationLog.md +22 -0
- package/docs/TaxIntegrationLogType.md +12 -0
- package/docs/TaxIntegrationType.md +14 -0
- package/docs/TaxIntegrationUpdateInputs.md +40 -0
- package/docs/TaxLocationType.md +10 -0
- package/docs/TeamCreateInputs.md +24 -0
- package/docs/TeamMember.md +40 -0
- package/docs/TeamUpdateInputs.md +24 -0
- package/docs/ThreadCircleAccountCreateInputs.md +22 -0
- package/docs/ThreadCircleAccountRole.md +12 -0
- package/docs/ThreadCircleAccountUpdateInputs.md +20 -0
- package/docs/ThreadCircleCreateInputs.md +20 -0
- package/docs/ThreadCircleType.md +10 -0
- package/docs/ThreadCircleUpdateInputs.md +20 -0
- package/docs/ThreadCreateInputs.md +28 -0
- package/docs/ThreadInvitation.md +42 -0
- package/docs/ThreadInvitationStatus.md +10 -0
- package/docs/ThreadMember.md +22 -0
- package/docs/ThreadMemberRole.md +10 -0
- package/docs/ThreadMemberUpdateInputs.md +20 -0
- package/docs/ThreadMessage.md +34 -0
- package/docs/ThreadMessageCreateInputs.md +24 -0
- package/docs/ThreadMessageReaction.md +30 -0
- package/docs/ThreadMessageReactionCreateInputs.md +20 -0
- package/docs/ThreadMessageReactionUpdateInputs.md +20 -0
- package/docs/ThreadMessageType.md +12 -0
- package/docs/ThreadMessageUpdateInputs.md +22 -0
- package/docs/ThreadType.md +14 -0
- package/docs/ThreadUpdateInputs.md +22 -0
- package/docs/ThreadsApi.md +284 -0
- package/docs/ThreadsCirclesAccountsApi.md +299 -0
- package/docs/ThreadsCirclesApi.md +348 -0
- package/docs/ThreadsMembersApi.md +194 -0
- package/docs/ThreadsMessagesApi.md +339 -0
- package/docs/ThreadsMessagesFilesApi.md +178 -0
- package/docs/ThreadsMessagesImagesApi.md +178 -0
- package/docs/ThreadsMessagesReactionsApi.md +182 -0
- package/docs/ThreadsMessagesVideosApi.md +178 -0
- package/docs/Tier.md +28 -0
- package/docs/TierCount.md +20 -0
- package/docs/TierCreateInputs.md +36 -0
- package/docs/TierUpdateInputs.md +36 -0
- package/docs/TiersApi.md +586 -0
- package/docs/Transfer.md +22 -0
- package/docs/TransferLog.md +28 -0
- package/docs/TriggerCreateInputs.md +22 -0
- package/docs/TriggerUpdateInputs.md +22 -0
- package/docs/UpdateEventCheckinCode200Response.md +24 -0
- package/docs/UpdateEventPassResponseInputs.md +20 -0
- package/docs/UpdateSelf200Response.md +24 -0
- package/docs/UpdateThreadMember200Response.md +24 -0
- package/docs/UploadFile200Response.md +24 -0
- package/docs/UploadVideoCaptions200Response.md +24 -0
- package/docs/UpsertLinkPreview200Response.md +24 -0
- package/docs/User.md +24 -0
- package/docs/UserApiKey.md +38 -0
- package/docs/UserApiKeyCreateInputs.md +26 -0
- package/docs/UserImageUpdateInputs.md +22 -0
- package/docs/UserImageUpdateInputsImageDataUri.md +18 -0
- package/docs/UserRole.md +10 -0
- package/docs/UserUpdateInputs.md +26 -0
- package/docs/Video.md +26 -0
- package/docs/VideoCaption.md +26 -0
- package/docs/VideoSource.md +12 -0
- package/docs/VideoStatus.md +18 -0
- package/docs/VideoUpdateInputs.md +22 -0
- package/docs/VideosApi.md +387 -0
- package/docs/VideosCaptionsApi.md +297 -0
- package/docs/Webhook.md +22 -0
- package/docs/WebhookCreateInputs.md +24 -0
- package/docs/WebhookUpdateInputs.md +20 -0
- package/docs/WidgetCategory.md +10 -0
- package/docs/WidgetType.md +12 -0
- package/git_push.sh +57 -0
- package/index.ts +15 -0
- package/package.json +33 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,1348 @@
|
|
|
1
|
+
# EventsSessionsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**addEventSessionAccount**](#addeventsessionaccount) | **POST** /events/{eventId}/sessions/{sessionId}/accounts/{accountId} | Add Event Session Account|
|
|
8
|
+
|[**addEventSessionPassType**](#addeventsessionpasstype) | **POST** /events/{eventId}/sessions/{sessionId}/passTypes/{passTypeId} | Add Event Session Pass Type|
|
|
9
|
+
|[**addEventSessionSpeaker**](#addeventsessionspeaker) | **POST** /events/{eventId}/sessions/{sessionId}/speakers/{speakerId} | Add Event Session Speaker|
|
|
10
|
+
|[**addEventSessionSponsor**](#addeventsessionsponsor) | **POST** /events/{eventId}/sessions/{sessionId}/sponsors/{sponsorId} | Add Event Session Sponsor|
|
|
11
|
+
|[**addEventSessionTrack**](#addeventsessiontrack) | **POST** /events/{eventId}/sessions/{sessionId}/tracks/{trackId} | Add Event Session Track|
|
|
12
|
+
|[**createEventSession**](#createeventsession) | **POST** /events/{eventId}/sessions | Create Event Session|
|
|
13
|
+
|[**deleteEventSession**](#deleteeventsession) | **DELETE** /events/{eventId}/sessions/{sessionId} | Delete Event Session|
|
|
14
|
+
|[**getEventSession**](#geteventsession) | **GET** /events/{eventId}/sessions/{sessionId} | Get Event Session|
|
|
15
|
+
|[**getEventSessionAccesses**](#geteventsessionaccesses) | **GET** /events/{eventId}/sessions/{sessionId}/accesses | Get Event Session Accesses|
|
|
16
|
+
|[**getEventSessionAccounts**](#geteventsessionaccounts) | **GET** /events/{eventId}/sessions/{sessionId}/accounts | Get Event Session Accounts|
|
|
17
|
+
|[**getEventSessionPassTypes**](#geteventsessionpasstypes) | **GET** /events/{eventId}/sessions/{sessionId}/passTypes | Get Event Session Pass Types|
|
|
18
|
+
|[**getEventSessionPayments**](#geteventsessionpayments) | **GET** /events/{eventId}/sessions/{sessionId}/payments | Get Event Session Payments|
|
|
19
|
+
|[**getEventSessionSpeakers**](#geteventsessionspeakers) | **GET** /events/{eventId}/sessions/{sessionId}/speakers | Get Event Session Speakers|
|
|
20
|
+
|[**getEventSessionSponsors**](#geteventsessionsponsors) | **GET** /events/{eventId}/sessions/{sessionId}/sponsors | Get Event Session Sponsors|
|
|
21
|
+
|[**getEventSessionTracks**](#geteventsessiontracks) | **GET** /events/{eventId}/sessions/{sessionId}/tracks | Get Event Session Tracks|
|
|
22
|
+
|[**getEventSessions**](#geteventsessions) | **GET** /events/{eventId}/sessions | Get Event Sessions|
|
|
23
|
+
|[**removeEventSessionAccount**](#removeeventsessionaccount) | **DELETE** /events/{eventId}/sessions/{sessionId}/accounts/{accountId} | Remove Event Session Account|
|
|
24
|
+
|[**removeEventSessionPassType**](#removeeventsessionpasstype) | **DELETE** /events/{eventId}/sessions/{sessionId}/passTypes/{passTypeId} | Remove Event Session Pass Type|
|
|
25
|
+
|[**removeEventSessionSpeaker**](#removeeventsessionspeaker) | **DELETE** /events/{eventId}/sessions/{sessionId}/speakers/{speakerId} | Remove Event Session Speaker|
|
|
26
|
+
|[**removeEventSessionSponsor**](#removeeventsessionsponsor) | **DELETE** /events/{eventId}/sessions/{sessionId}/sponsors/{sponsorId} | Remove Event Session Sponsor|
|
|
27
|
+
|[**removeEventSessionTrack**](#removeeventsessiontrack) | **DELETE** /events/{eventId}/sessions/{sessionId}/tracks/{trackId} | Remove Event Session Track|
|
|
28
|
+
|[**updateEventSession**](#updateeventsession) | **PUT** /events/{eventId}/sessions/{sessionId} | Update Event Session|
|
|
29
|
+
|
|
30
|
+
# **addEventSessionAccount**
|
|
31
|
+
> CreateAccountAddress200Response addEventSessionAccount()
|
|
32
|
+
|
|
33
|
+
Add Event Session Account endpoint
|
|
34
|
+
|
|
35
|
+
### Example
|
|
36
|
+
|
|
37
|
+
```typescript
|
|
38
|
+
import {
|
|
39
|
+
EventsSessionsApi,
|
|
40
|
+
Configuration
|
|
41
|
+
} from '@connectedxm/admin-sdk';
|
|
42
|
+
|
|
43
|
+
const configuration = new Configuration();
|
|
44
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
45
|
+
|
|
46
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
47
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
48
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
49
|
+
|
|
50
|
+
const { status, data } = await apiInstance.addEventSessionAccount(
|
|
51
|
+
eventId,
|
|
52
|
+
sessionId,
|
|
53
|
+
accountId
|
|
54
|
+
);
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### Parameters
|
|
58
|
+
|
|
59
|
+
|Name | Type | Description | Notes|
|
|
60
|
+
|------------- | ------------- | ------------- | -------------|
|
|
61
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
62
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
63
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Return type
|
|
67
|
+
|
|
68
|
+
**CreateAccountAddress200Response**
|
|
69
|
+
|
|
70
|
+
### Authorization
|
|
71
|
+
|
|
72
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
73
|
+
|
|
74
|
+
### HTTP request headers
|
|
75
|
+
|
|
76
|
+
- **Content-Type**: Not defined
|
|
77
|
+
- **Accept**: application/json
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### HTTP response details
|
|
81
|
+
| Status code | Description | Response headers |
|
|
82
|
+
|-------------|-------------|------------------|
|
|
83
|
+
|**200** | Successful response | - |
|
|
84
|
+
|
|
85
|
+
[[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)
|
|
86
|
+
|
|
87
|
+
# **addEventSessionPassType**
|
|
88
|
+
> CreateAccountAddress200Response addEventSessionPassType()
|
|
89
|
+
|
|
90
|
+
Add Event Session Pass Type endpoint
|
|
91
|
+
|
|
92
|
+
### Example
|
|
93
|
+
|
|
94
|
+
```typescript
|
|
95
|
+
import {
|
|
96
|
+
EventsSessionsApi,
|
|
97
|
+
Configuration
|
|
98
|
+
} from '@connectedxm/admin-sdk';
|
|
99
|
+
|
|
100
|
+
const configuration = new Configuration();
|
|
101
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
102
|
+
|
|
103
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
104
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
105
|
+
let passTypeId: string; //The passType identifier (default to undefined)
|
|
106
|
+
|
|
107
|
+
const { status, data } = await apiInstance.addEventSessionPassType(
|
|
108
|
+
eventId,
|
|
109
|
+
sessionId,
|
|
110
|
+
passTypeId
|
|
111
|
+
);
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### Parameters
|
|
115
|
+
|
|
116
|
+
|Name | Type | Description | Notes|
|
|
117
|
+
|------------- | ------------- | ------------- | -------------|
|
|
118
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
119
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
120
|
+
| **passTypeId** | [**string**] | The passType identifier | defaults to undefined|
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Return type
|
|
124
|
+
|
|
125
|
+
**CreateAccountAddress200Response**
|
|
126
|
+
|
|
127
|
+
### Authorization
|
|
128
|
+
|
|
129
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
130
|
+
|
|
131
|
+
### HTTP request headers
|
|
132
|
+
|
|
133
|
+
- **Content-Type**: Not defined
|
|
134
|
+
- **Accept**: application/json
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### HTTP response details
|
|
138
|
+
| Status code | Description | Response headers |
|
|
139
|
+
|-------------|-------------|------------------|
|
|
140
|
+
|**200** | Successful response | - |
|
|
141
|
+
|
|
142
|
+
[[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)
|
|
143
|
+
|
|
144
|
+
# **addEventSessionSpeaker**
|
|
145
|
+
> CreateAccountAddress200Response addEventSessionSpeaker()
|
|
146
|
+
|
|
147
|
+
Add Event Session Speaker endpoint
|
|
148
|
+
|
|
149
|
+
### Example
|
|
150
|
+
|
|
151
|
+
```typescript
|
|
152
|
+
import {
|
|
153
|
+
EventsSessionsApi,
|
|
154
|
+
Configuration
|
|
155
|
+
} from '@connectedxm/admin-sdk';
|
|
156
|
+
|
|
157
|
+
const configuration = new Configuration();
|
|
158
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
159
|
+
|
|
160
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
161
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
162
|
+
let speakerId: string; //The speaker identifier (default to undefined)
|
|
163
|
+
|
|
164
|
+
const { status, data } = await apiInstance.addEventSessionSpeaker(
|
|
165
|
+
eventId,
|
|
166
|
+
sessionId,
|
|
167
|
+
speakerId
|
|
168
|
+
);
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
### Parameters
|
|
172
|
+
|
|
173
|
+
|Name | Type | Description | Notes|
|
|
174
|
+
|------------- | ------------- | ------------- | -------------|
|
|
175
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
176
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
177
|
+
| **speakerId** | [**string**] | The speaker identifier | defaults to undefined|
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Return type
|
|
181
|
+
|
|
182
|
+
**CreateAccountAddress200Response**
|
|
183
|
+
|
|
184
|
+
### Authorization
|
|
185
|
+
|
|
186
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
187
|
+
|
|
188
|
+
### HTTP request headers
|
|
189
|
+
|
|
190
|
+
- **Content-Type**: Not defined
|
|
191
|
+
- **Accept**: application/json
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### HTTP response details
|
|
195
|
+
| Status code | Description | Response headers |
|
|
196
|
+
|-------------|-------------|------------------|
|
|
197
|
+
|**200** | Successful response | - |
|
|
198
|
+
|
|
199
|
+
[[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)
|
|
200
|
+
|
|
201
|
+
# **addEventSessionSponsor**
|
|
202
|
+
> CreateAccountAddress200Response addEventSessionSponsor()
|
|
203
|
+
|
|
204
|
+
Add Event Session Sponsor endpoint
|
|
205
|
+
|
|
206
|
+
### Example
|
|
207
|
+
|
|
208
|
+
```typescript
|
|
209
|
+
import {
|
|
210
|
+
EventsSessionsApi,
|
|
211
|
+
Configuration
|
|
212
|
+
} from '@connectedxm/admin-sdk';
|
|
213
|
+
|
|
214
|
+
const configuration = new Configuration();
|
|
215
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
216
|
+
|
|
217
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
218
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
219
|
+
let sponsorId: string; //The sponsor identifier (default to undefined)
|
|
220
|
+
|
|
221
|
+
const { status, data } = await apiInstance.addEventSessionSponsor(
|
|
222
|
+
eventId,
|
|
223
|
+
sessionId,
|
|
224
|
+
sponsorId
|
|
225
|
+
);
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
### Parameters
|
|
229
|
+
|
|
230
|
+
|Name | Type | Description | Notes|
|
|
231
|
+
|------------- | ------------- | ------------- | -------------|
|
|
232
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
233
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
234
|
+
| **sponsorId** | [**string**] | The sponsor identifier | defaults to undefined|
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Return type
|
|
238
|
+
|
|
239
|
+
**CreateAccountAddress200Response**
|
|
240
|
+
|
|
241
|
+
### Authorization
|
|
242
|
+
|
|
243
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
244
|
+
|
|
245
|
+
### HTTP request headers
|
|
246
|
+
|
|
247
|
+
- **Content-Type**: Not defined
|
|
248
|
+
- **Accept**: application/json
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### HTTP response details
|
|
252
|
+
| Status code | Description | Response headers |
|
|
253
|
+
|-------------|-------------|------------------|
|
|
254
|
+
|**200** | Successful response | - |
|
|
255
|
+
|
|
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
|
+
|
|
258
|
+
# **addEventSessionTrack**
|
|
259
|
+
> CreateEventSession200Response addEventSessionTrack()
|
|
260
|
+
|
|
261
|
+
Add Event Session Track endpoint
|
|
262
|
+
|
|
263
|
+
### Example
|
|
264
|
+
|
|
265
|
+
```typescript
|
|
266
|
+
import {
|
|
267
|
+
EventsSessionsApi,
|
|
268
|
+
Configuration
|
|
269
|
+
} from '@connectedxm/admin-sdk';
|
|
270
|
+
|
|
271
|
+
const configuration = new Configuration();
|
|
272
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
273
|
+
|
|
274
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
275
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
276
|
+
let trackId: string; //The track identifier (default to undefined)
|
|
277
|
+
|
|
278
|
+
const { status, data } = await apiInstance.addEventSessionTrack(
|
|
279
|
+
eventId,
|
|
280
|
+
sessionId,
|
|
281
|
+
trackId
|
|
282
|
+
);
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
### Parameters
|
|
286
|
+
|
|
287
|
+
|Name | Type | Description | Notes|
|
|
288
|
+
|------------- | ------------- | ------------- | -------------|
|
|
289
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
290
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
291
|
+
| **trackId** | [**string**] | The track identifier | defaults to undefined|
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Return type
|
|
295
|
+
|
|
296
|
+
**CreateEventSession200Response**
|
|
297
|
+
|
|
298
|
+
### Authorization
|
|
299
|
+
|
|
300
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
301
|
+
|
|
302
|
+
### HTTP request headers
|
|
303
|
+
|
|
304
|
+
- **Content-Type**: Not defined
|
|
305
|
+
- **Accept**: application/json
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### HTTP response details
|
|
309
|
+
| Status code | Description | Response headers |
|
|
310
|
+
|-------------|-------------|------------------|
|
|
311
|
+
|**200** | Successful response | - |
|
|
312
|
+
|
|
313
|
+
[[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)
|
|
314
|
+
|
|
315
|
+
# **createEventSession**
|
|
316
|
+
> CreateEventSession200Response createEventSession(eventSessionCreateInputs)
|
|
317
|
+
|
|
318
|
+
Create Event Session endpoint
|
|
319
|
+
|
|
320
|
+
### Example
|
|
321
|
+
|
|
322
|
+
```typescript
|
|
323
|
+
import {
|
|
324
|
+
EventsSessionsApi,
|
|
325
|
+
Configuration,
|
|
326
|
+
EventSessionCreateInputs
|
|
327
|
+
} from '@connectedxm/admin-sdk';
|
|
328
|
+
|
|
329
|
+
const configuration = new Configuration();
|
|
330
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
331
|
+
|
|
332
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
333
|
+
let eventSessionCreateInputs: EventSessionCreateInputs; //
|
|
334
|
+
|
|
335
|
+
const { status, data } = await apiInstance.createEventSession(
|
|
336
|
+
eventId,
|
|
337
|
+
eventSessionCreateInputs
|
|
338
|
+
);
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
### Parameters
|
|
342
|
+
|
|
343
|
+
|Name | Type | Description | Notes|
|
|
344
|
+
|------------- | ------------- | ------------- | -------------|
|
|
345
|
+
| **eventSessionCreateInputs** | **EventSessionCreateInputs**| | |
|
|
346
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Return type
|
|
350
|
+
|
|
351
|
+
**CreateEventSession200Response**
|
|
352
|
+
|
|
353
|
+
### Authorization
|
|
354
|
+
|
|
355
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
356
|
+
|
|
357
|
+
### HTTP request headers
|
|
358
|
+
|
|
359
|
+
- **Content-Type**: application/json
|
|
360
|
+
- **Accept**: application/json
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### HTTP response details
|
|
364
|
+
| Status code | Description | Response headers |
|
|
365
|
+
|-------------|-------------|------------------|
|
|
366
|
+
|**200** | Successful response | - |
|
|
367
|
+
|
|
368
|
+
[[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)
|
|
369
|
+
|
|
370
|
+
# **deleteEventSession**
|
|
371
|
+
> CreateAccountInvitations200Response deleteEventSession()
|
|
372
|
+
|
|
373
|
+
Delete Event Session endpoint
|
|
374
|
+
|
|
375
|
+
### Example
|
|
376
|
+
|
|
377
|
+
```typescript
|
|
378
|
+
import {
|
|
379
|
+
EventsSessionsApi,
|
|
380
|
+
Configuration
|
|
381
|
+
} from '@connectedxm/admin-sdk';
|
|
382
|
+
|
|
383
|
+
const configuration = new Configuration();
|
|
384
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
385
|
+
|
|
386
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
387
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
388
|
+
|
|
389
|
+
const { status, data } = await apiInstance.deleteEventSession(
|
|
390
|
+
eventId,
|
|
391
|
+
sessionId
|
|
392
|
+
);
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
### Parameters
|
|
396
|
+
|
|
397
|
+
|Name | Type | Description | Notes|
|
|
398
|
+
|------------- | ------------- | ------------- | -------------|
|
|
399
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
400
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### Return type
|
|
404
|
+
|
|
405
|
+
**CreateAccountInvitations200Response**
|
|
406
|
+
|
|
407
|
+
### Authorization
|
|
408
|
+
|
|
409
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
410
|
+
|
|
411
|
+
### HTTP request headers
|
|
412
|
+
|
|
413
|
+
- **Content-Type**: Not defined
|
|
414
|
+
- **Accept**: application/json
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### HTTP response details
|
|
418
|
+
| Status code | Description | Response headers |
|
|
419
|
+
|-------------|-------------|------------------|
|
|
420
|
+
|**200** | Successful response | - |
|
|
421
|
+
|
|
422
|
+
[[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)
|
|
423
|
+
|
|
424
|
+
# **getEventSession**
|
|
425
|
+
> CreateEventSession200Response getEventSession()
|
|
426
|
+
|
|
427
|
+
Get Event Session endpoint
|
|
428
|
+
|
|
429
|
+
### Example
|
|
430
|
+
|
|
431
|
+
```typescript
|
|
432
|
+
import {
|
|
433
|
+
EventsSessionsApi,
|
|
434
|
+
Configuration
|
|
435
|
+
} from '@connectedxm/admin-sdk';
|
|
436
|
+
|
|
437
|
+
const configuration = new Configuration();
|
|
438
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
439
|
+
|
|
440
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
441
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
442
|
+
|
|
443
|
+
const { status, data } = await apiInstance.getEventSession(
|
|
444
|
+
eventId,
|
|
445
|
+
sessionId
|
|
446
|
+
);
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
### Parameters
|
|
450
|
+
|
|
451
|
+
|Name | Type | Description | Notes|
|
|
452
|
+
|------------- | ------------- | ------------- | -------------|
|
|
453
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
454
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Return type
|
|
458
|
+
|
|
459
|
+
**CreateEventSession200Response**
|
|
460
|
+
|
|
461
|
+
### Authorization
|
|
462
|
+
|
|
463
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
464
|
+
|
|
465
|
+
### HTTP request headers
|
|
466
|
+
|
|
467
|
+
- **Content-Type**: Not defined
|
|
468
|
+
- **Accept**: application/json
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
### HTTP response details
|
|
472
|
+
| Status code | Description | Response headers |
|
|
473
|
+
|-------------|-------------|------------------|
|
|
474
|
+
|**200** | Successful response | - |
|
|
475
|
+
|
|
476
|
+
[[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)
|
|
477
|
+
|
|
478
|
+
# **getEventSessionAccesses**
|
|
479
|
+
> GetAccountInvitations200Response getEventSessionAccesses()
|
|
480
|
+
|
|
481
|
+
Get Event Session Accesses endpoint
|
|
482
|
+
|
|
483
|
+
### Example
|
|
484
|
+
|
|
485
|
+
```typescript
|
|
486
|
+
import {
|
|
487
|
+
EventsSessionsApi,
|
|
488
|
+
Configuration
|
|
489
|
+
} from '@connectedxm/admin-sdk';
|
|
490
|
+
|
|
491
|
+
const configuration = new Configuration();
|
|
492
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
493
|
+
|
|
494
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
495
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
496
|
+
let purchaseStatus: PurchaseStatus; //Filter by purchaseStatus (optional) (default to undefined)
|
|
497
|
+
let page: number; //Page number (optional) (default to 1)
|
|
498
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
499
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
500
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
501
|
+
|
|
502
|
+
const { status, data } = await apiInstance.getEventSessionAccesses(
|
|
503
|
+
eventId,
|
|
504
|
+
sessionId,
|
|
505
|
+
purchaseStatus,
|
|
506
|
+
page,
|
|
507
|
+
pageSize,
|
|
508
|
+
orderBy,
|
|
509
|
+
search
|
|
510
|
+
);
|
|
511
|
+
```
|
|
512
|
+
|
|
513
|
+
### Parameters
|
|
514
|
+
|
|
515
|
+
|Name | Type | Description | Notes|
|
|
516
|
+
|------------- | ------------- | ------------- | -------------|
|
|
517
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
518
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
519
|
+
| **purchaseStatus** | **PurchaseStatus** | Filter by purchaseStatus | (optional) defaults to undefined|
|
|
520
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
521
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
522
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
523
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Return type
|
|
527
|
+
|
|
528
|
+
**GetAccountInvitations200Response**
|
|
529
|
+
|
|
530
|
+
### Authorization
|
|
531
|
+
|
|
532
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
533
|
+
|
|
534
|
+
### HTTP request headers
|
|
535
|
+
|
|
536
|
+
- **Content-Type**: Not defined
|
|
537
|
+
- **Accept**: application/json
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
### HTTP response details
|
|
541
|
+
| Status code | Description | Response headers |
|
|
542
|
+
|-------------|-------------|------------------|
|
|
543
|
+
|**200** | Successful response | - |
|
|
544
|
+
|
|
545
|
+
[[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)
|
|
546
|
+
|
|
547
|
+
# **getEventSessionAccounts**
|
|
548
|
+
> GetAccounts200Response getEventSessionAccounts()
|
|
549
|
+
|
|
550
|
+
Get Event Session Accounts endpoint
|
|
551
|
+
|
|
552
|
+
### Example
|
|
553
|
+
|
|
554
|
+
```typescript
|
|
555
|
+
import {
|
|
556
|
+
EventsSessionsApi,
|
|
557
|
+
Configuration
|
|
558
|
+
} from '@connectedxm/admin-sdk';
|
|
559
|
+
|
|
560
|
+
const configuration = new Configuration();
|
|
561
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
562
|
+
|
|
563
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
564
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
565
|
+
let page: number; //Page number (optional) (default to 1)
|
|
566
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
567
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
568
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
569
|
+
|
|
570
|
+
const { status, data } = await apiInstance.getEventSessionAccounts(
|
|
571
|
+
eventId,
|
|
572
|
+
sessionId,
|
|
573
|
+
page,
|
|
574
|
+
pageSize,
|
|
575
|
+
orderBy,
|
|
576
|
+
search
|
|
577
|
+
);
|
|
578
|
+
```
|
|
579
|
+
|
|
580
|
+
### Parameters
|
|
581
|
+
|
|
582
|
+
|Name | Type | Description | Notes|
|
|
583
|
+
|------------- | ------------- | ------------- | -------------|
|
|
584
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
585
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
586
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
587
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
588
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
589
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
### Return type
|
|
593
|
+
|
|
594
|
+
**GetAccounts200Response**
|
|
595
|
+
|
|
596
|
+
### Authorization
|
|
597
|
+
|
|
598
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
599
|
+
|
|
600
|
+
### HTTP request headers
|
|
601
|
+
|
|
602
|
+
- **Content-Type**: Not defined
|
|
603
|
+
- **Accept**: application/json
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
### HTTP response details
|
|
607
|
+
| Status code | Description | Response headers |
|
|
608
|
+
|-------------|-------------|------------------|
|
|
609
|
+
|**200** | Successful response | - |
|
|
610
|
+
|
|
611
|
+
[[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)
|
|
612
|
+
|
|
613
|
+
# **getEventSessionPassTypes**
|
|
614
|
+
> GetAccountInvitations200Response getEventSessionPassTypes()
|
|
615
|
+
|
|
616
|
+
Get Event Session Pass Types endpoint
|
|
617
|
+
|
|
618
|
+
### Example
|
|
619
|
+
|
|
620
|
+
```typescript
|
|
621
|
+
import {
|
|
622
|
+
EventsSessionsApi,
|
|
623
|
+
Configuration
|
|
624
|
+
} from '@connectedxm/admin-sdk';
|
|
625
|
+
|
|
626
|
+
const configuration = new Configuration();
|
|
627
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
628
|
+
|
|
629
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
630
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
631
|
+
let page: number; //Page number (optional) (default to 1)
|
|
632
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
633
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
634
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
635
|
+
|
|
636
|
+
const { status, data } = await apiInstance.getEventSessionPassTypes(
|
|
637
|
+
eventId,
|
|
638
|
+
sessionId,
|
|
639
|
+
page,
|
|
640
|
+
pageSize,
|
|
641
|
+
orderBy,
|
|
642
|
+
search
|
|
643
|
+
);
|
|
644
|
+
```
|
|
645
|
+
|
|
646
|
+
### Parameters
|
|
647
|
+
|
|
648
|
+
|Name | Type | Description | Notes|
|
|
649
|
+
|------------- | ------------- | ------------- | -------------|
|
|
650
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
651
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
652
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
653
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
654
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
655
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### Return type
|
|
659
|
+
|
|
660
|
+
**GetAccountInvitations200Response**
|
|
661
|
+
|
|
662
|
+
### Authorization
|
|
663
|
+
|
|
664
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
665
|
+
|
|
666
|
+
### HTTP request headers
|
|
667
|
+
|
|
668
|
+
- **Content-Type**: Not defined
|
|
669
|
+
- **Accept**: application/json
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### HTTP response details
|
|
673
|
+
| Status code | Description | Response headers |
|
|
674
|
+
|-------------|-------------|------------------|
|
|
675
|
+
|**200** | Successful response | - |
|
|
676
|
+
|
|
677
|
+
[[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)
|
|
678
|
+
|
|
679
|
+
# **getEventSessionPayments**
|
|
680
|
+
> GetAccountPayments200Response getEventSessionPayments()
|
|
681
|
+
|
|
682
|
+
Get Event Session Payments endpoint
|
|
683
|
+
|
|
684
|
+
### Example
|
|
685
|
+
|
|
686
|
+
```typescript
|
|
687
|
+
import {
|
|
688
|
+
EventsSessionsApi,
|
|
689
|
+
Configuration
|
|
690
|
+
} from '@connectedxm/admin-sdk';
|
|
691
|
+
|
|
692
|
+
const configuration = new Configuration();
|
|
693
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
694
|
+
|
|
695
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
696
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
697
|
+
let page: number; //Page number (optional) (default to 1)
|
|
698
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
699
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
700
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
701
|
+
|
|
702
|
+
const { status, data } = await apiInstance.getEventSessionPayments(
|
|
703
|
+
eventId,
|
|
704
|
+
sessionId,
|
|
705
|
+
page,
|
|
706
|
+
pageSize,
|
|
707
|
+
orderBy,
|
|
708
|
+
search
|
|
709
|
+
);
|
|
710
|
+
```
|
|
711
|
+
|
|
712
|
+
### Parameters
|
|
713
|
+
|
|
714
|
+
|Name | Type | Description | Notes|
|
|
715
|
+
|------------- | ------------- | ------------- | -------------|
|
|
716
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
717
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
718
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
719
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
720
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
721
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Return type
|
|
725
|
+
|
|
726
|
+
**GetAccountPayments200Response**
|
|
727
|
+
|
|
728
|
+
### Authorization
|
|
729
|
+
|
|
730
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
731
|
+
|
|
732
|
+
### HTTP request headers
|
|
733
|
+
|
|
734
|
+
- **Content-Type**: Not defined
|
|
735
|
+
- **Accept**: application/json
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
### HTTP response details
|
|
739
|
+
| Status code | Description | Response headers |
|
|
740
|
+
|-------------|-------------|------------------|
|
|
741
|
+
|**200** | Successful response | - |
|
|
742
|
+
|
|
743
|
+
[[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)
|
|
744
|
+
|
|
745
|
+
# **getEventSessionSpeakers**
|
|
746
|
+
> GetAccountInvitations200Response getEventSessionSpeakers()
|
|
747
|
+
|
|
748
|
+
Get Event Session Speakers endpoint
|
|
749
|
+
|
|
750
|
+
### Example
|
|
751
|
+
|
|
752
|
+
```typescript
|
|
753
|
+
import {
|
|
754
|
+
EventsSessionsApi,
|
|
755
|
+
Configuration
|
|
756
|
+
} from '@connectedxm/admin-sdk';
|
|
757
|
+
|
|
758
|
+
const configuration = new Configuration();
|
|
759
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
760
|
+
|
|
761
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
762
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
763
|
+
let page: number; //Page number (optional) (default to 1)
|
|
764
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
765
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
766
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
767
|
+
|
|
768
|
+
const { status, data } = await apiInstance.getEventSessionSpeakers(
|
|
769
|
+
eventId,
|
|
770
|
+
sessionId,
|
|
771
|
+
page,
|
|
772
|
+
pageSize,
|
|
773
|
+
orderBy,
|
|
774
|
+
search
|
|
775
|
+
);
|
|
776
|
+
```
|
|
777
|
+
|
|
778
|
+
### Parameters
|
|
779
|
+
|
|
780
|
+
|Name | Type | Description | Notes|
|
|
781
|
+
|------------- | ------------- | ------------- | -------------|
|
|
782
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
783
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
784
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
785
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
786
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
787
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
### Return type
|
|
791
|
+
|
|
792
|
+
**GetAccountInvitations200Response**
|
|
793
|
+
|
|
794
|
+
### Authorization
|
|
795
|
+
|
|
796
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
797
|
+
|
|
798
|
+
### HTTP request headers
|
|
799
|
+
|
|
800
|
+
- **Content-Type**: Not defined
|
|
801
|
+
- **Accept**: application/json
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
### HTTP response details
|
|
805
|
+
| Status code | Description | Response headers |
|
|
806
|
+
|-------------|-------------|------------------|
|
|
807
|
+
|**200** | Successful response | - |
|
|
808
|
+
|
|
809
|
+
[[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)
|
|
810
|
+
|
|
811
|
+
# **getEventSessionSponsors**
|
|
812
|
+
> GetAccounts200Response getEventSessionSponsors()
|
|
813
|
+
|
|
814
|
+
Get Event Session Sponsors endpoint
|
|
815
|
+
|
|
816
|
+
### Example
|
|
817
|
+
|
|
818
|
+
```typescript
|
|
819
|
+
import {
|
|
820
|
+
EventsSessionsApi,
|
|
821
|
+
Configuration
|
|
822
|
+
} from '@connectedxm/admin-sdk';
|
|
823
|
+
|
|
824
|
+
const configuration = new Configuration();
|
|
825
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
826
|
+
|
|
827
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
828
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
829
|
+
let page: number; //Page number (optional) (default to 1)
|
|
830
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
831
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
832
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
833
|
+
|
|
834
|
+
const { status, data } = await apiInstance.getEventSessionSponsors(
|
|
835
|
+
eventId,
|
|
836
|
+
sessionId,
|
|
837
|
+
page,
|
|
838
|
+
pageSize,
|
|
839
|
+
orderBy,
|
|
840
|
+
search
|
|
841
|
+
);
|
|
842
|
+
```
|
|
843
|
+
|
|
844
|
+
### Parameters
|
|
845
|
+
|
|
846
|
+
|Name | Type | Description | Notes|
|
|
847
|
+
|------------- | ------------- | ------------- | -------------|
|
|
848
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
849
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
850
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
851
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
852
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
853
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Return type
|
|
857
|
+
|
|
858
|
+
**GetAccounts200Response**
|
|
859
|
+
|
|
860
|
+
### Authorization
|
|
861
|
+
|
|
862
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
863
|
+
|
|
864
|
+
### HTTP request headers
|
|
865
|
+
|
|
866
|
+
- **Content-Type**: Not defined
|
|
867
|
+
- **Accept**: application/json
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
### HTTP response details
|
|
871
|
+
| Status code | Description | Response headers |
|
|
872
|
+
|-------------|-------------|------------------|
|
|
873
|
+
|**200** | Successful response | - |
|
|
874
|
+
|
|
875
|
+
[[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)
|
|
876
|
+
|
|
877
|
+
# **getEventSessionTracks**
|
|
878
|
+
> GetEventSessionTracks200Response getEventSessionTracks()
|
|
879
|
+
|
|
880
|
+
Get Event Session Tracks endpoint
|
|
881
|
+
|
|
882
|
+
### Example
|
|
883
|
+
|
|
884
|
+
```typescript
|
|
885
|
+
import {
|
|
886
|
+
EventsSessionsApi,
|
|
887
|
+
Configuration
|
|
888
|
+
} from '@connectedxm/admin-sdk';
|
|
889
|
+
|
|
890
|
+
const configuration = new Configuration();
|
|
891
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
892
|
+
|
|
893
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
894
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
895
|
+
let page: number; //Page number (optional) (default to 1)
|
|
896
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
897
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
898
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
899
|
+
|
|
900
|
+
const { status, data } = await apiInstance.getEventSessionTracks(
|
|
901
|
+
eventId,
|
|
902
|
+
sessionId,
|
|
903
|
+
page,
|
|
904
|
+
pageSize,
|
|
905
|
+
orderBy,
|
|
906
|
+
search
|
|
907
|
+
);
|
|
908
|
+
```
|
|
909
|
+
|
|
910
|
+
### Parameters
|
|
911
|
+
|
|
912
|
+
|Name | Type | Description | Notes|
|
|
913
|
+
|------------- | ------------- | ------------- | -------------|
|
|
914
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
915
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
916
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
917
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
918
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
919
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
### Return type
|
|
923
|
+
|
|
924
|
+
**GetEventSessionTracks200Response**
|
|
925
|
+
|
|
926
|
+
### Authorization
|
|
927
|
+
|
|
928
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
929
|
+
|
|
930
|
+
### HTTP request headers
|
|
931
|
+
|
|
932
|
+
- **Content-Type**: Not defined
|
|
933
|
+
- **Accept**: application/json
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
### HTTP response details
|
|
937
|
+
| Status code | Description | Response headers |
|
|
938
|
+
|-------------|-------------|------------------|
|
|
939
|
+
|**200** | Successful response | - |
|
|
940
|
+
|
|
941
|
+
[[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)
|
|
942
|
+
|
|
943
|
+
# **getEventSessions**
|
|
944
|
+
> GetEventSessions200Response getEventSessions()
|
|
945
|
+
|
|
946
|
+
Get Event Sessions endpoint
|
|
947
|
+
|
|
948
|
+
### Example
|
|
949
|
+
|
|
950
|
+
```typescript
|
|
951
|
+
import {
|
|
952
|
+
EventsSessionsApi,
|
|
953
|
+
Configuration
|
|
954
|
+
} from '@connectedxm/admin-sdk';
|
|
955
|
+
|
|
956
|
+
const configuration = new Configuration();
|
|
957
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
958
|
+
|
|
959
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
960
|
+
let page: number; //Page number (optional) (default to 1)
|
|
961
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
962
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
963
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
964
|
+
|
|
965
|
+
const { status, data } = await apiInstance.getEventSessions(
|
|
966
|
+
eventId,
|
|
967
|
+
page,
|
|
968
|
+
pageSize,
|
|
969
|
+
orderBy,
|
|
970
|
+
search
|
|
971
|
+
);
|
|
972
|
+
```
|
|
973
|
+
|
|
974
|
+
### Parameters
|
|
975
|
+
|
|
976
|
+
|Name | Type | Description | Notes|
|
|
977
|
+
|------------- | ------------- | ------------- | -------------|
|
|
978
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
979
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
980
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
981
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
982
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
### Return type
|
|
986
|
+
|
|
987
|
+
**GetEventSessions200Response**
|
|
988
|
+
|
|
989
|
+
### Authorization
|
|
990
|
+
|
|
991
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
992
|
+
|
|
993
|
+
### HTTP request headers
|
|
994
|
+
|
|
995
|
+
- **Content-Type**: Not defined
|
|
996
|
+
- **Accept**: application/json
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
### HTTP response details
|
|
1000
|
+
| Status code | Description | Response headers |
|
|
1001
|
+
|-------------|-------------|------------------|
|
|
1002
|
+
|**200** | Successful response | - |
|
|
1003
|
+
|
|
1004
|
+
[[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)
|
|
1005
|
+
|
|
1006
|
+
# **removeEventSessionAccount**
|
|
1007
|
+
> CreateAccountAddress200Response removeEventSessionAccount()
|
|
1008
|
+
|
|
1009
|
+
Remove Event Session Account endpoint
|
|
1010
|
+
|
|
1011
|
+
### Example
|
|
1012
|
+
|
|
1013
|
+
```typescript
|
|
1014
|
+
import {
|
|
1015
|
+
EventsSessionsApi,
|
|
1016
|
+
Configuration
|
|
1017
|
+
} from '@connectedxm/admin-sdk';
|
|
1018
|
+
|
|
1019
|
+
const configuration = new Configuration();
|
|
1020
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1021
|
+
|
|
1022
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1023
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1024
|
+
let accountId: string; //The account identifier (default to undefined)
|
|
1025
|
+
|
|
1026
|
+
const { status, data } = await apiInstance.removeEventSessionAccount(
|
|
1027
|
+
eventId,
|
|
1028
|
+
sessionId,
|
|
1029
|
+
accountId
|
|
1030
|
+
);
|
|
1031
|
+
```
|
|
1032
|
+
|
|
1033
|
+
### Parameters
|
|
1034
|
+
|
|
1035
|
+
|Name | Type | Description | Notes|
|
|
1036
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1037
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1038
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1039
|
+
| **accountId** | [**string**] | The account identifier | defaults to undefined|
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
### Return type
|
|
1043
|
+
|
|
1044
|
+
**CreateAccountAddress200Response**
|
|
1045
|
+
|
|
1046
|
+
### Authorization
|
|
1047
|
+
|
|
1048
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1049
|
+
|
|
1050
|
+
### HTTP request headers
|
|
1051
|
+
|
|
1052
|
+
- **Content-Type**: Not defined
|
|
1053
|
+
- **Accept**: application/json
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
### HTTP response details
|
|
1057
|
+
| Status code | Description | Response headers |
|
|
1058
|
+
|-------------|-------------|------------------|
|
|
1059
|
+
|**200** | Successful response | - |
|
|
1060
|
+
|
|
1061
|
+
[[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)
|
|
1062
|
+
|
|
1063
|
+
# **removeEventSessionPassType**
|
|
1064
|
+
> CreateAccountAddress200Response removeEventSessionPassType()
|
|
1065
|
+
|
|
1066
|
+
Remove Event Session Pass Type endpoint
|
|
1067
|
+
|
|
1068
|
+
### Example
|
|
1069
|
+
|
|
1070
|
+
```typescript
|
|
1071
|
+
import {
|
|
1072
|
+
EventsSessionsApi,
|
|
1073
|
+
Configuration
|
|
1074
|
+
} from '@connectedxm/admin-sdk';
|
|
1075
|
+
|
|
1076
|
+
const configuration = new Configuration();
|
|
1077
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1078
|
+
|
|
1079
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1080
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1081
|
+
let passTypeId: string; //The passType identifier (default to undefined)
|
|
1082
|
+
|
|
1083
|
+
const { status, data } = await apiInstance.removeEventSessionPassType(
|
|
1084
|
+
eventId,
|
|
1085
|
+
sessionId,
|
|
1086
|
+
passTypeId
|
|
1087
|
+
);
|
|
1088
|
+
```
|
|
1089
|
+
|
|
1090
|
+
### Parameters
|
|
1091
|
+
|
|
1092
|
+
|Name | Type | Description | Notes|
|
|
1093
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1094
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1095
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1096
|
+
| **passTypeId** | [**string**] | The passType identifier | defaults to undefined|
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
### Return type
|
|
1100
|
+
|
|
1101
|
+
**CreateAccountAddress200Response**
|
|
1102
|
+
|
|
1103
|
+
### Authorization
|
|
1104
|
+
|
|
1105
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1106
|
+
|
|
1107
|
+
### HTTP request headers
|
|
1108
|
+
|
|
1109
|
+
- **Content-Type**: Not defined
|
|
1110
|
+
- **Accept**: application/json
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
### HTTP response details
|
|
1114
|
+
| Status code | Description | Response headers |
|
|
1115
|
+
|-------------|-------------|------------------|
|
|
1116
|
+
|**200** | Successful response | - |
|
|
1117
|
+
|
|
1118
|
+
[[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)
|
|
1119
|
+
|
|
1120
|
+
# **removeEventSessionSpeaker**
|
|
1121
|
+
> CreateAccountAddress200Response removeEventSessionSpeaker()
|
|
1122
|
+
|
|
1123
|
+
Remove Event Session Speaker endpoint
|
|
1124
|
+
|
|
1125
|
+
### Example
|
|
1126
|
+
|
|
1127
|
+
```typescript
|
|
1128
|
+
import {
|
|
1129
|
+
EventsSessionsApi,
|
|
1130
|
+
Configuration
|
|
1131
|
+
} from '@connectedxm/admin-sdk';
|
|
1132
|
+
|
|
1133
|
+
const configuration = new Configuration();
|
|
1134
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1135
|
+
|
|
1136
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1137
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1138
|
+
let speakerId: string; //The speaker identifier (default to undefined)
|
|
1139
|
+
|
|
1140
|
+
const { status, data } = await apiInstance.removeEventSessionSpeaker(
|
|
1141
|
+
eventId,
|
|
1142
|
+
sessionId,
|
|
1143
|
+
speakerId
|
|
1144
|
+
);
|
|
1145
|
+
```
|
|
1146
|
+
|
|
1147
|
+
### Parameters
|
|
1148
|
+
|
|
1149
|
+
|Name | Type | Description | Notes|
|
|
1150
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1151
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1152
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1153
|
+
| **speakerId** | [**string**] | The speaker identifier | defaults to undefined|
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
### Return type
|
|
1157
|
+
|
|
1158
|
+
**CreateAccountAddress200Response**
|
|
1159
|
+
|
|
1160
|
+
### Authorization
|
|
1161
|
+
|
|
1162
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1163
|
+
|
|
1164
|
+
### HTTP request headers
|
|
1165
|
+
|
|
1166
|
+
- **Content-Type**: Not defined
|
|
1167
|
+
- **Accept**: application/json
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
### HTTP response details
|
|
1171
|
+
| Status code | Description | Response headers |
|
|
1172
|
+
|-------------|-------------|------------------|
|
|
1173
|
+
|**200** | Successful response | - |
|
|
1174
|
+
|
|
1175
|
+
[[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)
|
|
1176
|
+
|
|
1177
|
+
# **removeEventSessionSponsor**
|
|
1178
|
+
> CreateAccountAddress200Response removeEventSessionSponsor()
|
|
1179
|
+
|
|
1180
|
+
Remove Event Session Sponsor endpoint
|
|
1181
|
+
|
|
1182
|
+
### Example
|
|
1183
|
+
|
|
1184
|
+
```typescript
|
|
1185
|
+
import {
|
|
1186
|
+
EventsSessionsApi,
|
|
1187
|
+
Configuration
|
|
1188
|
+
} from '@connectedxm/admin-sdk';
|
|
1189
|
+
|
|
1190
|
+
const configuration = new Configuration();
|
|
1191
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1192
|
+
|
|
1193
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1194
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1195
|
+
let sponsorId: string; //The sponsor identifier (default to undefined)
|
|
1196
|
+
|
|
1197
|
+
const { status, data } = await apiInstance.removeEventSessionSponsor(
|
|
1198
|
+
eventId,
|
|
1199
|
+
sessionId,
|
|
1200
|
+
sponsorId
|
|
1201
|
+
);
|
|
1202
|
+
```
|
|
1203
|
+
|
|
1204
|
+
### Parameters
|
|
1205
|
+
|
|
1206
|
+
|Name | Type | Description | Notes|
|
|
1207
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1208
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1209
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1210
|
+
| **sponsorId** | [**string**] | The sponsor identifier | defaults to undefined|
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
### Return type
|
|
1214
|
+
|
|
1215
|
+
**CreateAccountAddress200Response**
|
|
1216
|
+
|
|
1217
|
+
### Authorization
|
|
1218
|
+
|
|
1219
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1220
|
+
|
|
1221
|
+
### HTTP request headers
|
|
1222
|
+
|
|
1223
|
+
- **Content-Type**: Not defined
|
|
1224
|
+
- **Accept**: application/json
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
### HTTP response details
|
|
1228
|
+
| Status code | Description | Response headers |
|
|
1229
|
+
|-------------|-------------|------------------|
|
|
1230
|
+
|**200** | Successful response | - |
|
|
1231
|
+
|
|
1232
|
+
[[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)
|
|
1233
|
+
|
|
1234
|
+
# **removeEventSessionTrack**
|
|
1235
|
+
> CreateAccountAddress200Response removeEventSessionTrack()
|
|
1236
|
+
|
|
1237
|
+
Remove Event Session Track endpoint
|
|
1238
|
+
|
|
1239
|
+
### Example
|
|
1240
|
+
|
|
1241
|
+
```typescript
|
|
1242
|
+
import {
|
|
1243
|
+
EventsSessionsApi,
|
|
1244
|
+
Configuration
|
|
1245
|
+
} from '@connectedxm/admin-sdk';
|
|
1246
|
+
|
|
1247
|
+
const configuration = new Configuration();
|
|
1248
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1249
|
+
|
|
1250
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1251
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1252
|
+
let trackId: string; //The track identifier (default to undefined)
|
|
1253
|
+
|
|
1254
|
+
const { status, data } = await apiInstance.removeEventSessionTrack(
|
|
1255
|
+
eventId,
|
|
1256
|
+
sessionId,
|
|
1257
|
+
trackId
|
|
1258
|
+
);
|
|
1259
|
+
```
|
|
1260
|
+
|
|
1261
|
+
### Parameters
|
|
1262
|
+
|
|
1263
|
+
|Name | Type | Description | Notes|
|
|
1264
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1265
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1266
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1267
|
+
| **trackId** | [**string**] | The track identifier | defaults to undefined|
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
### Return type
|
|
1271
|
+
|
|
1272
|
+
**CreateAccountAddress200Response**
|
|
1273
|
+
|
|
1274
|
+
### Authorization
|
|
1275
|
+
|
|
1276
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1277
|
+
|
|
1278
|
+
### HTTP request headers
|
|
1279
|
+
|
|
1280
|
+
- **Content-Type**: Not defined
|
|
1281
|
+
- **Accept**: application/json
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
### HTTP response details
|
|
1285
|
+
| Status code | Description | Response headers |
|
|
1286
|
+
|-------------|-------------|------------------|
|
|
1287
|
+
|**200** | Successful response | - |
|
|
1288
|
+
|
|
1289
|
+
[[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)
|
|
1290
|
+
|
|
1291
|
+
# **updateEventSession**
|
|
1292
|
+
> CreateEventSession200Response updateEventSession()
|
|
1293
|
+
|
|
1294
|
+
Update Event Session endpoint
|
|
1295
|
+
|
|
1296
|
+
### Example
|
|
1297
|
+
|
|
1298
|
+
```typescript
|
|
1299
|
+
import {
|
|
1300
|
+
EventsSessionsApi,
|
|
1301
|
+
Configuration,
|
|
1302
|
+
EventSessionUpdateInputs
|
|
1303
|
+
} from '@connectedxm/admin-sdk';
|
|
1304
|
+
|
|
1305
|
+
const configuration = new Configuration();
|
|
1306
|
+
const apiInstance = new EventsSessionsApi(configuration);
|
|
1307
|
+
|
|
1308
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
1309
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
1310
|
+
let session: EventSessionUpdateInputs; //Filter by session (default to undefined)
|
|
1311
|
+
|
|
1312
|
+
const { status, data } = await apiInstance.updateEventSession(
|
|
1313
|
+
eventId,
|
|
1314
|
+
sessionId,
|
|
1315
|
+
session
|
|
1316
|
+
);
|
|
1317
|
+
```
|
|
1318
|
+
|
|
1319
|
+
### Parameters
|
|
1320
|
+
|
|
1321
|
+
|Name | Type | Description | Notes|
|
|
1322
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1323
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
1324
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
1325
|
+
| **session** | **EventSessionUpdateInputs** | Filter by session | defaults to undefined|
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
### Return type
|
|
1329
|
+
|
|
1330
|
+
**CreateEventSession200Response**
|
|
1331
|
+
|
|
1332
|
+
### Authorization
|
|
1333
|
+
|
|
1334
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
1335
|
+
|
|
1336
|
+
### HTTP request headers
|
|
1337
|
+
|
|
1338
|
+
- **Content-Type**: Not defined
|
|
1339
|
+
- **Accept**: application/json
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
### HTTP response details
|
|
1343
|
+
| Status code | Description | Response headers |
|
|
1344
|
+
|-------------|-------------|------------------|
|
|
1345
|
+
|**200** | Successful response | - |
|
|
1346
|
+
|
|
1347
|
+
[[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)
|
|
1348
|
+
|