ch-api-client-typescript2 5.88.47 → 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
|
@@ -79,7 +79,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
79
79
|
* @summary Get hospitals that are featured relative to the specified hospital
|
|
80
80
|
* @param {string} hospitalId The reference hospital ID used to determine featured hospitals
|
|
81
81
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
82
|
-
* @param {string} [languageCode]
|
|
82
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
83
83
|
* @param {*} [options] Override http request option.
|
|
84
84
|
* @throws {RequiredError}
|
|
85
85
|
*/
|
|
@@ -153,7 +153,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
153
153
|
* @summary Get hospital article by slug
|
|
154
154
|
* @param {string} hospitalId
|
|
155
155
|
* @param {string} slug
|
|
156
|
-
* @param {string} [languageCode]
|
|
156
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
157
157
|
* @param {boolean} [returnDefaultValue]
|
|
158
158
|
* @param {string} [previewSecret]
|
|
159
159
|
* @param {*} [options] Override http request option.
|
|
@@ -215,7 +215,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
215
215
|
* @summary Get hospital\'s Deal by slug
|
|
216
216
|
* @param {string} hospitalId
|
|
217
217
|
* @param {string} slug
|
|
218
|
-
* @param {string} [languageCode]
|
|
218
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
219
219
|
* @param {boolean} [returnDefaultValue]
|
|
220
220
|
* @param {string} [previewSecret]
|
|
221
221
|
* @param {*} [options] Override http request option.
|
|
@@ -227,7 +227,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
227
227
|
* @summary Get hospital\'s doctorAffiliations by slug
|
|
228
228
|
* @param {string} hospitalId
|
|
229
229
|
* @param {string} slug
|
|
230
|
-
* @param {string} [languageCode]
|
|
230
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
231
231
|
* @param {*} [options] Override http request option.
|
|
232
232
|
* @throws {RequiredError}
|
|
233
233
|
*/
|
|
@@ -322,7 +322,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
322
322
|
*
|
|
323
323
|
* @summary Get footerNavigations
|
|
324
324
|
* @param {string} hospitalId
|
|
325
|
-
* @param {string} languageCode
|
|
325
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
326
326
|
* @param {*} [options] Override http request option.
|
|
327
327
|
* @throws {RequiredError}
|
|
328
328
|
*/
|
|
@@ -350,7 +350,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
350
350
|
* @summary Get hospital by id
|
|
351
351
|
* @param {string} hospitalId
|
|
352
352
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
353
|
-
* @param {string} [languageCode]
|
|
353
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
354
354
|
* @param {boolean} [returnDefaultValue]
|
|
355
355
|
* @param {string} [previewSecret]
|
|
356
356
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -385,7 +385,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
385
385
|
*
|
|
386
386
|
* @summary Get headerNavigationItems
|
|
387
387
|
* @param {string} hospitalId
|
|
388
|
-
* @param {string} languageCode
|
|
388
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
389
389
|
* @param {*} [options] Override http request option.
|
|
390
390
|
* @throws {RequiredError}
|
|
391
391
|
*/
|
|
@@ -410,7 +410,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
410
410
|
* @summary Get landing by id
|
|
411
411
|
* @param {string} hospitalId
|
|
412
412
|
* @param {string} landingId
|
|
413
|
-
* @param {string} [languageCode]
|
|
413
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
414
414
|
* @param {*} [options] Override http request option.
|
|
415
415
|
* @throws {RequiredError}
|
|
416
416
|
*/
|
|
@@ -420,7 +420,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
420
420
|
* @summary Get landing by slug
|
|
421
421
|
* @param {string} hospitalId
|
|
422
422
|
* @param {string} slug
|
|
423
|
-
* @param {string} [languageCode]
|
|
423
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
424
424
|
* @param {string} [previewSecret]
|
|
425
425
|
* @param {*} [options] Override http request option.
|
|
426
426
|
* @throws {RequiredError}
|
|
@@ -478,7 +478,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
478
478
|
* @summary Get page by id
|
|
479
479
|
* @param {string} hospitalId
|
|
480
480
|
* @param {string} pageItemId
|
|
481
|
-
* @param {string} [languageCode]
|
|
481
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
482
482
|
* @param {*} [options] Override http request option.
|
|
483
483
|
* @throws {RequiredError}
|
|
484
484
|
*/
|
|
@@ -488,7 +488,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
488
488
|
* @summary Get page by slug
|
|
489
489
|
* @param {string} hospitalId
|
|
490
490
|
* @param {string} slug
|
|
491
|
-
* @param {string} [languageCode]
|
|
491
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
492
492
|
* @param {string} [previewSecret]
|
|
493
493
|
* @param {*} [options] Override http request option.
|
|
494
494
|
* @throws {RequiredError}
|
|
@@ -526,7 +526,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
526
526
|
* @summary Get policy
|
|
527
527
|
* @param {string} hospitalId
|
|
528
528
|
* @param {string} policyId
|
|
529
|
-
* @param {string} [languageCode]
|
|
529
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
530
530
|
* @param {*} [options] Override http request option.
|
|
531
531
|
* @throws {RequiredError}
|
|
532
532
|
*/
|
|
@@ -536,7 +536,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
536
536
|
* @summary Get policy by slug
|
|
537
537
|
* @param {string} hospitalId
|
|
538
538
|
* @param {string} slug
|
|
539
|
-
* @param {string} [languageCode]
|
|
539
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
540
540
|
* @param {string} [previewSecret]
|
|
541
541
|
* @param {*} [options] Override http request option.
|
|
542
542
|
* @throws {RequiredError}
|
|
@@ -655,7 +655,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
655
655
|
* @summary Get HospitalSpecialty by slug.
|
|
656
656
|
* @param {string} hospitalId
|
|
657
657
|
* @param {string} slug
|
|
658
|
-
* @param {string} [languageCode]
|
|
658
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
659
659
|
* @param {string} [previewSecret]
|
|
660
660
|
* @param {*} [options] Override http request option.
|
|
661
661
|
* @throws {RequiredError}
|
|
@@ -666,7 +666,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
666
666
|
* @summary Get HospitalSpecialty.
|
|
667
667
|
* @param {string} hospitalId
|
|
668
668
|
* @param {string} specialtyId
|
|
669
|
-
* @param {string} [languageCode]
|
|
669
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
670
670
|
* @param {*} [options] Override http request option.
|
|
671
671
|
* @throws {RequiredError}
|
|
672
672
|
*/
|
|
@@ -718,7 +718,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
718
718
|
* @param {string} specialtyId
|
|
719
719
|
* @param {string} serviceId
|
|
720
720
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
721
|
-
* @param {string} [languageCode]
|
|
721
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
722
722
|
* @param {boolean} [returnDefaultValue]
|
|
723
723
|
* @param {*} [options] Override http request option.
|
|
724
724
|
* @throws {RequiredError}
|
|
@@ -755,7 +755,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
755
755
|
* @summary Get hospital summary by id. Returns lightweight summary with only fields needed for main page rendering.
|
|
756
756
|
* @param {string} hospitalId
|
|
757
757
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
758
|
-
* @param {string} [languageCode]
|
|
758
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
759
759
|
* @param {boolean} [returnDefaultValue]
|
|
760
760
|
* @param {*} [options] Override http request option.
|
|
761
761
|
* @throws {RequiredError}
|
|
@@ -766,7 +766,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
766
766
|
* @summary Get surveyForm by surveyFormId
|
|
767
767
|
* @param {string} hospitalId
|
|
768
768
|
* @param {string} surveyFormId
|
|
769
|
-
* @param {string} [languageCode]
|
|
769
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
770
770
|
* @param {string} [previewSecret]
|
|
771
771
|
* @param {*} [options] Override http request option.
|
|
772
772
|
* @throws {RequiredError}
|
|
@@ -831,7 +831,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
831
831
|
*
|
|
832
832
|
* @summary Get hospital\'s webapp metadata by hospital slug
|
|
833
833
|
* @param {string} hospitalSlug
|
|
834
|
-
* @param {string} [languageCode]
|
|
834
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
835
835
|
* @param {*} [options] Override http request option.
|
|
836
836
|
* @throws {RequiredError}
|
|
837
837
|
*/
|
|
@@ -867,7 +867,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
867
867
|
* @summary Get hospital by slug
|
|
868
868
|
* @param {string} slug
|
|
869
869
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
870
|
-
* @param {string} [languageCode]
|
|
870
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
871
871
|
* @param {boolean} [returnDefaultValue]
|
|
872
872
|
* @param {string} [previewSecret]
|
|
873
873
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -880,7 +880,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
880
880
|
* @summary Get hospital summary by slug. Returns lightweight summary with only fields needed for main page rendering.
|
|
881
881
|
* @param {string} slug
|
|
882
882
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
883
|
-
* @param {string} [languageCode]
|
|
883
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
884
884
|
* @param {boolean} [returnDefaultValue]
|
|
885
885
|
* @param {*} [options] Override http request option.
|
|
886
886
|
* @throws {RequiredError}
|
|
@@ -897,7 +897,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
897
897
|
* @summary Get hospitals that are featured relative to the specified hospital
|
|
898
898
|
* @param {string} hospitalId The reference hospital ID used to determine featured hospitals
|
|
899
899
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
900
|
-
* @param {string} [languageCode]
|
|
900
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
901
901
|
* @param {*} [options] Override http request option.
|
|
902
902
|
* @throws {RequiredError}
|
|
903
903
|
*/
|
|
@@ -971,7 +971,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
971
971
|
* @summary Get hospital article by slug
|
|
972
972
|
* @param {string} hospitalId
|
|
973
973
|
* @param {string} slug
|
|
974
|
-
* @param {string} [languageCode]
|
|
974
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
975
975
|
* @param {boolean} [returnDefaultValue]
|
|
976
976
|
* @param {string} [previewSecret]
|
|
977
977
|
* @param {*} [options] Override http request option.
|
|
@@ -1033,7 +1033,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1033
1033
|
* @summary Get hospital\'s Deal by slug
|
|
1034
1034
|
* @param {string} hospitalId
|
|
1035
1035
|
* @param {string} slug
|
|
1036
|
-
* @param {string} [languageCode]
|
|
1036
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1037
1037
|
* @param {boolean} [returnDefaultValue]
|
|
1038
1038
|
* @param {string} [previewSecret]
|
|
1039
1039
|
* @param {*} [options] Override http request option.
|
|
@@ -1045,7 +1045,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1045
1045
|
* @summary Get hospital\'s doctorAffiliations by slug
|
|
1046
1046
|
* @param {string} hospitalId
|
|
1047
1047
|
* @param {string} slug
|
|
1048
|
-
* @param {string} [languageCode]
|
|
1048
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1049
1049
|
* @param {*} [options] Override http request option.
|
|
1050
1050
|
* @throws {RequiredError}
|
|
1051
1051
|
*/
|
|
@@ -1140,7 +1140,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1140
1140
|
*
|
|
1141
1141
|
* @summary Get footerNavigations
|
|
1142
1142
|
* @param {string} hospitalId
|
|
1143
|
-
* @param {string} languageCode
|
|
1143
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1144
1144
|
* @param {*} [options] Override http request option.
|
|
1145
1145
|
* @throws {RequiredError}
|
|
1146
1146
|
*/
|
|
@@ -1168,7 +1168,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1168
1168
|
* @summary Get hospital by id
|
|
1169
1169
|
* @param {string} hospitalId
|
|
1170
1170
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1171
|
-
* @param {string} [languageCode]
|
|
1171
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1172
1172
|
* @param {boolean} [returnDefaultValue]
|
|
1173
1173
|
* @param {string} [previewSecret]
|
|
1174
1174
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -1203,7 +1203,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1203
1203
|
*
|
|
1204
1204
|
* @summary Get headerNavigationItems
|
|
1205
1205
|
* @param {string} hospitalId
|
|
1206
|
-
* @param {string} languageCode
|
|
1206
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1207
1207
|
* @param {*} [options] Override http request option.
|
|
1208
1208
|
* @throws {RequiredError}
|
|
1209
1209
|
*/
|
|
@@ -1228,7 +1228,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1228
1228
|
* @summary Get landing by id
|
|
1229
1229
|
* @param {string} hospitalId
|
|
1230
1230
|
* @param {string} landingId
|
|
1231
|
-
* @param {string} [languageCode]
|
|
1231
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1232
1232
|
* @param {*} [options] Override http request option.
|
|
1233
1233
|
* @throws {RequiredError}
|
|
1234
1234
|
*/
|
|
@@ -1238,7 +1238,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1238
1238
|
* @summary Get landing by slug
|
|
1239
1239
|
* @param {string} hospitalId
|
|
1240
1240
|
* @param {string} slug
|
|
1241
|
-
* @param {string} [languageCode]
|
|
1241
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1242
1242
|
* @param {string} [previewSecret]
|
|
1243
1243
|
* @param {*} [options] Override http request option.
|
|
1244
1244
|
* @throws {RequiredError}
|
|
@@ -1296,7 +1296,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1296
1296
|
* @summary Get page by id
|
|
1297
1297
|
* @param {string} hospitalId
|
|
1298
1298
|
* @param {string} pageItemId
|
|
1299
|
-
* @param {string} [languageCode]
|
|
1299
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1300
1300
|
* @param {*} [options] Override http request option.
|
|
1301
1301
|
* @throws {RequiredError}
|
|
1302
1302
|
*/
|
|
@@ -1306,7 +1306,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1306
1306
|
* @summary Get page by slug
|
|
1307
1307
|
* @param {string} hospitalId
|
|
1308
1308
|
* @param {string} slug
|
|
1309
|
-
* @param {string} [languageCode]
|
|
1309
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1310
1310
|
* @param {string} [previewSecret]
|
|
1311
1311
|
* @param {*} [options] Override http request option.
|
|
1312
1312
|
* @throws {RequiredError}
|
|
@@ -1344,7 +1344,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1344
1344
|
* @summary Get policy
|
|
1345
1345
|
* @param {string} hospitalId
|
|
1346
1346
|
* @param {string} policyId
|
|
1347
|
-
* @param {string} [languageCode]
|
|
1347
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1348
1348
|
* @param {*} [options] Override http request option.
|
|
1349
1349
|
* @throws {RequiredError}
|
|
1350
1350
|
*/
|
|
@@ -1354,7 +1354,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1354
1354
|
* @summary Get policy by slug
|
|
1355
1355
|
* @param {string} hospitalId
|
|
1356
1356
|
* @param {string} slug
|
|
1357
|
-
* @param {string} [languageCode]
|
|
1357
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1358
1358
|
* @param {string} [previewSecret]
|
|
1359
1359
|
* @param {*} [options] Override http request option.
|
|
1360
1360
|
* @throws {RequiredError}
|
|
@@ -1473,7 +1473,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1473
1473
|
* @summary Get HospitalSpecialty by slug.
|
|
1474
1474
|
* @param {string} hospitalId
|
|
1475
1475
|
* @param {string} slug
|
|
1476
|
-
* @param {string} [languageCode]
|
|
1476
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1477
1477
|
* @param {string} [previewSecret]
|
|
1478
1478
|
* @param {*} [options] Override http request option.
|
|
1479
1479
|
* @throws {RequiredError}
|
|
@@ -1484,7 +1484,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1484
1484
|
* @summary Get HospitalSpecialty.
|
|
1485
1485
|
* @param {string} hospitalId
|
|
1486
1486
|
* @param {string} specialtyId
|
|
1487
|
-
* @param {string} [languageCode]
|
|
1487
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1488
1488
|
* @param {*} [options] Override http request option.
|
|
1489
1489
|
* @throws {RequiredError}
|
|
1490
1490
|
*/
|
|
@@ -1536,7 +1536,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1536
1536
|
* @param {string} specialtyId
|
|
1537
1537
|
* @param {string} serviceId
|
|
1538
1538
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1539
|
-
* @param {string} [languageCode]
|
|
1539
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1540
1540
|
* @param {boolean} [returnDefaultValue]
|
|
1541
1541
|
* @param {*} [options] Override http request option.
|
|
1542
1542
|
* @throws {RequiredError}
|
|
@@ -1573,7 +1573,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1573
1573
|
* @summary Get hospital summary by id. Returns lightweight summary with only fields needed for main page rendering.
|
|
1574
1574
|
* @param {string} hospitalId
|
|
1575
1575
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1576
|
-
* @param {string} [languageCode]
|
|
1576
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1577
1577
|
* @param {boolean} [returnDefaultValue]
|
|
1578
1578
|
* @param {*} [options] Override http request option.
|
|
1579
1579
|
* @throws {RequiredError}
|
|
@@ -1584,7 +1584,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1584
1584
|
* @summary Get surveyForm by surveyFormId
|
|
1585
1585
|
* @param {string} hospitalId
|
|
1586
1586
|
* @param {string} surveyFormId
|
|
1587
|
-
* @param {string} [languageCode]
|
|
1587
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1588
1588
|
* @param {string} [previewSecret]
|
|
1589
1589
|
* @param {*} [options] Override http request option.
|
|
1590
1590
|
* @throws {RequiredError}
|
|
@@ -1649,7 +1649,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1649
1649
|
*
|
|
1650
1650
|
* @summary Get hospital\'s webapp metadata by hospital slug
|
|
1651
1651
|
* @param {string} hospitalSlug
|
|
1652
|
-
* @param {string} [languageCode]
|
|
1652
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1653
1653
|
* @param {*} [options] Override http request option.
|
|
1654
1654
|
* @throws {RequiredError}
|
|
1655
1655
|
*/
|
|
@@ -1685,7 +1685,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1685
1685
|
* @summary Get hospital by slug
|
|
1686
1686
|
* @param {string} slug
|
|
1687
1687
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1688
|
-
* @param {string} [languageCode]
|
|
1688
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1689
1689
|
* @param {boolean} [returnDefaultValue]
|
|
1690
1690
|
* @param {string} [previewSecret]
|
|
1691
1691
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -1698,7 +1698,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
1698
1698
|
* @summary Get hospital summary by slug. Returns lightweight summary with only fields needed for main page rendering.
|
|
1699
1699
|
* @param {string} slug
|
|
1700
1700
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1701
|
-
* @param {string} [languageCode]
|
|
1701
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1702
1702
|
* @param {boolean} [returnDefaultValue]
|
|
1703
1703
|
* @param {*} [options] Override http request option.
|
|
1704
1704
|
* @throws {RequiredError}
|
|
@@ -1715,7 +1715,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1715
1715
|
* @summary Get hospitals that are featured relative to the specified hospital
|
|
1716
1716
|
* @param {string} hospitalId The reference hospital ID used to determine featured hospitals
|
|
1717
1717
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1718
|
-
* @param {string} [languageCode]
|
|
1718
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1719
1719
|
* @param {*} [options] Override http request option.
|
|
1720
1720
|
* @throws {RequiredError}
|
|
1721
1721
|
*/
|
|
@@ -1789,7 +1789,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1789
1789
|
* @summary Get hospital article by slug
|
|
1790
1790
|
* @param {string} hospitalId
|
|
1791
1791
|
* @param {string} slug
|
|
1792
|
-
* @param {string} [languageCode]
|
|
1792
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1793
1793
|
* @param {boolean} [returnDefaultValue]
|
|
1794
1794
|
* @param {string} [previewSecret]
|
|
1795
1795
|
* @param {*} [options] Override http request option.
|
|
@@ -1851,7 +1851,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1851
1851
|
* @summary Get hospital\'s Deal by slug
|
|
1852
1852
|
* @param {string} hospitalId
|
|
1853
1853
|
* @param {string} slug
|
|
1854
|
-
* @param {string} [languageCode]
|
|
1854
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1855
1855
|
* @param {boolean} [returnDefaultValue]
|
|
1856
1856
|
* @param {string} [previewSecret]
|
|
1857
1857
|
* @param {*} [options] Override http request option.
|
|
@@ -1863,7 +1863,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1863
1863
|
* @summary Get hospital\'s doctorAffiliations by slug
|
|
1864
1864
|
* @param {string} hospitalId
|
|
1865
1865
|
* @param {string} slug
|
|
1866
|
-
* @param {string} [languageCode]
|
|
1866
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1867
1867
|
* @param {*} [options] Override http request option.
|
|
1868
1868
|
* @throws {RequiredError}
|
|
1869
1869
|
*/
|
|
@@ -1958,7 +1958,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1958
1958
|
*
|
|
1959
1959
|
* @summary Get footerNavigations
|
|
1960
1960
|
* @param {string} hospitalId
|
|
1961
|
-
* @param {string} languageCode
|
|
1961
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1962
1962
|
* @param {*} [options] Override http request option.
|
|
1963
1963
|
* @throws {RequiredError}
|
|
1964
1964
|
*/
|
|
@@ -1986,7 +1986,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
1986
1986
|
* @summary Get hospital by id
|
|
1987
1987
|
* @param {string} hospitalId
|
|
1988
1988
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
1989
|
-
* @param {string} [languageCode]
|
|
1989
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
1990
1990
|
* @param {boolean} [returnDefaultValue]
|
|
1991
1991
|
* @param {string} [previewSecret]
|
|
1992
1992
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -2021,7 +2021,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2021
2021
|
*
|
|
2022
2022
|
* @summary Get headerNavigationItems
|
|
2023
2023
|
* @param {string} hospitalId
|
|
2024
|
-
* @param {string} languageCode
|
|
2024
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2025
2025
|
* @param {*} [options] Override http request option.
|
|
2026
2026
|
* @throws {RequiredError}
|
|
2027
2027
|
*/
|
|
@@ -2046,7 +2046,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2046
2046
|
* @summary Get landing by id
|
|
2047
2047
|
* @param {string} hospitalId
|
|
2048
2048
|
* @param {string} landingId
|
|
2049
|
-
* @param {string} [languageCode]
|
|
2049
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2050
2050
|
* @param {*} [options] Override http request option.
|
|
2051
2051
|
* @throws {RequiredError}
|
|
2052
2052
|
*/
|
|
@@ -2056,7 +2056,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2056
2056
|
* @summary Get landing by slug
|
|
2057
2057
|
* @param {string} hospitalId
|
|
2058
2058
|
* @param {string} slug
|
|
2059
|
-
* @param {string} [languageCode]
|
|
2059
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2060
2060
|
* @param {string} [previewSecret]
|
|
2061
2061
|
* @param {*} [options] Override http request option.
|
|
2062
2062
|
* @throws {RequiredError}
|
|
@@ -2114,7 +2114,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2114
2114
|
* @summary Get page by id
|
|
2115
2115
|
* @param {string} hospitalId
|
|
2116
2116
|
* @param {string} pageItemId
|
|
2117
|
-
* @param {string} [languageCode]
|
|
2117
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2118
2118
|
* @param {*} [options] Override http request option.
|
|
2119
2119
|
* @throws {RequiredError}
|
|
2120
2120
|
*/
|
|
@@ -2124,7 +2124,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2124
2124
|
* @summary Get page by slug
|
|
2125
2125
|
* @param {string} hospitalId
|
|
2126
2126
|
* @param {string} slug
|
|
2127
|
-
* @param {string} [languageCode]
|
|
2127
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2128
2128
|
* @param {string} [previewSecret]
|
|
2129
2129
|
* @param {*} [options] Override http request option.
|
|
2130
2130
|
* @throws {RequiredError}
|
|
@@ -2162,7 +2162,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2162
2162
|
* @summary Get policy
|
|
2163
2163
|
* @param {string} hospitalId
|
|
2164
2164
|
* @param {string} policyId
|
|
2165
|
-
* @param {string} [languageCode]
|
|
2165
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2166
2166
|
* @param {*} [options] Override http request option.
|
|
2167
2167
|
* @throws {RequiredError}
|
|
2168
2168
|
*/
|
|
@@ -2172,7 +2172,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2172
2172
|
* @summary Get policy by slug
|
|
2173
2173
|
* @param {string} hospitalId
|
|
2174
2174
|
* @param {string} slug
|
|
2175
|
-
* @param {string} [languageCode]
|
|
2175
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2176
2176
|
* @param {string} [previewSecret]
|
|
2177
2177
|
* @param {*} [options] Override http request option.
|
|
2178
2178
|
* @throws {RequiredError}
|
|
@@ -2291,7 +2291,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2291
2291
|
* @summary Get HospitalSpecialty by slug.
|
|
2292
2292
|
* @param {string} hospitalId
|
|
2293
2293
|
* @param {string} slug
|
|
2294
|
-
* @param {string} [languageCode]
|
|
2294
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2295
2295
|
* @param {string} [previewSecret]
|
|
2296
2296
|
* @param {*} [options] Override http request option.
|
|
2297
2297
|
* @throws {RequiredError}
|
|
@@ -2302,7 +2302,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2302
2302
|
* @summary Get HospitalSpecialty.
|
|
2303
2303
|
* @param {string} hospitalId
|
|
2304
2304
|
* @param {string} specialtyId
|
|
2305
|
-
* @param {string} [languageCode]
|
|
2305
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2306
2306
|
* @param {*} [options] Override http request option.
|
|
2307
2307
|
* @throws {RequiredError}
|
|
2308
2308
|
*/
|
|
@@ -2354,7 +2354,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2354
2354
|
* @param {string} specialtyId
|
|
2355
2355
|
* @param {string} serviceId
|
|
2356
2356
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
2357
|
-
* @param {string} [languageCode]
|
|
2357
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2358
2358
|
* @param {boolean} [returnDefaultValue]
|
|
2359
2359
|
* @param {*} [options] Override http request option.
|
|
2360
2360
|
* @throws {RequiredError}
|
|
@@ -2391,7 +2391,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2391
2391
|
* @summary Get hospital summary by id. Returns lightweight summary with only fields needed for main page rendering.
|
|
2392
2392
|
* @param {string} hospitalId
|
|
2393
2393
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
2394
|
-
* @param {string} [languageCode]
|
|
2394
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2395
2395
|
* @param {boolean} [returnDefaultValue]
|
|
2396
2396
|
* @param {*} [options] Override http request option.
|
|
2397
2397
|
* @throws {RequiredError}
|
|
@@ -2402,7 +2402,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2402
2402
|
* @summary Get surveyForm by surveyFormId
|
|
2403
2403
|
* @param {string} hospitalId
|
|
2404
2404
|
* @param {string} surveyFormId
|
|
2405
|
-
* @param {string} [languageCode]
|
|
2405
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2406
2406
|
* @param {string} [previewSecret]
|
|
2407
2407
|
* @param {*} [options] Override http request option.
|
|
2408
2408
|
* @throws {RequiredError}
|
|
@@ -2467,7 +2467,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2467
2467
|
*
|
|
2468
2468
|
* @summary Get hospital\'s webapp metadata by hospital slug
|
|
2469
2469
|
* @param {string} hospitalSlug
|
|
2470
|
-
* @param {string} [languageCode]
|
|
2470
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2471
2471
|
* @param {*} [options] Override http request option.
|
|
2472
2472
|
* @throws {RequiredError}
|
|
2473
2473
|
*/
|
|
@@ -2503,7 +2503,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2503
2503
|
* @summary Get hospital by slug
|
|
2504
2504
|
* @param {string} slug
|
|
2505
2505
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
2506
|
-
* @param {string} [languageCode]
|
|
2506
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2507
2507
|
* @param {boolean} [returnDefaultValue]
|
|
2508
2508
|
* @param {string} [previewSecret]
|
|
2509
2509
|
* @param {Array<string>} [fillAdditionalFields] Comma separated list of additional fields to include. Available values: Doctors, Deals, Reviews, HospitalServices, IsIncludedToBranch, PlatformFaqs, HospitalFaqs
|
|
@@ -2516,7 +2516,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
2516
2516
|
* @summary Get hospital summary by slug. Returns lightweight summary with only fields needed for main page rendering.
|
|
2517
2517
|
* @param {string} slug
|
|
2518
2518
|
* @param {string} [xCloudhospitalPlatform] Platform identifier from request header
|
|
2519
|
-
* @param {string} [languageCode]
|
|
2519
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2520
2520
|
* @param {boolean} [returnDefaultValue]
|
|
2521
2521
|
* @param {*} [options] Override http request option.
|
|
2522
2522
|
* @throws {RequiredError}
|
|
@@ -2542,7 +2542,7 @@ export interface HospitalsApiApiV2HospitalsFeaturedHospitalIdGetRequest {
|
|
|
2542
2542
|
*/
|
|
2543
2543
|
readonly xCloudhospitalPlatform?: string;
|
|
2544
2544
|
/**
|
|
2545
|
-
*
|
|
2545
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2546
2546
|
* @type {string}
|
|
2547
2547
|
* @memberof HospitalsApiApiV2HospitalsFeaturedHospitalIdGet
|
|
2548
2548
|
*/
|
|
@@ -2811,7 +2811,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdArticlesSlugGetRequest {
|
|
|
2811
2811
|
*/
|
|
2812
2812
|
readonly slug: string;
|
|
2813
2813
|
/**
|
|
2814
|
-
*
|
|
2814
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2815
2815
|
* @type {string}
|
|
2816
2816
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdArticlesSlugGet
|
|
2817
2817
|
*/
|
|
@@ -3008,7 +3008,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdDealsSlugGetRequest {
|
|
|
3008
3008
|
*/
|
|
3009
3009
|
readonly slug: string;
|
|
3010
3010
|
/**
|
|
3011
|
-
*
|
|
3011
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3012
3012
|
* @type {string}
|
|
3013
3013
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdDealsSlugGet
|
|
3014
3014
|
*/
|
|
@@ -3045,7 +3045,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdDoctoraffiliationsSlugGetRe
|
|
|
3045
3045
|
*/
|
|
3046
3046
|
readonly slug: string;
|
|
3047
3047
|
/**
|
|
3048
|
-
*
|
|
3048
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3049
3049
|
* @type {string}
|
|
3050
3050
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdDoctoraffiliationsSlugGet
|
|
3051
3051
|
*/
|
|
@@ -3335,7 +3335,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdFooternavigationsLanguageCo
|
|
|
3335
3335
|
*/
|
|
3336
3336
|
readonly hospitalId: string;
|
|
3337
3337
|
/**
|
|
3338
|
-
*
|
|
3338
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3339
3339
|
* @type {string}
|
|
3340
3340
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdFooternavigationsLanguageCodeGet
|
|
3341
3341
|
*/
|
|
@@ -3433,7 +3433,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdGetRequest {
|
|
|
3433
3433
|
*/
|
|
3434
3434
|
readonly xCloudhospitalPlatform?: string;
|
|
3435
3435
|
/**
|
|
3436
|
-
*
|
|
3436
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3437
3437
|
* @type {string}
|
|
3438
3438
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdGet
|
|
3439
3439
|
*/
|
|
@@ -3538,7 +3538,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdHeadernavigationsLanguageCo
|
|
|
3538
3538
|
*/
|
|
3539
3539
|
readonly hospitalId: string;
|
|
3540
3540
|
/**
|
|
3541
|
-
*
|
|
3541
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3542
3542
|
* @type {string}
|
|
3543
3543
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdHeadernavigationsLanguageCodeGet
|
|
3544
3544
|
*/
|
|
@@ -3618,7 +3618,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGetRequest
|
|
|
3618
3618
|
*/
|
|
3619
3619
|
readonly landingId: string;
|
|
3620
3620
|
/**
|
|
3621
|
-
*
|
|
3621
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3622
3622
|
* @type {string}
|
|
3623
3623
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsLandingIdGet
|
|
3624
3624
|
*/
|
|
@@ -3643,7 +3643,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGetRequest {
|
|
|
3643
3643
|
*/
|
|
3644
3644
|
readonly slug: string;
|
|
3645
3645
|
/**
|
|
3646
|
-
*
|
|
3646
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3647
3647
|
* @type {string}
|
|
3648
3648
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdLandingsSlugGet
|
|
3649
3649
|
*/
|
|
@@ -3816,7 +3816,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdPagesPageItemIdGetRequest {
|
|
|
3816
3816
|
*/
|
|
3817
3817
|
readonly pageItemId: string;
|
|
3818
3818
|
/**
|
|
3819
|
-
*
|
|
3819
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3820
3820
|
* @type {string}
|
|
3821
3821
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdPagesPageItemIdGet
|
|
3822
3822
|
*/
|
|
@@ -3841,7 +3841,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdPagesSlugGetRequest {
|
|
|
3841
3841
|
*/
|
|
3842
3842
|
readonly slug: string;
|
|
3843
3843
|
/**
|
|
3844
|
-
*
|
|
3844
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3845
3845
|
* @type {string}
|
|
3846
3846
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdPagesSlugGet
|
|
3847
3847
|
*/
|
|
@@ -3964,7 +3964,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdPoliciesPolicyIdGetRequest
|
|
|
3964
3964
|
*/
|
|
3965
3965
|
readonly policyId: string;
|
|
3966
3966
|
/**
|
|
3967
|
-
*
|
|
3967
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3968
3968
|
* @type {string}
|
|
3969
3969
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdPoliciesPolicyIdGet
|
|
3970
3970
|
*/
|
|
@@ -3989,7 +3989,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdPoliciesSlugGetRequest {
|
|
|
3989
3989
|
*/
|
|
3990
3990
|
readonly slug: string;
|
|
3991
3991
|
/**
|
|
3992
|
-
*
|
|
3992
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3993
3993
|
* @type {string}
|
|
3994
3994
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdPoliciesSlugGet
|
|
3995
3995
|
*/
|
|
@@ -4423,7 +4423,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGetRequest {
|
|
|
4423
4423
|
*/
|
|
4424
4424
|
readonly slug: string;
|
|
4425
4425
|
/**
|
|
4426
|
-
*
|
|
4426
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4427
4427
|
* @type {string}
|
|
4428
4428
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSlugGet
|
|
4429
4429
|
*/
|
|
@@ -4454,7 +4454,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGetRe
|
|
|
4454
4454
|
*/
|
|
4455
4455
|
readonly specialtyId: string;
|
|
4456
4456
|
/**
|
|
4457
|
-
*
|
|
4457
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4458
4458
|
* @type {string}
|
|
4459
4459
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdGet
|
|
4460
4460
|
*/
|
|
@@ -4661,7 +4661,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServi
|
|
|
4661
4661
|
*/
|
|
4662
4662
|
readonly xCloudhospitalPlatform?: string;
|
|
4663
4663
|
/**
|
|
4664
|
-
*
|
|
4664
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4665
4665
|
* @type {string}
|
|
4666
4666
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGet
|
|
4667
4667
|
*/
|
|
@@ -4778,7 +4778,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdSummaryGetRequest {
|
|
|
4778
4778
|
*/
|
|
4779
4779
|
readonly xCloudhospitalPlatform?: string;
|
|
4780
4780
|
/**
|
|
4781
|
-
*
|
|
4781
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4782
4782
|
* @type {string}
|
|
4783
4783
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdSummaryGet
|
|
4784
4784
|
*/
|
|
@@ -4809,7 +4809,7 @@ export interface HospitalsApiApiV2HospitalsHospitalIdSurveyformsSurveyFormIdGetR
|
|
|
4809
4809
|
*/
|
|
4810
4810
|
readonly surveyFormId: string;
|
|
4811
4811
|
/**
|
|
4812
|
-
*
|
|
4812
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4813
4813
|
* @type {string}
|
|
4814
4814
|
* @memberof HospitalsApiApiV2HospitalsHospitalIdSurveyformsSurveyFormIdGet
|
|
4815
4815
|
*/
|
|
@@ -4989,7 +4989,7 @@ export interface HospitalsApiApiV2HospitalsHospitalSlugWebappMetadataGetRequest
|
|
|
4989
4989
|
*/
|
|
4990
4990
|
readonly hospitalSlug: string;
|
|
4991
4991
|
/**
|
|
4992
|
-
*
|
|
4992
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4993
4993
|
* @type {string}
|
|
4994
4994
|
* @memberof HospitalsApiApiV2HospitalsHospitalSlugWebappMetadataGet
|
|
4995
4995
|
*/
|
|
@@ -5135,7 +5135,7 @@ export interface HospitalsApiApiV2HospitalsSlugGetRequest {
|
|
|
5135
5135
|
*/
|
|
5136
5136
|
readonly xCloudhospitalPlatform?: string;
|
|
5137
5137
|
/**
|
|
5138
|
-
*
|
|
5138
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5139
5139
|
* @type {string}
|
|
5140
5140
|
* @memberof HospitalsApiApiV2HospitalsSlugGet
|
|
5141
5141
|
*/
|
|
@@ -5178,7 +5178,7 @@ export interface HospitalsApiApiV2HospitalsSlugSummaryGetRequest {
|
|
|
5178
5178
|
*/
|
|
5179
5179
|
readonly xCloudhospitalPlatform?: string;
|
|
5180
5180
|
/**
|
|
5181
|
-
*
|
|
5181
|
+
* Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5182
5182
|
* @type {string}
|
|
5183
5183
|
* @memberof HospitalsApiApiV2HospitalsSlugSummaryGet
|
|
5184
5184
|
*/
|