@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
@@ -0,0 +1,26 @@
1
+ # GetStreamInputOutputs200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<StreamInputOutput>**](StreamInputOutput.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetStreamInputOutputs200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetStreamInputOutputs200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # GetStreamSessionChat200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<StreamSessionChatMessage>**](StreamSessionChatMessage.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { GetStreamSessionChat200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: GetStreamSessionChat200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetStreamSessionSubscriptions200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<StreamSessionSubscription>**](StreamSessionSubscription.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetStreamSessionSubscriptions200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetStreamSessionSubscriptions200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # GetSupportTicketActivity200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SupportTicketActivityLog>**](SupportTicketActivityLog.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { GetSupportTicketActivity200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: GetSupportTicketActivity200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSupportTicketMessages200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SupportTicketMessage>**](SupportTicketMessage.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSupportTicketMessages200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSupportTicketMessages200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSupportTicketNotes200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SupportTicketNote>**](SupportTicketNote.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSupportTicketNotes200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSupportTicketNotes200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSupportTicketViewer200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SupportTicketViewer>**](SupportTicketViewer.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSupportTicketViewer200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSupportTicketViewer200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSurveyQuestionChoiceSubQuestions200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveyQuestionChoiceSubQuestion>**](SurveyQuestionChoiceSubQuestion.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSurveyQuestionChoiceSubQuestions200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSurveyQuestionChoiceSubQuestions200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSurveyQuestionChoices200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveyQuestionChoice>**](SurveyQuestionChoice.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSurveyQuestionChoices200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSurveyQuestionChoices200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSurveyQuestionResponses200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveyQuestionResponse>**](SurveyQuestionResponse.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSurveyQuestionResponses200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSurveyQuestionResponses200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSurveySectionQuestions200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveySectionQuestion>**](SurveySectionQuestion.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSurveySectionQuestions200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSurveySectionQuestions200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # GetSurveySubmission200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**SurveySubmission**](SurveySubmission.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { GetSurveySubmission200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: GetSurveySubmission200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSurveySubmissionResponseChanges200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveyQuestionResponseChange>**](SurveyQuestionResponseChange.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSurveySubmissionResponseChanges200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSurveySubmissionResponseChanges200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetSurveySubmissions200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveySubmission>**](SurveySubmission.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetSurveySubmissions200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetSurveySubmissions200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # GetThreadCircleAccounts200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<ThreadCircleAccount>**](ThreadCircleAccount.md) | | [default to undefined]
11
+ **count** | **number** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { GetThreadCircleAccounts200Response } from '@connectedxm/admin-sdk';
17
+
18
+ const instance: GetThreadCircleAccounts200Response = {
19
+ status,
20
+ message,
21
+ data,
22
+ count,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # GetThreadMessageReactions200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<ThreadMessageReaction>**](ThreadMessageReaction.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { GetThreadMessageReactions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: GetThreadMessageReactions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -12,7 +12,7 @@ All URIs are relative to *https://admin-api.connected.dev*
12
12
  |[**reinviteGroupInvitation**](#reinvitegroupinvitation) | **PUT** /groups/{groupId}/invitations/{invitationId}/reinvite | Reinvite Group Invitation|
13
13
 
14
14
  # **cancelGroupInvitation**
15
- > CreateAccountAddress200Response cancelGroupInvitation()
15
+ > GetGroupInvitation200Response cancelGroupInvitation()
16
16
 
17
17
  Cancel Group Invitation endpoint
18
18
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.cancelGroupInvitation(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **GetGroupInvitation200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -66,7 +66,7 @@ const { status, data } = await apiInstance.cancelGroupInvitation(
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
  # **createGroupInvitations**
69
- > CreateAccountAddress200Response createGroupInvitations()
69
+ > CreateGroupInvitations200Response createGroupInvitations()
70
70
 
71
71
  Create Group Invitations endpoint
72
72
 
@@ -103,7 +103,7 @@ const { status, data } = await apiInstance.createGroupInvitations(
103
103
 
104
104
  ### Return type
105
105
 
106
- **CreateAccountAddress200Response**
106
+ **CreateGroupInvitations200Response**
107
107
 
108
108
  ### Authorization
109
109
 
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.getGroupInvitation(
231
231
  [[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)
232
232
 
233
233
  # **getGroupInvitations**
234
- > GetAccountInvitations200Response getGroupInvitations()
234
+ > GetGroupInvitations200Response getGroupInvitations()
235
235
 
236
236
  Get Group Invitations endpoint
237
237
 
@@ -277,7 +277,7 @@ const { status, data } = await apiInstance.getGroupInvitations(
277
277
 
278
278
  ### Return type
279
279
 
280
- **GetAccountInvitations200Response**
280
+ **GetGroupInvitations200Response**
281
281
 
282
282
  ### Authorization
283
283
 
@@ -297,7 +297,7 @@ const { status, data } = await apiInstance.getGroupInvitations(
297
297
  [[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)
298
298
 
299
299
  # **reinviteGroupInvitation**
300
- > CreateAccountAddress200Response reinviteGroupInvitation()
300
+ > GetGroupInvitation200Response reinviteGroupInvitation()
301
301
 
302
302
  Reinvite Group Invitation endpoint
303
303
 
@@ -331,7 +331,7 @@ const { status, data } = await apiInstance.reinviteGroupInvitation(
331
331
 
332
332
  ### Return type
333
333
 
334
- **CreateAccountAddress200Response**
334
+ **GetGroupInvitation200Response**
335
335
 
336
336
  ### Authorization
337
337
 
@@ -63,7 +63,7 @@ const { status, data } = await apiInstance.addGroupModerator(
63
63
  [[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)
64
64
 
65
65
  # **getGroupModerators**
66
- > GetAccountInvitations200Response getGroupModerators()
66
+ > GetAccountGroups200Response getGroupModerators()
67
67
 
68
68
  Get Group Moderators endpoint
69
69
 
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.getGroupModerators(
106
106
 
107
107
  ### Return type
108
108
 
109
- **GetAccountInvitations200Response**
109
+ **GetAccountGroups200Response**
110
110
 
111
111
  ### Authorization
112
112
 
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.getGroupModerators(
126
126
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
127
127
 
128
128
  # **removeGroupModerator**
129
- > CreateAccountAddress200Response removeGroupModerator()
129
+ > AddAccountGroup200Response removeGroupModerator()
130
130
 
131
131
  Remove Group Moderator endpoint
132
132
 
@@ -160,7 +160,7 @@ const { status, data } = await apiInstance.removeGroupModerator(
160
160
 
161
161
  ### Return type
162
162
 
163
- **CreateAccountAddress200Response**
163
+ **AddAccountGroup200Response**
164
164
 
165
165
  ### Authorization
166
166
 
@@ -363,7 +363,7 @@ const { status, data } = await apiInstance.getInterestChannels(
363
363
  [[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)
364
364
 
365
365
  # **getInterestContents**
366
- > GetAccountInvitations200Response getInterestContents()
366
+ > GetChannelContents200Response getInterestContents()
367
367
 
368
368
  Get Interest Contents endpoint
369
369
 
@@ -406,7 +406,7 @@ const { status, data } = await apiInstance.getInterestContents(
406
406
 
407
407
  ### Return type
408
408
 
409
- **GetAccountInvitations200Response**
409
+ **GetChannelContents200Response**
410
410
 
411
411
  ### Authorization
412
412
 
@@ -170,7 +170,7 @@ const { status, data } = await apiInstance.getInvoice(
170
170
  [[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)
171
171
 
172
172
  # **getInvoiceLineItem**
173
- > GetInvoiceLineItem200Response getInvoiceLineItem()
173
+ > CreateInvoiceLineItem200Response getInvoiceLineItem()
174
174
 
175
175
  Get Invoice Line Item endpoint
176
176
 
@@ -204,7 +204,7 @@ const { status, data } = await apiInstance.getInvoiceLineItem(
204
204
 
205
205
  ### Return type
206
206
 
207
- **GetInvoiceLineItem200Response**
207
+ **CreateInvoiceLineItem200Response**
208
208
 
209
209
  ### Authorization
210
210
 
@@ -224,7 +224,7 @@ const { status, data } = await apiInstance.getInvoiceLineItem(
224
224
  [[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)
225
225
 
226
226
  # **getInvoiceLineItems**
227
- > GetAccountInvitations200Response getInvoiceLineItems()
227
+ > GetInvoiceLineItems200Response getInvoiceLineItems()
228
228
 
229
229
  Get Invoice Line Items endpoint
230
230
 
@@ -267,7 +267,7 @@ const { status, data } = await apiInstance.getInvoiceLineItems(
267
267
 
268
268
  ### Return type
269
269
 
270
- **GetAccountInvitations200Response**
270
+ **GetInvoiceLineItems200Response**
271
271
 
272
272
  ### Authorization
273
273
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**updateInvoiceLineItem**](#updateinvoicelineitem) | **PUT** /invoices/{invoiceId}/items/{lineItemId} | Update Invoice Line Item|
10
10
 
11
11
  # **createInvoiceLineItem**
12
- > CreateAccountAddress200Response createInvoiceLineItem(invoiceLineItemCreateInputs)
12
+ > CreateInvoiceLineItem200Response createInvoiceLineItem(invoiceLineItemCreateInputs)
13
13
 
14
14
  Create Invoice Line Item endpoint
15
15
 
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.createInvoiceLineItem(
44
44
 
45
45
  ### Return type
46
46
 
47
- **CreateAccountAddress200Response**
47
+ **CreateInvoiceLineItem200Response**
48
48
 
49
49
  ### Authorization
50
50
 
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.deleteInvoiceLineItem(
118
118
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
119
119
 
120
120
  # **updateInvoiceLineItem**
121
- > CreateAccountAddress200Response updateInvoiceLineItem()
121
+ > CreateInvoiceLineItem200Response updateInvoiceLineItem()
122
122
 
123
123
  Update Invoice Line Item endpoint
124
124
 
@@ -156,7 +156,7 @@ const { status, data } = await apiInstance.updateInvoiceLineItem(
156
156
 
157
157
  ### Return type
158
158
 
159
- **CreateAccountAddress200Response**
159
+ **CreateInvoiceLineItem200Response**
160
160
 
161
161
  ### Authorization
162
162
 
@@ -165,7 +165,7 @@ const { status, data } = await apiInstance.getLivestream(
165
165
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
166
166
 
167
167
  # **getLivestreamSessions**
168
- > GetAccountInvitations200Response getLivestreamSessions()
168
+ > GetLivestreamSessions200Response getLivestreamSessions()
169
169
 
170
170
  Get Livestream Sessions endpoint
171
171
 
@@ -208,7 +208,7 @@ const { status, data } = await apiInstance.getLivestreamSessions(
208
208
 
209
209
  ### Return type
210
210
 
211
- **GetAccountInvitations200Response**
211
+ **GetLivestreamSessions200Response**
212
212
 
213
213
  ### Authorization
214
214
 
@@ -288,7 +288,7 @@ const { status, data } = await apiInstance.getLivestreams(
288
288
  [[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)
289
289
 
290
290
  # **resetLivestreamStreamKey**
291
- > CreateAccountAddress200Response resetLivestreamStreamKey()
291
+ > GetLivestream200Response resetLivestreamStreamKey()
292
292
 
293
293
  Reset Livestream Stream Key endpoint
294
294
 
@@ -319,7 +319,7 @@ const { status, data } = await apiInstance.resetLivestreamStreamKey(
319
319
 
320
320
  ### Return type
321
321
 
322
- **CreateAccountAddress200Response**
322
+ **GetLivestream200Response**
323
323
 
324
324
  ### Authorization
325
325