@connectedxm/admin-sdk 6.9.0 → 6.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +212 -20
- package/AdminApi.ts +18 -0
- package/README.md +241 -24
- package/api.ts +7182 -1621
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +4993 -1528
- package/dist/api.js +4123 -720
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +4993 -1528
- package/dist/esm/api.js +4077 -702
- package/docs/AccountAttribute.md +3 -1
- package/docs/AccountAttributeCreateInputs.md +7 -1
- package/docs/AccountAttributeType.md +20 -0
- package/docs/AccountAttributeUpdateInputs.md +6 -0
- package/docs/AccountsAddressesApi.md +4 -4
- package/docs/AccountsApi.md +58 -6
- package/docs/AddChannelSubscriber200Response.md +24 -0
- package/docs/AddOrganizationUser200Response.md +24 -0
- package/docs/AdvertisementsApi.md +4 -4
- package/docs/AnnouncementsApi.md +4 -4
- package/docs/AnnouncementsScheduleApi.md +4 -4
- package/docs/BaseAccountAttribute.md +3 -1
- package/docs/BaseEventActivation.md +4 -0
- package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
- package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
- package/docs/BaseEventBlock.md +2 -0
- package/docs/BaseEventOnSite.md +2 -2
- package/docs/BaseEventPass.md +2 -0
- package/docs/BaseEventSession.md +2 -4
- package/docs/BaseEventSessionQuestionChoice.md +1 -1
- package/docs/BasePassAttribute.md +26 -0
- package/docs/BasePassAttributeAttribute.md +22 -0
- package/docs/BasePayment.md +2 -0
- package/docs/BaseRegistrationQuestionChoice.md +1 -1
- package/docs/BaseSeriesQuestion.md +60 -0
- package/docs/BaseSeriesQuestionChoice.md +30 -0
- package/docs/BaseSeriesRegistration.md +2 -0
- package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
- package/docs/BaseSideEffect.md +2 -0
- package/docs/BaseSurveyQuestionChoice.md +1 -1
- package/docs/BookingsApi.md +10 -10
- package/docs/BookingsAvailabilitiesApi.md +6 -6
- package/docs/BookingsBlackoutsApi.md +4 -4
- package/docs/BulkUploadSearchListValues200Response.md +24 -0
- package/docs/ChannelsApi.md +36 -36
- package/docs/CloneOptions.md +2 -0
- package/docs/CreateAccountAddress200Response.md +1 -1
- package/docs/CreateAccountAttribute200Response.md +24 -0
- package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
- package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
- package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
- package/docs/CreateChannelContentGuest200Response.md +24 -0
- package/docs/CreateDashboardWidget200Response.md +24 -0
- package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
- package/docs/CreateEventActivationCompletion200Response.md +24 -0
- package/docs/CreateEventAttendeePackage200Response.md +24 -0
- package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
- package/docs/CreateEventFollowup200Response.md +24 -0
- package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
- package/docs/CreateEventPackagePass200Response.md +24 -0
- package/docs/CreateEventQuestion200Response.md +24 -0
- package/docs/CreateEventQuestionChoice200Response.md +24 -0
- package/docs/CreateEventRegistrationBypass200Response.md +24 -0
- package/docs/CreateEventReservation200Response.md +24 -0
- package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
- package/docs/CreateEventSessionLocation200Response.md +24 -0
- package/docs/CreateEventSessionQuestion200Response.md +24 -0
- package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
- package/docs/CreateEventSessionSection200Response.md +24 -0
- package/docs/CreateEventSponsorship200Response.md +24 -0
- package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
- package/docs/CreateGroupInvitations200Response.md +24 -0
- package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
- package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
- package/docs/CreateOrganizationSideEffect200Response.md +24 -0
- package/docs/CreateOrganizationTeamMember200Response.md +24 -0
- package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
- package/docs/CreateSeriesQuestion200Response.md +24 -0
- package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
- package/docs/CreateSeriesRegistration200Response.md +24 -0
- package/docs/CreateStreamInputOutput200Response.md +24 -0
- package/docs/CreateSupportTicketMessage200Response.md +24 -0
- package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
- package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
- package/docs/CreateThreadCircleAccount200Response.md +24 -0
- package/docs/CreateThreadMessageReaction200Response.md +24 -0
- package/docs/DashboardsApi.md +2 -2
- package/docs/DashboardsWidgetsApi.md +8 -8
- package/docs/DeleteDashboard200Response.md +24 -0
- package/docs/EmailReceiptsApi.md +2 -2
- package/docs/Event.md +6 -0
- package/docs/EventActivation.md +8 -0
- package/docs/EventActivationCreateInputs.md +6 -0
- package/docs/EventActivationUpdateInputs.md +6 -0
- package/docs/EventAttribute.md +26 -0
- package/docs/EventAttributeCreateInputs.md +20 -0
- package/docs/EventAttributeUpdateInputs.md +20 -0
- package/docs/EventBlock.md +2 -0
- package/docs/EventBlockCreateInputs.md +2 -0
- package/docs/EventBlockUpdateInputs.md +2 -0
- package/docs/EventCreateInputs.md +6 -0
- package/docs/EventMediaItemTranslation.md +30 -0
- package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
- package/docs/EventOnSite.md +2 -4
- package/docs/EventPass.md +8 -0
- package/docs/EventPassCreateInputs.md +2 -0
- package/docs/EventPassType.md +4 -0
- package/docs/EventPassUpdateInputs.md +2 -0
- package/docs/EventRoomTypeReservationPassesInner.md +1 -1
- package/docs/EventSession.md +12 -4
- package/docs/EventSessionCloneOptions.md +22 -0
- package/docs/EventSessionCreateInputs.md +8 -4
- package/docs/EventSessionUpdateInputs.md +8 -4
- package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
- package/docs/EventTrack.md +1 -1
- package/docs/EventTranslation.md +2 -0
- package/docs/EventTranslationUpdateInputs.md +2 -0
- package/docs/EventUpdateInputs.md +6 -0
- package/docs/EventsAccessApi.md +4 -4
- package/docs/EventsActivationsApi.md +85 -18
- package/docs/EventsActivationsSessionsApi.md +123 -0
- package/docs/EventsAddonsApi.md +4 -4
- package/docs/EventsApi.md +2 -2
- package/docs/EventsAttendeesApi.md +8 -8
- package/docs/EventsAttendeesPackagesApi.md +10 -10
- package/docs/EventsAttendeesReservationsApi.md +16 -16
- package/docs/EventsAttributesApi.md +296 -0
- package/docs/EventsBlocksApi.md +2 -2
- package/docs/EventsBypassApi.md +8 -8
- package/docs/EventsFaqsApi.md +2 -2
- package/docs/EventsFollowupsApi.md +32 -32
- package/docs/EventsMatchesApi.md +10 -10
- package/docs/EventsMediaApi.md +12 -12
- package/docs/EventsOnSiteApi.md +10 -188
- package/docs/EventsPackagesPassesApi.md +8 -8
- package/docs/EventsPassesApi.md +26 -26
- package/docs/EventsPassesAttributesApi.md +191 -0
- package/docs/EventsPasstypesApi.md +14 -14
- package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
- package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
- package/docs/EventsQuestionsApi.md +38 -38
- package/docs/EventsRoomsApi.md +2 -2
- package/docs/EventsRoomtypesApi.md +8 -8
- package/docs/EventsSectionsApi.md +32 -32
- package/docs/EventsSessionsAccessesApi.md +6 -6
- package/docs/EventsSessionsApi.md +270 -28
- package/docs/EventsSessionsLocationsApi.md +14 -14
- package/docs/EventsSessionsMatchesApi.md +12 -12
- package/docs/EventsSessionsQuestionsApi.md +36 -36
- package/docs/EventsSessionsSectionsApi.md +18 -18
- package/docs/EventsSpeakersApi.md +8 -8
- package/docs/EventsSponsorshiplevelsApi.md +10 -10
- package/docs/EventsSponsorshipsApi.md +10 -10
- package/docs/EventsTracksApi.md +2 -2
- package/docs/GetAcccountEmailReceipts200Response.md +26 -0
- package/docs/GetAccountAddresses200Response.md +26 -0
- package/docs/GetAccountInvitations200Response.md +1 -1
- package/docs/GetAccountNotificationPreferences200Response.md +24 -0
- package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
- package/docs/GetAccountsByInternalRefId200Response.md +24 -0
- package/docs/GetAdvertisementClicks200Response.md +26 -0
- package/docs/GetAdvertisementViews200Response.md +26 -0
- package/docs/GetAnnouncementAudience200Response.md +26 -0
- package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
- package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
- package/docs/GetBookingSpaceSlots200Response.md +24 -0
- package/docs/GetChannelContentGuests200Response.md +26 -0
- package/docs/GetChannelContentLikes200Response.md +26 -0
- package/docs/GetChannelSubscribers200Response.md +26 -0
- package/docs/GetDashboardAttributes200Response.md +24 -0
- package/docs/GetDashboardWidgets200Response.md +24 -0
- package/docs/GetEmailReceipts200Response.md +26 -0
- package/docs/GetEventActivationCompletions200Response.md +26 -0
- package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
- package/docs/GetEventActivations200Response.md +26 -0
- package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
- package/docs/GetEventAttendeePackages200Response.md +26 -0
- package/docs/GetEventAttendeeReservations200Response.md +26 -0
- package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
- package/docs/GetEventAttributes200Response.md +26 -0
- package/docs/GetEventDashboardQuestions200Response.md +24 -0
- package/docs/GetEventFollowupQuestions200Response.md +26 -0
- package/docs/GetEventPackagePasses200Response.md +26 -0
- package/docs/GetEventPassAccesses200Response.md +26 -0
- package/docs/GetEventPassAttributes200Response.md +26 -0
- package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
- package/docs/GetEventPassQuestionSections200Response.md +26 -0
- package/docs/GetEventPassResponse200Response.md +24 -0
- package/docs/GetEventPassResponseChanges200Response.md +26 -0
- package/docs/GetEventPassResponses200Response.md +26 -0
- package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
- package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
- package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
- package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
- package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventQuestionChoices200Response.md +26 -0
- package/docs/GetEventQuestionSummaries200Response.md +26 -0
- package/docs/GetEventQuestions200Response.md +26 -0
- package/docs/GetEventRegistrationBypassList200Response.md +26 -0
- package/docs/GetEventRoundQuestions200Response.md +26 -0
- package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
- package/docs/GetEventSectionQuestions200Response.md +26 -0
- package/docs/GetEventSessionAccess200Response.md +24 -0
- package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
- package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
- package/docs/GetEventSessionLocations200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
- package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
- package/docs/GetEventSessionQuestions200Response.md +26 -0
- package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
- package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
- package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
- package/docs/GetEventSponsorshipLevels200Response.md +26 -0
- package/docs/GetEventSponsorships200Response.md +26 -0
- package/docs/GetGroupInvitations200Response.md +26 -0
- package/docs/GetInvoiceLineItems200Response.md +26 -0
- package/docs/GetLivestreamSessions200Response.md +26 -0
- package/docs/GetMeetingParticipant200Response.md +24 -0
- package/docs/GetMeetingParticipants200Response.md +26 -0
- package/docs/GetMeetingRecording200Response.md +24 -0
- package/docs/GetMeetingRecordings200Response.md +26 -0
- package/docs/GetMeetingSessionMessages200Response.md +24 -0
- package/docs/GetMeetingSessionParticipant200Response.md +24 -0
- package/docs/GetMeetingSessionParticipants200Response.md +26 -0
- package/docs/GetMeetingSessionSummary200Response.md +24 -0
- package/docs/GetMeetingSessionTranscript200Response.md +24 -0
- package/docs/GetMeetingSessions200Response.md +26 -0
- package/docs/GetNotificationStats200Response.md +24 -0
- package/docs/GetNotifications200Response.md +26 -0
- package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
- package/docs/GetOrganizationDomain200Response.md +24 -0
- package/docs/GetOrganizationModule200Response.md +24 -0
- package/docs/GetOrganizationModuleSettings200Response.md +24 -0
- package/docs/GetOrganizationModules200Response.md +26 -0
- package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
- package/docs/GetOrganizationSideEffects200Response.md +26 -0
- package/docs/GetOrganizationSystemLog200Response.md +24 -0
- package/docs/GetOrganizationSystemLogs200Response.md +26 -0
- package/docs/GetOrganizationTeamMembers200Response.md +26 -0
- package/docs/GetOrganizationUsers200Response.md +26 -0
- package/docs/GetPreferences200Response.md +24 -0
- package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
- package/docs/GetSearchListValues200Response.md +26 -0
- package/docs/GetSeriesQuestionChoices200Response.md +26 -0
- package/docs/GetSeriesQuestions200Response.md +26 -0
- package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
- package/docs/GetSeriesRegistrations200Response.md +26 -0
- package/docs/GetStreamInputOutputs200Response.md +26 -0
- package/docs/GetStreamSessionChat200Response.md +24 -0
- package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
- package/docs/GetSupportTicketActivity200Response.md +24 -0
- package/docs/GetSupportTicketMessages200Response.md +26 -0
- package/docs/GetSupportTicketNotes200Response.md +26 -0
- package/docs/GetSupportTicketViewer200Response.md +26 -0
- package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetSurveyQuestionChoices200Response.md +26 -0
- package/docs/GetSurveyQuestionResponses200Response.md +26 -0
- package/docs/GetSurveySectionQuestions200Response.md +26 -0
- package/docs/GetSurveySubmission200Response.md +24 -0
- package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
- package/docs/GetSurveySubmissions200Response.md +26 -0
- package/docs/GetThreadCircleAccounts200Response.md +26 -0
- package/docs/GetThreadMessageReactions200Response.md +24 -0
- package/docs/GroupsInvitationsApi.md +8 -8
- package/docs/GroupsModeratorsApi.md +4 -4
- package/docs/InterestsApi.md +2 -2
- package/docs/InvoicesApi.md +4 -4
- package/docs/InvoicesLineitemsApi.md +4 -4
- package/docs/MeetingsLivestreamsApi.md +4 -4
- package/docs/MeetingsParticipantsApi.md +10 -10
- package/docs/MeetingsRecordingsApi.md +4 -4
- package/docs/MeetingsSessionsApi.md +14 -14
- package/docs/NotificationsApi.md +8 -8
- package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
- package/docs/OrganizationApi.md +10 -10
- package/docs/OrganizationAttributesApi.md +12 -12
- package/docs/OrganizationDomainsApi.md +4 -4
- package/docs/OrganizationModulesApi.md +6 -6
- package/docs/OrganizationModulesSettingsApi.md +4 -4
- package/docs/OrganizationModulesTiersApi.md +12 -12
- package/docs/OrganizationPaymentsApi.md +12 -12
- package/docs/OrganizationSideeffectsApi.md +8 -8
- package/docs/OrganizationTaxApi.md +6 -6
- package/docs/OrganizationTeammembersApi.md +8 -8
- package/docs/OrganizationUsersApi.md +4 -4
- package/docs/PassAttribute.md +30 -0
- package/docs/PassAttributesUpdateInputs.md +20 -0
- package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
- package/docs/PassTypeCreateInputs.md +4 -0
- package/docs/PassTypeUpdateInputs.md +4 -0
- package/docs/Payment.md +4 -0
- package/docs/PaymentLineItem.md +2 -0
- package/docs/PaymentLineItemType.md +2 -0
- package/docs/PreferencesApi.md +4 -4
- package/docs/RemoveEventPassAttribute200Response.md +24 -0
- package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
- package/docs/ReorderEventSponsorships200Response.md +24 -0
- package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
- package/docs/SearchlistsValuesApi.md +12 -12
- package/docs/SelfApi.md +2 -2
- package/docs/Series.md +6 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +6 -0
- package/docs/SeriesQuestion.md +68 -0
- package/docs/SeriesQuestionChoice.md +38 -0
- package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
- package/docs/SeriesQuestionChoiceTranslation.md +32 -0
- package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SeriesQuestionCreateInputs.md +56 -0
- package/docs/SeriesQuestionTranslation.md +32 -0
- package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SeriesQuestionType.md +30 -0
- package/docs/SeriesQuestionUpdateInputs.md +56 -0
- package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
- package/docs/SeriesQuestionsApi.md +421 -0
- package/docs/SeriesQuestionsChoicesApi.md +244 -0
- package/docs/SeriesRegistration.md +4 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationsApi.md +203 -10
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +6 -0
- package/docs/SideEffect.md +4 -0
- package/docs/SideEffectActionType.md +2 -0
- package/docs/StorageVideosApi.md +4 -4
- package/docs/StorageVideosCaptionsApi.md +2 -2
- package/docs/StreamsApi.md +2 -2
- package/docs/StreamsOutputsApi.md +8 -8
- package/docs/StreamsSessionsApi.md +4 -4
- package/docs/SupportApi.md +4 -4
- package/docs/SupportMessagesApi.md +4 -4
- package/docs/SupportNotesApi.md +4 -4
- package/docs/Survey.md +2 -4
- package/docs/SurveyCreateInputs.md +2 -2
- package/docs/SurveyUpdateInputs.md +2 -2
- package/docs/SurveysApi.md +64 -0
- package/docs/SurveysQuestionsApi.md +32 -32
- package/docs/SurveysSectionsApi.md +10 -10
- package/docs/SurveysSessionsApi.md +117 -0
- package/docs/SurveysSubmissionsApi.md +12 -12
- package/docs/ThreadsCirclesAccountsApi.md +8 -8
- package/docs/ThreadsMessagesApi.md +2 -2
- package/docs/ThreadsMessagesFilesApi.md +2 -2
- package/docs/ThreadsMessagesImagesApi.md +2 -2
- package/docs/ThreadsMessagesReactionsApi.md +4 -4
- package/docs/ThreadsMessagesVideosApi.md +2 -2
- package/docs/UpdateEventPassAttributes200Response.md +24 -0
- package/docs/UpdateEventRoundQuestion200Response.md +24 -0
- package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
- package/docs/UpdateOrganizationDomain200Response.md +24 -0
- package/package.json +1 -1
- package/docs/BadgeFieldType.md +0 -20
- package/docs/BaseEventOnSiteBadgeField.md +0 -44
- package/docs/EventBadgeFieldUpdateInputs.md +0 -34
- package/docs/EventOnSiteBadgeField.md +0 -46
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# BaseSeriesQuestion
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**seriesId** | **string** | | [default to undefined]
|
|
10
|
+
**type** | [**SeriesQuestionType**](SeriesQuestionType.md) | | [default to undefined]
|
|
11
|
+
**name** | **string** | | [default to undefined]
|
|
12
|
+
**required** | **boolean** | | [default to undefined]
|
|
13
|
+
**description** | **string** | | [default to undefined]
|
|
14
|
+
**label** | **string** | | [default to undefined]
|
|
15
|
+
**placeholder** | **string** | | [default to undefined]
|
|
16
|
+
**_default** | **string** | | [default to undefined]
|
|
17
|
+
**searchListId** | **string** | | [default to undefined]
|
|
18
|
+
**searchList** | [**BaseSearchList**](BaseSearchList.md) | | [default to undefined]
|
|
19
|
+
**mutable** | **boolean** | | [default to undefined]
|
|
20
|
+
**min** | **string** | | [default to undefined]
|
|
21
|
+
**max** | **string** | | [default to undefined]
|
|
22
|
+
**masked** | **boolean** | | [default to undefined]
|
|
23
|
+
**validation** | **string** | | [default to undefined]
|
|
24
|
+
**validationMessage** | **string** | | [default to undefined]
|
|
25
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
|
|
26
|
+
**sortOrder** | **number** | | [default to undefined]
|
|
27
|
+
**featured** | **boolean** | | [default to undefined]
|
|
28
|
+
**choices** | [**Array<BaseSeriesQuestionChoice>**](BaseSeriesQuestionChoice.md) | | [default to undefined]
|
|
29
|
+
|
|
30
|
+
## Example
|
|
31
|
+
|
|
32
|
+
```typescript
|
|
33
|
+
import { BaseSeriesQuestion } from '@connectedxm/admin-sdk';
|
|
34
|
+
|
|
35
|
+
const instance: BaseSeriesQuestion = {
|
|
36
|
+
id,
|
|
37
|
+
seriesId,
|
|
38
|
+
type,
|
|
39
|
+
name,
|
|
40
|
+
required,
|
|
41
|
+
description,
|
|
42
|
+
label,
|
|
43
|
+
placeholder,
|
|
44
|
+
_default,
|
|
45
|
+
searchListId,
|
|
46
|
+
searchList,
|
|
47
|
+
mutable,
|
|
48
|
+
min,
|
|
49
|
+
max,
|
|
50
|
+
masked,
|
|
51
|
+
validation,
|
|
52
|
+
validationMessage,
|
|
53
|
+
locationOption,
|
|
54
|
+
sortOrder,
|
|
55
|
+
featured,
|
|
56
|
+
choices,
|
|
57
|
+
};
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# BaseSeriesQuestionChoice
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**value** | **string** | | [default to undefined]
|
|
10
|
+
**text** | **string** | | [default to undefined]
|
|
11
|
+
**description** | **string** | | [default to undefined]
|
|
12
|
+
**supply** | **number** | | [default to undefined]
|
|
13
|
+
**sortOrder** | **number** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { BaseSeriesQuestionChoice } from '@connectedxm/admin-sdk';
|
|
19
|
+
|
|
20
|
+
const instance: BaseSeriesQuestionChoice = {
|
|
21
|
+
id,
|
|
22
|
+
value,
|
|
23
|
+
text,
|
|
24
|
+
description,
|
|
25
|
+
supply,
|
|
26
|
+
sortOrder,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**accountId** | **string** | | [default to undefined]
|
|
13
13
|
**account** | [**BaseAccount**](BaseAccount.md) | | [default to undefined]
|
|
14
14
|
**status** | [**PurchaseStatus**](PurchaseStatus.md) | | [default to undefined]
|
|
15
|
+
**responses** | [**Array<BaseSeriesRegistrationQuestionResponse>**](BaseSeriesRegistrationQuestionResponse.md) | | [optional] [default to undefined]
|
|
15
16
|
|
|
16
17
|
## Example
|
|
17
18
|
|
|
@@ -26,6 +27,7 @@ const instance: BaseSeriesRegistration = {
|
|
|
26
27
|
accountId,
|
|
27
28
|
account,
|
|
28
29
|
status,
|
|
30
|
+
responses,
|
|
29
31
|
};
|
|
30
32
|
```
|
|
31
33
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# BaseSeriesRegistrationQuestionResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**value** | **string** | | [default to undefined]
|
|
10
|
+
**questionId** | **string** | | [default to undefined]
|
|
11
|
+
**question** | [**BaseSeriesQuestion**](BaseSeriesQuestion.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { BaseSeriesRegistrationQuestionResponse } from '@connectedxm/admin-sdk';
|
|
17
|
+
|
|
18
|
+
const instance: BaseSeriesRegistrationQuestionResponse = {
|
|
19
|
+
id,
|
|
20
|
+
value,
|
|
21
|
+
questionId,
|
|
22
|
+
question,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/BaseSideEffect.md
CHANGED
|
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**addToTierId** | **string** | | [default to undefined]
|
|
16
16
|
**subscribeToChannelId** | **string** | | [default to undefined]
|
|
17
17
|
**sendWebhookId** | **string** | | [default to undefined]
|
|
18
|
+
**completeActivationId** | **string** | | [default to undefined]
|
|
18
19
|
|
|
19
20
|
## Example
|
|
20
21
|
|
|
@@ -32,6 +33,7 @@ const instance: BaseSideEffect = {
|
|
|
32
33
|
addToTierId,
|
|
33
34
|
subscribeToChannelId,
|
|
34
35
|
sendWebhookId,
|
|
36
|
+
completeActivationId,
|
|
35
37
|
};
|
|
36
38
|
```
|
|
37
39
|
|
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**supply** | **number** | | [default to undefined]
|
|
13
13
|
**sortOrder** | **number** | | [default to undefined]
|
|
14
14
|
**subQuestions** | [**BaseSurveyQuestionChoiceSubQuestions**](BaseSurveyQuestionChoiceSubQuestions.md) | | [optional] [default to undefined]
|
|
15
|
-
**question** | [**
|
|
15
|
+
**question** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [default to undefined]
|
|
16
16
|
**_count** | [**BaseRegistrationQuestionChoiceCount**](BaseRegistrationQuestionChoiceCount.md) | | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
package/docs/BookingsApi.md
CHANGED
|
@@ -486,7 +486,7 @@ const { status, data } = await apiInstance.getBookingSpace(
|
|
|
486
486
|
[[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)
|
|
487
487
|
|
|
488
488
|
# **getBookingSpaceAvailabilities**
|
|
489
|
-
>
|
|
489
|
+
> GetBookingSpaceAvailabilities200Response getBookingSpaceAvailabilities()
|
|
490
490
|
|
|
491
491
|
Get Booking Space Availabilities endpoint
|
|
492
492
|
|
|
@@ -520,7 +520,7 @@ const { status, data } = await apiInstance.getBookingSpaceAvailabilities(
|
|
|
520
520
|
|
|
521
521
|
### Return type
|
|
522
522
|
|
|
523
|
-
**
|
|
523
|
+
**GetBookingSpaceAvailabilities200Response**
|
|
524
524
|
|
|
525
525
|
### Authorization
|
|
526
526
|
|
|
@@ -540,7 +540,7 @@ const { status, data } = await apiInstance.getBookingSpaceAvailabilities(
|
|
|
540
540
|
[[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)
|
|
541
541
|
|
|
542
542
|
# **getBookingSpaceAvailability**
|
|
543
|
-
>
|
|
543
|
+
> CreateBookingSpaceAvailability200Response getBookingSpaceAvailability()
|
|
544
544
|
|
|
545
545
|
Get Booking Space Availability endpoint
|
|
546
546
|
|
|
@@ -577,7 +577,7 @@ const { status, data } = await apiInstance.getBookingSpaceAvailability(
|
|
|
577
577
|
|
|
578
578
|
### Return type
|
|
579
579
|
|
|
580
|
-
**
|
|
580
|
+
**CreateBookingSpaceAvailability200Response**
|
|
581
581
|
|
|
582
582
|
### Authorization
|
|
583
583
|
|
|
@@ -597,7 +597,7 @@ const { status, data } = await apiInstance.getBookingSpaceAvailability(
|
|
|
597
597
|
[[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)
|
|
598
598
|
|
|
599
599
|
# **getBookingSpaceBlackout**
|
|
600
|
-
>
|
|
600
|
+
> CreateBookingSpaceBlackout200Response getBookingSpaceBlackout()
|
|
601
601
|
|
|
602
602
|
Get Booking Space Blackout endpoint
|
|
603
603
|
|
|
@@ -634,7 +634,7 @@ const { status, data } = await apiInstance.getBookingSpaceBlackout(
|
|
|
634
634
|
|
|
635
635
|
### Return type
|
|
636
636
|
|
|
637
|
-
**
|
|
637
|
+
**CreateBookingSpaceBlackout200Response**
|
|
638
638
|
|
|
639
639
|
### Authorization
|
|
640
640
|
|
|
@@ -654,7 +654,7 @@ const { status, data } = await apiInstance.getBookingSpaceBlackout(
|
|
|
654
654
|
[[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)
|
|
655
655
|
|
|
656
656
|
# **getBookingSpaceBlackouts**
|
|
657
|
-
>
|
|
657
|
+
> GetBookingSpaceBlackouts200Response getBookingSpaceBlackouts()
|
|
658
658
|
|
|
659
659
|
Get Booking Space Blackouts endpoint
|
|
660
660
|
|
|
@@ -703,7 +703,7 @@ const { status, data } = await apiInstance.getBookingSpaceBlackouts(
|
|
|
703
703
|
|
|
704
704
|
### Return type
|
|
705
705
|
|
|
706
|
-
**
|
|
706
|
+
**GetBookingSpaceBlackouts200Response**
|
|
707
707
|
|
|
708
708
|
### Authorization
|
|
709
709
|
|
|
@@ -867,7 +867,7 @@ const { status, data } = await apiInstance.getBookingSpacePayments(
|
|
|
867
867
|
[[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)
|
|
868
868
|
|
|
869
869
|
# **getBookingSpaceSlots**
|
|
870
|
-
>
|
|
870
|
+
> GetBookingSpaceSlots200Response getBookingSpaceSlots()
|
|
871
871
|
|
|
872
872
|
Get Booking Space Slots endpoint
|
|
873
873
|
|
|
@@ -904,7 +904,7 @@ const { status, data } = await apiInstance.getBookingSpaceSlots(
|
|
|
904
904
|
|
|
905
905
|
### Return type
|
|
906
906
|
|
|
907
|
-
**
|
|
907
|
+
**GetBookingSpaceSlots200Response**
|
|
908
908
|
|
|
909
909
|
### Authorization
|
|
910
910
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**updateBookingSpaceAvailability**](#updatebookingspaceavailability) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/availabilities/{availabilityId} | Update Booking Space Availability|
|
|
10
10
|
|
|
11
11
|
# **createBookingSpaceAvailability**
|
|
12
|
-
>
|
|
12
|
+
> CreateBookingSpaceAvailability200Response createBookingSpaceAvailability(bookingSpaceAvailabilityCreateInputs)
|
|
13
13
|
|
|
14
14
|
Create Booking Space Availability endpoint
|
|
15
15
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createBookingSpaceAvailability(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**CreateBookingSpaceAvailability200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.createBookingSpaceAvailability(
|
|
|
67
67
|
[[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)
|
|
68
68
|
|
|
69
69
|
# **deleteBookingSpaceAvailability**
|
|
70
|
-
>
|
|
70
|
+
> CreateAccountInvitations200Response deleteBookingSpaceAvailability()
|
|
71
71
|
|
|
72
72
|
Delete Booking Space Availability endpoint
|
|
73
73
|
|
|
@@ -104,7 +104,7 @@ const { status, data } = await apiInstance.deleteBookingSpaceAvailability(
|
|
|
104
104
|
|
|
105
105
|
### Return type
|
|
106
106
|
|
|
107
|
-
**
|
|
107
|
+
**CreateAccountInvitations200Response**
|
|
108
108
|
|
|
109
109
|
### Authorization
|
|
110
110
|
|
|
@@ -124,7 +124,7 @@ const { status, data } = await apiInstance.deleteBookingSpaceAvailability(
|
|
|
124
124
|
[[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)
|
|
125
125
|
|
|
126
126
|
# **updateBookingSpaceAvailability**
|
|
127
|
-
>
|
|
127
|
+
> CreateBookingSpaceAvailability200Response updateBookingSpaceAvailability()
|
|
128
128
|
|
|
129
129
|
Update Booking Space Availability endpoint
|
|
130
130
|
|
|
@@ -165,7 +165,7 @@ const { status, data } = await apiInstance.updateBookingSpaceAvailability(
|
|
|
165
165
|
|
|
166
166
|
### Return type
|
|
167
167
|
|
|
168
|
-
**
|
|
168
|
+
**CreateBookingSpaceAvailability200Response**
|
|
169
169
|
|
|
170
170
|
### Authorization
|
|
171
171
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**updateBookingSpaceBlackout**](#updatebookingspaceblackout) | **PUT** /bookings/places/{placeId}/spaces/{spaceId}/blackouts/{blackoutId} | Update Booking Space Blackout|
|
|
10
10
|
|
|
11
11
|
# **createBookingSpaceBlackout**
|
|
12
|
-
>
|
|
12
|
+
> CreateBookingSpaceBlackout200Response createBookingSpaceBlackout(bookingSpaceBlackoutCreateInputs)
|
|
13
13
|
|
|
14
14
|
Create Booking Space Blackout endpoint
|
|
15
15
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createBookingSpaceBlackout(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**CreateBookingSpaceBlackout200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -124,7 +124,7 @@ const { status, data } = await apiInstance.deleteBookingSpaceBlackout(
|
|
|
124
124
|
[[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)
|
|
125
125
|
|
|
126
126
|
# **updateBookingSpaceBlackout**
|
|
127
|
-
>
|
|
127
|
+
> CreateBookingSpaceBlackout200Response updateBookingSpaceBlackout()
|
|
128
128
|
|
|
129
129
|
Update Booking Space Blackout endpoint
|
|
130
130
|
|
|
@@ -165,7 +165,7 @@ const { status, data } = await apiInstance.updateBookingSpaceBlackout(
|
|
|
165
165
|
|
|
166
166
|
### Return type
|
|
167
167
|
|
|
168
|
-
**
|
|
168
|
+
**CreateBookingSpaceBlackout200Response**
|
|
169
169
|
|
|
170
170
|
### Authorization
|
|
171
171
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# BulkUploadSearchListValues200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**Array<SearchListValue>**](SearchListValue.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { BulkUploadSearchListValues200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: BulkUploadSearchListValues200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/ChannelsApi.md
CHANGED
|
@@ -35,7 +35,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
35
35
|
|[**updateChannelSubscriber**](#updatechannelsubscriber) | **PUT** /channels/{channelId}/subscribers/{accountId} | Update Channel Subscriber|
|
|
36
36
|
|
|
37
37
|
# **addChannelSubscriber**
|
|
38
|
-
>
|
|
38
|
+
> AddChannelSubscriber200Response addChannelSubscriber()
|
|
39
39
|
|
|
40
40
|
Add Channel Subscriber endpoint
|
|
41
41
|
|
|
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.addChannelSubscriber(
|
|
|
69
69
|
|
|
70
70
|
### Return type
|
|
71
71
|
|
|
72
|
-
**
|
|
72
|
+
**AddChannelSubscriber200Response**
|
|
73
73
|
|
|
74
74
|
### Authorization
|
|
75
75
|
|
|
@@ -89,7 +89,7 @@ const { status, data } = await apiInstance.addChannelSubscriber(
|
|
|
89
89
|
[[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)
|
|
90
90
|
|
|
91
91
|
# **cancelChannelContentPublishSchedule**
|
|
92
|
-
>
|
|
92
|
+
> CreateChannelContent200Response cancelChannelContentPublishSchedule()
|
|
93
93
|
|
|
94
94
|
Cancel Channel Content Publish Schedule endpoint
|
|
95
95
|
|
|
@@ -123,7 +123,7 @@ const { status, data } = await apiInstance.cancelChannelContentPublishSchedule(
|
|
|
123
123
|
|
|
124
124
|
### Return type
|
|
125
125
|
|
|
126
|
-
**
|
|
126
|
+
**CreateChannelContent200Response**
|
|
127
127
|
|
|
128
128
|
### Authorization
|
|
129
129
|
|
|
@@ -195,7 +195,7 @@ const { status, data } = await apiInstance.createChannel(
|
|
|
195
195
|
[[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)
|
|
196
196
|
|
|
197
197
|
# **createChannelContent**
|
|
198
|
-
>
|
|
198
|
+
> CreateChannelContent200Response createChannelContent(channelContentCreateInputs)
|
|
199
199
|
|
|
200
200
|
Create Channel Content endpoint
|
|
201
201
|
|
|
@@ -230,7 +230,7 @@ const { status, data } = await apiInstance.createChannelContent(
|
|
|
230
230
|
|
|
231
231
|
### Return type
|
|
232
232
|
|
|
233
|
-
**
|
|
233
|
+
**CreateChannelContent200Response**
|
|
234
234
|
|
|
235
235
|
### Authorization
|
|
236
236
|
|
|
@@ -250,7 +250,7 @@ const { status, data } = await apiInstance.createChannelContent(
|
|
|
250
250
|
[[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)
|
|
251
251
|
|
|
252
252
|
# **createChannelContentGuest**
|
|
253
|
-
>
|
|
253
|
+
> CreateChannelContentGuest200Response createChannelContentGuest()
|
|
254
254
|
|
|
255
255
|
Create Channel Content Guest endpoint
|
|
256
256
|
|
|
@@ -288,7 +288,7 @@ const { status, data } = await apiInstance.createChannelContentGuest(
|
|
|
288
288
|
|
|
289
289
|
### Return type
|
|
290
290
|
|
|
291
|
-
**
|
|
291
|
+
**CreateChannelContentGuest200Response**
|
|
292
292
|
|
|
293
293
|
### Authorization
|
|
294
294
|
|
|
@@ -413,7 +413,7 @@ const { status, data } = await apiInstance.deleteChannelContent(
|
|
|
413
413
|
[[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)
|
|
414
414
|
|
|
415
415
|
# **deleteChannelContentGuest**
|
|
416
|
-
>
|
|
416
|
+
> CreateChannelContent200Response deleteChannelContentGuest()
|
|
417
417
|
|
|
418
418
|
Delete Channel Content Guest endpoint
|
|
419
419
|
|
|
@@ -450,7 +450,7 @@ const { status, data } = await apiInstance.deleteChannelContentGuest(
|
|
|
450
450
|
|
|
451
451
|
### Return type
|
|
452
452
|
|
|
453
|
-
**
|
|
453
|
+
**CreateChannelContent200Response**
|
|
454
454
|
|
|
455
455
|
### Authorization
|
|
456
456
|
|
|
@@ -587,7 +587,7 @@ const { status, data } = await apiInstance.getChannelActivities(
|
|
|
587
587
|
[[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)
|
|
588
588
|
|
|
589
589
|
# **getChannelContent**
|
|
590
|
-
>
|
|
590
|
+
> CreateChannelContent200Response getChannelContent()
|
|
591
591
|
|
|
592
592
|
Get Channel Content endpoint
|
|
593
593
|
|
|
@@ -621,7 +621,7 @@ const { status, data } = await apiInstance.getChannelContent(
|
|
|
621
621
|
|
|
622
622
|
### Return type
|
|
623
623
|
|
|
624
|
-
**
|
|
624
|
+
**CreateChannelContent200Response**
|
|
625
625
|
|
|
626
626
|
### Authorization
|
|
627
627
|
|
|
@@ -710,7 +710,7 @@ const { status, data } = await apiInstance.getChannelContentActivities(
|
|
|
710
710
|
[[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)
|
|
711
711
|
|
|
712
712
|
# **getChannelContentGuest**
|
|
713
|
-
>
|
|
713
|
+
> CreateChannelContentGuest200Response getChannelContentGuest()
|
|
714
714
|
|
|
715
715
|
Get Channel Content Guest endpoint
|
|
716
716
|
|
|
@@ -750,7 +750,7 @@ const { status, data } = await apiInstance.getChannelContentGuest(
|
|
|
750
750
|
|
|
751
751
|
### Return type
|
|
752
752
|
|
|
753
|
-
**
|
|
753
|
+
**CreateChannelContentGuest200Response**
|
|
754
754
|
|
|
755
755
|
### Authorization
|
|
756
756
|
|
|
@@ -770,7 +770,7 @@ const { status, data } = await apiInstance.getChannelContentGuest(
|
|
|
770
770
|
[[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)
|
|
771
771
|
|
|
772
772
|
# **getChannelContentGuests**
|
|
773
|
-
>
|
|
773
|
+
> GetChannelContentGuests200Response getChannelContentGuests()
|
|
774
774
|
|
|
775
775
|
Get Channel Content Guests endpoint
|
|
776
776
|
|
|
@@ -819,7 +819,7 @@ const { status, data } = await apiInstance.getChannelContentGuests(
|
|
|
819
819
|
|
|
820
820
|
### Return type
|
|
821
821
|
|
|
822
|
-
**
|
|
822
|
+
**GetChannelContentGuests200Response**
|
|
823
823
|
|
|
824
824
|
### Authorization
|
|
825
825
|
|
|
@@ -839,7 +839,7 @@ const { status, data } = await apiInstance.getChannelContentGuests(
|
|
|
839
839
|
[[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)
|
|
840
840
|
|
|
841
841
|
# **getChannelContentLikes**
|
|
842
|
-
>
|
|
842
|
+
> GetChannelContentLikes200Response getChannelContentLikes()
|
|
843
843
|
|
|
844
844
|
Get Channel Content Likes endpoint
|
|
845
845
|
|
|
@@ -885,7 +885,7 @@ const { status, data } = await apiInstance.getChannelContentLikes(
|
|
|
885
885
|
|
|
886
886
|
### Return type
|
|
887
887
|
|
|
888
|
-
**
|
|
888
|
+
**GetChannelContentLikes200Response**
|
|
889
889
|
|
|
890
890
|
### Authorization
|
|
891
891
|
|
|
@@ -971,7 +971,7 @@ const { status, data } = await apiInstance.getChannelContents(
|
|
|
971
971
|
[[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)
|
|
972
972
|
|
|
973
973
|
# **getChannelSubscriber**
|
|
974
|
-
>
|
|
974
|
+
> AddChannelSubscriber200Response getChannelSubscriber()
|
|
975
975
|
|
|
976
976
|
Get Channel Subscriber endpoint
|
|
977
977
|
|
|
@@ -1005,7 +1005,7 @@ const { status, data } = await apiInstance.getChannelSubscriber(
|
|
|
1005
1005
|
|
|
1006
1006
|
### Return type
|
|
1007
1007
|
|
|
1008
|
-
**
|
|
1008
|
+
**AddChannelSubscriber200Response**
|
|
1009
1009
|
|
|
1010
1010
|
### Authorization
|
|
1011
1011
|
|
|
@@ -1025,7 +1025,7 @@ const { status, data } = await apiInstance.getChannelSubscriber(
|
|
|
1025
1025
|
[[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)
|
|
1026
1026
|
|
|
1027
1027
|
# **getChannelSubscribers**
|
|
1028
|
-
>
|
|
1028
|
+
> GetChannelSubscribers200Response getChannelSubscribers()
|
|
1029
1029
|
|
|
1030
1030
|
Get Channel Subscribers endpoint
|
|
1031
1031
|
|
|
@@ -1071,7 +1071,7 @@ const { status, data } = await apiInstance.getChannelSubscribers(
|
|
|
1071
1071
|
|
|
1072
1072
|
### Return type
|
|
1073
1073
|
|
|
1074
|
-
**
|
|
1074
|
+
**GetChannelSubscribers200Response**
|
|
1075
1075
|
|
|
1076
1076
|
### Authorization
|
|
1077
1077
|
|
|
@@ -1280,7 +1280,7 @@ const { status, data } = await apiInstance.getFeaturedChannels(
|
|
|
1280
1280
|
[[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)
|
|
1281
1281
|
|
|
1282
1282
|
# **removeAllChannelSubscribers**
|
|
1283
|
-
>
|
|
1283
|
+
> CreateChannel200Response removeAllChannelSubscribers()
|
|
1284
1284
|
|
|
1285
1285
|
Remove All Channel Subscribers endpoint
|
|
1286
1286
|
|
|
@@ -1311,7 +1311,7 @@ const { status, data } = await apiInstance.removeAllChannelSubscribers(
|
|
|
1311
1311
|
|
|
1312
1312
|
### Return type
|
|
1313
1313
|
|
|
1314
|
-
**
|
|
1314
|
+
**CreateChannel200Response**
|
|
1315
1315
|
|
|
1316
1316
|
### Authorization
|
|
1317
1317
|
|
|
@@ -1331,7 +1331,7 @@ const { status, data } = await apiInstance.removeAllChannelSubscribers(
|
|
|
1331
1331
|
[[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)
|
|
1332
1332
|
|
|
1333
1333
|
# **removeChannelSubscriber**
|
|
1334
|
-
>
|
|
1334
|
+
> AddChannelSubscriber200Response removeChannelSubscriber()
|
|
1335
1335
|
|
|
1336
1336
|
Remove Channel Subscriber endpoint
|
|
1337
1337
|
|
|
@@ -1365,7 +1365,7 @@ const { status, data } = await apiInstance.removeChannelSubscriber(
|
|
|
1365
1365
|
|
|
1366
1366
|
### Return type
|
|
1367
1367
|
|
|
1368
|
-
**
|
|
1368
|
+
**AddChannelSubscriber200Response**
|
|
1369
1369
|
|
|
1370
1370
|
### Authorization
|
|
1371
1371
|
|
|
@@ -1385,7 +1385,7 @@ const { status, data } = await apiInstance.removeChannelSubscriber(
|
|
|
1385
1385
|
[[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)
|
|
1386
1386
|
|
|
1387
1387
|
# **revertChannelContentToDraft**
|
|
1388
|
-
>
|
|
1388
|
+
> CreateChannelContent200Response revertChannelContentToDraft()
|
|
1389
1389
|
|
|
1390
1390
|
Revert Channel Content To Draft endpoint
|
|
1391
1391
|
|
|
@@ -1419,7 +1419,7 @@ const { status, data } = await apiInstance.revertChannelContentToDraft(
|
|
|
1419
1419
|
|
|
1420
1420
|
### Return type
|
|
1421
1421
|
|
|
1422
|
-
**
|
|
1422
|
+
**CreateChannelContent200Response**
|
|
1423
1423
|
|
|
1424
1424
|
### Authorization
|
|
1425
1425
|
|
|
@@ -1494,7 +1494,7 @@ const { status, data } = await apiInstance.updateChannel(
|
|
|
1494
1494
|
[[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)
|
|
1495
1495
|
|
|
1496
1496
|
# **updateChannelContent**
|
|
1497
|
-
>
|
|
1497
|
+
> CreateChannelContent200Response updateChannelContent(channelContentUpdateInputs)
|
|
1498
1498
|
|
|
1499
1499
|
Update Channel Content endpoint
|
|
1500
1500
|
|
|
@@ -1532,7 +1532,7 @@ const { status, data } = await apiInstance.updateChannelContent(
|
|
|
1532
1532
|
|
|
1533
1533
|
### Return type
|
|
1534
1534
|
|
|
1535
|
-
**
|
|
1535
|
+
**CreateChannelContent200Response**
|
|
1536
1536
|
|
|
1537
1537
|
### Authorization
|
|
1538
1538
|
|
|
@@ -1552,7 +1552,7 @@ const { status, data } = await apiInstance.updateChannelContent(
|
|
|
1552
1552
|
[[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)
|
|
1553
1553
|
|
|
1554
1554
|
# **updateChannelContentGuest**
|
|
1555
|
-
>
|
|
1555
|
+
> CreateChannelContentGuest200Response updateChannelContentGuest()
|
|
1556
1556
|
|
|
1557
1557
|
Update Channel Content Guest endpoint
|
|
1558
1558
|
|
|
@@ -1593,7 +1593,7 @@ const { status, data } = await apiInstance.updateChannelContentGuest(
|
|
|
1593
1593
|
|
|
1594
1594
|
### Return type
|
|
1595
1595
|
|
|
1596
|
-
**
|
|
1596
|
+
**CreateChannelContentGuest200Response**
|
|
1597
1597
|
|
|
1598
1598
|
### Authorization
|
|
1599
1599
|
|
|
@@ -1613,7 +1613,7 @@ const { status, data } = await apiInstance.updateChannelContentGuest(
|
|
|
1613
1613
|
[[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)
|
|
1614
1614
|
|
|
1615
1615
|
# **updateChannelContentPublishSchedule**
|
|
1616
|
-
>
|
|
1616
|
+
> CreateChannelContent200Response updateChannelContentPublishSchedule(body)
|
|
1617
1617
|
|
|
1618
1618
|
Update Channel Content Publish Schedule endpoint
|
|
1619
1619
|
|
|
@@ -1650,7 +1650,7 @@ const { status, data } = await apiInstance.updateChannelContentPublishSchedule(
|
|
|
1650
1650
|
|
|
1651
1651
|
### Return type
|
|
1652
1652
|
|
|
1653
|
-
**
|
|
1653
|
+
**CreateChannelContent200Response**
|
|
1654
1654
|
|
|
1655
1655
|
### Authorization
|
|
1656
1656
|
|
|
@@ -1670,7 +1670,7 @@ const { status, data } = await apiInstance.updateChannelContentPublishSchedule(
|
|
|
1670
1670
|
[[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)
|
|
1671
1671
|
|
|
1672
1672
|
# **updateChannelSubscriber**
|
|
1673
|
-
>
|
|
1673
|
+
> AddChannelSubscriber200Response updateChannelSubscriber(channelSubscriberUpdateInputs)
|
|
1674
1674
|
|
|
1675
1675
|
Update Channel Subscriber endpoint
|
|
1676
1676
|
|
|
@@ -1708,7 +1708,7 @@ const { status, data } = await apiInstance.updateChannelSubscriber(
|
|
|
1708
1708
|
|
|
1709
1709
|
### Return type
|
|
1710
1710
|
|
|
1711
|
-
**
|
|
1711
|
+
**AddChannelSubscriber200Response**
|
|
1712
1712
|
|
|
1713
1713
|
### Authorization
|
|
1714
1714
|
|