@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
|
@@ -12,7 +12,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
12
12
|
|[**updateMeetingParticipant**](#updatemeetingparticipant) | **PUT** /meetings/{meetingId}/participants/{participantId} | Update Meeting Participant|
|
|
13
13
|
|
|
14
14
|
# **createMeetingParticipant**
|
|
15
|
-
>
|
|
15
|
+
> DeleteDashboard200Response createMeetingParticipant(meetingParticipantCreateInputs)
|
|
16
16
|
|
|
17
17
|
Create Meeting Participant endpoint
|
|
18
18
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createMeetingParticipant(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**DeleteDashboard200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.deleteMeetingParticipant(
|
|
|
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
|
# **getMeetingParticipant**
|
|
124
|
-
>
|
|
124
|
+
> GetMeetingParticipant200Response getMeetingParticipant()
|
|
125
125
|
|
|
126
126
|
Get Meeting Participant endpoint
|
|
127
127
|
|
|
@@ -155,7 +155,7 @@ const { status, data } = await apiInstance.getMeetingParticipant(
|
|
|
155
155
|
|
|
156
156
|
### Return type
|
|
157
157
|
|
|
158
|
-
**
|
|
158
|
+
**GetMeetingParticipant200Response**
|
|
159
159
|
|
|
160
160
|
### Authorization
|
|
161
161
|
|
|
@@ -175,7 +175,7 @@ const { status, data } = await apiInstance.getMeetingParticipant(
|
|
|
175
175
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
176
176
|
|
|
177
177
|
# **getMeetingParticipants**
|
|
178
|
-
>
|
|
178
|
+
> GetMeetingParticipants200Response getMeetingParticipants()
|
|
179
179
|
|
|
180
180
|
Get Meeting Participants endpoint
|
|
181
181
|
|
|
@@ -218,7 +218,7 @@ const { status, data } = await apiInstance.getMeetingParticipants(
|
|
|
218
218
|
|
|
219
219
|
### Return type
|
|
220
220
|
|
|
221
|
-
**
|
|
221
|
+
**GetMeetingParticipants200Response**
|
|
222
222
|
|
|
223
223
|
### Authorization
|
|
224
224
|
|
|
@@ -238,7 +238,7 @@ const { status, data } = await apiInstance.getMeetingParticipants(
|
|
|
238
238
|
[[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)
|
|
239
239
|
|
|
240
240
|
# **regenerateMeetingParticipantToken**
|
|
241
|
-
>
|
|
241
|
+
> DeleteDashboard200Response regenerateMeetingParticipantToken()
|
|
242
242
|
|
|
243
243
|
Regenerate Meeting Participant Token endpoint
|
|
244
244
|
|
|
@@ -272,7 +272,7 @@ const { status, data } = await apiInstance.regenerateMeetingParticipantToken(
|
|
|
272
272
|
|
|
273
273
|
### Return type
|
|
274
274
|
|
|
275
|
-
**
|
|
275
|
+
**DeleteDashboard200Response**
|
|
276
276
|
|
|
277
277
|
### Authorization
|
|
278
278
|
|
|
@@ -292,7 +292,7 @@ const { status, data } = await apiInstance.regenerateMeetingParticipantToken(
|
|
|
292
292
|
[[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)
|
|
293
293
|
|
|
294
294
|
# **updateMeetingParticipant**
|
|
295
|
-
>
|
|
295
|
+
> GetMeetingParticipant200Response updateMeetingParticipant(meetingParticipantUpdateInputs)
|
|
296
296
|
|
|
297
297
|
Update Meeting Participant endpoint
|
|
298
298
|
|
|
@@ -330,7 +330,7 @@ const { status, data } = await apiInstance.updateMeetingParticipant(
|
|
|
330
330
|
|
|
331
331
|
### Return type
|
|
332
332
|
|
|
333
|
-
**
|
|
333
|
+
**GetMeetingParticipant200Response**
|
|
334
334
|
|
|
335
335
|
### Authorization
|
|
336
336
|
|
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**getMeetingRecordings**](#getmeetingrecordings) | **GET** /meetings/recordings | Get Meeting Recordings|
|
|
9
9
|
|
|
10
10
|
# **getMeetingRecording**
|
|
11
|
-
>
|
|
11
|
+
> GetMeetingRecording200Response getMeetingRecording()
|
|
12
12
|
|
|
13
13
|
Get Meeting Recording endpoint
|
|
14
14
|
|
|
@@ -39,7 +39,7 @@ const { status, data } = await apiInstance.getMeetingRecording(
|
|
|
39
39
|
|
|
40
40
|
### Return type
|
|
41
41
|
|
|
42
|
-
**
|
|
42
|
+
**GetMeetingRecording200Response**
|
|
43
43
|
|
|
44
44
|
### Authorization
|
|
45
45
|
|
|
@@ -59,7 +59,7 @@ const { status, data } = await apiInstance.getMeetingRecording(
|
|
|
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
|
# **getMeetingRecordings**
|
|
62
|
-
>
|
|
62
|
+
> GetMeetingRecordings200Response getMeetingRecordings()
|
|
63
63
|
|
|
64
64
|
Get Meeting Recordings endpoint
|
|
65
65
|
|
|
@@ -102,7 +102,7 @@ const { status, data } = await apiInstance.getMeetingRecordings(
|
|
|
102
102
|
|
|
103
103
|
### Return type
|
|
104
104
|
|
|
105
|
-
**
|
|
105
|
+
**GetMeetingRecordings200Response**
|
|
106
106
|
|
|
107
107
|
### Authorization
|
|
108
108
|
|
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**getMeetingSessions**](#getmeetingsessions) | **GET** /meetings/sessions | Get Meeting Sessions|
|
|
15
15
|
|
|
16
16
|
# **generateMeetingSessionSummary**
|
|
17
|
-
>
|
|
17
|
+
> DeleteDashboard200Response generateMeetingSessionSummary()
|
|
18
18
|
|
|
19
19
|
Generate Meeting Session Summary endpoint
|
|
20
20
|
|
|
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.generateMeetingSessionSummary(
|
|
|
45
45
|
|
|
46
46
|
### Return type
|
|
47
47
|
|
|
48
|
-
**
|
|
48
|
+
**DeleteDashboard200Response**
|
|
49
49
|
|
|
50
50
|
### Authorization
|
|
51
51
|
|
|
@@ -116,7 +116,7 @@ const { status, data } = await apiInstance.getMeetingSession(
|
|
|
116
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
117
|
|
|
118
118
|
# **getMeetingSessionMessages**
|
|
119
|
-
>
|
|
119
|
+
> GetMeetingSessionMessages200Response getMeetingSessionMessages()
|
|
120
120
|
|
|
121
121
|
Get Meeting Session Messages endpoint
|
|
122
122
|
|
|
@@ -147,7 +147,7 @@ const { status, data } = await apiInstance.getMeetingSessionMessages(
|
|
|
147
147
|
|
|
148
148
|
### Return type
|
|
149
149
|
|
|
150
|
-
**
|
|
150
|
+
**GetMeetingSessionMessages200Response**
|
|
151
151
|
|
|
152
152
|
### Authorization
|
|
153
153
|
|
|
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getMeetingSessionMessages(
|
|
|
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
|
# **getMeetingSessionParticipant**
|
|
170
|
-
>
|
|
170
|
+
> GetMeetingSessionParticipant200Response getMeetingSessionParticipant()
|
|
171
171
|
|
|
172
172
|
Get Meeting Session Participant endpoint
|
|
173
173
|
|
|
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipant(
|
|
|
201
201
|
|
|
202
202
|
### Return type
|
|
203
203
|
|
|
204
|
-
**
|
|
204
|
+
**GetMeetingSessionParticipant200Response**
|
|
205
205
|
|
|
206
206
|
### Authorization
|
|
207
207
|
|
|
@@ -221,7 +221,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipant(
|
|
|
221
221
|
[[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)
|
|
222
222
|
|
|
223
223
|
# **getMeetingSessionParticipants**
|
|
224
|
-
>
|
|
224
|
+
> GetMeetingSessionParticipants200Response getMeetingSessionParticipants()
|
|
225
225
|
|
|
226
226
|
Get Meeting Session Participants endpoint
|
|
227
227
|
|
|
@@ -264,7 +264,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipants(
|
|
|
264
264
|
|
|
265
265
|
### Return type
|
|
266
266
|
|
|
267
|
-
**
|
|
267
|
+
**GetMeetingSessionParticipants200Response**
|
|
268
268
|
|
|
269
269
|
### Authorization
|
|
270
270
|
|
|
@@ -284,7 +284,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipants(
|
|
|
284
284
|
[[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)
|
|
285
285
|
|
|
286
286
|
# **getMeetingSessionSummary**
|
|
287
|
-
>
|
|
287
|
+
> GetMeetingSessionSummary200Response getMeetingSessionSummary()
|
|
288
288
|
|
|
289
289
|
Get Meeting Session Summary endpoint
|
|
290
290
|
|
|
@@ -315,7 +315,7 @@ const { status, data } = await apiInstance.getMeetingSessionSummary(
|
|
|
315
315
|
|
|
316
316
|
### Return type
|
|
317
317
|
|
|
318
|
-
**
|
|
318
|
+
**GetMeetingSessionSummary200Response**
|
|
319
319
|
|
|
320
320
|
### Authorization
|
|
321
321
|
|
|
@@ -335,7 +335,7 @@ const { status, data } = await apiInstance.getMeetingSessionSummary(
|
|
|
335
335
|
[[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)
|
|
336
336
|
|
|
337
337
|
# **getMeetingSessionTranscript**
|
|
338
|
-
>
|
|
338
|
+
> GetMeetingSessionTranscript200Response getMeetingSessionTranscript()
|
|
339
339
|
|
|
340
340
|
Get Meeting Session Transcript endpoint
|
|
341
341
|
|
|
@@ -366,7 +366,7 @@ const { status, data } = await apiInstance.getMeetingSessionTranscript(
|
|
|
366
366
|
|
|
367
367
|
### Return type
|
|
368
368
|
|
|
369
|
-
**
|
|
369
|
+
**GetMeetingSessionTranscript200Response**
|
|
370
370
|
|
|
371
371
|
### Authorization
|
|
372
372
|
|
|
@@ -386,7 +386,7 @@ const { status, data } = await apiInstance.getMeetingSessionTranscript(
|
|
|
386
386
|
[[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)
|
|
387
387
|
|
|
388
388
|
# **getMeetingSessions**
|
|
389
|
-
>
|
|
389
|
+
> GetMeetingSessions200Response getMeetingSessions()
|
|
390
390
|
|
|
391
391
|
Get Meeting Sessions endpoint
|
|
392
392
|
|
|
@@ -429,7 +429,7 @@ const { status, data } = await apiInstance.getMeetingSessions(
|
|
|
429
429
|
|
|
430
430
|
### Return type
|
|
431
431
|
|
|
432
|
-
**
|
|
432
|
+
**GetMeetingSessions200Response**
|
|
433
433
|
|
|
434
434
|
### Authorization
|
|
435
435
|
|
package/docs/NotificationsApi.md
CHANGED
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**markNotificationsRead**](#marknotificationsread) | **PUT** /notifications/read | Mark Notifications Read|
|
|
11
11
|
|
|
12
12
|
# **getNotificationCount**
|
|
13
|
-
>
|
|
13
|
+
> DeleteDashboard200Response getNotificationCount()
|
|
14
14
|
|
|
15
15
|
Get Notification Count endpoint
|
|
16
16
|
|
|
@@ -42,7 +42,7 @@ const { status, data } = await apiInstance.getNotificationCount(
|
|
|
42
42
|
|
|
43
43
|
### Return type
|
|
44
44
|
|
|
45
|
-
**
|
|
45
|
+
**DeleteDashboard200Response**
|
|
46
46
|
|
|
47
47
|
### Authorization
|
|
48
48
|
|
|
@@ -62,7 +62,7 @@ const { status, data } = await apiInstance.getNotificationCount(
|
|
|
62
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
63
|
|
|
64
64
|
# **getNotificationStats**
|
|
65
|
-
>
|
|
65
|
+
> GetNotificationStats200Response getNotificationStats()
|
|
66
66
|
|
|
67
67
|
Get Notification Stats endpoint
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ This endpoint does not have any parameters.
|
|
|
86
86
|
|
|
87
87
|
### Return type
|
|
88
88
|
|
|
89
|
-
**
|
|
89
|
+
**GetNotificationStats200Response**
|
|
90
90
|
|
|
91
91
|
### Authorization
|
|
92
92
|
|
|
@@ -106,7 +106,7 @@ This endpoint does not have any parameters.
|
|
|
106
106
|
[[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)
|
|
107
107
|
|
|
108
108
|
# **getNotifications**
|
|
109
|
-
>
|
|
109
|
+
> GetNotifications200Response getNotifications()
|
|
110
110
|
|
|
111
111
|
Get Notifications endpoint
|
|
112
112
|
|
|
@@ -150,7 +150,7 @@ const { status, data } = await apiInstance.getNotifications(
|
|
|
150
150
|
|
|
151
151
|
### Return type
|
|
152
152
|
|
|
153
|
-
**
|
|
153
|
+
**GetNotifications200Response**
|
|
154
154
|
|
|
155
155
|
### Authorization
|
|
156
156
|
|
|
@@ -170,7 +170,7 @@ const { status, data } = await apiInstance.getNotifications(
|
|
|
170
170
|
[[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)
|
|
171
171
|
|
|
172
172
|
# **markNotificationsRead**
|
|
173
|
-
>
|
|
173
|
+
> DeleteDashboard200Response markNotificationsRead()
|
|
174
174
|
|
|
175
175
|
Mark Notifications Read endpoint
|
|
176
176
|
|
|
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.markNotificationsRead(
|
|
|
201
201
|
|
|
202
202
|
### Return type
|
|
203
203
|
|
|
204
|
-
**
|
|
204
|
+
**DeleteDashboard200Response**
|
|
205
205
|
|
|
206
206
|
### Authorization
|
|
207
207
|
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
#
|
|
1
|
+
# OnSiteScanType
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Enum
|
|
5
5
|
|
|
6
|
-
* `
|
|
6
|
+
* `Both` (value: `'both'`)
|
|
7
7
|
|
|
8
|
-
* `
|
|
8
|
+
* `Qr` (value: `'qr'`)
|
|
9
|
+
|
|
10
|
+
* `Code128` (value: `'code128'`)
|
|
9
11
|
|
|
10
12
|
[[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/OrganizationApi.md
CHANGED
|
@@ -59,7 +59,7 @@ This endpoint does not have any parameters.
|
|
|
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
|
# **getOrganizationMembership**
|
|
62
|
-
>
|
|
62
|
+
> AddOrganizationUser200Response getOrganizationMembership()
|
|
63
63
|
|
|
64
64
|
Get Organization Membership endpoint
|
|
65
65
|
|
|
@@ -90,7 +90,7 @@ const { status, data } = await apiInstance.getOrganizationMembership(
|
|
|
90
90
|
|
|
91
91
|
### Return type
|
|
92
92
|
|
|
93
|
-
**
|
|
93
|
+
**AddOrganizationUser200Response**
|
|
94
94
|
|
|
95
95
|
### Authorization
|
|
96
96
|
|
|
@@ -110,7 +110,7 @@ const { status, data } = await apiInstance.getOrganizationMembership(
|
|
|
110
110
|
[[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)
|
|
111
111
|
|
|
112
112
|
# **getOrganizationSystemLog**
|
|
113
|
-
>
|
|
113
|
+
> GetOrganizationSystemLog200Response getOrganizationSystemLog()
|
|
114
114
|
|
|
115
115
|
Get Organization System Log endpoint
|
|
116
116
|
|
|
@@ -141,7 +141,7 @@ const { status, data } = await apiInstance.getOrganizationSystemLog(
|
|
|
141
141
|
|
|
142
142
|
### Return type
|
|
143
143
|
|
|
144
|
-
**
|
|
144
|
+
**GetOrganizationSystemLog200Response**
|
|
145
145
|
|
|
146
146
|
### Authorization
|
|
147
147
|
|
|
@@ -161,7 +161,7 @@ const { status, data } = await apiInstance.getOrganizationSystemLog(
|
|
|
161
161
|
[[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)
|
|
162
162
|
|
|
163
163
|
# **getOrganizationSystemLogs**
|
|
164
|
-
>
|
|
164
|
+
> GetOrganizationSystemLogs200Response getOrganizationSystemLogs()
|
|
165
165
|
|
|
166
166
|
Get Organization System Logs endpoint
|
|
167
167
|
|
|
@@ -207,7 +207,7 @@ const { status, data } = await apiInstance.getOrganizationSystemLogs(
|
|
|
207
207
|
|
|
208
208
|
### Return type
|
|
209
209
|
|
|
210
|
-
**
|
|
210
|
+
**GetOrganizationSystemLogs200Response**
|
|
211
211
|
|
|
212
212
|
### Authorization
|
|
213
213
|
|
|
@@ -331,7 +331,7 @@ const { status, data } = await apiInstance.updateOrganization(
|
|
|
331
331
|
[[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)
|
|
332
332
|
|
|
333
333
|
# **updateOrganizationIntegrations**
|
|
334
|
-
>
|
|
334
|
+
> CreateAccountInvitations200Response updateOrganizationIntegrations()
|
|
335
335
|
|
|
336
336
|
Update Organization Integrations endpoint
|
|
337
337
|
|
|
@@ -371,7 +371,7 @@ const { status, data } = await apiInstance.updateOrganizationIntegrations(
|
|
|
371
371
|
|
|
372
372
|
### Return type
|
|
373
373
|
|
|
374
|
-
**
|
|
374
|
+
**CreateAccountInvitations200Response**
|
|
375
375
|
|
|
376
376
|
### Authorization
|
|
377
377
|
|
|
@@ -391,7 +391,7 @@ const { status, data } = await apiInstance.updateOrganizationIntegrations(
|
|
|
391
391
|
[[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)
|
|
392
392
|
|
|
393
393
|
# **updateOrganizationMembership**
|
|
394
|
-
>
|
|
394
|
+
> AddOrganizationUser200Response updateOrganizationMembership(organizationMembershipUpdateInputs)
|
|
395
395
|
|
|
396
396
|
Update Organization Membership endpoint
|
|
397
397
|
|
|
@@ -426,7 +426,7 @@ const { status, data } = await apiInstance.updateOrganizationMembership(
|
|
|
426
426
|
|
|
427
427
|
### Return type
|
|
428
428
|
|
|
429
|
-
**
|
|
429
|
+
**AddOrganizationUser200Response**
|
|
430
430
|
|
|
431
431
|
### Authorization
|
|
432
432
|
|
|
@@ -13,7 +13,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
13
13
|
|[**updateAccountAttribute**](#updateaccountattribute) | **PUT** /organization/attributes/{attributeId} | Update Account Attribute|
|
|
14
14
|
|
|
15
15
|
# **createAccountAttribute**
|
|
16
|
-
>
|
|
16
|
+
> CreateAccountAttribute200Response createAccountAttribute(accountAttributeCreateInputs)
|
|
17
17
|
|
|
18
18
|
Create Account Attribute endpoint
|
|
19
19
|
|
|
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.createAccountAttribute(
|
|
|
45
45
|
|
|
46
46
|
### Return type
|
|
47
47
|
|
|
48
|
-
**
|
|
48
|
+
**CreateAccountAttribute200Response**
|
|
49
49
|
|
|
50
50
|
### Authorization
|
|
51
51
|
|
|
@@ -116,7 +116,7 @@ const { status, data } = await apiInstance.deleteAccountAttribute(
|
|
|
116
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
117
|
|
|
118
118
|
# **getDashboardAttributes**
|
|
119
|
-
>
|
|
119
|
+
> GetDashboardAttributes200Response getDashboardAttributes()
|
|
120
120
|
|
|
121
121
|
Get Dashboard Attributes endpoint
|
|
122
122
|
|
|
@@ -140,7 +140,7 @@ This endpoint does not have any parameters.
|
|
|
140
140
|
|
|
141
141
|
### Return type
|
|
142
142
|
|
|
143
|
-
**
|
|
143
|
+
**GetDashboardAttributes200Response**
|
|
144
144
|
|
|
145
145
|
### Authorization
|
|
146
146
|
|
|
@@ -160,7 +160,7 @@ This endpoint does not have any parameters.
|
|
|
160
160
|
[[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)
|
|
161
161
|
|
|
162
162
|
# **getOrganizationAccountAttribute**
|
|
163
|
-
>
|
|
163
|
+
> CreateAccountAttribute200Response getOrganizationAccountAttribute()
|
|
164
164
|
|
|
165
165
|
Get Organization Account Attribute endpoint
|
|
166
166
|
|
|
@@ -191,7 +191,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttribute(
|
|
|
191
191
|
|
|
192
192
|
### Return type
|
|
193
193
|
|
|
194
|
-
**
|
|
194
|
+
**CreateAccountAttribute200Response**
|
|
195
195
|
|
|
196
196
|
### Authorization
|
|
197
197
|
|
|
@@ -211,7 +211,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttribute(
|
|
|
211
211
|
[[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)
|
|
212
212
|
|
|
213
213
|
# **getOrganizationAccountAttributes**
|
|
214
|
-
>
|
|
214
|
+
> GetOrganizationAccountAttributes200Response getOrganizationAccountAttributes()
|
|
215
215
|
|
|
216
216
|
Get Organization Account Attributes endpoint
|
|
217
217
|
|
|
@@ -251,7 +251,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttributes(
|
|
|
251
251
|
|
|
252
252
|
### Return type
|
|
253
253
|
|
|
254
|
-
**
|
|
254
|
+
**GetOrganizationAccountAttributes200Response**
|
|
255
255
|
|
|
256
256
|
### Authorization
|
|
257
257
|
|
|
@@ -271,7 +271,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttributes(
|
|
|
271
271
|
[[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)
|
|
272
272
|
|
|
273
273
|
# **getRequiredAttributes**
|
|
274
|
-
>
|
|
274
|
+
> GetDashboardAttributes200Response getRequiredAttributes()
|
|
275
275
|
|
|
276
276
|
Get Required Attributes endpoint
|
|
277
277
|
|
|
@@ -295,7 +295,7 @@ This endpoint does not have any parameters.
|
|
|
295
295
|
|
|
296
296
|
### Return type
|
|
297
297
|
|
|
298
|
-
**
|
|
298
|
+
**GetDashboardAttributes200Response**
|
|
299
299
|
|
|
300
300
|
### Authorization
|
|
301
301
|
|
|
@@ -315,7 +315,7 @@ This endpoint does not have any parameters.
|
|
|
315
315
|
[[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)
|
|
316
316
|
|
|
317
317
|
# **updateAccountAttribute**
|
|
318
|
-
>
|
|
318
|
+
> CreateAccountAttribute200Response updateAccountAttribute(accountAttributeUpdateInputs)
|
|
319
319
|
|
|
320
320
|
Update Account Attribute endpoint
|
|
321
321
|
|
|
@@ -350,7 +350,7 @@ const { status, data } = await apiInstance.updateAccountAttribute(
|
|
|
350
350
|
|
|
351
351
|
### Return type
|
|
352
352
|
|
|
353
|
-
**
|
|
353
|
+
**CreateAccountAttribute200Response**
|
|
354
354
|
|
|
355
355
|
### Authorization
|
|
356
356
|
|
|
@@ -53,7 +53,7 @@ This endpoint does not have any parameters.
|
|
|
53
53
|
[[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)
|
|
54
54
|
|
|
55
55
|
# **getOrganizationDomain**
|
|
56
|
-
>
|
|
56
|
+
> GetOrganizationDomain200Response getOrganizationDomain()
|
|
57
57
|
|
|
58
58
|
Get Organization Domain endpoint
|
|
59
59
|
|
|
@@ -77,7 +77,7 @@ This endpoint does not have any parameters.
|
|
|
77
77
|
|
|
78
78
|
### Return type
|
|
79
79
|
|
|
80
|
-
**
|
|
80
|
+
**GetOrganizationDomain200Response**
|
|
81
81
|
|
|
82
82
|
### Authorization
|
|
83
83
|
|
|
@@ -97,7 +97,7 @@ This endpoint does not have any parameters.
|
|
|
97
97
|
[[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)
|
|
98
98
|
|
|
99
99
|
# **updateOrganizationDomain**
|
|
100
|
-
>
|
|
100
|
+
> UpdateOrganizationDomain200Response updateOrganizationDomain()
|
|
101
101
|
|
|
102
102
|
Update Organization Domain endpoint
|
|
103
103
|
|
|
@@ -128,7 +128,7 @@ const { status, data } = await apiInstance.updateOrganizationDomain(
|
|
|
128
128
|
|
|
129
129
|
### Return type
|
|
130
130
|
|
|
131
|
-
**
|
|
131
|
+
**UpdateOrganizationDomain200Response**
|
|
132
132
|
|
|
133
133
|
### Authorization
|
|
134
134
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**updateOrganizationModule**](#updateorganizationmodule) | **PUT** /organization/modules/{moduleType} | Update Organization Module|
|
|
10
10
|
|
|
11
11
|
# **getOrganizationModule**
|
|
12
|
-
>
|
|
12
|
+
> GetOrganizationModule200Response getOrganizationModule()
|
|
13
13
|
|
|
14
14
|
Get Organization Module endpoint
|
|
15
15
|
|
|
@@ -40,7 +40,7 @@ const { status, data } = await apiInstance.getOrganizationModule(
|
|
|
40
40
|
|
|
41
41
|
### Return type
|
|
42
42
|
|
|
43
|
-
**
|
|
43
|
+
**GetOrganizationModule200Response**
|
|
44
44
|
|
|
45
45
|
### Authorization
|
|
46
46
|
|
|
@@ -60,7 +60,7 @@ const { status, data } = await apiInstance.getOrganizationModule(
|
|
|
60
60
|
[[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)
|
|
61
61
|
|
|
62
62
|
# **getOrganizationModules**
|
|
63
|
-
>
|
|
63
|
+
> GetOrganizationModules200Response getOrganizationModules()
|
|
64
64
|
|
|
65
65
|
Get Organization Modules endpoint
|
|
66
66
|
|
|
@@ -100,7 +100,7 @@ const { status, data } = await apiInstance.getOrganizationModules(
|
|
|
100
100
|
|
|
101
101
|
### Return type
|
|
102
102
|
|
|
103
|
-
**
|
|
103
|
+
**GetOrganizationModules200Response**
|
|
104
104
|
|
|
105
105
|
### Authorization
|
|
106
106
|
|
|
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.getOrganizationModules(
|
|
|
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
|
# **updateOrganizationModule**
|
|
123
|
-
>
|
|
123
|
+
> GetOrganizationModule200Response updateOrganizationModule(organizationModuleUpdateInputs)
|
|
124
124
|
|
|
125
125
|
Update Organization Module endpoint
|
|
126
126
|
|
|
@@ -155,7 +155,7 @@ const { status, data } = await apiInstance.updateOrganizationModule(
|
|
|
155
155
|
|
|
156
156
|
### Return type
|
|
157
157
|
|
|
158
|
-
**
|
|
158
|
+
**GetOrganizationModule200Response**
|
|
159
159
|
|
|
160
160
|
### Authorization
|
|
161
161
|
|
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**updateOrganizationModuleSettings**](#updateorganizationmodulesettings) | **PUT** /organization/module-settings | Update Organization Module Settings|
|
|
9
9
|
|
|
10
10
|
# **getOrganizationModuleSettings**
|
|
11
|
-
>
|
|
11
|
+
> GetOrganizationModuleSettings200Response getOrganizationModuleSettings()
|
|
12
12
|
|
|
13
13
|
Get Organization Module Settings endpoint
|
|
14
14
|
|
|
@@ -32,7 +32,7 @@ This endpoint does not have any parameters.
|
|
|
32
32
|
|
|
33
33
|
### Return type
|
|
34
34
|
|
|
35
|
-
**
|
|
35
|
+
**GetOrganizationModuleSettings200Response**
|
|
36
36
|
|
|
37
37
|
### Authorization
|
|
38
38
|
|
|
@@ -52,7 +52,7 @@ This endpoint does not have any parameters.
|
|
|
52
52
|
[[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)
|
|
53
53
|
|
|
54
54
|
# **updateOrganizationModuleSettings**
|
|
55
|
-
>
|
|
55
|
+
> GetOrganizationModuleSettings200Response updateOrganizationModuleSettings(organizationModuleSettingsUpdateInputs)
|
|
56
56
|
|
|
57
57
|
Update Organization Module Settings endpoint
|
|
58
58
|
|
|
@@ -84,7 +84,7 @@ const { status, data } = await apiInstance.updateOrganizationModuleSettings(
|
|
|
84
84
|
|
|
85
85
|
### Return type
|
|
86
86
|
|
|
87
|
-
**
|
|
87
|
+
**GetOrganizationModuleSettings200Response**
|
|
88
88
|
|
|
89
89
|
### Authorization
|
|
90
90
|
|