@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
package/docs/AccountAttribute.md
CHANGED
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
10
|
**label** | **string** | | [default to undefined]
|
|
11
|
-
**type** | **
|
|
11
|
+
**type** | [**AccountAttributeType**](AccountAttributeType.md) | | [default to undefined]
|
|
12
12
|
**description** | **string** | | [default to undefined]
|
|
13
13
|
**required** | **boolean** | | [default to undefined]
|
|
14
14
|
**adminOnly** | **boolean** | | [default to undefined]
|
|
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**_public** | **boolean** | | [default to undefined]
|
|
17
17
|
**includedInDashboards** | **boolean** | | [default to undefined]
|
|
18
18
|
**sortOrder** | **number** | | [default to undefined]
|
|
19
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
|
|
19
20
|
**createdAt** | **string** | | [default to undefined]
|
|
20
21
|
**updatedAt** | **string** | | [default to undefined]
|
|
21
22
|
**_count** | [**AccountAttributeAllOfCount**](AccountAttributeAllOfCount.md) | | [default to undefined]
|
|
@@ -37,6 +38,7 @@ const instance: AccountAttribute = {
|
|
|
37
38
|
_public,
|
|
38
39
|
includedInDashboards,
|
|
39
40
|
sortOrder,
|
|
41
|
+
locationOption,
|
|
40
42
|
createdAt,
|
|
41
43
|
updatedAt,
|
|
42
44
|
_count,
|
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**name** | **string** | | [default to undefined]
|
|
9
9
|
**label** | **string** | | [default to undefined]
|
|
10
|
-
**type** | **
|
|
10
|
+
**type** | [**AccountAttributeType**](AccountAttributeType.md) | | [default to undefined]
|
|
11
11
|
**description** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**required** | **boolean** | | [optional] [default to undefined]
|
|
13
13
|
**adminOnly** | **boolean** | | [optional] [default to undefined]
|
|
@@ -15,6 +15,9 @@ Name | Type | Description | Notes
|
|
|
15
15
|
**_public** | **boolean** | | [optional] [default to undefined]
|
|
16
16
|
**includedInDashboards** | **boolean** | | [optional] [default to undefined]
|
|
17
17
|
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
18
|
+
**searchListId** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**_options** | **Array<string>** | | [optional] [default to undefined]
|
|
20
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
|
|
18
21
|
|
|
19
22
|
## Example
|
|
20
23
|
|
|
@@ -32,6 +35,9 @@ const instance: AccountAttributeCreateInputs = {
|
|
|
32
35
|
_public,
|
|
33
36
|
includedInDashboards,
|
|
34
37
|
sortOrder,
|
|
38
|
+
searchListId,
|
|
39
|
+
_options,
|
|
40
|
+
locationOption,
|
|
35
41
|
};
|
|
36
42
|
```
|
|
37
43
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# AccountAttributeType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `Text` (value: `'text'`)
|
|
7
|
+
|
|
8
|
+
* `Number` (value: `'number'`)
|
|
9
|
+
|
|
10
|
+
* `Date` (value: `'date'`)
|
|
11
|
+
|
|
12
|
+
* `Boolean` (value: `'boolean'`)
|
|
13
|
+
|
|
14
|
+
* `Search` (value: `'search'`)
|
|
15
|
+
|
|
16
|
+
* `Select` (value: `'select'`)
|
|
17
|
+
|
|
18
|
+
* `Location` (value: `'location'`)
|
|
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)
|
|
@@ -13,6 +13,9 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**_public** | **boolean** | | [optional] [default to undefined]
|
|
14
14
|
**includedInDashboards** | **boolean** | | [optional] [default to undefined]
|
|
15
15
|
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
16
|
+
**searchListId** | **string** | | [optional] [default to undefined]
|
|
17
|
+
**_options** | **Array<string>** | | [optional] [default to undefined]
|
|
18
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [optional] [default to undefined]
|
|
16
19
|
|
|
17
20
|
## Example
|
|
18
21
|
|
|
@@ -28,6 +31,9 @@ const instance: AccountAttributeUpdateInputs = {
|
|
|
28
31
|
_public,
|
|
29
32
|
includedInDashboards,
|
|
30
33
|
sortOrder,
|
|
34
|
+
searchListId,
|
|
35
|
+
_options,
|
|
36
|
+
locationOption,
|
|
31
37
|
};
|
|
32
38
|
```
|
|
33
39
|
|
|
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.deleteAccountAddress(
|
|
|
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
|
# **getAccountAddress**
|
|
123
|
-
>
|
|
123
|
+
> CreateAccountAddress200Response getAccountAddress()
|
|
124
124
|
|
|
125
125
|
Get Account Address endpoint
|
|
126
126
|
|
|
@@ -154,7 +154,7 @@ const { status, data } = await apiInstance.getAccountAddress(
|
|
|
154
154
|
|
|
155
155
|
### Return type
|
|
156
156
|
|
|
157
|
-
**
|
|
157
|
+
**CreateAccountAddress200Response**
|
|
158
158
|
|
|
159
159
|
### Authorization
|
|
160
160
|
|
|
@@ -174,7 +174,7 @@ const { status, data } = await apiInstance.getAccountAddress(
|
|
|
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
|
# **getAccountAddresses**
|
|
177
|
-
>
|
|
177
|
+
> GetAccountAddresses200Response getAccountAddresses()
|
|
178
178
|
|
|
179
179
|
Get Account Addresses endpoint
|
|
180
180
|
|
|
@@ -217,7 +217,7 @@ const { status, data } = await apiInstance.getAccountAddresses(
|
|
|
217
217
|
|
|
218
218
|
### Return type
|
|
219
219
|
|
|
220
|
-
**
|
|
220
|
+
**GetAccountAddresses200Response**
|
|
221
221
|
|
|
222
222
|
### Authorization
|
|
223
223
|
|
package/docs/AccountsApi.md
CHANGED
|
@@ -18,6 +18,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
18
18
|
|[**getAccountRegistrations**](#getaccountregistrations) | **GET** /accounts/{accountId}/registrations | Get Account Registrations|
|
|
19
19
|
|[**getAccountThreads**](#getaccountthreads) | **GET** /accounts/{accountId}/threads | Get Account Threads|
|
|
20
20
|
|[**getAccounts**](#getaccounts) | **GET** /accounts | Get Accounts|
|
|
21
|
+
|[**getAccountsByInternalRefId**](#getaccountsbyinternalrefid) | **GET** /accounts/internal-ref-id/{internalRefId} | Get Accounts By Internal Ref Id|
|
|
21
22
|
|[**impersonateAccount**](#impersonateaccount) | **POST** /accounts/{accountId}/impersonate/{username} | Impersonate Account|
|
|
22
23
|
|[**updateAccount**](#updateaccount) | **PUT** /accounts/{accountId} | Update Account|
|
|
23
24
|
|
|
@@ -176,7 +177,7 @@ const { status, data } = await apiInstance.exportAccount(
|
|
|
176
177
|
[[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)
|
|
177
178
|
|
|
178
179
|
# **getAcccountEmailReceipts**
|
|
179
|
-
>
|
|
180
|
+
> GetAcccountEmailReceipts200Response getAcccountEmailReceipts()
|
|
180
181
|
|
|
181
182
|
Get Acccount Email Receipts endpoint
|
|
182
183
|
|
|
@@ -222,7 +223,7 @@ const { status, data } = await apiInstance.getAcccountEmailReceipts(
|
|
|
222
223
|
|
|
223
224
|
### Return type
|
|
224
225
|
|
|
225
|
-
**
|
|
226
|
+
**GetAcccountEmailReceipts200Response**
|
|
226
227
|
|
|
227
228
|
### Authorization
|
|
228
229
|
|
|
@@ -551,7 +552,7 @@ const { status, data } = await apiInstance.getAccountLikes(
|
|
|
551
552
|
[[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)
|
|
552
553
|
|
|
553
554
|
# **getAccountNotificationPreferences**
|
|
554
|
-
>
|
|
555
|
+
> GetAccountNotificationPreferences200Response getAccountNotificationPreferences()
|
|
555
556
|
|
|
556
557
|
Get Account Notification Preferences endpoint
|
|
557
558
|
|
|
@@ -582,7 +583,7 @@ const { status, data } = await apiInstance.getAccountNotificationPreferences(
|
|
|
582
583
|
|
|
583
584
|
### Return type
|
|
584
585
|
|
|
585
|
-
**
|
|
586
|
+
**GetAccountNotificationPreferences200Response**
|
|
586
587
|
|
|
587
588
|
### Authorization
|
|
588
589
|
|
|
@@ -665,7 +666,7 @@ const { status, data } = await apiInstance.getAccountPayments(
|
|
|
665
666
|
[[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)
|
|
666
667
|
|
|
667
668
|
# **getAccountRegistrations**
|
|
668
|
-
>
|
|
669
|
+
> GetAccountRegistrations200Response getAccountRegistrations()
|
|
669
670
|
|
|
670
671
|
Get Account Registrations endpoint
|
|
671
672
|
|
|
@@ -708,7 +709,7 @@ const { status, data } = await apiInstance.getAccountRegistrations(
|
|
|
708
709
|
|
|
709
710
|
### Return type
|
|
710
711
|
|
|
711
|
-
**
|
|
712
|
+
**GetAccountRegistrations200Response**
|
|
712
713
|
|
|
713
714
|
### Authorization
|
|
714
715
|
|
|
@@ -849,6 +850,57 @@ const { status, data } = await apiInstance.getAccounts(
|
|
|
849
850
|
- **Accept**: application/json
|
|
850
851
|
|
|
851
852
|
|
|
853
|
+
### HTTP response details
|
|
854
|
+
| Status code | Description | Response headers |
|
|
855
|
+
|-------------|-------------|------------------|
|
|
856
|
+
|**200** | Successful response | - |
|
|
857
|
+
|
|
858
|
+
[[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)
|
|
859
|
+
|
|
860
|
+
# **getAccountsByInternalRefId**
|
|
861
|
+
> GetAccountsByInternalRefId200Response getAccountsByInternalRefId()
|
|
862
|
+
|
|
863
|
+
Get Accounts By Internal Ref Id endpoint
|
|
864
|
+
|
|
865
|
+
### Example
|
|
866
|
+
|
|
867
|
+
```typescript
|
|
868
|
+
import {
|
|
869
|
+
AccountsApi,
|
|
870
|
+
Configuration
|
|
871
|
+
} from '@connectedxm/admin-sdk';
|
|
872
|
+
|
|
873
|
+
const configuration = new Configuration();
|
|
874
|
+
const apiInstance = new AccountsApi(configuration);
|
|
875
|
+
|
|
876
|
+
let internalRefId: string; //The internalRef identifier (default to undefined)
|
|
877
|
+
|
|
878
|
+
const { status, data } = await apiInstance.getAccountsByInternalRefId(
|
|
879
|
+
internalRefId
|
|
880
|
+
);
|
|
881
|
+
```
|
|
882
|
+
|
|
883
|
+
### Parameters
|
|
884
|
+
|
|
885
|
+
|Name | Type | Description | Notes|
|
|
886
|
+
|------------- | ------------- | ------------- | -------------|
|
|
887
|
+
| **internalRefId** | [**string**] | The internalRef identifier | defaults to undefined|
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
### Return type
|
|
891
|
+
|
|
892
|
+
**GetAccountsByInternalRefId200Response**
|
|
893
|
+
|
|
894
|
+
### Authorization
|
|
895
|
+
|
|
896
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
897
|
+
|
|
898
|
+
### HTTP request headers
|
|
899
|
+
|
|
900
|
+
- **Content-Type**: Not defined
|
|
901
|
+
- **Accept**: application/json
|
|
902
|
+
|
|
903
|
+
|
|
852
904
|
### HTTP response details
|
|
853
905
|
| Status code | Description | Response headers |
|
|
854
906
|
|-------------|-------------|------------------|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# AddChannelSubscriber200Response
|
|
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** | [**BaseChannelSubscriber**](BaseChannelSubscriber.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { AddChannelSubscriber200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: AddChannelSubscriber200Response = {
|
|
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)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# AddOrganizationUser200Response
|
|
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** | [**OrganizationMembership**](OrganizationMembership.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { AddOrganizationUser200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: AddOrganizationUser200Response = {
|
|
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)
|
|
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getAdvertisement(
|
|
|
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
|
# **getAdvertisementClicks**
|
|
170
|
-
>
|
|
170
|
+
> GetAdvertisementClicks200Response getAdvertisementClicks()
|
|
171
171
|
|
|
172
172
|
Get Advertisement Clicks endpoint
|
|
173
173
|
|
|
@@ -210,7 +210,7 @@ const { status, data } = await apiInstance.getAdvertisementClicks(
|
|
|
210
210
|
|
|
211
211
|
### Return type
|
|
212
212
|
|
|
213
|
-
**
|
|
213
|
+
**GetAdvertisementClicks200Response**
|
|
214
214
|
|
|
215
215
|
### Authorization
|
|
216
216
|
|
|
@@ -230,7 +230,7 @@ const { status, data } = await apiInstance.getAdvertisementClicks(
|
|
|
230
230
|
[[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)
|
|
231
231
|
|
|
232
232
|
# **getAdvertisementViews**
|
|
233
|
-
>
|
|
233
|
+
> GetAdvertisementViews200Response getAdvertisementViews()
|
|
234
234
|
|
|
235
235
|
Get Advertisement Views endpoint
|
|
236
236
|
|
|
@@ -273,7 +273,7 @@ const { status, data } = await apiInstance.getAdvertisementViews(
|
|
|
273
273
|
|
|
274
274
|
### Return type
|
|
275
275
|
|
|
276
|
-
**
|
|
276
|
+
**GetAdvertisementViews200Response**
|
|
277
277
|
|
|
278
278
|
### Authorization
|
|
279
279
|
|
package/docs/AnnouncementsApi.md
CHANGED
|
@@ -168,7 +168,7 @@ const { status, data } = await apiInstance.getAnnouncement(
|
|
|
168
168
|
[[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)
|
|
169
169
|
|
|
170
170
|
# **getAnnouncementAudience**
|
|
171
|
-
>
|
|
171
|
+
> GetAnnouncementAudience200Response getAnnouncementAudience()
|
|
172
172
|
|
|
173
173
|
Get Announcement Audience endpoint
|
|
174
174
|
|
|
@@ -211,7 +211,7 @@ const { status, data } = await apiInstance.getAnnouncementAudience(
|
|
|
211
211
|
|
|
212
212
|
### Return type
|
|
213
213
|
|
|
214
|
-
**
|
|
214
|
+
**GetAnnouncementAudience200Response**
|
|
215
215
|
|
|
216
216
|
### Authorization
|
|
217
217
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.getAnnouncementAudience(
|
|
|
231
231
|
[[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)
|
|
232
232
|
|
|
233
233
|
# **getAnnouncementEmailReceipts**
|
|
234
|
-
>
|
|
234
|
+
> GetAcccountEmailReceipts200Response getAnnouncementEmailReceipts()
|
|
235
235
|
|
|
236
236
|
Get Announcement Email Receipts endpoint
|
|
237
237
|
|
|
@@ -277,7 +277,7 @@ const { status, data } = await apiInstance.getAnnouncementEmailReceipts(
|
|
|
277
277
|
|
|
278
278
|
### Return type
|
|
279
279
|
|
|
280
|
-
**
|
|
280
|
+
**GetAcccountEmailReceipts200Response**
|
|
281
281
|
|
|
282
282
|
### Authorization
|
|
283
283
|
|
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**updateAnnouncementSchedule**](#updateannouncementschedule) | **PUT** /announcements/{announcementId}/schedule | Update Announcement Schedule|
|
|
9
9
|
|
|
10
10
|
# **cancelAnnouncementSchedule**
|
|
11
|
-
>
|
|
11
|
+
> CreateAnnouncement200Response cancelAnnouncementSchedule()
|
|
12
12
|
|
|
13
13
|
Cancel Announcement Schedule endpoint
|
|
14
14
|
|
|
@@ -39,7 +39,7 @@ const { status, data } = await apiInstance.cancelAnnouncementSchedule(
|
|
|
39
39
|
|
|
40
40
|
### Return type
|
|
41
41
|
|
|
42
|
-
**
|
|
42
|
+
**CreateAnnouncement200Response**
|
|
43
43
|
|
|
44
44
|
### Authorization
|
|
45
45
|
|
|
@@ -59,7 +59,7 @@ const { status, data } = await apiInstance.cancelAnnouncementSchedule(
|
|
|
59
59
|
[[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)
|
|
60
60
|
|
|
61
61
|
# **updateAnnouncementSchedule**
|
|
62
|
-
>
|
|
62
|
+
> CreateAnnouncement200Response updateAnnouncementSchedule(body)
|
|
63
63
|
|
|
64
64
|
Update Announcement Schedule endpoint
|
|
65
65
|
|
|
@@ -93,7 +93,7 @@ const { status, data } = await apiInstance.updateAnnouncementSchedule(
|
|
|
93
93
|
|
|
94
94
|
### Return type
|
|
95
95
|
|
|
96
|
-
**
|
|
96
|
+
**CreateAnnouncement200Response**
|
|
97
97
|
|
|
98
98
|
### Authorization
|
|
99
99
|
|
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | | [default to undefined]
|
|
9
9
|
**name** | **string** | | [default to undefined]
|
|
10
10
|
**label** | **string** | | [default to undefined]
|
|
11
|
-
**type** | **
|
|
11
|
+
**type** | [**AccountAttributeType**](AccountAttributeType.md) | | [default to undefined]
|
|
12
12
|
**description** | **string** | | [default to undefined]
|
|
13
13
|
**required** | **boolean** | | [default to undefined]
|
|
14
14
|
**adminOnly** | **boolean** | | [default to undefined]
|
|
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**_public** | **boolean** | | [default to undefined]
|
|
17
17
|
**includedInDashboards** | **boolean** | | [default to undefined]
|
|
18
18
|
**sortOrder** | **number** | | [default to undefined]
|
|
19
|
+
**locationOption** | [**LocationQuestionOption**](LocationQuestionOption.md) | | [default to undefined]
|
|
19
20
|
|
|
20
21
|
## Example
|
|
21
22
|
|
|
@@ -34,6 +35,7 @@ const instance: BaseAccountAttribute = {
|
|
|
34
35
|
_public,
|
|
35
36
|
includedInDashboards,
|
|
36
37
|
sortOrder,
|
|
38
|
+
locationOption,
|
|
37
39
|
};
|
|
38
40
|
```
|
|
39
41
|
|
|
@@ -14,7 +14,9 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**startAfter** | **string** | | [default to undefined]
|
|
15
15
|
**type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
|
|
16
16
|
**accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
|
|
17
|
+
**sortOrder** | **number** | | [default to undefined]
|
|
17
18
|
**survey** | [**BaseSurvey**](BaseSurvey.md) | | [default to undefined]
|
|
19
|
+
**_count** | [**BaseEventActivationCount**](BaseEventActivationCount.md) | | [default to undefined]
|
|
18
20
|
|
|
19
21
|
## Example
|
|
20
22
|
|
|
@@ -31,7 +33,9 @@ const instance: BaseEventActivation = {
|
|
|
31
33
|
startAfter,
|
|
32
34
|
type,
|
|
33
35
|
accessLevel,
|
|
36
|
+
sortOrder,
|
|
34
37
|
survey,
|
|
38
|
+
_count,
|
|
35
39
|
};
|
|
36
40
|
```
|
|
37
41
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BaseEventActivationCount
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
12
12
|
```typescript
|
|
13
|
-
import {
|
|
13
|
+
import { BaseEventActivationCount } from '@connectedxm/admin-sdk';
|
|
14
14
|
|
|
15
|
-
const instance:
|
|
15
|
+
const instance: BaseEventActivationCount = {
|
|
16
16
|
sessions,
|
|
17
17
|
};
|
|
18
18
|
```
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BaseEventAttribute
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import {
|
|
14
|
+
import { BaseEventAttribute } from '@connectedxm/admin-sdk';
|
|
15
15
|
|
|
16
|
-
const instance:
|
|
16
|
+
const instance: BaseEventAttribute = {
|
|
17
17
|
id,
|
|
18
18
|
name,
|
|
19
19
|
};
|
package/docs/BaseEventBlock.md
CHANGED
|
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**description** | **string** | | [default to undefined]
|
|
11
11
|
**limit** | **number** | | [default to undefined]
|
|
12
12
|
**grouped** | **boolean** | | [default to undefined]
|
|
13
|
+
**collapsed** | **boolean** | | [default to undefined]
|
|
13
14
|
|
|
14
15
|
## Example
|
|
15
16
|
|
|
@@ -22,6 +23,7 @@ const instance: BaseEventBlock = {
|
|
|
22
23
|
description,
|
|
23
24
|
limit,
|
|
24
25
|
grouped,
|
|
26
|
+
collapsed,
|
|
25
27
|
};
|
|
26
28
|
```
|
|
27
29
|
|
package/docs/BaseEventOnSite.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**eventId** | **string** | | [default to undefined]
|
|
9
9
|
**authenticationCode** | **number** | | [default to undefined]
|
|
10
|
-
**
|
|
10
|
+
**badgeTemplate** | **string** | | [default to undefined]
|
|
11
11
|
**createdAt** | **string** | | [default to undefined]
|
|
12
12
|
**updatedAt** | **string** | | [default to undefined]
|
|
13
13
|
|
|
@@ -19,7 +19,7 @@ import { BaseEventOnSite } from '@connectedxm/admin-sdk';
|
|
|
19
19
|
const instance: BaseEventOnSite = {
|
|
20
20
|
eventId,
|
|
21
21
|
authenticationCode,
|
|
22
|
-
|
|
22
|
+
badgeTemplate,
|
|
23
23
|
createdAt,
|
|
24
24
|
updatedAt,
|
|
25
25
|
};
|
package/docs/BaseEventPass.md
CHANGED
|
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
|
|
|
24
24
|
**coupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
|
|
25
25
|
**packageId** | **string** | | [default to undefined]
|
|
26
26
|
**_package** | [**BaseAttendeePackage**](BaseAttendeePackage.md) | | [default to undefined]
|
|
27
|
+
**seriesRegistrationId** | **string** | | [default to undefined]
|
|
27
28
|
**createdAt** | **string** | | [default to undefined]
|
|
28
29
|
**updatedAt** | **string** | | [default to undefined]
|
|
29
30
|
|
|
@@ -52,6 +53,7 @@ const instance: BaseEventPass = {
|
|
|
52
53
|
coupon,
|
|
53
54
|
packageId,
|
|
54
55
|
_package,
|
|
56
|
+
seriesRegistrationId,
|
|
55
57
|
createdAt,
|
|
56
58
|
updatedAt,
|
|
57
59
|
};
|
package/docs/BaseEventSession.md
CHANGED
|
@@ -18,8 +18,7 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**allowQuickRegister** | **boolean** | | [default to undefined]
|
|
19
19
|
**tracks** | [**Array<BaseEventTrack>**](BaseEventTrack.md) | | [default to undefined]
|
|
20
20
|
**nonSession** | **boolean** | | [default to undefined]
|
|
21
|
-
**
|
|
22
|
-
**access** | [**SessionAccess**](SessionAccess.md) | | [default to undefined]
|
|
21
|
+
**visibility** | [**EventSessionVisibility**](EventSessionVisibility.md) | | [default to undefined]
|
|
23
22
|
**location** | [**BaseEventSessionLocation**](BaseEventSessionLocation.md) | | [default to undefined]
|
|
24
23
|
**registrationEnabled** | **boolean** | | [default to undefined]
|
|
25
24
|
**price** | **number** | | [default to undefined]
|
|
@@ -49,8 +48,7 @@ const instance: BaseEventSession = {
|
|
|
49
48
|
allowQuickRegister,
|
|
50
49
|
tracks,
|
|
51
50
|
nonSession,
|
|
52
|
-
|
|
53
|
-
access,
|
|
51
|
+
visibility,
|
|
54
52
|
location,
|
|
55
53
|
registrationEnabled,
|
|
56
54
|
price,
|
|
@@ -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** | [**BaseEventSessionQuestionChoiceSubQuestions**](BaseEventSessionQuestionChoiceSubQuestions.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
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# BasePassAttribute
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**attributeId** | **string** | | [default to undefined]
|
|
10
|
+
**attribute** | [**BasePassAttributeAttribute**](BasePassAttributeAttribute.md) | | [default to undefined]
|
|
11
|
+
**value** | **string** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { BasePassAttribute } from '@connectedxm/admin-sdk';
|
|
17
|
+
|
|
18
|
+
const instance: BasePassAttribute = {
|
|
19
|
+
id,
|
|
20
|
+
attributeId,
|
|
21
|
+
attribute,
|
|
22
|
+
value,
|
|
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)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# BasePassAttributeAttribute
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**name** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { BasePassAttributeAttribute } from '@connectedxm/admin-sdk';
|
|
15
|
+
|
|
16
|
+
const instance: BasePassAttributeAttribute = {
|
|
17
|
+
id,
|
|
18
|
+
name,
|
|
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)
|
package/docs/BasePayment.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**membershipId** | **string** | | [default to undefined]
|
|
32
32
|
**couponId** | **string** | | [default to undefined]
|
|
33
33
|
**invoiceId** | **string** | | [default to undefined]
|
|
34
|
+
**seriesId** | **string** | | [default to undefined]
|
|
34
35
|
**lineItems** | [**Array<BasePaymentLineItem>**](BasePaymentLineItem.md) | | [default to undefined]
|
|
35
36
|
**createdAt** | **string** | | [default to undefined]
|
|
36
37
|
|
|
@@ -66,6 +67,7 @@ const instance: BasePayment = {
|
|
|
66
67
|
membershipId,
|
|
67
68
|
couponId,
|
|
68
69
|
invoiceId,
|
|
70
|
+
seriesId,
|
|
69
71
|
lineItems,
|
|
70
72
|
createdAt,
|
|
71
73
|
};
|
|
@@ -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** | [**BaseRegistrationQuestionChoiceSubQuestions**](BaseRegistrationQuestionChoiceSubQuestions.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
|