ch-admin-api-client-typescript 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 +12 -12
- package/lib/api/appointments-api.js +9 -9
- 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 +16 -16
- package/lib/api/articles-api.js +12 -12
- package/lib/api/badges-api.d.ts +4 -4
- package/lib/api/badges-api.js +3 -3
- package/lib/api/benefits-api.d.ts +4 -4
- package/lib/api/benefits-api.js +3 -3
- package/lib/api/call-histories-api.d.ts +4 -4
- package/lib/api/call-histories-api.js +3 -3
- package/lib/api/contributors-api.d.ts +8 -8
- package/lib/api/contributors-api.js +6 -6
- package/lib/api/countries-api.d.ts +24 -24
- package/lib/api/countries-api.js +18 -18
- package/lib/api/curation-categories-api.d.ts +12 -12
- package/lib/api/curation-categories-api.js +9 -9
- package/lib/api/curations-api.d.ts +12 -12
- package/lib/api/curations-api.js +9 -9
- package/lib/api/deal-global-settings-api.d.ts +4 -4
- package/lib/api/deal-global-settings-api.js +3 -3
- 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 +4 -4
- package/lib/api/doctor-affiliations-api.js +3 -3
- 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 +8 -8
- package/lib/api/form-results-api.js +6 -6
- package/lib/api/form-templates-api.d.ts +8 -8
- package/lib/api/form-templates-api.js +6 -6
- package/lib/api/frequently-asked-questions-api.d.ts +4 -4
- package/lib/api/frequently-asked-questions-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/hospital-branches-api.d.ts +4 -4
- package/lib/api/hospital-branches-api.js +3 -3
- package/lib/api/hospital-groups-api.d.ts +4 -4
- package/lib/api/hospital-groups-api.js +3 -3
- package/lib/api/hospitals-api.d.ts +136 -136
- package/lib/api/hospitals-api.js +104 -104
- package/lib/api/languages-api.d.ts +36 -36
- package/lib/api/languages-api.js +27 -27
- package/lib/api/patient-affiliations-api.d.ts +4 -4
- package/lib/api/patient-affiliations-api.js +3 -3
- package/lib/api/patients-api.d.ts +4 -4
- package/lib/api/patients-api.js +3 -3
- package/lib/api/platform-interpretation-languages-api.d.ts +16 -16
- package/lib/api/platform-interpretation-languages-api.js +12 -12
- package/lib/api/prescriptions-api.d.ts +8 -8
- package/lib/api/prescriptions-api.js +6 -6
- package/lib/api/promotions-api.d.ts +4 -4
- package/lib/api/promotions-api.js +3 -3
- package/lib/api/service-reviews-api.d.ts +8 -8
- package/lib/api/service-reviews-api.js +6 -6
- 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 +8 -8
- package/lib/api/survey-forms-api.js +6 -6
- package/lib/api/survey-results-api.d.ts +4 -4
- package/lib/api/survey-results-api.js +3 -3
- package/lib/api/users-api.d.ts +4 -4
- package/lib/api/users-api.js +3 -3
- package/lib/api/web-apps-api.d.ts +139 -12
- package/lib/api/web-apps-api.d.ts.map +1 -1
- package/lib/api/web-apps-api.js +275 -11
- 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-language-model.d.ts +12 -0
- package/lib/models/country-language-model.d.ts.map +1 -1
- package/lib/models/deploy-web-apps-command.d.ts +31 -0
- package/lib/models/deploy-web-apps-command.d.ts.map +1 -0
- package/lib/models/deploy-web-apps-command.js +15 -0
- package/lib/models/index.d.ts +2 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +2 -0
- package/lib/models/save-country-language-command.d.ts +6 -0
- package/lib/models/save-country-language-command.d.ts.map +1 -1
- package/lib/models/suspend-web-apps-command.d.ts +31 -0
- package/lib/models/suspend-web-apps-command.d.ts.map +1 -0
- package/lib/models/suspend-web-apps-command.js +15 -0
- package/package.json +1 -1
package/lib/api/hospitals-api.js
CHANGED
|
@@ -2402,7 +2402,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2402
2402
|
*
|
|
2403
2403
|
* @summary Get footerNavigationItems (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2404
2404
|
* @param {string} hospitalId
|
|
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 {*} [options] Override http request option.
|
|
2407
2407
|
* @throws {RequiredError}
|
|
2408
2408
|
*/
|
|
@@ -2453,7 +2453,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2453
2453
|
*
|
|
2454
2454
|
* @summary Delete footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2455
2455
|
* @param {string} hospitalId
|
|
2456
|
-
* @param {string} languageCode
|
|
2456
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2457
2457
|
* @param {string} id Id of level 1 item in the json data
|
|
2458
2458
|
* @param {*} [options] Override http request option.
|
|
2459
2459
|
* @throws {RequiredError}
|
|
@@ -2508,7 +2508,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2508
2508
|
*
|
|
2509
2509
|
* @summary Get footerNavigationItem by Id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2510
2510
|
* @param {string} hospitalId
|
|
2511
|
-
* @param {string} languageCode
|
|
2511
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2512
2512
|
* @param {string} id
|
|
2513
2513
|
* @param {*} [options] Override http request option.
|
|
2514
2514
|
* @throws {RequiredError}
|
|
@@ -2563,7 +2563,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2563
2563
|
*
|
|
2564
2564
|
* @summary Get footerNavigationItems by ParentId (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2565
2565
|
* @param {string} hospitalId
|
|
2566
|
-
* @param {string} languageCode
|
|
2566
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2567
2567
|
* @param {string} parentId
|
|
2568
2568
|
* @param {*} [options] Override http request option.
|
|
2569
2569
|
* @throws {RequiredError}
|
|
@@ -2618,7 +2618,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2618
2618
|
*
|
|
2619
2619
|
* @summary Save footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2620
2620
|
* @param {string} hospitalId
|
|
2621
|
-
* @param {string} languageCode
|
|
2621
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2622
2622
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
2623
2623
|
* @param {*} [options] Override http request option.
|
|
2624
2624
|
* @throws {RequiredError}
|
|
@@ -2672,7 +2672,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2672
2672
|
*
|
|
2673
2673
|
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
2674
2674
|
* @param {string} hospitalId
|
|
2675
|
-
* @param {string} languageCode
|
|
2675
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2676
2676
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
2677
2677
|
* @param {*} [options] Override http request option.
|
|
2678
2678
|
* @throws {RequiredError}
|
|
@@ -2726,7 +2726,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
2726
2726
|
*
|
|
2727
2727
|
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
2728
2728
|
* @param {string} hospitalId
|
|
2729
|
-
* @param {string} [languageCode]
|
|
2729
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
2730
2730
|
* @param {boolean} [returnDefaultValue]
|
|
2731
2731
|
* @param {*} [options] Override http request option.
|
|
2732
2732
|
* @throws {RequiredError}
|
|
@@ -3060,7 +3060,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3060
3060
|
*
|
|
3061
3061
|
* @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3062
3062
|
* @param {string} hospitalId
|
|
3063
|
-
* @param {string} languageCode
|
|
3063
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3064
3064
|
* @param {*} [options] Override http request option.
|
|
3065
3065
|
* @throws {RequiredError}
|
|
3066
3066
|
*/
|
|
@@ -3111,7 +3111,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3111
3111
|
*
|
|
3112
3112
|
* @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3113
3113
|
* @param {string} hospitalId
|
|
3114
|
-
* @param {string} languageCode
|
|
3114
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3115
3115
|
* @param {string} id
|
|
3116
3116
|
* @param {*} [options] Override http request option.
|
|
3117
3117
|
* @throws {RequiredError}
|
|
@@ -3166,7 +3166,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3166
3166
|
*
|
|
3167
3167
|
* @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3168
3168
|
* @param {string} hospitalId
|
|
3169
|
-
* @param {string} languageCode
|
|
3169
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3170
3170
|
* @param {string} id
|
|
3171
3171
|
* @param {*} [options] Override http request option.
|
|
3172
3172
|
* @throws {RequiredError}
|
|
@@ -3221,7 +3221,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3221
3221
|
*
|
|
3222
3222
|
* @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3223
3223
|
* @param {string} hospitalId
|
|
3224
|
-
* @param {string} languageCode
|
|
3224
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3225
3225
|
* @param {string} parentId
|
|
3226
3226
|
* @param {*} [options] Override http request option.
|
|
3227
3227
|
* @throws {RequiredError}
|
|
@@ -3276,7 +3276,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3276
3276
|
*
|
|
3277
3277
|
* @summary Save HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3278
3278
|
* @param {string} hospitalId
|
|
3279
|
-
* @param {string} languageCode
|
|
3279
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3280
3280
|
* @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
|
|
3281
3281
|
* @param {*} [options] Override http request option.
|
|
3282
3282
|
* @throws {RequiredError}
|
|
@@ -3463,7 +3463,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3463
3463
|
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
3464
3464
|
* @param {string} hospitalId
|
|
3465
3465
|
* @param {string} landingId
|
|
3466
|
-
* @param {string} [languageCode]
|
|
3466
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3467
3467
|
* @param {*} [options] Override http request option.
|
|
3468
3468
|
* @throws {RequiredError}
|
|
3469
3469
|
*/
|
|
@@ -3732,7 +3732,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3732
3732
|
* @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
3733
3733
|
* @param {string} hospitalId
|
|
3734
3734
|
* @param {string} landingId
|
|
3735
|
-
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
3735
|
+
* @param {TranslateLandingCommand} [translateLandingCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3736
3736
|
* @param {*} [options] Override http request option.
|
|
3737
3737
|
* @throws {RequiredError}
|
|
3738
3738
|
*/
|
|
@@ -3904,7 +3904,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3904
3904
|
*
|
|
3905
3905
|
* @summary Delete GetAllLanguage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
3906
3906
|
* @param {string} hospitalId
|
|
3907
|
-
* @param {string} languageCode
|
|
3907
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
3908
3908
|
* @param {*} [options] Override http request option.
|
|
3909
3909
|
* @throws {RequiredError}
|
|
3910
3910
|
*/
|
|
@@ -3955,7 +3955,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3955
3955
|
*
|
|
3956
3956
|
* @summary Update HospitalLanguage (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
3957
3957
|
* @param {string} hospitalId
|
|
3958
|
-
* @param {string} languageCode
|
|
3958
|
+
* @param {string} languageCode Language code. Only locale format (`en-US`) is accepted.
|
|
3959
3959
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
3960
3960
|
* @param {*} [options] Override http request option.
|
|
3961
3961
|
* @throws {RequiredError}
|
|
@@ -4719,7 +4719,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4719
4719
|
* @summary Delete notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4720
4720
|
* @param {string} hospitalId
|
|
4721
4721
|
* @param {string} noticeId
|
|
4722
|
-
* @param {string} [languageCode]
|
|
4722
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4723
4723
|
* @param {boolean} [isPermanent]
|
|
4724
4724
|
* @param {*} [options] Override http request option.
|
|
4725
4725
|
* @throws {RequiredError}
|
|
@@ -4778,7 +4778,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4778
4778
|
* @summary Get notice by id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4779
4779
|
* @param {string} hospitalId
|
|
4780
4780
|
* @param {string} noticeId
|
|
4781
|
-
* @param {string} [languageCode]
|
|
4781
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
4782
4782
|
* @param {*} [options] Override http request option.
|
|
4783
4783
|
* @throws {RequiredError}
|
|
4784
4784
|
*/
|
|
@@ -5120,7 +5120,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5120
5120
|
* @param {string} hospitalId
|
|
5121
5121
|
* @param {string} pageItemId
|
|
5122
5122
|
* @param {boolean} [isPermanent]
|
|
5123
|
-
* @param {string} [languageCode]
|
|
5123
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5124
5124
|
* @param {*} [options] Override http request option.
|
|
5125
5125
|
* @throws {RequiredError}
|
|
5126
5126
|
*/
|
|
@@ -5178,7 +5178,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5178
5178
|
* @summary Get hospital page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5179
5179
|
* @param {string} hospitalId
|
|
5180
5180
|
* @param {string} pageItemId
|
|
5181
|
-
* @param {string} [languageCode]
|
|
5181
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5182
5182
|
* @param {*} [options] Override http request option.
|
|
5183
5183
|
* @throws {RequiredError}
|
|
5184
5184
|
*/
|
|
@@ -5339,7 +5339,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5339
5339
|
* @param {string} hospitalId
|
|
5340
5340
|
* @param {string} pageItemId
|
|
5341
5341
|
* @param {string} pageSectionId
|
|
5342
|
-
* @param {TranslatePageSectionCommand} [translatePageSectionCommand]
|
|
5342
|
+
* @param {TranslatePageSectionCommand} [translatePageSectionCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5343
5343
|
* @param {*} [options] Override http request option.
|
|
5344
5344
|
* @throws {RequiredError}
|
|
5345
5345
|
*/
|
|
@@ -5396,7 +5396,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5396
5396
|
* @summary Translate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5397
5397
|
* @param {string} hospitalId
|
|
5398
5398
|
* @param {string} pageItemId
|
|
5399
|
-
* @param {TranslatePageCommand} [translatePageCommand]
|
|
5399
|
+
* @param {TranslatePageCommand} [translatePageCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5400
5400
|
* @param {*} [options] Override http request option.
|
|
5401
5401
|
* @throws {RequiredError}
|
|
5402
5402
|
*/
|
|
@@ -5957,7 +5957,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5957
5957
|
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
5958
5958
|
* @param {string} hospitalId
|
|
5959
5959
|
* @param {string} policyId
|
|
5960
|
-
* @param {string} [languageCode]
|
|
5960
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
5961
5961
|
* @param {*} [options] Override http request option.
|
|
5962
5962
|
* @throws {RequiredError}
|
|
5963
5963
|
*/
|
|
@@ -6863,7 +6863,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6863
6863
|
* @summary Get secure container (Auth policies: RequireLocalManagerRole)
|
|
6864
6864
|
* @param {string} hospitalId
|
|
6865
6865
|
* @param {string} containerId
|
|
6866
|
-
* @param {string} [languageCode]
|
|
6866
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
6867
6867
|
* @param {*} [options] Override http request option.
|
|
6868
6868
|
* @throws {RequiredError}
|
|
6869
6869
|
*/
|
|
@@ -7317,7 +7317,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7317
7317
|
*
|
|
7318
7318
|
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
7319
7319
|
* @param {string} hospitalId
|
|
7320
|
-
* @param {string} [languageCode]
|
|
7320
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
7321
7321
|
* @param {*} [options] Override http request option.
|
|
7322
7322
|
* @throws {RequiredError}
|
|
7323
7323
|
*/
|
|
@@ -7970,7 +7970,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7970
7970
|
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
7971
7971
|
* @param {string} hospitalId
|
|
7972
7972
|
* @param {string} hospitalSpecialtyId
|
|
7973
|
-
* @param {string} [languageCode]
|
|
7973
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
7974
7974
|
* @param {*} [options] Override http request option.
|
|
7975
7975
|
* @throws {RequiredError}
|
|
7976
7976
|
*/
|
|
@@ -8588,7 +8588,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8588
8588
|
* @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
8589
8589
|
* @param {string} hospitalId
|
|
8590
8590
|
* @param {string} hospitalSpecialtyId
|
|
8591
|
-
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
8591
|
+
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
8592
8592
|
* @param {*} [options] Override http request option.
|
|
8593
8593
|
* @throws {RequiredError}
|
|
8594
8594
|
*/
|
|
@@ -8793,7 +8793,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
8793
8793
|
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
8794
8794
|
* @param {string} hospitalId
|
|
8795
8795
|
* @param {string} slug
|
|
8796
|
-
* @param {string} [languageCode]
|
|
8796
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
8797
8797
|
* @param {boolean} [returnDefaultValue]
|
|
8798
8798
|
* @param {boolean} [includeServices]
|
|
8799
8799
|
* @param {*} [options] Override http request option.
|
|
@@ -9488,11 +9488,11 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
9488
9488
|
},
|
|
9489
9489
|
/**
|
|
9490
9490
|
*
|
|
9491
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
9491
|
+
* @summary Get HospitalService. (Auth policies: RequireDefaultAdminAppRole)
|
|
9492
9492
|
* @param {string} hospitalId
|
|
9493
9493
|
* @param {string} specialtyId
|
|
9494
9494
|
* @param {string} serviceId
|
|
9495
|
-
* @param {string} [languageCode]
|
|
9495
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
9496
9496
|
* @param {boolean} [returnDefaultValue]
|
|
9497
9497
|
* @param {*} [options] Override http request option.
|
|
9498
9498
|
* @throws {RequiredError}
|
|
@@ -10100,7 +10100,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10100
10100
|
* @param {string} hospitalId
|
|
10101
10101
|
* @param {string} specialtyId
|
|
10102
10102
|
* @param {string} serviceId
|
|
10103
|
-
* @param {TranslateHospitalServiceCommand} [translateHospitalServiceCommand]
|
|
10103
|
+
* @param {TranslateHospitalServiceCommand} [translateHospitalServiceCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
10104
10104
|
* @param {*} [options] Override http request option.
|
|
10105
10105
|
* @throws {RequiredError}
|
|
10106
10106
|
*/
|
|
@@ -10373,7 +10373,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
10373
10373
|
*
|
|
10374
10374
|
* @summary Translate hospital at once (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
10375
10375
|
* @param {string} hospitalId
|
|
10376
|
-
* @param {TranslateHospitalCommand} [translateHospitalCommand]
|
|
10376
|
+
* @param {TranslateHospitalCommand} [translateHospitalCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
10377
10377
|
* @param {*} [options] Override http request option.
|
|
10378
10378
|
* @throws {RequiredError}
|
|
10379
10379
|
*/
|
|
@@ -11024,9 +11024,9 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
11024
11024
|
},
|
|
11025
11025
|
/**
|
|
11026
11026
|
*
|
|
11027
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
11027
|
+
* @summary Get Hospital by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
11028
11028
|
* @param {string} slug
|
|
11029
|
-
* @param {string} [languageCode]
|
|
11029
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
11030
11030
|
* @param {boolean} [returnDefaultValue]
|
|
11031
11031
|
* @param {*} [options] Override http request option.
|
|
11032
11032
|
* @throws {RequiredError}
|
|
@@ -11984,7 +11984,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11984
11984
|
*
|
|
11985
11985
|
* @summary Get footerNavigationItems (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
11986
11986
|
* @param {string} hospitalId
|
|
11987
|
-
* @param {string} languageCode
|
|
11987
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
11988
11988
|
* @param {*} [options] Override http request option.
|
|
11989
11989
|
* @throws {RequiredError}
|
|
11990
11990
|
*/
|
|
@@ -12005,7 +12005,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12005
12005
|
*
|
|
12006
12006
|
* @summary Delete footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12007
12007
|
* @param {string} hospitalId
|
|
12008
|
-
* @param {string} languageCode
|
|
12008
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12009
12009
|
* @param {string} id Id of level 1 item in the json data
|
|
12010
12010
|
* @param {*} [options] Override http request option.
|
|
12011
12011
|
* @throws {RequiredError}
|
|
@@ -12027,7 +12027,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12027
12027
|
*
|
|
12028
12028
|
* @summary Get footerNavigationItem by Id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12029
12029
|
* @param {string} hospitalId
|
|
12030
|
-
* @param {string} languageCode
|
|
12030
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12031
12031
|
* @param {string} id
|
|
12032
12032
|
* @param {*} [options] Override http request option.
|
|
12033
12033
|
* @throws {RequiredError}
|
|
@@ -12049,7 +12049,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12049
12049
|
*
|
|
12050
12050
|
* @summary Get footerNavigationItems by ParentId (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12051
12051
|
* @param {string} hospitalId
|
|
12052
|
-
* @param {string} languageCode
|
|
12052
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12053
12053
|
* @param {string} parentId
|
|
12054
12054
|
* @param {*} [options] Override http request option.
|
|
12055
12055
|
* @throws {RequiredError}
|
|
@@ -12071,7 +12071,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12071
12071
|
*
|
|
12072
12072
|
* @summary Save footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12073
12073
|
* @param {string} hospitalId
|
|
12074
|
-
* @param {string} languageCode
|
|
12074
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12075
12075
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
12076
12076
|
* @param {*} [options] Override http request option.
|
|
12077
12077
|
* @throws {RequiredError}
|
|
@@ -12093,7 +12093,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12093
12093
|
*
|
|
12094
12094
|
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12095
12095
|
* @param {string} hospitalId
|
|
12096
|
-
* @param {string} languageCode
|
|
12096
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12097
12097
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
12098
12098
|
* @param {*} [options] Override http request option.
|
|
12099
12099
|
* @throws {RequiredError}
|
|
@@ -12115,7 +12115,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12115
12115
|
*
|
|
12116
12116
|
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
12117
12117
|
* @param {string} hospitalId
|
|
12118
|
-
* @param {string} [languageCode]
|
|
12118
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12119
12119
|
* @param {boolean} [returnDefaultValue]
|
|
12120
12120
|
* @param {*} [options] Override http request option.
|
|
12121
12121
|
* @throws {RequiredError}
|
|
@@ -12248,7 +12248,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12248
12248
|
*
|
|
12249
12249
|
* @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12250
12250
|
* @param {string} hospitalId
|
|
12251
|
-
* @param {string} languageCode
|
|
12251
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12252
12252
|
* @param {*} [options] Override http request option.
|
|
12253
12253
|
* @throws {RequiredError}
|
|
12254
12254
|
*/
|
|
@@ -12269,7 +12269,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12269
12269
|
*
|
|
12270
12270
|
* @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12271
12271
|
* @param {string} hospitalId
|
|
12272
|
-
* @param {string} languageCode
|
|
12272
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12273
12273
|
* @param {string} id
|
|
12274
12274
|
* @param {*} [options] Override http request option.
|
|
12275
12275
|
* @throws {RequiredError}
|
|
@@ -12291,7 +12291,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12291
12291
|
*
|
|
12292
12292
|
* @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12293
12293
|
* @param {string} hospitalId
|
|
12294
|
-
* @param {string} languageCode
|
|
12294
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12295
12295
|
* @param {string} id
|
|
12296
12296
|
* @param {*} [options] Override http request option.
|
|
12297
12297
|
* @throws {RequiredError}
|
|
@@ -12313,7 +12313,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12313
12313
|
*
|
|
12314
12314
|
* @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12315
12315
|
* @param {string} hospitalId
|
|
12316
|
-
* @param {string} languageCode
|
|
12316
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12317
12317
|
* @param {string} parentId
|
|
12318
12318
|
* @param {*} [options] Override http request option.
|
|
12319
12319
|
* @throws {RequiredError}
|
|
@@ -12335,7 +12335,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12335
12335
|
*
|
|
12336
12336
|
* @summary Save HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12337
12337
|
* @param {string} hospitalId
|
|
12338
|
-
* @param {string} languageCode
|
|
12338
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12339
12339
|
* @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
|
|
12340
12340
|
* @param {*} [options] Override http request option.
|
|
12341
12341
|
* @throws {RequiredError}
|
|
@@ -12407,7 +12407,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12407
12407
|
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
12408
12408
|
* @param {string} hospitalId
|
|
12409
12409
|
* @param {string} landingId
|
|
12410
|
-
* @param {string} [languageCode]
|
|
12410
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12411
12411
|
* @param {*} [options] Override http request option.
|
|
12412
12412
|
* @throws {RequiredError}
|
|
12413
12413
|
*/
|
|
@@ -12516,7 +12516,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12516
12516
|
* @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12517
12517
|
* @param {string} hospitalId
|
|
12518
12518
|
* @param {string} landingId
|
|
12519
|
-
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
12519
|
+
* @param {TranslateLandingCommand} [translateLandingCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12520
12520
|
* @param {*} [options] Override http request option.
|
|
12521
12521
|
* @throws {RequiredError}
|
|
12522
12522
|
*/
|
|
@@ -12583,7 +12583,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12583
12583
|
*
|
|
12584
12584
|
* @summary Delete GetAllLanguage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12585
12585
|
* @param {string} hospitalId
|
|
12586
|
-
* @param {string} languageCode
|
|
12586
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12587
12587
|
* @param {*} [options] Override http request option.
|
|
12588
12588
|
* @throws {RequiredError}
|
|
12589
12589
|
*/
|
|
@@ -12604,7 +12604,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12604
12604
|
*
|
|
12605
12605
|
* @summary Update HospitalLanguage (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12606
12606
|
* @param {string} hospitalId
|
|
12607
|
-
* @param {string} languageCode
|
|
12607
|
+
* @param {string} languageCode Language code. Only locale format (`en-US`) is accepted.
|
|
12608
12608
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
12609
12609
|
* @param {*} [options] Override http request option.
|
|
12610
12610
|
* @throws {RequiredError}
|
|
@@ -12902,7 +12902,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12902
12902
|
* @summary Delete notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12903
12903
|
* @param {string} hospitalId
|
|
12904
12904
|
* @param {string} noticeId
|
|
12905
|
-
* @param {string} [languageCode]
|
|
12905
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12906
12906
|
* @param {boolean} [isPermanent]
|
|
12907
12907
|
* @param {*} [options] Override http request option.
|
|
12908
12908
|
* @throws {RequiredError}
|
|
@@ -12925,7 +12925,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12925
12925
|
* @summary Get notice by id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12926
12926
|
* @param {string} hospitalId
|
|
12927
12927
|
* @param {string} noticeId
|
|
12928
|
-
* @param {string} [languageCode]
|
|
12928
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
12929
12929
|
* @param {*} [options] Override http request option.
|
|
12930
12930
|
* @throws {RequiredError}
|
|
12931
12931
|
*/
|
|
@@ -13061,7 +13061,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13061
13061
|
* @param {string} hospitalId
|
|
13062
13062
|
* @param {string} pageItemId
|
|
13063
13063
|
* @param {boolean} [isPermanent]
|
|
13064
|
-
* @param {string} [languageCode]
|
|
13064
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
13065
13065
|
* @param {*} [options] Override http request option.
|
|
13066
13066
|
* @throws {RequiredError}
|
|
13067
13067
|
*/
|
|
@@ -13083,7 +13083,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13083
13083
|
* @summary Get hospital page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
13084
13084
|
* @param {string} hospitalId
|
|
13085
13085
|
* @param {string} pageItemId
|
|
13086
|
-
* @param {string} [languageCode]
|
|
13086
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
13087
13087
|
* @param {*} [options] Override http request option.
|
|
13088
13088
|
* @throws {RequiredError}
|
|
13089
13089
|
*/
|
|
@@ -13149,7 +13149,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13149
13149
|
* @param {string} hospitalId
|
|
13150
13150
|
* @param {string} pageItemId
|
|
13151
13151
|
* @param {string} pageSectionId
|
|
13152
|
-
* @param {TranslatePageSectionCommand} [translatePageSectionCommand]
|
|
13152
|
+
* @param {TranslatePageSectionCommand} [translatePageSectionCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
13153
13153
|
* @param {*} [options] Override http request option.
|
|
13154
13154
|
* @throws {RequiredError}
|
|
13155
13155
|
*/
|
|
@@ -13171,7 +13171,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13171
13171
|
* @summary Translate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
13172
13172
|
* @param {string} hospitalId
|
|
13173
13173
|
* @param {string} pageItemId
|
|
13174
|
-
* @param {TranslatePageCommand} [translatePageCommand]
|
|
13174
|
+
* @param {TranslatePageCommand} [translatePageCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
13175
13175
|
* @param {*} [options] Override http request option.
|
|
13176
13176
|
* @throws {RequiredError}
|
|
13177
13177
|
*/
|
|
@@ -13394,7 +13394,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13394
13394
|
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
13395
13395
|
* @param {string} hospitalId
|
|
13396
13396
|
* @param {string} policyId
|
|
13397
|
-
* @param {string} [languageCode]
|
|
13397
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
13398
13398
|
* @param {*} [options] Override http request option.
|
|
13399
13399
|
* @throws {RequiredError}
|
|
13400
13400
|
*/
|
|
@@ -13762,7 +13762,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13762
13762
|
* @summary Get secure container (Auth policies: RequireLocalManagerRole)
|
|
13763
13763
|
* @param {string} hospitalId
|
|
13764
13764
|
* @param {string} containerId
|
|
13765
|
-
* @param {string} [languageCode]
|
|
13765
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
13766
13766
|
* @param {*} [options] Override http request option.
|
|
13767
13767
|
* @throws {RequiredError}
|
|
13768
13768
|
*/
|
|
@@ -13939,7 +13939,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13939
13939
|
*
|
|
13940
13940
|
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
13941
13941
|
* @param {string} hospitalId
|
|
13942
|
-
* @param {string} [languageCode]
|
|
13942
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
13943
13943
|
* @param {*} [options] Override http request option.
|
|
13944
13944
|
* @throws {RequiredError}
|
|
13945
13945
|
*/
|
|
@@ -14184,7 +14184,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14184
14184
|
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
14185
14185
|
* @param {string} hospitalId
|
|
14186
14186
|
* @param {string} hospitalSpecialtyId
|
|
14187
|
-
* @param {string} [languageCode]
|
|
14187
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
14188
14188
|
* @param {*} [options] Override http request option.
|
|
14189
14189
|
* @throws {RequiredError}
|
|
14190
14190
|
*/
|
|
@@ -14430,7 +14430,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14430
14430
|
* @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
14431
14431
|
* @param {string} hospitalId
|
|
14432
14432
|
* @param {string} hospitalSpecialtyId
|
|
14433
|
-
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
14433
|
+
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
14434
14434
|
* @param {*} [options] Override http request option.
|
|
14435
14435
|
* @throws {RequiredError}
|
|
14436
14436
|
*/
|
|
@@ -14506,7 +14506,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14506
14506
|
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
14507
14507
|
* @param {string} hospitalId
|
|
14508
14508
|
* @param {string} slug
|
|
14509
|
-
* @param {string} [languageCode]
|
|
14509
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
14510
14510
|
* @param {boolean} [returnDefaultValue]
|
|
14511
14511
|
* @param {boolean} [includeServices]
|
|
14512
14512
|
* @param {*} [options] Override http request option.
|
|
@@ -14758,11 +14758,11 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14758
14758
|
},
|
|
14759
14759
|
/**
|
|
14760
14760
|
*
|
|
14761
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
14761
|
+
* @summary Get HospitalService. (Auth policies: RequireDefaultAdminAppRole)
|
|
14762
14762
|
* @param {string} hospitalId
|
|
14763
14763
|
* @param {string} specialtyId
|
|
14764
14764
|
* @param {string} serviceId
|
|
14765
|
-
* @param {string} [languageCode]
|
|
14765
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
14766
14766
|
* @param {boolean} [returnDefaultValue]
|
|
14767
14767
|
* @param {*} [options] Override http request option.
|
|
14768
14768
|
* @throws {RequiredError}
|
|
@@ -14997,7 +14997,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
14997
14997
|
* @param {string} hospitalId
|
|
14998
14998
|
* @param {string} specialtyId
|
|
14999
14999
|
* @param {string} serviceId
|
|
15000
|
-
* @param {TranslateHospitalServiceCommand} [translateHospitalServiceCommand]
|
|
15000
|
+
* @param {TranslateHospitalServiceCommand} [translateHospitalServiceCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15001
15001
|
* @param {*} [options] Override http request option.
|
|
15002
15002
|
* @throws {RequiredError}
|
|
15003
15003
|
*/
|
|
@@ -15105,7 +15105,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
15105
15105
|
*
|
|
15106
15106
|
* @summary Translate hospital at once (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15107
15107
|
* @param {string} hospitalId
|
|
15108
|
-
* @param {TranslateHospitalCommand} [translateHospitalCommand]
|
|
15108
|
+
* @param {TranslateHospitalCommand} [translateHospitalCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15109
15109
|
* @param {*} [options] Override http request option.
|
|
15110
15110
|
* @throws {RequiredError}
|
|
15111
15111
|
*/
|
|
@@ -15356,9 +15356,9 @@ var HospitalsApiFp = function (configuration) {
|
|
|
15356
15356
|
},
|
|
15357
15357
|
/**
|
|
15358
15358
|
*
|
|
15359
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
15359
|
+
* @summary Get Hospital by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
15360
15360
|
* @param {string} slug
|
|
15361
|
-
* @param {string} [languageCode]
|
|
15361
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15362
15362
|
* @param {boolean} [returnDefaultValue]
|
|
15363
15363
|
* @param {*} [options] Override http request option.
|
|
15364
15364
|
* @throws {RequiredError}
|
|
@@ -15893,7 +15893,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15893
15893
|
*
|
|
15894
15894
|
* @summary Get footerNavigationItems (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15895
15895
|
* @param {string} hospitalId
|
|
15896
|
-
* @param {string} languageCode
|
|
15896
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15897
15897
|
* @param {*} [options] Override http request option.
|
|
15898
15898
|
* @throws {RequiredError}
|
|
15899
15899
|
*/
|
|
@@ -15904,7 +15904,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15904
15904
|
*
|
|
15905
15905
|
* @summary Delete footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15906
15906
|
* @param {string} hospitalId
|
|
15907
|
-
* @param {string} languageCode
|
|
15907
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15908
15908
|
* @param {string} id Id of level 1 item in the json data
|
|
15909
15909
|
* @param {*} [options] Override http request option.
|
|
15910
15910
|
* @throws {RequiredError}
|
|
@@ -15916,7 +15916,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15916
15916
|
*
|
|
15917
15917
|
* @summary Get footerNavigationItem by Id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15918
15918
|
* @param {string} hospitalId
|
|
15919
|
-
* @param {string} languageCode
|
|
15919
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15920
15920
|
* @param {string} id
|
|
15921
15921
|
* @param {*} [options] Override http request option.
|
|
15922
15922
|
* @throws {RequiredError}
|
|
@@ -15928,7 +15928,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15928
15928
|
*
|
|
15929
15929
|
* @summary Get footerNavigationItems by ParentId (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15930
15930
|
* @param {string} hospitalId
|
|
15931
|
-
* @param {string} languageCode
|
|
15931
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15932
15932
|
* @param {string} parentId
|
|
15933
15933
|
* @param {*} [options] Override http request option.
|
|
15934
15934
|
* @throws {RequiredError}
|
|
@@ -15940,7 +15940,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15940
15940
|
*
|
|
15941
15941
|
* @summary Save footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15942
15942
|
* @param {string} hospitalId
|
|
15943
|
-
* @param {string} languageCode
|
|
15943
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15944
15944
|
* @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
|
|
15945
15945
|
* @param {*} [options] Override http request option.
|
|
15946
15946
|
* @throws {RequiredError}
|
|
@@ -15952,7 +15952,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15952
15952
|
*
|
|
15953
15953
|
* @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15954
15954
|
* @param {string} hospitalId
|
|
15955
|
-
* @param {string} languageCode
|
|
15955
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15956
15956
|
* @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
|
|
15957
15957
|
* @param {*} [options] Override http request option.
|
|
15958
15958
|
* @throws {RequiredError}
|
|
@@ -15964,7 +15964,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15964
15964
|
*
|
|
15965
15965
|
* @summary Get Hospital. (Auth policies: RequireDefaultAdminAppRole)
|
|
15966
15966
|
* @param {string} hospitalId
|
|
15967
|
-
* @param {string} [languageCode]
|
|
15967
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
15968
15968
|
* @param {boolean} [returnDefaultValue]
|
|
15969
15969
|
* @param {*} [options] Override http request option.
|
|
15970
15970
|
* @throws {RequiredError}
|
|
@@ -16037,7 +16037,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16037
16037
|
*
|
|
16038
16038
|
* @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16039
16039
|
* @param {string} hospitalId
|
|
16040
|
-
* @param {string} languageCode
|
|
16040
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16041
16041
|
* @param {*} [options] Override http request option.
|
|
16042
16042
|
* @throws {RequiredError}
|
|
16043
16043
|
*/
|
|
@@ -16048,7 +16048,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16048
16048
|
*
|
|
16049
16049
|
* @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16050
16050
|
* @param {string} hospitalId
|
|
16051
|
-
* @param {string} languageCode
|
|
16051
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16052
16052
|
* @param {string} id
|
|
16053
16053
|
* @param {*} [options] Override http request option.
|
|
16054
16054
|
* @throws {RequiredError}
|
|
@@ -16060,7 +16060,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16060
16060
|
*
|
|
16061
16061
|
* @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16062
16062
|
* @param {string} hospitalId
|
|
16063
|
-
* @param {string} languageCode
|
|
16063
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16064
16064
|
* @param {string} id
|
|
16065
16065
|
* @param {*} [options] Override http request option.
|
|
16066
16066
|
* @throws {RequiredError}
|
|
@@ -16072,7 +16072,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16072
16072
|
*
|
|
16073
16073
|
* @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16074
16074
|
* @param {string} hospitalId
|
|
16075
|
-
* @param {string} languageCode
|
|
16075
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16076
16076
|
* @param {string} parentId
|
|
16077
16077
|
* @param {*} [options] Override http request option.
|
|
16078
16078
|
* @throws {RequiredError}
|
|
@@ -16084,7 +16084,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16084
16084
|
*
|
|
16085
16085
|
* @summary Save HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16086
16086
|
* @param {string} hospitalId
|
|
16087
|
-
* @param {string} languageCode
|
|
16087
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16088
16088
|
* @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
|
|
16089
16089
|
* @param {*} [options] Override http request option.
|
|
16090
16090
|
* @throws {RequiredError}
|
|
@@ -16126,7 +16126,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16126
16126
|
* @summary Get Landing (Auth policies: RequireDefaultAdminAppRole)
|
|
16127
16127
|
* @param {string} hospitalId
|
|
16128
16128
|
* @param {string} landingId
|
|
16129
|
-
* @param {string} [languageCode]
|
|
16129
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16130
16130
|
* @param {*} [options] Override http request option.
|
|
16131
16131
|
* @throws {RequiredError}
|
|
16132
16132
|
*/
|
|
@@ -16185,7 +16185,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16185
16185
|
* @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
16186
16186
|
* @param {string} hospitalId
|
|
16187
16187
|
* @param {string} landingId
|
|
16188
|
-
* @param {TranslateLandingCommand} [translateLandingCommand]
|
|
16188
|
+
* @param {TranslateLandingCommand} [translateLandingCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16189
16189
|
* @param {*} [options] Override http request option.
|
|
16190
16190
|
* @throws {RequiredError}
|
|
16191
16191
|
*/
|
|
@@ -16222,7 +16222,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16222
16222
|
*
|
|
16223
16223
|
* @summary Delete GetAllLanguage. (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
16224
16224
|
* @param {string} hospitalId
|
|
16225
|
-
* @param {string} languageCode
|
|
16225
|
+
* @param {string} languageCode Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16226
16226
|
* @param {*} [options] Override http request option.
|
|
16227
16227
|
* @throws {RequiredError}
|
|
16228
16228
|
*/
|
|
@@ -16233,7 +16233,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16233
16233
|
*
|
|
16234
16234
|
* @summary Update HospitalLanguage (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
16235
16235
|
* @param {string} hospitalId
|
|
16236
|
-
* @param {string} languageCode
|
|
16236
|
+
* @param {string} languageCode Language code. Only locale format (`en-US`) is accepted.
|
|
16237
16237
|
* @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
|
|
16238
16238
|
* @param {*} [options] Override http request option.
|
|
16239
16239
|
* @throws {RequiredError}
|
|
@@ -16401,7 +16401,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16401
16401
|
* @summary Delete notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
16402
16402
|
* @param {string} hospitalId
|
|
16403
16403
|
* @param {string} noticeId
|
|
16404
|
-
* @param {string} [languageCode]
|
|
16404
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16405
16405
|
* @param {boolean} [isPermanent]
|
|
16406
16406
|
* @param {*} [options] Override http request option.
|
|
16407
16407
|
* @throws {RequiredError}
|
|
@@ -16414,7 +16414,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16414
16414
|
* @summary Get notice by id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
16415
16415
|
* @param {string} hospitalId
|
|
16416
16416
|
* @param {string} noticeId
|
|
16417
|
-
* @param {string} [languageCode]
|
|
16417
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16418
16418
|
* @param {*} [options] Override http request option.
|
|
16419
16419
|
* @throws {RequiredError}
|
|
16420
16420
|
*/
|
|
@@ -16490,7 +16490,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16490
16490
|
* @param {string} hospitalId
|
|
16491
16491
|
* @param {string} pageItemId
|
|
16492
16492
|
* @param {boolean} [isPermanent]
|
|
16493
|
-
* @param {string} [languageCode]
|
|
16493
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16494
16494
|
* @param {*} [options] Override http request option.
|
|
16495
16495
|
* @throws {RequiredError}
|
|
16496
16496
|
*/
|
|
@@ -16502,7 +16502,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16502
16502
|
* @summary Get hospital page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16503
16503
|
* @param {string} hospitalId
|
|
16504
16504
|
* @param {string} pageItemId
|
|
16505
|
-
* @param {string} [languageCode]
|
|
16505
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16506
16506
|
* @param {*} [options] Override http request option.
|
|
16507
16507
|
* @throws {RequiredError}
|
|
16508
16508
|
*/
|
|
@@ -16538,7 +16538,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16538
16538
|
* @param {string} hospitalId
|
|
16539
16539
|
* @param {string} pageItemId
|
|
16540
16540
|
* @param {string} pageSectionId
|
|
16541
|
-
* @param {TranslatePageSectionCommand} [translatePageSectionCommand]
|
|
16541
|
+
* @param {TranslatePageSectionCommand} [translatePageSectionCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16542
16542
|
* @param {*} [options] Override http request option.
|
|
16543
16543
|
* @throws {RequiredError}
|
|
16544
16544
|
*/
|
|
@@ -16550,7 +16550,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16550
16550
|
* @summary Translate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16551
16551
|
* @param {string} hospitalId
|
|
16552
16552
|
* @param {string} pageItemId
|
|
16553
|
-
* @param {TranslatePageCommand} [translatePageCommand]
|
|
16553
|
+
* @param {TranslatePageCommand} [translatePageCommand] Translation settings. `BasisLanguageCode` accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16554
16554
|
* @param {*} [options] Override http request option.
|
|
16555
16555
|
* @throws {RequiredError}
|
|
16556
16556
|
*/
|
|
@@ -16673,7 +16673,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16673
16673
|
* @summary Get policy (Auth policies: RequireDefaultAdminAppRole)
|
|
16674
16674
|
* @param {string} hospitalId
|
|
16675
16675
|
* @param {string} policyId
|
|
16676
|
-
* @param {string} [languageCode]
|
|
16676
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16677
16677
|
* @param {*} [options] Override http request option.
|
|
16678
16678
|
* @throws {RequiredError}
|
|
16679
16679
|
*/
|
|
@@ -16871,7 +16871,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16871
16871
|
* @summary Get secure container (Auth policies: RequireLocalManagerRole)
|
|
16872
16872
|
* @param {string} hospitalId
|
|
16873
16873
|
* @param {string} containerId
|
|
16874
|
-
* @param {string} [languageCode]
|
|
16874
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16875
16875
|
* @param {*} [options] Override http request option.
|
|
16876
16876
|
* @throws {RequiredError}
|
|
16877
16877
|
*/
|
|
@@ -16968,7 +16968,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16968
16968
|
*
|
|
16969
16969
|
* @summary Get all Hospitals. (Auth policies: RequireDefaultAdminAppRole)
|
|
16970
16970
|
* @param {string} hospitalId
|
|
16971
|
-
* @param {string} [languageCode]
|
|
16971
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
16972
16972
|
* @param {*} [options] Override http request option.
|
|
16973
16973
|
* @throws {RequiredError}
|
|
16974
16974
|
*/
|
|
@@ -17113,7 +17113,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
17113
17113
|
* @summary Get HospitalSpecialty. (Auth policies: RequireDefaultAdminAppRole)
|
|
17114
17114
|
* @param {string} hospitalId
|
|
17115
17115
|
* @param {string} hospitalSpecialtyId
|
|
17116
|
-
* @param {string} [languageCode]
|
|
17116
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
17117
17117
|
* @param {*} [options] Override http request option.
|
|
17118
17118
|
* @throws {RequiredError}
|
|
17119
17119
|
*/
|
|
@@ -17249,7 +17249,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
17249
17249
|
* @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
17250
17250
|
* @param {string} hospitalId
|
|
17251
17251
|
* @param {string} hospitalSpecialtyId
|
|
17252
|
-
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
|
|
17252
|
+
* @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
17253
17253
|
* @param {*} [options] Override http request option.
|
|
17254
17254
|
* @throws {RequiredError}
|
|
17255
17255
|
*/
|
|
@@ -17295,7 +17295,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
17295
17295
|
* @summary Get HospitalSpecialty by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
17296
17296
|
* @param {string} hospitalId
|
|
17297
17297
|
* @param {string} slug
|
|
17298
|
-
* @param {string} [languageCode]
|
|
17298
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
17299
17299
|
* @param {boolean} [returnDefaultValue]
|
|
17300
17300
|
* @param {boolean} [includeServices]
|
|
17301
17301
|
* @param {*} [options] Override http request option.
|
|
@@ -17447,11 +17447,11 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
17447
17447
|
},
|
|
17448
17448
|
/**
|
|
17449
17449
|
*
|
|
17450
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
17450
|
+
* @summary Get HospitalService. (Auth policies: RequireDefaultAdminAppRole)
|
|
17451
17451
|
* @param {string} hospitalId
|
|
17452
17452
|
* @param {string} specialtyId
|
|
17453
17453
|
* @param {string} serviceId
|
|
17454
|
-
* @param {string} [languageCode]
|
|
17454
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
17455
17455
|
* @param {boolean} [returnDefaultValue]
|
|
17456
17456
|
* @param {*} [options] Override http request option.
|
|
17457
17457
|
* @throws {RequiredError}
|
|
@@ -17586,7 +17586,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
17586
17586
|
* @param {string} hospitalId
|
|
17587
17587
|
* @param {string} specialtyId
|
|
17588
17588
|
* @param {string} serviceId
|
|
17589
|
-
* @param {TranslateHospitalServiceCommand} [translateHospitalServiceCommand]
|
|
17589
|
+
* @param {TranslateHospitalServiceCommand} [translateHospitalServiceCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
17590
17590
|
* @param {*} [options] Override http request option.
|
|
17591
17591
|
* @throws {RequiredError}
|
|
17592
17592
|
*/
|
|
@@ -17644,7 +17644,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
17644
17644
|
*
|
|
17645
17645
|
* @summary Translate hospital at once (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
17646
17646
|
* @param {string} hospitalId
|
|
17647
|
-
* @param {TranslateHospitalCommand} [translateHospitalCommand]
|
|
17647
|
+
* @param {TranslateHospitalCommand} [translateHospitalCommand] Translation settings. `SourceLanguageCode` and `TargetLanguageCode` accept either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
17648
17648
|
* @param {*} [options] Override http request option.
|
|
17649
17649
|
* @throws {RequiredError}
|
|
17650
17650
|
*/
|
|
@@ -17785,9 +17785,9 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
17785
17785
|
},
|
|
17786
17786
|
/**
|
|
17787
17787
|
*
|
|
17788
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
17788
|
+
* @summary Get Hospital by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
17789
17789
|
* @param {string} slug
|
|
17790
|
-
* @param {string} [languageCode]
|
|
17790
|
+
* @param {string} [languageCode] Language code. Accepts either `en` (ISO 639-1 two-letter) or `en-US` (locale) format.
|
|
17791
17791
|
* @param {boolean} [returnDefaultValue]
|
|
17792
17792
|
* @param {*} [options] Override http request option.
|
|
17793
17793
|
* @throws {RequiredError}
|
|
@@ -19744,7 +19744,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
19744
19744
|
};
|
|
19745
19745
|
/**
|
|
19746
19746
|
*
|
|
19747
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
19747
|
+
* @summary Get HospitalService. (Auth policies: RequireDefaultAdminAppRole)
|
|
19748
19748
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdGetRequest} requestParameters Request parameters.
|
|
19749
19749
|
* @param {*} [options] Override http request option.
|
|
19750
19750
|
* @throws {RequiredError}
|
|
@@ -20058,7 +20058,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
20058
20058
|
};
|
|
20059
20059
|
/**
|
|
20060
20060
|
*
|
|
20061
|
-
* @summary (Auth policies: RequireDefaultAdminAppRole)
|
|
20061
|
+
* @summary Get Hospital by slug. (Auth policies: RequireDefaultAdminAppRole)
|
|
20062
20062
|
* @param {HospitalsApiApiV1HospitalsSlugGetRequest} requestParameters Request parameters.
|
|
20063
20063
|
* @param {*} [options] Override http request option.
|
|
20064
20064
|
* @throws {RequiredError}
|