@connectedxm/admin-sdk 6.9.0 → 6.14.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/.openapi-generator/FILES +212 -20
  2. package/AdminApi.ts +18 -0
  3. package/README.md +241 -24
  4. package/api.ts +7182 -1621
  5. package/dist/AdminApi.d.ts +7 -1
  6. package/dist/AdminApi.js +6 -0
  7. package/dist/api.d.ts +4993 -1528
  8. package/dist/api.js +4123 -720
  9. package/dist/esm/AdminApi.d.ts +7 -1
  10. package/dist/esm/AdminApi.js +7 -1
  11. package/dist/esm/api.d.ts +4993 -1528
  12. package/dist/esm/api.js +4077 -702
  13. package/docs/AccountAttribute.md +3 -1
  14. package/docs/AccountAttributeCreateInputs.md +7 -1
  15. package/docs/AccountAttributeType.md +20 -0
  16. package/docs/AccountAttributeUpdateInputs.md +6 -0
  17. package/docs/AccountsAddressesApi.md +4 -4
  18. package/docs/AccountsApi.md +58 -6
  19. package/docs/AddChannelSubscriber200Response.md +24 -0
  20. package/docs/AddOrganizationUser200Response.md +24 -0
  21. package/docs/AdvertisementsApi.md +4 -4
  22. package/docs/AnnouncementsApi.md +4 -4
  23. package/docs/AnnouncementsScheduleApi.md +4 -4
  24. package/docs/BaseAccountAttribute.md +3 -1
  25. package/docs/BaseEventActivation.md +4 -0
  26. package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
  27. package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
  28. package/docs/BaseEventBlock.md +2 -0
  29. package/docs/BaseEventOnSite.md +2 -2
  30. package/docs/BaseEventPass.md +2 -0
  31. package/docs/BaseEventSession.md +2 -4
  32. package/docs/BaseEventSessionQuestionChoice.md +1 -1
  33. package/docs/BasePassAttribute.md +26 -0
  34. package/docs/BasePassAttributeAttribute.md +22 -0
  35. package/docs/BasePayment.md +2 -0
  36. package/docs/BaseRegistrationQuestionChoice.md +1 -1
  37. package/docs/BaseSeriesQuestion.md +60 -0
  38. package/docs/BaseSeriesQuestionChoice.md +30 -0
  39. package/docs/BaseSeriesRegistration.md +2 -0
  40. package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
  41. package/docs/BaseSideEffect.md +2 -0
  42. package/docs/BaseSurveyQuestionChoice.md +1 -1
  43. package/docs/BookingsApi.md +10 -10
  44. package/docs/BookingsAvailabilitiesApi.md +6 -6
  45. package/docs/BookingsBlackoutsApi.md +4 -4
  46. package/docs/BulkUploadSearchListValues200Response.md +24 -0
  47. package/docs/ChannelsApi.md +36 -36
  48. package/docs/CloneOptions.md +2 -0
  49. package/docs/CreateAccountAddress200Response.md +1 -1
  50. package/docs/CreateAccountAttribute200Response.md +24 -0
  51. package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
  52. package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
  53. package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
  54. package/docs/CreateChannelContentGuest200Response.md +24 -0
  55. package/docs/CreateDashboardWidget200Response.md +24 -0
  56. package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
  57. package/docs/CreateEventActivationCompletion200Response.md +24 -0
  58. package/docs/CreateEventAttendeePackage200Response.md +24 -0
  59. package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
  60. package/docs/CreateEventFollowup200Response.md +24 -0
  61. package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
  62. package/docs/CreateEventPackagePass200Response.md +24 -0
  63. package/docs/CreateEventQuestion200Response.md +24 -0
  64. package/docs/CreateEventQuestionChoice200Response.md +24 -0
  65. package/docs/CreateEventRegistrationBypass200Response.md +24 -0
  66. package/docs/CreateEventReservation200Response.md +24 -0
  67. package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
  68. package/docs/CreateEventSessionLocation200Response.md +24 -0
  69. package/docs/CreateEventSessionQuestion200Response.md +24 -0
  70. package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
  71. package/docs/CreateEventSessionSection200Response.md +24 -0
  72. package/docs/CreateEventSponsorship200Response.md +24 -0
  73. package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
  74. package/docs/CreateGroupInvitations200Response.md +24 -0
  75. package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
  76. package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
  77. package/docs/CreateOrganizationSideEffect200Response.md +24 -0
  78. package/docs/CreateOrganizationTeamMember200Response.md +24 -0
  79. package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
  80. package/docs/CreateSeriesQuestion200Response.md +24 -0
  81. package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
  82. package/docs/CreateSeriesRegistration200Response.md +24 -0
  83. package/docs/CreateStreamInputOutput200Response.md +24 -0
  84. package/docs/CreateSupportTicketMessage200Response.md +24 -0
  85. package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
  86. package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
  87. package/docs/CreateThreadCircleAccount200Response.md +24 -0
  88. package/docs/CreateThreadMessageReaction200Response.md +24 -0
  89. package/docs/DashboardsApi.md +2 -2
  90. package/docs/DashboardsWidgetsApi.md +8 -8
  91. package/docs/DeleteDashboard200Response.md +24 -0
  92. package/docs/EmailReceiptsApi.md +2 -2
  93. package/docs/Event.md +6 -0
  94. package/docs/EventActivation.md +8 -0
  95. package/docs/EventActivationCreateInputs.md +6 -0
  96. package/docs/EventActivationUpdateInputs.md +6 -0
  97. package/docs/EventAttribute.md +26 -0
  98. package/docs/EventAttributeCreateInputs.md +20 -0
  99. package/docs/EventAttributeUpdateInputs.md +20 -0
  100. package/docs/EventBlock.md +2 -0
  101. package/docs/EventBlockCreateInputs.md +2 -0
  102. package/docs/EventBlockUpdateInputs.md +2 -0
  103. package/docs/EventCreateInputs.md +6 -0
  104. package/docs/EventMediaItemTranslation.md +30 -0
  105. package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
  106. package/docs/EventOnSite.md +2 -4
  107. package/docs/EventPass.md +8 -0
  108. package/docs/EventPassCreateInputs.md +2 -0
  109. package/docs/EventPassType.md +4 -0
  110. package/docs/EventPassUpdateInputs.md +2 -0
  111. package/docs/EventRoomTypeReservationPassesInner.md +1 -1
  112. package/docs/EventSession.md +12 -4
  113. package/docs/EventSessionCloneOptions.md +22 -0
  114. package/docs/EventSessionCreateInputs.md +8 -4
  115. package/docs/EventSessionUpdateInputs.md +8 -4
  116. package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
  117. package/docs/EventTrack.md +1 -1
  118. package/docs/EventTranslation.md +2 -0
  119. package/docs/EventTranslationUpdateInputs.md +2 -0
  120. package/docs/EventUpdateInputs.md +6 -0
  121. package/docs/EventsAccessApi.md +4 -4
  122. package/docs/EventsActivationsApi.md +85 -18
  123. package/docs/EventsActivationsSessionsApi.md +123 -0
  124. package/docs/EventsAddonsApi.md +4 -4
  125. package/docs/EventsApi.md +2 -2
  126. package/docs/EventsAttendeesApi.md +8 -8
  127. package/docs/EventsAttendeesPackagesApi.md +10 -10
  128. package/docs/EventsAttendeesReservationsApi.md +16 -16
  129. package/docs/EventsAttributesApi.md +296 -0
  130. package/docs/EventsBlocksApi.md +2 -2
  131. package/docs/EventsBypassApi.md +8 -8
  132. package/docs/EventsFaqsApi.md +2 -2
  133. package/docs/EventsFollowupsApi.md +32 -32
  134. package/docs/EventsMatchesApi.md +10 -10
  135. package/docs/EventsMediaApi.md +12 -12
  136. package/docs/EventsOnSiteApi.md +10 -188
  137. package/docs/EventsPackagesPassesApi.md +8 -8
  138. package/docs/EventsPassesApi.md +26 -26
  139. package/docs/EventsPassesAttributesApi.md +191 -0
  140. package/docs/EventsPasstypesApi.md +14 -14
  141. package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
  142. package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
  143. package/docs/EventsQuestionsApi.md +38 -38
  144. package/docs/EventsRoomsApi.md +2 -2
  145. package/docs/EventsRoomtypesApi.md +8 -8
  146. package/docs/EventsSectionsApi.md +32 -32
  147. package/docs/EventsSessionsAccessesApi.md +6 -6
  148. package/docs/EventsSessionsApi.md +270 -28
  149. package/docs/EventsSessionsLocationsApi.md +14 -14
  150. package/docs/EventsSessionsMatchesApi.md +12 -12
  151. package/docs/EventsSessionsQuestionsApi.md +36 -36
  152. package/docs/EventsSessionsSectionsApi.md +18 -18
  153. package/docs/EventsSpeakersApi.md +8 -8
  154. package/docs/EventsSponsorshiplevelsApi.md +10 -10
  155. package/docs/EventsSponsorshipsApi.md +10 -10
  156. package/docs/EventsTracksApi.md +2 -2
  157. package/docs/GetAcccountEmailReceipts200Response.md +26 -0
  158. package/docs/GetAccountAddresses200Response.md +26 -0
  159. package/docs/GetAccountInvitations200Response.md +1 -1
  160. package/docs/GetAccountNotificationPreferences200Response.md +24 -0
  161. package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
  162. package/docs/GetAccountsByInternalRefId200Response.md +24 -0
  163. package/docs/GetAdvertisementClicks200Response.md +26 -0
  164. package/docs/GetAdvertisementViews200Response.md +26 -0
  165. package/docs/GetAnnouncementAudience200Response.md +26 -0
  166. package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
  167. package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
  168. package/docs/GetBookingSpaceSlots200Response.md +24 -0
  169. package/docs/GetChannelContentGuests200Response.md +26 -0
  170. package/docs/GetChannelContentLikes200Response.md +26 -0
  171. package/docs/GetChannelSubscribers200Response.md +26 -0
  172. package/docs/GetDashboardAttributes200Response.md +24 -0
  173. package/docs/GetDashboardWidgets200Response.md +24 -0
  174. package/docs/GetEmailReceipts200Response.md +26 -0
  175. package/docs/GetEventActivationCompletions200Response.md +26 -0
  176. package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
  177. package/docs/GetEventActivations200Response.md +26 -0
  178. package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
  179. package/docs/GetEventAttendeePackages200Response.md +26 -0
  180. package/docs/GetEventAttendeeReservations200Response.md +26 -0
  181. package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
  182. package/docs/GetEventAttributes200Response.md +26 -0
  183. package/docs/GetEventDashboardQuestions200Response.md +24 -0
  184. package/docs/GetEventFollowupQuestions200Response.md +26 -0
  185. package/docs/GetEventPackagePasses200Response.md +26 -0
  186. package/docs/GetEventPassAccesses200Response.md +26 -0
  187. package/docs/GetEventPassAttributes200Response.md +26 -0
  188. package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
  189. package/docs/GetEventPassQuestionSections200Response.md +26 -0
  190. package/docs/GetEventPassResponse200Response.md +24 -0
  191. package/docs/GetEventPassResponseChanges200Response.md +26 -0
  192. package/docs/GetEventPassResponses200Response.md +26 -0
  193. package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
  194. package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
  195. package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
  196. package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
  197. package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
  198. package/docs/GetEventQuestionChoices200Response.md +26 -0
  199. package/docs/GetEventQuestionSummaries200Response.md +26 -0
  200. package/docs/GetEventQuestions200Response.md +26 -0
  201. package/docs/GetEventRegistrationBypassList200Response.md +26 -0
  202. package/docs/GetEventRoundQuestions200Response.md +26 -0
  203. package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
  204. package/docs/GetEventSectionQuestions200Response.md +26 -0
  205. package/docs/GetEventSessionAccess200Response.md +24 -0
  206. package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
  207. package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
  208. package/docs/GetEventSessionLocations200Response.md +26 -0
  209. package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
  210. package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
  211. package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
  212. package/docs/GetEventSessionQuestions200Response.md +26 -0
  213. package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
  214. package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
  215. package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
  216. package/docs/GetEventSponsorshipLevels200Response.md +26 -0
  217. package/docs/GetEventSponsorships200Response.md +26 -0
  218. package/docs/GetGroupInvitations200Response.md +26 -0
  219. package/docs/GetInvoiceLineItems200Response.md +26 -0
  220. package/docs/GetLivestreamSessions200Response.md +26 -0
  221. package/docs/GetMeetingParticipant200Response.md +24 -0
  222. package/docs/GetMeetingParticipants200Response.md +26 -0
  223. package/docs/GetMeetingRecording200Response.md +24 -0
  224. package/docs/GetMeetingRecordings200Response.md +26 -0
  225. package/docs/GetMeetingSessionMessages200Response.md +24 -0
  226. package/docs/GetMeetingSessionParticipant200Response.md +24 -0
  227. package/docs/GetMeetingSessionParticipants200Response.md +26 -0
  228. package/docs/GetMeetingSessionSummary200Response.md +24 -0
  229. package/docs/GetMeetingSessionTranscript200Response.md +24 -0
  230. package/docs/GetMeetingSessions200Response.md +26 -0
  231. package/docs/GetNotificationStats200Response.md +24 -0
  232. package/docs/GetNotifications200Response.md +26 -0
  233. package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
  234. package/docs/GetOrganizationDomain200Response.md +24 -0
  235. package/docs/GetOrganizationModule200Response.md +24 -0
  236. package/docs/GetOrganizationModuleSettings200Response.md +24 -0
  237. package/docs/GetOrganizationModules200Response.md +26 -0
  238. package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
  239. package/docs/GetOrganizationSideEffects200Response.md +26 -0
  240. package/docs/GetOrganizationSystemLog200Response.md +24 -0
  241. package/docs/GetOrganizationSystemLogs200Response.md +26 -0
  242. package/docs/GetOrganizationTeamMembers200Response.md +26 -0
  243. package/docs/GetOrganizationUsers200Response.md +26 -0
  244. package/docs/GetPreferences200Response.md +24 -0
  245. package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
  246. package/docs/GetSearchListValues200Response.md +26 -0
  247. package/docs/GetSeriesQuestionChoices200Response.md +26 -0
  248. package/docs/GetSeriesQuestions200Response.md +26 -0
  249. package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
  250. package/docs/GetSeriesRegistrations200Response.md +26 -0
  251. package/docs/GetStreamInputOutputs200Response.md +26 -0
  252. package/docs/GetStreamSessionChat200Response.md +24 -0
  253. package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
  254. package/docs/GetSupportTicketActivity200Response.md +24 -0
  255. package/docs/GetSupportTicketMessages200Response.md +26 -0
  256. package/docs/GetSupportTicketNotes200Response.md +26 -0
  257. package/docs/GetSupportTicketViewer200Response.md +26 -0
  258. package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
  259. package/docs/GetSurveyQuestionChoices200Response.md +26 -0
  260. package/docs/GetSurveyQuestionResponses200Response.md +26 -0
  261. package/docs/GetSurveySectionQuestions200Response.md +26 -0
  262. package/docs/GetSurveySubmission200Response.md +24 -0
  263. package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
  264. package/docs/GetSurveySubmissions200Response.md +26 -0
  265. package/docs/GetThreadCircleAccounts200Response.md +26 -0
  266. package/docs/GetThreadMessageReactions200Response.md +24 -0
  267. package/docs/GroupsInvitationsApi.md +8 -8
  268. package/docs/GroupsModeratorsApi.md +4 -4
  269. package/docs/InterestsApi.md +2 -2
  270. package/docs/InvoicesApi.md +4 -4
  271. package/docs/InvoicesLineitemsApi.md +4 -4
  272. package/docs/MeetingsLivestreamsApi.md +4 -4
  273. package/docs/MeetingsParticipantsApi.md +10 -10
  274. package/docs/MeetingsRecordingsApi.md +4 -4
  275. package/docs/MeetingsSessionsApi.md +14 -14
  276. package/docs/NotificationsApi.md +8 -8
  277. package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
  278. package/docs/OrganizationApi.md +10 -10
  279. package/docs/OrganizationAttributesApi.md +12 -12
  280. package/docs/OrganizationDomainsApi.md +4 -4
  281. package/docs/OrganizationModulesApi.md +6 -6
  282. package/docs/OrganizationModulesSettingsApi.md +4 -4
  283. package/docs/OrganizationModulesTiersApi.md +12 -12
  284. package/docs/OrganizationPaymentsApi.md +12 -12
  285. package/docs/OrganizationSideeffectsApi.md +8 -8
  286. package/docs/OrganizationTaxApi.md +6 -6
  287. package/docs/OrganizationTeammembersApi.md +8 -8
  288. package/docs/OrganizationUsersApi.md +4 -4
  289. package/docs/PassAttribute.md +30 -0
  290. package/docs/PassAttributesUpdateInputs.md +20 -0
  291. package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
  292. package/docs/PassTypeCreateInputs.md +4 -0
  293. package/docs/PassTypeUpdateInputs.md +4 -0
  294. package/docs/Payment.md +4 -0
  295. package/docs/PaymentLineItem.md +2 -0
  296. package/docs/PaymentLineItemType.md +2 -0
  297. package/docs/PreferencesApi.md +4 -4
  298. package/docs/RemoveEventPassAttribute200Response.md +24 -0
  299. package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
  300. package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
  301. package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
  302. package/docs/ReorderEventQuestionChoices200Response.md +24 -0
  303. package/docs/ReorderEventSectionQuestions200Response.md +24 -0
  304. package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
  305. package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
  306. package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
  307. package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
  308. package/docs/ReorderEventSponsorships200Response.md +24 -0
  309. package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
  310. package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
  311. package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
  312. package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
  313. package/docs/SearchlistsValuesApi.md +12 -12
  314. package/docs/SelfApi.md +2 -2
  315. package/docs/Series.md +6 -0
  316. package/docs/SeriesApi.md +64 -0
  317. package/docs/SeriesCreateInputs.md +6 -0
  318. package/docs/SeriesQuestion.md +68 -0
  319. package/docs/SeriesQuestionChoice.md +38 -0
  320. package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
  321. package/docs/SeriesQuestionChoiceTranslation.md +32 -0
  322. package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
  323. package/docs/SeriesQuestionCreateInputs.md +56 -0
  324. package/docs/SeriesQuestionTranslation.md +32 -0
  325. package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
  326. package/docs/SeriesQuestionType.md +30 -0
  327. package/docs/SeriesQuestionUpdateInputs.md +56 -0
  328. package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
  329. package/docs/SeriesQuestionsApi.md +421 -0
  330. package/docs/SeriesQuestionsChoicesApi.md +244 -0
  331. package/docs/SeriesRegistration.md +4 -0
  332. package/docs/SeriesRegistrationQuestionResponse.md +34 -0
  333. package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
  334. package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
  335. package/docs/SeriesRegistrationsApi.md +203 -10
  336. package/docs/SeriesTranslation.md +38 -0
  337. package/docs/SeriesTranslationUpdateInputs.md +28 -0
  338. package/docs/SeriesUpdateInputs.md +6 -0
  339. package/docs/SideEffect.md +4 -0
  340. package/docs/SideEffectActionType.md +2 -0
  341. package/docs/StorageVideosApi.md +4 -4
  342. package/docs/StorageVideosCaptionsApi.md +2 -2
  343. package/docs/StreamsApi.md +2 -2
  344. package/docs/StreamsOutputsApi.md +8 -8
  345. package/docs/StreamsSessionsApi.md +4 -4
  346. package/docs/SupportApi.md +4 -4
  347. package/docs/SupportMessagesApi.md +4 -4
  348. package/docs/SupportNotesApi.md +4 -4
  349. package/docs/Survey.md +2 -4
  350. package/docs/SurveyCreateInputs.md +2 -2
  351. package/docs/SurveyUpdateInputs.md +2 -2
  352. package/docs/SurveysApi.md +64 -0
  353. package/docs/SurveysQuestionsApi.md +32 -32
  354. package/docs/SurveysSectionsApi.md +10 -10
  355. package/docs/SurveysSessionsApi.md +117 -0
  356. package/docs/SurveysSubmissionsApi.md +12 -12
  357. package/docs/ThreadsCirclesAccountsApi.md +8 -8
  358. package/docs/ThreadsMessagesApi.md +2 -2
  359. package/docs/ThreadsMessagesFilesApi.md +2 -2
  360. package/docs/ThreadsMessagesImagesApi.md +2 -2
  361. package/docs/ThreadsMessagesReactionsApi.md +4 -4
  362. package/docs/ThreadsMessagesVideosApi.md +2 -2
  363. package/docs/UpdateEventPassAttributes200Response.md +24 -0
  364. package/docs/UpdateEventRoundQuestion200Response.md +24 -0
  365. package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
  366. package/docs/UpdateOrganizationDomain200Response.md +24 -0
  367. package/package.json +1 -1
  368. package/docs/BadgeFieldType.md +0 -20
  369. package/docs/BaseEventOnSiteBadgeField.md +0 -44
  370. package/docs/EventBadgeFieldUpdateInputs.md +0 -34
  371. package/docs/EventOnSiteBadgeField.md +0 -46
package/README.md CHANGED
@@ -65,6 +65,7 @@ Class | Method | HTTP request | Description
65
65
  *AccountsApi* | [**getAccountRegistrations**](docs/AccountsApi.md#getaccountregistrations) | **GET** /accounts/{accountId}/registrations | Get Account Registrations
66
66
  *AccountsApi* | [**getAccountThreads**](docs/AccountsApi.md#getaccountthreads) | **GET** /accounts/{accountId}/threads | Get Account Threads
67
67
  *AccountsApi* | [**getAccounts**](docs/AccountsApi.md#getaccounts) | **GET** /accounts | Get Accounts
68
+ *AccountsApi* | [**getAccountsByInternalRefId**](docs/AccountsApi.md#getaccountsbyinternalrefid) | **GET** /accounts/internal-ref-id/{internalRefId} | Get Accounts By Internal Ref Id
68
69
  *AccountsApi* | [**impersonateAccount**](docs/AccountsApi.md#impersonateaccount) | **POST** /accounts/{accountId}/impersonate/{username} | Impersonate Account
69
70
  *AccountsApi* | [**updateAccount**](docs/AccountsApi.md#updateaccount) | **PUT** /accounts/{accountId} | Update Account
70
71
  *AccountsAddressesApi* | [**createAccountAddress**](docs/AccountsAddressesApi.md#createaccountaddress) | **POST** /accounts/{accountId}/addresses | Create Account Address
@@ -222,9 +223,12 @@ Class | Method | HTTP request | Description
222
223
  *EventsActivationsApi* | [**getEventActivation**](docs/EventsActivationsApi.md#geteventactivation) | **GET** /events/{eventId}/activations/{activationId} | Get Event Activation
223
224
  *EventsActivationsApi* | [**getEventActivationCompletion**](docs/EventsActivationsApi.md#geteventactivationcompletion) | **GET** /events/{eventId}/activations/{activationId}/completions/{completionId} | Get Event Activation Completion
224
225
  *EventsActivationsApi* | [**getEventActivationCompletions**](docs/EventsActivationsApi.md#geteventactivationcompletions) | **GET** /events/{eventId}/activations/{activationId}/completions | Get Event Activation Completions
226
+ *EventsActivationsApi* | [**getEventActivationSessions**](docs/EventsActivationsApi.md#geteventactivationsessions) | **GET** /events/{eventId}/activations/{activationId}/sessions | Get Event Activation Sessions
225
227
  *EventsActivationsApi* | [**getEventActivations**](docs/EventsActivationsApi.md#geteventactivations) | **GET** /events/{eventId}/activations | Get Event Activations
226
228
  *EventsActivationsApi* | [**updateEventActivation**](docs/EventsActivationsApi.md#updateeventactivation) | **PUT** /events/{eventId}/activations/{activationId} | Update Event Activation
227
229
  *EventsActivationsApi* | [**updateEventActivationCompletion**](docs/EventsActivationsApi.md#updateeventactivationcompletion) | **PUT** /events/{eventId}/activations/{activationId}/completions/{completionId} | Update Event Activation Completion
230
+ *EventsActivationsSessionsApi* | [**addEventActivationSession**](docs/EventsActivationsSessionsApi.md#addeventactivationsession) | **POST** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Add Event Activation Session
231
+ *EventsActivationsSessionsApi* | [**removeEventActivationSession**](docs/EventsActivationsSessionsApi.md#removeeventactivationsession) | **DELETE** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Remove Event Activation Session
228
232
  *EventsAddonsApi* | [**addEventAddOnPassType**](docs/EventsAddonsApi.md#addeventaddonpasstype) | **POST** /events/{eventId}/addOns/{addOnId}/passTypes/{passTypeId} | Add Event Add On Pass Type
229
233
  *EventsAddonsApi* | [**addEventAddOnTier**](docs/EventsAddonsApi.md#addeventaddontier) | **POST** /events/{eventId}/addOns/{addOnId}/tiers/{tierId} | Add Event Add On Tier
230
234
  *EventsAddonsApi* | [**createEventAddOn**](docs/EventsAddonsApi.md#createeventaddon) | **POST** /events/{eventId}/addOns | Create Event Add On
@@ -262,6 +266,11 @@ Class | Method | HTTP request | Description
262
266
  *EventsAttendeesReservationsApi* | [**getEventReservations**](docs/EventsAttendeesReservationsApi.md#geteventreservations) | **GET** /events/{eventId}/reservations | Get Event Reservations
263
267
  *EventsAttendeesReservationsApi* | [**removeEventReservationPass**](docs/EventsAttendeesReservationsApi.md#removeeventreservationpass) | **DELETE** /events/{eventId}/reservations/{reservationId}/passes/{passId} | Remove Event Reservation Pass
264
268
  *EventsAttendeesReservationsApi* | [**updateEventReservation**](docs/EventsAttendeesReservationsApi.md#updateeventreservation) | **PUT** /events/{eventId}/reservations/{reservationId} | Update Event Reservation
269
+ *EventsAttributesApi* | [**createEventAttribute**](docs/EventsAttributesApi.md#createeventattribute) | **POST** /events/{eventId}/attributes | Create Event Attribute
270
+ *EventsAttributesApi* | [**deleteEventAttribute**](docs/EventsAttributesApi.md#deleteeventattribute) | **DELETE** /events/{eventId}/attributes/{attributeId} | Delete Event Attribute
271
+ *EventsAttributesApi* | [**getEventAttribute**](docs/EventsAttributesApi.md#geteventattribute) | **GET** /events/{eventId}/attributes/{attributeId} | Get Event Attribute
272
+ *EventsAttributesApi* | [**getEventAttributes**](docs/EventsAttributesApi.md#geteventattributes) | **GET** /events/{eventId}/attributes | Get Event Attributes
273
+ *EventsAttributesApi* | [**updateEventAttribute**](docs/EventsAttributesApi.md#updateeventattribute) | **PUT** /events/{eventId}/attributes/{attributeId} | Update Event Attribute
265
274
  *EventsBenefitsApi* | [**addEventBenefit**](docs/EventsBenefitsApi.md#addeventbenefit) | **POST** /events/{eventId}/benefits/{benefitId} | Add Event Benefit
266
275
  *EventsBenefitsApi* | [**removeEventBenefit**](docs/EventsBenefitsApi.md#removeeventbenefit) | **DELETE** /events/{eventId}/benefits/{benefitId} | Remove Event Benefit
267
276
  *EventsBlocksApi* | [**addEventBlockSession**](docs/EventsBlocksApi.md#addeventblocksession) | **POST** /events/{eventId}/blocks/{blockId}/sessions/{sessionId} | Add Event Block Session
@@ -349,11 +358,8 @@ Class | Method | HTTP request | Description
349
358
  *EventsMediaApi* | [**removeEventMediaItemPassType**](docs/EventsMediaApi.md#removeeventmediaitempasstype) | **DELETE** /events/{eventId}/media/{mediaItemId}/passTypes/{passTypeId} | Remove Event Media Item Pass Type
350
359
  *EventsMediaApi* | [**updateEventMediaItem**](docs/EventsMediaApi.md#updateeventmediaitem) | **PUT** /events/{eventId}/media/{mediaItemId} | Update Event Media Item
351
360
  *EventsOnSiteApi* | [**getEventOnSite**](docs/EventsOnSiteApi.md#geteventonsite) | **GET** /events/{eventId}/on-site | Get Event On Site
352
- *EventsOnSiteApi* | [**getEventZplTemplateBadgeField**](docs/EventsOnSiteApi.md#geteventzpltemplatebadgefield) | **GET** /events/{eventId}/zpl-template/fields/{fieldId} | Get Event Zpl Template Badge Field
353
- *EventsOnSiteApi* | [**getEventZplTemplateBadgeFields**](docs/EventsOnSiteApi.md#geteventzpltemplatebadgefields) | **GET** /events/{eventId}/zpl-template/fields | Get Event Zpl Template Badge Fields
361
+ *EventsOnSiteApi* | [**updateEventBadgeTemplate**](docs/EventsOnSiteApi.md#updateeventbadgetemplate) | **PUT** /events/{eventId}/template | Update Event Badge Template
354
362
  *EventsOnSiteApi* | [**updateEventCheckinCode**](docs/EventsOnSiteApi.md#updateeventcheckincode) | **POST** /events/{eventId}/on-site | Update Event Checkin Code
355
- *EventsOnSiteApi* | [**updateEventZplTemplate**](docs/EventsOnSiteApi.md#updateeventzpltemplate) | **PUT** /events/{eventId}/zpl-template | Update Event Zpl Template
356
- *EventsOnSiteApi* | [**updateEventZplTemplateBadgeField**](docs/EventsOnSiteApi.md#updateeventzpltemplatebadgefield) | **PUT** /events/{eventId}/zpl-template/fields/{fieldId} | Update Event Zpl Template Badge Field
357
363
  *EventsPackagesApi* | [**createEventPackage**](docs/EventsPackagesApi.md#createeventpackage) | **POST** /events/{eventId}/packages | Create Event Package
358
364
  *EventsPackagesApi* | [**deleteEventPackage**](docs/EventsPackagesApi.md#deleteeventpackage) | **DELETE** /events/{eventId}/packages/{packageId} | Delete Event Package
359
365
  *EventsPackagesApi* | [**getEventPackage**](docs/EventsPackagesApi.md#geteventpackage) | **GET** /events/{eventId}/packages/{packageId} | Get Event Package
@@ -402,6 +408,9 @@ Class | Method | HTTP request | Description
402
408
  *EventsPassesApi* | [**updateEventPassSingleFollowupResponses**](docs/EventsPassesApi.md#updateeventpasssinglefollowupresponses) | **PUT** /events/{eventId}/attendees/{accountId}/passes/{passId}/followups/{followupId} | Update Event Pass Single Followup Responses
403
409
  *EventsPassesApi* | [**updateEventSessionAccess**](docs/EventsPassesApi.md#updateeventsessionaccess) | **PUT** /events/{eventId}/sessions/{sessionId}/passes/{passId} | Update Event Session Access
404
410
  *EventsPassesApi* | [**updateEventSessionAccessResponses**](docs/EventsPassesApi.md#updateeventsessionaccessresponses) | **PUT** /events/{eventId}/sessions/{sessionId}/passes/{passId}/responses | Update Event Session Access Responses
411
+ *EventsPassesAttributesApi* | [**getEventPassAttributes**](docs/EventsPassesAttributesApi.md#geteventpassattributes) | **GET** /events/{eventId}/passes/{passId}/attributes | Get Event Pass Attributes
412
+ *EventsPassesAttributesApi* | [**removeEventPassAttribute**](docs/EventsPassesAttributesApi.md#removeeventpassattribute) | **DELETE** /events/{eventId}/passes/{passId}/attributes/{attributeId} | Remove Event Pass Attribute
413
+ *EventsPassesAttributesApi* | [**updateEventPassAttributes**](docs/EventsPassesAttributesApi.md#updateeventpassattributes) | **PUT** /events/{eventId}/passes/{passId}/attributes | Update Event Pass Attributes
405
414
  *EventsPasstypesApi* | [**addEventPassTypeAddOn**](docs/EventsPasstypesApi.md#addeventpasstypeaddon) | **POST** /events/{eventId}/passTypes/{passTypeId}/addOns/{addOnId} | Add Event Pass Type Add On
406
415
  *EventsPasstypesApi* | [**addEventPassTypeGroupPassTier**](docs/EventsPasstypesApi.md#addeventpasstypegrouppasstier) | **POST** /events/{eventId}/passTypes/{passTypeId}/groupPassTiers/{tierId} | Add Event Pass Type Group Pass Tier
407
416
  *EventsPasstypesApi* | [**addEventPassTypeTier**](docs/EventsPasstypesApi.md#addeventpasstypetier) | **POST** /events/{eventId}/passTypes/{passTypeId}/tiers/{tierId} | Add Event Pass Type Tier
@@ -496,7 +505,9 @@ Class | Method | HTTP request | Description
496
505
  *EventsSessionsApi* | [**addEventSessionPassType**](docs/EventsSessionsApi.md#addeventsessionpasstype) | **POST** /events/{eventId}/sessions/{sessionId}/passTypes/{passTypeId} | Add Event Session Pass Type
497
506
  *EventsSessionsApi* | [**addEventSessionSpeaker**](docs/EventsSessionsApi.md#addeventsessionspeaker) | **POST** /events/{eventId}/sessions/{sessionId}/speakers/{speakerId} | Add Event Session Speaker
498
507
  *EventsSessionsApi* | [**addEventSessionSponsor**](docs/EventsSessionsApi.md#addeventsessionsponsor) | **POST** /events/{eventId}/sessions/{sessionId}/sponsors/{sponsorId} | Add Event Session Sponsor
508
+ *EventsSessionsApi* | [**addEventSessionTier**](docs/EventsSessionsApi.md#addeventsessiontier) | **POST** /events/{eventId}/sessions/{sessionId}/tiers/{tierId} | Add Event Session Tier
499
509
  *EventsSessionsApi* | [**addEventSessionTrack**](docs/EventsSessionsApi.md#addeventsessiontrack) | **POST** /events/{eventId}/sessions/{sessionId}/tracks/{trackId} | Add Event Session Track
510
+ *EventsSessionsApi* | [**cloneEventSession**](docs/EventsSessionsApi.md#cloneeventsession) | **POST** /events/{eventId}/sessions/{sessionId}/clone | Clone Event Session
500
511
  *EventsSessionsApi* | [**createEventSession**](docs/EventsSessionsApi.md#createeventsession) | **POST** /events/{eventId}/sessions | Create Event Session
501
512
  *EventsSessionsApi* | [**deleteEventSession**](docs/EventsSessionsApi.md#deleteeventsession) | **DELETE** /events/{eventId}/sessions/{sessionId} | Delete Event Session
502
513
  *EventsSessionsApi* | [**getEventSession**](docs/EventsSessionsApi.md#geteventsession) | **GET** /events/{eventId}/sessions/{sessionId} | Get Event Session
@@ -507,6 +518,7 @@ Class | Method | HTTP request | Description
507
518
  *EventsSessionsApi* | [**getEventSessionPayments**](docs/EventsSessionsApi.md#geteventsessionpayments) | **GET** /events/{eventId}/sessions/{sessionId}/payments | Get Event Session Payments
508
519
  *EventsSessionsApi* | [**getEventSessionSpeakers**](docs/EventsSessionsApi.md#geteventsessionspeakers) | **GET** /events/{eventId}/sessions/{sessionId}/speakers | Get Event Session Speakers
509
520
  *EventsSessionsApi* | [**getEventSessionSponsors**](docs/EventsSessionsApi.md#geteventsessionsponsors) | **GET** /events/{eventId}/sessions/{sessionId}/sponsors | Get Event Session Sponsors
521
+ *EventsSessionsApi* | [**getEventSessionTiers**](docs/EventsSessionsApi.md#geteventsessiontiers) | **GET** /events/{eventId}/sessions/{sessionId}/tiers | Get Event Session Tiers
510
522
  *EventsSessionsApi* | [**getEventSessionTracks**](docs/EventsSessionsApi.md#geteventsessiontracks) | **GET** /events/{eventId}/sessions/{sessionId}/tracks | Get Event Session Tracks
511
523
  *EventsSessionsApi* | [**getEventSessions**](docs/EventsSessionsApi.md#geteventsessions) | **GET** /events/{eventId}/sessions | Get Event Sessions
512
524
  *EventsSessionsApi* | [**removeEventSessionAccount**](docs/EventsSessionsApi.md#removeeventsessionaccount) | **DELETE** /events/{eventId}/sessions/{sessionId}/accounts/{accountId} | Remove Event Session Account
@@ -514,6 +526,7 @@ Class | Method | HTTP request | Description
514
526
  *EventsSessionsApi* | [**removeEventSessionPassType**](docs/EventsSessionsApi.md#removeeventsessionpasstype) | **DELETE** /events/{eventId}/sessions/{sessionId}/passTypes/{passTypeId} | Remove Event Session Pass Type
515
527
  *EventsSessionsApi* | [**removeEventSessionSpeaker**](docs/EventsSessionsApi.md#removeeventsessionspeaker) | **DELETE** /events/{eventId}/sessions/{sessionId}/speakers/{speakerId} | Remove Event Session Speaker
516
528
  *EventsSessionsApi* | [**removeEventSessionSponsor**](docs/EventsSessionsApi.md#removeeventsessionsponsor) | **DELETE** /events/{eventId}/sessions/{sessionId}/sponsors/{sponsorId} | Remove Event Session Sponsor
529
+ *EventsSessionsApi* | [**removeEventSessionTier**](docs/EventsSessionsApi.md#removeeventsessiontier) | **DELETE** /events/{eventId}/sessions/{sessionId}/tiers/{tierId} | Remove Event Session Tier
517
530
  *EventsSessionsApi* | [**removeEventSessionTrack**](docs/EventsSessionsApi.md#removeeventsessiontrack) | **DELETE** /events/{eventId}/sessions/{sessionId}/tracks/{trackId} | Remove Event Session Track
518
531
  *EventsSessionsApi* | [**updateEventSession**](docs/EventsSessionsApi.md#updateeventsession) | **PUT** /events/{eventId}/sessions/{sessionId} | Update Event Session
519
532
  *EventsSessionsAccessesApi* | [**getEventSessionAccess**](docs/EventsSessionsAccessesApi.md#geteventsessionaccess) | **GET** /events/{eventId}/sessions/{sessionId}/passes/{passId} | Get Event Session Access
@@ -849,14 +862,29 @@ Class | Method | HTTP request | Description
849
862
  *SeriesApi* | [**getSeries**](docs/SeriesApi.md#getseries) | **GET** /series/{seriesId} | Get Series
850
863
  *SeriesApi* | [**getSeriesEvents**](docs/SeriesApi.md#getseriesevents) | **GET** /series/{seriesId}/events | Get Series Events
851
864
  *SeriesApi* | [**getSeriesList**](docs/SeriesApi.md#getserieslist) | **GET** /series | Get Series List
865
+ *SeriesApi* | [**getSeriesPayments**](docs/SeriesApi.md#getseriespayments) | **GET** /series/{seriesId}/payments | Get Series Payments
852
866
  *SeriesApi* | [**removeSeriesEvent**](docs/SeriesApi.md#removeseriesevent) | **DELETE** /series/{seriesId}/events/{eventId} | Remove Series Event
853
867
  *SeriesApi* | [**updateSeries**](docs/SeriesApi.md#updateseries) | **PUT** /series/{seriesId} | Update Series
868
+ *SeriesQuestionsApi* | [**createSeriesQuestion**](docs/SeriesQuestionsApi.md#createseriesquestion) | **POST** /series/{seriesId}/questions | Create Series Question
869
+ *SeriesQuestionsApi* | [**deleteSeriesQuestion**](docs/SeriesQuestionsApi.md#deleteseriesquestion) | **DELETE** /series/{seriesId}/questions/{questionId} | Delete Series Question
870
+ *SeriesQuestionsApi* | [**getSeriesQuestion**](docs/SeriesQuestionsApi.md#getseriesquestion) | **GET** /series/{seriesId}/questions/{questionId} | Get Series Question
871
+ *SeriesQuestionsApi* | [**getSeriesQuestionChoice**](docs/SeriesQuestionsApi.md#getseriesquestionchoice) | **GET** /series/{seriesId}/questions/{questionId}/choices/{choiceId} | Get Series Question Choice
872
+ *SeriesQuestionsApi* | [**getSeriesQuestionChoices**](docs/SeriesQuestionsApi.md#getseriesquestionchoices) | **GET** /series/{seriesId}/questions/{questionId}/choices | Get Series Question Choices
873
+ *SeriesQuestionsApi* | [**getSeriesQuestions**](docs/SeriesQuestionsApi.md#getseriesquestions) | **GET** /series/{seriesId}/questions | Get Series Questions
874
+ *SeriesQuestionsApi* | [**updateSeriesQuestion**](docs/SeriesQuestionsApi.md#updateseriesquestion) | **PUT** /series/{seriesId}/questions/{questionId} | Update Series Question
875
+ *SeriesQuestionsChoicesApi* | [**createSeriesQuestionChoice**](docs/SeriesQuestionsChoicesApi.md#createseriesquestionchoice) | **POST** /series/{seriesId}/questions/{questionId}/choices | Create Series Question Choice
876
+ *SeriesQuestionsChoicesApi* | [**deleteSeriesQuestionChoice**](docs/SeriesQuestionsChoicesApi.md#deleteseriesquestionchoice) | **DELETE** /series/{seriesId}/questions/{questionId}/choices/{choiceId} | Delete Series Question Choice
877
+ *SeriesQuestionsChoicesApi* | [**reorderSeriesQuestionChoices**](docs/SeriesQuestionsChoicesApi.md#reorderseriesquestionchoices) | **PUT** /series/{seriesId}/questions/{questionId}/choices/reorder | Reorder Series Question Choices
878
+ *SeriesQuestionsChoicesApi* | [**updateSeriesQuestionChoice**](docs/SeriesQuestionsChoicesApi.md#updateseriesquestionchoice) | **PUT** /series/{seriesId}/questions/{questionId}/choices/{choiceId} | Update Series Question Choice
854
879
  *SeriesRegistrationsApi* | [**createSeriesRegistration**](docs/SeriesRegistrationsApi.md#createseriesregistration) | **POST** /series/{seriesId}/registrations | Create Series Registration
855
880
  *SeriesRegistrationsApi* | [**deleteSeriesRegistration**](docs/SeriesRegistrationsApi.md#deleteseriesregistration) | **DELETE** /series/{seriesId}/registrations/{registrationId} | Delete Series Registration
856
881
  *SeriesRegistrationsApi* | [**getSeriesRegistration**](docs/SeriesRegistrationsApi.md#getseriesregistration) | **GET** /series/{seriesId}/registrations/{registrationId} | Get Series Registration
857
882
  *SeriesRegistrationsApi* | [**getSeriesRegistrationPasses**](docs/SeriesRegistrationsApi.md#getseriesregistrationpasses) | **GET** /series/{seriesId}/registrations/{registrationId}/passes | Get Series Registration Passes
883
+ *SeriesRegistrationsApi* | [**getSeriesRegistrationPayments**](docs/SeriesRegistrationsApi.md#getseriesregistrationpayments) | **GET** /series/{seriesId}/registrations/{registrationId}/payments | Get Series Registration Payments
884
+ *SeriesRegistrationsApi* | [**getSeriesRegistrationResponses**](docs/SeriesRegistrationsApi.md#getseriesregistrationresponses) | **GET** /series/{seriesId}/registrations/{registrationId}/responses | Get Series Registration Responses
858
885
  *SeriesRegistrationsApi* | [**getSeriesRegistrations**](docs/SeriesRegistrationsApi.md#getseriesregistrations) | **GET** /series/{seriesId}/registrations | Get Series Registrations
859
886
  *SeriesRegistrationsApi* | [**updateSeriesRegistration**](docs/SeriesRegistrationsApi.md#updateseriesregistration) | **PUT** /series/{seriesId}/registrations/{registrationId} | Update Series Registration
887
+ *SeriesRegistrationsApi* | [**updateSeriesRegistrationResponses**](docs/SeriesRegistrationsApi.md#updateseriesregistrationresponses) | **PUT** /series/{seriesId}/registrations/{registrationId}/responses | Update Series Registration Responses
860
888
  *SponsorsApi* | [**createLevel**](docs/SponsorsApi.md#createlevel) | **POST** /levels | Create Level
861
889
  *SponsorsApi* | [**deleteLevel**](docs/SponsorsApi.md#deletelevel) | **DELETE** /levels/{levelId} | Delete Level
862
890
  *SponsorsApi* | [**getLevel**](docs/SponsorsApi.md#getlevel) | **GET** /levels/{sponsorshipLevelId} | Get Level
@@ -921,6 +949,7 @@ Class | Method | HTTP request | Description
921
949
  *SurveysApi* | [**createSurvey**](docs/SurveysApi.md#createsurvey) | **POST** /surveys | Create Survey
922
950
  *SurveysApi* | [**deleteSurvey**](docs/SurveysApi.md#deletesurvey) | **DELETE** /surveys/{surveyId} | Delete Survey
923
951
  *SurveysApi* | [**getSurvey**](docs/SurveysApi.md#getsurvey) | **GET** /surveys/{surveyId} | Get Survey
952
+ *SurveysApi* | [**getSurveySessions**](docs/SurveysApi.md#getsurveysessions) | **GET** /surveys/{surveyId}/sessions | Get Survey Sessions
924
953
  *SurveysApi* | [**getSurveys**](docs/SurveysApi.md#getsurveys) | **GET** /surveys | Get Surveys
925
954
  *SurveysApi* | [**updateSurvey**](docs/SurveysApi.md#updatesurvey) | **PUT** /surveys/{surveyId} | Update Survey
926
955
  *SurveysQuestionsApi* | [**addSurveyQuestionChoiceSubQuestion**](docs/SurveysQuestionsApi.md#addsurveyquestionchoicesubquestion) | **POST** /surveys/{surveyId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Add Survey Question Choice Sub Question
@@ -952,6 +981,8 @@ Class | Method | HTTP request | Description
952
981
  *SurveysSectionsApi* | [**reorderSurveySectionQuestions**](docs/SurveysSectionsApi.md#reordersurveysectionquestions) | **PUT** /surveys/{surveyId}/sections/{sectionId}/questions/reorder | Reorder Survey Section Questions
953
982
  *SurveysSectionsApi* | [**updateSurveySection**](docs/SurveysSectionsApi.md#updatesurveysection) | **PUT** /surveys/{surveyId}/sections/{sectionId} | Update Survey Section
954
983
  *SurveysSectionsApi* | [**updateSurveySectionQuestion**](docs/SurveysSectionsApi.md#updatesurveysectionquestion) | **PUT** /surveys/{surveyId}/sections/{sectionId}/questions/{questionId} | Update Survey Section Question
984
+ *SurveysSessionsApi* | [**addSurveySession**](docs/SurveysSessionsApi.md#addsurveysession) | **POST** /surveys/{surveyId}/sessions/{sessionId} | Add Survey Session
985
+ *SurveysSessionsApi* | [**removeSurveySession**](docs/SurveysSessionsApi.md#removesurveysession) | **DELETE** /surveys/{surveyId}/sessions/{sessionId} | Remove Survey Session
955
986
  *SurveysSubmissionsApi* | [**deleteSurveySubmission**](docs/SurveysSubmissionsApi.md#deletesurveysubmission) | **DELETE** /surveys/{surveyId}/submissions/{submissionId} | Delete Survey Submission
956
987
  *SurveysSubmissionsApi* | [**getSurveySubmission**](docs/SurveysSubmissionsApi.md#getsurveysubmission) | **GET** /surveys/{surveyId}/submissions/{submissionId} | Get Survey Submission
957
988
  *SurveysSubmissionsApi* | [**getSurveySubmissionQuestionSections**](docs/SurveysSubmissionsApi.md#getsurveysubmissionquestionsections) | **GET** /surveys/{surveyId}/submissions/{submissionId}/sections | Get Survey Submission Question Sections
@@ -1019,6 +1050,7 @@ Class | Method | HTTP request | Description
1019
1050
  - [AccountAttribute](docs/AccountAttribute.md)
1020
1051
  - [AccountAttributeAllOfCount](docs/AccountAttributeAllOfCount.md)
1021
1052
  - [AccountAttributeCreateInputs](docs/AccountAttributeCreateInputs.md)
1053
+ - [AccountAttributeType](docs/AccountAttributeType.md)
1022
1054
  - [AccountAttributeUpdateInputs](docs/AccountAttributeUpdateInputs.md)
1023
1055
  - [AccountAttributeValue](docs/AccountAttributeValue.md)
1024
1056
  - [AccountCreateInputs](docs/AccountCreateInputs.md)
@@ -1035,6 +1067,8 @@ Class | Method | HTTP request | Description
1035
1067
  - [ActivityStatus](docs/ActivityStatus.md)
1036
1068
  - [ActivityUpdateInputs](docs/ActivityUpdateInputs.md)
1037
1069
  - [AddAccountGroup200Response](docs/AddAccountGroup200Response.md)
1070
+ - [AddChannelSubscriber200Response](docs/AddChannelSubscriber200Response.md)
1071
+ - [AddOrganizationUser200Response](docs/AddOrganizationUser200Response.md)
1038
1072
  - [AdminNotification](docs/AdminNotification.md)
1039
1073
  - [AdminNotificationPreferences](docs/AdminNotificationPreferences.md)
1040
1074
  - [AdminNotificationPreferencesUpdateInputs](docs/AdminNotificationPreferencesUpdateInputs.md)
@@ -1062,8 +1096,6 @@ Class | Method | HTTP request | Description
1062
1096
  - [AuthLayout](docs/AuthLayout.md)
1063
1097
  - [AuthSession](docs/AuthSession.md)
1064
1098
  - [AuthorizeNetActivationFormParams](docs/AuthorizeNetActivationFormParams.md)
1065
- - [BadgeFieldTransformation](docs/BadgeFieldTransformation.md)
1066
- - [BadgeFieldType](docs/BadgeFieldType.md)
1067
1099
  - [BarChartSummaryData](docs/BarChartSummaryData.md)
1068
1100
  - [BarChartSummaryDataDataInner](docs/BarChartSummaryDataDataInner.md)
1069
1101
  - [BaseAPILog](docs/BaseAPILog.md)
@@ -1100,13 +1132,14 @@ Class | Method | HTTP request | Description
1100
1132
  - [BaseEmailReceipt](docs/BaseEmailReceipt.md)
1101
1133
  - [BaseEvent](docs/BaseEvent.md)
1102
1134
  - [BaseEventActivation](docs/BaseEventActivation.md)
1135
+ - [BaseEventActivationCount](docs/BaseEventActivationCount.md)
1103
1136
  - [BaseEventAddOn](docs/BaseEventAddOn.md)
1104
1137
  - [BaseEventAttendee](docs/BaseEventAttendee.md)
1138
+ - [BaseEventAttribute](docs/BaseEventAttribute.md)
1105
1139
  - [BaseEventBlock](docs/BaseEventBlock.md)
1106
1140
  - [BaseEventEmail](docs/BaseEventEmail.md)
1107
1141
  - [BaseEventMediaItem](docs/BaseEventMediaItem.md)
1108
1142
  - [BaseEventOnSite](docs/BaseEventOnSite.md)
1109
- - [BaseEventOnSiteBadgeField](docs/BaseEventOnSiteBadgeField.md)
1110
1143
  - [BaseEventPackage](docs/BaseEventPackage.md)
1111
1144
  - [BaseEventPackagePass](docs/BaseEventPackagePass.md)
1112
1145
  - [BaseEventPage](docs/BaseEventPage.md)
@@ -1172,6 +1205,8 @@ Class | Method | HTTP request | Description
1172
1205
  - [BasePassAddOn](docs/BasePassAddOn.md)
1173
1206
  - [BasePassAddOnPass](docs/BasePassAddOnPass.md)
1174
1207
  - [BasePassAddOnPassAttendee](docs/BasePassAddOnPassAttendee.md)
1208
+ - [BasePassAttribute](docs/BasePassAttribute.md)
1209
+ - [BasePassAttributeAttribute](docs/BasePassAttributeAttribute.md)
1175
1210
  - [BasePayment](docs/BasePayment.md)
1176
1211
  - [BasePaymentIntegration](docs/BasePaymentIntegration.md)
1177
1212
  - [BasePaymentLineItem](docs/BasePaymentLineItem.md)
@@ -1183,7 +1218,6 @@ Class | Method | HTTP request | Description
1183
1218
  - [BaseRegistrationQuestion](docs/BaseRegistrationQuestion.md)
1184
1219
  - [BaseRegistrationQuestionChoice](docs/BaseRegistrationQuestionChoice.md)
1185
1220
  - [BaseRegistrationQuestionChoiceCount](docs/BaseRegistrationQuestionChoiceCount.md)
1186
- - [BaseRegistrationQuestionChoiceQuestion](docs/BaseRegistrationQuestionChoiceQuestion.md)
1187
1221
  - [BaseRegistrationQuestionChoiceSubQuestion](docs/BaseRegistrationQuestionChoiceSubQuestion.md)
1188
1222
  - [BaseRegistrationQuestionChoiceSubQuestions](docs/BaseRegistrationQuestionChoiceSubQuestions.md)
1189
1223
  - [BaseRegistrationQuestionChoiceSubQuestionsOneOfInner](docs/BaseRegistrationQuestionChoiceSubQuestionsOneOfInner.md)
@@ -1199,7 +1233,10 @@ Class | Method | HTTP request | Description
1199
1233
  - [BaseSearchList](docs/BaseSearchList.md)
1200
1234
  - [BaseSearchListValue](docs/BaseSearchListValue.md)
1201
1235
  - [BaseSeries](docs/BaseSeries.md)
1236
+ - [BaseSeriesQuestion](docs/BaseSeriesQuestion.md)
1237
+ - [BaseSeriesQuestionChoice](docs/BaseSeriesQuestionChoice.md)
1202
1238
  - [BaseSeriesRegistration](docs/BaseSeriesRegistration.md)
1239
+ - [BaseSeriesRegistrationQuestionResponse](docs/BaseSeriesRegistrationQuestionResponse.md)
1203
1240
  - [BaseSideEffect](docs/BaseSideEffect.md)
1204
1241
  - [BaseStandardReport](docs/BaseStandardReport.md)
1205
1242
  - [BaseStreamInput](docs/BaseStreamInput.md)
@@ -1264,6 +1301,7 @@ Class | Method | HTTP request | Description
1264
1301
  - [BookingSpaceUpdateInputs](docs/BookingSpaceUpdateInputs.md)
1265
1302
  - [BookingUpdateInputs](docs/BookingUpdateInputs.md)
1266
1303
  - [BraintreeActivationFormParams](docs/BraintreeActivationFormParams.md)
1304
+ - [BulkUploadSearchListValues200Response](docs/BulkUploadSearchListValues200Response.md)
1267
1305
  - [Channel](docs/Channel.md)
1268
1306
  - [ChannelCollectionCreateInputs](docs/ChannelCollectionCreateInputs.md)
1269
1307
  - [ChannelCollectionTranslationUpdateInputs](docs/ChannelCollectionTranslationUpdateInputs.md)
@@ -1295,6 +1333,7 @@ Class | Method | HTTP request | Description
1295
1333
  - [CouponAllOfCount](docs/CouponAllOfCount.md)
1296
1334
  - [CreateAccount200Response](docs/CreateAccount200Response.md)
1297
1335
  - [CreateAccountAddress200Response](docs/CreateAccountAddress200Response.md)
1336
+ - [CreateAccountAttribute200Response](docs/CreateAccountAttribute200Response.md)
1298
1337
  - [CreateAccountInvitations200Response](docs/CreateAccountInvitations200Response.md)
1299
1338
  - [CreateActivity200Response](docs/CreateActivity200Response.md)
1300
1339
  - [CreateAdvertisement200Response](docs/CreateAdvertisement200Response.md)
@@ -1303,48 +1342,86 @@ Class | Method | HTTP request | Description
1303
1342
  - [CreateBooking200Response](docs/CreateBooking200Response.md)
1304
1343
  - [CreateBookingPlace200Response](docs/CreateBookingPlace200Response.md)
1305
1344
  - [CreateBookingSpace200Response](docs/CreateBookingSpace200Response.md)
1345
+ - [CreateBookingSpaceAvailability200Response](docs/CreateBookingSpaceAvailability200Response.md)
1346
+ - [CreateBookingSpaceBlackout200Response](docs/CreateBookingSpaceBlackout200Response.md)
1306
1347
  - [CreateChannel200Response](docs/CreateChannel200Response.md)
1348
+ - [CreateChannelContent200Response](docs/CreateChannelContent200Response.md)
1349
+ - [CreateChannelContentGuest200Response](docs/CreateChannelContentGuest200Response.md)
1307
1350
  - [CreateCustomModule200Response](docs/CreateCustomModule200Response.md)
1308
1351
  - [CreateDashboard200Response](docs/CreateDashboard200Response.md)
1352
+ - [CreateDashboardWidget200Response](docs/CreateDashboardWidget200Response.md)
1309
1353
  - [CreateEvent200Response](docs/CreateEvent200Response.md)
1354
+ - [CreateEventActivation200Response](docs/CreateEventActivation200Response.md)
1355
+ - [CreateEventActivationCompletion200Response](docs/CreateEventActivationCompletion200Response.md)
1310
1356
  - [CreateEventAddOn200Response](docs/CreateEventAddOn200Response.md)
1311
1357
  - [CreateEventAttendee200Response](docs/CreateEventAttendee200Response.md)
1358
+ - [CreateEventAttendeePackage200Response](docs/CreateEventAttendeePackage200Response.md)
1359
+ - [CreateEventAttribute200Response](docs/CreateEventAttribute200Response.md)
1312
1360
  - [CreateEventBlock200Response](docs/CreateEventBlock200Response.md)
1313
1361
  - [CreateEventCoupon200Response](docs/CreateEventCoupon200Response.md)
1314
1362
  - [CreateEventCouponVariants200Response](docs/CreateEventCouponVariants200Response.md)
1315
1363
  - [CreateEventFaqSection200Response](docs/CreateEventFaqSection200Response.md)
1316
1364
  - [CreateEventFaqSectionQuestion200Response](docs/CreateEventFaqSectionQuestion200Response.md)
1365
+ - [CreateEventFollowup200Response](docs/CreateEventFollowup200Response.md)
1317
1366
  - [CreateEventMatch200Response](docs/CreateEventMatch200Response.md)
1367
+ - [CreateEventMediaItem200Response](docs/CreateEventMediaItem200Response.md)
1318
1368
  - [CreateEventPackage200Response](docs/CreateEventPackage200Response.md)
1369
+ - [CreateEventPackagePass200Response](docs/CreateEventPackagePass200Response.md)
1319
1370
  - [CreateEventPage200Response](docs/CreateEventPage200Response.md)
1320
1371
  - [CreateEventPass200Response](docs/CreateEventPass200Response.md)
1321
1372
  - [CreateEventPassType200Response](docs/CreateEventPassType200Response.md)
1373
+ - [CreateEventQuestion200Response](docs/CreateEventQuestion200Response.md)
1374
+ - [CreateEventQuestionChoice200Response](docs/CreateEventQuestionChoice200Response.md)
1375
+ - [CreateEventRegistrationBypass200Response](docs/CreateEventRegistrationBypass200Response.md)
1376
+ - [CreateEventReservation200Response](docs/CreateEventReservation200Response.md)
1322
1377
  - [CreateEventRoomType200Response](docs/CreateEventRoomType200Response.md)
1323
1378
  - [CreateEventRound200Response](docs/CreateEventRound200Response.md)
1379
+ - [CreateEventSection200Response](docs/CreateEventSection200Response.md)
1324
1380
  - [CreateEventSession200Response](docs/CreateEventSession200Response.md)
1381
+ - [CreateEventSessionLocation200Response](docs/CreateEventSessionLocation200Response.md)
1382
+ - [CreateEventSessionQuestion200Response](docs/CreateEventSessionQuestion200Response.md)
1383
+ - [CreateEventSessionQuestionChoice200Response](docs/CreateEventSessionQuestionChoice200Response.md)
1384
+ - [CreateEventSessionSection200Response](docs/CreateEventSessionSection200Response.md)
1325
1385
  - [CreateEventSpeaker200Response](docs/CreateEventSpeaker200Response.md)
1386
+ - [CreateEventSponsorship200Response](docs/CreateEventSponsorship200Response.md)
1387
+ - [CreateEventSponsorshipLevel200Response](docs/CreateEventSponsorshipLevel200Response.md)
1326
1388
  - [CreateEventTrack200Response](docs/CreateEventTrack200Response.md)
1327
1389
  - [CreateGroup200Response](docs/CreateGroup200Response.md)
1390
+ - [CreateGroupInvitations200Response](docs/CreateGroupInvitations200Response.md)
1328
1391
  - [CreateImage200Response](docs/CreateImage200Response.md)
1329
1392
  - [CreateIntegration200Response](docs/CreateIntegration200Response.md)
1330
1393
  - [CreateInterest200Response](docs/CreateInterest200Response.md)
1331
1394
  - [CreateInvoice200Response](docs/CreateInvoice200Response.md)
1395
+ - [CreateInvoiceLineItem200Response](docs/CreateInvoiceLineItem200Response.md)
1332
1396
  - [CreateLevel200Response](docs/CreateLevel200Response.md)
1333
1397
  - [CreateMeeting200Response](docs/CreateMeeting200Response.md)
1334
1398
  - [CreateMeetingLink200Response](docs/CreateMeetingLink200Response.md)
1399
+ - [CreateOrganizationPaymentIntegration200Response](docs/CreateOrganizationPaymentIntegration200Response.md)
1400
+ - [CreateOrganizationSideEffect200Response](docs/CreateOrganizationSideEffect200Response.md)
1401
+ - [CreateOrganizationTeamMember200Response](docs/CreateOrganizationTeamMember200Response.md)
1335
1402
  - [CreateOrganizationWebhook200Response](docs/CreateOrganizationWebhook200Response.md)
1336
1403
  - [CreatePreset200Response](docs/CreatePreset200Response.md)
1337
1404
  - [CreateRoom200Response](docs/CreateRoom200Response.md)
1338
1405
  - [CreateSearchList200Response](docs/CreateSearchList200Response.md)
1406
+ - [CreateSearchListValue200Response](docs/CreateSearchListValue200Response.md)
1339
1407
  - [CreateSelfApiKey200Response](docs/CreateSelfApiKey200Response.md)
1340
1408
  - [CreateSeries200Response](docs/CreateSeries200Response.md)
1409
+ - [CreateSeriesQuestion200Response](docs/CreateSeriesQuestion200Response.md)
1410
+ - [CreateSeriesQuestionChoice200Response](docs/CreateSeriesQuestionChoice200Response.md)
1411
+ - [CreateSeriesRegistration200Response](docs/CreateSeriesRegistration200Response.md)
1341
1412
  - [CreateStreamInput200Response](docs/CreateStreamInput200Response.md)
1413
+ - [CreateStreamInputOutput200Response](docs/CreateStreamInputOutput200Response.md)
1342
1414
  - [CreateSupportTicket200Response](docs/CreateSupportTicket200Response.md)
1415
+ - [CreateSupportTicketMessage200Response](docs/CreateSupportTicketMessage200Response.md)
1343
1416
  - [CreateSurvey200Response](docs/CreateSurvey200Response.md)
1417
+ - [CreateSurveyQuestion200Response](docs/CreateSurveyQuestion200Response.md)
1418
+ - [CreateSurveyQuestionChoice200Response](docs/CreateSurveyQuestionChoice200Response.md)
1344
1419
  - [CreateSurveySection200Response](docs/CreateSurveySection200Response.md)
1345
1420
  - [CreateThread200Response](docs/CreateThread200Response.md)
1346
1421
  - [CreateThreadCircle200Response](docs/CreateThreadCircle200Response.md)
1422
+ - [CreateThreadCircleAccount200Response](docs/CreateThreadCircleAccount200Response.md)
1347
1423
  - [CreateThreadMessage200Response](docs/CreateThreadMessage200Response.md)
1424
+ - [CreateThreadMessageReaction200Response](docs/CreateThreadMessageReaction200Response.md)
1348
1425
  - [CreateTier200Response](docs/CreateTier200Response.md)
1349
1426
  - [Currency](docs/Currency.md)
1350
1427
  - [CustomModule](docs/CustomModule.md)
@@ -1367,6 +1444,7 @@ Class | Method | HTTP request | Description
1367
1444
  - [DayOfWeek](docs/DayOfWeek.md)
1368
1445
  - [DefaultAuthAction](docs/DefaultAuthAction.md)
1369
1446
  - [DelegateRole](docs/DelegateRole.md)
1447
+ - [DeleteDashboard200Response](docs/DeleteDashboard200Response.md)
1370
1448
  - [DeleteManyImagesInput](docs/DeleteManyImagesInput.md)
1371
1449
  - [DeleteManyVideosInput](docs/DeleteManyVideosInput.md)
1372
1450
  - [DomainDetails](docs/DomainDetails.md)
@@ -1395,7 +1473,9 @@ Class | Method | HTTP request | Description
1395
1473
  - [EventAttendeeCreateInputs](docs/EventAttendeeCreateInputs.md)
1396
1474
  - [EventAttendeePackageCreateInputs](docs/EventAttendeePackageCreateInputs.md)
1397
1475
  - [EventAttendeePackageUpdateInputs](docs/EventAttendeePackageUpdateInputs.md)
1398
- - [EventBadgeFieldUpdateInputs](docs/EventBadgeFieldUpdateInputs.md)
1476
+ - [EventAttribute](docs/EventAttribute.md)
1477
+ - [EventAttributeCreateInputs](docs/EventAttributeCreateInputs.md)
1478
+ - [EventAttributeUpdateInputs](docs/EventAttributeUpdateInputs.md)
1399
1479
  - [EventBlock](docs/EventBlock.md)
1400
1480
  - [EventBlockCreateInputs](docs/EventBlockCreateInputs.md)
1401
1481
  - [EventBlockUpdateInputs](docs/EventBlockUpdateInputs.md)
@@ -1420,9 +1500,10 @@ Class | Method | HTTP request | Description
1420
1500
  - [EventFollowupUpdateInputs](docs/EventFollowupUpdateInputs.md)
1421
1501
  - [EventMediaItem](docs/EventMediaItem.md)
1422
1502
  - [EventMediaItemCreateInputs](docs/EventMediaItemCreateInputs.md)
1503
+ - [EventMediaItemTranslation](docs/EventMediaItemTranslation.md)
1504
+ - [EventMediaItemTranslationUpdateInputs](docs/EventMediaItemTranslationUpdateInputs.md)
1423
1505
  - [EventMediaItemUpdateInputs](docs/EventMediaItemUpdateInputs.md)
1424
1506
  - [EventOnSite](docs/EventOnSite.md)
1425
- - [EventOnSiteBadgeField](docs/EventOnSiteBadgeField.md)
1426
1507
  - [EventPackage](docs/EventPackage.md)
1427
1508
  - [EventPackageCreateInputs](docs/EventPackageCreateInputs.md)
1428
1509
  - [EventPackagePass](docs/EventPackagePass.md)
@@ -1474,6 +1555,7 @@ Class | Method | HTTP request | Description
1474
1555
  - [EventSession](docs/EventSession.md)
1475
1556
  - [EventSessionAccess](docs/EventSessionAccess.md)
1476
1557
  - [EventSessionAccessUpdateInputs](docs/EventSessionAccessUpdateInputs.md)
1558
+ - [EventSessionCloneOptions](docs/EventSessionCloneOptions.md)
1477
1559
  - [EventSessionCreateInputs](docs/EventSessionCreateInputs.md)
1478
1560
  - [EventSessionLocation](docs/EventSessionLocation.md)
1479
1561
  - [EventSessionLocationCreateInputs](docs/EventSessionLocationCreateInputs.md)
@@ -1504,6 +1586,7 @@ Class | Method | HTTP request | Description
1504
1586
  - [EventSessionTranslation](docs/EventSessionTranslation.md)
1505
1587
  - [EventSessionTranslationUpdateInputs](docs/EventSessionTranslationUpdateInputs.md)
1506
1588
  - [EventSessionUpdateInputs](docs/EventSessionUpdateInputs.md)
1589
+ - [EventSessionVisibility](docs/EventSessionVisibility.md)
1507
1590
  - [EventSource](docs/EventSource.md)
1508
1591
  - [EventSpeaker](docs/EventSpeaker.md)
1509
1592
  - [EventSpeakerCreateInputs](docs/EventSpeakerCreateInputs.md)
@@ -1521,7 +1604,6 @@ Class | Method | HTTP request | Description
1521
1604
  - [EventSponsorshipTranslationUpdateInputs](docs/EventSponsorshipTranslationUpdateInputs.md)
1522
1605
  - [EventSponsorshipUpdateInputs](docs/EventSponsorshipUpdateInputs.md)
1523
1606
  - [EventTrack](docs/EventTrack.md)
1524
- - [EventTrackAllOfCount](docs/EventTrackAllOfCount.md)
1525
1607
  - [EventTrackCreateInputs](docs/EventTrackCreateInputs.md)
1526
1608
  - [EventTrackTranslation](docs/EventTrackTranslation.md)
1527
1609
  - [EventTrackTranslationUpdateInputs](docs/EventTrackTranslationUpdateInputs.md)
@@ -1541,8 +1623,9 @@ Class | Method | HTTP request | Description
1541
1623
  - [FileUpdateInputs](docs/FileUpdateInputs.md)
1542
1624
  - [GetAPILog200Response](docs/GetAPILog200Response.md)
1543
1625
  - [GetAPILogs200Response](docs/GetAPILogs200Response.md)
1626
+ - [GetAcccountEmailReceipts200Response](docs/GetAcccountEmailReceipts200Response.md)
1544
1627
  - [GetAccountActivities200Response](docs/GetAccountActivities200Response.md)
1545
- - [GetAccountAddress200Response](docs/GetAccountAddress200Response.md)
1628
+ - [GetAccountAddresses200Response](docs/GetAccountAddresses200Response.md)
1546
1629
  - [GetAccountEvents200Response](docs/GetAccountEvents200Response.md)
1547
1630
  - [GetAccountGroups200Response](docs/GetAccountGroups200Response.md)
1548
1631
  - [GetAccountInterests200Response](docs/GetAccountInterests200Response.md)
@@ -1551,58 +1634,109 @@ Class | Method | HTTP request | Description
1551
1634
  - [GetAccountLeads200Response](docs/GetAccountLeads200Response.md)
1552
1635
  - [GetAccountLevels200Response](docs/GetAccountLevels200Response.md)
1553
1636
  - [GetAccountLikes200Response](docs/GetAccountLikes200Response.md)
1637
+ - [GetAccountNotificationPreferences200Response](docs/GetAccountNotificationPreferences200Response.md)
1554
1638
  - [GetAccountPayments200Response](docs/GetAccountPayments200Response.md)
1639
+ - [GetAccountRegistrations200Response](docs/GetAccountRegistrations200Response.md)
1555
1640
  - [GetAccountThreads200Response](docs/GetAccountThreads200Response.md)
1556
1641
  - [GetAccountTiers200Response](docs/GetAccountTiers200Response.md)
1557
1642
  - [GetAccounts200Response](docs/GetAccounts200Response.md)
1643
+ - [GetAccountsByInternalRefId200Response](docs/GetAccountsByInternalRefId200Response.md)
1644
+ - [GetAdvertisementClicks200Response](docs/GetAdvertisementClicks200Response.md)
1645
+ - [GetAdvertisementViews200Response](docs/GetAdvertisementViews200Response.md)
1558
1646
  - [GetAdvertisements200Response](docs/GetAdvertisements200Response.md)
1647
+ - [GetAnnouncementAudience200Response](docs/GetAnnouncementAudience200Response.md)
1559
1648
  - [GetAnnouncements200Response](docs/GetAnnouncements200Response.md)
1560
1649
  - [GetAuthSession200Response](docs/GetAuthSession200Response.md)
1561
1650
  - [GetBenefitClicks200Response](docs/GetBenefitClicks200Response.md)
1562
1651
  - [GetBenefits200Response](docs/GetBenefits200Response.md)
1563
1652
  - [GetBookingPlaceBookings200Response](docs/GetBookingPlaceBookings200Response.md)
1564
1653
  - [GetBookingPlaces200Response](docs/GetBookingPlaces200Response.md)
1654
+ - [GetBookingSpaceAvailabilities200Response](docs/GetBookingSpaceAvailabilities200Response.md)
1655
+ - [GetBookingSpaceBlackouts200Response](docs/GetBookingSpaceBlackouts200Response.md)
1656
+ - [GetBookingSpaceSlots200Response](docs/GetBookingSpaceSlots200Response.md)
1565
1657
  - [GetBookingSpaces200Response](docs/GetBookingSpaces200Response.md)
1566
- - [GetChannelContent200Response](docs/GetChannelContent200Response.md)
1658
+ - [GetChannelContentGuests200Response](docs/GetChannelContentGuests200Response.md)
1659
+ - [GetChannelContentLikes200Response](docs/GetChannelContentLikes200Response.md)
1567
1660
  - [GetChannelContents200Response](docs/GetChannelContents200Response.md)
1661
+ - [GetChannelSubscribers200Response](docs/GetChannelSubscribers200Response.md)
1568
1662
  - [GetChannels200Response](docs/GetChannels200Response.md)
1569
1663
  - [GetCustomModules200Response](docs/GetCustomModules200Response.md)
1570
1664
  - [GetCustomReport200Response](docs/GetCustomReport200Response.md)
1571
1665
  - [GetCustomReportUsers200Response](docs/GetCustomReportUsers200Response.md)
1572
1666
  - [GetCustomReports200Response](docs/GetCustomReports200Response.md)
1667
+ - [GetDashboardAttributes200Response](docs/GetDashboardAttributes200Response.md)
1668
+ - [GetDashboardWidgets200Response](docs/GetDashboardWidgets200Response.md)
1573
1669
  - [GetDashboards200Response](docs/GetDashboards200Response.md)
1574
1670
  - [GetEmailReceipt200Response](docs/GetEmailReceipt200Response.md)
1671
+ - [GetEmailReceipts200Response](docs/GetEmailReceipts200Response.md)
1575
1672
  - [GetEntityUseCodes200Response](docs/GetEntityUseCodes200Response.md)
1576
1673
  - [GetEventAccessUsers200Response](docs/GetEventAccessUsers200Response.md)
1577
- - [GetEventActivation200Response](docs/GetEventActivation200Response.md)
1674
+ - [GetEventActivationCompletions200Response](docs/GetEventActivationCompletions200Response.md)
1675
+ - [GetEventActivationSessions200Response](docs/GetEventActivationSessions200Response.md)
1676
+ - [GetEventActivations200Response](docs/GetEventActivations200Response.md)
1677
+ - [GetEventAddOnPassTypes200Response](docs/GetEventAddOnPassTypes200Response.md)
1578
1678
  - [GetEventAddOnPasses200Response](docs/GetEventAddOnPasses200Response.md)
1579
1679
  - [GetEventAddOns200Response](docs/GetEventAddOns200Response.md)
1580
1680
  - [GetEventAttendeeCoupons200Response](docs/GetEventAttendeeCoupons200Response.md)
1581
- - [GetEventAttendees200Response](docs/GetEventAttendees200Response.md)
1681
+ - [GetEventAttendeePackages200Response](docs/GetEventAttendeePackages200Response.md)
1682
+ - [GetEventAttendeeReservations200Response](docs/GetEventAttendeeReservations200Response.md)
1683
+ - [GetEventAttendeeTransfersLogs200Response](docs/GetEventAttendeeTransfersLogs200Response.md)
1684
+ - [GetEventAttributes200Response](docs/GetEventAttributes200Response.md)
1582
1685
  - [GetEventBlocks200Response](docs/GetEventBlocks200Response.md)
1686
+ - [GetEventDashboardQuestions200Response](docs/GetEventDashboardQuestions200Response.md)
1583
1687
  - [GetEventEmail200Response](docs/GetEventEmail200Response.md)
1584
1688
  - [GetEventFaqSectionQuestions200Response](docs/GetEventFaqSectionQuestions200Response.md)
1585
1689
  - [GetEventFaqSections200Response](docs/GetEventFaqSections200Response.md)
1586
- - [GetEventMediaItem200Response](docs/GetEventMediaItem200Response.md)
1690
+ - [GetEventFollowupQuestions200Response](docs/GetEventFollowupQuestions200Response.md)
1587
1691
  - [GetEventMediaItems200Response](docs/GetEventMediaItems200Response.md)
1588
1692
  - [GetEventOnSite200Response](docs/GetEventOnSite200Response.md)
1693
+ - [GetEventPackagePasses200Response](docs/GetEventPackagePasses200Response.md)
1589
1694
  - [GetEventPackages200Response](docs/GetEventPackages200Response.md)
1590
1695
  - [GetEventPageImages200Response](docs/GetEventPageImages200Response.md)
1591
1696
  - [GetEventPages200Response](docs/GetEventPages200Response.md)
1697
+ - [GetEventPassAccesses200Response](docs/GetEventPassAccesses200Response.md)
1698
+ - [GetEventPassAttributes200Response](docs/GetEventPassAttributes200Response.md)
1592
1699
  - [GetEventPassMatches200Response](docs/GetEventPassMatches200Response.md)
1593
- - [GetEventPassTypes200Response](docs/GetEventPassTypes200Response.md)
1700
+ - [GetEventPassQuestionFollowups200Response](docs/GetEventPassQuestionFollowups200Response.md)
1701
+ - [GetEventPassQuestionSections200Response](docs/GetEventPassQuestionSections200Response.md)
1702
+ - [GetEventPassResponse200Response](docs/GetEventPassResponse200Response.md)
1703
+ - [GetEventPassResponseChanges200Response](docs/GetEventPassResponseChanges200Response.md)
1704
+ - [GetEventPassResponses200Response](docs/GetEventPassResponses200Response.md)
1705
+ - [GetEventPassTypePriceSchedule200Response](docs/GetEventPassTypePriceSchedule200Response.md)
1706
+ - [GetEventPassTypePriceSchedules200Response](docs/GetEventPassTypePriceSchedules200Response.md)
1707
+ - [GetEventPassTypeRefundSchedule200Response](docs/GetEventPassTypeRefundSchedule200Response.md)
1708
+ - [GetEventPassTypeRefundSchedules200Response](docs/GetEventPassTypeRefundSchedules200Response.md)
1709
+ - [GetEventQuestionChoiceSubQuestions200Response](docs/GetEventQuestionChoiceSubQuestions200Response.md)
1710
+ - [GetEventQuestionChoices200Response](docs/GetEventQuestionChoices200Response.md)
1711
+ - [GetEventQuestionSummaries200Response](docs/GetEventQuestionSummaries200Response.md)
1594
1712
  - [GetEventQuestionSummary200Response](docs/GetEventQuestionSummary200Response.md)
1713
+ - [GetEventQuestions200Response](docs/GetEventQuestions200Response.md)
1714
+ - [GetEventRegistrationBypassList200Response](docs/GetEventRegistrationBypassList200Response.md)
1595
1715
  - [GetEventRoomTypes200Response](docs/GetEventRoomTypes200Response.md)
1596
1716
  - [GetEventRoundMatches200Response](docs/GetEventRoundMatches200Response.md)
1717
+ - [GetEventRoundQuestions200Response](docs/GetEventRoundQuestions200Response.md)
1718
+ - [GetEventRoundQuestionsSummary200Response](docs/GetEventRoundQuestionsSummary200Response.md)
1597
1719
  - [GetEventRounds200Response](docs/GetEventRounds200Response.md)
1598
- - [GetEventSection200Response](docs/GetEventSection200Response.md)
1720
+ - [GetEventSectionQuestions200Response](docs/GetEventSectionQuestions200Response.md)
1721
+ - [GetEventSessionAccess200Response](docs/GetEventSessionAccess200Response.md)
1722
+ - [GetEventSessionAccessQuestionSections200Response](docs/GetEventSessionAccessQuestionSections200Response.md)
1723
+ - [GetEventSessionAccessResponseChanges200Response](docs/GetEventSessionAccessResponseChanges200Response.md)
1724
+ - [GetEventSessionLocations200Response](docs/GetEventSessionLocations200Response.md)
1725
+ - [GetEventSessionQuestionChoiceSubQuestions200Response](docs/GetEventSessionQuestionChoiceSubQuestions200Response.md)
1726
+ - [GetEventSessionQuestionChoices200Response](docs/GetEventSessionQuestionChoices200Response.md)
1727
+ - [GetEventSessionQuestionResponses200Response](docs/GetEventSessionQuestionResponses200Response.md)
1728
+ - [GetEventSessionQuestions200Response](docs/GetEventSessionQuestions200Response.md)
1729
+ - [GetEventSessionRoundQuestions200Response](docs/GetEventSessionRoundQuestions200Response.md)
1730
+ - [GetEventSessionSectionQuestions200Response](docs/GetEventSessionSectionQuestions200Response.md)
1731
+ - [GetEventSessionSpeakers200Response](docs/GetEventSessionSpeakers200Response.md)
1599
1732
  - [GetEventSessionTracks200Response](docs/GetEventSessionTracks200Response.md)
1600
- - [GetEventSessions200Response](docs/GetEventSessions200Response.md)
1601
- - [GetEventSpeakers200Response](docs/GetEventSpeakers200Response.md)
1733
+ - [GetEventSponsorshipLevels200Response](docs/GetEventSponsorshipLevels200Response.md)
1734
+ - [GetEventSponsorships200Response](docs/GetEventSponsorships200Response.md)
1602
1735
  - [GetEventTiers200Response](docs/GetEventTiers200Response.md)
1603
1736
  - [GetEvents200Response](docs/GetEvents200Response.md)
1604
1737
  - [GetFiles200Response](docs/GetFiles200Response.md)
1605
1738
  - [GetGroupInvitation200Response](docs/GetGroupInvitation200Response.md)
1739
+ - [GetGroupInvitations200Response](docs/GetGroupInvitations200Response.md)
1606
1740
  - [GetGroupRequest200Response](docs/GetGroupRequest200Response.md)
1607
1741
  - [GetGroupRequests200Response](docs/GetGroupRequests200Response.md)
1608
1742
  - [GetGroups200Response](docs/GetGroups200Response.md)
@@ -1612,49 +1746,94 @@ Class | Method | HTTP request | Description
1612
1746
  - [GetImportItems200Response](docs/GetImportItems200Response.md)
1613
1747
  - [GetImports200Response](docs/GetImports200Response.md)
1614
1748
  - [GetIntegrations200Response](docs/GetIntegrations200Response.md)
1615
- - [GetInvoiceLineItem200Response](docs/GetInvoiceLineItem200Response.md)
1749
+ - [GetInvoiceLineItems200Response](docs/GetInvoiceLineItems200Response.md)
1616
1750
  - [GetInvoices200Response](docs/GetInvoices200Response.md)
1617
1751
  - [GetLivestream200Response](docs/GetLivestream200Response.md)
1752
+ - [GetLivestreamSessions200Response](docs/GetLivestreamSessions200Response.md)
1618
1753
  - [GetLivestreams200Response](docs/GetLivestreams200Response.md)
1619
1754
  - [GetLogin200Response](docs/GetLogin200Response.md)
1620
1755
  - [GetLoginAuthSessions200Response](docs/GetLoginAuthSessions200Response.md)
1621
1756
  - [GetLoginDevices200Response](docs/GetLoginDevices200Response.md)
1622
1757
  - [GetLogins200Response](docs/GetLogins200Response.md)
1623
1758
  - [GetMeetingLinks200Response](docs/GetMeetingLinks200Response.md)
1759
+ - [GetMeetingParticipant200Response](docs/GetMeetingParticipant200Response.md)
1760
+ - [GetMeetingParticipants200Response](docs/GetMeetingParticipants200Response.md)
1761
+ - [GetMeetingRecording200Response](docs/GetMeetingRecording200Response.md)
1762
+ - [GetMeetingRecordings200Response](docs/GetMeetingRecordings200Response.md)
1624
1763
  - [GetMeetingSession200Response](docs/GetMeetingSession200Response.md)
1764
+ - [GetMeetingSessionMessages200Response](docs/GetMeetingSessionMessages200Response.md)
1765
+ - [GetMeetingSessionParticipant200Response](docs/GetMeetingSessionParticipant200Response.md)
1766
+ - [GetMeetingSessionParticipants200Response](docs/GetMeetingSessionParticipants200Response.md)
1767
+ - [GetMeetingSessionSummary200Response](docs/GetMeetingSessionSummary200Response.md)
1768
+ - [GetMeetingSessionTranscript200Response](docs/GetMeetingSessionTranscript200Response.md)
1769
+ - [GetMeetingSessions200Response](docs/GetMeetingSessions200Response.md)
1625
1770
  - [GetMeetings200Response](docs/GetMeetings200Response.md)
1771
+ - [GetNotificationStats200Response](docs/GetNotificationStats200Response.md)
1772
+ - [GetNotifications200Response](docs/GetNotifications200Response.md)
1626
1773
  - [GetOrganization200Response](docs/GetOrganization200Response.md)
1774
+ - [GetOrganizationAccountAttributes200Response](docs/GetOrganizationAccountAttributes200Response.md)
1775
+ - [GetOrganizationDomain200Response](docs/GetOrganizationDomain200Response.md)
1776
+ - [GetOrganizationModule200Response](docs/GetOrganizationModule200Response.md)
1777
+ - [GetOrganizationModuleSettings200Response](docs/GetOrganizationModuleSettings200Response.md)
1778
+ - [GetOrganizationModules200Response](docs/GetOrganizationModules200Response.md)
1779
+ - [GetOrganizationPaymentIntegrations200Response](docs/GetOrganizationPaymentIntegrations200Response.md)
1780
+ - [GetOrganizationSideEffects200Response](docs/GetOrganizationSideEffects200Response.md)
1781
+ - [GetOrganizationSystemLog200Response](docs/GetOrganizationSystemLog200Response.md)
1782
+ - [GetOrganizationSystemLogs200Response](docs/GetOrganizationSystemLogs200Response.md)
1783
+ - [GetOrganizationTeamMembers200Response](docs/GetOrganizationTeamMembers200Response.md)
1784
+ - [GetOrganizationUsers200Response](docs/GetOrganizationUsers200Response.md)
1627
1785
  - [GetOrganizationWebhooks200Response](docs/GetOrganizationWebhooks200Response.md)
1628
1786
  - [GetPayment200Response](docs/GetPayment200Response.md)
1787
+ - [GetPreferences200Response](docs/GetPreferences200Response.md)
1629
1788
  - [GetPresets200Response](docs/GetPresets200Response.md)
1630
1789
  - [GetPushDevice200Response](docs/GetPushDevice200Response.md)
1631
1790
  - [GetReport200Response](docs/GetReport200Response.md)
1632
1791
  - [GetReports200Response](docs/GetReports200Response.md)
1633
1792
  - [GetRoomTypeRooms200Response](docs/GetRoomTypeRooms200Response.md)
1634
- - [GetSearchListValue200Response](docs/GetSearchListValue200Response.md)
1793
+ - [GetSearchListConnectedQuestions200Response](docs/GetSearchListConnectedQuestions200Response.md)
1794
+ - [GetSearchListValues200Response](docs/GetSearchListValues200Response.md)
1635
1795
  - [GetSearchLists200Response](docs/GetSearchLists200Response.md)
1636
1796
  - [GetSelf200Response](docs/GetSelf200Response.md)
1637
1797
  - [GetSelfApiKeys200Response](docs/GetSelfApiKeys200Response.md)
1638
1798
  - [GetSelfOrganizations200Response](docs/GetSelfOrganizations200Response.md)
1639
1799
  - [GetSeriesList200Response](docs/GetSeriesList200Response.md)
1800
+ - [GetSeriesQuestionChoices200Response](docs/GetSeriesQuestionChoices200Response.md)
1801
+ - [GetSeriesQuestions200Response](docs/GetSeriesQuestions200Response.md)
1802
+ - [GetSeriesRegistrationResponses200Response](docs/GetSeriesRegistrationResponses200Response.md)
1803
+ - [GetSeriesRegistrations200Response](docs/GetSeriesRegistrations200Response.md)
1804
+ - [GetStreamInputOutputs200Response](docs/GetStreamInputOutputs200Response.md)
1640
1805
  - [GetStreamInputs200Response](docs/GetStreamInputs200Response.md)
1641
1806
  - [GetStreamSession200Response](docs/GetStreamSession200Response.md)
1807
+ - [GetStreamSessionChat200Response](docs/GetStreamSessionChat200Response.md)
1808
+ - [GetStreamSessionSubscriptions200Response](docs/GetStreamSessionSubscriptions200Response.md)
1642
1809
  - [GetStreamSessions200Response](docs/GetStreamSessions200Response.md)
1643
1810
  - [GetStreamVideos200Response](docs/GetStreamVideos200Response.md)
1811
+ - [GetSupportTicketActivity200Response](docs/GetSupportTicketActivity200Response.md)
1812
+ - [GetSupportTicketMessages200Response](docs/GetSupportTicketMessages200Response.md)
1813
+ - [GetSupportTicketNotes200Response](docs/GetSupportTicketNotes200Response.md)
1814
+ - [GetSupportTicketViewer200Response](docs/GetSupportTicketViewer200Response.md)
1644
1815
  - [GetSupportTickets200Response](docs/GetSupportTickets200Response.md)
1645
- - [GetSurveyQuestion200Response](docs/GetSurveyQuestion200Response.md)
1816
+ - [GetSurveyQuestionChoiceSubQuestions200Response](docs/GetSurveyQuestionChoiceSubQuestions200Response.md)
1817
+ - [GetSurveyQuestionChoices200Response](docs/GetSurveyQuestionChoices200Response.md)
1818
+ - [GetSurveyQuestionResponses200Response](docs/GetSurveyQuestionResponses200Response.md)
1646
1819
  - [GetSurveyQuestions200Response](docs/GetSurveyQuestions200Response.md)
1820
+ - [GetSurveySectionQuestions200Response](docs/GetSurveySectionQuestions200Response.md)
1647
1821
  - [GetSurveySections200Response](docs/GetSurveySections200Response.md)
1822
+ - [GetSurveySubmission200Response](docs/GetSurveySubmission200Response.md)
1823
+ - [GetSurveySubmissionResponseChanges200Response](docs/GetSurveySubmissionResponseChanges200Response.md)
1824
+ - [GetSurveySubmissions200Response](docs/GetSurveySubmissions200Response.md)
1648
1825
  - [GetSurveys200Response](docs/GetSurveys200Response.md)
1649
1826
  - [GetTaxCodes200Response](docs/GetTaxCodes200Response.md)
1650
1827
  - [GetTaxIntegration200Response](docs/GetTaxIntegration200Response.md)
1651
1828
  - [GetTaxIntegrations200Response](docs/GetTaxIntegrations200Response.md)
1652
1829
  - [GetTaxLog200Response](docs/GetTaxLog200Response.md)
1653
1830
  - [GetTaxLogs200Response](docs/GetTaxLogs200Response.md)
1831
+ - [GetThreadCircleAccounts200Response](docs/GetThreadCircleAccounts200Response.md)
1654
1832
  - [GetThreadCircles200Response](docs/GetThreadCircles200Response.md)
1655
1833
  - [GetThreadMembers200Response](docs/GetThreadMembers200Response.md)
1656
1834
  - [GetThreadMessageFiles200Response](docs/GetThreadMessageFiles200Response.md)
1657
1835
  - [GetThreadMessageImages200Response](docs/GetThreadMessageImages200Response.md)
1836
+ - [GetThreadMessageReactions200Response](docs/GetThreadMessageReactions200Response.md)
1658
1837
  - [GetThreadMessageVideos200Response](docs/GetThreadMessageVideos200Response.md)
1659
1838
  - [GetThreadMessages200Response](docs/GetThreadMessages200Response.md)
1660
1839
  - [GetVideo200Response](docs/GetVideo200Response.md)
@@ -1768,6 +1947,7 @@ Class | Method | HTTP request | Description
1768
1947
  - [NotificationPreferences](docs/NotificationPreferences.md)
1769
1948
  - [NotificationStats](docs/NotificationStats.md)
1770
1949
  - [NotificationType](docs/NotificationType.md)
1950
+ - [OnSiteScanType](docs/OnSiteScanType.md)
1771
1951
  - [Organization](docs/Organization.md)
1772
1952
  - [OrganizationActionType](docs/OrganizationActionType.md)
1773
1953
  - [OrganizationAllOfOAuth](docs/OrganizationAllOfOAuth.md)
@@ -1792,6 +1972,9 @@ Class | Method | HTTP request | Description
1792
1972
  - [OrganizationUpdateInputs](docs/OrganizationUpdateInputs.md)
1793
1973
  - [PageType](docs/PageType.md)
1794
1974
  - [PassAddOn](docs/PassAddOn.md)
1975
+ - [PassAttribute](docs/PassAttribute.md)
1976
+ - [PassAttributesUpdateInputs](docs/PassAttributesUpdateInputs.md)
1977
+ - [PassAttributesUpdateInputsValuesInner](docs/PassAttributesUpdateInputsValuesInner.md)
1795
1978
  - [PassTypeAccessLevel](docs/PassTypeAccessLevel.md)
1796
1979
  - [PassTypeCreateInputs](docs/PassTypeCreateInputs.md)
1797
1980
  - [PassTypePriceScheduleCreateInputs](docs/PassTypePriceScheduleCreateInputs.md)
@@ -1832,6 +2015,21 @@ Class | Method | HTTP request | Description
1832
2015
  - [RegistrationSection](docs/RegistrationSection.md)
1833
2016
  - [RegistrationSectionQuestion](docs/RegistrationSectionQuestion.md)
1834
2017
  - [RegistrationSectionTranslation](docs/RegistrationSectionTranslation.md)
2018
+ - [RemoveEventPassAttribute200Response](docs/RemoveEventPassAttribute200Response.md)
2019
+ - [ReorderEventFaqSectionQuestions200Response](docs/ReorderEventFaqSectionQuestions200Response.md)
2020
+ - [ReorderEventFollowupQuestions200Response](docs/ReorderEventFollowupQuestions200Response.md)
2021
+ - [ReorderEventQuestionChoiceSubQuestions200Response](docs/ReorderEventQuestionChoiceSubQuestions200Response.md)
2022
+ - [ReorderEventQuestionChoices200Response](docs/ReorderEventQuestionChoices200Response.md)
2023
+ - [ReorderEventSectionQuestions200Response](docs/ReorderEventSectionQuestions200Response.md)
2024
+ - [ReorderEventSessionQuestionChoiceSubQuestions200Response](docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md)
2025
+ - [ReorderEventSessionQuestionChoices200Response](docs/ReorderEventSessionQuestionChoices200Response.md)
2026
+ - [ReorderEventSessionSectionQuestions200Response](docs/ReorderEventSessionSectionQuestions200Response.md)
2027
+ - [ReorderEventSponsorshipLevels200Response](docs/ReorderEventSponsorshipLevels200Response.md)
2028
+ - [ReorderEventSponsorships200Response](docs/ReorderEventSponsorships200Response.md)
2029
+ - [ReorderSeriesQuestionChoices200Response](docs/ReorderSeriesQuestionChoices200Response.md)
2030
+ - [ReorderSurveyQuestionChoiceSubQuestions200Response](docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md)
2031
+ - [ReorderSurveyQuestionChoices200Response](docs/ReorderSurveyQuestionChoices200Response.md)
2032
+ - [ReorderSurveySectionQuestions200Response](docs/ReorderSurveySectionQuestions200Response.md)
1835
2033
  - [ReportFilters](docs/ReportFilters.md)
1836
2034
  - [ReportType](docs/ReportType.md)
1837
2035
  - [Room](docs/Room.md)
@@ -1858,11 +2056,26 @@ Class | Method | HTTP request | Description
1858
2056
  - [Self](docs/Self.md)
1859
2057
  - [Series](docs/Series.md)
1860
2058
  - [SeriesCreateInputs](docs/SeriesCreateInputs.md)
2059
+ - [SeriesQuestion](docs/SeriesQuestion.md)
2060
+ - [SeriesQuestionChoice](docs/SeriesQuestionChoice.md)
2061
+ - [SeriesQuestionChoiceCreateInputs](docs/SeriesQuestionChoiceCreateInputs.md)
2062
+ - [SeriesQuestionChoiceTranslation](docs/SeriesQuestionChoiceTranslation.md)
2063
+ - [SeriesQuestionChoiceUpdateInputs](docs/SeriesQuestionChoiceUpdateInputs.md)
2064
+ - [SeriesQuestionCreateInputs](docs/SeriesQuestionCreateInputs.md)
2065
+ - [SeriesQuestionTranslation](docs/SeriesQuestionTranslation.md)
2066
+ - [SeriesQuestionTranslationUpdateInputs](docs/SeriesQuestionTranslationUpdateInputs.md)
2067
+ - [SeriesQuestionType](docs/SeriesQuestionType.md)
2068
+ - [SeriesQuestionUpdateInputs](docs/SeriesQuestionUpdateInputs.md)
2069
+ - [SeriesQuestionUpdateInputsChoices](docs/SeriesQuestionUpdateInputsChoices.md)
1861
2070
  - [SeriesRegistration](docs/SeriesRegistration.md)
1862
2071
  - [SeriesRegistrationCreateInputs](docs/SeriesRegistrationCreateInputs.md)
2072
+ - [SeriesRegistrationQuestionResponse](docs/SeriesRegistrationQuestionResponse.md)
2073
+ - [SeriesRegistrationResponsesUpdateInputs](docs/SeriesRegistrationResponsesUpdateInputs.md)
2074
+ - [SeriesRegistrationResponsesUpdateInputsResponsesInner](docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md)
1863
2075
  - [SeriesRegistrationUpdateInputs](docs/SeriesRegistrationUpdateInputs.md)
2076
+ - [SeriesTranslation](docs/SeriesTranslation.md)
2077
+ - [SeriesTranslationUpdateInputs](docs/SeriesTranslationUpdateInputs.md)
1864
2078
  - [SeriesUpdateInputs](docs/SeriesUpdateInputs.md)
1865
- - [SessionAccess](docs/SessionAccess.md)
1866
2079
  - [SideEffect](docs/SideEffect.md)
1867
2080
  - [SideEffectActionType](docs/SideEffectActionType.md)
1868
2081
  - [SideEffectTriggerType](docs/SideEffectTriggerType.md)
@@ -1978,7 +2191,11 @@ Class | Method | HTTP request | Description
1978
2191
  - [TriggerCreateInputs](docs/TriggerCreateInputs.md)
1979
2192
  - [TriggerUpdateInputs](docs/TriggerUpdateInputs.md)
1980
2193
  - [UpdateEventCheckinCode200Response](docs/UpdateEventCheckinCode200Response.md)
2194
+ - [UpdateEventPassAttributes200Response](docs/UpdateEventPassAttributes200Response.md)
1981
2195
  - [UpdateEventPassResponseInputs](docs/UpdateEventPassResponseInputs.md)
2196
+ - [UpdateEventRoundQuestion200Response](docs/UpdateEventRoundQuestion200Response.md)
2197
+ - [UpdateEventSessionRoundQuestion200Response](docs/UpdateEventSessionRoundQuestion200Response.md)
2198
+ - [UpdateOrganizationDomain200Response](docs/UpdateOrganizationDomain200Response.md)
1982
2199
  - [UpdateSelf200Response](docs/UpdateSelf200Response.md)
1983
2200
  - [UpdateThreadMember200Response](docs/UpdateThreadMember200Response.md)
1984
2201
  - [UploadFile200Response](docs/UploadFile200Response.md)