@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,34 @@
|
|
|
1
|
+
# SeriesRegistrationQuestionResponse
|
|
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
|
+
**fileId** | **number** | | [default to undefined]
|
|
13
|
+
**file** | [**BaseFile**](BaseFile.md) | | [default to undefined]
|
|
14
|
+
**createdAt** | **string** | | [default to undefined]
|
|
15
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { SeriesRegistrationQuestionResponse } from '@connectedxm/admin-sdk';
|
|
21
|
+
|
|
22
|
+
const instance: SeriesRegistrationQuestionResponse = {
|
|
23
|
+
id,
|
|
24
|
+
value,
|
|
25
|
+
questionId,
|
|
26
|
+
question,
|
|
27
|
+
fileId,
|
|
28
|
+
file,
|
|
29
|
+
createdAt,
|
|
30
|
+
updatedAt,
|
|
31
|
+
};
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
[[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,20 @@
|
|
|
1
|
+
# SeriesRegistrationResponsesUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**responses** | [**Array<SeriesRegistrationResponsesUpdateInputsResponsesInner>**](SeriesRegistrationResponsesUpdateInputsResponsesInner.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { SeriesRegistrationResponsesUpdateInputs } from '@connectedxm/admin-sdk';
|
|
14
|
+
|
|
15
|
+
const instance: SeriesRegistrationResponsesUpdateInputs = {
|
|
16
|
+
responses,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,22 @@
|
|
|
1
|
+
# SeriesRegistrationResponsesUpdateInputsResponsesInner
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**questionId** | **string** | | [default to undefined]
|
|
9
|
+
**value** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { SeriesRegistrationResponsesUpdateInputsResponsesInner } from '@connectedxm/admin-sdk';
|
|
15
|
+
|
|
16
|
+
const instance: SeriesRegistrationResponsesUpdateInputsResponsesInner = {
|
|
17
|
+
questionId,
|
|
18
|
+
value,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -8,11 +8,14 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**deleteSeriesRegistration**](#deleteseriesregistration) | **DELETE** /series/{seriesId}/registrations/{registrationId} | Delete Series Registration|
|
|
9
9
|
|[**getSeriesRegistration**](#getseriesregistration) | **GET** /series/{seriesId}/registrations/{registrationId} | Get Series Registration|
|
|
10
10
|
|[**getSeriesRegistrationPasses**](#getseriesregistrationpasses) | **GET** /series/{seriesId}/registrations/{registrationId}/passes | Get Series Registration Passes|
|
|
11
|
+
|[**getSeriesRegistrationPayments**](#getseriesregistrationpayments) | **GET** /series/{seriesId}/registrations/{registrationId}/payments | Get Series Registration Payments|
|
|
12
|
+
|[**getSeriesRegistrationResponses**](#getseriesregistrationresponses) | **GET** /series/{seriesId}/registrations/{registrationId}/responses | Get Series Registration Responses|
|
|
11
13
|
|[**getSeriesRegistrations**](#getseriesregistrations) | **GET** /series/{seriesId}/registrations | Get Series Registrations|
|
|
12
14
|
|[**updateSeriesRegistration**](#updateseriesregistration) | **PUT** /series/{seriesId}/registrations/{registrationId} | Update Series Registration|
|
|
15
|
+
|[**updateSeriesRegistrationResponses**](#updateseriesregistrationresponses) | **PUT** /series/{seriesId}/registrations/{registrationId}/responses | Update Series Registration Responses|
|
|
13
16
|
|
|
14
17
|
# **createSeriesRegistration**
|
|
15
|
-
>
|
|
18
|
+
> CreateSeriesRegistration200Response createSeriesRegistration(seriesRegistrationCreateInputs)
|
|
16
19
|
|
|
17
20
|
Create Series Registration endpoint
|
|
18
21
|
|
|
@@ -47,7 +50,7 @@ const { status, data } = await apiInstance.createSeriesRegistration(
|
|
|
47
50
|
|
|
48
51
|
### Return type
|
|
49
52
|
|
|
50
|
-
**
|
|
53
|
+
**CreateSeriesRegistration200Response**
|
|
51
54
|
|
|
52
55
|
### Authorization
|
|
53
56
|
|
|
@@ -121,7 +124,7 @@ const { status, data } = await apiInstance.deleteSeriesRegistration(
|
|
|
121
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)
|
|
122
125
|
|
|
123
126
|
# **getSeriesRegistration**
|
|
124
|
-
>
|
|
127
|
+
> CreateSeriesRegistration200Response getSeriesRegistration()
|
|
125
128
|
|
|
126
129
|
Get Series Registration endpoint
|
|
127
130
|
|
|
@@ -155,7 +158,7 @@ const { status, data } = await apiInstance.getSeriesRegistration(
|
|
|
155
158
|
|
|
156
159
|
### Return type
|
|
157
160
|
|
|
158
|
-
**
|
|
161
|
+
**CreateSeriesRegistration200Response**
|
|
159
162
|
|
|
160
163
|
### Authorization
|
|
161
164
|
|
|
@@ -175,7 +178,7 @@ const { status, data } = await apiInstance.getSeriesRegistration(
|
|
|
175
178
|
[[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)
|
|
176
179
|
|
|
177
180
|
# **getSeriesRegistrationPasses**
|
|
178
|
-
>
|
|
181
|
+
> GetEventAddOnPasses200Response getSeriesRegistrationPasses()
|
|
179
182
|
|
|
180
183
|
Get Series Registration Passes endpoint
|
|
181
184
|
|
|
@@ -192,8 +195,140 @@ const apiInstance = new SeriesRegistrationsApi(configuration);
|
|
|
192
195
|
|
|
193
196
|
let seriesId: string; //The series identifier (default to undefined)
|
|
194
197
|
let registrationId: string; //The registration identifier (default to undefined)
|
|
198
|
+
let page: number; //Page number (optional) (default to 1)
|
|
199
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
200
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
201
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
195
202
|
|
|
196
203
|
const { status, data } = await apiInstance.getSeriesRegistrationPasses(
|
|
204
|
+
seriesId,
|
|
205
|
+
registrationId,
|
|
206
|
+
page,
|
|
207
|
+
pageSize,
|
|
208
|
+
orderBy,
|
|
209
|
+
search
|
|
210
|
+
);
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### Parameters
|
|
214
|
+
|
|
215
|
+
|Name | Type | Description | Notes|
|
|
216
|
+
|------------- | ------------- | ------------- | -------------|
|
|
217
|
+
| **seriesId** | [**string**] | The series identifier | defaults to undefined|
|
|
218
|
+
| **registrationId** | [**string**] | The registration identifier | defaults to undefined|
|
|
219
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
220
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
221
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
222
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Return type
|
|
226
|
+
|
|
227
|
+
**GetEventAddOnPasses200Response**
|
|
228
|
+
|
|
229
|
+
### Authorization
|
|
230
|
+
|
|
231
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
232
|
+
|
|
233
|
+
### HTTP request headers
|
|
234
|
+
|
|
235
|
+
- **Content-Type**: Not defined
|
|
236
|
+
- **Accept**: application/json
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### HTTP response details
|
|
240
|
+
| Status code | Description | Response headers |
|
|
241
|
+
|-------------|-------------|------------------|
|
|
242
|
+
|**200** | Successful response | - |
|
|
243
|
+
|
|
244
|
+
[[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)
|
|
245
|
+
|
|
246
|
+
# **getSeriesRegistrationPayments**
|
|
247
|
+
> GetAccountPayments200Response getSeriesRegistrationPayments()
|
|
248
|
+
|
|
249
|
+
Get Series Registration Payments endpoint
|
|
250
|
+
|
|
251
|
+
### Example
|
|
252
|
+
|
|
253
|
+
```typescript
|
|
254
|
+
import {
|
|
255
|
+
SeriesRegistrationsApi,
|
|
256
|
+
Configuration
|
|
257
|
+
} from '@connectedxm/admin-sdk';
|
|
258
|
+
|
|
259
|
+
const configuration = new Configuration();
|
|
260
|
+
const apiInstance = new SeriesRegistrationsApi(configuration);
|
|
261
|
+
|
|
262
|
+
let seriesId: string; //The series identifier (default to undefined)
|
|
263
|
+
let registrationId: string; //The registration identifier (default to undefined)
|
|
264
|
+
let page: number; //Page number (optional) (default to 1)
|
|
265
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
266
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
267
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
268
|
+
|
|
269
|
+
const { status, data } = await apiInstance.getSeriesRegistrationPayments(
|
|
270
|
+
seriesId,
|
|
271
|
+
registrationId,
|
|
272
|
+
page,
|
|
273
|
+
pageSize,
|
|
274
|
+
orderBy,
|
|
275
|
+
search
|
|
276
|
+
);
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
### Parameters
|
|
280
|
+
|
|
281
|
+
|Name | Type | Description | Notes|
|
|
282
|
+
|------------- | ------------- | ------------- | -------------|
|
|
283
|
+
| **seriesId** | [**string**] | The series identifier | defaults to undefined|
|
|
284
|
+
| **registrationId** | [**string**] | The registration identifier | defaults to undefined|
|
|
285
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
286
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
287
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
288
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Return type
|
|
292
|
+
|
|
293
|
+
**GetAccountPayments200Response**
|
|
294
|
+
|
|
295
|
+
### Authorization
|
|
296
|
+
|
|
297
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
298
|
+
|
|
299
|
+
### HTTP request headers
|
|
300
|
+
|
|
301
|
+
- **Content-Type**: Not defined
|
|
302
|
+
- **Accept**: application/json
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### HTTP response details
|
|
306
|
+
| Status code | Description | Response headers |
|
|
307
|
+
|-------------|-------------|------------------|
|
|
308
|
+
|**200** | Successful response | - |
|
|
309
|
+
|
|
310
|
+
[[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)
|
|
311
|
+
|
|
312
|
+
# **getSeriesRegistrationResponses**
|
|
313
|
+
> GetSeriesRegistrationResponses200Response getSeriesRegistrationResponses()
|
|
314
|
+
|
|
315
|
+
Get Series Registration Responses endpoint
|
|
316
|
+
|
|
317
|
+
### Example
|
|
318
|
+
|
|
319
|
+
```typescript
|
|
320
|
+
import {
|
|
321
|
+
SeriesRegistrationsApi,
|
|
322
|
+
Configuration
|
|
323
|
+
} from '@connectedxm/admin-sdk';
|
|
324
|
+
|
|
325
|
+
const configuration = new Configuration();
|
|
326
|
+
const apiInstance = new SeriesRegistrationsApi(configuration);
|
|
327
|
+
|
|
328
|
+
let seriesId: string; //The series identifier (default to undefined)
|
|
329
|
+
let registrationId: string; //The registration identifier (default to undefined)
|
|
330
|
+
|
|
331
|
+
const { status, data } = await apiInstance.getSeriesRegistrationResponses(
|
|
197
332
|
seriesId,
|
|
198
333
|
registrationId
|
|
199
334
|
);
|
|
@@ -209,7 +344,7 @@ const { status, data } = await apiInstance.getSeriesRegistrationPasses(
|
|
|
209
344
|
|
|
210
345
|
### Return type
|
|
211
346
|
|
|
212
|
-
**
|
|
347
|
+
**GetSeriesRegistrationResponses200Response**
|
|
213
348
|
|
|
214
349
|
### Authorization
|
|
215
350
|
|
|
@@ -229,7 +364,7 @@ const { status, data } = await apiInstance.getSeriesRegistrationPasses(
|
|
|
229
364
|
[[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)
|
|
230
365
|
|
|
231
366
|
# **getSeriesRegistrations**
|
|
232
|
-
>
|
|
367
|
+
> GetSeriesRegistrations200Response getSeriesRegistrations()
|
|
233
368
|
|
|
234
369
|
Get Series Registrations endpoint
|
|
235
370
|
|
|
@@ -275,7 +410,7 @@ const { status, data } = await apiInstance.getSeriesRegistrations(
|
|
|
275
410
|
|
|
276
411
|
### Return type
|
|
277
412
|
|
|
278
|
-
**
|
|
413
|
+
**GetSeriesRegistrations200Response**
|
|
279
414
|
|
|
280
415
|
### Authorization
|
|
281
416
|
|
|
@@ -295,7 +430,7 @@ const { status, data } = await apiInstance.getSeriesRegistrations(
|
|
|
295
430
|
[[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)
|
|
296
431
|
|
|
297
432
|
# **updateSeriesRegistration**
|
|
298
|
-
>
|
|
433
|
+
> CreateSeriesRegistration200Response updateSeriesRegistration(seriesRegistrationUpdateInputs)
|
|
299
434
|
|
|
300
435
|
Update Series Registration endpoint
|
|
301
436
|
|
|
@@ -333,7 +468,65 @@ const { status, data } = await apiInstance.updateSeriesRegistration(
|
|
|
333
468
|
|
|
334
469
|
### Return type
|
|
335
470
|
|
|
336
|
-
**
|
|
471
|
+
**CreateSeriesRegistration200Response**
|
|
472
|
+
|
|
473
|
+
### Authorization
|
|
474
|
+
|
|
475
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
476
|
+
|
|
477
|
+
### HTTP request headers
|
|
478
|
+
|
|
479
|
+
- **Content-Type**: application/json
|
|
480
|
+
- **Accept**: application/json
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
### HTTP response details
|
|
484
|
+
| Status code | Description | Response headers |
|
|
485
|
+
|-------------|-------------|------------------|
|
|
486
|
+
|**200** | Successful response | - |
|
|
487
|
+
|
|
488
|
+
[[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)
|
|
489
|
+
|
|
490
|
+
# **updateSeriesRegistrationResponses**
|
|
491
|
+
> CreateAccountInvitations200Response updateSeriesRegistrationResponses(seriesRegistrationResponsesUpdateInputs)
|
|
492
|
+
|
|
493
|
+
Update Series Registration Responses endpoint
|
|
494
|
+
|
|
495
|
+
### Example
|
|
496
|
+
|
|
497
|
+
```typescript
|
|
498
|
+
import {
|
|
499
|
+
SeriesRegistrationsApi,
|
|
500
|
+
Configuration,
|
|
501
|
+
SeriesRegistrationResponsesUpdateInputs
|
|
502
|
+
} from '@connectedxm/admin-sdk';
|
|
503
|
+
|
|
504
|
+
const configuration = new Configuration();
|
|
505
|
+
const apiInstance = new SeriesRegistrationsApi(configuration);
|
|
506
|
+
|
|
507
|
+
let seriesId: string; //The series identifier (default to undefined)
|
|
508
|
+
let registrationId: string; //The registration identifier (default to undefined)
|
|
509
|
+
let seriesRegistrationResponsesUpdateInputs: SeriesRegistrationResponsesUpdateInputs; //
|
|
510
|
+
|
|
511
|
+
const { status, data } = await apiInstance.updateSeriesRegistrationResponses(
|
|
512
|
+
seriesId,
|
|
513
|
+
registrationId,
|
|
514
|
+
seriesRegistrationResponsesUpdateInputs
|
|
515
|
+
);
|
|
516
|
+
```
|
|
517
|
+
|
|
518
|
+
### Parameters
|
|
519
|
+
|
|
520
|
+
|Name | Type | Description | Notes|
|
|
521
|
+
|------------- | ------------- | ------------- | -------------|
|
|
522
|
+
| **seriesRegistrationResponsesUpdateInputs** | **SeriesRegistrationResponsesUpdateInputs**| | |
|
|
523
|
+
| **seriesId** | [**string**] | The series identifier | defaults to undefined|
|
|
524
|
+
| **registrationId** | [**string**] | The registration identifier | defaults to undefined|
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Return type
|
|
528
|
+
|
|
529
|
+
**CreateAccountInvitations200Response**
|
|
337
530
|
|
|
338
531
|
### Authorization
|
|
339
532
|
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# SeriesTranslation
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [default to undefined]
|
|
9
|
+
**locale** | **string** | | [default to undefined]
|
|
10
|
+
**name** | **string** | | [default to undefined]
|
|
11
|
+
**description** | **string** | | [default to undefined]
|
|
12
|
+
**longDescription** | **string** | | [default to undefined]
|
|
13
|
+
**subject** | **string** | | [default to undefined]
|
|
14
|
+
**replyTo** | **string** | | [default to undefined]
|
|
15
|
+
**body** | **string** | | [default to undefined]
|
|
16
|
+
**createdAt** | **string** | | [default to undefined]
|
|
17
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { SeriesTranslation } from '@connectedxm/admin-sdk';
|
|
23
|
+
|
|
24
|
+
const instance: SeriesTranslation = {
|
|
25
|
+
id,
|
|
26
|
+
locale,
|
|
27
|
+
name,
|
|
28
|
+
description,
|
|
29
|
+
longDescription,
|
|
30
|
+
subject,
|
|
31
|
+
replyTo,
|
|
32
|
+
body,
|
|
33
|
+
createdAt,
|
|
34
|
+
updatedAt,
|
|
35
|
+
};
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
[[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,28 @@
|
|
|
1
|
+
# SeriesTranslationUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**longDescription** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**subject** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**body** | **string** | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { SeriesTranslationUpdateInputs } from '@connectedxm/admin-sdk';
|
|
18
|
+
|
|
19
|
+
const instance: SeriesTranslationUpdateInputs = {
|
|
20
|
+
name,
|
|
21
|
+
description,
|
|
22
|
+
longDescription,
|
|
23
|
+
subject,
|
|
24
|
+
body,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -18,6 +18,9 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**taxCode** | **string** | | [optional] [default to undefined]
|
|
19
19
|
**taxIncluded** | **boolean** | | [optional] [default to undefined]
|
|
20
20
|
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
|
|
21
|
+
**subject** | **string** | | [optional] [default to undefined]
|
|
22
|
+
**replyTo** | **string** | | [optional] [default to undefined]
|
|
23
|
+
**body** | **string** | | [optional] [default to undefined]
|
|
21
24
|
|
|
22
25
|
## Example
|
|
23
26
|
|
|
@@ -38,6 +41,9 @@ const instance: SeriesUpdateInputs = {
|
|
|
38
41
|
taxCode,
|
|
39
42
|
taxIncluded,
|
|
40
43
|
taxLocation,
|
|
44
|
+
subject,
|
|
45
|
+
replyTo,
|
|
46
|
+
body,
|
|
41
47
|
};
|
|
42
48
|
```
|
|
43
49
|
|
package/docs/SideEffect.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
|
**organizationId** | **string** | | [default to undefined]
|
|
19
20
|
**newPassOfPassType** | [**BaseEventPassType**](BaseEventPassType.md) | | [default to undefined]
|
|
20
21
|
**checkedInPassEvent** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
|
|
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
|
|
|
25
26
|
**addToTier** | [**BaseTier**](BaseTier.md) | | [default to undefined]
|
|
26
27
|
**subscribeToChannel** | [**BaseChannel**](BaseChannel.md) | | [default to undefined]
|
|
27
28
|
**sendWebhook** | [**BaseWebhook**](BaseWebhook.md) | | [default to undefined]
|
|
29
|
+
**completeActivation** | [**BaseEventActivation**](BaseEventActivation.md) | | [default to undefined]
|
|
28
30
|
**createdAt** | **string** | | [default to undefined]
|
|
29
31
|
**updatedAt** | **string** | | [default to undefined]
|
|
30
32
|
|
|
@@ -44,6 +46,7 @@ const instance: SideEffect = {
|
|
|
44
46
|
addToTierId,
|
|
45
47
|
subscribeToChannelId,
|
|
46
48
|
sendWebhookId,
|
|
49
|
+
completeActivationId,
|
|
47
50
|
organizationId,
|
|
48
51
|
newPassOfPassType,
|
|
49
52
|
checkedInPassEvent,
|
|
@@ -54,6 +57,7 @@ const instance: SideEffect = {
|
|
|
54
57
|
addToTier,
|
|
55
58
|
subscribeToChannel,
|
|
56
59
|
sendWebhook,
|
|
60
|
+
completeActivation,
|
|
57
61
|
createdAt,
|
|
58
62
|
updatedAt,
|
|
59
63
|
};
|
|
@@ -13,4 +13,6 @@
|
|
|
13
13
|
|
|
14
14
|
* `SendWebhook` (value: `'SEND_WEBHOOK'`)
|
|
15
15
|
|
|
16
|
+
* `CompleteActivation` (value: `'COMPLETE_ACTIVATION'`)
|
|
17
|
+
|
|
16
18
|
[[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/StorageVideosApi.md
CHANGED
|
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getVideo(
|
|
|
167
167
|
[[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)
|
|
168
168
|
|
|
169
169
|
# **getVideoDownloadStatus**
|
|
170
|
-
>
|
|
170
|
+
> DeleteDashboard200Response getVideoDownloadStatus()
|
|
171
171
|
|
|
172
172
|
Get Video Download Status endpoint
|
|
173
173
|
|
|
@@ -198,7 +198,7 @@ const { status, data } = await apiInstance.getVideoDownloadStatus(
|
|
|
198
198
|
|
|
199
199
|
### Return type
|
|
200
200
|
|
|
201
|
-
**
|
|
201
|
+
**DeleteDashboard200Response**
|
|
202
202
|
|
|
203
203
|
### Authorization
|
|
204
204
|
|
|
@@ -281,7 +281,7 @@ const { status, data } = await apiInstance.getVideos(
|
|
|
281
281
|
[[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)
|
|
282
282
|
|
|
283
283
|
# **initiateVideoDownload**
|
|
284
|
-
>
|
|
284
|
+
> DeleteDashboard200Response initiateVideoDownload()
|
|
285
285
|
|
|
286
286
|
Initiate Video Download endpoint
|
|
287
287
|
|
|
@@ -312,7 +312,7 @@ const { status, data } = await apiInstance.initiateVideoDownload(
|
|
|
312
312
|
|
|
313
313
|
### Return type
|
|
314
314
|
|
|
315
|
-
**
|
|
315
|
+
**DeleteDashboard200Response**
|
|
316
316
|
|
|
317
317
|
### Authorization
|
|
318
318
|
|
|
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.deleteVideoCaption(
|
|
|
65
65
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
66
66
|
|
|
67
67
|
# **downloadVideoCaption**
|
|
68
|
-
>
|
|
68
|
+
> DeleteDashboard200Response downloadVideoCaption()
|
|
69
69
|
|
|
70
70
|
Download Video Caption endpoint
|
|
71
71
|
|
|
@@ -99,7 +99,7 @@ const { status, data } = await apiInstance.downloadVideoCaption(
|
|
|
99
99
|
|
|
100
100
|
### Return type
|
|
101
101
|
|
|
102
|
-
**
|
|
102
|
+
**DeleteDashboard200Response**
|
|
103
103
|
|
|
104
104
|
### Authorization
|
|
105
105
|
|
package/docs/StreamsApi.md
CHANGED
|
@@ -357,7 +357,7 @@ const { status, data } = await apiInstance.updateStream(
|
|
|
357
357
|
[[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)
|
|
358
358
|
|
|
359
359
|
# **updateStreamInputConfig**
|
|
360
|
-
>
|
|
360
|
+
> CreateStreamInput200Response updateStreamInputConfig(streamInputUpdateInputs)
|
|
361
361
|
|
|
362
362
|
Update Stream Input Config endpoint
|
|
363
363
|
|
|
@@ -392,7 +392,7 @@ const { status, data } = await apiInstance.updateStreamInputConfig(
|
|
|
392
392
|
|
|
393
393
|
### Return type
|
|
394
394
|
|
|
395
|
-
**
|
|
395
|
+
**CreateStreamInput200Response**
|
|
396
396
|
|
|
397
397
|
### Authorization
|
|
398
398
|
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**updateStreamInputOutput**](#updatestreaminputoutput) | **PUT** /streams/{streamId}/outputs/{outputId} | Update Stream Input Output|
|
|
12
12
|
|
|
13
13
|
# **createStreamInputOutput**
|
|
14
|
-
>
|
|
14
|
+
> CreateStreamInputOutput200Response createStreamInputOutput(streamInputOutputCreateInputs)
|
|
15
15
|
|
|
16
16
|
Create Stream Input Output endpoint
|
|
17
17
|
|
|
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createStreamInputOutput(
|
|
|
46
46
|
|
|
47
47
|
### Return type
|
|
48
48
|
|
|
49
|
-
**
|
|
49
|
+
**CreateStreamInputOutput200Response**
|
|
50
50
|
|
|
51
51
|
### Authorization
|
|
52
52
|
|
|
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.deleteStreamInputOutput(
|
|
|
120
120
|
[[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)
|
|
121
121
|
|
|
122
122
|
# **getStreamInputOutput**
|
|
123
|
-
>
|
|
123
|
+
> CreateStreamInputOutput200Response getStreamInputOutput()
|
|
124
124
|
|
|
125
125
|
Get Stream Input Output endpoint
|
|
126
126
|
|
|
@@ -154,7 +154,7 @@ const { status, data } = await apiInstance.getStreamInputOutput(
|
|
|
154
154
|
|
|
155
155
|
### Return type
|
|
156
156
|
|
|
157
|
-
**
|
|
157
|
+
**CreateStreamInputOutput200Response**
|
|
158
158
|
|
|
159
159
|
### Authorization
|
|
160
160
|
|
|
@@ -174,7 +174,7 @@ const { status, data } = await apiInstance.getStreamInputOutput(
|
|
|
174
174
|
[[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)
|
|
175
175
|
|
|
176
176
|
# **getStreamInputOutputs**
|
|
177
|
-
>
|
|
177
|
+
> GetStreamInputOutputs200Response getStreamInputOutputs()
|
|
178
178
|
|
|
179
179
|
Get Stream Input Outputs endpoint
|
|
180
180
|
|
|
@@ -217,7 +217,7 @@ const { status, data } = await apiInstance.getStreamInputOutputs(
|
|
|
217
217
|
|
|
218
218
|
### Return type
|
|
219
219
|
|
|
220
|
-
**
|
|
220
|
+
**GetStreamInputOutputs200Response**
|
|
221
221
|
|
|
222
222
|
### Authorization
|
|
223
223
|
|
|
@@ -237,7 +237,7 @@ const { status, data } = await apiInstance.getStreamInputOutputs(
|
|
|
237
237
|
[[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)
|
|
238
238
|
|
|
239
239
|
# **updateStreamInputOutput**
|
|
240
|
-
>
|
|
240
|
+
> CreateStreamInputOutput200Response updateStreamInputOutput()
|
|
241
241
|
|
|
242
242
|
Update Stream Input Output endpoint
|
|
243
243
|
|
|
@@ -275,7 +275,7 @@ const { status, data } = await apiInstance.updateStreamInputOutput(
|
|
|
275
275
|
|
|
276
276
|
### Return type
|
|
277
277
|
|
|
278
|
-
**
|
|
278
|
+
**CreateStreamInputOutput200Response**
|
|
279
279
|
|
|
280
280
|
### Authorization
|
|
281
281
|
|
|
@@ -174,7 +174,7 @@ const { status, data } = await apiInstance.getStreamSession(
|
|
|
174
174
|
[[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)
|
|
175
175
|
|
|
176
176
|
# **getStreamSessionChat**
|
|
177
|
-
>
|
|
177
|
+
> GetStreamSessionChat200Response getStreamSessionChat()
|
|
178
178
|
|
|
179
179
|
Get Stream Session Chat endpoint
|
|
180
180
|
|
|
@@ -208,7 +208,7 @@ const { status, data } = await apiInstance.getStreamSessionChat(
|
|
|
208
208
|
|
|
209
209
|
### Return type
|
|
210
210
|
|
|
211
|
-
**
|
|
211
|
+
**GetStreamSessionChat200Response**
|
|
212
212
|
|
|
213
213
|
### Authorization
|
|
214
214
|
|
|
@@ -228,7 +228,7 @@ const { status, data } = await apiInstance.getStreamSessionChat(
|
|
|
228
228
|
[[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)
|
|
229
229
|
|
|
230
230
|
# **getStreamSessionSubscriptions**
|
|
231
|
-
>
|
|
231
|
+
> GetStreamSessionSubscriptions200Response getStreamSessionSubscriptions()
|
|
232
232
|
|
|
233
233
|
Get Stream Session Subscriptions endpoint
|
|
234
234
|
|
|
@@ -277,7 +277,7 @@ const { status, data } = await apiInstance.getStreamSessionSubscriptions(
|
|
|
277
277
|
|
|
278
278
|
### Return type
|
|
279
279
|
|
|
280
|
-
**
|
|
280
|
+
**GetStreamSessionSubscriptions200Response**
|
|
281
281
|
|
|
282
282
|
### Authorization
|
|
283
283
|
|