ch-admin-api-client-typescript 5.72.0 → 5.72.9
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/form-results-api.d.ts +20 -20
- package/lib/api/form-results-api.js +20 -20
- package/lib/api/form-templates-api.d.ts +40 -40
- package/lib/api/form-templates-api.js +40 -40
- package/lib/api/hospitals-api.d.ts +104 -104
- package/lib/api/hospitals-api.js +104 -104
- package/lib/api/service-reviews-api.d.ts +16 -16
- package/lib/api/service-reviews-api.js +16 -16
- package/lib/api/survey-forms-api.d.ts +32 -32
- package/lib/api/survey-forms-api.js +32 -32
- package/lib/api/web-apps-api.d.ts +24 -24
- package/lib/api/web-apps-api.js +24 -24
- package/package.json +1 -1
package/lib/api/hospitals-api.js
CHANGED
|
@@ -3058,7 +3058,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3058
3058
|
},
|
|
3059
3059
|
/**
|
|
3060
3060
|
*
|
|
3061
|
-
* @summary Get all HeaderNavigationItems (Auth policies:
|
|
3061
|
+
* @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3062
3062
|
* @param {string} hospitalId
|
|
3063
3063
|
* @param {string} languageCode
|
|
3064
3064
|
* @param {*} [options] Override http request option.
|
|
@@ -3109,7 +3109,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3109
3109
|
},
|
|
3110
3110
|
/**
|
|
3111
3111
|
*
|
|
3112
|
-
* @summary Delete HeaderNavigationItem (Auth policies:
|
|
3112
|
+
* @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3113
3113
|
* @param {string} hospitalId
|
|
3114
3114
|
* @param {string} languageCode
|
|
3115
3115
|
* @param {string} id
|
|
@@ -3164,7 +3164,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3164
3164
|
},
|
|
3165
3165
|
/**
|
|
3166
3166
|
*
|
|
3167
|
-
* @summary Get HeaderNavigationItem by id (Auth policies:
|
|
3167
|
+
* @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3168
3168
|
* @param {string} hospitalId
|
|
3169
3169
|
* @param {string} languageCode
|
|
3170
3170
|
* @param {string} id
|
|
@@ -3219,7 +3219,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3219
3219
|
},
|
|
3220
3220
|
/**
|
|
3221
3221
|
*
|
|
3222
|
-
* @summary Get HeaderNavigationItems by parent id (Auth policies:
|
|
3222
|
+
* @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3223
3223
|
* @param {string} hospitalId
|
|
3224
3224
|
* @param {string} languageCode
|
|
3225
3225
|
* @param {string} parentId
|
|
@@ -3274,7 +3274,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
3274
3274
|
},
|
|
3275
3275
|
/**
|
|
3276
3276
|
*
|
|
3277
|
-
* @summary Save HeaderNavigationItem (Auth policies:
|
|
3277
|
+
* @summary Save HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
3278
3278
|
* @param {string} hospitalId
|
|
3279
3279
|
* @param {string} languageCode
|
|
3280
3280
|
* @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
|
|
@@ -4581,7 +4581,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4581
4581
|
},
|
|
4582
4582
|
/**
|
|
4583
4583
|
*
|
|
4584
|
-
* @summary Get notices (Auth policies:
|
|
4584
|
+
* @summary Get notices (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4585
4585
|
* @param {string} hospitalId
|
|
4586
4586
|
* @param {string} [id]
|
|
4587
4587
|
* @param {string} [languageCode]
|
|
@@ -4662,7 +4662,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4662
4662
|
},
|
|
4663
4663
|
/**
|
|
4664
4664
|
*
|
|
4665
|
-
* @summary Delete notice (Auth policies:
|
|
4665
|
+
* @summary Delete notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4666
4666
|
* @param {string} hospitalId
|
|
4667
4667
|
* @param {string} noticeId
|
|
4668
4668
|
* @param {string} [languageCode]
|
|
@@ -4721,7 +4721,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4721
4721
|
},
|
|
4722
4722
|
/**
|
|
4723
4723
|
*
|
|
4724
|
-
* @summary Get notice by id (Auth policies:
|
|
4724
|
+
* @summary Get notice by id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4725
4725
|
* @param {string} hospitalId
|
|
4726
4726
|
* @param {string} noticeId
|
|
4727
4727
|
* @param {string} [languageCode]
|
|
@@ -4776,7 +4776,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4776
4776
|
},
|
|
4777
4777
|
/**
|
|
4778
4778
|
*
|
|
4779
|
-
* @summary Update notice (Auth policies:
|
|
4779
|
+
* @summary Update notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4780
4780
|
* @param {string} hospitalId
|
|
4781
4781
|
* @param {string} noticeId
|
|
4782
4782
|
* @param {UpdateNoticeCommand} [updateNoticeCommand]
|
|
@@ -4830,7 +4830,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4830
4830
|
},
|
|
4831
4831
|
/**
|
|
4832
4832
|
*
|
|
4833
|
-
* @summary Reactivate notice (Auth policies:
|
|
4833
|
+
* @summary Reactivate notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4834
4834
|
* @param {string} hospitalId
|
|
4835
4835
|
* @param {string} noticeId
|
|
4836
4836
|
* @param {*} [options] Override http request option.
|
|
@@ -4881,7 +4881,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4881
4881
|
},
|
|
4882
4882
|
/**
|
|
4883
4883
|
*
|
|
4884
|
-
* @summary Create notice (Auth policies:
|
|
4884
|
+
* @summary Create notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4885
4885
|
* @param {string} hospitalId
|
|
4886
4886
|
* @param {CreateNoticeCommand} [createNoticeCommand]
|
|
4887
4887
|
* @param {*} [options] Override http request option.
|
|
@@ -4931,7 +4931,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4931
4931
|
},
|
|
4932
4932
|
/**
|
|
4933
4933
|
*
|
|
4934
|
-
* @summary Batch for notices sorting (Auth policies:
|
|
4934
|
+
* @summary Batch for notices sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
4935
4935
|
* @param {string} hospitalId
|
|
4936
4936
|
* @param {NoticeSortingCommand} [noticeSortingCommand]
|
|
4937
4937
|
* @param {*} [options] Override http request option.
|
|
@@ -4981,7 +4981,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
4981
4981
|
},
|
|
4982
4982
|
/**
|
|
4983
4983
|
*
|
|
4984
|
-
* @summary Get hospital pageItems (Auth policies:
|
|
4984
|
+
* @summary Get hospital pageItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
4985
4985
|
* @param {string} hospitalId
|
|
4986
4986
|
* @param {string} [id]
|
|
4987
4987
|
* @param {string} [languageCode]
|
|
@@ -5062,7 +5062,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5062
5062
|
},
|
|
5063
5063
|
/**
|
|
5064
5064
|
*
|
|
5065
|
-
* @summary Delete page (Auth policies:
|
|
5065
|
+
* @summary Delete page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5066
5066
|
* @param {string} hospitalId
|
|
5067
5067
|
* @param {string} pageItemId
|
|
5068
5068
|
* @param {boolean} [isPermanent]
|
|
@@ -5121,7 +5121,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5121
5121
|
},
|
|
5122
5122
|
/**
|
|
5123
5123
|
*
|
|
5124
|
-
* @summary Get hospital page (Auth policies:
|
|
5124
|
+
* @summary Get hospital page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5125
5125
|
* @param {string} hospitalId
|
|
5126
5126
|
* @param {string} pageItemId
|
|
5127
5127
|
* @param {string} [languageCode]
|
|
@@ -5176,7 +5176,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5176
5176
|
},
|
|
5177
5177
|
/**
|
|
5178
5178
|
*
|
|
5179
|
-
* @summary Update page (Auth policies:
|
|
5179
|
+
* @summary Update page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5180
5180
|
* @param {string} hospitalId
|
|
5181
5181
|
* @param {string} pageItemId
|
|
5182
5182
|
* @param {UpdatePageCommand} [updatePageCommand]
|
|
@@ -5230,7 +5230,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5230
5230
|
},
|
|
5231
5231
|
/**
|
|
5232
5232
|
*
|
|
5233
|
-
* @summary Reactivate page (Auth policies:
|
|
5233
|
+
* @summary Reactivate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5234
5234
|
* @param {string} hospitalId
|
|
5235
5235
|
* @param {string} pageItemId
|
|
5236
5236
|
* @param {*} [options] Override http request option.
|
|
@@ -5281,7 +5281,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5281
5281
|
},
|
|
5282
5282
|
/**
|
|
5283
5283
|
*
|
|
5284
|
-
* @summary Translate pageBlocks in section (Auth policies:
|
|
5284
|
+
* @summary Translate pageBlocks in section (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5285
5285
|
* @param {string} hospitalId
|
|
5286
5286
|
* @param {string} pageItemId
|
|
5287
5287
|
* @param {string} pageSectionId
|
|
@@ -5339,7 +5339,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5339
5339
|
},
|
|
5340
5340
|
/**
|
|
5341
5341
|
*
|
|
5342
|
-
* @summary Translate page (Auth policies:
|
|
5342
|
+
* @summary Translate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5343
5343
|
* @param {string} hospitalId
|
|
5344
5344
|
* @param {string} pageItemId
|
|
5345
5345
|
* @param {TranslatePageCommand} [translatePageCommand]
|
|
@@ -5393,7 +5393,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
5393
5393
|
},
|
|
5394
5394
|
/**
|
|
5395
5395
|
*
|
|
5396
|
-
* @summary Create page (Auth policies:
|
|
5396
|
+
* @summary Create page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
5397
5397
|
* @param {string} hospitalId
|
|
5398
5398
|
* @param {CreatePageCommand} [createPageCommand]
|
|
5399
5399
|
* @param {*} [options] Override http request option.
|
|
@@ -6110,7 +6110,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6110
6110
|
},
|
|
6111
6111
|
/**
|
|
6112
6112
|
*
|
|
6113
|
-
* @summary Get hospitalRatings (Auth policies:
|
|
6113
|
+
* @summary Get hospitalRatings (Auth policies: RequireDoctorOrContentManagerRole)
|
|
6114
6114
|
* @param {string} hospitalId
|
|
6115
6115
|
* @param {string} [id]
|
|
6116
6116
|
* @param {string} [vender]
|
|
@@ -6183,7 +6183,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6183
6183
|
},
|
|
6184
6184
|
/**
|
|
6185
6185
|
*
|
|
6186
|
-
* @summary Delete hospitalRating (Auth policies:
|
|
6186
|
+
* @summary Delete hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
6187
6187
|
* @param {string} hospitalId
|
|
6188
6188
|
* @param {string} id
|
|
6189
6189
|
* @param {*} [options] Override http request option.
|
|
@@ -6234,7 +6234,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6234
6234
|
},
|
|
6235
6235
|
/**
|
|
6236
6236
|
*
|
|
6237
|
-
* @summary Get hospitalRating (Auth policies:
|
|
6237
|
+
* @summary Get hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
6238
6238
|
* @param {string} hospitalId
|
|
6239
6239
|
* @param {string} id
|
|
6240
6240
|
* @param {*} [options] Override http request option.
|
|
@@ -6285,7 +6285,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6285
6285
|
},
|
|
6286
6286
|
/**
|
|
6287
6287
|
*
|
|
6288
|
-
* @summary Update hospitalRating (Auth policies:
|
|
6288
|
+
* @summary Update hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
6289
6289
|
* @param {string} hospitalId
|
|
6290
6290
|
* @param {string} id
|
|
6291
6291
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -6339,7 +6339,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6339
6339
|
},
|
|
6340
6340
|
/**
|
|
6341
6341
|
*
|
|
6342
|
-
* @summary Create hospitalRating (Auth policies:
|
|
6342
|
+
* @summary Create hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
6343
6343
|
* @param {string} hospitalId
|
|
6344
6344
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
6345
6345
|
* @param {*} [options] Override http request option.
|
|
@@ -6389,7 +6389,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6389
6389
|
},
|
|
6390
6390
|
/**
|
|
6391
6391
|
*
|
|
6392
|
-
* @summary Sort hospitalRating entities (Auth policies:
|
|
6392
|
+
* @summary Sort hospitalRating entities (Auth policies: RequireDoctorOrContentManagerRole)
|
|
6393
6393
|
* @param {string} hospitalId
|
|
6394
6394
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
6395
6395
|
* @param {*} [options] Override http request option.
|
|
@@ -11763,7 +11763,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11763
11763
|
},
|
|
11764
11764
|
/**
|
|
11765
11765
|
*
|
|
11766
|
-
* @summary Get all HeaderNavigationItems (Auth policies:
|
|
11766
|
+
* @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
11767
11767
|
* @param {string} hospitalId
|
|
11768
11768
|
* @param {string} languageCode
|
|
11769
11769
|
* @param {*} [options] Override http request option.
|
|
@@ -11784,7 +11784,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11784
11784
|
},
|
|
11785
11785
|
/**
|
|
11786
11786
|
*
|
|
11787
|
-
* @summary Delete HeaderNavigationItem (Auth policies:
|
|
11787
|
+
* @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
11788
11788
|
* @param {string} hospitalId
|
|
11789
11789
|
* @param {string} languageCode
|
|
11790
11790
|
* @param {string} id
|
|
@@ -11806,7 +11806,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11806
11806
|
},
|
|
11807
11807
|
/**
|
|
11808
11808
|
*
|
|
11809
|
-
* @summary Get HeaderNavigationItem by id (Auth policies:
|
|
11809
|
+
* @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
11810
11810
|
* @param {string} hospitalId
|
|
11811
11811
|
* @param {string} languageCode
|
|
11812
11812
|
* @param {string} id
|
|
@@ -11828,7 +11828,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11828
11828
|
},
|
|
11829
11829
|
/**
|
|
11830
11830
|
*
|
|
11831
|
-
* @summary Get HeaderNavigationItems by parent id (Auth policies:
|
|
11831
|
+
* @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
11832
11832
|
* @param {string} hospitalId
|
|
11833
11833
|
* @param {string} languageCode
|
|
11834
11834
|
* @param {string} parentId
|
|
@@ -11850,7 +11850,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
11850
11850
|
},
|
|
11851
11851
|
/**
|
|
11852
11852
|
*
|
|
11853
|
-
* @summary Save HeaderNavigationItem (Auth policies:
|
|
11853
|
+
* @summary Save HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
11854
11854
|
* @param {string} hospitalId
|
|
11855
11855
|
* @param {string} languageCode
|
|
11856
11856
|
* @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
|
|
@@ -12366,7 +12366,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12366
12366
|
},
|
|
12367
12367
|
/**
|
|
12368
12368
|
*
|
|
12369
|
-
* @summary Get notices (Auth policies:
|
|
12369
|
+
* @summary Get notices (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12370
12370
|
* @param {string} hospitalId
|
|
12371
12371
|
* @param {string} [id]
|
|
12372
12372
|
* @param {string} [languageCode]
|
|
@@ -12394,7 +12394,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12394
12394
|
},
|
|
12395
12395
|
/**
|
|
12396
12396
|
*
|
|
12397
|
-
* @summary Delete notice (Auth policies:
|
|
12397
|
+
* @summary Delete notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12398
12398
|
* @param {string} hospitalId
|
|
12399
12399
|
* @param {string} noticeId
|
|
12400
12400
|
* @param {string} [languageCode]
|
|
@@ -12417,7 +12417,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12417
12417
|
},
|
|
12418
12418
|
/**
|
|
12419
12419
|
*
|
|
12420
|
-
* @summary Get notice by id (Auth policies:
|
|
12420
|
+
* @summary Get notice by id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12421
12421
|
* @param {string} hospitalId
|
|
12422
12422
|
* @param {string} noticeId
|
|
12423
12423
|
* @param {string} [languageCode]
|
|
@@ -12439,7 +12439,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12439
12439
|
},
|
|
12440
12440
|
/**
|
|
12441
12441
|
*
|
|
12442
|
-
* @summary Update notice (Auth policies:
|
|
12442
|
+
* @summary Update notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12443
12443
|
* @param {string} hospitalId
|
|
12444
12444
|
* @param {string} noticeId
|
|
12445
12445
|
* @param {UpdateNoticeCommand} [updateNoticeCommand]
|
|
@@ -12461,7 +12461,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12461
12461
|
},
|
|
12462
12462
|
/**
|
|
12463
12463
|
*
|
|
12464
|
-
* @summary Reactivate notice (Auth policies:
|
|
12464
|
+
* @summary Reactivate notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12465
12465
|
* @param {string} hospitalId
|
|
12466
12466
|
* @param {string} noticeId
|
|
12467
12467
|
* @param {*} [options] Override http request option.
|
|
@@ -12482,7 +12482,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12482
12482
|
},
|
|
12483
12483
|
/**
|
|
12484
12484
|
*
|
|
12485
|
-
* @summary Create notice (Auth policies:
|
|
12485
|
+
* @summary Create notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12486
12486
|
* @param {string} hospitalId
|
|
12487
12487
|
* @param {CreateNoticeCommand} [createNoticeCommand]
|
|
12488
12488
|
* @param {*} [options] Override http request option.
|
|
@@ -12503,7 +12503,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12503
12503
|
},
|
|
12504
12504
|
/**
|
|
12505
12505
|
*
|
|
12506
|
-
* @summary Batch for notices sorting (Auth policies:
|
|
12506
|
+
* @summary Batch for notices sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
12507
12507
|
* @param {string} hospitalId
|
|
12508
12508
|
* @param {NoticeSortingCommand} [noticeSortingCommand]
|
|
12509
12509
|
* @param {*} [options] Override http request option.
|
|
@@ -12524,7 +12524,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12524
12524
|
},
|
|
12525
12525
|
/**
|
|
12526
12526
|
*
|
|
12527
|
-
* @summary Get hospital pageItems (Auth policies:
|
|
12527
|
+
* @summary Get hospital pageItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12528
12528
|
* @param {string} hospitalId
|
|
12529
12529
|
* @param {string} [id]
|
|
12530
12530
|
* @param {string} [languageCode]
|
|
@@ -12552,7 +12552,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12552
12552
|
},
|
|
12553
12553
|
/**
|
|
12554
12554
|
*
|
|
12555
|
-
* @summary Delete page (Auth policies:
|
|
12555
|
+
* @summary Delete page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12556
12556
|
* @param {string} hospitalId
|
|
12557
12557
|
* @param {string} pageItemId
|
|
12558
12558
|
* @param {boolean} [isPermanent]
|
|
@@ -12575,7 +12575,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12575
12575
|
},
|
|
12576
12576
|
/**
|
|
12577
12577
|
*
|
|
12578
|
-
* @summary Get hospital page (Auth policies:
|
|
12578
|
+
* @summary Get hospital page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12579
12579
|
* @param {string} hospitalId
|
|
12580
12580
|
* @param {string} pageItemId
|
|
12581
12581
|
* @param {string} [languageCode]
|
|
@@ -12597,7 +12597,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12597
12597
|
},
|
|
12598
12598
|
/**
|
|
12599
12599
|
*
|
|
12600
|
-
* @summary Update page (Auth policies:
|
|
12600
|
+
* @summary Update page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12601
12601
|
* @param {string} hospitalId
|
|
12602
12602
|
* @param {string} pageItemId
|
|
12603
12603
|
* @param {UpdatePageCommand} [updatePageCommand]
|
|
@@ -12619,7 +12619,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12619
12619
|
},
|
|
12620
12620
|
/**
|
|
12621
12621
|
*
|
|
12622
|
-
* @summary Reactivate page (Auth policies:
|
|
12622
|
+
* @summary Reactivate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12623
12623
|
* @param {string} hospitalId
|
|
12624
12624
|
* @param {string} pageItemId
|
|
12625
12625
|
* @param {*} [options] Override http request option.
|
|
@@ -12640,7 +12640,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12640
12640
|
},
|
|
12641
12641
|
/**
|
|
12642
12642
|
*
|
|
12643
|
-
* @summary Translate pageBlocks in section (Auth policies:
|
|
12643
|
+
* @summary Translate pageBlocks in section (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12644
12644
|
* @param {string} hospitalId
|
|
12645
12645
|
* @param {string} pageItemId
|
|
12646
12646
|
* @param {string} pageSectionId
|
|
@@ -12663,7 +12663,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12663
12663
|
},
|
|
12664
12664
|
/**
|
|
12665
12665
|
*
|
|
12666
|
-
* @summary Translate page (Auth policies:
|
|
12666
|
+
* @summary Translate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12667
12667
|
* @param {string} hospitalId
|
|
12668
12668
|
* @param {string} pageItemId
|
|
12669
12669
|
* @param {TranslatePageCommand} [translatePageCommand]
|
|
@@ -12685,7 +12685,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12685
12685
|
},
|
|
12686
12686
|
/**
|
|
12687
12687
|
*
|
|
12688
|
-
* @summary Create page (Auth policies:
|
|
12688
|
+
* @summary Create page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12689
12689
|
* @param {string} hospitalId
|
|
12690
12690
|
* @param {CreatePageCommand} [createPageCommand]
|
|
12691
12691
|
* @param {*} [options] Override http request option.
|
|
@@ -12972,7 +12972,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12972
12972
|
},
|
|
12973
12973
|
/**
|
|
12974
12974
|
*
|
|
12975
|
-
* @summary Get hospitalRatings (Auth policies:
|
|
12975
|
+
* @summary Get hospitalRatings (Auth policies: RequireDoctorOrContentManagerRole)
|
|
12976
12976
|
* @param {string} hospitalId
|
|
12977
12977
|
* @param {string} [id]
|
|
12978
12978
|
* @param {string} [vender]
|
|
@@ -12998,7 +12998,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
12998
12998
|
},
|
|
12999
12999
|
/**
|
|
13000
13000
|
*
|
|
13001
|
-
* @summary Delete hospitalRating (Auth policies:
|
|
13001
|
+
* @summary Delete hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
13002
13002
|
* @param {string} hospitalId
|
|
13003
13003
|
* @param {string} id
|
|
13004
13004
|
* @param {*} [options] Override http request option.
|
|
@@ -13019,7 +13019,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13019
13019
|
},
|
|
13020
13020
|
/**
|
|
13021
13021
|
*
|
|
13022
|
-
* @summary Get hospitalRating (Auth policies:
|
|
13022
|
+
* @summary Get hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
13023
13023
|
* @param {string} hospitalId
|
|
13024
13024
|
* @param {string} id
|
|
13025
13025
|
* @param {*} [options] Override http request option.
|
|
@@ -13040,7 +13040,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13040
13040
|
},
|
|
13041
13041
|
/**
|
|
13042
13042
|
*
|
|
13043
|
-
* @summary Update hospitalRating (Auth policies:
|
|
13043
|
+
* @summary Update hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
13044
13044
|
* @param {string} hospitalId
|
|
13045
13045
|
* @param {string} id
|
|
13046
13046
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -13062,7 +13062,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13062
13062
|
},
|
|
13063
13063
|
/**
|
|
13064
13064
|
*
|
|
13065
|
-
* @summary Create hospitalRating (Auth policies:
|
|
13065
|
+
* @summary Create hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
13066
13066
|
* @param {string} hospitalId
|
|
13067
13067
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
13068
13068
|
* @param {*} [options] Override http request option.
|
|
@@ -13083,7 +13083,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13083
13083
|
},
|
|
13084
13084
|
/**
|
|
13085
13085
|
*
|
|
13086
|
-
* @summary Sort hospitalRating entities (Auth policies:
|
|
13086
|
+
* @summary Sort hospitalRating entities (Auth policies: RequireDoctorOrContentManagerRole)
|
|
13087
13087
|
* @param {string} hospitalId
|
|
13088
13088
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
13089
13089
|
* @param {*} [options] Override http request option.
|
|
@@ -15355,7 +15355,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15355
15355
|
},
|
|
15356
15356
|
/**
|
|
15357
15357
|
*
|
|
15358
|
-
* @summary Get all HeaderNavigationItems (Auth policies:
|
|
15358
|
+
* @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15359
15359
|
* @param {string} hospitalId
|
|
15360
15360
|
* @param {string} languageCode
|
|
15361
15361
|
* @param {*} [options] Override http request option.
|
|
@@ -15366,7 +15366,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15366
15366
|
},
|
|
15367
15367
|
/**
|
|
15368
15368
|
*
|
|
15369
|
-
* @summary Delete HeaderNavigationItem (Auth policies:
|
|
15369
|
+
* @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15370
15370
|
* @param {string} hospitalId
|
|
15371
15371
|
* @param {string} languageCode
|
|
15372
15372
|
* @param {string} id
|
|
@@ -15378,7 +15378,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15378
15378
|
},
|
|
15379
15379
|
/**
|
|
15380
15380
|
*
|
|
15381
|
-
* @summary Get HeaderNavigationItem by id (Auth policies:
|
|
15381
|
+
* @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15382
15382
|
* @param {string} hospitalId
|
|
15383
15383
|
* @param {string} languageCode
|
|
15384
15384
|
* @param {string} id
|
|
@@ -15390,7 +15390,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15390
15390
|
},
|
|
15391
15391
|
/**
|
|
15392
15392
|
*
|
|
15393
|
-
* @summary Get HeaderNavigationItems by parent id (Auth policies:
|
|
15393
|
+
* @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15394
15394
|
* @param {string} hospitalId
|
|
15395
15395
|
* @param {string} languageCode
|
|
15396
15396
|
* @param {string} parentId
|
|
@@ -15402,7 +15402,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15402
15402
|
},
|
|
15403
15403
|
/**
|
|
15404
15404
|
*
|
|
15405
|
-
* @summary Save HeaderNavigationItem (Auth policies:
|
|
15405
|
+
* @summary Save HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15406
15406
|
* @param {string} hospitalId
|
|
15407
15407
|
* @param {string} languageCode
|
|
15408
15408
|
* @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
|
|
@@ -15688,7 +15688,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15688
15688
|
},
|
|
15689
15689
|
/**
|
|
15690
15690
|
*
|
|
15691
|
-
* @summary Get notices (Auth policies:
|
|
15691
|
+
* @summary Get notices (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15692
15692
|
* @param {string} hospitalId
|
|
15693
15693
|
* @param {string} [id]
|
|
15694
15694
|
* @param {string} [languageCode]
|
|
@@ -15706,7 +15706,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15706
15706
|
},
|
|
15707
15707
|
/**
|
|
15708
15708
|
*
|
|
15709
|
-
* @summary Delete notice (Auth policies:
|
|
15709
|
+
* @summary Delete notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15710
15710
|
* @param {string} hospitalId
|
|
15711
15711
|
* @param {string} noticeId
|
|
15712
15712
|
* @param {string} [languageCode]
|
|
@@ -15719,7 +15719,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15719
15719
|
},
|
|
15720
15720
|
/**
|
|
15721
15721
|
*
|
|
15722
|
-
* @summary Get notice by id (Auth policies:
|
|
15722
|
+
* @summary Get notice by id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15723
15723
|
* @param {string} hospitalId
|
|
15724
15724
|
* @param {string} noticeId
|
|
15725
15725
|
* @param {string} [languageCode]
|
|
@@ -15731,7 +15731,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15731
15731
|
},
|
|
15732
15732
|
/**
|
|
15733
15733
|
*
|
|
15734
|
-
* @summary Update notice (Auth policies:
|
|
15734
|
+
* @summary Update notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15735
15735
|
* @param {string} hospitalId
|
|
15736
15736
|
* @param {string} noticeId
|
|
15737
15737
|
* @param {UpdateNoticeCommand} [updateNoticeCommand]
|
|
@@ -15743,7 +15743,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15743
15743
|
},
|
|
15744
15744
|
/**
|
|
15745
15745
|
*
|
|
15746
|
-
* @summary Reactivate notice (Auth policies:
|
|
15746
|
+
* @summary Reactivate notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15747
15747
|
* @param {string} hospitalId
|
|
15748
15748
|
* @param {string} noticeId
|
|
15749
15749
|
* @param {*} [options] Override http request option.
|
|
@@ -15754,7 +15754,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15754
15754
|
},
|
|
15755
15755
|
/**
|
|
15756
15756
|
*
|
|
15757
|
-
* @summary Create notice (Auth policies:
|
|
15757
|
+
* @summary Create notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15758
15758
|
* @param {string} hospitalId
|
|
15759
15759
|
* @param {CreateNoticeCommand} [createNoticeCommand]
|
|
15760
15760
|
* @param {*} [options] Override http request option.
|
|
@@ -15765,7 +15765,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15765
15765
|
},
|
|
15766
15766
|
/**
|
|
15767
15767
|
*
|
|
15768
|
-
* @summary Batch for notices sorting (Auth policies:
|
|
15768
|
+
* @summary Batch for notices sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
15769
15769
|
* @param {string} hospitalId
|
|
15770
15770
|
* @param {NoticeSortingCommand} [noticeSortingCommand]
|
|
15771
15771
|
* @param {*} [options] Override http request option.
|
|
@@ -15776,7 +15776,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15776
15776
|
},
|
|
15777
15777
|
/**
|
|
15778
15778
|
*
|
|
15779
|
-
* @summary Get hospital pageItems (Auth policies:
|
|
15779
|
+
* @summary Get hospital pageItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15780
15780
|
* @param {string} hospitalId
|
|
15781
15781
|
* @param {string} [id]
|
|
15782
15782
|
* @param {string} [languageCode]
|
|
@@ -15794,7 +15794,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15794
15794
|
},
|
|
15795
15795
|
/**
|
|
15796
15796
|
*
|
|
15797
|
-
* @summary Delete page (Auth policies:
|
|
15797
|
+
* @summary Delete page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15798
15798
|
* @param {string} hospitalId
|
|
15799
15799
|
* @param {string} pageItemId
|
|
15800
15800
|
* @param {boolean} [isPermanent]
|
|
@@ -15807,7 +15807,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15807
15807
|
},
|
|
15808
15808
|
/**
|
|
15809
15809
|
*
|
|
15810
|
-
* @summary Get hospital page (Auth policies:
|
|
15810
|
+
* @summary Get hospital page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15811
15811
|
* @param {string} hospitalId
|
|
15812
15812
|
* @param {string} pageItemId
|
|
15813
15813
|
* @param {string} [languageCode]
|
|
@@ -15819,7 +15819,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15819
15819
|
},
|
|
15820
15820
|
/**
|
|
15821
15821
|
*
|
|
15822
|
-
* @summary Update page (Auth policies:
|
|
15822
|
+
* @summary Update page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15823
15823
|
* @param {string} hospitalId
|
|
15824
15824
|
* @param {string} pageItemId
|
|
15825
15825
|
* @param {UpdatePageCommand} [updatePageCommand]
|
|
@@ -15831,7 +15831,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15831
15831
|
},
|
|
15832
15832
|
/**
|
|
15833
15833
|
*
|
|
15834
|
-
* @summary Reactivate page (Auth policies:
|
|
15834
|
+
* @summary Reactivate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15835
15835
|
* @param {string} hospitalId
|
|
15836
15836
|
* @param {string} pageItemId
|
|
15837
15837
|
* @param {*} [options] Override http request option.
|
|
@@ -15842,7 +15842,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15842
15842
|
},
|
|
15843
15843
|
/**
|
|
15844
15844
|
*
|
|
15845
|
-
* @summary Translate pageBlocks in section (Auth policies:
|
|
15845
|
+
* @summary Translate pageBlocks in section (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15846
15846
|
* @param {string} hospitalId
|
|
15847
15847
|
* @param {string} pageItemId
|
|
15848
15848
|
* @param {string} pageSectionId
|
|
@@ -15855,7 +15855,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15855
15855
|
},
|
|
15856
15856
|
/**
|
|
15857
15857
|
*
|
|
15858
|
-
* @summary Translate page (Auth policies:
|
|
15858
|
+
* @summary Translate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15859
15859
|
* @param {string} hospitalId
|
|
15860
15860
|
* @param {string} pageItemId
|
|
15861
15861
|
* @param {TranslatePageCommand} [translatePageCommand]
|
|
@@ -15867,7 +15867,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
15867
15867
|
},
|
|
15868
15868
|
/**
|
|
15869
15869
|
*
|
|
15870
|
-
* @summary Create page (Auth policies:
|
|
15870
|
+
* @summary Create page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
15871
15871
|
* @param {string} hospitalId
|
|
15872
15872
|
* @param {CreatePageCommand} [createPageCommand]
|
|
15873
15873
|
* @param {*} [options] Override http request option.
|
|
@@ -16024,7 +16024,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16024
16024
|
},
|
|
16025
16025
|
/**
|
|
16026
16026
|
*
|
|
16027
|
-
* @summary Get hospitalRatings (Auth policies:
|
|
16027
|
+
* @summary Get hospitalRatings (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16028
16028
|
* @param {string} hospitalId
|
|
16029
16029
|
* @param {string} [id]
|
|
16030
16030
|
* @param {string} [vender]
|
|
@@ -16040,7 +16040,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16040
16040
|
},
|
|
16041
16041
|
/**
|
|
16042
16042
|
*
|
|
16043
|
-
* @summary Delete hospitalRating (Auth policies:
|
|
16043
|
+
* @summary Delete hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16044
16044
|
* @param {string} hospitalId
|
|
16045
16045
|
* @param {string} id
|
|
16046
16046
|
* @param {*} [options] Override http request option.
|
|
@@ -16051,7 +16051,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16051
16051
|
},
|
|
16052
16052
|
/**
|
|
16053
16053
|
*
|
|
16054
|
-
* @summary Get hospitalRating (Auth policies:
|
|
16054
|
+
* @summary Get hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16055
16055
|
* @param {string} hospitalId
|
|
16056
16056
|
* @param {string} id
|
|
16057
16057
|
* @param {*} [options] Override http request option.
|
|
@@ -16062,7 +16062,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16062
16062
|
},
|
|
16063
16063
|
/**
|
|
16064
16064
|
*
|
|
16065
|
-
* @summary Update hospitalRating (Auth policies:
|
|
16065
|
+
* @summary Update hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16066
16066
|
* @param {string} hospitalId
|
|
16067
16067
|
* @param {string} id
|
|
16068
16068
|
* @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
|
|
@@ -16074,7 +16074,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16074
16074
|
},
|
|
16075
16075
|
/**
|
|
16076
16076
|
*
|
|
16077
|
-
* @summary Create hospitalRating (Auth policies:
|
|
16077
|
+
* @summary Create hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16078
16078
|
* @param {string} hospitalId
|
|
16079
16079
|
* @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
|
|
16080
16080
|
* @param {*} [options] Override http request option.
|
|
@@ -16085,7 +16085,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16085
16085
|
},
|
|
16086
16086
|
/**
|
|
16087
16087
|
*
|
|
16088
|
-
* @summary Sort hospitalRating entities (Auth policies:
|
|
16088
|
+
* @summary Sort hospitalRating entities (Auth policies: RequireDoctorOrContentManagerRole)
|
|
16089
16089
|
* @param {string} hospitalId
|
|
16090
16090
|
* @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
|
|
16091
16091
|
* @param {*} [options] Override http request option.
|
|
@@ -17637,7 +17637,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17637
17637
|
};
|
|
17638
17638
|
/**
|
|
17639
17639
|
*
|
|
17640
|
-
* @summary Get all HeaderNavigationItems (Auth policies:
|
|
17640
|
+
* @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
17641
17641
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeGetRequest} requestParameters Request parameters.
|
|
17642
17642
|
* @param {*} [options] Override http request option.
|
|
17643
17643
|
* @throws {RequiredError}
|
|
@@ -17649,7 +17649,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17649
17649
|
};
|
|
17650
17650
|
/**
|
|
17651
17651
|
*
|
|
17652
|
-
* @summary Delete HeaderNavigationItem (Auth policies:
|
|
17652
|
+
* @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
17653
17653
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdDeleteRequest} requestParameters Request parameters.
|
|
17654
17654
|
* @param {*} [options] Override http request option.
|
|
17655
17655
|
* @throws {RequiredError}
|
|
@@ -17661,7 +17661,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17661
17661
|
};
|
|
17662
17662
|
/**
|
|
17663
17663
|
*
|
|
17664
|
-
* @summary Get HeaderNavigationItem by id (Auth policies:
|
|
17664
|
+
* @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
17665
17665
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdGetRequest} requestParameters Request parameters.
|
|
17666
17666
|
* @param {*} [options] Override http request option.
|
|
17667
17667
|
* @throws {RequiredError}
|
|
@@ -17673,7 +17673,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17673
17673
|
};
|
|
17674
17674
|
/**
|
|
17675
17675
|
*
|
|
17676
|
-
* @summary Get HeaderNavigationItems by parent id (Auth policies:
|
|
17676
|
+
* @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorOrContentManagerRole)
|
|
17677
17677
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeParentIdSubitemsGetRequest} requestParameters Request parameters.
|
|
17678
17678
|
* @param {*} [options] Override http request option.
|
|
17679
17679
|
* @throws {RequiredError}
|
|
@@ -17685,7 +17685,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17685
17685
|
};
|
|
17686
17686
|
/**
|
|
17687
17687
|
*
|
|
17688
|
-
* @summary Save HeaderNavigationItem (Auth policies:
|
|
17688
|
+
* @summary Save HeaderNavigationItem (Auth policies: RequireDoctorOrContentManagerRole)
|
|
17689
17689
|
* @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodePostRequest} requestParameters Request parameters.
|
|
17690
17690
|
* @param {*} [options] Override http request option.
|
|
17691
17691
|
* @throws {RequiredError}
|
|
@@ -17961,7 +17961,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17961
17961
|
};
|
|
17962
17962
|
/**
|
|
17963
17963
|
*
|
|
17964
|
-
* @summary Get notices (Auth policies:
|
|
17964
|
+
* @summary Get notices (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
17965
17965
|
* @param {HospitalsApiApiV1HospitalsHospitalIdNoticesGetRequest} requestParameters Request parameters.
|
|
17966
17966
|
* @param {*} [options] Override http request option.
|
|
17967
17967
|
* @throws {RequiredError}
|
|
@@ -17973,7 +17973,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17973
17973
|
};
|
|
17974
17974
|
/**
|
|
17975
17975
|
*
|
|
17976
|
-
* @summary Delete notice (Auth policies:
|
|
17976
|
+
* @summary Delete notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
17977
17977
|
* @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdDeleteRequest} requestParameters Request parameters.
|
|
17978
17978
|
* @param {*} [options] Override http request option.
|
|
17979
17979
|
* @throws {RequiredError}
|
|
@@ -17985,7 +17985,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17985
17985
|
};
|
|
17986
17986
|
/**
|
|
17987
17987
|
*
|
|
17988
|
-
* @summary Get notice by id (Auth policies:
|
|
17988
|
+
* @summary Get notice by id (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
17989
17989
|
* @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdGetRequest} requestParameters Request parameters.
|
|
17990
17990
|
* @param {*} [options] Override http request option.
|
|
17991
17991
|
* @throws {RequiredError}
|
|
@@ -17997,7 +17997,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
17997
17997
|
};
|
|
17998
17998
|
/**
|
|
17999
17999
|
*
|
|
18000
|
-
* @summary Update notice (Auth policies:
|
|
18000
|
+
* @summary Update notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
18001
18001
|
* @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdPutRequest} requestParameters Request parameters.
|
|
18002
18002
|
* @param {*} [options] Override http request option.
|
|
18003
18003
|
* @throws {RequiredError}
|
|
@@ -18009,7 +18009,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18009
18009
|
};
|
|
18010
18010
|
/**
|
|
18011
18011
|
*
|
|
18012
|
-
* @summary Reactivate notice (Auth policies:
|
|
18012
|
+
* @summary Reactivate notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
18013
18013
|
* @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdReactivatePutRequest} requestParameters Request parameters.
|
|
18014
18014
|
* @param {*} [options] Override http request option.
|
|
18015
18015
|
* @throws {RequiredError}
|
|
@@ -18021,7 +18021,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18021
18021
|
};
|
|
18022
18022
|
/**
|
|
18023
18023
|
*
|
|
18024
|
-
* @summary Create notice (Auth policies:
|
|
18024
|
+
* @summary Create notice (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
18025
18025
|
* @param {HospitalsApiApiV1HospitalsHospitalIdNoticesPostRequest} requestParameters Request parameters.
|
|
18026
18026
|
* @param {*} [options] Override http request option.
|
|
18027
18027
|
* @throws {RequiredError}
|
|
@@ -18033,7 +18033,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18033
18033
|
};
|
|
18034
18034
|
/**
|
|
18035
18035
|
*
|
|
18036
|
-
* @summary Batch for notices sorting (Auth policies:
|
|
18036
|
+
* @summary Batch for notices sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
|
|
18037
18037
|
* @param {HospitalsApiApiV1HospitalsHospitalIdNoticesSortPutRequest} requestParameters Request parameters.
|
|
18038
18038
|
* @param {*} [options] Override http request option.
|
|
18039
18039
|
* @throws {RequiredError}
|
|
@@ -18045,7 +18045,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18045
18045
|
};
|
|
18046
18046
|
/**
|
|
18047
18047
|
*
|
|
18048
|
-
* @summary Get hospital pageItems (Auth policies:
|
|
18048
|
+
* @summary Get hospital pageItems (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18049
18049
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesGetRequest} requestParameters Request parameters.
|
|
18050
18050
|
* @param {*} [options] Override http request option.
|
|
18051
18051
|
* @throws {RequiredError}
|
|
@@ -18057,7 +18057,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18057
18057
|
};
|
|
18058
18058
|
/**
|
|
18059
18059
|
*
|
|
18060
|
-
* @summary Delete page (Auth policies:
|
|
18060
|
+
* @summary Delete page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18061
18061
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdDeleteRequest} requestParameters Request parameters.
|
|
18062
18062
|
* @param {*} [options] Override http request option.
|
|
18063
18063
|
* @throws {RequiredError}
|
|
@@ -18069,7 +18069,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18069
18069
|
};
|
|
18070
18070
|
/**
|
|
18071
18071
|
*
|
|
18072
|
-
* @summary Get hospital page (Auth policies:
|
|
18072
|
+
* @summary Get hospital page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18073
18073
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdGetRequest} requestParameters Request parameters.
|
|
18074
18074
|
* @param {*} [options] Override http request option.
|
|
18075
18075
|
* @throws {RequiredError}
|
|
@@ -18081,7 +18081,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18081
18081
|
};
|
|
18082
18082
|
/**
|
|
18083
18083
|
*
|
|
18084
|
-
* @summary Update page (Auth policies:
|
|
18084
|
+
* @summary Update page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18085
18085
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdPutRequest} requestParameters Request parameters.
|
|
18086
18086
|
* @param {*} [options] Override http request option.
|
|
18087
18087
|
* @throws {RequiredError}
|
|
@@ -18093,7 +18093,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18093
18093
|
};
|
|
18094
18094
|
/**
|
|
18095
18095
|
*
|
|
18096
|
-
* @summary Reactivate page (Auth policies:
|
|
18096
|
+
* @summary Reactivate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18097
18097
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdReactivatePutRequest} requestParameters Request parameters.
|
|
18098
18098
|
* @param {*} [options] Override http request option.
|
|
18099
18099
|
* @throws {RequiredError}
|
|
@@ -18105,7 +18105,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18105
18105
|
};
|
|
18106
18106
|
/**
|
|
18107
18107
|
*
|
|
18108
|
-
* @summary Translate pageBlocks in section (Auth policies:
|
|
18108
|
+
* @summary Translate pageBlocks in section (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18109
18109
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdSectionsPageSectionIdTranslatePostRequest} requestParameters Request parameters.
|
|
18110
18110
|
* @param {*} [options] Override http request option.
|
|
18111
18111
|
* @throws {RequiredError}
|
|
@@ -18117,7 +18117,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18117
18117
|
};
|
|
18118
18118
|
/**
|
|
18119
18119
|
*
|
|
18120
|
-
* @summary Translate page (Auth policies:
|
|
18120
|
+
* @summary Translate page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18121
18121
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdTranslatePostRequest} requestParameters Request parameters.
|
|
18122
18122
|
* @param {*} [options] Override http request option.
|
|
18123
18123
|
* @throws {RequiredError}
|
|
@@ -18129,7 +18129,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18129
18129
|
};
|
|
18130
18130
|
/**
|
|
18131
18131
|
*
|
|
18132
|
-
* @summary Create page (Auth policies:
|
|
18132
|
+
* @summary Create page (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18133
18133
|
* @param {HospitalsApiApiV1HospitalsHospitalIdPagesPostRequest} requestParameters Request parameters.
|
|
18134
18134
|
* @param {*} [options] Override http request option.
|
|
18135
18135
|
* @throws {RequiredError}
|
|
@@ -18285,7 +18285,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18285
18285
|
};
|
|
18286
18286
|
/**
|
|
18287
18287
|
*
|
|
18288
|
-
* @summary Get hospitalRatings (Auth policies:
|
|
18288
|
+
* @summary Get hospitalRatings (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18289
18289
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsGetRequest} requestParameters Request parameters.
|
|
18290
18290
|
* @param {*} [options] Override http request option.
|
|
18291
18291
|
* @throws {RequiredError}
|
|
@@ -18297,7 +18297,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18297
18297
|
};
|
|
18298
18298
|
/**
|
|
18299
18299
|
*
|
|
18300
|
-
* @summary Delete hospitalRating (Auth policies:
|
|
18300
|
+
* @summary Delete hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18301
18301
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdDeleteRequest} requestParameters Request parameters.
|
|
18302
18302
|
* @param {*} [options] Override http request option.
|
|
18303
18303
|
* @throws {RequiredError}
|
|
@@ -18309,7 +18309,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18309
18309
|
};
|
|
18310
18310
|
/**
|
|
18311
18311
|
*
|
|
18312
|
-
* @summary Get hospitalRating (Auth policies:
|
|
18312
|
+
* @summary Get hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18313
18313
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdGetRequest} requestParameters Request parameters.
|
|
18314
18314
|
* @param {*} [options] Override http request option.
|
|
18315
18315
|
* @throws {RequiredError}
|
|
@@ -18321,7 +18321,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18321
18321
|
};
|
|
18322
18322
|
/**
|
|
18323
18323
|
*
|
|
18324
|
-
* @summary Update hospitalRating (Auth policies:
|
|
18324
|
+
* @summary Update hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18325
18325
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdPutRequest} requestParameters Request parameters.
|
|
18326
18326
|
* @param {*} [options] Override http request option.
|
|
18327
18327
|
* @throws {RequiredError}
|
|
@@ -18333,7 +18333,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18333
18333
|
};
|
|
18334
18334
|
/**
|
|
18335
18335
|
*
|
|
18336
|
-
* @summary Create hospitalRating (Auth policies:
|
|
18336
|
+
* @summary Create hospitalRating (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18337
18337
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsPostRequest} requestParameters Request parameters.
|
|
18338
18338
|
* @param {*} [options] Override http request option.
|
|
18339
18339
|
* @throws {RequiredError}
|
|
@@ -18345,7 +18345,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18345
18345
|
};
|
|
18346
18346
|
/**
|
|
18347
18347
|
*
|
|
18348
|
-
* @summary Sort hospitalRating entities (Auth policies:
|
|
18348
|
+
* @summary Sort hospitalRating entities (Auth policies: RequireDoctorOrContentManagerRole)
|
|
18349
18349
|
* @param {HospitalsApiApiV1HospitalsHospitalIdRatingsSortPutRequest} requestParameters Request parameters.
|
|
18350
18350
|
* @param {*} [options] Override http request option.
|
|
18351
18351
|
* @throws {RequiredError}
|