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
@@ -52,7 +52,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
52
52
  return {
53
53
  /**
54
54
  *
55
- * @summary Get all ServiceReviews.
55
+ * @summary Get all ServiceReviews. (Auth policies: RequireDoctorRole)
56
56
  * @param {string} [id]
57
57
  * @param {string} [serviceId]
58
58
  * @param {string} [serviceName]
@@ -168,7 +168,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
168
168
  },
169
169
  /**
170
170
  *
171
- * @summary Create a ServiceReview.
171
+ * @summary Create a ServiceReview. (Auth policies: RequireDoctorRole)
172
172
  * @param {CreateServiceReviewCommand} [createServiceReviewCommand]
173
173
  * @param {*} [options] Override http request option.
174
174
  * @throws {RequiredError}
@@ -206,7 +206,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
206
206
  },
207
207
  /**
208
208
  *
209
- * @summary Delete ServiceReview.
209
+ * @summary Delete ServiceReview. (Auth policies: RequireDoctorRole)
210
210
  * @param {string} serviceReviewId
211
211
  * @param {string} [languageCode]
212
212
  * @param {boolean} [isPermanent]
@@ -254,7 +254,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
254
254
  },
255
255
  /**
256
256
  *
257
- * @summary
257
+ * @summary (Auth policies: RequireDoctorRole)
258
258
  * @param {string} serviceReviewId
259
259
  * @param {string} [languageCode]
260
260
  * @param {*} [options] Override http request option.
@@ -297,7 +297,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
297
297
  },
298
298
  /**
299
299
  *
300
- * @summary Get all ServiceReviewMedias.
300
+ * @summary Get all ServiceReviewMedias. (Auth policies: RequireDoctorRole)
301
301
  * @param {string} serviceReviewId
302
302
  * @param {string} [id]
303
303
  * @param {MediaType} [mediaType]
@@ -362,7 +362,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
362
362
  },
363
363
  /**
364
364
  *
365
- * @summary Delete ServiceReviewMedia
365
+ * @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorRole)
366
366
  * @param {string} serviceReviewId
367
367
  * @param {string} mediaId
368
368
  * @param {*} [options] Override http request option.
@@ -404,7 +404,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
404
404
  },
405
405
  /**
406
406
  *
407
- * @summary Get ServiceReviewMedia.
407
+ * @summary Get ServiceReviewMedia. (Auth policies: RequireDoctorRole)
408
408
  * @param {string} serviceReviewId
409
409
  * @param {string} mediaId
410
410
  * @param {*} [options] Override http request option.
@@ -446,7 +446,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
446
446
  },
447
447
  /**
448
448
  *
449
- * @summary Update ServiceReviewMedia.
449
+ * @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorRole)
450
450
  * @param {string} serviceReviewId
451
451
  * @param {string} mediaId
452
452
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -492,7 +492,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
492
492
  },
493
493
  /**
494
494
  *
495
- * @summary Create ServiceReviewMedia.
495
+ * @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorRole)
496
496
  * @param {string} serviceReviewId
497
497
  * @param {CreateMediaCommand} [createMediaCommand]
498
498
  * @param {*} [options] Override http request option.
@@ -534,7 +534,7 @@ export const ServiceReviewsApiAxiosParamCreator = function (configuration?: Conf
534
534
  },
535
535
  /**
536
536
  *
537
- * @summary Update ServiceReview.
537
+ * @summary Update ServiceReview. (Auth policies: RequireDoctorRole)
538
538
  * @param {string} serviceReviewId
539
539
  * @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
540
540
  * @param {*} [options] Override http request option.
@@ -586,7 +586,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
586
586
  return {
587
587
  /**
588
588
  *
589
- * @summary Get all ServiceReviews.
589
+ * @summary Get all ServiceReviews. (Auth policies: RequireDoctorRole)
590
590
  * @param {string} [id]
591
591
  * @param {string} [serviceId]
592
592
  * @param {string} [serviceName]
@@ -612,7 +612,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
612
612
  },
613
613
  /**
614
614
  *
615
- * @summary Create a ServiceReview.
615
+ * @summary Create a ServiceReview. (Auth policies: RequireDoctorRole)
616
616
  * @param {CreateServiceReviewCommand} [createServiceReviewCommand]
617
617
  * @param {*} [options] Override http request option.
618
618
  * @throws {RequiredError}
@@ -623,7 +623,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
623
623
  },
624
624
  /**
625
625
  *
626
- * @summary Delete ServiceReview.
626
+ * @summary Delete ServiceReview. (Auth policies: RequireDoctorRole)
627
627
  * @param {string} serviceReviewId
628
628
  * @param {string} [languageCode]
629
629
  * @param {boolean} [isPermanent]
@@ -636,7 +636,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
636
636
  },
637
637
  /**
638
638
  *
639
- * @summary
639
+ * @summary (Auth policies: RequireDoctorRole)
640
640
  * @param {string} serviceReviewId
641
641
  * @param {string} [languageCode]
642
642
  * @param {*} [options] Override http request option.
@@ -648,7 +648,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
648
648
  },
649
649
  /**
650
650
  *
651
- * @summary Get all ServiceReviewMedias.
651
+ * @summary Get all ServiceReviewMedias. (Auth policies: RequireDoctorRole)
652
652
  * @param {string} serviceReviewId
653
653
  * @param {string} [id]
654
654
  * @param {MediaType} [mediaType]
@@ -664,7 +664,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
664
664
  },
665
665
  /**
666
666
  *
667
- * @summary Delete ServiceReviewMedia
667
+ * @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorRole)
668
668
  * @param {string} serviceReviewId
669
669
  * @param {string} mediaId
670
670
  * @param {*} [options] Override http request option.
@@ -676,7 +676,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
676
676
  },
677
677
  /**
678
678
  *
679
- * @summary Get ServiceReviewMedia.
679
+ * @summary Get ServiceReviewMedia. (Auth policies: RequireDoctorRole)
680
680
  * @param {string} serviceReviewId
681
681
  * @param {string} mediaId
682
682
  * @param {*} [options] Override http request option.
@@ -688,7 +688,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
688
688
  },
689
689
  /**
690
690
  *
691
- * @summary Update ServiceReviewMedia.
691
+ * @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorRole)
692
692
  * @param {string} serviceReviewId
693
693
  * @param {string} mediaId
694
694
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -701,7 +701,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
701
701
  },
702
702
  /**
703
703
  *
704
- * @summary Create ServiceReviewMedia.
704
+ * @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorRole)
705
705
  * @param {string} serviceReviewId
706
706
  * @param {CreateMediaCommand} [createMediaCommand]
707
707
  * @param {*} [options] Override http request option.
@@ -713,7 +713,7 @@ export const ServiceReviewsApiFp = function(configuration?: Configuration) {
713
713
  },
714
714
  /**
715
715
  *
716
- * @summary Update ServiceReview.
716
+ * @summary Update ServiceReview. (Auth policies: RequireDoctorRole)
717
717
  * @param {string} serviceReviewId
718
718
  * @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
719
719
  * @param {*} [options] Override http request option.
@@ -735,7 +735,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
735
735
  return {
736
736
  /**
737
737
  *
738
- * @summary Get all ServiceReviews.
738
+ * @summary Get all ServiceReviews. (Auth policies: RequireDoctorRole)
739
739
  * @param {string} [id]
740
740
  * @param {string} [serviceId]
741
741
  * @param {string} [serviceName]
@@ -760,7 +760,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
760
760
  },
761
761
  /**
762
762
  *
763
- * @summary Create a ServiceReview.
763
+ * @summary Create a ServiceReview. (Auth policies: RequireDoctorRole)
764
764
  * @param {CreateServiceReviewCommand} [createServiceReviewCommand]
765
765
  * @param {*} [options] Override http request option.
766
766
  * @throws {RequiredError}
@@ -770,7 +770,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
770
770
  },
771
771
  /**
772
772
  *
773
- * @summary Delete ServiceReview.
773
+ * @summary Delete ServiceReview. (Auth policies: RequireDoctorRole)
774
774
  * @param {string} serviceReviewId
775
775
  * @param {string} [languageCode]
776
776
  * @param {boolean} [isPermanent]
@@ -782,7 +782,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
782
782
  },
783
783
  /**
784
784
  *
785
- * @summary
785
+ * @summary (Auth policies: RequireDoctorRole)
786
786
  * @param {string} serviceReviewId
787
787
  * @param {string} [languageCode]
788
788
  * @param {*} [options] Override http request option.
@@ -793,7 +793,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
793
793
  },
794
794
  /**
795
795
  *
796
- * @summary Get all ServiceReviewMedias.
796
+ * @summary Get all ServiceReviewMedias. (Auth policies: RequireDoctorRole)
797
797
  * @param {string} serviceReviewId
798
798
  * @param {string} [id]
799
799
  * @param {MediaType} [mediaType]
@@ -808,7 +808,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
808
808
  },
809
809
  /**
810
810
  *
811
- * @summary Delete ServiceReviewMedia
811
+ * @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorRole)
812
812
  * @param {string} serviceReviewId
813
813
  * @param {string} mediaId
814
814
  * @param {*} [options] Override http request option.
@@ -819,7 +819,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
819
819
  },
820
820
  /**
821
821
  *
822
- * @summary Get ServiceReviewMedia.
822
+ * @summary Get ServiceReviewMedia. (Auth policies: RequireDoctorRole)
823
823
  * @param {string} serviceReviewId
824
824
  * @param {string} mediaId
825
825
  * @param {*} [options] Override http request option.
@@ -830,7 +830,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
830
830
  },
831
831
  /**
832
832
  *
833
- * @summary Update ServiceReviewMedia.
833
+ * @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorRole)
834
834
  * @param {string} serviceReviewId
835
835
  * @param {string} mediaId
836
836
  * @param {UpdateMediaCommand} [updateMediaCommand]
@@ -842,7 +842,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
842
842
  },
843
843
  /**
844
844
  *
845
- * @summary Create ServiceReviewMedia.
845
+ * @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorRole)
846
846
  * @param {string} serviceReviewId
847
847
  * @param {CreateMediaCommand} [createMediaCommand]
848
848
  * @param {*} [options] Override http request option.
@@ -853,7 +853,7 @@ export const ServiceReviewsApiFactory = function (configuration?: Configuration,
853
853
  },
854
854
  /**
855
855
  *
856
- * @summary Update ServiceReview.
856
+ * @summary Update ServiceReview. (Auth policies: RequireDoctorRole)
857
857
  * @param {string} serviceReviewId
858
858
  * @param {UpdateServiceReviewCommand} [updateServiceReviewCommand]
859
859
  * @param {*} [options] Override http request option.
@@ -1217,7 +1217,7 @@ export interface ServiceReviewsApiApiV1ServicereviewsServiceReviewIdPutRequest {
1217
1217
  export class ServiceReviewsApi extends BaseAPI {
1218
1218
  /**
1219
1219
  *
1220
- * @summary Get all ServiceReviews.
1220
+ * @summary Get all ServiceReviews. (Auth policies: RequireDoctorRole)
1221
1221
  * @param {ServiceReviewsApiApiV1ServicereviewsGetRequest} requestParameters Request parameters.
1222
1222
  * @param {*} [options] Override http request option.
1223
1223
  * @throws {RequiredError}
@@ -1229,7 +1229,7 @@ export class ServiceReviewsApi extends BaseAPI {
1229
1229
 
1230
1230
  /**
1231
1231
  *
1232
- * @summary Create a ServiceReview.
1232
+ * @summary Create a ServiceReview. (Auth policies: RequireDoctorRole)
1233
1233
  * @param {ServiceReviewsApiApiV1ServicereviewsPostRequest} requestParameters Request parameters.
1234
1234
  * @param {*} [options] Override http request option.
1235
1235
  * @throws {RequiredError}
@@ -1241,7 +1241,7 @@ export class ServiceReviewsApi extends BaseAPI {
1241
1241
 
1242
1242
  /**
1243
1243
  *
1244
- * @summary Delete ServiceReview.
1244
+ * @summary Delete ServiceReview. (Auth policies: RequireDoctorRole)
1245
1245
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdDeleteRequest} requestParameters Request parameters.
1246
1246
  * @param {*} [options] Override http request option.
1247
1247
  * @throws {RequiredError}
@@ -1253,7 +1253,7 @@ export class ServiceReviewsApi extends BaseAPI {
1253
1253
 
1254
1254
  /**
1255
1255
  *
1256
- * @summary
1256
+ * @summary (Auth policies: RequireDoctorRole)
1257
1257
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdGetRequest} requestParameters Request parameters.
1258
1258
  * @param {*} [options] Override http request option.
1259
1259
  * @throws {RequiredError}
@@ -1265,7 +1265,7 @@ export class ServiceReviewsApi extends BaseAPI {
1265
1265
 
1266
1266
  /**
1267
1267
  *
1268
- * @summary Get all ServiceReviewMedias.
1268
+ * @summary Get all ServiceReviewMedias. (Auth policies: RequireDoctorRole)
1269
1269
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasGetRequest} requestParameters Request parameters.
1270
1270
  * @param {*} [options] Override http request option.
1271
1271
  * @throws {RequiredError}
@@ -1277,7 +1277,7 @@ export class ServiceReviewsApi extends BaseAPI {
1277
1277
 
1278
1278
  /**
1279
1279
  *
1280
- * @summary Delete ServiceReviewMedia
1280
+ * @summary Delete ServiceReviewMedia (Auth policies: RequireDoctorRole)
1281
1281
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdDeleteRequest} requestParameters Request parameters.
1282
1282
  * @param {*} [options] Override http request option.
1283
1283
  * @throws {RequiredError}
@@ -1289,7 +1289,7 @@ export class ServiceReviewsApi extends BaseAPI {
1289
1289
 
1290
1290
  /**
1291
1291
  *
1292
- * @summary Get ServiceReviewMedia.
1292
+ * @summary Get ServiceReviewMedia. (Auth policies: RequireDoctorRole)
1293
1293
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdGetRequest} requestParameters Request parameters.
1294
1294
  * @param {*} [options] Override http request option.
1295
1295
  * @throws {RequiredError}
@@ -1301,7 +1301,7 @@ export class ServiceReviewsApi extends BaseAPI {
1301
1301
 
1302
1302
  /**
1303
1303
  *
1304
- * @summary Update ServiceReviewMedia.
1304
+ * @summary Update ServiceReviewMedia. (Auth policies: RequireDoctorRole)
1305
1305
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasMediaIdPutRequest} requestParameters Request parameters.
1306
1306
  * @param {*} [options] Override http request option.
1307
1307
  * @throws {RequiredError}
@@ -1313,7 +1313,7 @@ export class ServiceReviewsApi extends BaseAPI {
1313
1313
 
1314
1314
  /**
1315
1315
  *
1316
- * @summary Create ServiceReviewMedia.
1316
+ * @summary Create ServiceReviewMedia. (Auth policies: RequireDoctorRole)
1317
1317
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdMediasPostRequest} requestParameters Request parameters.
1318
1318
  * @param {*} [options] Override http request option.
1319
1319
  * @throws {RequiredError}
@@ -1325,7 +1325,7 @@ export class ServiceReviewsApi extends BaseAPI {
1325
1325
 
1326
1326
  /**
1327
1327
  *
1328
- * @summary Update ServiceReview.
1328
+ * @summary Update ServiceReview. (Auth policies: RequireDoctorRole)
1329
1329
  * @param {ServiceReviewsApiApiV1ServicereviewsServiceReviewIdPutRequest} requestParameters Request parameters.
1330
1330
  * @param {*} [options] Override http request option.
1331
1331
  * @throws {RequiredError}
@@ -36,7 +36,7 @@ export const ServicesApiAxiosParamCreator = function (configuration?: Configurat
36
36
  return {
37
37
  /**
38
38
  *
39
- * @summary Get all HospitalServices.
39
+ * @summary Get all HospitalServices. (Auth policies: RequireLocalManagerRole)
40
40
  * @param {string} [id]
41
41
  * @param {string} [name]
42
42
  * @param {string} [slug]
@@ -169,7 +169,7 @@ export const ServicesApiAxiosParamCreator = function (configuration?: Configurat
169
169
  },
170
170
  /**
171
171
  *
172
- * @summary Get Service by ServiceId
172
+ * @summary Get Service by ServiceId (Auth policies: RequireLocalManagerRole)
173
173
  * @param {string} serviceId
174
174
  * @param {string} [languageCode]
175
175
  * @param {boolean} [returnDefaultValue]
@@ -217,7 +217,7 @@ export const ServicesApiAxiosParamCreator = function (configuration?: Configurat
217
217
  },
218
218
  /**
219
219
  *
220
- * @summary Get Service by slug
220
+ * @summary Get Service by slug (Auth policies: RequireLocalManagerRole)
221
221
  * @param {string} slug
222
222
  * @param {string} [languageCode]
223
223
  * @param {boolean} [returnDefaultValue]
@@ -275,7 +275,7 @@ export const ServicesApiFp = function(configuration?: Configuration) {
275
275
  return {
276
276
  /**
277
277
  *
278
- * @summary Get all HospitalServices.
278
+ * @summary Get all HospitalServices. (Auth policies: RequireLocalManagerRole)
279
279
  * @param {string} [id]
280
280
  * @param {string} [name]
281
281
  * @param {string} [slug]
@@ -304,7 +304,7 @@ export const ServicesApiFp = function(configuration?: Configuration) {
304
304
  },
305
305
  /**
306
306
  *
307
- * @summary Get Service by ServiceId
307
+ * @summary Get Service by ServiceId (Auth policies: RequireLocalManagerRole)
308
308
  * @param {string} serviceId
309
309
  * @param {string} [languageCode]
310
310
  * @param {boolean} [returnDefaultValue]
@@ -317,7 +317,7 @@ export const ServicesApiFp = function(configuration?: Configuration) {
317
317
  },
318
318
  /**
319
319
  *
320
- * @summary Get Service by slug
320
+ * @summary Get Service by slug (Auth policies: RequireLocalManagerRole)
321
321
  * @param {string} slug
322
322
  * @param {string} [languageCode]
323
323
  * @param {boolean} [returnDefaultValue]
@@ -340,7 +340,7 @@ export const ServicesApiFactory = function (configuration?: Configuration, baseP
340
340
  return {
341
341
  /**
342
342
  *
343
- * @summary Get all HospitalServices.
343
+ * @summary Get all HospitalServices. (Auth policies: RequireLocalManagerRole)
344
344
  * @param {string} [id]
345
345
  * @param {string} [name]
346
346
  * @param {string} [slug]
@@ -368,7 +368,7 @@ export const ServicesApiFactory = function (configuration?: Configuration, baseP
368
368
  },
369
369
  /**
370
370
  *
371
- * @summary Get Service by ServiceId
371
+ * @summary Get Service by ServiceId (Auth policies: RequireLocalManagerRole)
372
372
  * @param {string} serviceId
373
373
  * @param {string} [languageCode]
374
374
  * @param {boolean} [returnDefaultValue]
@@ -380,7 +380,7 @@ export const ServicesApiFactory = function (configuration?: Configuration, baseP
380
380
  },
381
381
  /**
382
382
  *
383
- * @summary Get Service by slug
383
+ * @summary Get Service by slug (Auth policies: RequireLocalManagerRole)
384
384
  * @param {string} slug
385
385
  * @param {string} [languageCode]
386
386
  * @param {boolean} [returnDefaultValue]
@@ -598,7 +598,7 @@ export interface ServicesApiApiV1ServicesSlugGetRequest {
598
598
  export class ServicesApi extends BaseAPI {
599
599
  /**
600
600
  *
601
- * @summary Get all HospitalServices.
601
+ * @summary Get all HospitalServices. (Auth policies: RequireLocalManagerRole)
602
602
  * @param {ServicesApiApiV1ServicesGetRequest} requestParameters Request parameters.
603
603
  * @param {*} [options] Override http request option.
604
604
  * @throws {RequiredError}
@@ -610,7 +610,7 @@ export class ServicesApi extends BaseAPI {
610
610
 
611
611
  /**
612
612
  *
613
- * @summary Get Service by ServiceId
613
+ * @summary Get Service by ServiceId (Auth policies: RequireLocalManagerRole)
614
614
  * @param {ServicesApiApiV1ServicesServiceIdGetRequest} requestParameters Request parameters.
615
615
  * @param {*} [options] Override http request option.
616
616
  * @throws {RequiredError}
@@ -622,7 +622,7 @@ export class ServicesApi extends BaseAPI {
622
622
 
623
623
  /**
624
624
  *
625
- * @summary Get Service by slug
625
+ * @summary Get Service by slug (Auth policies: RequireLocalManagerRole)
626
626
  * @param {ServicesApiApiV1ServicesSlugGetRequest} requestParameters Request parameters.
627
627
  * @param {*} [options] Override http request option.
628
628
  * @throws {RequiredError}
@@ -38,7 +38,7 @@ export const ServicesCategoriesApiAxiosParamCreator = function (configuration?:
38
38
  return {
39
39
  /**
40
40
  *
41
- * @summary Get all ServiceCategories.
41
+ * @summary Get all ServiceCategories. (Auth policies: RequireLocalManagerRole)
42
42
  * @param {string} [id]
43
43
  * @param {string} [name]
44
44
  * @param {number} [page]
@@ -99,6 +99,7 @@ export const ServicesCategoriesApiAxiosParamCreator = function (configuration?:
99
99
  },
100
100
  /**
101
101
  *
102
+ * @summary (Auth policies: RequireManagerRole)
102
103
  * @param {CreateServiceCategoryCommand} [createServiceCategoryCommand]
103
104
  * @param {*} [options] Override http request option.
104
105
  * @throws {RequiredError}
@@ -136,7 +137,7 @@ export const ServicesCategoriesApiAxiosParamCreator = function (configuration?:
136
137
  },
137
138
  /**
138
139
  *
139
- * @summary Delete ServiceCategory.
140
+ * @summary Delete ServiceCategory. (Auth policies: RequireManagerRole)
140
141
  * @param {string} serviceCategoryId
141
142
  * @param {*} [options] Override http request option.
142
143
  * @throws {RequiredError}
@@ -174,7 +175,7 @@ export const ServicesCategoriesApiAxiosParamCreator = function (configuration?:
174
175
  },
175
176
  /**
176
177
  *
177
- * @summary Get ServiceCategory.
178
+ * @summary Get ServiceCategory. (Auth policies: RequireLocalManagerRole)
178
179
  * @param {string} serviceCategoryId
179
180
  * @param {*} [options] Override http request option.
180
181
  * @throws {RequiredError}
@@ -212,7 +213,7 @@ export const ServicesCategoriesApiAxiosParamCreator = function (configuration?:
212
213
  },
213
214
  /**
214
215
  *
215
- * @summary Update ServiceCategory
216
+ * @summary Update ServiceCategory (Auth policies: RequireManagerRole)
216
217
  * @param {string} serviceCategoryId
217
218
  * @param {UpdateServiceCategoryCommand} [updateServiceCategoryCommand]
218
219
  * @param {*} [options] Override http request option.
@@ -264,7 +265,7 @@ export const ServicesCategoriesApiFp = function(configuration?: Configuration) {
264
265
  return {
265
266
  /**
266
267
  *
267
- * @summary Get all ServiceCategories.
268
+ * @summary Get all ServiceCategories. (Auth policies: RequireLocalManagerRole)
268
269
  * @param {string} [id]
269
270
  * @param {string} [name]
270
271
  * @param {number} [page]
@@ -279,6 +280,7 @@ export const ServicesCategoriesApiFp = function(configuration?: Configuration) {
279
280
  },
280
281
  /**
281
282
  *
283
+ * @summary (Auth policies: RequireManagerRole)
282
284
  * @param {CreateServiceCategoryCommand} [createServiceCategoryCommand]
283
285
  * @param {*} [options] Override http request option.
284
286
  * @throws {RequiredError}
@@ -289,7 +291,7 @@ export const ServicesCategoriesApiFp = function(configuration?: Configuration) {
289
291
  },
290
292
  /**
291
293
  *
292
- * @summary Delete ServiceCategory.
294
+ * @summary Delete ServiceCategory. (Auth policies: RequireManagerRole)
293
295
  * @param {string} serviceCategoryId
294
296
  * @param {*} [options] Override http request option.
295
297
  * @throws {RequiredError}
@@ -300,7 +302,7 @@ export const ServicesCategoriesApiFp = function(configuration?: Configuration) {
300
302
  },
301
303
  /**
302
304
  *
303
- * @summary Get ServiceCategory.
305
+ * @summary Get ServiceCategory. (Auth policies: RequireLocalManagerRole)
304
306
  * @param {string} serviceCategoryId
305
307
  * @param {*} [options] Override http request option.
306
308
  * @throws {RequiredError}
@@ -311,7 +313,7 @@ export const ServicesCategoriesApiFp = function(configuration?: Configuration) {
311
313
  },
312
314
  /**
313
315
  *
314
- * @summary Update ServiceCategory
316
+ * @summary Update ServiceCategory (Auth policies: RequireManagerRole)
315
317
  * @param {string} serviceCategoryId
316
318
  * @param {UpdateServiceCategoryCommand} [updateServiceCategoryCommand]
317
319
  * @param {*} [options] Override http request option.
@@ -333,7 +335,7 @@ export const ServicesCategoriesApiFactory = function (configuration?: Configurat
333
335
  return {
334
336
  /**
335
337
  *
336
- * @summary Get all ServiceCategories.
338
+ * @summary Get all ServiceCategories. (Auth policies: RequireLocalManagerRole)
337
339
  * @param {string} [id]
338
340
  * @param {string} [name]
339
341
  * @param {number} [page]
@@ -347,6 +349,7 @@ export const ServicesCategoriesApiFactory = function (configuration?: Configurat
347
349
  },
348
350
  /**
349
351
  *
352
+ * @summary (Auth policies: RequireManagerRole)
350
353
  * @param {CreateServiceCategoryCommand} [createServiceCategoryCommand]
351
354
  * @param {*} [options] Override http request option.
352
355
  * @throws {RequiredError}
@@ -356,7 +359,7 @@ export const ServicesCategoriesApiFactory = function (configuration?: Configurat
356
359
  },
357
360
  /**
358
361
  *
359
- * @summary Delete ServiceCategory.
362
+ * @summary Delete ServiceCategory. (Auth policies: RequireManagerRole)
360
363
  * @param {string} serviceCategoryId
361
364
  * @param {*} [options] Override http request option.
362
365
  * @throws {RequiredError}
@@ -366,7 +369,7 @@ export const ServicesCategoriesApiFactory = function (configuration?: Configurat
366
369
  },
367
370
  /**
368
371
  *
369
- * @summary Get ServiceCategory.
372
+ * @summary Get ServiceCategory. (Auth policies: RequireLocalManagerRole)
370
373
  * @param {string} serviceCategoryId
371
374
  * @param {*} [options] Override http request option.
372
375
  * @throws {RequiredError}
@@ -376,7 +379,7 @@ export const ServicesCategoriesApiFactory = function (configuration?: Configurat
376
379
  },
377
380
  /**
378
381
  *
379
- * @summary Update ServiceCategory
382
+ * @summary Update ServiceCategory (Auth policies: RequireManagerRole)
380
383
  * @param {string} serviceCategoryId
381
384
  * @param {UpdateServiceCategoryCommand} [updateServiceCategoryCommand]
382
385
  * @param {*} [options] Override http request option.
@@ -502,7 +505,7 @@ export interface ServicesCategoriesApiApiV1ServicescategoriesServiceCategoryIdPu
502
505
  export class ServicesCategoriesApi extends BaseAPI {
503
506
  /**
504
507
  *
505
- * @summary Get all ServiceCategories.
508
+ * @summary Get all ServiceCategories. (Auth policies: RequireLocalManagerRole)
506
509
  * @param {ServicesCategoriesApiApiV1ServicescategoriesGetRequest} requestParameters Request parameters.
507
510
  * @param {*} [options] Override http request option.
508
511
  * @throws {RequiredError}
@@ -514,6 +517,7 @@ export class ServicesCategoriesApi extends BaseAPI {
514
517
 
515
518
  /**
516
519
  *
520
+ * @summary (Auth policies: RequireManagerRole)
517
521
  * @param {ServicesCategoriesApiApiV1ServicescategoriesPostRequest} requestParameters Request parameters.
518
522
  * @param {*} [options] Override http request option.
519
523
  * @throws {RequiredError}
@@ -525,7 +529,7 @@ export class ServicesCategoriesApi extends BaseAPI {
525
529
 
526
530
  /**
527
531
  *
528
- * @summary Delete ServiceCategory.
532
+ * @summary Delete ServiceCategory. (Auth policies: RequireManagerRole)
529
533
  * @param {ServicesCategoriesApiApiV1ServicescategoriesServiceCategoryIdDeleteRequest} requestParameters Request parameters.
530
534
  * @param {*} [options] Override http request option.
531
535
  * @throws {RequiredError}
@@ -537,7 +541,7 @@ export class ServicesCategoriesApi extends BaseAPI {
537
541
 
538
542
  /**
539
543
  *
540
- * @summary Get ServiceCategory.
544
+ * @summary Get ServiceCategory. (Auth policies: RequireLocalManagerRole)
541
545
  * @param {ServicesCategoriesApiApiV1ServicescategoriesServiceCategoryIdGetRequest} requestParameters Request parameters.
542
546
  * @param {*} [options] Override http request option.
543
547
  * @throws {RequiredError}
@@ -549,7 +553,7 @@ export class ServicesCategoriesApi extends BaseAPI {
549
553
 
550
554
  /**
551
555
  *
552
- * @summary Update ServiceCategory
556
+ * @summary Update ServiceCategory (Auth policies: RequireManagerRole)
553
557
  * @param {ServicesCategoriesApiApiV1ServicescategoriesServiceCategoryIdPutRequest} requestParameters Request parameters.
554
558
  * @param {*} [options] Override http request option.
555
559
  * @throws {RequiredError}