@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
@@ -25,7 +25,7 @@ All URIs are relative to *https://admin-api.connected.dev*
25
25
  |[**updateSurveyQuestionChoiceSubQuestion**](#updatesurveyquestionchoicesubquestion) | **PUT** /surveys/{surveyId}/questions/{questionId}/choices/{choiceId}/subQuestions/{subQuestionId} | Update Survey Question Choice Sub Question|
26
26
 
27
27
  # **addSurveyQuestionChoiceSubQuestion**
28
- > CreateAccountAddress200Response addSurveyQuestionChoiceSubQuestion()
28
+ > CreateSurveyQuestionChoice200Response addSurveyQuestionChoiceSubQuestion()
29
29
 
30
30
  Add Survey Question Choice Sub Question endpoint
31
31
 
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.addSurveyQuestionChoiceSubQuestion(
65
65
 
66
66
  ### Return type
67
67
 
68
- **CreateAccountAddress200Response**
68
+ **CreateSurveyQuestionChoice200Response**
69
69
 
70
70
  ### Authorization
71
71
 
@@ -85,7 +85,7 @@ const { status, data } = await apiInstance.addSurveyQuestionChoiceSubQuestion(
85
85
  [[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)
86
86
 
87
87
  # **attachSurveyQuestionSearchList**
88
- > CreateAccountAddress200Response attachSurveyQuestionSearchList(attachSearchListInputs)
88
+ > CreateSurveyQuestion200Response attachSurveyQuestionSearchList(attachSearchListInputs)
89
89
 
90
90
  Attach Survey Question Search List endpoint
91
91
 
@@ -123,7 +123,7 @@ const { status, data } = await apiInstance.attachSurveyQuestionSearchList(
123
123
 
124
124
  ### Return type
125
125
 
126
- **CreateAccountAddress200Response**
126
+ **CreateSurveyQuestion200Response**
127
127
 
128
128
  ### Authorization
129
129
 
@@ -143,7 +143,7 @@ const { status, data } = await apiInstance.attachSurveyQuestionSearchList(
143
143
  [[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)
144
144
 
145
145
  # **createSurveyQuestion**
146
- > CreateAccountAddress200Response createSurveyQuestion(surveyQuestionCreateInputs)
146
+ > CreateSurveyQuestion200Response createSurveyQuestion(surveyQuestionCreateInputs)
147
147
 
148
148
  Create Survey Question endpoint
149
149
 
@@ -178,7 +178,7 @@ const { status, data } = await apiInstance.createSurveyQuestion(
178
178
 
179
179
  ### Return type
180
180
 
181
- **CreateAccountAddress200Response**
181
+ **CreateSurveyQuestion200Response**
182
182
 
183
183
  ### Authorization
184
184
 
@@ -198,7 +198,7 @@ const { status, data } = await apiInstance.createSurveyQuestion(
198
198
  [[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)
199
199
 
200
200
  # **createSurveyQuestionChoice**
201
- > CreateAccountAddress200Response createSurveyQuestionChoice(surveyQuestionChoiceCreateInputs)
201
+ > CreateSurveyQuestionChoice200Response createSurveyQuestionChoice(surveyQuestionChoiceCreateInputs)
202
202
 
203
203
  Create Survey Question Choice endpoint
204
204
 
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.createSurveyQuestionChoice(
236
236
 
237
237
  ### Return type
238
238
 
239
- **CreateAccountAddress200Response**
239
+ **CreateSurveyQuestionChoice200Response**
240
240
 
241
241
  ### Authorization
242
242
 
@@ -370,7 +370,7 @@ const { status, data } = await apiInstance.deleteSurveyQuestionChoice(
370
370
  [[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)
371
371
 
372
372
  # **detachSurveyQuestionSearchList**
373
- > CreateAccountAddress200Response detachSurveyQuestionSearchList()
373
+ > CreateSurveyQuestion200Response detachSurveyQuestionSearchList()
374
374
 
375
375
  Detach Survey Question Search List endpoint
376
376
 
@@ -404,7 +404,7 @@ const { status, data } = await apiInstance.detachSurveyQuestionSearchList(
404
404
 
405
405
  ### Return type
406
406
 
407
- **CreateAccountAddress200Response**
407
+ **CreateSurveyQuestion200Response**
408
408
 
409
409
  ### Authorization
410
410
 
@@ -424,7 +424,7 @@ const { status, data } = await apiInstance.detachSurveyQuestionSearchList(
424
424
  [[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)
425
425
 
426
426
  # **getSurveyQuestion**
427
- > GetSurveyQuestion200Response getSurveyQuestion()
427
+ > CreateSurveyQuestion200Response getSurveyQuestion()
428
428
 
429
429
  Get Survey Question endpoint
430
430
 
@@ -458,7 +458,7 @@ const { status, data } = await apiInstance.getSurveyQuestion(
458
458
 
459
459
  ### Return type
460
460
 
461
- **GetSurveyQuestion200Response**
461
+ **CreateSurveyQuestion200Response**
462
462
 
463
463
  ### Authorization
464
464
 
@@ -478,7 +478,7 @@ const { status, data } = await apiInstance.getSurveyQuestion(
478
478
  [[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)
479
479
 
480
480
  # **getSurveyQuestionChoice**
481
- > CreateAccountAddress200Response getSurveyQuestionChoice()
481
+ > CreateSurveyQuestionChoice200Response getSurveyQuestionChoice()
482
482
 
483
483
  Get Survey Question Choice endpoint
484
484
 
@@ -515,7 +515,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoice(
515
515
 
516
516
  ### Return type
517
517
 
518
- **CreateAccountAddress200Response**
518
+ **CreateSurveyQuestionChoice200Response**
519
519
 
520
520
  ### Authorization
521
521
 
@@ -535,7 +535,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoice(
535
535
  [[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)
536
536
 
537
537
  # **getSurveyQuestionChoiceSubQuestions**
538
- > GetAccountInvitations200Response getSurveyQuestionChoiceSubQuestions()
538
+ > GetSurveyQuestionChoiceSubQuestions200Response getSurveyQuestionChoiceSubQuestions()
539
539
 
540
540
  Get Survey Question Choice Sub Questions endpoint
541
541
 
@@ -584,7 +584,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoiceSubQuestions(
584
584
 
585
585
  ### Return type
586
586
 
587
- **GetAccountInvitations200Response**
587
+ **GetSurveyQuestionChoiceSubQuestions200Response**
588
588
 
589
589
  ### Authorization
590
590
 
@@ -604,7 +604,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoiceSubQuestions(
604
604
  [[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)
605
605
 
606
606
  # **getSurveyQuestionChoices**
607
- > GetAccountInvitations200Response getSurveyQuestionChoices()
607
+ > GetSurveyQuestionChoices200Response getSurveyQuestionChoices()
608
608
 
609
609
  Get Survey Question Choices endpoint
610
610
 
@@ -650,7 +650,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoices(
650
650
 
651
651
  ### Return type
652
652
 
653
- **GetAccountInvitations200Response**
653
+ **GetSurveyQuestionChoices200Response**
654
654
 
655
655
  ### Authorization
656
656
 
@@ -670,7 +670,7 @@ const { status, data } = await apiInstance.getSurveyQuestionChoices(
670
670
  [[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)
671
671
 
672
672
  # **getSurveyQuestionResponses**
673
- > GetAccountInvitations200Response getSurveyQuestionResponses()
673
+ > GetSurveyQuestionResponses200Response getSurveyQuestionResponses()
674
674
 
675
675
  Get Survey Question Responses endpoint
676
676
 
@@ -716,7 +716,7 @@ const { status, data } = await apiInstance.getSurveyQuestionResponses(
716
716
 
717
717
  ### Return type
718
718
 
719
- **GetAccountInvitations200Response**
719
+ **GetSurveyQuestionResponses200Response**
720
720
 
721
721
  ### Authorization
722
722
 
@@ -799,7 +799,7 @@ const { status, data } = await apiInstance.getSurveyQuestions(
799
799
  [[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)
800
800
 
801
801
  # **removeSurveyQuestionChoiceSubQuestion**
802
- > CreateAccountAddress200Response removeSurveyQuestionChoiceSubQuestion()
802
+ > CreateAccountInvitations200Response removeSurveyQuestionChoiceSubQuestion()
803
803
 
804
804
  Remove Survey Question Choice Sub Question endpoint
805
805
 
@@ -839,7 +839,7 @@ const { status, data } = await apiInstance.removeSurveyQuestionChoiceSubQuestion
839
839
 
840
840
  ### Return type
841
841
 
842
- **CreateAccountAddress200Response**
842
+ **CreateAccountInvitations200Response**
843
843
 
844
844
  ### Authorization
845
845
 
@@ -859,7 +859,7 @@ const { status, data } = await apiInstance.removeSurveyQuestionChoiceSubQuestion
859
859
  [[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)
860
860
 
861
861
  # **reorderSurveyQuestionChoiceSubQuestions**
862
- > CreateAccountAddress200Response reorderSurveyQuestionChoiceSubQuestions()
862
+ > ReorderSurveyQuestionChoiceSubQuestions200Response reorderSurveyQuestionChoiceSubQuestions()
863
863
 
864
864
  Reorder Survey Question Choice Sub Questions endpoint
865
865
 
@@ -899,7 +899,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoiceSubQuestio
899
899
 
900
900
  ### Return type
901
901
 
902
- **CreateAccountAddress200Response**
902
+ **ReorderSurveyQuestionChoiceSubQuestions200Response**
903
903
 
904
904
  ### Authorization
905
905
 
@@ -919,7 +919,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoiceSubQuestio
919
919
  [[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)
920
920
 
921
921
  # **reorderSurveyQuestionChoices**
922
- > CreateAccountAddress200Response reorderSurveyQuestionChoices()
922
+ > ReorderSurveyQuestionChoices200Response reorderSurveyQuestionChoices()
923
923
 
924
924
  Reorder Survey Question Choices endpoint
925
925
 
@@ -956,7 +956,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoices(
956
956
 
957
957
  ### Return type
958
958
 
959
- **CreateAccountAddress200Response**
959
+ **ReorderSurveyQuestionChoices200Response**
960
960
 
961
961
  ### Authorization
962
962
 
@@ -976,7 +976,7 @@ const { status, data } = await apiInstance.reorderSurveyQuestionChoices(
976
976
  [[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)
977
977
 
978
978
  # **updateSurveyQuestion**
979
- > CreateAccountAddress200Response updateSurveyQuestion()
979
+ > CreateSurveyQuestion200Response updateSurveyQuestion()
980
980
 
981
981
  Update Survey Question endpoint
982
982
 
@@ -1014,7 +1014,7 @@ const { status, data } = await apiInstance.updateSurveyQuestion(
1014
1014
 
1015
1015
  ### Return type
1016
1016
 
1017
- **CreateAccountAddress200Response**
1017
+ **CreateSurveyQuestion200Response**
1018
1018
 
1019
1019
  ### Authorization
1020
1020
 
@@ -1034,7 +1034,7 @@ const { status, data } = await apiInstance.updateSurveyQuestion(
1034
1034
  [[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)
1035
1035
 
1036
1036
  # **updateSurveyQuestionChoice**
1037
- > CreateAccountAddress200Response updateSurveyQuestionChoice()
1037
+ > DeleteDashboard200Response updateSurveyQuestionChoice()
1038
1038
 
1039
1039
  Update Survey Question Choice endpoint
1040
1040
 
@@ -1075,7 +1075,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoice(
1075
1075
 
1076
1076
  ### Return type
1077
1077
 
1078
- **CreateAccountAddress200Response**
1078
+ **DeleteDashboard200Response**
1079
1079
 
1080
1080
  ### Authorization
1081
1081
 
@@ -1095,7 +1095,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoice(
1095
1095
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1096
1096
 
1097
1097
  # **updateSurveyQuestionChoiceSubQuestion**
1098
- > CreateAccountAddress200Response updateSurveyQuestionChoiceSubQuestion()
1098
+ > CreateSurveyQuestionChoice200Response updateSurveyQuestionChoiceSubQuestion()
1099
1099
 
1100
1100
  Update Survey Question Choice Sub Question endpoint
1101
1101
 
@@ -1138,7 +1138,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoiceSubQuestion
1138
1138
 
1139
1139
  ### Return type
1140
1140
 
1141
- **CreateAccountAddress200Response**
1141
+ **CreateSurveyQuestionChoice200Response**
1142
1142
 
1143
1143
  ### Authorization
1144
1144
 
@@ -16,7 +16,7 @@ All URIs are relative to *https://admin-api.connected.dev*
16
16
  |[**updateSurveySectionQuestion**](#updatesurveysectionquestion) | **PUT** /surveys/{surveyId}/sections/{sectionId}/questions/{questionId} | Update Survey Section Question|
17
17
 
18
18
  # **addSurveySectionQuestion**
19
- > CreateAccountAddress200Response addSurveySectionQuestion()
19
+ > CreateSurveySection200Response addSurveySectionQuestion()
20
20
 
21
21
  Add Survey Section Question endpoint
22
22
 
@@ -53,7 +53,7 @@ const { status, data } = await apiInstance.addSurveySectionQuestion(
53
53
 
54
54
  ### Return type
55
55
 
56
- **CreateAccountAddress200Response**
56
+ **CreateSurveySection200Response**
57
57
 
58
58
  ### Authorization
59
59
 
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.getSurveySection(
236
236
  [[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)
237
237
 
238
238
  # **getSurveySectionQuestions**
239
- > GetAccountInvitations200Response getSurveySectionQuestions()
239
+ > GetSurveySectionQuestions200Response getSurveySectionQuestions()
240
240
 
241
241
  Get Survey Section Questions endpoint
242
242
 
@@ -282,7 +282,7 @@ const { status, data } = await apiInstance.getSurveySectionQuestions(
282
282
 
283
283
  ### Return type
284
284
 
285
- **GetAccountInvitations200Response**
285
+ **GetSurveySectionQuestions200Response**
286
286
 
287
287
  ### Authorization
288
288
 
@@ -365,7 +365,7 @@ const { status, data } = await apiInstance.getSurveySections(
365
365
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
366
366
 
367
367
  # **removeSurveySectionQuestion**
368
- > CreateAccountAddress200Response removeSurveySectionQuestion()
368
+ > CreateSurveySection200Response removeSurveySectionQuestion()
369
369
 
370
370
  Remove Survey Section Question endpoint
371
371
 
@@ -402,7 +402,7 @@ const { status, data } = await apiInstance.removeSurveySectionQuestion(
402
402
 
403
403
  ### Return type
404
404
 
405
- **CreateAccountAddress200Response**
405
+ **CreateSurveySection200Response**
406
406
 
407
407
  ### Authorization
408
408
 
@@ -422,7 +422,7 @@ const { status, data } = await apiInstance.removeSurveySectionQuestion(
422
422
  [[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)
423
423
 
424
424
  # **reorderSurveySectionQuestions**
425
- > CreateAccountAddress200Response reorderSurveySectionQuestions()
425
+ > ReorderSurveySectionQuestions200Response reorderSurveySectionQuestions()
426
426
 
427
427
  Reorder Survey Section Questions endpoint
428
428
 
@@ -459,7 +459,7 @@ const { status, data } = await apiInstance.reorderSurveySectionQuestions(
459
459
 
460
460
  ### Return type
461
461
 
462
- **CreateAccountAddress200Response**
462
+ **ReorderSurveySectionQuestions200Response**
463
463
 
464
464
  ### Authorization
465
465
 
@@ -537,7 +537,7 @@ const { status, data } = await apiInstance.updateSurveySection(
537
537
  [[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)
538
538
 
539
539
  # **updateSurveySectionQuestion**
540
- > CreateAccountAddress200Response updateSurveySectionQuestion()
540
+ > CreateSurveySection200Response updateSurveySectionQuestion()
541
541
 
542
542
  Update Survey Section Question endpoint
543
543
 
@@ -577,7 +577,7 @@ const { status, data } = await apiInstance.updateSurveySectionQuestion(
577
577
 
578
578
  ### Return type
579
579
 
580
- **CreateAccountAddress200Response**
580
+ **CreateSurveySection200Response**
581
581
 
582
582
  ### Authorization
583
583
 
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.deleteSurveySubmission(
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
  # **getSurveySubmission**
70
- > CreateAccountAddress200Response getSurveySubmission()
70
+ > GetSurveySubmission200Response getSurveySubmission()
71
71
 
72
72
  Get Survey Submission endpoint
73
73
 
@@ -101,7 +101,7 @@ const { status, data } = await apiInstance.getSurveySubmission(
101
101
 
102
102
  ### Return type
103
103
 
104
- **CreateAccountAddress200Response**
104
+ **GetSurveySubmission200Response**
105
105
 
106
106
  ### Authorization
107
107
 
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.getSurveySubmission(
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
  # **getSurveySubmissionQuestionSections**
124
- > GetAccountInvitations200Response getSurveySubmissionQuestionSections()
124
+ > GetSurveySections200Response getSurveySubmissionQuestionSections()
125
125
 
126
126
  Get Survey Submission Question Sections endpoint
127
127
 
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getSurveySubmissionQuestionSections(
167
167
 
168
168
  ### Return type
169
169
 
170
- **GetAccountInvitations200Response**
170
+ **GetSurveySections200Response**
171
171
 
172
172
  ### Authorization
173
173
 
@@ -187,7 +187,7 @@ const { status, data } = await apiInstance.getSurveySubmissionQuestionSections(
187
187
  [[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)
188
188
 
189
189
  # **getSurveySubmissionResponseChanges**
190
- > GetAccountInvitations200Response getSurveySubmissionResponseChanges()
190
+ > GetSurveySubmissionResponseChanges200Response getSurveySubmissionResponseChanges()
191
191
 
192
192
  Get Survey Submission Response Changes endpoint
193
193
 
@@ -236,7 +236,7 @@ const { status, data } = await apiInstance.getSurveySubmissionResponseChanges(
236
236
 
237
237
  ### Return type
238
238
 
239
- **GetAccountInvitations200Response**
239
+ **GetSurveySubmissionResponseChanges200Response**
240
240
 
241
241
  ### Authorization
242
242
 
@@ -256,7 +256,7 @@ const { status, data } = await apiInstance.getSurveySubmissionResponseChanges(
256
256
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
257
257
 
258
258
  # **getSurveySubmissions**
259
- > GetAccountInvitations200Response getSurveySubmissions()
259
+ > GetSurveySubmissions200Response getSurveySubmissions()
260
260
 
261
261
  Get Survey Submissions endpoint
262
262
 
@@ -299,7 +299,7 @@ const { status, data } = await apiInstance.getSurveySubmissions(
299
299
 
300
300
  ### Return type
301
301
 
302
- **GetAccountInvitations200Response**
302
+ **GetSurveySubmissions200Response**
303
303
 
304
304
  ### Authorization
305
305
 
@@ -319,7 +319,7 @@ const { status, data } = await apiInstance.getSurveySubmissions(
319
319
  [[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)
320
320
 
321
321
  # **updateSurveySubmission**
322
- > CreateAccountAddress200Response updateSurveySubmission(surveySubmissionUpdateInputs)
322
+ > GetSurveySubmission200Response updateSurveySubmission(surveySubmissionUpdateInputs)
323
323
 
324
324
  Update Survey Submission endpoint
325
325
 
@@ -357,7 +357,7 @@ const { status, data } = await apiInstance.updateSurveySubmission(
357
357
 
358
358
  ### Return type
359
359
 
360
- **CreateAccountAddress200Response**
360
+ **GetSurveySubmission200Response**
361
361
 
362
362
  ### Authorization
363
363
 
@@ -377,7 +377,7 @@ const { status, data } = await apiInstance.updateSurveySubmission(
377
377
  [[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)
378
378
 
379
379
  # **updateSurveySubmissionResponses**
380
- > CreateAccountAddress200Response updateSurveySubmissionResponses(requestBody)
380
+ > CreateAccountInvitations200Response updateSurveySubmissionResponses(requestBody)
381
381
 
382
382
  Update Survey Submission Responses endpoint
383
383
 
@@ -414,7 +414,7 @@ const { status, data } = await apiInstance.updateSurveySubmissionResponses(
414
414
 
415
415
  ### Return type
416
416
 
417
- **CreateAccountAddress200Response**
417
+ **CreateAccountInvitations200Response**
418
418
 
419
419
  ### Authorization
420
420
 
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
11
11
  |[**updateThreadCircleAccount**](#updatethreadcircleaccount) | **PUT** /threads/circles/{circleId}/accounts/{accountId} | Update Thread Circle Account|
12
12
 
13
13
  # **createThreadCircleAccount**
14
- > CreateAccountAddress200Response createThreadCircleAccount(threadCircleAccountCreateInputs)
14
+ > CreateThreadCircleAccount200Response createThreadCircleAccount(threadCircleAccountCreateInputs)
15
15
 
16
16
  Create Thread Circle Account endpoint
17
17
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadCircleAccount(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **CreateThreadCircleAccount200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.deleteThreadCircleAccount(
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
  # **getThreadCircleAccount**
123
- > CreateAccountAddress200Response getThreadCircleAccount()
123
+ > CreateThreadCircleAccount200Response getThreadCircleAccount()
124
124
 
125
125
  Get Thread Circle Account endpoint
126
126
 
@@ -154,7 +154,7 @@ const { status, data } = await apiInstance.getThreadCircleAccount(
154
154
 
155
155
  ### Return type
156
156
 
157
- **CreateAccountAddress200Response**
157
+ **CreateThreadCircleAccount200Response**
158
158
 
159
159
  ### Authorization
160
160
 
@@ -174,7 +174,7 @@ const { status, data } = await apiInstance.getThreadCircleAccount(
174
174
  [[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)
175
175
 
176
176
  # **getThreadCircleAccounts**
177
- > GetAccountInvitations200Response getThreadCircleAccounts()
177
+ > GetThreadCircleAccounts200Response getThreadCircleAccounts()
178
178
 
179
179
  Get Thread Circle Accounts endpoint
180
180
 
@@ -220,7 +220,7 @@ const { status, data } = await apiInstance.getThreadCircleAccounts(
220
220
 
221
221
  ### Return type
222
222
 
223
- **GetAccountInvitations200Response**
223
+ **GetThreadCircleAccounts200Response**
224
224
 
225
225
  ### Authorization
226
226
 
@@ -240,7 +240,7 @@ const { status, data } = await apiInstance.getThreadCircleAccounts(
240
240
  [[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)
241
241
 
242
242
  # **updateThreadCircleAccount**
243
- > CreateAccountAddress200Response updateThreadCircleAccount(threadCircleAccountUpdateInputs)
243
+ > CreateThreadCircleAccount200Response updateThreadCircleAccount(threadCircleAccountUpdateInputs)
244
244
 
245
245
  Update Thread Circle Account endpoint
246
246
 
@@ -278,7 +278,7 @@ const { status, data } = await apiInstance.updateThreadCircleAccount(
278
278
 
279
279
  ### Return type
280
280
 
281
- **CreateAccountAddress200Response**
281
+ **CreateThreadCircleAccount200Response**
282
282
 
283
283
  ### Authorization
284
284
 
@@ -226,7 +226,7 @@ const { status, data } = await apiInstance.getThreadMessages(
226
226
  [[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)
227
227
 
228
228
  # **getThreadMessagesPoll**
229
- > CreateAccountAddress200Response getThreadMessagesPoll()
229
+ > GetThreadMessages200Response getThreadMessagesPoll()
230
230
 
231
231
  Get Thread Messages Poll endpoint
232
232
 
@@ -260,7 +260,7 @@ const { status, data } = await apiInstance.getThreadMessagesPoll(
260
260
 
261
261
  ### Return type
262
262
 
263
- **CreateAccountAddress200Response**
263
+ **GetThreadMessages200Response**
264
264
 
265
265
  ### Authorization
266
266
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getThreadMessageFiles**](#getthreadmessagefiles) | **GET** /threads/{threadId}/messages/{messageId}/files | Get Thread Message Files|
10
10
 
11
11
  # **createThreadMessageFile**
12
- > CreateAccountAddress200Response createThreadMessageFile()
12
+ > CreateThreadMessage200Response createThreadMessageFile()
13
13
 
14
14
  Create Thread Message File endpoint
15
15
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadMessageFile(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **CreateThreadMessage200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getThreadMessageImages**](#getthreadmessageimages) | **GET** /threads/{threadId}/messages/{messageId}/images | Get Thread Message Images|
10
10
 
11
11
  # **createThreadMessageImage**
12
- > CreateAccountAddress200Response createThreadMessageImage()
12
+ > CreateThreadMessage200Response createThreadMessageImage()
13
13
 
14
14
  Create Thread Message Image endpoint
15
15
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadMessageImage(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **CreateThreadMessage200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getThreadMessageReactions**](#getthreadmessagereactions) | **GET** /threads/{threadId}/messages/{messageId}/reactions | Get Thread Message Reactions|
10
10
 
11
11
  # **createThreadMessageReaction**
12
- > CreateAccountAddress200Response createThreadMessageReaction()
12
+ > CreateThreadMessageReaction200Response createThreadMessageReaction()
13
13
 
14
14
  Create Thread Message Reaction endpoint
15
15
 
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.createThreadMessageReaction(
50
50
 
51
51
  ### Return type
52
52
 
53
- **CreateAccountAddress200Response**
53
+ **CreateThreadMessageReaction200Response**
54
54
 
55
55
  ### Authorization
56
56
 
@@ -127,7 +127,7 @@ const { status, data } = await apiInstance.deleteThreadMessageReaction(
127
127
  [[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)
128
128
 
129
129
  # **getThreadMessageReactions**
130
- > CreateAccountAddress200Response getThreadMessageReactions()
130
+ > GetThreadMessageReactions200Response getThreadMessageReactions()
131
131
 
132
132
  Get Thread Message Reactions endpoint
133
133
 
@@ -161,7 +161,7 @@ const { status, data } = await apiInstance.getThreadMessageReactions(
161
161
 
162
162
  ### Return type
163
163
 
164
- **CreateAccountAddress200Response**
164
+ **GetThreadMessageReactions200Response**
165
165
 
166
166
  ### Authorization
167
167
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getThreadMessageVideos**](#getthreadmessagevideos) | **GET** /threads/{threadId}/messages/{messageId}/videos | Get Thread Message Videos|
10
10
 
11
11
  # **createThreadMessageVideo**
12
- > CreateAccountAddress200Response createThreadMessageVideo()
12
+ > CreateThreadMessage200Response createThreadMessageVideo()
13
13
 
14
14
  Create Thread Message Video endpoint
15
15
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.createThreadMessageVideo(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **CreateThreadMessage200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -0,0 +1,24 @@
1
+ # UpdateEventPassAttributes200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<PassAttribute>**](PassAttribute.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { UpdateEventPassAttributes200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: UpdateEventPassAttributes200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)