@connectedxm/admin-sdk 6.32.2 → 6.33.1
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.
- package/.openapi-generator/FILES +2 -1
- package/README.md +6 -1
- package/api.ts +546 -206
- package/dist/api.d.ts +467 -302
- package/dist/api.js +313 -30
- package/dist/esm/api.d.ts +467 -302
- package/dist/esm/api.js +287 -4
- package/docs/AccountsApi.md +97 -0
- package/docs/AnnouncementsTranslationsApi.md +4 -4
- package/docs/BaseEventActivation.md +2 -0
- package/docs/BenefitsTranslationsApi.md +4 -4
- package/docs/BookingsPlacesTranslationsApi.md +4 -4
- package/docs/BookingsQuestionsChoicesTranslationsApi.md +2 -2
- package/docs/BookingsQuestionsTranslationsApi.md +2 -2
- package/docs/BookingsSpacesTranslationsApi.md +4 -4
- package/docs/ChannelsTranslationsApi.md +8 -8
- package/docs/DashboardsApi.md +2 -2
- package/docs/DashboardsWidgetsApi.md +2 -2
- package/docs/EventActivation.md +2 -0
- package/docs/EventActivationCreateInputs.md +2 -0
- package/docs/EventActivationRewardType.md +10 -0
- package/docs/EventActivationUpdateInputs.md +2 -0
- package/docs/EventsAccessApi.md +4 -4
- package/docs/EventsActivationsSessionsApi.md +55 -0
- package/docs/EventsActivationsTranslationsApi.md +2 -2
- package/docs/EventsAddonsTranslationsApi.md +2 -2
- package/docs/EventsApi.md +6 -6
- package/docs/EventsAttendeesApi.md +52 -0
- package/docs/EventsAttendeesPackagesApi.md +2 -2
- package/docs/EventsEmailsTranslationsApi.md +4 -4
- package/docs/EventsFaqsTranslationsApi.md +8 -8
- package/docs/EventsFollowupsTranslationsApi.md +4 -4
- package/docs/EventsMediaTranslationsApi.md +2 -2
- package/docs/EventsPagesTranslationsApi.md +4 -4
- package/docs/EventsPasstypesPriceschedulesApi.md +4 -4
- package/docs/EventsPasstypesRefundschedulesApi.md +4 -4
- package/docs/EventsPasstypesTranslationsApi.md +4 -4
- package/docs/EventsQuestionsApi.md +2 -2
- package/docs/EventsQuestionsTranslationsApi.md +8 -8
- package/docs/EventsRoomtypesTranslationsApi.md +4 -4
- package/docs/EventsSectionsTranslationsApi.md +4 -4
- package/docs/EventsSessionsApi.md +2 -2
- package/docs/EventsSessionsLocationsTranslationsApi.md +4 -4
- package/docs/EventsSessionsQuestionsApi.md +2 -2
- package/docs/EventsSessionsQuestionsTranslationsApi.md +8 -8
- package/docs/EventsSessionsSectionsTranslationsApi.md +4 -4
- package/docs/EventsSessionsTimesApi.md +2 -2
- package/docs/EventsSessionsTimesTranslationsApi.md +4 -4
- package/docs/EventsSessionsTranslationsApi.md +4 -4
- package/docs/EventsSpeakersTranslationsApi.md +4 -4
- package/docs/EventsTracksTranslationsApi.md +4 -4
- package/docs/EventsTranslationsApi.md +4 -4
- package/docs/GroupsTranslationsApi.md +4 -4
- package/docs/MeetingsParticipantsApi.md +4 -4
- package/docs/MeetingsSessionsApi.md +2 -2
- package/docs/NotificationsApi.md +4 -4
- package/docs/OrganizationModulesSettingsTranslationsApi.md +4 -4
- package/docs/OrganizationPaymentsApi.md +2 -2
- package/docs/OrganizationTeammembersApi.md +2 -2
- package/docs/SeriesTranslationsApi.md +4 -4
- package/docs/SponsorsTranslationsApi.md +4 -4
- package/docs/StorageVideosApi.md +4 -4
- package/docs/StorageVideosCaptionsApi.md +2 -2
- package/docs/SurveysQuestionsApi.md +2 -2
- package/docs/SurveysQuestionsTranslationsApi.md +8 -8
- package/docs/SurveysSectionsTranslationsApi.md +4 -4
- package/docs/SurveysTranslationsApi.md +4 -4
- package/docs/{UpdateAnnouncementTranslation200Response.md → SyncAccounts200Response.md} +3 -3
- package/package.json +1 -1
|
@@ -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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
-
>
|
|
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
|
-
**
|
|
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
|
|[**updateEventSectionTranslation**](#updateeventsectiontranslation) | **PUT** /events/{eventId}/sections/{sectionId}/translations/{locale} | Update Event Section Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventSectionTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventSectionTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Section Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventSectionTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventSectionTranslations(
|
|
|
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
|
# **updateEventSectionTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateEventSectionTranslation(eventSectionTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Event Section Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventSectionTranslation(
|
|
|
231
231
|
|
|
232
232
|
### Return type
|
|
233
233
|
|
|
234
|
-
**
|
|
234
|
+
**SyncAccounts200Response**
|
|
235
235
|
|
|
236
236
|
### Authorization
|
|
237
237
|
|
|
@@ -554,7 +554,7 @@ const { status, data } = await apiInstance.addEventSessionVisibleTier(
|
|
|
554
554
|
[[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)
|
|
555
555
|
|
|
556
556
|
# **cloneEventSession**
|
|
557
|
-
>
|
|
557
|
+
> SyncAccounts200Response cloneEventSession(eventSessionCloneOptions)
|
|
558
558
|
|
|
559
559
|
Clone Event Session endpoint
|
|
560
560
|
|
|
@@ -592,7 +592,7 @@ const { status, data } = await apiInstance.cloneEventSession(
|
|
|
592
592
|
|
|
593
593
|
### Return type
|
|
594
594
|
|
|
595
|
-
**
|
|
595
|
+
**SyncAccounts200Response**
|
|
596
596
|
|
|
597
597
|
### Authorization
|
|
598
598
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventSessionLocationTranslation**](#updateeventsessionlocationtranslation) | **PUT** /events/{eventId}/sessionLocations/{locationId}/translations/{locale} | Update Event Session Location Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventSessionLocationTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventSessionLocationTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Session Location Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventSessionLocationTranslation
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventSessionLocationTranslations(
|
|
|
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
|
# **updateEventSessionLocationTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateEventSessionLocationTranslation(eventSessionLocationTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Event Session Location Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventSessionLocationTranslation
|
|
|
231
231
|
|
|
232
232
|
### Return type
|
|
233
233
|
|
|
234
|
-
**
|
|
234
|
+
**SyncAccounts200Response**
|
|
235
235
|
|
|
236
236
|
### Authorization
|
|
237
237
|
|
|
@@ -1085,7 +1085,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestion(
|
|
|
1085
1085
|
[[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)
|
|
1086
1086
|
|
|
1087
1087
|
# **updateEventSessionQuestionChoice**
|
|
1088
|
-
>
|
|
1088
|
+
> SyncAccounts200Response updateEventSessionQuestionChoice()
|
|
1089
1089
|
|
|
1090
1090
|
Update Event Session Question Choice endpoint
|
|
1091
1091
|
|
|
@@ -1129,7 +1129,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestionChoice(
|
|
|
1129
1129
|
|
|
1130
1130
|
### Return type
|
|
1131
1131
|
|
|
1132
|
-
**
|
|
1132
|
+
**SyncAccounts200Response**
|
|
1133
1133
|
|
|
1134
1134
|
### Authorization
|
|
1135
1135
|
|
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**updateEventSessionQuestionTranslation**](#updateeventsessionquestiontranslation) | **PUT** /events/{eventId}/sessions/{sessionId}/questions/{questionId}/translations/{locale} | Update Event Session Question Translation|
|
|
15
15
|
|
|
16
16
|
# **deleteEventSessionQuestionChoiceTranslation**
|
|
17
|
-
>
|
|
17
|
+
> SyncAccounts200Response deleteEventSessionQuestionChoiceTranslation()
|
|
18
18
|
|
|
19
19
|
Delete Event Session Question Choice Translation endpoint
|
|
20
20
|
|
|
@@ -57,7 +57,7 @@ const { status, data } = await apiInstance.deleteEventSessionQuestionChoiceTrans
|
|
|
57
57
|
|
|
58
58
|
### Return type
|
|
59
59
|
|
|
60
|
-
**
|
|
60
|
+
**SyncAccounts200Response**
|
|
61
61
|
|
|
62
62
|
### Authorization
|
|
63
63
|
|
|
@@ -77,7 +77,7 @@ const { status, data } = await apiInstance.deleteEventSessionQuestionChoiceTrans
|
|
|
77
77
|
[[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)
|
|
78
78
|
|
|
79
79
|
# **deleteEventSessionQuestionTranslation**
|
|
80
|
-
>
|
|
80
|
+
> SyncAccounts200Response deleteEventSessionQuestionTranslation()
|
|
81
81
|
|
|
82
82
|
Delete Event Session Question Translation endpoint
|
|
83
83
|
|
|
@@ -117,7 +117,7 @@ const { status, data } = await apiInstance.deleteEventSessionQuestionTranslation
|
|
|
117
117
|
|
|
118
118
|
### Return type
|
|
119
119
|
|
|
120
|
-
**
|
|
120
|
+
**SyncAccounts200Response**
|
|
121
121
|
|
|
122
122
|
### Authorization
|
|
123
123
|
|
|
@@ -401,7 +401,7 @@ const { status, data } = await apiInstance.getEventSessionQuestionTranslations(
|
|
|
401
401
|
[[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)
|
|
402
402
|
|
|
403
403
|
# **updateEventSessionQuestionChoiceTranslation**
|
|
404
|
-
>
|
|
404
|
+
> SyncAccounts200Response updateEventSessionQuestionChoiceTranslation(eventSessionQuestionChoiceTranslationUpdateInputs)
|
|
405
405
|
|
|
406
406
|
Update Event Session Question Choice Translation endpoint
|
|
407
407
|
|
|
@@ -448,7 +448,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestionChoiceTrans
|
|
|
448
448
|
|
|
449
449
|
### Return type
|
|
450
450
|
|
|
451
|
-
**
|
|
451
|
+
**SyncAccounts200Response**
|
|
452
452
|
|
|
453
453
|
### Authorization
|
|
454
454
|
|
|
@@ -468,7 +468,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestionChoiceTrans
|
|
|
468
468
|
[[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)
|
|
469
469
|
|
|
470
470
|
# **updateEventSessionQuestionTranslation**
|
|
471
|
-
>
|
|
471
|
+
> SyncAccounts200Response updateEventSessionQuestionTranslation(eventSessionQuestionTranslationUpdateInputs)
|
|
472
472
|
|
|
473
473
|
Update Event Session Question Translation endpoint
|
|
474
474
|
|
|
@@ -512,7 +512,7 @@ const { status, data } = await apiInstance.updateEventSessionQuestionTranslation
|
|
|
512
512
|
|
|
513
513
|
### Return type
|
|
514
514
|
|
|
515
|
-
**
|
|
515
|
+
**SyncAccounts200Response**
|
|
516
516
|
|
|
517
517
|
### Authorization
|
|
518
518
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventSessionSectionTranslation**](#updateeventsessionsectiontranslation) | **PUT** /events/{eventId}/sessions/{sessionId}/sections/{sectionId}/translations/{locale} | Update Event Session Section Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventSessionSectionTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventSessionSectionTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Session Section Translation endpoint
|
|
16
16
|
|
|
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.deleteEventSessionSectionTranslation(
|
|
|
50
50
|
|
|
51
51
|
### Return type
|
|
52
52
|
|
|
53
|
-
**
|
|
53
|
+
**SyncAccounts200Response**
|
|
54
54
|
|
|
55
55
|
### Authorization
|
|
56
56
|
|
|
@@ -199,7 +199,7 @@ const { status, data } = await apiInstance.getEventSessionSectionTranslations(
|
|
|
199
199
|
[[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)
|
|
200
200
|
|
|
201
201
|
# **updateEventSessionSectionTranslation**
|
|
202
|
-
>
|
|
202
|
+
> SyncAccounts200Response updateEventSessionSectionTranslation(eventSessionSectionTranslationUpdateInputs)
|
|
203
203
|
|
|
204
204
|
Update Event Session Section Translation endpoint
|
|
205
205
|
|
|
@@ -243,7 +243,7 @@ const { status, data } = await apiInstance.updateEventSessionSectionTranslation(
|
|
|
243
243
|
|
|
244
244
|
### Return type
|
|
245
245
|
|
|
246
|
-
**
|
|
246
|
+
**SyncAccounts200Response**
|
|
247
247
|
|
|
248
248
|
### Authorization
|
|
249
249
|
|
|
@@ -132,7 +132,7 @@ const { status, data } = await apiInstance.createEventSessionTime(
|
|
|
132
132
|
[[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)
|
|
133
133
|
|
|
134
134
|
# **deleteEventSessionTime**
|
|
135
|
-
>
|
|
135
|
+
> SyncAccounts200Response deleteEventSessionTime()
|
|
136
136
|
|
|
137
137
|
Delete Event Session Time endpoint
|
|
138
138
|
|
|
@@ -169,7 +169,7 @@ const { status, data } = await apiInstance.deleteEventSessionTime(
|
|
|
169
169
|
|
|
170
170
|
### Return type
|
|
171
171
|
|
|
172
|
-
**
|
|
172
|
+
**SyncAccounts200Response**
|
|
173
173
|
|
|
174
174
|
### Authorization
|
|
175
175
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventSessionTimeTranslation**](#updateeventsessiontimetranslation) | **PUT** /events/{eventId}/sessions/{sessionId}/times/{timeId}/translations/{locale} | Update Event Session Time Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventSessionTimeTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventSessionTimeTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Session Time Translation endpoint
|
|
16
16
|
|
|
@@ -50,7 +50,7 @@ const { status, data } = await apiInstance.deleteEventSessionTimeTranslation(
|
|
|
50
50
|
|
|
51
51
|
### Return type
|
|
52
52
|
|
|
53
|
-
**
|
|
53
|
+
**SyncAccounts200Response**
|
|
54
54
|
|
|
55
55
|
### Authorization
|
|
56
56
|
|
|
@@ -199,7 +199,7 @@ const { status, data } = await apiInstance.getEventSessionTimeTranslations(
|
|
|
199
199
|
[[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)
|
|
200
200
|
|
|
201
201
|
# **updateEventSessionTimeTranslation**
|
|
202
|
-
>
|
|
202
|
+
> SyncAccounts200Response updateEventSessionTimeTranslation(eventSessionTimeTranslationUpdateInputs)
|
|
203
203
|
|
|
204
204
|
Update Event Session Time Translation endpoint
|
|
205
205
|
|
|
@@ -243,7 +243,7 @@ const { status, data } = await apiInstance.updateEventSessionTimeTranslation(
|
|
|
243
243
|
|
|
244
244
|
### Return type
|
|
245
245
|
|
|
246
|
-
**
|
|
246
|
+
**SyncAccounts200Response**
|
|
247
247
|
|
|
248
248
|
### Authorization
|
|
249
249
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateEventSessionTranslation**](#updateeventsessiontranslation) | **PUT** /events/{eventId}/sessions/{sessionId}/translations/{locale} | Update Event Session Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventSessionTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventSessionTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Session Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventSessionTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventSessionTranslations(
|
|
|
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
|
# **updateEventSessionTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateEventSessionTranslation(eventSessionTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Event Session Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventSessionTranslation(
|
|
|
231
231
|
|
|
232
232
|
### Return type
|
|
233
233
|
|
|
234
|
-
**
|
|
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
|
|[**updateEventSpeakerTranslation**](#updateeventspeakertranslation) | **PUT** /events/{eventId}/speakers/{speakerId}/translations/{locale} | Update Event Speaker Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventSpeakerTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventSpeakerTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Speaker Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventSpeakerTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventSpeakerTranslations(
|
|
|
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
|
# **updateEventSpeakerTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateEventSpeakerTranslation(eventSpeakerTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Event Speaker Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventSpeakerTranslation(
|
|
|
231
231
|
|
|
232
232
|
### Return type
|
|
233
233
|
|
|
234
|
-
**
|
|
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
|
|[**updateEventTrackTranslation**](#updateeventtracktranslation) | **PUT** /events/{eventId}/tracks/{trackId}/translations/{locale} | Update Event Track Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteEventTrackTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteEventTrackTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Event Track Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteEventTrackTranslation(
|
|
|
47
47
|
|
|
48
48
|
### Return type
|
|
49
49
|
|
|
50
|
-
**
|
|
50
|
+
**SyncAccounts200Response**
|
|
51
51
|
|
|
52
52
|
### Authorization
|
|
53
53
|
|
|
@@ -190,7 +190,7 @@ const { status, data } = await apiInstance.getEventTrackTranslations(
|
|
|
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
|
# **updateEventTrackTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateEventTrackTranslation(eventTrackTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Event Track Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateEventTrackTranslation(
|
|
|
231
231
|
|
|
232
232
|
### Return type
|
|
233
233
|
|
|
234
|
-
**
|
|
234
|
+
**SyncAccounts200Response**
|
|
235
235
|
|
|
236
236
|
### Authorization
|
|
237
237
|
|