@connectedxm/admin-sdk 6.32.1 → 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.
- package/.openapi-generator/FILES +1 -1
- package/README.md +4 -1
- package/api.ts +444 -207
- package/dist/api.d.ts +415 -303
- package/dist/api.js +209 -5
- package/dist/esm/api.d.ts +415 -303
- package/dist/esm/api.js +208 -4
- package/docs/AccountsApi.md +97 -0
- package/docs/AnnouncementsTranslationsApi.md +4 -4
- 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/EventsAccessApi.md +4 -4
- 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/NotificationPreferences.md +2 -0
- package/docs/NotificationType.md +2 -0
- 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
|
|[**updateSeriesTranslation**](#updateseriestranslation) | **PUT** /series/{seriesId}/translations/{locale} | Update Series Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteSeriesTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteSeriesTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Series Translation endpoint
|
|
16
16
|
|
|
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.deleteSeriesTranslation(
|
|
|
44
44
|
|
|
45
45
|
### Return type
|
|
46
46
|
|
|
47
|
-
**
|
|
47
|
+
**SyncAccounts200Response**
|
|
48
48
|
|
|
49
49
|
### Authorization
|
|
50
50
|
|
|
@@ -181,7 +181,7 @@ const { status, data } = await apiInstance.getSeriesTranslations(
|
|
|
181
181
|
[[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)
|
|
182
182
|
|
|
183
183
|
# **updateSeriesTranslation**
|
|
184
|
-
>
|
|
184
|
+
> SyncAccounts200Response updateSeriesTranslation(seriesTranslationUpdateInputs)
|
|
185
185
|
|
|
186
186
|
Update Series Translation endpoint
|
|
187
187
|
|
|
@@ -219,7 +219,7 @@ const { status, data } = await apiInstance.updateSeriesTranslation(
|
|
|
219
219
|
|
|
220
220
|
### Return type
|
|
221
221
|
|
|
222
|
-
**
|
|
222
|
+
**SyncAccounts200Response**
|
|
223
223
|
|
|
224
224
|
### Authorization
|
|
225
225
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
10
10
|
|[**updateLevelTranslation**](#updateleveltranslation) | **PUT** /levels/{levelId}/translations/{locale} | Update Level Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteLevelTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteLevelTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Level Translation endpoint
|
|
16
16
|
|
|
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.deleteLevelTranslation(
|
|
|
44
44
|
|
|
45
45
|
### Return type
|
|
46
46
|
|
|
47
|
-
**
|
|
47
|
+
**SyncAccounts200Response**
|
|
48
48
|
|
|
49
49
|
### Authorization
|
|
50
50
|
|
|
@@ -181,7 +181,7 @@ const { status, data } = await apiInstance.getLevelTranslations(
|
|
|
181
181
|
[[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)
|
|
182
182
|
|
|
183
183
|
# **updateLevelTranslation**
|
|
184
|
-
>
|
|
184
|
+
> SyncAccounts200Response updateLevelTranslation(levelTranslationUpdateInputs)
|
|
185
185
|
|
|
186
186
|
Update Level Translation endpoint
|
|
187
187
|
|
|
@@ -219,7 +219,7 @@ const { status, data } = await apiInstance.updateLevelTranslation(
|
|
|
219
219
|
|
|
220
220
|
### Return type
|
|
221
221
|
|
|
222
|
-
**
|
|
222
|
+
**SyncAccounts200Response**
|
|
223
223
|
|
|
224
224
|
### Authorization
|
|
225
225
|
|
package/docs/StorageVideosApi.md
CHANGED
|
@@ -167,7 +167,7 @@ const { status, data } = await apiInstance.getVideo(
|
|
|
167
167
|
[[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)
|
|
168
168
|
|
|
169
169
|
# **getVideoDownloadStatus**
|
|
170
|
-
>
|
|
170
|
+
> SyncAccounts200Response getVideoDownloadStatus()
|
|
171
171
|
|
|
172
172
|
Get Video Download Status endpoint
|
|
173
173
|
|
|
@@ -198,7 +198,7 @@ const { status, data } = await apiInstance.getVideoDownloadStatus(
|
|
|
198
198
|
|
|
199
199
|
### Return type
|
|
200
200
|
|
|
201
|
-
**
|
|
201
|
+
**SyncAccounts200Response**
|
|
202
202
|
|
|
203
203
|
### Authorization
|
|
204
204
|
|
|
@@ -281,7 +281,7 @@ const { status, data } = await apiInstance.getVideos(
|
|
|
281
281
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
282
282
|
|
|
283
283
|
# **initiateVideoDownload**
|
|
284
|
-
>
|
|
284
|
+
> SyncAccounts200Response initiateVideoDownload()
|
|
285
285
|
|
|
286
286
|
Initiate Video Download endpoint
|
|
287
287
|
|
|
@@ -312,7 +312,7 @@ const { status, data } = await apiInstance.initiateVideoDownload(
|
|
|
312
312
|
|
|
313
313
|
### Return type
|
|
314
314
|
|
|
315
|
-
**
|
|
315
|
+
**SyncAccounts200Response**
|
|
316
316
|
|
|
317
317
|
### Authorization
|
|
318
318
|
|
|
@@ -65,7 +65,7 @@ const { status, data } = await apiInstance.deleteVideoCaption(
|
|
|
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
|
# **downloadVideoCaption**
|
|
68
|
-
>
|
|
68
|
+
> SyncAccounts200Response downloadVideoCaption()
|
|
69
69
|
|
|
70
70
|
Download Video Caption endpoint
|
|
71
71
|
|
|
@@ -99,7 +99,7 @@ const { status, data } = await apiInstance.downloadVideoCaption(
|
|
|
99
99
|
|
|
100
100
|
### Return type
|
|
101
101
|
|
|
102
|
-
**
|
|
102
|
+
**SyncAccounts200Response**
|
|
103
103
|
|
|
104
104
|
### Authorization
|
|
105
105
|
|
|
@@ -1034,7 +1034,7 @@ const { status, data } = await apiInstance.updateSurveyQuestion(
|
|
|
1034
1034
|
[[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)
|
|
1035
1035
|
|
|
1036
1036
|
# **updateSurveyQuestionChoice**
|
|
1037
|
-
>
|
|
1037
|
+
> SyncAccounts200Response updateSurveyQuestionChoice()
|
|
1038
1038
|
|
|
1039
1039
|
Update Survey Question Choice endpoint
|
|
1040
1040
|
|
|
@@ -1075,7 +1075,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoice(
|
|
|
1075
1075
|
|
|
1076
1076
|
### Return type
|
|
1077
1077
|
|
|
1078
|
-
**
|
|
1078
|
+
**SyncAccounts200Response**
|
|
1079
1079
|
|
|
1080
1080
|
### Authorization
|
|
1081
1081
|
|
|
@@ -14,7 +14,7 @@ All URIs are relative to *https://admin-api.connected.dev*
|
|
|
14
14
|
|[**updateSurveyQuestionTranslation**](#updatesurveyquestiontranslation) | **PUT** /surveys/{surveyId}/questions/{questionId}/translations/{locale} | Update Survey Question Translation|
|
|
15
15
|
|
|
16
16
|
# **deleteSurveyQuestionChoiceTranslation**
|
|
17
|
-
>
|
|
17
|
+
> SyncAccounts200Response deleteSurveyQuestionChoiceTranslation()
|
|
18
18
|
|
|
19
19
|
Delete Survey Question Choice Translation endpoint
|
|
20
20
|
|
|
@@ -54,7 +54,7 @@ const { status, data } = await apiInstance.deleteSurveyQuestionChoiceTranslation
|
|
|
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.deleteSurveyQuestionChoiceTranslation
|
|
|
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
|
# **deleteSurveyQuestionTranslation**
|
|
77
|
-
>
|
|
77
|
+
> SyncAccounts200Response deleteSurveyQuestionTranslation()
|
|
78
78
|
|
|
79
79
|
Delete Survey Question Translation endpoint
|
|
80
80
|
|
|
@@ -111,7 +111,7 @@ const { status, data } = await apiInstance.deleteSurveyQuestionTranslation(
|
|
|
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.getSurveyQuestionTranslations(
|
|
|
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
|
# **updateSurveyQuestionChoiceTranslation**
|
|
386
|
-
>
|
|
386
|
+
> SyncAccounts200Response updateSurveyQuestionChoiceTranslation(surveyQuestionChoiceTranslationUpdateInputs)
|
|
387
387
|
|
|
388
388
|
Update Survey Question Choice Translation endpoint
|
|
389
389
|
|
|
@@ -427,7 +427,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionChoiceTranslation
|
|
|
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.updateSurveyQuestionChoiceTranslation
|
|
|
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
|
# **updateSurveyQuestionTranslation**
|
|
450
|
-
>
|
|
450
|
+
> SyncAccounts200Response updateSurveyQuestionTranslation(surveyQuestionTranslationUpdateInputs)
|
|
451
451
|
|
|
452
452
|
Update Survey Question Translation endpoint
|
|
453
453
|
|
|
@@ -488,7 +488,7 @@ const { status, data } = await apiInstance.updateSurveyQuestionTranslation(
|
|
|
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
|
|[**updateSurveySectionTranslation**](#updatesurveysectiontranslation) | **PUT** /surveys/{surveyId}/sections/{sectionId}/translations/{locale} | Update Survey Section Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteSurveySectionTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteSurveySectionTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Survey Section Translation endpoint
|
|
16
16
|
|
|
@@ -47,7 +47,7 @@ const { status, data } = await apiInstance.deleteSurveySectionTranslation(
|
|
|
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.getSurveySectionTranslations(
|
|
|
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
|
# **updateSurveySectionTranslation**
|
|
193
|
-
>
|
|
193
|
+
> SyncAccounts200Response updateSurveySectionTranslation(surveySectionTranslationUpdateInputs)
|
|
194
194
|
|
|
195
195
|
Update Survey Section Translation endpoint
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ const { status, data } = await apiInstance.updateSurveySectionTranslation(
|
|
|
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
|
|[**updateSurveyTranslation**](#updatesurveytranslation) | **PUT** /surveys/{surveyId}/translations/{locale} | Update Survey Translation|
|
|
11
11
|
|
|
12
12
|
# **deleteSurveyTranslation**
|
|
13
|
-
>
|
|
13
|
+
> SyncAccounts200Response deleteSurveyTranslation()
|
|
14
14
|
|
|
15
15
|
Delete Survey Translation endpoint
|
|
16
16
|
|
|
@@ -44,7 +44,7 @@ const { status, data } = await apiInstance.deleteSurveyTranslation(
|
|
|
44
44
|
|
|
45
45
|
### Return type
|
|
46
46
|
|
|
47
|
-
**
|
|
47
|
+
**SyncAccounts200Response**
|
|
48
48
|
|
|
49
49
|
### Authorization
|
|
50
50
|
|
|
@@ -181,7 +181,7 @@ const { status, data } = await apiInstance.getSurveyTranslations(
|
|
|
181
181
|
[[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)
|
|
182
182
|
|
|
183
183
|
# **updateSurveyTranslation**
|
|
184
|
-
>
|
|
184
|
+
> SyncAccounts200Response updateSurveyTranslation(surveyTranslationUpdateInputs)
|
|
185
185
|
|
|
186
186
|
Update Survey Translation endpoint
|
|
187
187
|
|
|
@@ -219,7 +219,7 @@ const { status, data } = await apiInstance.updateSurveyTranslation(
|
|
|
219
219
|
|
|
220
220
|
### Return type
|
|
221
221
|
|
|
222
|
-
**
|
|
222
|
+
**SyncAccounts200Response**
|
|
223
223
|
|
|
224
224
|
### Authorization
|
|
225
225
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# SyncAccounts200Response
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
|
-
import {
|
|
15
|
+
import { SyncAccounts200Response } from '@connectedxm/admin-sdk';
|
|
16
16
|
|
|
17
|
-
const instance:
|
|
17
|
+
const instance: SyncAccounts200Response = {
|
|
18
18
|
status,
|
|
19
19
|
message,
|
|
20
20
|
data,
|