@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
|
|[**removeOrganizationModuleEnabledTier**](#removeorganizationmoduleenabledtier) | **DELETE** /organization/modules/{moduleType}/enabledTiers/{tierId} | Remove Organization Module Enabled Tier|
|
|
13
13
|
|
|
14
14
|
# **addOrganizationModuleEditableTier**
|
|
15
|
-
>
|
|
15
|
+
> GetOrganizationModule200Response addOrganizationModuleEditableTier()
|
|
16
16
|
|
|
17
17
|
Add Organization Module Editable Tier endpoint
|
|
18
18
|
|
|
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEditableTier(
|
|
|
46
46
|
|
|
47
47
|
### Return type
|
|
48
48
|
|
|
49
|
-
**
|
|
49
|
+
**GetOrganizationModule200Response**
|
|
50
50
|
|
|
51
51
|
### Authorization
|
|
52
52
|
|
|
@@ -66,7 +66,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEditableTier(
|
|
|
66
66
|
[[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)
|
|
67
67
|
|
|
68
68
|
# **addOrganizationModuleEnabledTier**
|
|
69
|
-
>
|
|
69
|
+
> GetOrganizationModule200Response addOrganizationModuleEnabledTier()
|
|
70
70
|
|
|
71
71
|
Add Organization Module Enabled Tier endpoint
|
|
72
72
|
|
|
@@ -100,7 +100,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEnabledTier(
|
|
|
100
100
|
|
|
101
101
|
### Return type
|
|
102
102
|
|
|
103
|
-
**
|
|
103
|
+
**GetOrganizationModule200Response**
|
|
104
104
|
|
|
105
105
|
### Authorization
|
|
106
106
|
|
|
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEnabledTier(
|
|
|
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
|
# **getOrganizationModuleEditableTiers**
|
|
123
|
-
>
|
|
123
|
+
> GetAccountTiers200Response getOrganizationModuleEditableTiers()
|
|
124
124
|
|
|
125
125
|
Get Organization Module Editable Tiers endpoint
|
|
126
126
|
|
|
@@ -163,7 +163,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEditableTiers(
|
|
|
163
163
|
|
|
164
164
|
### Return type
|
|
165
165
|
|
|
166
|
-
**
|
|
166
|
+
**GetAccountTiers200Response**
|
|
167
167
|
|
|
168
168
|
### Authorization
|
|
169
169
|
|
|
@@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEditableTiers(
|
|
|
183
183
|
[[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)
|
|
184
184
|
|
|
185
185
|
# **getOrganizationModuleEnabledTiers**
|
|
186
|
-
>
|
|
186
|
+
> GetAccountTiers200Response getOrganizationModuleEnabledTiers()
|
|
187
187
|
|
|
188
188
|
Get Organization Module Enabled Tiers endpoint
|
|
189
189
|
|
|
@@ -226,7 +226,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEnabledTiers(
|
|
|
226
226
|
|
|
227
227
|
### Return type
|
|
228
228
|
|
|
229
|
-
**
|
|
229
|
+
**GetAccountTiers200Response**
|
|
230
230
|
|
|
231
231
|
### Authorization
|
|
232
232
|
|
|
@@ -246,7 +246,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEnabledTiers(
|
|
|
246
246
|
[[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)
|
|
247
247
|
|
|
248
248
|
# **removeOrganizationModuleEditableTier**
|
|
249
|
-
>
|
|
249
|
+
> GetOrganizationModule200Response removeOrganizationModuleEditableTier()
|
|
250
250
|
|
|
251
251
|
Remove Organization Module Editable Tier endpoint
|
|
252
252
|
|
|
@@ -280,7 +280,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEditableTier(
|
|
|
280
280
|
|
|
281
281
|
### Return type
|
|
282
282
|
|
|
283
|
-
**
|
|
283
|
+
**GetOrganizationModule200Response**
|
|
284
284
|
|
|
285
285
|
### Authorization
|
|
286
286
|
|
|
@@ -300,7 +300,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEditableTier(
|
|
|
300
300
|
[[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)
|
|
301
301
|
|
|
302
302
|
# **removeOrganizationModuleEnabledTier**
|
|
303
|
-
>
|
|
303
|
+
> GetOrganizationModule200Response removeOrganizationModuleEnabledTier()
|
|
304
304
|
|
|
305
305
|
Remove Organization Module Enabled Tier endpoint
|
|
306
306
|
|
|
@@ -334,7 +334,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEnabledTier(
|
|
|
334
334
|
|
|
335
335
|
### Return type
|
|
336
336
|
|
|
337
|
-
**
|
|
337
|
+
**GetOrganizationModule200Response**
|
|
338
338
|
|
|
339
339
|
### Authorization
|
|
340
340
|
|
|
@@ -15,7 +15,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
15
15
|
|[**updateOrganizationPaymentIntegration**](#updateorganizationpaymentintegration) | **PUT** /organization/payment/{integrationId} | Update Organization Payment Integration|
|
|
16
16
|
|
|
17
17
|
# **createOrganizationPaymentIntegration**
|
|
18
|
-
>
|
|
18
|
+
> CreateOrganizationPaymentIntegration200Response createOrganizationPaymentIntegration(organizationPaymentIntegrationCreateInputs)
|
|
19
19
|
|
|
20
20
|
Create Organization Payment Integration endpoint
|
|
21
21
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createOrganizationPaymentIntegration(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**CreateOrganizationPaymentIntegration200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.createOrganizationPaymentIntegration(
|
|
|
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
|
# **deleteOrganizationPaymentIntegration**
|
|
70
|
-
>
|
|
70
|
+
> DeleteDashboard200Response deleteOrganizationPaymentIntegration()
|
|
71
71
|
|
|
72
72
|
Delete Organization Payment Integration endpoint
|
|
73
73
|
|
|
@@ -98,7 +98,7 @@ const { status, data } = await apiInstance.deleteOrganizationPaymentIntegration(
|
|
|
98
98
|
|
|
99
99
|
### Return type
|
|
100
100
|
|
|
101
|
-
**
|
|
101
|
+
**DeleteDashboard200Response**
|
|
102
102
|
|
|
103
103
|
### Authorization
|
|
104
104
|
|
|
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.deleteOrganizationPaymentIntegration(
|
|
|
118
118
|
[[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)
|
|
119
119
|
|
|
120
120
|
# **getOrganizationPaymentIntegration**
|
|
121
|
-
>
|
|
121
|
+
> CreateOrganizationPaymentIntegration200Response getOrganizationPaymentIntegration()
|
|
122
122
|
|
|
123
123
|
Get Organization Payment Integration endpoint
|
|
124
124
|
|
|
@@ -149,7 +149,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegration(
|
|
|
149
149
|
|
|
150
150
|
### Return type
|
|
151
151
|
|
|
152
|
-
**
|
|
152
|
+
**CreateOrganizationPaymentIntegration200Response**
|
|
153
153
|
|
|
154
154
|
### Authorization
|
|
155
155
|
|
|
@@ -169,7 +169,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegration(
|
|
|
169
169
|
[[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)
|
|
170
170
|
|
|
171
171
|
# **getOrganizationPaymentIntegrations**
|
|
172
|
-
>
|
|
172
|
+
> GetOrganizationPaymentIntegrations200Response getOrganizationPaymentIntegrations()
|
|
173
173
|
|
|
174
174
|
Get Organization Payment Integrations endpoint
|
|
175
175
|
|
|
@@ -209,7 +209,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegrations(
|
|
|
209
209
|
|
|
210
210
|
### Return type
|
|
211
211
|
|
|
212
|
-
**
|
|
212
|
+
**GetOrganizationPaymentIntegrations200Response**
|
|
213
213
|
|
|
214
214
|
### Authorization
|
|
215
215
|
|
|
@@ -397,7 +397,7 @@ const { status, data } = await apiInstance.refundOrganizationPayment(
|
|
|
397
397
|
[[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)
|
|
398
398
|
|
|
399
399
|
# **toggleOrganizationPaymentIntegration**
|
|
400
|
-
>
|
|
400
|
+
> CreateOrganizationPaymentIntegration200Response toggleOrganizationPaymentIntegration()
|
|
401
401
|
|
|
402
402
|
Toggle Organization Payment Integration endpoint
|
|
403
403
|
|
|
@@ -428,7 +428,7 @@ const { status, data } = await apiInstance.toggleOrganizationPaymentIntegration(
|
|
|
428
428
|
|
|
429
429
|
### Return type
|
|
430
430
|
|
|
431
|
-
**
|
|
431
|
+
**CreateOrganizationPaymentIntegration200Response**
|
|
432
432
|
|
|
433
433
|
### Authorization
|
|
434
434
|
|
|
@@ -448,7 +448,7 @@ const { status, data } = await apiInstance.toggleOrganizationPaymentIntegration(
|
|
|
448
448
|
[[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)
|
|
449
449
|
|
|
450
450
|
# **updateOrganizationPaymentIntegration**
|
|
451
|
-
>
|
|
451
|
+
> CreateOrganizationPaymentIntegration200Response updateOrganizationPaymentIntegration(organizationPaymentIntegrationUpdateInputs)
|
|
452
452
|
|
|
453
453
|
Update Organization Payment Integration endpoint
|
|
454
454
|
|
|
@@ -483,7 +483,7 @@ const { status, data } = await apiInstance.updateOrganizationPaymentIntegration(
|
|
|
483
483
|
|
|
484
484
|
### Return type
|
|
485
485
|
|
|
486
|
-
**
|
|
486
|
+
**CreateOrganizationPaymentIntegration200Response**
|
|
487
487
|
|
|
488
488
|
### Authorization
|
|
489
489
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**getOrganizationSideEffects**](#getorganizationsideeffects) | **GET** /organization/sideEffects | Get Organization Side Effects|
|
|
11
11
|
|
|
12
12
|
# **createOrganizationSideEffect**
|
|
13
|
-
>
|
|
13
|
+
> CreateOrganizationSideEffect200Response createOrganizationSideEffect()
|
|
14
14
|
|
|
15
15
|
Create Organization Side Effect endpoint
|
|
16
16
|
|
|
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.createOrganizationSideEffect(
|
|
|
50
50
|
|
|
51
51
|
### Return type
|
|
52
52
|
|
|
53
|
-
**
|
|
53
|
+
**CreateOrganizationSideEffect200Response**
|
|
54
54
|
|
|
55
55
|
### Authorization
|
|
56
56
|
|
|
@@ -70,7 +70,7 @@ const { status, data } = await apiInstance.createOrganizationSideEffect(
|
|
|
70
70
|
[[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)
|
|
71
71
|
|
|
72
72
|
# **deleteOrganizationSideEffect**
|
|
73
|
-
>
|
|
73
|
+
> CreateOrganizationSideEffect200Response deleteOrganizationSideEffect()
|
|
74
74
|
|
|
75
75
|
Delete Organization Side Effect endpoint
|
|
76
76
|
|
|
@@ -101,7 +101,7 @@ const { status, data } = await apiInstance.deleteOrganizationSideEffect(
|
|
|
101
101
|
|
|
102
102
|
### Return type
|
|
103
103
|
|
|
104
|
-
**
|
|
104
|
+
**CreateOrganizationSideEffect200Response**
|
|
105
105
|
|
|
106
106
|
### Authorization
|
|
107
107
|
|
|
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.deleteOrganizationSideEffect(
|
|
|
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
|
# **getOrganizationSideEffect**
|
|
124
|
-
>
|
|
124
|
+
> CreateOrganizationSideEffect200Response getOrganizationSideEffect()
|
|
125
125
|
|
|
126
126
|
Get Organization Side Effect endpoint
|
|
127
127
|
|
|
@@ -152,7 +152,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffect(
|
|
|
152
152
|
|
|
153
153
|
### Return type
|
|
154
154
|
|
|
155
|
-
**
|
|
155
|
+
**CreateOrganizationSideEffect200Response**
|
|
156
156
|
|
|
157
157
|
### Authorization
|
|
158
158
|
|
|
@@ -172,7 +172,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffect(
|
|
|
172
172
|
[[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)
|
|
173
173
|
|
|
174
174
|
# **getOrganizationSideEffects**
|
|
175
|
-
>
|
|
175
|
+
> GetOrganizationSideEffects200Response getOrganizationSideEffects()
|
|
176
176
|
|
|
177
177
|
Get Organization Side Effects endpoint
|
|
178
178
|
|
|
@@ -218,7 +218,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffects(
|
|
|
218
218
|
|
|
219
219
|
### Return type
|
|
220
220
|
|
|
221
|
-
**
|
|
221
|
+
**GetOrganizationSideEffects200Response**
|
|
222
222
|
|
|
223
223
|
### Authorization
|
|
224
224
|
|
|
@@ -17,7 +17,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
17
17
|
|[**updateTaxIntegration**](#updatetaxintegration) | **PUT** /organization/tax/{type} | Update Tax Integration|
|
|
18
18
|
|
|
19
19
|
# **createTaxIntegration**
|
|
20
|
-
>
|
|
20
|
+
> GetTaxIntegration200Response createTaxIntegration(taxIntegrationCreateInputs)
|
|
21
21
|
|
|
22
22
|
Create Tax Integration endpoint
|
|
23
23
|
|
|
@@ -52,7 +52,7 @@ const { status, data } = await apiInstance.createTaxIntegration(
|
|
|
52
52
|
|
|
53
53
|
### Return type
|
|
54
54
|
|
|
55
|
-
**
|
|
55
|
+
**GetTaxIntegration200Response**
|
|
56
56
|
|
|
57
57
|
### Authorization
|
|
58
58
|
|
|
@@ -504,7 +504,7 @@ const { status, data } = await apiInstance.testTaxIntegration(
|
|
|
504
504
|
[[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)
|
|
505
505
|
|
|
506
506
|
# **toggleTaxIntegration**
|
|
507
|
-
>
|
|
507
|
+
> GetTaxIntegration200Response toggleTaxIntegration()
|
|
508
508
|
|
|
509
509
|
Toggle Tax Integration endpoint
|
|
510
510
|
|
|
@@ -535,7 +535,7 @@ const { status, data } = await apiInstance.toggleTaxIntegration(
|
|
|
535
535
|
|
|
536
536
|
### Return type
|
|
537
537
|
|
|
538
|
-
**
|
|
538
|
+
**GetTaxIntegration200Response**
|
|
539
539
|
|
|
540
540
|
### Authorization
|
|
541
541
|
|
|
@@ -555,7 +555,7 @@ const { status, data } = await apiInstance.toggleTaxIntegration(
|
|
|
555
555
|
[[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)
|
|
556
556
|
|
|
557
557
|
# **updateTaxIntegration**
|
|
558
|
-
>
|
|
558
|
+
> GetTaxIntegration200Response updateTaxIntegration(taxIntegrationUpdateInputs)
|
|
559
559
|
|
|
560
560
|
Update Tax Integration endpoint
|
|
561
561
|
|
|
@@ -590,7 +590,7 @@ const { status, data } = await apiInstance.updateTaxIntegration(
|
|
|
590
590
|
|
|
591
591
|
### Return type
|
|
592
592
|
|
|
593
|
-
**
|
|
593
|
+
**GetTaxIntegration200Response**
|
|
594
594
|
|
|
595
595
|
### Authorization
|
|
596
596
|
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**updateOrganizationTeamMember**](#updateorganizationteammember) | **PUT** /organization/team-members/{teamMemberId} | Update Organization Team Member|
|
|
12
12
|
|
|
13
13
|
# **createOrganizationTeamMember**
|
|
14
|
-
>
|
|
14
|
+
> CreateOrganizationTeamMember200Response createOrganizationTeamMember(organizationTeamMemberCreateInputs)
|
|
15
15
|
|
|
16
16
|
Create Organization Team Member endpoint
|
|
17
17
|
|
|
@@ -43,7 +43,7 @@ const { status, data } = await apiInstance.createOrganizationTeamMember(
|
|
|
43
43
|
|
|
44
44
|
### Return type
|
|
45
45
|
|
|
46
|
-
**
|
|
46
|
+
**CreateOrganizationTeamMember200Response**
|
|
47
47
|
|
|
48
48
|
### Authorization
|
|
49
49
|
|
|
@@ -114,7 +114,7 @@ const { status, data } = await apiInstance.deleteOrganizationTeamMember(
|
|
|
114
114
|
[[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)
|
|
115
115
|
|
|
116
116
|
# **getOrganizationTeamMember**
|
|
117
|
-
>
|
|
117
|
+
> DeleteDashboard200Response getOrganizationTeamMember()
|
|
118
118
|
|
|
119
119
|
Get Organization Team Member endpoint
|
|
120
120
|
|
|
@@ -145,7 +145,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMember(
|
|
|
145
145
|
|
|
146
146
|
### Return type
|
|
147
147
|
|
|
148
|
-
**
|
|
148
|
+
**DeleteDashboard200Response**
|
|
149
149
|
|
|
150
150
|
### Authorization
|
|
151
151
|
|
|
@@ -165,7 +165,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMember(
|
|
|
165
165
|
[[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)
|
|
166
166
|
|
|
167
167
|
# **getOrganizationTeamMembers**
|
|
168
|
-
>
|
|
168
|
+
> GetOrganizationTeamMembers200Response getOrganizationTeamMembers()
|
|
169
169
|
|
|
170
170
|
Get Organization Team Members endpoint
|
|
171
171
|
|
|
@@ -205,7 +205,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMembers(
|
|
|
205
205
|
|
|
206
206
|
### Return type
|
|
207
207
|
|
|
208
|
-
**
|
|
208
|
+
**GetOrganizationTeamMembers200Response**
|
|
209
209
|
|
|
210
210
|
### Authorization
|
|
211
211
|
|
|
@@ -225,7 +225,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMembers(
|
|
|
225
225
|
[[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)
|
|
226
226
|
|
|
227
227
|
# **updateOrganizationTeamMember**
|
|
228
|
-
>
|
|
228
|
+
> CreateOrganizationTeamMember200Response updateOrganizationTeamMember()
|
|
229
229
|
|
|
230
230
|
Update Organization Team Member endpoint
|
|
231
231
|
|
|
@@ -260,7 +260,7 @@ const { status, data } = await apiInstance.updateOrganizationTeamMember(
|
|
|
260
260
|
|
|
261
261
|
### Return type
|
|
262
262
|
|
|
263
|
-
**
|
|
263
|
+
**CreateOrganizationTeamMember200Response**
|
|
264
264
|
|
|
265
265
|
### Authorization
|
|
266
266
|
|
|
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
9
9
|
|[**getOrganizationUsers**](#getorganizationusers) | **GET** /organization/users | Get Organization Users|
|
|
10
10
|
|
|
11
11
|
# **addOrganizationUser**
|
|
12
|
-
>
|
|
12
|
+
> AddOrganizationUser200Response addOrganizationUser()
|
|
13
13
|
|
|
14
14
|
Add Organization User endpoint
|
|
15
15
|
|
|
@@ -40,7 +40,7 @@ const { status, data } = await apiInstance.addOrganizationUser(
|
|
|
40
40
|
|
|
41
41
|
### Return type
|
|
42
42
|
|
|
43
|
-
**
|
|
43
|
+
**AddOrganizationUser200Response**
|
|
44
44
|
|
|
45
45
|
### Authorization
|
|
46
46
|
|
|
@@ -111,7 +111,7 @@ const { status, data } = await apiInstance.deleteOrganizationUser(
|
|
|
111
111
|
[[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)
|
|
112
112
|
|
|
113
113
|
# **getOrganizationUsers**
|
|
114
|
-
>
|
|
114
|
+
> GetOrganizationUsers200Response getOrganizationUsers()
|
|
115
115
|
|
|
116
116
|
Get Organization Users endpoint
|
|
117
117
|
|
|
@@ -151,7 +151,7 @@ const { status, data } = await apiInstance.getOrganizationUsers(
|
|
|
151
151
|
|
|
152
152
|
### Return type
|
|
153
153
|
|
|
154
|
-
**
|
|
154
|
+
**GetOrganizationUsers200Response**
|
|
155
155
|
|
|
156
156
|
### Authorization
|
|
157
157
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# PassAttribute
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [default to undefined]
|
|
9
|
+
**attributeId** | **string** | | [default to undefined]
|
|
10
|
+
**attribute** | [**BaseEventAttribute**](BaseEventAttribute.md) | | [default to undefined]
|
|
11
|
+
**value** | **string** | | [default to undefined]
|
|
12
|
+
**createdAt** | **string** | | [default to undefined]
|
|
13
|
+
**updatedAt** | **string** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { PassAttribute } from '@connectedxm/admin-sdk';
|
|
19
|
+
|
|
20
|
+
const instance: PassAttribute = {
|
|
21
|
+
id,
|
|
22
|
+
attributeId,
|
|
23
|
+
attribute,
|
|
24
|
+
value,
|
|
25
|
+
createdAt,
|
|
26
|
+
updatedAt,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# PassAttributesUpdateInputs
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**values** | [**Array<PassAttributesUpdateInputsValuesInner>**](PassAttributesUpdateInputsValuesInner.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { PassAttributesUpdateInputs } from '@connectedxm/admin-sdk';
|
|
14
|
+
|
|
15
|
+
const instance: PassAttributesUpdateInputs = {
|
|
16
|
+
values,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# PassAttributesUpdateInputsValuesInner
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**attributeId** | **string** | | [default to undefined]
|
|
9
|
+
**value** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { PassAttributesUpdateInputsValuesInner } from '@connectedxm/admin-sdk';
|
|
15
|
+
|
|
16
|
+
const instance: PassAttributesUpdateInputsValuesInner = {
|
|
17
|
+
attributeId,
|
|
18
|
+
value,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -31,6 +31,8 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**taxCode** | **string** | | [optional] [default to undefined]
|
|
32
32
|
**taxIncluded** | **boolean** | | [optional] [default to undefined]
|
|
33
33
|
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
|
|
34
|
+
**printable** | **boolean** | | [optional] [default to undefined]
|
|
35
|
+
**badgeColor** | **string** | | [optional] [default to undefined]
|
|
34
36
|
|
|
35
37
|
## Example
|
|
36
38
|
|
|
@@ -64,6 +66,8 @@ const instance: PassTypeCreateInputs = {
|
|
|
64
66
|
taxCode,
|
|
65
67
|
taxIncluded,
|
|
66
68
|
taxLocation,
|
|
69
|
+
printable,
|
|
70
|
+
badgeColor,
|
|
67
71
|
};
|
|
68
72
|
```
|
|
69
73
|
|
|
@@ -33,6 +33,8 @@ Name | Type | Description | Notes
|
|
|
33
33
|
**taxCode** | **string** | | [optional] [default to undefined]
|
|
34
34
|
**taxIncluded** | **boolean** | | [optional] [default to undefined]
|
|
35
35
|
**taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
|
|
36
|
+
**printable** | **boolean** | | [optional] [default to undefined]
|
|
37
|
+
**badgeColor** | **string** | | [optional] [default to undefined]
|
|
36
38
|
|
|
37
39
|
## Example
|
|
38
40
|
|
|
@@ -68,6 +70,8 @@ const instance: PassTypeUpdateInputs = {
|
|
|
68
70
|
taxCode,
|
|
69
71
|
taxIncluded,
|
|
70
72
|
taxLocation,
|
|
73
|
+
printable,
|
|
74
|
+
badgeColor,
|
|
71
75
|
};
|
|
72
76
|
```
|
|
73
77
|
|
package/docs/Payment.md
CHANGED
|
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
|
|
|
31
31
|
**membershipId** | **string** | | [default to undefined]
|
|
32
32
|
**couponId** | **string** | | [default to undefined]
|
|
33
33
|
**invoiceId** | **string** | | [default to undefined]
|
|
34
|
+
**seriesId** | **string** | | [default to undefined]
|
|
34
35
|
**lineItems** | **Array<object>** | | [default to undefined]
|
|
35
36
|
**createdAt** | **string** | | [default to undefined]
|
|
36
37
|
**locationAddress1** | **string** | | [default to undefined]
|
|
@@ -57,6 +58,7 @@ Name | Type | Description | Notes
|
|
|
57
58
|
**space** | [**BaseBookingSpace**](BaseBookingSpace.md) | | [default to undefined]
|
|
58
59
|
**coupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
|
|
59
60
|
**invoice** | [**BaseInvoice**](BaseInvoice.md) | | [default to undefined]
|
|
61
|
+
**series** | [**BaseSeries**](BaseSeries.md) | | [default to undefined]
|
|
60
62
|
**metadata** | **object** | | [optional] [default to undefined]
|
|
61
63
|
|
|
62
64
|
## Example
|
|
@@ -91,6 +93,7 @@ const instance: Payment = {
|
|
|
91
93
|
membershipId,
|
|
92
94
|
couponId,
|
|
93
95
|
invoiceId,
|
|
96
|
+
seriesId,
|
|
94
97
|
lineItems,
|
|
95
98
|
createdAt,
|
|
96
99
|
locationAddress1,
|
|
@@ -117,6 +120,7 @@ const instance: Payment = {
|
|
|
117
120
|
space,
|
|
118
121
|
coupon,
|
|
119
122
|
invoice,
|
|
123
|
+
series,
|
|
120
124
|
metadata,
|
|
121
125
|
};
|
|
122
126
|
```
|
package/docs/PaymentLineItem.md
CHANGED
|
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
|
|
|
34
34
|
**access** | [**BaseEventSessionAccess**](BaseEventSessionAccess.md) | | [default to undefined]
|
|
35
35
|
**booking** | [**BaseBooking**](BaseBooking.md) | | [default to undefined]
|
|
36
36
|
**coupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
|
|
37
|
+
**seriesRegistration** | [**BaseSeriesRegistration**](BaseSeriesRegistration.md) | | [default to undefined]
|
|
37
38
|
**payment** | [**BasePayment**](BasePayment.md) | | [default to undefined]
|
|
38
39
|
|
|
39
40
|
## Example
|
|
@@ -71,6 +72,7 @@ const instance: PaymentLineItem = {
|
|
|
71
72
|
access,
|
|
72
73
|
booking,
|
|
73
74
|
coupon,
|
|
75
|
+
seriesRegistration,
|
|
74
76
|
payment,
|
|
75
77
|
};
|
|
76
78
|
```
|
|
@@ -21,6 +21,8 @@
|
|
|
21
21
|
|
|
22
22
|
* `Coupon` (value: `'coupon'`)
|
|
23
23
|
|
|
24
|
+
* `Series` (value: `'series'`)
|
|
25
|
+
|
|
24
26
|
* `Refund` (value: `'refund'`)
|
|
25
27
|
|
|
26
28
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/PreferencesApi.md
CHANGED
|
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
8
8
|
|[**updatePreferences**](#updatepreferences) | **PUT** /preferences | Update Preferences|
|
|
9
9
|
|
|
10
10
|
# **getPreferences**
|
|
11
|
-
>
|
|
11
|
+
> GetPreferences200Response getPreferences()
|
|
12
12
|
|
|
13
13
|
Get Preferences endpoint
|
|
14
14
|
|
|
@@ -32,7 +32,7 @@ This endpoint does not have any parameters.
|
|
|
32
32
|
|
|
33
33
|
### Return type
|
|
34
34
|
|
|
35
|
-
**
|
|
35
|
+
**GetPreferences200Response**
|
|
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
|
# **updatePreferences**
|
|
55
|
-
>
|
|
55
|
+
> GetPreferences200Response updatePreferences(adminNotificationPreferencesUpdateInputs)
|
|
56
56
|
|
|
57
57
|
Update Preferences endpoint
|
|
58
58
|
|
|
@@ -84,7 +84,7 @@ const { status, data } = await apiInstance.updatePreferences(
|
|
|
84
84
|
|
|
85
85
|
### Return type
|
|
86
86
|
|
|
87
|
-
**
|
|
87
|
+
**GetPreferences200Response**
|
|
88
88
|
|
|
89
89
|
### Authorization
|
|
90
90
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RemoveEventPassAttribute200Response
|
|
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** | [**PassAttribute**](PassAttribute.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { RemoveEventPassAttribute200Response } from '@connectedxm/admin-sdk';
|
|
16
|
+
|
|
17
|
+
const instance: RemoveEventPassAttribute200Response = {
|
|
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)
|