@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,117 @@
|
|
|
1
|
+
# SurveysSessionsApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**addSurveySession**](#addsurveysession) | **POST** /surveys/{surveyId}/sessions/{sessionId} | Add Survey Session|
|
|
8
|
+
|[**removeSurveySession**](#removesurveysession) | **DELETE** /surveys/{surveyId}/sessions/{sessionId} | Remove Survey Session|
|
|
9
|
+
|
|
10
|
+
# **addSurveySession**
|
|
11
|
+
> CreateSurvey200Response addSurveySession()
|
|
12
|
+
|
|
13
|
+
Add Survey Session endpoint
|
|
14
|
+
|
|
15
|
+
### Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import {
|
|
19
|
+
SurveysSessionsApi,
|
|
20
|
+
Configuration
|
|
21
|
+
} from '@connectedxm/admin-sdk';
|
|
22
|
+
|
|
23
|
+
const configuration = new Configuration();
|
|
24
|
+
const apiInstance = new SurveysSessionsApi(configuration);
|
|
25
|
+
|
|
26
|
+
let surveyId: string; //The survey identifier (default to undefined)
|
|
27
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
28
|
+
|
|
29
|
+
const { status, data } = await apiInstance.addSurveySession(
|
|
30
|
+
surveyId,
|
|
31
|
+
sessionId
|
|
32
|
+
);
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Parameters
|
|
36
|
+
|
|
37
|
+
|Name | Type | Description | Notes|
|
|
38
|
+
|------------- | ------------- | ------------- | -------------|
|
|
39
|
+
| **surveyId** | [**string**] | The survey identifier | defaults to undefined|
|
|
40
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Return type
|
|
44
|
+
|
|
45
|
+
**CreateSurvey200Response**
|
|
46
|
+
|
|
47
|
+
### Authorization
|
|
48
|
+
|
|
49
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
50
|
+
|
|
51
|
+
### HTTP request headers
|
|
52
|
+
|
|
53
|
+
- **Content-Type**: Not defined
|
|
54
|
+
- **Accept**: application/json
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### HTTP response details
|
|
58
|
+
| Status code | Description | Response headers |
|
|
59
|
+
|-------------|-------------|------------------|
|
|
60
|
+
|**200** | Successful response | - |
|
|
61
|
+
|
|
62
|
+
[[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)
|
|
63
|
+
|
|
64
|
+
# **removeSurveySession**
|
|
65
|
+
> CreateSurvey200Response removeSurveySession()
|
|
66
|
+
|
|
67
|
+
Remove Survey Session endpoint
|
|
68
|
+
|
|
69
|
+
### Example
|
|
70
|
+
|
|
71
|
+
```typescript
|
|
72
|
+
import {
|
|
73
|
+
SurveysSessionsApi,
|
|
74
|
+
Configuration
|
|
75
|
+
} from '@connectedxm/admin-sdk';
|
|
76
|
+
|
|
77
|
+
const configuration = new Configuration();
|
|
78
|
+
const apiInstance = new SurveysSessionsApi(configuration);
|
|
79
|
+
|
|
80
|
+
let surveyId: string; //The survey identifier (default to undefined)
|
|
81
|
+
let sessionId: string; //The session identifier (default to undefined)
|
|
82
|
+
|
|
83
|
+
const { status, data } = await apiInstance.removeSurveySession(
|
|
84
|
+
surveyId,
|
|
85
|
+
sessionId
|
|
86
|
+
);
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Parameters
|
|
90
|
+
|
|
91
|
+
|Name | Type | Description | Notes|
|
|
92
|
+
|------------- | ------------- | ------------- | -------------|
|
|
93
|
+
| **surveyId** | [**string**] | The survey identifier | defaults to undefined|
|
|
94
|
+
| **sessionId** | [**string**] | The session identifier | defaults to undefined|
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Return type
|
|
98
|
+
|
|
99
|
+
**CreateSurvey200Response**
|
|
100
|
+
|
|
101
|
+
### Authorization
|
|
102
|
+
|
|
103
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
104
|
+
|
|
105
|
+
### HTTP request headers
|
|
106
|
+
|
|
107
|
+
- **Content-Type**: Not defined
|
|
108
|
+
- **Accept**: application/json
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### HTTP response details
|
|
112
|
+
| Status code | Description | Response headers |
|
|
113
|
+
|-------------|-------------|------------------|
|
|
114
|
+
|**200** | Successful response | - |
|
|
115
|
+
|
|
116
|
+
[[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)
|
|
117
|
+
|
|
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.deleteSurveySubmission(
|
|
|
67
67
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
68
68
|
|
|
69
69
|
# **getSurveySubmission**
|
|
70
|
-
>
|
|
70
|
+
> GetSurveySubmission200Response getSurveySubmission()
|
|
71
71
|
|
|
72
72
|
Get Survey Submission endpoint
|
|
73
73
|
|
|
@@ -101,7 +101,7 @@ const { status, data } = await apiInstance.getSurveySubmission(
|
|
|
101
101
|
|
|
102
102
|
### Return type
|
|
103
103
|
|
|
104
|
-
**
|
|
104
|
+
**GetSurveySubmission200Response**
|
|
105
105
|
|
|
106
106
|
### Authorization
|
|
107
107
|
|
|
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.getSurveySubmission(
|
|
|
121
121
|
[[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
122
|
|
|
123
123
|
# **getSurveySubmissionQuestionSections**
|
|
124
|
-
>
|
|
124
|
+
> GetSurveySections200Response getSurveySubmissionQuestionSections()
|
|
125
125
|
|
|
126
126
|
Get Survey Submission Question Sections endpoint
|
|
127
127
|
|
|
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getSurveySubmissionQuestionSections(
|
|
|
167
167
|
|
|
168
168
|
### Return type
|
|
169
169
|
|
|
170
|
-
**
|
|
170
|
+
**GetSurveySections200Response**
|
|
171
171
|
|
|
172
172
|
### Authorization
|
|
173
173
|
|
|
@@ -187,7 +187,7 @@ const { status, data } = await apiInstance.getSurveySubmissionQuestionSections(
|
|
|
187
187
|
[[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)
|
|
188
188
|
|
|
189
189
|
# **getSurveySubmissionResponseChanges**
|
|
190
|
-
>
|
|
190
|
+
> GetSurveySubmissionResponseChanges200Response getSurveySubmissionResponseChanges()
|
|
191
191
|
|
|
192
192
|
Get Survey Submission Response Changes endpoint
|
|
193
193
|
|
|
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.getSurveySubmissionResponseChanges(
|
|
|
236
236
|
|
|
237
237
|
### Return type
|
|
238
238
|
|
|
239
|
-
**
|
|
239
|
+
**GetSurveySubmissionResponseChanges200Response**
|
|
240
240
|
|
|
241
241
|
### Authorization
|
|
242
242
|
|
|
@@ -256,7 +256,7 @@ const { status, data } = await apiInstance.getSurveySubmissionResponseChanges(
|
|
|
256
256
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
257
257
|
|
|
258
258
|
# **getSurveySubmissions**
|
|
259
|
-
>
|
|
259
|
+
> GetSurveySubmissions200Response getSurveySubmissions()
|
|
260
260
|
|
|
261
261
|
Get Survey Submissions endpoint
|
|
262
262
|
|
|
@@ -299,7 +299,7 @@ const { status, data } = await apiInstance.getSurveySubmissions(
|
|
|
299
299
|
|
|
300
300
|
### Return type
|
|
301
301
|
|
|
302
|
-
**
|
|
302
|
+
**GetSurveySubmissions200Response**
|
|
303
303
|
|
|
304
304
|
### Authorization
|
|
305
305
|
|
|
@@ -319,7 +319,7 @@ const { status, data } = await apiInstance.getSurveySubmissions(
|
|
|
319
319
|
[[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)
|
|
320
320
|
|
|
321
321
|
# **updateSurveySubmission**
|
|
322
|
-
>
|
|
322
|
+
> GetSurveySubmission200Response updateSurveySubmission(surveySubmissionUpdateInputs)
|
|
323
323
|
|
|
324
324
|
Update Survey Submission endpoint
|
|
325
325
|
|
|
@@ -357,7 +357,7 @@ const { status, data } = await apiInstance.updateSurveySubmission(
|
|
|
357
357
|
|
|
358
358
|
### Return type
|
|
359
359
|
|
|
360
|
-
**
|
|
360
|
+
**GetSurveySubmission200Response**
|
|
361
361
|
|
|
362
362
|
### Authorization
|
|
363
363
|
|
|
@@ -377,7 +377,7 @@ const { status, data } = await apiInstance.updateSurveySubmission(
|
|
|
377
377
|
[[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)
|
|
378
378
|
|
|
379
379
|
# **updateSurveySubmissionResponses**
|
|
380
|
-
>
|
|
380
|
+
> CreateAccountInvitations200Response updateSurveySubmissionResponses(requestBody)
|
|
381
381
|
|
|
382
382
|
Update Survey Submission Responses endpoint
|
|
383
383
|
|
|
@@ -414,7 +414,7 @@ const { status, data } = await apiInstance.updateSurveySubmissionResponses(
|
|
|
414
414
|
|
|
415
415
|
### Return type
|
|
416
416
|
|
|
417
|
-
**
|
|
417
|
+
**CreateAccountInvitations200Response**
|
|
418
418
|
|
|
419
419
|
### Authorization
|
|
420
420
|
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**updateThreadCircleAccount**](#updatethreadcircleaccount) | **PUT** /threads/circles/{circleId}/accounts/{accountId} | Update Thread Circle Account|
|
|
12
12
|
|
|
13
13
|
# **createThreadCircleAccount**
|
|
14
|
-
>
|
|
14
|
+
> CreateThreadCircleAccount200Response createThreadCircleAccount(threadCircleAccountCreateInputs)
|
|
15
15
|
|
|
16
16
|
Create Thread Circle Account endpoint
|
|
17
17
|
|
|
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadCircleAccount(
|
|
|
46
46
|
|
|
47
47
|
### Return type
|
|
48
48
|
|
|
49
|
-
**
|
|
49
|
+
**CreateThreadCircleAccount200Response**
|
|
50
50
|
|
|
51
51
|
### Authorization
|
|
52
52
|
|
|
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.deleteThreadCircleAccount(
|
|
|
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
|
# **getThreadCircleAccount**
|
|
123
|
-
>
|
|
123
|
+
> CreateThreadCircleAccount200Response getThreadCircleAccount()
|
|
124
124
|
|
|
125
125
|
Get Thread Circle Account endpoint
|
|
126
126
|
|
|
@@ -154,7 +154,7 @@ const { status, data } = await apiInstance.getThreadCircleAccount(
|
|
|
154
154
|
|
|
155
155
|
### Return type
|
|
156
156
|
|
|
157
|
-
**
|
|
157
|
+
**CreateThreadCircleAccount200Response**
|
|
158
158
|
|
|
159
159
|
### Authorization
|
|
160
160
|
|
|
@@ -174,7 +174,7 @@ const { status, data } = await apiInstance.getThreadCircleAccount(
|
|
|
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
|
# **getThreadCircleAccounts**
|
|
177
|
-
>
|
|
177
|
+
> GetThreadCircleAccounts200Response getThreadCircleAccounts()
|
|
178
178
|
|
|
179
179
|
Get Thread Circle Accounts endpoint
|
|
180
180
|
|
|
@@ -220,7 +220,7 @@ const { status, data } = await apiInstance.getThreadCircleAccounts(
|
|
|
220
220
|
|
|
221
221
|
### Return type
|
|
222
222
|
|
|
223
|
-
**
|
|
223
|
+
**GetThreadCircleAccounts200Response**
|
|
224
224
|
|
|
225
225
|
### Authorization
|
|
226
226
|
|
|
@@ -240,7 +240,7 @@ const { status, data } = await apiInstance.getThreadCircleAccounts(
|
|
|
240
240
|
[[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)
|
|
241
241
|
|
|
242
242
|
# **updateThreadCircleAccount**
|
|
243
|
-
>
|
|
243
|
+
> CreateThreadCircleAccount200Response updateThreadCircleAccount(threadCircleAccountUpdateInputs)
|
|
244
244
|
|
|
245
245
|
Update Thread Circle Account endpoint
|
|
246
246
|
|
|
@@ -278,7 +278,7 @@ const { status, data } = await apiInstance.updateThreadCircleAccount(
|
|
|
278
278
|
|
|
279
279
|
### Return type
|
|
280
280
|
|
|
281
|
-
**
|
|
281
|
+
**CreateThreadCircleAccount200Response**
|
|
282
282
|
|
|
283
283
|
### Authorization
|
|
284
284
|
|
|
@@ -226,7 +226,7 @@ const { status, data } = await apiInstance.getThreadMessages(
|
|
|
226
226
|
[[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)
|
|
227
227
|
|
|
228
228
|
# **getThreadMessagesPoll**
|
|
229
|
-
>
|
|
229
|
+
> GetThreadMessages200Response getThreadMessagesPoll()
|
|
230
230
|
|
|
231
231
|
Get Thread Messages Poll endpoint
|
|
232
232
|
|
|
@@ -260,7 +260,7 @@ const { status, data } = await apiInstance.getThreadMessagesPoll(
|
|
|
260
260
|
|
|
261
261
|
### Return type
|
|
262
262
|
|
|
263
|
-
**
|
|
263
|
+
**GetThreadMessages200Response**
|
|
264
264
|
|
|
265
265
|
### Authorization
|
|
266
266
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**getThreadMessageFiles**](#getthreadmessagefiles) | **GET** /threads/{threadId}/messages/{messageId}/files | Get Thread Message Files|
|
|
10
10
|
|
|
11
11
|
# **createThreadMessageFile**
|
|
12
|
-
>
|
|
12
|
+
> CreateThreadMessage200Response createThreadMessageFile()
|
|
13
13
|
|
|
14
14
|
Create Thread Message File endpoint
|
|
15
15
|
|
|
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadMessageFile(
|
|
|
46
46
|
|
|
47
47
|
### Return type
|
|
48
48
|
|
|
49
|
-
**
|
|
49
|
+
**CreateThreadMessage200Response**
|
|
50
50
|
|
|
51
51
|
### Authorization
|
|
52
52
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**getThreadMessageImages**](#getthreadmessageimages) | **GET** /threads/{threadId}/messages/{messageId}/images | Get Thread Message Images|
|
|
10
10
|
|
|
11
11
|
# **createThreadMessageImage**
|
|
12
|
-
>
|
|
12
|
+
> CreateThreadMessage200Response createThreadMessageImage()
|
|
13
13
|
|
|
14
14
|
Create Thread Message Image endpoint
|
|
15
15
|
|
|
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadMessageImage(
|
|
|
46
46
|
|
|
47
47
|
### Return type
|
|
48
48
|
|
|
49
|
-
**
|
|
49
|
+
**CreateThreadMessage200Response**
|
|
50
50
|
|
|
51
51
|
### Authorization
|
|
52
52
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**getThreadMessageReactions**](#getthreadmessagereactions) | **GET** /threads/{threadId}/messages/{messageId}/reactions | Get Thread Message Reactions|
|
|
10
10
|
|
|
11
11
|
# **createThreadMessageReaction**
|
|
12
|
-
>
|
|
12
|
+
> CreateThreadMessageReaction200Response createThreadMessageReaction()
|
|
13
13
|
|
|
14
14
|
Create Thread Message Reaction endpoint
|
|
15
15
|
|
|
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.createThreadMessageReaction(
|
|
|
50
50
|
|
|
51
51
|
### Return type
|
|
52
52
|
|
|
53
|
-
**
|
|
53
|
+
**CreateThreadMessageReaction200Response**
|
|
54
54
|
|
|
55
55
|
### Authorization
|
|
56
56
|
|
|
@@ -127,7 +127,7 @@ const { status, data } = await apiInstance.deleteThreadMessageReaction(
|
|
|
127
127
|
[[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)
|
|
128
128
|
|
|
129
129
|
# **getThreadMessageReactions**
|
|
130
|
-
>
|
|
130
|
+
> GetThreadMessageReactions200Response getThreadMessageReactions()
|
|
131
131
|
|
|
132
132
|
Get Thread Message Reactions endpoint
|
|
133
133
|
|
|
@@ -161,7 +161,7 @@ const { status, data } = await apiInstance.getThreadMessageReactions(
|
|
|
161
161
|
|
|
162
162
|
### Return type
|
|
163
163
|
|
|
164
|
-
**
|
|
164
|
+
**GetThreadMessageReactions200Response**
|
|
165
165
|
|
|
166
166
|
### Authorization
|
|
167
167
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**getThreadMessageVideos**](#getthreadmessagevideos) | **GET** /threads/{threadId}/messages/{messageId}/videos | Get Thread Message Videos|
|
|
10
10
|
|
|
11
11
|
# **createThreadMessageVideo**
|
|
12
|
-
>
|
|
12
|
+
> CreateThreadMessage200Response createThreadMessageVideo()
|
|
13
13
|
|
|
14
14
|
Create Thread Message Video endpoint
|
|
15
15
|
|
|
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadMessageVideo(
|
|
|
46
46
|
|
|
47
47
|
### Return type
|
|
48
48
|
|
|
49
|
-
**
|
|
49
|
+
**CreateThreadMessage200Response**
|
|
50
50
|
|
|
51
51
|
### Authorization
|
|
52
52
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# UpdateEventPassAttributes200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**status** | **string** | | [default to undefined]
|
|
9
|
+
**message** | **string** | | [default to undefined]
|
|
10
|
+
**data** | [**Array<PassAttribute>**](PassAttribute.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { UpdateEventPassAttributes200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: UpdateEventPassAttributes200Response = {
|
|
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
|
+
# UpdateEventRoundQuestion200Response
|
|
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** | [**RoundEventQuestion**](RoundEventQuestion.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { UpdateEventRoundQuestion200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: UpdateEventRoundQuestion200Response = {
|
|
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
|
+
# UpdateEventSessionRoundQuestion200Response
|
|
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** | [**RoundSessionQuestion**](RoundSessionQuestion.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { UpdateEventSessionRoundQuestion200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: UpdateEventSessionRoundQuestion200Response = {
|
|
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
|
+
# UpdateOrganizationDomain200Response
|
|
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** | [**DomainDetails**](DomainDetails.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { UpdateOrganizationDomain200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: UpdateOrganizationDomain200Response = {
|
|
18
|
+
status,
|
|
19
|
+
message,
|
|
20
|
+
data,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/package.json
CHANGED
package/docs/BadgeFieldType.md
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# BadgeFieldType
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Enum
|
|
5
|
-
|
|
6
|
-
* `Attribute` (value: `'attribute'`)
|
|
7
|
-
|
|
8
|
-
* `Question` (value: `'question'`)
|
|
9
|
-
|
|
10
|
-
* `Tier` (value: `'tier'`)
|
|
11
|
-
|
|
12
|
-
* `Ticket` (value: `'ticket'`)
|
|
13
|
-
|
|
14
|
-
* `Pass` (value: `'pass'`)
|
|
15
|
-
|
|
16
|
-
* `Session` (value: `'session'`)
|
|
17
|
-
|
|
18
|
-
* `SessionQuestion` (value: `'session_question'`)
|
|
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)
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# BaseEventOnSiteBadgeField
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **number** | | [default to undefined]
|
|
9
|
-
**eventId** | **string** | | [default to undefined]
|
|
10
|
-
**name** | **string** | | [default to undefined]
|
|
11
|
-
**type** | [**BadgeFieldType**](BadgeFieldType.md) | | [default to undefined]
|
|
12
|
-
**lookup** | **string** | | [default to undefined]
|
|
13
|
-
**maxLength** | **number** | | [default to undefined]
|
|
14
|
-
**defaultValue** | **string** | | [default to undefined]
|
|
15
|
-
**transformation** | [**BadgeFieldTransformation**](BadgeFieldTransformation.md) | | [default to undefined]
|
|
16
|
-
**iconData** | **string** | | [default to undefined]
|
|
17
|
-
**sessionId** | **string** | | [default to undefined]
|
|
18
|
-
**sortOrder** | **number** | | [default to undefined]
|
|
19
|
-
**createdAt** | **string** | | [default to undefined]
|
|
20
|
-
**updatedAt** | **string** | | [default to undefined]
|
|
21
|
-
|
|
22
|
-
## Example
|
|
23
|
-
|
|
24
|
-
```typescript
|
|
25
|
-
import { BaseEventOnSiteBadgeField } from '@connectedxm/admin-sdk';
|
|
26
|
-
|
|
27
|
-
const instance: BaseEventOnSiteBadgeField = {
|
|
28
|
-
id,
|
|
29
|
-
eventId,
|
|
30
|
-
name,
|
|
31
|
-
type,
|
|
32
|
-
lookup,
|
|
33
|
-
maxLength,
|
|
34
|
-
defaultValue,
|
|
35
|
-
transformation,
|
|
36
|
-
iconData,
|
|
37
|
-
sessionId,
|
|
38
|
-
sortOrder,
|
|
39
|
-
createdAt,
|
|
40
|
-
updatedAt,
|
|
41
|
-
};
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# EventBadgeFieldUpdateInputs
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**type** | [**BadgeFieldType**](BadgeFieldType.md) | | [optional] [default to undefined]
|
|
9
|
-
**lookup** | **string** | | [optional] [default to undefined]
|
|
10
|
-
**maxLength** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
11
|
-
**defaultValue** | **string** | | [optional] [default to undefined]
|
|
12
|
-
**transformation** | [**BadgeFieldTransformation**](BadgeFieldTransformation.md) | | [optional] [default to undefined]
|
|
13
|
-
**sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
|
|
14
|
-
**iconData** | **string** | | [optional] [default to undefined]
|
|
15
|
-
**sessionId** | **string** | | [optional] [default to undefined]
|
|
16
|
-
|
|
17
|
-
## Example
|
|
18
|
-
|
|
19
|
-
```typescript
|
|
20
|
-
import { EventBadgeFieldUpdateInputs } from '@connectedxm/admin-sdk';
|
|
21
|
-
|
|
22
|
-
const instance: EventBadgeFieldUpdateInputs = {
|
|
23
|
-
type,
|
|
24
|
-
lookup,
|
|
25
|
-
maxLength,
|
|
26
|
-
defaultValue,
|
|
27
|
-
transformation,
|
|
28
|
-
sortOrder,
|
|
29
|
-
iconData,
|
|
30
|
-
sessionId,
|
|
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)
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# EventOnSiteBadgeField
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **number** | | [default to undefined]
|
|
9
|
-
**eventId** | **string** | | [default to undefined]
|
|
10
|
-
**name** | **string** | | [default to undefined]
|
|
11
|
-
**type** | [**BadgeFieldType**](BadgeFieldType.md) | | [default to undefined]
|
|
12
|
-
**lookup** | **string** | | [default to undefined]
|
|
13
|
-
**maxLength** | **number** | | [default to undefined]
|
|
14
|
-
**defaultValue** | **string** | | [default to undefined]
|
|
15
|
-
**transformation** | [**BadgeFieldTransformation**](BadgeFieldTransformation.md) | | [default to undefined]
|
|
16
|
-
**iconData** | **string** | | [default to undefined]
|
|
17
|
-
**sessionId** | **string** | | [default to undefined]
|
|
18
|
-
**sortOrder** | **number** | | [default to undefined]
|
|
19
|
-
**createdAt** | **string** | | [default to undefined]
|
|
20
|
-
**updatedAt** | **string** | | [default to undefined]
|
|
21
|
-
**onSite** | [**EventOnSite**](EventOnSite.md) | | [default to undefined]
|
|
22
|
-
|
|
23
|
-
## Example
|
|
24
|
-
|
|
25
|
-
```typescript
|
|
26
|
-
import { EventOnSiteBadgeField } from '@connectedxm/admin-sdk';
|
|
27
|
-
|
|
28
|
-
const instance: EventOnSiteBadgeField = {
|
|
29
|
-
id,
|
|
30
|
-
eventId,
|
|
31
|
-
name,
|
|
32
|
-
type,
|
|
33
|
-
lookup,
|
|
34
|
-
maxLength,
|
|
35
|
-
defaultValue,
|
|
36
|
-
transformation,
|
|
37
|
-
iconData,
|
|
38
|
-
sessionId,
|
|
39
|
-
sortOrder,
|
|
40
|
-
createdAt,
|
|
41
|
-
updatedAt,
|
|
42
|
-
onSite,
|
|
43
|
-
};
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|