ch-admin-api-client-typescript 5.43.1 → 5.43.14

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 (225) 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/accreditations-api.d.ts +20 -20
  4. package/lib/api/accreditations-api.js +20 -20
  5. package/lib/api/app-version-api.d.ts +20 -0
  6. package/lib/api/app-version-api.d.ts.map +1 -1
  7. package/lib/api/app-version-api.js +20 -0
  8. package/lib/api/appointments-api.d.ts +52 -52
  9. package/lib/api/appointments-api.js +52 -52
  10. package/lib/api/articles-api.d.ts +104 -104
  11. package/lib/api/articles-api.js +104 -104
  12. package/lib/api/call-histories-api.d.ts +8 -0
  13. package/lib/api/call-histories-api.d.ts.map +1 -1
  14. package/lib/api/call-histories-api.js +8 -0
  15. package/lib/api/chadmins-api.d.ts +20 -20
  16. package/lib/api/chadmins-api.js +20 -20
  17. package/lib/api/chat-users-api.d.ts +28 -24
  18. package/lib/api/chat-users-api.d.ts.map +1 -1
  19. package/lib/api/chat-users-api.js +28 -24
  20. package/lib/api/chmanagers-api.d.ts +20 -20
  21. package/lib/api/chmanagers-api.js +20 -20
  22. package/lib/api/communications-api.d.ts +12 -12
  23. package/lib/api/communications-api.js +12 -12
  24. package/lib/api/content-managers-api.d.ts +421 -0
  25. package/lib/api/content-managers-api.d.ts.map +1 -0
  26. package/lib/api/content-managers-api.js +713 -0
  27. package/lib/api/contributors-api.d.ts +48 -48
  28. package/lib/api/contributors-api.js +48 -48
  29. package/lib/api/countries-api.d.ts +100 -100
  30. package/lib/api/countries-api.js +100 -100
  31. package/lib/api/curations-api.d.ts +32 -32
  32. package/lib/api/curations-api.js +32 -32
  33. package/lib/api/currencies-api.d.ts +28 -28
  34. package/lib/api/currencies-api.js +28 -28
  35. package/lib/api/dash-board-api.d.ts +20 -20
  36. package/lib/api/dash-board-api.js +20 -20
  37. package/lib/api/deals-api.d.ts +100 -100
  38. package/lib/api/deals-api.js +100 -100
  39. package/lib/api/dev-supports-api.d.ts +16 -16
  40. package/lib/api/dev-supports-api.js +16 -16
  41. package/lib/api/doctor-affiliations-api.d.ts +76 -72
  42. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  43. package/lib/api/doctor-affiliations-api.js +76 -72
  44. package/lib/api/doctors-api.d.ts +160 -160
  45. package/lib/api/doctors-api.js +160 -160
  46. package/lib/api/email-marketings-api.d.ts +24 -24
  47. package/lib/api/email-marketings-api.js +24 -24
  48. package/lib/api/email-webhooks-api.d.ts +12 -12
  49. package/lib/api/email-webhooks-api.js +12 -12
  50. package/lib/api/faq-categories-api.d.ts +28 -28
  51. package/lib/api/faq-categories-api.js +28 -28
  52. package/lib/api/faqs-api.d.ts +64 -64
  53. package/lib/api/faqs-api.js +64 -64
  54. package/lib/api/form-results-api.d.ts +20 -20
  55. package/lib/api/form-results-api.js +20 -20
  56. package/lib/api/form-templates-api.d.ts +40 -40
  57. package/lib/api/form-templates-api.js +40 -40
  58. package/lib/api/grades-api.d.ts +20 -20
  59. package/lib/api/grades-api.js +20 -20
  60. package/lib/api/group-channels-api.d.ts +8 -8
  61. package/lib/api/group-channels-api.js +8 -8
  62. package/lib/api/hospital-branches-api.d.ts +36 -36
  63. package/lib/api/hospital-branches-api.js +36 -36
  64. package/lib/api/hospital-groups-api.d.ts +24 -24
  65. package/lib/api/hospital-groups-api.js +24 -24
  66. package/lib/api/hospitals-api.d.ts +712 -712
  67. package/lib/api/hospitals-api.js +712 -712
  68. package/lib/api/images-api.d.ts +8 -4
  69. package/lib/api/images-api.d.ts.map +1 -1
  70. package/lib/api/images-api.js +8 -4
  71. package/lib/api/languages-api.d.ts +20 -20
  72. package/lib/api/languages-api.js +20 -20
  73. package/lib/api/managers-api.d.ts +36 -32
  74. package/lib/api/managers-api.d.ts.map +1 -1
  75. package/lib/api/managers-api.js +36 -32
  76. package/lib/api/notifications-api.d.ts +8 -8
  77. package/lib/api/notifications-api.js +8 -8
  78. package/lib/api/patient-affiliations-api.d.ts +8 -8
  79. package/lib/api/patient-affiliations-api.js +8 -8
  80. package/lib/api/patient-managers-api.d.ts +421 -0
  81. package/lib/api/patient-managers-api.d.ts.map +1 -0
  82. package/lib/api/patient-managers-api.js +713 -0
  83. package/lib/api/patients-api.d.ts +48 -48
  84. package/lib/api/patients-api.js +48 -48
  85. package/lib/api/plans-api.d.ts +40 -40
  86. package/lib/api/plans-api.js +40 -40
  87. package/lib/api/prescriptions-api.d.ts +40 -40
  88. package/lib/api/prescriptions-api.js +40 -40
  89. package/lib/api/profiles-api.d.ts +24 -24
  90. package/lib/api/profiles-api.js +24 -24
  91. package/lib/api/promotions-api.d.ts +24 -24
  92. package/lib/api/promotions-api.js +24 -24
  93. package/lib/api/search-api.d.ts +8 -8
  94. package/lib/api/search-api.js +8 -8
  95. package/lib/api/search-curations-api.d.ts +24 -24
  96. package/lib/api/search-curations-api.js +24 -24
  97. package/lib/api/service-reviews-api.d.ts +40 -40
  98. package/lib/api/service-reviews-api.js +40 -40
  99. package/lib/api/services-api.d.ts +12 -12
  100. package/lib/api/services-api.js +12 -12
  101. package/lib/api/services-categories-api.d.ts +20 -16
  102. package/lib/api/services-categories-api.d.ts.map +1 -1
  103. package/lib/api/services-categories-api.js +20 -16
  104. package/lib/api/specialties-api.d.ts +60 -60
  105. package/lib/api/specialties-api.js +60 -60
  106. package/lib/api/specialty-types-api.d.ts +64 -64
  107. package/lib/api/specialty-types-api.js +64 -64
  108. package/lib/api/survey-forms-api.d.ts +36 -36
  109. package/lib/api/survey-forms-api.js +36 -36
  110. package/lib/api/survey-results-api.d.ts +16 -16
  111. package/lib/api/survey-results-api.js +16 -16
  112. package/lib/api/tags-api.d.ts +16 -16
  113. package/lib/api/tags-api.js +16 -16
  114. package/lib/api/translation-api.d.ts +4 -4
  115. package/lib/api/translation-api.js +4 -4
  116. package/lib/api/web-apps-api.d.ts +36 -36
  117. package/lib/api/web-apps-api.js +36 -36
  118. package/lib/api.d.ts +2 -0
  119. package/lib/api.d.ts.map +1 -1
  120. package/lib/api.js +2 -0
  121. package/lib/models/content-manager-item-model.d.ts +105 -0
  122. package/lib/models/content-manager-item-model.d.ts.map +1 -0
  123. package/lib/models/content-manager-item-model.js +15 -0
  124. package/lib/models/content-manager-model.d.ts +119 -0
  125. package/lib/models/content-manager-model.d.ts.map +1 -0
  126. package/lib/models/content-manager-model.js +15 -0
  127. package/lib/models/content-managers-model.d.ts +33 -0
  128. package/lib/models/content-managers-model.d.ts.map +1 -0
  129. package/lib/models/content-managers-model.js +15 -0
  130. package/lib/models/create-content-manager-command.d.ts +80 -0
  131. package/lib/models/create-content-manager-command.d.ts.map +1 -0
  132. package/lib/models/create-content-manager-command.js +15 -0
  133. package/lib/models/create-patient-manager-command.d.ts +80 -0
  134. package/lib/models/create-patient-manager-command.d.ts.map +1 -0
  135. package/lib/models/create-patient-manager-command.js +15 -0
  136. package/lib/models/index.d.ts +10 -0
  137. package/lib/models/index.d.ts.map +1 -1
  138. package/lib/models/index.js +10 -0
  139. package/lib/models/patient-manager-item-model.d.ts +105 -0
  140. package/lib/models/patient-manager-item-model.d.ts.map +1 -0
  141. package/lib/models/patient-manager-item-model.js +15 -0
  142. package/lib/models/patient-manager-model.d.ts +119 -0
  143. package/lib/models/patient-manager-model.d.ts.map +1 -0
  144. package/lib/models/patient-manager-model.js +15 -0
  145. package/lib/models/patient-managers-model.d.ts +33 -0
  146. package/lib/models/patient-managers-model.d.ts.map +1 -0
  147. package/lib/models/patient-managers-model.js +15 -0
  148. package/lib/models/update-content-manager-command.d.ts +80 -0
  149. package/lib/models/update-content-manager-command.d.ts.map +1 -0
  150. package/lib/models/update-content-manager-command.js +15 -0
  151. package/lib/models/update-patient-manager-command.d.ts +80 -0
  152. package/lib/models/update-patient-manager-command.d.ts.map +1 -0
  153. package/lib/models/update-patient-manager-command.js +15 -0
  154. package/lib/models/user-type.d.ts +2 -0
  155. package/lib/models/user-type.d.ts.map +1 -1
  156. package/lib/models/user-type.js +3 -1
  157. package/package.json +1 -1
  158. package/src/.openapi-generator/FILES +12 -0
  159. package/src/api/about-us-api.ts +28 -28
  160. package/src/api/accreditations-api.ts +20 -20
  161. package/src/api/app-version-api.ts +20 -0
  162. package/src/api/appointments-api.ts +52 -52
  163. package/src/api/articles-api.ts +104 -104
  164. package/src/api/call-histories-api.ts +8 -0
  165. package/src/api/chadmins-api.ts +20 -20
  166. package/src/api/chat-users-api.ts +28 -24
  167. package/src/api/chmanagers-api.ts +20 -20
  168. package/src/api/communications-api.ts +12 -12
  169. package/src/api/content-managers-api.ts +740 -0
  170. package/src/api/contributors-api.ts +48 -48
  171. package/src/api/countries-api.ts +100 -100
  172. package/src/api/curations-api.ts +32 -32
  173. package/src/api/currencies-api.ts +28 -28
  174. package/src/api/dash-board-api.ts +20 -20
  175. package/src/api/deals-api.ts +100 -100
  176. package/src/api/dev-supports-api.ts +16 -16
  177. package/src/api/doctor-affiliations-api.ts +76 -72
  178. package/src/api/doctors-api.ts +160 -160
  179. package/src/api/email-marketings-api.ts +24 -24
  180. package/src/api/email-webhooks-api.ts +12 -12
  181. package/src/api/faq-categories-api.ts +28 -28
  182. package/src/api/faqs-api.ts +64 -64
  183. package/src/api/form-results-api.ts +20 -20
  184. package/src/api/form-templates-api.ts +40 -40
  185. package/src/api/grades-api.ts +20 -20
  186. package/src/api/group-channels-api.ts +8 -8
  187. package/src/api/hospital-branches-api.ts +36 -36
  188. package/src/api/hospital-groups-api.ts +24 -24
  189. package/src/api/hospitals-api.ts +712 -712
  190. package/src/api/images-api.ts +8 -4
  191. package/src/api/languages-api.ts +20 -20
  192. package/src/api/managers-api.ts +36 -32
  193. package/src/api/notifications-api.ts +8 -8
  194. package/src/api/patient-affiliations-api.ts +8 -8
  195. package/src/api/patient-managers-api.ts +740 -0
  196. package/src/api/patients-api.ts +48 -48
  197. package/src/api/plans-api.ts +40 -40
  198. package/src/api/prescriptions-api.ts +40 -40
  199. package/src/api/profiles-api.ts +24 -24
  200. package/src/api/promotions-api.ts +24 -24
  201. package/src/api/search-api.ts +8 -8
  202. package/src/api/search-curations-api.ts +24 -24
  203. package/src/api/service-reviews-api.ts +40 -40
  204. package/src/api/services-api.ts +12 -12
  205. package/src/api/services-categories-api.ts +20 -16
  206. package/src/api/specialties-api.ts +60 -60
  207. package/src/api/specialty-types-api.ts +64 -64
  208. package/src/api/survey-forms-api.ts +36 -36
  209. package/src/api/survey-results-api.ts +16 -16
  210. package/src/api/tags-api.ts +16 -16
  211. package/src/api/translation-api.ts +4 -4
  212. package/src/api/web-apps-api.ts +36 -36
  213. package/src/api.ts +2 -0
  214. package/src/models/content-manager-item-model.ts +114 -0
  215. package/src/models/content-manager-model.ts +132 -0
  216. package/src/models/content-managers-model.ts +42 -0
  217. package/src/models/create-content-manager-command.ts +87 -0
  218. package/src/models/create-patient-manager-command.ts +87 -0
  219. package/src/models/index.ts +10 -0
  220. package/src/models/patient-manager-item-model.ts +114 -0
  221. package/src/models/patient-manager-model.ts +132 -0
  222. package/src/models/patient-managers-model.ts +42 -0
  223. package/src/models/update-content-manager-command.ts +87 -0
  224. package/src/models/update-patient-manager-command.ts +87 -0
  225. package/src/models/user-type.ts +3 -1
@@ -94,7 +94,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
94
94
  return {
95
95
  /**
96
96
  *
97
- * @summary Get all Departments.
97
+ * @summary Get all Departments. (Auth policies: RequireDoctorRole)
98
98
  * @param {string} [id]
99
99
  * @param {string} [name]
100
100
  * @param {string} [description]
@@ -193,7 +193,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
193
193
  },
194
194
  /**
195
195
  *
196
- * @summary Create a Department.
196
+ * @summary Create a Department. (Auth policies: RequireManagerRole)
197
197
  * @param {CreateSpecialtyTypeCommand} [createSpecialtyTypeCommand]
198
198
  * @param {*} [options] Override http request option.
199
199
  * @throws {RequiredError}
@@ -235,7 +235,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
235
235
  },
236
236
  /**
237
237
  *
238
- * @summary Get all Departments with simplified model.
238
+ * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
239
239
  * @param {string} [id]
240
240
  * @param {string} [name]
241
241
  * @param {string} [description]
@@ -334,7 +334,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
334
334
  },
335
335
  /**
336
336
  *
337
- * @summary Get department by slug
337
+ * @summary Get department by slug (Auth policies: RequireDoctorRole)
338
338
  * @param {string} slug
339
339
  * @param {string} [languageCode]
340
340
  * @param {boolean} [returnDefaultValue]
@@ -385,7 +385,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
385
385
  },
386
386
  /**
387
387
  *
388
- * @summary Batch for departments sorting
388
+ * @summary Batch for departments sorting (Auth policies: RequireManagerRole)
389
389
  * @param {SpecialtyTypeSortingCommand} [specialtyTypeSortingCommand]
390
390
  * @param {*} [options] Override http request option.
391
391
  * @throws {RequiredError}
@@ -427,7 +427,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
427
427
  },
428
428
  /**
429
429
  *
430
- * @summary Delete Department.
430
+ * @summary Delete Department. (Auth policies: RequireManagerRole)
431
431
  * @param {string} specialtyTypeId
432
432
  * @param {boolean} [isPermanent]
433
433
  * @param {*} [options] Override http request option.
@@ -474,7 +474,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
474
474
  },
475
475
  /**
476
476
  *
477
- * @summary Get department
477
+ * @summary Get department (Auth policies: RequireDoctorRole)
478
478
  * @param {string} specialtyTypeId
479
479
  * @param {string} [languageCode]
480
480
  * @param {boolean} [returnDefaultValue]
@@ -525,7 +525,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
525
525
  },
526
526
  /**
527
527
  *
528
- * @summary Get all SpecialtyTypeMedias.
528
+ * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
529
529
  * @param {string} specialtyTypeId
530
530
  * @param {string} [id]
531
531
  * @param {MediaType} [mediaType]
@@ -590,7 +590,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
590
590
  },
591
591
  /**
592
592
  *
593
- * @summary Delete SpecialtyTypeMedia
593
+ * @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
594
594
  * @param {string} specialtyTypeId
595
595
  * @param {string} mediaId
596
596
  * @param {*} [options] Override http request option.
@@ -637,7 +637,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
637
637
  },
638
638
  /**
639
639
  *
640
- * @summary Get SpecialtyTypeMedia.
640
+ * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
641
641
  * @param {string} specialtyTypeId
642
642
  * @param {string} mediaId
643
643
  * @param {*} [options] Override http request option.
@@ -684,7 +684,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
684
684
  },
685
685
  /**
686
686
  *
687
- * @summary Update SpecialtyTypeMedia.
687
+ * @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
688
688
  * @param {string} specialtyTypeId
689
689
  * @param {string} mediaId
690
690
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -734,7 +734,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
734
734
  },
735
735
  /**
736
736
  *
737
- * @summary Create SpecialtyTypeMedia.
737
+ * @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
738
738
  * @param {string} specialtyTypeId
739
739
  * @param {CreateMediaCommand} [createMediaCommand]
740
740
  * @param {*} [options] Override http request option.
@@ -780,7 +780,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
780
780
  },
781
781
  /**
782
782
  *
783
- * @summary Update Department.
783
+ * @summary Update Department. (Auth policies: RequireManagerRole)
784
784
  * @param {string} specialtyTypeId
785
785
  * @param {UpdateSpecialtyTypeCommand} [updateSpecialtyTypeCommand]
786
786
  * @param {*} [options] Override http request option.
@@ -826,7 +826,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
826
826
  },
827
827
  /**
828
828
  *
829
- * @summary Reactivate Department (SpecialtyType).
829
+ * @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
830
830
  * @param {string} specialtyTypeId
831
831
  * @param {*} [options] Override http request option.
832
832
  * @throws {RequiredError}
@@ -869,7 +869,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
869
869
  },
870
870
  /**
871
871
  *
872
- * @summary Revalidate specialtyType
872
+ * @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
873
873
  * @param {string} specialtyTypeId
874
874
  * @param {boolean} [includeCurrent]
875
875
  * @param {*} [options] Override http request option.
@@ -916,7 +916,7 @@ var SpecialtyTypesApiAxiosParamCreator = function (configuration) {
916
916
  },
917
917
  /**
918
918
  *
919
- * @summary Translate speciatyType
919
+ * @summary Translate speciatyType (Auth policies: RequireManagerRole)
920
920
  * @param {string} specialtyTypeId
921
921
  * @param {TranslateSpecialtyTypeCommand} [translateSpecialtyTypeCommand]
922
922
  * @param {*} [options] Override http request option.
@@ -972,7 +972,7 @@ var SpecialtyTypesApiFp = function (configuration) {
972
972
  return {
973
973
  /**
974
974
  *
975
- * @summary Get all Departments.
975
+ * @summary Get all Departments. (Auth policies: RequireDoctorRole)
976
976
  * @param {string} [id]
977
977
  * @param {string} [name]
978
978
  * @param {string} [description]
@@ -1005,7 +1005,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1005
1005
  },
1006
1006
  /**
1007
1007
  *
1008
- * @summary Create a Department.
1008
+ * @summary Create a Department. (Auth policies: RequireManagerRole)
1009
1009
  * @param {CreateSpecialtyTypeCommand} [createSpecialtyTypeCommand]
1010
1010
  * @param {*} [options] Override http request option.
1011
1011
  * @throws {RequiredError}
@@ -1025,7 +1025,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1025
1025
  },
1026
1026
  /**
1027
1027
  *
1028
- * @summary Get all Departments with simplified model.
1028
+ * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
1029
1029
  * @param {string} [id]
1030
1030
  * @param {string} [name]
1031
1031
  * @param {string} [description]
@@ -1058,7 +1058,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1058
1058
  },
1059
1059
  /**
1060
1060
  *
1061
- * @summary Get department by slug
1061
+ * @summary Get department by slug (Auth policies: RequireDoctorRole)
1062
1062
  * @param {string} slug
1063
1063
  * @param {string} [languageCode]
1064
1064
  * @param {boolean} [returnDefaultValue]
@@ -1080,7 +1080,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1080
1080
  },
1081
1081
  /**
1082
1082
  *
1083
- * @summary Batch for departments sorting
1083
+ * @summary Batch for departments sorting (Auth policies: RequireManagerRole)
1084
1084
  * @param {SpecialtyTypeSortingCommand} [specialtyTypeSortingCommand]
1085
1085
  * @param {*} [options] Override http request option.
1086
1086
  * @throws {RequiredError}
@@ -1100,7 +1100,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1100
1100
  },
1101
1101
  /**
1102
1102
  *
1103
- * @summary Delete Department.
1103
+ * @summary Delete Department. (Auth policies: RequireManagerRole)
1104
1104
  * @param {string} specialtyTypeId
1105
1105
  * @param {boolean} [isPermanent]
1106
1106
  * @param {*} [options] Override http request option.
@@ -1121,7 +1121,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1121
1121
  },
1122
1122
  /**
1123
1123
  *
1124
- * @summary Get department
1124
+ * @summary Get department (Auth policies: RequireDoctorRole)
1125
1125
  * @param {string} specialtyTypeId
1126
1126
  * @param {string} [languageCode]
1127
1127
  * @param {boolean} [returnDefaultValue]
@@ -1143,7 +1143,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1143
1143
  },
1144
1144
  /**
1145
1145
  *
1146
- * @summary Get all SpecialtyTypeMedias.
1146
+ * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
1147
1147
  * @param {string} specialtyTypeId
1148
1148
  * @param {string} [id]
1149
1149
  * @param {MediaType} [mediaType]
@@ -1168,7 +1168,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1168
1168
  },
1169
1169
  /**
1170
1170
  *
1171
- * @summary Delete SpecialtyTypeMedia
1171
+ * @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
1172
1172
  * @param {string} specialtyTypeId
1173
1173
  * @param {string} mediaId
1174
1174
  * @param {*} [options] Override http request option.
@@ -1189,7 +1189,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1189
1189
  },
1190
1190
  /**
1191
1191
  *
1192
- * @summary Get SpecialtyTypeMedia.
1192
+ * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
1193
1193
  * @param {string} specialtyTypeId
1194
1194
  * @param {string} mediaId
1195
1195
  * @param {*} [options] Override http request option.
@@ -1210,7 +1210,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1210
1210
  },
1211
1211
  /**
1212
1212
  *
1213
- * @summary Update SpecialtyTypeMedia.
1213
+ * @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
1214
1214
  * @param {string} specialtyTypeId
1215
1215
  * @param {string} mediaId
1216
1216
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -1232,7 +1232,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1232
1232
  },
1233
1233
  /**
1234
1234
  *
1235
- * @summary Create SpecialtyTypeMedia.
1235
+ * @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
1236
1236
  * @param {string} specialtyTypeId
1237
1237
  * @param {CreateMediaCommand} [createMediaCommand]
1238
1238
  * @param {*} [options] Override http request option.
@@ -1253,7 +1253,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1253
1253
  },
1254
1254
  /**
1255
1255
  *
1256
- * @summary Update Department.
1256
+ * @summary Update Department. (Auth policies: RequireManagerRole)
1257
1257
  * @param {string} specialtyTypeId
1258
1258
  * @param {UpdateSpecialtyTypeCommand} [updateSpecialtyTypeCommand]
1259
1259
  * @param {*} [options] Override http request option.
@@ -1274,7 +1274,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1274
1274
  },
1275
1275
  /**
1276
1276
  *
1277
- * @summary Reactivate Department (SpecialtyType).
1277
+ * @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
1278
1278
  * @param {string} specialtyTypeId
1279
1279
  * @param {*} [options] Override http request option.
1280
1280
  * @throws {RequiredError}
@@ -1294,7 +1294,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1294
1294
  },
1295
1295
  /**
1296
1296
  *
1297
- * @summary Revalidate specialtyType
1297
+ * @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
1298
1298
  * @param {string} specialtyTypeId
1299
1299
  * @param {boolean} [includeCurrent]
1300
1300
  * @param {*} [options] Override http request option.
@@ -1315,7 +1315,7 @@ var SpecialtyTypesApiFp = function (configuration) {
1315
1315
  },
1316
1316
  /**
1317
1317
  *
1318
- * @summary Translate speciatyType
1318
+ * @summary Translate speciatyType (Auth policies: RequireManagerRole)
1319
1319
  * @param {string} specialtyTypeId
1320
1320
  * @param {TranslateSpecialtyTypeCommand} [translateSpecialtyTypeCommand]
1321
1321
  * @param {*} [options] Override http request option.
@@ -1346,7 +1346,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1346
1346
  return {
1347
1347
  /**
1348
1348
  *
1349
- * @summary Get all Departments.
1349
+ * @summary Get all Departments. (Auth policies: RequireDoctorRole)
1350
1350
  * @param {string} [id]
1351
1351
  * @param {string} [name]
1352
1352
  * @param {string} [description]
@@ -1369,7 +1369,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1369
1369
  },
1370
1370
  /**
1371
1371
  *
1372
- * @summary Create a Department.
1372
+ * @summary Create a Department. (Auth policies: RequireManagerRole)
1373
1373
  * @param {CreateSpecialtyTypeCommand} [createSpecialtyTypeCommand]
1374
1374
  * @param {*} [options] Override http request option.
1375
1375
  * @throws {RequiredError}
@@ -1379,7 +1379,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1379
1379
  },
1380
1380
  /**
1381
1381
  *
1382
- * @summary Get all Departments with simplified model.
1382
+ * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
1383
1383
  * @param {string} [id]
1384
1384
  * @param {string} [name]
1385
1385
  * @param {string} [description]
@@ -1402,7 +1402,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1402
1402
  },
1403
1403
  /**
1404
1404
  *
1405
- * @summary Get department by slug
1405
+ * @summary Get department by slug (Auth policies: RequireDoctorRole)
1406
1406
  * @param {string} slug
1407
1407
  * @param {string} [languageCode]
1408
1408
  * @param {boolean} [returnDefaultValue]
@@ -1414,7 +1414,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1414
1414
  },
1415
1415
  /**
1416
1416
  *
1417
- * @summary Batch for departments sorting
1417
+ * @summary Batch for departments sorting (Auth policies: RequireManagerRole)
1418
1418
  * @param {SpecialtyTypeSortingCommand} [specialtyTypeSortingCommand]
1419
1419
  * @param {*} [options] Override http request option.
1420
1420
  * @throws {RequiredError}
@@ -1424,7 +1424,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1424
1424
  },
1425
1425
  /**
1426
1426
  *
1427
- * @summary Delete Department.
1427
+ * @summary Delete Department. (Auth policies: RequireManagerRole)
1428
1428
  * @param {string} specialtyTypeId
1429
1429
  * @param {boolean} [isPermanent]
1430
1430
  * @param {*} [options] Override http request option.
@@ -1435,7 +1435,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1435
1435
  },
1436
1436
  /**
1437
1437
  *
1438
- * @summary Get department
1438
+ * @summary Get department (Auth policies: RequireDoctorRole)
1439
1439
  * @param {string} specialtyTypeId
1440
1440
  * @param {string} [languageCode]
1441
1441
  * @param {boolean} [returnDefaultValue]
@@ -1447,7 +1447,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1447
1447
  },
1448
1448
  /**
1449
1449
  *
1450
- * @summary Get all SpecialtyTypeMedias.
1450
+ * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
1451
1451
  * @param {string} specialtyTypeId
1452
1452
  * @param {string} [id]
1453
1453
  * @param {MediaType} [mediaType]
@@ -1462,7 +1462,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1462
1462
  },
1463
1463
  /**
1464
1464
  *
1465
- * @summary Delete SpecialtyTypeMedia
1465
+ * @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
1466
1466
  * @param {string} specialtyTypeId
1467
1467
  * @param {string} mediaId
1468
1468
  * @param {*} [options] Override http request option.
@@ -1473,7 +1473,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1473
1473
  },
1474
1474
  /**
1475
1475
  *
1476
- * @summary Get SpecialtyTypeMedia.
1476
+ * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
1477
1477
  * @param {string} specialtyTypeId
1478
1478
  * @param {string} mediaId
1479
1479
  * @param {*} [options] Override http request option.
@@ -1484,7 +1484,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1484
1484
  },
1485
1485
  /**
1486
1486
  *
1487
- * @summary Update SpecialtyTypeMedia.
1487
+ * @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
1488
1488
  * @param {string} specialtyTypeId
1489
1489
  * @param {string} mediaId
1490
1490
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -1496,7 +1496,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1496
1496
  },
1497
1497
  /**
1498
1498
  *
1499
- * @summary Create SpecialtyTypeMedia.
1499
+ * @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
1500
1500
  * @param {string} specialtyTypeId
1501
1501
  * @param {CreateMediaCommand} [createMediaCommand]
1502
1502
  * @param {*} [options] Override http request option.
@@ -1507,7 +1507,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1507
1507
  },
1508
1508
  /**
1509
1509
  *
1510
- * @summary Update Department.
1510
+ * @summary Update Department. (Auth policies: RequireManagerRole)
1511
1511
  * @param {string} specialtyTypeId
1512
1512
  * @param {UpdateSpecialtyTypeCommand} [updateSpecialtyTypeCommand]
1513
1513
  * @param {*} [options] Override http request option.
@@ -1518,7 +1518,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1518
1518
  },
1519
1519
  /**
1520
1520
  *
1521
- * @summary Reactivate Department (SpecialtyType).
1521
+ * @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
1522
1522
  * @param {string} specialtyTypeId
1523
1523
  * @param {*} [options] Override http request option.
1524
1524
  * @throws {RequiredError}
@@ -1528,7 +1528,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1528
1528
  },
1529
1529
  /**
1530
1530
  *
1531
- * @summary Revalidate specialtyType
1531
+ * @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
1532
1532
  * @param {string} specialtyTypeId
1533
1533
  * @param {boolean} [includeCurrent]
1534
1534
  * @param {*} [options] Override http request option.
@@ -1539,7 +1539,7 @@ var SpecialtyTypesApiFactory = function (configuration, basePath, axios) {
1539
1539
  },
1540
1540
  /**
1541
1541
  *
1542
- * @summary Translate speciatyType
1542
+ * @summary Translate speciatyType (Auth policies: RequireManagerRole)
1543
1543
  * @param {string} specialtyTypeId
1544
1544
  * @param {TranslateSpecialtyTypeCommand} [translateSpecialtyTypeCommand]
1545
1545
  * @param {*} [options] Override http request option.
@@ -1564,7 +1564,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1564
1564
  }
1565
1565
  /**
1566
1566
  *
1567
- * @summary Get all Departments.
1567
+ * @summary Get all Departments. (Auth policies: RequireDoctorRole)
1568
1568
  * @param {SpecialtyTypesApiApiV1SpecialtytypesGetRequest} requestParameters Request parameters.
1569
1569
  * @param {*} [options] Override http request option.
1570
1570
  * @throws {RequiredError}
@@ -1577,7 +1577,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1577
1577
  };
1578
1578
  /**
1579
1579
  *
1580
- * @summary Create a Department.
1580
+ * @summary Create a Department. (Auth policies: RequireManagerRole)
1581
1581
  * @param {SpecialtyTypesApiApiV1SpecialtytypesPostRequest} requestParameters Request parameters.
1582
1582
  * @param {*} [options] Override http request option.
1583
1583
  * @throws {RequiredError}
@@ -1590,7 +1590,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1590
1590
  };
1591
1591
  /**
1592
1592
  *
1593
- * @summary Get all Departments with simplified model.
1593
+ * @summary Get all Departments with simplified model. (Auth policies: RequireDoctorRole)
1594
1594
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSimpleGetRequest} requestParameters Request parameters.
1595
1595
  * @param {*} [options] Override http request option.
1596
1596
  * @throws {RequiredError}
@@ -1603,7 +1603,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1603
1603
  };
1604
1604
  /**
1605
1605
  *
1606
- * @summary Get department by slug
1606
+ * @summary Get department by slug (Auth policies: RequireDoctorRole)
1607
1607
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSlugGetRequest} requestParameters Request parameters.
1608
1608
  * @param {*} [options] Override http request option.
1609
1609
  * @throws {RequiredError}
@@ -1615,7 +1615,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1615
1615
  };
1616
1616
  /**
1617
1617
  *
1618
- * @summary Batch for departments sorting
1618
+ * @summary Batch for departments sorting (Auth policies: RequireManagerRole)
1619
1619
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSortPutRequest} requestParameters Request parameters.
1620
1620
  * @param {*} [options] Override http request option.
1621
1621
  * @throws {RequiredError}
@@ -1628,7 +1628,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1628
1628
  };
1629
1629
  /**
1630
1630
  *
1631
- * @summary Delete Department.
1631
+ * @summary Delete Department. (Auth policies: RequireManagerRole)
1632
1632
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdDeleteRequest} requestParameters Request parameters.
1633
1633
  * @param {*} [options] Override http request option.
1634
1634
  * @throws {RequiredError}
@@ -1640,7 +1640,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1640
1640
  };
1641
1641
  /**
1642
1642
  *
1643
- * @summary Get department
1643
+ * @summary Get department (Auth policies: RequireDoctorRole)
1644
1644
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
1645
1645
  * @param {*} [options] Override http request option.
1646
1646
  * @throws {RequiredError}
@@ -1652,7 +1652,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1652
1652
  };
1653
1653
  /**
1654
1654
  *
1655
- * @summary Get all SpecialtyTypeMedias.
1655
+ * @summary Get all SpecialtyTypeMedias. (Auth policies: RequireDoctorRole)
1656
1656
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasGetRequest} requestParameters Request parameters.
1657
1657
  * @param {*} [options] Override http request option.
1658
1658
  * @throws {RequiredError}
@@ -1664,7 +1664,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1664
1664
  };
1665
1665
  /**
1666
1666
  *
1667
- * @summary Delete SpecialtyTypeMedia
1667
+ * @summary Delete SpecialtyTypeMedia (Auth policies: RequireManagerRole)
1668
1668
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
1669
1669
  * @param {*} [options] Override http request option.
1670
1670
  * @throws {RequiredError}
@@ -1676,7 +1676,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1676
1676
  };
1677
1677
  /**
1678
1678
  *
1679
- * @summary Get SpecialtyTypeMedia.
1679
+ * @summary Get SpecialtyTypeMedia. (Auth policies: RequireDoctorRole)
1680
1680
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdGetRequest} requestParameters Request parameters.
1681
1681
  * @param {*} [options] Override http request option.
1682
1682
  * @throws {RequiredError}
@@ -1688,7 +1688,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1688
1688
  };
1689
1689
  /**
1690
1690
  *
1691
- * @summary Update SpecialtyTypeMedia.
1691
+ * @summary Update SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
1692
1692
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasMediaIdPutRequest} requestParameters Request parameters.
1693
1693
  * @param {*} [options] Override http request option.
1694
1694
  * @throws {RequiredError}
@@ -1700,7 +1700,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1700
1700
  };
1701
1701
  /**
1702
1702
  *
1703
- * @summary Create SpecialtyTypeMedia.
1703
+ * @summary Create SpecialtyTypeMedia. (Auth policies: RequireManagerRole)
1704
1704
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdMediasPostRequest} requestParameters Request parameters.
1705
1705
  * @param {*} [options] Override http request option.
1706
1706
  * @throws {RequiredError}
@@ -1712,7 +1712,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1712
1712
  };
1713
1713
  /**
1714
1714
  *
1715
- * @summary Update Department.
1715
+ * @summary Update Department. (Auth policies: RequireManagerRole)
1716
1716
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdPutRequest} requestParameters Request parameters.
1717
1717
  * @param {*} [options] Override http request option.
1718
1718
  * @throws {RequiredError}
@@ -1724,7 +1724,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1724
1724
  };
1725
1725
  /**
1726
1726
  *
1727
- * @summary Reactivate Department (SpecialtyType).
1727
+ * @summary Reactivate Department (SpecialtyType). (Auth policies: RequireManagerRole)
1728
1728
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdReactivatePutRequest} requestParameters Request parameters.
1729
1729
  * @param {*} [options] Override http request option.
1730
1730
  * @throws {RequiredError}
@@ -1736,7 +1736,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1736
1736
  };
1737
1737
  /**
1738
1738
  *
1739
- * @summary Revalidate specialtyType
1739
+ * @summary Revalidate specialtyType (Auth policies: RequireManagerRole)
1740
1740
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdRevalidatePostRequest} requestParameters Request parameters.
1741
1741
  * @param {*} [options] Override http request option.
1742
1742
  * @throws {RequiredError}
@@ -1748,7 +1748,7 @@ var SpecialtyTypesApi = /** @class */ (function (_super) {
1748
1748
  };
1749
1749
  /**
1750
1750
  *
1751
- * @summary Translate speciatyType
1751
+ * @summary Translate speciatyType (Auth policies: RequireManagerRole)
1752
1752
  * @param {SpecialtyTypesApiApiV1SpecialtytypesSpecialtyTypeIdTranslatePostRequest} requestParameters Request parameters.
1753
1753
  * @param {*} [options] Override http request option.
1754
1754
  * @throws {RequiredError}