@connectedxm/admin-sdk 6.9.0 → 6.14.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/.openapi-generator/FILES +212 -20
  2. package/AdminApi.ts +18 -0
  3. package/README.md +241 -24
  4. package/api.ts +7182 -1621
  5. package/dist/AdminApi.d.ts +7 -1
  6. package/dist/AdminApi.js +6 -0
  7. package/dist/api.d.ts +4993 -1528
  8. package/dist/api.js +4123 -720
  9. package/dist/esm/AdminApi.d.ts +7 -1
  10. package/dist/esm/AdminApi.js +7 -1
  11. package/dist/esm/api.d.ts +4993 -1528
  12. package/dist/esm/api.js +4077 -702
  13. package/docs/AccountAttribute.md +3 -1
  14. package/docs/AccountAttributeCreateInputs.md +7 -1
  15. package/docs/AccountAttributeType.md +20 -0
  16. package/docs/AccountAttributeUpdateInputs.md +6 -0
  17. package/docs/AccountsAddressesApi.md +4 -4
  18. package/docs/AccountsApi.md +58 -6
  19. package/docs/AddChannelSubscriber200Response.md +24 -0
  20. package/docs/AddOrganizationUser200Response.md +24 -0
  21. package/docs/AdvertisementsApi.md +4 -4
  22. package/docs/AnnouncementsApi.md +4 -4
  23. package/docs/AnnouncementsScheduleApi.md +4 -4
  24. package/docs/BaseAccountAttribute.md +3 -1
  25. package/docs/BaseEventActivation.md +4 -0
  26. package/docs/{EventTrackAllOfCount.md → BaseEventActivationCount.md} +3 -3
  27. package/docs/{BaseRegistrationQuestionChoiceQuestion.md → BaseEventAttribute.md} +3 -3
  28. package/docs/BaseEventBlock.md +2 -0
  29. package/docs/BaseEventOnSite.md +2 -2
  30. package/docs/BaseEventPass.md +2 -0
  31. package/docs/BaseEventSession.md +2 -4
  32. package/docs/BaseEventSessionQuestionChoice.md +1 -1
  33. package/docs/BasePassAttribute.md +26 -0
  34. package/docs/BasePassAttributeAttribute.md +22 -0
  35. package/docs/BasePayment.md +2 -0
  36. package/docs/BaseRegistrationQuestionChoice.md +1 -1
  37. package/docs/BaseSeriesQuestion.md +60 -0
  38. package/docs/BaseSeriesQuestionChoice.md +30 -0
  39. package/docs/BaseSeriesRegistration.md +2 -0
  40. package/docs/BaseSeriesRegistrationQuestionResponse.md +26 -0
  41. package/docs/BaseSideEffect.md +2 -0
  42. package/docs/BaseSurveyQuestionChoice.md +1 -1
  43. package/docs/BookingsApi.md +10 -10
  44. package/docs/BookingsAvailabilitiesApi.md +6 -6
  45. package/docs/BookingsBlackoutsApi.md +4 -4
  46. package/docs/BulkUploadSearchListValues200Response.md +24 -0
  47. package/docs/ChannelsApi.md +36 -36
  48. package/docs/CloneOptions.md +2 -0
  49. package/docs/CreateAccountAddress200Response.md +1 -1
  50. package/docs/CreateAccountAttribute200Response.md +24 -0
  51. package/docs/CreateBookingSpaceAvailability200Response.md +24 -0
  52. package/docs/CreateBookingSpaceBlackout200Response.md +24 -0
  53. package/docs/{GetChannelContent200Response.md → CreateChannelContent200Response.md} +3 -3
  54. package/docs/CreateChannelContentGuest200Response.md +24 -0
  55. package/docs/CreateDashboardWidget200Response.md +24 -0
  56. package/docs/{GetEventActivation200Response.md → CreateEventActivation200Response.md} +3 -3
  57. package/docs/CreateEventActivationCompletion200Response.md +24 -0
  58. package/docs/CreateEventAttendeePackage200Response.md +24 -0
  59. package/docs/{GetAccountAddress200Response.md → CreateEventAttribute200Response.md} +4 -4
  60. package/docs/CreateEventFollowup200Response.md +24 -0
  61. package/docs/{GetEventMediaItem200Response.md → CreateEventMediaItem200Response.md} +3 -3
  62. package/docs/CreateEventPackagePass200Response.md +24 -0
  63. package/docs/CreateEventQuestion200Response.md +24 -0
  64. package/docs/CreateEventQuestionChoice200Response.md +24 -0
  65. package/docs/CreateEventRegistrationBypass200Response.md +24 -0
  66. package/docs/CreateEventReservation200Response.md +24 -0
  67. package/docs/{GetEventSection200Response.md → CreateEventSection200Response.md} +3 -3
  68. package/docs/CreateEventSessionLocation200Response.md +24 -0
  69. package/docs/CreateEventSessionQuestion200Response.md +24 -0
  70. package/docs/CreateEventSessionQuestionChoice200Response.md +24 -0
  71. package/docs/CreateEventSessionSection200Response.md +24 -0
  72. package/docs/CreateEventSponsorship200Response.md +24 -0
  73. package/docs/CreateEventSponsorshipLevel200Response.md +24 -0
  74. package/docs/CreateGroupInvitations200Response.md +24 -0
  75. package/docs/{GetInvoiceLineItem200Response.md → CreateInvoiceLineItem200Response.md} +3 -3
  76. package/docs/CreateOrganizationPaymentIntegration200Response.md +24 -0
  77. package/docs/CreateOrganizationSideEffect200Response.md +24 -0
  78. package/docs/CreateOrganizationTeamMember200Response.md +24 -0
  79. package/docs/{GetSearchListValue200Response.md → CreateSearchListValue200Response.md} +3 -3
  80. package/docs/CreateSeriesQuestion200Response.md +24 -0
  81. package/docs/CreateSeriesQuestionChoice200Response.md +24 -0
  82. package/docs/CreateSeriesRegistration200Response.md +24 -0
  83. package/docs/CreateStreamInputOutput200Response.md +24 -0
  84. package/docs/CreateSupportTicketMessage200Response.md +24 -0
  85. package/docs/{GetSurveyQuestion200Response.md → CreateSurveyQuestion200Response.md} +3 -3
  86. package/docs/CreateSurveyQuestionChoice200Response.md +24 -0
  87. package/docs/CreateThreadCircleAccount200Response.md +24 -0
  88. package/docs/CreateThreadMessageReaction200Response.md +24 -0
  89. package/docs/DashboardsApi.md +2 -2
  90. package/docs/DashboardsWidgetsApi.md +8 -8
  91. package/docs/DeleteDashboard200Response.md +24 -0
  92. package/docs/EmailReceiptsApi.md +2 -2
  93. package/docs/Event.md +6 -0
  94. package/docs/EventActivation.md +8 -0
  95. package/docs/EventActivationCreateInputs.md +6 -0
  96. package/docs/EventActivationUpdateInputs.md +6 -0
  97. package/docs/EventAttribute.md +26 -0
  98. package/docs/EventAttributeCreateInputs.md +20 -0
  99. package/docs/EventAttributeUpdateInputs.md +20 -0
  100. package/docs/EventBlock.md +2 -0
  101. package/docs/EventBlockCreateInputs.md +2 -0
  102. package/docs/EventBlockUpdateInputs.md +2 -0
  103. package/docs/EventCreateInputs.md +6 -0
  104. package/docs/EventMediaItemTranslation.md +30 -0
  105. package/docs/EventMediaItemTranslationUpdateInputs.md +22 -0
  106. package/docs/EventOnSite.md +2 -4
  107. package/docs/EventPass.md +8 -0
  108. package/docs/EventPassCreateInputs.md +2 -0
  109. package/docs/EventPassType.md +4 -0
  110. package/docs/EventPassUpdateInputs.md +2 -0
  111. package/docs/EventRoomTypeReservationPassesInner.md +1 -1
  112. package/docs/EventSession.md +12 -4
  113. package/docs/EventSessionCloneOptions.md +22 -0
  114. package/docs/EventSessionCreateInputs.md +8 -4
  115. package/docs/EventSessionUpdateInputs.md +8 -4
  116. package/docs/{SessionAccess.md → EventSessionVisibility.md} +6 -2
  117. package/docs/EventTrack.md +1 -1
  118. package/docs/EventTranslation.md +2 -0
  119. package/docs/EventTranslationUpdateInputs.md +2 -0
  120. package/docs/EventUpdateInputs.md +6 -0
  121. package/docs/EventsAccessApi.md +4 -4
  122. package/docs/EventsActivationsApi.md +85 -18
  123. package/docs/EventsActivationsSessionsApi.md +123 -0
  124. package/docs/EventsAddonsApi.md +4 -4
  125. package/docs/EventsApi.md +2 -2
  126. package/docs/EventsAttendeesApi.md +8 -8
  127. package/docs/EventsAttendeesPackagesApi.md +10 -10
  128. package/docs/EventsAttendeesReservationsApi.md +16 -16
  129. package/docs/EventsAttributesApi.md +296 -0
  130. package/docs/EventsBlocksApi.md +2 -2
  131. package/docs/EventsBypassApi.md +8 -8
  132. package/docs/EventsFaqsApi.md +2 -2
  133. package/docs/EventsFollowupsApi.md +32 -32
  134. package/docs/EventsMatchesApi.md +10 -10
  135. package/docs/EventsMediaApi.md +12 -12
  136. package/docs/EventsOnSiteApi.md +10 -188
  137. package/docs/EventsPackagesPassesApi.md +8 -8
  138. package/docs/EventsPassesApi.md +26 -26
  139. package/docs/EventsPassesAttributesApi.md +191 -0
  140. package/docs/EventsPasstypesApi.md +14 -14
  141. package/docs/EventsPasstypesPriceschedulesApi.md +10 -10
  142. package/docs/EventsPasstypesRefundschedulesApi.md +10 -10
  143. package/docs/EventsQuestionsApi.md +38 -38
  144. package/docs/EventsRoomsApi.md +2 -2
  145. package/docs/EventsRoomtypesApi.md +8 -8
  146. package/docs/EventsSectionsApi.md +32 -32
  147. package/docs/EventsSessionsAccessesApi.md +6 -6
  148. package/docs/EventsSessionsApi.md +270 -28
  149. package/docs/EventsSessionsLocationsApi.md +14 -14
  150. package/docs/EventsSessionsMatchesApi.md +12 -12
  151. package/docs/EventsSessionsQuestionsApi.md +36 -36
  152. package/docs/EventsSessionsSectionsApi.md +18 -18
  153. package/docs/EventsSpeakersApi.md +8 -8
  154. package/docs/EventsSponsorshiplevelsApi.md +10 -10
  155. package/docs/EventsSponsorshipsApi.md +10 -10
  156. package/docs/EventsTracksApi.md +2 -2
  157. package/docs/GetAcccountEmailReceipts200Response.md +26 -0
  158. package/docs/GetAccountAddresses200Response.md +26 -0
  159. package/docs/GetAccountInvitations200Response.md +1 -1
  160. package/docs/GetAccountNotificationPreferences200Response.md +24 -0
  161. package/docs/{GetEventAttendees200Response.md → GetAccountRegistrations200Response.md} +3 -3
  162. package/docs/GetAccountsByInternalRefId200Response.md +24 -0
  163. package/docs/GetAdvertisementClicks200Response.md +26 -0
  164. package/docs/GetAdvertisementViews200Response.md +26 -0
  165. package/docs/GetAnnouncementAudience200Response.md +26 -0
  166. package/docs/GetBookingSpaceAvailabilities200Response.md +24 -0
  167. package/docs/GetBookingSpaceBlackouts200Response.md +26 -0
  168. package/docs/GetBookingSpaceSlots200Response.md +24 -0
  169. package/docs/GetChannelContentGuests200Response.md +26 -0
  170. package/docs/GetChannelContentLikes200Response.md +26 -0
  171. package/docs/GetChannelSubscribers200Response.md +26 -0
  172. package/docs/GetDashboardAttributes200Response.md +24 -0
  173. package/docs/GetDashboardWidgets200Response.md +24 -0
  174. package/docs/GetEmailReceipts200Response.md +26 -0
  175. package/docs/GetEventActivationCompletions200Response.md +26 -0
  176. package/docs/{GetEventSessions200Response.md → GetEventActivationSessions200Response.md} +3 -3
  177. package/docs/GetEventActivations200Response.md +26 -0
  178. package/docs/{GetEventPassTypes200Response.md → GetEventAddOnPassTypes200Response.md} +3 -3
  179. package/docs/GetEventAttendeePackages200Response.md +26 -0
  180. package/docs/GetEventAttendeeReservations200Response.md +26 -0
  181. package/docs/GetEventAttendeeTransfersLogs200Response.md +26 -0
  182. package/docs/GetEventAttributes200Response.md +26 -0
  183. package/docs/GetEventDashboardQuestions200Response.md +24 -0
  184. package/docs/GetEventFollowupQuestions200Response.md +26 -0
  185. package/docs/GetEventPackagePasses200Response.md +26 -0
  186. package/docs/GetEventPassAccesses200Response.md +26 -0
  187. package/docs/GetEventPassAttributes200Response.md +26 -0
  188. package/docs/GetEventPassQuestionFollowups200Response.md +26 -0
  189. package/docs/GetEventPassQuestionSections200Response.md +26 -0
  190. package/docs/GetEventPassResponse200Response.md +24 -0
  191. package/docs/GetEventPassResponseChanges200Response.md +26 -0
  192. package/docs/GetEventPassResponses200Response.md +26 -0
  193. package/docs/GetEventPassTypePriceSchedule200Response.md +24 -0
  194. package/docs/GetEventPassTypePriceSchedules200Response.md +26 -0
  195. package/docs/GetEventPassTypeRefundSchedule200Response.md +24 -0
  196. package/docs/GetEventPassTypeRefundSchedules200Response.md +26 -0
  197. package/docs/GetEventQuestionChoiceSubQuestions200Response.md +26 -0
  198. package/docs/GetEventQuestionChoices200Response.md +26 -0
  199. package/docs/GetEventQuestionSummaries200Response.md +26 -0
  200. package/docs/GetEventQuestions200Response.md +26 -0
  201. package/docs/GetEventRegistrationBypassList200Response.md +26 -0
  202. package/docs/GetEventRoundQuestions200Response.md +26 -0
  203. package/docs/GetEventRoundQuestionsSummary200Response.md +24 -0
  204. package/docs/GetEventSectionQuestions200Response.md +26 -0
  205. package/docs/GetEventSessionAccess200Response.md +24 -0
  206. package/docs/GetEventSessionAccessQuestionSections200Response.md +26 -0
  207. package/docs/GetEventSessionAccessResponseChanges200Response.md +26 -0
  208. package/docs/GetEventSessionLocations200Response.md +26 -0
  209. package/docs/GetEventSessionQuestionChoiceSubQuestions200Response.md +26 -0
  210. package/docs/GetEventSessionQuestionChoices200Response.md +26 -0
  211. package/docs/GetEventSessionQuestionResponses200Response.md +26 -0
  212. package/docs/GetEventSessionQuestions200Response.md +26 -0
  213. package/docs/GetEventSessionRoundQuestions200Response.md +26 -0
  214. package/docs/GetEventSessionSectionQuestions200Response.md +26 -0
  215. package/docs/{GetEventSpeakers200Response.md → GetEventSessionSpeakers200Response.md} +3 -3
  216. package/docs/GetEventSponsorshipLevels200Response.md +26 -0
  217. package/docs/GetEventSponsorships200Response.md +26 -0
  218. package/docs/GetGroupInvitations200Response.md +26 -0
  219. package/docs/GetInvoiceLineItems200Response.md +26 -0
  220. package/docs/GetLivestreamSessions200Response.md +26 -0
  221. package/docs/GetMeetingParticipant200Response.md +24 -0
  222. package/docs/GetMeetingParticipants200Response.md +26 -0
  223. package/docs/GetMeetingRecording200Response.md +24 -0
  224. package/docs/GetMeetingRecordings200Response.md +26 -0
  225. package/docs/GetMeetingSessionMessages200Response.md +24 -0
  226. package/docs/GetMeetingSessionParticipant200Response.md +24 -0
  227. package/docs/GetMeetingSessionParticipants200Response.md +26 -0
  228. package/docs/GetMeetingSessionSummary200Response.md +24 -0
  229. package/docs/GetMeetingSessionTranscript200Response.md +24 -0
  230. package/docs/GetMeetingSessions200Response.md +26 -0
  231. package/docs/GetNotificationStats200Response.md +24 -0
  232. package/docs/GetNotifications200Response.md +26 -0
  233. package/docs/GetOrganizationAccountAttributes200Response.md +26 -0
  234. package/docs/GetOrganizationDomain200Response.md +24 -0
  235. package/docs/GetOrganizationModule200Response.md +24 -0
  236. package/docs/GetOrganizationModuleSettings200Response.md +24 -0
  237. package/docs/GetOrganizationModules200Response.md +26 -0
  238. package/docs/GetOrganizationPaymentIntegrations200Response.md +26 -0
  239. package/docs/GetOrganizationSideEffects200Response.md +26 -0
  240. package/docs/GetOrganizationSystemLog200Response.md +24 -0
  241. package/docs/GetOrganizationSystemLogs200Response.md +26 -0
  242. package/docs/GetOrganizationTeamMembers200Response.md +26 -0
  243. package/docs/GetOrganizationUsers200Response.md +26 -0
  244. package/docs/GetPreferences200Response.md +24 -0
  245. package/docs/GetSearchListConnectedQuestions200Response.md +24 -0
  246. package/docs/GetSearchListValues200Response.md +26 -0
  247. package/docs/GetSeriesQuestionChoices200Response.md +26 -0
  248. package/docs/GetSeriesQuestions200Response.md +26 -0
  249. package/docs/GetSeriesRegistrationResponses200Response.md +24 -0
  250. package/docs/GetSeriesRegistrations200Response.md +26 -0
  251. package/docs/GetStreamInputOutputs200Response.md +26 -0
  252. package/docs/GetStreamSessionChat200Response.md +24 -0
  253. package/docs/GetStreamSessionSubscriptions200Response.md +26 -0
  254. package/docs/GetSupportTicketActivity200Response.md +24 -0
  255. package/docs/GetSupportTicketMessages200Response.md +26 -0
  256. package/docs/GetSupportTicketNotes200Response.md +26 -0
  257. package/docs/GetSupportTicketViewer200Response.md +26 -0
  258. package/docs/GetSurveyQuestionChoiceSubQuestions200Response.md +26 -0
  259. package/docs/GetSurveyQuestionChoices200Response.md +26 -0
  260. package/docs/GetSurveyQuestionResponses200Response.md +26 -0
  261. package/docs/GetSurveySectionQuestions200Response.md +26 -0
  262. package/docs/GetSurveySubmission200Response.md +24 -0
  263. package/docs/GetSurveySubmissionResponseChanges200Response.md +26 -0
  264. package/docs/GetSurveySubmissions200Response.md +26 -0
  265. package/docs/GetThreadCircleAccounts200Response.md +26 -0
  266. package/docs/GetThreadMessageReactions200Response.md +24 -0
  267. package/docs/GroupsInvitationsApi.md +8 -8
  268. package/docs/GroupsModeratorsApi.md +4 -4
  269. package/docs/InterestsApi.md +2 -2
  270. package/docs/InvoicesApi.md +4 -4
  271. package/docs/InvoicesLineitemsApi.md +4 -4
  272. package/docs/MeetingsLivestreamsApi.md +4 -4
  273. package/docs/MeetingsParticipantsApi.md +10 -10
  274. package/docs/MeetingsRecordingsApi.md +4 -4
  275. package/docs/MeetingsSessionsApi.md +14 -14
  276. package/docs/NotificationsApi.md +8 -8
  277. package/docs/{BadgeFieldTransformation.md → OnSiteScanType.md} +5 -3
  278. package/docs/OrganizationApi.md +10 -10
  279. package/docs/OrganizationAttributesApi.md +12 -12
  280. package/docs/OrganizationDomainsApi.md +4 -4
  281. package/docs/OrganizationModulesApi.md +6 -6
  282. package/docs/OrganizationModulesSettingsApi.md +4 -4
  283. package/docs/OrganizationModulesTiersApi.md +12 -12
  284. package/docs/OrganizationPaymentsApi.md +12 -12
  285. package/docs/OrganizationSideeffectsApi.md +8 -8
  286. package/docs/OrganizationTaxApi.md +6 -6
  287. package/docs/OrganizationTeammembersApi.md +8 -8
  288. package/docs/OrganizationUsersApi.md +4 -4
  289. package/docs/PassAttribute.md +30 -0
  290. package/docs/PassAttributesUpdateInputs.md +20 -0
  291. package/docs/PassAttributesUpdateInputsValuesInner.md +22 -0
  292. package/docs/PassTypeCreateInputs.md +4 -0
  293. package/docs/PassTypeUpdateInputs.md +4 -0
  294. package/docs/Payment.md +4 -0
  295. package/docs/PaymentLineItem.md +2 -0
  296. package/docs/PaymentLineItemType.md +2 -0
  297. package/docs/PreferencesApi.md +4 -4
  298. package/docs/RemoveEventPassAttribute200Response.md +24 -0
  299. package/docs/ReorderEventFaqSectionQuestions200Response.md +24 -0
  300. package/docs/ReorderEventFollowupQuestions200Response.md +24 -0
  301. package/docs/ReorderEventQuestionChoiceSubQuestions200Response.md +24 -0
  302. package/docs/ReorderEventQuestionChoices200Response.md +24 -0
  303. package/docs/ReorderEventSectionQuestions200Response.md +24 -0
  304. package/docs/ReorderEventSessionQuestionChoiceSubQuestions200Response.md +24 -0
  305. package/docs/ReorderEventSessionQuestionChoices200Response.md +24 -0
  306. package/docs/ReorderEventSessionSectionQuestions200Response.md +24 -0
  307. package/docs/ReorderEventSponsorshipLevels200Response.md +24 -0
  308. package/docs/ReorderEventSponsorships200Response.md +24 -0
  309. package/docs/ReorderSeriesQuestionChoices200Response.md +24 -0
  310. package/docs/ReorderSurveyQuestionChoiceSubQuestions200Response.md +24 -0
  311. package/docs/ReorderSurveyQuestionChoices200Response.md +24 -0
  312. package/docs/ReorderSurveySectionQuestions200Response.md +24 -0
  313. package/docs/SearchlistsValuesApi.md +12 -12
  314. package/docs/SelfApi.md +2 -2
  315. package/docs/Series.md +6 -0
  316. package/docs/SeriesApi.md +64 -0
  317. package/docs/SeriesCreateInputs.md +6 -0
  318. package/docs/SeriesQuestion.md +68 -0
  319. package/docs/SeriesQuestionChoice.md +38 -0
  320. package/docs/SeriesQuestionChoiceCreateInputs.md +28 -0
  321. package/docs/SeriesQuestionChoiceTranslation.md +32 -0
  322. package/docs/SeriesQuestionChoiceUpdateInputs.md +28 -0
  323. package/docs/SeriesQuestionCreateInputs.md +56 -0
  324. package/docs/SeriesQuestionTranslation.md +32 -0
  325. package/docs/SeriesQuestionTranslationUpdateInputs.md +24 -0
  326. package/docs/SeriesQuestionType.md +30 -0
  327. package/docs/SeriesQuestionUpdateInputs.md +56 -0
  328. package/docs/SeriesQuestionUpdateInputsChoices.md +18 -0
  329. package/docs/SeriesQuestionsApi.md +421 -0
  330. package/docs/SeriesQuestionsChoicesApi.md +244 -0
  331. package/docs/SeriesRegistration.md +4 -0
  332. package/docs/SeriesRegistrationQuestionResponse.md +34 -0
  333. package/docs/SeriesRegistrationResponsesUpdateInputs.md +20 -0
  334. package/docs/SeriesRegistrationResponsesUpdateInputsResponsesInner.md +22 -0
  335. package/docs/SeriesRegistrationsApi.md +203 -10
  336. package/docs/SeriesTranslation.md +38 -0
  337. package/docs/SeriesTranslationUpdateInputs.md +28 -0
  338. package/docs/SeriesUpdateInputs.md +6 -0
  339. package/docs/SideEffect.md +4 -0
  340. package/docs/SideEffectActionType.md +2 -0
  341. package/docs/StorageVideosApi.md +4 -4
  342. package/docs/StorageVideosCaptionsApi.md +2 -2
  343. package/docs/StreamsApi.md +2 -2
  344. package/docs/StreamsOutputsApi.md +8 -8
  345. package/docs/StreamsSessionsApi.md +4 -4
  346. package/docs/SupportApi.md +4 -4
  347. package/docs/SupportMessagesApi.md +4 -4
  348. package/docs/SupportNotesApi.md +4 -4
  349. package/docs/Survey.md +2 -4
  350. package/docs/SurveyCreateInputs.md +2 -2
  351. package/docs/SurveyUpdateInputs.md +2 -2
  352. package/docs/SurveysApi.md +64 -0
  353. package/docs/SurveysQuestionsApi.md +32 -32
  354. package/docs/SurveysSectionsApi.md +10 -10
  355. package/docs/SurveysSessionsApi.md +117 -0
  356. package/docs/SurveysSubmissionsApi.md +12 -12
  357. package/docs/ThreadsCirclesAccountsApi.md +8 -8
  358. package/docs/ThreadsMessagesApi.md +2 -2
  359. package/docs/ThreadsMessagesFilesApi.md +2 -2
  360. package/docs/ThreadsMessagesImagesApi.md +2 -2
  361. package/docs/ThreadsMessagesReactionsApi.md +4 -4
  362. package/docs/ThreadsMessagesVideosApi.md +2 -2
  363. package/docs/UpdateEventPassAttributes200Response.md +24 -0
  364. package/docs/UpdateEventRoundQuestion200Response.md +24 -0
  365. package/docs/UpdateEventSessionRoundQuestion200Response.md +24 -0
  366. package/docs/UpdateOrganizationDomain200Response.md +24 -0
  367. package/package.json +1 -1
  368. package/docs/BadgeFieldType.md +0 -20
  369. package/docs/BaseEventOnSiteBadgeField.md +0 -44
  370. package/docs/EventBadgeFieldUpdateInputs.md +0 -34
  371. package/docs/EventOnSiteBadgeField.md +0 -46
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getSupportTicket(
167
167
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
168
168
 
169
169
  # **getSupportTicketActivity**
170
- > CreateAccountAddress200Response getSupportTicketActivity()
170
+ > GetSupportTicketActivity200Response getSupportTicketActivity()
171
171
 
172
172
  Get Support Ticket Activity endpoint
173
173
 
@@ -198,7 +198,7 @@ const { status, data } = await apiInstance.getSupportTicketActivity(
198
198
 
199
199
  ### Return type
200
200
 
201
- **CreateAccountAddress200Response**
201
+ **GetSupportTicketActivity200Response**
202
202
 
203
203
  ### Authorization
204
204
 
@@ -218,7 +218,7 @@ const { status, data } = await apiInstance.getSupportTicketActivity(
218
218
  [[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)
219
219
 
220
220
  # **getSupportTicketViewer**
221
- > GetAccountInvitations200Response getSupportTicketViewer()
221
+ > GetSupportTicketViewer200Response getSupportTicketViewer()
222
222
 
223
223
  Get Support Ticket Viewer endpoint
224
224
 
@@ -264,7 +264,7 @@ const { status, data } = await apiInstance.getSupportTicketViewer(
264
264
 
265
265
  ### Return type
266
266
 
267
- **GetAccountInvitations200Response**
267
+ **GetSupportTicketViewer200Response**
268
268
 
269
269
  ### Authorization
270
270
 
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
8
8
  |[**getSupportTicketMessages**](#getsupportticketmessages) | **GET** /supportTickets/{supportTicketId}/messages | Get Support Ticket Messages|
9
9
 
10
10
  # **createSupportTicketMessage**
11
- > CreateAccountAddress200Response createSupportTicketMessage(supportTicketMessageCreateInputs)
11
+ > CreateSupportTicketMessage200Response createSupportTicketMessage(supportTicketMessageCreateInputs)
12
12
 
13
13
  Create Support Ticket Message endpoint
14
14
 
@@ -43,7 +43,7 @@ const { status, data } = await apiInstance.createSupportTicketMessage(
43
43
 
44
44
  ### Return type
45
45
 
46
- **CreateAccountAddress200Response**
46
+ **CreateSupportTicketMessage200Response**
47
47
 
48
48
  ### Authorization
49
49
 
@@ -63,7 +63,7 @@ const { status, data } = await apiInstance.createSupportTicketMessage(
63
63
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
64
64
 
65
65
  # **getSupportTicketMessages**
66
- > GetAccountInvitations200Response getSupportTicketMessages()
66
+ > GetSupportTicketMessages200Response getSupportTicketMessages()
67
67
 
68
68
  Get Support Ticket Messages endpoint
69
69
 
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.getSupportTicketMessages(
106
106
 
107
107
  ### Return type
108
108
 
109
- **GetAccountInvitations200Response**
109
+ **GetSupportTicketMessages200Response**
110
110
 
111
111
  ### Authorization
112
112
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getSupportTicketNotes**](#getsupportticketnotes) | **GET** /supportTickets/{supportTicketId}/notes | Get Support Ticket Notes|
10
10
 
11
11
  # **createSupportTicketNote**
12
- > CreateAccountAddress200Response createSupportTicketNote(supportTicketNoteCreateInputs)
12
+ > CreateSupportTicket200Response createSupportTicketNote(supportTicketNoteCreateInputs)
13
13
 
14
14
  Create Support Ticket Note endpoint
15
15
 
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.createSupportTicketNote(
44
44
 
45
45
  ### Return type
46
46
 
47
- **CreateAccountAddress200Response**
47
+ **CreateSupportTicket200Response**
48
48
 
49
49
  ### Authorization
50
50
 
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.deleteSupportTicketNote(
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
  # **getSupportTicketNotes**
121
- > GetAccountInvitations200Response getSupportTicketNotes()
121
+ > GetSupportTicketNotes200Response getSupportTicketNotes()
122
122
 
123
123
  Get Support Ticket Notes endpoint
124
124
 
@@ -161,7 +161,7 @@ const { status, data } = await apiInstance.getSupportTicketNotes(
161
161
 
162
162
  ### Return type
163
163
 
164
- **GetAccountInvitations200Response**
164
+ **GetSupportTicketNotes200Response**
165
165
 
166
166
  ### Authorization
167
167
 
package/docs/Survey.md CHANGED
@@ -19,8 +19,7 @@ Name | Type | Description | Notes
19
19
  **updatedAt** | **string** | | [default to undefined]
20
20
  **eventId** | **string** | | [default to undefined]
21
21
  **event** | [**BaseEvent**](BaseEvent.md) | | [default to undefined]
22
- **sessionId** | **string** | | [default to undefined]
23
- **session** | [**BaseEventSession**](BaseEventSession.md) | | [default to undefined]
22
+ **requireCheckIn** | **boolean** | | [default to undefined]
24
23
  **activationId** | **string** | | [default to undefined]
25
24
  **activation** | [**BaseEventActivation**](BaseEventActivation.md) | | [default to undefined]
26
25
  **passTypes** | [**Array<BaseEventPassType>**](BaseEventPassType.md) | | [default to undefined]
@@ -46,8 +45,7 @@ const instance: Survey = {
46
45
  updatedAt,
47
46
  eventId,
48
47
  event,
49
- sessionId,
50
- session,
48
+ requireCheckIn,
51
49
  activationId,
52
50
  activation,
53
51
  passTypes,
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
11
11
  **description** | **string** | | [optional] [default to undefined]
12
12
  **imageId** | **string** | | [optional] [default to undefined]
13
13
  **requireAuth** | **boolean** | | [optional] [default to undefined]
14
+ **requireCheckIn** | **boolean** | | [optional] [default to undefined]
14
15
  **submissionsPerAccount** | [**InvoiceLineItemCreateInputsQuantity**](InvoiceLineItemCreateInputsQuantity.md) | | [optional] [default to undefined]
15
16
  **replyTo** | **string** | | [optional] [default to undefined]
16
17
  **emailBody** | **string** | | [optional] [default to undefined]
17
18
  **eventId** | **string** | | [optional] [default to undefined]
18
- **sessionId** | **string** | | [optional] [default to undefined]
19
19
  **activationId** | **string** | | [optional] [default to undefined]
20
20
 
21
21
  ## Example
@@ -30,11 +30,11 @@ const instance: SurveyCreateInputs = {
30
30
  description,
31
31
  imageId,
32
32
  requireAuth,
33
+ requireCheckIn,
33
34
  submissionsPerAccount,
34
35
  replyTo,
35
36
  emailBody,
36
37
  eventId,
37
- sessionId,
38
38
  activationId,
39
39
  };
40
40
  ```
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
11
11
  **description** | **string** | | [optional] [default to undefined]
12
12
  **imageId** | **string** | | [optional] [default to undefined]
13
13
  **requireAuth** | **boolean** | | [optional] [default to undefined]
14
+ **requireCheckIn** | **boolean** | | [optional] [default to undefined]
14
15
  **submissionsPerAccount** | [**InvoiceLineItemCreateInputsQuantity**](InvoiceLineItemCreateInputsQuantity.md) | | [optional] [default to undefined]
15
16
  **replyTo** | **string** | | [optional] [default to undefined]
16
17
  **emailBody** | **string** | | [optional] [default to undefined]
17
18
  **eventId** | **string** | | [optional] [default to undefined]
18
- **sessionId** | **string** | | [optional] [default to undefined]
19
19
  **activationId** | **string** | | [optional] [default to undefined]
20
20
 
21
21
  ## Example
@@ -30,11 +30,11 @@ const instance: SurveyUpdateInputs = {
30
30
  description,
31
31
  imageId,
32
32
  requireAuth,
33
+ requireCheckIn,
33
34
  submissionsPerAccount,
34
35
  replyTo,
35
36
  emailBody,
36
37
  eventId,
37
- sessionId,
38
38
  activationId,
39
39
  };
40
40
  ```
@@ -7,6 +7,7 @@ All URIs are relative to *https://admin-api.connected.dev*
7
7
  |[**createSurvey**](#createsurvey) | **POST** /surveys | Create Survey|
8
8
  |[**deleteSurvey**](#deletesurvey) | **DELETE** /surveys/{surveyId} | Delete Survey|
9
9
  |[**getSurvey**](#getsurvey) | **GET** /surveys/{surveyId} | Get Survey|
10
+ |[**getSurveySessions**](#getsurveysessions) | **GET** /surveys/{surveyId}/sessions | Get Survey Sessions|
10
11
  |[**getSurveys**](#getsurveys) | **GET** /surveys | Get Surveys|
11
12
  |[**updateSurvey**](#updatesurvey) | **PUT** /surveys/{surveyId} | Update Survey|
12
13
 
@@ -157,6 +158,69 @@ const { status, data } = await apiInstance.getSurvey(
157
158
  - **Accept**: application/json
158
159
 
159
160
 
161
+ ### HTTP response details
162
+ | Status code | Description | Response headers |
163
+ |-------------|-------------|------------------|
164
+ |**200** | Successful response | - |
165
+
166
+ [[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)
167
+
168
+ # **getSurveySessions**
169
+ > GetEventActivationSessions200Response getSurveySessions()
170
+
171
+ Get Survey Sessions endpoint
172
+
173
+ ### Example
174
+
175
+ ```typescript
176
+ import {
177
+ SurveysApi,
178
+ Configuration
179
+ } from '@connectedxm/admin-sdk';
180
+
181
+ const configuration = new Configuration();
182
+ const apiInstance = new SurveysApi(configuration);
183
+
184
+ let surveyId: string; //The survey identifier (default to undefined)
185
+ let page: number; //Page number (optional) (default to 1)
186
+ let pageSize: number; //Number of items per page (optional) (default to 25)
187
+ let orderBy: string; //Field to order by (optional) (default to undefined)
188
+ let search: string; //Search query (optional) (default to undefined)
189
+
190
+ const { status, data } = await apiInstance.getSurveySessions(
191
+ surveyId,
192
+ page,
193
+ pageSize,
194
+ orderBy,
195
+ search
196
+ );
197
+ ```
198
+
199
+ ### Parameters
200
+
201
+ |Name | Type | Description | Notes|
202
+ |------------- | ------------- | ------------- | -------------|
203
+ | **surveyId** | [**string**] | The survey identifier | defaults to undefined|
204
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
205
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
206
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
207
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
208
+
209
+
210
+ ### Return type
211
+
212
+ **GetEventActivationSessions200Response**
213
+
214
+ ### Authorization
215
+
216
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
217
+
218
+ ### HTTP request headers
219
+
220
+ - **Content-Type**: Not defined
221
+ - **Accept**: application/json
222
+
223
+
160
224
  ### HTTP response details
161
225
  | Status code | Description | Response headers |
162
226
  |-------------|-------------|------------------|
@@ -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