@connectedxm/admin-sdk 6.14.0 → 6.17.4

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.
Files changed (305) hide show
  1. package/.openapi-generator/FILES +176 -12
  2. package/AdminApi.ts +12 -0
  3. package/README.md +191 -29
  4. package/api.ts +5214 -3201
  5. package/dist/AdminApi.d.ts +5 -1
  6. package/dist/AdminApi.js +4 -0
  7. package/dist/api.d.ts +3859 -2306
  8. package/dist/api.js +2671 -1753
  9. package/dist/esm/AdminApi.d.ts +5 -1
  10. package/dist/esm/AdminApi.js +5 -1
  11. package/dist/esm/api.d.ts +3859 -2306
  12. package/dist/esm/api.js +2750 -1851
  13. package/docs/AccountsAddressesApi.md +4 -4
  14. package/docs/AccountsApi.md +58 -6
  15. package/docs/AddChannelSubscriber200Response.md +24 -0
  16. package/docs/AddOrganizationUser200Response.md +24 -0
  17. package/docs/AdvertisementsApi.md +4 -4
  18. package/docs/AnnouncementsApi.md +4 -4
  19. package/docs/AnnouncementsScheduleApi.md +4 -4
  20. package/docs/BaseEventActivation.md +2 -0
  21. package/docs/BaseSideEffect.md +4 -0
  22. package/docs/BookingSpace.md +4 -0
  23. package/docs/BookingSpaceCreateInputs.md +4 -0
  24. package/docs/BookingSpaceTranslation.md +4 -0
  25. package/docs/BookingSpaceTranslationUpdateInputs.md +4 -0
  26. package/docs/BookingSpaceUpdateInputs.md +4 -0
  27. package/docs/BookingsApi.md +68 -10
  28. package/docs/BookingsAvailabilitiesApi.md +6 -6
  29. package/docs/BookingsBlackoutsApi.md +4 -4
  30. package/docs/BulkUploadSearchListValues200Response.md +24 -0
  31. package/docs/ChannelsApi.md +36 -36
  32. package/docs/CreateAccountAddress200Response.md +1 -1
  33. package/docs/CreateAccountAttribute200Response.md +24 -0
  34. package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
  35. package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
  36. package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
  37. package/docs/CreateChannelContentGuest200Response.md +24 -0
  38. package/docs/CreateDashboardWidget200Response.md +24 -0
  39. package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
  40. package/docs/CreateEventActivationCompletion200Response.md +24 -0
  41. package/docs/CreateEventAttendeePackage200Response.md +24 -0
  42. package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
  43. package/docs/CreateEventFollowup200Response.md +24 -0
  44. package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
  45. package/docs/CreateEventPackagePass200Response.md +24 -0
  46. package/docs/CreateEventQuestion200Response.md +24 -0
  47. package/docs/CreateEventQuestionChoice200Response.md +24 -0
  48. package/docs/CreateEventRegistrationBypass200Response.md +24 -0
  49. package/docs/CreateEventReservation200Response.md +24 -0
  50. package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
  51. package/docs/CreateEventSessionLocation200Response.md +24 -0
  52. package/docs/CreateEventSessionQuestion200Response.md +24 -0
  53. package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
  54. package/docs/CreateEventSessionSection200Response.md +24 -0
  55. package/docs/CreateEventSponsorship200Response.md +24 -0
  56. package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
  57. package/docs/CreateGroupInvitations200Response.md +24 -0
  58. package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
  59. package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
  60. package/docs/CreateOrganizationSideEffect200Response.md +24 -0
  61. package/docs/CreateOrganizationTeamMember200Response.md +24 -0
  62. package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
  63. package/docs/CreateSeriesQuestion200Response.md +24 -0
  64. package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
  65. package/docs/CreateSeriesRegistration200Response.md +24 -0
  66. package/docs/CreateStreamInputOutput200Response.md +24 -0
  67. package/docs/CreateSupportTicketMessage200Response.md +24 -0
  68. package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
  69. package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
  70. package/docs/CreateThreadCircleAccount200Response.md +24 -0
  71. package/docs/CreateThreadMessageReaction200Response.md +24 -0
  72. package/docs/DashboardsApi.md +2 -2
  73. package/docs/DashboardsWidgetsApi.md +8 -8
  74. package/docs/DeleteDashboard200Response.md +24 -0
  75. package/docs/EmailReceiptsApi.md +2 -2
  76. package/docs/Event.md +2 -0
  77. package/docs/EventActivation.md +2 -0
  78. package/docs/EventActivationCreateInputs.md +2 -0
  79. package/docs/EventActivationUpdateInputs.md +2 -0
  80. package/docs/EventCreateInputs.md +2 -0
  81. package/docs/EventTranslation.md +2 -0
  82. package/docs/EventTranslationUpdateInputs.md +2 -0
  83. package/docs/EventUpdateInputs.md +2 -0
  84. package/docs/EventsAccessApi.md +4 -4
  85. package/docs/EventsActivationsApi.md +20 -20
  86. package/docs/EventsActivationsSessionsApi.md +4 -4
  87. package/docs/EventsAddonsApi.md +4 -4
  88. package/docs/EventsApi.md +2 -2
  89. package/docs/EventsAttendeesApi.md +8 -8
  90. package/docs/EventsAttendeesPackagesApi.md +10 -10
  91. package/docs/EventsAttendeesReservationsApi.md +16 -16
  92. package/docs/EventsAttributesApi.md +8 -8
  93. package/docs/EventsBlocksApi.md +2 -2
  94. package/docs/EventsBypassApi.md +8 -8
  95. package/docs/EventsFaqsApi.md +2 -2
  96. package/docs/EventsFollowupsApi.md +32 -32
  97. package/docs/EventsMatchesApi.md +10 -10
  98. package/docs/EventsMediaApi.md +12 -12
  99. package/docs/EventsOnSiteApi.md +2 -2
  100. package/docs/EventsPackagesPassesApi.md +8 -8
  101. package/docs/EventsPassesAccessesApi.md +313 -0
  102. package/docs/EventsPassesAddonsApi.md +190 -0
  103. package/docs/EventsPassesApi.md +77 -1149
  104. package/docs/EventsPassesAttributesApi.md +6 -6
  105. package/docs/EventsPassesFollowupsApi.md +272 -0
  106. package/docs/EventsPassesResponsesApi.md +326 -0
  107. package/docs/EventsPasstypesApi.md +14 -14
  108. package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
  109. package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
  110. package/docs/EventsQuestionsApi.md +38 -38
  111. package/docs/EventsRoomsApi.md +2 -2
  112. package/docs/EventsRoomtypesApi.md +8 -8
  113. package/docs/EventsSectionsApi.md +32 -32
  114. package/docs/EventsSessionsAccessesApi.md +6 -6
  115. package/docs/EventsSessionsApi.md +32 -32
  116. package/docs/EventsSessionsLocationsApi.md +14 -14
  117. package/docs/EventsSessionsMatchesApi.md +12 -12
  118. package/docs/EventsSessionsQuestionsApi.md +36 -36
  119. package/docs/EventsSessionsSectionsApi.md +18 -18
  120. package/docs/EventsSpeakersApi.md +8 -8
  121. package/docs/EventsSponsorshiplevelsApi.md +10 -10
  122. package/docs/EventsSponsorshipsApi.md +10 -10
  123. package/docs/EventsTracksApi.md +2 -2
  124. package/docs/GetAcccountEmailReceipts200Response.md +26 -0
  125. package/docs/GetAccountAddresses200Response.md +26 -0
  126. package/docs/GetAccountInvitations200Response.md +1 -1
  127. package/docs/GetAccountNotificationPreferences200Response.md +24 -0
  128. package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
  129. package/docs/GetAccountsByInternalRefId200Response.md +24 -0
  130. package/docs/GetAdvertisementClicks200Response.md +26 -0
  131. package/docs/GetAdvertisementViews200Response.md +26 -0
  132. package/docs/GetAnnouncementAudience200Response.md +26 -0
  133. package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
  134. package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
  135. package/docs/GetBookingSpaceSlots200Response.md +24 -0
  136. package/docs/GetChannelContentGuests200Response.md +26 -0
  137. package/docs/GetChannelContentLikes200Response.md +26 -0
  138. package/docs/GetChannelSubscribers200Response.md +26 -0
  139. package/docs/GetDashboardAttributes200Response.md +24 -0
  140. package/docs/GetDashboardWidgets200Response.md +24 -0
  141. package/docs/GetEmailReceipts200Response.md +26 -0
  142. package/docs/GetEventActivationCompletions200Response.md +26 -0
  143. package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
  144. package/docs/GetEventActivations200Response.md +26 -0
  145. package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
  146. package/docs/GetEventAttendeePackages200Response.md +26 -0
  147. package/docs/GetEventAttendeeReservations200Response.md +26 -0
  148. package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
  149. package/docs/GetEventAttributes200Response.md +26 -0
  150. package/docs/GetEventDashboardQuestions200Response.md +24 -0
  151. package/docs/GetEventFollowupQuestions200Response.md +26 -0
  152. package/docs/GetEventPackagePasses200Response.md +26 -0
  153. package/docs/GetEventPassAccesses200Response.md +26 -0
  154. package/docs/GetEventPassAttributes200Response.md +26 -0
  155. package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
  156. package/docs/GetEventPassQuestionSections200Response.md +26 -0
  157. package/docs/GetEventPassResponse200Response.md +24 -0
  158. package/docs/GetEventPassResponseChanges200Response.md +26 -0
  159. package/docs/GetEventPassResponses200Response.md +26 -0
  160. package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
  161. package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
  162. package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
  163. package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
  164. package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
  165. package/docs/GetEventQuestionChoices200Response.md +26 -0
  166. package/docs/GetEventQuestionSummaries200Response.md +26 -0
  167. package/docs/GetEventQuestions200Response.md +26 -0
  168. package/docs/GetEventRegistrationBypassList200Response.md +26 -0
  169. package/docs/GetEventRoundQuestions200Response.md +26 -0
  170. package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
  171. package/docs/GetEventSectionQuestions200Response.md +26 -0
  172. package/docs/GetEventSessionAccess200Response.md +24 -0
  173. package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
  174. package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
  175. package/docs/GetEventSessionLocations200Response.md +26 -0
  176. package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
  177. package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
  178. package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
  179. package/docs/GetEventSessionQuestions200Response.md +26 -0
  180. package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
  181. package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
  182. package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
  183. package/docs/GetEventSponsorshipLevels200Response.md +26 -0
  184. package/docs/GetEventSponsorships200Response.md +26 -0
  185. package/docs/GetGroupInvitations200Response.md +26 -0
  186. package/docs/GetInvoiceLineItems200Response.md +26 -0
  187. package/docs/GetLivestreamSessions200Response.md +26 -0
  188. package/docs/GetMeetingParticipant200Response.md +24 -0
  189. package/docs/GetMeetingParticipants200Response.md +26 -0
  190. package/docs/GetMeetingRecording200Response.md +24 -0
  191. package/docs/GetMeetingRecordings200Response.md +26 -0
  192. package/docs/GetMeetingSessionMessages200Response.md +24 -0
  193. package/docs/GetMeetingSessionParticipant200Response.md +24 -0
  194. package/docs/GetMeetingSessionParticipants200Response.md +26 -0
  195. package/docs/GetMeetingSessionSummary200Response.md +24 -0
  196. package/docs/GetMeetingSessionTranscript200Response.md +24 -0
  197. package/docs/GetMeetingSessions200Response.md +26 -0
  198. package/docs/GetNotificationStats200Response.md +24 -0
  199. package/docs/GetNotifications200Response.md +26 -0
  200. package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
  201. package/docs/GetOrganizationDomain200Response.md +24 -0
  202. package/docs/GetOrganizationModule200Response.md +24 -0
  203. package/docs/GetOrganizationModuleSettings200Response.md +24 -0
  204. package/docs/GetOrganizationModules200Response.md +26 -0
  205. package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
  206. package/docs/GetOrganizationSideEffects200Response.md +26 -0
  207. package/docs/GetOrganizationSystemLog200Response.md +24 -0
  208. package/docs/GetOrganizationSystemLogs200Response.md +26 -0
  209. package/docs/GetOrganizationTeamMembers200Response.md +26 -0
  210. package/docs/GetOrganizationUsers200Response.md +26 -0
  211. package/docs/GetPreferences200Response.md +24 -0
  212. package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
  213. package/docs/GetSearchListValues200Response.md +26 -0
  214. package/docs/GetSeriesQuestionChoices200Response.md +26 -0
  215. package/docs/GetSeriesQuestions200Response.md +26 -0
  216. package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
  217. package/docs/GetSeriesRegistrations200Response.md +26 -0
  218. package/docs/GetStreamInputOutputs200Response.md +26 -0
  219. package/docs/GetStreamSessionChat200Response.md +24 -0
  220. package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
  221. package/docs/GetSupportTicketActivity200Response.md +24 -0
  222. package/docs/GetSupportTicketMessages200Response.md +26 -0
  223. package/docs/GetSupportTicketNotes200Response.md +26 -0
  224. package/docs/GetSupportTicketViewer200Response.md +26 -0
  225. package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
  226. package/docs/GetSurveyQuestionChoices200Response.md +26 -0
  227. package/docs/GetSurveyQuestionResponses200Response.md +26 -0
  228. package/docs/GetSurveySectionQuestions200Response.md +26 -0
  229. package/docs/GetSurveySubmission200Response.md +24 -0
  230. package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
  231. package/docs/GetSurveySubmissions200Response.md +26 -0
  232. package/docs/GetThreadCircleAccounts200Response.md +26 -0
  233. package/docs/GetThreadMessageReactions200Response.md +24 -0
  234. package/docs/GroupsInvitationsApi.md +8 -8
  235. package/docs/GroupsModeratorsApi.md +4 -4
  236. package/docs/InterestsApi.md +2 -2
  237. package/docs/InvoicesApi.md +4 -4
  238. package/docs/InvoicesLineitemsApi.md +4 -4
  239. package/docs/MeetingsLivestreamsApi.md +4 -4
  240. package/docs/MeetingsParticipantsApi.md +10 -10
  241. package/docs/MeetingsRecordingsApi.md +4 -4
  242. package/docs/MeetingsSessionsApi.md +14 -14
  243. package/docs/NotificationsApi.md +8 -8
  244. package/docs/OrganizationApi.md +10 -10
  245. package/docs/OrganizationAttributesApi.md +12 -12
  246. package/docs/OrganizationDomainsApi.md +4 -4
  247. package/docs/OrganizationModulesApi.md +6 -6
  248. package/docs/OrganizationModulesSettingsApi.md +4 -4
  249. package/docs/OrganizationModulesTiersApi.md +12 -12
  250. package/docs/OrganizationPaymentsApi.md +12 -12
  251. package/docs/OrganizationSideeffectsApi.md +8 -8
  252. package/docs/OrganizationTaxApi.md +6 -6
  253. package/docs/OrganizationTeammembersApi.md +8 -8
  254. package/docs/OrganizationUsersApi.md +4 -4
  255. package/docs/PreferencesApi.md +4 -4
  256. package/docs/RemoveEventPassAttribute200Response.md +24 -0
  257. package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
  258. package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
  259. package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
  260. package/docs/ReorderEventQuestionChoices200Response.md +24 -0
  261. package/docs/ReorderEventSectionQuestions200Response.md +24 -0
  262. package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
  263. package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
  264. package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
  265. package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
  266. package/docs/ReorderEventSponsorships200Response.md +24 -0
  267. package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
  268. package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
  269. package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
  270. package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
  271. package/docs/SearchlistsValuesApi.md +12 -12
  272. package/docs/SelfApi.md +2 -2
  273. package/docs/SeriesQuestionsApi.md +12 -12
  274. package/docs/SeriesQuestionsChoicesApi.md +6 -6
  275. package/docs/SeriesRegistrationsApi.md +16 -16
  276. package/docs/SideEffect.md +8 -0
  277. package/docs/SideEffectActionType.md +2 -0
  278. package/docs/SideEffectTriggerType.md +4 -2
  279. package/docs/StorageVideosApi.md +4 -4
  280. package/docs/StorageVideosCaptionsApi.md +2 -2
  281. package/docs/StreamsApi.md +2 -2
  282. package/docs/StreamsOutputsApi.md +8 -8
  283. package/docs/StreamsSessionsApi.md +4 -4
  284. package/docs/SupportApi.md +4 -4
  285. package/docs/SupportMessagesApi.md +4 -4
  286. package/docs/SupportNotesApi.md +4 -4
  287. package/docs/Survey.md +2 -0
  288. package/docs/SurveyCreateInputs.md +2 -0
  289. package/docs/SurveyUpdateInputs.md +2 -0
  290. package/docs/SurveysApi.md +2 -2
  291. package/docs/SurveysQuestionsApi.md +32 -32
  292. package/docs/SurveysSectionsApi.md +10 -10
  293. package/docs/SurveysSubmissionsApi.md +12 -12
  294. package/docs/ThreadsCirclesAccountsApi.md +8 -8
  295. package/docs/ThreadsMessagesApi.md +2 -2
  296. package/docs/ThreadsMessagesFilesApi.md +2 -2
  297. package/docs/ThreadsMessagesImagesApi.md +2 -2
  298. package/docs/ThreadsMessagesReactionsApi.md +4 -4
  299. package/docs/ThreadsMessagesVideosApi.md +2 -2
  300. package/docs/UpdateEventPassAttributes200Response.md +24 -0
  301. package/docs/UpdateEventPassResponsesInputs.md +20 -0
  302. package/docs/UpdateEventRoundQuestion200Response.md +24 -0
  303. package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
  304. package/docs/UpdateOrganizationDomain200Response.md +24 -0
  305. package/package.json +1 -1
@@ -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
- > CreateAccountAddress200Response addEventPassTypeAddOn()
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response addEventPassTypeGroupPassTier()
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
- **CreateAccountAddress200Response**
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
- > GetAccountInvitations200Response getEventPassTypeGroupPassTiers()
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
- **GetAccountInvitations200Response**
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
- > GetEventPassTypes200Response getEventPassTypes()
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
- **GetEventPassTypes200Response**
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
- > CreateAccountAddress200Response removeEventPassTypeAddOn()
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response removeEventPassTypeGroupPassTier()
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response removeEventPassTypeTier()
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response createEventPassTypePriceSchedule(passTypePriceScheduleCreateInputs)
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response deleteEventPassTypePriceSchedule()
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response getEventPassTypePriceSchedule()
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
- **CreateAccountAddress200Response**
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
- > GetAccountInvitations200Response getEventPassTypePriceSchedules()
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
- **GetAccountInvitations200Response**
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
- > CreateAccountAddress200Response updateEventPassTypePriceSchedule(passTypePriceScheduleUpdateInputs)
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response createEventPassTypeRefundSchedule(passTypeRefundScheduleCreateInputs)
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response deleteEventPassTypeRefundSchedule()
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
- **CreateAccountAddress200Response**
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
- > CreateAccountAddress200Response getEventPassTypeRefundSchedule()
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
- **CreateAccountAddress200Response**
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
- > GetAccountInvitations200Response getEventPassTypeRefundSchedules()
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
- **GetAccountInvitations200Response**
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
- > CreateAccountAddress200Response updateEventPassTypeRefundSchedule(passTypeRefundScheduleUpdateInputs)
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
- **CreateAccountAddress200Response**
293
+ **DeleteDashboard200Response**
294
294
 
295
295
  ### Authorization
296
296
 
@@ -28,7 +28,7 @@ All URIs are relative to *https://admin-api.connected.dev*
28
28
  |[**updateEventQuestionChoiceSubQuestion**](#updateeventquestionchoicesubquestion) | **PUT** /events/{eventId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Update Event Question Choice Sub Question|
29
29
 
30
30
  # **addEventQuestionChoiceSubQuestion**
31
- > CreateAccountAddress200Response addEventQuestionChoiceSubQuestion()
31
+ > CreateEventQuestionChoice200Response addEventQuestionChoiceSubQuestion()
32
32
 
33
33
  Add Event Question Choice Sub Question endpoint
34
34
 
@@ -68,7 +68,7 @@ const { status, data } = await apiInstance.addEventQuestionChoiceSubQuestion(
68
68
 
69
69
  ### Return type
70
70
 
71
- **CreateAccountAddress200Response**
71
+ **CreateEventQuestionChoice200Response**
72
72
 
73
73
  ### Authorization
74
74
 
@@ -88,7 +88,7 @@ const { status, data } = await apiInstance.addEventQuestionChoiceSubQuestion(
88
88
  [[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)
89
89
 
90
90
  # **attachEventQuestionSearchList**
91
- > CreateAccountAddress200Response attachEventQuestionSearchList(attachSearchListInputs)
91
+ > CreateEventQuestion200Response attachEventQuestionSearchList(attachSearchListInputs)
92
92
 
93
93
  Attach Event Question Search List endpoint
94
94
 
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.attachEventQuestionSearchList(
126
126
 
127
127
  ### Return type
128
128
 
129
- **CreateAccountAddress200Response**
129
+ **CreateEventQuestion200Response**
130
130
 
131
131
  ### Authorization
132
132
 
@@ -146,7 +146,7 @@ const { status, data } = await apiInstance.attachEventQuestionSearchList(
146
146
  [[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)
147
147
 
148
148
  # **createEventQuestion**
149
- > CreateAccountAddress200Response createEventQuestion(eventQuestionCreateInputs)
149
+ > CreateEventQuestion200Response createEventQuestion(eventQuestionCreateInputs)
150
150
 
151
151
  Create Event Question endpoint
152
152
 
@@ -181,7 +181,7 @@ const { status, data } = await apiInstance.createEventQuestion(
181
181
 
182
182
  ### Return type
183
183
 
184
- **CreateAccountAddress200Response**
184
+ **CreateEventQuestion200Response**
185
185
 
186
186
  ### Authorization
187
187
 
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.createEventQuestion(
201
201
  [[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)
202
202
 
203
203
  # **createEventQuestionChoice**
204
- > CreateAccountAddress200Response createEventQuestionChoice(eventQuestionChoiceCreateInputs)
204
+ > CreateEventQuestionChoice200Response createEventQuestionChoice(eventQuestionChoiceCreateInputs)
205
205
 
206
206
  Create Event Question Choice endpoint
207
207
 
@@ -239,7 +239,7 @@ const { status, data } = await apiInstance.createEventQuestionChoice(
239
239
 
240
240
  ### Return type
241
241
 
242
- **CreateAccountAddress200Response**
242
+ **CreateEventQuestionChoice200Response**
243
243
 
244
244
  ### Authorization
245
245
 
@@ -376,7 +376,7 @@ const { status, data } = await apiInstance.deleteEventQuestionChoice(
376
376
  [[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)
377
377
 
378
378
  # **detachEventQuestionSearchList**
379
- > CreateAccountAddress200Response detachEventQuestionSearchList()
379
+ > CreateEventQuestion200Response detachEventQuestionSearchList()
380
380
 
381
381
  Detach Event Question Search List endpoint
382
382
 
@@ -410,7 +410,7 @@ const { status, data } = await apiInstance.detachEventQuestionSearchList(
410
410
 
411
411
  ### Return type
412
412
 
413
- **CreateAccountAddress200Response**
413
+ **CreateEventQuestion200Response**
414
414
 
415
415
  ### Authorization
416
416
 
@@ -430,7 +430,7 @@ const { status, data } = await apiInstance.detachEventQuestionSearchList(
430
430
  [[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)
431
431
 
432
432
  # **getEventDashboardQuestions**
433
- > CreateAccountAddress200Response getEventDashboardQuestions()
433
+ > GetEventDashboardQuestions200Response getEventDashboardQuestions()
434
434
 
435
435
  Get Event Dashboard Questions endpoint
436
436
 
@@ -461,7 +461,7 @@ const { status, data } = await apiInstance.getEventDashboardQuestions(
461
461
 
462
462
  ### Return type
463
463
 
464
- **CreateAccountAddress200Response**
464
+ **GetEventDashboardQuestions200Response**
465
465
 
466
466
  ### Authorization
467
467
 
@@ -481,7 +481,7 @@ const { status, data } = await apiInstance.getEventDashboardQuestions(
481
481
  [[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)
482
482
 
483
483
  # **getEventQuestion**
484
- > CreateAccountAddress200Response getEventQuestion()
484
+ > CreateEventQuestion200Response getEventQuestion()
485
485
 
486
486
  Get Event Question endpoint
487
487
 
@@ -515,7 +515,7 @@ const { status, data } = await apiInstance.getEventQuestion(
515
515
 
516
516
  ### Return type
517
517
 
518
- **CreateAccountAddress200Response**
518
+ **CreateEventQuestion200Response**
519
519
 
520
520
  ### Authorization
521
521
 
@@ -535,7 +535,7 @@ const { status, data } = await apiInstance.getEventQuestion(
535
535
  [[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)
536
536
 
537
537
  # **getEventQuestionChoice**
538
- > CreateAccountAddress200Response getEventQuestionChoice()
538
+ > CreateEventQuestionChoice200Response getEventQuestionChoice()
539
539
 
540
540
  Get Event Question Choice endpoint
541
541
 
@@ -572,7 +572,7 @@ const { status, data } = await apiInstance.getEventQuestionChoice(
572
572
 
573
573
  ### Return type
574
574
 
575
- **CreateAccountAddress200Response**
575
+ **CreateEventQuestionChoice200Response**
576
576
 
577
577
  ### Authorization
578
578
 
@@ -592,7 +592,7 @@ const { status, data } = await apiInstance.getEventQuestionChoice(
592
592
  [[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)
593
593
 
594
594
  # **getEventQuestionChoiceSubQuestions**
595
- > GetAccountInvitations200Response getEventQuestionChoiceSubQuestions()
595
+ > GetEventQuestionChoiceSubQuestions200Response getEventQuestionChoiceSubQuestions()
596
596
 
597
597
  Get Event Question Choice Sub Questions endpoint
598
598
 
@@ -641,7 +641,7 @@ const { status, data } = await apiInstance.getEventQuestionChoiceSubQuestions(
641
641
 
642
642
  ### Return type
643
643
 
644
- **GetAccountInvitations200Response**
644
+ **GetEventQuestionChoiceSubQuestions200Response**
645
645
 
646
646
  ### Authorization
647
647
 
@@ -661,7 +661,7 @@ const { status, data } = await apiInstance.getEventQuestionChoiceSubQuestions(
661
661
  [[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)
662
662
 
663
663
  # **getEventQuestionChoices**
664
- > GetAccountInvitations200Response getEventQuestionChoices()
664
+ > GetEventQuestionChoices200Response getEventQuestionChoices()
665
665
 
666
666
  Get Event Question Choices endpoint
667
667
 
@@ -707,7 +707,7 @@ const { status, data } = await apiInstance.getEventQuestionChoices(
707
707
 
708
708
  ### Return type
709
709
 
710
- **GetAccountInvitations200Response**
710
+ **GetEventQuestionChoices200Response**
711
711
 
712
712
  ### Authorization
713
713
 
@@ -727,7 +727,7 @@ const { status, data } = await apiInstance.getEventQuestionChoices(
727
727
  [[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)
728
728
 
729
729
  # **getEventQuestionResponses**
730
- > GetAccountInvitations200Response getEventQuestionResponses()
730
+ > GetEventPassResponses200Response getEventQuestionResponses()
731
731
 
732
732
  Get Event Question Responses endpoint
733
733
 
@@ -773,7 +773,7 @@ const { status, data } = await apiInstance.getEventQuestionResponses(
773
773
 
774
774
  ### Return type
775
775
 
776
- **GetAccountInvitations200Response**
776
+ **GetEventPassResponses200Response**
777
777
 
778
778
  ### Authorization
779
779
 
@@ -793,7 +793,7 @@ const { status, data } = await apiInstance.getEventQuestionResponses(
793
793
  [[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)
794
794
 
795
795
  # **getEventQuestionSummaries**
796
- > GetAccountInvitations200Response getEventQuestionSummaries()
796
+ > GetEventQuestionSummaries200Response getEventQuestionSummaries()
797
797
 
798
798
  Get Event Question Summaries endpoint
799
799
 
@@ -836,7 +836,7 @@ const { status, data } = await apiInstance.getEventQuestionSummaries(
836
836
 
837
837
  ### Return type
838
838
 
839
- **GetAccountInvitations200Response**
839
+ **GetEventQuestionSummaries200Response**
840
840
 
841
841
  ### Authorization
842
842
 
@@ -910,7 +910,7 @@ const { status, data } = await apiInstance.getEventQuestionSummary(
910
910
  [[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)
911
911
 
912
912
  # **getEventQuestions**
913
- > GetAccountInvitations200Response getEventQuestions()
913
+ > GetEventQuestions200Response getEventQuestions()
914
914
 
915
915
  Get Event Questions endpoint
916
916
 
@@ -953,7 +953,7 @@ const { status, data } = await apiInstance.getEventQuestions(
953
953
 
954
954
  ### Return type
955
955
 
956
- **GetAccountInvitations200Response**
956
+ **GetEventQuestions200Response**
957
957
 
958
958
  ### Authorization
959
959
 
@@ -973,7 +973,7 @@ const { status, data } = await apiInstance.getEventQuestions(
973
973
  [[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)
974
974
 
975
975
  # **removeEventQuestionChoiceSubQuestion**
976
- > CreateAccountAddress200Response removeEventQuestionChoiceSubQuestion()
976
+ > CreateAccountInvitations200Response removeEventQuestionChoiceSubQuestion()
977
977
 
978
978
  Remove Event Question Choice Sub Question endpoint
979
979
 
@@ -1013,7 +1013,7 @@ const { status, data } = await apiInstance.removeEventQuestionChoiceSubQuestion(
1013
1013
 
1014
1014
  ### Return type
1015
1015
 
1016
- **CreateAccountAddress200Response**
1016
+ **CreateAccountInvitations200Response**
1017
1017
 
1018
1018
  ### Authorization
1019
1019
 
@@ -1033,7 +1033,7 @@ const { status, data } = await apiInstance.removeEventQuestionChoiceSubQuestion(
1033
1033
  [[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)
1034
1034
 
1035
1035
  # **reorderEventQuestionChoiceSubQuestions**
1036
- > CreateAccountAddress200Response reorderEventQuestionChoiceSubQuestions()
1036
+ > ReorderEventQuestionChoiceSubQuestions200Response reorderEventQuestionChoiceSubQuestions()
1037
1037
 
1038
1038
  Reorder Event Question Choice Sub Questions endpoint
1039
1039
 
@@ -1073,7 +1073,7 @@ const { status, data } = await apiInstance.reorderEventQuestionChoiceSubQuestion
1073
1073
 
1074
1074
  ### Return type
1075
1075
 
1076
- **CreateAccountAddress200Response**
1076
+ **ReorderEventQuestionChoiceSubQuestions200Response**
1077
1077
 
1078
1078
  ### Authorization
1079
1079
 
@@ -1093,7 +1093,7 @@ const { status, data } = await apiInstance.reorderEventQuestionChoiceSubQuestion
1093
1093
  [[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)
1094
1094
 
1095
1095
  # **reorderEventQuestionChoices**
1096
- > CreateAccountAddress200Response reorderEventQuestionChoices()
1096
+ > ReorderEventQuestionChoices200Response reorderEventQuestionChoices()
1097
1097
 
1098
1098
  Reorder Event Question Choices endpoint
1099
1099
 
@@ -1130,7 +1130,7 @@ const { status, data } = await apiInstance.reorderEventQuestionChoices(
1130
1130
 
1131
1131
  ### Return type
1132
1132
 
1133
- **CreateAccountAddress200Response**
1133
+ **ReorderEventQuestionChoices200Response**
1134
1134
 
1135
1135
  ### Authorization
1136
1136
 
@@ -1150,7 +1150,7 @@ const { status, data } = await apiInstance.reorderEventQuestionChoices(
1150
1150
  [[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)
1151
1151
 
1152
1152
  # **updateEventQuestion**
1153
- > CreateAccountAddress200Response updateEventQuestion()
1153
+ > CreateEventQuestion200Response updateEventQuestion()
1154
1154
 
1155
1155
  Update Event Question endpoint
1156
1156
 
@@ -1188,7 +1188,7 @@ const { status, data } = await apiInstance.updateEventQuestion(
1188
1188
 
1189
1189
  ### Return type
1190
1190
 
1191
- **CreateAccountAddress200Response**
1191
+ **CreateEventQuestion200Response**
1192
1192
 
1193
1193
  ### Authorization
1194
1194
 
@@ -1208,7 +1208,7 @@ const { status, data } = await apiInstance.updateEventQuestion(
1208
1208
  [[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)
1209
1209
 
1210
1210
  # **updateEventQuestionChoice**
1211
- > CreateAccountAddress200Response updateEventQuestionChoice()
1211
+ > DeleteDashboard200Response updateEventQuestionChoice()
1212
1212
 
1213
1213
  Update Event Question Choice endpoint
1214
1214
 
@@ -1249,7 +1249,7 @@ const { status, data } = await apiInstance.updateEventQuestionChoice(
1249
1249
 
1250
1250
  ### Return type
1251
1251
 
1252
- **CreateAccountAddress200Response**
1252
+ **DeleteDashboard200Response**
1253
1253
 
1254
1254
  ### Authorization
1255
1255
 
@@ -1269,7 +1269,7 @@ const { status, data } = await apiInstance.updateEventQuestionChoice(
1269
1269
  [[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)
1270
1270
 
1271
1271
  # **updateEventQuestionChoiceSubQuestion**
1272
- > CreateAccountAddress200Response updateEventQuestionChoiceSubQuestion()
1272
+ > CreateEventQuestionChoice200Response updateEventQuestionChoiceSubQuestion()
1273
1273
 
1274
1274
  Update Event Question Choice Sub Question endpoint
1275
1275
 
@@ -1312,7 +1312,7 @@ const { status, data } = await apiInstance.updateEventQuestionChoiceSubQuestion(
1312
1312
 
1313
1313
  ### Return type
1314
1314
 
1315
- **CreateAccountAddress200Response**
1315
+ **CreateEventQuestionChoice200Response**
1316
1316
 
1317
1317
  ### Authorization
1318
1318
 
@@ -421,7 +421,7 @@ const { status, data } = await apiInstance.importRooms(
421
421
  [[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)
422
422
 
423
423
  # **removeRoomFromRoomType**
424
- > CreateAccountAddress200Response removeRoomFromRoomType()
424
+ > CreateEventRoomType200Response removeRoomFromRoomType()
425
425
 
426
426
  Remove Room From Room Type endpoint
427
427
 
@@ -458,7 +458,7 @@ const { status, data } = await apiInstance.removeRoomFromRoomType(
458
458
 
459
459
  ### Return type
460
460
 
461
- **CreateAccountAddress200Response**
461
+ **CreateEventRoomType200Response**
462
462
 
463
463
  ### Authorization
464
464