@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
@@ -12,7 +12,7 @@ All URIs are relative to *https://admin-api.connected.dev*
12
12
  |[**removeOrganizationModuleEnabledTier**](#removeorganizationmoduleenabledtier) | **DELETE** /organization/modules/{moduleType}/enabledTiers/{tierId} | Remove Organization Module Enabled Tier|
13
13
 
14
14
  # **addOrganizationModuleEditableTier**
15
- > CreateAccountAddress200Response addOrganizationModuleEditableTier()
15
+ > GetOrganizationModule200Response addOrganizationModuleEditableTier()
16
16
 
17
17
  Add Organization Module Editable Tier endpoint
18
18
 
@@ -46,7 +46,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEditableTier(
46
46
 
47
47
  ### Return type
48
48
 
49
- **CreateAccountAddress200Response**
49
+ **GetOrganizationModule200Response**
50
50
 
51
51
  ### Authorization
52
52
 
@@ -66,7 +66,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEditableTier(
66
66
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
67
67
 
68
68
  # **addOrganizationModuleEnabledTier**
69
- > CreateAccountAddress200Response addOrganizationModuleEnabledTier()
69
+ > GetOrganizationModule200Response addOrganizationModuleEnabledTier()
70
70
 
71
71
  Add Organization Module Enabled Tier endpoint
72
72
 
@@ -100,7 +100,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEnabledTier(
100
100
 
101
101
  ### Return type
102
102
 
103
- **CreateAccountAddress200Response**
103
+ **GetOrganizationModule200Response**
104
104
 
105
105
  ### Authorization
106
106
 
@@ -120,7 +120,7 @@ const { status, data } = await apiInstance.addOrganizationModuleEnabledTier(
120
120
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
121
121
 
122
122
  # **getOrganizationModuleEditableTiers**
123
- > GetAccountInvitations200Response getOrganizationModuleEditableTiers()
123
+ > GetAccountTiers200Response getOrganizationModuleEditableTiers()
124
124
 
125
125
  Get Organization Module Editable Tiers endpoint
126
126
 
@@ -163,7 +163,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEditableTiers(
163
163
 
164
164
  ### Return type
165
165
 
166
- **GetAccountInvitations200Response**
166
+ **GetAccountTiers200Response**
167
167
 
168
168
  ### Authorization
169
169
 
@@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEditableTiers(
183
183
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
184
184
 
185
185
  # **getOrganizationModuleEnabledTiers**
186
- > GetAccountInvitations200Response getOrganizationModuleEnabledTiers()
186
+ > GetAccountTiers200Response getOrganizationModuleEnabledTiers()
187
187
 
188
188
  Get Organization Module Enabled Tiers endpoint
189
189
 
@@ -226,7 +226,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEnabledTiers(
226
226
 
227
227
  ### Return type
228
228
 
229
- **GetAccountInvitations200Response**
229
+ **GetAccountTiers200Response**
230
230
 
231
231
  ### Authorization
232
232
 
@@ -246,7 +246,7 @@ const { status, data } = await apiInstance.getOrganizationModuleEnabledTiers(
246
246
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
247
247
 
248
248
  # **removeOrganizationModuleEditableTier**
249
- > CreateAccountAddress200Response removeOrganizationModuleEditableTier()
249
+ > GetOrganizationModule200Response removeOrganizationModuleEditableTier()
250
250
 
251
251
  Remove Organization Module Editable Tier endpoint
252
252
 
@@ -280,7 +280,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEditableTier(
280
280
 
281
281
  ### Return type
282
282
 
283
- **CreateAccountAddress200Response**
283
+ **GetOrganizationModule200Response**
284
284
 
285
285
  ### Authorization
286
286
 
@@ -300,7 +300,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEditableTier(
300
300
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
301
301
 
302
302
  # **removeOrganizationModuleEnabledTier**
303
- > CreateAccountAddress200Response removeOrganizationModuleEnabledTier()
303
+ > GetOrganizationModule200Response removeOrganizationModuleEnabledTier()
304
304
 
305
305
  Remove Organization Module Enabled Tier endpoint
306
306
 
@@ -334,7 +334,7 @@ const { status, data } = await apiInstance.removeOrganizationModuleEnabledTier(
334
334
 
335
335
  ### Return type
336
336
 
337
- **CreateAccountAddress200Response**
337
+ **GetOrganizationModule200Response**
338
338
 
339
339
  ### Authorization
340
340
 
@@ -15,7 +15,7 @@ All URIs are relative to *https://admin-api.connected.dev*
15
15
  |[**updateOrganizationPaymentIntegration**](#updateorganizationpaymentintegration) | **PUT** /organization/payment/{integrationId} | Update Organization Payment Integration|
16
16
 
17
17
  # **createOrganizationPaymentIntegration**
18
- > CreateAccountAddress200Response createOrganizationPaymentIntegration(organizationPaymentIntegrationCreateInputs)
18
+ > CreateOrganizationPaymentIntegration200Response createOrganizationPaymentIntegration(organizationPaymentIntegrationCreateInputs)
19
19
 
20
20
  Create Organization Payment Integration endpoint
21
21
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.createOrganizationPaymentIntegration(
47
47
 
48
48
  ### Return type
49
49
 
50
- **CreateAccountAddress200Response**
50
+ **CreateOrganizationPaymentIntegration200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.createOrganizationPaymentIntegration(
67
67
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
68
68
 
69
69
  # **deleteOrganizationPaymentIntegration**
70
- > CreateAccountAddress200Response deleteOrganizationPaymentIntegration()
70
+ > DeleteDashboard200Response deleteOrganizationPaymentIntegration()
71
71
 
72
72
  Delete Organization Payment Integration endpoint
73
73
 
@@ -98,7 +98,7 @@ const { status, data } = await apiInstance.deleteOrganizationPaymentIntegration(
98
98
 
99
99
  ### Return type
100
100
 
101
- **CreateAccountAddress200Response**
101
+ **DeleteDashboard200Response**
102
102
 
103
103
  ### Authorization
104
104
 
@@ -118,7 +118,7 @@ const { status, data } = await apiInstance.deleteOrganizationPaymentIntegration(
118
118
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
119
119
 
120
120
  # **getOrganizationPaymentIntegration**
121
- > CreateAccountAddress200Response getOrganizationPaymentIntegration()
121
+ > CreateOrganizationPaymentIntegration200Response getOrganizationPaymentIntegration()
122
122
 
123
123
  Get Organization Payment Integration endpoint
124
124
 
@@ -149,7 +149,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegration(
149
149
 
150
150
  ### Return type
151
151
 
152
- **CreateAccountAddress200Response**
152
+ **CreateOrganizationPaymentIntegration200Response**
153
153
 
154
154
  ### Authorization
155
155
 
@@ -169,7 +169,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegration(
169
169
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
170
170
 
171
171
  # **getOrganizationPaymentIntegrations**
172
- > GetAccountInvitations200Response getOrganizationPaymentIntegrations()
172
+ > GetOrganizationPaymentIntegrations200Response getOrganizationPaymentIntegrations()
173
173
 
174
174
  Get Organization Payment Integrations endpoint
175
175
 
@@ -209,7 +209,7 @@ const { status, data } = await apiInstance.getOrganizationPaymentIntegrations(
209
209
 
210
210
  ### Return type
211
211
 
212
- **GetAccountInvitations200Response**
212
+ **GetOrganizationPaymentIntegrations200Response**
213
213
 
214
214
  ### Authorization
215
215
 
@@ -397,7 +397,7 @@ const { status, data } = await apiInstance.refundOrganizationPayment(
397
397
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
398
398
 
399
399
  # **toggleOrganizationPaymentIntegration**
400
- > CreateAccountAddress200Response toggleOrganizationPaymentIntegration()
400
+ > CreateOrganizationPaymentIntegration200Response toggleOrganizationPaymentIntegration()
401
401
 
402
402
  Toggle Organization Payment Integration endpoint
403
403
 
@@ -428,7 +428,7 @@ const { status, data } = await apiInstance.toggleOrganizationPaymentIntegration(
428
428
 
429
429
  ### Return type
430
430
 
431
- **CreateAccountAddress200Response**
431
+ **CreateOrganizationPaymentIntegration200Response**
432
432
 
433
433
  ### Authorization
434
434
 
@@ -448,7 +448,7 @@ const { status, data } = await apiInstance.toggleOrganizationPaymentIntegration(
448
448
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
449
449
 
450
450
  # **updateOrganizationPaymentIntegration**
451
- > CreateAccountAddress200Response updateOrganizationPaymentIntegration(organizationPaymentIntegrationUpdateInputs)
451
+ > CreateOrganizationPaymentIntegration200Response updateOrganizationPaymentIntegration(organizationPaymentIntegrationUpdateInputs)
452
452
 
453
453
  Update Organization Payment Integration endpoint
454
454
 
@@ -483,7 +483,7 @@ const { status, data } = await apiInstance.updateOrganizationPaymentIntegration(
483
483
 
484
484
  ### Return type
485
485
 
486
- **CreateAccountAddress200Response**
486
+ **CreateOrganizationPaymentIntegration200Response**
487
487
 
488
488
  ### Authorization
489
489
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**getOrganizationSideEffects**](#getorganizationsideeffects) | **GET** /organization/sideEffects | Get Organization Side Effects|
11
11
 
12
12
  # **createOrganizationSideEffect**
13
- > CreateAccountAddress200Response createOrganizationSideEffect()
13
+ > CreateOrganizationSideEffect200Response createOrganizationSideEffect()
14
14
 
15
15
  Create Organization Side Effect endpoint
16
16
 
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.createOrganizationSideEffect(
50
50
 
51
51
  ### Return type
52
52
 
53
- **CreateAccountAddress200Response**
53
+ **CreateOrganizationSideEffect200Response**
54
54
 
55
55
  ### Authorization
56
56
 
@@ -70,7 +70,7 @@ const { status, data } = await apiInstance.createOrganizationSideEffect(
70
70
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
71
71
 
72
72
  # **deleteOrganizationSideEffect**
73
- > CreateAccountAddress200Response deleteOrganizationSideEffect()
73
+ > CreateOrganizationSideEffect200Response deleteOrganizationSideEffect()
74
74
 
75
75
  Delete Organization Side Effect endpoint
76
76
 
@@ -101,7 +101,7 @@ const { status, data } = await apiInstance.deleteOrganizationSideEffect(
101
101
 
102
102
  ### Return type
103
103
 
104
- **CreateAccountAddress200Response**
104
+ **CreateOrganizationSideEffect200Response**
105
105
 
106
106
  ### Authorization
107
107
 
@@ -121,7 +121,7 @@ const { status, data } = await apiInstance.deleteOrganizationSideEffect(
121
121
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
122
122
 
123
123
  # **getOrganizationSideEffect**
124
- > CreateAccountAddress200Response getOrganizationSideEffect()
124
+ > CreateOrganizationSideEffect200Response getOrganizationSideEffect()
125
125
 
126
126
  Get Organization Side Effect endpoint
127
127
 
@@ -152,7 +152,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffect(
152
152
 
153
153
  ### Return type
154
154
 
155
- **CreateAccountAddress200Response**
155
+ **CreateOrganizationSideEffect200Response**
156
156
 
157
157
  ### Authorization
158
158
 
@@ -172,7 +172,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffect(
172
172
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
173
173
 
174
174
  # **getOrganizationSideEffects**
175
- > GetAccountInvitations200Response getOrganizationSideEffects()
175
+ > GetOrganizationSideEffects200Response getOrganizationSideEffects()
176
176
 
177
177
  Get Organization Side Effects endpoint
178
178
 
@@ -218,7 +218,7 @@ const { status, data } = await apiInstance.getOrganizationSideEffects(
218
218
 
219
219
  ### Return type
220
220
 
221
- **GetAccountInvitations200Response**
221
+ **GetOrganizationSideEffects200Response**
222
222
 
223
223
  ### Authorization
224
224
 
@@ -17,7 +17,7 @@ All URIs are relative to *https://admin-api.connected.dev*
17
17
  |[**updateTaxIntegration**](#updatetaxintegration) | **PUT** /organization/tax/{type} | Update Tax Integration|
18
18
 
19
19
  # **createTaxIntegration**
20
- > CreateAccountAddress200Response createTaxIntegration(taxIntegrationCreateInputs)
20
+ > GetTaxIntegration200Response createTaxIntegration(taxIntegrationCreateInputs)
21
21
 
22
22
  Create Tax Integration endpoint
23
23
 
@@ -52,7 +52,7 @@ const { status, data } = await apiInstance.createTaxIntegration(
52
52
 
53
53
  ### Return type
54
54
 
55
- **CreateAccountAddress200Response**
55
+ **GetTaxIntegration200Response**
56
56
 
57
57
  ### Authorization
58
58
 
@@ -504,7 +504,7 @@ const { status, data } = await apiInstance.testTaxIntegration(
504
504
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
505
505
 
506
506
  # **toggleTaxIntegration**
507
- > CreateAccountAddress200Response toggleTaxIntegration()
507
+ > GetTaxIntegration200Response toggleTaxIntegration()
508
508
 
509
509
  Toggle Tax Integration endpoint
510
510
 
@@ -535,7 +535,7 @@ const { status, data } = await apiInstance.toggleTaxIntegration(
535
535
 
536
536
  ### Return type
537
537
 
538
- **CreateAccountAddress200Response**
538
+ **GetTaxIntegration200Response**
539
539
 
540
540
  ### Authorization
541
541
 
@@ -555,7 +555,7 @@ const { status, data } = await apiInstance.toggleTaxIntegration(
555
555
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
556
556
 
557
557
  # **updateTaxIntegration**
558
- > CreateAccountAddress200Response updateTaxIntegration(taxIntegrationUpdateInputs)
558
+ > GetTaxIntegration200Response updateTaxIntegration(taxIntegrationUpdateInputs)
559
559
 
560
560
  Update Tax Integration endpoint
561
561
 
@@ -590,7 +590,7 @@ const { status, data } = await apiInstance.updateTaxIntegration(
590
590
 
591
591
  ### Return type
592
592
 
593
- **CreateAccountAddress200Response**
593
+ **GetTaxIntegration200Response**
594
594
 
595
595
  ### Authorization
596
596
 
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
11
11
  |[**updateOrganizationTeamMember**](#updateorganizationteammember) | **PUT** /organization/team-members/{teamMemberId} | Update Organization Team Member|
12
12
 
13
13
  # **createOrganizationTeamMember**
14
- > CreateAccountAddress200Response createOrganizationTeamMember(organizationTeamMemberCreateInputs)
14
+ > CreateOrganizationTeamMember200Response createOrganizationTeamMember(organizationTeamMemberCreateInputs)
15
15
 
16
16
  Create Organization Team Member endpoint
17
17
 
@@ -43,7 +43,7 @@ const { status, data } = await apiInstance.createOrganizationTeamMember(
43
43
 
44
44
  ### Return type
45
45
 
46
- **CreateAccountAddress200Response**
46
+ **CreateOrganizationTeamMember200Response**
47
47
 
48
48
  ### Authorization
49
49
 
@@ -114,7 +114,7 @@ const { status, data } = await apiInstance.deleteOrganizationTeamMember(
114
114
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
115
115
 
116
116
  # **getOrganizationTeamMember**
117
- > CreateAccountAddress200Response getOrganizationTeamMember()
117
+ > DeleteDashboard200Response getOrganizationTeamMember()
118
118
 
119
119
  Get Organization Team Member endpoint
120
120
 
@@ -145,7 +145,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMember(
145
145
 
146
146
  ### Return type
147
147
 
148
- **CreateAccountAddress200Response**
148
+ **DeleteDashboard200Response**
149
149
 
150
150
  ### Authorization
151
151
 
@@ -165,7 +165,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMember(
165
165
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
166
166
 
167
167
  # **getOrganizationTeamMembers**
168
- > GetAccountInvitations200Response getOrganizationTeamMembers()
168
+ > GetOrganizationTeamMembers200Response getOrganizationTeamMembers()
169
169
 
170
170
  Get Organization Team Members endpoint
171
171
 
@@ -205,7 +205,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMembers(
205
205
 
206
206
  ### Return type
207
207
 
208
- **GetAccountInvitations200Response**
208
+ **GetOrganizationTeamMembers200Response**
209
209
 
210
210
  ### Authorization
211
211
 
@@ -225,7 +225,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMembers(
225
225
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
226
226
 
227
227
  # **updateOrganizationTeamMember**
228
- > CreateAccountAddress200Response updateOrganizationTeamMember()
228
+ > CreateOrganizationTeamMember200Response updateOrganizationTeamMember()
229
229
 
230
230
  Update Organization Team Member endpoint
231
231
 
@@ -260,7 +260,7 @@ const { status, data } = await apiInstance.updateOrganizationTeamMember(
260
260
 
261
261
  ### Return type
262
262
 
263
- **CreateAccountAddress200Response**
263
+ **CreateOrganizationTeamMember200Response**
264
264
 
265
265
  ### Authorization
266
266
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**getOrganizationUsers**](#getorganizationusers) | **GET** /organization/users | Get Organization Users|
10
10
 
11
11
  # **addOrganizationUser**
12
- > CreateAccountAddress200Response addOrganizationUser()
12
+ > AddOrganizationUser200Response addOrganizationUser()
13
13
 
14
14
  Add Organization User endpoint
15
15
 
@@ -40,7 +40,7 @@ const { status, data } = await apiInstance.addOrganizationUser(
40
40
 
41
41
  ### Return type
42
42
 
43
- **CreateAccountAddress200Response**
43
+ **AddOrganizationUser200Response**
44
44
 
45
45
  ### Authorization
46
46
 
@@ -111,7 +111,7 @@ const { status, data } = await apiInstance.deleteOrganizationUser(
111
111
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
112
112
 
113
113
  # **getOrganizationUsers**
114
- > GetAccountInvitations200Response getOrganizationUsers()
114
+ > GetOrganizationUsers200Response getOrganizationUsers()
115
115
 
116
116
  Get Organization Users endpoint
117
117
 
@@ -151,7 +151,7 @@ const { status, data } = await apiInstance.getOrganizationUsers(
151
151
 
152
152
  ### Return type
153
153
 
154
- **GetAccountInvitations200Response**
154
+ **GetOrganizationUsers200Response**
155
155
 
156
156
  ### Authorization
157
157
 
@@ -0,0 +1,30 @@
1
+ # PassAttribute
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **attributeId** | **string** | | [default to undefined]
10
+ **attribute** | [**BaseEventAttribute**](BaseEventAttribute.md) | | [default to undefined]
11
+ **value** | **string** | | [default to undefined]
12
+ **createdAt** | **string** | | [default to undefined]
13
+ **updatedAt** | **string** | | [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PassAttribute } from '@connectedxm/admin-sdk';
19
+
20
+ const instance: PassAttribute = {
21
+ id,
22
+ attributeId,
23
+ attribute,
24
+ value,
25
+ createdAt,
26
+ updatedAt,
27
+ };
28
+ ```
29
+
30
+ [[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,20 @@
1
+ # PassAttributesUpdateInputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **values** | [**Array<PassAttributesUpdateInputsValuesInner>**](PassAttributesUpdateInputsValuesInner.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { PassAttributesUpdateInputs } from '@connectedxm/admin-sdk';
14
+
15
+ const instance: PassAttributesUpdateInputs = {
16
+ values,
17
+ };
18
+ ```
19
+
20
+ [[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,22 @@
1
+ # PassAttributesUpdateInputsValuesInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **attributeId** | **string** | | [default to undefined]
9
+ **value** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { PassAttributesUpdateInputsValuesInner } from '@connectedxm/admin-sdk';
15
+
16
+ const instance: PassAttributesUpdateInputsValuesInner = {
17
+ attributeId,
18
+ value,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -31,6 +31,8 @@ Name | Type | Description | Notes
31
31
  **taxCode** | **string** | | [optional] [default to undefined]
32
32
  **taxIncluded** | **boolean** | | [optional] [default to undefined]
33
33
  **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
34
+ **printable** | **boolean** | | [optional] [default to undefined]
35
+ **badgeColor** | **string** | | [optional] [default to undefined]
34
36
 
35
37
  ## Example
36
38
 
@@ -64,6 +66,8 @@ const instance: PassTypeCreateInputs = {
64
66
  taxCode,
65
67
  taxIncluded,
66
68
  taxLocation,
69
+ printable,
70
+ badgeColor,
67
71
  };
68
72
  ```
69
73
 
@@ -33,6 +33,8 @@ Name | Type | Description | Notes
33
33
  **taxCode** | **string** | | [optional] [default to undefined]
34
34
  **taxIncluded** | **boolean** | | [optional] [default to undefined]
35
35
  **taxLocation** | [**TaxLocationType**](TaxLocationType.md) | | [optional] [default to undefined]
36
+ **printable** | **boolean** | | [optional] [default to undefined]
37
+ **badgeColor** | **string** | | [optional] [default to undefined]
36
38
 
37
39
  ## Example
38
40
 
@@ -68,6 +70,8 @@ const instance: PassTypeUpdateInputs = {
68
70
  taxCode,
69
71
  taxIncluded,
70
72
  taxLocation,
73
+ printable,
74
+ badgeColor,
71
75
  };
72
76
  ```
73
77
 
package/docs/Payment.md CHANGED
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
31
31
  **membershipId** | **string** | | [default to undefined]
32
32
  **couponId** | **string** | | [default to undefined]
33
33
  **invoiceId** | **string** | | [default to undefined]
34
+ **seriesId** | **string** | | [default to undefined]
34
35
  **lineItems** | **Array<object>** | | [default to undefined]
35
36
  **createdAt** | **string** | | [default to undefined]
36
37
  **locationAddress1** | **string** | | [default to undefined]
@@ -57,6 +58,7 @@ Name | Type | Description | Notes
57
58
  **space** | [**BaseBookingSpace**](BaseBookingSpace.md) | | [default to undefined]
58
59
  **coupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
59
60
  **invoice** | [**BaseInvoice**](BaseInvoice.md) | | [default to undefined]
61
+ **series** | [**BaseSeries**](BaseSeries.md) | | [default to undefined]
60
62
  **metadata** | **object** | | [optional] [default to undefined]
61
63
 
62
64
  ## Example
@@ -91,6 +93,7 @@ const instance: Payment = {
91
93
  membershipId,
92
94
  couponId,
93
95
  invoiceId,
96
+ seriesId,
94
97
  lineItems,
95
98
  createdAt,
96
99
  locationAddress1,
@@ -117,6 +120,7 @@ const instance: Payment = {
117
120
  space,
118
121
  coupon,
119
122
  invoice,
123
+ series,
120
124
  metadata,
121
125
  };
122
126
  ```
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
34
34
  **access** | [**BaseEventSessionAccess**](BaseEventSessionAccess.md) | | [default to undefined]
35
35
  **booking** | [**BaseBooking**](BaseBooking.md) | | [default to undefined]
36
36
  **coupon** | [**BaseCoupon**](BaseCoupon.md) | | [default to undefined]
37
+ **seriesRegistration** | [**BaseSeriesRegistration**](BaseSeriesRegistration.md) | | [default to undefined]
37
38
  **payment** | [**BasePayment**](BasePayment.md) | | [default to undefined]
38
39
 
39
40
  ## Example
@@ -71,6 +72,7 @@ const instance: PaymentLineItem = {
71
72
  access,
72
73
  booking,
73
74
  coupon,
75
+ seriesRegistration,
74
76
  payment,
75
77
  };
76
78
  ```
@@ -21,6 +21,8 @@
21
21
 
22
22
  * `Coupon` (value: `'coupon'`)
23
23
 
24
+ * `Series` (value: `'series'`)
25
+
24
26
  * `Refund` (value: `'refund'`)
25
27
 
26
28
  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -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)