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
@@ -24,7 +24,7 @@ import { UpdateAboutUsPageCommand } from '../models';
24
24
  export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration) => {
25
25
  /**
26
26
  *
27
- * @summary Get all AboutUsList.
27
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
28
28
  * @param {string} [hospitalId]
29
29
  * @param {string} [hospitalName]
30
30
  * @param {string} [hospitalSlug]
@@ -42,7 +42,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
42
42
  apiV1AboutusGet: (hospitalId?: string, hospitalName?: string, hospitalSlug?: string, name?: string, returnDefaultValue?: boolean, confirmed?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
43
  /**
44
44
  *
45
- * @summary Delete AboutUs.
45
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
46
46
  * @param {string} hospitalId
47
47
  * @param {boolean} [isPermanent]
48
48
  * @param {*} [options] Override http request option.
@@ -51,7 +51,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
51
51
  apiV1AboutusHospitalIdDelete: (hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
52
  /**
53
53
  *
54
- * @summary Get AboutUs.
54
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
55
55
  * @param {string} hospitalId
56
56
  * @param {string} [languageCode]
57
57
  * @param {boolean} [returnDefaultValue]
@@ -61,7 +61,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
61
61
  apiV1AboutusHospitalIdGet: (hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
62
62
  /**
63
63
  *
64
- * @summary Update AboutUs.
64
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
65
65
  * @param {string} hospitalId
66
66
  * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
67
67
  * @param {*} [options] Override http request option.
@@ -70,7 +70,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
70
70
  apiV1AboutusHospitalIdPut: (hospitalId: string, updateAboutUsPageCommand?: UpdateAboutUsPageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
71
71
  /**
72
72
  *
73
- * @summary Translate aboutUsPage
73
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
74
74
  * @param {string} hospitalId
75
75
  * @param {TranslateAboutUsPageCommand} [translateAboutUsPageCommand]
76
76
  * @param {*} [options] Override http request option.
@@ -79,7 +79,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
79
79
  apiV1AboutusHospitalIdTranslatePost: (hospitalId: string, translateAboutUsPageCommand?: TranslateAboutUsPageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
80
80
  /**
81
81
  *
82
- * @summary Create AboutUs.
82
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
83
83
  * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
84
84
  * @param {*} [options] Override http request option.
85
85
  * @throws {RequiredError}
@@ -87,7 +87,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
87
87
  apiV1AboutusPost: (createAboutUsPageCommand?: CreateAboutUsPageCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
88
88
  /**
89
89
  *
90
- * @summary
90
+ * @summary (Auth policies: RequireLocalManagerRole)
91
91
  * @param {string} slug
92
92
  * @param {string} [languageCode]
93
93
  * @param {boolean} [returnDefaultValue]
@@ -103,7 +103,7 @@ export declare const AboutUsApiAxiosParamCreator: (configuration?: Configuration
103
103
  export declare const AboutUsApiFp: (configuration?: Configuration) => {
104
104
  /**
105
105
  *
106
- * @summary Get all AboutUsList.
106
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
107
107
  * @param {string} [hospitalId]
108
108
  * @param {string} [hospitalName]
109
109
  * @param {string} [hospitalSlug]
@@ -121,7 +121,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
121
121
  apiV1AboutusGet(hospitalId?: string, hospitalName?: string, hospitalSlug?: string, name?: string, returnDefaultValue?: boolean, confirmed?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AboutUsPagesModel>>;
122
122
  /**
123
123
  *
124
- * @summary Delete AboutUs.
124
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
125
125
  * @param {string} hospitalId
126
126
  * @param {boolean} [isPermanent]
127
127
  * @param {*} [options] Override http request option.
@@ -130,7 +130,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
130
130
  apiV1AboutusHospitalIdDelete(hospitalId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
131
131
  /**
132
132
  *
133
- * @summary Get AboutUs.
133
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
134
134
  * @param {string} hospitalId
135
135
  * @param {string} [languageCode]
136
136
  * @param {boolean} [returnDefaultValue]
@@ -140,7 +140,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
140
140
  apiV1AboutusHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AboutUsPageModel>>;
141
141
  /**
142
142
  *
143
- * @summary Update AboutUs.
143
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
144
144
  * @param {string} hospitalId
145
145
  * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
146
146
  * @param {*} [options] Override http request option.
@@ -149,7 +149,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
149
149
  apiV1AboutusHospitalIdPut(hospitalId: string, updateAboutUsPageCommand?: UpdateAboutUsPageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AboutUsPageModel>>;
150
150
  /**
151
151
  *
152
- * @summary Translate aboutUsPage
152
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
153
153
  * @param {string} hospitalId
154
154
  * @param {TranslateAboutUsPageCommand} [translateAboutUsPageCommand]
155
155
  * @param {*} [options] Override http request option.
@@ -158,7 +158,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
158
158
  apiV1AboutusHospitalIdTranslatePost(hospitalId: string, translateAboutUsPageCommand?: TranslateAboutUsPageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
159
159
  /**
160
160
  *
161
- * @summary Create AboutUs.
161
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
162
162
  * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
163
163
  * @param {*} [options] Override http request option.
164
164
  * @throws {RequiredError}
@@ -166,7 +166,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
166
166
  apiV1AboutusPost(createAboutUsPageCommand?: CreateAboutUsPageCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AboutUsPageModel>>;
167
167
  /**
168
168
  *
169
- * @summary
169
+ * @summary (Auth policies: RequireLocalManagerRole)
170
170
  * @param {string} slug
171
171
  * @param {string} [languageCode]
172
172
  * @param {boolean} [returnDefaultValue]
@@ -182,7 +182,7 @@ export declare const AboutUsApiFp: (configuration?: Configuration) => {
182
182
  export declare const AboutUsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
183
183
  /**
184
184
  *
185
- * @summary Get all AboutUsList.
185
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
186
186
  * @param {string} [hospitalId]
187
187
  * @param {string} [hospitalName]
188
188
  * @param {string} [hospitalSlug]
@@ -200,7 +200,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
200
200
  apiV1AboutusGet(hospitalId?: string, hospitalName?: string, hospitalSlug?: string, name?: string, returnDefaultValue?: boolean, confirmed?: boolean, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AboutUsPagesModel>;
201
201
  /**
202
202
  *
203
- * @summary Delete AboutUs.
203
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
204
204
  * @param {string} hospitalId
205
205
  * @param {boolean} [isPermanent]
206
206
  * @param {*} [options] Override http request option.
@@ -209,7 +209,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
209
209
  apiV1AboutusHospitalIdDelete(hospitalId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
210
210
  /**
211
211
  *
212
- * @summary Get AboutUs.
212
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
213
213
  * @param {string} hospitalId
214
214
  * @param {string} [languageCode]
215
215
  * @param {boolean} [returnDefaultValue]
@@ -219,7 +219,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
219
219
  apiV1AboutusHospitalIdGet(hospitalId: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<AboutUsPageModel>;
220
220
  /**
221
221
  *
222
- * @summary Update AboutUs.
222
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
223
223
  * @param {string} hospitalId
224
224
  * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
225
225
  * @param {*} [options] Override http request option.
@@ -228,7 +228,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
228
228
  apiV1AboutusHospitalIdPut(hospitalId: string, updateAboutUsPageCommand?: UpdateAboutUsPageCommand, options?: any): AxiosPromise<AboutUsPageModel>;
229
229
  /**
230
230
  *
231
- * @summary Translate aboutUsPage
231
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
232
232
  * @param {string} hospitalId
233
233
  * @param {TranslateAboutUsPageCommand} [translateAboutUsPageCommand]
234
234
  * @param {*} [options] Override http request option.
@@ -237,7 +237,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
237
237
  apiV1AboutusHospitalIdTranslatePost(hospitalId: string, translateAboutUsPageCommand?: TranslateAboutUsPageCommand, options?: any): AxiosPromise<boolean>;
238
238
  /**
239
239
  *
240
- * @summary Create AboutUs.
240
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
241
241
  * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
242
242
  * @param {*} [options] Override http request option.
243
243
  * @throws {RequiredError}
@@ -245,7 +245,7 @@ export declare const AboutUsApiFactory: (configuration?: Configuration, basePath
245
245
  apiV1AboutusPost(createAboutUsPageCommand?: CreateAboutUsPageCommand, options?: any): AxiosPromise<AboutUsPageModel>;
246
246
  /**
247
247
  *
248
- * @summary
248
+ * @summary (Auth policies: RequireLocalManagerRole)
249
249
  * @param {string} slug
250
250
  * @param {string} [languageCode]
251
251
  * @param {boolean} [returnDefaultValue]
@@ -456,7 +456,7 @@ export interface AboutUsApiApiV1AboutusSlugGetRequest {
456
456
  export declare class AboutUsApi extends BaseAPI {
457
457
  /**
458
458
  *
459
- * @summary Get all AboutUsList.
459
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
460
460
  * @param {AboutUsApiApiV1AboutusGetRequest} requestParameters Request parameters.
461
461
  * @param {*} [options] Override http request option.
462
462
  * @throws {RequiredError}
@@ -465,7 +465,7 @@ export declare class AboutUsApi extends BaseAPI {
465
465
  apiV1AboutusGet(requestParameters?: AboutUsApiApiV1AboutusGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPagesModel, any>>;
466
466
  /**
467
467
  *
468
- * @summary Delete AboutUs.
468
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
469
469
  * @param {AboutUsApiApiV1AboutusHospitalIdDeleteRequest} requestParameters Request parameters.
470
470
  * @param {*} [options] Override http request option.
471
471
  * @throws {RequiredError}
@@ -474,7 +474,7 @@ export declare class AboutUsApi extends BaseAPI {
474
474
  apiV1AboutusHospitalIdDelete(requestParameters: AboutUsApiApiV1AboutusHospitalIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
475
475
  /**
476
476
  *
477
- * @summary Get AboutUs.
477
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
478
478
  * @param {AboutUsApiApiV1AboutusHospitalIdGetRequest} requestParameters Request parameters.
479
479
  * @param {*} [options] Override http request option.
480
480
  * @throws {RequiredError}
@@ -483,7 +483,7 @@ export declare class AboutUsApi extends BaseAPI {
483
483
  apiV1AboutusHospitalIdGet(requestParameters: AboutUsApiApiV1AboutusHospitalIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
484
484
  /**
485
485
  *
486
- * @summary Update AboutUs.
486
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
487
487
  * @param {AboutUsApiApiV1AboutusHospitalIdPutRequest} requestParameters Request parameters.
488
488
  * @param {*} [options] Override http request option.
489
489
  * @throws {RequiredError}
@@ -492,7 +492,7 @@ export declare class AboutUsApi extends BaseAPI {
492
492
  apiV1AboutusHospitalIdPut(requestParameters: AboutUsApiApiV1AboutusHospitalIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
493
493
  /**
494
494
  *
495
- * @summary Translate aboutUsPage
495
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
496
496
  * @param {AboutUsApiApiV1AboutusHospitalIdTranslatePostRequest} requestParameters Request parameters.
497
497
  * @param {*} [options] Override http request option.
498
498
  * @throws {RequiredError}
@@ -501,7 +501,7 @@ export declare class AboutUsApi extends BaseAPI {
501
501
  apiV1AboutusHospitalIdTranslatePost(requestParameters: AboutUsApiApiV1AboutusHospitalIdTranslatePostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
502
502
  /**
503
503
  *
504
- * @summary Create AboutUs.
504
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
505
505
  * @param {AboutUsApiApiV1AboutusPostRequest} requestParameters Request parameters.
506
506
  * @param {*} [options] Override http request option.
507
507
  * @throws {RequiredError}
@@ -510,7 +510,7 @@ export declare class AboutUsApi extends BaseAPI {
510
510
  apiV1AboutusPost(requestParameters?: AboutUsApiApiV1AboutusPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AboutUsPageModel, any>>;
511
511
  /**
512
512
  *
513
- * @summary
513
+ * @summary (Auth policies: RequireLocalManagerRole)
514
514
  * @param {AboutUsApiApiV1AboutusSlugGetRequest} requestParameters Request parameters.
515
515
  * @param {*} [options] Override http request option.
516
516
  * @throws {RequiredError}
@@ -94,7 +94,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
94
94
  return {
95
95
  /**
96
96
  *
97
- * @summary Get all AboutUsList.
97
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
98
98
  * @param {string} [hospitalId]
99
99
  * @param {string} [hospitalName]
100
100
  * @param {string} [hospitalSlug]
@@ -179,7 +179,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
179
179
  },
180
180
  /**
181
181
  *
182
- * @summary Delete AboutUs.
182
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
183
183
  * @param {string} hospitalId
184
184
  * @param {boolean} [isPermanent]
185
185
  * @param {*} [options] Override http request option.
@@ -226,7 +226,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
226
226
  },
227
227
  /**
228
228
  *
229
- * @summary Get AboutUs.
229
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
230
230
  * @param {string} hospitalId
231
231
  * @param {string} [languageCode]
232
232
  * @param {boolean} [returnDefaultValue]
@@ -277,7 +277,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
277
277
  },
278
278
  /**
279
279
  *
280
- * @summary Update AboutUs.
280
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
281
281
  * @param {string} hospitalId
282
282
  * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
283
283
  * @param {*} [options] Override http request option.
@@ -323,7 +323,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
323
323
  },
324
324
  /**
325
325
  *
326
- * @summary Translate aboutUsPage
326
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
327
327
  * @param {string} hospitalId
328
328
  * @param {TranslateAboutUsPageCommand} [translateAboutUsPageCommand]
329
329
  * @param {*} [options] Override http request option.
@@ -369,7 +369,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
369
369
  },
370
370
  /**
371
371
  *
372
- * @summary Create AboutUs.
372
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
373
373
  * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
374
374
  * @param {*} [options] Override http request option.
375
375
  * @throws {RequiredError}
@@ -411,7 +411,7 @@ var AboutUsApiAxiosParamCreator = function (configuration) {
411
411
  },
412
412
  /**
413
413
  *
414
- * @summary
414
+ * @summary (Auth policies: RequireLocalManagerRole)
415
415
  * @param {string} slug
416
416
  * @param {string} [languageCode]
417
417
  * @param {boolean} [returnDefaultValue]
@@ -472,7 +472,7 @@ var AboutUsApiFp = function (configuration) {
472
472
  return {
473
473
  /**
474
474
  *
475
- * @summary Get all AboutUsList.
475
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
476
476
  * @param {string} [hospitalId]
477
477
  * @param {string} [hospitalName]
478
478
  * @param {string} [hospitalSlug]
@@ -502,7 +502,7 @@ var AboutUsApiFp = function (configuration) {
502
502
  },
503
503
  /**
504
504
  *
505
- * @summary Delete AboutUs.
505
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
506
506
  * @param {string} hospitalId
507
507
  * @param {boolean} [isPermanent]
508
508
  * @param {*} [options] Override http request option.
@@ -523,7 +523,7 @@ var AboutUsApiFp = function (configuration) {
523
523
  },
524
524
  /**
525
525
  *
526
- * @summary Get AboutUs.
526
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
527
527
  * @param {string} hospitalId
528
528
  * @param {string} [languageCode]
529
529
  * @param {boolean} [returnDefaultValue]
@@ -545,7 +545,7 @@ var AboutUsApiFp = function (configuration) {
545
545
  },
546
546
  /**
547
547
  *
548
- * @summary Update AboutUs.
548
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
549
549
  * @param {string} hospitalId
550
550
  * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
551
551
  * @param {*} [options] Override http request option.
@@ -566,7 +566,7 @@ var AboutUsApiFp = function (configuration) {
566
566
  },
567
567
  /**
568
568
  *
569
- * @summary Translate aboutUsPage
569
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
570
570
  * @param {string} hospitalId
571
571
  * @param {TranslateAboutUsPageCommand} [translateAboutUsPageCommand]
572
572
  * @param {*} [options] Override http request option.
@@ -587,7 +587,7 @@ var AboutUsApiFp = function (configuration) {
587
587
  },
588
588
  /**
589
589
  *
590
- * @summary Create AboutUs.
590
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
591
591
  * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
592
592
  * @param {*} [options] Override http request option.
593
593
  * @throws {RequiredError}
@@ -607,7 +607,7 @@ var AboutUsApiFp = function (configuration) {
607
607
  },
608
608
  /**
609
609
  *
610
- * @summary
610
+ * @summary (Auth policies: RequireLocalManagerRole)
611
611
  * @param {string} slug
612
612
  * @param {string} [languageCode]
613
613
  * @param {boolean} [returnDefaultValue]
@@ -639,7 +639,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
639
639
  return {
640
640
  /**
641
641
  *
642
- * @summary Get all AboutUsList.
642
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
643
643
  * @param {string} [hospitalId]
644
644
  * @param {string} [hospitalName]
645
645
  * @param {string} [hospitalSlug]
@@ -659,7 +659,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
659
659
  },
660
660
  /**
661
661
  *
662
- * @summary Delete AboutUs.
662
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
663
663
  * @param {string} hospitalId
664
664
  * @param {boolean} [isPermanent]
665
665
  * @param {*} [options] Override http request option.
@@ -670,7 +670,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
670
670
  },
671
671
  /**
672
672
  *
673
- * @summary Get AboutUs.
673
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
674
674
  * @param {string} hospitalId
675
675
  * @param {string} [languageCode]
676
676
  * @param {boolean} [returnDefaultValue]
@@ -682,7 +682,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
682
682
  },
683
683
  /**
684
684
  *
685
- * @summary Update AboutUs.
685
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
686
686
  * @param {string} hospitalId
687
687
  * @param {UpdateAboutUsPageCommand} [updateAboutUsPageCommand]
688
688
  * @param {*} [options] Override http request option.
@@ -693,7 +693,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
693
693
  },
694
694
  /**
695
695
  *
696
- * @summary Translate aboutUsPage
696
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
697
697
  * @param {string} hospitalId
698
698
  * @param {TranslateAboutUsPageCommand} [translateAboutUsPageCommand]
699
699
  * @param {*} [options] Override http request option.
@@ -704,7 +704,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
704
704
  },
705
705
  /**
706
706
  *
707
- * @summary Create AboutUs.
707
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
708
708
  * @param {CreateAboutUsPageCommand} [createAboutUsPageCommand]
709
709
  * @param {*} [options] Override http request option.
710
710
  * @throws {RequiredError}
@@ -714,7 +714,7 @@ var AboutUsApiFactory = function (configuration, basePath, axios) {
714
714
  },
715
715
  /**
716
716
  *
717
- * @summary
717
+ * @summary (Auth policies: RequireLocalManagerRole)
718
718
  * @param {string} slug
719
719
  * @param {string} [languageCode]
720
720
  * @param {boolean} [returnDefaultValue]
@@ -740,7 +740,7 @@ var AboutUsApi = /** @class */ (function (_super) {
740
740
  }
741
741
  /**
742
742
  *
743
- * @summary Get all AboutUsList.
743
+ * @summary Get all AboutUsList. (Auth policies: RequireLocalManagerRole)
744
744
  * @param {AboutUsApiApiV1AboutusGetRequest} requestParameters Request parameters.
745
745
  * @param {*} [options] Override http request option.
746
746
  * @throws {RequiredError}
@@ -753,7 +753,7 @@ var AboutUsApi = /** @class */ (function (_super) {
753
753
  };
754
754
  /**
755
755
  *
756
- * @summary Delete AboutUs.
756
+ * @summary Delete AboutUs. (Auth policies: RequireManagerRole)
757
757
  * @param {AboutUsApiApiV1AboutusHospitalIdDeleteRequest} requestParameters Request parameters.
758
758
  * @param {*} [options] Override http request option.
759
759
  * @throws {RequiredError}
@@ -765,7 +765,7 @@ var AboutUsApi = /** @class */ (function (_super) {
765
765
  };
766
766
  /**
767
767
  *
768
- * @summary Get AboutUs.
768
+ * @summary Get AboutUs. (Auth policies: RequireLocalManagerRole)
769
769
  * @param {AboutUsApiApiV1AboutusHospitalIdGetRequest} requestParameters Request parameters.
770
770
  * @param {*} [options] Override http request option.
771
771
  * @throws {RequiredError}
@@ -777,7 +777,7 @@ var AboutUsApi = /** @class */ (function (_super) {
777
777
  };
778
778
  /**
779
779
  *
780
- * @summary Update AboutUs.
780
+ * @summary Update AboutUs. (Auth policies: RequireLocalManagerRole)
781
781
  * @param {AboutUsApiApiV1AboutusHospitalIdPutRequest} requestParameters Request parameters.
782
782
  * @param {*} [options] Override http request option.
783
783
  * @throws {RequiredError}
@@ -789,7 +789,7 @@ var AboutUsApi = /** @class */ (function (_super) {
789
789
  };
790
790
  /**
791
791
  *
792
- * @summary Translate aboutUsPage
792
+ * @summary Translate aboutUsPage (Auth policies: RequireLocalManagerRole)
793
793
  * @param {AboutUsApiApiV1AboutusHospitalIdTranslatePostRequest} requestParameters Request parameters.
794
794
  * @param {*} [options] Override http request option.
795
795
  * @throws {RequiredError}
@@ -801,7 +801,7 @@ var AboutUsApi = /** @class */ (function (_super) {
801
801
  };
802
802
  /**
803
803
  *
804
- * @summary Create AboutUs.
804
+ * @summary Create AboutUs. (Auth policies: RequireLocalManagerRole)
805
805
  * @param {AboutUsApiApiV1AboutusPostRequest} requestParameters Request parameters.
806
806
  * @param {*} [options] Override http request option.
807
807
  * @throws {RequiredError}
@@ -814,7 +814,7 @@ var AboutUsApi = /** @class */ (function (_super) {
814
814
  };
815
815
  /**
816
816
  *
817
- * @summary
817
+ * @summary (Auth policies: RequireLocalManagerRole)
818
818
  * @param {AboutUsApiApiV1AboutusSlugGetRequest} requestParameters Request parameters.
819
819
  * @param {*} [options] Override http request option.
820
820
  * @throws {RequiredError}
@@ -23,7 +23,7 @@ import { UpdateAccreditationCommand } from '../models';
23
23
  export declare const AccreditationsApiAxiosParamCreator: (configuration?: Configuration) => {
24
24
  /**
25
25
  *
26
- * @summary Delete Accreditation.
26
+ * @summary Delete Accreditation. (Auth policies: RequireManagerRole)
27
27
  * @param {string} accreditationId
28
28
  * @param {*} [options] Override http request option.
29
29
  * @throws {RequiredError}
@@ -31,7 +31,7 @@ export declare const AccreditationsApiAxiosParamCreator: (configuration?: Config
31
31
  apiV1AccreditationsAccreditationIdDelete: (accreditationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
32
32
  /**
33
33
  *
34
- * @summary Get Accreditation.
34
+ * @summary Get Accreditation. (Auth policies: RequireLocalManagerRole)
35
35
  * @param {string} accreditationId
36
36
  * @param {*} [options] Override http request option.
37
37
  * @throws {RequiredError}
@@ -39,7 +39,7 @@ export declare const AccreditationsApiAxiosParamCreator: (configuration?: Config
39
39
  apiV1AccreditationsAccreditationIdGet: (accreditationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
40
40
  /**
41
41
  *
42
- * @summary Update Accreditation.
42
+ * @summary Update Accreditation. (Auth policies: RequireManagerRole)
43
43
  * @param {string} accreditationId
44
44
  * @param {UpdateAccreditationCommand} [updateAccreditationCommand]
45
45
  * @param {*} [options] Override http request option.
@@ -48,7 +48,7 @@ export declare const AccreditationsApiAxiosParamCreator: (configuration?: Config
48
48
  apiV1AccreditationsAccreditationIdPut: (accreditationId: string, updateAccreditationCommand?: UpdateAccreditationCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
49
49
  /**
50
50
  *
51
- * @summary Get all Accreditations.
51
+ * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
52
52
  * @param {string} [name]
53
53
  * @param {string} [logo]
54
54
  * @param {string} [country]
@@ -61,7 +61,7 @@ export declare const AccreditationsApiAxiosParamCreator: (configuration?: Config
61
61
  apiV1AccreditationsGet: (name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
62
62
  /**
63
63
  *
64
- * @summary Create a Accreditation.
64
+ * @summary Create a Accreditation. (Auth policies: RequireManagerRole)
65
65
  * @param {CreateAccreditationCommand} [createAccreditationCommand]
66
66
  * @param {*} [options] Override http request option.
67
67
  * @throws {RequiredError}
@@ -75,7 +75,7 @@ export declare const AccreditationsApiAxiosParamCreator: (configuration?: Config
75
75
  export declare const AccreditationsApiFp: (configuration?: Configuration) => {
76
76
  /**
77
77
  *
78
- * @summary Delete Accreditation.
78
+ * @summary Delete Accreditation. (Auth policies: RequireManagerRole)
79
79
  * @param {string} accreditationId
80
80
  * @param {*} [options] Override http request option.
81
81
  * @throws {RequiredError}
@@ -83,7 +83,7 @@ export declare const AccreditationsApiFp: (configuration?: Configuration) => {
83
83
  apiV1AccreditationsAccreditationIdDelete(accreditationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
84
84
  /**
85
85
  *
86
- * @summary Get Accreditation.
86
+ * @summary Get Accreditation. (Auth policies: RequireLocalManagerRole)
87
87
  * @param {string} accreditationId
88
88
  * @param {*} [options] Override http request option.
89
89
  * @throws {RequiredError}
@@ -91,7 +91,7 @@ export declare const AccreditationsApiFp: (configuration?: Configuration) => {
91
91
  apiV1AccreditationsAccreditationIdGet(accreditationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccreditationModel>>;
92
92
  /**
93
93
  *
94
- * @summary Update Accreditation.
94
+ * @summary Update Accreditation. (Auth policies: RequireManagerRole)
95
95
  * @param {string} accreditationId
96
96
  * @param {UpdateAccreditationCommand} [updateAccreditationCommand]
97
97
  * @param {*} [options] Override http request option.
@@ -100,7 +100,7 @@ export declare const AccreditationsApiFp: (configuration?: Configuration) => {
100
100
  apiV1AccreditationsAccreditationIdPut(accreditationId: string, updateAccreditationCommand?: UpdateAccreditationCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccreditationModel>>;
101
101
  /**
102
102
  *
103
- * @summary Get all Accreditations.
103
+ * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
104
104
  * @param {string} [name]
105
105
  * @param {string} [logo]
106
106
  * @param {string} [country]
@@ -113,7 +113,7 @@ export declare const AccreditationsApiFp: (configuration?: Configuration) => {
113
113
  apiV1AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccreditationsModel>>;
114
114
  /**
115
115
  *
116
- * @summary Create a Accreditation.
116
+ * @summary Create a Accreditation. (Auth policies: RequireManagerRole)
117
117
  * @param {CreateAccreditationCommand} [createAccreditationCommand]
118
118
  * @param {*} [options] Override http request option.
119
119
  * @throws {RequiredError}
@@ -127,7 +127,7 @@ export declare const AccreditationsApiFp: (configuration?: Configuration) => {
127
127
  export declare const AccreditationsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
128
128
  /**
129
129
  *
130
- * @summary Delete Accreditation.
130
+ * @summary Delete Accreditation. (Auth policies: RequireManagerRole)
131
131
  * @param {string} accreditationId
132
132
  * @param {*} [options] Override http request option.
133
133
  * @throws {RequiredError}
@@ -135,7 +135,7 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
135
135
  apiV1AccreditationsAccreditationIdDelete(accreditationId: string, options?: any): AxiosPromise<boolean>;
136
136
  /**
137
137
  *
138
- * @summary Get Accreditation.
138
+ * @summary Get Accreditation. (Auth policies: RequireLocalManagerRole)
139
139
  * @param {string} accreditationId
140
140
  * @param {*} [options] Override http request option.
141
141
  * @throws {RequiredError}
@@ -143,7 +143,7 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
143
143
  apiV1AccreditationsAccreditationIdGet(accreditationId: string, options?: any): AxiosPromise<AccreditationModel>;
144
144
  /**
145
145
  *
146
- * @summary Update Accreditation.
146
+ * @summary Update Accreditation. (Auth policies: RequireManagerRole)
147
147
  * @param {string} accreditationId
148
148
  * @param {UpdateAccreditationCommand} [updateAccreditationCommand]
149
149
  * @param {*} [options] Override http request option.
@@ -152,7 +152,7 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
152
152
  apiV1AccreditationsAccreditationIdPut(accreditationId: string, updateAccreditationCommand?: UpdateAccreditationCommand, options?: any): AxiosPromise<AccreditationModel>;
153
153
  /**
154
154
  *
155
- * @summary Get all Accreditations.
155
+ * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
156
156
  * @param {string} [name]
157
157
  * @param {string} [logo]
158
158
  * @param {string} [country]
@@ -165,7 +165,7 @@ export declare const AccreditationsApiFactory: (configuration?: Configuration, b
165
165
  apiV1AccreditationsGet(name?: string, logo?: string, country?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<AccreditationsModel>;
166
166
  /**
167
167
  *
168
- * @summary Create a Accreditation.
168
+ * @summary Create a Accreditation. (Auth policies: RequireManagerRole)
169
169
  * @param {CreateAccreditationCommand} [createAccreditationCommand]
170
170
  * @param {*} [options] Override http request option.
171
171
  * @throws {RequiredError}
@@ -282,7 +282,7 @@ export interface AccreditationsApiApiV1AccreditationsPostRequest {
282
282
  export declare class AccreditationsApi extends BaseAPI {
283
283
  /**
284
284
  *
285
- * @summary Delete Accreditation.
285
+ * @summary Delete Accreditation. (Auth policies: RequireManagerRole)
286
286
  * @param {AccreditationsApiApiV1AccreditationsAccreditationIdDeleteRequest} requestParameters Request parameters.
287
287
  * @param {*} [options] Override http request option.
288
288
  * @throws {RequiredError}
@@ -291,7 +291,7 @@ export declare class AccreditationsApi extends BaseAPI {
291
291
  apiV1AccreditationsAccreditationIdDelete(requestParameters: AccreditationsApiApiV1AccreditationsAccreditationIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
292
292
  /**
293
293
  *
294
- * @summary Get Accreditation.
294
+ * @summary Get Accreditation. (Auth policies: RequireLocalManagerRole)
295
295
  * @param {AccreditationsApiApiV1AccreditationsAccreditationIdGetRequest} requestParameters Request parameters.
296
296
  * @param {*} [options] Override http request option.
297
297
  * @throws {RequiredError}
@@ -300,7 +300,7 @@ export declare class AccreditationsApi extends BaseAPI {
300
300
  apiV1AccreditationsAccreditationIdGet(requestParameters: AccreditationsApiApiV1AccreditationsAccreditationIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
301
301
  /**
302
302
  *
303
- * @summary Update Accreditation.
303
+ * @summary Update Accreditation. (Auth policies: RequireManagerRole)
304
304
  * @param {AccreditationsApiApiV1AccreditationsAccreditationIdPutRequest} requestParameters Request parameters.
305
305
  * @param {*} [options] Override http request option.
306
306
  * @throws {RequiredError}
@@ -309,7 +309,7 @@ export declare class AccreditationsApi extends BaseAPI {
309
309
  apiV1AccreditationsAccreditationIdPut(requestParameters: AccreditationsApiApiV1AccreditationsAccreditationIdPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationModel, any>>;
310
310
  /**
311
311
  *
312
- * @summary Get all Accreditations.
312
+ * @summary Get all Accreditations. (Auth policies: RequireLocalManagerRole)
313
313
  * @param {AccreditationsApiApiV1AccreditationsGetRequest} requestParameters Request parameters.
314
314
  * @param {*} [options] Override http request option.
315
315
  * @throws {RequiredError}
@@ -318,7 +318,7 @@ export declare class AccreditationsApi extends BaseAPI {
318
318
  apiV1AccreditationsGet(requestParameters?: AccreditationsApiApiV1AccreditationsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<AccreditationsModel, any>>;
319
319
  /**
320
320
  *
321
- * @summary Create a Accreditation.
321
+ * @summary Create a Accreditation. (Auth policies: RequireManagerRole)
322
322
  * @param {AccreditationsApiApiV1AccreditationsPostRequest} requestParameters Request parameters.
323
323
  * @param {*} [options] Override http request option.
324
324
  * @throws {RequiredError}