@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
@@ -307,7 +307,7 @@ const { status, data } = await apiInstance.getEventRoomTypePasses(
307
307
  [[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)
308
308
 
309
309
  # **getEventRoomTypeReservations**
310
- > GetAccountInvitations200Response getEventRoomTypeReservations()
310
+ > GetEventAttendeeReservations200Response getEventRoomTypeReservations()
311
311
 
312
312
  Get Event Room Type Reservations endpoint
313
313
 
@@ -353,7 +353,7 @@ const { status, data } = await apiInstance.getEventRoomTypeReservations(
353
353
 
354
354
  ### Return type
355
355
 
356
- **GetAccountInvitations200Response**
356
+ **GetEventAttendeeReservations200Response**
357
357
 
358
358
  ### Authorization
359
359
 
@@ -505,7 +505,7 @@ const { status, data } = await apiInstance.getEventRoomTypes(
505
505
  [[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)
506
506
 
507
507
  # **removeEventRoomTypeTier**
508
- > CreateAccountAddress200Response removeEventRoomTypeTier()
508
+ > CreateEventRoomType200Response removeEventRoomTypeTier()
509
509
 
510
510
  Remove Event Room Type Tier endpoint
511
511
 
@@ -545,7 +545,7 @@ const { status, data } = await apiInstance.removeEventRoomTypeTier(
545
545
 
546
546
  ### Return type
547
547
 
548
- **CreateAccountAddress200Response**
548
+ **CreateEventRoomType200Response**
549
549
 
550
550
  ### Authorization
551
551
 
@@ -623,7 +623,7 @@ const { status, data } = await apiInstance.updateEventRoomType(
623
623
  [[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)
624
624
 
625
625
  # **updateEventRoomTypeAddOnDetails**
626
- > CreateAccountAddress200Response updateEventRoomTypeAddOnDetails(eventRoomTypeAddOnDetailsUpdateInputs)
626
+ > CreateEventRoomType200Response updateEventRoomTypeAddOnDetails(eventRoomTypeAddOnDetailsUpdateInputs)
627
627
 
628
628
  Update Event Room Type Add On Details endpoint
629
629
 
@@ -664,7 +664,7 @@ const { status, data } = await apiInstance.updateEventRoomTypeAddOnDetails(
664
664
 
665
665
  ### Return type
666
666
 
667
- **CreateAccountAddress200Response**
667
+ **CreateEventRoomType200Response**
668
668
 
669
669
  ### Authorization
670
670
 
@@ -684,7 +684,7 @@ const { status, data } = await apiInstance.updateEventRoomTypeAddOnDetails(
684
684
  [[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)
685
685
 
686
686
  # **updateEventRoomTypePassTypeDetails**
687
- > CreateAccountAddress200Response updateEventRoomTypePassTypeDetails(eventRoomTypePassTypeDetailsUpdateInputs)
687
+ > CreateEventRoomType200Response updateEventRoomTypePassTypeDetails(eventRoomTypePassTypeDetailsUpdateInputs)
688
688
 
689
689
  Update Event Room Type Pass Type Details endpoint
690
690
 
@@ -725,7 +725,7 @@ const { status, data } = await apiInstance.updateEventRoomTypePassTypeDetails(
725
725
 
726
726
  ### Return type
727
727
 
728
- **CreateAccountAddress200Response**
728
+ **CreateEventRoomType200Response**
729
729
 
730
730
  ### Authorization
731
731
 
@@ -25,7 +25,7 @@ All URIs are relative to *https://admin-api.connected.dev*
25
25
  |[**updateEventSectionQuestion**](#updateeventsectionquestion) | **PUT** /events/{eventId}/sections/{sectionId}/questions/{questionId} | Update Event Section Question|
26
26
 
27
27
  # **addEventSectionAddOn**
28
- > CreateAccountAddress200Response addEventSectionAddOn()
28
+ > CreateEventSection200Response addEventSectionAddOn()
29
29
 
30
30
  Add Event Section Add On endpoint
31
31
 
@@ -62,7 +62,7 @@ const { status, data } = await apiInstance.addEventSectionAddOn(
62
62
 
63
63
  ### Return type
64
64
 
65
- **CreateAccountAddress200Response**
65
+ **CreateEventSection200Response**
66
66
 
67
67
  ### Authorization
68
68
 
@@ -82,7 +82,7 @@ const { status, data } = await apiInstance.addEventSectionAddOn(
82
82
  [[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)
83
83
 
84
84
  # **addEventSectionPassType**
85
- > CreateAccountAddress200Response addEventSectionPassType()
85
+ > CreateEventSection200Response addEventSectionPassType()
86
86
 
87
87
  Add Event Section Pass Type endpoint
88
88
 
@@ -119,7 +119,7 @@ const { status, data } = await apiInstance.addEventSectionPassType(
119
119
 
120
120
  ### Return type
121
121
 
122
- **CreateAccountAddress200Response**
122
+ **CreateEventSection200Response**
123
123
 
124
124
  ### Authorization
125
125
 
@@ -139,7 +139,7 @@ const { status, data } = await apiInstance.addEventSectionPassType(
139
139
  [[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)
140
140
 
141
141
  # **addEventSectionQuestion**
142
- > CreateAccountAddress200Response addEventSectionQuestion()
142
+ > CreateEventSection200Response addEventSectionQuestion()
143
143
 
144
144
  Add Event Section Question endpoint
145
145
 
@@ -176,7 +176,7 @@ const { status, data } = await apiInstance.addEventSectionQuestion(
176
176
 
177
177
  ### Return type
178
178
 
179
- **CreateAccountAddress200Response**
179
+ **CreateEventSection200Response**
180
180
 
181
181
  ### Authorization
182
182
 
@@ -196,7 +196,7 @@ const { status, data } = await apiInstance.addEventSectionQuestion(
196
196
  [[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)
197
197
 
198
198
  # **addEventSectionTier**
199
- > CreateAccountAddress200Response addEventSectionTier()
199
+ > CreateEventSection200Response addEventSectionTier()
200
200
 
201
201
  Add Event Section Tier endpoint
202
202
 
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.addEventSectionTier(
236
236
 
237
237
  ### Return type
238
238
 
239
- **CreateAccountAddress200Response**
239
+ **CreateEventSection200Response**
240
240
 
241
241
  ### Authorization
242
242
 
@@ -256,7 +256,7 @@ const { status, data } = await apiInstance.addEventSectionTier(
256
256
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
257
257
 
258
258
  # **createEventSection**
259
- > CreateAccountAddress200Response createEventSection(eventSectionCreateInputs)
259
+ > CreateEventSection200Response createEventSection(eventSectionCreateInputs)
260
260
 
261
261
  Create Event Section endpoint
262
262
 
@@ -291,7 +291,7 @@ const { status, data } = await apiInstance.createEventSection(
291
291
 
292
292
  ### Return type
293
293
 
294
- **CreateAccountAddress200Response**
294
+ **CreateEventSection200Response**
295
295
 
296
296
  ### Authorization
297
297
 
@@ -365,7 +365,7 @@ const { status, data } = await apiInstance.deleteEventSection(
365
365
  [[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)
366
366
 
367
367
  # **getEventSection**
368
- > GetEventSection200Response getEventSection()
368
+ > CreateEventSection200Response getEventSection()
369
369
 
370
370
  Get Event Section endpoint
371
371
 
@@ -399,7 +399,7 @@ const { status, data } = await apiInstance.getEventSection(
399
399
 
400
400
  ### Return type
401
401
 
402
- **GetEventSection200Response**
402
+ **CreateEventSection200Response**
403
403
 
404
404
  ### Authorization
405
405
 
@@ -485,7 +485,7 @@ const { status, data } = await apiInstance.getEventSectionAddOns(
485
485
  [[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)
486
486
 
487
487
  # **getEventSectionPassTypes**
488
- > GetAccountInvitations200Response getEventSectionPassTypes()
488
+ > GetEventAddOnPassTypes200Response getEventSectionPassTypes()
489
489
 
490
490
  Get Event Section Pass Types endpoint
491
491
 
@@ -531,7 +531,7 @@ const { status, data } = await apiInstance.getEventSectionPassTypes(
531
531
 
532
532
  ### Return type
533
533
 
534
- **GetAccountInvitations200Response**
534
+ **GetEventAddOnPassTypes200Response**
535
535
 
536
536
  ### Authorization
537
537
 
@@ -551,7 +551,7 @@ const { status, data } = await apiInstance.getEventSectionPassTypes(
551
551
  [[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)
552
552
 
553
553
  # **getEventSectionQuestions**
554
- > GetAccountInvitations200Response getEventSectionQuestions()
554
+ > GetEventSectionQuestions200Response getEventSectionQuestions()
555
555
 
556
556
  Get Event Section Questions endpoint
557
557
 
@@ -597,7 +597,7 @@ const { status, data } = await apiInstance.getEventSectionQuestions(
597
597
 
598
598
  ### Return type
599
599
 
600
- **GetAccountInvitations200Response**
600
+ **GetEventSectionQuestions200Response**
601
601
 
602
602
  ### Authorization
603
603
 
@@ -686,7 +686,7 @@ const { status, data } = await apiInstance.getEventSectionTiers(
686
686
  [[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)
687
687
 
688
688
  # **getEventSections**
689
- > GetAccountInvitations200Response getEventSections()
689
+ > GetEventPassQuestionSections200Response getEventSections()
690
690
 
691
691
  Get Event Sections endpoint
692
692
 
@@ -729,7 +729,7 @@ const { status, data } = await apiInstance.getEventSections(
729
729
 
730
730
  ### Return type
731
731
 
732
- **GetAccountInvitations200Response**
732
+ **GetEventPassQuestionSections200Response**
733
733
 
734
734
  ### Authorization
735
735
 
@@ -749,7 +749,7 @@ const { status, data } = await apiInstance.getEventSections(
749
749
  [[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)
750
750
 
751
751
  # **removeEventSectionAddOn**
752
- > CreateAccountAddress200Response removeEventSectionAddOn()
752
+ > CreateEventSection200Response removeEventSectionAddOn()
753
753
 
754
754
  Remove Event Section Add On endpoint
755
755
 
@@ -786,7 +786,7 @@ const { status, data } = await apiInstance.removeEventSectionAddOn(
786
786
 
787
787
  ### Return type
788
788
 
789
- **CreateAccountAddress200Response**
789
+ **CreateEventSection200Response**
790
790
 
791
791
  ### Authorization
792
792
 
@@ -806,7 +806,7 @@ const { status, data } = await apiInstance.removeEventSectionAddOn(
806
806
  [[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)
807
807
 
808
808
  # **removeEventSectionPassType**
809
- > CreateAccountAddress200Response removeEventSectionPassType()
809
+ > CreateEventSection200Response removeEventSectionPassType()
810
810
 
811
811
  Remove Event Section Pass Type endpoint
812
812
 
@@ -843,7 +843,7 @@ const { status, data } = await apiInstance.removeEventSectionPassType(
843
843
 
844
844
  ### Return type
845
845
 
846
- **CreateAccountAddress200Response**
846
+ **CreateEventSection200Response**
847
847
 
848
848
  ### Authorization
849
849
 
@@ -863,7 +863,7 @@ const { status, data } = await apiInstance.removeEventSectionPassType(
863
863
  [[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)
864
864
 
865
865
  # **removeEventSectionQuestion**
866
- > CreateAccountAddress200Response removeEventSectionQuestion()
866
+ > CreateEventSection200Response removeEventSectionQuestion()
867
867
 
868
868
  Remove Event Section Question endpoint
869
869
 
@@ -900,7 +900,7 @@ const { status, data } = await apiInstance.removeEventSectionQuestion(
900
900
 
901
901
  ### Return type
902
902
 
903
- **CreateAccountAddress200Response**
903
+ **CreateEventSection200Response**
904
904
 
905
905
  ### Authorization
906
906
 
@@ -920,7 +920,7 @@ const { status, data } = await apiInstance.removeEventSectionQuestion(
920
920
  [[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)
921
921
 
922
922
  # **removeEventSectionTier**
923
- > CreateAccountAddress200Response removeEventSectionTier()
923
+ > CreateEventSection200Response removeEventSectionTier()
924
924
 
925
925
  Remove Event Section Tier endpoint
926
926
 
@@ -960,7 +960,7 @@ const { status, data } = await apiInstance.removeEventSectionTier(
960
960
 
961
961
  ### Return type
962
962
 
963
- **CreateAccountAddress200Response**
963
+ **CreateEventSection200Response**
964
964
 
965
965
  ### Authorization
966
966
 
@@ -980,7 +980,7 @@ const { status, data } = await apiInstance.removeEventSectionTier(
980
980
  [[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)
981
981
 
982
982
  # **reorderEventSectionQuestions**
983
- > CreateAccountAddress200Response reorderEventSectionQuestions()
983
+ > ReorderEventSectionQuestions200Response reorderEventSectionQuestions()
984
984
 
985
985
  Reorder Event Section Questions endpoint
986
986
 
@@ -1017,7 +1017,7 @@ const { status, data } = await apiInstance.reorderEventSectionQuestions(
1017
1017
 
1018
1018
  ### Return type
1019
1019
 
1020
- **CreateAccountAddress200Response**
1020
+ **ReorderEventSectionQuestions200Response**
1021
1021
 
1022
1022
  ### Authorization
1023
1023
 
@@ -1037,7 +1037,7 @@ const { status, data } = await apiInstance.reorderEventSectionQuestions(
1037
1037
  [[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)
1038
1038
 
1039
1039
  # **updateEventSection**
1040
- > CreateAccountAddress200Response updateEventSection()
1040
+ > CreateEventSection200Response updateEventSection()
1041
1041
 
1042
1042
  Update Event Section endpoint
1043
1043
 
@@ -1075,7 +1075,7 @@ const { status, data } = await apiInstance.updateEventSection(
1075
1075
 
1076
1076
  ### Return type
1077
1077
 
1078
- **CreateAccountAddress200Response**
1078
+ **CreateEventSection200Response**
1079
1079
 
1080
1080
  ### Authorization
1081
1081
 
@@ -1095,7 +1095,7 @@ const { status, data } = await apiInstance.updateEventSection(
1095
1095
  [[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)
1096
1096
 
1097
1097
  # **updateEventSectionQuestion**
1098
- > CreateAccountAddress200Response updateEventSectionQuestion()
1098
+ > CreateEventSection200Response updateEventSectionQuestion()
1099
1099
 
1100
1100
  Update Event Section Question endpoint
1101
1101
 
@@ -1135,7 +1135,7 @@ const { status, data } = await apiInstance.updateEventSectionQuestion(
1135
1135
 
1136
1136
  ### Return type
1137
1137
 
1138
- **CreateAccountAddress200Response**
1138
+ **CreateEventSection200Response**
1139
1139
 
1140
1140
  ### Authorization
1141
1141
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getEventSessionAccessResponseChanges**](#geteventsessionaccessresponsechanges) | **GET** /events/{eventId}/sessions/{sessionId}/passes/{passId}/responses/{questionId}/changes | Get Event Session Access Response Changes|
10
10
 
11
11
  # **getEventSessionAccess**
12
- > CreateAccountAddress200Response getEventSessionAccess()
12
+ > GetEventSessionAccess200Response getEventSessionAccess()
13
13
 
14
14
  Get Event Session Access endpoint
15
15
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.getEventSessionAccess(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **GetEventSessionAccess200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -66,7 +66,7 @@ const { status, data } = await apiInstance.getEventSessionAccess(
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
  # **getEventSessionAccessQuestionSections**
69
- > GetAccountInvitations200Response getEventSessionAccessQuestionSections()
69
+ > GetEventSessionAccessQuestionSections200Response getEventSessionAccessQuestionSections()
70
70
 
71
71
  Get Event Session Access Question Sections endpoint
72
72
 
@@ -115,7 +115,7 @@ const { status, data } = await apiInstance.getEventSessionAccessQuestionSections
115
115
 
116
116
  ### Return type
117
117
 
118
- **GetAccountInvitations200Response**
118
+ **GetEventSessionAccessQuestionSections200Response**
119
119
 
120
120
  ### Authorization
121
121
 
@@ -135,7 +135,7 @@ const { status, data } = await apiInstance.getEventSessionAccessQuestionSections
135
135
  [[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)
136
136
 
137
137
  # **getEventSessionAccessResponseChanges**
138
- > GetAccountInvitations200Response getEventSessionAccessResponseChanges()
138
+ > GetEventSessionAccessResponseChanges200Response getEventSessionAccessResponseChanges()
139
139
 
140
140
  Get Event Session Access Response Changes endpoint
141
141
 
@@ -187,7 +187,7 @@ const { status, data } = await apiInstance.getEventSessionAccessResponseChanges(
187
187
 
188
188
  ### Return type
189
189
 
190
- **GetAccountInvitations200Response**
190
+ **GetEventSessionAccessResponseChanges200Response**
191
191
 
192
192
  ### Authorization
193
193
 
@@ -35,7 +35,7 @@ All URIs are relative to *https://admin-api.connected.dev*
35
35
  |[**updateEventSession**](#updateeventsession) | **PUT** /events/{eventId}/sessions/{sessionId} | Update Event Session|
36
36
 
37
37
  # **addEventSessionAccount**
38
- > CreateAccountAddress200Response addEventSessionAccount()
38
+ > CreateEventSession200Response addEventSessionAccount()
39
39
 
40
40
  Add Event Session Account endpoint
41
41
 
@@ -72,7 +72,7 @@ const { status, data } = await apiInstance.addEventSessionAccount(
72
72
 
73
73
  ### Return type
74
74
 
75
- **CreateAccountAddress200Response**
75
+ **CreateEventSession200Response**
76
76
 
77
77
  ### Authorization
78
78
 
@@ -149,7 +149,7 @@ const { status, data } = await apiInstance.addEventSessionBlock(
149
149
  [[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)
150
150
 
151
151
  # **addEventSessionPassType**
152
- > CreateAccountAddress200Response addEventSessionPassType()
152
+ > CreateEventSession200Response addEventSessionPassType()
153
153
 
154
154
  Add Event Session Pass Type endpoint
155
155
 
@@ -186,7 +186,7 @@ const { status, data } = await apiInstance.addEventSessionPassType(
186
186
 
187
187
  ### Return type
188
188
 
189
- **CreateAccountAddress200Response**
189
+ **CreateEventSession200Response**
190
190
 
191
191
  ### Authorization
192
192
 
@@ -206,7 +206,7 @@ const { status, data } = await apiInstance.addEventSessionPassType(
206
206
  [[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)
207
207
 
208
208
  # **addEventSessionSpeaker**
209
- > CreateAccountAddress200Response addEventSessionSpeaker()
209
+ > CreateEventSession200Response addEventSessionSpeaker()
210
210
 
211
211
  Add Event Session Speaker endpoint
212
212
 
@@ -243,7 +243,7 @@ const { status, data } = await apiInstance.addEventSessionSpeaker(
243
243
 
244
244
  ### Return type
245
245
 
246
- **CreateAccountAddress200Response**
246
+ **CreateEventSession200Response**
247
247
 
248
248
  ### Authorization
249
249
 
@@ -263,7 +263,7 @@ const { status, data } = await apiInstance.addEventSessionSpeaker(
263
263
  [[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)
264
264
 
265
265
  # **addEventSessionSponsor**
266
- > CreateAccountAddress200Response addEventSessionSponsor()
266
+ > CreateEventSession200Response addEventSessionSponsor()
267
267
 
268
268
  Add Event Session Sponsor endpoint
269
269
 
@@ -300,7 +300,7 @@ const { status, data } = await apiInstance.addEventSessionSponsor(
300
300
 
301
301
  ### Return type
302
302
 
303
- **CreateAccountAddress200Response**
303
+ **CreateEventSession200Response**
304
304
 
305
305
  ### Authorization
306
306
 
@@ -434,7 +434,7 @@ const { status, data } = await apiInstance.addEventSessionTrack(
434
434
  [[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)
435
435
 
436
436
  # **cloneEventSession**
437
- > CreateAccountAddress200Response cloneEventSession(eventSessionCloneOptions)
437
+ > DeleteDashboard200Response cloneEventSession(eventSessionCloneOptions)
438
438
 
439
439
  Clone Event Session endpoint
440
440
 
@@ -472,7 +472,7 @@ const { status, data } = await apiInstance.cloneEventSession(
472
472
 
473
473
  ### Return type
474
474
 
475
- **CreateAccountAddress200Response**
475
+ **DeleteDashboard200Response**
476
476
 
477
477
  ### Authorization
478
478
 
@@ -655,7 +655,7 @@ const { status, data } = await apiInstance.getEventSession(
655
655
  [[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)
656
656
 
657
657
  # **getEventSessionAccesses**
658
- > GetAccountInvitations200Response getEventSessionAccesses()
658
+ > GetEventPassAccesses200Response getEventSessionAccesses()
659
659
 
660
660
  Get Event Session Accesses endpoint
661
661
 
@@ -704,7 +704,7 @@ const { status, data } = await apiInstance.getEventSessionAccesses(
704
704
 
705
705
  ### Return type
706
706
 
707
- **GetAccountInvitations200Response**
707
+ **GetEventPassAccesses200Response**
708
708
 
709
709
  ### Authorization
710
710
 
@@ -856,7 +856,7 @@ const { status, data } = await apiInstance.getEventSessionBlocks(
856
856
  [[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)
857
857
 
858
858
  # **getEventSessionPassTypes**
859
- > GetAccountInvitations200Response getEventSessionPassTypes()
859
+ > GetEventAddOnPassTypes200Response getEventSessionPassTypes()
860
860
 
861
861
  Get Event Session Pass Types endpoint
862
862
 
@@ -902,7 +902,7 @@ const { status, data } = await apiInstance.getEventSessionPassTypes(
902
902
 
903
903
  ### Return type
904
904
 
905
- **GetAccountInvitations200Response**
905
+ **GetEventAddOnPassTypes200Response**
906
906
 
907
907
  ### Authorization
908
908
 
@@ -988,7 +988,7 @@ const { status, data } = await apiInstance.getEventSessionPayments(
988
988
  [[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)
989
989
 
990
990
  # **getEventSessionSpeakers**
991
- > GetAccountInvitations200Response getEventSessionSpeakers()
991
+ > GetEventSessionSpeakers200Response getEventSessionSpeakers()
992
992
 
993
993
  Get Event Session Speakers endpoint
994
994
 
@@ -1034,7 +1034,7 @@ const { status, data } = await apiInstance.getEventSessionSpeakers(
1034
1034
 
1035
1035
  ### Return type
1036
1036
 
1037
- **GetAccountInvitations200Response**
1037
+ **GetEventSessionSpeakers200Response**
1038
1038
 
1039
1039
  ### Authorization
1040
1040
 
@@ -1252,7 +1252,7 @@ const { status, data } = await apiInstance.getEventSessionTracks(
1252
1252
  [[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)
1253
1253
 
1254
1254
  # **getEventSessions**
1255
- > GetEventSessions200Response getEventSessions()
1255
+ > GetEventActivationSessions200Response getEventSessions()
1256
1256
 
1257
1257
  Get Event Sessions endpoint
1258
1258
 
@@ -1295,7 +1295,7 @@ const { status, data } = await apiInstance.getEventSessions(
1295
1295
 
1296
1296
  ### Return type
1297
1297
 
1298
- **GetEventSessions200Response**
1298
+ **GetEventActivationSessions200Response**
1299
1299
 
1300
1300
  ### Authorization
1301
1301
 
@@ -1315,7 +1315,7 @@ const { status, data } = await apiInstance.getEventSessions(
1315
1315
  [[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)
1316
1316
 
1317
1317
  # **removeEventSessionAccount**
1318
- > CreateAccountAddress200Response removeEventSessionAccount()
1318
+ > CreateEventSession200Response removeEventSessionAccount()
1319
1319
 
1320
1320
  Remove Event Session Account endpoint
1321
1321
 
@@ -1352,7 +1352,7 @@ const { status, data } = await apiInstance.removeEventSessionAccount(
1352
1352
 
1353
1353
  ### Return type
1354
1354
 
1355
- **CreateAccountAddress200Response**
1355
+ **CreateEventSession200Response**
1356
1356
 
1357
1357
  ### Authorization
1358
1358
 
@@ -1372,7 +1372,7 @@ const { status, data } = await apiInstance.removeEventSessionAccount(
1372
1372
  [[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)
1373
1373
 
1374
1374
  # **removeEventSessionBlock**
1375
- > CreateAccountAddress200Response removeEventSessionBlock()
1375
+ > CreateEventSession200Response removeEventSessionBlock()
1376
1376
 
1377
1377
  Remove Event Session Block endpoint
1378
1378
 
@@ -1409,7 +1409,7 @@ const { status, data } = await apiInstance.removeEventSessionBlock(
1409
1409
 
1410
1410
  ### Return type
1411
1411
 
1412
- **CreateAccountAddress200Response**
1412
+ **CreateEventSession200Response**
1413
1413
 
1414
1414
  ### Authorization
1415
1415
 
@@ -1429,7 +1429,7 @@ const { status, data } = await apiInstance.removeEventSessionBlock(
1429
1429
  [[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)
1430
1430
 
1431
1431
  # **removeEventSessionPassType**
1432
- > CreateAccountAddress200Response removeEventSessionPassType()
1432
+ > CreateEventSession200Response removeEventSessionPassType()
1433
1433
 
1434
1434
  Remove Event Session Pass Type endpoint
1435
1435
 
@@ -1466,7 +1466,7 @@ const { status, data } = await apiInstance.removeEventSessionPassType(
1466
1466
 
1467
1467
  ### Return type
1468
1468
 
1469
- **CreateAccountAddress200Response**
1469
+ **CreateEventSession200Response**
1470
1470
 
1471
1471
  ### Authorization
1472
1472
 
@@ -1486,7 +1486,7 @@ const { status, data } = await apiInstance.removeEventSessionPassType(
1486
1486
  [[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)
1487
1487
 
1488
1488
  # **removeEventSessionSpeaker**
1489
- > CreateAccountAddress200Response removeEventSessionSpeaker()
1489
+ > CreateEventSession200Response removeEventSessionSpeaker()
1490
1490
 
1491
1491
  Remove Event Session Speaker endpoint
1492
1492
 
@@ -1523,7 +1523,7 @@ const { status, data } = await apiInstance.removeEventSessionSpeaker(
1523
1523
 
1524
1524
  ### Return type
1525
1525
 
1526
- **CreateAccountAddress200Response**
1526
+ **CreateEventSession200Response**
1527
1527
 
1528
1528
  ### Authorization
1529
1529
 
@@ -1543,7 +1543,7 @@ const { status, data } = await apiInstance.removeEventSessionSpeaker(
1543
1543
  [[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)
1544
1544
 
1545
1545
  # **removeEventSessionSponsor**
1546
- > CreateAccountAddress200Response removeEventSessionSponsor()
1546
+ > CreateEventSession200Response removeEventSessionSponsor()
1547
1547
 
1548
1548
  Remove Event Session Sponsor endpoint
1549
1549
 
@@ -1580,7 +1580,7 @@ const { status, data } = await apiInstance.removeEventSessionSponsor(
1580
1580
 
1581
1581
  ### Return type
1582
1582
 
1583
- **CreateAccountAddress200Response**
1583
+ **CreateEventSession200Response**
1584
1584
 
1585
1585
  ### Authorization
1586
1586
 
@@ -1600,7 +1600,7 @@ const { status, data } = await apiInstance.removeEventSessionSponsor(
1600
1600
  [[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)
1601
1601
 
1602
1602
  # **removeEventSessionTier**
1603
- > CreateAccountAddress200Response removeEventSessionTier()
1603
+ > CreateEventSession200Response removeEventSessionTier()
1604
1604
 
1605
1605
  Remove Event Session Tier endpoint
1606
1606
 
@@ -1637,7 +1637,7 @@ const { status, data } = await apiInstance.removeEventSessionTier(
1637
1637
 
1638
1638
  ### Return type
1639
1639
 
1640
- **CreateAccountAddress200Response**
1640
+ **CreateEventSession200Response**
1641
1641
 
1642
1642
  ### Authorization
1643
1643
 
@@ -1657,7 +1657,7 @@ const { status, data } = await apiInstance.removeEventSessionTier(
1657
1657
  [[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)
1658
1658
 
1659
1659
  # **removeEventSessionTrack**
1660
- > CreateAccountAddress200Response removeEventSessionTrack()
1660
+ > CreateEventSession200Response removeEventSessionTrack()
1661
1661
 
1662
1662
  Remove Event Session Track endpoint
1663
1663
 
@@ -1694,7 +1694,7 @@ const { status, data } = await apiInstance.removeEventSessionTrack(
1694
1694
 
1695
1695
  ### Return type
1696
1696
 
1697
- **CreateAccountAddress200Response**
1697
+ **CreateEventSession200Response**
1698
1698
 
1699
1699
  ### Authorization
1700
1700