@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
package/base.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Connected Admin API
|
|
5
|
+
* The Admin API allows you to manage your Connected community programmatically.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import type { Configuration } from './configuration';
|
|
17
|
+
// Some imports not used depending on template conditions
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
20
|
+
import globalAxios from 'axios';
|
|
21
|
+
|
|
22
|
+
export const BASE_PATH = "https://admin-api.connected.dev".replace(/\/+$/, "");
|
|
23
|
+
|
|
24
|
+
export const COLLECTION_FORMATS = {
|
|
25
|
+
csv: ",",
|
|
26
|
+
ssv: " ",
|
|
27
|
+
tsv: "\t",
|
|
28
|
+
pipes: "|",
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export interface RequestArgs {
|
|
32
|
+
url: string;
|
|
33
|
+
options: RawAxiosRequestConfig;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export class BaseAPI {
|
|
37
|
+
protected configuration: Configuration | undefined;
|
|
38
|
+
|
|
39
|
+
constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {
|
|
40
|
+
if (configuration) {
|
|
41
|
+
this.configuration = configuration;
|
|
42
|
+
this.basePath = configuration.basePath ?? basePath;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export class RequiredError extends Error {
|
|
48
|
+
constructor(public field: string, msg?: string) {
|
|
49
|
+
super(msg);
|
|
50
|
+
this.name = "RequiredError"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
interface ServerMap {
|
|
55
|
+
[key: string]: {
|
|
56
|
+
url: string,
|
|
57
|
+
description: string,
|
|
58
|
+
}[];
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export const operationServerMap: ServerMap = {
|
|
62
|
+
}
|
package/common.ts
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Connected Admin API
|
|
5
|
+
* The Admin API allows you to manage your Connected community programmatically.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import type { Configuration } from "./configuration";
|
|
16
|
+
import type { RequestArgs } from "./base";
|
|
17
|
+
import type { AxiosInstance, AxiosResponse } from 'axios';
|
|
18
|
+
import { RequiredError } from "./base";
|
|
19
|
+
|
|
20
|
+
export const DUMMY_BASE_URL = 'https://example.com'
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @throws {RequiredError}
|
|
25
|
+
*/
|
|
26
|
+
export const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {
|
|
27
|
+
if (paramValue === null || paramValue === undefined) {
|
|
28
|
+
throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {
|
|
33
|
+
if (configuration && configuration.apiKey) {
|
|
34
|
+
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
35
|
+
? await configuration.apiKey(keyParamName)
|
|
36
|
+
: await configuration.apiKey;
|
|
37
|
+
object[keyParamName] = localVarApiKeyValue;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export const setBasicAuthToObject = function (object: any, configuration?: Configuration) {
|
|
42
|
+
if (configuration && (configuration.username || configuration.password)) {
|
|
43
|
+
object["auth"] = { username: configuration.username, password: configuration.password };
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {
|
|
48
|
+
if (configuration && configuration.accessToken) {
|
|
49
|
+
const accessToken = typeof configuration.accessToken === 'function'
|
|
50
|
+
? await configuration.accessToken()
|
|
51
|
+
: await configuration.accessToken;
|
|
52
|
+
object["Authorization"] = "Bearer " + accessToken;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {
|
|
57
|
+
if (configuration && configuration.accessToken) {
|
|
58
|
+
const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
|
59
|
+
? await configuration.accessToken(name, scopes)
|
|
60
|
+
: await configuration.accessToken;
|
|
61
|
+
object["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
|
|
67
|
+
if (parameter == null) return;
|
|
68
|
+
if (typeof parameter === "object") {
|
|
69
|
+
if (Array.isArray(parameter) || parameter instanceof Set) {
|
|
70
|
+
(parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
Object.keys(parameter).forEach(currentKey =>
|
|
74
|
+
setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
if (urlSearchParams.has(key)) {
|
|
80
|
+
urlSearchParams.append(key, parameter);
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
urlSearchParams.set(key, parameter);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export const setSearchParams = function (url: URL, ...objects: any[]) {
|
|
89
|
+
const searchParams = new URLSearchParams(url.search);
|
|
90
|
+
setFlattenedQueryParams(searchParams, objects);
|
|
91
|
+
url.search = searchParams.toString();
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* JSON serialization helper function which replaces instances of unserializable types with serializable ones.
|
|
96
|
+
* This function will run for every key-value pair encountered by JSON.stringify while traversing an object.
|
|
97
|
+
* Converting a set to a string will return an empty object, so an intermediate conversion to an array is required.
|
|
98
|
+
*/
|
|
99
|
+
export const replaceWithSerializableTypeIfNeeded = function(key: any, value: any) {
|
|
100
|
+
if (value instanceof Set) {
|
|
101
|
+
return Array.from(value);
|
|
102
|
+
} else {
|
|
103
|
+
return value;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {
|
|
108
|
+
const nonString = typeof value !== 'string';
|
|
109
|
+
const needsSerialization = nonString && configuration && configuration.isJsonMime
|
|
110
|
+
? configuration.isJsonMime(requestOptions.headers['Content-Type'])
|
|
111
|
+
: nonString;
|
|
112
|
+
return needsSerialization
|
|
113
|
+
? JSON.stringify(value !== undefined ? value : {}, replaceWithSerializableTypeIfNeeded)
|
|
114
|
+
: (value || "");
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export const toPathString = function (url: URL) {
|
|
118
|
+
return url.pathname + url.search + url.hash
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
|
122
|
+
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
|
123
|
+
const axiosRequestArgs = {...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url};
|
|
124
|
+
return axios.request<T, R>(axiosRequestArgs);
|
|
125
|
+
};
|
|
126
|
+
}
|
package/configuration.ts
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/**
|
|
3
|
+
* Connected Admin API
|
|
4
|
+
* The Admin API allows you to manage your Connected community programmatically.
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
interface AWSv4Configuration {
|
|
15
|
+
options?: {
|
|
16
|
+
region?: string
|
|
17
|
+
service?: string
|
|
18
|
+
}
|
|
19
|
+
credentials?: {
|
|
20
|
+
accessKeyId?: string
|
|
21
|
+
secretAccessKey?: string,
|
|
22
|
+
sessionToken?: string
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface ConfigurationParameters {
|
|
27
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
28
|
+
username?: string;
|
|
29
|
+
password?: string;
|
|
30
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
31
|
+
awsv4?: AWSv4Configuration;
|
|
32
|
+
basePath?: string;
|
|
33
|
+
serverIndex?: number;
|
|
34
|
+
baseOptions?: any;
|
|
35
|
+
formDataCtor?: new () => any;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export class Configuration {
|
|
39
|
+
/**
|
|
40
|
+
* parameter for apiKey security
|
|
41
|
+
* @param name security name
|
|
42
|
+
*/
|
|
43
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
44
|
+
/**
|
|
45
|
+
* parameter for basic security
|
|
46
|
+
*/
|
|
47
|
+
username?: string;
|
|
48
|
+
/**
|
|
49
|
+
* parameter for basic security
|
|
50
|
+
*/
|
|
51
|
+
password?: string;
|
|
52
|
+
/**
|
|
53
|
+
* parameter for oauth2 security
|
|
54
|
+
* @param name security name
|
|
55
|
+
* @param scopes oauth2 scope
|
|
56
|
+
*/
|
|
57
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
58
|
+
/**
|
|
59
|
+
* parameter for aws4 signature security
|
|
60
|
+
* @param {Object} AWS4Signature - AWS4 Signature security
|
|
61
|
+
* @param {string} options.region - aws region
|
|
62
|
+
* @param {string} options.service - name of the service.
|
|
63
|
+
* @param {string} credentials.accessKeyId - aws access key id
|
|
64
|
+
* @param {string} credentials.secretAccessKey - aws access key
|
|
65
|
+
* @param {string} credentials.sessionToken - aws session token
|
|
66
|
+
* @memberof Configuration
|
|
67
|
+
*/
|
|
68
|
+
awsv4?: AWSv4Configuration;
|
|
69
|
+
/**
|
|
70
|
+
* override base path
|
|
71
|
+
*/
|
|
72
|
+
basePath?: string;
|
|
73
|
+
/**
|
|
74
|
+
* override server index
|
|
75
|
+
*/
|
|
76
|
+
serverIndex?: number;
|
|
77
|
+
/**
|
|
78
|
+
* base options for axios calls
|
|
79
|
+
*/
|
|
80
|
+
baseOptions?: any;
|
|
81
|
+
/**
|
|
82
|
+
* The FormData constructor that will be used to create multipart form data
|
|
83
|
+
* requests. You can inject this here so that execution environments that
|
|
84
|
+
* do not support the FormData class can still run the generated client.
|
|
85
|
+
*
|
|
86
|
+
* @type {new () => FormData}
|
|
87
|
+
*/
|
|
88
|
+
formDataCtor?: new () => any;
|
|
89
|
+
|
|
90
|
+
constructor(param: ConfigurationParameters = {}) {
|
|
91
|
+
this.apiKey = param.apiKey;
|
|
92
|
+
this.username = param.username;
|
|
93
|
+
this.password = param.password;
|
|
94
|
+
this.accessToken = param.accessToken;
|
|
95
|
+
this.awsv4 = param.awsv4;
|
|
96
|
+
this.basePath = param.basePath;
|
|
97
|
+
this.serverIndex = param.serverIndex;
|
|
98
|
+
this.baseOptions = {
|
|
99
|
+
...param.baseOptions,
|
|
100
|
+
headers: {
|
|
101
|
+
...param.baseOptions?.headers,
|
|
102
|
+
},
|
|
103
|
+
};
|
|
104
|
+
this.formDataCtor = param.formDataCtor;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Check if the given MIME is a JSON MIME.
|
|
109
|
+
* JSON MIME examples:
|
|
110
|
+
* application/json
|
|
111
|
+
* application/json; charset=UTF8
|
|
112
|
+
* APPLICATION/JSON
|
|
113
|
+
* application/vnd.company+json
|
|
114
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
115
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
116
|
+
*/
|
|
117
|
+
public isJsonMime(mime: string): boolean {
|
|
118
|
+
const jsonMime: RegExp = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
|
119
|
+
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
|
120
|
+
}
|
|
121
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AdminApi - Unified API client wrapper
|
|
3
|
+
*
|
|
4
|
+
* Usage:
|
|
5
|
+
* const adminApi = new AdminApi({
|
|
6
|
+
* apiKey: "your-api-key",
|
|
7
|
+
* organizationId: "your-org-id",
|
|
8
|
+
* });
|
|
9
|
+
* const accounts = await adminApi.accounts.getAccounts();
|
|
10
|
+
* const eventsPasses = await adminApi.eventsPasses.getEventPasses();
|
|
11
|
+
*/
|
|
12
|
+
import { AccountsApi, AccountsAddressesApi, AccountsFollowersApi, AccountsFollowingApi, AccountsGroupsApi, AccountsInterestsApi, AccountsInvitationsApi, AccountsLeadsApi, AccountsTiersApi, ActivitiesApi, ActivitiesScheduleApi, AdvertisementsApi, AnnouncementsApi, AnnouncementsScheduleApi, ApiLogsApi, AuthSessionsApi, BenefitsApi, BookingsApi, BookingsAvailabilitiesApi, BookingsBlackoutsApi, BookingsPlacesApi, BookingsSpacesApi, ChannelsApi, DashboardsApi, DashboardsWidgetsApi, EmailReceiptsApi, EventsApi, EventsAccessApi, EventsActivationsApi, EventsAddonsApi, EventsAttendeesApi, EventsAttendeesPackagesApi, EventsAttendeesReservationsApi, EventsBenefitsApi, EventsBypassApi, EventsCohostsApi, EventsCouponsApi, EventsEmailsApi, EventsFaqsApi, EventsFollowupsApi, EventsMatchesApi, EventsMediaApi, EventsOnSiteApi, EventsPackagesApi, EventsPackagesPassesApi, EventsPagesApi, EventsPassesApi, EventsPasstypesApi, EventsPasstypesPriceschedulesApi, EventsPasstypesRefundschedulesApi, EventsQuestionsApi, EventsRoomsApi, EventsRoomtypesApi, EventsSectionsApi, EventsSessionsApi, EventsSessionsAccessesApi, EventsSessionsLocationsApi, EventsSessionsMatchesApi, EventsSessionsQuestionsApi, EventsSessionsSectionsApi, EventsSpeakersApi, EventsSponsorsApi, EventsSponsorshiplevelsApi, EventsSponsorshipsApi, EventsTemplatesApi, EventsTracksApi, FilesApi, GroupsApi, GroupsEventsApi, GroupsInterestsApi, GroupsInvitationsApi, GroupsMembersApi, GroupsModeratorsApi, GroupsRequestsApi, GroupsSponsorsApi, ImagesApi, ImportsApi, InterestsApi, InvoicesApi, InvoicesLineitemsApi, LevelsApi, LevelsAccountsApi, LoginsApi, LoginsAccountsApi, MeetingsApi, MeetingsLinksApi, MeetingsLivestreamsApi, MeetingsParticipantsApi, MeetingsPresetsApi, MeetingsRecordingsApi, MeetingsSessionsApi, NotificationsApi, OrganizationApi, OrganizationAttributesApi, OrganizationDomainsApi, OrganizationIntegrationsApi, OrganizationModulesApi, OrganizationModulesCustomApi, OrganizationModulesTiersApi, OrganizationPaymentsApi, OrganizationSideeffectsApi, OrganizationTaxApi, OrganizationTeammembersApi, OrganizationUsersApi, OrganizationWebhooksApi, PaymentsApi, PreferencesApi, PushDevicesApi, ReportsApi, ReportsUsersApi, SearchlistsApi, SearchlistsValuesApi, SelfApi, SelfApikeysApi, SelfImagesApi, SeriesApi, StorageApi, StreamsApi, StreamsOutputsApi, StreamsSessionsApi, SupportApi, SupportMessagesApi, SupportNotesApi, SupportticketsApi, SupportticketsMessagesApi, SupportticketsNotesApi, SurveysApi, SurveysQuestionsApi, SurveysSectionsApi, SurveysSubmissionsApi, ThreadsApi, ThreadsCirclesApi, ThreadsCirclesAccountsApi, ThreadsMembersApi, ThreadsMessagesApi, ThreadsMessagesFilesApi, ThreadsMessagesImagesApi, ThreadsMessagesReactionsApi, ThreadsMessagesVideosApi, TiersApi, VideosApi, VideosCaptionsApi } from "./api";
|
|
13
|
+
export interface AdminApiConfig {
|
|
14
|
+
/** Your API key for authentication */
|
|
15
|
+
apiKey: string;
|
|
16
|
+
/** Your organization ID */
|
|
17
|
+
organizationId: string;
|
|
18
|
+
}
|
|
19
|
+
export declare class AdminApi {
|
|
20
|
+
private readonly config;
|
|
21
|
+
readonly accounts: AccountsApi;
|
|
22
|
+
readonly accountsAddresses: AccountsAddressesApi;
|
|
23
|
+
readonly accountsFollowers: AccountsFollowersApi;
|
|
24
|
+
readonly accountsFollowing: AccountsFollowingApi;
|
|
25
|
+
readonly accountsGroups: AccountsGroupsApi;
|
|
26
|
+
readonly accountsInterests: AccountsInterestsApi;
|
|
27
|
+
readonly accountsInvitations: AccountsInvitationsApi;
|
|
28
|
+
readonly accountsLeads: AccountsLeadsApi;
|
|
29
|
+
readonly accountsTiers: AccountsTiersApi;
|
|
30
|
+
readonly activities: ActivitiesApi;
|
|
31
|
+
readonly activitiesSchedule: ActivitiesScheduleApi;
|
|
32
|
+
readonly advertisements: AdvertisementsApi;
|
|
33
|
+
readonly announcements: AnnouncementsApi;
|
|
34
|
+
readonly announcementsSchedule: AnnouncementsScheduleApi;
|
|
35
|
+
readonly apiLogs: ApiLogsApi;
|
|
36
|
+
readonly authSessions: AuthSessionsApi;
|
|
37
|
+
readonly benefits: BenefitsApi;
|
|
38
|
+
readonly bookings: BookingsApi;
|
|
39
|
+
readonly bookingsAvailabilities: BookingsAvailabilitiesApi;
|
|
40
|
+
readonly bookingsBlackouts: BookingsBlackoutsApi;
|
|
41
|
+
readonly bookingsPlaces: BookingsPlacesApi;
|
|
42
|
+
readonly bookingsSpaces: BookingsSpacesApi;
|
|
43
|
+
readonly channels: ChannelsApi;
|
|
44
|
+
readonly dashboards: DashboardsApi;
|
|
45
|
+
readonly dashboardsWidgets: DashboardsWidgetsApi;
|
|
46
|
+
readonly emailReceipts: EmailReceiptsApi;
|
|
47
|
+
readonly events: EventsApi;
|
|
48
|
+
readonly eventsAccess: EventsAccessApi;
|
|
49
|
+
readonly eventsActivations: EventsActivationsApi;
|
|
50
|
+
readonly eventsAddons: EventsAddonsApi;
|
|
51
|
+
readonly eventsAttendees: EventsAttendeesApi;
|
|
52
|
+
readonly eventsAttendeesPackages: EventsAttendeesPackagesApi;
|
|
53
|
+
readonly eventsAttendeesReservations: EventsAttendeesReservationsApi;
|
|
54
|
+
readonly eventsBenefits: EventsBenefitsApi;
|
|
55
|
+
readonly eventsBypass: EventsBypassApi;
|
|
56
|
+
readonly eventsCohosts: EventsCohostsApi;
|
|
57
|
+
readonly eventsCoupons: EventsCouponsApi;
|
|
58
|
+
readonly eventsEmails: EventsEmailsApi;
|
|
59
|
+
readonly eventsFaqs: EventsFaqsApi;
|
|
60
|
+
readonly eventsFollowups: EventsFollowupsApi;
|
|
61
|
+
readonly eventsMatches: EventsMatchesApi;
|
|
62
|
+
readonly eventsMedia: EventsMediaApi;
|
|
63
|
+
readonly eventsOnSite: EventsOnSiteApi;
|
|
64
|
+
readonly eventsPackages: EventsPackagesApi;
|
|
65
|
+
readonly eventsPackagesPasses: EventsPackagesPassesApi;
|
|
66
|
+
readonly eventsPages: EventsPagesApi;
|
|
67
|
+
readonly eventsPasses: EventsPassesApi;
|
|
68
|
+
readonly eventsPasstypes: EventsPasstypesApi;
|
|
69
|
+
readonly eventsPasstypesPriceschedules: EventsPasstypesPriceschedulesApi;
|
|
70
|
+
readonly eventsPasstypesRefundschedules: EventsPasstypesRefundschedulesApi;
|
|
71
|
+
readonly eventsQuestions: EventsQuestionsApi;
|
|
72
|
+
readonly eventsRooms: EventsRoomsApi;
|
|
73
|
+
readonly eventsRoomtypes: EventsRoomtypesApi;
|
|
74
|
+
readonly eventsSections: EventsSectionsApi;
|
|
75
|
+
readonly eventsSessions: EventsSessionsApi;
|
|
76
|
+
readonly eventsSessionsAccesses: EventsSessionsAccessesApi;
|
|
77
|
+
readonly eventsSessionsLocations: EventsSessionsLocationsApi;
|
|
78
|
+
readonly eventsSessionsMatches: EventsSessionsMatchesApi;
|
|
79
|
+
readonly eventsSessionsQuestions: EventsSessionsQuestionsApi;
|
|
80
|
+
readonly eventsSessionsSections: EventsSessionsSectionsApi;
|
|
81
|
+
readonly eventsSpeakers: EventsSpeakersApi;
|
|
82
|
+
readonly eventsSponsors: EventsSponsorsApi;
|
|
83
|
+
readonly eventsSponsorshiplevels: EventsSponsorshiplevelsApi;
|
|
84
|
+
readonly eventsSponsorships: EventsSponsorshipsApi;
|
|
85
|
+
readonly eventsTemplates: EventsTemplatesApi;
|
|
86
|
+
readonly eventsTracks: EventsTracksApi;
|
|
87
|
+
readonly files: FilesApi;
|
|
88
|
+
readonly groups: GroupsApi;
|
|
89
|
+
readonly groupsEvents: GroupsEventsApi;
|
|
90
|
+
readonly groupsInterests: GroupsInterestsApi;
|
|
91
|
+
readonly groupsInvitations: GroupsInvitationsApi;
|
|
92
|
+
readonly groupsMembers: GroupsMembersApi;
|
|
93
|
+
readonly groupsModerators: GroupsModeratorsApi;
|
|
94
|
+
readonly groupsRequests: GroupsRequestsApi;
|
|
95
|
+
readonly groupsSponsors: GroupsSponsorsApi;
|
|
96
|
+
readonly images: ImagesApi;
|
|
97
|
+
readonly imports: ImportsApi;
|
|
98
|
+
readonly interests: InterestsApi;
|
|
99
|
+
readonly invoices: InvoicesApi;
|
|
100
|
+
readonly invoicesLineitems: InvoicesLineitemsApi;
|
|
101
|
+
readonly levels: LevelsApi;
|
|
102
|
+
readonly levelsAccounts: LevelsAccountsApi;
|
|
103
|
+
readonly logins: LoginsApi;
|
|
104
|
+
readonly loginsAccounts: LoginsAccountsApi;
|
|
105
|
+
readonly meetings: MeetingsApi;
|
|
106
|
+
readonly meetingsLinks: MeetingsLinksApi;
|
|
107
|
+
readonly meetingsLivestreams: MeetingsLivestreamsApi;
|
|
108
|
+
readonly meetingsParticipants: MeetingsParticipantsApi;
|
|
109
|
+
readonly meetingsPresets: MeetingsPresetsApi;
|
|
110
|
+
readonly meetingsRecordings: MeetingsRecordingsApi;
|
|
111
|
+
readonly meetingsSessions: MeetingsSessionsApi;
|
|
112
|
+
readonly notifications: NotificationsApi;
|
|
113
|
+
readonly organization: OrganizationApi;
|
|
114
|
+
readonly organizationAttributes: OrganizationAttributesApi;
|
|
115
|
+
readonly organizationDomains: OrganizationDomainsApi;
|
|
116
|
+
readonly organizationIntegrations: OrganizationIntegrationsApi;
|
|
117
|
+
readonly organizationModules: OrganizationModulesApi;
|
|
118
|
+
readonly organizationModulesCustom: OrganizationModulesCustomApi;
|
|
119
|
+
readonly organizationModulesTiers: OrganizationModulesTiersApi;
|
|
120
|
+
readonly organizationPayments: OrganizationPaymentsApi;
|
|
121
|
+
readonly organizationSideeffects: OrganizationSideeffectsApi;
|
|
122
|
+
readonly organizationTax: OrganizationTaxApi;
|
|
123
|
+
readonly organizationTeammembers: OrganizationTeammembersApi;
|
|
124
|
+
readonly organizationUsers: OrganizationUsersApi;
|
|
125
|
+
readonly organizationWebhooks: OrganizationWebhooksApi;
|
|
126
|
+
readonly payments: PaymentsApi;
|
|
127
|
+
readonly preferences: PreferencesApi;
|
|
128
|
+
readonly pushDevices: PushDevicesApi;
|
|
129
|
+
readonly reports: ReportsApi;
|
|
130
|
+
readonly reportsUsers: ReportsUsersApi;
|
|
131
|
+
readonly searchlists: SearchlistsApi;
|
|
132
|
+
readonly searchlistsValues: SearchlistsValuesApi;
|
|
133
|
+
readonly self: SelfApi;
|
|
134
|
+
readonly selfApikeys: SelfApikeysApi;
|
|
135
|
+
readonly selfImages: SelfImagesApi;
|
|
136
|
+
readonly series: SeriesApi;
|
|
137
|
+
readonly storage: StorageApi;
|
|
138
|
+
readonly streams: StreamsApi;
|
|
139
|
+
readonly streamsOutputs: StreamsOutputsApi;
|
|
140
|
+
readonly streamsSessions: StreamsSessionsApi;
|
|
141
|
+
readonly support: SupportApi;
|
|
142
|
+
readonly supportMessages: SupportMessagesApi;
|
|
143
|
+
readonly supportNotes: SupportNotesApi;
|
|
144
|
+
readonly supporttickets: SupportticketsApi;
|
|
145
|
+
readonly supportticketsMessages: SupportticketsMessagesApi;
|
|
146
|
+
readonly supportticketsNotes: SupportticketsNotesApi;
|
|
147
|
+
readonly surveys: SurveysApi;
|
|
148
|
+
readonly surveysQuestions: SurveysQuestionsApi;
|
|
149
|
+
readonly surveysSections: SurveysSectionsApi;
|
|
150
|
+
readonly surveysSubmissions: SurveysSubmissionsApi;
|
|
151
|
+
readonly threads: ThreadsApi;
|
|
152
|
+
readonly threadsCircles: ThreadsCirclesApi;
|
|
153
|
+
readonly threadsCirclesAccounts: ThreadsCirclesAccountsApi;
|
|
154
|
+
readonly threadsMembers: ThreadsMembersApi;
|
|
155
|
+
readonly threadsMessages: ThreadsMessagesApi;
|
|
156
|
+
readonly threadsMessagesFiles: ThreadsMessagesFilesApi;
|
|
157
|
+
readonly threadsMessagesImages: ThreadsMessagesImagesApi;
|
|
158
|
+
readonly threadsMessagesReactions: ThreadsMessagesReactionsApi;
|
|
159
|
+
readonly threadsMessagesVideos: ThreadsMessagesVideosApi;
|
|
160
|
+
readonly tiers: TiersApi;
|
|
161
|
+
readonly videos: VideosApi;
|
|
162
|
+
readonly videosCaptions: VideosCaptionsApi;
|
|
163
|
+
constructor(config: AdminApiConfig);
|
|
164
|
+
/**
|
|
165
|
+
* Update the API key
|
|
166
|
+
*/
|
|
167
|
+
setApiKey(apiKey: string): void;
|
|
168
|
+
/**
|
|
169
|
+
* Update the organization ID
|
|
170
|
+
*/
|
|
171
|
+
setOrganizationId(organizationId: string): void;
|
|
172
|
+
}
|
|
173
|
+
export default AdminApi;
|
package/dist/AdminApi.js
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* AdminApi - Unified API client wrapper
|
|
6
|
+
*
|
|
7
|
+
* Usage:
|
|
8
|
+
* const adminApi = new AdminApi({
|
|
9
|
+
* apiKey: "your-api-key",
|
|
10
|
+
* organizationId: "your-org-id",
|
|
11
|
+
* });
|
|
12
|
+
* const accounts = await adminApi.accounts.getAccounts();
|
|
13
|
+
* const eventsPasses = await adminApi.eventsPasses.getEventPasses();
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AdminApi = void 0;
|
|
17
|
+
const configuration_1 = require("./configuration");
|
|
18
|
+
const api_1 = require("./api");
|
|
19
|
+
class AdminApi {
|
|
20
|
+
constructor(config) {
|
|
21
|
+
this.config = new configuration_1.Configuration({
|
|
22
|
+
basePath: "https://admin-api.connected.dev",
|
|
23
|
+
baseOptions: {
|
|
24
|
+
headers: {
|
|
25
|
+
"api-key": config.apiKey,
|
|
26
|
+
"organization": config.organizationId,
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
});
|
|
30
|
+
this.accounts = new api_1.AccountsApi(this.config);
|
|
31
|
+
this.accountsAddresses = new api_1.AccountsAddressesApi(this.config);
|
|
32
|
+
this.accountsFollowers = new api_1.AccountsFollowersApi(this.config);
|
|
33
|
+
this.accountsFollowing = new api_1.AccountsFollowingApi(this.config);
|
|
34
|
+
this.accountsGroups = new api_1.AccountsGroupsApi(this.config);
|
|
35
|
+
this.accountsInterests = new api_1.AccountsInterestsApi(this.config);
|
|
36
|
+
this.accountsInvitations = new api_1.AccountsInvitationsApi(this.config);
|
|
37
|
+
this.accountsLeads = new api_1.AccountsLeadsApi(this.config);
|
|
38
|
+
this.accountsTiers = new api_1.AccountsTiersApi(this.config);
|
|
39
|
+
this.activities = new api_1.ActivitiesApi(this.config);
|
|
40
|
+
this.activitiesSchedule = new api_1.ActivitiesScheduleApi(this.config);
|
|
41
|
+
this.advertisements = new api_1.AdvertisementsApi(this.config);
|
|
42
|
+
this.announcements = new api_1.AnnouncementsApi(this.config);
|
|
43
|
+
this.announcementsSchedule = new api_1.AnnouncementsScheduleApi(this.config);
|
|
44
|
+
this.apiLogs = new api_1.ApiLogsApi(this.config);
|
|
45
|
+
this.authSessions = new api_1.AuthSessionsApi(this.config);
|
|
46
|
+
this.benefits = new api_1.BenefitsApi(this.config);
|
|
47
|
+
this.bookings = new api_1.BookingsApi(this.config);
|
|
48
|
+
this.bookingsAvailabilities = new api_1.BookingsAvailabilitiesApi(this.config);
|
|
49
|
+
this.bookingsBlackouts = new api_1.BookingsBlackoutsApi(this.config);
|
|
50
|
+
this.bookingsPlaces = new api_1.BookingsPlacesApi(this.config);
|
|
51
|
+
this.bookingsSpaces = new api_1.BookingsSpacesApi(this.config);
|
|
52
|
+
this.channels = new api_1.ChannelsApi(this.config);
|
|
53
|
+
this.dashboards = new api_1.DashboardsApi(this.config);
|
|
54
|
+
this.dashboardsWidgets = new api_1.DashboardsWidgetsApi(this.config);
|
|
55
|
+
this.emailReceipts = new api_1.EmailReceiptsApi(this.config);
|
|
56
|
+
this.events = new api_1.EventsApi(this.config);
|
|
57
|
+
this.eventsAccess = new api_1.EventsAccessApi(this.config);
|
|
58
|
+
this.eventsActivations = new api_1.EventsActivationsApi(this.config);
|
|
59
|
+
this.eventsAddons = new api_1.EventsAddonsApi(this.config);
|
|
60
|
+
this.eventsAttendees = new api_1.EventsAttendeesApi(this.config);
|
|
61
|
+
this.eventsAttendeesPackages = new api_1.EventsAttendeesPackagesApi(this.config);
|
|
62
|
+
this.eventsAttendeesReservations = new api_1.EventsAttendeesReservationsApi(this.config);
|
|
63
|
+
this.eventsBenefits = new api_1.EventsBenefitsApi(this.config);
|
|
64
|
+
this.eventsBypass = new api_1.EventsBypassApi(this.config);
|
|
65
|
+
this.eventsCohosts = new api_1.EventsCohostsApi(this.config);
|
|
66
|
+
this.eventsCoupons = new api_1.EventsCouponsApi(this.config);
|
|
67
|
+
this.eventsEmails = new api_1.EventsEmailsApi(this.config);
|
|
68
|
+
this.eventsFaqs = new api_1.EventsFaqsApi(this.config);
|
|
69
|
+
this.eventsFollowups = new api_1.EventsFollowupsApi(this.config);
|
|
70
|
+
this.eventsMatches = new api_1.EventsMatchesApi(this.config);
|
|
71
|
+
this.eventsMedia = new api_1.EventsMediaApi(this.config);
|
|
72
|
+
this.eventsOnSite = new api_1.EventsOnSiteApi(this.config);
|
|
73
|
+
this.eventsPackages = new api_1.EventsPackagesApi(this.config);
|
|
74
|
+
this.eventsPackagesPasses = new api_1.EventsPackagesPassesApi(this.config);
|
|
75
|
+
this.eventsPages = new api_1.EventsPagesApi(this.config);
|
|
76
|
+
this.eventsPasses = new api_1.EventsPassesApi(this.config);
|
|
77
|
+
this.eventsPasstypes = new api_1.EventsPasstypesApi(this.config);
|
|
78
|
+
this.eventsPasstypesPriceschedules = new api_1.EventsPasstypesPriceschedulesApi(this.config);
|
|
79
|
+
this.eventsPasstypesRefundschedules = new api_1.EventsPasstypesRefundschedulesApi(this.config);
|
|
80
|
+
this.eventsQuestions = new api_1.EventsQuestionsApi(this.config);
|
|
81
|
+
this.eventsRooms = new api_1.EventsRoomsApi(this.config);
|
|
82
|
+
this.eventsRoomtypes = new api_1.EventsRoomtypesApi(this.config);
|
|
83
|
+
this.eventsSections = new api_1.EventsSectionsApi(this.config);
|
|
84
|
+
this.eventsSessions = new api_1.EventsSessionsApi(this.config);
|
|
85
|
+
this.eventsSessionsAccesses = new api_1.EventsSessionsAccessesApi(this.config);
|
|
86
|
+
this.eventsSessionsLocations = new api_1.EventsSessionsLocationsApi(this.config);
|
|
87
|
+
this.eventsSessionsMatches = new api_1.EventsSessionsMatchesApi(this.config);
|
|
88
|
+
this.eventsSessionsQuestions = new api_1.EventsSessionsQuestionsApi(this.config);
|
|
89
|
+
this.eventsSessionsSections = new api_1.EventsSessionsSectionsApi(this.config);
|
|
90
|
+
this.eventsSpeakers = new api_1.EventsSpeakersApi(this.config);
|
|
91
|
+
this.eventsSponsors = new api_1.EventsSponsorsApi(this.config);
|
|
92
|
+
this.eventsSponsorshiplevels = new api_1.EventsSponsorshiplevelsApi(this.config);
|
|
93
|
+
this.eventsSponsorships = new api_1.EventsSponsorshipsApi(this.config);
|
|
94
|
+
this.eventsTemplates = new api_1.EventsTemplatesApi(this.config);
|
|
95
|
+
this.eventsTracks = new api_1.EventsTracksApi(this.config);
|
|
96
|
+
this.files = new api_1.FilesApi(this.config);
|
|
97
|
+
this.groups = new api_1.GroupsApi(this.config);
|
|
98
|
+
this.groupsEvents = new api_1.GroupsEventsApi(this.config);
|
|
99
|
+
this.groupsInterests = new api_1.GroupsInterestsApi(this.config);
|
|
100
|
+
this.groupsInvitations = new api_1.GroupsInvitationsApi(this.config);
|
|
101
|
+
this.groupsMembers = new api_1.GroupsMembersApi(this.config);
|
|
102
|
+
this.groupsModerators = new api_1.GroupsModeratorsApi(this.config);
|
|
103
|
+
this.groupsRequests = new api_1.GroupsRequestsApi(this.config);
|
|
104
|
+
this.groupsSponsors = new api_1.GroupsSponsorsApi(this.config);
|
|
105
|
+
this.images = new api_1.ImagesApi(this.config);
|
|
106
|
+
this.imports = new api_1.ImportsApi(this.config);
|
|
107
|
+
this.interests = new api_1.InterestsApi(this.config);
|
|
108
|
+
this.invoices = new api_1.InvoicesApi(this.config);
|
|
109
|
+
this.invoicesLineitems = new api_1.InvoicesLineitemsApi(this.config);
|
|
110
|
+
this.levels = new api_1.LevelsApi(this.config);
|
|
111
|
+
this.levelsAccounts = new api_1.LevelsAccountsApi(this.config);
|
|
112
|
+
this.logins = new api_1.LoginsApi(this.config);
|
|
113
|
+
this.loginsAccounts = new api_1.LoginsAccountsApi(this.config);
|
|
114
|
+
this.meetings = new api_1.MeetingsApi(this.config);
|
|
115
|
+
this.meetingsLinks = new api_1.MeetingsLinksApi(this.config);
|
|
116
|
+
this.meetingsLivestreams = new api_1.MeetingsLivestreamsApi(this.config);
|
|
117
|
+
this.meetingsParticipants = new api_1.MeetingsParticipantsApi(this.config);
|
|
118
|
+
this.meetingsPresets = new api_1.MeetingsPresetsApi(this.config);
|
|
119
|
+
this.meetingsRecordings = new api_1.MeetingsRecordingsApi(this.config);
|
|
120
|
+
this.meetingsSessions = new api_1.MeetingsSessionsApi(this.config);
|
|
121
|
+
this.notifications = new api_1.NotificationsApi(this.config);
|
|
122
|
+
this.organization = new api_1.OrganizationApi(this.config);
|
|
123
|
+
this.organizationAttributes = new api_1.OrganizationAttributesApi(this.config);
|
|
124
|
+
this.organizationDomains = new api_1.OrganizationDomainsApi(this.config);
|
|
125
|
+
this.organizationIntegrations = new api_1.OrganizationIntegrationsApi(this.config);
|
|
126
|
+
this.organizationModules = new api_1.OrganizationModulesApi(this.config);
|
|
127
|
+
this.organizationModulesCustom = new api_1.OrganizationModulesCustomApi(this.config);
|
|
128
|
+
this.organizationModulesTiers = new api_1.OrganizationModulesTiersApi(this.config);
|
|
129
|
+
this.organizationPayments = new api_1.OrganizationPaymentsApi(this.config);
|
|
130
|
+
this.organizationSideeffects = new api_1.OrganizationSideeffectsApi(this.config);
|
|
131
|
+
this.organizationTax = new api_1.OrganizationTaxApi(this.config);
|
|
132
|
+
this.organizationTeammembers = new api_1.OrganizationTeammembersApi(this.config);
|
|
133
|
+
this.organizationUsers = new api_1.OrganizationUsersApi(this.config);
|
|
134
|
+
this.organizationWebhooks = new api_1.OrganizationWebhooksApi(this.config);
|
|
135
|
+
this.payments = new api_1.PaymentsApi(this.config);
|
|
136
|
+
this.preferences = new api_1.PreferencesApi(this.config);
|
|
137
|
+
this.pushDevices = new api_1.PushDevicesApi(this.config);
|
|
138
|
+
this.reports = new api_1.ReportsApi(this.config);
|
|
139
|
+
this.reportsUsers = new api_1.ReportsUsersApi(this.config);
|
|
140
|
+
this.searchlists = new api_1.SearchlistsApi(this.config);
|
|
141
|
+
this.searchlistsValues = new api_1.SearchlistsValuesApi(this.config);
|
|
142
|
+
this.self = new api_1.SelfApi(this.config);
|
|
143
|
+
this.selfApikeys = new api_1.SelfApikeysApi(this.config);
|
|
144
|
+
this.selfImages = new api_1.SelfImagesApi(this.config);
|
|
145
|
+
this.series = new api_1.SeriesApi(this.config);
|
|
146
|
+
this.storage = new api_1.StorageApi(this.config);
|
|
147
|
+
this.streams = new api_1.StreamsApi(this.config);
|
|
148
|
+
this.streamsOutputs = new api_1.StreamsOutputsApi(this.config);
|
|
149
|
+
this.streamsSessions = new api_1.StreamsSessionsApi(this.config);
|
|
150
|
+
this.support = new api_1.SupportApi(this.config);
|
|
151
|
+
this.supportMessages = new api_1.SupportMessagesApi(this.config);
|
|
152
|
+
this.supportNotes = new api_1.SupportNotesApi(this.config);
|
|
153
|
+
this.supporttickets = new api_1.SupportticketsApi(this.config);
|
|
154
|
+
this.supportticketsMessages = new api_1.SupportticketsMessagesApi(this.config);
|
|
155
|
+
this.supportticketsNotes = new api_1.SupportticketsNotesApi(this.config);
|
|
156
|
+
this.surveys = new api_1.SurveysApi(this.config);
|
|
157
|
+
this.surveysQuestions = new api_1.SurveysQuestionsApi(this.config);
|
|
158
|
+
this.surveysSections = new api_1.SurveysSectionsApi(this.config);
|
|
159
|
+
this.surveysSubmissions = new api_1.SurveysSubmissionsApi(this.config);
|
|
160
|
+
this.threads = new api_1.ThreadsApi(this.config);
|
|
161
|
+
this.threadsCircles = new api_1.ThreadsCirclesApi(this.config);
|
|
162
|
+
this.threadsCirclesAccounts = new api_1.ThreadsCirclesAccountsApi(this.config);
|
|
163
|
+
this.threadsMembers = new api_1.ThreadsMembersApi(this.config);
|
|
164
|
+
this.threadsMessages = new api_1.ThreadsMessagesApi(this.config);
|
|
165
|
+
this.threadsMessagesFiles = new api_1.ThreadsMessagesFilesApi(this.config);
|
|
166
|
+
this.threadsMessagesImages = new api_1.ThreadsMessagesImagesApi(this.config);
|
|
167
|
+
this.threadsMessagesReactions = new api_1.ThreadsMessagesReactionsApi(this.config);
|
|
168
|
+
this.threadsMessagesVideos = new api_1.ThreadsMessagesVideosApi(this.config);
|
|
169
|
+
this.tiers = new api_1.TiersApi(this.config);
|
|
170
|
+
this.videos = new api_1.VideosApi(this.config);
|
|
171
|
+
this.videosCaptions = new api_1.VideosCaptionsApi(this.config);
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Update the API key
|
|
175
|
+
*/
|
|
176
|
+
setApiKey(apiKey) {
|
|
177
|
+
var _a;
|
|
178
|
+
if ((_a = this.config.baseOptions) === null || _a === void 0 ? void 0 : _a.headers) {
|
|
179
|
+
this.config.baseOptions.headers["api-key"] = apiKey;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Update the organization ID
|
|
184
|
+
*/
|
|
185
|
+
setOrganizationId(organizationId) {
|
|
186
|
+
var _a;
|
|
187
|
+
if ((_a = this.config.baseOptions) === null || _a === void 0 ? void 0 : _a.headers) {
|
|
188
|
+
this.config.baseOptions.headers["organization"] = organizationId;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
exports.AdminApi = AdminApi;
|
|
193
|
+
exports.default = AdminApi;
|