@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
@@ -0,0 +1,24 @@
1
+ # DeleteDashboard200Response
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** | **object** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { DeleteDashboard200Response } from '@connectedxm/admin-sdk';
16
+
17
+ const instance: DeleteDashboard200Response = {
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)
@@ -59,7 +59,7 @@ const { status, data } = await apiInstance.getEmailReceipt(
59
59
  [[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)
60
60
 
61
61
  # **getEmailReceipts**
62
- > GetAccountInvitations200Response getEmailReceipts()
62
+ > GetEmailReceipts200Response getEmailReceipts()
63
63
 
64
64
  Get Email Receipts endpoint
65
65
 
@@ -102,7 +102,7 @@ const { status, data } = await apiInstance.getEmailReceipts(
102
102
 
103
103
  ### Return type
104
104
 
105
- **GetAccountInvitations200Response**
105
+ **GetEmailReceipts200Response**
106
106
 
107
107
  ### Authorization
108
108
 
package/docs/Event.md CHANGED
@@ -78,6 +78,7 @@ Name | Type | Description | Notes
78
78
  **meeting** | [**BaseMeeting**](BaseMeeting.md) | | [default to undefined]
79
79
  **continuousScanning** | **boolean** | | [default to undefined]
80
80
  **scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [default to undefined]
81
+ **activationsDescription** | **string** | | [default to undefined]
81
82
  **_options** | **object** | | [default to undefined]
82
83
 
83
84
  ## Example
@@ -159,6 +160,7 @@ const instance: Event = {
159
160
  meeting,
160
161
  continuousScanning,
161
162
  scanType,
163
+ activationsDescription,
162
164
  _options,
163
165
  };
164
166
  ```
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **startAfter** | **string** | | [default to undefined]
15
15
  **type** | [**EventActivationType**](EventActivationType.md) | | [default to undefined]
16
16
  **accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [default to undefined]
17
+ **sortOrder** | **number** | | [default to undefined]
17
18
  **survey** | [**BaseSurvey**](BaseSurvey.md) | | [default to undefined]
18
19
  **_count** | [**BaseEventActivationCount**](BaseEventActivationCount.md) | | [default to undefined]
19
20
  **eventId** | **string** | | [default to undefined]
@@ -42,6 +43,7 @@ const instance: EventActivation = {
42
43
  startAfter,
43
44
  type,
44
45
  accessLevel,
46
+ sortOrder,
45
47
  survey,
46
48
  _count,
47
49
  eventId,
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
20
20
  **accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [optional] [default to undefined]
21
21
  **continuousScanning** | **boolean** | | [optional] [default to undefined]
22
22
  **scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
23
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
23
24
 
24
25
  ## Example
25
26
 
@@ -42,6 +43,7 @@ const instance: EventActivationCreateInputs = {
42
43
  accessLevel,
43
44
  continuousScanning,
44
45
  scanType,
46
+ sortOrder,
45
47
  };
46
48
  ```
47
49
 
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
18
18
  **accessLevel** | [**PassTypeAccessLevel**](PassTypeAccessLevel.md) | | [optional] [default to undefined]
19
19
  **continuousScanning** | **boolean** | | [optional] [default to undefined]
20
20
  **scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
21
+ **sortOrder** | [**AdvertisementCreateInputsWeight**](AdvertisementCreateInputsWeight.md) | | [optional] [default to undefined]
21
22
 
22
23
  ## Example
23
24
 
@@ -38,6 +39,7 @@ const instance: EventActivationUpdateInputs = {
38
39
  accessLevel,
39
40
  continuousScanning,
40
41
  scanType,
42
+ sortOrder,
41
43
  };
42
44
  ```
43
45
 
@@ -63,6 +63,7 @@ Name | Type | Description | Notes
63
63
  **meetingId** | **string** | | [optional] [default to undefined]
64
64
  **continuousScanning** | **boolean** | | [optional] [default to undefined]
65
65
  **scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
66
+ **activationsDescription** | **string** | | [optional] [default to undefined]
66
67
 
67
68
  ## Example
68
69
 
@@ -128,6 +129,7 @@ const instance: EventCreateInputs = {
128
129
  meetingId,
129
130
  continuousScanning,
130
131
  scanType,
132
+ activationsDescription,
131
133
  };
132
134
  ```
133
135
 
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **reservationDescription** | **string** | | [default to undefined]
14
14
  **imageId** | **string** | | [default to undefined]
15
15
  **image** | [**BaseImage**](BaseImage.md) | | [default to undefined]
16
+ **activationsDescription** | **string** | | [default to undefined]
16
17
  **createdAt** | **string** | | [default to undefined]
17
18
  **updatedAt** | **string** | | [default to undefined]
18
19
 
@@ -30,6 +31,7 @@ const instance: EventTranslation = {
30
31
  reservationDescription,
31
32
  imageId,
32
33
  image,
34
+ activationsDescription,
33
35
  createdAt,
34
36
  updatedAt,
35
37
  };
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **longDescription** | **string** | | [optional] [default to undefined]
11
11
  **reservationDescription** | **string** | | [optional] [default to undefined]
12
12
  **imageId** | **string** | | [optional] [default to undefined]
13
+ **activationsDescription** | **string** | | [optional] [default to undefined]
13
14
 
14
15
  ## Example
15
16
 
@@ -22,6 +23,7 @@ const instance: EventTranslationUpdateInputs = {
22
23
  longDescription,
23
24
  reservationDescription,
24
25
  imageId,
26
+ activationsDescription,
25
27
  };
26
28
  ```
27
29
 
@@ -63,6 +63,7 @@ Name | Type | Description | Notes
63
63
  **meetingId** | **string** | | [optional] [default to undefined]
64
64
  **continuousScanning** | **boolean** | | [optional] [default to undefined]
65
65
  **scanType** | [**OnSiteScanType**](OnSiteScanType.md) | | [optional] [default to undefined]
66
+ **activationsDescription** | **string** | | [optional] [default to undefined]
66
67
 
67
68
  ## Example
68
69
 
@@ -128,6 +129,7 @@ const instance: EventUpdateInputs = {
128
129
  meetingId,
129
130
  continuousScanning,
130
131
  scanType,
132
+ activationsDescription,
131
133
  };
132
134
  ```
133
135
 
@@ -9,7 +9,7 @@ All URIs are relative to *https://admin-api.connected.dev*
9
9
  |[**removeEventAccessUser**](#removeeventaccessuser) | **DELETE** /events/{eventId}/access-users/{userId} | Remove Event Access User|
10
10
 
11
11
  # **addEventAccessUser**
12
- > CreateAccountAddress200Response addEventAccessUser()
12
+ > DeleteDashboard200Response addEventAccessUser()
13
13
 
14
14
  Add Event Access User endpoint
15
15
 
@@ -43,7 +43,7 @@ const { status, data } = await apiInstance.addEventAccessUser(
43
43
 
44
44
  ### Return type
45
45
 
46
- **CreateAccountAddress200Response**
46
+ **DeleteDashboard200Response**
47
47
 
48
48
  ### Authorization
49
49
 
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.getEventAccessUsers(
126
126
  [[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)
127
127
 
128
128
  # **removeEventAccessUser**
129
- > CreateAccountAddress200Response removeEventAccessUser()
129
+ > DeleteDashboard200Response removeEventAccessUser()
130
130
 
131
131
  Remove Event Access User endpoint
132
132
 
@@ -160,7 +160,7 @@ const { status, data } = await apiInstance.removeEventAccessUser(
160
160
 
161
161
  ### Return type
162
162
 
163
- **CreateAccountAddress200Response**
163
+ **DeleteDashboard200Response**
164
164
 
165
165
  ### Authorization
166
166
 
@@ -17,7 +17,7 @@ All URIs are relative to *https://admin-api.connected.dev*
17
17
  |[**updateEventActivationCompletion**](#updateeventactivationcompletion) | **PUT** /events/{eventId}/activations/{activationId}/completions/{completionId} | Update Event Activation Completion|
18
18
 
19
19
  # **createEventActivation**
20
- > CreateAccountAddress200Response createEventActivation(eventActivationCreateInputs)
20
+ > CreateEventActivation200Response createEventActivation(eventActivationCreateInputs)
21
21
 
22
22
  Create Event Activation endpoint
23
23
 
@@ -52,7 +52,7 @@ const { status, data } = await apiInstance.createEventActivation(
52
52
 
53
53
  ### Return type
54
54
 
55
- **CreateAccountAddress200Response**
55
+ **CreateEventActivation200Response**
56
56
 
57
57
  ### Authorization
58
58
 
@@ -72,7 +72,7 @@ const { status, data } = await apiInstance.createEventActivation(
72
72
  [[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)
73
73
 
74
74
  # **createEventActivationCompletion**
75
- > CreateAccountAddress200Response createEventActivationCompletion(eventActivationCompletionCreateInputs)
75
+ > CreateEventActivationCompletion200Response createEventActivationCompletion(eventActivationCompletionCreateInputs)
76
76
 
77
77
  Create Event Activation Completion endpoint
78
78
 
@@ -110,7 +110,7 @@ const { status, data } = await apiInstance.createEventActivationCompletion(
110
110
 
111
111
  ### Return type
112
112
 
113
- **CreateAccountAddress200Response**
113
+ **CreateEventActivationCompletion200Response**
114
114
 
115
115
  ### Authorization
116
116
 
@@ -184,7 +184,7 @@ const { status, data } = await apiInstance.deleteEventActivation(
184
184
  [[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)
185
185
 
186
186
  # **deleteEventActivationCompletion**
187
- > CreateAccountAddress200Response deleteEventActivationCompletion()
187
+ > CreateAccountInvitations200Response deleteEventActivationCompletion()
188
188
 
189
189
  Delete Event Activation Completion endpoint
190
190
 
@@ -221,7 +221,7 @@ const { status, data } = await apiInstance.deleteEventActivationCompletion(
221
221
 
222
222
  ### Return type
223
223
 
224
- **CreateAccountAddress200Response**
224
+ **CreateAccountInvitations200Response**
225
225
 
226
226
  ### Authorization
227
227
 
@@ -241,7 +241,7 @@ const { status, data } = await apiInstance.deleteEventActivationCompletion(
241
241
  [[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)
242
242
 
243
243
  # **getEventActivation**
244
- > GetEventActivation200Response getEventActivation()
244
+ > CreateEventActivation200Response getEventActivation()
245
245
 
246
246
  Get Event Activation endpoint
247
247
 
@@ -275,7 +275,7 @@ const { status, data } = await apiInstance.getEventActivation(
275
275
 
276
276
  ### Return type
277
277
 
278
- **GetEventActivation200Response**
278
+ **CreateEventActivation200Response**
279
279
 
280
280
  ### Authorization
281
281
 
@@ -295,7 +295,7 @@ const { status, data } = await apiInstance.getEventActivation(
295
295
  [[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)
296
296
 
297
297
  # **getEventActivationCompletion**
298
- > CreateAccountAddress200Response getEventActivationCompletion()
298
+ > CreateEventActivationCompletion200Response getEventActivationCompletion()
299
299
 
300
300
  Get Event Activation Completion endpoint
301
301
 
@@ -332,7 +332,7 @@ const { status, data } = await apiInstance.getEventActivationCompletion(
332
332
 
333
333
  ### Return type
334
334
 
335
- **CreateAccountAddress200Response**
335
+ **CreateEventActivationCompletion200Response**
336
336
 
337
337
  ### Authorization
338
338
 
@@ -352,7 +352,7 @@ const { status, data } = await apiInstance.getEventActivationCompletion(
352
352
  [[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)
353
353
 
354
354
  # **getEventActivationCompletions**
355
- > GetAccountInvitations200Response getEventActivationCompletions()
355
+ > GetEventActivationCompletions200Response getEventActivationCompletions()
356
356
 
357
357
  Get Event Activation Completions endpoint
358
358
 
@@ -398,7 +398,7 @@ const { status, data } = await apiInstance.getEventActivationCompletions(
398
398
 
399
399
  ### Return type
400
400
 
401
- **GetAccountInvitations200Response**
401
+ **GetEventActivationCompletions200Response**
402
402
 
403
403
  ### Authorization
404
404
 
@@ -418,7 +418,7 @@ const { status, data } = await apiInstance.getEventActivationCompletions(
418
418
  [[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)
419
419
 
420
420
  # **getEventActivationSessions**
421
- > GetAccountInvitations200Response getEventActivationSessions()
421
+ > GetEventActivationSessions200Response getEventActivationSessions()
422
422
 
423
423
  Get Event Activation Sessions endpoint
424
424
 
@@ -464,7 +464,7 @@ const { status, data } = await apiInstance.getEventActivationSessions(
464
464
 
465
465
  ### Return type
466
466
 
467
- **GetAccountInvitations200Response**
467
+ **GetEventActivationSessions200Response**
468
468
 
469
469
  ### Authorization
470
470
 
@@ -484,7 +484,7 @@ const { status, data } = await apiInstance.getEventActivationSessions(
484
484
  [[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)
485
485
 
486
486
  # **getEventActivations**
487
- > GetAccountInvitations200Response getEventActivations()
487
+ > GetEventActivations200Response getEventActivations()
488
488
 
489
489
  Get Event Activations endpoint
490
490
 
@@ -527,7 +527,7 @@ const { status, data } = await apiInstance.getEventActivations(
527
527
 
528
528
  ### Return type
529
529
 
530
- **GetAccountInvitations200Response**
530
+ **GetEventActivations200Response**
531
531
 
532
532
  ### Authorization
533
533
 
@@ -547,7 +547,7 @@ const { status, data } = await apiInstance.getEventActivations(
547
547
  [[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)
548
548
 
549
549
  # **updateEventActivation**
550
- > CreateAccountAddress200Response updateEventActivation(eventActivationUpdateInputs)
550
+ > CreateEventActivation200Response updateEventActivation(eventActivationUpdateInputs)
551
551
 
552
552
  Update Event Activation endpoint
553
553
 
@@ -585,7 +585,7 @@ const { status, data } = await apiInstance.updateEventActivation(
585
585
 
586
586
  ### Return type
587
587
 
588
- **CreateAccountAddress200Response**
588
+ **CreateEventActivation200Response**
589
589
 
590
590
  ### Authorization
591
591
 
@@ -605,7 +605,7 @@ const { status, data } = await apiInstance.updateEventActivation(
605
605
  [[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)
606
606
 
607
607
  # **updateEventActivationCompletion**
608
- > CreateAccountAddress200Response updateEventActivationCompletion(eventActivationCompletionUpdateInputs)
608
+ > CreateEventActivationCompletion200Response updateEventActivationCompletion(eventActivationCompletionUpdateInputs)
609
609
 
610
610
  Update Event Activation Completion endpoint
611
611
 
@@ -646,7 +646,7 @@ const { status, data } = await apiInstance.updateEventActivationCompletion(
646
646
 
647
647
  ### Return type
648
648
 
649
- **CreateAccountAddress200Response**
649
+ **CreateEventActivationCompletion200Response**
650
650
 
651
651
  ### Authorization
652
652
 
@@ -8,7 +8,7 @@ All URIs are relative to *https://admin-api.connected.dev*
8
8
  |[**removeEventActivationSession**](#removeeventactivationsession) | **DELETE** /events/{eventId}/activations/{activationId}/sessions/{sessionId} | Remove Event Activation Session|
9
9
 
10
10
  # **addEventActivationSession**
11
- > CreateAccountAddress200Response addEventActivationSession()
11
+ > CreateEventActivation200Response addEventActivationSession()
12
12
 
13
13
  Add Event Activation Session endpoint
14
14
 
@@ -45,7 +45,7 @@ const { status, data } = await apiInstance.addEventActivationSession(
45
45
 
46
46
  ### Return type
47
47
 
48
- **CreateAccountAddress200Response**
48
+ **CreateEventActivation200Response**
49
49
 
50
50
  ### Authorization
51
51
 
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.addEventActivationSession(
65
65
  [[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)
66
66
 
67
67
  # **removeEventActivationSession**
68
- > CreateAccountAddress200Response removeEventActivationSession()
68
+ > CreateEventActivation200Response removeEventActivationSession()
69
69
 
70
70
  Remove Event Activation Session endpoint
71
71
 
@@ -102,7 +102,7 @@ const { status, data } = await apiInstance.removeEventActivationSession(
102
102
 
103
103
  ### Return type
104
104
 
105
- **CreateAccountAddress200Response**
105
+ **CreateEventActivation200Response**
106
106
 
107
107
  ### Authorization
108
108
 
@@ -298,7 +298,7 @@ const { status, data } = await apiInstance.getEventAddOn(
298
298
  [[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)
299
299
 
300
300
  # **getEventAddOnPassTypes**
301
- > GetAccountInvitations200Response getEventAddOnPassTypes()
301
+ > GetEventAddOnPassTypes200Response getEventAddOnPassTypes()
302
302
 
303
303
  Get Event Add On Pass Types endpoint
304
304
 
@@ -344,7 +344,7 @@ const { status, data } = await apiInstance.getEventAddOnPassTypes(
344
344
 
345
345
  ### Return type
346
346
 
347
- **GetAccountInvitations200Response**
347
+ **GetEventAddOnPassTypes200Response**
348
348
 
349
349
  ### Authorization
350
350
 
@@ -562,7 +562,7 @@ const { status, data } = await apiInstance.getEventAddOns(
562
562
  [[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)
563
563
 
564
564
  # **removeEventAddOnPassType**
565
- > CreateAccountAddress200Response removeEventAddOnPassType()
565
+ > CreateEventAddOn200Response removeEventAddOnPassType()
566
566
 
567
567
  Remove Event Add On Pass Type endpoint
568
568
 
@@ -599,7 +599,7 @@ const { status, data } = await apiInstance.removeEventAddOnPassType(
599
599
 
600
600
  ### Return type
601
601
 
602
- **CreateAccountAddress200Response**
602
+ **CreateEventAddOn200Response**
603
603
 
604
604
  ### Authorization
605
605
 
package/docs/EventsApi.md CHANGED
@@ -16,7 +16,7 @@ All URIs are relative to *https://admin-api.connected.dev*
16
16
  |[**updateEvent**](#updateevent) | **PUT** /events/{eventId} | Update Event|
17
17
 
18
18
  # **cloneEvent**
19
- > CreateAccountAddress200Response cloneEvent(cloneOptions)
19
+ > DeleteDashboard200Response cloneEvent(cloneOptions)
20
20
 
21
21
  Clone Event endpoint
22
22
 
@@ -51,7 +51,7 @@ const { status, data } = await apiInstance.cloneEvent(
51
51
 
52
52
  ### Return type
53
53
 
54
- **CreateAccountAddress200Response**
54
+ **DeleteDashboard200Response**
55
55
 
56
56
  ### Authorization
57
57
 
@@ -384,7 +384,7 @@ const { status, data } = await apiInstance.getEventAttendeePayments(
384
384
  [[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)
385
385
 
386
386
  # **getEventAttendeeTransfersLogs**
387
- > GetAccountInvitations200Response getEventAttendeeTransfersLogs()
387
+ > GetEventAttendeeTransfersLogs200Response getEventAttendeeTransfersLogs()
388
388
 
389
389
  Get Event Attendee Transfers Logs endpoint
390
390
 
@@ -430,7 +430,7 @@ const { status, data } = await apiInstance.getEventAttendeeTransfersLogs(
430
430
 
431
431
  ### Return type
432
432
 
433
- **GetAccountInvitations200Response**
433
+ **GetEventAttendeeTransfersLogs200Response**
434
434
 
435
435
  ### Authorization
436
436
 
@@ -450,7 +450,7 @@ const { status, data } = await apiInstance.getEventAttendeeTransfersLogs(
450
450
  [[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)
451
451
 
452
452
  # **getEventAttendees**
453
- > GetEventAttendees200Response getEventAttendees()
453
+ > GetAccountRegistrations200Response getEventAttendees()
454
454
 
455
455
  Get Event Attendees endpoint
456
456
 
@@ -496,7 +496,7 @@ const { status, data } = await apiInstance.getEventAttendees(
496
496
 
497
497
  ### Return type
498
498
 
499
- **GetEventAttendees200Response**
499
+ **GetAccountRegistrations200Response**
500
500
 
501
501
  ### Authorization
502
502
 
@@ -516,7 +516,7 @@ const { status, data } = await apiInstance.getEventAttendees(
516
516
  [[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)
517
517
 
518
518
  # **getEventPassAttendeePasses**
519
- > GetAccountInvitations200Response getEventPassAttendeePasses()
519
+ > GetEventAddOnPasses200Response getEventPassAttendeePasses()
520
520
 
521
521
  Get Event Pass Attendee Passes endpoint
522
522
 
@@ -565,7 +565,7 @@ const { status, data } = await apiInstance.getEventPassAttendeePasses(
565
565
 
566
566
  ### Return type
567
567
 
568
- **GetAccountInvitations200Response**
568
+ **GetEventAddOnPasses200Response**
569
569
 
570
570
  ### Authorization
571
571
 
@@ -585,7 +585,7 @@ const { status, data } = await apiInstance.getEventPassAttendeePasses(
585
585
  [[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)
586
586
 
587
587
  # **resendRegistrationConfirmationEmail**
588
- > CreateAccountAddress200Response resendRegistrationConfirmationEmail()
588
+ > CreateAccountInvitations200Response resendRegistrationConfirmationEmail()
589
589
 
590
590
  Resend Registration Confirmation Email endpoint
591
591
 
@@ -619,7 +619,7 @@ const { status, data } = await apiInstance.resendRegistrationConfirmationEmail(
619
619
 
620
620
  ### Return type
621
621
 
622
- **CreateAccountAddress200Response**
622
+ **CreateAccountInvitations200Response**
623
623
 
624
624
  ### Authorization
625
625
 
@@ -11,7 +11,7 @@ All URIs are relative to *https://admin-api.connected.dev*
11
11
  |[**updateEventAttendeePackage**](#updateeventattendeepackage) | **PUT** /events/{eventId}/attendees/{accountId}/packages/{packageId} | Update Event Attendee Package|
12
12
 
13
13
  # **createEventAttendeePackage**
14
- > CreateAccountAddress200Response createEventAttendeePackage()
14
+ > CreateEventAttendeePackage200Response createEventAttendeePackage()
15
15
 
16
16
  Create Event Attendee Package endpoint
17
17
 
@@ -49,7 +49,7 @@ const { status, data } = await apiInstance.createEventAttendeePackage(
49
49
 
50
50
  ### Return type
51
51
 
52
- **CreateAccountAddress200Response**
52
+ **CreateEventAttendeePackage200Response**
53
53
 
54
54
  ### Authorization
55
55
 
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.createEventAttendeePackage(
69
69
  [[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)
70
70
 
71
71
  # **deleteEventAttendeePackage**
72
- > CreateAccountAddress200Response deleteEventAttendeePackage()
72
+ > DeleteDashboard200Response deleteEventAttendeePackage()
73
73
 
74
74
  Delete Event Attendee Package endpoint
75
75
 
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.deleteEventAttendeePackage(
106
106
 
107
107
  ### Return type
108
108
 
109
- **CreateAccountAddress200Response**
109
+ **DeleteDashboard200Response**
110
110
 
111
111
  ### Authorization
112
112
 
@@ -126,7 +126,7 @@ const { status, data } = await apiInstance.deleteEventAttendeePackage(
126
126
  [[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)
127
127
 
128
128
  # **getEventAttendeePackage**
129
- > CreateAccountAddress200Response getEventAttendeePackage()
129
+ > CreateEventAttendeePackage200Response getEventAttendeePackage()
130
130
 
131
131
  Get Event Attendee Package endpoint
132
132
 
@@ -163,7 +163,7 @@ const { status, data } = await apiInstance.getEventAttendeePackage(
163
163
 
164
164
  ### Return type
165
165
 
166
- **CreateAccountAddress200Response**
166
+ **CreateEventAttendeePackage200Response**
167
167
 
168
168
  ### Authorization
169
169
 
@@ -183,7 +183,7 @@ const { status, data } = await apiInstance.getEventAttendeePackage(
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
  # **getEventAttendeePackages**
186
- > GetAccountInvitations200Response getEventAttendeePackages()
186
+ > GetEventAttendeePackages200Response getEventAttendeePackages()
187
187
 
188
188
  Get Event Attendee Packages endpoint
189
189
 
@@ -232,7 +232,7 @@ const { status, data } = await apiInstance.getEventAttendeePackages(
232
232
 
233
233
  ### Return type
234
234
 
235
- **GetAccountInvitations200Response**
235
+ **GetEventAttendeePackages200Response**
236
236
 
237
237
  ### Authorization
238
238
 
@@ -252,7 +252,7 @@ const { status, data } = await apiInstance.getEventAttendeePackages(
252
252
  [[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)
253
253
 
254
254
  # **updateEventAttendeePackage**
255
- > CreateAccountAddress200Response updateEventAttendeePackage()
255
+ > CreateEventAttendeePackage200Response updateEventAttendeePackage()
256
256
 
257
257
  Update Event Attendee Package endpoint
258
258
 
@@ -293,7 +293,7 @@ const { status, data } = await apiInstance.updateEventAttendeePackage(
293
293
 
294
294
  ### Return type
295
295
 
296
- **CreateAccountAddress200Response**
296
+ **CreateEventAttendeePackage200Response**
297
297
 
298
298
  ### Authorization
299
299