ch-admin-api-client-typescript 5.68.2 → 5.70.0

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.
Files changed (40) hide show
  1. package/lib/api/about-us-api.d.ts +28 -28
  2. package/lib/api/about-us-api.js +28 -28
  3. package/lib/api/appointments-api.d.ts +52 -52
  4. package/lib/api/appointments-api.js +52 -52
  5. package/lib/api/content-managers-api.d.ts +24 -24
  6. package/lib/api/content-managers-api.js +24 -24
  7. package/lib/api/countries-api.d.ts +28 -28
  8. package/lib/api/countries-api.js +28 -28
  9. package/lib/api/form-results-api.d.ts +20 -20
  10. package/lib/api/form-results-api.js +20 -20
  11. package/lib/api/hospitals-api.d.ts +520 -520
  12. package/lib/api/hospitals-api.js +520 -520
  13. package/lib/api/languages-api.d.ts +8 -8
  14. package/lib/api/languages-api.js +8 -8
  15. package/lib/api/notifications-api.d.ts +8 -8
  16. package/lib/api/notifications-api.js +8 -8
  17. package/lib/api/patient-affiliations-api.d.ts +8 -8
  18. package/lib/api/patient-affiliations-api.js +8 -8
  19. package/lib/api/patient-managers-api.d.ts +24 -24
  20. package/lib/api/patient-managers-api.js +24 -24
  21. package/lib/api/patients-api.d.ts +48 -48
  22. package/lib/api/patients-api.js +48 -48
  23. package/lib/api/profiles-api.d.ts +24 -24
  24. package/lib/api/profiles-api.js +24 -24
  25. package/lib/api/specialties-api.d.ts +60 -60
  26. package/lib/api/specialties-api.js +60 -60
  27. package/lib/api/specialty-types-api.d.ts +64 -64
  28. package/lib/api/specialty-types-api.js +64 -64
  29. package/lib/api/survey-results-api.d.ts +16 -16
  30. package/lib/api/survey-results-api.js +16 -16
  31. package/lib/api/tags-api.d.ts +16 -16
  32. package/lib/api/tags-api.js +16 -16
  33. package/lib/api/translation-api.d.ts +8 -8
  34. package/lib/api/translation-api.js +8 -8
  35. package/lib/api/users-api.d.ts +8 -8
  36. package/lib/api/users-api.js +8 -8
  37. package/lib/models/notification-code.d.ts +3 -1
  38. package/lib/models/notification-code.d.ts.map +1 -1
  39. package/lib/models/notification-code.js +3 -1
  40. package/package.json +1 -1
@@ -214,7 +214,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
214
214
  },
215
215
  /**
216
216
  *
217
- * @summary Delete HospitalAccreditation. (Auth roles: Admin, Manager, LocalManager, ContentManager)
217
+ * @summary Delete HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
218
218
  * @param {string} hospitalId
219
219
  * @param {string} accreditationId
220
220
  * @param {*} [options] Override http request option.
@@ -265,7 +265,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
265
265
  },
266
266
  /**
267
267
  *
268
- * @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
268
+ * @summary Get HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
269
269
  * @param {string} hospitalId
270
270
  * @param {string} accreditationId
271
271
  * @param {*} [options] Override http request option.
@@ -316,7 +316,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
316
316
  },
317
317
  /**
318
318
  *
319
- * @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
319
+ * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
320
320
  * @param {string} hospitalId
321
321
  * @param {string} [hospitalName]
322
322
  * @param {string} [accreditationId]
@@ -389,7 +389,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
389
389
  },
390
390
  /**
391
391
  *
392
- * @summary Create HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
392
+ * @summary Create HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
393
393
  * @param {string} hospitalId
394
394
  * @param {CreateHospitalAccreditationCommand} [createHospitalAccreditationCommand]
395
395
  * @param {*} [options] Override http request option.
@@ -520,7 +520,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
520
520
  },
521
521
  /**
522
522
  *
523
- * @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
523
+ * @summary Delete Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
524
524
  * @param {string} hospitalId
525
525
  * @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
526
526
  * @param {*} [options] Override http request option.
@@ -570,7 +570,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
570
570
  },
571
571
  /**
572
572
  *
573
- * @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
573
+ * @summary Save Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
574
574
  * @param {string} hospitalId
575
575
  * @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
576
576
  * @param {*} [options] Override http request option.
@@ -695,7 +695,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
695
695
  },
696
696
  /**
697
697
  *
698
- * @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
698
+ * @summary Add, update, delete Hospital appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
699
699
  * @param {string} hospitalId
700
700
  * @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
701
701
  * @param {*} [options] Override http request option.
@@ -810,7 +810,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
810
810
  },
811
811
  /**
812
812
  *
813
- * @summary Delete bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
813
+ * @summary Delete bankAccountInfo (Auth policies: RequireDoctorRole)
814
814
  * @param {string} hospitalId
815
815
  * @param {string} bankAccountInfoId
816
816
  * @param {*} [options] Override http request option.
@@ -861,7 +861,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
861
861
  },
862
862
  /**
863
863
  *
864
- * @summary Get bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
864
+ * @summary Get bankAccountInfo (Auth policies: RequireDoctorRole)
865
865
  * @param {string} hospitalId
866
866
  * @param {string} bankAccountInfoId
867
867
  * @param {*} [options] Override http request option.
@@ -912,7 +912,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
912
912
  },
913
913
  /**
914
914
  *
915
- * @summary Update bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
915
+ * @summary Update bankAccountInfo (Auth policies: RequireDoctorRole)
916
916
  * @param {string} hospitalId
917
917
  * @param {string} bankAccountInfoId
918
918
  * @param {UpdateHospitalBankAccountInfoCommand} [updateHospitalBankAccountInfoCommand]
@@ -966,7 +966,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
966
966
  },
967
967
  /**
968
968
  *
969
- * @summary Get all bankAccountInfos (Auth roles: Admin,Manager,LocalManager,Doctor)
969
+ * @summary Get all bankAccountInfos (Auth policies: RequireDoctorRole)
970
970
  * @param {string} hospitalId
971
971
  * @param {string} [bank]
972
972
  * @param {boolean} [isEnabled]
@@ -1035,7 +1035,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1035
1035
  },
1036
1036
  /**
1037
1037
  *
1038
- * @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
1038
+ * @summary Create bankAccountInfo (Auth policies: RequireDoctorRole)
1039
1039
  * @param {string} hospitalId
1040
1040
  * @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
1041
1041
  * @param {*} [options] Override http request option.
@@ -1085,7 +1085,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1085
1085
  },
1086
1086
  /**
1087
1087
  *
1088
- * @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
1088
+ * @summary Delete hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
1089
1089
  * @param {string} hospitalId
1090
1090
  * @param {string} contactId
1091
1091
  * @param {boolean} [isPermanent]
@@ -1191,7 +1191,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1191
1191
  },
1192
1192
  /**
1193
1193
  *
1194
- * @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
1194
+ * @summary Update hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
1195
1195
  * @param {string} hospitalId
1196
1196
  * @param {string} contactId
1197
1197
  * @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
@@ -1245,7 +1245,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1245
1245
  },
1246
1246
  /**
1247
1247
  *
1248
- * @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
1248
+ * @summary Reactivate hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
1249
1249
  * @param {string} hospitalId
1250
1250
  * @param {string} contactId
1251
1251
  * @param {*} [options] Override http request option.
@@ -1377,7 +1377,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1377
1377
  },
1378
1378
  /**
1379
1379
  *
1380
- * @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
1380
+ * @summary Create hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
1381
1381
  * @param {string} hospitalId
1382
1382
  * @param {CreateHospitalContactCommand} [createHospitalContactCommand]
1383
1383
  * @param {*} [options] Override http request option.
@@ -1427,7 +1427,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1427
1427
  },
1428
1428
  /**
1429
1429
  *
1430
- * @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
1430
+ * @summary Batch for contacts sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
1431
1431
  * @param {string} hospitalId
1432
1432
  * @param {ContactSortingCommand} [contactSortingCommand]
1433
1433
  * @param {*} [options] Override http request option.
@@ -1477,7 +1477,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1477
1477
  },
1478
1478
  /**
1479
1479
  *
1480
- * @summary Delete Hospital. (Auth roles: Admin,Manager)
1480
+ * @summary Delete Hospital. (Auth policies: RequireManagerRole)
1481
1481
  * @param {string} hospitalId
1482
1482
  * @param {boolean} [isPermanent]
1483
1483
  * @param {*} [options] Override http request option.
@@ -1528,7 +1528,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1528
1528
  },
1529
1529
  /**
1530
1530
  *
1531
- * @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
1531
+ * @summary Delete HospitalEquipment (Auth policies: RequireLocalManagerOrContentManagerRole)
1532
1532
  * @param {string} hospitalId
1533
1533
  * @param {string} equipmentId
1534
1534
  * @param {boolean} [isPermanent]
@@ -1707,7 +1707,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1707
1707
  },
1708
1708
  /**
1709
1709
  *
1710
- * @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
1710
+ * @summary Delete EquipmentMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
1711
1711
  * @param {string} hospitalId
1712
1712
  * @param {string} equipmentId
1713
1713
  * @param {string} mediaId
@@ -1817,7 +1817,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1817
1817
  },
1818
1818
  /**
1819
1819
  *
1820
- * @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
1820
+ * @summary Update EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
1821
1821
  * @param {string} hospitalId
1822
1822
  * @param {string} equipmentId
1823
1823
  * @param {string} mediaId
@@ -1875,7 +1875,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1875
1875
  },
1876
1876
  /**
1877
1877
  *
1878
- * @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
1878
+ * @summary Create EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
1879
1879
  * @param {string} hospitalId
1880
1880
  * @param {string} equipmentId
1881
1881
  * @param {CreateMediaCommand} [createMediaCommand]
@@ -1929,7 +1929,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1929
1929
  },
1930
1930
  /**
1931
1931
  *
1932
- * @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
1932
+ * @summary Update HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
1933
1933
  * @param {string} hospitalId
1934
1934
  * @param {string} equipmentId
1935
1935
  * @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
@@ -1983,7 +1983,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
1983
1983
  },
1984
1984
  /**
1985
1985
  *
1986
- * @summary Reactivate HospitalEquipment. (Auth roles: Admin,Manager)
1986
+ * @summary Reactivate HospitalEquipment. (Auth policies: RequireManagerRole)
1987
1987
  * @param {string} hospitalId
1988
1988
  * @param {string} equipmentId
1989
1989
  * @param {*} [options] Override http request option.
@@ -2125,7 +2125,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2125
2125
  },
2126
2126
  /**
2127
2127
  *
2128
- * @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
2128
+ * @summary Create HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
2129
2129
  * @param {string} hospitalId
2130
2130
  * @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
2131
2131
  * @param {*} [options] Override http request option.
@@ -2175,7 +2175,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2175
2175
  },
2176
2176
  /**
2177
2177
  *
2178
- * @summary Delete HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
2178
+ * @summary Delete HospitalEvaluation. (Auth policies: RequireContentManagerRole)
2179
2179
  * @param {string} hospitalId
2180
2180
  * @param {string} evaluationId
2181
2181
  * @param {*} [options] Override http request option.
@@ -2350,7 +2350,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2350
2350
  },
2351
2351
  /**
2352
2352
  *
2353
- * @summary Create HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
2353
+ * @summary Create HospitalEvaluation. (Auth policies: RequireContentManagerRole)
2354
2354
  * @param {string} hospitalId
2355
2355
  * @param {CreateHospitalEvaluationCommand} [createHospitalEvaluationCommand]
2356
2356
  * @param {*} [options] Override http request option.
@@ -2400,7 +2400,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2400
2400
  },
2401
2401
  /**
2402
2402
  *
2403
- * @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
2403
+ * @summary Get footerNavigationItems (Auth policies: RequireLocalManagerOrContentManagerRole)
2404
2404
  * @param {string} hospitalId
2405
2405
  * @param {string} languageCode
2406
2406
  * @param {*} [options] Override http request option.
@@ -2451,7 +2451,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2451
2451
  },
2452
2452
  /**
2453
2453
  *
2454
- * @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
2454
+ * @summary Delete footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
2455
2455
  * @param {string} hospitalId
2456
2456
  * @param {string} languageCode
2457
2457
  * @param {string} id Id of level 1 item in the json data
@@ -2506,7 +2506,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2506
2506
  },
2507
2507
  /**
2508
2508
  *
2509
- * @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
2509
+ * @summary Get footerNavigationItem by Id (Auth policies: RequireLocalManagerOrContentManagerRole)
2510
2510
  * @param {string} hospitalId
2511
2511
  * @param {string} languageCode
2512
2512
  * @param {string} id
@@ -2561,7 +2561,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2561
2561
  },
2562
2562
  /**
2563
2563
  *
2564
- * @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
2564
+ * @summary Get footerNavigationItems by ParentId (Auth policies: RequireLocalManagerOrContentManagerRole)
2565
2565
  * @param {string} hospitalId
2566
2566
  * @param {string} languageCode
2567
2567
  * @param {string} parentId
@@ -2616,7 +2616,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2616
2616
  },
2617
2617
  /**
2618
2618
  *
2619
- * @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
2619
+ * @summary Save footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
2620
2620
  * @param {string} hospitalId
2621
2621
  * @param {string} languageCode
2622
2622
  * @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
@@ -2670,7 +2670,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2670
2670
  },
2671
2671
  /**
2672
2672
  *
2673
- * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
2673
+ * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth policies: RequireLocalManagerOrContentManagerRole)
2674
2674
  * @param {string} hospitalId
2675
2675
  * @param {string} languageCode
2676
2676
  * @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
@@ -2852,7 +2852,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2852
2852
  },
2853
2853
  /**
2854
2854
  *
2855
- * @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
2855
+ * @summary Delete HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
2856
2856
  * @param {string} hospitalId
2857
2857
  * @param {string} handleId
2858
2858
  * @param {*} [options] Override http request option.
@@ -2954,7 +2954,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
2954
2954
  },
2955
2955
  /**
2956
2956
  *
2957
- * @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
2957
+ * @summary Update HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
2958
2958
  * @param {string} hospitalId
2959
2959
  * @param {string} handleId
2960
2960
  * @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
@@ -3008,7 +3008,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3008
3008
  },
3009
3009
  /**
3010
3010
  *
3011
- * @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
3011
+ * @summary Get HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
3012
3012
  * @param {string} hospitalId
3013
3013
  * @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
3014
3014
  * @param {*} [options] Override http request option.
@@ -3058,7 +3058,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3058
3058
  },
3059
3059
  /**
3060
3060
  *
3061
- * @summary Get all HeaderNavigationItems (Auth roles: Admin,Manager,LocalManager,Doctor)
3061
+ * @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
3112
+ * @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
3167
+ * @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
3222
+ * @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
3277
+ * @summary Save HeaderNavigationItem (Auth policies: RequireDoctorRole)
3278
3278
  * @param {string} hospitalId
3279
3279
  * @param {string} languageCode
3280
3280
  * @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
@@ -3405,7 +3405,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3405
3405
  },
3406
3406
  /**
3407
3407
  *
3408
- * @summary Delete Landing. (Auth roles: Admin,Manager,LocalManager,ContentManager)
3408
+ * @summary Delete Landing. (Auth policies: RequireLocalManagerOrContentManagerRole)
3409
3409
  * @param {string} hospitalId
3410
3410
  * @param {string} landingId
3411
3411
  * @param {boolean} [isPermanent]
@@ -3515,7 +3515,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3515
3515
  },
3516
3516
  /**
3517
3517
  *
3518
- * @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
3518
+ * @summary Update Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
3519
3519
  * @param {string} hospitalId
3520
3520
  * @param {string} landingId
3521
3521
  * @param {UpdateLandingCommand} [updateLandingCommand]
@@ -3569,7 +3569,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3569
3569
  },
3570
3570
  /**
3571
3571
  *
3572
- * @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
3572
+ * @summary Reactivate Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
3573
3573
  * @param {string} hospitalId
3574
3574
  * @param {string} landingId
3575
3575
  * @param {*} [options] Override http request option.
@@ -3620,7 +3620,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3620
3620
  },
3621
3621
  /**
3622
3622
  *
3623
- * @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
3623
+ * @summary Revalidate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
3624
3624
  * @param {string} hospitalId
3625
3625
  * @param {string} landingId
3626
3626
  * @param {boolean} [includeCurrent]
@@ -3675,7 +3675,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3675
3675
  },
3676
3676
  /**
3677
3677
  *
3678
- * @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
3678
+ * @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
3679
3679
  * @param {string} hospitalId
3680
3680
  * @param {string} landingId
3681
3681
  * @param {TranslateLandingCommand} [translateLandingCommand]
@@ -3729,7 +3729,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3729
3729
  },
3730
3730
  /**
3731
3731
  *
3732
- * @summary Create HospitalLandings. (Auth roles: Admin,Manager,LocalManager,ContentManager)
3732
+ * @summary Create HospitalLandings. (Auth policies: RequireLocalManagerOrContentManagerRole)
3733
3733
  * @param {string} hospitalId
3734
3734
  * @param {CreateLandingCommand} [createLandingCommand]
3735
3735
  * @param {*} [options] Override http request option.
@@ -3848,7 +3848,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3848
3848
  },
3849
3849
  /**
3850
3850
  *
3851
- * @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
3851
+ * @summary Delete GetAllLanguage. (Auth policies: RequireLocalManagerOrContentManagerRole)
3852
3852
  * @param {string} hospitalId
3853
3853
  * @param {string} languageCode
3854
3854
  * @param {*} [options] Override http request option.
@@ -3899,7 +3899,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3899
3899
  },
3900
3900
  /**
3901
3901
  *
3902
- * @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
3902
+ * @summary Update HospitalLanguage (Auth policies: RequireLocalManagerOrContentManagerRole)
3903
3903
  * @param {string} hospitalId
3904
3904
  * @param {string} languageCode
3905
3905
  * @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
@@ -3953,7 +3953,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
3953
3953
  },
3954
3954
  /**
3955
3955
  *
3956
- * @summary Create HospitalLanguages. (Auth roles: Admin,Manager,LocalManager,ContentManager)
3956
+ * @summary Create HospitalLanguages. (Auth policies: RequireLocalManagerOrContentManagerRole)
3957
3957
  * @param {string} hospitalId
3958
3958
  * @param {CreateHospitalLanguageCommand} [createHospitalLanguageCommand]
3959
3959
  * @param {*} [options] Override http request option.
@@ -4003,7 +4003,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4003
4003
  },
4004
4004
  /**
4005
4005
  *
4006
- * @summary Get managers (Auth roles: Admin,Manager,LocalManager,Doctor)
4006
+ * @summary Get managers (Auth policies: RequireDoctorRole)
4007
4007
  * @param {string} hospitalId
4008
4008
  * @param {string} [id]
4009
4009
  * @param {string} [fullname]
@@ -4096,7 +4096,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4096
4096
  },
4097
4097
  /**
4098
4098
  *
4099
- * @summary Delete manager (Auth roles: Admin,Manager)
4099
+ * @summary Delete manager (Auth policies: RequireManagerRole)
4100
4100
  * @param {string} hospitalId
4101
4101
  * @param {string} managerId
4102
4102
  * @param {boolean} [isPermanent]
@@ -4151,7 +4151,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4151
4151
  },
4152
4152
  /**
4153
4153
  *
4154
- * @summary Get manager (Auth roles: Admin,Manager,LocalManager,Doctor)
4154
+ * @summary Get manager (Auth policies: RequireDoctorRole)
4155
4155
  * @param {string} hospitalId
4156
4156
  * @param {string} managerId
4157
4157
  * @param {*} [options] Override http request option.
@@ -4202,7 +4202,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4202
4202
  },
4203
4203
  /**
4204
4204
  * PUT: /api/v1/hospitals/{hospitlaId}/managers/{managerId} { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
4205
- * @summary Update manager (Auth roles: Admin,Manager,LocalManager,Doctor)
4205
+ * @summary Update manager (Auth policies: RequireDoctorRole)
4206
4206
  * @param {string} hospitalId
4207
4207
  * @param {string} managerId
4208
4208
  * @param {UpdateManagerCommand} [updateManagerCommand]
@@ -4256,7 +4256,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4256
4256
  },
4257
4257
  /**
4258
4258
  * POST: /api/v1/hospitals/{hospitlaId}/managers { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
4259
- * @summary Create manager (Auth roles: Admin,Manager)
4259
+ * @summary Create manager (Auth policies: RequireManagerRole)
4260
4260
  * @param {string} hospitalId
4261
4261
  * @param {CreateManagerCommand} [createManagerCommand]
4262
4262
  * @param {*} [options] Override http request option.
@@ -4375,7 +4375,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4375
4375
  },
4376
4376
  /**
4377
4377
  *
4378
- * @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
4378
+ * @summary Delete HospitalMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
4379
4379
  * @param {string} hospitalId
4380
4380
  * @param {string} mediaId
4381
4381
  * @param {*} [options] Override http request option.
@@ -4477,7 +4477,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4477
4477
  },
4478
4478
  /**
4479
4479
  *
4480
- * @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
4480
+ * @summary Update HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
4481
4481
  * @param {string} hospitalId
4482
4482
  * @param {string} mediaId
4483
4483
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -4531,7 +4531,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4531
4531
  },
4532
4532
  /**
4533
4533
  *
4534
- * @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
4534
+ * @summary Create HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
4535
4535
  * @param {string} hospitalId
4536
4536
  * @param {CreateMediaCommand} [createMediaCommand]
4537
4537
  * @param {*} [options] Override http request option.
@@ -4581,7 +4581,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
4581
4581
  },
4582
4582
  /**
4583
4583
  *
4584
- * @summary Get notices (Auth roles: Admin,Manager,LocalManager)
4584
+ * @summary Get notices (Auth policies: RequireLocalManagerRole)
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 roles: Admin,Manager,LocalManager)
4665
+ * @summary Delete notice (Auth policies: RequireLocalManagerRole)
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 roles: Admin,Manager,LocalManager)
4724
+ * @summary Get notice by id (Auth policies: RequireLocalManagerRole)
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 roles: Admin,Manager,LocalManager)
4779
+ * @summary Update notice (Auth policies: RequireLocalManagerRole)
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 roles: Admin,Manager,LocalManager)
4833
+ * @summary Reactivate notice (Auth policies: RequireLocalManagerRole)
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 roles: Admin,Manager,LocalManager)
4884
+ * @summary Create notice (Auth policies: RequireLocalManagerRole)
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 roles: Admin,Manager,LocalManager)
4934
+ * @summary Batch for notices sorting (Auth policies: RequireLocalManagerRole)
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 roles: Admin,Manager,LocalManager,Doctor)
4984
+ * @summary Get hospital pageItems (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
5065
+ * @summary Delete page (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
5124
+ * @summary Get hospital page (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
5179
+ * @summary Update page (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
5233
+ * @summary Reactivate page (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
5284
+ * @summary Translate pageBlocks in section (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
5342
+ * @summary Translate page (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
5396
+ * @summary Create page (Auth policies: RequireDoctorRole)
5397
5397
  * @param {string} hospitalId
5398
5398
  * @param {CreatePageCommand} [createPageCommand]
5399
5399
  * @param {*} [options] Override http request option.
@@ -5443,7 +5443,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5443
5443
  },
5444
5444
  /**
5445
5445
  *
5446
- * @summary Get hospitalPaymentMethods list (Auth roles: Admin,Manager,LocalManager,Doctor)
5446
+ * @summary Get hospitalPaymentMethods list (Auth policies: RequireDoctorRole)
5447
5447
  * @param {string} hospitalId
5448
5448
  * @param {PaymentMethod} [paymentMethod]
5449
5449
  * @param {string} [id]
@@ -5512,7 +5512,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5512
5512
  },
5513
5513
  /**
5514
5514
  *
5515
- * @summary Delete hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
5515
+ * @summary Delete hospitalPaymentMethod (Auth policies: RequireDoctorRole)
5516
5516
  * @param {string} hospitalId
5517
5517
  * @param {string} id
5518
5518
  * @param {*} [options] Override http request option.
@@ -5563,7 +5563,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5563
5563
  },
5564
5564
  /**
5565
5565
  *
5566
- * @summary Get hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
5566
+ * @summary Get hospitalPaymentMethod (Auth policies: RequireDoctorRole)
5567
5567
  * @param {string} hospitalId
5568
5568
  * @param {string} id
5569
5569
  * @param {*} [options] Override http request option.
@@ -5614,7 +5614,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5614
5614
  },
5615
5615
  /**
5616
5616
  *
5617
- * @summary Update hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
5617
+ * @summary Update hospitalPaymentMethod (Auth policies: RequireDoctorRole)
5618
5618
  * @param {string} hospitalId
5619
5619
  * @param {string} id
5620
5620
  * @param {UpdateHospitalPaymentMethodCommand} [updateHospitalPaymentMethodCommand]
@@ -5668,7 +5668,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5668
5668
  },
5669
5669
  /**
5670
5670
  *
5671
- * @summary Create hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
5671
+ * @summary Create hospitalPaymentMethod (Auth policies: RequireDoctorRole)
5672
5672
  * @param {string} hospitalId
5673
5673
  * @param {CreateHospitalPaymentMethodCommand} [createHospitalPaymentMethodCommand]
5674
5674
  * @param {*} [options] Override http request option.
@@ -5795,7 +5795,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5795
5795
  },
5796
5796
  /**
5797
5797
  *
5798
- * @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
5798
+ * @summary Delete policy (Auth policies: RequireLocalManagerOrContentManagerRole)
5799
5799
  * @param {string} hospitalId
5800
5800
  * @param {string} policyId
5801
5801
  * @param {boolean} [isPermanent]
@@ -5905,7 +5905,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5905
5905
  },
5906
5906
  /**
5907
5907
  *
5908
- * @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
5908
+ * @summary Update policy (Auth policies: RequireLocalManagerOrContentManagerRole)
5909
5909
  * @param {string} hospitalId
5910
5910
  * @param {string} policyId
5911
5911
  * @param {UpdatePolicyCommand} [updatePolicyCommand]
@@ -5959,7 +5959,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
5959
5959
  },
5960
5960
  /**
5961
5961
  *
5962
- * @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
5962
+ * @summary Reactivate policy (Auth policies: RequireLocalManagerOrContentManagerRole)
5963
5963
  * @param {string} hospitalId
5964
5964
  * @param {string} policyId
5965
5965
  * @param {*} [options] Override http request option.
@@ -6010,7 +6010,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6010
6010
  },
6011
6011
  /**
6012
6012
  *
6013
- * @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
6013
+ * @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
6014
6014
  * @param {string} hospitalId
6015
6015
  * @param {CreatePolicyCommand} [createPolicyCommand]
6016
6016
  * @param {*} [options] Override http request option.
@@ -6060,7 +6060,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6060
6060
  },
6061
6061
  /**
6062
6062
  *
6063
- * @summary Update Hospital. (Auth roles: Admin,Manager,LocalManager,ContentManager)
6063
+ * @summary Update Hospital. (Auth policies: RequireLocalManagerOrContentManagerRole)
6064
6064
  * @param {string} hospitalId
6065
6065
  * @param {UpdateHospitalCommand} [updateHospitalCommand]
6066
6066
  * @param {*} [options] Override http request option.
@@ -6183,7 +6183,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6183
6183
  },
6184
6184
  /**
6185
6185
  *
6186
- * @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
6186
+ * @summary Delete hospitalRating (Auth policies: RequireDoctorRole)
6187
6187
  * @param {string} hospitalId
6188
6188
  * @param {string} id
6189
6189
  * @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 roles: Admin,Manager,LocalManager,Doctor)
6288
+ * @summary Update hospitalRating (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
6342
+ * @summary Create hospitalRating (Auth policies: RequireDoctorRole)
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 roles: Admin,Manager,LocalManager,Doctor)
6392
+ * @summary Sort hospitalRating entities (Auth policies: RequireDoctorRole)
6393
6393
  * @param {string} hospitalId
6394
6394
  * @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
6395
6395
  * @param {*} [options] Override http request option.
@@ -6439,7 +6439,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6439
6439
  },
6440
6440
  /**
6441
6441
  *
6442
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager)
6442
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireManagerRole)
6443
6443
  * @param {string} hospitalId
6444
6444
  * @param {*} [options] Override http request option.
6445
6445
  * @throws {RequiredError}
@@ -6486,7 +6486,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6486
6486
  },
6487
6487
  /**
6488
6488
  *
6489
- * @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
6489
+ * @summary Revalidate hospital (Auth policies: RequireLocalManagerOrContentManagerRole)
6490
6490
  * @param {string} hospitalId
6491
6491
  * @param {boolean} [includeCurrent]
6492
6492
  * @param {*} [options] Override http request option.
@@ -6537,7 +6537,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6537
6537
  },
6538
6538
  /**
6539
6539
  *
6540
- * @summary Delete secure file container (Auth roles: Admin,Manager,LocalManager)
6540
+ * @summary Delete secure file container (Auth policies: RequireLocalManagerRole)
6541
6541
  * @param {string} hospitalId
6542
6542
  * @param {string} containerId
6543
6543
  * @param {*} [options] Override http request option.
@@ -6588,7 +6588,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6588
6588
  },
6589
6589
  /**
6590
6590
  *
6591
- * @summary Get file content (Auth roles: Admin,Manager,LocalManager)
6591
+ * @summary Get file content (Auth policies: RequireLocalManagerRole)
6592
6592
  * @param {string} hospitalId
6593
6593
  * @param {string} containerId
6594
6594
  * @param {string} fileId
@@ -6643,7 +6643,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6643
6643
  },
6644
6644
  /**
6645
6645
  *
6646
- * @summary Get secure file url with read access (Auth roles: Admin,Manager,LocalManager)
6646
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
6647
6647
  * @param {string} hospitalId
6648
6648
  * @param {string} containerId
6649
6649
  * @param {string} fileId
@@ -6702,7 +6702,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6702
6702
  },
6703
6703
  /**
6704
6704
  *
6705
- * @summary Get secure container (Auth roles: Admin,Manager,LocalManager)
6705
+ * @summary Get secure container (Auth policies: RequireLocalManagerRole)
6706
6706
  * @param {string} hospitalId
6707
6707
  * @param {string} containerId
6708
6708
  * @param {string} [languageCode]
@@ -6757,7 +6757,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6757
6757
  },
6758
6758
  /**
6759
6759
  *
6760
- * @summary Get secure containers (Auth roles: Admin,Manager,LocalManager)
6760
+ * @summary Get secure containers (Auth policies: RequireLocalManagerRole)
6761
6761
  * @param {string} hospitalId
6762
6762
  * @param {string} [id]
6763
6763
  * @param {string} [languageCode]
@@ -6842,7 +6842,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6842
6842
  },
6843
6843
  /**
6844
6844
  *
6845
- * @summary Create secure file container (Auth roles: Admin,Manager,LocalManager)
6845
+ * @summary Create secure file container (Auth policies: RequireLocalManagerRole)
6846
6846
  * @param {string} hospitalId
6847
6847
  * @param {*} [options] Override http request option.
6848
6848
  * @throws {RequiredError}
@@ -6889,7 +6889,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6889
6889
  },
6890
6890
  /**
6891
6891
  *
6892
- * @summary Get file content by file name (Auth roles: Admin,Manager,LocalManager)
6892
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
6893
6893
  * @param {string} hospitalId
6894
6894
  * @param {string} fileName
6895
6895
  * @param {*} [options] Override http request option.
@@ -6940,7 +6940,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6940
6940
  },
6941
6941
  /**
6942
6942
  *
6943
- * @summary Get secure file url with read access by file name (Auth roles: Admin,Manager,LocalManager)
6943
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
6944
6944
  * @param {string} hospitalId
6945
6945
  * @param {string} fileName
6946
6946
  * @param {number} [minutesAvailableUntil]
@@ -6995,7 +6995,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
6995
6995
  },
6996
6996
  /**
6997
6997
  *
6998
- * @summary Get file content by uri (Auth roles: Admin,Manager,LocalManager)
6998
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
6999
6999
  * @param {string} hospitalId
7000
7000
  * @param {string} [uri]
7001
7001
  * @param {*} [options] Override http request option.
@@ -7046,7 +7046,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7046
7046
  },
7047
7047
  /**
7048
7048
  *
7049
- * @summary Upload secure files (Auth roles: Admin,Manager,LocalManager,Doctor)
7049
+ * @summary Upload secure files (Auth policies: RequireDoctorRole)
7050
7050
  * @param {string} hospitalId
7051
7051
  * @param {Array<File>} [files]
7052
7052
  * @param {*} [options] Override http request option.
@@ -7102,7 +7102,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7102
7102
  },
7103
7103
  /**
7104
7104
  *
7105
- * @summary Get secure file url with read access by uri (Auth roles: Admin,Manager,LocalManager)
7105
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
7106
7106
  * @param {string} hospitalId
7107
7107
  * @param {string} [uri]
7108
7108
  * @param {number} [minutesAvailableUntil]
@@ -7343,7 +7343,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7343
7343
  },
7344
7344
  /**
7345
7345
  *
7346
- * @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
7346
+ * @summary Delete HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
7347
7347
  * @param {string} hospitalId
7348
7348
  * @param {string} hospitalSpecialtyId
7349
7349
  * @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
@@ -7397,7 +7397,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7397
7397
  },
7398
7398
  /**
7399
7399
  *
7400
- * @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
7400
+ * @summary Save HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
7401
7401
  * @param {string} hospitalId
7402
7402
  * @param {string} hospitalSpecialtyId
7403
7403
  * @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
@@ -7530,7 +7530,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7530
7530
  },
7531
7531
  /**
7532
7532
  *
7533
- * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
7533
+ * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
7534
7534
  * @param {string} hospitalId
7535
7535
  * @param {string} hospitalSpecialtyId
7536
7536
  * @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
@@ -7653,7 +7653,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7653
7653
  },
7654
7654
  /**
7655
7655
  *
7656
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
7656
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
7657
7657
  * @param {string} hospitalId
7658
7658
  * @param {string} hospitalSpecialtyId
7659
7659
  * @param {boolean} [isPermanent]
@@ -7836,7 +7836,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7836
7836
  },
7837
7837
  /**
7838
7838
  *
7839
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
7839
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
7840
7840
  * @param {string} hospitalId
7841
7841
  * @param {string} hospitalSpecialtyId
7842
7842
  * @param {string} mediaId
@@ -7946,7 +7946,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
7946
7946
  },
7947
7947
  /**
7948
7948
  *
7949
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
7949
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
7950
7950
  * @param {string} hospitalId
7951
7951
  * @param {string} hospitalSpecialtyId
7952
7952
  * @param {string} mediaId
@@ -8004,7 +8004,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8004
8004
  },
8005
8005
  /**
8006
8006
  *
8007
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
8007
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
8008
8008
  * @param {string} hospitalId
8009
8009
  * @param {string} hospitalSpecialtyId
8010
8010
  * @param {CreateMediaCommand} [createMediaCommand]
@@ -8058,7 +8058,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8058
8058
  },
8059
8059
  /**
8060
8060
  *
8061
- * @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
8061
+ * @summary Update HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
8062
8062
  * @param {string} hospitalId
8063
8063
  * @param {string} hospitalSpecialtyId
8064
8064
  * @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
@@ -8112,7 +8112,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8112
8112
  },
8113
8113
  /**
8114
8114
  *
8115
- * @summary Reactivate HospitalSpecialty. (Auth roles: Admin,Manager)
8115
+ * @summary Reactivate HospitalSpecialty. (Auth policies: RequireManagerRole)
8116
8116
  * @param {string} hospitalId
8117
8117
  * @param {string} hospitalSpecialtyId
8118
8118
  * @param {*} [options] Override http request option.
@@ -8163,7 +8163,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8163
8163
  },
8164
8164
  /**
8165
8165
  *
8166
- * @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
8166
+ * @summary Revalidate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
8167
8167
  * @param {string} hospitalId
8168
8168
  * @param {string} hospitalSpecialtyId
8169
8169
  * @param {boolean} [includeCurrent]
@@ -8218,7 +8218,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8218
8218
  },
8219
8219
  /**
8220
8220
  *
8221
- * @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
8221
+ * @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
8222
8222
  * @param {string} hospitalId
8223
8223
  * @param {string} hospitalSpecialtyId
8224
8224
  * @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
@@ -8272,7 +8272,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8272
8272
  },
8273
8273
  /**
8274
8274
  *
8275
- * @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
8275
+ * @summary Create HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
8276
8276
  * @param {string} hospitalId
8277
8277
  * @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
8278
8278
  * @param {*} [options] Override http request option.
@@ -8589,7 +8589,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8589
8589
  },
8590
8590
  /**
8591
8591
  *
8592
- * @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
8592
+ * @summary Create HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
8593
8593
  * @param {string} hospitalId
8594
8594
  * @param {string} specialtyId
8595
8595
  * @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
@@ -8732,7 +8732,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8732
8732
  },
8733
8733
  /**
8734
8734
  *
8735
- * @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
8735
+ * @summary Delete Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
8736
8736
  * @param {string} hospitalId
8737
8737
  * @param {string} specialtyId
8738
8738
  * @param {string} serviceId
@@ -8790,7 +8790,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8790
8790
  },
8791
8791
  /**
8792
8792
  *
8793
- * @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
8793
+ * @summary Save Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
8794
8794
  * @param {string} hospitalId
8795
8795
  * @param {string} specialtyId
8796
8796
  * @param {string} serviceId
@@ -8931,7 +8931,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
8931
8931
  },
8932
8932
  /**
8933
8933
  *
8934
- * @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
8934
+ * @summary Add, update and delete service appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
8935
8935
  * @param {string} hospitalId
8936
8936
  * @param {string} specialtyId
8937
8937
  * @param {string} serviceId
@@ -9062,7 +9062,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9062
9062
  },
9063
9063
  /**
9064
9064
  *
9065
- * @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
9065
+ * @summary Delete HospitalService (Auth policies: RequireLocalManagerOrContentManagerRole)
9066
9066
  * @param {string} hospitalId
9067
9067
  * @param {string} specialtyId
9068
9068
  * @param {string} serviceId
@@ -9261,7 +9261,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9261
9261
  },
9262
9262
  /**
9263
9263
  *
9264
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
9264
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
9265
9265
  * @param {string} hospitalId
9266
9266
  * @param {string} specialtyId
9267
9267
  * @param {string} serviceId
@@ -9379,7 +9379,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9379
9379
  },
9380
9380
  /**
9381
9381
  *
9382
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
9382
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
9383
9383
  * @param {string} hospitalId
9384
9384
  * @param {string} specialtyId
9385
9385
  * @param {string} serviceId
@@ -9441,7 +9441,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9441
9441
  },
9442
9442
  /**
9443
9443
  *
9444
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
9444
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
9445
9445
  * @param {string} hospitalId
9446
9446
  * @param {string} specialtyId
9447
9447
  * @param {string} serviceId
@@ -9499,7 +9499,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9499
9499
  },
9500
9500
  /**
9501
9501
  *
9502
- * @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
9502
+ * @summary Update HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
9503
9503
  * @param {string} hospitalId
9504
9504
  * @param {string} specialtyId
9505
9505
  * @param {string} serviceId
@@ -9557,7 +9557,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9557
9557
  },
9558
9558
  /**
9559
9559
  *
9560
- * @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
9560
+ * @summary Reactivate Hospital Service (Auth policies: RequireLocalManagerOrContentManagerRole)
9561
9561
  * @param {string} hospitalId
9562
9562
  * @param {string} specialtyId
9563
9563
  * @param {string} serviceId
@@ -9612,7 +9612,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9612
9612
  },
9613
9613
  /**
9614
9614
  *
9615
- * @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
9615
+ * @summary Revalidate service (Auth policies: RequireLocalManagerOrContentManagerRole)
9616
9616
  * @param {string} hospitalId
9617
9617
  * @param {string} specialtyId
9618
9618
  * @param {string} serviceId
@@ -9671,7 +9671,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9671
9671
  },
9672
9672
  /**
9673
9673
  *
9674
- * @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
9674
+ * @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
9675
9675
  * @param {string} hospitalId
9676
9676
  * @param {string} specialtyId
9677
9677
  * @param {string} serviceId
@@ -9946,7 +9946,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9946
9946
  },
9947
9947
  /**
9948
9948
  *
9949
- * @summary Translate hospital at once (Auth roles: Admin,Manager,LocalManager,ContentManager)
9949
+ * @summary Translate hospital at once (Auth policies: RequireLocalManagerOrContentManagerRole)
9950
9950
  * @param {string} hospitalId
9951
9951
  * @param {TranslateHospitalCommand} [translateHospitalCommand]
9952
9952
  * @param {*} [options] Override http request option.
@@ -9996,7 +9996,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
9996
9996
  },
9997
9997
  /**
9998
9998
  *
9999
- * @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
9999
+ * @summary Batch HospitalWorkingDays. (Auth policies: RequireLocalManagerOrContentManagerRole)
10000
10000
  * @param {string} hospitalId
10001
10001
  * @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
10002
10002
  * @param {*} [options] Override http request option.
@@ -10131,7 +10131,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10131
10131
  },
10132
10132
  /**
10133
10133
  *
10134
- * @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
10134
+ * @summary Create HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
10135
10135
  * @param {string} hospitalId
10136
10136
  * @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
10137
10137
  * @param {*} [options] Override http request option.
@@ -10181,7 +10181,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10181
10181
  },
10182
10182
  /**
10183
10183
  *
10184
- * @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
10184
+ * @summary Delete HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
10185
10185
  * @param {string} hospitalId
10186
10186
  * @param {string} workingDayId
10187
10187
  * @param {*} [options] Override http request option.
@@ -10283,7 +10283,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10283
10283
  },
10284
10284
  /**
10285
10285
  *
10286
- * @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
10286
+ * @summary Update HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
10287
10287
  * @param {string} hospitalId
10288
10288
  * @param {string} workingDayId
10289
10289
  * @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
@@ -10337,7 +10337,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
10337
10337
  },
10338
10338
  /**
10339
10339
  *
10340
- * @summary Create Hospital. (Auth roles: Admin,Manager,ContentManager)
10340
+ * @summary Create Hospital. (Auth policies: RequireContentManagerRole)
10341
10341
  * @param {CreateHospitalCommand} [createHospitalCommand]
10342
10342
  * @param {*} [options] Override http request option.
10343
10343
  * @throws {RequiredError}
@@ -10594,7 +10594,7 @@ var HospitalsApiFp = function (configuration) {
10594
10594
  },
10595
10595
  /**
10596
10596
  *
10597
- * @summary Delete HospitalAccreditation. (Auth roles: Admin, Manager, LocalManager, ContentManager)
10597
+ * @summary Delete HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
10598
10598
  * @param {string} hospitalId
10599
10599
  * @param {string} accreditationId
10600
10600
  * @param {*} [options] Override http request option.
@@ -10615,7 +10615,7 @@ var HospitalsApiFp = function (configuration) {
10615
10615
  },
10616
10616
  /**
10617
10617
  *
10618
- * @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
10618
+ * @summary Get HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
10619
10619
  * @param {string} hospitalId
10620
10620
  * @param {string} accreditationId
10621
10621
  * @param {*} [options] Override http request option.
@@ -10636,7 +10636,7 @@ var HospitalsApiFp = function (configuration) {
10636
10636
  },
10637
10637
  /**
10638
10638
  *
10639
- * @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
10639
+ * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
10640
10640
  * @param {string} hospitalId
10641
10641
  * @param {string} [hospitalName]
10642
10642
  * @param {string} [accreditationId]
@@ -10662,7 +10662,7 @@ var HospitalsApiFp = function (configuration) {
10662
10662
  },
10663
10663
  /**
10664
10664
  *
10665
- * @summary Create HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
10665
+ * @summary Create HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
10666
10666
  * @param {string} hospitalId
10667
10667
  * @param {CreateHospitalAccreditationCommand} [createHospitalAccreditationCommand]
10668
10668
  * @param {*} [options] Override http request option.
@@ -10710,7 +10710,7 @@ var HospitalsApiFp = function (configuration) {
10710
10710
  },
10711
10711
  /**
10712
10712
  *
10713
- * @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
10713
+ * @summary Delete Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
10714
10714
  * @param {string} hospitalId
10715
10715
  * @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
10716
10716
  * @param {*} [options] Override http request option.
@@ -10731,7 +10731,7 @@ var HospitalsApiFp = function (configuration) {
10731
10731
  },
10732
10732
  /**
10733
10733
  *
10734
- * @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
10734
+ * @summary Save Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
10735
10735
  * @param {string} hospitalId
10736
10736
  * @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
10737
10737
  * @param {*} [options] Override http request option.
@@ -10779,7 +10779,7 @@ var HospitalsApiFp = function (configuration) {
10779
10779
  },
10780
10780
  /**
10781
10781
  *
10782
- * @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
10782
+ * @summary Add, update, delete Hospital appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
10783
10783
  * @param {string} hospitalId
10784
10784
  * @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
10785
10785
  * @param {*} [options] Override http request option.
@@ -10824,7 +10824,7 @@ var HospitalsApiFp = function (configuration) {
10824
10824
  },
10825
10825
  /**
10826
10826
  *
10827
- * @summary Delete bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
10827
+ * @summary Delete bankAccountInfo (Auth policies: RequireDoctorRole)
10828
10828
  * @param {string} hospitalId
10829
10829
  * @param {string} bankAccountInfoId
10830
10830
  * @param {*} [options] Override http request option.
@@ -10845,7 +10845,7 @@ var HospitalsApiFp = function (configuration) {
10845
10845
  },
10846
10846
  /**
10847
10847
  *
10848
- * @summary Get bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
10848
+ * @summary Get bankAccountInfo (Auth policies: RequireDoctorRole)
10849
10849
  * @param {string} hospitalId
10850
10850
  * @param {string} bankAccountInfoId
10851
10851
  * @param {*} [options] Override http request option.
@@ -10866,7 +10866,7 @@ var HospitalsApiFp = function (configuration) {
10866
10866
  },
10867
10867
  /**
10868
10868
  *
10869
- * @summary Update bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
10869
+ * @summary Update bankAccountInfo (Auth policies: RequireDoctorRole)
10870
10870
  * @param {string} hospitalId
10871
10871
  * @param {string} bankAccountInfoId
10872
10872
  * @param {UpdateHospitalBankAccountInfoCommand} [updateHospitalBankAccountInfoCommand]
@@ -10888,7 +10888,7 @@ var HospitalsApiFp = function (configuration) {
10888
10888
  },
10889
10889
  /**
10890
10890
  *
10891
- * @summary Get all bankAccountInfos (Auth roles: Admin,Manager,LocalManager,Doctor)
10891
+ * @summary Get all bankAccountInfos (Auth policies: RequireDoctorRole)
10892
10892
  * @param {string} hospitalId
10893
10893
  * @param {string} [bank]
10894
10894
  * @param {boolean} [isEnabled]
@@ -10913,7 +10913,7 @@ var HospitalsApiFp = function (configuration) {
10913
10913
  },
10914
10914
  /**
10915
10915
  *
10916
- * @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
10916
+ * @summary Create bankAccountInfo (Auth policies: RequireDoctorRole)
10917
10917
  * @param {string} hospitalId
10918
10918
  * @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
10919
10919
  * @param {*} [options] Override http request option.
@@ -10934,7 +10934,7 @@ var HospitalsApiFp = function (configuration) {
10934
10934
  },
10935
10935
  /**
10936
10936
  *
10937
- * @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
10937
+ * @summary Delete hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
10938
10938
  * @param {string} hospitalId
10939
10939
  * @param {string} contactId
10940
10940
  * @param {boolean} [isPermanent]
@@ -10977,7 +10977,7 @@ var HospitalsApiFp = function (configuration) {
10977
10977
  },
10978
10978
  /**
10979
10979
  *
10980
- * @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
10980
+ * @summary Update hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
10981
10981
  * @param {string} hospitalId
10982
10982
  * @param {string} contactId
10983
10983
  * @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
@@ -10999,7 +10999,7 @@ var HospitalsApiFp = function (configuration) {
10999
10999
  },
11000
11000
  /**
11001
11001
  *
11002
- * @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
11002
+ * @summary Reactivate hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
11003
11003
  * @param {string} hospitalId
11004
11004
  * @param {string} contactId
11005
11005
  * @param {*} [options] Override http request option.
@@ -11048,7 +11048,7 @@ var HospitalsApiFp = function (configuration) {
11048
11048
  },
11049
11049
  /**
11050
11050
  *
11051
- * @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
11051
+ * @summary Create hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
11052
11052
  * @param {string} hospitalId
11053
11053
  * @param {CreateHospitalContactCommand} [createHospitalContactCommand]
11054
11054
  * @param {*} [options] Override http request option.
@@ -11069,7 +11069,7 @@ var HospitalsApiFp = function (configuration) {
11069
11069
  },
11070
11070
  /**
11071
11071
  *
11072
- * @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
11072
+ * @summary Batch for contacts sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
11073
11073
  * @param {string} hospitalId
11074
11074
  * @param {ContactSortingCommand} [contactSortingCommand]
11075
11075
  * @param {*} [options] Override http request option.
@@ -11090,7 +11090,7 @@ var HospitalsApiFp = function (configuration) {
11090
11090
  },
11091
11091
  /**
11092
11092
  *
11093
- * @summary Delete Hospital. (Auth roles: Admin,Manager)
11093
+ * @summary Delete Hospital. (Auth policies: RequireManagerRole)
11094
11094
  * @param {string} hospitalId
11095
11095
  * @param {boolean} [isPermanent]
11096
11096
  * @param {*} [options] Override http request option.
@@ -11111,7 +11111,7 @@ var HospitalsApiFp = function (configuration) {
11111
11111
  },
11112
11112
  /**
11113
11113
  *
11114
- * @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
11114
+ * @summary Delete HospitalEquipment (Auth policies: RequireLocalManagerOrContentManagerRole)
11115
11115
  * @param {string} hospitalId
11116
11116
  * @param {string} equipmentId
11117
11117
  * @param {boolean} [isPermanent]
@@ -11180,7 +11180,7 @@ var HospitalsApiFp = function (configuration) {
11180
11180
  },
11181
11181
  /**
11182
11182
  *
11183
- * @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
11183
+ * @summary Delete EquipmentMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
11184
11184
  * @param {string} hospitalId
11185
11185
  * @param {string} equipmentId
11186
11186
  * @param {string} mediaId
@@ -11224,7 +11224,7 @@ var HospitalsApiFp = function (configuration) {
11224
11224
  },
11225
11225
  /**
11226
11226
  *
11227
- * @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11227
+ * @summary Update EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
11228
11228
  * @param {string} hospitalId
11229
11229
  * @param {string} equipmentId
11230
11230
  * @param {string} mediaId
@@ -11247,7 +11247,7 @@ var HospitalsApiFp = function (configuration) {
11247
11247
  },
11248
11248
  /**
11249
11249
  *
11250
- * @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11250
+ * @summary Create EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
11251
11251
  * @param {string} hospitalId
11252
11252
  * @param {string} equipmentId
11253
11253
  * @param {CreateMediaCommand} [createMediaCommand]
@@ -11269,7 +11269,7 @@ var HospitalsApiFp = function (configuration) {
11269
11269
  },
11270
11270
  /**
11271
11271
  *
11272
- * @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11272
+ * @summary Update HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
11273
11273
  * @param {string} hospitalId
11274
11274
  * @param {string} equipmentId
11275
11275
  * @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
@@ -11291,7 +11291,7 @@ var HospitalsApiFp = function (configuration) {
11291
11291
  },
11292
11292
  /**
11293
11293
  *
11294
- * @summary Reactivate HospitalEquipment. (Auth roles: Admin,Manager)
11294
+ * @summary Reactivate HospitalEquipment. (Auth policies: RequireManagerRole)
11295
11295
  * @param {string} hospitalId
11296
11296
  * @param {string} equipmentId
11297
11297
  * @param {*} [options] Override http request option.
@@ -11342,7 +11342,7 @@ var HospitalsApiFp = function (configuration) {
11342
11342
  },
11343
11343
  /**
11344
11344
  *
11345
- * @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11345
+ * @summary Create HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
11346
11346
  * @param {string} hospitalId
11347
11347
  * @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
11348
11348
  * @param {*} [options] Override http request option.
@@ -11363,7 +11363,7 @@ var HospitalsApiFp = function (configuration) {
11363
11363
  },
11364
11364
  /**
11365
11365
  *
11366
- * @summary Delete HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
11366
+ * @summary Delete HospitalEvaluation. (Auth policies: RequireContentManagerRole)
11367
11367
  * @param {string} hospitalId
11368
11368
  * @param {string} evaluationId
11369
11369
  * @param {*} [options] Override http request option.
@@ -11431,7 +11431,7 @@ var HospitalsApiFp = function (configuration) {
11431
11431
  },
11432
11432
  /**
11433
11433
  *
11434
- * @summary Create HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
11434
+ * @summary Create HospitalEvaluation. (Auth policies: RequireContentManagerRole)
11435
11435
  * @param {string} hospitalId
11436
11436
  * @param {CreateHospitalEvaluationCommand} [createHospitalEvaluationCommand]
11437
11437
  * @param {*} [options] Override http request option.
@@ -11452,7 +11452,7 @@ var HospitalsApiFp = function (configuration) {
11452
11452
  },
11453
11453
  /**
11454
11454
  *
11455
- * @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
11455
+ * @summary Get footerNavigationItems (Auth policies: RequireLocalManagerOrContentManagerRole)
11456
11456
  * @param {string} hospitalId
11457
11457
  * @param {string} languageCode
11458
11458
  * @param {*} [options] Override http request option.
@@ -11473,7 +11473,7 @@ var HospitalsApiFp = function (configuration) {
11473
11473
  },
11474
11474
  /**
11475
11475
  *
11476
- * @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
11476
+ * @summary Delete footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
11477
11477
  * @param {string} hospitalId
11478
11478
  * @param {string} languageCode
11479
11479
  * @param {string} id Id of level 1 item in the json data
@@ -11495,7 +11495,7 @@ var HospitalsApiFp = function (configuration) {
11495
11495
  },
11496
11496
  /**
11497
11497
  *
11498
- * @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
11498
+ * @summary Get footerNavigationItem by Id (Auth policies: RequireLocalManagerOrContentManagerRole)
11499
11499
  * @param {string} hospitalId
11500
11500
  * @param {string} languageCode
11501
11501
  * @param {string} id
@@ -11517,7 +11517,7 @@ var HospitalsApiFp = function (configuration) {
11517
11517
  },
11518
11518
  /**
11519
11519
  *
11520
- * @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
11520
+ * @summary Get footerNavigationItems by ParentId (Auth policies: RequireLocalManagerOrContentManagerRole)
11521
11521
  * @param {string} hospitalId
11522
11522
  * @param {string} languageCode
11523
11523
  * @param {string} parentId
@@ -11539,7 +11539,7 @@ var HospitalsApiFp = function (configuration) {
11539
11539
  },
11540
11540
  /**
11541
11541
  *
11542
- * @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
11542
+ * @summary Save footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
11543
11543
  * @param {string} hospitalId
11544
11544
  * @param {string} languageCode
11545
11545
  * @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
@@ -11561,7 +11561,7 @@ var HospitalsApiFp = function (configuration) {
11561
11561
  },
11562
11562
  /**
11563
11563
  *
11564
- * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
11564
+ * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth policies: RequireLocalManagerOrContentManagerRole)
11565
11565
  * @param {string} hospitalId
11566
11566
  * @param {string} languageCode
11567
11567
  * @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
@@ -11631,7 +11631,7 @@ var HospitalsApiFp = function (configuration) {
11631
11631
  },
11632
11632
  /**
11633
11633
  *
11634
- * @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11634
+ * @summary Delete HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
11635
11635
  * @param {string} hospitalId
11636
11636
  * @param {string} handleId
11637
11637
  * @param {*} [options] Override http request option.
@@ -11673,7 +11673,7 @@ var HospitalsApiFp = function (configuration) {
11673
11673
  },
11674
11674
  /**
11675
11675
  *
11676
- * @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11676
+ * @summary Update HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
11677
11677
  * @param {string} hospitalId
11678
11678
  * @param {string} handleId
11679
11679
  * @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
@@ -11695,7 +11695,7 @@ var HospitalsApiFp = function (configuration) {
11695
11695
  },
11696
11696
  /**
11697
11697
  *
11698
- * @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11698
+ * @summary Get HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
11699
11699
  * @param {string} hospitalId
11700
11700
  * @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
11701
11701
  * @param {*} [options] Override http request option.
@@ -11716,7 +11716,7 @@ var HospitalsApiFp = function (configuration) {
11716
11716
  },
11717
11717
  /**
11718
11718
  *
11719
- * @summary Get all HeaderNavigationItems (Auth roles: Admin,Manager,LocalManager,Doctor)
11719
+ * @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorRole)
11720
11720
  * @param {string} hospitalId
11721
11721
  * @param {string} languageCode
11722
11722
  * @param {*} [options] Override http request option.
@@ -11737,7 +11737,7 @@ var HospitalsApiFp = function (configuration) {
11737
11737
  },
11738
11738
  /**
11739
11739
  *
11740
- * @summary Delete HeaderNavigationItem (Auth roles: Admin,Manager,LocalManager,Doctor)
11740
+ * @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorRole)
11741
11741
  * @param {string} hospitalId
11742
11742
  * @param {string} languageCode
11743
11743
  * @param {string} id
@@ -11759,7 +11759,7 @@ var HospitalsApiFp = function (configuration) {
11759
11759
  },
11760
11760
  /**
11761
11761
  *
11762
- * @summary Get HeaderNavigationItem by id (Auth roles: Admin,Manager,LocalManager,Doctor)
11762
+ * @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorRole)
11763
11763
  * @param {string} hospitalId
11764
11764
  * @param {string} languageCode
11765
11765
  * @param {string} id
@@ -11781,7 +11781,7 @@ var HospitalsApiFp = function (configuration) {
11781
11781
  },
11782
11782
  /**
11783
11783
  *
11784
- * @summary Get HeaderNavigationItems by parent id (Auth roles: Admin,Manager,LocalManager,Doctor)
11784
+ * @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorRole)
11785
11785
  * @param {string} hospitalId
11786
11786
  * @param {string} languageCode
11787
11787
  * @param {string} parentId
@@ -11803,7 +11803,7 @@ var HospitalsApiFp = function (configuration) {
11803
11803
  },
11804
11804
  /**
11805
11805
  *
11806
- * @summary Save HeaderNavigationItem (Auth roles: Admin,Manager,LocalManager,Doctor)
11806
+ * @summary Save HeaderNavigationItem (Auth policies: RequireDoctorRole)
11807
11807
  * @param {string} hospitalId
11808
11808
  * @param {string} languageCode
11809
11809
  * @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
@@ -11852,7 +11852,7 @@ var HospitalsApiFp = function (configuration) {
11852
11852
  },
11853
11853
  /**
11854
11854
  *
11855
- * @summary Delete Landing. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11855
+ * @summary Delete Landing. (Auth policies: RequireLocalManagerOrContentManagerRole)
11856
11856
  * @param {string} hospitalId
11857
11857
  * @param {string} landingId
11858
11858
  * @param {boolean} [isPermanent]
@@ -11896,7 +11896,7 @@ var HospitalsApiFp = function (configuration) {
11896
11896
  },
11897
11897
  /**
11898
11898
  *
11899
- * @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
11899
+ * @summary Update Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
11900
11900
  * @param {string} hospitalId
11901
11901
  * @param {string} landingId
11902
11902
  * @param {UpdateLandingCommand} [updateLandingCommand]
@@ -11918,7 +11918,7 @@ var HospitalsApiFp = function (configuration) {
11918
11918
  },
11919
11919
  /**
11920
11920
  *
11921
- * @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
11921
+ * @summary Reactivate Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
11922
11922
  * @param {string} hospitalId
11923
11923
  * @param {string} landingId
11924
11924
  * @param {*} [options] Override http request option.
@@ -11939,7 +11939,7 @@ var HospitalsApiFp = function (configuration) {
11939
11939
  },
11940
11940
  /**
11941
11941
  *
11942
- * @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
11942
+ * @summary Revalidate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
11943
11943
  * @param {string} hospitalId
11944
11944
  * @param {string} landingId
11945
11945
  * @param {boolean} [includeCurrent]
@@ -11961,7 +11961,7 @@ var HospitalsApiFp = function (configuration) {
11961
11961
  },
11962
11962
  /**
11963
11963
  *
11964
- * @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
11964
+ * @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
11965
11965
  * @param {string} hospitalId
11966
11966
  * @param {string} landingId
11967
11967
  * @param {TranslateLandingCommand} [translateLandingCommand]
@@ -11983,7 +11983,7 @@ var HospitalsApiFp = function (configuration) {
11983
11983
  },
11984
11984
  /**
11985
11985
  *
11986
- * @summary Create HospitalLandings. (Auth roles: Admin,Manager,LocalManager,ContentManager)
11986
+ * @summary Create HospitalLandings. (Auth policies: RequireLocalManagerOrContentManagerRole)
11987
11987
  * @param {string} hospitalId
11988
11988
  * @param {CreateLandingCommand} [createLandingCommand]
11989
11989
  * @param {*} [options] Override http request option.
@@ -12029,7 +12029,7 @@ var HospitalsApiFp = function (configuration) {
12029
12029
  },
12030
12030
  /**
12031
12031
  *
12032
- * @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
12032
+ * @summary Delete GetAllLanguage. (Auth policies: RequireLocalManagerOrContentManagerRole)
12033
12033
  * @param {string} hospitalId
12034
12034
  * @param {string} languageCode
12035
12035
  * @param {*} [options] Override http request option.
@@ -12050,7 +12050,7 @@ var HospitalsApiFp = function (configuration) {
12050
12050
  },
12051
12051
  /**
12052
12052
  *
12053
- * @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
12053
+ * @summary Update HospitalLanguage (Auth policies: RequireLocalManagerOrContentManagerRole)
12054
12054
  * @param {string} hospitalId
12055
12055
  * @param {string} languageCode
12056
12056
  * @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
@@ -12072,7 +12072,7 @@ var HospitalsApiFp = function (configuration) {
12072
12072
  },
12073
12073
  /**
12074
12074
  *
12075
- * @summary Create HospitalLanguages. (Auth roles: Admin,Manager,LocalManager,ContentManager)
12075
+ * @summary Create HospitalLanguages. (Auth policies: RequireLocalManagerOrContentManagerRole)
12076
12076
  * @param {string} hospitalId
12077
12077
  * @param {CreateHospitalLanguageCommand} [createHospitalLanguageCommand]
12078
12078
  * @param {*} [options] Override http request option.
@@ -12093,7 +12093,7 @@ var HospitalsApiFp = function (configuration) {
12093
12093
  },
12094
12094
  /**
12095
12095
  *
12096
- * @summary Get managers (Auth roles: Admin,Manager,LocalManager,Doctor)
12096
+ * @summary Get managers (Auth policies: RequireDoctorRole)
12097
12097
  * @param {string} hospitalId
12098
12098
  * @param {string} [id]
12099
12099
  * @param {string} [fullname]
@@ -12123,7 +12123,7 @@ var HospitalsApiFp = function (configuration) {
12123
12123
  },
12124
12124
  /**
12125
12125
  *
12126
- * @summary Delete manager (Auth roles: Admin,Manager)
12126
+ * @summary Delete manager (Auth policies: RequireManagerRole)
12127
12127
  * @param {string} hospitalId
12128
12128
  * @param {string} managerId
12129
12129
  * @param {boolean} [isPermanent]
@@ -12145,7 +12145,7 @@ var HospitalsApiFp = function (configuration) {
12145
12145
  },
12146
12146
  /**
12147
12147
  *
12148
- * @summary Get manager (Auth roles: Admin,Manager,LocalManager,Doctor)
12148
+ * @summary Get manager (Auth policies: RequireDoctorRole)
12149
12149
  * @param {string} hospitalId
12150
12150
  * @param {string} managerId
12151
12151
  * @param {*} [options] Override http request option.
@@ -12166,7 +12166,7 @@ var HospitalsApiFp = function (configuration) {
12166
12166
  },
12167
12167
  /**
12168
12168
  * PUT: /api/v1/hospitals/{hospitlaId}/managers/{managerId} { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
12169
- * @summary Update manager (Auth roles: Admin,Manager,LocalManager,Doctor)
12169
+ * @summary Update manager (Auth policies: RequireDoctorRole)
12170
12170
  * @param {string} hospitalId
12171
12171
  * @param {string} managerId
12172
12172
  * @param {UpdateManagerCommand} [updateManagerCommand]
@@ -12188,7 +12188,7 @@ var HospitalsApiFp = function (configuration) {
12188
12188
  },
12189
12189
  /**
12190
12190
  * POST: /api/v1/hospitals/{hospitlaId}/managers { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
12191
- * @summary Create manager (Auth roles: Admin,Manager)
12191
+ * @summary Create manager (Auth policies: RequireManagerRole)
12192
12192
  * @param {string} hospitalId
12193
12193
  * @param {CreateManagerCommand} [createManagerCommand]
12194
12194
  * @param {*} [options] Override http request option.
@@ -12234,7 +12234,7 @@ var HospitalsApiFp = function (configuration) {
12234
12234
  },
12235
12235
  /**
12236
12236
  *
12237
- * @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
12237
+ * @summary Delete HospitalMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
12238
12238
  * @param {string} hospitalId
12239
12239
  * @param {string} mediaId
12240
12240
  * @param {*} [options] Override http request option.
@@ -12276,7 +12276,7 @@ var HospitalsApiFp = function (configuration) {
12276
12276
  },
12277
12277
  /**
12278
12278
  *
12279
- * @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
12279
+ * @summary Update HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
12280
12280
  * @param {string} hospitalId
12281
12281
  * @param {string} mediaId
12282
12282
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -12298,7 +12298,7 @@ var HospitalsApiFp = function (configuration) {
12298
12298
  },
12299
12299
  /**
12300
12300
  *
12301
- * @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
12301
+ * @summary Create HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
12302
12302
  * @param {string} hospitalId
12303
12303
  * @param {CreateMediaCommand} [createMediaCommand]
12304
12304
  * @param {*} [options] Override http request option.
@@ -12319,7 +12319,7 @@ var HospitalsApiFp = function (configuration) {
12319
12319
  },
12320
12320
  /**
12321
12321
  *
12322
- * @summary Get notices (Auth roles: Admin,Manager,LocalManager)
12322
+ * @summary Get notices (Auth policies: RequireLocalManagerRole)
12323
12323
  * @param {string} hospitalId
12324
12324
  * @param {string} [id]
12325
12325
  * @param {string} [languageCode]
@@ -12347,7 +12347,7 @@ var HospitalsApiFp = function (configuration) {
12347
12347
  },
12348
12348
  /**
12349
12349
  *
12350
- * @summary Delete notice (Auth roles: Admin,Manager,LocalManager)
12350
+ * @summary Delete notice (Auth policies: RequireLocalManagerRole)
12351
12351
  * @param {string} hospitalId
12352
12352
  * @param {string} noticeId
12353
12353
  * @param {string} [languageCode]
@@ -12370,7 +12370,7 @@ var HospitalsApiFp = function (configuration) {
12370
12370
  },
12371
12371
  /**
12372
12372
  *
12373
- * @summary Get notice by id (Auth roles: Admin,Manager,LocalManager)
12373
+ * @summary Get notice by id (Auth policies: RequireLocalManagerRole)
12374
12374
  * @param {string} hospitalId
12375
12375
  * @param {string} noticeId
12376
12376
  * @param {string} [languageCode]
@@ -12392,7 +12392,7 @@ var HospitalsApiFp = function (configuration) {
12392
12392
  },
12393
12393
  /**
12394
12394
  *
12395
- * @summary Update notice (Auth roles: Admin,Manager,LocalManager)
12395
+ * @summary Update notice (Auth policies: RequireLocalManagerRole)
12396
12396
  * @param {string} hospitalId
12397
12397
  * @param {string} noticeId
12398
12398
  * @param {UpdateNoticeCommand} [updateNoticeCommand]
@@ -12414,7 +12414,7 @@ var HospitalsApiFp = function (configuration) {
12414
12414
  },
12415
12415
  /**
12416
12416
  *
12417
- * @summary Reactivate notice (Auth roles: Admin,Manager,LocalManager)
12417
+ * @summary Reactivate notice (Auth policies: RequireLocalManagerRole)
12418
12418
  * @param {string} hospitalId
12419
12419
  * @param {string} noticeId
12420
12420
  * @param {*} [options] Override http request option.
@@ -12435,7 +12435,7 @@ var HospitalsApiFp = function (configuration) {
12435
12435
  },
12436
12436
  /**
12437
12437
  *
12438
- * @summary Create notice (Auth roles: Admin,Manager,LocalManager)
12438
+ * @summary Create notice (Auth policies: RequireLocalManagerRole)
12439
12439
  * @param {string} hospitalId
12440
12440
  * @param {CreateNoticeCommand} [createNoticeCommand]
12441
12441
  * @param {*} [options] Override http request option.
@@ -12456,7 +12456,7 @@ var HospitalsApiFp = function (configuration) {
12456
12456
  },
12457
12457
  /**
12458
12458
  *
12459
- * @summary Batch for notices sorting (Auth roles: Admin,Manager,LocalManager)
12459
+ * @summary Batch for notices sorting (Auth policies: RequireLocalManagerRole)
12460
12460
  * @param {string} hospitalId
12461
12461
  * @param {NoticeSortingCommand} [noticeSortingCommand]
12462
12462
  * @param {*} [options] Override http request option.
@@ -12477,7 +12477,7 @@ var HospitalsApiFp = function (configuration) {
12477
12477
  },
12478
12478
  /**
12479
12479
  *
12480
- * @summary Get hospital pageItems (Auth roles: Admin,Manager,LocalManager,Doctor)
12480
+ * @summary Get hospital pageItems (Auth policies: RequireDoctorRole)
12481
12481
  * @param {string} hospitalId
12482
12482
  * @param {string} [id]
12483
12483
  * @param {string} [languageCode]
@@ -12505,7 +12505,7 @@ var HospitalsApiFp = function (configuration) {
12505
12505
  },
12506
12506
  /**
12507
12507
  *
12508
- * @summary Delete page (Auth roles: Admin,Manager,LocalManager,Doctor)
12508
+ * @summary Delete page (Auth policies: RequireDoctorRole)
12509
12509
  * @param {string} hospitalId
12510
12510
  * @param {string} pageItemId
12511
12511
  * @param {boolean} [isPermanent]
@@ -12528,7 +12528,7 @@ var HospitalsApiFp = function (configuration) {
12528
12528
  },
12529
12529
  /**
12530
12530
  *
12531
- * @summary Get hospital page (Auth roles: Admin,Manager,LocalManager,Doctor)
12531
+ * @summary Get hospital page (Auth policies: RequireDoctorRole)
12532
12532
  * @param {string} hospitalId
12533
12533
  * @param {string} pageItemId
12534
12534
  * @param {string} [languageCode]
@@ -12550,7 +12550,7 @@ var HospitalsApiFp = function (configuration) {
12550
12550
  },
12551
12551
  /**
12552
12552
  *
12553
- * @summary Update page (Auth roles: Admin,Manager,LocalManager,Doctor)
12553
+ * @summary Update page (Auth policies: RequireDoctorRole)
12554
12554
  * @param {string} hospitalId
12555
12555
  * @param {string} pageItemId
12556
12556
  * @param {UpdatePageCommand} [updatePageCommand]
@@ -12572,7 +12572,7 @@ var HospitalsApiFp = function (configuration) {
12572
12572
  },
12573
12573
  /**
12574
12574
  *
12575
- * @summary Reactivate page (Auth roles: Admin,Manager,LocalManager,Doctor)
12575
+ * @summary Reactivate page (Auth policies: RequireDoctorRole)
12576
12576
  * @param {string} hospitalId
12577
12577
  * @param {string} pageItemId
12578
12578
  * @param {*} [options] Override http request option.
@@ -12593,7 +12593,7 @@ var HospitalsApiFp = function (configuration) {
12593
12593
  },
12594
12594
  /**
12595
12595
  *
12596
- * @summary Translate pageBlocks in section (Auth roles: Admin,Manager,LocalManager,Doctor)
12596
+ * @summary Translate pageBlocks in section (Auth policies: RequireDoctorRole)
12597
12597
  * @param {string} hospitalId
12598
12598
  * @param {string} pageItemId
12599
12599
  * @param {string} pageSectionId
@@ -12616,7 +12616,7 @@ var HospitalsApiFp = function (configuration) {
12616
12616
  },
12617
12617
  /**
12618
12618
  *
12619
- * @summary Translate page (Auth roles: Admin,Manager,LocalManager,Doctor)
12619
+ * @summary Translate page (Auth policies: RequireDoctorRole)
12620
12620
  * @param {string} hospitalId
12621
12621
  * @param {string} pageItemId
12622
12622
  * @param {TranslatePageCommand} [translatePageCommand]
@@ -12638,7 +12638,7 @@ var HospitalsApiFp = function (configuration) {
12638
12638
  },
12639
12639
  /**
12640
12640
  *
12641
- * @summary Create page (Auth roles: Admin,Manager,LocalManager,Doctor)
12641
+ * @summary Create page (Auth policies: RequireDoctorRole)
12642
12642
  * @param {string} hospitalId
12643
12643
  * @param {CreatePageCommand} [createPageCommand]
12644
12644
  * @param {*} [options] Override http request option.
@@ -12659,7 +12659,7 @@ var HospitalsApiFp = function (configuration) {
12659
12659
  },
12660
12660
  /**
12661
12661
  *
12662
- * @summary Get hospitalPaymentMethods list (Auth roles: Admin,Manager,LocalManager,Doctor)
12662
+ * @summary Get hospitalPaymentMethods list (Auth policies: RequireDoctorRole)
12663
12663
  * @param {string} hospitalId
12664
12664
  * @param {PaymentMethod} [paymentMethod]
12665
12665
  * @param {string} [id]
@@ -12684,7 +12684,7 @@ var HospitalsApiFp = function (configuration) {
12684
12684
  },
12685
12685
  /**
12686
12686
  *
12687
- * @summary Delete hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
12687
+ * @summary Delete hospitalPaymentMethod (Auth policies: RequireDoctorRole)
12688
12688
  * @param {string} hospitalId
12689
12689
  * @param {string} id
12690
12690
  * @param {*} [options] Override http request option.
@@ -12705,7 +12705,7 @@ var HospitalsApiFp = function (configuration) {
12705
12705
  },
12706
12706
  /**
12707
12707
  *
12708
- * @summary Get hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
12708
+ * @summary Get hospitalPaymentMethod (Auth policies: RequireDoctorRole)
12709
12709
  * @param {string} hospitalId
12710
12710
  * @param {string} id
12711
12711
  * @param {*} [options] Override http request option.
@@ -12726,7 +12726,7 @@ var HospitalsApiFp = function (configuration) {
12726
12726
  },
12727
12727
  /**
12728
12728
  *
12729
- * @summary Update hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
12729
+ * @summary Update hospitalPaymentMethod (Auth policies: RequireDoctorRole)
12730
12730
  * @param {string} hospitalId
12731
12731
  * @param {string} id
12732
12732
  * @param {UpdateHospitalPaymentMethodCommand} [updateHospitalPaymentMethodCommand]
@@ -12748,7 +12748,7 @@ var HospitalsApiFp = function (configuration) {
12748
12748
  },
12749
12749
  /**
12750
12750
  *
12751
- * @summary Create hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
12751
+ * @summary Create hospitalPaymentMethod (Auth policies: RequireDoctorRole)
12752
12752
  * @param {string} hospitalId
12753
12753
  * @param {CreateHospitalPaymentMethodCommand} [createHospitalPaymentMethodCommand]
12754
12754
  * @param {*} [options] Override http request option.
@@ -12796,7 +12796,7 @@ var HospitalsApiFp = function (configuration) {
12796
12796
  },
12797
12797
  /**
12798
12798
  *
12799
- * @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
12799
+ * @summary Delete policy (Auth policies: RequireLocalManagerOrContentManagerRole)
12800
12800
  * @param {string} hospitalId
12801
12801
  * @param {string} policyId
12802
12802
  * @param {boolean} [isPermanent]
@@ -12840,7 +12840,7 @@ var HospitalsApiFp = function (configuration) {
12840
12840
  },
12841
12841
  /**
12842
12842
  *
12843
- * @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
12843
+ * @summary Update policy (Auth policies: RequireLocalManagerOrContentManagerRole)
12844
12844
  * @param {string} hospitalId
12845
12845
  * @param {string} policyId
12846
12846
  * @param {UpdatePolicyCommand} [updatePolicyCommand]
@@ -12862,7 +12862,7 @@ var HospitalsApiFp = function (configuration) {
12862
12862
  },
12863
12863
  /**
12864
12864
  *
12865
- * @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
12865
+ * @summary Reactivate policy (Auth policies: RequireLocalManagerOrContentManagerRole)
12866
12866
  * @param {string} hospitalId
12867
12867
  * @param {string} policyId
12868
12868
  * @param {*} [options] Override http request option.
@@ -12883,7 +12883,7 @@ var HospitalsApiFp = function (configuration) {
12883
12883
  },
12884
12884
  /**
12885
12885
  *
12886
- * @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
12886
+ * @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
12887
12887
  * @param {string} hospitalId
12888
12888
  * @param {CreatePolicyCommand} [createPolicyCommand]
12889
12889
  * @param {*} [options] Override http request option.
@@ -12904,7 +12904,7 @@ var HospitalsApiFp = function (configuration) {
12904
12904
  },
12905
12905
  /**
12906
12906
  *
12907
- * @summary Update Hospital. (Auth roles: Admin,Manager,LocalManager,ContentManager)
12907
+ * @summary Update Hospital. (Auth policies: RequireLocalManagerOrContentManagerRole)
12908
12908
  * @param {string} hospitalId
12909
12909
  * @param {UpdateHospitalCommand} [updateHospitalCommand]
12910
12910
  * @param {*} [options] Override http request option.
@@ -12951,7 +12951,7 @@ var HospitalsApiFp = function (configuration) {
12951
12951
  },
12952
12952
  /**
12953
12953
  *
12954
- * @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
12954
+ * @summary Delete hospitalRating (Auth policies: RequireDoctorRole)
12955
12955
  * @param {string} hospitalId
12956
12956
  * @param {string} id
12957
12957
  * @param {*} [options] Override http request option.
@@ -12993,7 +12993,7 @@ var HospitalsApiFp = function (configuration) {
12993
12993
  },
12994
12994
  /**
12995
12995
  *
12996
- * @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
12996
+ * @summary Update hospitalRating (Auth policies: RequireDoctorRole)
12997
12997
  * @param {string} hospitalId
12998
12998
  * @param {string} id
12999
12999
  * @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
@@ -13015,7 +13015,7 @@ var HospitalsApiFp = function (configuration) {
13015
13015
  },
13016
13016
  /**
13017
13017
  *
13018
- * @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
13018
+ * @summary Create hospitalRating (Auth policies: RequireDoctorRole)
13019
13019
  * @param {string} hospitalId
13020
13020
  * @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
13021
13021
  * @param {*} [options] Override http request option.
@@ -13036,7 +13036,7 @@ var HospitalsApiFp = function (configuration) {
13036
13036
  },
13037
13037
  /**
13038
13038
  *
13039
- * @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
13039
+ * @summary Sort hospitalRating entities (Auth policies: RequireDoctorRole)
13040
13040
  * @param {string} hospitalId
13041
13041
  * @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
13042
13042
  * @param {*} [options] Override http request option.
@@ -13057,7 +13057,7 @@ var HospitalsApiFp = function (configuration) {
13057
13057
  },
13058
13058
  /**
13059
13059
  *
13060
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager)
13060
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireManagerRole)
13061
13061
  * @param {string} hospitalId
13062
13062
  * @param {*} [options] Override http request option.
13063
13063
  * @throws {RequiredError}
@@ -13077,7 +13077,7 @@ var HospitalsApiFp = function (configuration) {
13077
13077
  },
13078
13078
  /**
13079
13079
  *
13080
- * @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
13080
+ * @summary Revalidate hospital (Auth policies: RequireLocalManagerOrContentManagerRole)
13081
13081
  * @param {string} hospitalId
13082
13082
  * @param {boolean} [includeCurrent]
13083
13083
  * @param {*} [options] Override http request option.
@@ -13098,7 +13098,7 @@ var HospitalsApiFp = function (configuration) {
13098
13098
  },
13099
13099
  /**
13100
13100
  *
13101
- * @summary Delete secure file container (Auth roles: Admin,Manager,LocalManager)
13101
+ * @summary Delete secure file container (Auth policies: RequireLocalManagerRole)
13102
13102
  * @param {string} hospitalId
13103
13103
  * @param {string} containerId
13104
13104
  * @param {*} [options] Override http request option.
@@ -13119,7 +13119,7 @@ var HospitalsApiFp = function (configuration) {
13119
13119
  },
13120
13120
  /**
13121
13121
  *
13122
- * @summary Get file content (Auth roles: Admin,Manager,LocalManager)
13122
+ * @summary Get file content (Auth policies: RequireLocalManagerRole)
13123
13123
  * @param {string} hospitalId
13124
13124
  * @param {string} containerId
13125
13125
  * @param {string} fileId
@@ -13141,7 +13141,7 @@ var HospitalsApiFp = function (configuration) {
13141
13141
  },
13142
13142
  /**
13143
13143
  *
13144
- * @summary Get secure file url with read access (Auth roles: Admin,Manager,LocalManager)
13144
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
13145
13145
  * @param {string} hospitalId
13146
13146
  * @param {string} containerId
13147
13147
  * @param {string} fileId
@@ -13164,7 +13164,7 @@ var HospitalsApiFp = function (configuration) {
13164
13164
  },
13165
13165
  /**
13166
13166
  *
13167
- * @summary Get secure container (Auth roles: Admin,Manager,LocalManager)
13167
+ * @summary Get secure container (Auth policies: RequireLocalManagerRole)
13168
13168
  * @param {string} hospitalId
13169
13169
  * @param {string} containerId
13170
13170
  * @param {string} [languageCode]
@@ -13186,7 +13186,7 @@ var HospitalsApiFp = function (configuration) {
13186
13186
  },
13187
13187
  /**
13188
13188
  *
13189
- * @summary Get secure containers (Auth roles: Admin,Manager,LocalManager)
13189
+ * @summary Get secure containers (Auth policies: RequireLocalManagerRole)
13190
13190
  * @param {string} hospitalId
13191
13191
  * @param {string} [id]
13192
13192
  * @param {string} [languageCode]
@@ -13215,7 +13215,7 @@ var HospitalsApiFp = function (configuration) {
13215
13215
  },
13216
13216
  /**
13217
13217
  *
13218
- * @summary Create secure file container (Auth roles: Admin,Manager,LocalManager)
13218
+ * @summary Create secure file container (Auth policies: RequireLocalManagerRole)
13219
13219
  * @param {string} hospitalId
13220
13220
  * @param {*} [options] Override http request option.
13221
13221
  * @throws {RequiredError}
@@ -13235,7 +13235,7 @@ var HospitalsApiFp = function (configuration) {
13235
13235
  },
13236
13236
  /**
13237
13237
  *
13238
- * @summary Get file content by file name (Auth roles: Admin,Manager,LocalManager)
13238
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
13239
13239
  * @param {string} hospitalId
13240
13240
  * @param {string} fileName
13241
13241
  * @param {*} [options] Override http request option.
@@ -13256,7 +13256,7 @@ var HospitalsApiFp = function (configuration) {
13256
13256
  },
13257
13257
  /**
13258
13258
  *
13259
- * @summary Get secure file url with read access by file name (Auth roles: Admin,Manager,LocalManager)
13259
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
13260
13260
  * @param {string} hospitalId
13261
13261
  * @param {string} fileName
13262
13262
  * @param {number} [minutesAvailableUntil]
@@ -13278,7 +13278,7 @@ var HospitalsApiFp = function (configuration) {
13278
13278
  },
13279
13279
  /**
13280
13280
  *
13281
- * @summary Get file content by uri (Auth roles: Admin,Manager,LocalManager)
13281
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
13282
13282
  * @param {string} hospitalId
13283
13283
  * @param {string} [uri]
13284
13284
  * @param {*} [options] Override http request option.
@@ -13299,7 +13299,7 @@ var HospitalsApiFp = function (configuration) {
13299
13299
  },
13300
13300
  /**
13301
13301
  *
13302
- * @summary Upload secure files (Auth roles: Admin,Manager,LocalManager,Doctor)
13302
+ * @summary Upload secure files (Auth policies: RequireDoctorRole)
13303
13303
  * @param {string} hospitalId
13304
13304
  * @param {Array<File>} [files]
13305
13305
  * @param {*} [options] Override http request option.
@@ -13320,7 +13320,7 @@ var HospitalsApiFp = function (configuration) {
13320
13320
  },
13321
13321
  /**
13322
13322
  *
13323
- * @summary Get secure file url with read access by uri (Auth roles: Admin,Manager,LocalManager)
13323
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
13324
13324
  * @param {string} hospitalId
13325
13325
  * @param {string} [uri]
13326
13326
  * @param {number} [minutesAvailableUntil]
@@ -13403,7 +13403,7 @@ var HospitalsApiFp = function (configuration) {
13403
13403
  },
13404
13404
  /**
13405
13405
  *
13406
- * @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
13406
+ * @summary Delete HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
13407
13407
  * @param {string} hospitalId
13408
13408
  * @param {string} hospitalSpecialtyId
13409
13409
  * @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
@@ -13425,7 +13425,7 @@ var HospitalsApiFp = function (configuration) {
13425
13425
  },
13426
13426
  /**
13427
13427
  *
13428
- * @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
13428
+ * @summary Save HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
13429
13429
  * @param {string} hospitalId
13430
13430
  * @param {string} hospitalSpecialtyId
13431
13431
  * @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
@@ -13475,7 +13475,7 @@ var HospitalsApiFp = function (configuration) {
13475
13475
  },
13476
13476
  /**
13477
13477
  *
13478
- * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
13478
+ * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
13479
13479
  * @param {string} hospitalId
13480
13480
  * @param {string} hospitalSpecialtyId
13481
13481
  * @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
@@ -13522,7 +13522,7 @@ var HospitalsApiFp = function (configuration) {
13522
13522
  },
13523
13523
  /**
13524
13524
  *
13525
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
13525
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
13526
13526
  * @param {string} hospitalId
13527
13527
  * @param {string} hospitalSpecialtyId
13528
13528
  * @param {boolean} [isPermanent]
@@ -13592,7 +13592,7 @@ var HospitalsApiFp = function (configuration) {
13592
13592
  },
13593
13593
  /**
13594
13594
  *
13595
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
13595
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
13596
13596
  * @param {string} hospitalId
13597
13597
  * @param {string} hospitalSpecialtyId
13598
13598
  * @param {string} mediaId
@@ -13636,7 +13636,7 @@ var HospitalsApiFp = function (configuration) {
13636
13636
  },
13637
13637
  /**
13638
13638
  *
13639
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
13639
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
13640
13640
  * @param {string} hospitalId
13641
13641
  * @param {string} hospitalSpecialtyId
13642
13642
  * @param {string} mediaId
@@ -13659,7 +13659,7 @@ var HospitalsApiFp = function (configuration) {
13659
13659
  },
13660
13660
  /**
13661
13661
  *
13662
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
13662
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
13663
13663
  * @param {string} hospitalId
13664
13664
  * @param {string} hospitalSpecialtyId
13665
13665
  * @param {CreateMediaCommand} [createMediaCommand]
@@ -13681,7 +13681,7 @@ var HospitalsApiFp = function (configuration) {
13681
13681
  },
13682
13682
  /**
13683
13683
  *
13684
- * @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
13684
+ * @summary Update HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
13685
13685
  * @param {string} hospitalId
13686
13686
  * @param {string} hospitalSpecialtyId
13687
13687
  * @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
@@ -13703,7 +13703,7 @@ var HospitalsApiFp = function (configuration) {
13703
13703
  },
13704
13704
  /**
13705
13705
  *
13706
- * @summary Reactivate HospitalSpecialty. (Auth roles: Admin,Manager)
13706
+ * @summary Reactivate HospitalSpecialty. (Auth policies: RequireManagerRole)
13707
13707
  * @param {string} hospitalId
13708
13708
  * @param {string} hospitalSpecialtyId
13709
13709
  * @param {*} [options] Override http request option.
@@ -13724,7 +13724,7 @@ var HospitalsApiFp = function (configuration) {
13724
13724
  },
13725
13725
  /**
13726
13726
  *
13727
- * @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
13727
+ * @summary Revalidate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
13728
13728
  * @param {string} hospitalId
13729
13729
  * @param {string} hospitalSpecialtyId
13730
13730
  * @param {boolean} [includeCurrent]
@@ -13746,7 +13746,7 @@ var HospitalsApiFp = function (configuration) {
13746
13746
  },
13747
13747
  /**
13748
13748
  *
13749
- * @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
13749
+ * @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
13750
13750
  * @param {string} hospitalId
13751
13751
  * @param {string} hospitalSpecialtyId
13752
13752
  * @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
@@ -13768,7 +13768,7 @@ var HospitalsApiFp = function (configuration) {
13768
13768
  },
13769
13769
  /**
13770
13770
  *
13771
- * @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
13771
+ * @summary Create HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
13772
13772
  * @param {string} hospitalId
13773
13773
  * @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
13774
13774
  * @param {*} [options] Override http request option.
@@ -13879,7 +13879,7 @@ var HospitalsApiFp = function (configuration) {
13879
13879
  },
13880
13880
  /**
13881
13881
  *
13882
- * @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
13882
+ * @summary Create HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
13883
13883
  * @param {string} hospitalId
13884
13884
  * @param {string} specialtyId
13885
13885
  * @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
@@ -13930,7 +13930,7 @@ var HospitalsApiFp = function (configuration) {
13930
13930
  },
13931
13931
  /**
13932
13932
  *
13933
- * @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
13933
+ * @summary Delete Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
13934
13934
  * @param {string} hospitalId
13935
13935
  * @param {string} specialtyId
13936
13936
  * @param {string} serviceId
@@ -13953,7 +13953,7 @@ var HospitalsApiFp = function (configuration) {
13953
13953
  },
13954
13954
  /**
13955
13955
  *
13956
- * @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
13956
+ * @summary Save Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
13957
13957
  * @param {string} hospitalId
13958
13958
  * @param {string} specialtyId
13959
13959
  * @param {string} serviceId
@@ -14005,7 +14005,7 @@ var HospitalsApiFp = function (configuration) {
14005
14005
  },
14006
14006
  /**
14007
14007
  *
14008
- * @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
14008
+ * @summary Add, update and delete service appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
14009
14009
  * @param {string} hospitalId
14010
14010
  * @param {string} specialtyId
14011
14011
  * @param {string} serviceId
@@ -14054,7 +14054,7 @@ var HospitalsApiFp = function (configuration) {
14054
14054
  },
14055
14055
  /**
14056
14056
  *
14057
- * @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
14057
+ * @summary Delete HospitalService (Auth policies: RequireLocalManagerOrContentManagerRole)
14058
14058
  * @param {string} hospitalId
14059
14059
  * @param {string} specialtyId
14060
14060
  * @param {string} serviceId
@@ -14128,7 +14128,7 @@ var HospitalsApiFp = function (configuration) {
14128
14128
  },
14129
14129
  /**
14130
14130
  *
14131
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
14131
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
14132
14132
  * @param {string} hospitalId
14133
14133
  * @param {string} specialtyId
14134
14134
  * @param {string} serviceId
@@ -14174,7 +14174,7 @@ var HospitalsApiFp = function (configuration) {
14174
14174
  },
14175
14175
  /**
14176
14176
  *
14177
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14177
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
14178
14178
  * @param {string} hospitalId
14179
14179
  * @param {string} specialtyId
14180
14180
  * @param {string} serviceId
@@ -14198,7 +14198,7 @@ var HospitalsApiFp = function (configuration) {
14198
14198
  },
14199
14199
  /**
14200
14200
  *
14201
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14201
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
14202
14202
  * @param {string} hospitalId
14203
14203
  * @param {string} specialtyId
14204
14204
  * @param {string} serviceId
@@ -14221,7 +14221,7 @@ var HospitalsApiFp = function (configuration) {
14221
14221
  },
14222
14222
  /**
14223
14223
  *
14224
- * @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14224
+ * @summary Update HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
14225
14225
  * @param {string} hospitalId
14226
14226
  * @param {string} specialtyId
14227
14227
  * @param {string} serviceId
@@ -14244,7 +14244,7 @@ var HospitalsApiFp = function (configuration) {
14244
14244
  },
14245
14245
  /**
14246
14246
  *
14247
- * @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
14247
+ * @summary Reactivate Hospital Service (Auth policies: RequireLocalManagerOrContentManagerRole)
14248
14248
  * @param {string} hospitalId
14249
14249
  * @param {string} specialtyId
14250
14250
  * @param {string} serviceId
@@ -14266,7 +14266,7 @@ var HospitalsApiFp = function (configuration) {
14266
14266
  },
14267
14267
  /**
14268
14268
  *
14269
- * @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
14269
+ * @summary Revalidate service (Auth policies: RequireLocalManagerOrContentManagerRole)
14270
14270
  * @param {string} hospitalId
14271
14271
  * @param {string} specialtyId
14272
14272
  * @param {string} serviceId
@@ -14289,7 +14289,7 @@ var HospitalsApiFp = function (configuration) {
14289
14289
  },
14290
14290
  /**
14291
14291
  *
14292
- * @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
14292
+ * @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
14293
14293
  * @param {string} hospitalId
14294
14294
  * @param {string} specialtyId
14295
14295
  * @param {string} serviceId
@@ -14399,7 +14399,7 @@ var HospitalsApiFp = function (configuration) {
14399
14399
  },
14400
14400
  /**
14401
14401
  *
14402
- * @summary Translate hospital at once (Auth roles: Admin,Manager,LocalManager,ContentManager)
14402
+ * @summary Translate hospital at once (Auth policies: RequireLocalManagerOrContentManagerRole)
14403
14403
  * @param {string} hospitalId
14404
14404
  * @param {TranslateHospitalCommand} [translateHospitalCommand]
14405
14405
  * @param {*} [options] Override http request option.
@@ -14420,7 +14420,7 @@ var HospitalsApiFp = function (configuration) {
14420
14420
  },
14421
14421
  /**
14422
14422
  *
14423
- * @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14423
+ * @summary Batch HospitalWorkingDays. (Auth policies: RequireLocalManagerOrContentManagerRole)
14424
14424
  * @param {string} hospitalId
14425
14425
  * @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
14426
14426
  * @param {*} [options] Override http request option.
@@ -14469,7 +14469,7 @@ var HospitalsApiFp = function (configuration) {
14469
14469
  },
14470
14470
  /**
14471
14471
  *
14472
- * @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14472
+ * @summary Create HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
14473
14473
  * @param {string} hospitalId
14474
14474
  * @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
14475
14475
  * @param {*} [options] Override http request option.
@@ -14490,7 +14490,7 @@ var HospitalsApiFp = function (configuration) {
14490
14490
  },
14491
14491
  /**
14492
14492
  *
14493
- * @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14493
+ * @summary Delete HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
14494
14494
  * @param {string} hospitalId
14495
14495
  * @param {string} workingDayId
14496
14496
  * @param {*} [options] Override http request option.
@@ -14532,7 +14532,7 @@ var HospitalsApiFp = function (configuration) {
14532
14532
  },
14533
14533
  /**
14534
14534
  *
14535
- * @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14535
+ * @summary Update HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
14536
14536
  * @param {string} hospitalId
14537
14537
  * @param {string} workingDayId
14538
14538
  * @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
@@ -14554,7 +14554,7 @@ var HospitalsApiFp = function (configuration) {
14554
14554
  },
14555
14555
  /**
14556
14556
  *
14557
- * @summary Create Hospital. (Auth roles: Admin,Manager,ContentManager)
14557
+ * @summary Create Hospital. (Auth policies: RequireContentManagerRole)
14558
14558
  * @param {CreateHospitalCommand} [createHospitalCommand]
14559
14559
  * @param {*} [options] Override http request option.
14560
14560
  * @throws {RequiredError}
@@ -14666,7 +14666,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14666
14666
  },
14667
14667
  /**
14668
14668
  *
14669
- * @summary Delete HospitalAccreditation. (Auth roles: Admin, Manager, LocalManager, ContentManager)
14669
+ * @summary Delete HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
14670
14670
  * @param {string} hospitalId
14671
14671
  * @param {string} accreditationId
14672
14672
  * @param {*} [options] Override http request option.
@@ -14677,7 +14677,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14677
14677
  },
14678
14678
  /**
14679
14679
  *
14680
- * @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14680
+ * @summary Get HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
14681
14681
  * @param {string} hospitalId
14682
14682
  * @param {string} accreditationId
14683
14683
  * @param {*} [options] Override http request option.
@@ -14688,7 +14688,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14688
14688
  },
14689
14689
  /**
14690
14690
  *
14691
- * @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14691
+ * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
14692
14692
  * @param {string} hospitalId
14693
14693
  * @param {string} [hospitalName]
14694
14694
  * @param {string} [accreditationId]
@@ -14704,7 +14704,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14704
14704
  },
14705
14705
  /**
14706
14706
  *
14707
- * @summary Create HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
14707
+ * @summary Create HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
14708
14708
  * @param {string} hospitalId
14709
14709
  * @param {CreateHospitalAccreditationCommand} [createHospitalAccreditationCommand]
14710
14710
  * @param {*} [options] Override http request option.
@@ -14732,7 +14732,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14732
14732
  },
14733
14733
  /**
14734
14734
  *
14735
- * @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
14735
+ * @summary Delete Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
14736
14736
  * @param {string} hospitalId
14737
14737
  * @param {DeleteHospitalAppointmentTimetableOverridesCommand} [deleteHospitalAppointmentTimetableOverridesCommand]
14738
14738
  * @param {*} [options] Override http request option.
@@ -14743,7 +14743,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14743
14743
  },
14744
14744
  /**
14745
14745
  *
14746
- * @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
14746
+ * @summary Save Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
14747
14747
  * @param {string} hospitalId
14748
14748
  * @param {SaveHospitalAppointmentTimetableOverridesCommand} [saveHospitalAppointmentTimetableOverridesCommand]
14749
14749
  * @param {*} [options] Override http request option.
@@ -14771,7 +14771,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14771
14771
  },
14772
14772
  /**
14773
14773
  *
14774
- * @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
14774
+ * @summary Add, update, delete Hospital appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
14775
14775
  * @param {string} hospitalId
14776
14776
  * @param {BatchHospitalAppointmentTimetablesCommand} [batchHospitalAppointmentTimetablesCommand]
14777
14777
  * @param {*} [options] Override http request option.
@@ -14796,7 +14796,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14796
14796
  },
14797
14797
  /**
14798
14798
  *
14799
- * @summary Delete bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
14799
+ * @summary Delete bankAccountInfo (Auth policies: RequireDoctorRole)
14800
14800
  * @param {string} hospitalId
14801
14801
  * @param {string} bankAccountInfoId
14802
14802
  * @param {*} [options] Override http request option.
@@ -14807,7 +14807,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14807
14807
  },
14808
14808
  /**
14809
14809
  *
14810
- * @summary Get bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
14810
+ * @summary Get bankAccountInfo (Auth policies: RequireDoctorRole)
14811
14811
  * @param {string} hospitalId
14812
14812
  * @param {string} bankAccountInfoId
14813
14813
  * @param {*} [options] Override http request option.
@@ -14818,7 +14818,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14818
14818
  },
14819
14819
  /**
14820
14820
  *
14821
- * @summary Update bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
14821
+ * @summary Update bankAccountInfo (Auth policies: RequireDoctorRole)
14822
14822
  * @param {string} hospitalId
14823
14823
  * @param {string} bankAccountInfoId
14824
14824
  * @param {UpdateHospitalBankAccountInfoCommand} [updateHospitalBankAccountInfoCommand]
@@ -14830,7 +14830,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14830
14830
  },
14831
14831
  /**
14832
14832
  *
14833
- * @summary Get all bankAccountInfos (Auth roles: Admin,Manager,LocalManager,Doctor)
14833
+ * @summary Get all bankAccountInfos (Auth policies: RequireDoctorRole)
14834
14834
  * @param {string} hospitalId
14835
14835
  * @param {string} [bank]
14836
14836
  * @param {boolean} [isEnabled]
@@ -14845,7 +14845,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14845
14845
  },
14846
14846
  /**
14847
14847
  *
14848
- * @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
14848
+ * @summary Create bankAccountInfo (Auth policies: RequireDoctorRole)
14849
14849
  * @param {string} hospitalId
14850
14850
  * @param {CreateHospitalBankAccountInfoCommand} [createHospitalBankAccountInfoCommand]
14851
14851
  * @param {*} [options] Override http request option.
@@ -14856,7 +14856,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14856
14856
  },
14857
14857
  /**
14858
14858
  *
14859
- * @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
14859
+ * @summary Delete hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
14860
14860
  * @param {string} hospitalId
14861
14861
  * @param {string} contactId
14862
14862
  * @param {boolean} [isPermanent]
@@ -14879,7 +14879,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14879
14879
  },
14880
14880
  /**
14881
14881
  *
14882
- * @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
14882
+ * @summary Update hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
14883
14883
  * @param {string} hospitalId
14884
14884
  * @param {string} contactId
14885
14885
  * @param {UpdateHospitalContactCommand} [updateHospitalContactCommand]
@@ -14891,7 +14891,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14891
14891
  },
14892
14892
  /**
14893
14893
  *
14894
- * @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
14894
+ * @summary Reactivate hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
14895
14895
  * @param {string} hospitalId
14896
14896
  * @param {string} contactId
14897
14897
  * @param {*} [options] Override http request option.
@@ -14920,7 +14920,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14920
14920
  },
14921
14921
  /**
14922
14922
  *
14923
- * @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
14923
+ * @summary Create hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
14924
14924
  * @param {string} hospitalId
14925
14925
  * @param {CreateHospitalContactCommand} [createHospitalContactCommand]
14926
14926
  * @param {*} [options] Override http request option.
@@ -14931,7 +14931,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14931
14931
  },
14932
14932
  /**
14933
14933
  *
14934
- * @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
14934
+ * @summary Batch for contacts sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
14935
14935
  * @param {string} hospitalId
14936
14936
  * @param {ContactSortingCommand} [contactSortingCommand]
14937
14937
  * @param {*} [options] Override http request option.
@@ -14942,7 +14942,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14942
14942
  },
14943
14943
  /**
14944
14944
  *
14945
- * @summary Delete Hospital. (Auth roles: Admin,Manager)
14945
+ * @summary Delete Hospital. (Auth policies: RequireManagerRole)
14946
14946
  * @param {string} hospitalId
14947
14947
  * @param {boolean} [isPermanent]
14948
14948
  * @param {*} [options] Override http request option.
@@ -14953,7 +14953,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14953
14953
  },
14954
14954
  /**
14955
14955
  *
14956
- * @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
14956
+ * @summary Delete HospitalEquipment (Auth policies: RequireLocalManagerOrContentManagerRole)
14957
14957
  * @param {string} hospitalId
14958
14958
  * @param {string} equipmentId
14959
14959
  * @param {boolean} [isPermanent]
@@ -14992,7 +14992,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
14992
14992
  },
14993
14993
  /**
14994
14994
  *
14995
- * @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
14995
+ * @summary Delete EquipmentMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
14996
14996
  * @param {string} hospitalId
14997
14997
  * @param {string} equipmentId
14998
14998
  * @param {string} mediaId
@@ -15016,7 +15016,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15016
15016
  },
15017
15017
  /**
15018
15018
  *
15019
- * @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15019
+ * @summary Update EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
15020
15020
  * @param {string} hospitalId
15021
15021
  * @param {string} equipmentId
15022
15022
  * @param {string} mediaId
@@ -15029,7 +15029,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15029
15029
  },
15030
15030
  /**
15031
15031
  *
15032
- * @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15032
+ * @summary Create EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
15033
15033
  * @param {string} hospitalId
15034
15034
  * @param {string} equipmentId
15035
15035
  * @param {CreateMediaCommand} [createMediaCommand]
@@ -15041,7 +15041,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15041
15041
  },
15042
15042
  /**
15043
15043
  *
15044
- * @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15044
+ * @summary Update HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
15045
15045
  * @param {string} hospitalId
15046
15046
  * @param {string} equipmentId
15047
15047
  * @param {UpdateHospitalEquipmentCommand} [updateHospitalEquipmentCommand]
@@ -15053,7 +15053,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15053
15053
  },
15054
15054
  /**
15055
15055
  *
15056
- * @summary Reactivate HospitalEquipment. (Auth roles: Admin,Manager)
15056
+ * @summary Reactivate HospitalEquipment. (Auth policies: RequireManagerRole)
15057
15057
  * @param {string} hospitalId
15058
15058
  * @param {string} equipmentId
15059
15059
  * @param {*} [options] Override http request option.
@@ -15084,7 +15084,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15084
15084
  },
15085
15085
  /**
15086
15086
  *
15087
- * @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15087
+ * @summary Create HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
15088
15088
  * @param {string} hospitalId
15089
15089
  * @param {CreateHospitalEquipmentCommand} [createHospitalEquipmentCommand]
15090
15090
  * @param {*} [options] Override http request option.
@@ -15095,7 +15095,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15095
15095
  },
15096
15096
  /**
15097
15097
  *
15098
- * @summary Delete HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
15098
+ * @summary Delete HospitalEvaluation. (Auth policies: RequireContentManagerRole)
15099
15099
  * @param {string} hospitalId
15100
15100
  * @param {string} evaluationId
15101
15101
  * @param {*} [options] Override http request option.
@@ -15133,7 +15133,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15133
15133
  },
15134
15134
  /**
15135
15135
  *
15136
- * @summary Create HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
15136
+ * @summary Create HospitalEvaluation. (Auth policies: RequireContentManagerRole)
15137
15137
  * @param {string} hospitalId
15138
15138
  * @param {CreateHospitalEvaluationCommand} [createHospitalEvaluationCommand]
15139
15139
  * @param {*} [options] Override http request option.
@@ -15144,7 +15144,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15144
15144
  },
15145
15145
  /**
15146
15146
  *
15147
- * @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
15147
+ * @summary Get footerNavigationItems (Auth policies: RequireLocalManagerOrContentManagerRole)
15148
15148
  * @param {string} hospitalId
15149
15149
  * @param {string} languageCode
15150
15150
  * @param {*} [options] Override http request option.
@@ -15155,7 +15155,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15155
15155
  },
15156
15156
  /**
15157
15157
  *
15158
- * @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
15158
+ * @summary Delete footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
15159
15159
  * @param {string} hospitalId
15160
15160
  * @param {string} languageCode
15161
15161
  * @param {string} id Id of level 1 item in the json data
@@ -15167,7 +15167,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15167
15167
  },
15168
15168
  /**
15169
15169
  *
15170
- * @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
15170
+ * @summary Get footerNavigationItem by Id (Auth policies: RequireLocalManagerOrContentManagerRole)
15171
15171
  * @param {string} hospitalId
15172
15172
  * @param {string} languageCode
15173
15173
  * @param {string} id
@@ -15179,7 +15179,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15179
15179
  },
15180
15180
  /**
15181
15181
  *
15182
- * @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
15182
+ * @summary Get footerNavigationItems by ParentId (Auth policies: RequireLocalManagerOrContentManagerRole)
15183
15183
  * @param {string} hospitalId
15184
15184
  * @param {string} languageCode
15185
15185
  * @param {string} parentId
@@ -15191,7 +15191,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15191
15191
  },
15192
15192
  /**
15193
15193
  *
15194
- * @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
15194
+ * @summary Save footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
15195
15195
  * @param {string} hospitalId
15196
15196
  * @param {string} languageCode
15197
15197
  * @param {SaveFooterNavigationsCommand} [saveFooterNavigationsCommand]
@@ -15203,7 +15203,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15203
15203
  },
15204
15204
  /**
15205
15205
  *
15206
- * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
15206
+ * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth policies: RequireLocalManagerOrContentManagerRole)
15207
15207
  * @param {string} hospitalId
15208
15208
  * @param {string} languageCode
15209
15209
  * @param {SortFooterNavigationsCommand} [sortFooterNavigationsCommand]
@@ -15243,7 +15243,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15243
15243
  },
15244
15244
  /**
15245
15245
  *
15246
- * @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15246
+ * @summary Delete HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
15247
15247
  * @param {string} hospitalId
15248
15248
  * @param {string} handleId
15249
15249
  * @param {*} [options] Override http request option.
@@ -15265,7 +15265,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15265
15265
  },
15266
15266
  /**
15267
15267
  *
15268
- * @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15268
+ * @summary Update HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
15269
15269
  * @param {string} hospitalId
15270
15270
  * @param {string} handleId
15271
15271
  * @param {UpdateHospitalSnsHandleCommand} [updateHospitalSnsHandleCommand]
@@ -15277,7 +15277,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15277
15277
  },
15278
15278
  /**
15279
15279
  *
15280
- * @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15280
+ * @summary Get HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
15281
15281
  * @param {string} hospitalId
15282
15282
  * @param {CreateHospitalSnsHandleCommand} [createHospitalSnsHandleCommand]
15283
15283
  * @param {*} [options] Override http request option.
@@ -15288,7 +15288,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15288
15288
  },
15289
15289
  /**
15290
15290
  *
15291
- * @summary Get all HeaderNavigationItems (Auth roles: Admin,Manager,LocalManager,Doctor)
15291
+ * @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorRole)
15292
15292
  * @param {string} hospitalId
15293
15293
  * @param {string} languageCode
15294
15294
  * @param {*} [options] Override http request option.
@@ -15299,7 +15299,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15299
15299
  },
15300
15300
  /**
15301
15301
  *
15302
- * @summary Delete HeaderNavigationItem (Auth roles: Admin,Manager,LocalManager,Doctor)
15302
+ * @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorRole)
15303
15303
  * @param {string} hospitalId
15304
15304
  * @param {string} languageCode
15305
15305
  * @param {string} id
@@ -15311,7 +15311,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15311
15311
  },
15312
15312
  /**
15313
15313
  *
15314
- * @summary Get HeaderNavigationItem by id (Auth roles: Admin,Manager,LocalManager,Doctor)
15314
+ * @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorRole)
15315
15315
  * @param {string} hospitalId
15316
15316
  * @param {string} languageCode
15317
15317
  * @param {string} id
@@ -15323,7 +15323,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15323
15323
  },
15324
15324
  /**
15325
15325
  *
15326
- * @summary Get HeaderNavigationItems by parent id (Auth roles: Admin,Manager,LocalManager,Doctor)
15326
+ * @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorRole)
15327
15327
  * @param {string} hospitalId
15328
15328
  * @param {string} languageCode
15329
15329
  * @param {string} parentId
@@ -15335,7 +15335,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15335
15335
  },
15336
15336
  /**
15337
15337
  *
15338
- * @summary Save HeaderNavigationItem (Auth roles: Admin,Manager,LocalManager,Doctor)
15338
+ * @summary Save HeaderNavigationItem (Auth policies: RequireDoctorRole)
15339
15339
  * @param {string} hospitalId
15340
15340
  * @param {string} languageCode
15341
15341
  * @param {SaveHeaderNavigationsCommand} [saveHeaderNavigationsCommand]
@@ -15364,7 +15364,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15364
15364
  },
15365
15365
  /**
15366
15366
  *
15367
- * @summary Delete Landing. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15367
+ * @summary Delete Landing. (Auth policies: RequireLocalManagerOrContentManagerRole)
15368
15368
  * @param {string} hospitalId
15369
15369
  * @param {string} landingId
15370
15370
  * @param {boolean} [isPermanent]
@@ -15388,7 +15388,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15388
15388
  },
15389
15389
  /**
15390
15390
  *
15391
- * @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
15391
+ * @summary Update Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
15392
15392
  * @param {string} hospitalId
15393
15393
  * @param {string} landingId
15394
15394
  * @param {UpdateLandingCommand} [updateLandingCommand]
@@ -15400,7 +15400,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15400
15400
  },
15401
15401
  /**
15402
15402
  *
15403
- * @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
15403
+ * @summary Reactivate Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
15404
15404
  * @param {string} hospitalId
15405
15405
  * @param {string} landingId
15406
15406
  * @param {*} [options] Override http request option.
@@ -15411,7 +15411,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15411
15411
  },
15412
15412
  /**
15413
15413
  *
15414
- * @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
15414
+ * @summary Revalidate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
15415
15415
  * @param {string} hospitalId
15416
15416
  * @param {string} landingId
15417
15417
  * @param {boolean} [includeCurrent]
@@ -15423,7 +15423,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15423
15423
  },
15424
15424
  /**
15425
15425
  *
15426
- * @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
15426
+ * @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
15427
15427
  * @param {string} hospitalId
15428
15428
  * @param {string} landingId
15429
15429
  * @param {TranslateLandingCommand} [translateLandingCommand]
@@ -15435,7 +15435,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15435
15435
  },
15436
15436
  /**
15437
15437
  *
15438
- * @summary Create HospitalLandings. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15438
+ * @summary Create HospitalLandings. (Auth policies: RequireLocalManagerOrContentManagerRole)
15439
15439
  * @param {string} hospitalId
15440
15440
  * @param {CreateLandingCommand} [createLandingCommand]
15441
15441
  * @param {*} [options] Override http request option.
@@ -15461,7 +15461,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15461
15461
  },
15462
15462
  /**
15463
15463
  *
15464
- * @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15464
+ * @summary Delete GetAllLanguage. (Auth policies: RequireLocalManagerOrContentManagerRole)
15465
15465
  * @param {string} hospitalId
15466
15466
  * @param {string} languageCode
15467
15467
  * @param {*} [options] Override http request option.
@@ -15472,7 +15472,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15472
15472
  },
15473
15473
  /**
15474
15474
  *
15475
- * @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
15475
+ * @summary Update HospitalLanguage (Auth policies: RequireLocalManagerOrContentManagerRole)
15476
15476
  * @param {string} hospitalId
15477
15477
  * @param {string} languageCode
15478
15478
  * @param {UpdateHospitalLanguageCommand} [updateHospitalLanguageCommand]
@@ -15484,7 +15484,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15484
15484
  },
15485
15485
  /**
15486
15486
  *
15487
- * @summary Create HospitalLanguages. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15487
+ * @summary Create HospitalLanguages. (Auth policies: RequireLocalManagerOrContentManagerRole)
15488
15488
  * @param {string} hospitalId
15489
15489
  * @param {CreateHospitalLanguageCommand} [createHospitalLanguageCommand]
15490
15490
  * @param {*} [options] Override http request option.
@@ -15495,7 +15495,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15495
15495
  },
15496
15496
  /**
15497
15497
  *
15498
- * @summary Get managers (Auth roles: Admin,Manager,LocalManager,Doctor)
15498
+ * @summary Get managers (Auth policies: RequireDoctorRole)
15499
15499
  * @param {string} hospitalId
15500
15500
  * @param {string} [id]
15501
15501
  * @param {string} [fullname]
@@ -15515,7 +15515,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15515
15515
  },
15516
15516
  /**
15517
15517
  *
15518
- * @summary Delete manager (Auth roles: Admin,Manager)
15518
+ * @summary Delete manager (Auth policies: RequireManagerRole)
15519
15519
  * @param {string} hospitalId
15520
15520
  * @param {string} managerId
15521
15521
  * @param {boolean} [isPermanent]
@@ -15527,7 +15527,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15527
15527
  },
15528
15528
  /**
15529
15529
  *
15530
- * @summary Get manager (Auth roles: Admin,Manager,LocalManager,Doctor)
15530
+ * @summary Get manager (Auth policies: RequireDoctorRole)
15531
15531
  * @param {string} hospitalId
15532
15532
  * @param {string} managerId
15533
15533
  * @param {*} [options] Override http request option.
@@ -15538,7 +15538,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15538
15538
  },
15539
15539
  /**
15540
15540
  * PUT: /api/v1/hospitals/{hospitlaId}/managers/{managerId} { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
15541
- * @summary Update manager (Auth roles: Admin,Manager,LocalManager,Doctor)
15541
+ * @summary Update manager (Auth policies: RequireDoctorRole)
15542
15542
  * @param {string} hospitalId
15543
15543
  * @param {string} managerId
15544
15544
  * @param {UpdateManagerCommand} [updateManagerCommand]
@@ -15550,7 +15550,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15550
15550
  },
15551
15551
  /**
15552
15552
  * POST: /api/v1/hospitals/{hospitlaId}/managers { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
15553
- * @summary Create manager (Auth roles: Admin,Manager)
15553
+ * @summary Create manager (Auth policies: RequireManagerRole)
15554
15554
  * @param {string} hospitalId
15555
15555
  * @param {CreateManagerCommand} [createManagerCommand]
15556
15556
  * @param {*} [options] Override http request option.
@@ -15576,7 +15576,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15576
15576
  },
15577
15577
  /**
15578
15578
  *
15579
- * @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
15579
+ * @summary Delete HospitalMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
15580
15580
  * @param {string} hospitalId
15581
15581
  * @param {string} mediaId
15582
15582
  * @param {*} [options] Override http request option.
@@ -15598,7 +15598,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15598
15598
  },
15599
15599
  /**
15600
15600
  *
15601
- * @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15601
+ * @summary Update HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
15602
15602
  * @param {string} hospitalId
15603
15603
  * @param {string} mediaId
15604
15604
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -15610,7 +15610,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15610
15610
  },
15611
15611
  /**
15612
15612
  *
15613
- * @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15613
+ * @summary Create HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
15614
15614
  * @param {string} hospitalId
15615
15615
  * @param {CreateMediaCommand} [createMediaCommand]
15616
15616
  * @param {*} [options] Override http request option.
@@ -15621,7 +15621,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15621
15621
  },
15622
15622
  /**
15623
15623
  *
15624
- * @summary Get notices (Auth roles: Admin,Manager,LocalManager)
15624
+ * @summary Get notices (Auth policies: RequireLocalManagerRole)
15625
15625
  * @param {string} hospitalId
15626
15626
  * @param {string} [id]
15627
15627
  * @param {string} [languageCode]
@@ -15639,7 +15639,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15639
15639
  },
15640
15640
  /**
15641
15641
  *
15642
- * @summary Delete notice (Auth roles: Admin,Manager,LocalManager)
15642
+ * @summary Delete notice (Auth policies: RequireLocalManagerRole)
15643
15643
  * @param {string} hospitalId
15644
15644
  * @param {string} noticeId
15645
15645
  * @param {string} [languageCode]
@@ -15652,7 +15652,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15652
15652
  },
15653
15653
  /**
15654
15654
  *
15655
- * @summary Get notice by id (Auth roles: Admin,Manager,LocalManager)
15655
+ * @summary Get notice by id (Auth policies: RequireLocalManagerRole)
15656
15656
  * @param {string} hospitalId
15657
15657
  * @param {string} noticeId
15658
15658
  * @param {string} [languageCode]
@@ -15664,7 +15664,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15664
15664
  },
15665
15665
  /**
15666
15666
  *
15667
- * @summary Update notice (Auth roles: Admin,Manager,LocalManager)
15667
+ * @summary Update notice (Auth policies: RequireLocalManagerRole)
15668
15668
  * @param {string} hospitalId
15669
15669
  * @param {string} noticeId
15670
15670
  * @param {UpdateNoticeCommand} [updateNoticeCommand]
@@ -15676,7 +15676,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15676
15676
  },
15677
15677
  /**
15678
15678
  *
15679
- * @summary Reactivate notice (Auth roles: Admin,Manager,LocalManager)
15679
+ * @summary Reactivate notice (Auth policies: RequireLocalManagerRole)
15680
15680
  * @param {string} hospitalId
15681
15681
  * @param {string} noticeId
15682
15682
  * @param {*} [options] Override http request option.
@@ -15687,7 +15687,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15687
15687
  },
15688
15688
  /**
15689
15689
  *
15690
- * @summary Create notice (Auth roles: Admin,Manager,LocalManager)
15690
+ * @summary Create notice (Auth policies: RequireLocalManagerRole)
15691
15691
  * @param {string} hospitalId
15692
15692
  * @param {CreateNoticeCommand} [createNoticeCommand]
15693
15693
  * @param {*} [options] Override http request option.
@@ -15698,7 +15698,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15698
15698
  },
15699
15699
  /**
15700
15700
  *
15701
- * @summary Batch for notices sorting (Auth roles: Admin,Manager,LocalManager)
15701
+ * @summary Batch for notices sorting (Auth policies: RequireLocalManagerRole)
15702
15702
  * @param {string} hospitalId
15703
15703
  * @param {NoticeSortingCommand} [noticeSortingCommand]
15704
15704
  * @param {*} [options] Override http request option.
@@ -15709,7 +15709,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15709
15709
  },
15710
15710
  /**
15711
15711
  *
15712
- * @summary Get hospital pageItems (Auth roles: Admin,Manager,LocalManager,Doctor)
15712
+ * @summary Get hospital pageItems (Auth policies: RequireDoctorRole)
15713
15713
  * @param {string} hospitalId
15714
15714
  * @param {string} [id]
15715
15715
  * @param {string} [languageCode]
@@ -15727,7 +15727,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15727
15727
  },
15728
15728
  /**
15729
15729
  *
15730
- * @summary Delete page (Auth roles: Admin,Manager,LocalManager,Doctor)
15730
+ * @summary Delete page (Auth policies: RequireDoctorRole)
15731
15731
  * @param {string} hospitalId
15732
15732
  * @param {string} pageItemId
15733
15733
  * @param {boolean} [isPermanent]
@@ -15740,7 +15740,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15740
15740
  },
15741
15741
  /**
15742
15742
  *
15743
- * @summary Get hospital page (Auth roles: Admin,Manager,LocalManager,Doctor)
15743
+ * @summary Get hospital page (Auth policies: RequireDoctorRole)
15744
15744
  * @param {string} hospitalId
15745
15745
  * @param {string} pageItemId
15746
15746
  * @param {string} [languageCode]
@@ -15752,7 +15752,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15752
15752
  },
15753
15753
  /**
15754
15754
  *
15755
- * @summary Update page (Auth roles: Admin,Manager,LocalManager,Doctor)
15755
+ * @summary Update page (Auth policies: RequireDoctorRole)
15756
15756
  * @param {string} hospitalId
15757
15757
  * @param {string} pageItemId
15758
15758
  * @param {UpdatePageCommand} [updatePageCommand]
@@ -15764,7 +15764,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15764
15764
  },
15765
15765
  /**
15766
15766
  *
15767
- * @summary Reactivate page (Auth roles: Admin,Manager,LocalManager,Doctor)
15767
+ * @summary Reactivate page (Auth policies: RequireDoctorRole)
15768
15768
  * @param {string} hospitalId
15769
15769
  * @param {string} pageItemId
15770
15770
  * @param {*} [options] Override http request option.
@@ -15775,7 +15775,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15775
15775
  },
15776
15776
  /**
15777
15777
  *
15778
- * @summary Translate pageBlocks in section (Auth roles: Admin,Manager,LocalManager,Doctor)
15778
+ * @summary Translate pageBlocks in section (Auth policies: RequireDoctorRole)
15779
15779
  * @param {string} hospitalId
15780
15780
  * @param {string} pageItemId
15781
15781
  * @param {string} pageSectionId
@@ -15788,7 +15788,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15788
15788
  },
15789
15789
  /**
15790
15790
  *
15791
- * @summary Translate page (Auth roles: Admin,Manager,LocalManager,Doctor)
15791
+ * @summary Translate page (Auth policies: RequireDoctorRole)
15792
15792
  * @param {string} hospitalId
15793
15793
  * @param {string} pageItemId
15794
15794
  * @param {TranslatePageCommand} [translatePageCommand]
@@ -15800,7 +15800,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15800
15800
  },
15801
15801
  /**
15802
15802
  *
15803
- * @summary Create page (Auth roles: Admin,Manager,LocalManager,Doctor)
15803
+ * @summary Create page (Auth policies: RequireDoctorRole)
15804
15804
  * @param {string} hospitalId
15805
15805
  * @param {CreatePageCommand} [createPageCommand]
15806
15806
  * @param {*} [options] Override http request option.
@@ -15811,7 +15811,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15811
15811
  },
15812
15812
  /**
15813
15813
  *
15814
- * @summary Get hospitalPaymentMethods list (Auth roles: Admin,Manager,LocalManager,Doctor)
15814
+ * @summary Get hospitalPaymentMethods list (Auth policies: RequireDoctorRole)
15815
15815
  * @param {string} hospitalId
15816
15816
  * @param {PaymentMethod} [paymentMethod]
15817
15817
  * @param {string} [id]
@@ -15826,7 +15826,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15826
15826
  },
15827
15827
  /**
15828
15828
  *
15829
- * @summary Delete hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
15829
+ * @summary Delete hospitalPaymentMethod (Auth policies: RequireDoctorRole)
15830
15830
  * @param {string} hospitalId
15831
15831
  * @param {string} id
15832
15832
  * @param {*} [options] Override http request option.
@@ -15837,7 +15837,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15837
15837
  },
15838
15838
  /**
15839
15839
  *
15840
- * @summary Get hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
15840
+ * @summary Get hospitalPaymentMethod (Auth policies: RequireDoctorRole)
15841
15841
  * @param {string} hospitalId
15842
15842
  * @param {string} id
15843
15843
  * @param {*} [options] Override http request option.
@@ -15848,7 +15848,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15848
15848
  },
15849
15849
  /**
15850
15850
  *
15851
- * @summary Update hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
15851
+ * @summary Update hospitalPaymentMethod (Auth policies: RequireDoctorRole)
15852
15852
  * @param {string} hospitalId
15853
15853
  * @param {string} id
15854
15854
  * @param {UpdateHospitalPaymentMethodCommand} [updateHospitalPaymentMethodCommand]
@@ -15860,7 +15860,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15860
15860
  },
15861
15861
  /**
15862
15862
  *
15863
- * @summary Create hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
15863
+ * @summary Create hospitalPaymentMethod (Auth policies: RequireDoctorRole)
15864
15864
  * @param {string} hospitalId
15865
15865
  * @param {CreateHospitalPaymentMethodCommand} [createHospitalPaymentMethodCommand]
15866
15866
  * @param {*} [options] Override http request option.
@@ -15888,7 +15888,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15888
15888
  },
15889
15889
  /**
15890
15890
  *
15891
- * @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
15891
+ * @summary Delete policy (Auth policies: RequireLocalManagerOrContentManagerRole)
15892
15892
  * @param {string} hospitalId
15893
15893
  * @param {string} policyId
15894
15894
  * @param {boolean} [isPermanent]
@@ -15912,7 +15912,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15912
15912
  },
15913
15913
  /**
15914
15914
  *
15915
- * @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
15915
+ * @summary Update policy (Auth policies: RequireLocalManagerOrContentManagerRole)
15916
15916
  * @param {string} hospitalId
15917
15917
  * @param {string} policyId
15918
15918
  * @param {UpdatePolicyCommand} [updatePolicyCommand]
@@ -15924,7 +15924,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15924
15924
  },
15925
15925
  /**
15926
15926
  *
15927
- * @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
15927
+ * @summary Reactivate policy (Auth policies: RequireLocalManagerOrContentManagerRole)
15928
15928
  * @param {string} hospitalId
15929
15929
  * @param {string} policyId
15930
15930
  * @param {*} [options] Override http request option.
@@ -15935,7 +15935,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15935
15935
  },
15936
15936
  /**
15937
15937
  *
15938
- * @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
15938
+ * @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
15939
15939
  * @param {string} hospitalId
15940
15940
  * @param {CreatePolicyCommand} [createPolicyCommand]
15941
15941
  * @param {*} [options] Override http request option.
@@ -15946,7 +15946,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15946
15946
  },
15947
15947
  /**
15948
15948
  *
15949
- * @summary Update Hospital. (Auth roles: Admin,Manager,LocalManager,ContentManager)
15949
+ * @summary Update Hospital. (Auth policies: RequireLocalManagerOrContentManagerRole)
15950
15950
  * @param {string} hospitalId
15951
15951
  * @param {UpdateHospitalCommand} [updateHospitalCommand]
15952
15952
  * @param {*} [options] Override http request option.
@@ -15973,7 +15973,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15973
15973
  },
15974
15974
  /**
15975
15975
  *
15976
- * @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
15976
+ * @summary Delete hospitalRating (Auth policies: RequireDoctorRole)
15977
15977
  * @param {string} hospitalId
15978
15978
  * @param {string} id
15979
15979
  * @param {*} [options] Override http request option.
@@ -15995,7 +15995,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
15995
15995
  },
15996
15996
  /**
15997
15997
  *
15998
- * @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
15998
+ * @summary Update hospitalRating (Auth policies: RequireDoctorRole)
15999
15999
  * @param {string} hospitalId
16000
16000
  * @param {string} id
16001
16001
  * @param {UpdateHospitalRatingCommand} [updateHospitalRatingCommand]
@@ -16007,7 +16007,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16007
16007
  },
16008
16008
  /**
16009
16009
  *
16010
- * @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
16010
+ * @summary Create hospitalRating (Auth policies: RequireDoctorRole)
16011
16011
  * @param {string} hospitalId
16012
16012
  * @param {CreateHospitalRatingCommand} [createHospitalRatingCommand]
16013
16013
  * @param {*} [options] Override http request option.
@@ -16018,7 +16018,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16018
16018
  },
16019
16019
  /**
16020
16020
  *
16021
- * @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
16021
+ * @summary Sort hospitalRating entities (Auth policies: RequireDoctorRole)
16022
16022
  * @param {string} hospitalId
16023
16023
  * @param {HospitalRatingSortingCommand} [hospitalRatingSortingCommand]
16024
16024
  * @param {*} [options] Override http request option.
@@ -16029,7 +16029,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16029
16029
  },
16030
16030
  /**
16031
16031
  *
16032
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager)
16032
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireManagerRole)
16033
16033
  * @param {string} hospitalId
16034
16034
  * @param {*} [options] Override http request option.
16035
16035
  * @throws {RequiredError}
@@ -16039,7 +16039,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16039
16039
  },
16040
16040
  /**
16041
16041
  *
16042
- * @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
16042
+ * @summary Revalidate hospital (Auth policies: RequireLocalManagerOrContentManagerRole)
16043
16043
  * @param {string} hospitalId
16044
16044
  * @param {boolean} [includeCurrent]
16045
16045
  * @param {*} [options] Override http request option.
@@ -16050,7 +16050,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16050
16050
  },
16051
16051
  /**
16052
16052
  *
16053
- * @summary Delete secure file container (Auth roles: Admin,Manager,LocalManager)
16053
+ * @summary Delete secure file container (Auth policies: RequireLocalManagerRole)
16054
16054
  * @param {string} hospitalId
16055
16055
  * @param {string} containerId
16056
16056
  * @param {*} [options] Override http request option.
@@ -16061,7 +16061,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16061
16061
  },
16062
16062
  /**
16063
16063
  *
16064
- * @summary Get file content (Auth roles: Admin,Manager,LocalManager)
16064
+ * @summary Get file content (Auth policies: RequireLocalManagerRole)
16065
16065
  * @param {string} hospitalId
16066
16066
  * @param {string} containerId
16067
16067
  * @param {string} fileId
@@ -16073,7 +16073,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16073
16073
  },
16074
16074
  /**
16075
16075
  *
16076
- * @summary Get secure file url with read access (Auth roles: Admin,Manager,LocalManager)
16076
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
16077
16077
  * @param {string} hospitalId
16078
16078
  * @param {string} containerId
16079
16079
  * @param {string} fileId
@@ -16086,7 +16086,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16086
16086
  },
16087
16087
  /**
16088
16088
  *
16089
- * @summary Get secure container (Auth roles: Admin,Manager,LocalManager)
16089
+ * @summary Get secure container (Auth policies: RequireLocalManagerRole)
16090
16090
  * @param {string} hospitalId
16091
16091
  * @param {string} containerId
16092
16092
  * @param {string} [languageCode]
@@ -16098,7 +16098,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16098
16098
  },
16099
16099
  /**
16100
16100
  *
16101
- * @summary Get secure containers (Auth roles: Admin,Manager,LocalManager)
16101
+ * @summary Get secure containers (Auth policies: RequireLocalManagerRole)
16102
16102
  * @param {string} hospitalId
16103
16103
  * @param {string} [id]
16104
16104
  * @param {string} [languageCode]
@@ -16117,7 +16117,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16117
16117
  },
16118
16118
  /**
16119
16119
  *
16120
- * @summary Create secure file container (Auth roles: Admin,Manager,LocalManager)
16120
+ * @summary Create secure file container (Auth policies: RequireLocalManagerRole)
16121
16121
  * @param {string} hospitalId
16122
16122
  * @param {*} [options] Override http request option.
16123
16123
  * @throws {RequiredError}
@@ -16127,7 +16127,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16127
16127
  },
16128
16128
  /**
16129
16129
  *
16130
- * @summary Get file content by file name (Auth roles: Admin,Manager,LocalManager)
16130
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
16131
16131
  * @param {string} hospitalId
16132
16132
  * @param {string} fileName
16133
16133
  * @param {*} [options] Override http request option.
@@ -16138,7 +16138,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16138
16138
  },
16139
16139
  /**
16140
16140
  *
16141
- * @summary Get secure file url with read access by file name (Auth roles: Admin,Manager,LocalManager)
16141
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
16142
16142
  * @param {string} hospitalId
16143
16143
  * @param {string} fileName
16144
16144
  * @param {number} [minutesAvailableUntil]
@@ -16150,7 +16150,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16150
16150
  },
16151
16151
  /**
16152
16152
  *
16153
- * @summary Get file content by uri (Auth roles: Admin,Manager,LocalManager)
16153
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
16154
16154
  * @param {string} hospitalId
16155
16155
  * @param {string} [uri]
16156
16156
  * @param {*} [options] Override http request option.
@@ -16161,7 +16161,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16161
16161
  },
16162
16162
  /**
16163
16163
  *
16164
- * @summary Upload secure files (Auth roles: Admin,Manager,LocalManager,Doctor)
16164
+ * @summary Upload secure files (Auth policies: RequireDoctorRole)
16165
16165
  * @param {string} hospitalId
16166
16166
  * @param {Array<File>} [files]
16167
16167
  * @param {*} [options] Override http request option.
@@ -16172,7 +16172,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16172
16172
  },
16173
16173
  /**
16174
16174
  *
16175
- * @summary Get secure file url with read access by uri (Auth roles: Admin,Manager,LocalManager)
16175
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
16176
16176
  * @param {string} hospitalId
16177
16177
  * @param {string} [uri]
16178
16178
  * @param {number} [minutesAvailableUntil]
@@ -16225,7 +16225,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16225
16225
  },
16226
16226
  /**
16227
16227
  *
16228
- * @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
16228
+ * @summary Delete HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
16229
16229
  * @param {string} hospitalId
16230
16230
  * @param {string} hospitalSpecialtyId
16231
16231
  * @param {DeleteHospitalSpecialtyAppointmentTimetableOverridesCommand} [deleteHospitalSpecialtyAppointmentTimetableOverridesCommand]
@@ -16237,7 +16237,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16237
16237
  },
16238
16238
  /**
16239
16239
  *
16240
- * @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
16240
+ * @summary Save HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
16241
16241
  * @param {string} hospitalId
16242
16242
  * @param {string} hospitalSpecialtyId
16243
16243
  * @param {SaveHospitalSpecialtyAppointmentTimetableOverridesCommand} [saveHospitalSpecialtyAppointmentTimetableOverridesCommand]
@@ -16267,7 +16267,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16267
16267
  },
16268
16268
  /**
16269
16269
  *
16270
- * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
16270
+ * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
16271
16271
  * @param {string} hospitalId
16272
16272
  * @param {string} hospitalSpecialtyId
16273
16273
  * @param {BatchHospitalSpecialtyAppointmentTimetablesCommand} [batchHospitalSpecialtyAppointmentTimetablesCommand]
@@ -16294,7 +16294,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16294
16294
  },
16295
16295
  /**
16296
16296
  *
16297
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16297
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
16298
16298
  * @param {string} hospitalId
16299
16299
  * @param {string} hospitalSpecialtyId
16300
16300
  * @param {boolean} [isPermanent]
@@ -16334,7 +16334,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16334
16334
  },
16335
16335
  /**
16336
16336
  *
16337
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
16337
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
16338
16338
  * @param {string} hospitalId
16339
16339
  * @param {string} hospitalSpecialtyId
16340
16340
  * @param {string} mediaId
@@ -16358,7 +16358,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16358
16358
  },
16359
16359
  /**
16360
16360
  *
16361
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16361
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
16362
16362
  * @param {string} hospitalId
16363
16363
  * @param {string} hospitalSpecialtyId
16364
16364
  * @param {string} mediaId
@@ -16371,7 +16371,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16371
16371
  },
16372
16372
  /**
16373
16373
  *
16374
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16374
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
16375
16375
  * @param {string} hospitalId
16376
16376
  * @param {string} hospitalSpecialtyId
16377
16377
  * @param {CreateMediaCommand} [createMediaCommand]
@@ -16383,7 +16383,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16383
16383
  },
16384
16384
  /**
16385
16385
  *
16386
- * @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16386
+ * @summary Update HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
16387
16387
  * @param {string} hospitalId
16388
16388
  * @param {string} hospitalSpecialtyId
16389
16389
  * @param {UpdateHospitalSpecialtyCommand} [updateHospitalSpecialtyCommand]
@@ -16395,7 +16395,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16395
16395
  },
16396
16396
  /**
16397
16397
  *
16398
- * @summary Reactivate HospitalSpecialty. (Auth roles: Admin,Manager)
16398
+ * @summary Reactivate HospitalSpecialty. (Auth policies: RequireManagerRole)
16399
16399
  * @param {string} hospitalId
16400
16400
  * @param {string} hospitalSpecialtyId
16401
16401
  * @param {*} [options] Override http request option.
@@ -16406,7 +16406,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16406
16406
  },
16407
16407
  /**
16408
16408
  *
16409
- * @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
16409
+ * @summary Revalidate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
16410
16410
  * @param {string} hospitalId
16411
16411
  * @param {string} hospitalSpecialtyId
16412
16412
  * @param {boolean} [includeCurrent]
@@ -16418,7 +16418,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16418
16418
  },
16419
16419
  /**
16420
16420
  *
16421
- * @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
16421
+ * @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
16422
16422
  * @param {string} hospitalId
16423
16423
  * @param {string} hospitalSpecialtyId
16424
16424
  * @param {TranslateHospitalSpecialtyCommand} [translateHospitalSpecialtyCommand]
@@ -16430,7 +16430,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16430
16430
  },
16431
16431
  /**
16432
16432
  *
16433
- * @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16433
+ * @summary Create HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
16434
16434
  * @param {string} hospitalId
16435
16435
  * @param {CreateHospitalSpecialtyCommand} [createHospitalSpecialtyCommand]
16436
16436
  * @param {*} [options] Override http request option.
@@ -16501,7 +16501,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16501
16501
  },
16502
16502
  /**
16503
16503
  *
16504
- * @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16504
+ * @summary Create HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
16505
16505
  * @param {string} hospitalId
16506
16506
  * @param {string} specialtyId
16507
16507
  * @param {CreateHospitalServiceCommand} [createHospitalServiceCommand]
@@ -16532,7 +16532,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16532
16532
  },
16533
16533
  /**
16534
16534
  *
16535
- * @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
16535
+ * @summary Delete Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
16536
16536
  * @param {string} hospitalId
16537
16537
  * @param {string} specialtyId
16538
16538
  * @param {string} serviceId
@@ -16545,7 +16545,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16545
16545
  },
16546
16546
  /**
16547
16547
  *
16548
- * @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
16548
+ * @summary Save Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
16549
16549
  * @param {string} hospitalId
16550
16550
  * @param {string} specialtyId
16551
16551
  * @param {string} serviceId
@@ -16577,7 +16577,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16577
16577
  },
16578
16578
  /**
16579
16579
  *
16580
- * @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
16580
+ * @summary Add, update and delete service appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
16581
16581
  * @param {string} hospitalId
16582
16582
  * @param {string} specialtyId
16583
16583
  * @param {string} serviceId
@@ -16606,7 +16606,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16606
16606
  },
16607
16607
  /**
16608
16608
  *
16609
- * @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
16609
+ * @summary Delete HospitalService (Auth policies: RequireLocalManagerOrContentManagerRole)
16610
16610
  * @param {string} hospitalId
16611
16611
  * @param {string} specialtyId
16612
16612
  * @param {string} serviceId
@@ -16650,7 +16650,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16650
16650
  },
16651
16651
  /**
16652
16652
  *
16653
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
16653
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
16654
16654
  * @param {string} hospitalId
16655
16655
  * @param {string} specialtyId
16656
16656
  * @param {string} serviceId
@@ -16676,7 +16676,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16676
16676
  },
16677
16677
  /**
16678
16678
  *
16679
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16679
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
16680
16680
  * @param {string} hospitalId
16681
16681
  * @param {string} specialtyId
16682
16682
  * @param {string} serviceId
@@ -16690,7 +16690,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16690
16690
  },
16691
16691
  /**
16692
16692
  *
16693
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16693
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
16694
16694
  * @param {string} hospitalId
16695
16695
  * @param {string} specialtyId
16696
16696
  * @param {string} serviceId
@@ -16703,7 +16703,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16703
16703
  },
16704
16704
  /**
16705
16705
  *
16706
- * @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16706
+ * @summary Update HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
16707
16707
  * @param {string} hospitalId
16708
16708
  * @param {string} specialtyId
16709
16709
  * @param {string} serviceId
@@ -16716,7 +16716,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16716
16716
  },
16717
16717
  /**
16718
16718
  *
16719
- * @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
16719
+ * @summary Reactivate Hospital Service (Auth policies: RequireLocalManagerOrContentManagerRole)
16720
16720
  * @param {string} hospitalId
16721
16721
  * @param {string} specialtyId
16722
16722
  * @param {string} serviceId
@@ -16728,7 +16728,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16728
16728
  },
16729
16729
  /**
16730
16730
  *
16731
- * @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
16731
+ * @summary Revalidate service (Auth policies: RequireLocalManagerOrContentManagerRole)
16732
16732
  * @param {string} hospitalId
16733
16733
  * @param {string} specialtyId
16734
16734
  * @param {string} serviceId
@@ -16741,7 +16741,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16741
16741
  },
16742
16742
  /**
16743
16743
  *
16744
- * @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
16744
+ * @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
16745
16745
  * @param {string} hospitalId
16746
16746
  * @param {string} specialtyId
16747
16747
  * @param {string} serviceId
@@ -16801,7 +16801,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16801
16801
  },
16802
16802
  /**
16803
16803
  *
16804
- * @summary Translate hospital at once (Auth roles: Admin,Manager,LocalManager,ContentManager)
16804
+ * @summary Translate hospital at once (Auth policies: RequireLocalManagerOrContentManagerRole)
16805
16805
  * @param {string} hospitalId
16806
16806
  * @param {TranslateHospitalCommand} [translateHospitalCommand]
16807
16807
  * @param {*} [options] Override http request option.
@@ -16812,7 +16812,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16812
16812
  },
16813
16813
  /**
16814
16814
  *
16815
- * @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16815
+ * @summary Batch HospitalWorkingDays. (Auth policies: RequireLocalManagerOrContentManagerRole)
16816
16816
  * @param {string} hospitalId
16817
16817
  * @param {BatchHospitalWorkingDaysCommand} [batchHospitalWorkingDaysCommand]
16818
16818
  * @param {*} [options] Override http request option.
@@ -16841,7 +16841,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16841
16841
  },
16842
16842
  /**
16843
16843
  *
16844
- * @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16844
+ * @summary Create HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
16845
16845
  * @param {string} hospitalId
16846
16846
  * @param {CreateHospitalWorkingDayCommand} [createHospitalWorkingDayCommand]
16847
16847
  * @param {*} [options] Override http request option.
@@ -16852,7 +16852,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16852
16852
  },
16853
16853
  /**
16854
16854
  *
16855
- * @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16855
+ * @summary Delete HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
16856
16856
  * @param {string} hospitalId
16857
16857
  * @param {string} workingDayId
16858
16858
  * @param {*} [options] Override http request option.
@@ -16874,7 +16874,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16874
16874
  },
16875
16875
  /**
16876
16876
  *
16877
- * @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16877
+ * @summary Update HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
16878
16878
  * @param {string} hospitalId
16879
16879
  * @param {string} workingDayId
16880
16880
  * @param {UpdateHospitalWorkingDayCommand} [updateHospitalWorkingDayCommand]
@@ -16886,7 +16886,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
16886
16886
  },
16887
16887
  /**
16888
16888
  *
16889
- * @summary Create Hospital. (Auth roles: Admin,Manager,ContentManager)
16889
+ * @summary Create Hospital. (Auth policies: RequireContentManagerRole)
16890
16890
  * @param {CreateHospitalCommand} [createHospitalCommand]
16891
16891
  * @param {*} [options] Override http request option.
16892
16892
  * @throws {RequiredError}
@@ -16960,7 +16960,7 @@ var HospitalsApi = /** @class */ (function (_super) {
16960
16960
  };
16961
16961
  /**
16962
16962
  *
16963
- * @summary Delete HospitalAccreditation. (Auth roles: Admin, Manager, LocalManager, ContentManager)
16963
+ * @summary Delete HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
16964
16964
  * @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdDeleteRequest} requestParameters Request parameters.
16965
16965
  * @param {*} [options] Override http request option.
16966
16966
  * @throws {RequiredError}
@@ -16972,7 +16972,7 @@ var HospitalsApi = /** @class */ (function (_super) {
16972
16972
  };
16973
16973
  /**
16974
16974
  *
16975
- * @summary Get HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16975
+ * @summary Get HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
16976
16976
  * @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
16977
16977
  * @param {*} [options] Override http request option.
16978
16978
  * @throws {RequiredError}
@@ -16984,7 +16984,7 @@ var HospitalsApi = /** @class */ (function (_super) {
16984
16984
  };
16985
16985
  /**
16986
16986
  *
16987
- * @summary Get all HospitalAccreditations. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16987
+ * @summary Get all HospitalAccreditations. (Auth policies: RequireLocalManagerOrContentManagerRole)
16988
16988
  * @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsGetRequest} requestParameters Request parameters.
16989
16989
  * @param {*} [options] Override http request option.
16990
16990
  * @throws {RequiredError}
@@ -16996,7 +16996,7 @@ var HospitalsApi = /** @class */ (function (_super) {
16996
16996
  };
16997
16997
  /**
16998
16998
  *
16999
- * @summary Create HospitalAccreditation. (Auth roles: Admin,Manager,LocalManager,ContentManager)
16999
+ * @summary Create HospitalAccreditation. (Auth policies: RequireLocalManagerOrContentManagerRole)
17000
17000
  * @param {HospitalsApiApiV1HospitalsHospitalIdAccreditationsPostRequest} requestParameters Request parameters.
17001
17001
  * @param {*} [options] Override http request option.
17002
17002
  * @throws {RequiredError}
@@ -17020,7 +17020,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17020
17020
  };
17021
17021
  /**
17022
17022
  *
17023
- * @summary Delete Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
17023
+ * @summary Delete Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
17024
17024
  * @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
17025
17025
  * @param {*} [options] Override http request option.
17026
17026
  * @throws {RequiredError}
@@ -17032,7 +17032,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17032
17032
  };
17033
17033
  /**
17034
17034
  *
17035
- * @summary Save Hospital appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
17035
+ * @summary Save Hospital appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
17036
17036
  * @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
17037
17037
  * @param {*} [options] Override http request option.
17038
17038
  * @throws {RequiredError}
@@ -17056,7 +17056,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17056
17056
  };
17057
17057
  /**
17058
17058
  *
17059
- * @summary Add, update, delete Hospital appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
17059
+ * @summary Add, update, delete Hospital appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
17060
17060
  * @param {HospitalsApiApiV1HospitalsHospitalIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
17061
17061
  * @param {*} [options] Override http request option.
17062
17062
  * @throws {RequiredError}
@@ -17080,7 +17080,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17080
17080
  };
17081
17081
  /**
17082
17082
  *
17083
- * @summary Delete bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
17083
+ * @summary Delete bankAccountInfo (Auth policies: RequireDoctorRole)
17084
17084
  * @param {HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdDeleteRequest} requestParameters Request parameters.
17085
17085
  * @param {*} [options] Override http request option.
17086
17086
  * @throws {RequiredError}
@@ -17092,7 +17092,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17092
17092
  };
17093
17093
  /**
17094
17094
  *
17095
- * @summary Get bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
17095
+ * @summary Get bankAccountInfo (Auth policies: RequireDoctorRole)
17096
17096
  * @param {HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdGetRequest} requestParameters Request parameters.
17097
17097
  * @param {*} [options] Override http request option.
17098
17098
  * @throws {RequiredError}
@@ -17104,7 +17104,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17104
17104
  };
17105
17105
  /**
17106
17106
  *
17107
- * @summary Update bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
17107
+ * @summary Update bankAccountInfo (Auth policies: RequireDoctorRole)
17108
17108
  * @param {HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosBankAccountInfoIdPutRequest} requestParameters Request parameters.
17109
17109
  * @param {*} [options] Override http request option.
17110
17110
  * @throws {RequiredError}
@@ -17116,7 +17116,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17116
17116
  };
17117
17117
  /**
17118
17118
  *
17119
- * @summary Get all bankAccountInfos (Auth roles: Admin,Manager,LocalManager,Doctor)
17119
+ * @summary Get all bankAccountInfos (Auth policies: RequireDoctorRole)
17120
17120
  * @param {HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosGetRequest} requestParameters Request parameters.
17121
17121
  * @param {*} [options] Override http request option.
17122
17122
  * @throws {RequiredError}
@@ -17128,7 +17128,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17128
17128
  };
17129
17129
  /**
17130
17130
  *
17131
- * @summary Create bankAccountInfo (Auth roles: Admin,Manager,LocalManager,Doctor)
17131
+ * @summary Create bankAccountInfo (Auth policies: RequireDoctorRole)
17132
17132
  * @param {HospitalsApiApiV1HospitalsHospitalIdBankaccountinfosPostRequest} requestParameters Request parameters.
17133
17133
  * @param {*} [options] Override http request option.
17134
17134
  * @throws {RequiredError}
@@ -17140,7 +17140,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17140
17140
  };
17141
17141
  /**
17142
17142
  *
17143
- * @summary Delete hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
17143
+ * @summary Delete hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
17144
17144
  * @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdDeleteRequest} requestParameters Request parameters.
17145
17145
  * @param {*} [options] Override http request option.
17146
17146
  * @throws {RequiredError}
@@ -17164,7 +17164,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17164
17164
  };
17165
17165
  /**
17166
17166
  *
17167
- * @summary Update hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
17167
+ * @summary Update hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
17168
17168
  * @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdPutRequest} requestParameters Request parameters.
17169
17169
  * @param {*} [options] Override http request option.
17170
17170
  * @throws {RequiredError}
@@ -17176,7 +17176,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17176
17176
  };
17177
17177
  /**
17178
17178
  *
17179
- * @summary Reactivate hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
17179
+ * @summary Reactivate hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
17180
17180
  * @param {HospitalsApiApiV1HospitalsHospitalIdContactsContactIdReactivatePutRequest} requestParameters Request parameters.
17181
17181
  * @param {*} [options] Override http request option.
17182
17182
  * @throws {RequiredError}
@@ -17200,7 +17200,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17200
17200
  };
17201
17201
  /**
17202
17202
  *
17203
- * @summary Create hospital contact (Auth roles: Admin,Manager,LocalManager,ContentManager)
17203
+ * @summary Create hospital contact (Auth policies: RequireLocalManagerOrContentManagerRole)
17204
17204
  * @param {HospitalsApiApiV1HospitalsHospitalIdContactsPostRequest} requestParameters Request parameters.
17205
17205
  * @param {*} [options] Override http request option.
17206
17206
  * @throws {RequiredError}
@@ -17212,7 +17212,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17212
17212
  };
17213
17213
  /**
17214
17214
  *
17215
- * @summary Batch for contacts sorting (Auth roles: Admin,Manager,LocalManager,ContentManager)
17215
+ * @summary Batch for contacts sorting (Auth policies: RequireLocalManagerOrContentManagerRole)
17216
17216
  * @param {HospitalsApiApiV1HospitalsHospitalIdContactsSortPutRequest} requestParameters Request parameters.
17217
17217
  * @param {*} [options] Override http request option.
17218
17218
  * @throws {RequiredError}
@@ -17224,7 +17224,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17224
17224
  };
17225
17225
  /**
17226
17226
  *
17227
- * @summary Delete Hospital. (Auth roles: Admin,Manager)
17227
+ * @summary Delete Hospital. (Auth policies: RequireManagerRole)
17228
17228
  * @param {HospitalsApiApiV1HospitalsHospitalIdDeleteRequest} requestParameters Request parameters.
17229
17229
  * @param {*} [options] Override http request option.
17230
17230
  * @throws {RequiredError}
@@ -17236,7 +17236,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17236
17236
  };
17237
17237
  /**
17238
17238
  *
17239
- * @summary Delete HospitalEquipment (Auth roles: Admin,Manager,LocalManager,ContentManager)
17239
+ * @summary Delete HospitalEquipment (Auth policies: RequireLocalManagerOrContentManagerRole)
17240
17240
  * @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdDeleteRequest} requestParameters Request parameters.
17241
17241
  * @param {*} [options] Override http request option.
17242
17242
  * @throws {RequiredError}
@@ -17272,7 +17272,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17272
17272
  };
17273
17273
  /**
17274
17274
  *
17275
- * @summary Delete EquipmentMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
17275
+ * @summary Delete EquipmentMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
17276
17276
  * @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
17277
17277
  * @param {*} [options] Override http request option.
17278
17278
  * @throws {RequiredError}
@@ -17296,7 +17296,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17296
17296
  };
17297
17297
  /**
17298
17298
  *
17299
- * @summary Update EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17299
+ * @summary Update EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
17300
17300
  * @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasMediaIdPutRequest} requestParameters Request parameters.
17301
17301
  * @param {*} [options] Override http request option.
17302
17302
  * @throws {RequiredError}
@@ -17308,7 +17308,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17308
17308
  };
17309
17309
  /**
17310
17310
  *
17311
- * @summary Create EquipmentMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17311
+ * @summary Create EquipmentMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
17312
17312
  * @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdMediasPostRequest} requestParameters Request parameters.
17313
17313
  * @param {*} [options] Override http request option.
17314
17314
  * @throws {RequiredError}
@@ -17320,7 +17320,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17320
17320
  };
17321
17321
  /**
17322
17322
  *
17323
- * @summary Update HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17323
+ * @summary Update HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
17324
17324
  * @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdPutRequest} requestParameters Request parameters.
17325
17325
  * @param {*} [options] Override http request option.
17326
17326
  * @throws {RequiredError}
@@ -17332,7 +17332,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17332
17332
  };
17333
17333
  /**
17334
17334
  *
17335
- * @summary Reactivate HospitalEquipment. (Auth roles: Admin,Manager)
17335
+ * @summary Reactivate HospitalEquipment. (Auth policies: RequireManagerRole)
17336
17336
  * @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsEquipmentIdReactivatePutRequest} requestParameters Request parameters.
17337
17337
  * @param {*} [options] Override http request option.
17338
17338
  * @throws {RequiredError}
@@ -17356,7 +17356,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17356
17356
  };
17357
17357
  /**
17358
17358
  *
17359
- * @summary Create HospitalEquipment. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17359
+ * @summary Create HospitalEquipment. (Auth policies: RequireLocalManagerOrContentManagerRole)
17360
17360
  * @param {HospitalsApiApiV1HospitalsHospitalIdEquipmentsPostRequest} requestParameters Request parameters.
17361
17361
  * @param {*} [options] Override http request option.
17362
17362
  * @throws {RequiredError}
@@ -17368,7 +17368,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17368
17368
  };
17369
17369
  /**
17370
17370
  *
17371
- * @summary Delete HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
17371
+ * @summary Delete HospitalEvaluation. (Auth policies: RequireContentManagerRole)
17372
17372
  * @param {HospitalsApiApiV1HospitalsHospitalIdEvaluationsEvaluationIdDeleteRequest} requestParameters Request parameters.
17373
17373
  * @param {*} [options] Override http request option.
17374
17374
  * @throws {RequiredError}
@@ -17404,7 +17404,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17404
17404
  };
17405
17405
  /**
17406
17406
  *
17407
- * @summary Create HospitalEvaluation. (Auth roles: Admin,Manager,ContentManager)
17407
+ * @summary Create HospitalEvaluation. (Auth policies: RequireContentManagerRole)
17408
17408
  * @param {HospitalsApiApiV1HospitalsHospitalIdEvaluationsPostRequest} requestParameters Request parameters.
17409
17409
  * @param {*} [options] Override http request option.
17410
17410
  * @throws {RequiredError}
@@ -17416,7 +17416,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17416
17416
  };
17417
17417
  /**
17418
17418
  *
17419
- * @summary Get footerNavigationItems (Auth roles: Admin,Manager,LocalManager)
17419
+ * @summary Get footerNavigationItems (Auth policies: RequireLocalManagerOrContentManagerRole)
17420
17420
  * @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeGetRequest} requestParameters Request parameters.
17421
17421
  * @param {*} [options] Override http request option.
17422
17422
  * @throws {RequiredError}
@@ -17428,7 +17428,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17428
17428
  };
17429
17429
  /**
17430
17430
  *
17431
- * @summary Delete footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
17431
+ * @summary Delete footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
17432
17432
  * @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdDeleteRequest} requestParameters Request parameters.
17433
17433
  * @param {*} [options] Override http request option.
17434
17434
  * @throws {RequiredError}
@@ -17440,7 +17440,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17440
17440
  };
17441
17441
  /**
17442
17442
  *
17443
- * @summary Get footerNavigationItem by Id (Auth roles: Admin,Manager,LocalManager)
17443
+ * @summary Get footerNavigationItem by Id (Auth policies: RequireLocalManagerOrContentManagerRole)
17444
17444
  * @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeIdGetRequest} requestParameters Request parameters.
17445
17445
  * @param {*} [options] Override http request option.
17446
17446
  * @throws {RequiredError}
@@ -17452,7 +17452,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17452
17452
  };
17453
17453
  /**
17454
17454
  *
17455
- * @summary Get footerNavigationItems by ParentId (Auth roles: Admin,Manager,LocalManager)
17455
+ * @summary Get footerNavigationItems by ParentId (Auth policies: RequireLocalManagerOrContentManagerRole)
17456
17456
  * @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeParentIdSubitemsGetRequest} requestParameters Request parameters.
17457
17457
  * @param {*} [options] Override http request option.
17458
17458
  * @throws {RequiredError}
@@ -17464,7 +17464,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17464
17464
  };
17465
17465
  /**
17466
17466
  *
17467
- * @summary Save footerNavigationItem (Auth roles: Admin,Manager,LocalManager)
17467
+ * @summary Save footerNavigationItem (Auth policies: RequireLocalManagerOrContentManagerRole)
17468
17468
  * @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodePostRequest} requestParameters Request parameters.
17469
17469
  * @param {*} [options] Override http request option.
17470
17470
  * @throws {RequiredError}
@@ -17476,7 +17476,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17476
17476
  };
17477
17477
  /**
17478
17478
  *
17479
- * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth roles: Admin,Manager,LocalManager)
17479
+ * @summary Batch for footer navigation items sorting <br> Level 1 item only (Auth policies: RequireLocalManagerOrContentManagerRole)
17480
17480
  * @param {HospitalsApiApiV1HospitalsHospitalIdFooternavigationsLanguageCodeSortPutRequest} requestParameters Request parameters.
17481
17481
  * @param {*} [options] Override http request option.
17482
17482
  * @throws {RequiredError}
@@ -17512,7 +17512,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17512
17512
  };
17513
17513
  /**
17514
17514
  *
17515
- * @summary Delete HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17515
+ * @summary Delete HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
17516
17516
  * @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdDeleteRequest} requestParameters Request parameters.
17517
17517
  * @param {*} [options] Override http request option.
17518
17518
  * @throws {RequiredError}
@@ -17536,7 +17536,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17536
17536
  };
17537
17537
  /**
17538
17538
  *
17539
- * @summary Update HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17539
+ * @summary Update HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
17540
17540
  * @param {HospitalsApiApiV1HospitalsHospitalIdHandlesHandleIdPutRequest} requestParameters Request parameters.
17541
17541
  * @param {*} [options] Override http request option.
17542
17542
  * @throws {RequiredError}
@@ -17548,7 +17548,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17548
17548
  };
17549
17549
  /**
17550
17550
  *
17551
- * @summary Get HospitalHandle. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17551
+ * @summary Get HospitalHandle. (Auth policies: RequireLocalManagerOrContentManagerRole)
17552
17552
  * @param {HospitalsApiApiV1HospitalsHospitalIdHandlesPostRequest} requestParameters Request parameters.
17553
17553
  * @param {*} [options] Override http request option.
17554
17554
  * @throws {RequiredError}
@@ -17560,7 +17560,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17560
17560
  };
17561
17561
  /**
17562
17562
  *
17563
- * @summary Get all HeaderNavigationItems (Auth roles: Admin,Manager,LocalManager,Doctor)
17563
+ * @summary Get all HeaderNavigationItems (Auth policies: RequireDoctorRole)
17564
17564
  * @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeGetRequest} requestParameters Request parameters.
17565
17565
  * @param {*} [options] Override http request option.
17566
17566
  * @throws {RequiredError}
@@ -17572,7 +17572,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17572
17572
  };
17573
17573
  /**
17574
17574
  *
17575
- * @summary Delete HeaderNavigationItem (Auth roles: Admin,Manager,LocalManager,Doctor)
17575
+ * @summary Delete HeaderNavigationItem (Auth policies: RequireDoctorRole)
17576
17576
  * @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdDeleteRequest} requestParameters Request parameters.
17577
17577
  * @param {*} [options] Override http request option.
17578
17578
  * @throws {RequiredError}
@@ -17584,7 +17584,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17584
17584
  };
17585
17585
  /**
17586
17586
  *
17587
- * @summary Get HeaderNavigationItem by id (Auth roles: Admin,Manager,LocalManager,Doctor)
17587
+ * @summary Get HeaderNavigationItem by id (Auth policies: RequireDoctorRole)
17588
17588
  * @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeIdGetRequest} requestParameters Request parameters.
17589
17589
  * @param {*} [options] Override http request option.
17590
17590
  * @throws {RequiredError}
@@ -17596,7 +17596,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17596
17596
  };
17597
17597
  /**
17598
17598
  *
17599
- * @summary Get HeaderNavigationItems by parent id (Auth roles: Admin,Manager,LocalManager,Doctor)
17599
+ * @summary Get HeaderNavigationItems by parent id (Auth policies: RequireDoctorRole)
17600
17600
  * @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodeParentIdSubitemsGetRequest} requestParameters Request parameters.
17601
17601
  * @param {*} [options] Override http request option.
17602
17602
  * @throws {RequiredError}
@@ -17608,7 +17608,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17608
17608
  };
17609
17609
  /**
17610
17610
  *
17611
- * @summary Save HeaderNavigationItem (Auth roles: Admin,Manager,LocalManager,Doctor)
17611
+ * @summary Save HeaderNavigationItem (Auth policies: RequireDoctorRole)
17612
17612
  * @param {HospitalsApiApiV1HospitalsHospitalIdHeadernavigationsLanguageCodePostRequest} requestParameters Request parameters.
17613
17613
  * @param {*} [options] Override http request option.
17614
17614
  * @throws {RequiredError}
@@ -17632,7 +17632,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17632
17632
  };
17633
17633
  /**
17634
17634
  *
17635
- * @summary Delete Landing. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17635
+ * @summary Delete Landing. (Auth policies: RequireLocalManagerOrContentManagerRole)
17636
17636
  * @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdDeleteRequest} requestParameters Request parameters.
17637
17637
  * @param {*} [options] Override http request option.
17638
17638
  * @throws {RequiredError}
@@ -17656,7 +17656,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17656
17656
  };
17657
17657
  /**
17658
17658
  *
17659
- * @summary Update Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
17659
+ * @summary Update Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
17660
17660
  * @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdPutRequest} requestParameters Request parameters.
17661
17661
  * @param {*} [options] Override http request option.
17662
17662
  * @throws {RequiredError}
@@ -17668,7 +17668,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17668
17668
  };
17669
17669
  /**
17670
17670
  *
17671
- * @summary Reactivate Landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
17671
+ * @summary Reactivate Landing (Auth policies: RequireLocalManagerOrContentManagerRole)
17672
17672
  * @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdReactivatePutRequest} requestParameters Request parameters.
17673
17673
  * @param {*} [options] Override http request option.
17674
17674
  * @throws {RequiredError}
@@ -17680,7 +17680,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17680
17680
  };
17681
17681
  /**
17682
17682
  *
17683
- * @summary Revalidate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
17683
+ * @summary Revalidate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
17684
17684
  * @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdRevalidatePostRequest} requestParameters Request parameters.
17685
17685
  * @param {*} [options] Override http request option.
17686
17686
  * @throws {RequiredError}
@@ -17692,7 +17692,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17692
17692
  };
17693
17693
  /**
17694
17694
  *
17695
- * @summary Translate landing (Auth roles: Admin,Manager,LocalManager,ContentManager)
17695
+ * @summary Translate landing (Auth policies: RequireLocalManagerOrContentManagerRole)
17696
17696
  * @param {HospitalsApiApiV1HospitalsHospitalIdLandingsLandingIdTranslatePostRequest} requestParameters Request parameters.
17697
17697
  * @param {*} [options] Override http request option.
17698
17698
  * @throws {RequiredError}
@@ -17704,7 +17704,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17704
17704
  };
17705
17705
  /**
17706
17706
  *
17707
- * @summary Create HospitalLandings. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17707
+ * @summary Create HospitalLandings. (Auth policies: RequireLocalManagerOrContentManagerRole)
17708
17708
  * @param {HospitalsApiApiV1HospitalsHospitalIdLandingsPostRequest} requestParameters Request parameters.
17709
17709
  * @param {*} [options] Override http request option.
17710
17710
  * @throws {RequiredError}
@@ -17728,7 +17728,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17728
17728
  };
17729
17729
  /**
17730
17730
  *
17731
- * @summary Delete GetAllLanguage. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17731
+ * @summary Delete GetAllLanguage. (Auth policies: RequireLocalManagerOrContentManagerRole)
17732
17732
  * @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodeDeleteRequest} requestParameters Request parameters.
17733
17733
  * @param {*} [options] Override http request option.
17734
17734
  * @throws {RequiredError}
@@ -17740,7 +17740,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17740
17740
  };
17741
17741
  /**
17742
17742
  *
17743
- * @summary Update HospitalLanguage (Auth roles: Admin,Manager,LocalManager,ContentManager)
17743
+ * @summary Update HospitalLanguage (Auth policies: RequireLocalManagerOrContentManagerRole)
17744
17744
  * @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesLanguageCodePutRequest} requestParameters Request parameters.
17745
17745
  * @param {*} [options] Override http request option.
17746
17746
  * @throws {RequiredError}
@@ -17752,7 +17752,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17752
17752
  };
17753
17753
  /**
17754
17754
  *
17755
- * @summary Create HospitalLanguages. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17755
+ * @summary Create HospitalLanguages. (Auth policies: RequireLocalManagerOrContentManagerRole)
17756
17756
  * @param {HospitalsApiApiV1HospitalsHospitalIdLanguagesPostRequest} requestParameters Request parameters.
17757
17757
  * @param {*} [options] Override http request option.
17758
17758
  * @throws {RequiredError}
@@ -17764,7 +17764,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17764
17764
  };
17765
17765
  /**
17766
17766
  *
17767
- * @summary Get managers (Auth roles: Admin,Manager,LocalManager,Doctor)
17767
+ * @summary Get managers (Auth policies: RequireDoctorRole)
17768
17768
  * @param {HospitalsApiApiV1HospitalsHospitalIdManagersGetRequest} requestParameters Request parameters.
17769
17769
  * @param {*} [options] Override http request option.
17770
17770
  * @throws {RequiredError}
@@ -17776,7 +17776,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17776
17776
  };
17777
17777
  /**
17778
17778
  *
17779
- * @summary Delete manager (Auth roles: Admin,Manager)
17779
+ * @summary Delete manager (Auth policies: RequireManagerRole)
17780
17780
  * @param {HospitalsApiApiV1HospitalsHospitalIdManagersManagerIdDeleteRequest} requestParameters Request parameters.
17781
17781
  * @param {*} [options] Override http request option.
17782
17782
  * @throws {RequiredError}
@@ -17788,7 +17788,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17788
17788
  };
17789
17789
  /**
17790
17790
  *
17791
- * @summary Get manager (Auth roles: Admin,Manager,LocalManager,Doctor)
17791
+ * @summary Get manager (Auth policies: RequireDoctorRole)
17792
17792
  * @param {HospitalsApiApiV1HospitalsHospitalIdManagersManagerIdGetRequest} requestParameters Request parameters.
17793
17793
  * @param {*} [options] Override http request option.
17794
17794
  * @throws {RequiredError}
@@ -17800,7 +17800,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17800
17800
  };
17801
17801
  /**
17802
17802
  * PUT: /api/v1/hospitals/{hospitlaId}/managers/{managerId} { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
17803
- * @summary Update manager (Auth roles: Admin,Manager,LocalManager,Doctor)
17803
+ * @summary Update manager (Auth policies: RequireDoctorRole)
17804
17804
  * @param {HospitalsApiApiV1HospitalsHospitalIdManagersManagerIdPutRequest} requestParameters Request parameters.
17805
17805
  * @param {*} [options] Override http request option.
17806
17806
  * @throws {RequiredError}
@@ -17812,7 +17812,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17812
17812
  };
17813
17813
  /**
17814
17814
  * POST: /api/v1/hospitals/{hospitlaId}/managers { \"email\": \"emailaddress@icloudhospital.com\", \"firstName\": \"First\", \"lastName\": \"Last\", \"phone\": \"+82 1012340000\", \"photo\": \"\", \"photoThumbnail\": \"\", \"gender\": \"Male\", \"dateOfBirth\": \"2023-08-07T06:02:05.652Z\", \"timeZone\": \"Asia/Seoul\" }
17815
- * @summary Create manager (Auth roles: Admin,Manager)
17815
+ * @summary Create manager (Auth policies: RequireManagerRole)
17816
17816
  * @param {HospitalsApiApiV1HospitalsHospitalIdManagersPostRequest} requestParameters Request parameters.
17817
17817
  * @param {*} [options] Override http request option.
17818
17818
  * @throws {RequiredError}
@@ -17836,7 +17836,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17836
17836
  };
17837
17837
  /**
17838
17838
  *
17839
- * @summary Delete HospitalMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
17839
+ * @summary Delete HospitalMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
17840
17840
  * @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
17841
17841
  * @param {*} [options] Override http request option.
17842
17842
  * @throws {RequiredError}
@@ -17860,7 +17860,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17860
17860
  };
17861
17861
  /**
17862
17862
  *
17863
- * @summary Update HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17863
+ * @summary Update HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
17864
17864
  * @param {HospitalsApiApiV1HospitalsHospitalIdMediasMediaIdPutRequest} requestParameters Request parameters.
17865
17865
  * @param {*} [options] Override http request option.
17866
17866
  * @throws {RequiredError}
@@ -17872,7 +17872,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17872
17872
  };
17873
17873
  /**
17874
17874
  *
17875
- * @summary Create HospitalMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
17875
+ * @summary Create HospitalMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
17876
17876
  * @param {HospitalsApiApiV1HospitalsHospitalIdMediasPostRequest} requestParameters Request parameters.
17877
17877
  * @param {*} [options] Override http request option.
17878
17878
  * @throws {RequiredError}
@@ -17884,7 +17884,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17884
17884
  };
17885
17885
  /**
17886
17886
  *
17887
- * @summary Get notices (Auth roles: Admin,Manager,LocalManager)
17887
+ * @summary Get notices (Auth policies: RequireLocalManagerRole)
17888
17888
  * @param {HospitalsApiApiV1HospitalsHospitalIdNoticesGetRequest} requestParameters Request parameters.
17889
17889
  * @param {*} [options] Override http request option.
17890
17890
  * @throws {RequiredError}
@@ -17896,7 +17896,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17896
17896
  };
17897
17897
  /**
17898
17898
  *
17899
- * @summary Delete notice (Auth roles: Admin,Manager,LocalManager)
17899
+ * @summary Delete notice (Auth policies: RequireLocalManagerRole)
17900
17900
  * @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdDeleteRequest} requestParameters Request parameters.
17901
17901
  * @param {*} [options] Override http request option.
17902
17902
  * @throws {RequiredError}
@@ -17908,7 +17908,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17908
17908
  };
17909
17909
  /**
17910
17910
  *
17911
- * @summary Get notice by id (Auth roles: Admin,Manager,LocalManager)
17911
+ * @summary Get notice by id (Auth policies: RequireLocalManagerRole)
17912
17912
  * @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdGetRequest} requestParameters Request parameters.
17913
17913
  * @param {*} [options] Override http request option.
17914
17914
  * @throws {RequiredError}
@@ -17920,7 +17920,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17920
17920
  };
17921
17921
  /**
17922
17922
  *
17923
- * @summary Update notice (Auth roles: Admin,Manager,LocalManager)
17923
+ * @summary Update notice (Auth policies: RequireLocalManagerRole)
17924
17924
  * @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdPutRequest} requestParameters Request parameters.
17925
17925
  * @param {*} [options] Override http request option.
17926
17926
  * @throws {RequiredError}
@@ -17932,7 +17932,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17932
17932
  };
17933
17933
  /**
17934
17934
  *
17935
- * @summary Reactivate notice (Auth roles: Admin,Manager,LocalManager)
17935
+ * @summary Reactivate notice (Auth policies: RequireLocalManagerRole)
17936
17936
  * @param {HospitalsApiApiV1HospitalsHospitalIdNoticesNoticeIdReactivatePutRequest} requestParameters Request parameters.
17937
17937
  * @param {*} [options] Override http request option.
17938
17938
  * @throws {RequiredError}
@@ -17944,7 +17944,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17944
17944
  };
17945
17945
  /**
17946
17946
  *
17947
- * @summary Create notice (Auth roles: Admin,Manager,LocalManager)
17947
+ * @summary Create notice (Auth policies: RequireLocalManagerRole)
17948
17948
  * @param {HospitalsApiApiV1HospitalsHospitalIdNoticesPostRequest} requestParameters Request parameters.
17949
17949
  * @param {*} [options] Override http request option.
17950
17950
  * @throws {RequiredError}
@@ -17956,7 +17956,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17956
17956
  };
17957
17957
  /**
17958
17958
  *
17959
- * @summary Batch for notices sorting (Auth roles: Admin,Manager,LocalManager)
17959
+ * @summary Batch for notices sorting (Auth policies: RequireLocalManagerRole)
17960
17960
  * @param {HospitalsApiApiV1HospitalsHospitalIdNoticesSortPutRequest} requestParameters Request parameters.
17961
17961
  * @param {*} [options] Override http request option.
17962
17962
  * @throws {RequiredError}
@@ -17968,7 +17968,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17968
17968
  };
17969
17969
  /**
17970
17970
  *
17971
- * @summary Get hospital pageItems (Auth roles: Admin,Manager,LocalManager,Doctor)
17971
+ * @summary Get hospital pageItems (Auth policies: RequireDoctorRole)
17972
17972
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesGetRequest} requestParameters Request parameters.
17973
17973
  * @param {*} [options] Override http request option.
17974
17974
  * @throws {RequiredError}
@@ -17980,7 +17980,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17980
17980
  };
17981
17981
  /**
17982
17982
  *
17983
- * @summary Delete page (Auth roles: Admin,Manager,LocalManager,Doctor)
17983
+ * @summary Delete page (Auth policies: RequireDoctorRole)
17984
17984
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdDeleteRequest} requestParameters Request parameters.
17985
17985
  * @param {*} [options] Override http request option.
17986
17986
  * @throws {RequiredError}
@@ -17992,7 +17992,7 @@ var HospitalsApi = /** @class */ (function (_super) {
17992
17992
  };
17993
17993
  /**
17994
17994
  *
17995
- * @summary Get hospital page (Auth roles: Admin,Manager,LocalManager,Doctor)
17995
+ * @summary Get hospital page (Auth policies: RequireDoctorRole)
17996
17996
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdGetRequest} requestParameters Request parameters.
17997
17997
  * @param {*} [options] Override http request option.
17998
17998
  * @throws {RequiredError}
@@ -18004,7 +18004,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18004
18004
  };
18005
18005
  /**
18006
18006
  *
18007
- * @summary Update page (Auth roles: Admin,Manager,LocalManager,Doctor)
18007
+ * @summary Update page (Auth policies: RequireDoctorRole)
18008
18008
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdPutRequest} requestParameters Request parameters.
18009
18009
  * @param {*} [options] Override http request option.
18010
18010
  * @throws {RequiredError}
@@ -18016,7 +18016,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18016
18016
  };
18017
18017
  /**
18018
18018
  *
18019
- * @summary Reactivate page (Auth roles: Admin,Manager,LocalManager,Doctor)
18019
+ * @summary Reactivate page (Auth policies: RequireDoctorRole)
18020
18020
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdReactivatePutRequest} requestParameters Request parameters.
18021
18021
  * @param {*} [options] Override http request option.
18022
18022
  * @throws {RequiredError}
@@ -18028,7 +18028,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18028
18028
  };
18029
18029
  /**
18030
18030
  *
18031
- * @summary Translate pageBlocks in section (Auth roles: Admin,Manager,LocalManager,Doctor)
18031
+ * @summary Translate pageBlocks in section (Auth policies: RequireDoctorRole)
18032
18032
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdSectionsPageSectionIdTranslatePostRequest} requestParameters Request parameters.
18033
18033
  * @param {*} [options] Override http request option.
18034
18034
  * @throws {RequiredError}
@@ -18040,7 +18040,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18040
18040
  };
18041
18041
  /**
18042
18042
  *
18043
- * @summary Translate page (Auth roles: Admin,Manager,LocalManager,Doctor)
18043
+ * @summary Translate page (Auth policies: RequireDoctorRole)
18044
18044
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesPageItemIdTranslatePostRequest} requestParameters Request parameters.
18045
18045
  * @param {*} [options] Override http request option.
18046
18046
  * @throws {RequiredError}
@@ -18052,7 +18052,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18052
18052
  };
18053
18053
  /**
18054
18054
  *
18055
- * @summary Create page (Auth roles: Admin,Manager,LocalManager,Doctor)
18055
+ * @summary Create page (Auth policies: RequireDoctorRole)
18056
18056
  * @param {HospitalsApiApiV1HospitalsHospitalIdPagesPostRequest} requestParameters Request parameters.
18057
18057
  * @param {*} [options] Override http request option.
18058
18058
  * @throws {RequiredError}
@@ -18064,7 +18064,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18064
18064
  };
18065
18065
  /**
18066
18066
  *
18067
- * @summary Get hospitalPaymentMethods list (Auth roles: Admin,Manager,LocalManager,Doctor)
18067
+ * @summary Get hospitalPaymentMethods list (Auth policies: RequireDoctorRole)
18068
18068
  * @param {HospitalsApiApiV1HospitalsHospitalIdPaymentmethodsGetRequest} requestParameters Request parameters.
18069
18069
  * @param {*} [options] Override http request option.
18070
18070
  * @throws {RequiredError}
@@ -18076,7 +18076,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18076
18076
  };
18077
18077
  /**
18078
18078
  *
18079
- * @summary Delete hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
18079
+ * @summary Delete hospitalPaymentMethod (Auth policies: RequireDoctorRole)
18080
18080
  * @param {HospitalsApiApiV1HospitalsHospitalIdPaymentmethodsIdDeleteRequest} requestParameters Request parameters.
18081
18081
  * @param {*} [options] Override http request option.
18082
18082
  * @throws {RequiredError}
@@ -18088,7 +18088,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18088
18088
  };
18089
18089
  /**
18090
18090
  *
18091
- * @summary Get hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
18091
+ * @summary Get hospitalPaymentMethod (Auth policies: RequireDoctorRole)
18092
18092
  * @param {HospitalsApiApiV1HospitalsHospitalIdPaymentmethodsIdGetRequest} requestParameters Request parameters.
18093
18093
  * @param {*} [options] Override http request option.
18094
18094
  * @throws {RequiredError}
@@ -18100,7 +18100,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18100
18100
  };
18101
18101
  /**
18102
18102
  *
18103
- * @summary Update hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
18103
+ * @summary Update hospitalPaymentMethod (Auth policies: RequireDoctorRole)
18104
18104
  * @param {HospitalsApiApiV1HospitalsHospitalIdPaymentmethodsIdPutRequest} requestParameters Request parameters.
18105
18105
  * @param {*} [options] Override http request option.
18106
18106
  * @throws {RequiredError}
@@ -18112,7 +18112,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18112
18112
  };
18113
18113
  /**
18114
18114
  *
18115
- * @summary Create hospitalPaymentMethod (Auth roles: Admin,Manager,LocalManager,Doctor)
18115
+ * @summary Create hospitalPaymentMethod (Auth policies: RequireDoctorRole)
18116
18116
  * @param {HospitalsApiApiV1HospitalsHospitalIdPaymentmethodsPostRequest} requestParameters Request parameters.
18117
18117
  * @param {*} [options] Override http request option.
18118
18118
  * @throws {RequiredError}
@@ -18136,7 +18136,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18136
18136
  };
18137
18137
  /**
18138
18138
  *
18139
- * @summary Delete policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
18139
+ * @summary Delete policy (Auth policies: RequireLocalManagerOrContentManagerRole)
18140
18140
  * @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdDeleteRequest} requestParameters Request parameters.
18141
18141
  * @param {*} [options] Override http request option.
18142
18142
  * @throws {RequiredError}
@@ -18160,7 +18160,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18160
18160
  };
18161
18161
  /**
18162
18162
  *
18163
- * @summary Update policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
18163
+ * @summary Update policy (Auth policies: RequireLocalManagerOrContentManagerRole)
18164
18164
  * @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdPutRequest} requestParameters Request parameters.
18165
18165
  * @param {*} [options] Override http request option.
18166
18166
  * @throws {RequiredError}
@@ -18172,7 +18172,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18172
18172
  };
18173
18173
  /**
18174
18174
  *
18175
- * @summary Reactivate policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
18175
+ * @summary Reactivate policy (Auth policies: RequireLocalManagerOrContentManagerRole)
18176
18176
  * @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPolicyIdReactivatePutRequest} requestParameters Request parameters.
18177
18177
  * @param {*} [options] Override http request option.
18178
18178
  * @throws {RequiredError}
@@ -18184,7 +18184,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18184
18184
  };
18185
18185
  /**
18186
18186
  *
18187
- * @summary Create policy (Auth roles: Admin,Manager,LocalManager,ContentManager)
18187
+ * @summary Create policy (Auth policies: RequireLocalManagerOrContentManagerRole)
18188
18188
  * @param {HospitalsApiApiV1HospitalsHospitalIdPoliciesPostRequest} requestParameters Request parameters.
18189
18189
  * @param {*} [options] Override http request option.
18190
18190
  * @throws {RequiredError}
@@ -18196,7 +18196,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18196
18196
  };
18197
18197
  /**
18198
18198
  *
18199
- * @summary Update Hospital. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18199
+ * @summary Update Hospital. (Auth policies: RequireLocalManagerOrContentManagerRole)
18200
18200
  * @param {HospitalsApiApiV1HospitalsHospitalIdPutRequest} requestParameters Request parameters.
18201
18201
  * @param {*} [options] Override http request option.
18202
18202
  * @throws {RequiredError}
@@ -18220,7 +18220,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18220
18220
  };
18221
18221
  /**
18222
18222
  *
18223
- * @summary Delete hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
18223
+ * @summary Delete hospitalRating (Auth policies: RequireDoctorRole)
18224
18224
  * @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdDeleteRequest} requestParameters Request parameters.
18225
18225
  * @param {*} [options] Override http request option.
18226
18226
  * @throws {RequiredError}
@@ -18244,7 +18244,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18244
18244
  };
18245
18245
  /**
18246
18246
  *
18247
- * @summary Update hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
18247
+ * @summary Update hospitalRating (Auth policies: RequireDoctorRole)
18248
18248
  * @param {HospitalsApiApiV1HospitalsHospitalIdRatingsIdPutRequest} requestParameters Request parameters.
18249
18249
  * @param {*} [options] Override http request option.
18250
18250
  * @throws {RequiredError}
@@ -18256,7 +18256,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18256
18256
  };
18257
18257
  /**
18258
18258
  *
18259
- * @summary Create hospitalRating (Auth roles: Admin,Manager,LocalManager,Doctor)
18259
+ * @summary Create hospitalRating (Auth policies: RequireDoctorRole)
18260
18260
  * @param {HospitalsApiApiV1HospitalsHospitalIdRatingsPostRequest} requestParameters Request parameters.
18261
18261
  * @param {*} [options] Override http request option.
18262
18262
  * @throws {RequiredError}
@@ -18268,7 +18268,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18268
18268
  };
18269
18269
  /**
18270
18270
  *
18271
- * @summary Sort hospitalRating entities (Auth roles: Admin,Manager,LocalManager,Doctor)
18271
+ * @summary Sort hospitalRating entities (Auth policies: RequireDoctorRole)
18272
18272
  * @param {HospitalsApiApiV1HospitalsHospitalIdRatingsSortPutRequest} requestParameters Request parameters.
18273
18273
  * @param {*} [options] Override http request option.
18274
18274
  * @throws {RequiredError}
@@ -18280,7 +18280,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18280
18280
  };
18281
18281
  /**
18282
18282
  *
18283
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager)
18283
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireManagerRole)
18284
18284
  * @param {HospitalsApiApiV1HospitalsHospitalIdReactivatePutRequest} requestParameters Request parameters.
18285
18285
  * @param {*} [options] Override http request option.
18286
18286
  * @throws {RequiredError}
@@ -18292,7 +18292,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18292
18292
  };
18293
18293
  /**
18294
18294
  *
18295
- * @summary Revalidate hospital (Auth roles: Admin,Manager,LocalManager,ContentManager)
18295
+ * @summary Revalidate hospital (Auth policies: RequireLocalManagerOrContentManagerRole)
18296
18296
  * @param {HospitalsApiApiV1HospitalsHospitalIdRevalidatePostRequest} requestParameters Request parameters.
18297
18297
  * @param {*} [options] Override http request option.
18298
18298
  * @throws {RequiredError}
@@ -18304,7 +18304,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18304
18304
  };
18305
18305
  /**
18306
18306
  *
18307
- * @summary Delete secure file container (Auth roles: Admin,Manager,LocalManager)
18307
+ * @summary Delete secure file container (Auth policies: RequireLocalManagerRole)
18308
18308
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDeleteRequest} requestParameters Request parameters.
18309
18309
  * @param {*} [options] Override http request option.
18310
18310
  * @throws {RequiredError}
@@ -18316,7 +18316,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18316
18316
  };
18317
18317
  /**
18318
18318
  *
18319
- * @summary Get file content (Auth roles: Admin,Manager,LocalManager)
18319
+ * @summary Get file content (Auth policies: RequireLocalManagerRole)
18320
18320
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest} requestParameters Request parameters.
18321
18321
  * @param {*} [options] Override http request option.
18322
18322
  * @throws {RequiredError}
@@ -18328,7 +18328,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18328
18328
  };
18329
18329
  /**
18330
18330
  *
18331
- * @summary Get secure file url with read access (Auth roles: Admin,Manager,LocalManager)
18331
+ * @summary Get secure file url with read access (Auth policies: RequireLocalManagerRole)
18332
18332
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdReadGetRequest} requestParameters Request parameters.
18333
18333
  * @param {*} [options] Override http request option.
18334
18334
  * @throws {RequiredError}
@@ -18340,7 +18340,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18340
18340
  };
18341
18341
  /**
18342
18342
  *
18343
- * @summary Get secure container (Auth roles: Admin,Manager,LocalManager)
18343
+ * @summary Get secure container (Auth policies: RequireLocalManagerRole)
18344
18344
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdGetRequest} requestParameters Request parameters.
18345
18345
  * @param {*} [options] Override http request option.
18346
18346
  * @throws {RequiredError}
@@ -18352,7 +18352,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18352
18352
  };
18353
18353
  /**
18354
18354
  *
18355
- * @summary Get secure containers (Auth roles: Admin,Manager,LocalManager)
18355
+ * @summary Get secure containers (Auth policies: RequireLocalManagerRole)
18356
18356
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersGetRequest} requestParameters Request parameters.
18357
18357
  * @param {*} [options] Override http request option.
18358
18358
  * @throws {RequiredError}
@@ -18364,7 +18364,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18364
18364
  };
18365
18365
  /**
18366
18366
  *
18367
- * @summary Create secure file container (Auth roles: Admin,Manager,LocalManager)
18367
+ * @summary Create secure file container (Auth policies: RequireLocalManagerRole)
18368
18368
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPostRequest} requestParameters Request parameters.
18369
18369
  * @param {*} [options] Override http request option.
18370
18370
  * @throws {RequiredError}
@@ -18376,7 +18376,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18376
18376
  };
18377
18377
  /**
18378
18378
  *
18379
- * @summary Get file content by file name (Auth roles: Admin,Manager,LocalManager)
18379
+ * @summary Get file content by file name (Auth policies: RequireLocalManagerRole)
18380
18380
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest} requestParameters Request parameters.
18381
18381
  * @param {*} [options] Override http request option.
18382
18382
  * @throws {RequiredError}
@@ -18388,7 +18388,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18388
18388
  };
18389
18389
  /**
18390
18390
  *
18391
- * @summary Get secure file url with read access by file name (Auth roles: Admin,Manager,LocalManager)
18391
+ * @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerRole)
18392
18392
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest} requestParameters Request parameters.
18393
18393
  * @param {*} [options] Override http request option.
18394
18394
  * @throws {RequiredError}
@@ -18400,7 +18400,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18400
18400
  };
18401
18401
  /**
18402
18402
  *
18403
- * @summary Get file content by uri (Auth roles: Admin,Manager,LocalManager)
18403
+ * @summary Get file content by uri (Auth policies: RequireLocalManagerRole)
18404
18404
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest} requestParameters Request parameters.
18405
18405
  * @param {*} [options] Override http request option.
18406
18406
  * @throws {RequiredError}
@@ -18412,7 +18412,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18412
18412
  };
18413
18413
  /**
18414
18414
  *
18415
- * @summary Upload secure files (Auth roles: Admin,Manager,LocalManager,Doctor)
18415
+ * @summary Upload secure files (Auth policies: RequireDoctorRole)
18416
18416
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesPostRequest} requestParameters Request parameters.
18417
18417
  * @param {*} [options] Override http request option.
18418
18418
  * @throws {RequiredError}
@@ -18424,7 +18424,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18424
18424
  };
18425
18425
  /**
18426
18426
  *
18427
- * @summary Get secure file url with read access by uri (Auth roles: Admin,Manager,LocalManager)
18427
+ * @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerRole)
18428
18428
  * @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest} requestParameters Request parameters.
18429
18429
  * @param {*} [options] Override http request option.
18430
18430
  * @throws {RequiredError}
@@ -18460,7 +18460,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18460
18460
  };
18461
18461
  /**
18462
18462
  *
18463
- * @summary Delete HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
18463
+ * @summary Delete HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
18464
18464
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
18465
18465
  * @param {*} [options] Override http request option.
18466
18466
  * @throws {RequiredError}
@@ -18472,7 +18472,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18472
18472
  };
18473
18473
  /**
18474
18474
  *
18475
- * @summary Save HospitalSpecialty appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
18475
+ * @summary Save HospitalSpecialty appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
18476
18476
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
18477
18477
  * @param {*} [options] Override http request option.
18478
18478
  * @throws {RequiredError}
@@ -18496,7 +18496,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18496
18496
  };
18497
18497
  /**
18498
18498
  *
18499
- * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
18499
+ * @summary Add, update, delete HospitalSpecialty appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
18500
18500
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
18501
18501
  * @param {*} [options] Override http request option.
18502
18502
  * @throws {RequiredError}
@@ -18520,7 +18520,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18520
18520
  };
18521
18521
  /**
18522
18522
  *
18523
- * @summary Delete HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18523
+ * @summary Delete HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
18524
18524
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdDeleteRequest} requestParameters Request parameters.
18525
18525
  * @param {*} [options] Override http request option.
18526
18526
  * @throws {RequiredError}
@@ -18556,7 +18556,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18556
18556
  };
18557
18557
  /**
18558
18558
  *
18559
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
18559
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
18560
18560
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
18561
18561
  * @param {*} [options] Override http request option.
18562
18562
  * @throws {RequiredError}
@@ -18580,7 +18580,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18580
18580
  };
18581
18581
  /**
18582
18582
  *
18583
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18583
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
18584
18584
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasMediaIdPutRequest} requestParameters Request parameters.
18585
18585
  * @param {*} [options] Override http request option.
18586
18586
  * @throws {RequiredError}
@@ -18592,7 +18592,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18592
18592
  };
18593
18593
  /**
18594
18594
  *
18595
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18595
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
18596
18596
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdMediasPostRequest} requestParameters Request parameters.
18597
18597
  * @param {*} [options] Override http request option.
18598
18598
  * @throws {RequiredError}
@@ -18604,7 +18604,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18604
18604
  };
18605
18605
  /**
18606
18606
  *
18607
- * @summary Update HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18607
+ * @summary Update HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
18608
18608
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdPutRequest} requestParameters Request parameters.
18609
18609
  * @param {*} [options] Override http request option.
18610
18610
  * @throws {RequiredError}
@@ -18616,7 +18616,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18616
18616
  };
18617
18617
  /**
18618
18618
  *
18619
- * @summary Reactivate HospitalSpecialty. (Auth roles: Admin,Manager)
18619
+ * @summary Reactivate HospitalSpecialty. (Auth policies: RequireManagerRole)
18620
18620
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdReactivatePutRequest} requestParameters Request parameters.
18621
18621
  * @param {*} [options] Override http request option.
18622
18622
  * @throws {RequiredError}
@@ -18628,7 +18628,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18628
18628
  };
18629
18629
  /**
18630
18630
  *
18631
- * @summary Revalidate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
18631
+ * @summary Revalidate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
18632
18632
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdRevalidatePostRequest} requestParameters Request parameters.
18633
18633
  * @param {*} [options] Override http request option.
18634
18634
  * @throws {RequiredError}
@@ -18640,7 +18640,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18640
18640
  };
18641
18641
  /**
18642
18642
  *
18643
- * @summary Translate hospitalSpecialty (Auth roles: Admin,Manager,LocalManager,ContentManager)
18643
+ * @summary Translate hospitalSpecialty (Auth policies: RequireLocalManagerOrContentManagerRole)
18644
18644
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesHospitalSpecialtyIdTranslatePostRequest} requestParameters Request parameters.
18645
18645
  * @param {*} [options] Override http request option.
18646
18646
  * @throws {RequiredError}
@@ -18652,7 +18652,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18652
18652
  };
18653
18653
  /**
18654
18654
  *
18655
- * @summary Create HospitalSpecialty. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18655
+ * @summary Create HospitalSpecialty. (Auth policies: RequireLocalManagerOrContentManagerRole)
18656
18656
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesPostRequest} requestParameters Request parameters.
18657
18657
  * @param {*} [options] Override http request option.
18658
18658
  * @throws {RequiredError}
@@ -18700,7 +18700,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18700
18700
  };
18701
18701
  /**
18702
18702
  *
18703
- * @summary Create HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18703
+ * @summary Create HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
18704
18704
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesPostRequest} requestParameters Request parameters.
18705
18705
  * @param {*} [options] Override http request option.
18706
18706
  * @throws {RequiredError}
@@ -18724,7 +18724,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18724
18724
  };
18725
18725
  /**
18726
18726
  *
18727
- * @summary Delete Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
18727
+ * @summary Delete Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
18728
18728
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPatchRequest} requestParameters Request parameters.
18729
18729
  * @param {*} [options] Override http request option.
18730
18730
  * @throws {RequiredError}
@@ -18736,7 +18736,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18736
18736
  };
18737
18737
  /**
18738
18738
  *
18739
- * @summary Save Service appointment timetable overrides (Auth roles: Admin,Manager,LocalManager,ContentManager)
18739
+ * @summary Save Service appointment timetable overrides (Auth policies: RequireLocalManagerOrContentManagerRole)
18740
18740
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetableoverridesPostRequest} requestParameters Request parameters.
18741
18741
  * @param {*} [options] Override http request option.
18742
18742
  * @throws {RequiredError}
@@ -18760,7 +18760,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18760
18760
  };
18761
18761
  /**
18762
18762
  *
18763
- * @summary Add, update and delete service appointment timetables (Auth roles: Admin,Manager,LocalManager,ContentManager)
18763
+ * @summary Add, update and delete service appointment timetables (Auth policies: RequireLocalManagerOrContentManagerRole)
18764
18764
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdAppointmenttimetablesBatchPostRequest} requestParameters Request parameters.
18765
18765
  * @param {*} [options] Override http request option.
18766
18766
  * @throws {RequiredError}
@@ -18784,7 +18784,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18784
18784
  };
18785
18785
  /**
18786
18786
  *
18787
- * @summary Delete HospitalService (Auth roles: Admin,Manager,LocalManager,ContentManager)
18787
+ * @summary Delete HospitalService (Auth policies: RequireLocalManagerOrContentManagerRole)
18788
18788
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdDeleteRequest} requestParameters Request parameters.
18789
18789
  * @param {*} [options] Override http request option.
18790
18790
  * @throws {RequiredError}
@@ -18820,7 +18820,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18820
18820
  };
18821
18821
  /**
18822
18822
  *
18823
- * @summary Delete HospitalServiceMedia (Auth roles: Admin,Manager,LocalManager,ContentManager)
18823
+ * @summary Delete HospitalServiceMedia (Auth policies: RequireLocalManagerOrContentManagerRole)
18824
18824
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
18825
18825
  * @param {*} [options] Override http request option.
18826
18826
  * @throws {RequiredError}
@@ -18844,7 +18844,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18844
18844
  };
18845
18845
  /**
18846
18846
  *
18847
- * @summary Update HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18847
+ * @summary Update HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
18848
18848
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasMediaIdPutRequest} requestParameters Request parameters.
18849
18849
  * @param {*} [options] Override http request option.
18850
18850
  * @throws {RequiredError}
@@ -18856,7 +18856,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18856
18856
  };
18857
18857
  /**
18858
18858
  *
18859
- * @summary Create HospitalServiceMedia. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18859
+ * @summary Create HospitalServiceMedia. (Auth policies: RequireLocalManagerOrContentManagerRole)
18860
18860
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdMediasPostRequest} requestParameters Request parameters.
18861
18861
  * @param {*} [options] Override http request option.
18862
18862
  * @throws {RequiredError}
@@ -18868,7 +18868,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18868
18868
  };
18869
18869
  /**
18870
18870
  *
18871
- * @summary Update HospitalService. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18871
+ * @summary Update HospitalService. (Auth policies: RequireLocalManagerOrContentManagerRole)
18872
18872
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdPutRequest} requestParameters Request parameters.
18873
18873
  * @param {*} [options] Override http request option.
18874
18874
  * @throws {RequiredError}
@@ -18880,7 +18880,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18880
18880
  };
18881
18881
  /**
18882
18882
  *
18883
- * @summary Reactivate Hospital Service (Auth roles: Admin,Manager,LocalManager,ContentManager)
18883
+ * @summary Reactivate Hospital Service (Auth policies: RequireLocalManagerOrContentManagerRole)
18884
18884
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdReactivatePutRequest} requestParameters Request parameters.
18885
18885
  * @param {*} [options] Override http request option.
18886
18886
  * @throws {RequiredError}
@@ -18892,7 +18892,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18892
18892
  };
18893
18893
  /**
18894
18894
  *
18895
- * @summary Revalidate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
18895
+ * @summary Revalidate service (Auth policies: RequireLocalManagerOrContentManagerRole)
18896
18896
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdRevalidatePostRequest} requestParameters Request parameters.
18897
18897
  * @param {*} [options] Override http request option.
18898
18898
  * @throws {RequiredError}
@@ -18904,7 +18904,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18904
18904
  };
18905
18905
  /**
18906
18906
  *
18907
- * @summary Translate service (Auth roles: Admin,Manager,LocalManager,ContentManager)
18907
+ * @summary Translate service (Auth policies: RequireLocalManagerOrContentManagerRole)
18908
18908
  * @param {HospitalsApiApiV1HospitalsHospitalIdSpecialtiesSpecialtyIdServicesServiceIdTranslatePostRequest} requestParameters Request parameters.
18909
18909
  * @param {*} [options] Override http request option.
18910
18910
  * @throws {RequiredError}
@@ -18964,7 +18964,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18964
18964
  };
18965
18965
  /**
18966
18966
  *
18967
- * @summary Translate hospital at once (Auth roles: Admin,Manager,LocalManager,ContentManager)
18967
+ * @summary Translate hospital at once (Auth policies: RequireLocalManagerOrContentManagerRole)
18968
18968
  * @param {HospitalsApiApiV1HospitalsHospitalIdTranslatePostRequest} requestParameters Request parameters.
18969
18969
  * @param {*} [options] Override http request option.
18970
18970
  * @throws {RequiredError}
@@ -18976,7 +18976,7 @@ var HospitalsApi = /** @class */ (function (_super) {
18976
18976
  };
18977
18977
  /**
18978
18978
  *
18979
- * @summary Batch HospitalWorkingDays. (Auth roles: Admin,Manager,LocalManager,ContentManager)
18979
+ * @summary Batch HospitalWorkingDays. (Auth policies: RequireLocalManagerOrContentManagerRole)
18980
18980
  * @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysBatchPatchRequest} requestParameters Request parameters.
18981
18981
  * @param {*} [options] Override http request option.
18982
18982
  * @throws {RequiredError}
@@ -19000,7 +19000,7 @@ var HospitalsApi = /** @class */ (function (_super) {
19000
19000
  };
19001
19001
  /**
19002
19002
  *
19003
- * @summary Create HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
19003
+ * @summary Create HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
19004
19004
  * @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysPostRequest} requestParameters Request parameters.
19005
19005
  * @param {*} [options] Override http request option.
19006
19006
  * @throws {RequiredError}
@@ -19012,7 +19012,7 @@ var HospitalsApi = /** @class */ (function (_super) {
19012
19012
  };
19013
19013
  /**
19014
19014
  *
19015
- * @summary Delete HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
19015
+ * @summary Delete HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
19016
19016
  * @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdDeleteRequest} requestParameters Request parameters.
19017
19017
  * @param {*} [options] Override http request option.
19018
19018
  * @throws {RequiredError}
@@ -19036,7 +19036,7 @@ var HospitalsApi = /** @class */ (function (_super) {
19036
19036
  };
19037
19037
  /**
19038
19038
  *
19039
- * @summary Update HospitalWorkingDay. (Auth roles: Admin,Manager,LocalManager,ContentManager)
19039
+ * @summary Update HospitalWorkingDay. (Auth policies: RequireLocalManagerOrContentManagerRole)
19040
19040
  * @param {HospitalsApiApiV1HospitalsHospitalIdWorkingdaysWorkingDayIdPutRequest} requestParameters Request parameters.
19041
19041
  * @param {*} [options] Override http request option.
19042
19042
  * @throws {RequiredError}
@@ -19048,7 +19048,7 @@ var HospitalsApi = /** @class */ (function (_super) {
19048
19048
  };
19049
19049
  /**
19050
19050
  *
19051
- * @summary Create Hospital. (Auth roles: Admin,Manager,ContentManager)
19051
+ * @summary Create Hospital. (Auth policies: RequireContentManagerRole)
19052
19052
  * @param {HospitalsApiApiV1HospitalsPostRequest} requestParameters Request parameters.
19053
19053
  * @param {*} [options] Override http request option.
19054
19054
  * @throws {RequiredError}