@connectedxm/admin-sdk 6.14.0 → 6.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/.openapi-generator/FILES +176 -12
  2. package/AdminApi.ts +12 -0
  3. package/README.md +191 -29
  4. package/api.ts +5214 -3201
  5. package/dist/AdminApi.d.ts +5 -1
  6. package/dist/AdminApi.js +4 -0
  7. package/dist/api.d.ts +3859 -2306
  8. package/dist/api.js +2671 -1753
  9. package/dist/esm/AdminApi.d.ts +5 -1
  10. package/dist/esm/AdminApi.js +5 -1
  11. package/dist/esm/api.d.ts +3859 -2306
  12. package/dist/esm/api.js +2750 -1851
  13. package/docs/AccountsAddressesApi.md +4 -4
  14. package/docs/AccountsApi.md +58 -6
  15. package/docs/AddChannelSubscriber200Response.md +24 -0
  16. package/docs/AddOrganizationUser200Response.md +24 -0
  17. package/docs/AdvertisementsApi.md +4 -4
  18. package/docs/AnnouncementsApi.md +4 -4
  19. package/docs/AnnouncementsScheduleApi.md +4 -4
  20. package/docs/BaseEventActivation.md +2 -0
  21. package/docs/BaseSideEffect.md +4 -0
  22. package/docs/BookingSpace.md +4 -0
  23. package/docs/BookingSpaceCreateInputs.md +4 -0
  24. package/docs/BookingSpaceTranslation.md +4 -0
  25. package/docs/BookingSpaceTranslationUpdateInputs.md +4 -0
  26. package/docs/BookingSpaceUpdateInputs.md +4 -0
  27. package/docs/BookingsApi.md +68 -10
  28. package/docs/BookingsAvailabilitiesApi.md +6 -6
  29. package/docs/BookingsBlackoutsApi.md +4 -4
  30. package/docs/BulkUploadSearchListValues200Response.md +24 -0
  31. package/docs/ChannelsApi.md +36 -36
  32. package/docs/CreateAccountAddress200Response.md +1 -1
  33. package/docs/CreateAccountAttribute200Response.md +24 -0
  34. package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
  35. package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
  36. package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
  37. package/docs/CreateChannelContentGuest200Response.md +24 -0
  38. package/docs/CreateDashboardWidget200Response.md +24 -0
  39. package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
  40. package/docs/CreateEventActivationCompletion200Response.md +24 -0
  41. package/docs/CreateEventAttendeePackage200Response.md +24 -0
  42. package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
  43. package/docs/CreateEventFollowup200Response.md +24 -0
  44. package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
  45. package/docs/CreateEventPackagePass200Response.md +24 -0
  46. package/docs/CreateEventQuestion200Response.md +24 -0
  47. package/docs/CreateEventQuestionChoice200Response.md +24 -0
  48. package/docs/CreateEventRegistrationBypass200Response.md +24 -0
  49. package/docs/CreateEventReservation200Response.md +24 -0
  50. package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
  51. package/docs/CreateEventSessionLocation200Response.md +24 -0
  52. package/docs/CreateEventSessionQuestion200Response.md +24 -0
  53. package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
  54. package/docs/CreateEventSessionSection200Response.md +24 -0
  55. package/docs/CreateEventSponsorship200Response.md +24 -0
  56. package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
  57. package/docs/CreateGroupInvitations200Response.md +24 -0
  58. package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
  59. package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
  60. package/docs/CreateOrganizationSideEffect200Response.md +24 -0
  61. package/docs/CreateOrganizationTeamMember200Response.md +24 -0
  62. package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
  63. package/docs/CreateSeriesQuestion200Response.md +24 -0
  64. package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
  65. package/docs/CreateSeriesRegistration200Response.md +24 -0
  66. package/docs/CreateStreamInputOutput200Response.md +24 -0
  67. package/docs/CreateSupportTicketMessage200Response.md +24 -0
  68. package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
  69. package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
  70. package/docs/CreateThreadCircleAccount200Response.md +24 -0
  71. package/docs/CreateThreadMessageReaction200Response.md +24 -0
  72. package/docs/DashboardsApi.md +2 -2
  73. package/docs/DashboardsWidgetsApi.md +8 -8
  74. package/docs/DeleteDashboard200Response.md +24 -0
  75. package/docs/EmailReceiptsApi.md +2 -2
  76. package/docs/Event.md +2 -0
  77. package/docs/EventActivation.md +2 -0
  78. package/docs/EventActivationCreateInputs.md +2 -0
  79. package/docs/EventActivationUpdateInputs.md +2 -0
  80. package/docs/EventCreateInputs.md +2 -0
  81. package/docs/EventTranslation.md +2 -0
  82. package/docs/EventTranslationUpdateInputs.md +2 -0
  83. package/docs/EventUpdateInputs.md +2 -0
  84. package/docs/EventsAccessApi.md +4 -4
  85. package/docs/EventsActivationsApi.md +20 -20
  86. package/docs/EventsActivationsSessionsApi.md +4 -4
  87. package/docs/EventsAddonsApi.md +4 -4
  88. package/docs/EventsApi.md +2 -2
  89. package/docs/EventsAttendeesApi.md +8 -8
  90. package/docs/EventsAttendeesPackagesApi.md +10 -10
  91. package/docs/EventsAttendeesReservationsApi.md +16 -16
  92. package/docs/EventsAttributesApi.md +8 -8
  93. package/docs/EventsBlocksApi.md +2 -2
  94. package/docs/EventsBypassApi.md +8 -8
  95. package/docs/EventsFaqsApi.md +2 -2
  96. package/docs/EventsFollowupsApi.md +32 -32
  97. package/docs/EventsMatchesApi.md +10 -10
  98. package/docs/EventsMediaApi.md +12 -12
  99. package/docs/EventsOnSiteApi.md +2 -2
  100. package/docs/EventsPackagesPassesApi.md +8 -8
  101. package/docs/EventsPassesAccessesApi.md +313 -0
  102. package/docs/EventsPassesAddonsApi.md +190 -0
  103. package/docs/EventsPassesApi.md +77 -1149
  104. package/docs/EventsPassesAttributesApi.md +6 -6
  105. package/docs/EventsPassesFollowupsApi.md +272 -0
  106. package/docs/EventsPassesResponsesApi.md +326 -0
  107. package/docs/EventsPasstypesApi.md +14 -14
  108. package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
  109. package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
  110. package/docs/EventsQuestionsApi.md +38 -38
  111. package/docs/EventsRoomsApi.md +2 -2
  112. package/docs/EventsRoomtypesApi.md +8 -8
  113. package/docs/EventsSectionsApi.md +32 -32
  114. package/docs/EventsSessionsAccessesApi.md +6 -6
  115. package/docs/EventsSessionsApi.md +32 -32
  116. package/docs/EventsSessionsLocationsApi.md +14 -14
  117. package/docs/EventsSessionsMatchesApi.md +12 -12
  118. package/docs/EventsSessionsQuestionsApi.md +36 -36
  119. package/docs/EventsSessionsSectionsApi.md +18 -18
  120. package/docs/EventsSpeakersApi.md +8 -8
  121. package/docs/EventsSponsorshiplevelsApi.md +10 -10
  122. package/docs/EventsSponsorshipsApi.md +10 -10
  123. package/docs/EventsTracksApi.md +2 -2
  124. package/docs/GetAcccountEmailReceipts200Response.md +26 -0
  125. package/docs/GetAccountAddresses200Response.md +26 -0
  126. package/docs/GetAccountInvitations200Response.md +1 -1
  127. package/docs/GetAccountNotificationPreferences200Response.md +24 -0
  128. package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
  129. package/docs/GetAccountsByInternalRefId200Response.md +24 -0
  130. package/docs/GetAdvertisementClicks200Response.md +26 -0
  131. package/docs/GetAdvertisementViews200Response.md +26 -0
  132. package/docs/GetAnnouncementAudience200Response.md +26 -0
  133. package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
  134. package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
  135. package/docs/GetBookingSpaceSlots200Response.md +24 -0
  136. package/docs/GetChannelContentGuests200Response.md +26 -0
  137. package/docs/GetChannelContentLikes200Response.md +26 -0
  138. package/docs/GetChannelSubscribers200Response.md +26 -0
  139. package/docs/GetDashboardAttributes200Response.md +24 -0
  140. package/docs/GetDashboardWidgets200Response.md +24 -0
  141. package/docs/GetEmailReceipts200Response.md +26 -0
  142. package/docs/GetEventActivationCompletions200Response.md +26 -0
  143. package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
  144. package/docs/GetEventActivations200Response.md +26 -0
  145. package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
  146. package/docs/GetEventAttendeePackages200Response.md +26 -0
  147. package/docs/GetEventAttendeeReservations200Response.md +26 -0
  148. package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
  149. package/docs/GetEventAttributes200Response.md +26 -0
  150. package/docs/GetEventDashboardQuestions200Response.md +24 -0
  151. package/docs/GetEventFollowupQuestions200Response.md +26 -0
  152. package/docs/GetEventPackagePasses200Response.md +26 -0
  153. package/docs/GetEventPassAccesses200Response.md +26 -0
  154. package/docs/GetEventPassAttributes200Response.md +26 -0
  155. package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
  156. package/docs/GetEventPassQuestionSections200Response.md +26 -0
  157. package/docs/GetEventPassResponse200Response.md +24 -0
  158. package/docs/GetEventPassResponseChanges200Response.md +26 -0
  159. package/docs/GetEventPassResponses200Response.md +26 -0
  160. package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
  161. package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
  162. package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
  163. package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
  164. package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
  165. package/docs/GetEventQuestionChoices200Response.md +26 -0
  166. package/docs/GetEventQuestionSummaries200Response.md +26 -0
  167. package/docs/GetEventQuestions200Response.md +26 -0
  168. package/docs/GetEventRegistrationBypassList200Response.md +26 -0
  169. package/docs/GetEventRoundQuestions200Response.md +26 -0
  170. package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
  171. package/docs/GetEventSectionQuestions200Response.md +26 -0
  172. package/docs/GetEventSessionAccess200Response.md +24 -0
  173. package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
  174. package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
  175. package/docs/GetEventSessionLocations200Response.md +26 -0
  176. package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
  177. package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
  178. package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
  179. package/docs/GetEventSessionQuestions200Response.md +26 -0
  180. package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
  181. package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
  182. package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
  183. package/docs/GetEventSponsorshipLevels200Response.md +26 -0
  184. package/docs/GetEventSponsorships200Response.md +26 -0
  185. package/docs/GetGroupInvitations200Response.md +26 -0
  186. package/docs/GetInvoiceLineItems200Response.md +26 -0
  187. package/docs/GetLivestreamSessions200Response.md +26 -0
  188. package/docs/GetMeetingParticipant200Response.md +24 -0
  189. package/docs/GetMeetingParticipants200Response.md +26 -0
  190. package/docs/GetMeetingRecording200Response.md +24 -0
  191. package/docs/GetMeetingRecordings200Response.md +26 -0
  192. package/docs/GetMeetingSessionMessages200Response.md +24 -0
  193. package/docs/GetMeetingSessionParticipant200Response.md +24 -0
  194. package/docs/GetMeetingSessionParticipants200Response.md +26 -0
  195. package/docs/GetMeetingSessionSummary200Response.md +24 -0
  196. package/docs/GetMeetingSessionTranscript200Response.md +24 -0
  197. package/docs/GetMeetingSessions200Response.md +26 -0
  198. package/docs/GetNotificationStats200Response.md +24 -0
  199. package/docs/GetNotifications200Response.md +26 -0
  200. package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
  201. package/docs/GetOrganizationDomain200Response.md +24 -0
  202. package/docs/GetOrganizationModule200Response.md +24 -0
  203. package/docs/GetOrganizationModuleSettings200Response.md +24 -0
  204. package/docs/GetOrganizationModules200Response.md +26 -0
  205. package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
  206. package/docs/GetOrganizationSideEffects200Response.md +26 -0
  207. package/docs/GetOrganizationSystemLog200Response.md +24 -0
  208. package/docs/GetOrganizationSystemLogs200Response.md +26 -0
  209. package/docs/GetOrganizationTeamMembers200Response.md +26 -0
  210. package/docs/GetOrganizationUsers200Response.md +26 -0
  211. package/docs/GetPreferences200Response.md +24 -0
  212. package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
  213. package/docs/GetSearchListValues200Response.md +26 -0
  214. package/docs/GetSeriesQuestionChoices200Response.md +26 -0
  215. package/docs/GetSeriesQuestions200Response.md +26 -0
  216. package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
  217. package/docs/GetSeriesRegistrations200Response.md +26 -0
  218. package/docs/GetStreamInputOutputs200Response.md +26 -0
  219. package/docs/GetStreamSessionChat200Response.md +24 -0
  220. package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
  221. package/docs/GetSupportTicketActivity200Response.md +24 -0
  222. package/docs/GetSupportTicketMessages200Response.md +26 -0
  223. package/docs/GetSupportTicketNotes200Response.md +26 -0
  224. package/docs/GetSupportTicketViewer200Response.md +26 -0
  225. package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
  226. package/docs/GetSurveyQuestionChoices200Response.md +26 -0
  227. package/docs/GetSurveyQuestionResponses200Response.md +26 -0
  228. package/docs/GetSurveySectionQuestions200Response.md +26 -0
  229. package/docs/GetSurveySubmission200Response.md +24 -0
  230. package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
  231. package/docs/GetSurveySubmissions200Response.md +26 -0
  232. package/docs/GetThreadCircleAccounts200Response.md +26 -0
  233. package/docs/GetThreadMessageReactions200Response.md +24 -0
  234. package/docs/GroupsInvitationsApi.md +8 -8
  235. package/docs/GroupsModeratorsApi.md +4 -4
  236. package/docs/InterestsApi.md +2 -2
  237. package/docs/InvoicesApi.md +4 -4
  238. package/docs/InvoicesLineitemsApi.md +4 -4
  239. package/docs/MeetingsLivestreamsApi.md +4 -4
  240. package/docs/MeetingsParticipantsApi.md +10 -10
  241. package/docs/MeetingsRecordingsApi.md +4 -4
  242. package/docs/MeetingsSessionsApi.md +14 -14
  243. package/docs/NotificationsApi.md +8 -8
  244. package/docs/OrganizationApi.md +10 -10
  245. package/docs/OrganizationAttributesApi.md +12 -12
  246. package/docs/OrganizationDomainsApi.md +4 -4
  247. package/docs/OrganizationModulesApi.md +6 -6
  248. package/docs/OrganizationModulesSettingsApi.md +4 -4
  249. package/docs/OrganizationModulesTiersApi.md +12 -12
  250. package/docs/OrganizationPaymentsApi.md +12 -12
  251. package/docs/OrganizationSideeffectsApi.md +8 -8
  252. package/docs/OrganizationTaxApi.md +6 -6
  253. package/docs/OrganizationTeammembersApi.md +8 -8
  254. package/docs/OrganizationUsersApi.md +4 -4
  255. package/docs/PreferencesApi.md +4 -4
  256. package/docs/RemoveEventPassAttribute200Response.md +24 -0
  257. package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
  258. package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
  259. package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
  260. package/docs/ReorderEventQuestionChoices200Response.md +24 -0
  261. package/docs/ReorderEventSectionQuestions200Response.md +24 -0
  262. package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
  263. package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
  264. package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
  265. package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
  266. package/docs/ReorderEventSponsorships200Response.md +24 -0
  267. package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
  268. package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
  269. package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
  270. package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
  271. package/docs/SearchlistsValuesApi.md +12 -12
  272. package/docs/SelfApi.md +2 -2
  273. package/docs/SeriesQuestionsApi.md +12 -12
  274. package/docs/SeriesQuestionsChoicesApi.md +6 -6
  275. package/docs/SeriesRegistrationsApi.md +16 -16
  276. package/docs/SideEffect.md +8 -0
  277. package/docs/SideEffectActionType.md +2 -0
  278. package/docs/SideEffectTriggerType.md +4 -2
  279. package/docs/StorageVideosApi.md +4 -4
  280. package/docs/StorageVideosCaptionsApi.md +2 -2
  281. package/docs/StreamsApi.md +2 -2
  282. package/docs/StreamsOutputsApi.md +8 -8
  283. package/docs/StreamsSessionsApi.md +4 -4
  284. package/docs/SupportApi.md +4 -4
  285. package/docs/SupportMessagesApi.md +4 -4
  286. package/docs/SupportNotesApi.md +4 -4
  287. package/docs/Survey.md +2 -0
  288. package/docs/SurveyCreateInputs.md +2 -0
  289. package/docs/SurveyUpdateInputs.md +2 -0
  290. package/docs/SurveysApi.md +2 -2
  291. package/docs/SurveysQuestionsApi.md +32 -32
  292. package/docs/SurveysSectionsApi.md +10 -10
  293. package/docs/SurveysSubmissionsApi.md +12 -12
  294. package/docs/ThreadsCirclesAccountsApi.md +8 -8
  295. package/docs/ThreadsMessagesApi.md +2 -2
  296. package/docs/ThreadsMessagesFilesApi.md +2 -2
  297. package/docs/ThreadsMessagesImagesApi.md +2 -2
  298. package/docs/ThreadsMessagesReactionsApi.md +4 -4
  299. package/docs/ThreadsMessagesVideosApi.md +2 -2
  300. package/docs/UpdateEventPassAttributes200Response.md +24 -0
  301. package/docs/UpdateEventPassResponsesInputs.md +20 -0
  302. package/docs/UpdateEventRoundQuestion200Response.md +24 -0
  303. package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
  304. package/docs/UpdateOrganizationDomain200Response.md +24 -0
  305. package/package.json +1 -1
@@ -13,7 +13,7 @@ All URIs are relative to *https://admin-api.connected.dev*
13
13
  |[**updateAccountAttribute**](#updateaccountattribute) | **PUT** /organization/attributes/{attributeId} | Update Account Attribute|
14
14
 
15
15
  # **createAccountAttribute**
16
- > CreateAccountAddress200Response createAccountAttribute(accountAttributeCreateInputs)
16
+ > CreateAccountAttribute200Response createAccountAttribute(accountAttributeCreateInputs)
17
17
 
18
18
  Create Account Attribute endpoint
19
19
 
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.createAccountAttribute(
45
45
 
46
46
  ### Return type
47
47
 
48
- **CreateAccountAddress200Response**
48
+ **CreateAccountAttribute200Response**
49
49
 
50
50
  ### Authorization
51
51
 
@@ -116,7 +116,7 @@ const { status, data } = await apiInstance.deleteAccountAttribute(
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
  # **getDashboardAttributes**
119
- > CreateAccountAddress200Response getDashboardAttributes()
119
+ > GetDashboardAttributes200Response getDashboardAttributes()
120
120
 
121
121
  Get Dashboard Attributes endpoint
122
122
 
@@ -140,7 +140,7 @@ This endpoint does not have any parameters.
140
140
 
141
141
  ### Return type
142
142
 
143
- **CreateAccountAddress200Response**
143
+ **GetDashboardAttributes200Response**
144
144
 
145
145
  ### Authorization
146
146
 
@@ -160,7 +160,7 @@ This endpoint does not have any parameters.
160
160
  [[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)
161
161
 
162
162
  # **getOrganizationAccountAttribute**
163
- > CreateAccountAddress200Response getOrganizationAccountAttribute()
163
+ > CreateAccountAttribute200Response getOrganizationAccountAttribute()
164
164
 
165
165
  Get Organization Account Attribute endpoint
166
166
 
@@ -191,7 +191,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttribute(
191
191
 
192
192
  ### Return type
193
193
 
194
- **CreateAccountAddress200Response**
194
+ **CreateAccountAttribute200Response**
195
195
 
196
196
  ### Authorization
197
197
 
@@ -211,7 +211,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttribute(
211
211
  [[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)
212
212
 
213
213
  # **getOrganizationAccountAttributes**
214
- > GetAccountInvitations200Response getOrganizationAccountAttributes()
214
+ > GetOrganizationAccountAttributes200Response getOrganizationAccountAttributes()
215
215
 
216
216
  Get Organization Account Attributes endpoint
217
217
 
@@ -251,7 +251,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttributes(
251
251
 
252
252
  ### Return type
253
253
 
254
- **GetAccountInvitations200Response**
254
+ **GetOrganizationAccountAttributes200Response**
255
255
 
256
256
  ### Authorization
257
257
 
@@ -271,7 +271,7 @@ const { status, data } = await apiInstance.getOrganizationAccountAttributes(
271
271
  [[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)
272
272
 
273
273
  # **getRequiredAttributes**
274
- > CreateAccountAddress200Response getRequiredAttributes()
274
+ > GetDashboardAttributes200Response getRequiredAttributes()
275
275
 
276
276
  Get Required Attributes endpoint
277
277
 
@@ -295,7 +295,7 @@ This endpoint does not have any parameters.
295
295
 
296
296
  ### Return type
297
297
 
298
- **CreateAccountAddress200Response**
298
+ **GetDashboardAttributes200Response**
299
299
 
300
300
  ### Authorization
301
301
 
@@ -315,7 +315,7 @@ This endpoint does not have any parameters.
315
315
  [[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)
316
316
 
317
317
  # **updateAccountAttribute**
318
- > CreateAccountAddress200Response updateAccountAttribute(accountAttributeUpdateInputs)
318
+ > CreateAccountAttribute200Response updateAccountAttribute(accountAttributeUpdateInputs)
319
319
 
320
320
  Update Account Attribute endpoint
321
321
 
@@ -350,7 +350,7 @@ const { status, data } = await apiInstance.updateAccountAttribute(
350
350
 
351
351
  ### Return type
352
352
 
353
- **CreateAccountAddress200Response**
353
+ **CreateAccountAttribute200Response**
354
354
 
355
355
  ### Authorization
356
356
 
@@ -53,7 +53,7 @@ This endpoint does not have any parameters.
53
53
  [[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)
54
54
 
55
55
  # **getOrganizationDomain**
56
- > CreateAccountAddress200Response getOrganizationDomain()
56
+ > GetOrganizationDomain200Response getOrganizationDomain()
57
57
 
58
58
  Get Organization Domain endpoint
59
59
 
@@ -77,7 +77,7 @@ This endpoint does not have any parameters.
77
77
 
78
78
  ### Return type
79
79
 
80
- **CreateAccountAddress200Response**
80
+ **GetOrganizationDomain200Response**
81
81
 
82
82
  ### Authorization
83
83
 
@@ -97,7 +97,7 @@ This endpoint does not have any parameters.
97
97
  [[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)
98
98
 
99
99
  # **updateOrganizationDomain**
100
- > CreateAccountAddress200Response updateOrganizationDomain()
100
+ > UpdateOrganizationDomain200Response updateOrganizationDomain()
101
101
 
102
102
  Update Organization Domain endpoint
103
103
 
@@ -128,7 +128,7 @@ const { status, data } = await apiInstance.updateOrganizationDomain(
128
128
 
129
129
  ### Return type
130
130
 
131
- **CreateAccountAddress200Response**
131
+ **UpdateOrganizationDomain200Response**
132
132
 
133
133
  ### Authorization
134
134
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**updateOrganizationModule**](#updateorganizationmodule) | **PUT** /organization/modules/{moduleType} | Update Organization Module|
10
10
 
11
11
  # **getOrganizationModule**
12
- > CreateAccountAddress200Response getOrganizationModule()
12
+ > GetOrganizationModule200Response getOrganizationModule()
13
13
 
14
14
  Get Organization Module endpoint
15
15
 
@@ -40,7 +40,7 @@ const { status, data } = await apiInstance.getOrganizationModule(
40
40
 
41
41
  ### Return type
42
42
 
43
- **CreateAccountAddress200Response**
43
+ **GetOrganizationModule200Response**
44
44
 
45
45
  ### Authorization
46
46
 
@@ -60,7 +60,7 @@ const { status, data } = await apiInstance.getOrganizationModule(
60
60
  [[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)
61
61
 
62
62
  # **getOrganizationModules**
63
- > GetAccountInvitations200Response getOrganizationModules()
63
+ > GetOrganizationModules200Response getOrganizationModules()
64
64
 
65
65
  Get Organization Modules endpoint
66
66
 
@@ -100,7 +100,7 @@ const { status, data } = await apiInstance.getOrganizationModules(
100
100
 
101
101
  ### Return type
102
102
 
103
- **GetAccountInvitations200Response**
103
+ **GetOrganizationModules200Response**
104
104
 
105
105
  ### Authorization
106
106
 
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.getOrganizationModules(
120
120
  [[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)
121
121
 
122
122
  # **updateOrganizationModule**
123
- > CreateAccountAddress200Response updateOrganizationModule(organizationModuleUpdateInputs)
123
+ > GetOrganizationModule200Response updateOrganizationModule(organizationModuleUpdateInputs)
124
124
 
125
125
  Update Organization Module endpoint
126
126
 
@@ -155,7 +155,7 @@ const { status, data } = await apiInstance.updateOrganizationModule(
155
155
 
156
156
  ### Return type
157
157
 
158
- **CreateAccountAddress200Response**
158
+ **GetOrganizationModule200Response**
159
159
 
160
160
  ### Authorization
161
161
 
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
8
8
  |[**updateOrganizationModuleSettings**](#updateorganizationmodulesettings) | **PUT** /organization/module-settings | Update Organization Module Settings|
9
9
 
10
10
  # **getOrganizationModuleSettings**
11
- > CreateAccountAddress200Response getOrganizationModuleSettings()
11
+ > GetOrganizationModuleSettings200Response getOrganizationModuleSettings()
12
12
 
13
13
  Get Organization Module Settings endpoint
14
14
 
@@ -32,7 +32,7 @@ This endpoint does not have any parameters.
32
32
 
33
33
  ### Return type
34
34
 
35
- **CreateAccountAddress200Response**
35
+ **GetOrganizationModuleSettings200Response**
36
36
 
37
37
  ### Authorization
38
38
 
@@ -52,7 +52,7 @@ This endpoint does not have any parameters.
52
52
  [[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)
53
53
 
54
54
  # **updateOrganizationModuleSettings**
55
- > CreateAccountAddress200Response updateOrganizationModuleSettings(organizationModuleSettingsUpdateInputs)
55
+ > GetOrganizationModuleSettings200Response updateOrganizationModuleSettings(organizationModuleSettingsUpdateInputs)
56
56
 
57
57
  Update Organization Module Settings endpoint
58
58
 
@@ -84,7 +84,7 @@ const { status, data } = await apiInstance.updateOrganizationModuleSettings(
84
84
 
85
85
  ### Return type
86
86
 
87
- **CreateAccountAddress200Response**
87
+ **GetOrganizationModuleSettings200Response**
88
88
 
89
89
  ### Authorization
90
90
 
@@ -12,7 +12,7 @@ All URIs are relative to *https://admin-api.connected.dev*
12
12
  |[**removeOrganizationModuleEnabledTier**](#removeorganizationmoduleenabledtier) | **DELETE** /organization/modules/{moduleType}/enabledTiers/{tierId} | Remove Organization Module Enabled Tier|
13
13
 
14
14
  # **addOrganizationModuleEditableTier**
15
- > CreateAccountAddress200Response addOrganizationModuleEditableTier()
15
+ > GetOrganizationModule200Response addOrganizationModuleEditableTier()
16
16
 
17
17
  Add Organization Module Editable Tier endpoint
18
18
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEditableTier(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **GetOrganizationModule200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -66,7 +66,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEditableTier(
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
  # **addOrganizationModuleEnabledTier**
69
- > CreateAccountAddress200Response addOrganizationModuleEnabledTier()
69
+ > GetOrganizationModule200Response addOrganizationModuleEnabledTier()
70
70
 
71
71
  Add Organization Module Enabled Tier endpoint
72
72
 
@@ -100,7 +100,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEnabledTier(
100
100
 
101
101
  ### Return type
102
102
 
103
- **CreateAccountAddress200Response**
103
+ **GetOrganizationModule200Response**
104
104
 
105
105
  ### Authorization
106
106
 
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEnabledTier(
120
120
  [[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)
121
121
 
122
122
  # **getOrganizationModuleEditableTiers**
123
- > GetAccountInvitations200Response getOrganizationModuleEditableTiers()
123
+ > GetAccountTiers200Response getOrganizationModuleEditableTiers()
124
124
 
125
125
  Get Organization Module Editable Tiers endpoint
126
126
 
@@ -163,7 +163,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEditableTiers(
163
163
 
164
164
  ### Return type
165
165
 
166
- **GetAccountInvitations200Response**
166
+ **GetAccountTiers200Response**
167
167
 
168
168
  ### Authorization
169
169
 
@@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEditableTiers(
183
183
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
184
184
 
185
185
  # **getOrganizationModuleEnabledTiers**
186
- > GetAccountInvitations200Response getOrganizationModuleEnabledTiers()
186
+ > GetAccountTiers200Response getOrganizationModuleEnabledTiers()
187
187
 
188
188
  Get Organization Module Enabled Tiers endpoint
189
189
 
@@ -226,7 +226,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEnabledTiers(
226
226
 
227
227
  ### Return type
228
228
 
229
- **GetAccountInvitations200Response**
229
+ **GetAccountTiers200Response**
230
230
 
231
231
  ### Authorization
232
232
 
@@ -246,7 +246,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEnabledTiers(
246
246
  [[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)
247
247
 
248
248
  # **removeOrganizationModuleEditableTier**
249
- > CreateAccountAddress200Response removeOrganizationModuleEditableTier()
249
+ > GetOrganizationModule200Response removeOrganizationModuleEditableTier()
250
250
 
251
251
  Remove Organization Module Editable Tier endpoint
252
252
 
@@ -280,7 +280,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEditableTier(
280
280
 
281
281
  ### Return type
282
282
 
283
- **CreateAccountAddress200Response**
283
+ **GetOrganizationModule200Response**
284
284
 
285
285
  ### Authorization
286
286
 
@@ -300,7 +300,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEditableTier(
300
300
  [[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)
301
301
 
302
302
  # **removeOrganizationModuleEnabledTier**
303
- > CreateAccountAddress200Response removeOrganizationModuleEnabledTier()
303
+ > GetOrganizationModule200Response removeOrganizationModuleEnabledTier()
304
304
 
305
305
  Remove Organization Module Enabled Tier endpoint
306
306
 
@@ -334,7 +334,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEnabledTier(
334
334
 
335
335
  ### Return type
336
336
 
337
- **CreateAccountAddress200Response**
337
+ **GetOrganizationModule200Response**
338
338
 
339
339
  ### Authorization
340
340
 
@@ -15,7 +15,7 @@ All URIs are relative to *https://admin-api.connected.dev*
15
15
  |[**updateOrganizationPaymentIntegration**](#updateorganizationpaymentintegration) | **PUT** /organization/payment/{integrationId} | Update Organization Payment Integration|
16
16
 
17
17
  # **createOrganizationPaymentIntegration**
18
- > CreateAccountAddress200Response createOrganizationPaymentIntegration(organizationPaymentIntegrationCreateInputs)
18
+ > CreateOrganizationPaymentIntegration200Response createOrganizationPaymentIntegration(organizationPaymentIntegrationCreateInputs)
19
19
 
20
20
  Create Organization Payment Integration endpoint
21
21
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createOrganizationPaymentIntegration(
47
47
 
48
48
  ### Return type
49
49
 
50
- **CreateAccountAddress200Response**
50
+ **CreateOrganizationPaymentIntegration200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.createOrganizationPaymentIntegration(
67
67
  [[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)
68
68
 
69
69
  # **deleteOrganizationPaymentIntegration**
70
- > CreateAccountAddress200Response deleteOrganizationPaymentIntegration()
70
+ > DeleteDashboard200Response deleteOrganizationPaymentIntegration()
71
71
 
72
72
  Delete Organization Payment Integration endpoint
73
73
 
@@ -98,7 +98,7 @@ const { status, data } = await apiInstance.deleteOrganizationPaymentIntegration(
98
98
 
99
99
  ### Return type
100
100
 
101
- **CreateAccountAddress200Response**
101
+ **DeleteDashboard200Response**
102
102
 
103
103
  ### Authorization
104
104
 
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.deleteOrganizationPaymentIntegration(
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
  # **getOrganizationPaymentIntegration**
121
- > CreateAccountAddress200Response getOrganizationPaymentIntegration()
121
+ > CreateOrganizationPaymentIntegration200Response getOrganizationPaymentIntegration()
122
122
 
123
123
  Get Organization Payment Integration endpoint
124
124
 
@@ -149,7 +149,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegration(
149
149
 
150
150
  ### Return type
151
151
 
152
- **CreateAccountAddress200Response**
152
+ **CreateOrganizationPaymentIntegration200Response**
153
153
 
154
154
  ### Authorization
155
155
 
@@ -169,7 +169,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegration(
169
169
  [[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)
170
170
 
171
171
  # **getOrganizationPaymentIntegrations**
172
- > GetAccountInvitations200Response getOrganizationPaymentIntegrations()
172
+ > GetOrganizationPaymentIntegrations200Response getOrganizationPaymentIntegrations()
173
173
 
174
174
  Get Organization Payment Integrations endpoint
175
175
 
@@ -209,7 +209,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegrations(
209
209
 
210
210
  ### Return type
211
211
 
212
- **GetAccountInvitations200Response**
212
+ **GetOrganizationPaymentIntegrations200Response**
213
213
 
214
214
  ### Authorization
215
215
 
@@ -397,7 +397,7 @@ const { status, data } = await apiInstance.refundOrganizationPayment(
397
397
  [[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)
398
398
 
399
399
  # **toggleOrganizationPaymentIntegration**
400
- > CreateAccountAddress200Response toggleOrganizationPaymentIntegration()
400
+ > CreateOrganizationPaymentIntegration200Response toggleOrganizationPaymentIntegration()
401
401
 
402
402
  Toggle Organization Payment Integration endpoint
403
403
 
@@ -428,7 +428,7 @@ const { status, data } = await apiInstance.toggleOrganizationPaymentIntegration(
428
428
 
429
429
  ### Return type
430
430
 
431
- **CreateAccountAddress200Response**
431
+ **CreateOrganizationPaymentIntegration200Response**
432
432
 
433
433
  ### Authorization
434
434
 
@@ -448,7 +448,7 @@ const { status, data } = await apiInstance.toggleOrganizationPaymentIntegration(
448
448
  [[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)
449
449
 
450
450
  # **updateOrganizationPaymentIntegration**
451
- > CreateAccountAddress200Response updateOrganizationPaymentIntegration(organizationPaymentIntegrationUpdateInputs)
451
+ > CreateOrganizationPaymentIntegration200Response updateOrganizationPaymentIntegration(organizationPaymentIntegrationUpdateInputs)
452
452
 
453
453
  Update Organization Payment Integration endpoint
454
454
 
@@ -483,7 +483,7 @@ const { status, data } = await apiInstance.updateOrganizationPaymentIntegration(
483
483
 
484
484
  ### Return type
485
485
 
486
- **CreateAccountAddress200Response**
486
+ **CreateOrganizationPaymentIntegration200Response**
487
487
 
488
488
  ### Authorization
489
489
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**getOrganizationSideEffects**](#getorganizationsideeffects) | **GET** /organization/sideEffects | Get Organization Side Effects|
11
11
 
12
12
  # **createOrganizationSideEffect**
13
- > CreateAccountAddress200Response createOrganizationSideEffect()
13
+ > CreateOrganizationSideEffect200Response createOrganizationSideEffect()
14
14
 
15
15
  Create Organization Side Effect endpoint
16
16
 
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.createOrganizationSideEffect(
50
50
 
51
51
  ### Return type
52
52
 
53
- **CreateAccountAddress200Response**
53
+ **CreateOrganizationSideEffect200Response**
54
54
 
55
55
  ### Authorization
56
56
 
@@ -70,7 +70,7 @@ const { status, data } = await apiInstance.createOrganizationSideEffect(
70
70
  [[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)
71
71
 
72
72
  # **deleteOrganizationSideEffect**
73
- > CreateAccountAddress200Response deleteOrganizationSideEffect()
73
+ > CreateOrganizationSideEffect200Response deleteOrganizationSideEffect()
74
74
 
75
75
  Delete Organization Side Effect endpoint
76
76
 
@@ -101,7 +101,7 @@ const { status, data } = await apiInstance.deleteOrganizationSideEffect(
101
101
 
102
102
  ### Return type
103
103
 
104
- **CreateAccountAddress200Response**
104
+ **CreateOrganizationSideEffect200Response**
105
105
 
106
106
  ### Authorization
107
107
 
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.deleteOrganizationSideEffect(
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
  # **getOrganizationSideEffect**
124
- > CreateAccountAddress200Response getOrganizationSideEffect()
124
+ > CreateOrganizationSideEffect200Response getOrganizationSideEffect()
125
125
 
126
126
  Get Organization Side Effect endpoint
127
127
 
@@ -152,7 +152,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffect(
152
152
 
153
153
  ### Return type
154
154
 
155
- **CreateAccountAddress200Response**
155
+ **CreateOrganizationSideEffect200Response**
156
156
 
157
157
  ### Authorization
158
158
 
@@ -172,7 +172,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffect(
172
172
  [[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)
173
173
 
174
174
  # **getOrganizationSideEffects**
175
- > GetAccountInvitations200Response getOrganizationSideEffects()
175
+ > GetOrganizationSideEffects200Response getOrganizationSideEffects()
176
176
 
177
177
  Get Organization Side Effects endpoint
178
178
 
@@ -218,7 +218,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffects(
218
218
 
219
219
  ### Return type
220
220
 
221
- **GetAccountInvitations200Response**
221
+ **GetOrganizationSideEffects200Response**
222
222
 
223
223
  ### Authorization
224
224
 
@@ -17,7 +17,7 @@ All URIs are relative to *https://admin-api.connected.dev*
17
17
  |[**updateTaxIntegration**](#updatetaxintegration) | **PUT** /organization/tax/{type} | Update Tax Integration|
18
18
 
19
19
  # **createTaxIntegration**
20
- > CreateAccountAddress200Response createTaxIntegration(taxIntegrationCreateInputs)
20
+ > GetTaxIntegration200Response createTaxIntegration(taxIntegrationCreateInputs)
21
21
 
22
22
  Create Tax Integration endpoint
23
23
 
@@ -52,7 +52,7 @@ const { status, data } = await apiInstance.createTaxIntegration(
52
52
 
53
53
  ### Return type
54
54
 
55
- **CreateAccountAddress200Response**
55
+ **GetTaxIntegration200Response**
56
56
 
57
57
  ### Authorization
58
58
 
@@ -504,7 +504,7 @@ const { status, data } = await apiInstance.testTaxIntegration(
504
504
  [[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)
505
505
 
506
506
  # **toggleTaxIntegration**
507
- > CreateAccountAddress200Response toggleTaxIntegration()
507
+ > GetTaxIntegration200Response toggleTaxIntegration()
508
508
 
509
509
  Toggle Tax Integration endpoint
510
510
 
@@ -535,7 +535,7 @@ const { status, data } = await apiInstance.toggleTaxIntegration(
535
535
 
536
536
  ### Return type
537
537
 
538
- **CreateAccountAddress200Response**
538
+ **GetTaxIntegration200Response**
539
539
 
540
540
  ### Authorization
541
541
 
@@ -555,7 +555,7 @@ const { status, data } = await apiInstance.toggleTaxIntegration(
555
555
  [[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)
556
556
 
557
557
  # **updateTaxIntegration**
558
- > CreateAccountAddress200Response updateTaxIntegration(taxIntegrationUpdateInputs)
558
+ > GetTaxIntegration200Response updateTaxIntegration(taxIntegrationUpdateInputs)
559
559
 
560
560
  Update Tax Integration endpoint
561
561
 
@@ -590,7 +590,7 @@ const { status, data } = await apiInstance.updateTaxIntegration(
590
590
 
591
591
  ### Return type
592
592
 
593
- **CreateAccountAddress200Response**
593
+ **GetTaxIntegration200Response**
594
594
 
595
595
  ### Authorization
596
596
 
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
11
11
  |[**updateOrganizationTeamMember**](#updateorganizationteammember) | **PUT** /organization/team-members/{teamMemberId} | Update Organization Team Member|
12
12
 
13
13
  # **createOrganizationTeamMember**
14
- > CreateAccountAddress200Response createOrganizationTeamMember(organizationTeamMemberCreateInputs)
14
+ > CreateOrganizationTeamMember200Response createOrganizationTeamMember(organizationTeamMemberCreateInputs)
15
15
 
16
16
  Create Organization Team Member endpoint
17
17
 
@@ -43,7 +43,7 @@ const { status, data } = await apiInstance.createOrganizationTeamMember(
43
43
 
44
44
  ### Return type
45
45
 
46
- **CreateAccountAddress200Response**
46
+ **CreateOrganizationTeamMember200Response**
47
47
 
48
48
  ### Authorization
49
49
 
@@ -114,7 +114,7 @@ const { status, data } = await apiInstance.deleteOrganizationTeamMember(
114
114
  [[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)
115
115
 
116
116
  # **getOrganizationTeamMember**
117
- > CreateAccountAddress200Response getOrganizationTeamMember()
117
+ > DeleteDashboard200Response getOrganizationTeamMember()
118
118
 
119
119
  Get Organization Team Member endpoint
120
120
 
@@ -145,7 +145,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMember(
145
145
 
146
146
  ### Return type
147
147
 
148
- **CreateAccountAddress200Response**
148
+ **DeleteDashboard200Response**
149
149
 
150
150
  ### Authorization
151
151
 
@@ -165,7 +165,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMember(
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
  # **getOrganizationTeamMembers**
168
- > GetAccountInvitations200Response getOrganizationTeamMembers()
168
+ > GetOrganizationTeamMembers200Response getOrganizationTeamMembers()
169
169
 
170
170
  Get Organization Team Members endpoint
171
171
 
@@ -205,7 +205,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMembers(
205
205
 
206
206
  ### Return type
207
207
 
208
- **GetAccountInvitations200Response**
208
+ **GetOrganizationTeamMembers200Response**
209
209
 
210
210
  ### Authorization
211
211
 
@@ -225,7 +225,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMembers(
225
225
  [[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)
226
226
 
227
227
  # **updateOrganizationTeamMember**
228
- > CreateAccountAddress200Response updateOrganizationTeamMember()
228
+ > CreateOrganizationTeamMember200Response updateOrganizationTeamMember()
229
229
 
230
230
  Update Organization Team Member endpoint
231
231
 
@@ -260,7 +260,7 @@ const { status, data } = await apiInstance.updateOrganizationTeamMember(
260
260
 
261
261
  ### Return type
262
262
 
263
- **CreateAccountAddress200Response**
263
+ **CreateOrganizationTeamMember200Response**
264
264
 
265
265
  ### Authorization
266
266
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getOrganizationUsers**](#getorganizationusers) | **GET** /organization/users | Get Organization Users|
10
10
 
11
11
  # **addOrganizationUser**
12
- > CreateAccountAddress200Response addOrganizationUser()
12
+ > AddOrganizationUser200Response addOrganizationUser()
13
13
 
14
14
  Add Organization User endpoint
15
15
 
@@ -40,7 +40,7 @@ const { status, data } = await apiInstance.addOrganizationUser(
40
40
 
41
41
  ### Return type
42
42
 
43
- **CreateAccountAddress200Response**
43
+ **AddOrganizationUser200Response**
44
44
 
45
45
  ### Authorization
46
46
 
@@ -111,7 +111,7 @@ const { status, data } = await apiInstance.deleteOrganizationUser(
111
111
  [[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)
112
112
 
113
113
  # **getOrganizationUsers**
114
- > GetAccountInvitations200Response getOrganizationUsers()
114
+ > GetOrganizationUsers200Response getOrganizationUsers()
115
115
 
116
116
  Get Organization Users endpoint
117
117
 
@@ -151,7 +151,7 @@ const { status, data } = await apiInstance.getOrganizationUsers(
151
151
 
152
152
  ### Return type
153
153
 
154
- **GetAccountInvitations200Response**
154
+ **GetOrganizationUsers200Response**
155
155
 
156
156
  ### Authorization
157
157