@connectedxm/admin-sdk 6.32.2 → 6.33.0

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 (63) hide show
  1. package/.openapi-generator/FILES +1 -1
  2. package/README.md +4 -1
  3. package/api.ts +441 -206
  4. package/dist/api.d.ts +412 -302
  5. package/dist/api.js +208 -5
  6. package/dist/esm/api.d.ts +412 -302
  7. package/dist/esm/api.js +207 -4
  8. package/docs/AccountsApi.md +97 -0
  9. package/docs/AnnouncementsTranslationsApi.md +4 -4
  10. package/docs/BenefitsTranslationsApi.md +4 -4
  11. package/docs/BookingsPlacesTranslationsApi.md +4 -4
  12. package/docs/BookingsQuestionsChoicesTranslationsApi.md +2 -2
  13. package/docs/BookingsQuestionsTranslationsApi.md +2 -2
  14. package/docs/BookingsSpacesTranslationsApi.md +4 -4
  15. package/docs/ChannelsTranslationsApi.md +8 -8
  16. package/docs/DashboardsApi.md +2 -2
  17. package/docs/DashboardsWidgetsApi.md +2 -2
  18. package/docs/EventsAccessApi.md +4 -4
  19. package/docs/EventsActivationsTranslationsApi.md +2 -2
  20. package/docs/EventsAddonsTranslationsApi.md +2 -2
  21. package/docs/EventsApi.md +6 -6
  22. package/docs/EventsAttendeesApi.md +52 -0
  23. package/docs/EventsAttendeesPackagesApi.md +2 -2
  24. package/docs/EventsEmailsTranslationsApi.md +4 -4
  25. package/docs/EventsFaqsTranslationsApi.md +8 -8
  26. package/docs/EventsFollowupsTranslationsApi.md +4 -4
  27. package/docs/EventsMediaTranslationsApi.md +2 -2
  28. package/docs/EventsPagesTranslationsApi.md +4 -4
  29. package/docs/EventsPasstypesPriceschedulesApi.md +4 -4
  30. package/docs/EventsPasstypesRefundschedulesApi.md +4 -4
  31. package/docs/EventsPasstypesTranslationsApi.md +4 -4
  32. package/docs/EventsQuestionsApi.md +2 -2
  33. package/docs/EventsQuestionsTranslationsApi.md +8 -8
  34. package/docs/EventsRoomtypesTranslationsApi.md +4 -4
  35. package/docs/EventsSectionsTranslationsApi.md +4 -4
  36. package/docs/EventsSessionsApi.md +2 -2
  37. package/docs/EventsSessionsLocationsTranslationsApi.md +4 -4
  38. package/docs/EventsSessionsQuestionsApi.md +2 -2
  39. package/docs/EventsSessionsQuestionsTranslationsApi.md +8 -8
  40. package/docs/EventsSessionsSectionsTranslationsApi.md +4 -4
  41. package/docs/EventsSessionsTimesApi.md +2 -2
  42. package/docs/EventsSessionsTimesTranslationsApi.md +4 -4
  43. package/docs/EventsSessionsTranslationsApi.md +4 -4
  44. package/docs/EventsSpeakersTranslationsApi.md +4 -4
  45. package/docs/EventsTracksTranslationsApi.md +4 -4
  46. package/docs/EventsTranslationsApi.md +4 -4
  47. package/docs/GroupsTranslationsApi.md +4 -4
  48. package/docs/MeetingsParticipantsApi.md +4 -4
  49. package/docs/MeetingsSessionsApi.md +2 -2
  50. package/docs/NotificationsApi.md +4 -4
  51. package/docs/OrganizationModulesSettingsTranslationsApi.md +4 -4
  52. package/docs/OrganizationPaymentsApi.md +2 -2
  53. package/docs/OrganizationTeammembersApi.md +2 -2
  54. package/docs/SeriesTranslationsApi.md +4 -4
  55. package/docs/SponsorsTranslationsApi.md +4 -4
  56. package/docs/StorageVideosApi.md +4 -4
  57. package/docs/StorageVideosCaptionsApi.md +2 -2
  58. package/docs/SurveysQuestionsApi.md +2 -2
  59. package/docs/SurveysQuestionsTranslationsApi.md +8 -8
  60. package/docs/SurveysSectionsTranslationsApi.md +4 -4
  61. package/docs/SurveysTranslationsApi.md +4 -4
  62. package/docs/{UpdateAnnouncementTranslation200Response.md → SyncAccounts200Response.md} +3 -3
  63. package/package.json +1 -1
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.createDashboardWidget(
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
  # **deleteDashboardWidget**
68
- > UpdateAnnouncementTranslation200Response deleteDashboardWidget()
68
+ > SyncAccounts200Response deleteDashboardWidget()
69
69
 
70
70
  Delete Dashboard Widget endpoint
71
71
 
@@ -99,7 +99,7 @@ const { status, data } = await apiInstance.deleteDashboardWidget(
99
99
 
100
100
  ### Return type
101
101
 
102
- **UpdateAnnouncementTranslation200Response**
102
+ **SyncAccounts200Response**
103
103
 
104
104
  ### Authorization
105
105
 
@@ -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
- > UpdateAnnouncementTranslation200Response addEventAccessUser()
12
+ > SyncAccounts200Response 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
- **UpdateAnnouncementTranslation200Response**
46
+ **SyncAccounts200Response**
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
- > UpdateAnnouncementTranslation200Response removeEventAccessUser()
129
+ > SyncAccounts200Response 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
- **UpdateAnnouncementTranslation200Response**
163
+ **SyncAccounts200Response**
164
164
 
165
165
  ### Authorization
166
166
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventActivationTranslation**](#updateeventactivationtranslation) | **PUT** /events/{eventId}/activations/{activationId}/translations/{locale} | Update Event Activation Translation|
11
11
 
12
12
  # **deleteEventActivationTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventActivationTranslation()
13
+ > SyncAccounts200Response deleteEventActivationTranslation()
14
14
 
15
15
  Delete Event Activation Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventActivationTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventAddOnTranslation**](#updateeventaddontranslation) | **PUT** /events/{eventId}/addOns/{addOnId}/translations/{locale} | Update Event Add On Translation|
11
11
 
12
12
  # **deleteEventAddOnTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventAddOnTranslation()
13
+ > SyncAccounts200Response deleteEventAddOnTranslation()
14
14
 
15
15
  Delete Event Add On Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventAddOnTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
package/docs/EventsApi.md CHANGED
@@ -18,7 +18,7 @@ All URIs are relative to *https://admin-api.connected.dev*
18
18
  |[**updateEvent**](#updateevent) | **PUT** /events/{eventId} | Update Event|
19
19
 
20
20
  # **cloneEvent**
21
- > UpdateAnnouncementTranslation200Response cloneEvent(cloneOptions)
21
+ > SyncAccounts200Response cloneEvent(cloneOptions)
22
22
 
23
23
  Clone Event endpoint
24
24
 
@@ -53,7 +53,7 @@ const { status, data } = await apiInstance.cloneEvent(
53
53
 
54
54
  ### Return type
55
55
 
56
- **UpdateAnnouncementTranslation200Response**
56
+ **SyncAccounts200Response**
57
57
 
58
58
  ### Authorization
59
59
 
@@ -176,7 +176,7 @@ const { status, data } = await apiInstance.deleteEvent(
176
176
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
177
177
 
178
178
  # **disableEventBuildMode**
179
- > UpdateAnnouncementTranslation200Response disableEventBuildMode()
179
+ > SyncAccounts200Response disableEventBuildMode()
180
180
 
181
181
  Disable Event Build Mode endpoint
182
182
 
@@ -207,7 +207,7 @@ const { status, data } = await apiInstance.disableEventBuildMode(
207
207
 
208
208
  ### Return type
209
209
 
210
- **UpdateAnnouncementTranslation200Response**
210
+ **SyncAccounts200Response**
211
211
 
212
212
  ### Authorization
213
213
 
@@ -227,7 +227,7 @@ const { status, data } = await apiInstance.disableEventBuildMode(
227
227
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
228
228
 
229
229
  # **enableEventBuildMode**
230
- > UpdateAnnouncementTranslation200Response enableEventBuildMode()
230
+ > SyncAccounts200Response enableEventBuildMode()
231
231
 
232
232
  Enable Event Build Mode endpoint
233
233
 
@@ -258,7 +258,7 @@ const { status, data } = await apiInstance.enableEventBuildMode(
258
258
 
259
259
  ### Return type
260
260
 
261
- **UpdateAnnouncementTranslation200Response**
261
+ **SyncAccounts200Response**
262
262
 
263
263
  ### Authorization
264
264
 
@@ -14,6 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
14
14
  |[**getEventAttendees**](#geteventattendees) | **GET** /events/{eventId}/attendees | Get Event Attendees|
15
15
  |[**getEventPassAttendeePasses**](#geteventpassattendeepasses) | **GET** /events/{eventId}/passes/{passId}/attendee/passes | Get Event Pass Attendee Passes|
16
16
  |[**resendRegistrationConfirmationEmail**](#resendregistrationconfirmationemail) | **POST** /events/{eventId}/attendees/{accountId}/resendEmail | Resend Registration Confirmation Email|
17
+ |[**syncEventAttendees**](#synceventattendees) | **POST** /events/{eventId}/attendees/sync | Sync Event Attendees|
17
18
  |[**updateEventAttendee**](#updateeventattendee) | **PUT** /events/{eventId}/attendees/{accountId} | Update Event Attendee|
18
19
 
19
20
  # **createEventAttendee**
@@ -631,6 +632,57 @@ const { status, data } = await apiInstance.resendRegistrationConfirmationEmail(
631
632
  - **Accept**: application/json
632
633
 
633
634
 
635
+ ### HTTP response details
636
+ | Status code | Description | Response headers |
637
+ |-------------|-------------|------------------|
638
+ |**200** | Successful response | - |
639
+
640
+ [[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)
641
+
642
+ # **syncEventAttendees**
643
+ > SyncAccounts200Response syncEventAttendees()
644
+
645
+ Sync Event Attendees endpoint
646
+
647
+ ### Example
648
+
649
+ ```typescript
650
+ import {
651
+ EventsAttendeesApi,
652
+ Configuration
653
+ } from '@connectedxm/admin-sdk';
654
+
655
+ const configuration = new Configuration();
656
+ const apiInstance = new EventsAttendeesApi(configuration);
657
+
658
+ let eventId: string; //The event identifier (default to undefined)
659
+
660
+ const { status, data } = await apiInstance.syncEventAttendees(
661
+ eventId
662
+ );
663
+ ```
664
+
665
+ ### Parameters
666
+
667
+ |Name | Type | Description | Notes|
668
+ |------------- | ------------- | ------------- | -------------|
669
+ | **eventId** | [**string**] | The event identifier | defaults to undefined|
670
+
671
+
672
+ ### Return type
673
+
674
+ **SyncAccounts200Response**
675
+
676
+ ### Authorization
677
+
678
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
679
+
680
+ ### HTTP request headers
681
+
682
+ - **Content-Type**: Not defined
683
+ - **Accept**: application/json
684
+
685
+
634
686
  ### HTTP response details
635
687
  | Status code | Description | Response headers |
636
688
  |-------------|-------------|------------------|
@@ -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
- > UpdateAnnouncementTranslation200Response deleteEventAttendeePackage()
72
+ > SyncAccounts200Response 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
- **UpdateAnnouncementTranslation200Response**
109
+ **SyncAccounts200Response**
110
110
 
111
111
  ### Authorization
112
112
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventEmailTranslation**](#updateeventemailtranslation) | **PUT** /events/{eventId}/emails/{type}/translations/{locale} | Update Event Email Translation|
11
11
 
12
12
  # **deleteEventEmailTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventEmailTranslation()
13
+ > SyncAccounts200Response deleteEventEmailTranslation()
14
14
 
15
15
  Delete Event Email Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventEmailTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventEmailTranslations(
190
190
  [[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)
191
191
 
192
192
  # **updateEventEmailTranslation**
193
- > UpdateAnnouncementTranslation200Response updateEventEmailTranslation(eventEmailTranslationUpdateInputs)
193
+ > SyncAccounts200Response updateEventEmailTranslation(eventEmailTranslationUpdateInputs)
194
194
 
195
195
  Update Event Email Translation endpoint
196
196
 
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventEmailTranslation(
231
231
 
232
232
  ### Return type
233
233
 
234
- **UpdateAnnouncementTranslation200Response**
234
+ **SyncAccounts200Response**
235
235
 
236
236
  ### Authorization
237
237
 
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
14
14
  |[**updateEventFaqSectionTranslation**](#updateeventfaqsectiontranslation) | **PUT** /events/{eventId}/faqs/{sectionId}/translations/{locale} | Update Event Faq Section Translation|
15
15
 
16
16
  # **deleteEventFaqSectionQuestionTranslation**
17
- > UpdateAnnouncementTranslation200Response deleteEventFaqSectionQuestionTranslation()
17
+ > SyncAccounts200Response deleteEventFaqSectionQuestionTranslation()
18
18
 
19
19
  Delete Event Faq Section Question Translation endpoint
20
20
 
@@ -54,7 +54,7 @@ const { status, data } = await apiInstance.deleteEventFaqSectionQuestionTranslat
54
54
 
55
55
  ### Return type
56
56
 
57
- **UpdateAnnouncementTranslation200Response**
57
+ **SyncAccounts200Response**
58
58
 
59
59
  ### Authorization
60
60
 
@@ -74,7 +74,7 @@ const { status, data } = await apiInstance.deleteEventFaqSectionQuestionTranslat
74
74
  [[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)
75
75
 
76
76
  # **deleteEventFaqSectionTranslation**
77
- > UpdateAnnouncementTranslation200Response deleteEventFaqSectionTranslation()
77
+ > SyncAccounts200Response deleteEventFaqSectionTranslation()
78
78
 
79
79
  Delete Event Faq Section Translation endpoint
80
80
 
@@ -111,7 +111,7 @@ const { status, data } = await apiInstance.deleteEventFaqSectionTranslation(
111
111
 
112
112
  ### Return type
113
113
 
114
- **UpdateAnnouncementTranslation200Response**
114
+ **SyncAccounts200Response**
115
115
 
116
116
  ### Authorization
117
117
 
@@ -383,7 +383,7 @@ const { status, data } = await apiInstance.getEventFaqSectionTranslations(
383
383
  [[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)
384
384
 
385
385
  # **updateEventFaqSectionQuestionTranslation**
386
- > UpdateAnnouncementTranslation200Response updateEventFaqSectionQuestionTranslation(eventFaqSectionQuestionTranslationUpdateInputs)
386
+ > SyncAccounts200Response updateEventFaqSectionQuestionTranslation(eventFaqSectionQuestionTranslationUpdateInputs)
387
387
 
388
388
  Update Event Faq Section Question Translation endpoint
389
389
 
@@ -427,7 +427,7 @@ const { status, data } = await apiInstance.updateEventFaqSectionQuestionTranslat
427
427
 
428
428
  ### Return type
429
429
 
430
- **UpdateAnnouncementTranslation200Response**
430
+ **SyncAccounts200Response**
431
431
 
432
432
  ### Authorization
433
433
 
@@ -447,7 +447,7 @@ const { status, data } = await apiInstance.updateEventFaqSectionQuestionTranslat
447
447
  [[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)
448
448
 
449
449
  # **updateEventFaqSectionTranslation**
450
- > UpdateAnnouncementTranslation200Response updateEventFaqSectionTranslation(eventFaqSectionTranslationUpdateInputs)
450
+ > SyncAccounts200Response updateEventFaqSectionTranslation(eventFaqSectionTranslationUpdateInputs)
451
451
 
452
452
  Update Event Faq Section Translation endpoint
453
453
 
@@ -488,7 +488,7 @@ const { status, data } = await apiInstance.updateEventFaqSectionTranslation(
488
488
 
489
489
  ### Return type
490
490
 
491
- **UpdateAnnouncementTranslation200Response**
491
+ **SyncAccounts200Response**
492
492
 
493
493
  ### Authorization
494
494
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventFollowupTranslation**](#updateeventfollowuptranslation) | **PUT** /events/{eventId}/followups/{followupId}/translations/{locale} | Update Event Followup Translation|
11
11
 
12
12
  # **deleteEventFollowupTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventFollowupTranslation()
13
+ > SyncAccounts200Response deleteEventFollowupTranslation()
14
14
 
15
15
  Delete Event Followup Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventFollowupTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventFollowupTranslations(
190
190
  [[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)
191
191
 
192
192
  # **updateEventFollowupTranslation**
193
- > UpdateAnnouncementTranslation200Response updateEventFollowupTranslation(eventFollowupTranslationUpdateInputs)
193
+ > SyncAccounts200Response updateEventFollowupTranslation(eventFollowupTranslationUpdateInputs)
194
194
 
195
195
  Update Event Followup Translation endpoint
196
196
 
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventFollowupTranslation(
231
231
 
232
232
  ### Return type
233
233
 
234
- **UpdateAnnouncementTranslation200Response**
234
+ **SyncAccounts200Response**
235
235
 
236
236
  ### Authorization
237
237
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventMediaItemTranslation**](#updateeventmediaitemtranslation) | **PUT** /events/{eventId}/media/{mediaItemId}/translations/{locale} | Update Event Media Item Translation|
11
11
 
12
12
  # **deleteEventMediaItemTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventMediaItemTranslation()
13
+ > SyncAccounts200Response deleteEventMediaItemTranslation()
14
14
 
15
15
  Delete Event Media Item Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventMediaItemTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventPageTranslation**](#updateeventpagetranslation) | **PUT** /events/{eventId}/pages/{pageId}/translations/{locale} | Update Event Page Translation|
11
11
 
12
12
  # **deleteEventPageTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventPageTranslation()
13
+ > SyncAccounts200Response deleteEventPageTranslation()
14
14
 
15
15
  Delete Event Page Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventPageTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventPageTranslations(
190
190
  [[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)
191
191
 
192
192
  # **updateEventPageTranslation**
193
- > UpdateAnnouncementTranslation200Response updateEventPageTranslation(eventPageTranslationUpdateInputs)
193
+ > SyncAccounts200Response updateEventPageTranslation(eventPageTranslationUpdateInputs)
194
194
 
195
195
  Update Event Page Translation endpoint
196
196
 
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventPageTranslation(
231
231
 
232
232
  ### Return type
233
233
 
234
- **UpdateAnnouncementTranslation200Response**
234
+ **SyncAccounts200Response**
235
235
 
236
236
  ### Authorization
237
237
 
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.createEventPassTypePriceSchedule(
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
  # **deleteEventPassTypePriceSchedule**
72
- > UpdateAnnouncementTranslation200Response deleteEventPassTypePriceSchedule()
72
+ > SyncAccounts200Response deleteEventPassTypePriceSchedule()
73
73
 
74
74
  Delete Event Pass Type Price Schedule endpoint
75
75
 
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.deleteEventPassTypePriceSchedule(
106
106
 
107
107
  ### Return type
108
108
 
109
- **UpdateAnnouncementTranslation200Response**
109
+ **SyncAccounts200Response**
110
110
 
111
111
  ### Authorization
112
112
 
@@ -249,7 +249,7 @@ const { status, data } = await apiInstance.getEventPassTypePriceSchedules(
249
249
  [[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)
250
250
 
251
251
  # **updateEventPassTypePriceSchedule**
252
- > UpdateAnnouncementTranslation200Response updateEventPassTypePriceSchedule(passTypePriceScheduleUpdateInputs)
252
+ > SyncAccounts200Response updateEventPassTypePriceSchedule(passTypePriceScheduleUpdateInputs)
253
253
 
254
254
  Update Event Pass Type Price Schedule endpoint
255
255
 
@@ -290,7 +290,7 @@ const { status, data } = await apiInstance.updateEventPassTypePriceSchedule(
290
290
 
291
291
  ### Return type
292
292
 
293
- **UpdateAnnouncementTranslation200Response**
293
+ **SyncAccounts200Response**
294
294
 
295
295
  ### Authorization
296
296
 
@@ -69,7 +69,7 @@ const { status, data } = await apiInstance.createEventPassTypeRefundSchedule(
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
  # **deleteEventPassTypeRefundSchedule**
72
- > UpdateAnnouncementTranslation200Response deleteEventPassTypeRefundSchedule()
72
+ > SyncAccounts200Response deleteEventPassTypeRefundSchedule()
73
73
 
74
74
  Delete Event Pass Type Refund Schedule endpoint
75
75
 
@@ -106,7 +106,7 @@ const { status, data } = await apiInstance.deleteEventPassTypeRefundSchedule(
106
106
 
107
107
  ### Return type
108
108
 
109
- **UpdateAnnouncementTranslation200Response**
109
+ **SyncAccounts200Response**
110
110
 
111
111
  ### Authorization
112
112
 
@@ -249,7 +249,7 @@ const { status, data } = await apiInstance.getEventPassTypeRefundSchedules(
249
249
  [[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)
250
250
 
251
251
  # **updateEventPassTypeRefundSchedule**
252
- > UpdateAnnouncementTranslation200Response updateEventPassTypeRefundSchedule(passTypeRefundScheduleUpdateInputs)
252
+ > SyncAccounts200Response updateEventPassTypeRefundSchedule(passTypeRefundScheduleUpdateInputs)
253
253
 
254
254
  Update Event Pass Type Refund Schedule endpoint
255
255
 
@@ -290,7 +290,7 @@ const { status, data } = await apiInstance.updateEventPassTypeRefundSchedule(
290
290
 
291
291
  ### Return type
292
292
 
293
- **UpdateAnnouncementTranslation200Response**
293
+ **SyncAccounts200Response**
294
294
 
295
295
  ### Authorization
296
296
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventPassTypeTranslation**](#updateeventpasstypetranslation) | **PUT** /events/{eventId}/passTypes/{passTypeId}/translations/{locale} | Update Event Pass Type Translation|
11
11
 
12
12
  # **deleteEventPassTypeTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventPassTypeTranslation()
13
+ > SyncAccounts200Response deleteEventPassTypeTranslation()
14
14
 
15
15
  Delete Event Pass Type Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventPassTypeTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventPassTypeTranslations(
190
190
  [[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)
191
191
 
192
192
  # **updateEventPassTypeTranslation**
193
- > UpdateAnnouncementTranslation200Response updateEventPassTypeTranslation(eventTranslationUpdateInputs)
193
+ > SyncAccounts200Response updateEventPassTypeTranslation(eventTranslationUpdateInputs)
194
194
 
195
195
  Update Event Pass Type Translation endpoint
196
196
 
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventPassTypeTranslation(
231
231
 
232
232
  ### Return type
233
233
 
234
- **UpdateAnnouncementTranslation200Response**
234
+ **SyncAccounts200Response**
235
235
 
236
236
  ### Authorization
237
237
 
@@ -1208,7 +1208,7 @@ const { status, data } = await apiInstance.updateEventQuestion(
1208
1208
  [[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)
1209
1209
 
1210
1210
  # **updateEventQuestionChoice**
1211
- > UpdateAnnouncementTranslation200Response updateEventQuestionChoice()
1211
+ > SyncAccounts200Response updateEventQuestionChoice()
1212
1212
 
1213
1213
  Update Event Question Choice endpoint
1214
1214
 
@@ -1249,7 +1249,7 @@ const { status, data } = await apiInstance.updateEventQuestionChoice(
1249
1249
 
1250
1250
  ### Return type
1251
1251
 
1252
- **UpdateAnnouncementTranslation200Response**
1252
+ **SyncAccounts200Response**
1253
1253
 
1254
1254
  ### Authorization
1255
1255
 
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
14
14
  |[**updateEventQuestionTranslation**](#updateeventquestiontranslation) | **PUT** /events/{eventId}/questions/{questionId}/translations/{locale} | Update Event Question Translation|
15
15
 
16
16
  # **deleteEventQuestionChoiceTranslation**
17
- > UpdateAnnouncementTranslation200Response deleteEventQuestionChoiceTranslation()
17
+ > SyncAccounts200Response deleteEventQuestionChoiceTranslation()
18
18
 
19
19
  Delete Event Question Choice Translation endpoint
20
20
 
@@ -54,7 +54,7 @@ const { status, data } = await apiInstance.deleteEventQuestionChoiceTranslation(
54
54
 
55
55
  ### Return type
56
56
 
57
- **UpdateAnnouncementTranslation200Response**
57
+ **SyncAccounts200Response**
58
58
 
59
59
  ### Authorization
60
60
 
@@ -74,7 +74,7 @@ const { status, data } = await apiInstance.deleteEventQuestionChoiceTranslation(
74
74
  [[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)
75
75
 
76
76
  # **deleteEventQuestionTranslation**
77
- > UpdateAnnouncementTranslation200Response deleteEventQuestionTranslation()
77
+ > SyncAccounts200Response deleteEventQuestionTranslation()
78
78
 
79
79
  Delete Event Question Translation endpoint
80
80
 
@@ -111,7 +111,7 @@ const { status, data } = await apiInstance.deleteEventQuestionTranslation(
111
111
 
112
112
  ### Return type
113
113
 
114
- **UpdateAnnouncementTranslation200Response**
114
+ **SyncAccounts200Response**
115
115
 
116
116
  ### Authorization
117
117
 
@@ -383,7 +383,7 @@ const { status, data } = await apiInstance.getEventQuestionTranslations(
383
383
  [[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)
384
384
 
385
385
  # **updateEventQuestionChoiceTranslation**
386
- > UpdateAnnouncementTranslation200Response updateEventQuestionChoiceTranslation(eventQuestionChoiceTranslationUpdateInputs)
386
+ > SyncAccounts200Response updateEventQuestionChoiceTranslation(eventQuestionChoiceTranslationUpdateInputs)
387
387
 
388
388
  Update Event Question Choice Translation endpoint
389
389
 
@@ -427,7 +427,7 @@ const { status, data } = await apiInstance.updateEventQuestionChoiceTranslation(
427
427
 
428
428
  ### Return type
429
429
 
430
- **UpdateAnnouncementTranslation200Response**
430
+ **SyncAccounts200Response**
431
431
 
432
432
  ### Authorization
433
433
 
@@ -447,7 +447,7 @@ const { status, data } = await apiInstance.updateEventQuestionChoiceTranslation(
447
447
  [[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)
448
448
 
449
449
  # **updateEventQuestionTranslation**
450
- > UpdateAnnouncementTranslation200Response updateEventQuestionTranslation(eventQuestionTranslationUpdateInputs)
450
+ > SyncAccounts200Response updateEventQuestionTranslation(eventQuestionTranslationUpdateInputs)
451
451
 
452
452
  Update Event Question Translation endpoint
453
453
 
@@ -488,7 +488,7 @@ const { status, data } = await apiInstance.updateEventQuestionTranslation(
488
488
 
489
489
  ### Return type
490
490
 
491
- **UpdateAnnouncementTranslation200Response**
491
+ **SyncAccounts200Response**
492
492
 
493
493
  ### Authorization
494
494
 
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**updateEventRoomTypeTranslation**](#updateeventroomtypetranslation) | **PUT** /events/{eventId}/roomTypes/{roomTypeId}/translations/{locale} | Update Event Room Type Translation|
11
11
 
12
12
  # **deleteEventRoomTypeTranslation**
13
- > UpdateAnnouncementTranslation200Response deleteEventRoomTypeTranslation()
13
+ > SyncAccounts200Response deleteEventRoomTypeTranslation()
14
14
 
15
15
  Delete Event Room Type Translation endpoint
16
16
 
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventRoomTypeTranslation(
47
47
 
48
48
  ### Return type
49
49
 
50
- **UpdateAnnouncementTranslation200Response**
50
+ **SyncAccounts200Response**
51
51
 
52
52
  ### Authorization
53
53
 
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventRoomTypeTranslations(
190
190
  [[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)
191
191
 
192
192
  # **updateEventRoomTypeTranslation**
193
- > UpdateAnnouncementTranslation200Response updateEventRoomTypeTranslation(eventRoomTypeTranslationUpdateInputs)
193
+ > SyncAccounts200Response updateEventRoomTypeTranslation(eventRoomTypeTranslationUpdateInputs)
194
194
 
195
195
  Update Event Room Type Translation endpoint
196
196
 
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventRoomTypeTranslation(
231
231
 
232
232
  ### Return type
233
233
 
234
- **UpdateAnnouncementTranslation200Response**
234
+ **SyncAccounts200Response**
235
235
 
236
236
  ### Authorization
237
237