@connectedxm/admin-sdk 6.14.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 (286) hide show
  1. package/.openapi-generator/FILES +171 -12
  2. package/README.md +172 -12
  3. package/api.ts +2655 -894
  4. package/dist/api.d.ts +2718 -1316
  5. package/dist/api.js +776 -67
  6. package/dist/esm/api.d.ts +2718 -1316
  7. package/dist/esm/api.js +754 -48
  8. package/docs/AccountsAddressesApi.md +4 -4
  9. package/docs/AccountsApi.md +58 -6
  10. package/docs/AddChannelSubscriber200Response.md +24 -0
  11. package/docs/AddOrganizationUser200Response.md +24 -0
  12. package/docs/AdvertisementsApi.md +4 -4
  13. package/docs/AnnouncementsApi.md +4 -4
  14. package/docs/AnnouncementsScheduleApi.md +4 -4
  15. package/docs/BaseEventActivation.md +2 -0
  16. package/docs/BookingsApi.md +10 -10
  17. package/docs/BookingsAvailabilitiesApi.md +6 -6
  18. package/docs/BookingsBlackoutsApi.md +4 -4
  19. package/docs/BulkUploadSearchListValues200Response.md +24 -0
  20. package/docs/ChannelsApi.md +36 -36
  21. package/docs/CreateAccountAddress200Response.md +1 -1
  22. package/docs/CreateAccountAttribute200Response.md +24 -0
  23. package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
  24. package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
  25. package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
  26. package/docs/CreateChannelContentGuest200Response.md +24 -0
  27. package/docs/CreateDashboardWidget200Response.md +24 -0
  28. package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
  29. package/docs/CreateEventActivationCompletion200Response.md +24 -0
  30. package/docs/CreateEventAttendeePackage200Response.md +24 -0
  31. package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
  32. package/docs/CreateEventFollowup200Response.md +24 -0
  33. package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
  34. package/docs/CreateEventPackagePass200Response.md +24 -0
  35. package/docs/CreateEventQuestion200Response.md +24 -0
  36. package/docs/CreateEventQuestionChoice200Response.md +24 -0
  37. package/docs/CreateEventRegistrationBypass200Response.md +24 -0
  38. package/docs/CreateEventReservation200Response.md +24 -0
  39. package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
  40. package/docs/CreateEventSessionLocation200Response.md +24 -0
  41. package/docs/CreateEventSessionQuestion200Response.md +24 -0
  42. package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
  43. package/docs/CreateEventSessionSection200Response.md +24 -0
  44. package/docs/CreateEventSponsorship200Response.md +24 -0
  45. package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
  46. package/docs/CreateGroupInvitations200Response.md +24 -0
  47. package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
  48. package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
  49. package/docs/CreateOrganizationSideEffect200Response.md +24 -0
  50. package/docs/CreateOrganizationTeamMember200Response.md +24 -0
  51. package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
  52. package/docs/CreateSeriesQuestion200Response.md +24 -0
  53. package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
  54. package/docs/CreateSeriesRegistration200Response.md +24 -0
  55. package/docs/CreateStreamInputOutput200Response.md +24 -0
  56. package/docs/CreateSupportTicketMessage200Response.md +24 -0
  57. package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
  58. package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
  59. package/docs/CreateThreadCircleAccount200Response.md +24 -0
  60. package/docs/CreateThreadMessageReaction200Response.md +24 -0
  61. package/docs/DashboardsApi.md +2 -2
  62. package/docs/DashboardsWidgetsApi.md +8 -8
  63. package/docs/DeleteDashboard200Response.md +24 -0
  64. package/docs/EmailReceiptsApi.md +2 -2
  65. package/docs/Event.md +2 -0
  66. package/docs/EventActivation.md +2 -0
  67. package/docs/EventActivationCreateInputs.md +2 -0
  68. package/docs/EventActivationUpdateInputs.md +2 -0
  69. package/docs/EventCreateInputs.md +2 -0
  70. package/docs/EventTranslation.md +2 -0
  71. package/docs/EventTranslationUpdateInputs.md +2 -0
  72. package/docs/EventUpdateInputs.md +2 -0
  73. package/docs/EventsAccessApi.md +4 -4
  74. package/docs/EventsActivationsApi.md +20 -20
  75. package/docs/EventsActivationsSessionsApi.md +4 -4
  76. package/docs/EventsAddonsApi.md +4 -4
  77. package/docs/EventsApi.md +2 -2
  78. package/docs/EventsAttendeesApi.md +8 -8
  79. package/docs/EventsAttendeesPackagesApi.md +10 -10
  80. package/docs/EventsAttendeesReservationsApi.md +16 -16
  81. package/docs/EventsAttributesApi.md +8 -8
  82. package/docs/EventsBlocksApi.md +2 -2
  83. package/docs/EventsBypassApi.md +8 -8
  84. package/docs/EventsFaqsApi.md +2 -2
  85. package/docs/EventsFollowupsApi.md +32 -32
  86. package/docs/EventsMatchesApi.md +10 -10
  87. package/docs/EventsMediaApi.md +12 -12
  88. package/docs/EventsOnSiteApi.md +2 -2
  89. package/docs/EventsPackagesPassesApi.md +8 -8
  90. package/docs/EventsPassesApi.md +26 -26
  91. package/docs/EventsPassesAttributesApi.md +6 -6
  92. package/docs/EventsPasstypesApi.md +14 -14
  93. package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
  94. package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
  95. package/docs/EventsQuestionsApi.md +38 -38
  96. package/docs/EventsRoomsApi.md +2 -2
  97. package/docs/EventsRoomtypesApi.md +8 -8
  98. package/docs/EventsSectionsApi.md +32 -32
  99. package/docs/EventsSessionsAccessesApi.md +6 -6
  100. package/docs/EventsSessionsApi.md +32 -32
  101. package/docs/EventsSessionsLocationsApi.md +14 -14
  102. package/docs/EventsSessionsMatchesApi.md +12 -12
  103. package/docs/EventsSessionsQuestionsApi.md +36 -36
  104. package/docs/EventsSessionsSectionsApi.md +18 -18
  105. package/docs/EventsSpeakersApi.md +8 -8
  106. package/docs/EventsSponsorshiplevelsApi.md +10 -10
  107. package/docs/EventsSponsorshipsApi.md +10 -10
  108. package/docs/EventsTracksApi.md +2 -2
  109. package/docs/GetAcccountEmailReceipts200Response.md +26 -0
  110. package/docs/GetAccountAddresses200Response.md +26 -0
  111. package/docs/GetAccountInvitations200Response.md +1 -1
  112. package/docs/GetAccountNotificationPreferences200Response.md +24 -0
  113. package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
  114. package/docs/GetAccountsByInternalRefId200Response.md +24 -0
  115. package/docs/GetAdvertisementClicks200Response.md +26 -0
  116. package/docs/GetAdvertisementViews200Response.md +26 -0
  117. package/docs/GetAnnouncementAudience200Response.md +26 -0
  118. package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
  119. package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
  120. package/docs/GetBookingSpaceSlots200Response.md +24 -0
  121. package/docs/GetChannelContentGuests200Response.md +26 -0
  122. package/docs/GetChannelContentLikes200Response.md +26 -0
  123. package/docs/GetChannelSubscribers200Response.md +26 -0
  124. package/docs/GetDashboardAttributes200Response.md +24 -0
  125. package/docs/GetDashboardWidgets200Response.md +24 -0
  126. package/docs/GetEmailReceipts200Response.md +26 -0
  127. package/docs/GetEventActivationCompletions200Response.md +26 -0
  128. package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
  129. package/docs/GetEventActivations200Response.md +26 -0
  130. package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
  131. package/docs/GetEventAttendeePackages200Response.md +26 -0
  132. package/docs/GetEventAttendeeReservations200Response.md +26 -0
  133. package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
  134. package/docs/GetEventAttributes200Response.md +26 -0
  135. package/docs/GetEventDashboardQuestions200Response.md +24 -0
  136. package/docs/GetEventFollowupQuestions200Response.md +26 -0
  137. package/docs/GetEventPackagePasses200Response.md +26 -0
  138. package/docs/GetEventPassAccesses200Response.md +26 -0
  139. package/docs/GetEventPassAttributes200Response.md +26 -0
  140. package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
  141. package/docs/GetEventPassQuestionSections200Response.md +26 -0
  142. package/docs/GetEventPassResponse200Response.md +24 -0
  143. package/docs/GetEventPassResponseChanges200Response.md +26 -0
  144. package/docs/GetEventPassResponses200Response.md +26 -0
  145. package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
  146. package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
  147. package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
  148. package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
  149. package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
  150. package/docs/GetEventQuestionChoices200Response.md +26 -0
  151. package/docs/GetEventQuestionSummaries200Response.md +26 -0
  152. package/docs/GetEventQuestions200Response.md +26 -0
  153. package/docs/GetEventRegistrationBypassList200Response.md +26 -0
  154. package/docs/GetEventRoundQuestions200Response.md +26 -0
  155. package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
  156. package/docs/GetEventSectionQuestions200Response.md +26 -0
  157. package/docs/GetEventSessionAccess200Response.md +24 -0
  158. package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
  159. package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
  160. package/docs/GetEventSessionLocations200Response.md +26 -0
  161. package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
  162. package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
  163. package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
  164. package/docs/GetEventSessionQuestions200Response.md +26 -0
  165. package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
  166. package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
  167. package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
  168. package/docs/GetEventSponsorshipLevels200Response.md +26 -0
  169. package/docs/GetEventSponsorships200Response.md +26 -0
  170. package/docs/GetGroupInvitations200Response.md +26 -0
  171. package/docs/GetInvoiceLineItems200Response.md +26 -0
  172. package/docs/GetLivestreamSessions200Response.md +26 -0
  173. package/docs/GetMeetingParticipant200Response.md +24 -0
  174. package/docs/GetMeetingParticipants200Response.md +26 -0
  175. package/docs/GetMeetingRecording200Response.md +24 -0
  176. package/docs/GetMeetingRecordings200Response.md +26 -0
  177. package/docs/GetMeetingSessionMessages200Response.md +24 -0
  178. package/docs/GetMeetingSessionParticipant200Response.md +24 -0
  179. package/docs/GetMeetingSessionParticipants200Response.md +26 -0
  180. package/docs/GetMeetingSessionSummary200Response.md +24 -0
  181. package/docs/GetMeetingSessionTranscript200Response.md +24 -0
  182. package/docs/GetMeetingSessions200Response.md +26 -0
  183. package/docs/GetNotificationStats200Response.md +24 -0
  184. package/docs/GetNotifications200Response.md +26 -0
  185. package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
  186. package/docs/GetOrganizationDomain200Response.md +24 -0
  187. package/docs/GetOrganizationModule200Response.md +24 -0
  188. package/docs/GetOrganizationModuleSettings200Response.md +24 -0
  189. package/docs/GetOrganizationModules200Response.md +26 -0
  190. package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
  191. package/docs/GetOrganizationSideEffects200Response.md +26 -0
  192. package/docs/GetOrganizationSystemLog200Response.md +24 -0
  193. package/docs/GetOrganizationSystemLogs200Response.md +26 -0
  194. package/docs/GetOrganizationTeamMembers200Response.md +26 -0
  195. package/docs/GetOrganizationUsers200Response.md +26 -0
  196. package/docs/GetPreferences200Response.md +24 -0
  197. package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
  198. package/docs/GetSearchListValues200Response.md +26 -0
  199. package/docs/GetSeriesQuestionChoices200Response.md +26 -0
  200. package/docs/GetSeriesQuestions200Response.md +26 -0
  201. package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
  202. package/docs/GetSeriesRegistrations200Response.md +26 -0
  203. package/docs/GetStreamInputOutputs200Response.md +26 -0
  204. package/docs/GetStreamSessionChat200Response.md +24 -0
  205. package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
  206. package/docs/GetSupportTicketActivity200Response.md +24 -0
  207. package/docs/GetSupportTicketMessages200Response.md +26 -0
  208. package/docs/GetSupportTicketNotes200Response.md +26 -0
  209. package/docs/GetSupportTicketViewer200Response.md +26 -0
  210. package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
  211. package/docs/GetSurveyQuestionChoices200Response.md +26 -0
  212. package/docs/GetSurveyQuestionResponses200Response.md +26 -0
  213. package/docs/GetSurveySectionQuestions200Response.md +26 -0
  214. package/docs/GetSurveySubmission200Response.md +24 -0
  215. package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
  216. package/docs/GetSurveySubmissions200Response.md +26 -0
  217. package/docs/GetThreadCircleAccounts200Response.md +26 -0
  218. package/docs/GetThreadMessageReactions200Response.md +24 -0
  219. package/docs/GroupsInvitationsApi.md +8 -8
  220. package/docs/GroupsModeratorsApi.md +4 -4
  221. package/docs/InterestsApi.md +2 -2
  222. package/docs/InvoicesApi.md +4 -4
  223. package/docs/InvoicesLineitemsApi.md +4 -4
  224. package/docs/MeetingsLivestreamsApi.md +4 -4
  225. package/docs/MeetingsParticipantsApi.md +10 -10
  226. package/docs/MeetingsRecordingsApi.md +4 -4
  227. package/docs/MeetingsSessionsApi.md +14 -14
  228. package/docs/NotificationsApi.md +8 -8
  229. package/docs/OrganizationApi.md +10 -10
  230. package/docs/OrganizationAttributesApi.md +12 -12
  231. package/docs/OrganizationDomainsApi.md +4 -4
  232. package/docs/OrganizationModulesApi.md +6 -6
  233. package/docs/OrganizationModulesSettingsApi.md +4 -4
  234. package/docs/OrganizationModulesTiersApi.md +12 -12
  235. package/docs/OrganizationPaymentsApi.md +12 -12
  236. package/docs/OrganizationSideeffectsApi.md +8 -8
  237. package/docs/OrganizationTaxApi.md +6 -6
  238. package/docs/OrganizationTeammembersApi.md +8 -8
  239. package/docs/OrganizationUsersApi.md +4 -4
  240. package/docs/PreferencesApi.md +4 -4
  241. package/docs/RemoveEventPassAttribute200Response.md +24 -0
  242. package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
  243. package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
  244. package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
  245. package/docs/ReorderEventQuestionChoices200Response.md +24 -0
  246. package/docs/ReorderEventSectionQuestions200Response.md +24 -0
  247. package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
  248. package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
  249. package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
  250. package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
  251. package/docs/ReorderEventSponsorships200Response.md +24 -0
  252. package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
  253. package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
  254. package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
  255. package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
  256. package/docs/SearchlistsValuesApi.md +12 -12
  257. package/docs/SelfApi.md +2 -2
  258. package/docs/SeriesQuestionsApi.md +12 -12
  259. package/docs/SeriesQuestionsChoicesApi.md +6 -6
  260. package/docs/SeriesRegistrationsApi.md +16 -16
  261. package/docs/StorageVideosApi.md +4 -4
  262. package/docs/StorageVideosCaptionsApi.md +2 -2
  263. package/docs/StreamsApi.md +2 -2
  264. package/docs/StreamsOutputsApi.md +8 -8
  265. package/docs/StreamsSessionsApi.md +4 -4
  266. package/docs/SupportApi.md +4 -4
  267. package/docs/SupportMessagesApi.md +4 -4
  268. package/docs/SupportNotesApi.md +4 -4
  269. package/docs/Survey.md +2 -0
  270. package/docs/SurveyCreateInputs.md +2 -0
  271. package/docs/SurveyUpdateInputs.md +2 -0
  272. package/docs/SurveysApi.md +2 -2
  273. package/docs/SurveysQuestionsApi.md +32 -32
  274. package/docs/SurveysSectionsApi.md +10 -10
  275. package/docs/SurveysSubmissionsApi.md +12 -12
  276. package/docs/ThreadsCirclesAccountsApi.md +8 -8
  277. package/docs/ThreadsMessagesApi.md +2 -2
  278. package/docs/ThreadsMessagesFilesApi.md +2 -2
  279. package/docs/ThreadsMessagesImagesApi.md +2 -2
  280. package/docs/ThreadsMessagesReactionsApi.md +4 -4
  281. package/docs/ThreadsMessagesVideosApi.md +2 -2
  282. package/docs/UpdateEventPassAttributes200Response.md +24 -0
  283. package/docs/UpdateEventRoundQuestion200Response.md +24 -0
  284. package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
  285. package/docs/UpdateOrganizationDomain200Response.md +24 -0
  286. package/package.json +1 -1
@@ -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
 
@@ -12,7 +12,7 @@ All URIs are relative to *https://admin-api.connected.dev*
12
12
  |[**updateMeetingParticipant**](#updatemeetingparticipant) | **PUT** /meetings/{meetingId}/participants/{participantId} | Update Meeting Participant|
13
13
 
14
14
  # **createMeetingParticipant**
15
- > CreateAccountAddress200Response createMeetingParticipant(meetingParticipantCreateInputs)
15
+ > DeleteDashboard200Response createMeetingParticipant(meetingParticipantCreateInputs)
16
16
 
17
17
  Create Meeting Participant endpoint
18
18
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createMeetingParticipant(
47
47
 
48
48
  ### Return type
49
49
 
50
- **CreateAccountAddress200Response**
50
+ **DeleteDashboard200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.deleteMeetingParticipant(
121
121
  [[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)
122
122
 
123
123
  # **getMeetingParticipant**
124
- > CreateAccountAddress200Response getMeetingParticipant()
124
+ > GetMeetingParticipant200Response getMeetingParticipant()
125
125
 
126
126
  Get Meeting Participant endpoint
127
127
 
@@ -155,7 +155,7 @@ const { status, data } = await apiInstance.getMeetingParticipant(
155
155
 
156
156
  ### Return type
157
157
 
158
- **CreateAccountAddress200Response**
158
+ **GetMeetingParticipant200Response**
159
159
 
160
160
  ### Authorization
161
161
 
@@ -175,7 +175,7 @@ const { status, data } = await apiInstance.getMeetingParticipant(
175
175
  [[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)
176
176
 
177
177
  # **getMeetingParticipants**
178
- > GetAccountInvitations200Response getMeetingParticipants()
178
+ > GetMeetingParticipants200Response getMeetingParticipants()
179
179
 
180
180
  Get Meeting Participants endpoint
181
181
 
@@ -218,7 +218,7 @@ const { status, data } = await apiInstance.getMeetingParticipants(
218
218
 
219
219
  ### Return type
220
220
 
221
- **GetAccountInvitations200Response**
221
+ **GetMeetingParticipants200Response**
222
222
 
223
223
  ### Authorization
224
224
 
@@ -238,7 +238,7 @@ const { status, data } = await apiInstance.getMeetingParticipants(
238
238
  [[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)
239
239
 
240
240
  # **regenerateMeetingParticipantToken**
241
- > CreateAccountAddress200Response regenerateMeetingParticipantToken()
241
+ > DeleteDashboard200Response regenerateMeetingParticipantToken()
242
242
 
243
243
  Regenerate Meeting Participant Token endpoint
244
244
 
@@ -272,7 +272,7 @@ const { status, data } = await apiInstance.regenerateMeetingParticipantToken(
272
272
 
273
273
  ### Return type
274
274
 
275
- **CreateAccountAddress200Response**
275
+ **DeleteDashboard200Response**
276
276
 
277
277
  ### Authorization
278
278
 
@@ -292,7 +292,7 @@ const { status, data } = await apiInstance.regenerateMeetingParticipantToken(
292
292
  [[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)
293
293
 
294
294
  # **updateMeetingParticipant**
295
- > CreateAccountAddress200Response updateMeetingParticipant(meetingParticipantUpdateInputs)
295
+ > GetMeetingParticipant200Response updateMeetingParticipant(meetingParticipantUpdateInputs)
296
296
 
297
297
  Update Meeting Participant endpoint
298
298
 
@@ -330,7 +330,7 @@ const { status, data } = await apiInstance.updateMeetingParticipant(
330
330
 
331
331
  ### Return type
332
332
 
333
- **CreateAccountAddress200Response**
333
+ **GetMeetingParticipant200Response**
334
334
 
335
335
  ### Authorization
336
336
 
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
8
8
  |[**getMeetingRecordings**](#getmeetingrecordings) | **GET** /meetings/recordings | Get Meeting Recordings|
9
9
 
10
10
  # **getMeetingRecording**
11
- > CreateAccountAddress200Response getMeetingRecording()
11
+ > GetMeetingRecording200Response getMeetingRecording()
12
12
 
13
13
  Get Meeting Recording endpoint
14
14
 
@@ -39,7 +39,7 @@ const { status, data } = await apiInstance.getMeetingRecording(
39
39
 
40
40
  ### Return type
41
41
 
42
- **CreateAccountAddress200Response**
42
+ **GetMeetingRecording200Response**
43
43
 
44
44
  ### Authorization
45
45
 
@@ -59,7 +59,7 @@ const { status, data } = await apiInstance.getMeetingRecording(
59
59
  [[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)
60
60
 
61
61
  # **getMeetingRecordings**
62
- > GetAccountInvitations200Response getMeetingRecordings()
62
+ > GetMeetingRecordings200Response getMeetingRecordings()
63
63
 
64
64
  Get Meeting Recordings endpoint
65
65
 
@@ -102,7 +102,7 @@ const { status, data } = await apiInstance.getMeetingRecordings(
102
102
 
103
103
  ### Return type
104
104
 
105
- **GetAccountInvitations200Response**
105
+ **GetMeetingRecordings200Response**
106
106
 
107
107
  ### Authorization
108
108
 
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
14
14
  |[**getMeetingSessions**](#getmeetingsessions) | **GET** /meetings/sessions | Get Meeting Sessions|
15
15
 
16
16
  # **generateMeetingSessionSummary**
17
- > CreateAccountAddress200Response generateMeetingSessionSummary()
17
+ > DeleteDashboard200Response generateMeetingSessionSummary()
18
18
 
19
19
  Generate Meeting Session Summary endpoint
20
20
 
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.generateMeetingSessionSummary(
45
45
 
46
46
  ### Return type
47
47
 
48
- **CreateAccountAddress200Response**
48
+ **DeleteDashboard200Response**
49
49
 
50
50
  ### Authorization
51
51
 
@@ -116,7 +116,7 @@ const { status, data } = await apiInstance.getMeetingSession(
116
116
  [[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)
117
117
 
118
118
  # **getMeetingSessionMessages**
119
- > CreateAccountAddress200Response getMeetingSessionMessages()
119
+ > GetMeetingSessionMessages200Response getMeetingSessionMessages()
120
120
 
121
121
  Get Meeting Session Messages endpoint
122
122
 
@@ -147,7 +147,7 @@ const { status, data } = await apiInstance.getMeetingSessionMessages(
147
147
 
148
148
  ### Return type
149
149
 
150
- **CreateAccountAddress200Response**
150
+ **GetMeetingSessionMessages200Response**
151
151
 
152
152
  ### Authorization
153
153
 
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getMeetingSessionMessages(
167
167
  [[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)
168
168
 
169
169
  # **getMeetingSessionParticipant**
170
- > CreateAccountAddress200Response getMeetingSessionParticipant()
170
+ > GetMeetingSessionParticipant200Response getMeetingSessionParticipant()
171
171
 
172
172
  Get Meeting Session Participant endpoint
173
173
 
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipant(
201
201
 
202
202
  ### Return type
203
203
 
204
- **CreateAccountAddress200Response**
204
+ **GetMeetingSessionParticipant200Response**
205
205
 
206
206
  ### Authorization
207
207
 
@@ -221,7 +221,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipant(
221
221
  [[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)
222
222
 
223
223
  # **getMeetingSessionParticipants**
224
- > GetAccountInvitations200Response getMeetingSessionParticipants()
224
+ > GetMeetingSessionParticipants200Response getMeetingSessionParticipants()
225
225
 
226
226
  Get Meeting Session Participants endpoint
227
227
 
@@ -264,7 +264,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipants(
264
264
 
265
265
  ### Return type
266
266
 
267
- **GetAccountInvitations200Response**
267
+ **GetMeetingSessionParticipants200Response**
268
268
 
269
269
  ### Authorization
270
270
 
@@ -284,7 +284,7 @@ const { status, data } = await apiInstance.getMeetingSessionParticipants(
284
284
  [[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)
285
285
 
286
286
  # **getMeetingSessionSummary**
287
- > CreateAccountAddress200Response getMeetingSessionSummary()
287
+ > GetMeetingSessionSummary200Response getMeetingSessionSummary()
288
288
 
289
289
  Get Meeting Session Summary endpoint
290
290
 
@@ -315,7 +315,7 @@ const { status, data } = await apiInstance.getMeetingSessionSummary(
315
315
 
316
316
  ### Return type
317
317
 
318
- **CreateAccountAddress200Response**
318
+ **GetMeetingSessionSummary200Response**
319
319
 
320
320
  ### Authorization
321
321
 
@@ -335,7 +335,7 @@ const { status, data } = await apiInstance.getMeetingSessionSummary(
335
335
  [[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)
336
336
 
337
337
  # **getMeetingSessionTranscript**
338
- > CreateAccountAddress200Response getMeetingSessionTranscript()
338
+ > GetMeetingSessionTranscript200Response getMeetingSessionTranscript()
339
339
 
340
340
  Get Meeting Session Transcript endpoint
341
341
 
@@ -366,7 +366,7 @@ const { status, data } = await apiInstance.getMeetingSessionTranscript(
366
366
 
367
367
  ### Return type
368
368
 
369
- **CreateAccountAddress200Response**
369
+ **GetMeetingSessionTranscript200Response**
370
370
 
371
371
  ### Authorization
372
372
 
@@ -386,7 +386,7 @@ const { status, data } = await apiInstance.getMeetingSessionTranscript(
386
386
  [[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)
387
387
 
388
388
  # **getMeetingSessions**
389
- > GetAccountInvitations200Response getMeetingSessions()
389
+ > GetMeetingSessions200Response getMeetingSessions()
390
390
 
391
391
  Get Meeting Sessions endpoint
392
392
 
@@ -429,7 +429,7 @@ const { status, data } = await apiInstance.getMeetingSessions(
429
429
 
430
430
  ### Return type
431
431
 
432
- **GetAccountInvitations200Response**
432
+ **GetMeetingSessions200Response**
433
433
 
434
434
  ### Authorization
435
435
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**markNotificationsRead**](#marknotificationsread) | **PUT** /notifications/read | Mark Notifications Read|
11
11
 
12
12
  # **getNotificationCount**
13
- > CreateAccountAddress200Response getNotificationCount()
13
+ > DeleteDashboard200Response getNotificationCount()
14
14
 
15
15
  Get Notification Count endpoint
16
16
 
@@ -42,7 +42,7 @@ const { status, data } = await apiInstance.getNotificationCount(
42
42
 
43
43
  ### Return type
44
44
 
45
- **CreateAccountAddress200Response**
45
+ **DeleteDashboard200Response**
46
46
 
47
47
  ### Authorization
48
48
 
@@ -62,7 +62,7 @@ const { status, data } = await apiInstance.getNotificationCount(
62
62
  [[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)
63
63
 
64
64
  # **getNotificationStats**
65
- > CreateAccountAddress200Response getNotificationStats()
65
+ > GetNotificationStats200Response getNotificationStats()
66
66
 
67
67
  Get Notification Stats endpoint
68
68
 
@@ -86,7 +86,7 @@ This endpoint does not have any parameters.
86
86
 
87
87
  ### Return type
88
88
 
89
- **CreateAccountAddress200Response**
89
+ **GetNotificationStats200Response**
90
90
 
91
91
  ### Authorization
92
92
 
@@ -106,7 +106,7 @@ This endpoint does not have any parameters.
106
106
  [[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)
107
107
 
108
108
  # **getNotifications**
109
- > GetAccountInvitations200Response getNotifications()
109
+ > GetNotifications200Response getNotifications()
110
110
 
111
111
  Get Notifications endpoint
112
112
 
@@ -150,7 +150,7 @@ const { status, data } = await apiInstance.getNotifications(
150
150
 
151
151
  ### Return type
152
152
 
153
- **GetAccountInvitations200Response**
153
+ **GetNotifications200Response**
154
154
 
155
155
  ### Authorization
156
156
 
@@ -170,7 +170,7 @@ const { status, data } = await apiInstance.getNotifications(
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
  # **markNotificationsRead**
173
- > CreateAccountAddress200Response markNotificationsRead()
173
+ > DeleteDashboard200Response markNotificationsRead()
174
174
 
175
175
  Mark Notifications Read endpoint
176
176
 
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.markNotificationsRead(
201
201
 
202
202
  ### Return type
203
203
 
204
- **CreateAccountAddress200Response**
204
+ **DeleteDashboard200Response**
205
205
 
206
206
  ### Authorization
207
207
 
@@ -59,7 +59,7 @@ This endpoint does not have any parameters.
59
59
  [[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)
60
60
 
61
61
  # **getOrganizationMembership**
62
- > CreateAccountAddress200Response getOrganizationMembership()
62
+ > AddOrganizationUser200Response getOrganizationMembership()
63
63
 
64
64
  Get Organization Membership endpoint
65
65
 
@@ -90,7 +90,7 @@ const { status, data } = await apiInstance.getOrganizationMembership(
90
90
 
91
91
  ### Return type
92
92
 
93
- **CreateAccountAddress200Response**
93
+ **AddOrganizationUser200Response**
94
94
 
95
95
  ### Authorization
96
96
 
@@ -110,7 +110,7 @@ const { status, data } = await apiInstance.getOrganizationMembership(
110
110
  [[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)
111
111
 
112
112
  # **getOrganizationSystemLog**
113
- > CreateAccountAddress200Response getOrganizationSystemLog()
113
+ > GetOrganizationSystemLog200Response getOrganizationSystemLog()
114
114
 
115
115
  Get Organization System Log endpoint
116
116
 
@@ -141,7 +141,7 @@ const { status, data } = await apiInstance.getOrganizationSystemLog(
141
141
 
142
142
  ### Return type
143
143
 
144
- **CreateAccountAddress200Response**
144
+ **GetOrganizationSystemLog200Response**
145
145
 
146
146
  ### Authorization
147
147
 
@@ -161,7 +161,7 @@ const { status, data } = await apiInstance.getOrganizationSystemLog(
161
161
  [[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)
162
162
 
163
163
  # **getOrganizationSystemLogs**
164
- > GetAccountInvitations200Response getOrganizationSystemLogs()
164
+ > GetOrganizationSystemLogs200Response getOrganizationSystemLogs()
165
165
 
166
166
  Get Organization System Logs endpoint
167
167
 
@@ -207,7 +207,7 @@ const { status, data } = await apiInstance.getOrganizationSystemLogs(
207
207
 
208
208
  ### Return type
209
209
 
210
- **GetAccountInvitations200Response**
210
+ **GetOrganizationSystemLogs200Response**
211
211
 
212
212
  ### Authorization
213
213
 
@@ -331,7 +331,7 @@ const { status, data } = await apiInstance.updateOrganization(
331
331
  [[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)
332
332
 
333
333
  # **updateOrganizationIntegrations**
334
- > CreateAccountAddress200Response updateOrganizationIntegrations()
334
+ > CreateAccountInvitations200Response updateOrganizationIntegrations()
335
335
 
336
336
  Update Organization Integrations endpoint
337
337
 
@@ -371,7 +371,7 @@ const { status, data } = await apiInstance.updateOrganizationIntegrations(
371
371
 
372
372
  ### Return type
373
373
 
374
- **CreateAccountAddress200Response**
374
+ **CreateAccountInvitations200Response**
375
375
 
376
376
  ### Authorization
377
377
 
@@ -391,7 +391,7 @@ const { status, data } = await apiInstance.updateOrganizationIntegrations(
391
391
  [[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)
392
392
 
393
393
  # **updateOrganizationMembership**
394
- > CreateAccountAddress200Response updateOrganizationMembership(organizationMembershipUpdateInputs)
394
+ > AddOrganizationUser200Response updateOrganizationMembership(organizationMembershipUpdateInputs)
395
395
 
396
396
  Update Organization Membership endpoint
397
397
 
@@ -426,7 +426,7 @@ const { status, data } = await apiInstance.updateOrganizationMembership(
426
426
 
427
427
  ### Return type
428
428
 
429
- **CreateAccountAddress200Response**
429
+ **AddOrganizationUser200Response**
430
430
 
431
431
  ### Authorization
432
432