@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
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
8
8
  |[**updatePreferences**](#updatepreferences) | **PUT** /preferences | Update Preferences|
9
9
 
10
10
  # **getPreferences**
11
- > CreateAccountAddress200Response getPreferences()
11
+ > GetPreferences200Response getPreferences()
12
12
 
13
13
  Get Preferences endpoint
14
14
 
@@ -32,7 +32,7 @@ This endpoint does not have any parameters.
32
32
 
33
33
  ### Return type
34
34
 
35
- **CreateAccountAddress200Response**
35
+ **GetPreferences200Response**
36
36
 
37
37
  ### Authorization
38
38
 
@@ -52,7 +52,7 @@ This endpoint does not have any parameters.
52
52
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
53
53
 
54
54
  # **updatePreferences**
55
- > CreateAccountAddress200Response updatePreferences(adminNotificationPreferencesUpdateInputs)
55
+ > GetPreferences200Response updatePreferences(adminNotificationPreferencesUpdateInputs)
56
56
 
57
57
  Update Preferences endpoint
58
58
 
@@ -84,7 +84,7 @@ const { status, data } = await apiInstance.updatePreferences(
84
84
 
85
85
  ### Return type
86
86
 
87
- **CreateAccountAddress200Response**
87
+ **GetPreferences200Response**
88
88
 
89
89
  ### Authorization
90
90
 
@@ -0,0 +1,24 @@
1
+ # RemoveEventPassAttribute200Response
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** | [**PassAttribute**](PassAttribute.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { RemoveEventPassAttribute200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: RemoveEventPassAttribute200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventFaqSectionQuestions200Response
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<Faq>**](Faq.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventFaqSectionQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventFaqSectionQuestions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventFollowupQuestions200Response
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<RegistrationFollowupQuestion>**](RegistrationFollowupQuestion.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventFollowupQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventFollowupQuestions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventQuestionChoiceSubQuestions200Response
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<RegistrationQuestionChoiceSubQuestion>**](RegistrationQuestionChoiceSubQuestion.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventQuestionChoiceSubQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventQuestionChoiceSubQuestions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventQuestionChoices200Response
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<RegistrationQuestionChoice>**](RegistrationQuestionChoice.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventQuestionChoices200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventQuestionChoices200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventSectionQuestions200Response
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<RegistrationSectionQuestion>**](RegistrationSectionQuestion.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventSectionQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventSectionQuestions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventSessionQuestionChoiceSubQuestions200Response
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<EventSessionQuestionChoiceSubQuestion>**](EventSessionQuestionChoiceSubQuestion.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventSessionQuestionChoiceSubQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventSessionQuestionChoiceSubQuestions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventSessionQuestionChoices200Response
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<EventSessionQuestionChoice>**](EventSessionQuestionChoice.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventSessionQuestionChoices200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventSessionQuestionChoices200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventSessionSectionQuestions200Response
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<EventSessionSectionQuestion>**](EventSessionSectionQuestion.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventSessionSectionQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventSessionSectionQuestions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventSponsorshipLevels200Response
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<EventSponsorshipLevel>**](EventSponsorshipLevel.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventSponsorshipLevels200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventSponsorshipLevels200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderEventSponsorships200Response
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<EventSponsorship>**](EventSponsorship.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderEventSponsorships200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderEventSponsorships200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderSeriesQuestionChoices200Response
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<SeriesQuestionChoice>**](SeriesQuestionChoice.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderSeriesQuestionChoices200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderSeriesQuestionChoices200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderSurveyQuestionChoiceSubQuestions200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveyQuestionChoiceSubQuestion>**](SurveyQuestionChoiceSubQuestion.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderSurveyQuestionChoiceSubQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderSurveyQuestionChoiceSubQuestions200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderSurveyQuestionChoices200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveyQuestionChoice>**](SurveyQuestionChoice.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderSurveyQuestionChoices200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderSurveyQuestionChoices200Response = {
18
+ status,
19
+ message,
20
+ data,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # ReorderSurveySectionQuestions200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+ **data** | [**Array<SurveySectionQuestion>**](SurveySectionQuestion.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ReorderSurveySectionQuestions200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: ReorderSurveySectionQuestions200Response = {
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)
@@ -13,7 +13,7 @@ All URIs are relative to *https://admin-api.connected.dev*
13
13
  |[**updateSearchListValue**](#updatesearchlistvalue) | **PUT** /searchlists/{searchListId}/values/{valueId} | Update Search List Value|
14
14
 
15
15
  # **bulkUploadSearchListValues**
16
- > CreateAccountAddress200Response bulkUploadSearchListValues()
16
+ > BulkUploadSearchListValues200Response bulkUploadSearchListValues()
17
17
 
18
18
  Bulk Upload Search List Values endpoint
19
19
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.bulkUploadSearchListValues(
47
47
 
48
48
  ### Return type
49
49
 
50
- **CreateAccountAddress200Response**
50
+ **BulkUploadSearchListValues200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.bulkUploadSearchListValues(
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
  # **createSearchListValue**
70
- > CreateAccountAddress200Response createSearchListValue(searchListValueCreateInputs)
70
+ > CreateSearchListValue200Response createSearchListValue(searchListValueCreateInputs)
71
71
 
72
72
  Create Search List Value endpoint
73
73
 
@@ -102,7 +102,7 @@ const { status, data } = await apiInstance.createSearchListValue(
102
102
 
103
103
  ### Return type
104
104
 
105
- **CreateAccountAddress200Response**
105
+ **CreateSearchListValue200Response**
106
106
 
107
107
  ### Authorization
108
108
 
@@ -176,7 +176,7 @@ const { status, data } = await apiInstance.deleteSearchListValue(
176
176
  [[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)
177
177
 
178
178
  # **getSearchListConnectedQuestions**
179
- > CreateAccountAddress200Response getSearchListConnectedQuestions()
179
+ > GetSearchListConnectedQuestions200Response getSearchListConnectedQuestions()
180
180
 
181
181
  Get Search List Connected Questions endpoint
182
182
 
@@ -207,7 +207,7 @@ const { status, data } = await apiInstance.getSearchListConnectedQuestions(
207
207
 
208
208
  ### Return type
209
209
 
210
- **CreateAccountAddress200Response**
210
+ **GetSearchListConnectedQuestions200Response**
211
211
 
212
212
  ### Authorization
213
213
 
@@ -227,7 +227,7 @@ const { status, data } = await apiInstance.getSearchListConnectedQuestions(
227
227
  [[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)
228
228
 
229
229
  # **getSearchListValue**
230
- > GetSearchListValue200Response getSearchListValue()
230
+ > CreateSearchListValue200Response getSearchListValue()
231
231
 
232
232
  Get Search List Value endpoint
233
233
 
@@ -261,7 +261,7 @@ const { status, data } = await apiInstance.getSearchListValue(
261
261
 
262
262
  ### Return type
263
263
 
264
- **GetSearchListValue200Response**
264
+ **CreateSearchListValue200Response**
265
265
 
266
266
  ### Authorization
267
267
 
@@ -281,7 +281,7 @@ const { status, data } = await apiInstance.getSearchListValue(
281
281
  [[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)
282
282
 
283
283
  # **getSearchListValues**
284
- > GetAccountInvitations200Response getSearchListValues()
284
+ > GetSearchListValues200Response getSearchListValues()
285
285
 
286
286
  Get Search List Values endpoint
287
287
 
@@ -324,7 +324,7 @@ const { status, data } = await apiInstance.getSearchListValues(
324
324
 
325
325
  ### Return type
326
326
 
327
- **GetAccountInvitations200Response**
327
+ **GetSearchListValues200Response**
328
328
 
329
329
  ### Authorization
330
330
 
@@ -344,7 +344,7 @@ const { status, data } = await apiInstance.getSearchListValues(
344
344
  [[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)
345
345
 
346
346
  # **updateSearchListValue**
347
- > CreateAccountAddress200Response updateSearchListValue(searchListValueUpdateInputs)
347
+ > CreateSearchListValue200Response updateSearchListValue(searchListValueUpdateInputs)
348
348
 
349
349
  Update Search List Value endpoint
350
350
 
@@ -382,7 +382,7 @@ const { status, data } = await apiInstance.updateSearchListValue(
382
382
 
383
383
  ### Return type
384
384
 
385
- **CreateAccountAddress200Response**
385
+ **CreateSearchListValue200Response**
386
386
 
387
387
  ### Authorization
388
388
 
package/docs/SelfApi.md CHANGED
@@ -55,7 +55,7 @@ This endpoint does not have any parameters.
55
55
  [[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)
56
56
 
57
57
  # **getSelfOrgMembership**
58
- > CreateAccountAddress200Response getSelfOrgMembership()
58
+ > AddOrganizationUser200Response getSelfOrgMembership()
59
59
 
60
60
  Get Self Org Membership endpoint
61
61
 
@@ -79,7 +79,7 @@ This endpoint does not have any parameters.
79
79
 
80
80
  ### Return type
81
81
 
82
- **CreateAccountAddress200Response**
82
+ **AddOrganizationUser200Response**
83
83
 
84
84
  ### Authorization
85
85
 
@@ -13,7 +13,7 @@ All URIs are relative to *https://admin-api.connected.dev*
13
13
  |[**updateSeriesQuestion**](#updateseriesquestion) | **PUT** /series/{seriesId}/questions/{questionId} | Update Series Question|
14
14
 
15
15
  # **createSeriesQuestion**
16
- > CreateAccountAddress200Response createSeriesQuestion(seriesQuestionCreateInputs)
16
+ > CreateSeriesQuestion200Response createSeriesQuestion(seriesQuestionCreateInputs)
17
17
 
18
18
  Create Series Question endpoint
19
19
 
@@ -48,7 +48,7 @@ const { status, data } = await apiInstance.createSeriesQuestion(
48
48
 
49
49
  ### Return type
50
50
 
51
- **CreateAccountAddress200Response**
51
+ **CreateSeriesQuestion200Response**
52
52
 
53
53
  ### Authorization
54
54
 
@@ -122,7 +122,7 @@ const { status, data } = await apiInstance.deleteSeriesQuestion(
122
122
  [[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)
123
123
 
124
124
  # **getSeriesQuestion**
125
- > CreateAccountAddress200Response getSeriesQuestion()
125
+ > CreateSeriesQuestion200Response getSeriesQuestion()
126
126
 
127
127
  Get Series Question endpoint
128
128
 
@@ -156,7 +156,7 @@ const { status, data } = await apiInstance.getSeriesQuestion(
156
156
 
157
157
  ### Return type
158
158
 
159
- **CreateAccountAddress200Response**
159
+ **CreateSeriesQuestion200Response**
160
160
 
161
161
  ### Authorization
162
162
 
@@ -176,7 +176,7 @@ const { status, data } = await apiInstance.getSeriesQuestion(
176
176
  [[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)
177
177
 
178
178
  # **getSeriesQuestionChoice**
179
- > CreateAccountAddress200Response getSeriesQuestionChoice()
179
+ > CreateSeriesQuestionChoice200Response getSeriesQuestionChoice()
180
180
 
181
181
  Get Series Question Choice endpoint
182
182
 
@@ -213,7 +213,7 @@ const { status, data } = await apiInstance.getSeriesQuestionChoice(
213
213
 
214
214
  ### Return type
215
215
 
216
- **CreateAccountAddress200Response**
216
+ **CreateSeriesQuestionChoice200Response**
217
217
 
218
218
  ### Authorization
219
219
 
@@ -233,7 +233,7 @@ const { status, data } = await apiInstance.getSeriesQuestionChoice(
233
233
  [[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)
234
234
 
235
235
  # **getSeriesQuestionChoices**
236
- > GetAccountInvitations200Response getSeriesQuestionChoices()
236
+ > GetSeriesQuestionChoices200Response getSeriesQuestionChoices()
237
237
 
238
238
  Get Series Question Choices endpoint
239
239
 
@@ -279,7 +279,7 @@ const { status, data } = await apiInstance.getSeriesQuestionChoices(
279
279
 
280
280
  ### Return type
281
281
 
282
- **GetAccountInvitations200Response**
282
+ **GetSeriesQuestionChoices200Response**
283
283
 
284
284
  ### Authorization
285
285
 
@@ -299,7 +299,7 @@ const { status, data } = await apiInstance.getSeriesQuestionChoices(
299
299
  [[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)
300
300
 
301
301
  # **getSeriesQuestions**
302
- > GetAccountInvitations200Response getSeriesQuestions()
302
+ > GetSeriesQuestions200Response getSeriesQuestions()
303
303
 
304
304
  Get Series Questions endpoint
305
305
 
@@ -342,7 +342,7 @@ const { status, data } = await apiInstance.getSeriesQuestions(
342
342
 
343
343
  ### Return type
344
344
 
345
- **GetAccountInvitations200Response**
345
+ **GetSeriesQuestions200Response**
346
346
 
347
347
  ### Authorization
348
348
 
@@ -362,7 +362,7 @@ const { status, data } = await apiInstance.getSeriesQuestions(
362
362
  [[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)
363
363
 
364
364
  # **updateSeriesQuestion**
365
- > CreateAccountAddress200Response updateSeriesQuestion()
365
+ > CreateSeriesQuestion200Response updateSeriesQuestion()
366
366
 
367
367
  Update Series Question endpoint
368
368
 
@@ -400,7 +400,7 @@ const { status, data } = await apiInstance.updateSeriesQuestion(
400
400
 
401
401
  ### Return type
402
402
 
403
- **CreateAccountAddress200Response**
403
+ **CreateSeriesQuestion200Response**
404
404
 
405
405
  ### Authorization
406
406