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
@@ -46,7 +46,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
46
46
  return {
47
47
  /**
48
48
  *
49
- * @summary Get all plans.
49
+ * @summary Get all plans. (Auth policies: RequireManagerRole)
50
50
  * @param {string} [id]
51
51
  * @param {string} [name]
52
52
  * @param {number} [page]
@@ -107,7 +107,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
107
107
  },
108
108
  /**
109
109
  *
110
- * @summary Delete plan.
110
+ * @summary Delete plan. (Auth policies: RequireManagerRole)
111
111
  * @param {string} planId
112
112
  * @param {*} [options] Override http request option.
113
113
  * @throws {RequiredError}
@@ -145,7 +145,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
145
145
  },
146
146
  /**
147
147
  *
148
- * @summary Get plan.
148
+ * @summary Get plan. (Auth policies: RequireManagerRole)
149
149
  * @param {string} planId
150
150
  * @param {*} [options] Override http request option.
151
151
  * @throws {RequiredError}
@@ -183,7 +183,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
183
183
  },
184
184
  /**
185
185
  *
186
- * @summary Get all plan hospital.
186
+ * @summary Get all plan hospital. (Auth policies: RequireManagerRole)
187
187
  * @param {string} planId
188
188
  * @param {number} [page]
189
189
  * @param {number} [limit]
@@ -238,7 +238,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
238
238
  },
239
239
  /**
240
240
  *
241
- * @summary Delete plan hospital.
241
+ * @summary Delete plan hospital. (Auth policies: RequireManagerRole)
242
242
  * @param {string} planId
243
243
  * @param {string} hospitalId
244
244
  * @param {*} [options] Override http request option.
@@ -280,7 +280,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
280
280
  },
281
281
  /**
282
282
  *
283
- * @summary Get plan hospital.
283
+ * @summary Get plan hospital. (Auth policies: RequireManagerRole)
284
284
  * @param {string} planId
285
285
  * @param {string} hospitalId
286
286
  * @param {*} [options] Override http request option.
@@ -322,7 +322,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
322
322
  },
323
323
  /**
324
324
  *
325
- * @summary Update plan hospital.
325
+ * @summary Update plan hospital. (Auth policies: RequireManagerRole)
326
326
  * @param {string} planId
327
327
  * @param {string} hospitalId
328
328
  * @param {UpdatePlanHospitalCommand} [updatePlanHospitalCommand]
@@ -368,7 +368,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
368
368
  },
369
369
  /**
370
370
  *
371
- * @summary Create plan hospital.
371
+ * @summary Create plan hospital. (Auth policies: RequireManagerRole)
372
372
  * @param {string} planId
373
373
  * @param {CreatePlanHospitalCommand} [createPlanHospitalCommand]
374
374
  * @param {*} [options] Override http request option.
@@ -410,7 +410,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
410
410
  },
411
411
  /**
412
412
  *
413
- * @summary Update plan.
413
+ * @summary Update plan. (Auth policies: RequireManagerRole)
414
414
  * @param {string} planId
415
415
  * @param {UpdatePlanCommand} [updatePlanCommand]
416
416
  * @param {*} [options] Override http request option.
@@ -452,7 +452,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
452
452
  },
453
453
  /**
454
454
  *
455
- * @summary Create a plan.
455
+ * @summary Create a plan. (Auth policies: RequireManagerRole)
456
456
  * @param {CreatePlanCommand} [createPlanCommand]
457
457
  * @param {*} [options] Override http request option.
458
458
  * @throws {RequiredError}
@@ -500,7 +500,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
500
500
  return {
501
501
  /**
502
502
  *
503
- * @summary Get all plans.
503
+ * @summary Get all plans. (Auth policies: RequireManagerRole)
504
504
  * @param {string} [id]
505
505
  * @param {string} [name]
506
506
  * @param {number} [page]
@@ -515,7 +515,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
515
515
  },
516
516
  /**
517
517
  *
518
- * @summary Delete plan.
518
+ * @summary Delete plan. (Auth policies: RequireManagerRole)
519
519
  * @param {string} planId
520
520
  * @param {*} [options] Override http request option.
521
521
  * @throws {RequiredError}
@@ -526,7 +526,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
526
526
  },
527
527
  /**
528
528
  *
529
- * @summary Get plan.
529
+ * @summary Get plan. (Auth policies: RequireManagerRole)
530
530
  * @param {string} planId
531
531
  * @param {*} [options] Override http request option.
532
532
  * @throws {RequiredError}
@@ -537,7 +537,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
537
537
  },
538
538
  /**
539
539
  *
540
- * @summary Get all plan hospital.
540
+ * @summary Get all plan hospital. (Auth policies: RequireManagerRole)
541
541
  * @param {string} planId
542
542
  * @param {number} [page]
543
543
  * @param {number} [limit]
@@ -551,7 +551,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
551
551
  },
552
552
  /**
553
553
  *
554
- * @summary Delete plan hospital.
554
+ * @summary Delete plan hospital. (Auth policies: RequireManagerRole)
555
555
  * @param {string} planId
556
556
  * @param {string} hospitalId
557
557
  * @param {*} [options] Override http request option.
@@ -563,7 +563,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
563
563
  },
564
564
  /**
565
565
  *
566
- * @summary Get plan hospital.
566
+ * @summary Get plan hospital. (Auth policies: RequireManagerRole)
567
567
  * @param {string} planId
568
568
  * @param {string} hospitalId
569
569
  * @param {*} [options] Override http request option.
@@ -575,7 +575,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
575
575
  },
576
576
  /**
577
577
  *
578
- * @summary Update plan hospital.
578
+ * @summary Update plan hospital. (Auth policies: RequireManagerRole)
579
579
  * @param {string} planId
580
580
  * @param {string} hospitalId
581
581
  * @param {UpdatePlanHospitalCommand} [updatePlanHospitalCommand]
@@ -588,7 +588,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
588
588
  },
589
589
  /**
590
590
  *
591
- * @summary Create plan hospital.
591
+ * @summary Create plan hospital. (Auth policies: RequireManagerRole)
592
592
  * @param {string} planId
593
593
  * @param {CreatePlanHospitalCommand} [createPlanHospitalCommand]
594
594
  * @param {*} [options] Override http request option.
@@ -600,7 +600,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
600
600
  },
601
601
  /**
602
602
  *
603
- * @summary Update plan.
603
+ * @summary Update plan. (Auth policies: RequireManagerRole)
604
604
  * @param {string} planId
605
605
  * @param {UpdatePlanCommand} [updatePlanCommand]
606
606
  * @param {*} [options] Override http request option.
@@ -612,7 +612,7 @@ export const PlansApiFp = function(configuration?: Configuration) {
612
612
  },
613
613
  /**
614
614
  *
615
- * @summary Create a plan.
615
+ * @summary Create a plan. (Auth policies: RequireManagerRole)
616
616
  * @param {CreatePlanCommand} [createPlanCommand]
617
617
  * @param {*} [options] Override http request option.
618
618
  * @throws {RequiredError}
@@ -633,7 +633,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
633
633
  return {
634
634
  /**
635
635
  *
636
- * @summary Get all plans.
636
+ * @summary Get all plans. (Auth policies: RequireManagerRole)
637
637
  * @param {string} [id]
638
638
  * @param {string} [name]
639
639
  * @param {number} [page]
@@ -647,7 +647,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
647
647
  },
648
648
  /**
649
649
  *
650
- * @summary Delete plan.
650
+ * @summary Delete plan. (Auth policies: RequireManagerRole)
651
651
  * @param {string} planId
652
652
  * @param {*} [options] Override http request option.
653
653
  * @throws {RequiredError}
@@ -657,7 +657,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
657
657
  },
658
658
  /**
659
659
  *
660
- * @summary Get plan.
660
+ * @summary Get plan. (Auth policies: RequireManagerRole)
661
661
  * @param {string} planId
662
662
  * @param {*} [options] Override http request option.
663
663
  * @throws {RequiredError}
@@ -667,7 +667,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
667
667
  },
668
668
  /**
669
669
  *
670
- * @summary Get all plan hospital.
670
+ * @summary Get all plan hospital. (Auth policies: RequireManagerRole)
671
671
  * @param {string} planId
672
672
  * @param {number} [page]
673
673
  * @param {number} [limit]
@@ -680,7 +680,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
680
680
  },
681
681
  /**
682
682
  *
683
- * @summary Delete plan hospital.
683
+ * @summary Delete plan hospital. (Auth policies: RequireManagerRole)
684
684
  * @param {string} planId
685
685
  * @param {string} hospitalId
686
686
  * @param {*} [options] Override http request option.
@@ -691,7 +691,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
691
691
  },
692
692
  /**
693
693
  *
694
- * @summary Get plan hospital.
694
+ * @summary Get plan hospital. (Auth policies: RequireManagerRole)
695
695
  * @param {string} planId
696
696
  * @param {string} hospitalId
697
697
  * @param {*} [options] Override http request option.
@@ -702,7 +702,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
702
702
  },
703
703
  /**
704
704
  *
705
- * @summary Update plan hospital.
705
+ * @summary Update plan hospital. (Auth policies: RequireManagerRole)
706
706
  * @param {string} planId
707
707
  * @param {string} hospitalId
708
708
  * @param {UpdatePlanHospitalCommand} [updatePlanHospitalCommand]
@@ -714,7 +714,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
714
714
  },
715
715
  /**
716
716
  *
717
- * @summary Create plan hospital.
717
+ * @summary Create plan hospital. (Auth policies: RequireManagerRole)
718
718
  * @param {string} planId
719
719
  * @param {CreatePlanHospitalCommand} [createPlanHospitalCommand]
720
720
  * @param {*} [options] Override http request option.
@@ -725,7 +725,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
725
725
  },
726
726
  /**
727
727
  *
728
- * @summary Update plan.
728
+ * @summary Update plan. (Auth policies: RequireManagerRole)
729
729
  * @param {string} planId
730
730
  * @param {UpdatePlanCommand} [updatePlanCommand]
731
731
  * @param {*} [options] Override http request option.
@@ -736,7 +736,7 @@ export const PlansApiFactory = function (configuration?: Configuration, basePath
736
736
  },
737
737
  /**
738
738
  *
739
- * @summary Create a plan.
739
+ * @summary Create a plan. (Auth policies: RequireManagerRole)
740
740
  * @param {CreatePlanCommand} [createPlanCommand]
741
741
  * @param {*} [options] Override http request option.
742
742
  * @throws {RequiredError}
@@ -987,7 +987,7 @@ export interface PlansApiApiV1PlansPostRequest {
987
987
  export class PlansApi extends BaseAPI {
988
988
  /**
989
989
  *
990
- * @summary Get all plans.
990
+ * @summary Get all plans. (Auth policies: RequireManagerRole)
991
991
  * @param {PlansApiApiV1PlansGetRequest} requestParameters Request parameters.
992
992
  * @param {*} [options] Override http request option.
993
993
  * @throws {RequiredError}
@@ -999,7 +999,7 @@ export class PlansApi extends BaseAPI {
999
999
 
1000
1000
  /**
1001
1001
  *
1002
- * @summary Delete plan.
1002
+ * @summary Delete plan. (Auth policies: RequireManagerRole)
1003
1003
  * @param {PlansApiApiV1PlansPlanIdDeleteRequest} requestParameters Request parameters.
1004
1004
  * @param {*} [options] Override http request option.
1005
1005
  * @throws {RequiredError}
@@ -1011,7 +1011,7 @@ export class PlansApi extends BaseAPI {
1011
1011
 
1012
1012
  /**
1013
1013
  *
1014
- * @summary Get plan.
1014
+ * @summary Get plan. (Auth policies: RequireManagerRole)
1015
1015
  * @param {PlansApiApiV1PlansPlanIdGetRequest} requestParameters Request parameters.
1016
1016
  * @param {*} [options] Override http request option.
1017
1017
  * @throws {RequiredError}
@@ -1023,7 +1023,7 @@ export class PlansApi extends BaseAPI {
1023
1023
 
1024
1024
  /**
1025
1025
  *
1026
- * @summary Get all plan hospital.
1026
+ * @summary Get all plan hospital. (Auth policies: RequireManagerRole)
1027
1027
  * @param {PlansApiApiV1PlansPlanIdHospitalsGetRequest} requestParameters Request parameters.
1028
1028
  * @param {*} [options] Override http request option.
1029
1029
  * @throws {RequiredError}
@@ -1035,7 +1035,7 @@ export class PlansApi extends BaseAPI {
1035
1035
 
1036
1036
  /**
1037
1037
  *
1038
- * @summary Delete plan hospital.
1038
+ * @summary Delete plan hospital. (Auth policies: RequireManagerRole)
1039
1039
  * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdDeleteRequest} requestParameters Request parameters.
1040
1040
  * @param {*} [options] Override http request option.
1041
1041
  * @throws {RequiredError}
@@ -1047,7 +1047,7 @@ export class PlansApi extends BaseAPI {
1047
1047
 
1048
1048
  /**
1049
1049
  *
1050
- * @summary Get plan hospital.
1050
+ * @summary Get plan hospital. (Auth policies: RequireManagerRole)
1051
1051
  * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdGetRequest} requestParameters Request parameters.
1052
1052
  * @param {*} [options] Override http request option.
1053
1053
  * @throws {RequiredError}
@@ -1059,7 +1059,7 @@ export class PlansApi extends BaseAPI {
1059
1059
 
1060
1060
  /**
1061
1061
  *
1062
- * @summary Update plan hospital.
1062
+ * @summary Update plan hospital. (Auth policies: RequireManagerRole)
1063
1063
  * @param {PlansApiApiV1PlansPlanIdHospitalsHospitalIdPutRequest} requestParameters Request parameters.
1064
1064
  * @param {*} [options] Override http request option.
1065
1065
  * @throws {RequiredError}
@@ -1071,7 +1071,7 @@ export class PlansApi extends BaseAPI {
1071
1071
 
1072
1072
  /**
1073
1073
  *
1074
- * @summary Create plan hospital.
1074
+ * @summary Create plan hospital. (Auth policies: RequireManagerRole)
1075
1075
  * @param {PlansApiApiV1PlansPlanIdHospitalsPostRequest} requestParameters Request parameters.
1076
1076
  * @param {*} [options] Override http request option.
1077
1077
  * @throws {RequiredError}
@@ -1083,7 +1083,7 @@ export class PlansApi extends BaseAPI {
1083
1083
 
1084
1084
  /**
1085
1085
  *
1086
- * @summary Update plan.
1086
+ * @summary Update plan. (Auth policies: RequireManagerRole)
1087
1087
  * @param {PlansApiApiV1PlansPlanIdPutRequest} requestParameters Request parameters.
1088
1088
  * @param {*} [options] Override http request option.
1089
1089
  * @throws {RequiredError}
@@ -1095,7 +1095,7 @@ export class PlansApi extends BaseAPI {
1095
1095
 
1096
1096
  /**
1097
1097
  *
1098
- * @summary Create a plan.
1098
+ * @summary Create a plan. (Auth policies: RequireManagerRole)
1099
1099
  * @param {PlansApiApiV1PlansPostRequest} requestParameters Request parameters.
1100
1100
  * @param {*} [options] Override http request option.
1101
1101
  * @throws {RequiredError}