@connectedxm/admin-sdk 6.9.0 → 6.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +212 -20
- package/AdminApi.ts +18 -0
- package/README.md +241 -24
- package/api.ts +7182 -1621
- package/dist/AdminApi.d.ts +7 -1
- package/dist/AdminApi.js +6 -0
- package/dist/api.d.ts +4993 -1528
- package/dist/api.js +4123 -720
- package/dist/esm/AdminApi.d.ts +7 -1
- package/dist/esm/AdminApi.js +7 -1
- package/dist/esm/api.d.ts +4993 -1528
- package/dist/esm/api.js +4077 -702
- package/docs/AccountAttribute.md +3 -1
- package/docs/AccountAttributeCreateInputs.md +7 -1
- package/docs/AccountAttributeType.md +20 -0
- package/docs/AccountAttributeUpdateInputs.md +6 -0
- package/docs/AccountsAddressesApi.md +4 -4
- package/docs/AccountsApi.md +58 -6
- package/docs/AddChannelSubscriber200Response.md +24 -0
- package/docs/AddOrganizationUser200Response.md +24 -0
- package/docs/AdvertisementsApi.md +4 -4
- package/docs/AnnouncementsApi.md +4 -4
- package/docs/AnnouncementsScheduleApi.md +4 -4
- package/docs/BaseAccountAttribute.md +3 -1
- package/docs/BaseEventActivation.md +4 -0
- package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
- package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
- package/docs/BaseEventBlock.md +2 -0
- package/docs/BaseEventOnSite.md +2 -2
- package/docs/BaseEventPass.md +2 -0
- package/docs/BaseEventSession.md +2 -4
- package/docs/BaseEventSessionQuestionChoice.md +1 -1
- package/docs/BasePassAttribute.md +26 -0
- package/docs/BasePassAttributeAttribute.md +22 -0
- package/docs/BasePayment.md +2 -0
- package/docs/BaseRegistrationQuestionChoice.md +1 -1
- package/docs/BaseSeriesQuestion.md +60 -0
- package/docs/BaseSeriesQuestionChoice.md +30 -0
- package/docs/BaseSeriesRegistration.md +2 -0
- package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
- package/docs/BaseSideEffect.md +2 -0
- package/docs/BaseSurveyQuestionChoice.md +1 -1
- package/docs/BookingsApi.md +10 -10
- package/docs/BookingsAvailabilitiesApi.md +6 -6
- package/docs/BookingsBlackoutsApi.md +4 -4
- package/docs/BulkUploadSearchListValues200Response.md +24 -0
- package/docs/ChannelsApi.md +36 -36
- package/docs/CloneOptions.md +2 -0
- package/docs/CreateAccountAddress200Response.md +1 -1
- package/docs/CreateAccountAttribute200Response.md +24 -0
- package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
- package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
- package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
- package/docs/CreateChannelContentGuest200Response.md +24 -0
- package/docs/CreateDashboardWidget200Response.md +24 -0
- package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
- package/docs/CreateEventActivationCompletion200Response.md +24 -0
- package/docs/CreateEventAttendeePackage200Response.md +24 -0
- package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
- package/docs/CreateEventFollowup200Response.md +24 -0
- package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
- package/docs/CreateEventPackagePass200Response.md +24 -0
- package/docs/CreateEventQuestion200Response.md +24 -0
- package/docs/CreateEventQuestionChoice200Response.md +24 -0
- package/docs/CreateEventRegistrationBypass200Response.md +24 -0
- package/docs/CreateEventReservation200Response.md +24 -0
- package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
- package/docs/CreateEventSessionLocation200Response.md +24 -0
- package/docs/CreateEventSessionQuestion200Response.md +24 -0
- package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
- package/docs/CreateEventSessionSection200Response.md +24 -0
- package/docs/CreateEventSponsorship200Response.md +24 -0
- package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
- package/docs/CreateGroupInvitations200Response.md +24 -0
- package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
- package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
- package/docs/CreateOrganizationSideEffect200Response.md +24 -0
- package/docs/CreateOrganizationTeamMember200Response.md +24 -0
- package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
- package/docs/CreateSeriesQuestion200Response.md +24 -0
- package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
- package/docs/CreateSeriesRegistration200Response.md +24 -0
- package/docs/CreateStreamInputOutput200Response.md +24 -0
- package/docs/CreateSupportTicketMessage200Response.md +24 -0
- package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
- package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
- package/docs/CreateThreadCircleAccount200Response.md +24 -0
- package/docs/CreateThreadMessageReaction200Response.md +24 -0
- package/docs/DashboardsApi.md +2 -2
- package/docs/DashboardsWidgetsApi.md +8 -8
- package/docs/DeleteDashboard200Response.md +24 -0
- package/docs/EmailReceiptsApi.md +2 -2
- package/docs/Event.md +6 -0
- package/docs/EventActivation.md +8 -0
- package/docs/EventActivationCreateInputs.md +6 -0
- package/docs/EventActivationUpdateInputs.md +6 -0
- package/docs/EventAttribute.md +26 -0
- package/docs/EventAttributeCreateInputs.md +20 -0
- package/docs/EventAttributeUpdateInputs.md +20 -0
- package/docs/EventBlock.md +2 -0
- package/docs/EventBlockCreateInputs.md +2 -0
- package/docs/EventBlockUpdateInputs.md +2 -0
- package/docs/EventCreateInputs.md +6 -0
- package/docs/EventMediaItemTranslation.md +30 -0
- package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
- package/docs/EventOnSite.md +2 -4
- package/docs/EventPass.md +8 -0
- package/docs/EventPassCreateInputs.md +2 -0
- package/docs/EventPassType.md +4 -0
- package/docs/EventPassUpdateInputs.md +2 -0
- package/docs/EventRoomTypeReservationPassesInner.md +1 -1
- package/docs/EventSession.md +12 -4
- package/docs/EventSessionCloneOptions.md +22 -0
- package/docs/EventSessionCreateInputs.md +8 -4
- package/docs/EventSessionUpdateInputs.md +8 -4
- package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
- package/docs/EventTrack.md +1 -1
- package/docs/EventTranslation.md +2 -0
- package/docs/EventTranslationUpdateInputs.md +2 -0
- package/docs/EventUpdateInputs.md +6 -0
- package/docs/EventsAccessApi.md +4 -4
- package/docs/EventsActivationsApi.md +85 -18
- package/docs/EventsActivationsSessionsApi.md +123 -0
- package/docs/EventsAddonsApi.md +4 -4
- package/docs/EventsApi.md +2 -2
- package/docs/EventsAttendeesApi.md +8 -8
- package/docs/EventsAttendeesPackagesApi.md +10 -10
- package/docs/EventsAttendeesReservationsApi.md +16 -16
- package/docs/EventsAttributesApi.md +296 -0
- package/docs/EventsBlocksApi.md +2 -2
- package/docs/EventsBypassApi.md +8 -8
- package/docs/EventsFaqsApi.md +2 -2
- package/docs/EventsFollowupsApi.md +32 -32
- package/docs/EventsMatchesApi.md +10 -10
- package/docs/EventsMediaApi.md +12 -12
- package/docs/EventsOnSiteApi.md +10 -188
- package/docs/EventsPackagesPassesApi.md +8 -8
- package/docs/EventsPassesApi.md +26 -26
- package/docs/EventsPassesAttributesApi.md +191 -0
- package/docs/EventsPasstypesApi.md +14 -14
- package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
- package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
- package/docs/EventsQuestionsApi.md +38 -38
- package/docs/EventsRoomsApi.md +2 -2
- package/docs/EventsRoomtypesApi.md +8 -8
- package/docs/EventsSectionsApi.md +32 -32
- package/docs/EventsSessionsAccessesApi.md +6 -6
- package/docs/EventsSessionsApi.md +270 -28
- package/docs/EventsSessionsLocationsApi.md +14 -14
- package/docs/EventsSessionsMatchesApi.md +12 -12
- package/docs/EventsSessionsQuestionsApi.md +36 -36
- package/docs/EventsSessionsSectionsApi.md +18 -18
- package/docs/EventsSpeakersApi.md +8 -8
- package/docs/EventsSponsorshiplevelsApi.md +10 -10
- package/docs/EventsSponsorshipsApi.md +10 -10
- package/docs/EventsTracksApi.md +2 -2
- package/docs/GetAcccountEmailReceipts200Response.md +26 -0
- package/docs/GetAccountAddresses200Response.md +26 -0
- package/docs/GetAccountInvitations200Response.md +1 -1
- package/docs/GetAccountNotificationPreferences200Response.md +24 -0
- package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
- package/docs/GetAccountsByInternalRefId200Response.md +24 -0
- package/docs/GetAdvertisementClicks200Response.md +26 -0
- package/docs/GetAdvertisementViews200Response.md +26 -0
- package/docs/GetAnnouncementAudience200Response.md +26 -0
- package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
- package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
- package/docs/GetBookingSpaceSlots200Response.md +24 -0
- package/docs/GetChannelContentGuests200Response.md +26 -0
- package/docs/GetChannelContentLikes200Response.md +26 -0
- package/docs/GetChannelSubscribers200Response.md +26 -0
- package/docs/GetDashboardAttributes200Response.md +24 -0
- package/docs/GetDashboardWidgets200Response.md +24 -0
- package/docs/GetEmailReceipts200Response.md +26 -0
- package/docs/GetEventActivationCompletions200Response.md +26 -0
- package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
- package/docs/GetEventActivations200Response.md +26 -0
- package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
- package/docs/GetEventAttendeePackages200Response.md +26 -0
- package/docs/GetEventAttendeeReservations200Response.md +26 -0
- package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
- package/docs/GetEventAttributes200Response.md +26 -0
- package/docs/GetEventDashboardQuestions200Response.md +24 -0
- package/docs/GetEventFollowupQuestions200Response.md +26 -0
- package/docs/GetEventPackagePasses200Response.md +26 -0
- package/docs/GetEventPassAccesses200Response.md +26 -0
- package/docs/GetEventPassAttributes200Response.md +26 -0
- package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
- package/docs/GetEventPassQuestionSections200Response.md +26 -0
- package/docs/GetEventPassResponse200Response.md +24 -0
- package/docs/GetEventPassResponseChanges200Response.md +26 -0
- package/docs/GetEventPassResponses200Response.md +26 -0
- package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
- package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
- package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
- package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
- package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventQuestionChoices200Response.md +26 -0
- package/docs/GetEventQuestionSummaries200Response.md +26 -0
- package/docs/GetEventQuestions200Response.md +26 -0
- package/docs/GetEventRegistrationBypassList200Response.md +26 -0
- package/docs/GetEventRoundQuestions200Response.md +26 -0
- package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
- package/docs/GetEventSectionQuestions200Response.md +26 -0
- package/docs/GetEventSessionAccess200Response.md +24 -0
- package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
- package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
- package/docs/GetEventSessionLocations200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
- package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
- package/docs/GetEventSessionQuestions200Response.md +26 -0
- package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
- package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
- package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
- package/docs/GetEventSponsorshipLevels200Response.md +26 -0
- package/docs/GetEventSponsorships200Response.md +26 -0
- package/docs/GetGroupInvitations200Response.md +26 -0
- package/docs/GetInvoiceLineItems200Response.md +26 -0
- package/docs/GetLivestreamSessions200Response.md +26 -0
- package/docs/GetMeetingParticipant200Response.md +24 -0
- package/docs/GetMeetingParticipants200Response.md +26 -0
- package/docs/GetMeetingRecording200Response.md +24 -0
- package/docs/GetMeetingRecordings200Response.md +26 -0
- package/docs/GetMeetingSessionMessages200Response.md +24 -0
- package/docs/GetMeetingSessionParticipant200Response.md +24 -0
- package/docs/GetMeetingSessionParticipants200Response.md +26 -0
- package/docs/GetMeetingSessionSummary200Response.md +24 -0
- package/docs/GetMeetingSessionTranscript200Response.md +24 -0
- package/docs/GetMeetingSessions200Response.md +26 -0
- package/docs/GetNotificationStats200Response.md +24 -0
- package/docs/GetNotifications200Response.md +26 -0
- package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
- package/docs/GetOrganizationDomain200Response.md +24 -0
- package/docs/GetOrganizationModule200Response.md +24 -0
- package/docs/GetOrganizationModuleSettings200Response.md +24 -0
- package/docs/GetOrganizationModules200Response.md +26 -0
- package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
- package/docs/GetOrganizationSideEffects200Response.md +26 -0
- package/docs/GetOrganizationSystemLog200Response.md +24 -0
- package/docs/GetOrganizationSystemLogs200Response.md +26 -0
- package/docs/GetOrganizationTeamMembers200Response.md +26 -0
- package/docs/GetOrganizationUsers200Response.md +26 -0
- package/docs/GetPreferences200Response.md +24 -0
- package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
- package/docs/GetSearchListValues200Response.md +26 -0
- package/docs/GetSeriesQuestionChoices200Response.md +26 -0
- package/docs/GetSeriesQuestions200Response.md +26 -0
- package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
- package/docs/GetSeriesRegistrations200Response.md +26 -0
- package/docs/GetStreamInputOutputs200Response.md +26 -0
- package/docs/GetStreamSessionChat200Response.md +24 -0
- package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
- package/docs/GetSupportTicketActivity200Response.md +24 -0
- package/docs/GetSupportTicketMessages200Response.md +26 -0
- package/docs/GetSupportTicketNotes200Response.md +26 -0
- package/docs/GetSupportTicketViewer200Response.md +26 -0
- package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
- package/docs/GetSurveyQuestionChoices200Response.md +26 -0
- package/docs/GetSurveyQuestionResponses200Response.md +26 -0
- package/docs/GetSurveySectionQuestions200Response.md +26 -0
- package/docs/GetSurveySubmission200Response.md +24 -0
- package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
- package/docs/GetSurveySubmissions200Response.md +26 -0
- package/docs/GetThreadCircleAccounts200Response.md +26 -0
- package/docs/GetThreadMessageReactions200Response.md +24 -0
- package/docs/GroupsInvitationsApi.md +8 -8
- package/docs/GroupsModeratorsApi.md +4 -4
- package/docs/InterestsApi.md +2 -2
- package/docs/InvoicesApi.md +4 -4
- package/docs/InvoicesLineitemsApi.md +4 -4
- package/docs/MeetingsLivestreamsApi.md +4 -4
- package/docs/MeetingsParticipantsApi.md +10 -10
- package/docs/MeetingsRecordingsApi.md +4 -4
- package/docs/MeetingsSessionsApi.md +14 -14
- package/docs/NotificationsApi.md +8 -8
- package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
- package/docs/OrganizationApi.md +10 -10
- package/docs/OrganizationAttributesApi.md +12 -12
- package/docs/OrganizationDomainsApi.md +4 -4
- package/docs/OrganizationModulesApi.md +6 -6
- package/docs/OrganizationModulesSettingsApi.md +4 -4
- package/docs/OrganizationModulesTiersApi.md +12 -12
- package/docs/OrganizationPaymentsApi.md +12 -12
- package/docs/OrganizationSideeffectsApi.md +8 -8
- package/docs/OrganizationTaxApi.md +6 -6
- package/docs/OrganizationTeammembersApi.md +8 -8
- package/docs/OrganizationUsersApi.md +4 -4
- package/docs/PassAttribute.md +30 -0
- package/docs/PassAttributesUpdateInputs.md +20 -0
- package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
- package/docs/PassTypeCreateInputs.md +4 -0
- package/docs/PassTypeUpdateInputs.md +4 -0
- package/docs/Payment.md +4 -0
- package/docs/PaymentLineItem.md +2 -0
- package/docs/PaymentLineItemType.md +2 -0
- package/docs/PreferencesApi.md +4 -4
- package/docs/RemoveEventPassAttribute200Response.md +24 -0
- package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
- package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
- package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
- package/docs/ReorderEventSponsorships200Response.md +24 -0
- package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
- package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
- package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
- package/docs/SearchlistsValuesApi.md +12 -12
- package/docs/SelfApi.md +2 -2
- package/docs/Series.md +6 -0
- package/docs/SeriesApi.md +64 -0
- package/docs/SeriesCreateInputs.md +6 -0
- package/docs/SeriesQuestion.md +68 -0
- package/docs/SeriesQuestionChoice.md +38 -0
- package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
- package/docs/SeriesQuestionChoiceTranslation.md +32 -0
- package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
- package/docs/SeriesQuestionCreateInputs.md +56 -0
- package/docs/SeriesQuestionTranslation.md +32 -0
- package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
- package/docs/SeriesQuestionType.md +30 -0
- package/docs/SeriesQuestionUpdateInputs.md +56 -0
- package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
- package/docs/SeriesQuestionsApi.md +421 -0
- package/docs/SeriesQuestionsChoicesApi.md +244 -0
- package/docs/SeriesRegistration.md +4 -0
- package/docs/SeriesRegistrationQuestionResponse.md +34 -0
- package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
- package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
- package/docs/SeriesRegistrationsApi.md +203 -10
- package/docs/SeriesTranslation.md +38 -0
- package/docs/SeriesTranslationUpdateInputs.md +28 -0
- package/docs/SeriesUpdateInputs.md +6 -0
- package/docs/SideEffect.md +4 -0
- package/docs/SideEffectActionType.md +2 -0
- package/docs/StorageVideosApi.md +4 -4
- package/docs/StorageVideosCaptionsApi.md +2 -2
- package/docs/StreamsApi.md +2 -2
- package/docs/StreamsOutputsApi.md +8 -8
- package/docs/StreamsSessionsApi.md +4 -4
- package/docs/SupportApi.md +4 -4
- package/docs/SupportMessagesApi.md +4 -4
- package/docs/SupportNotesApi.md +4 -4
- package/docs/Survey.md +2 -4
- package/docs/SurveyCreateInputs.md +2 -2
- package/docs/SurveyUpdateInputs.md +2 -2
- package/docs/SurveysApi.md +64 -0
- package/docs/SurveysQuestionsApi.md +32 -32
- package/docs/SurveysSectionsApi.md +10 -10
- package/docs/SurveysSessionsApi.md +117 -0
- package/docs/SurveysSubmissionsApi.md +12 -12
- package/docs/ThreadsCirclesAccountsApi.md +8 -8
- package/docs/ThreadsMessagesApi.md +2 -2
- package/docs/ThreadsMessagesFilesApi.md +2 -2
- package/docs/ThreadsMessagesImagesApi.md +2 -2
- package/docs/ThreadsMessagesReactionsApi.md +4 -4
- package/docs/ThreadsMessagesVideosApi.md +2 -2
- package/docs/UpdateEventPassAttributes200Response.md +24 -0
- package/docs/UpdateEventRoundQuestion200Response.md +24 -0
- package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
- package/docs/UpdateOrganizationDomain200Response.md +24 -0
- package/package.json +1 -1
- package/docs/BadgeFieldType.md +0 -20
- package/docs/BaseEventOnSiteBadgeField.md +0 -44
- package/docs/EventBadgeFieldUpdateInputs.md +0 -34
- package/docs/EventOnSiteBadgeField.md +0 -46
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
# EventsPassesAttributesApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://admin-api.connected.dev*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**getEventPassAttributes**](#geteventpassattributes) | **GET** /events/{eventId}/passes/{passId}/attributes | Get Event Pass Attributes|
|
|
8
|
+
|[**removeEventPassAttribute**](#removeeventpassattribute) | **DELETE** /events/{eventId}/passes/{passId}/attributes/{attributeId} | Remove Event Pass Attribute|
|
|
9
|
+
|[**updateEventPassAttributes**](#updateeventpassattributes) | **PUT** /events/{eventId}/passes/{passId}/attributes | Update Event Pass Attributes|
|
|
10
|
+
|
|
11
|
+
# **getEventPassAttributes**
|
|
12
|
+
> GetEventPassAttributes200Response getEventPassAttributes()
|
|
13
|
+
|
|
14
|
+
Get Event Pass Attributes endpoint
|
|
15
|
+
|
|
16
|
+
### Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import {
|
|
20
|
+
EventsPassesAttributesApi,
|
|
21
|
+
Configuration
|
|
22
|
+
} from '@connectedxm/admin-sdk';
|
|
23
|
+
|
|
24
|
+
const configuration = new Configuration();
|
|
25
|
+
const apiInstance = new EventsPassesAttributesApi(configuration);
|
|
26
|
+
|
|
27
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
28
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
29
|
+
let page: number; //Page number (optional) (default to 1)
|
|
30
|
+
let pageSize: number; //Number of items per page (optional) (default to 25)
|
|
31
|
+
let orderBy: string; //Field to order by (optional) (default to undefined)
|
|
32
|
+
let search: string; //Search query (optional) (default to undefined)
|
|
33
|
+
|
|
34
|
+
const { status, data } = await apiInstance.getEventPassAttributes(
|
|
35
|
+
eventId,
|
|
36
|
+
passId,
|
|
37
|
+
page,
|
|
38
|
+
pageSize,
|
|
39
|
+
orderBy,
|
|
40
|
+
search
|
|
41
|
+
);
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Parameters
|
|
45
|
+
|
|
46
|
+
|Name | Type | Description | Notes|
|
|
47
|
+
|------------- | ------------- | ------------- | -------------|
|
|
48
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
49
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
50
|
+
| **page** | [**number**] | Page number | (optional) defaults to 1|
|
|
51
|
+
| **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
|
|
52
|
+
| **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
|
|
53
|
+
| **search** | [**string**] | Search query | (optional) defaults to undefined|
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Return type
|
|
57
|
+
|
|
58
|
+
**GetEventPassAttributes200Response**
|
|
59
|
+
|
|
60
|
+
### Authorization
|
|
61
|
+
|
|
62
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
63
|
+
|
|
64
|
+
### HTTP request headers
|
|
65
|
+
|
|
66
|
+
- **Content-Type**: Not defined
|
|
67
|
+
- **Accept**: application/json
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### HTTP response details
|
|
71
|
+
| Status code | Description | Response headers |
|
|
72
|
+
|-------------|-------------|------------------|
|
|
73
|
+
|**200** | Successful response | - |
|
|
74
|
+
|
|
75
|
+
[[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)
|
|
76
|
+
|
|
77
|
+
# **removeEventPassAttribute**
|
|
78
|
+
> RemoveEventPassAttribute200Response removeEventPassAttribute()
|
|
79
|
+
|
|
80
|
+
Remove Event Pass Attribute endpoint
|
|
81
|
+
|
|
82
|
+
### Example
|
|
83
|
+
|
|
84
|
+
```typescript
|
|
85
|
+
import {
|
|
86
|
+
EventsPassesAttributesApi,
|
|
87
|
+
Configuration
|
|
88
|
+
} from '@connectedxm/admin-sdk';
|
|
89
|
+
|
|
90
|
+
const configuration = new Configuration();
|
|
91
|
+
const apiInstance = new EventsPassesAttributesApi(configuration);
|
|
92
|
+
|
|
93
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
94
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
95
|
+
let attributeId: string; //The attribute identifier (default to undefined)
|
|
96
|
+
|
|
97
|
+
const { status, data } = await apiInstance.removeEventPassAttribute(
|
|
98
|
+
eventId,
|
|
99
|
+
passId,
|
|
100
|
+
attributeId
|
|
101
|
+
);
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Parameters
|
|
105
|
+
|
|
106
|
+
|Name | Type | Description | Notes|
|
|
107
|
+
|------------- | ------------- | ------------- | -------------|
|
|
108
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
109
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
110
|
+
| **attributeId** | [**string**] | The attribute identifier | defaults to undefined|
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Return type
|
|
114
|
+
|
|
115
|
+
**RemoveEventPassAttribute200Response**
|
|
116
|
+
|
|
117
|
+
### Authorization
|
|
118
|
+
|
|
119
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
120
|
+
|
|
121
|
+
### HTTP request headers
|
|
122
|
+
|
|
123
|
+
- **Content-Type**: Not defined
|
|
124
|
+
- **Accept**: application/json
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### HTTP response details
|
|
128
|
+
| Status code | Description | Response headers |
|
|
129
|
+
|-------------|-------------|------------------|
|
|
130
|
+
|**200** | Successful response | - |
|
|
131
|
+
|
|
132
|
+
[[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)
|
|
133
|
+
|
|
134
|
+
# **updateEventPassAttributes**
|
|
135
|
+
> UpdateEventPassAttributes200Response updateEventPassAttributes(passAttributesUpdateInputs)
|
|
136
|
+
|
|
137
|
+
Update Event Pass Attributes endpoint
|
|
138
|
+
|
|
139
|
+
### Example
|
|
140
|
+
|
|
141
|
+
```typescript
|
|
142
|
+
import {
|
|
143
|
+
EventsPassesAttributesApi,
|
|
144
|
+
Configuration,
|
|
145
|
+
PassAttributesUpdateInputs
|
|
146
|
+
} from '@connectedxm/admin-sdk';
|
|
147
|
+
|
|
148
|
+
const configuration = new Configuration();
|
|
149
|
+
const apiInstance = new EventsPassesAttributesApi(configuration);
|
|
150
|
+
|
|
151
|
+
let eventId: string; //The event identifier (default to undefined)
|
|
152
|
+
let passId: string; //The pass identifier (default to undefined)
|
|
153
|
+
let passAttributesUpdateInputs: PassAttributesUpdateInputs; //
|
|
154
|
+
|
|
155
|
+
const { status, data } = await apiInstance.updateEventPassAttributes(
|
|
156
|
+
eventId,
|
|
157
|
+
passId,
|
|
158
|
+
passAttributesUpdateInputs
|
|
159
|
+
);
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Parameters
|
|
163
|
+
|
|
164
|
+
|Name | Type | Description | Notes|
|
|
165
|
+
|------------- | ------------- | ------------- | -------------|
|
|
166
|
+
| **passAttributesUpdateInputs** | **PassAttributesUpdateInputs**| | |
|
|
167
|
+
| **eventId** | [**string**] | The event identifier | defaults to undefined|
|
|
168
|
+
| **passId** | [**string**] | The pass identifier | defaults to undefined|
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Return type
|
|
172
|
+
|
|
173
|
+
**UpdateEventPassAttributes200Response**
|
|
174
|
+
|
|
175
|
+
### Authorization
|
|
176
|
+
|
|
177
|
+
[ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
|
|
178
|
+
|
|
179
|
+
### HTTP request headers
|
|
180
|
+
|
|
181
|
+
- **Content-Type**: application/json
|
|
182
|
+
- **Accept**: application/json
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### HTTP response details
|
|
186
|
+
| Status code | Description | Response headers |
|
|
187
|
+
|-------------|-------------|------------------|
|
|
188
|
+
|**200** | Successful response | - |
|
|
189
|
+
|
|
190
|
+
[[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)
|
|
191
|
+
|
|
@@ -23,7 +23,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
23
23
|
|[**updateEventPassType**](#updateeventpasstype) | **PUT** /events/{eventId}/passTypes/{passTypeId} | Update Event Pass Type|
|
|
24
24
|
|
|
25
25
|
# **addEventPassTypeAddOn**
|
|
26
|
-
>
|
|
26
|
+
> CreateEventPassType200Response addEventPassTypeAddOn()
|
|
27
27
|
|
|
28
28
|
Add Event Pass Type Add On endpoint
|
|
29
29
|
|
|
@@ -60,7 +60,7 @@ const { status, data } = await apiInstance.addEventPassTypeAddOn(
|
|
|
60
60
|
|
|
61
61
|
### Return type
|
|
62
62
|
|
|
63
|
-
**
|
|
63
|
+
**CreateEventPassType200Response**
|
|
64
64
|
|
|
65
65
|
### Authorization
|
|
66
66
|
|
|
@@ -80,7 +80,7 @@ const { status, data } = await apiInstance.addEventPassTypeAddOn(
|
|
|
80
80
|
[[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)
|
|
81
81
|
|
|
82
82
|
# **addEventPassTypeGroupPassTier**
|
|
83
|
-
>
|
|
83
|
+
> CreateEventPassType200Response addEventPassTypeGroupPassTier()
|
|
84
84
|
|
|
85
85
|
Add Event Pass Type Group Pass Tier endpoint
|
|
86
86
|
|
|
@@ -117,7 +117,7 @@ const { status, data } = await apiInstance.addEventPassTypeGroupPassTier(
|
|
|
117
117
|
|
|
118
118
|
### Return type
|
|
119
119
|
|
|
120
|
-
**
|
|
120
|
+
**CreateEventPassType200Response**
|
|
121
121
|
|
|
122
122
|
### Authorization
|
|
123
123
|
|
|
@@ -492,7 +492,7 @@ const { status, data } = await apiInstance.getEventPassTypeAddOns(
|
|
|
492
492
|
[[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)
|
|
493
493
|
|
|
494
494
|
# **getEventPassTypeGroupPassTiers**
|
|
495
|
-
>
|
|
495
|
+
> GetAccountTiers200Response getEventPassTypeGroupPassTiers()
|
|
496
496
|
|
|
497
497
|
Get Event Pass Type Group Pass Tiers endpoint
|
|
498
498
|
|
|
@@ -538,7 +538,7 @@ const { status, data } = await apiInstance.getEventPassTypeGroupPassTiers(
|
|
|
538
538
|
|
|
539
539
|
### Return type
|
|
540
540
|
|
|
541
|
-
**
|
|
541
|
+
**GetAccountTiers200Response**
|
|
542
542
|
|
|
543
543
|
### Authorization
|
|
544
544
|
|
|
@@ -762,7 +762,7 @@ const { status, data } = await apiInstance.getEventPassTypeTiers(
|
|
|
762
762
|
[[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)
|
|
763
763
|
|
|
764
764
|
# **getEventPassTypes**
|
|
765
|
-
>
|
|
765
|
+
> GetEventAddOnPassTypes200Response getEventPassTypes()
|
|
766
766
|
|
|
767
767
|
Get Event Pass Types endpoint
|
|
768
768
|
|
|
@@ -805,7 +805,7 @@ const { status, data } = await apiInstance.getEventPassTypes(
|
|
|
805
805
|
|
|
806
806
|
### Return type
|
|
807
807
|
|
|
808
|
-
**
|
|
808
|
+
**GetEventAddOnPassTypes200Response**
|
|
809
809
|
|
|
810
810
|
### Authorization
|
|
811
811
|
|
|
@@ -825,7 +825,7 @@ const { status, data } = await apiInstance.getEventPassTypes(
|
|
|
825
825
|
[[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)
|
|
826
826
|
|
|
827
827
|
# **removeEventPassTypeAddOn**
|
|
828
|
-
>
|
|
828
|
+
> CreateEventPassType200Response removeEventPassTypeAddOn()
|
|
829
829
|
|
|
830
830
|
Remove Event Pass Type Add On endpoint
|
|
831
831
|
|
|
@@ -862,7 +862,7 @@ const { status, data } = await apiInstance.removeEventPassTypeAddOn(
|
|
|
862
862
|
|
|
863
863
|
### Return type
|
|
864
864
|
|
|
865
|
-
**
|
|
865
|
+
**CreateEventPassType200Response**
|
|
866
866
|
|
|
867
867
|
### Authorization
|
|
868
868
|
|
|
@@ -882,7 +882,7 @@ const { status, data } = await apiInstance.removeEventPassTypeAddOn(
|
|
|
882
882
|
[[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)
|
|
883
883
|
|
|
884
884
|
# **removeEventPassTypeGroupPassTier**
|
|
885
|
-
>
|
|
885
|
+
> CreateEventPassType200Response removeEventPassTypeGroupPassTier()
|
|
886
886
|
|
|
887
887
|
Remove Event Pass Type Group Pass Tier endpoint
|
|
888
888
|
|
|
@@ -919,7 +919,7 @@ const { status, data } = await apiInstance.removeEventPassTypeGroupPassTier(
|
|
|
919
919
|
|
|
920
920
|
### Return type
|
|
921
921
|
|
|
922
|
-
**
|
|
922
|
+
**CreateEventPassType200Response**
|
|
923
923
|
|
|
924
924
|
### Authorization
|
|
925
925
|
|
|
@@ -939,7 +939,7 @@ const { status, data } = await apiInstance.removeEventPassTypeGroupPassTier(
|
|
|
939
939
|
[[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)
|
|
940
940
|
|
|
941
941
|
# **removeEventPassTypeTier**
|
|
942
|
-
>
|
|
942
|
+
> CreateEventPassType200Response removeEventPassTypeTier()
|
|
943
943
|
|
|
944
944
|
Remove Event Pass Type Tier endpoint
|
|
945
945
|
|
|
@@ -979,7 +979,7 @@ const { status, data } = await apiInstance.removeEventPassTypeTier(
|
|
|
979
979
|
|
|
980
980
|
### Return type
|
|
981
981
|
|
|
982
|
-
**
|
|
982
|
+
**CreateEventPassType200Response**
|
|
983
983
|
|
|
984
984
|
### Authorization
|
|
985
985
|
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**updateEventPassTypePriceSchedule**](#updateeventpasstypepriceschedule) | **PUT** /events/{eventId}/passTypes/{passTypeId}/priceSchedules/{scheduleId} | Update Event Pass Type Price Schedule|
|
|
12
12
|
|
|
13
13
|
# **createEventPassTypePriceSchedule**
|
|
14
|
-
>
|
|
14
|
+
> CreateEventPassType200Response createEventPassTypePriceSchedule(passTypePriceScheduleCreateInputs)
|
|
15
15
|
|
|
16
16
|
Create Event Pass Type Price Schedule endpoint
|
|
17
17
|
|
|
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.createEventPassTypePriceSchedule(
|
|
|
49
49
|
|
|
50
50
|
### Return type
|
|
51
51
|
|
|
52
|
-
**
|
|
52
|
+
**CreateEventPassType200Response**
|
|
53
53
|
|
|
54
54
|
### Authorization
|
|
55
55
|
|
|
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.createEventPassTypePriceSchedule(
|
|
|
69
69
|
[[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)
|
|
70
70
|
|
|
71
71
|
# **deleteEventPassTypePriceSchedule**
|
|
72
|
-
>
|
|
72
|
+
> DeleteDashboard200Response deleteEventPassTypePriceSchedule()
|
|
73
73
|
|
|
74
74
|
Delete Event Pass Type Price Schedule endpoint
|
|
75
75
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.deleteEventPassTypePriceSchedule(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**DeleteDashboard200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.deleteEventPassTypePriceSchedule(
|
|
|
126
126
|
[[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)
|
|
127
127
|
|
|
128
128
|
# **getEventPassTypePriceSchedule**
|
|
129
|
-
>
|
|
129
|
+
> GetEventPassTypePriceSchedule200Response getEventPassTypePriceSchedule()
|
|
130
130
|
|
|
131
131
|
Get Event Pass Type Price Schedule endpoint
|
|
132
132
|
|
|
@@ -163,7 +163,7 @@ const { status, data } = await apiInstance.getEventPassTypePriceSchedule(
|
|
|
163
163
|
|
|
164
164
|
### Return type
|
|
165
165
|
|
|
166
|
-
**
|
|
166
|
+
**GetEventPassTypePriceSchedule200Response**
|
|
167
167
|
|
|
168
168
|
### Authorization
|
|
169
169
|
|
|
@@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getEventPassTypePriceSchedule(
|
|
|
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
|
# **getEventPassTypePriceSchedules**
|
|
186
|
-
>
|
|
186
|
+
> GetEventPassTypePriceSchedules200Response getEventPassTypePriceSchedules()
|
|
187
187
|
|
|
188
188
|
Get Event Pass Type Price Schedules endpoint
|
|
189
189
|
|
|
@@ -229,7 +229,7 @@ const { status, data } = await apiInstance.getEventPassTypePriceSchedules(
|
|
|
229
229
|
|
|
230
230
|
### Return type
|
|
231
231
|
|
|
232
|
-
**
|
|
232
|
+
**GetEventPassTypePriceSchedules200Response**
|
|
233
233
|
|
|
234
234
|
### Authorization
|
|
235
235
|
|
|
@@ -249,7 +249,7 @@ const { status, data } = await apiInstance.getEventPassTypePriceSchedules(
|
|
|
249
249
|
[[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)
|
|
250
250
|
|
|
251
251
|
# **updateEventPassTypePriceSchedule**
|
|
252
|
-
>
|
|
252
|
+
> DeleteDashboard200Response updateEventPassTypePriceSchedule(passTypePriceScheduleUpdateInputs)
|
|
253
253
|
|
|
254
254
|
Update Event Pass Type Price Schedule endpoint
|
|
255
255
|
|
|
@@ -290,7 +290,7 @@ const { status, data } = await apiInstance.updateEventPassTypePriceSchedule(
|
|
|
290
290
|
|
|
291
291
|
### Return type
|
|
292
292
|
|
|
293
|
-
**
|
|
293
|
+
**DeleteDashboard200Response**
|
|
294
294
|
|
|
295
295
|
### Authorization
|
|
296
296
|
|
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
11
11
|
|[**updateEventPassTypeRefundSchedule**](#updateeventpasstyperefundschedule) | **PUT** /events/{eventId}/passTypes/{passTypeId}/refundSchedules/{scheduleId} | Update Event Pass Type Refund Schedule|
|
|
12
12
|
|
|
13
13
|
# **createEventPassTypeRefundSchedule**
|
|
14
|
-
>
|
|
14
|
+
> CreateEventPassType200Response createEventPassTypeRefundSchedule(passTypeRefundScheduleCreateInputs)
|
|
15
15
|
|
|
16
16
|
Create Event Pass Type Refund Schedule endpoint
|
|
17
17
|
|
|
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.createEventPassTypeRefundSchedule(
|
|
|
49
49
|
|
|
50
50
|
### Return type
|
|
51
51
|
|
|
52
|
-
**
|
|
52
|
+
**CreateEventPassType200Response**
|
|
53
53
|
|
|
54
54
|
### Authorization
|
|
55
55
|
|
|
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.createEventPassTypeRefundSchedule(
|
|
|
69
69
|
[[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)
|
|
70
70
|
|
|
71
71
|
# **deleteEventPassTypeRefundSchedule**
|
|
72
|
-
>
|
|
72
|
+
> DeleteDashboard200Response deleteEventPassTypeRefundSchedule()
|
|
73
73
|
|
|
74
74
|
Delete Event Pass Type Refund Schedule endpoint
|
|
75
75
|
|
|
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.deleteEventPassTypeRefundSchedule(
|
|
|
106
106
|
|
|
107
107
|
### Return type
|
|
108
108
|
|
|
109
|
-
**
|
|
109
|
+
**DeleteDashboard200Response**
|
|
110
110
|
|
|
111
111
|
### Authorization
|
|
112
112
|
|
|
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.deleteEventPassTypeRefundSchedule(
|
|
|
126
126
|
[[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)
|
|
127
127
|
|
|
128
128
|
# **getEventPassTypeRefundSchedule**
|
|
129
|
-
>
|
|
129
|
+
> GetEventPassTypeRefundSchedule200Response getEventPassTypeRefundSchedule()
|
|
130
130
|
|
|
131
131
|
Get Event Pass Type Refund Schedule endpoint
|
|
132
132
|
|
|
@@ -163,7 +163,7 @@ const { status, data } = await apiInstance.getEventPassTypeRefundSchedule(
|
|
|
163
163
|
|
|
164
164
|
### Return type
|
|
165
165
|
|
|
166
|
-
**
|
|
166
|
+
**GetEventPassTypeRefundSchedule200Response**
|
|
167
167
|
|
|
168
168
|
### Authorization
|
|
169
169
|
|
|
@@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getEventPassTypeRefundSchedule(
|
|
|
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
|
# **getEventPassTypeRefundSchedules**
|
|
186
|
-
>
|
|
186
|
+
> GetEventPassTypeRefundSchedules200Response getEventPassTypeRefundSchedules()
|
|
187
187
|
|
|
188
188
|
Get Event Pass Type Refund Schedules endpoint
|
|
189
189
|
|
|
@@ -229,7 +229,7 @@ const { status, data } = await apiInstance.getEventPassTypeRefundSchedules(
|
|
|
229
229
|
|
|
230
230
|
### Return type
|
|
231
231
|
|
|
232
|
-
**
|
|
232
|
+
**GetEventPassTypeRefundSchedules200Response**
|
|
233
233
|
|
|
234
234
|
### Authorization
|
|
235
235
|
|
|
@@ -249,7 +249,7 @@ const { status, data } = await apiInstance.getEventPassTypeRefundSchedules(
|
|
|
249
249
|
[[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)
|
|
250
250
|
|
|
251
251
|
# **updateEventPassTypeRefundSchedule**
|
|
252
|
-
>
|
|
252
|
+
> DeleteDashboard200Response updateEventPassTypeRefundSchedule(passTypeRefundScheduleUpdateInputs)
|
|
253
253
|
|
|
254
254
|
Update Event Pass Type Refund Schedule endpoint
|
|
255
255
|
|
|
@@ -290,7 +290,7 @@ const { status, data } = await apiInstance.updateEventPassTypeRefundSchedule(
|
|
|
290
290
|
|
|
291
291
|
### Return type
|
|
292
292
|
|
|
293
|
-
**
|
|
293
|
+
**DeleteDashboard200Response**
|
|
294
294
|
|
|
295
295
|
### Authorization
|
|
296
296
|
|