ch-admin-api-client-typescript 5.88.48 → 5.89.6

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 (104) hide show
  1. package/lib/api/about-us-api.d.ts +8 -8
  2. package/lib/api/about-us-api.js +6 -6
  3. package/lib/api/appointments-api.d.ts +12 -12
  4. package/lib/api/appointments-api.js +9 -9
  5. package/lib/api/article-categories-api.d.ts +4 -4
  6. package/lib/api/article-categories-api.js +3 -3
  7. package/lib/api/articles-api.d.ts +16 -16
  8. package/lib/api/articles-api.js +12 -12
  9. package/lib/api/badges-api.d.ts +4 -4
  10. package/lib/api/badges-api.js +3 -3
  11. package/lib/api/benefits-api.d.ts +4 -4
  12. package/lib/api/benefits-api.js +3 -3
  13. package/lib/api/call-histories-api.d.ts +4 -4
  14. package/lib/api/call-histories-api.js +3 -3
  15. package/lib/api/contributors-api.d.ts +8 -8
  16. package/lib/api/contributors-api.js +6 -6
  17. package/lib/api/countries-api.d.ts +24 -24
  18. package/lib/api/countries-api.js +18 -18
  19. package/lib/api/curation-categories-api.d.ts +12 -12
  20. package/lib/api/curation-categories-api.js +9 -9
  21. package/lib/api/curations-api.d.ts +12 -12
  22. package/lib/api/curations-api.js +9 -9
  23. package/lib/api/deal-global-settings-api.d.ts +4 -4
  24. package/lib/api/deal-global-settings-api.js +3 -3
  25. package/lib/api/deals-api.d.ts +16 -16
  26. package/lib/api/deals-api.js +12 -12
  27. package/lib/api/doctor-affiliations-api.d.ts +4 -4
  28. package/lib/api/doctor-affiliations-api.js +3 -3
  29. package/lib/api/doctors-api.d.ts +12 -12
  30. package/lib/api/doctors-api.js +9 -9
  31. package/lib/api/faq-categories-api.d.ts +8 -8
  32. package/lib/api/faq-categories-api.js +6 -6
  33. package/lib/api/faqs-api.d.ts +8 -8
  34. package/lib/api/faqs-api.js +6 -6
  35. package/lib/api/form-results-api.d.ts +8 -8
  36. package/lib/api/form-results-api.js +6 -6
  37. package/lib/api/form-templates-api.d.ts +8 -8
  38. package/lib/api/form-templates-api.js +6 -6
  39. package/lib/api/frequently-asked-questions-api.d.ts +4 -4
  40. package/lib/api/frequently-asked-questions-api.js +3 -3
  41. package/lib/api/general-articles-api.d.ts +8 -8
  42. package/lib/api/general-articles-api.js +6 -6
  43. package/lib/api/hospital-branches-api.d.ts +4 -4
  44. package/lib/api/hospital-branches-api.js +3 -3
  45. package/lib/api/hospital-groups-api.d.ts +4 -4
  46. package/lib/api/hospital-groups-api.js +3 -3
  47. package/lib/api/hospitals-api.d.ts +136 -136
  48. package/lib/api/hospitals-api.js +104 -104
  49. package/lib/api/languages-api.d.ts +110 -36
  50. package/lib/api/languages-api.d.ts.map +1 -1
  51. package/lib/api/languages-api.js +137 -27
  52. package/lib/api/patient-affiliations-api.d.ts +4 -4
  53. package/lib/api/patient-affiliations-api.js +3 -3
  54. package/lib/api/patients-api.d.ts +4 -4
  55. package/lib/api/patients-api.js +3 -3
  56. package/lib/api/platform-interpretation-languages-api.d.ts +16 -16
  57. package/lib/api/platform-interpretation-languages-api.js +12 -12
  58. package/lib/api/prescriptions-api.d.ts +8 -8
  59. package/lib/api/prescriptions-api.js +6 -6
  60. package/lib/api/promotions-api.d.ts +4 -4
  61. package/lib/api/promotions-api.js +3 -3
  62. package/lib/api/service-reviews-api.d.ts +8 -8
  63. package/lib/api/service-reviews-api.js +6 -6
  64. package/lib/api/services-api.d.ts +8 -8
  65. package/lib/api/services-api.js +6 -6
  66. package/lib/api/specialties-api.d.ts +8 -8
  67. package/lib/api/specialties-api.js +6 -6
  68. package/lib/api/specialty-types-api.d.ts +8 -8
  69. package/lib/api/specialty-types-api.js +6 -6
  70. package/lib/api/survey-forms-api.d.ts +8 -8
  71. package/lib/api/survey-forms-api.js +6 -6
  72. package/lib/api/survey-results-api.d.ts +4 -4
  73. package/lib/api/survey-results-api.js +3 -3
  74. package/lib/api/users-api.d.ts +4 -4
  75. package/lib/api/users-api.js +3 -3
  76. package/lib/api/web-apps-api.d.ts +139 -12
  77. package/lib/api/web-apps-api.d.ts.map +1 -1
  78. package/lib/api/web-apps-api.js +275 -11
  79. package/lib/models/country-language-item-model.d.ts +12 -0
  80. package/lib/models/country-language-item-model.d.ts.map +1 -1
  81. package/lib/models/country-language-model.d.ts +12 -0
  82. package/lib/models/country-language-model.d.ts.map +1 -1
  83. package/lib/models/create-hospital-service-command.d.ts +1 -1
  84. package/lib/models/deploy-web-apps-command.d.ts +31 -0
  85. package/lib/models/deploy-web-apps-command.d.ts.map +1 -0
  86. package/lib/models/deploy-web-apps-command.js +15 -0
  87. package/lib/models/hospital-service-item-model.d.ts +1 -1
  88. package/lib/models/hospital-service-model.d.ts +1 -1
  89. package/lib/models/index.d.ts +4 -0
  90. package/lib/models/index.d.ts.map +1 -1
  91. package/lib/models/index.js +4 -0
  92. package/lib/models/language-locale-item-model.d.ts +73 -0
  93. package/lib/models/language-locale-item-model.d.ts.map +1 -0
  94. package/lib/models/language-locale-item-model.js +15 -0
  95. package/lib/models/language-locales-model.d.ts +33 -0
  96. package/lib/models/language-locales-model.d.ts.map +1 -0
  97. package/lib/models/language-locales-model.js +15 -0
  98. package/lib/models/save-country-language-command.d.ts +6 -0
  99. package/lib/models/save-country-language-command.d.ts.map +1 -1
  100. package/lib/models/suspend-web-apps-command.d.ts +31 -0
  101. package/lib/models/suspend-web-apps-command.d.ts.map +1 -0
  102. package/lib/models/suspend-web-apps-command.js +15 -0
  103. package/lib/models/update-hospital-service-command.d.ts +1 -1
  104. package/package.json +1 -1
@@ -15,6 +15,7 @@ import { RequestArgs, BaseAPI } from '../base';
15
15
  import { CountryLanguageModel } from '../models';
16
16
  import { CountryLanguagesModel } from '../models';
17
17
  import { CreateLanguageCommand } from '../models';
18
+ import { LanguageLocalesModel } from '../models';
18
19
  import { LanguageModel } from '../models';
19
20
  import { LanguagesModel } from '../models';
20
21
  import { SaveCountryLanguageCommand } from '../models';
@@ -29,7 +30,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
29
30
  /**
30
31
  *
31
32
  * @summary Disconnect language and country. (Auth policies: RequireManagerRole)
32
- * @param {string} code
33
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
33
34
  * @param {string} countryId
34
35
  * @param {*} [options] Override http request option.
35
36
  * @throws {RequiredError}
@@ -38,9 +39,9 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
38
39
  /**
39
40
  *
40
41
  * @summary Get languageCountry (Auth policies: RequireManagerRole)
41
- * @param {string} code
42
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
42
43
  * @param {string} countryId
43
- * @param {string} [languageCode] LanguageCode for selecting translation value
44
+ * @param {string} [languageCode] Locale code for selecting translation value (e.g., `en-US`, `ko-KR`). Two-letter ISO 639-1 code (e.g., `en`, `ko`) is also accepted and will be automatically resolved to the matching locale via `FallbackTargetLanguageCode` lookup.
44
45
  * @param {*} [options] Override http request option.
45
46
  * @throws {RequiredError}
46
47
  */
@@ -48,7 +49,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
48
49
  /**
49
50
  *
50
51
  * @summary Connects languages ​​and countries. (Auth policies: RequireManagerRole)
51
- * @param {string} code
52
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
52
53
  * @param {string} countryId
53
54
  * @param {SaveCountryLanguageCommand} [saveCountryLanguageCommand]
54
55
  * @param {*} [options] Override http request option.
@@ -58,7 +59,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
58
59
  /**
59
60
  *
60
61
  * @summary Get language-countries (Auth policies: RequireManagerRole)
61
- * @param {string} code
62
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
62
63
  * @param {string} [languageCode]
63
64
  * @param {number} [page]
64
65
  * @param {number} [limit]
@@ -70,7 +71,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
70
71
  /**
71
72
  *
72
73
  * @summary Batch for languages-country sorting (Auth policies: RequireManagerRole)
73
- * @param {string} code
74
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
74
75
  * @param {SortCountryLanguagesCommand} [sortCountryLanguagesCommand]
75
76
  * @param {*} [options] Override http request option.
76
77
  * @throws {RequiredError}
@@ -79,7 +80,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
79
80
  /**
80
81
  *
81
82
  * @summary Delete language (Auth policies: RequireManagerRole)
82
- * @param {string} code
83
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
83
84
  * @param {*} [options] Override http request option.
84
85
  * @throws {RequiredError}
85
86
  */
@@ -87,7 +88,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
87
88
  /**
88
89
  *
89
90
  * @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
90
- * @param {string} code
91
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
91
92
  * @param {*} [options] Override http request option.
92
93
  * @throws {RequiredError}
93
94
  */
@@ -95,7 +96,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
95
96
  /**
96
97
  *
97
98
  * @summary Update lanuguage (Auth policies: RequireManagerRole)
98
- * @param {string} code
99
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., `en`, `ko`). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
99
100
  * @param {UpdateLanguageCommand} [updateLanguageCommand]
100
101
  * @param {*} [options] Override http request option.
101
102
  * @throws {RequiredError}
@@ -115,6 +116,17 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
115
116
  * @throws {RequiredError}
116
117
  */
117
118
  apiV1LanguagesGet: (code?: string, name?: string, description?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
119
+ /**
120
+ *
121
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
122
+ * @param {boolean} [showHidden]
123
+ * @param {number} [page]
124
+ * @param {number} [limit]
125
+ * @param {Date} [lastRetrieved]
126
+ * @param {*} [options] Override http request option.
127
+ * @throws {RequiredError}
128
+ */
129
+ apiV1LanguagesLocalesGet: (showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
118
130
  /**
119
131
  *
120
132
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -132,7 +144,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
132
144
  /**
133
145
  *
134
146
  * @summary Disconnect language and country. (Auth policies: RequireManagerRole)
135
- * @param {string} code
147
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
136
148
  * @param {string} countryId
137
149
  * @param {*} [options] Override http request option.
138
150
  * @throws {RequiredError}
@@ -141,9 +153,9 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
141
153
  /**
142
154
  *
143
155
  * @summary Get languageCountry (Auth policies: RequireManagerRole)
144
- * @param {string} code
156
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
145
157
  * @param {string} countryId
146
- * @param {string} [languageCode] LanguageCode for selecting translation value
158
+ * @param {string} [languageCode] Locale code for selecting translation value (e.g., &#x60;en-US&#x60;, &#x60;ko-KR&#x60;). Two-letter ISO 639-1 code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;) is also accepted and will be automatically resolved to the matching locale via &#x60;FallbackTargetLanguageCode&#x60; lookup.
147
159
  * @param {*} [options] Override http request option.
148
160
  * @throws {RequiredError}
149
161
  */
@@ -151,7 +163,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
151
163
  /**
152
164
  *
153
165
  * @summary Connects languages ​​and countries. (Auth policies: RequireManagerRole)
154
- * @param {string} code
166
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
155
167
  * @param {string} countryId
156
168
  * @param {SaveCountryLanguageCommand} [saveCountryLanguageCommand]
157
169
  * @param {*} [options] Override http request option.
@@ -161,7 +173,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
161
173
  /**
162
174
  *
163
175
  * @summary Get language-countries (Auth policies: RequireManagerRole)
164
- * @param {string} code
176
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
165
177
  * @param {string} [languageCode]
166
178
  * @param {number} [page]
167
179
  * @param {number} [limit]
@@ -173,7 +185,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
173
185
  /**
174
186
  *
175
187
  * @summary Batch for languages-country sorting (Auth policies: RequireManagerRole)
176
- * @param {string} code
188
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
177
189
  * @param {SortCountryLanguagesCommand} [sortCountryLanguagesCommand]
178
190
  * @param {*} [options] Override http request option.
179
191
  * @throws {RequiredError}
@@ -182,7 +194,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
182
194
  /**
183
195
  *
184
196
  * @summary Delete language (Auth policies: RequireManagerRole)
185
- * @param {string} code
197
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
186
198
  * @param {*} [options] Override http request option.
187
199
  * @throws {RequiredError}
188
200
  */
@@ -190,7 +202,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
190
202
  /**
191
203
  *
192
204
  * @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
193
- * @param {string} code
205
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
194
206
  * @param {*} [options] Override http request option.
195
207
  * @throws {RequiredError}
196
208
  */
@@ -198,7 +210,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
198
210
  /**
199
211
  *
200
212
  * @summary Update lanuguage (Auth policies: RequireManagerRole)
201
- * @param {string} code
213
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
202
214
  * @param {UpdateLanguageCommand} [updateLanguageCommand]
203
215
  * @param {*} [options] Override http request option.
204
216
  * @throws {RequiredError}
@@ -218,6 +230,17 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
218
230
  * @throws {RequiredError}
219
231
  */
220
232
  apiV1LanguagesGet(code?: string, name?: string, description?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguagesModel>>;
233
+ /**
234
+ *
235
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
236
+ * @param {boolean} [showHidden]
237
+ * @param {number} [page]
238
+ * @param {number} [limit]
239
+ * @param {Date} [lastRetrieved]
240
+ * @param {*} [options] Override http request option.
241
+ * @throws {RequiredError}
242
+ */
243
+ apiV1LanguagesLocalesGet(showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguageLocalesModel>>;
221
244
  /**
222
245
  *
223
246
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -235,7 +258,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
235
258
  /**
236
259
  *
237
260
  * @summary Disconnect language and country. (Auth policies: RequireManagerRole)
238
- * @param {string} code
261
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
239
262
  * @param {string} countryId
240
263
  * @param {*} [options] Override http request option.
241
264
  * @throws {RequiredError}
@@ -244,9 +267,9 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
244
267
  /**
245
268
  *
246
269
  * @summary Get languageCountry (Auth policies: RequireManagerRole)
247
- * @param {string} code
270
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
248
271
  * @param {string} countryId
249
- * @param {string} [languageCode] LanguageCode for selecting translation value
272
+ * @param {string} [languageCode] Locale code for selecting translation value (e.g., &#x60;en-US&#x60;, &#x60;ko-KR&#x60;). Two-letter ISO 639-1 code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;) is also accepted and will be automatically resolved to the matching locale via &#x60;FallbackTargetLanguageCode&#x60; lookup.
250
273
  * @param {*} [options] Override http request option.
251
274
  * @throws {RequiredError}
252
275
  */
@@ -254,7 +277,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
254
277
  /**
255
278
  *
256
279
  * @summary Connects languages ​​and countries. (Auth policies: RequireManagerRole)
257
- * @param {string} code
280
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
258
281
  * @param {string} countryId
259
282
  * @param {SaveCountryLanguageCommand} [saveCountryLanguageCommand]
260
283
  * @param {*} [options] Override http request option.
@@ -264,7 +287,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
264
287
  /**
265
288
  *
266
289
  * @summary Get language-countries (Auth policies: RequireManagerRole)
267
- * @param {string} code
290
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
268
291
  * @param {string} [languageCode]
269
292
  * @param {number} [page]
270
293
  * @param {number} [limit]
@@ -276,7 +299,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
276
299
  /**
277
300
  *
278
301
  * @summary Batch for languages-country sorting (Auth policies: RequireManagerRole)
279
- * @param {string} code
302
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
280
303
  * @param {SortCountryLanguagesCommand} [sortCountryLanguagesCommand]
281
304
  * @param {*} [options] Override http request option.
282
305
  * @throws {RequiredError}
@@ -285,7 +308,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
285
308
  /**
286
309
  *
287
310
  * @summary Delete language (Auth policies: RequireManagerRole)
288
- * @param {string} code
311
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
289
312
  * @param {*} [options] Override http request option.
290
313
  * @throws {RequiredError}
291
314
  */
@@ -293,7 +316,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
293
316
  /**
294
317
  *
295
318
  * @summary Get Language. (Auth policies: RequireDefaultAdminAppRole)
296
- * @param {string} code
319
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
297
320
  * @param {*} [options] Override http request option.
298
321
  * @throws {RequiredError}
299
322
  */
@@ -301,7 +324,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
301
324
  /**
302
325
  *
303
326
  * @summary Update lanuguage (Auth policies: RequireManagerRole)
304
- * @param {string} code
327
+ * @param {string} code Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
305
328
  * @param {UpdateLanguageCommand} [updateLanguageCommand]
306
329
  * @param {*} [options] Override http request option.
307
330
  * @throws {RequiredError}
@@ -321,6 +344,17 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
321
344
  * @throws {RequiredError}
322
345
  */
323
346
  apiV1LanguagesGet(code?: string, name?: string, description?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<LanguagesModel>;
347
+ /**
348
+ *
349
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
350
+ * @param {boolean} [showHidden]
351
+ * @param {number} [page]
352
+ * @param {number} [limit]
353
+ * @param {Date} [lastRetrieved]
354
+ * @param {*} [options] Override http request option.
355
+ * @throws {RequiredError}
356
+ */
357
+ apiV1LanguagesLocalesGet(showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<LanguageLocalesModel>;
324
358
  /**
325
359
  *
326
360
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -337,7 +371,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
337
371
  */
338
372
  export interface LanguagesApiApiV1LanguagesCodeCountriesCountryIdDeleteRequest {
339
373
  /**
340
- *
374
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
341
375
  * @type {string}
342
376
  * @memberof LanguagesApiApiV1LanguagesCodeCountriesCountryIdDelete
343
377
  */
@@ -356,7 +390,7 @@ export interface LanguagesApiApiV1LanguagesCodeCountriesCountryIdDeleteRequest {
356
390
  */
357
391
  export interface LanguagesApiApiV1LanguagesCodeCountriesCountryIdGetRequest {
358
392
  /**
359
- *
393
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
360
394
  * @type {string}
361
395
  * @memberof LanguagesApiApiV1LanguagesCodeCountriesCountryIdGet
362
396
  */
@@ -368,7 +402,7 @@ export interface LanguagesApiApiV1LanguagesCodeCountriesCountryIdGetRequest {
368
402
  */
369
403
  readonly countryId: string;
370
404
  /**
371
- * LanguageCode for selecting translation value
405
+ * Locale code for selecting translation value (e.g., &#x60;en-US&#x60;, &#x60;ko-KR&#x60;). Two-letter ISO 639-1 code (e.g., &#x60;en&#x60;, &#x60;ko&#x60;) is also accepted and will be automatically resolved to the matching locale via &#x60;FallbackTargetLanguageCode&#x60; lookup.
372
406
  * @type {string}
373
407
  * @memberof LanguagesApiApiV1LanguagesCodeCountriesCountryIdGet
374
408
  */
@@ -381,7 +415,7 @@ export interface LanguagesApiApiV1LanguagesCodeCountriesCountryIdGetRequest {
381
415
  */
382
416
  export interface LanguagesApiApiV1LanguagesCodeCountriesCountryIdPostRequest {
383
417
  /**
384
- *
418
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
385
419
  * @type {string}
386
420
  * @memberof LanguagesApiApiV1LanguagesCodeCountriesCountryIdPost
387
421
  */
@@ -406,7 +440,7 @@ export interface LanguagesApiApiV1LanguagesCodeCountriesCountryIdPostRequest {
406
440
  */
407
441
  export interface LanguagesApiApiV1LanguagesCodeCountriesGetRequest {
408
442
  /**
409
- *
443
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
410
444
  * @type {string}
411
445
  * @memberof LanguagesApiApiV1LanguagesCodeCountriesGet
412
446
  */
@@ -443,7 +477,7 @@ export interface LanguagesApiApiV1LanguagesCodeCountriesGetRequest {
443
477
  */
444
478
  export interface LanguagesApiApiV1LanguagesCodeCountriesSortPutRequest {
445
479
  /**
446
- *
480
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
447
481
  * @type {string}
448
482
  * @memberof LanguagesApiApiV1LanguagesCodeCountriesSortPut
449
483
  */
@@ -462,7 +496,7 @@ export interface LanguagesApiApiV1LanguagesCodeCountriesSortPutRequest {
462
496
  */
463
497
  export interface LanguagesApiApiV1LanguagesCodeDeleteRequest {
464
498
  /**
465
- *
499
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
466
500
  * @type {string}
467
501
  * @memberof LanguagesApiApiV1LanguagesCodeDelete
468
502
  */
@@ -475,7 +509,7 @@ export interface LanguagesApiApiV1LanguagesCodeDeleteRequest {
475
509
  */
476
510
  export interface LanguagesApiApiV1LanguagesCodeGetRequest {
477
511
  /**
478
- *
512
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
479
513
  * @type {string}
480
514
  * @memberof LanguagesApiApiV1LanguagesCodeGet
481
515
  */
@@ -488,7 +522,7 @@ export interface LanguagesApiApiV1LanguagesCodeGetRequest {
488
522
  */
489
523
  export interface LanguagesApiApiV1LanguagesCodePutRequest {
490
524
  /**
491
- *
525
+ * Two-letter ISO 639-1 language code identifying the Language entity (e.g., &#x60;en&#x60;, &#x60;ko&#x60;). This is NOT a locale code — the Language entity always uses 2-letter codes as its primary key.
492
526
  * @type {string}
493
527
  * @memberof LanguagesApiApiV1LanguagesCodePut
494
528
  */
@@ -549,6 +583,37 @@ export interface LanguagesApiApiV1LanguagesGetRequest {
549
583
  */
550
584
  readonly lastRetrieved?: Date;
551
585
  }
586
+ /**
587
+ * Request parameters for apiV1LanguagesLocalesGet operation in LanguagesApi.
588
+ * @export
589
+ * @interface LanguagesApiApiV1LanguagesLocalesGetRequest
590
+ */
591
+ export interface LanguagesApiApiV1LanguagesLocalesGetRequest {
592
+ /**
593
+ *
594
+ * @type {boolean}
595
+ * @memberof LanguagesApiApiV1LanguagesLocalesGet
596
+ */
597
+ readonly showHidden?: boolean;
598
+ /**
599
+ *
600
+ * @type {number}
601
+ * @memberof LanguagesApiApiV1LanguagesLocalesGet
602
+ */
603
+ readonly page?: number;
604
+ /**
605
+ *
606
+ * @type {number}
607
+ * @memberof LanguagesApiApiV1LanguagesLocalesGet
608
+ */
609
+ readonly limit?: number;
610
+ /**
611
+ *
612
+ * @type {Date}
613
+ * @memberof LanguagesApiApiV1LanguagesLocalesGet
614
+ */
615
+ readonly lastRetrieved?: Date;
616
+ }
552
617
  /**
553
618
  * Request parameters for apiV1LanguagesPost operation in LanguagesApi.
554
619
  * @export
@@ -650,6 +715,15 @@ export declare class LanguagesApi extends BaseAPI {
650
715
  * @memberof LanguagesApi
651
716
  */
652
717
  apiV1LanguagesGet(requestParameters?: LanguagesApiApiV1LanguagesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguagesModel, any>>;
718
+ /**
719
+ *
720
+ * @summary Get LanguageLocales. (Auth policies: RequireDefaultAdminAppRole)
721
+ * @param {LanguagesApiApiV1LanguagesLocalesGetRequest} requestParameters Request parameters.
722
+ * @param {*} [options] Override http request option.
723
+ * @throws {RequiredError}
724
+ * @memberof LanguagesApi
725
+ */
726
+ apiV1LanguagesLocalesGet(requestParameters?: LanguagesApiApiV1LanguagesLocalesGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LanguageLocalesModel, any>>;
653
727
  /**
654
728
  *
655
729
  * @summary Create language (Auth policies: RequireManagerRole)
@@ -1 +1 @@
1
- {"version":3,"file":"languages-api.d.ts","sourceRoot":"","sources":["../../src/api/languages-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"languages-api.d.ts","sourceRoot":"","sources":["../../src/api/languages-api.ts"],"names":[],"mappings":"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"}