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 DoctorsApiAxiosParamCreator = function (configuration) {
94
94
  return {
95
95
  /**
96
96
  *
97
- * @summary Delete DoctorCertificate.
97
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
98
98
  * @param {string} doctorId
99
99
  * @param {string} certificateId
100
100
  * @param {*} [options] Override http request option.
@@ -141,7 +141,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
141
141
  },
142
142
  /**
143
143
  *
144
- * @summary Get DoctorCertificate.
144
+ * @summary Get DoctorCertificate. (Auth policies: RequireDoctorRole)
145
145
  * @param {string} doctorId
146
146
  * @param {string} certificateId
147
147
  * @param {*} [options] Override http request option.
@@ -188,7 +188,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
188
188
  },
189
189
  /**
190
190
  *
191
- * @summary Update DoctorCertificate.
191
+ * @summary Update DoctorCertificate. (Auth policies: RequireDoctorRole)
192
192
  * @param {string} doctorId
193
193
  * @param {string} certificateId
194
194
  * @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
@@ -238,7 +238,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
238
238
  },
239
239
  /**
240
240
  *
241
- * @summary Delete DoctorCertificate.
241
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
242
242
  * @param {string} doctorId
243
243
  * @param {string} [doctorName]
244
244
  * @param {string} [certificateId]
@@ -319,7 +319,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
319
319
  },
320
320
  /**
321
321
  *
322
- * @summary Create DoctorCertificate.
322
+ * @summary Create DoctorCertificate. (Auth policies: RequireDoctorRole)
323
323
  * @param {string} doctorId
324
324
  * @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
325
325
  * @param {*} [options] Override http request option.
@@ -365,7 +365,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
365
365
  },
366
366
  /**
367
367
  *
368
- * @summary Batch for doctor certificates sorting
368
+ * @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorRole)
369
369
  * @param {string} doctorId
370
370
  * @param {DoctorCertificateSortingCommand} [doctorCertificateSortingCommand]
371
371
  * @param {*} [options] Override http request option.
@@ -411,7 +411,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
411
411
  },
412
412
  /**
413
413
  *
414
- * @summary Delete Doctor.
414
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
415
415
  * @param {string} doctorId
416
416
  * @param {boolean} [isPermanent]
417
417
  * @param {*} [options] Override http request option.
@@ -458,7 +458,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
458
458
  },
459
459
  /**
460
460
  *
461
- * @summary Delete DoctorEducation
461
+ * @summary Delete DoctorEducation (Auth policies: RequireDoctorRole)
462
462
  * @param {string} doctorId
463
463
  * @param {string} educationId
464
464
  * @param {*} [options] Override http request option.
@@ -505,7 +505,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
505
505
  },
506
506
  /**
507
507
  *
508
- * @summary Get DoctorEducation.
508
+ * @summary Get DoctorEducation. (Auth policies: RequireDoctorRole)
509
509
  * @param {string} doctorId
510
510
  * @param {string} educationId
511
511
  * @param {*} [options] Override http request option.
@@ -552,7 +552,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
552
552
  },
553
553
  /**
554
554
  *
555
- * @summary Update DoctorEducation.
555
+ * @summary Update DoctorEducation. (Auth policies: RequireDoctorRole)
556
556
  * @param {string} doctorId
557
557
  * @param {string} educationId
558
558
  * @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
@@ -602,7 +602,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
602
602
  },
603
603
  /**
604
604
  *
605
- * @summary Get all DoctorEducations.
605
+ * @summary Get all DoctorEducations. (Auth policies: RequireDoctorRole)
606
606
  * @param {string} doctorId
607
607
  * @param {string} [doctorName]
608
608
  * @param {string} [educationId]
@@ -681,7 +681,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
681
681
  },
682
682
  /**
683
683
  *
684
- * @summary Create DoctorEducation.
684
+ * @summary Create DoctorEducation. (Auth policies: RequireDoctorRole)
685
685
  * @param {string} doctorId
686
686
  * @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
687
687
  * @param {*} [options] Override http request option.
@@ -727,7 +727,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
727
727
  },
728
728
  /**
729
729
  *
730
- * @summary Batch for doctor educations sorting
730
+ * @summary Batch for doctor educations sorting (Auth policies: RequireDoctorRole)
731
731
  * @param {string} doctorId
732
732
  * @param {DoctorEducationSortingCommand} [doctorEducationSortingCommand]
733
733
  * @param {*} [options] Override http request option.
@@ -773,7 +773,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
773
773
  },
774
774
  /**
775
775
  *
776
- * @summary Get doctor
776
+ * @summary Get doctor (Auth policies: RequireDoctorRole)
777
777
  * @param {string} doctorId
778
778
  * @param {*} [options] Override http request option.
779
779
  * @throws {RequiredError}
@@ -816,7 +816,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
816
816
  },
817
817
  /**
818
818
  *
819
- * @summary Get all DoctorLanguages.
819
+ * @summary Get all DoctorLanguages. (Auth policies: RequireDoctorRole)
820
820
  * @param {string} doctorId
821
821
  * @param {string} [languageCode]
822
822
  * @param {number} [page]
@@ -877,7 +877,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
877
877
  },
878
878
  /**
879
879
  *
880
- * @summary Delete DoctorLanguage
880
+ * @summary Delete DoctorLanguage (Auth policies: RequireDoctorRole)
881
881
  * @param {string} doctorId
882
882
  * @param {string} languageCode
883
883
  * @param {*} [options] Override http request option.
@@ -924,7 +924,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
924
924
  },
925
925
  /**
926
926
  *
927
- * @summary Get DoctorLanguage.
927
+ * @summary Get DoctorLanguage. (Auth policies: RequireDoctorRole)
928
928
  * @param {string} doctorId
929
929
  * @param {string} languageCode
930
930
  * @param {*} [options] Override http request option.
@@ -971,7 +971,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
971
971
  },
972
972
  /**
973
973
  *
974
- * @summary Update DoctorLanguage.
974
+ * @summary Update DoctorLanguage. (Auth policies: RequireDoctorRole)
975
975
  * @param {string} doctorId
976
976
  * @param {string} languageCode
977
977
  * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
@@ -1021,7 +1021,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1021
1021
  },
1022
1022
  /**
1023
1023
  *
1024
- * @summary Create DoctorLanguage.
1024
+ * @summary Create DoctorLanguage. (Auth policies: RequireDoctorRole)
1025
1025
  * @param {string} doctorId
1026
1026
  * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
1027
1027
  * @param {*} [options] Override http request option.
@@ -1067,7 +1067,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1067
1067
  },
1068
1068
  /**
1069
1069
  *
1070
- * @summary Get all DoctorMedias.
1070
+ * @summary Get all DoctorMedias. (Auth policies: RequireDoctorRole)
1071
1071
  * @param {string} doctorId
1072
1072
  * @param {string} [id]
1073
1073
  * @param {MediaType} [mediaType]
@@ -1132,7 +1132,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1132
1132
  },
1133
1133
  /**
1134
1134
  *
1135
- * @summary Delete DoctorMedia
1135
+ * @summary Delete DoctorMedia (Auth policies: RequireDoctorRole)
1136
1136
  * @param {string} doctorId
1137
1137
  * @param {string} mediaId
1138
1138
  * @param {*} [options] Override http request option.
@@ -1179,7 +1179,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1179
1179
  },
1180
1180
  /**
1181
1181
  *
1182
- * @summary Get DoctorMedia.
1182
+ * @summary Get DoctorMedia. (Auth policies: RequireDoctorRole)
1183
1183
  * @param {string} doctorId
1184
1184
  * @param {string} mediaId
1185
1185
  * @param {*} [options] Override http request option.
@@ -1226,7 +1226,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1226
1226
  },
1227
1227
  /**
1228
1228
  *
1229
- * @summary Update DoctorMedia.
1229
+ * @summary Update DoctorMedia. (Auth policies: RequireDoctorRole)
1230
1230
  * @param {string} doctorId
1231
1231
  * @param {string} mediaId
1232
1232
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -1276,7 +1276,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1276
1276
  },
1277
1277
  /**
1278
1278
  *
1279
- * @summary Create DoctorMedia.
1279
+ * @summary Create DoctorMedia. (Auth policies: RequireDoctorRole)
1280
1280
  * @param {string} doctorId
1281
1281
  * @param {CreateMediaCommand} [createMediaCommand]
1282
1282
  * @param {*} [options] Override http request option.
@@ -1322,7 +1322,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1322
1322
  },
1323
1323
  /**
1324
1324
  *
1325
- * @summary Get All DoctorPortfolios
1325
+ * @summary Get All DoctorPortfolios (Auth policies: RequireDoctorRole)
1326
1326
  * @param {string} doctorId
1327
1327
  * @param {string} [doctorName]
1328
1328
  * @param {string} [portfolioId]
@@ -1391,7 +1391,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1391
1391
  },
1392
1392
  /**
1393
1393
  *
1394
- * @summary Delete DoctorPortfolio.
1394
+ * @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorRole)
1395
1395
  * @param {string} doctorId
1396
1396
  * @param {string} portfolioId
1397
1397
  * @param {*} [options] Override http request option.
@@ -1438,7 +1438,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1438
1438
  },
1439
1439
  /**
1440
1440
  *
1441
- * @summary Get DoctorPortfolio.
1441
+ * @summary Get DoctorPortfolio. (Auth policies: RequireDoctorRole)
1442
1442
  * @param {string} doctorId
1443
1443
  * @param {string} portfolioId
1444
1444
  * @param {*} [options] Override http request option.
@@ -1485,7 +1485,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1485
1485
  },
1486
1486
  /**
1487
1487
  *
1488
- * @summary Update DoctorPortfolio.
1488
+ * @summary Update DoctorPortfolio. (Auth policies: RequireDoctorRole)
1489
1489
  * @param {string} doctorId
1490
1490
  * @param {string} portfolioId
1491
1491
  * @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
@@ -1535,7 +1535,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1535
1535
  },
1536
1536
  /**
1537
1537
  *
1538
- * @summary Create DoctorPortfolio.
1538
+ * @summary Create DoctorPortfolio. (Auth policies: RequireDoctorRole)
1539
1539
  * @param {string} doctorId
1540
1540
  * @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
1541
1541
  * @param {*} [options] Override http request option.
@@ -1581,7 +1581,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1581
1581
  },
1582
1582
  /**
1583
1583
  *
1584
- * @summary Update Doctor.
1584
+ * @summary Update Doctor. (Auth policies: RequireDoctorRole)
1585
1585
  * @param {string} doctorId
1586
1586
  * @param {UpdateDoctorCommand} [updateDoctorCommand]
1587
1587
  * @param {*} [options] Override http request option.
@@ -1627,7 +1627,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1627
1627
  },
1628
1628
  /**
1629
1629
  *
1630
- * @summary Delete Doctor.
1630
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
1631
1631
  * @param {string} doctorId
1632
1632
  * @param {*} [options] Override http request option.
1633
1633
  * @throws {RequiredError}
@@ -1670,7 +1670,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1670
1670
  },
1671
1671
  /**
1672
1672
  *
1673
- * @summary Revalidate doctor
1673
+ * @summary Revalidate doctor (Auth policies: RequireDoctorRole)
1674
1674
  * @param {string} doctorId
1675
1675
  * @param {boolean} [includeCurrent]
1676
1676
  * @param {*} [options] Override http request option.
@@ -1717,7 +1717,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1717
1717
  },
1718
1718
  /**
1719
1719
  *
1720
- * @summary Get All DoctorSpecialties.
1720
+ * @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorRole)
1721
1721
  * @param {string} doctorId
1722
1722
  * @param {string} [specialtyId]
1723
1723
  * @param {string} [specialtyName]
@@ -1786,7 +1786,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1786
1786
  },
1787
1787
  /**
1788
1788
  *
1789
- * @summary Link a doctor to a specialty.
1789
+ * @summary Link a doctor to a specialty. (Auth policies: RequireDoctorRole)
1790
1790
  * @param {string} doctorId
1791
1791
  * @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
1792
1792
  * @param {*} [options] Override http request option.
@@ -1832,7 +1832,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1832
1832
  },
1833
1833
  /**
1834
1834
  *
1835
- * @summary Remove link between the doctor and the specialty.
1835
+ * @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorRole)
1836
1836
  * @param {string} doctorId
1837
1837
  * @param {string} specialtyId
1838
1838
  * @param {*} [options] Override http request option.
@@ -1879,7 +1879,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1879
1879
  },
1880
1880
  /**
1881
1881
  *
1882
- * @summary Get DoctorSpecialty
1882
+ * @summary Get DoctorSpecialty (Auth policies: RequireDoctorRole)
1883
1883
  * @param {string} doctorId
1884
1884
  * @param {string} specialtyId
1885
1885
  * @param {*} [options] Override http request option.
@@ -1926,7 +1926,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1926
1926
  },
1927
1927
  /**
1928
1928
  *
1929
- * @summary Update DoctorSpecialty.
1929
+ * @summary Update DoctorSpecialty. (Auth policies: RequireDoctorRole)
1930
1930
  * @param {string} doctorId
1931
1931
  * @param {string} specialtyId
1932
1932
  * @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
@@ -1976,7 +1976,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
1976
1976
  },
1977
1977
  /**
1978
1978
  *
1979
- * @summary Get all Doctors.
1979
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
1980
1980
  * @param {string} [hospitalId]
1981
1981
  * @param {string} [hospitalName]
1982
1982
  * @param {Array<string>} [ids]
@@ -2081,7 +2081,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
2081
2081
  },
2082
2082
  /**
2083
2083
  *
2084
- * @summary Create a Doctor.
2084
+ * @summary Create a Doctor. (Auth policies: RequireLocalManagerRole)
2085
2085
  * @param {CreateDoctorCommand} [createDoctorCommand]
2086
2086
  * @param {*} [options] Override http request option.
2087
2087
  * @throws {RequiredError}
@@ -2123,7 +2123,7 @@ var DoctorsApiAxiosParamCreator = function (configuration) {
2123
2123
  },
2124
2124
  /**
2125
2125
  *
2126
- * @summary Get all Doctors.
2126
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
2127
2127
  * @param {string} [hospitalId]
2128
2128
  * @param {string} [hospitalName]
2129
2129
  * @param {Array<string>} [ids]
@@ -2238,7 +2238,7 @@ var DoctorsApiFp = function (configuration) {
2238
2238
  return {
2239
2239
  /**
2240
2240
  *
2241
- * @summary Delete DoctorCertificate.
2241
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
2242
2242
  * @param {string} doctorId
2243
2243
  * @param {string} certificateId
2244
2244
  * @param {*} [options] Override http request option.
@@ -2259,7 +2259,7 @@ var DoctorsApiFp = function (configuration) {
2259
2259
  },
2260
2260
  /**
2261
2261
  *
2262
- * @summary Get DoctorCertificate.
2262
+ * @summary Get DoctorCertificate. (Auth policies: RequireDoctorRole)
2263
2263
  * @param {string} doctorId
2264
2264
  * @param {string} certificateId
2265
2265
  * @param {*} [options] Override http request option.
@@ -2280,7 +2280,7 @@ var DoctorsApiFp = function (configuration) {
2280
2280
  },
2281
2281
  /**
2282
2282
  *
2283
- * @summary Update DoctorCertificate.
2283
+ * @summary Update DoctorCertificate. (Auth policies: RequireDoctorRole)
2284
2284
  * @param {string} doctorId
2285
2285
  * @param {string} certificateId
2286
2286
  * @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
@@ -2302,7 +2302,7 @@ var DoctorsApiFp = function (configuration) {
2302
2302
  },
2303
2303
  /**
2304
2304
  *
2305
- * @summary Delete DoctorCertificate.
2305
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
2306
2306
  * @param {string} doctorId
2307
2307
  * @param {string} [doctorName]
2308
2308
  * @param {string} [certificateId]
@@ -2330,7 +2330,7 @@ var DoctorsApiFp = function (configuration) {
2330
2330
  },
2331
2331
  /**
2332
2332
  *
2333
- * @summary Create DoctorCertificate.
2333
+ * @summary Create DoctorCertificate. (Auth policies: RequireDoctorRole)
2334
2334
  * @param {string} doctorId
2335
2335
  * @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
2336
2336
  * @param {*} [options] Override http request option.
@@ -2351,7 +2351,7 @@ var DoctorsApiFp = function (configuration) {
2351
2351
  },
2352
2352
  /**
2353
2353
  *
2354
- * @summary Batch for doctor certificates sorting
2354
+ * @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorRole)
2355
2355
  * @param {string} doctorId
2356
2356
  * @param {DoctorCertificateSortingCommand} [doctorCertificateSortingCommand]
2357
2357
  * @param {*} [options] Override http request option.
@@ -2372,7 +2372,7 @@ var DoctorsApiFp = function (configuration) {
2372
2372
  },
2373
2373
  /**
2374
2374
  *
2375
- * @summary Delete Doctor.
2375
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
2376
2376
  * @param {string} doctorId
2377
2377
  * @param {boolean} [isPermanent]
2378
2378
  * @param {*} [options] Override http request option.
@@ -2393,7 +2393,7 @@ var DoctorsApiFp = function (configuration) {
2393
2393
  },
2394
2394
  /**
2395
2395
  *
2396
- * @summary Delete DoctorEducation
2396
+ * @summary Delete DoctorEducation (Auth policies: RequireDoctorRole)
2397
2397
  * @param {string} doctorId
2398
2398
  * @param {string} educationId
2399
2399
  * @param {*} [options] Override http request option.
@@ -2414,7 +2414,7 @@ var DoctorsApiFp = function (configuration) {
2414
2414
  },
2415
2415
  /**
2416
2416
  *
2417
- * @summary Get DoctorEducation.
2417
+ * @summary Get DoctorEducation. (Auth policies: RequireDoctorRole)
2418
2418
  * @param {string} doctorId
2419
2419
  * @param {string} educationId
2420
2420
  * @param {*} [options] Override http request option.
@@ -2435,7 +2435,7 @@ var DoctorsApiFp = function (configuration) {
2435
2435
  },
2436
2436
  /**
2437
2437
  *
2438
- * @summary Update DoctorEducation.
2438
+ * @summary Update DoctorEducation. (Auth policies: RequireDoctorRole)
2439
2439
  * @param {string} doctorId
2440
2440
  * @param {string} educationId
2441
2441
  * @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
@@ -2457,7 +2457,7 @@ var DoctorsApiFp = function (configuration) {
2457
2457
  },
2458
2458
  /**
2459
2459
  *
2460
- * @summary Get all DoctorEducations.
2460
+ * @summary Get all DoctorEducations. (Auth policies: RequireDoctorRole)
2461
2461
  * @param {string} doctorId
2462
2462
  * @param {string} [doctorName]
2463
2463
  * @param {string} [educationId]
@@ -2485,7 +2485,7 @@ var DoctorsApiFp = function (configuration) {
2485
2485
  },
2486
2486
  /**
2487
2487
  *
2488
- * @summary Create DoctorEducation.
2488
+ * @summary Create DoctorEducation. (Auth policies: RequireDoctorRole)
2489
2489
  * @param {string} doctorId
2490
2490
  * @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
2491
2491
  * @param {*} [options] Override http request option.
@@ -2506,7 +2506,7 @@ var DoctorsApiFp = function (configuration) {
2506
2506
  },
2507
2507
  /**
2508
2508
  *
2509
- * @summary Batch for doctor educations sorting
2509
+ * @summary Batch for doctor educations sorting (Auth policies: RequireDoctorRole)
2510
2510
  * @param {string} doctorId
2511
2511
  * @param {DoctorEducationSortingCommand} [doctorEducationSortingCommand]
2512
2512
  * @param {*} [options] Override http request option.
@@ -2527,7 +2527,7 @@ var DoctorsApiFp = function (configuration) {
2527
2527
  },
2528
2528
  /**
2529
2529
  *
2530
- * @summary Get doctor
2530
+ * @summary Get doctor (Auth policies: RequireDoctorRole)
2531
2531
  * @param {string} doctorId
2532
2532
  * @param {*} [options] Override http request option.
2533
2533
  * @throws {RequiredError}
@@ -2547,7 +2547,7 @@ var DoctorsApiFp = function (configuration) {
2547
2547
  },
2548
2548
  /**
2549
2549
  *
2550
- * @summary Get all DoctorLanguages.
2550
+ * @summary Get all DoctorLanguages. (Auth policies: RequireDoctorRole)
2551
2551
  * @param {string} doctorId
2552
2552
  * @param {string} [languageCode]
2553
2553
  * @param {number} [page]
@@ -2571,7 +2571,7 @@ var DoctorsApiFp = function (configuration) {
2571
2571
  },
2572
2572
  /**
2573
2573
  *
2574
- * @summary Delete DoctorLanguage
2574
+ * @summary Delete DoctorLanguage (Auth policies: RequireDoctorRole)
2575
2575
  * @param {string} doctorId
2576
2576
  * @param {string} languageCode
2577
2577
  * @param {*} [options] Override http request option.
@@ -2592,7 +2592,7 @@ var DoctorsApiFp = function (configuration) {
2592
2592
  },
2593
2593
  /**
2594
2594
  *
2595
- * @summary Get DoctorLanguage.
2595
+ * @summary Get DoctorLanguage. (Auth policies: RequireDoctorRole)
2596
2596
  * @param {string} doctorId
2597
2597
  * @param {string} languageCode
2598
2598
  * @param {*} [options] Override http request option.
@@ -2613,7 +2613,7 @@ var DoctorsApiFp = function (configuration) {
2613
2613
  },
2614
2614
  /**
2615
2615
  *
2616
- * @summary Update DoctorLanguage.
2616
+ * @summary Update DoctorLanguage. (Auth policies: RequireDoctorRole)
2617
2617
  * @param {string} doctorId
2618
2618
  * @param {string} languageCode
2619
2619
  * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
@@ -2635,7 +2635,7 @@ var DoctorsApiFp = function (configuration) {
2635
2635
  },
2636
2636
  /**
2637
2637
  *
2638
- * @summary Create DoctorLanguage.
2638
+ * @summary Create DoctorLanguage. (Auth policies: RequireDoctorRole)
2639
2639
  * @param {string} doctorId
2640
2640
  * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
2641
2641
  * @param {*} [options] Override http request option.
@@ -2656,7 +2656,7 @@ var DoctorsApiFp = function (configuration) {
2656
2656
  },
2657
2657
  /**
2658
2658
  *
2659
- * @summary Get all DoctorMedias.
2659
+ * @summary Get all DoctorMedias. (Auth policies: RequireDoctorRole)
2660
2660
  * @param {string} doctorId
2661
2661
  * @param {string} [id]
2662
2662
  * @param {MediaType} [mediaType]
@@ -2681,7 +2681,7 @@ var DoctorsApiFp = function (configuration) {
2681
2681
  },
2682
2682
  /**
2683
2683
  *
2684
- * @summary Delete DoctorMedia
2684
+ * @summary Delete DoctorMedia (Auth policies: RequireDoctorRole)
2685
2685
  * @param {string} doctorId
2686
2686
  * @param {string} mediaId
2687
2687
  * @param {*} [options] Override http request option.
@@ -2702,7 +2702,7 @@ var DoctorsApiFp = function (configuration) {
2702
2702
  },
2703
2703
  /**
2704
2704
  *
2705
- * @summary Get DoctorMedia.
2705
+ * @summary Get DoctorMedia. (Auth policies: RequireDoctorRole)
2706
2706
  * @param {string} doctorId
2707
2707
  * @param {string} mediaId
2708
2708
  * @param {*} [options] Override http request option.
@@ -2723,7 +2723,7 @@ var DoctorsApiFp = function (configuration) {
2723
2723
  },
2724
2724
  /**
2725
2725
  *
2726
- * @summary Update DoctorMedia.
2726
+ * @summary Update DoctorMedia. (Auth policies: RequireDoctorRole)
2727
2727
  * @param {string} doctorId
2728
2728
  * @param {string} mediaId
2729
2729
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -2745,7 +2745,7 @@ var DoctorsApiFp = function (configuration) {
2745
2745
  },
2746
2746
  /**
2747
2747
  *
2748
- * @summary Create DoctorMedia.
2748
+ * @summary Create DoctorMedia. (Auth policies: RequireDoctorRole)
2749
2749
  * @param {string} doctorId
2750
2750
  * @param {CreateMediaCommand} [createMediaCommand]
2751
2751
  * @param {*} [options] Override http request option.
@@ -2766,7 +2766,7 @@ var DoctorsApiFp = function (configuration) {
2766
2766
  },
2767
2767
  /**
2768
2768
  *
2769
- * @summary Get All DoctorPortfolios
2769
+ * @summary Get All DoctorPortfolios (Auth policies: RequireDoctorRole)
2770
2770
  * @param {string} doctorId
2771
2771
  * @param {string} [doctorName]
2772
2772
  * @param {string} [portfolioId]
@@ -2792,7 +2792,7 @@ var DoctorsApiFp = function (configuration) {
2792
2792
  },
2793
2793
  /**
2794
2794
  *
2795
- * @summary Delete DoctorPortfolio.
2795
+ * @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorRole)
2796
2796
  * @param {string} doctorId
2797
2797
  * @param {string} portfolioId
2798
2798
  * @param {*} [options] Override http request option.
@@ -2813,7 +2813,7 @@ var DoctorsApiFp = function (configuration) {
2813
2813
  },
2814
2814
  /**
2815
2815
  *
2816
- * @summary Get DoctorPortfolio.
2816
+ * @summary Get DoctorPortfolio. (Auth policies: RequireDoctorRole)
2817
2817
  * @param {string} doctorId
2818
2818
  * @param {string} portfolioId
2819
2819
  * @param {*} [options] Override http request option.
@@ -2834,7 +2834,7 @@ var DoctorsApiFp = function (configuration) {
2834
2834
  },
2835
2835
  /**
2836
2836
  *
2837
- * @summary Update DoctorPortfolio.
2837
+ * @summary Update DoctorPortfolio. (Auth policies: RequireDoctorRole)
2838
2838
  * @param {string} doctorId
2839
2839
  * @param {string} portfolioId
2840
2840
  * @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
@@ -2856,7 +2856,7 @@ var DoctorsApiFp = function (configuration) {
2856
2856
  },
2857
2857
  /**
2858
2858
  *
2859
- * @summary Create DoctorPortfolio.
2859
+ * @summary Create DoctorPortfolio. (Auth policies: RequireDoctorRole)
2860
2860
  * @param {string} doctorId
2861
2861
  * @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
2862
2862
  * @param {*} [options] Override http request option.
@@ -2877,7 +2877,7 @@ var DoctorsApiFp = function (configuration) {
2877
2877
  },
2878
2878
  /**
2879
2879
  *
2880
- * @summary Update Doctor.
2880
+ * @summary Update Doctor. (Auth policies: RequireDoctorRole)
2881
2881
  * @param {string} doctorId
2882
2882
  * @param {UpdateDoctorCommand} [updateDoctorCommand]
2883
2883
  * @param {*} [options] Override http request option.
@@ -2898,7 +2898,7 @@ var DoctorsApiFp = function (configuration) {
2898
2898
  },
2899
2899
  /**
2900
2900
  *
2901
- * @summary Delete Doctor.
2901
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
2902
2902
  * @param {string} doctorId
2903
2903
  * @param {*} [options] Override http request option.
2904
2904
  * @throws {RequiredError}
@@ -2918,7 +2918,7 @@ var DoctorsApiFp = function (configuration) {
2918
2918
  },
2919
2919
  /**
2920
2920
  *
2921
- * @summary Revalidate doctor
2921
+ * @summary Revalidate doctor (Auth policies: RequireDoctorRole)
2922
2922
  * @param {string} doctorId
2923
2923
  * @param {boolean} [includeCurrent]
2924
2924
  * @param {*} [options] Override http request option.
@@ -2939,7 +2939,7 @@ var DoctorsApiFp = function (configuration) {
2939
2939
  },
2940
2940
  /**
2941
2941
  *
2942
- * @summary Get All DoctorSpecialties.
2942
+ * @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorRole)
2943
2943
  * @param {string} doctorId
2944
2944
  * @param {string} [specialtyId]
2945
2945
  * @param {string} [specialtyName]
@@ -2965,7 +2965,7 @@ var DoctorsApiFp = function (configuration) {
2965
2965
  },
2966
2966
  /**
2967
2967
  *
2968
- * @summary Link a doctor to a specialty.
2968
+ * @summary Link a doctor to a specialty. (Auth policies: RequireDoctorRole)
2969
2969
  * @param {string} doctorId
2970
2970
  * @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
2971
2971
  * @param {*} [options] Override http request option.
@@ -2986,7 +2986,7 @@ var DoctorsApiFp = function (configuration) {
2986
2986
  },
2987
2987
  /**
2988
2988
  *
2989
- * @summary Remove link between the doctor and the specialty.
2989
+ * @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorRole)
2990
2990
  * @param {string} doctorId
2991
2991
  * @param {string} specialtyId
2992
2992
  * @param {*} [options] Override http request option.
@@ -3007,7 +3007,7 @@ var DoctorsApiFp = function (configuration) {
3007
3007
  },
3008
3008
  /**
3009
3009
  *
3010
- * @summary Get DoctorSpecialty
3010
+ * @summary Get DoctorSpecialty (Auth policies: RequireDoctorRole)
3011
3011
  * @param {string} doctorId
3012
3012
  * @param {string} specialtyId
3013
3013
  * @param {*} [options] Override http request option.
@@ -3028,7 +3028,7 @@ var DoctorsApiFp = function (configuration) {
3028
3028
  },
3029
3029
  /**
3030
3030
  *
3031
- * @summary Update DoctorSpecialty.
3031
+ * @summary Update DoctorSpecialty. (Auth policies: RequireDoctorRole)
3032
3032
  * @param {string} doctorId
3033
3033
  * @param {string} specialtyId
3034
3034
  * @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
@@ -3050,7 +3050,7 @@ var DoctorsApiFp = function (configuration) {
3050
3050
  },
3051
3051
  /**
3052
3052
  *
3053
- * @summary Get all Doctors.
3053
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
3054
3054
  * @param {string} [hospitalId]
3055
3055
  * @param {string} [hospitalName]
3056
3056
  * @param {Array<string>} [ids]
@@ -3084,7 +3084,7 @@ var DoctorsApiFp = function (configuration) {
3084
3084
  },
3085
3085
  /**
3086
3086
  *
3087
- * @summary Create a Doctor.
3087
+ * @summary Create a Doctor. (Auth policies: RequireLocalManagerRole)
3088
3088
  * @param {CreateDoctorCommand} [createDoctorCommand]
3089
3089
  * @param {*} [options] Override http request option.
3090
3090
  * @throws {RequiredError}
@@ -3104,7 +3104,7 @@ var DoctorsApiFp = function (configuration) {
3104
3104
  },
3105
3105
  /**
3106
3106
  *
3107
- * @summary Get all Doctors.
3107
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
3108
3108
  * @param {string} [hospitalId]
3109
3109
  * @param {string} [hospitalName]
3110
3110
  * @param {Array<string>} [ids]
@@ -3148,7 +3148,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3148
3148
  return {
3149
3149
  /**
3150
3150
  *
3151
- * @summary Delete DoctorCertificate.
3151
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
3152
3152
  * @param {string} doctorId
3153
3153
  * @param {string} certificateId
3154
3154
  * @param {*} [options] Override http request option.
@@ -3159,7 +3159,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3159
3159
  },
3160
3160
  /**
3161
3161
  *
3162
- * @summary Get DoctorCertificate.
3162
+ * @summary Get DoctorCertificate. (Auth policies: RequireDoctorRole)
3163
3163
  * @param {string} doctorId
3164
3164
  * @param {string} certificateId
3165
3165
  * @param {*} [options] Override http request option.
@@ -3170,7 +3170,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3170
3170
  },
3171
3171
  /**
3172
3172
  *
3173
- * @summary Update DoctorCertificate.
3173
+ * @summary Update DoctorCertificate. (Auth policies: RequireDoctorRole)
3174
3174
  * @param {string} doctorId
3175
3175
  * @param {string} certificateId
3176
3176
  * @param {UpdateDoctorCertificateCommand} [updateDoctorCertificateCommand]
@@ -3182,7 +3182,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3182
3182
  },
3183
3183
  /**
3184
3184
  *
3185
- * @summary Delete DoctorCertificate.
3185
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
3186
3186
  * @param {string} doctorId
3187
3187
  * @param {string} [doctorName]
3188
3188
  * @param {string} [certificateId]
@@ -3200,7 +3200,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3200
3200
  },
3201
3201
  /**
3202
3202
  *
3203
- * @summary Create DoctorCertificate.
3203
+ * @summary Create DoctorCertificate. (Auth policies: RequireDoctorRole)
3204
3204
  * @param {string} doctorId
3205
3205
  * @param {CreateDoctorCertificateCommand} [createDoctorCertificateCommand]
3206
3206
  * @param {*} [options] Override http request option.
@@ -3211,7 +3211,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3211
3211
  },
3212
3212
  /**
3213
3213
  *
3214
- * @summary Batch for doctor certificates sorting
3214
+ * @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorRole)
3215
3215
  * @param {string} doctorId
3216
3216
  * @param {DoctorCertificateSortingCommand} [doctorCertificateSortingCommand]
3217
3217
  * @param {*} [options] Override http request option.
@@ -3222,7 +3222,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3222
3222
  },
3223
3223
  /**
3224
3224
  *
3225
- * @summary Delete Doctor.
3225
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
3226
3226
  * @param {string} doctorId
3227
3227
  * @param {boolean} [isPermanent]
3228
3228
  * @param {*} [options] Override http request option.
@@ -3233,7 +3233,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3233
3233
  },
3234
3234
  /**
3235
3235
  *
3236
- * @summary Delete DoctorEducation
3236
+ * @summary Delete DoctorEducation (Auth policies: RequireDoctorRole)
3237
3237
  * @param {string} doctorId
3238
3238
  * @param {string} educationId
3239
3239
  * @param {*} [options] Override http request option.
@@ -3244,7 +3244,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3244
3244
  },
3245
3245
  /**
3246
3246
  *
3247
- * @summary Get DoctorEducation.
3247
+ * @summary Get DoctorEducation. (Auth policies: RequireDoctorRole)
3248
3248
  * @param {string} doctorId
3249
3249
  * @param {string} educationId
3250
3250
  * @param {*} [options] Override http request option.
@@ -3255,7 +3255,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3255
3255
  },
3256
3256
  /**
3257
3257
  *
3258
- * @summary Update DoctorEducation.
3258
+ * @summary Update DoctorEducation. (Auth policies: RequireDoctorRole)
3259
3259
  * @param {string} doctorId
3260
3260
  * @param {string} educationId
3261
3261
  * @param {UpdateDoctorEducationCommand} [updateDoctorEducationCommand]
@@ -3267,7 +3267,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3267
3267
  },
3268
3268
  /**
3269
3269
  *
3270
- * @summary Get all DoctorEducations.
3270
+ * @summary Get all DoctorEducations. (Auth policies: RequireDoctorRole)
3271
3271
  * @param {string} doctorId
3272
3272
  * @param {string} [doctorName]
3273
3273
  * @param {string} [educationId]
@@ -3285,7 +3285,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3285
3285
  },
3286
3286
  /**
3287
3287
  *
3288
- * @summary Create DoctorEducation.
3288
+ * @summary Create DoctorEducation. (Auth policies: RequireDoctorRole)
3289
3289
  * @param {string} doctorId
3290
3290
  * @param {CreateDoctorEducationCommand} [createDoctorEducationCommand]
3291
3291
  * @param {*} [options] Override http request option.
@@ -3296,7 +3296,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3296
3296
  },
3297
3297
  /**
3298
3298
  *
3299
- * @summary Batch for doctor educations sorting
3299
+ * @summary Batch for doctor educations sorting (Auth policies: RequireDoctorRole)
3300
3300
  * @param {string} doctorId
3301
3301
  * @param {DoctorEducationSortingCommand} [doctorEducationSortingCommand]
3302
3302
  * @param {*} [options] Override http request option.
@@ -3307,7 +3307,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3307
3307
  },
3308
3308
  /**
3309
3309
  *
3310
- * @summary Get doctor
3310
+ * @summary Get doctor (Auth policies: RequireDoctorRole)
3311
3311
  * @param {string} doctorId
3312
3312
  * @param {*} [options] Override http request option.
3313
3313
  * @throws {RequiredError}
@@ -3317,7 +3317,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3317
3317
  },
3318
3318
  /**
3319
3319
  *
3320
- * @summary Get all DoctorLanguages.
3320
+ * @summary Get all DoctorLanguages. (Auth policies: RequireDoctorRole)
3321
3321
  * @param {string} doctorId
3322
3322
  * @param {string} [languageCode]
3323
3323
  * @param {number} [page]
@@ -3331,7 +3331,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3331
3331
  },
3332
3332
  /**
3333
3333
  *
3334
- * @summary Delete DoctorLanguage
3334
+ * @summary Delete DoctorLanguage (Auth policies: RequireDoctorRole)
3335
3335
  * @param {string} doctorId
3336
3336
  * @param {string} languageCode
3337
3337
  * @param {*} [options] Override http request option.
@@ -3342,7 +3342,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3342
3342
  },
3343
3343
  /**
3344
3344
  *
3345
- * @summary Get DoctorLanguage.
3345
+ * @summary Get DoctorLanguage. (Auth policies: RequireDoctorRole)
3346
3346
  * @param {string} doctorId
3347
3347
  * @param {string} languageCode
3348
3348
  * @param {*} [options] Override http request option.
@@ -3353,7 +3353,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3353
3353
  },
3354
3354
  /**
3355
3355
  *
3356
- * @summary Update DoctorLanguage.
3356
+ * @summary Update DoctorLanguage. (Auth policies: RequireDoctorRole)
3357
3357
  * @param {string} doctorId
3358
3358
  * @param {string} languageCode
3359
3359
  * @param {UpdateDoctorLanguageCommand} [updateDoctorLanguageCommand]
@@ -3365,7 +3365,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3365
3365
  },
3366
3366
  /**
3367
3367
  *
3368
- * @summary Create DoctorLanguage.
3368
+ * @summary Create DoctorLanguage. (Auth policies: RequireDoctorRole)
3369
3369
  * @param {string} doctorId
3370
3370
  * @param {CreateDoctorLanguageCommand} [createDoctorLanguageCommand]
3371
3371
  * @param {*} [options] Override http request option.
@@ -3376,7 +3376,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3376
3376
  },
3377
3377
  /**
3378
3378
  *
3379
- * @summary Get all DoctorMedias.
3379
+ * @summary Get all DoctorMedias. (Auth policies: RequireDoctorRole)
3380
3380
  * @param {string} doctorId
3381
3381
  * @param {string} [id]
3382
3382
  * @param {MediaType} [mediaType]
@@ -3391,7 +3391,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3391
3391
  },
3392
3392
  /**
3393
3393
  *
3394
- * @summary Delete DoctorMedia
3394
+ * @summary Delete DoctorMedia (Auth policies: RequireDoctorRole)
3395
3395
  * @param {string} doctorId
3396
3396
  * @param {string} mediaId
3397
3397
  * @param {*} [options] Override http request option.
@@ -3402,7 +3402,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3402
3402
  },
3403
3403
  /**
3404
3404
  *
3405
- * @summary Get DoctorMedia.
3405
+ * @summary Get DoctorMedia. (Auth policies: RequireDoctorRole)
3406
3406
  * @param {string} doctorId
3407
3407
  * @param {string} mediaId
3408
3408
  * @param {*} [options] Override http request option.
@@ -3413,7 +3413,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3413
3413
  },
3414
3414
  /**
3415
3415
  *
3416
- * @summary Update DoctorMedia.
3416
+ * @summary Update DoctorMedia. (Auth policies: RequireDoctorRole)
3417
3417
  * @param {string} doctorId
3418
3418
  * @param {string} mediaId
3419
3419
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -3425,7 +3425,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3425
3425
  },
3426
3426
  /**
3427
3427
  *
3428
- * @summary Create DoctorMedia.
3428
+ * @summary Create DoctorMedia. (Auth policies: RequireDoctorRole)
3429
3429
  * @param {string} doctorId
3430
3430
  * @param {CreateMediaCommand} [createMediaCommand]
3431
3431
  * @param {*} [options] Override http request option.
@@ -3436,7 +3436,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3436
3436
  },
3437
3437
  /**
3438
3438
  *
3439
- * @summary Get All DoctorPortfolios
3439
+ * @summary Get All DoctorPortfolios (Auth policies: RequireDoctorRole)
3440
3440
  * @param {string} doctorId
3441
3441
  * @param {string} [doctorName]
3442
3442
  * @param {string} [portfolioId]
@@ -3452,7 +3452,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3452
3452
  },
3453
3453
  /**
3454
3454
  *
3455
- * @summary Delete DoctorPortfolio.
3455
+ * @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorRole)
3456
3456
  * @param {string} doctorId
3457
3457
  * @param {string} portfolioId
3458
3458
  * @param {*} [options] Override http request option.
@@ -3463,7 +3463,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3463
3463
  },
3464
3464
  /**
3465
3465
  *
3466
- * @summary Get DoctorPortfolio.
3466
+ * @summary Get DoctorPortfolio. (Auth policies: RequireDoctorRole)
3467
3467
  * @param {string} doctorId
3468
3468
  * @param {string} portfolioId
3469
3469
  * @param {*} [options] Override http request option.
@@ -3474,7 +3474,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3474
3474
  },
3475
3475
  /**
3476
3476
  *
3477
- * @summary Update DoctorPortfolio.
3477
+ * @summary Update DoctorPortfolio. (Auth policies: RequireDoctorRole)
3478
3478
  * @param {string} doctorId
3479
3479
  * @param {string} portfolioId
3480
3480
  * @param {UpdateDoctorPortfolioCommand} [updateDoctorPortfolioCommand]
@@ -3486,7 +3486,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3486
3486
  },
3487
3487
  /**
3488
3488
  *
3489
- * @summary Create DoctorPortfolio.
3489
+ * @summary Create DoctorPortfolio. (Auth policies: RequireDoctorRole)
3490
3490
  * @param {string} doctorId
3491
3491
  * @param {CreateDoctorPortfolioCommand} [createDoctorPortfolioCommand]
3492
3492
  * @param {*} [options] Override http request option.
@@ -3497,7 +3497,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3497
3497
  },
3498
3498
  /**
3499
3499
  *
3500
- * @summary Update Doctor.
3500
+ * @summary Update Doctor. (Auth policies: RequireDoctorRole)
3501
3501
  * @param {string} doctorId
3502
3502
  * @param {UpdateDoctorCommand} [updateDoctorCommand]
3503
3503
  * @param {*} [options] Override http request option.
@@ -3508,7 +3508,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3508
3508
  },
3509
3509
  /**
3510
3510
  *
3511
- * @summary Delete Doctor.
3511
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
3512
3512
  * @param {string} doctorId
3513
3513
  * @param {*} [options] Override http request option.
3514
3514
  * @throws {RequiredError}
@@ -3518,7 +3518,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3518
3518
  },
3519
3519
  /**
3520
3520
  *
3521
- * @summary Revalidate doctor
3521
+ * @summary Revalidate doctor (Auth policies: RequireDoctorRole)
3522
3522
  * @param {string} doctorId
3523
3523
  * @param {boolean} [includeCurrent]
3524
3524
  * @param {*} [options] Override http request option.
@@ -3529,7 +3529,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3529
3529
  },
3530
3530
  /**
3531
3531
  *
3532
- * @summary Get All DoctorSpecialties.
3532
+ * @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorRole)
3533
3533
  * @param {string} doctorId
3534
3534
  * @param {string} [specialtyId]
3535
3535
  * @param {string} [specialtyName]
@@ -3545,7 +3545,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3545
3545
  },
3546
3546
  /**
3547
3547
  *
3548
- * @summary Link a doctor to a specialty.
3548
+ * @summary Link a doctor to a specialty. (Auth policies: RequireDoctorRole)
3549
3549
  * @param {string} doctorId
3550
3550
  * @param {CreateDoctorSpecialtyCommand} [createDoctorSpecialtyCommand]
3551
3551
  * @param {*} [options] Override http request option.
@@ -3556,7 +3556,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3556
3556
  },
3557
3557
  /**
3558
3558
  *
3559
- * @summary Remove link between the doctor and the specialty.
3559
+ * @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorRole)
3560
3560
  * @param {string} doctorId
3561
3561
  * @param {string} specialtyId
3562
3562
  * @param {*} [options] Override http request option.
@@ -3567,7 +3567,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3567
3567
  },
3568
3568
  /**
3569
3569
  *
3570
- * @summary Get DoctorSpecialty
3570
+ * @summary Get DoctorSpecialty (Auth policies: RequireDoctorRole)
3571
3571
  * @param {string} doctorId
3572
3572
  * @param {string} specialtyId
3573
3573
  * @param {*} [options] Override http request option.
@@ -3578,7 +3578,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3578
3578
  },
3579
3579
  /**
3580
3580
  *
3581
- * @summary Update DoctorSpecialty.
3581
+ * @summary Update DoctorSpecialty. (Auth policies: RequireDoctorRole)
3582
3582
  * @param {string} doctorId
3583
3583
  * @param {string} specialtyId
3584
3584
  * @param {UpdateDoctorSpecialtyCommand} [updateDoctorSpecialtyCommand]
@@ -3590,7 +3590,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3590
3590
  },
3591
3591
  /**
3592
3592
  *
3593
- * @summary Get all Doctors.
3593
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
3594
3594
  * @param {string} [hospitalId]
3595
3595
  * @param {string} [hospitalName]
3596
3596
  * @param {Array<string>} [ids]
@@ -3614,7 +3614,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3614
3614
  },
3615
3615
  /**
3616
3616
  *
3617
- * @summary Create a Doctor.
3617
+ * @summary Create a Doctor. (Auth policies: RequireLocalManagerRole)
3618
3618
  * @param {CreateDoctorCommand} [createDoctorCommand]
3619
3619
  * @param {*} [options] Override http request option.
3620
3620
  * @throws {RequiredError}
@@ -3624,7 +3624,7 @@ var DoctorsApiFactory = function (configuration, basePath, axios) {
3624
3624
  },
3625
3625
  /**
3626
3626
  *
3627
- * @summary Get all Doctors.
3627
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
3628
3628
  * @param {string} [hospitalId]
3629
3629
  * @param {string} [hospitalName]
3630
3630
  * @param {Array<string>} [ids]
@@ -3662,7 +3662,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3662
3662
  }
3663
3663
  /**
3664
3664
  *
3665
- * @summary Delete DoctorCertificate.
3665
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
3666
3666
  * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdDeleteRequest} requestParameters Request parameters.
3667
3667
  * @param {*} [options] Override http request option.
3668
3668
  * @throws {RequiredError}
@@ -3674,7 +3674,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3674
3674
  };
3675
3675
  /**
3676
3676
  *
3677
- * @summary Get DoctorCertificate.
3677
+ * @summary Get DoctorCertificate. (Auth policies: RequireDoctorRole)
3678
3678
  * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdGetRequest} requestParameters Request parameters.
3679
3679
  * @param {*} [options] Override http request option.
3680
3680
  * @throws {RequiredError}
@@ -3686,7 +3686,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3686
3686
  };
3687
3687
  /**
3688
3688
  *
3689
- * @summary Update DoctorCertificate.
3689
+ * @summary Update DoctorCertificate. (Auth policies: RequireDoctorRole)
3690
3690
  * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesCertificateIdPutRequest} requestParameters Request parameters.
3691
3691
  * @param {*} [options] Override http request option.
3692
3692
  * @throws {RequiredError}
@@ -3698,7 +3698,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3698
3698
  };
3699
3699
  /**
3700
3700
  *
3701
- * @summary Delete DoctorCertificate.
3701
+ * @summary Delete DoctorCertificate. (Auth policies: RequireDoctorRole)
3702
3702
  * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesGetRequest} requestParameters Request parameters.
3703
3703
  * @param {*} [options] Override http request option.
3704
3704
  * @throws {RequiredError}
@@ -3710,7 +3710,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3710
3710
  };
3711
3711
  /**
3712
3712
  *
3713
- * @summary Create DoctorCertificate.
3713
+ * @summary Create DoctorCertificate. (Auth policies: RequireDoctorRole)
3714
3714
  * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesPostRequest} requestParameters Request parameters.
3715
3715
  * @param {*} [options] Override http request option.
3716
3716
  * @throws {RequiredError}
@@ -3722,7 +3722,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3722
3722
  };
3723
3723
  /**
3724
3724
  *
3725
- * @summary Batch for doctor certificates sorting
3725
+ * @summary Batch for doctor certificates sorting (Auth policies: RequireDoctorRole)
3726
3726
  * @param {DoctorsApiApiV1DoctorsDoctorIdCertificatesSortPutRequest} requestParameters Request parameters.
3727
3727
  * @param {*} [options] Override http request option.
3728
3728
  * @throws {RequiredError}
@@ -3734,7 +3734,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3734
3734
  };
3735
3735
  /**
3736
3736
  *
3737
- * @summary Delete Doctor.
3737
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
3738
3738
  * @param {DoctorsApiApiV1DoctorsDoctorIdDeleteRequest} requestParameters Request parameters.
3739
3739
  * @param {*} [options] Override http request option.
3740
3740
  * @throws {RequiredError}
@@ -3746,7 +3746,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3746
3746
  };
3747
3747
  /**
3748
3748
  *
3749
- * @summary Delete DoctorEducation
3749
+ * @summary Delete DoctorEducation (Auth policies: RequireDoctorRole)
3750
3750
  * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdDeleteRequest} requestParameters Request parameters.
3751
3751
  * @param {*} [options] Override http request option.
3752
3752
  * @throws {RequiredError}
@@ -3758,7 +3758,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3758
3758
  };
3759
3759
  /**
3760
3760
  *
3761
- * @summary Get DoctorEducation.
3761
+ * @summary Get DoctorEducation. (Auth policies: RequireDoctorRole)
3762
3762
  * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdGetRequest} requestParameters Request parameters.
3763
3763
  * @param {*} [options] Override http request option.
3764
3764
  * @throws {RequiredError}
@@ -3770,7 +3770,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3770
3770
  };
3771
3771
  /**
3772
3772
  *
3773
- * @summary Update DoctorEducation.
3773
+ * @summary Update DoctorEducation. (Auth policies: RequireDoctorRole)
3774
3774
  * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsEducationIdPutRequest} requestParameters Request parameters.
3775
3775
  * @param {*} [options] Override http request option.
3776
3776
  * @throws {RequiredError}
@@ -3782,7 +3782,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3782
3782
  };
3783
3783
  /**
3784
3784
  *
3785
- * @summary Get all DoctorEducations.
3785
+ * @summary Get all DoctorEducations. (Auth policies: RequireDoctorRole)
3786
3786
  * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsGetRequest} requestParameters Request parameters.
3787
3787
  * @param {*} [options] Override http request option.
3788
3788
  * @throws {RequiredError}
@@ -3794,7 +3794,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3794
3794
  };
3795
3795
  /**
3796
3796
  *
3797
- * @summary Create DoctorEducation.
3797
+ * @summary Create DoctorEducation. (Auth policies: RequireDoctorRole)
3798
3798
  * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsPostRequest} requestParameters Request parameters.
3799
3799
  * @param {*} [options] Override http request option.
3800
3800
  * @throws {RequiredError}
@@ -3806,7 +3806,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3806
3806
  };
3807
3807
  /**
3808
3808
  *
3809
- * @summary Batch for doctor educations sorting
3809
+ * @summary Batch for doctor educations sorting (Auth policies: RequireDoctorRole)
3810
3810
  * @param {DoctorsApiApiV1DoctorsDoctorIdEducationsSortPutRequest} requestParameters Request parameters.
3811
3811
  * @param {*} [options] Override http request option.
3812
3812
  * @throws {RequiredError}
@@ -3818,7 +3818,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3818
3818
  };
3819
3819
  /**
3820
3820
  *
3821
- * @summary Get doctor
3821
+ * @summary Get doctor (Auth policies: RequireDoctorRole)
3822
3822
  * @param {DoctorsApiApiV1DoctorsDoctorIdGetRequest} requestParameters Request parameters.
3823
3823
  * @param {*} [options] Override http request option.
3824
3824
  * @throws {RequiredError}
@@ -3830,7 +3830,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3830
3830
  };
3831
3831
  /**
3832
3832
  *
3833
- * @summary Get all DoctorLanguages.
3833
+ * @summary Get all DoctorLanguages. (Auth policies: RequireDoctorRole)
3834
3834
  * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesGetRequest} requestParameters Request parameters.
3835
3835
  * @param {*} [options] Override http request option.
3836
3836
  * @throws {RequiredError}
@@ -3842,7 +3842,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3842
3842
  };
3843
3843
  /**
3844
3844
  *
3845
- * @summary Delete DoctorLanguage
3845
+ * @summary Delete DoctorLanguage (Auth policies: RequireDoctorRole)
3846
3846
  * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeDeleteRequest} requestParameters Request parameters.
3847
3847
  * @param {*} [options] Override http request option.
3848
3848
  * @throws {RequiredError}
@@ -3854,7 +3854,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3854
3854
  };
3855
3855
  /**
3856
3856
  *
3857
- * @summary Get DoctorLanguage.
3857
+ * @summary Get DoctorLanguage. (Auth policies: RequireDoctorRole)
3858
3858
  * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodeGetRequest} requestParameters Request parameters.
3859
3859
  * @param {*} [options] Override http request option.
3860
3860
  * @throws {RequiredError}
@@ -3866,7 +3866,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3866
3866
  };
3867
3867
  /**
3868
3868
  *
3869
- * @summary Update DoctorLanguage.
3869
+ * @summary Update DoctorLanguage. (Auth policies: RequireDoctorRole)
3870
3870
  * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesLanguageCodePutRequest} requestParameters Request parameters.
3871
3871
  * @param {*} [options] Override http request option.
3872
3872
  * @throws {RequiredError}
@@ -3878,7 +3878,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3878
3878
  };
3879
3879
  /**
3880
3880
  *
3881
- * @summary Create DoctorLanguage.
3881
+ * @summary Create DoctorLanguage. (Auth policies: RequireDoctorRole)
3882
3882
  * @param {DoctorsApiApiV1DoctorsDoctorIdLanguagesPostRequest} requestParameters Request parameters.
3883
3883
  * @param {*} [options] Override http request option.
3884
3884
  * @throws {RequiredError}
@@ -3890,7 +3890,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3890
3890
  };
3891
3891
  /**
3892
3892
  *
3893
- * @summary Get all DoctorMedias.
3893
+ * @summary Get all DoctorMedias. (Auth policies: RequireDoctorRole)
3894
3894
  * @param {DoctorsApiApiV1DoctorsDoctorIdMediasGetRequest} requestParameters Request parameters.
3895
3895
  * @param {*} [options] Override http request option.
3896
3896
  * @throws {RequiredError}
@@ -3902,7 +3902,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3902
3902
  };
3903
3903
  /**
3904
3904
  *
3905
- * @summary Delete DoctorMedia
3905
+ * @summary Delete DoctorMedia (Auth policies: RequireDoctorRole)
3906
3906
  * @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
3907
3907
  * @param {*} [options] Override http request option.
3908
3908
  * @throws {RequiredError}
@@ -3914,7 +3914,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3914
3914
  };
3915
3915
  /**
3916
3916
  *
3917
- * @summary Get DoctorMedia.
3917
+ * @summary Get DoctorMedia. (Auth policies: RequireDoctorRole)
3918
3918
  * @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdGetRequest} requestParameters Request parameters.
3919
3919
  * @param {*} [options] Override http request option.
3920
3920
  * @throws {RequiredError}
@@ -3926,7 +3926,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3926
3926
  };
3927
3927
  /**
3928
3928
  *
3929
- * @summary Update DoctorMedia.
3929
+ * @summary Update DoctorMedia. (Auth policies: RequireDoctorRole)
3930
3930
  * @param {DoctorsApiApiV1DoctorsDoctorIdMediasMediaIdPutRequest} requestParameters Request parameters.
3931
3931
  * @param {*} [options] Override http request option.
3932
3932
  * @throws {RequiredError}
@@ -3938,7 +3938,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3938
3938
  };
3939
3939
  /**
3940
3940
  *
3941
- * @summary Create DoctorMedia.
3941
+ * @summary Create DoctorMedia. (Auth policies: RequireDoctorRole)
3942
3942
  * @param {DoctorsApiApiV1DoctorsDoctorIdMediasPostRequest} requestParameters Request parameters.
3943
3943
  * @param {*} [options] Override http request option.
3944
3944
  * @throws {RequiredError}
@@ -3950,7 +3950,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3950
3950
  };
3951
3951
  /**
3952
3952
  *
3953
- * @summary Get All DoctorPortfolios
3953
+ * @summary Get All DoctorPortfolios (Auth policies: RequireDoctorRole)
3954
3954
  * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosGetRequest} requestParameters Request parameters.
3955
3955
  * @param {*} [options] Override http request option.
3956
3956
  * @throws {RequiredError}
@@ -3962,7 +3962,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3962
3962
  };
3963
3963
  /**
3964
3964
  *
3965
- * @summary Delete DoctorPortfolio.
3965
+ * @summary Delete DoctorPortfolio. (Auth policies: RequireDoctorRole)
3966
3966
  * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdDeleteRequest} requestParameters Request parameters.
3967
3967
  * @param {*} [options] Override http request option.
3968
3968
  * @throws {RequiredError}
@@ -3974,7 +3974,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3974
3974
  };
3975
3975
  /**
3976
3976
  *
3977
- * @summary Get DoctorPortfolio.
3977
+ * @summary Get DoctorPortfolio. (Auth policies: RequireDoctorRole)
3978
3978
  * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdGetRequest} requestParameters Request parameters.
3979
3979
  * @param {*} [options] Override http request option.
3980
3980
  * @throws {RequiredError}
@@ -3986,7 +3986,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3986
3986
  };
3987
3987
  /**
3988
3988
  *
3989
- * @summary Update DoctorPortfolio.
3989
+ * @summary Update DoctorPortfolio. (Auth policies: RequireDoctorRole)
3990
3990
  * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPortfolioIdPutRequest} requestParameters Request parameters.
3991
3991
  * @param {*} [options] Override http request option.
3992
3992
  * @throws {RequiredError}
@@ -3998,7 +3998,7 @@ var DoctorsApi = /** @class */ (function (_super) {
3998
3998
  };
3999
3999
  /**
4000
4000
  *
4001
- * @summary Create DoctorPortfolio.
4001
+ * @summary Create DoctorPortfolio. (Auth policies: RequireDoctorRole)
4002
4002
  * @param {DoctorsApiApiV1DoctorsDoctorIdPortfoliosPostRequest} requestParameters Request parameters.
4003
4003
  * @param {*} [options] Override http request option.
4004
4004
  * @throws {RequiredError}
@@ -4010,7 +4010,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4010
4010
  };
4011
4011
  /**
4012
4012
  *
4013
- * @summary Update Doctor.
4013
+ * @summary Update Doctor. (Auth policies: RequireDoctorRole)
4014
4014
  * @param {DoctorsApiApiV1DoctorsDoctorIdPutRequest} requestParameters Request parameters.
4015
4015
  * @param {*} [options] Override http request option.
4016
4016
  * @throws {RequiredError}
@@ -4022,7 +4022,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4022
4022
  };
4023
4023
  /**
4024
4024
  *
4025
- * @summary Delete Doctor.
4025
+ * @summary Delete Doctor. (Auth policies: RequireLocalManagerRole)
4026
4026
  * @param {DoctorsApiApiV1DoctorsDoctorIdReactivatePutRequest} requestParameters Request parameters.
4027
4027
  * @param {*} [options] Override http request option.
4028
4028
  * @throws {RequiredError}
@@ -4034,7 +4034,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4034
4034
  };
4035
4035
  /**
4036
4036
  *
4037
- * @summary Revalidate doctor
4037
+ * @summary Revalidate doctor (Auth policies: RequireDoctorRole)
4038
4038
  * @param {DoctorsApiApiV1DoctorsDoctorIdRevalidatePostRequest} requestParameters Request parameters.
4039
4039
  * @param {*} [options] Override http request option.
4040
4040
  * @throws {RequiredError}
@@ -4046,7 +4046,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4046
4046
  };
4047
4047
  /**
4048
4048
  *
4049
- * @summary Get All DoctorSpecialties.
4049
+ * @summary Get All DoctorSpecialties. (Auth policies: RequireDoctorRole)
4050
4050
  * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesGetRequest} requestParameters Request parameters.
4051
4051
  * @param {*} [options] Override http request option.
4052
4052
  * @throws {RequiredError}
@@ -4058,7 +4058,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4058
4058
  };
4059
4059
  /**
4060
4060
  *
4061
- * @summary Link a doctor to a specialty.
4061
+ * @summary Link a doctor to a specialty. (Auth policies: RequireDoctorRole)
4062
4062
  * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesPostRequest} requestParameters Request parameters.
4063
4063
  * @param {*} [options] Override http request option.
4064
4064
  * @throws {RequiredError}
@@ -4070,7 +4070,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4070
4070
  };
4071
4071
  /**
4072
4072
  *
4073
- * @summary Remove link between the doctor and the specialty.
4073
+ * @summary Remove link between the doctor and the specialty. (Auth policies: RequireDoctorRole)
4074
4074
  * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdDeleteRequest} requestParameters Request parameters.
4075
4075
  * @param {*} [options] Override http request option.
4076
4076
  * @throws {RequiredError}
@@ -4082,7 +4082,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4082
4082
  };
4083
4083
  /**
4084
4084
  *
4085
- * @summary Get DoctorSpecialty
4085
+ * @summary Get DoctorSpecialty (Auth policies: RequireDoctorRole)
4086
4086
  * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdGetRequest} requestParameters Request parameters.
4087
4087
  * @param {*} [options] Override http request option.
4088
4088
  * @throws {RequiredError}
@@ -4094,7 +4094,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4094
4094
  };
4095
4095
  /**
4096
4096
  *
4097
- * @summary Update DoctorSpecialty.
4097
+ * @summary Update DoctorSpecialty. (Auth policies: RequireDoctorRole)
4098
4098
  * @param {DoctorsApiApiV1DoctorsDoctorIdSpecialtiesSpecialtyIdPutRequest} requestParameters Request parameters.
4099
4099
  * @param {*} [options] Override http request option.
4100
4100
  * @throws {RequiredError}
@@ -4106,7 +4106,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4106
4106
  };
4107
4107
  /**
4108
4108
  *
4109
- * @summary Get all Doctors.
4109
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
4110
4110
  * @param {DoctorsApiApiV1DoctorsGetRequest} requestParameters Request parameters.
4111
4111
  * @param {*} [options] Override http request option.
4112
4112
  * @throws {RequiredError}
@@ -4119,7 +4119,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4119
4119
  };
4120
4120
  /**
4121
4121
  *
4122
- * @summary Create a Doctor.
4122
+ * @summary Create a Doctor. (Auth policies: RequireLocalManagerRole)
4123
4123
  * @param {DoctorsApiApiV1DoctorsPostRequest} requestParameters Request parameters.
4124
4124
  * @param {*} [options] Override http request option.
4125
4125
  * @throws {RequiredError}
@@ -4132,7 +4132,7 @@ var DoctorsApi = /** @class */ (function (_super) {
4132
4132
  };
4133
4133
  /**
4134
4134
  *
4135
- * @summary Get all Doctors.
4135
+ * @summary Get all Doctors. (Auth policies: RequireDoctorRole)
4136
4136
  * @param {DoctorsApiApiV1DoctorsSimpleGetRequest} requestParameters Request parameters.
4137
4137
  * @param {*} [options] Override http request option.
4138
4138
  * @throws {RequiredError}