@connectedxm/admin-sdk 6.17.4 → 6.18.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.
Files changed (159) hide show
  1. package/.openapi-generator/FILES +123 -1
  2. package/AdminApi.ts +105 -0
  3. package/README.md +250 -1
  4. package/api.ts +66555 -46058
  5. package/dist/AdminApi.d.ts +36 -1
  6. package/dist/AdminApi.js +35 -0
  7. package/dist/api.d.ts +11267 -466
  8. package/dist/api.js +34671 -19447
  9. package/dist/esm/AdminApi.d.ts +36 -1
  10. package/dist/esm/AdminApi.js +36 -1
  11. package/dist/esm/api.d.ts +11267 -466
  12. package/dist/esm/api.js +32890 -17811
  13. package/docs/AnnouncementsTranslationsApi.md +240 -0
  14. package/docs/BenefitsTranslationsApi.md +240 -0
  15. package/docs/BookingsApi.md +244 -0
  16. package/docs/BookingsPlacesTranslationsApi.md +121 -0
  17. package/docs/BookingsSpacesTranslationsApi.md +127 -0
  18. package/docs/ChannelsTranslationsApi.md +742 -0
  19. package/docs/DashboardsApi.md +2 -2
  20. package/docs/DashboardsWidgetsApi.md +2 -2
  21. package/docs/Event.md +2 -0
  22. package/docs/EventCreateInputs.md +2 -0
  23. package/docs/EventUpdateInputs.md +2 -0
  24. package/docs/EventsAccessApi.md +4 -4
  25. package/docs/EventsActivationsTranslationsApi.md +252 -0
  26. package/docs/EventsAddonsTranslationsApi.md +252 -0
  27. package/docs/EventsApi.md +2 -2
  28. package/docs/EventsAttendeesPackagesApi.md +2 -2
  29. package/docs/EventsEmailsTranslationsApi.md +252 -0
  30. package/docs/EventsFaqsTranslationsApi.md +509 -0
  31. package/docs/EventsFollowupsTranslationsApi.md +252 -0
  32. package/docs/EventsMediaTranslationsApi.md +252 -0
  33. package/docs/EventsPackagesTranslationsApi.md +252 -0
  34. package/docs/EventsPagesTranslationsApi.md +252 -0
  35. package/docs/EventsPasstypesPriceschedulesApi.md +4 -4
  36. package/docs/EventsPasstypesRefundschedulesApi.md +4 -4
  37. package/docs/EventsPasstypesTranslationsApi.md +252 -0
  38. package/docs/EventsQuestionsApi.md +2 -2
  39. package/docs/EventsQuestionsTranslationsApi.md +509 -0
  40. package/docs/EventsRoomtypesTranslationsApi.md +252 -0
  41. package/docs/EventsSectionsTranslationsApi.md +252 -0
  42. package/docs/EventsSessionsApi.md +2 -2
  43. package/docs/EventsSessionsLocationsTranslationsApi.md +252 -0
  44. package/docs/EventsSessionsQuestionsApi.md +2 -2
  45. package/docs/EventsSessionsQuestionsTranslationsApi.md +533 -0
  46. package/docs/EventsSessionsSectionsTranslationsApi.md +264 -0
  47. package/docs/EventsSessionsTranslationsApi.md +252 -0
  48. package/docs/EventsSpeakersTranslationsApi.md +252 -0
  49. package/docs/EventsSponsorshiplevelsTranslationsApi.md +252 -0
  50. package/docs/EventsSponsorshipsTranslationsApi.md +264 -0
  51. package/docs/EventsTracksTranslationsApi.md +252 -0
  52. package/docs/EventsTranslationsApi.md +240 -0
  53. package/docs/GetAnnouncementTranslation200Response.md +24 -0
  54. package/docs/GetAnnouncementTranslations200Response.md +26 -0
  55. package/docs/GetBenefitTranslation200Response.md +24 -0
  56. package/docs/GetBenefitTranslations200Response.md +26 -0
  57. package/docs/GetBookingPlaceTranslation200Response.md +24 -0
  58. package/docs/GetBookingPlaceTranslations200Response.md +26 -0
  59. package/docs/GetBookingSpaceTranslation200Response.md +24 -0
  60. package/docs/GetBookingSpaceTranslations200Response.md +26 -0
  61. package/docs/GetChannelContentGuestTranslation200Response.md +24 -0
  62. package/docs/GetChannelContentGuestTranslations200Response.md +26 -0
  63. package/docs/GetChannelContentTranslation200Response.md +24 -0
  64. package/docs/GetChannelContentTranslations200Response.md +26 -0
  65. package/docs/GetChannelTranslation200Response.md +24 -0
  66. package/docs/GetChannelTranslations200Response.md +26 -0
  67. package/docs/GetCustomModuleTranslation200Response.md +24 -0
  68. package/docs/GetCustomModuleTranslations200Response.md +26 -0
  69. package/docs/GetEventActivationTranslation200Response.md +24 -0
  70. package/docs/GetEventActivationTranslations200Response.md +26 -0
  71. package/docs/GetEventAddOnTranslation200Response.md +24 -0
  72. package/docs/GetEventAddOnTranslations200Response.md +26 -0
  73. package/docs/GetEventEmailTranslation200Response.md +24 -0
  74. package/docs/GetEventEmailTranslations200Response.md +26 -0
  75. package/docs/GetEventFaqSectionQuestionTranslation200Response.md +24 -0
  76. package/docs/GetEventFaqSectionQuestionTranslations200Response.md +26 -0
  77. package/docs/GetEventFaqSectionTranslation200Response.md +24 -0
  78. package/docs/GetEventFaqSectionTranslations200Response.md +26 -0
  79. package/docs/GetEventFollowupTranslation200Response.md +24 -0
  80. package/docs/GetEventFollowupTranslations200Response.md +26 -0
  81. package/docs/GetEventMediaItemTranslation200Response.md +24 -0
  82. package/docs/GetEventMediaItemTranslations200Response.md +26 -0
  83. package/docs/GetEventPackageTranslation200Response.md +24 -0
  84. package/docs/GetEventPackageTranslations200Response.md +26 -0
  85. package/docs/GetEventPageTranslation200Response.md +24 -0
  86. package/docs/GetEventPageTranslations200Response.md +26 -0
  87. package/docs/GetEventPassTypeTranslation200Response.md +24 -0
  88. package/docs/GetEventPassTypeTranslations200Response.md +26 -0
  89. package/docs/GetEventQuestionChoiceTranslation200Response.md +24 -0
  90. package/docs/GetEventQuestionChoiceTranslations200Response.md +26 -0
  91. package/docs/GetEventQuestionTranslation200Response.md +24 -0
  92. package/docs/GetEventQuestionTranslations200Response.md +26 -0
  93. package/docs/GetEventRoomTypeTranslation200Response.md +24 -0
  94. package/docs/GetEventRoomTypeTranslations200Response.md +26 -0
  95. package/docs/GetEventSectionTranslation200Response.md +24 -0
  96. package/docs/GetEventSectionTranslations200Response.md +26 -0
  97. package/docs/GetEventSessionLocationTranslation200Response.md +24 -0
  98. package/docs/GetEventSessionLocationTranslations200Response.md +26 -0
  99. package/docs/GetEventSessionQuestionChoiceTranslation200Response.md +24 -0
  100. package/docs/GetEventSessionQuestionChoiceTranslations200Response.md +26 -0
  101. package/docs/GetEventSessionQuestionTranslation200Response.md +24 -0
  102. package/docs/GetEventSessionQuestionTranslations200Response.md +26 -0
  103. package/docs/GetEventSessionSectionTranslation200Response.md +24 -0
  104. package/docs/GetEventSessionSectionTranslations200Response.md +26 -0
  105. package/docs/GetEventSessionTranslation200Response.md +24 -0
  106. package/docs/GetEventSessionTranslations200Response.md +26 -0
  107. package/docs/GetEventSpeakerTranslation200Response.md +24 -0
  108. package/docs/GetEventSpeakerTranslations200Response.md +26 -0
  109. package/docs/GetEventSponsorshipLevelTranslation200Response.md +24 -0
  110. package/docs/GetEventSponsorshipLevelTranslations200Response.md +26 -0
  111. package/docs/GetEventSponsorshipTranslation200Response.md +24 -0
  112. package/docs/GetEventSponsorshipTranslations200Response.md +26 -0
  113. package/docs/GetEventTrackTranslation200Response.md +24 -0
  114. package/docs/GetEventTrackTranslations200Response.md +26 -0
  115. package/docs/GetEventTranslation200Response.md +24 -0
  116. package/docs/GetEventTranslations200Response.md +26 -0
  117. package/docs/GetGroupTranslation200Response.md +24 -0
  118. package/docs/GetGroupTranslations200Response.md +26 -0
  119. package/docs/GetLevelTranslation200Response.md +24 -0
  120. package/docs/GetLevelTranslations200Response.md +26 -0
  121. package/docs/GetOrganizationModuleSettingsTranslation200Response.md +24 -0
  122. package/docs/GetOrganizationModuleSettingsTranslations200Response.md +26 -0
  123. package/docs/GetSeriesQuestionTranslation200Response.md +24 -0
  124. package/docs/GetSeriesTranslation200Response.md +24 -0
  125. package/docs/GetSeriesTranslations200Response.md +26 -0
  126. package/docs/GetSurveyQuestionChoiceTranslation200Response.md +24 -0
  127. package/docs/GetSurveyQuestionChoiceTranslations200Response.md +26 -0
  128. package/docs/GetSurveyQuestionTranslation200Response.md +24 -0
  129. package/docs/GetSurveyQuestionTranslations200Response.md +26 -0
  130. package/docs/GetSurveySectionTranslation200Response.md +24 -0
  131. package/docs/GetSurveySectionTranslations200Response.md +26 -0
  132. package/docs/GetSurveyTranslation200Response.md +24 -0
  133. package/docs/GetSurveyTranslations200Response.md +26 -0
  134. package/docs/GroupsTranslationsApi.md +240 -0
  135. package/docs/MeetingsParticipantsApi.md +4 -4
  136. package/docs/MeetingsSessionsApi.md +2 -2
  137. package/docs/NotificationsApi.md +4 -4
  138. package/docs/OrganizationModulesCustomTranslationsApi.md +240 -0
  139. package/docs/OrganizationModulesSettingsTranslationsApi.md +228 -0
  140. package/docs/OrganizationPaymentsApi.md +2 -2
  141. package/docs/OrganizationTeammembersApi.md +2 -2
  142. package/docs/SeriesQuestionsTranslationsApi.md +127 -0
  143. package/docs/SeriesTranslationsApi.md +240 -0
  144. package/docs/SponsorsTranslationsApi.md +240 -0
  145. package/docs/StorageVideosApi.md +4 -4
  146. package/docs/StorageVideosCaptionsApi.md +2 -2
  147. package/docs/SupportedLocale.md +0 -2
  148. package/docs/SurveysQuestionsApi.md +2 -2
  149. package/docs/SurveysQuestionsTranslationsApi.md +509 -0
  150. package/docs/SurveysSectionsTranslationsApi.md +252 -0
  151. package/docs/SurveysTranslationsApi.md +240 -0
  152. package/docs/{DeleteDashboard200Response.md → UpdateAnnouncementTranslation200Response.md} +3 -3
  153. package/docs/UpdateChannelContentGuestTranslation200Response.md +24 -0
  154. package/docs/UpdateChannelTranslation200Response.md +24 -0
  155. package/docs/UpdateEventActivationTranslation200Response.md +24 -0
  156. package/docs/UpdateEventAddOnTranslation200Response.md +24 -0
  157. package/docs/UpdateEventMediaItemTranslation200Response.md +24 -0
  158. package/docs/UpdateSeriesQuestionTranslation200Response.md +24 -0
  159. package/package.json +1 -1
@@ -10,7 +10,7 @@ All URIs are relative to *https://admin-api.connected.dev*
10
10
  |[**markNotificationsRead**](#marknotificationsread) | **PUT** /notifications/read | Mark Notifications Read|
11
11
 
12
12
  # **getNotificationCount**
13
- > DeleteDashboard200Response getNotificationCount()
13
+ > UpdateAnnouncementTranslation200Response getNotificationCount()
14
14
 
15
15
  Get Notification Count endpoint
16
16
 
@@ -42,7 +42,7 @@ const { status, data } = await apiInstance.getNotificationCount(
42
42
 
43
43
  ### Return type
44
44
 
45
- **DeleteDashboard200Response**
45
+ **UpdateAnnouncementTranslation200Response**
46
46
 
47
47
  ### Authorization
48
48
 
@@ -170,7 +170,7 @@ const { status, data } = await apiInstance.getNotifications(
170
170
  [[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)
171
171
 
172
172
  # **markNotificationsRead**
173
- > DeleteDashboard200Response markNotificationsRead()
173
+ > UpdateAnnouncementTranslation200Response markNotificationsRead()
174
174
 
175
175
  Mark Notifications Read endpoint
176
176
 
@@ -201,7 +201,7 @@ const { status, data } = await apiInstance.markNotificationsRead(
201
201
 
202
202
  ### Return type
203
203
 
204
- **DeleteDashboard200Response**
204
+ **UpdateAnnouncementTranslation200Response**
205
205
 
206
206
  ### Authorization
207
207
 
@@ -0,0 +1,240 @@
1
+ # OrganizationModulesCustomTranslationsApi
2
+
3
+ All URIs are relative to *https://admin-api.connected.dev*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**deleteCustomModuleTranslation**](#deletecustommoduletranslation) | **DELETE** /organization/modules/custom/{moduleId}/translations/{locale} | Delete Custom Module Translation|
8
+ |[**getCustomModuleTranslation**](#getcustommoduletranslation) | **GET** /organization/modules/custom/{moduleId}/translations/{locale} | Get Custom Module Translation|
9
+ |[**getCustomModuleTranslations**](#getcustommoduletranslations) | **GET** /organization/modules/custom/{moduleId}/translations | Get Custom Module Translations|
10
+ |[**updateCustomModuleTranslation**](#updatecustommoduletranslation) | **PUT** /organization/modules/custom/{moduleId}/translations/{locale} | Update Custom Module Translation|
11
+
12
+ # **deleteCustomModuleTranslation**
13
+ > CreateAccountInvitations200Response deleteCustomModuleTranslation()
14
+
15
+ Delete Custom Module Translation endpoint
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ OrganizationModulesCustomTranslationsApi,
22
+ Configuration
23
+ } from '@connectedxm/admin-sdk';
24
+
25
+ const configuration = new Configuration();
26
+ const apiInstance = new OrganizationModulesCustomTranslationsApi(configuration);
27
+
28
+ let moduleId: string; //The module identifier (default to undefined)
29
+ let locale: string; //The locale identifier (default to undefined)
30
+
31
+ const { status, data } = await apiInstance.deleteCustomModuleTranslation(
32
+ moduleId,
33
+ locale
34
+ );
35
+ ```
36
+
37
+ ### Parameters
38
+
39
+ |Name | Type | Description | Notes|
40
+ |------------- | ------------- | ------------- | -------------|
41
+ | **moduleId** | [**string**] | The module identifier | defaults to undefined|
42
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
43
+
44
+
45
+ ### Return type
46
+
47
+ **CreateAccountInvitations200Response**
48
+
49
+ ### Authorization
50
+
51
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
52
+
53
+ ### HTTP request headers
54
+
55
+ - **Content-Type**: Not defined
56
+ - **Accept**: application/json
57
+
58
+
59
+ ### HTTP response details
60
+ | Status code | Description | Response headers |
61
+ |-------------|-------------|------------------|
62
+ |**200** | Successful response | - |
63
+
64
+ [[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)
65
+
66
+ # **getCustomModuleTranslation**
67
+ > GetCustomModuleTranslation200Response getCustomModuleTranslation()
68
+
69
+ Get Custom Module Translation endpoint
70
+
71
+ ### Example
72
+
73
+ ```typescript
74
+ import {
75
+ OrganizationModulesCustomTranslationsApi,
76
+ Configuration
77
+ } from '@connectedxm/admin-sdk';
78
+
79
+ const configuration = new Configuration();
80
+ const apiInstance = new OrganizationModulesCustomTranslationsApi(configuration);
81
+
82
+ let moduleId: string; //The module identifier (default to undefined)
83
+ let locale: string; //The locale identifier (default to undefined)
84
+
85
+ const { status, data } = await apiInstance.getCustomModuleTranslation(
86
+ moduleId,
87
+ locale
88
+ );
89
+ ```
90
+
91
+ ### Parameters
92
+
93
+ |Name | Type | Description | Notes|
94
+ |------------- | ------------- | ------------- | -------------|
95
+ | **moduleId** | [**string**] | The module identifier | defaults to undefined|
96
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
97
+
98
+
99
+ ### Return type
100
+
101
+ **GetCustomModuleTranslation200Response**
102
+
103
+ ### Authorization
104
+
105
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
106
+
107
+ ### HTTP request headers
108
+
109
+ - **Content-Type**: Not defined
110
+ - **Accept**: application/json
111
+
112
+
113
+ ### HTTP response details
114
+ | Status code | Description | Response headers |
115
+ |-------------|-------------|------------------|
116
+ |**200** | Successful response | - |
117
+
118
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
119
+
120
+ # **getCustomModuleTranslations**
121
+ > GetCustomModuleTranslations200Response getCustomModuleTranslations()
122
+
123
+ Get Custom Module Translations endpoint
124
+
125
+ ### Example
126
+
127
+ ```typescript
128
+ import {
129
+ OrganizationModulesCustomTranslationsApi,
130
+ Configuration
131
+ } from '@connectedxm/admin-sdk';
132
+
133
+ const configuration = new Configuration();
134
+ const apiInstance = new OrganizationModulesCustomTranslationsApi(configuration);
135
+
136
+ let moduleId: string; //The module identifier (default to undefined)
137
+ let page: number; //Page number (optional) (default to 1)
138
+ let pageSize: number; //Number of items per page (optional) (default to 25)
139
+ let orderBy: string; //Field to order by (optional) (default to undefined)
140
+ let search: string; //Search query (optional) (default to undefined)
141
+
142
+ const { status, data } = await apiInstance.getCustomModuleTranslations(
143
+ moduleId,
144
+ page,
145
+ pageSize,
146
+ orderBy,
147
+ search
148
+ );
149
+ ```
150
+
151
+ ### Parameters
152
+
153
+ |Name | Type | Description | Notes|
154
+ |------------- | ------------- | ------------- | -------------|
155
+ | **moduleId** | [**string**] | The module identifier | defaults to undefined|
156
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
157
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
158
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
159
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
160
+
161
+
162
+ ### Return type
163
+
164
+ **GetCustomModuleTranslations200Response**
165
+
166
+ ### Authorization
167
+
168
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
169
+
170
+ ### HTTP request headers
171
+
172
+ - **Content-Type**: Not defined
173
+ - **Accept**: application/json
174
+
175
+
176
+ ### HTTP response details
177
+ | Status code | Description | Response headers |
178
+ |-------------|-------------|------------------|
179
+ |**200** | Successful response | - |
180
+
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
+
183
+ # **updateCustomModuleTranslation**
184
+ > GetCustomModuleTranslation200Response updateCustomModuleTranslation(customModuleTranslationUpdateInputs)
185
+
186
+ Update Custom Module Translation endpoint
187
+
188
+ ### Example
189
+
190
+ ```typescript
191
+ import {
192
+ OrganizationModulesCustomTranslationsApi,
193
+ Configuration,
194
+ CustomModuleTranslationUpdateInputs
195
+ } from '@connectedxm/admin-sdk';
196
+
197
+ const configuration = new Configuration();
198
+ const apiInstance = new OrganizationModulesCustomTranslationsApi(configuration);
199
+
200
+ let moduleId: string; //The module identifier (default to undefined)
201
+ let locale: string; //The locale identifier (default to undefined)
202
+ let customModuleTranslationUpdateInputs: CustomModuleTranslationUpdateInputs; //
203
+
204
+ const { status, data } = await apiInstance.updateCustomModuleTranslation(
205
+ moduleId,
206
+ locale,
207
+ customModuleTranslationUpdateInputs
208
+ );
209
+ ```
210
+
211
+ ### Parameters
212
+
213
+ |Name | Type | Description | Notes|
214
+ |------------- | ------------- | ------------- | -------------|
215
+ | **customModuleTranslationUpdateInputs** | **CustomModuleTranslationUpdateInputs**| | |
216
+ | **moduleId** | [**string**] | The module identifier | defaults to undefined|
217
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
218
+
219
+
220
+ ### Return type
221
+
222
+ **GetCustomModuleTranslation200Response**
223
+
224
+ ### Authorization
225
+
226
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
227
+
228
+ ### HTTP request headers
229
+
230
+ - **Content-Type**: application/json
231
+ - **Accept**: application/json
232
+
233
+
234
+ ### HTTP response details
235
+ | Status code | Description | Response headers |
236
+ |-------------|-------------|------------------|
237
+ |**200** | Successful response | - |
238
+
239
+ [[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)
240
+
@@ -0,0 +1,228 @@
1
+ # OrganizationModulesSettingsTranslationsApi
2
+
3
+ All URIs are relative to *https://admin-api.connected.dev*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**deleteOrganizationModuleSettingsTranslation**](#deleteorganizationmodulesettingstranslation) | **DELETE** /organization/module-settings/translations/{locale} | Delete Organization Module Settings Translation|
8
+ |[**getOrganizationModuleSettingsTranslation**](#getorganizationmodulesettingstranslation) | **GET** /organization/module-settings/translations/{locale} | Get Organization Module Settings Translation|
9
+ |[**getOrganizationModuleSettingsTranslations**](#getorganizationmodulesettingstranslations) | **GET** /organization/module-settings/translations | Get Organization Module Settings Translations|
10
+ |[**updateOrganizationModuleSettingsTranslation**](#updateorganizationmodulesettingstranslation) | **PUT** /organization/module-settings/translations/{locale} | Update Organization Module Settings Translation|
11
+
12
+ # **deleteOrganizationModuleSettingsTranslation**
13
+ > UpdateAnnouncementTranslation200Response deleteOrganizationModuleSettingsTranslation()
14
+
15
+ Delete Organization Module Settings Translation endpoint
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ OrganizationModulesSettingsTranslationsApi,
22
+ Configuration
23
+ } from '@connectedxm/admin-sdk';
24
+
25
+ const configuration = new Configuration();
26
+ const apiInstance = new OrganizationModulesSettingsTranslationsApi(configuration);
27
+
28
+ let locale: string; //The locale identifier (default to undefined)
29
+
30
+ const { status, data } = await apiInstance.deleteOrganizationModuleSettingsTranslation(
31
+ locale
32
+ );
33
+ ```
34
+
35
+ ### Parameters
36
+
37
+ |Name | Type | Description | Notes|
38
+ |------------- | ------------- | ------------- | -------------|
39
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
40
+
41
+
42
+ ### Return type
43
+
44
+ **UpdateAnnouncementTranslation200Response**
45
+
46
+ ### Authorization
47
+
48
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
49
+
50
+ ### HTTP request headers
51
+
52
+ - **Content-Type**: Not defined
53
+ - **Accept**: application/json
54
+
55
+
56
+ ### HTTP response details
57
+ | Status code | Description | Response headers |
58
+ |-------------|-------------|------------------|
59
+ |**200** | Successful response | - |
60
+
61
+ [[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)
62
+
63
+ # **getOrganizationModuleSettingsTranslation**
64
+ > GetOrganizationModuleSettingsTranslation200Response getOrganizationModuleSettingsTranslation()
65
+
66
+ Get Organization Module Settings Translation endpoint
67
+
68
+ ### Example
69
+
70
+ ```typescript
71
+ import {
72
+ OrganizationModulesSettingsTranslationsApi,
73
+ Configuration
74
+ } from '@connectedxm/admin-sdk';
75
+
76
+ const configuration = new Configuration();
77
+ const apiInstance = new OrganizationModulesSettingsTranslationsApi(configuration);
78
+
79
+ let locale: string; //The locale identifier (default to undefined)
80
+
81
+ const { status, data } = await apiInstance.getOrganizationModuleSettingsTranslation(
82
+ locale
83
+ );
84
+ ```
85
+
86
+ ### Parameters
87
+
88
+ |Name | Type | Description | Notes|
89
+ |------------- | ------------- | ------------- | -------------|
90
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
91
+
92
+
93
+ ### Return type
94
+
95
+ **GetOrganizationModuleSettingsTranslation200Response**
96
+
97
+ ### Authorization
98
+
99
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
100
+
101
+ ### HTTP request headers
102
+
103
+ - **Content-Type**: Not defined
104
+ - **Accept**: application/json
105
+
106
+
107
+ ### HTTP response details
108
+ | Status code | Description | Response headers |
109
+ |-------------|-------------|------------------|
110
+ |**200** | Successful response | - |
111
+
112
+ [[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)
113
+
114
+ # **getOrganizationModuleSettingsTranslations**
115
+ > GetOrganizationModuleSettingsTranslations200Response getOrganizationModuleSettingsTranslations()
116
+
117
+ Get Organization Module Settings Translations endpoint
118
+
119
+ ### Example
120
+
121
+ ```typescript
122
+ import {
123
+ OrganizationModulesSettingsTranslationsApi,
124
+ Configuration
125
+ } from '@connectedxm/admin-sdk';
126
+
127
+ const configuration = new Configuration();
128
+ const apiInstance = new OrganizationModulesSettingsTranslationsApi(configuration);
129
+
130
+ let page: number; //Page number (optional) (default to 1)
131
+ let pageSize: number; //Number of items per page (optional) (default to 25)
132
+ let orderBy: string; //Field to order by (optional) (default to undefined)
133
+ let search: string; //Search query (optional) (default to undefined)
134
+
135
+ const { status, data } = await apiInstance.getOrganizationModuleSettingsTranslations(
136
+ page,
137
+ pageSize,
138
+ orderBy,
139
+ search
140
+ );
141
+ ```
142
+
143
+ ### Parameters
144
+
145
+ |Name | Type | Description | Notes|
146
+ |------------- | ------------- | ------------- | -------------|
147
+ | **page** | [**number**] | Page number | (optional) defaults to 1|
148
+ | **pageSize** | [**number**] | Number of items per page | (optional) defaults to 25|
149
+ | **orderBy** | [**string**] | Field to order by | (optional) defaults to undefined|
150
+ | **search** | [**string**] | Search query | (optional) defaults to undefined|
151
+
152
+
153
+ ### Return type
154
+
155
+ **GetOrganizationModuleSettingsTranslations200Response**
156
+
157
+ ### Authorization
158
+
159
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
160
+
161
+ ### HTTP request headers
162
+
163
+ - **Content-Type**: Not defined
164
+ - **Accept**: application/json
165
+
166
+
167
+ ### HTTP response details
168
+ | Status code | Description | Response headers |
169
+ |-------------|-------------|------------------|
170
+ |**200** | Successful response | - |
171
+
172
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
173
+
174
+ # **updateOrganizationModuleSettingsTranslation**
175
+ > UpdateAnnouncementTranslation200Response updateOrganizationModuleSettingsTranslation(organizationModuleSettingsTranslationUpdateInputs)
176
+
177
+ Update Organization Module Settings Translation endpoint
178
+
179
+ ### Example
180
+
181
+ ```typescript
182
+ import {
183
+ OrganizationModulesSettingsTranslationsApi,
184
+ Configuration,
185
+ OrganizationModuleSettingsTranslationUpdateInputs
186
+ } from '@connectedxm/admin-sdk';
187
+
188
+ const configuration = new Configuration();
189
+ const apiInstance = new OrganizationModulesSettingsTranslationsApi(configuration);
190
+
191
+ let locale: string; //The locale identifier (default to undefined)
192
+ let organizationModuleSettingsTranslationUpdateInputs: OrganizationModuleSettingsTranslationUpdateInputs; //
193
+
194
+ const { status, data } = await apiInstance.updateOrganizationModuleSettingsTranslation(
195
+ locale,
196
+ organizationModuleSettingsTranslationUpdateInputs
197
+ );
198
+ ```
199
+
200
+ ### Parameters
201
+
202
+ |Name | Type | Description | Notes|
203
+ |------------- | ------------- | ------------- | -------------|
204
+ | **organizationModuleSettingsTranslationUpdateInputs** | **OrganizationModuleSettingsTranslationUpdateInputs**| | |
205
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
206
+
207
+
208
+ ### Return type
209
+
210
+ **UpdateAnnouncementTranslation200Response**
211
+
212
+ ### Authorization
213
+
214
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
215
+
216
+ ### HTTP request headers
217
+
218
+ - **Content-Type**: application/json
219
+ - **Accept**: application/json
220
+
221
+
222
+ ### HTTP response details
223
+ | Status code | Description | Response headers |
224
+ |-------------|-------------|------------------|
225
+ |**200** | Successful response | - |
226
+
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
+
@@ -67,7 +67,7 @@ const { status, data } = await apiInstance.createOrganizationPaymentIntegration(
67
67
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
68
68
 
69
69
  # **deleteOrganizationPaymentIntegration**
70
- > DeleteDashboard200Response deleteOrganizationPaymentIntegration()
70
+ > UpdateAnnouncementTranslation200Response deleteOrganizationPaymentIntegration()
71
71
 
72
72
  Delete Organization Payment Integration endpoint
73
73
 
@@ -98,7 +98,7 @@ const { status, data } = await apiInstance.deleteOrganizationPaymentIntegration(
98
98
 
99
99
  ### Return type
100
100
 
101
- **DeleteDashboard200Response**
101
+ **UpdateAnnouncementTranslation200Response**
102
102
 
103
103
  ### Authorization
104
104
 
@@ -114,7 +114,7 @@ const { status, data } = await apiInstance.deleteOrganizationTeamMember(
114
114
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
115
115
 
116
116
  # **getOrganizationTeamMember**
117
- > DeleteDashboard200Response getOrganizationTeamMember()
117
+ > UpdateAnnouncementTranslation200Response getOrganizationTeamMember()
118
118
 
119
119
  Get Organization Team Member endpoint
120
120
 
@@ -145,7 +145,7 @@ const { status, data } = await apiInstance.getOrganizationTeamMember(
145
145
 
146
146
  ### Return type
147
147
 
148
- **DeleteDashboard200Response**
148
+ **UpdateAnnouncementTranslation200Response**
149
149
 
150
150
  ### Authorization
151
151
 
@@ -0,0 +1,127 @@
1
+ # SeriesQuestionsTranslationsApi
2
+
3
+ All URIs are relative to *https://admin-api.connected.dev*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getSeriesQuestionTranslation**](#getseriesquestiontranslation) | **GET** /series/{seriesId}/questions/{questionId}/translations/{locale} | Get Series Question Translation|
8
+ |[**updateSeriesQuestionTranslation**](#updateseriesquestiontranslation) | **PUT** /series/{seriesId}/questions/{questionId}/translations/{locale} | Update Series Question Translation|
9
+
10
+ # **getSeriesQuestionTranslation**
11
+ > GetSeriesQuestionTranslation200Response getSeriesQuestionTranslation()
12
+
13
+ Get Series Question Translation endpoint
14
+
15
+ ### Example
16
+
17
+ ```typescript
18
+ import {
19
+ SeriesQuestionsTranslationsApi,
20
+ Configuration
21
+ } from '@connectedxm/admin-sdk';
22
+
23
+ const configuration = new Configuration();
24
+ const apiInstance = new SeriesQuestionsTranslationsApi(configuration);
25
+
26
+ let seriesId: string; //The series identifier (default to undefined)
27
+ let questionId: string; //The question identifier (default to undefined)
28
+ let locale: string; //The locale identifier (default to undefined)
29
+
30
+ const { status, data } = await apiInstance.getSeriesQuestionTranslation(
31
+ seriesId,
32
+ questionId,
33
+ locale
34
+ );
35
+ ```
36
+
37
+ ### Parameters
38
+
39
+ |Name | Type | Description | Notes|
40
+ |------------- | ------------- | ------------- | -------------|
41
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
42
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
43
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
44
+
45
+
46
+ ### Return type
47
+
48
+ **GetSeriesQuestionTranslation200Response**
49
+
50
+ ### Authorization
51
+
52
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
53
+
54
+ ### HTTP request headers
55
+
56
+ - **Content-Type**: Not defined
57
+ - **Accept**: application/json
58
+
59
+
60
+ ### HTTP response details
61
+ | Status code | Description | Response headers |
62
+ |-------------|-------------|------------------|
63
+ |**200** | Successful response | - |
64
+
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
+
67
+ # **updateSeriesQuestionTranslation**
68
+ > UpdateSeriesQuestionTranslation200Response updateSeriesQuestionTranslation(seriesQuestionTranslationUpdateInputs)
69
+
70
+ Update Series Question Translation endpoint
71
+
72
+ ### Example
73
+
74
+ ```typescript
75
+ import {
76
+ SeriesQuestionsTranslationsApi,
77
+ Configuration,
78
+ SeriesQuestionTranslationUpdateInputs
79
+ } from '@connectedxm/admin-sdk';
80
+
81
+ const configuration = new Configuration();
82
+ const apiInstance = new SeriesQuestionsTranslationsApi(configuration);
83
+
84
+ let seriesId: string; //The series identifier (default to undefined)
85
+ let questionId: string; //The question identifier (default to undefined)
86
+ let locale: string; //The locale identifier (default to undefined)
87
+ let seriesQuestionTranslationUpdateInputs: SeriesQuestionTranslationUpdateInputs; //
88
+
89
+ const { status, data } = await apiInstance.updateSeriesQuestionTranslation(
90
+ seriesId,
91
+ questionId,
92
+ locale,
93
+ seriesQuestionTranslationUpdateInputs
94
+ );
95
+ ```
96
+
97
+ ### Parameters
98
+
99
+ |Name | Type | Description | Notes|
100
+ |------------- | ------------- | ------------- | -------------|
101
+ | **seriesQuestionTranslationUpdateInputs** | **SeriesQuestionTranslationUpdateInputs**| | |
102
+ | **seriesId** | [**string**] | The series identifier | defaults to undefined|
103
+ | **questionId** | [**string**] | The question identifier | defaults to undefined|
104
+ | **locale** | [**string**] | The locale identifier | defaults to undefined|
105
+
106
+
107
+ ### Return type
108
+
109
+ **UpdateSeriesQuestionTranslation200Response**
110
+
111
+ ### Authorization
112
+
113
+ [ApiKeyAuth](../README.md#ApiKeyAuth), [OrganizationId](../README.md#OrganizationId)
114
+
115
+ ### HTTP request headers
116
+
117
+ - **Content-Type**: application/json
118
+ - **Accept**: application/json
119
+
120
+
121
+ ### HTTP response details
122
+ | Status code | Description | Response headers |
123
+ |-------------|-------------|------------------|
124
+ |**200** | Successful response | - |
125
+
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
+