ch-api-client-typescript2 5.88.48 → 5.88.52
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/lib/api/about-us-api.d.ts +8 -8
- package/lib/api/about-us-api.js +6 -6
- package/lib/api/appointments-api.d.ts +4 -4
- package/lib/api/appointments-api.js +3 -3
- package/lib/api/article-categories-api.d.ts +4 -4
- package/lib/api/article-categories-api.js +3 -3
- package/lib/api/articles-api.d.ts +8 -8
- package/lib/api/articles-api.js +6 -6
- package/lib/api/contributors-api.d.ts +8 -8
- package/lib/api/contributors-api.js +6 -6
- package/lib/api/countries-api.d.ts +12 -12
- package/lib/api/countries-api.js +10 -10
- package/lib/api/curations-api.d.ts +12 -12
- package/lib/api/curations-api.js +9 -9
- package/lib/api/deals-api.d.ts +16 -16
- package/lib/api/deals-api.js +12 -12
- package/lib/api/doctor-affiliations-api.d.ts +8 -8
- package/lib/api/doctor-affiliations-api.js +6 -6
- package/lib/api/doctors-api.d.ts +12 -12
- package/lib/api/doctors-api.js +9 -9
- package/lib/api/faq-categories-api.d.ts +8 -8
- package/lib/api/faq-categories-api.js +6 -6
- package/lib/api/faqs-api.d.ts +8 -8
- package/lib/api/faqs-api.js +6 -6
- package/lib/api/form-results-api.d.ts +4 -4
- package/lib/api/form-results-api.js +3 -3
- package/lib/api/form-templates-api.d.ts +4 -4
- package/lib/api/form-templates-api.js +3 -3
- package/lib/api/general-articles-api.d.ts +8 -8
- package/lib/api/general-articles-api.js +6 -6
- package/lib/api/hospitals-api.d.ts +84 -84
- package/lib/api/hospitals-api.js +63 -63
- package/lib/api/languages-api.d.ts +4 -4
- package/lib/api/languages-api.js +3 -3
- package/lib/api/prescriptions-api.d.ts +4 -4
- package/lib/api/prescriptions-api.js +3 -3
- package/lib/api/secure-containers-api.d.ts +4 -4
- package/lib/api/secure-containers-api.js +3 -3
- package/lib/api/service-reviews-api.d.ts +4 -4
- package/lib/api/service-reviews-api.js +3 -3
- package/lib/api/services-api.d.ts +8 -8
- package/lib/api/services-api.js +6 -6
- package/lib/api/specialties-api.d.ts +8 -8
- package/lib/api/specialties-api.js +6 -6
- package/lib/api/specialty-types-api.d.ts +8 -8
- package/lib/api/specialty-types-api.js +6 -6
- package/lib/api/survey-forms-api.d.ts +4 -4
- package/lib/api/survey-forms-api.js +3 -3
- package/lib/models/article-category-document-model.d.ts +81 -45
- package/lib/models/article-category-document-model.d.ts.map +1 -1
- package/lib/models/article-document-model.d.ts +81 -45
- package/lib/models/article-document-model.d.ts.map +1 -1
- package/lib/models/contributor-sub-document-model.d.ts +81 -45
- package/lib/models/contributor-sub-document-model.d.ts.map +1 -1
- package/lib/models/country-document-model.d.ts +81 -45
- package/lib/models/country-document-model.d.ts.map +1 -1
- package/lib/models/country-language-item-model.d.ts +12 -0
- package/lib/models/country-language-item-model.d.ts.map +1 -1
- package/lib/models/country-sub-document-model.d.ts +81 -45
- package/lib/models/country-sub-document-model.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +81 -45
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts +81 -45
- package/lib/models/deal-global-setting-included-in-price-document-model.d.ts.map +1 -1
- package/lib/models/deal-price-option-document-model.d.ts +81 -45
- package/lib/models/deal-price-option-document-model.d.ts.map +1 -1
- package/lib/models/deal-service-sub-document-model.d.ts +81 -45
- package/lib/models/deal-service-sub-document-model.d.ts.map +1 -1
- package/lib/models/department-document-model.d.ts +81 -45
- package/lib/models/department-document-model.d.ts.map +1 -1
- package/lib/models/department-sub-document-model.d.ts +81 -45
- package/lib/models/department-sub-document-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +81 -45
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-specialty-sub-document-model.d.ts +81 -45
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +81 -45
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-simple-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-sub-document-model.d.ts +81 -45
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
- package/lib/models/language-locale-item-model.d.ts +24 -0
- package/lib/models/language-locale-item-model.d.ts.map +1 -1
- package/lib/models/service-document-model.d.ts +81 -45
- package/lib/models/service-document-model.d.ts.map +1 -1
- package/lib/models/specialty-document-model.d.ts +81 -45
- package/lib/models/specialty-document-model.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -40,7 +40,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
40
40
|
*
|
|
41
41
|
* @summary Get AboutUs.
|
|
42
42
|
* @param {string} hospitalId
|
|
43
|
-
* @param {string} [languageCode]
|
|
43
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
44
44
|
* @param {boolean} [returnDefaultValue]
|
|
45
45
|
* @param {*} [options] Override http request option.
|
|
46
46
|
* @throws {RequiredError}
|
|
@@ -50,7 +50,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
50
50
|
*
|
|
51
51
|
* @summary
|
|
52
52
|
* @param {string} slug
|
|
53
|
-
* @param {string} [languageCode]
|
|
53
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
54
54
|
* @param {boolean} [returnDefaultValue]
|
|
55
55
|
* @param {*} [options] Override http request option.
|
|
56
56
|
* @throws {RequiredError}
|
|
@@ -83,7 +83,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
|
|
|
83
83
|
*
|
|
84
84
|
* @summary Get AboutUs.
|
|
85
85
|
* @param {string} hospitalId
|
|
86
|
-
* @param {string} [languageCode]
|
|
86
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
87
87
|
* @param {boolean} [returnDefaultValue]
|
|
88
88
|
* @param {*} [options] Override http request option.
|
|
89
89
|
* @throws {RequiredError}
|
|
@@ -93,7 +93,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
|
|
|
93
93
|
*
|
|
94
94
|
* @summary
|
|
95
95
|
* @param {string} slug
|
|
96
|
-
* @param {string} [languageCode]
|
|
96
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
97
97
|
* @param {boolean} [returnDefaultValue]
|
|
98
98
|
* @param {*} [options] Override http request option.
|
|
99
99
|
* @throws {RequiredError}
|
|
@@ -126,7 +126,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
|
|
|
126
126
|
*
|
|
127
127
|
* @summary Get AboutUs.
|
|
128
128
|
* @param {string} hospitalId
|
|
129
|
-
* @param {string} [languageCode]
|
|
129
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
130
130
|
* @param {boolean} [returnDefaultValue]
|
|
131
131
|
* @param {*} [options] Override http request option.
|
|
132
132
|
* @throws {RequiredError}
|
|
@@ -136,7 +136,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
|
|
|
136
136
|
*
|
|
137
137
|
* @summary
|
|
138
138
|
* @param {string} slug
|
|
139
|
-
* @param {string} [languageCode]
|
|
139
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
140
140
|
* @param {boolean} [returnDefaultValue]
|
|
141
141
|
* @param {*} [options] Override http request option.
|
|
142
142
|
* @throws {RequiredError}
|
|
@@ -223,7 +223,7 @@ export interface AboutUsApiApiV2AboutusHospitalIdGetRequest {
|
|
|
223
223
|
*/
|
|
224
224
|
readonly hospitalId: string;
|
|
225
225
|
/**
|
|
226
|
-
*
|
|
226
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
227
227
|
* @type {string}
|
|
228
228
|
* @memberof AboutUsApiApiV2AboutusHospitalIdGet
|
|
229
229
|
*/
|
|
@@ -248,7 +248,7 @@ export interface AboutUsApiApiV2AboutusSlugGetRequest {
|
|
|
248
248
|
*/
|
|
249
249
|
readonly slug: string;
|
|
250
250
|
/**
|
|
251
|
-
*
|
|
251
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
252
252
|
* @type {string}
|
|
253
253
|
* @memberof AboutUsApiApiV2AboutusSlugGet
|
|
254
254
|
*/
|
package/lib/api/about-us-api.js
CHANGED
|
@@ -180,7 +180,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
|
|
|
180
180
|
*
|
|
181
181
|
* @summary Get AboutUs.
|
|
182
182
|
* @param {string} hospitalId
|
|
183
|
-
* @param {string} [languageCode]
|
|
183
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
184
184
|
* @param {boolean} [returnDefaultValue]
|
|
185
185
|
* @param {*} [options] Override http request option.
|
|
186
186
|
* @throws {RequiredError}
|
|
@@ -225,7 +225,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
|
|
|
225
225
|
*
|
|
226
226
|
* @summary
|
|
227
227
|
* @param {string} slug
|
|
228
|
-
* @param {string} [languageCode]
|
|
228
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
229
229
|
* @param {boolean} [returnDefaultValue]
|
|
230
230
|
* @param {*} [options] Override http request option.
|
|
231
231
|
* @throws {RequiredError}
|
|
@@ -309,7 +309,7 @@ var AboutUsApiFp = function (configuration) {
|
|
|
309
309
|
*
|
|
310
310
|
* @summary Get AboutUs.
|
|
311
311
|
* @param {string} hospitalId
|
|
312
|
-
* @param {string} [languageCode]
|
|
312
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
313
313
|
* @param {boolean} [returnDefaultValue]
|
|
314
314
|
* @param {*} [options] Override http request option.
|
|
315
315
|
* @throws {RequiredError}
|
|
@@ -331,7 +331,7 @@ var AboutUsApiFp = function (configuration) {
|
|
|
331
331
|
*
|
|
332
332
|
* @summary
|
|
333
333
|
* @param {string} slug
|
|
334
|
-
* @param {string} [languageCode]
|
|
334
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
335
335
|
* @param {boolean} [returnDefaultValue]
|
|
336
336
|
* @param {*} [options] Override http request option.
|
|
337
337
|
* @throws {RequiredError}
|
|
@@ -382,7 +382,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
|
|
|
382
382
|
*
|
|
383
383
|
* @summary Get AboutUs.
|
|
384
384
|
* @param {string} hospitalId
|
|
385
|
-
* @param {string} [languageCode]
|
|
385
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
386
386
|
* @param {boolean} [returnDefaultValue]
|
|
387
387
|
* @param {*} [options] Override http request option.
|
|
388
388
|
* @throws {RequiredError}
|
|
@@ -394,7 +394,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
|
|
|
394
394
|
*
|
|
395
395
|
* @summary
|
|
396
396
|
* @param {string} slug
|
|
397
|
-
* @param {string} [languageCode]
|
|
397
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
398
398
|
* @param {boolean} [returnDefaultValue]
|
|
399
399
|
* @param {*} [options] Override http request option.
|
|
400
400
|
* @throws {RequiredError}
|
|
@@ -40,7 +40,7 @@ export declare const AppointmentsApiAxiosParamCreator: (configuration?: Configur
|
|
|
40
40
|
*
|
|
41
41
|
* @summary Get appointment by id
|
|
42
42
|
* @param {string} appointmentId
|
|
43
|
-
* @param {string} [languageCode]
|
|
43
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
44
44
|
* @param {*} [options] Override http request option.
|
|
45
45
|
* @throws {RequiredError}
|
|
46
46
|
*/
|
|
@@ -135,7 +135,7 @@ export declare const AppointmentsApiFp: (configuration?: Configuration) => {
|
|
|
135
135
|
*
|
|
136
136
|
* @summary Get appointment by id
|
|
137
137
|
* @param {string} appointmentId
|
|
138
|
-
* @param {string} [languageCode]
|
|
138
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
139
139
|
* @param {*} [options] Override http request option.
|
|
140
140
|
* @throws {RequiredError}
|
|
141
141
|
*/
|
|
@@ -230,7 +230,7 @@ export declare const AppointmentsApiFactory: (configuration?: Configuration, bas
|
|
|
230
230
|
*
|
|
231
231
|
* @summary Get appointment by id
|
|
232
232
|
* @param {string} appointmentId
|
|
233
|
-
* @param {string} [languageCode]
|
|
233
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
234
234
|
* @param {*} [options] Override http request option.
|
|
235
235
|
* @throws {RequiredError}
|
|
236
236
|
*/
|
|
@@ -339,7 +339,7 @@ export interface AppointmentsApiApiV2AppointmentsAppointmentIdGetRequest {
|
|
|
339
339
|
*/
|
|
340
340
|
readonly appointmentId: string;
|
|
341
341
|
/**
|
|
342
|
-
*
|
|
342
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
343
343
|
* @type {string}
|
|
344
344
|
* @memberof AppointmentsApiApiV2AppointmentsAppointmentIdGet
|
|
345
345
|
*/
|
|
@@ -155,7 +155,7 @@ var AppointmentsApiAxiosParamCreator = function (configuration) {
|
|
|
155
155
|
*
|
|
156
156
|
* @summary Get appointment by id
|
|
157
157
|
* @param {string} appointmentId
|
|
158
|
-
* @param {string} [languageCode]
|
|
158
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
159
159
|
* @param {*} [options] Override http request option.
|
|
160
160
|
* @throws {RequiredError}
|
|
161
161
|
*/
|
|
@@ -608,7 +608,7 @@ var AppointmentsApiFp = function (configuration) {
|
|
|
608
608
|
*
|
|
609
609
|
* @summary Get appointment by id
|
|
610
610
|
* @param {string} appointmentId
|
|
611
|
-
* @param {string} [languageCode]
|
|
611
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
612
612
|
* @param {*} [options] Override http request option.
|
|
613
613
|
* @throws {RequiredError}
|
|
614
614
|
*/
|
|
@@ -793,7 +793,7 @@ var AppointmentsApiFactory = function (configuration, basePath, axios) {
|
|
|
793
793
|
*
|
|
794
794
|
* @summary Get appointment by id
|
|
795
795
|
* @param {string} appointmentId
|
|
796
|
-
* @param {string} [languageCode]
|
|
796
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
797
797
|
* @param {*} [options] Override http request option.
|
|
798
798
|
* @throws {RequiredError}
|
|
799
799
|
*/
|
|
@@ -23,7 +23,7 @@ export declare const ArticleCategoriesApiAxiosParamCreator: (configuration?: Con
|
|
|
23
23
|
*
|
|
24
24
|
* @summary Get articleCategory
|
|
25
25
|
* @param {string} articleCategoryId
|
|
26
|
-
* @param {string} [languageCode]
|
|
26
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
27
27
|
* @param {*} [options] Override http request option.
|
|
28
28
|
* @throws {RequiredError}
|
|
29
29
|
*/
|
|
@@ -53,7 +53,7 @@ export declare const ArticleCategoriesApiFp: (configuration?: Configuration) =>
|
|
|
53
53
|
*
|
|
54
54
|
* @summary Get articleCategory
|
|
55
55
|
* @param {string} articleCategoryId
|
|
56
|
-
* @param {string} [languageCode]
|
|
56
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
57
57
|
* @param {*} [options] Override http request option.
|
|
58
58
|
* @throws {RequiredError}
|
|
59
59
|
*/
|
|
@@ -83,7 +83,7 @@ export declare const ArticleCategoriesApiFactory: (configuration?: Configuration
|
|
|
83
83
|
*
|
|
84
84
|
* @summary Get articleCategory
|
|
85
85
|
* @param {string} articleCategoryId
|
|
86
|
-
* @param {string} [languageCode]
|
|
86
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
87
87
|
* @param {*} [options] Override http request option.
|
|
88
88
|
* @throws {RequiredError}
|
|
89
89
|
*/
|
|
@@ -117,7 +117,7 @@ export interface ArticleCategoriesApiApiV2ArticlecategoriesArticleCategoryIdGetR
|
|
|
117
117
|
*/
|
|
118
118
|
readonly articleCategoryId: string;
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
121
121
|
* @type {string}
|
|
122
122
|
* @memberof ArticleCategoriesApiApiV2ArticlecategoriesArticleCategoryIdGet
|
|
123
123
|
*/
|
|
@@ -105,7 +105,7 @@ var ArticleCategoriesApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary Get articleCategory
|
|
107
107
|
* @param {string} articleCategoryId
|
|
108
|
-
* @param {string} [languageCode]
|
|
108
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
109
109
|
* @param {*} [options] Override http request option.
|
|
110
110
|
* @throws {RequiredError}
|
|
111
111
|
*/
|
|
@@ -223,7 +223,7 @@ var ArticleCategoriesApiFp = function (configuration) {
|
|
|
223
223
|
*
|
|
224
224
|
* @summary Get articleCategory
|
|
225
225
|
* @param {string} articleCategoryId
|
|
226
|
-
* @param {string} [languageCode]
|
|
226
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
227
227
|
* @param {*} [options] Override http request option.
|
|
228
228
|
* @throws {RequiredError}
|
|
229
229
|
*/
|
|
@@ -281,7 +281,7 @@ var ArticleCategoriesApiFactory = function (configuration, basePath, axios) {
|
|
|
281
281
|
*
|
|
282
282
|
* @summary Get articleCategory
|
|
283
283
|
* @param {string} articleCategoryId
|
|
284
|
-
* @param {string} [languageCode]
|
|
284
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
285
285
|
* @param {*} [options] Override http request option.
|
|
286
286
|
* @throws {RequiredError}
|
|
287
287
|
*/
|
|
@@ -63,7 +63,7 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
63
63
|
* @summary Get Article.
|
|
64
64
|
* @param {string} articleId
|
|
65
65
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
66
|
-
* @param {string} [languageCode]
|
|
66
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
67
67
|
* @param {*} [options] Override http request option.
|
|
68
68
|
* @throws {RequiredError}
|
|
69
69
|
*/
|
|
@@ -164,7 +164,7 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
164
164
|
* @summary Get article by slug
|
|
165
165
|
* @param {string} slug
|
|
166
166
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
167
|
-
* @param {string} [languageCode]
|
|
167
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
168
168
|
* @param {boolean} [returnDefaultValue]
|
|
169
169
|
* @param {string} [previewSecret]
|
|
170
170
|
* @param {string} [hospitalId]
|
|
@@ -211,7 +211,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration) => {
|
|
|
211
211
|
* @summary Get Article.
|
|
212
212
|
* @param {string} articleId
|
|
213
213
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
214
|
-
* @param {string} [languageCode]
|
|
214
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
215
215
|
* @param {*} [options] Override http request option.
|
|
216
216
|
* @throws {RequiredError}
|
|
217
217
|
*/
|
|
@@ -312,7 +312,7 @@ export declare const ArticlesApiFp: (configuration?: Configuration) => {
|
|
|
312
312
|
* @summary Get article by slug
|
|
313
313
|
* @param {string} slug
|
|
314
314
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
315
|
-
* @param {string} [languageCode]
|
|
315
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
316
316
|
* @param {boolean} [returnDefaultValue]
|
|
317
317
|
* @param {string} [previewSecret]
|
|
318
318
|
* @param {string} [hospitalId]
|
|
@@ -359,7 +359,7 @@ export declare const ArticlesApiFactory: (configuration?: Configuration, basePat
|
|
|
359
359
|
* @summary Get Article.
|
|
360
360
|
* @param {string} articleId
|
|
361
361
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
362
|
-
* @param {string} [languageCode]
|
|
362
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
363
363
|
* @param {*} [options] Override http request option.
|
|
364
364
|
* @throws {RequiredError}
|
|
365
365
|
*/
|
|
@@ -460,7 +460,7 @@ export declare const ArticlesApiFactory: (configuration?: Configuration, basePat
|
|
|
460
460
|
* @summary Get article by slug
|
|
461
461
|
* @param {string} slug
|
|
462
462
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
463
|
-
* @param {string} [languageCode]
|
|
463
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
464
464
|
* @param {boolean} [returnDefaultValue]
|
|
465
465
|
* @param {string} [previewSecret]
|
|
466
466
|
* @param {string} [hospitalId]
|
|
@@ -586,7 +586,7 @@ export interface ArticlesApiApiV2ArticlesArticleIdGetRequest {
|
|
|
586
586
|
*/
|
|
587
587
|
readonly xCloudhospitalPlatform?: string;
|
|
588
588
|
/**
|
|
589
|
-
*
|
|
589
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
590
590
|
* @type {string}
|
|
591
591
|
* @memberof ArticlesApiApiV2ArticlesArticleIdGet
|
|
592
592
|
*/
|
|
@@ -912,7 +912,7 @@ export interface ArticlesApiApiV2ArticlesSlugGetRequest {
|
|
|
912
912
|
*/
|
|
913
913
|
readonly xCloudhospitalPlatform?: string;
|
|
914
914
|
/**
|
|
915
|
-
*
|
|
915
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
916
916
|
* @type {string}
|
|
917
917
|
* @memberof ArticlesApiApiV2ArticlesSlugGet
|
|
918
918
|
*/
|
package/lib/api/articles-api.js
CHANGED
|
@@ -230,7 +230,7 @@ var ArticlesApiAxiosParamCreator = function (configuration) {
|
|
|
230
230
|
* @summary Get Article.
|
|
231
231
|
* @param {string} articleId
|
|
232
232
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
233
|
-
* @param {string} [languageCode]
|
|
233
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
234
234
|
* @param {*} [options] Override http request option.
|
|
235
235
|
* @throws {RequiredError}
|
|
236
236
|
*/
|
|
@@ -682,7 +682,7 @@ var ArticlesApiAxiosParamCreator = function (configuration) {
|
|
|
682
682
|
* @summary Get article by slug
|
|
683
683
|
* @param {string} slug
|
|
684
684
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
685
|
-
* @param {string} [languageCode]
|
|
685
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
686
686
|
* @param {boolean} [returnDefaultValue]
|
|
687
687
|
* @param {string} [previewSecret]
|
|
688
688
|
* @param {string} [hospitalId]
|
|
@@ -801,7 +801,7 @@ var ArticlesApiFp = function (configuration) {
|
|
|
801
801
|
* @summary Get Article.
|
|
802
802
|
* @param {string} articleId
|
|
803
803
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
804
|
-
* @param {string} [languageCode]
|
|
804
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
805
805
|
* @param {*} [options] Override http request option.
|
|
806
806
|
* @throws {RequiredError}
|
|
807
807
|
*/
|
|
@@ -998,7 +998,7 @@ var ArticlesApiFp = function (configuration) {
|
|
|
998
998
|
* @summary Get article by slug
|
|
999
999
|
* @param {string} slug
|
|
1000
1000
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1001
|
-
* @param {string} [languageCode]
|
|
1001
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1002
1002
|
* @param {boolean} [returnDefaultValue]
|
|
1003
1003
|
* @param {string} [previewSecret]
|
|
1004
1004
|
* @param {string} [hospitalId]
|
|
@@ -1065,7 +1065,7 @@ var ArticlesApiFactory = function (configuration, basePath, axios) {
|
|
|
1065
1065
|
* @summary Get Article.
|
|
1066
1066
|
* @param {string} articleId
|
|
1067
1067
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1068
|
-
* @param {string} [languageCode]
|
|
1068
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1069
1069
|
* @param {*} [options] Override http request option.
|
|
1070
1070
|
* @throws {RequiredError}
|
|
1071
1071
|
*/
|
|
@@ -1182,7 +1182,7 @@ var ArticlesApiFactory = function (configuration, basePath, axios) {
|
|
|
1182
1182
|
* @summary Get article by slug
|
|
1183
1183
|
* @param {string} slug
|
|
1184
1184
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1185
|
-
* @param {string} [languageCode]
|
|
1185
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1186
1186
|
* @param {boolean} [returnDefaultValue]
|
|
1187
1187
|
* @param {string} [previewSecret]
|
|
1188
1188
|
* @param {string} [hospitalId]
|
|
@@ -26,7 +26,7 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
|
|
|
26
26
|
*
|
|
27
27
|
* @summary Get Contributor.
|
|
28
28
|
* @param {string} contributorId
|
|
29
|
-
* @param {string} [languageCode]
|
|
29
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
30
30
|
* @param {boolean} [returnDefaultValue]
|
|
31
31
|
* @param {*} [options] Override http request option.
|
|
32
32
|
* @throws {RequiredError}
|
|
@@ -78,7 +78,7 @@ export declare const ContributorsApiAxiosParamCreator: (configuration?: Configur
|
|
|
78
78
|
*
|
|
79
79
|
* @summary Get Contributor by slug.
|
|
80
80
|
* @param {string} slug
|
|
81
|
-
* @param {string} [languageCode]
|
|
81
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
82
82
|
* @param {boolean} [returnDefaultValue]
|
|
83
83
|
* @param {string} [previewSecret]
|
|
84
84
|
* @param {*} [options] Override http request option.
|
|
@@ -95,7 +95,7 @@ export declare const ContributorsApiFp: (configuration?: Configuration) => {
|
|
|
95
95
|
*
|
|
96
96
|
* @summary Get Contributor.
|
|
97
97
|
* @param {string} contributorId
|
|
98
|
-
* @param {string} [languageCode]
|
|
98
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
99
99
|
* @param {boolean} [returnDefaultValue]
|
|
100
100
|
* @param {*} [options] Override http request option.
|
|
101
101
|
* @throws {RequiredError}
|
|
@@ -147,7 +147,7 @@ export declare const ContributorsApiFp: (configuration?: Configuration) => {
|
|
|
147
147
|
*
|
|
148
148
|
* @summary Get Contributor by slug.
|
|
149
149
|
* @param {string} slug
|
|
150
|
-
* @param {string} [languageCode]
|
|
150
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
151
151
|
* @param {boolean} [returnDefaultValue]
|
|
152
152
|
* @param {string} [previewSecret]
|
|
153
153
|
* @param {*} [options] Override http request option.
|
|
@@ -164,7 +164,7 @@ export declare const ContributorsApiFactory: (configuration?: Configuration, bas
|
|
|
164
164
|
*
|
|
165
165
|
* @summary Get Contributor.
|
|
166
166
|
* @param {string} contributorId
|
|
167
|
-
* @param {string} [languageCode]
|
|
167
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
168
168
|
* @param {boolean} [returnDefaultValue]
|
|
169
169
|
* @param {*} [options] Override http request option.
|
|
170
170
|
* @throws {RequiredError}
|
|
@@ -216,7 +216,7 @@ export declare const ContributorsApiFactory: (configuration?: Configuration, bas
|
|
|
216
216
|
*
|
|
217
217
|
* @summary Get Contributor by slug.
|
|
218
218
|
* @param {string} slug
|
|
219
|
-
* @param {string} [languageCode]
|
|
219
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
220
220
|
* @param {boolean} [returnDefaultValue]
|
|
221
221
|
* @param {string} [previewSecret]
|
|
222
222
|
* @param {*} [options] Override http request option.
|
|
@@ -237,7 +237,7 @@ export interface ContributorsApiApiV2ContributorsContributorIdGetRequest {
|
|
|
237
237
|
*/
|
|
238
238
|
readonly contributorId: string;
|
|
239
239
|
/**
|
|
240
|
-
*
|
|
240
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
241
241
|
* @type {string}
|
|
242
242
|
* @memberof ContributorsApiApiV2ContributorsContributorIdGet
|
|
243
243
|
*/
|
|
@@ -409,7 +409,7 @@ export interface ContributorsApiApiV2ContributorsSlugGetRequest {
|
|
|
409
409
|
*/
|
|
410
410
|
readonly slug: string;
|
|
411
411
|
/**
|
|
412
|
-
*
|
|
412
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
413
413
|
* @type {string}
|
|
414
414
|
* @memberof ContributorsApiApiV2ContributorsSlugGet
|
|
415
415
|
*/
|
|
@@ -105,7 +105,7 @@ var ContributorsApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
*
|
|
106
106
|
* @summary Get Contributor.
|
|
107
107
|
* @param {string} contributorId
|
|
108
|
-
* @param {string} [languageCode]
|
|
108
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
109
109
|
* @param {boolean} [returnDefaultValue]
|
|
110
110
|
* @param {*} [options] Override http request option.
|
|
111
111
|
* @throws {RequiredError}
|
|
@@ -337,7 +337,7 @@ var ContributorsApiAxiosParamCreator = function (configuration) {
|
|
|
337
337
|
*
|
|
338
338
|
* @summary Get Contributor by slug.
|
|
339
339
|
* @param {string} slug
|
|
340
|
-
* @param {string} [languageCode]
|
|
340
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
341
341
|
* @param {boolean} [returnDefaultValue]
|
|
342
342
|
* @param {string} [previewSecret]
|
|
343
343
|
* @param {*} [options] Override http request option.
|
|
@@ -396,7 +396,7 @@ var ContributorsApiFp = function (configuration) {
|
|
|
396
396
|
*
|
|
397
397
|
* @summary Get Contributor.
|
|
398
398
|
* @param {string} contributorId
|
|
399
|
-
* @param {string} [languageCode]
|
|
399
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
400
400
|
* @param {boolean} [returnDefaultValue]
|
|
401
401
|
* @param {*} [options] Override http request option.
|
|
402
402
|
* @throws {RequiredError}
|
|
@@ -496,7 +496,7 @@ var ContributorsApiFp = function (configuration) {
|
|
|
496
496
|
*
|
|
497
497
|
* @summary Get Contributor by slug.
|
|
498
498
|
* @param {string} slug
|
|
499
|
-
* @param {string} [languageCode]
|
|
499
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
500
500
|
* @param {boolean} [returnDefaultValue]
|
|
501
501
|
* @param {string} [previewSecret]
|
|
502
502
|
* @param {*} [options] Override http request option.
|
|
@@ -529,7 +529,7 @@ var ContributorsApiFactory = function (configuration, basePath, axios) {
|
|
|
529
529
|
*
|
|
530
530
|
* @summary Get Contributor.
|
|
531
531
|
* @param {string} contributorId
|
|
532
|
-
* @param {string} [languageCode]
|
|
532
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
533
533
|
* @param {boolean} [returnDefaultValue]
|
|
534
534
|
* @param {*} [options] Override http request option.
|
|
535
535
|
* @throws {RequiredError}
|
|
@@ -589,7 +589,7 @@ var ContributorsApiFactory = function (configuration, basePath, axios) {
|
|
|
589
589
|
*
|
|
590
590
|
* @summary Get Contributor by slug.
|
|
591
591
|
* @param {string} slug
|
|
592
|
-
* @param {string} [languageCode]
|
|
592
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
593
593
|
* @param {boolean} [returnDefaultValue]
|
|
594
594
|
* @param {string} [previewSecret]
|
|
595
595
|
* @param {*} [options] Override http request option.
|
|
@@ -24,9 +24,9 @@ import { MediasModel } from '../models';
|
|
|
24
24
|
export declare const CountriesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @summary
|
|
27
|
+
* @summary Get country.
|
|
28
28
|
* @param {string} countryId
|
|
29
|
-
* @param {string} [languageCode]
|
|
29
|
+
* @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.
|
|
30
30
|
* @param {boolean} [returnDefaultValue]
|
|
31
31
|
* @param {*} [options] Override http request option.
|
|
32
32
|
* @throws {RequiredError}
|
|
@@ -75,7 +75,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
75
75
|
*
|
|
76
76
|
* @summary Get country by slug
|
|
77
77
|
* @param {string} slug
|
|
78
|
-
* @param {string} [languageCode]
|
|
78
|
+
* @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.
|
|
79
79
|
* @param {boolean} [returnDefaultValue]
|
|
80
80
|
* @param {string} [previewSecret]
|
|
81
81
|
* @param {*} [options] Override http request option.
|
|
@@ -90,9 +90,9 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
90
90
|
export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
91
91
|
/**
|
|
92
92
|
*
|
|
93
|
-
* @summary
|
|
93
|
+
* @summary Get country.
|
|
94
94
|
* @param {string} countryId
|
|
95
|
-
* @param {string} [languageCode]
|
|
95
|
+
* @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.
|
|
96
96
|
* @param {boolean} [returnDefaultValue]
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
98
98
|
* @throws {RequiredError}
|
|
@@ -141,7 +141,7 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
141
141
|
*
|
|
142
142
|
* @summary Get country by slug
|
|
143
143
|
* @param {string} slug
|
|
144
|
-
* @param {string} [languageCode]
|
|
144
|
+
* @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.
|
|
145
145
|
* @param {boolean} [returnDefaultValue]
|
|
146
146
|
* @param {string} [previewSecret]
|
|
147
147
|
* @param {*} [options] Override http request option.
|
|
@@ -156,9 +156,9 @@ export declare const CountriesApiFp: (configuration?: Configuration) => {
|
|
|
156
156
|
export declare const CountriesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
157
157
|
/**
|
|
158
158
|
*
|
|
159
|
-
* @summary
|
|
159
|
+
* @summary Get country.
|
|
160
160
|
* @param {string} countryId
|
|
161
|
-
* @param {string} [languageCode]
|
|
161
|
+
* @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.
|
|
162
162
|
* @param {boolean} [returnDefaultValue]
|
|
163
163
|
* @param {*} [options] Override http request option.
|
|
164
164
|
* @throws {RequiredError}
|
|
@@ -207,7 +207,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration, basePa
|
|
|
207
207
|
*
|
|
208
208
|
* @summary Get country by slug
|
|
209
209
|
* @param {string} slug
|
|
210
|
-
* @param {string} [languageCode]
|
|
210
|
+
* @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.
|
|
211
211
|
* @param {boolean} [returnDefaultValue]
|
|
212
212
|
* @param {string} [previewSecret]
|
|
213
213
|
* @param {*} [options] Override http request option.
|
|
@@ -228,7 +228,7 @@ export interface CountriesApiApiV2CountriesCountryIdGetRequest {
|
|
|
228
228
|
*/
|
|
229
229
|
readonly countryId: string;
|
|
230
230
|
/**
|
|
231
|
-
*
|
|
231
|
+
* 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.
|
|
232
232
|
* @type {string}
|
|
233
233
|
* @memberof CountriesApiApiV2CountriesCountryIdGet
|
|
234
234
|
*/
|
|
@@ -382,7 +382,7 @@ export interface CountriesApiApiV2CountriesSlugGetRequest {
|
|
|
382
382
|
*/
|
|
383
383
|
readonly slug: string;
|
|
384
384
|
/**
|
|
385
|
-
*
|
|
385
|
+
* 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.
|
|
386
386
|
* @type {string}
|
|
387
387
|
* @memberof CountriesApiApiV2CountriesSlugGet
|
|
388
388
|
*/
|
|
@@ -409,7 +409,7 @@ export interface CountriesApiApiV2CountriesSlugGetRequest {
|
|
|
409
409
|
export declare class CountriesApi extends BaseAPI {
|
|
410
410
|
/**
|
|
411
411
|
*
|
|
412
|
-
* @summary
|
|
412
|
+
* @summary Get country.
|
|
413
413
|
* @param {CountriesApiApiV2CountriesCountryIdGetRequest} requestParameters Request parameters.
|
|
414
414
|
* @param {*} [options] Override http request option.
|
|
415
415
|
* @throws {RequiredError}
|