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
package/lib/api/hospitals-api.js
CHANGED
|
@@ -106,7 +106,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
106
106
|
* @summary Get hospitals that are featured relative to the specified hospital
|
|
107
107
|
* @param {string} hospitalId The reference hospital ID used to determine featured hospitals
|
|
108
108
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
109
|
-
* @param {string} [languageCode]
|
|
109
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
110
110
|
* @param {*} [options] Override http request option.
|
|
111
111
|
* @throws {RequiredError}
|
|
112
112
|
*/
|
|
@@ -443,7 +443,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
443
443
|
* @summary Get hospital article by slug
|
|
444
444
|
* @param {string} hospitalId
|
|
445
445
|
* @param {string} slug
|
|
446
|
-
* @param {string} [languageCode]
|
|
446
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
447
447
|
* @param {boolean} [returnDefaultValue]
|
|
448
448
|
* @param {string} [previewSecret]
|
|
449
449
|
* @param {*} [options] Override http request option.
|
|
@@ -722,7 +722,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
722
722
|
* @summary Get hospital\'s Deal by slug
|
|
723
723
|
* @param {string} hospitalId
|
|
724
724
|
* @param {string} slug
|
|
725
|
-
* @param {string} [languageCode]
|
|
725
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
726
726
|
* @param {boolean} [returnDefaultValue]
|
|
727
727
|
* @param {string} [previewSecret]
|
|
728
728
|
* @param {*} [options] Override http request option.
|
|
@@ -775,7 +775,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
775
775
|
* @summary Get hospital\'s doctorAffiliations by slug
|
|
776
776
|
* @param {string} hospitalId
|
|
777
777
|
* @param {string} slug
|
|
778
|
-
* @param {string} [languageCode]
|
|
778
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
779
779
|
* @param {*} [options] Override http request option.
|
|
780
780
|
* @throws {RequiredError}
|
|
781
781
|
*/
|
|
@@ -1208,7 +1208,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1208
1208
|
*
|
|
1209
1209
|
* @summary Get footerNavigations
|
|
1210
1210
|
* @param {string} hospitalId
|
|
1211
|
-
* @param {string} languageCode
|
|
1211
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1212
1212
|
* @param {*} [options] Override http request option.
|
|
1213
1213
|
* @throws {RequiredError}
|
|
1214
1214
|
*/
|
|
@@ -1333,7 +1333,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1333
1333
|
* @summary Get hospital by id
|
|
1334
1334
|
* @param {string} hospitalId
|
|
1335
1335
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1336
|
-
* @param {string} [languageCode]
|
|
1336
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1337
1337
|
* @param {boolean} [returnDefaultValue]
|
|
1338
1338
|
* @param {string} [previewSecret]
|
|
1339
1339
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -1503,7 +1503,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1503
1503
|
*
|
|
1504
1504
|
* @summary Get headerNavigationItems
|
|
1505
1505
|
* @param {string} hospitalId
|
|
1506
|
-
* @param {string} languageCode
|
|
1506
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1507
1507
|
* @param {*} [options] Override http request option.
|
|
1508
1508
|
* @throws {RequiredError}
|
|
1509
1509
|
*/
|
|
@@ -1612,7 +1612,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1612
1612
|
* @summary Get landing by id
|
|
1613
1613
|
* @param {string} hospitalId
|
|
1614
1614
|
* @param {string} landingId
|
|
1615
|
-
* @param {string} [languageCode]
|
|
1615
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1616
1616
|
* @param {*} [options] Override http request option.
|
|
1617
1617
|
* @throws {RequiredError}
|
|
1618
1618
|
*/
|
|
@@ -1657,7 +1657,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1657
1657
|
* @summary Get landing by slug
|
|
1658
1658
|
* @param {string} hospitalId
|
|
1659
1659
|
* @param {string} slug
|
|
1660
|
-
* @param {string} [languageCode]
|
|
1660
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1661
1661
|
* @param {string} [previewSecret]
|
|
1662
1662
|
* @param {*} [options] Override http request option.
|
|
1663
1663
|
* @throws {RequiredError}
|
|
@@ -1920,7 +1920,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1920
1920
|
* @summary Get page by id
|
|
1921
1921
|
* @param {string} hospitalId
|
|
1922
1922
|
* @param {string} pageItemId
|
|
1923
|
-
* @param {string} [languageCode]
|
|
1923
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1924
1924
|
* @param {*} [options] Override http request option.
|
|
1925
1925
|
* @throws {RequiredError}
|
|
1926
1926
|
*/
|
|
@@ -1965,7 +1965,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
1965
1965
|
* @summary Get page by slug
|
|
1966
1966
|
* @param {string} hospitalId
|
|
1967
1967
|
* @param {string} slug
|
|
1968
|
-
* @param {string} [languageCode]
|
|
1968
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1969
1969
|
* @param {string} [previewSecret]
|
|
1970
1970
|
* @param {*} [options] Override http request option.
|
|
1971
1971
|
* @throws {RequiredError}
|
|
@@ -2136,7 +2136,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2136
2136
|
* @summary Get policy
|
|
2137
2137
|
* @param {string} hospitalId
|
|
2138
2138
|
* @param {string} policyId
|
|
2139
|
-
* @param {string} [languageCode]
|
|
2139
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2140
2140
|
* @param {*} [options] Override http request option.
|
|
2141
2141
|
* @throws {RequiredError}
|
|
2142
2142
|
*/
|
|
@@ -2181,7 +2181,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2181
2181
|
* @summary Get policy by slug
|
|
2182
2182
|
* @param {string} hospitalId
|
|
2183
2183
|
* @param {string} slug
|
|
2184
|
-
* @param {string} [languageCode]
|
|
2184
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2185
2185
|
* @param {string} [previewSecret]
|
|
2186
2186
|
* @param {*} [options] Override http request option.
|
|
2187
2187
|
* @throws {RequiredError}
|
|
@@ -2720,7 +2720,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2720
2720
|
* @summary Get HospitalSpecialty by slug.
|
|
2721
2721
|
* @param {string} hospitalId
|
|
2722
2722
|
* @param {string} slug
|
|
2723
|
-
* @param {string} [languageCode]
|
|
2723
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2724
2724
|
* @param {string} [previewSecret]
|
|
2725
2725
|
* @param {*} [options] Override http request option.
|
|
2726
2726
|
* @throws {RequiredError}
|
|
@@ -2769,7 +2769,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2769
2769
|
* @summary Get HospitalSpecialty.
|
|
2770
2770
|
* @param {string} hospitalId
|
|
2771
2771
|
* @param {string} specialtyId
|
|
2772
|
-
* @param {string} [languageCode]
|
|
2772
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2773
2773
|
* @param {*} [options] Override http request option.
|
|
2774
2774
|
* @throws {RequiredError}
|
|
2775
2775
|
*/
|
|
@@ -3000,7 +3000,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3000
3000
|
* @param {string} specialtyId
|
|
3001
3001
|
* @param {string} serviceId
|
|
3002
3002
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
3003
|
-
* @param {string} [languageCode]
|
|
3003
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3004
3004
|
* @param {boolean} [returnDefaultValue]
|
|
3005
3005
|
* @param {*} [options] Override http request option.
|
|
3006
3006
|
* @throws {RequiredError}
|
|
@@ -3171,7 +3171,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3171
3171
|
* @summary Get hospital summary by id. Returns lightweight summary with only fields needed for main page rendering.
|
|
3172
3172
|
* @param {string} hospitalId
|
|
3173
3173
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
3174
|
-
* @param {string} [languageCode]
|
|
3174
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3175
3175
|
* @param {boolean} [returnDefaultValue]
|
|
3176
3176
|
* @param {*} [options] Override http request option.
|
|
3177
3177
|
* @throws {RequiredError}
|
|
@@ -3220,7 +3220,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3220
3220
|
* @summary Get surveyForm by surveyFormId
|
|
3221
3221
|
* @param {string} hospitalId
|
|
3222
3222
|
* @param {string} surveyFormId
|
|
3223
|
-
* @param {string} [languageCode]
|
|
3223
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3224
3224
|
* @param {string} [previewSecret]
|
|
3225
3225
|
* @param {*} [options] Override http request option.
|
|
3226
3226
|
* @throws {RequiredError}
|
|
@@ -3521,7 +3521,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3521
3521
|
*
|
|
3522
3522
|
* @summary Get hospital\'s webapp metadata by hospital slug
|
|
3523
3523
|
* @param {string} hospitalSlug
|
|
3524
|
-
* @param {string} [languageCode]
|
|
3524
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3525
3525
|
* @param {*} [options] Override http request option.
|
|
3526
3526
|
* @throws {RequiredError}
|
|
3527
3527
|
*/
|
|
@@ -3676,7 +3676,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3676
3676
|
* @summary Get hospital by slug
|
|
3677
3677
|
* @param {string} slug
|
|
3678
3678
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
3679
|
-
* @param {string} [languageCode]
|
|
3679
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3680
3680
|
* @param {boolean} [returnDefaultValue]
|
|
3681
3681
|
* @param {string} [previewSecret]
|
|
3682
3682
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -3743,7 +3743,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3743
3743
|
* @summary Get hospital summary by slug. Returns lightweight summary with only fields needed for main page rendering.
|
|
3744
3744
|
* @param {string} slug
|
|
3745
3745
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
3746
|
-
* @param {string} [languageCode]
|
|
3746
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3747
3747
|
* @param {boolean} [returnDefaultValue]
|
|
3748
3748
|
* @param {*} [options] Override http request option.
|
|
3749
3749
|
* @throws {RequiredError}
|
|
@@ -3802,7 +3802,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
3802
3802
|
* @summary Get hospitals that are featured relative to the specified hospital
|
|
3803
3803
|
* @param {string} hospitalId The reference hospital ID used to determine featured hospitals
|
|
3804
3804
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
3805
|
-
* @param {string} [languageCode]
|
|
3805
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3806
3806
|
* @param {*} [options] Override http request option.
|
|
3807
3807
|
* @throws {RequiredError}
|
|
3808
3808
|
*/
|
|
@@ -3936,7 +3936,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
3936
3936
|
* @summary Get hospital article by slug
|
|
3937
3937
|
* @param {string} hospitalId
|
|
3938
3938
|
* @param {string} slug
|
|
3939
|
-
* @param {string} [languageCode]
|
|
3939
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3940
3940
|
* @param {boolean} [returnDefaultValue]
|
|
3941
3941
|
* @param {string} [previewSecret]
|
|
3942
3942
|
* @param {*} [options] Override http request option.
|
|
@@ -4058,7 +4058,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4058
4058
|
* @summary Get hospital\'s Deal by slug
|
|
4059
4059
|
* @param {string} hospitalId
|
|
4060
4060
|
* @param {string} slug
|
|
4061
|
-
* @param {string} [languageCode]
|
|
4061
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4062
4062
|
* @param {boolean} [returnDefaultValue]
|
|
4063
4063
|
* @param {string} [previewSecret]
|
|
4064
4064
|
* @param {*} [options] Override http request option.
|
|
@@ -4082,7 +4082,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4082
4082
|
* @summary Get hospital\'s doctorAffiliations by slug
|
|
4083
4083
|
* @param {string} hospitalId
|
|
4084
4084
|
* @param {string} slug
|
|
4085
|
-
* @param {string} [languageCode]
|
|
4085
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4086
4086
|
* @param {*} [options] Override http request option.
|
|
4087
4087
|
* @throws {RequiredError}
|
|
4088
4088
|
*/
|
|
@@ -4273,7 +4273,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4273
4273
|
*
|
|
4274
4274
|
* @summary Get footerNavigations
|
|
4275
4275
|
* @param {string} hospitalId
|
|
4276
|
-
* @param {string} languageCode
|
|
4276
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4277
4277
|
* @param {*} [options] Override http request option.
|
|
4278
4278
|
* @throws {RequiredError}
|
|
4279
4279
|
*/
|
|
@@ -4325,7 +4325,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4325
4325
|
* @summary Get hospital by id
|
|
4326
4326
|
* @param {string} hospitalId
|
|
4327
4327
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
4328
|
-
* @param {string} [languageCode]
|
|
4328
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4329
4329
|
* @param {boolean} [returnDefaultValue]
|
|
4330
4330
|
* @param {string} [previewSecret]
|
|
4331
4331
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -4396,7 +4396,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4396
4396
|
*
|
|
4397
4397
|
* @summary Get headerNavigationItems
|
|
4398
4398
|
* @param {string} hospitalId
|
|
4399
|
-
* @param {string} languageCode
|
|
4399
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4400
4400
|
* @param {*} [options] Override http request option.
|
|
4401
4401
|
* @throws {RequiredError}
|
|
4402
4402
|
*/
|
|
@@ -4445,7 +4445,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4445
4445
|
* @summary Get landing by id
|
|
4446
4446
|
* @param {string} hospitalId
|
|
4447
4447
|
* @param {string} landingId
|
|
4448
|
-
* @param {string} [languageCode]
|
|
4448
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4449
4449
|
* @param {*} [options] Override http request option.
|
|
4450
4450
|
* @throws {RequiredError}
|
|
4451
4451
|
*/
|
|
@@ -4467,7 +4467,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4467
4467
|
* @summary Get landing by slug
|
|
4468
4468
|
* @param {string} hospitalId
|
|
4469
4469
|
* @param {string} slug
|
|
4470
|
-
* @param {string} [languageCode]
|
|
4470
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4471
4471
|
* @param {string} [previewSecret]
|
|
4472
4472
|
* @param {*} [options] Override http request option.
|
|
4473
4473
|
* @throws {RequiredError}
|
|
@@ -4585,7 +4585,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4585
4585
|
* @summary Get page by id
|
|
4586
4586
|
* @param {string} hospitalId
|
|
4587
4587
|
* @param {string} pageItemId
|
|
4588
|
-
* @param {string} [languageCode]
|
|
4588
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4589
4589
|
* @param {*} [options] Override http request option.
|
|
4590
4590
|
* @throws {RequiredError}
|
|
4591
4591
|
*/
|
|
@@ -4607,7 +4607,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4607
4607
|
* @summary Get page by slug
|
|
4608
4608
|
* @param {string} hospitalId
|
|
4609
4609
|
* @param {string} slug
|
|
4610
|
-
* @param {string} [languageCode]
|
|
4610
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4611
4611
|
* @param {string} [previewSecret]
|
|
4612
4612
|
* @param {*} [options] Override http request option.
|
|
4613
4613
|
* @throws {RequiredError}
|
|
@@ -4681,7 +4681,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4681
4681
|
* @summary Get policy
|
|
4682
4682
|
* @param {string} hospitalId
|
|
4683
4683
|
* @param {string} policyId
|
|
4684
|
-
* @param {string} [languageCode]
|
|
4684
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4685
4685
|
* @param {*} [options] Override http request option.
|
|
4686
4686
|
* @throws {RequiredError}
|
|
4687
4687
|
*/
|
|
@@ -4703,7 +4703,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4703
4703
|
* @summary Get policy by slug
|
|
4704
4704
|
* @param {string} hospitalId
|
|
4705
4705
|
* @param {string} slug
|
|
4706
|
-
* @param {string} [languageCode]
|
|
4706
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4707
4707
|
* @param {string} [previewSecret]
|
|
4708
4708
|
* @param {*} [options] Override http request option.
|
|
4709
4709
|
* @throws {RequiredError}
|
|
@@ -4918,7 +4918,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4918
4918
|
* @summary Get HospitalSpecialty by slug.
|
|
4919
4919
|
* @param {string} hospitalId
|
|
4920
4920
|
* @param {string} slug
|
|
4921
|
-
* @param {string} [languageCode]
|
|
4921
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4922
4922
|
* @param {string} [previewSecret]
|
|
4923
4923
|
* @param {*} [options] Override http request option.
|
|
4924
4924
|
* @throws {RequiredError}
|
|
@@ -4941,7 +4941,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
4941
4941
|
* @summary Get HospitalSpecialty.
|
|
4942
4942
|
* @param {string} hospitalId
|
|
4943
4943
|
* @param {string} specialtyId
|
|
4944
|
-
* @param {string} [languageCode]
|
|
4944
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4945
4945
|
* @param {*} [options] Override http request option.
|
|
4946
4946
|
* @throws {RequiredError}
|
|
4947
4947
|
*/
|
|
@@ -5029,7 +5029,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
5029
5029
|
* @param {string} specialtyId
|
|
5030
5030
|
* @param {string} serviceId
|
|
5031
5031
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
5032
|
-
* @param {string} [languageCode]
|
|
5032
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5033
5033
|
* @param {boolean} [returnDefaultValue]
|
|
5034
5034
|
* @param {*} [options] Override http request option.
|
|
5035
5035
|
* @throws {RequiredError}
|
|
@@ -5102,7 +5102,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
5102
5102
|
* @summary Get hospital summary by id. Returns lightweight summary with only fields needed for main page rendering.
|
|
5103
5103
|
* @param {string} hospitalId
|
|
5104
5104
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
5105
|
-
* @param {string} [languageCode]
|
|
5105
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5106
5106
|
* @param {boolean} [returnDefaultValue]
|
|
5107
5107
|
* @param {*} [options] Override http request option.
|
|
5108
5108
|
* @throws {RequiredError}
|
|
@@ -5125,7 +5125,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
5125
5125
|
* @summary Get surveyForm by surveyFormId
|
|
5126
5126
|
* @param {string} hospitalId
|
|
5127
5127
|
* @param {string} surveyFormId
|
|
5128
|
-
* @param {string} [languageCode]
|
|
5128
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5129
5129
|
* @param {string} [previewSecret]
|
|
5130
5130
|
* @param {*} [options] Override http request option.
|
|
5131
5131
|
* @throws {RequiredError}
|
|
@@ -5262,7 +5262,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
5262
5262
|
*
|
|
5263
5263
|
* @summary Get hospital\'s webapp metadata by hospital slug
|
|
5264
5264
|
* @param {string} hospitalSlug
|
|
5265
|
-
* @param {string} [languageCode]
|
|
5265
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5266
5266
|
* @param {*} [options] Override http request option.
|
|
5267
5267
|
* @throws {RequiredError}
|
|
5268
5268
|
*/
|
|
@@ -5322,7 +5322,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
5322
5322
|
* @summary Get hospital by slug
|
|
5323
5323
|
* @param {string} slug
|
|
5324
5324
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
5325
|
-
* @param {string} [languageCode]
|
|
5325
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5326
5326
|
* @param {boolean} [returnDefaultValue]
|
|
5327
5327
|
* @param {string} [previewSecret]
|
|
5328
5328
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -5347,7 +5347,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
5347
5347
|
* @summary Get hospital summary by slug. Returns lightweight summary with only fields needed for main page rendering.
|
|
5348
5348
|
* @param {string} slug
|
|
5349
5349
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
5350
|
-
* @param {string} [languageCode]
|
|
5350
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5351
5351
|
* @param {boolean} [returnDefaultValue]
|
|
5352
5352
|
* @param {*} [options] Override http request option.
|
|
5353
5353
|
* @throws {RequiredError}
|
|
@@ -5380,7 +5380,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5380
5380
|
* @summary Get hospitals that are featured relative to the specified hospital
|
|
5381
5381
|
* @param {string} hospitalId The reference hospital ID used to determine featured hospitals
|
|
5382
5382
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
5383
|
-
* @param {string} [languageCode]
|
|
5383
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5384
5384
|
* @param {*} [options] Override http request option.
|
|
5385
5385
|
* @throws {RequiredError}
|
|
5386
5386
|
*/
|
|
@@ -5464,7 +5464,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5464
5464
|
* @summary Get hospital article by slug
|
|
5465
5465
|
* @param {string} hospitalId
|
|
5466
5466
|
* @param {string} slug
|
|
5467
|
-
* @param {string} [languageCode]
|
|
5467
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5468
5468
|
* @param {boolean} [returnDefaultValue]
|
|
5469
5469
|
* @param {string} [previewSecret]
|
|
5470
5470
|
* @param {*} [options] Override http request option.
|
|
@@ -5536,7 +5536,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5536
5536
|
* @summary Get hospital\'s Deal by slug
|
|
5537
5537
|
* @param {string} hospitalId
|
|
5538
5538
|
* @param {string} slug
|
|
5539
|
-
* @param {string} [languageCode]
|
|
5539
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5540
5540
|
* @param {boolean} [returnDefaultValue]
|
|
5541
5541
|
* @param {string} [previewSecret]
|
|
5542
5542
|
* @param {*} [options] Override http request option.
|
|
@@ -5550,7 +5550,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5550
5550
|
* @summary Get hospital\'s doctorAffiliations by slug
|
|
5551
5551
|
* @param {string} hospitalId
|
|
5552
5552
|
* @param {string} slug
|
|
5553
|
-
* @param {string} [languageCode]
|
|
5553
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5554
5554
|
* @param {*} [options] Override http request option.
|
|
5555
5555
|
* @throws {RequiredError}
|
|
5556
5556
|
*/
|
|
@@ -5661,7 +5661,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5661
5661
|
*
|
|
5662
5662
|
* @summary Get footerNavigations
|
|
5663
5663
|
* @param {string} hospitalId
|
|
5664
|
-
* @param {string} languageCode
|
|
5664
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5665
5665
|
* @param {*} [options] Override http request option.
|
|
5666
5666
|
* @throws {RequiredError}
|
|
5667
5667
|
*/
|
|
@@ -5693,7 +5693,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5693
5693
|
* @summary Get hospital by id
|
|
5694
5694
|
* @param {string} hospitalId
|
|
5695
5695
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
5696
|
-
* @param {string} [languageCode]
|
|
5696
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5697
5697
|
* @param {boolean} [returnDefaultValue]
|
|
5698
5698
|
* @param {string} [previewSecret]
|
|
5699
5699
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -5734,7 +5734,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5734
5734
|
*
|
|
5735
5735
|
* @summary Get headerNavigationItems
|
|
5736
5736
|
* @param {string} hospitalId
|
|
5737
|
-
* @param {string} languageCode
|
|
5737
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5738
5738
|
* @param {*} [options] Override http request option.
|
|
5739
5739
|
* @throws {RequiredError}
|
|
5740
5740
|
*/
|
|
@@ -5763,7 +5763,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5763
5763
|
* @summary Get landing by id
|
|
5764
5764
|
* @param {string} hospitalId
|
|
5765
5765
|
* @param {string} landingId
|
|
5766
|
-
* @param {string} [languageCode]
|
|
5766
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5767
5767
|
* @param {*} [options] Override http request option.
|
|
5768
5768
|
* @throws {RequiredError}
|
|
5769
5769
|
*/
|
|
@@ -5775,7 +5775,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5775
5775
|
* @summary Get landing by slug
|
|
5776
5776
|
* @param {string} hospitalId
|
|
5777
5777
|
* @param {string} slug
|
|
5778
|
-
* @param {string} [languageCode]
|
|
5778
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5779
5779
|
* @param {string} [previewSecret]
|
|
5780
5780
|
* @param {*} [options] Override http request option.
|
|
5781
5781
|
* @throws {RequiredError}
|
|
@@ -5843,7 +5843,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5843
5843
|
* @summary Get page by id
|
|
5844
5844
|
* @param {string} hospitalId
|
|
5845
5845
|
* @param {string} pageItemId
|
|
5846
|
-
* @param {string} [languageCode]
|
|
5846
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5847
5847
|
* @param {*} [options] Override http request option.
|
|
5848
5848
|
* @throws {RequiredError}
|
|
5849
5849
|
*/
|
|
@@ -5855,7 +5855,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5855
5855
|
* @summary Get page by slug
|
|
5856
5856
|
* @param {string} hospitalId
|
|
5857
5857
|
* @param {string} slug
|
|
5858
|
-
* @param {string} [languageCode]
|
|
5858
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5859
5859
|
* @param {string} [previewSecret]
|
|
5860
5860
|
* @param {*} [options] Override http request option.
|
|
5861
5861
|
* @throws {RequiredError}
|
|
@@ -5899,7 +5899,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5899
5899
|
* @summary Get policy
|
|
5900
5900
|
* @param {string} hospitalId
|
|
5901
5901
|
* @param {string} policyId
|
|
5902
|
-
* @param {string} [languageCode]
|
|
5902
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5903
5903
|
* @param {*} [options] Override http request option.
|
|
5904
5904
|
* @throws {RequiredError}
|
|
5905
5905
|
*/
|
|
@@ -5911,7 +5911,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
5911
5911
|
* @summary Get policy by slug
|
|
5912
5912
|
* @param {string} hospitalId
|
|
5913
5913
|
* @param {string} slug
|
|
5914
|
-
* @param {string} [languageCode]
|
|
5914
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5915
5915
|
* @param {string} [previewSecret]
|
|
5916
5916
|
* @param {*} [options] Override http request option.
|
|
5917
5917
|
* @throws {RequiredError}
|
|
@@ -6046,7 +6046,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6046
6046
|
* @summary Get HospitalSpecialty by slug.
|
|
6047
6047
|
* @param {string} hospitalId
|
|
6048
6048
|
* @param {string} slug
|
|
6049
|
-
* @param {string} [languageCode]
|
|
6049
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6050
6050
|
* @param {string} [previewSecret]
|
|
6051
6051
|
* @param {*} [options] Override http request option.
|
|
6052
6052
|
* @throws {RequiredError}
|
|
@@ -6059,7 +6059,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6059
6059
|
* @summary Get HospitalSpecialty.
|
|
6060
6060
|
* @param {string} hospitalId
|
|
6061
6061
|
* @param {string} specialtyId
|
|
6062
|
-
* @param {string} [languageCode]
|
|
6062
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6063
6063
|
* @param {*} [options] Override http request option.
|
|
6064
6064
|
* @throws {RequiredError}
|
|
6065
6065
|
*/
|
|
@@ -6117,7 +6117,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6117
6117
|
* @param {string} specialtyId
|
|
6118
6118
|
* @param {string} serviceId
|
|
6119
6119
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
6120
|
-
* @param {string} [languageCode]
|
|
6120
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6121
6121
|
* @param {boolean} [returnDefaultValue]
|
|
6122
6122
|
* @param {*} [options] Override http request option.
|
|
6123
6123
|
* @throws {RequiredError}
|
|
@@ -6160,7 +6160,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6160
6160
|
* @summary Get hospital summary by id. Returns lightweight summary with only fields needed for main page rendering.
|
|
6161
6161
|
* @param {string} hospitalId
|
|
6162
6162
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
6163
|
-
* @param {string} [languageCode]
|
|
6163
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6164
6164
|
* @param {boolean} [returnDefaultValue]
|
|
6165
6165
|
* @param {*} [options] Override http request option.
|
|
6166
6166
|
* @throws {RequiredError}
|
|
@@ -6173,7 +6173,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6173
6173
|
* @summary Get surveyForm by surveyFormId
|
|
6174
6174
|
* @param {string} hospitalId
|
|
6175
6175
|
* @param {string} surveyFormId
|
|
6176
|
-
* @param {string} [languageCode]
|
|
6176
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6177
6177
|
* @param {string} [previewSecret]
|
|
6178
6178
|
* @param {*} [options] Override http request option.
|
|
6179
6179
|
* @throws {RequiredError}
|
|
@@ -6250,7 +6250,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6250
6250
|
*
|
|
6251
6251
|
* @summary Get hospital\'s webapp metadata by hospital slug
|
|
6252
6252
|
* @param {string} hospitalSlug
|
|
6253
|
-
* @param {string} [languageCode]
|
|
6253
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6254
6254
|
* @param {*} [options] Override http request option.
|
|
6255
6255
|
* @throws {RequiredError}
|
|
6256
6256
|
*/
|
|
@@ -6290,7 +6290,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6290
6290
|
* @summary Get hospital by slug
|
|
6291
6291
|
* @param {string} slug
|
|
6292
6292
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
6293
|
-
* @param {string} [languageCode]
|
|
6293
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6294
6294
|
* @param {boolean} [returnDefaultValue]
|
|
6295
6295
|
* @param {string} [previewSecret]
|
|
6296
6296
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -6305,7 +6305,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
6305
6305
|
* @summary Get hospital summary by slug. Returns lightweight summary with only fields needed for main page rendering.
|
|
6306
6306
|
* @param {string} slug
|
|
6307
6307
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
6308
|
-
* @param {string} [languageCode]
|
|
6308
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6309
6309
|
* @param {boolean} [returnDefaultValue]
|
|
6310
6310
|
* @param {*} [options] Override http request option.
|
|
6311
6311
|
* @throws {RequiredError}
|
|
@@ -23,7 +23,7 @@ export declare const LanguagesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
* @summary Get Language.
|
|
26
|
-
* @param {string} code
|
|
26
|
+
* @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.
|
|
27
27
|
* @param {*} [options] Override http request option.
|
|
28
28
|
* @throws {RequiredError}
|
|
29
29
|
*/
|
|
@@ -61,7 +61,7 @@ export declare const LanguagesApiFp: (configuration?: Configuration) => {
|
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* @summary Get Language.
|
|
64
|
-
* @param {string} code
|
|
64
|
+
* @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.
|
|
65
65
|
* @param {*} [options] Override http request option.
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
*/
|
|
@@ -99,7 +99,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
|
|
|
99
99
|
/**
|
|
100
100
|
*
|
|
101
101
|
* @summary Get Language.
|
|
102
|
-
* @param {string} code
|
|
102
|
+
* @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.
|
|
103
103
|
* @param {*} [options] Override http request option.
|
|
104
104
|
* @throws {RequiredError}
|
|
105
105
|
*/
|
|
@@ -136,7 +136,7 @@ export declare const LanguagesApiFactory: (configuration?: Configuration, basePa
|
|
|
136
136
|
*/
|
|
137
137
|
export interface LanguagesApiApiV2LanguagesCodeGetRequest {
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* 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.
|
|
140
140
|
* @type {string}
|
|
141
141
|
* @memberof LanguagesApiApiV2LanguagesCodeGet
|
|
142
142
|
*/
|
package/lib/api/languages-api.js
CHANGED
|
@@ -104,7 +104,7 @@ var LanguagesApiAxiosParamCreator = function (configuration) {
|
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
106
|
* @summary Get Language.
|
|
107
|
-
* @param {string} code
|
|
107
|
+
* @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.
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
110
110
|
*/
|
|
@@ -261,7 +261,7 @@ var LanguagesApiFp = function (configuration) {
|
|
|
261
261
|
/**
|
|
262
262
|
*
|
|
263
263
|
* @summary Get Language.
|
|
264
|
-
* @param {string} code
|
|
264
|
+
* @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.
|
|
265
265
|
* @param {*} [options] Override http request option.
|
|
266
266
|
* @throws {RequiredError}
|
|
267
267
|
*/
|
|
@@ -339,7 +339,7 @@ var LanguagesApiFactory = function (configuration, basePath, axios) {
|
|
|
339
339
|
/**
|
|
340
340
|
*
|
|
341
341
|
* @summary Get Language.
|
|
342
|
-
* @param {string} code
|
|
342
|
+
* @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.
|
|
343
343
|
* @param {*} [options] Override http request option.
|
|
344
344
|
* @throws {RequiredError}
|
|
345
345
|
*/
|
|
@@ -37,7 +37,7 @@ export declare const PrescriptionsApiAxiosParamCreator: (configuration?: Configu
|
|
|
37
37
|
*
|
|
38
38
|
* @summary Get prescription of current user by id.
|
|
39
39
|
* @param {string} id
|
|
40
|
-
* @param {string} [languageCode]
|
|
40
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
@@ -66,7 +66,7 @@ export declare const PrescriptionsApiFp: (configuration?: Configuration) => {
|
|
|
66
66
|
*
|
|
67
67
|
* @summary Get prescription of current user by id.
|
|
68
68
|
* @param {string} id
|
|
69
|
-
* @param {string} [languageCode]
|
|
69
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
70
70
|
* @param {*} [options] Override http request option.
|
|
71
71
|
* @throws {RequiredError}
|
|
72
72
|
*/
|
|
@@ -95,7 +95,7 @@ export declare const PrescriptionsApiFactory: (configuration?: Configuration, ba
|
|
|
95
95
|
*
|
|
96
96
|
* @summary Get prescription of current user by id.
|
|
97
97
|
* @param {string} id
|
|
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 {*} [options] Override http request option.
|
|
100
100
|
* @throws {RequiredError}
|
|
101
101
|
*/
|
|
@@ -163,7 +163,7 @@ export interface PrescriptionsApiApiV2PrescriptionsIdGetRequest {
|
|
|
163
163
|
*/
|
|
164
164
|
readonly id: string;
|
|
165
165
|
/**
|
|
166
|
-
*
|
|
166
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
167
167
|
* @type {string}
|
|
168
168
|
* @memberof PrescriptionsApiApiV2PrescriptionsIdGet
|
|
169
169
|
*/
|