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
@@ -0,0 +1,740 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CloudHospital Admin Api
5
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
8
+ * Contact: developer@icloudhospital.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
17
+ import { Configuration } from '../configuration';
18
+ // Some imports not used depending on template conditions
19
+ // @ts-ignore
20
+ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
21
+ // @ts-ignore
22
+ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
23
+ // @ts-ignore
24
+ import { CreatePatientManagerCommand } from '../models';
25
+ // @ts-ignore
26
+ import { Gender } from '../models';
27
+ // @ts-ignore
28
+ import { PatientManagerModel } from '../models';
29
+ // @ts-ignore
30
+ import { PatientManagersModel } from '../models';
31
+ // @ts-ignore
32
+ import { ProblemDetails } from '../models';
33
+ // @ts-ignore
34
+ import { UpdatePatientManagerCommand } from '../models';
35
+ /**
36
+ * PatientManagersApi - axios parameter creator
37
+ * @export
38
+ */
39
+ export const PatientManagersApiAxiosParamCreator = function (configuration?: Configuration) {
40
+ return {
41
+ /**
42
+ *
43
+ * @summary Get all PatientManagers. (Auth roles: Admin,Manager)
44
+ * @param {string} [id]
45
+ * @param {string} [fullname]
46
+ * @param {string} [email]
47
+ * @param {Gender} [gender]
48
+ * @param {Date} [dateOfBirth]
49
+ * @param {Date} [created]
50
+ * @param {boolean} [showHidden]
51
+ * @param {number} [page]
52
+ * @param {number} [limit]
53
+ * @param {Date} [lastRetrieved]
54
+ * @param {*} [options] Override http request option.
55
+ * @throws {RequiredError}
56
+ */
57
+ apiV1PatientmanagersGet: async (id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
58
+ const localVarPath = `/api/v1/patientmanagers`;
59
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
60
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
61
+ let baseOptions;
62
+ if (configuration) {
63
+ baseOptions = configuration.baseOptions;
64
+ }
65
+
66
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
67
+ const localVarHeaderParameter = {} as any;
68
+ const localVarQueryParameter = {} as any;
69
+
70
+ // authentication oauth2 required
71
+ // oauth required
72
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
73
+
74
+ if (id !== undefined) {
75
+ localVarQueryParameter['Id'] = id;
76
+ }
77
+
78
+ if (fullname !== undefined) {
79
+ localVarQueryParameter['Fullname'] = fullname;
80
+ }
81
+
82
+ if (email !== undefined) {
83
+ localVarQueryParameter['Email'] = email;
84
+ }
85
+
86
+ if (gender !== undefined) {
87
+ localVarQueryParameter['Gender'] = gender;
88
+ }
89
+
90
+ if (dateOfBirth !== undefined) {
91
+ localVarQueryParameter['DateOfBirth'] = (dateOfBirth as any instanceof Date) ?
92
+ (dateOfBirth as any).toISOString() :
93
+ dateOfBirth;
94
+ }
95
+
96
+ if (created !== undefined) {
97
+ localVarQueryParameter['Created'] = (created as any instanceof Date) ?
98
+ (created as any).toISOString() :
99
+ created;
100
+ }
101
+
102
+ if (showHidden !== undefined) {
103
+ localVarQueryParameter['ShowHidden'] = showHidden;
104
+ }
105
+
106
+ if (page !== undefined) {
107
+ localVarQueryParameter['page'] = page;
108
+ }
109
+
110
+ if (limit !== undefined) {
111
+ localVarQueryParameter['limit'] = limit;
112
+ }
113
+
114
+ if (lastRetrieved !== undefined) {
115
+ localVarQueryParameter['lastRetrieved'] = (lastRetrieved as any instanceof Date) ?
116
+ (lastRetrieved as any).toISOString() :
117
+ lastRetrieved;
118
+ }
119
+
120
+
121
+
122
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
123
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
124
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
125
+
126
+ return {
127
+ url: toPathString(localVarUrlObj),
128
+ options: localVarRequestOptions,
129
+ };
130
+ },
131
+ /**
132
+ *
133
+ * @summary Delete PatientManager. (Auth roles: Admin,Manager)
134
+ * @param {string} patientManagerId
135
+ * @param {boolean} [isPermanent]
136
+ * @param {*} [options] Override http request option.
137
+ * @throws {RequiredError}
138
+ */
139
+ apiV1PatientmanagersPatientManagerIdDelete: async (patientManagerId: string, isPermanent?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
140
+ // verify required parameter 'patientManagerId' is not null or undefined
141
+ assertParamExists('apiV1PatientmanagersPatientManagerIdDelete', 'patientManagerId', patientManagerId)
142
+ const localVarPath = `/api/v1/patientmanagers/{patientManagerId}`
143
+ .replace(`{${"patientManagerId"}}`, encodeURIComponent(String(patientManagerId)));
144
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
145
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
146
+ let baseOptions;
147
+ if (configuration) {
148
+ baseOptions = configuration.baseOptions;
149
+ }
150
+
151
+ const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
152
+ const localVarHeaderParameter = {} as any;
153
+ const localVarQueryParameter = {} as any;
154
+
155
+ // authentication oauth2 required
156
+ // oauth required
157
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
158
+
159
+ if (isPermanent !== undefined) {
160
+ localVarQueryParameter['isPermanent'] = isPermanent;
161
+ }
162
+
163
+
164
+
165
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
166
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
167
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
168
+
169
+ return {
170
+ url: toPathString(localVarUrlObj),
171
+ options: localVarRequestOptions,
172
+ };
173
+ },
174
+ /**
175
+ *
176
+ * @summary Get PatientManager. (Auth roles: Admin,Manager,PatientManager)
177
+ * @param {string} patientManagerId
178
+ * @param {*} [options] Override http request option.
179
+ * @throws {RequiredError}
180
+ */
181
+ apiV1PatientmanagersPatientManagerIdGet: async (patientManagerId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
182
+ // verify required parameter 'patientManagerId' is not null or undefined
183
+ assertParamExists('apiV1PatientmanagersPatientManagerIdGet', 'patientManagerId', patientManagerId)
184
+ const localVarPath = `/api/v1/patientmanagers/{patientManagerId}`
185
+ .replace(`{${"patientManagerId"}}`, encodeURIComponent(String(patientManagerId)));
186
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
187
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
188
+ let baseOptions;
189
+ if (configuration) {
190
+ baseOptions = configuration.baseOptions;
191
+ }
192
+
193
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
194
+ const localVarHeaderParameter = {} as any;
195
+ const localVarQueryParameter = {} as any;
196
+
197
+ // authentication oauth2 required
198
+ // oauth required
199
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
200
+
201
+
202
+
203
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
204
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
205
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
206
+
207
+ return {
208
+ url: toPathString(localVarUrlObj),
209
+ options: localVarRequestOptions,
210
+ };
211
+ },
212
+ /**
213
+ *
214
+ * @summary Update PatientManager. (Auth roles: Admin,Manager,PatientManager)
215
+ * @param {string} patientManagerId
216
+ * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
217
+ * @param {*} [options] Override http request option.
218
+ * @throws {RequiredError}
219
+ */
220
+ apiV1PatientmanagersPatientManagerIdPut: async (patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
221
+ // verify required parameter 'patientManagerId' is not null or undefined
222
+ assertParamExists('apiV1PatientmanagersPatientManagerIdPut', 'patientManagerId', patientManagerId)
223
+ const localVarPath = `/api/v1/patientmanagers/{patientManagerId}`
224
+ .replace(`{${"patientManagerId"}}`, encodeURIComponent(String(patientManagerId)));
225
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
226
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
227
+ let baseOptions;
228
+ if (configuration) {
229
+ baseOptions = configuration.baseOptions;
230
+ }
231
+
232
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
233
+ const localVarHeaderParameter = {} as any;
234
+ const localVarQueryParameter = {} as any;
235
+
236
+ // authentication oauth2 required
237
+ // oauth required
238
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
239
+
240
+
241
+
242
+ localVarHeaderParameter['Content-Type'] = 'application/json';
243
+
244
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
245
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
246
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
247
+ localVarRequestOptions.data = serializeDataIfNeeded(updatePatientManagerCommand, localVarRequestOptions, configuration)
248
+
249
+ return {
250
+ url: toPathString(localVarUrlObj),
251
+ options: localVarRequestOptions,
252
+ };
253
+ },
254
+ /**
255
+ *
256
+ * @summary Reactivate PatientManager. (Auth roles: Admin,Manager)
257
+ * @param {string} patientManagerId
258
+ * @param {*} [options] Override http request option.
259
+ * @throws {RequiredError}
260
+ */
261
+ apiV1PatientmanagersPatientManagerIdReactivatePut: async (patientManagerId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
262
+ // verify required parameter 'patientManagerId' is not null or undefined
263
+ assertParamExists('apiV1PatientmanagersPatientManagerIdReactivatePut', 'patientManagerId', patientManagerId)
264
+ const localVarPath = `/api/v1/patientmanagers/{patientManagerId}/reactivate`
265
+ .replace(`{${"patientManagerId"}}`, encodeURIComponent(String(patientManagerId)));
266
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
267
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
268
+ let baseOptions;
269
+ if (configuration) {
270
+ baseOptions = configuration.baseOptions;
271
+ }
272
+
273
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
274
+ const localVarHeaderParameter = {} as any;
275
+ const localVarQueryParameter = {} as any;
276
+
277
+ // authentication oauth2 required
278
+ // oauth required
279
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
280
+
281
+
282
+
283
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
284
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
285
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
286
+
287
+ return {
288
+ url: toPathString(localVarUrlObj),
289
+ options: localVarRequestOptions,
290
+ };
291
+ },
292
+ /**
293
+ *
294
+ * @summary Create a PatientManager. (Auth roles: Admin,Manager)
295
+ * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
296
+ * @param {*} [options] Override http request option.
297
+ * @throws {RequiredError}
298
+ */
299
+ apiV1PatientmanagersPost: async (createPatientManagerCommand?: CreatePatientManagerCommand, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
300
+ const localVarPath = `/api/v1/patientmanagers`;
301
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
302
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
303
+ let baseOptions;
304
+ if (configuration) {
305
+ baseOptions = configuration.baseOptions;
306
+ }
307
+
308
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
309
+ const localVarHeaderParameter = {} as any;
310
+ const localVarQueryParameter = {} as any;
311
+
312
+ // authentication oauth2 required
313
+ // oauth required
314
+ await setOAuthToObject(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)
315
+
316
+
317
+
318
+ localVarHeaderParameter['Content-Type'] = 'application/json';
319
+
320
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
321
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
322
+ localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
323
+ localVarRequestOptions.data = serializeDataIfNeeded(createPatientManagerCommand, localVarRequestOptions, configuration)
324
+
325
+ return {
326
+ url: toPathString(localVarUrlObj),
327
+ options: localVarRequestOptions,
328
+ };
329
+ },
330
+ }
331
+ };
332
+
333
+ /**
334
+ * PatientManagersApi - functional programming interface
335
+ * @export
336
+ */
337
+ export const PatientManagersApiFp = function(configuration?: Configuration) {
338
+ const localVarAxiosParamCreator = PatientManagersApiAxiosParamCreator(configuration)
339
+ return {
340
+ /**
341
+ *
342
+ * @summary Get all PatientManagers. (Auth roles: Admin,Manager)
343
+ * @param {string} [id]
344
+ * @param {string} [fullname]
345
+ * @param {string} [email]
346
+ * @param {Gender} [gender]
347
+ * @param {Date} [dateOfBirth]
348
+ * @param {Date} [created]
349
+ * @param {boolean} [showHidden]
350
+ * @param {number} [page]
351
+ * @param {number} [limit]
352
+ * @param {Date} [lastRetrieved]
353
+ * @param {*} [options] Override http request option.
354
+ * @throws {RequiredError}
355
+ */
356
+ async apiV1PatientmanagersGet(id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagersModel>> {
357
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1PatientmanagersGet(id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options);
358
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
359
+ },
360
+ /**
361
+ *
362
+ * @summary Delete PatientManager. (Auth roles: Admin,Manager)
363
+ * @param {string} patientManagerId
364
+ * @param {boolean} [isPermanent]
365
+ * @param {*} [options] Override http request option.
366
+ * @throws {RequiredError}
367
+ */
368
+ async apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
369
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1PatientmanagersPatientManagerIdDelete(patientManagerId, isPermanent, options);
370
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
371
+ },
372
+ /**
373
+ *
374
+ * @summary Get PatientManager. (Auth roles: Admin,Manager,PatientManager)
375
+ * @param {string} patientManagerId
376
+ * @param {*} [options] Override http request option.
377
+ * @throws {RequiredError}
378
+ */
379
+ async apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>> {
380
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1PatientmanagersPatientManagerIdGet(patientManagerId, options);
381
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
382
+ },
383
+ /**
384
+ *
385
+ * @summary Update PatientManager. (Auth roles: Admin,Manager,PatientManager)
386
+ * @param {string} patientManagerId
387
+ * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
388
+ * @param {*} [options] Override http request option.
389
+ * @throws {RequiredError}
390
+ */
391
+ async apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>> {
392
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1PatientmanagersPatientManagerIdPut(patientManagerId, updatePatientManagerCommand, options);
393
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
394
+ },
395
+ /**
396
+ *
397
+ * @summary Reactivate PatientManager. (Auth roles: Admin,Manager)
398
+ * @param {string} patientManagerId
399
+ * @param {*} [options] Override http request option.
400
+ * @throws {RequiredError}
401
+ */
402
+ async apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
403
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId, options);
404
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
405
+ },
406
+ /**
407
+ *
408
+ * @summary Create a PatientManager. (Auth roles: Admin,Manager)
409
+ * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
410
+ * @param {*} [options] Override http request option.
411
+ * @throws {RequiredError}
412
+ */
413
+ async apiV1PatientmanagersPost(createPatientManagerCommand?: CreatePatientManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>> {
414
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1PatientmanagersPost(createPatientManagerCommand, options);
415
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
416
+ },
417
+ }
418
+ };
419
+
420
+ /**
421
+ * PatientManagersApi - factory interface
422
+ * @export
423
+ */
424
+ export const PatientManagersApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
425
+ const localVarFp = PatientManagersApiFp(configuration)
426
+ return {
427
+ /**
428
+ *
429
+ * @summary Get all PatientManagers. (Auth roles: Admin,Manager)
430
+ * @param {string} [id]
431
+ * @param {string} [fullname]
432
+ * @param {string} [email]
433
+ * @param {Gender} [gender]
434
+ * @param {Date} [dateOfBirth]
435
+ * @param {Date} [created]
436
+ * @param {boolean} [showHidden]
437
+ * @param {number} [page]
438
+ * @param {number} [limit]
439
+ * @param {Date} [lastRetrieved]
440
+ * @param {*} [options] Override http request option.
441
+ * @throws {RequiredError}
442
+ */
443
+ apiV1PatientmanagersGet(id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientManagersModel> {
444
+ return localVarFp.apiV1PatientmanagersGet(id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
445
+ },
446
+ /**
447
+ *
448
+ * @summary Delete PatientManager. (Auth roles: Admin,Manager)
449
+ * @param {string} patientManagerId
450
+ * @param {boolean} [isPermanent]
451
+ * @param {*} [options] Override http request option.
452
+ * @throws {RequiredError}
453
+ */
454
+ apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean> {
455
+ return localVarFp.apiV1PatientmanagersPatientManagerIdDelete(patientManagerId, isPermanent, options).then((request) => request(axios, basePath));
456
+ },
457
+ /**
458
+ *
459
+ * @summary Get PatientManager. (Auth roles: Admin,Manager,PatientManager)
460
+ * @param {string} patientManagerId
461
+ * @param {*} [options] Override http request option.
462
+ * @throws {RequiredError}
463
+ */
464
+ apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: any): AxiosPromise<PatientManagerModel> {
465
+ return localVarFp.apiV1PatientmanagersPatientManagerIdGet(patientManagerId, options).then((request) => request(axios, basePath));
466
+ },
467
+ /**
468
+ *
469
+ * @summary Update PatientManager. (Auth roles: Admin,Manager,PatientManager)
470
+ * @param {string} patientManagerId
471
+ * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
472
+ * @param {*} [options] Override http request option.
473
+ * @throws {RequiredError}
474
+ */
475
+ apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: any): AxiosPromise<PatientManagerModel> {
476
+ return localVarFp.apiV1PatientmanagersPatientManagerIdPut(patientManagerId, updatePatientManagerCommand, options).then((request) => request(axios, basePath));
477
+ },
478
+ /**
479
+ *
480
+ * @summary Reactivate PatientManager. (Auth roles: Admin,Manager)
481
+ * @param {string} patientManagerId
482
+ * @param {*} [options] Override http request option.
483
+ * @throws {RequiredError}
484
+ */
485
+ apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: any): AxiosPromise<boolean> {
486
+ return localVarFp.apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId, options).then((request) => request(axios, basePath));
487
+ },
488
+ /**
489
+ *
490
+ * @summary Create a PatientManager. (Auth roles: Admin,Manager)
491
+ * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
492
+ * @param {*} [options] Override http request option.
493
+ * @throws {RequiredError}
494
+ */
495
+ apiV1PatientmanagersPost(createPatientManagerCommand?: CreatePatientManagerCommand, options?: any): AxiosPromise<PatientManagerModel> {
496
+ return localVarFp.apiV1PatientmanagersPost(createPatientManagerCommand, options).then((request) => request(axios, basePath));
497
+ },
498
+ };
499
+ };
500
+
501
+ /**
502
+ * Request parameters for apiV1PatientmanagersGet operation in PatientManagersApi.
503
+ * @export
504
+ * @interface PatientManagersApiApiV1PatientmanagersGetRequest
505
+ */
506
+ export interface PatientManagersApiApiV1PatientmanagersGetRequest {
507
+ /**
508
+ *
509
+ * @type {string}
510
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
511
+ */
512
+ readonly id?: string
513
+
514
+ /**
515
+ *
516
+ * @type {string}
517
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
518
+ */
519
+ readonly fullname?: string
520
+
521
+ /**
522
+ *
523
+ * @type {string}
524
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
525
+ */
526
+ readonly email?: string
527
+
528
+ /**
529
+ *
530
+ * @type {Gender}
531
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
532
+ */
533
+ readonly gender?: Gender
534
+
535
+ /**
536
+ *
537
+ * @type {Date}
538
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
539
+ */
540
+ readonly dateOfBirth?: Date
541
+
542
+ /**
543
+ *
544
+ * @type {Date}
545
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
546
+ */
547
+ readonly created?: Date
548
+
549
+ /**
550
+ *
551
+ * @type {boolean}
552
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
553
+ */
554
+ readonly showHidden?: boolean
555
+
556
+ /**
557
+ *
558
+ * @type {number}
559
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
560
+ */
561
+ readonly page?: number
562
+
563
+ /**
564
+ *
565
+ * @type {number}
566
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
567
+ */
568
+ readonly limit?: number
569
+
570
+ /**
571
+ *
572
+ * @type {Date}
573
+ * @memberof PatientManagersApiApiV1PatientmanagersGet
574
+ */
575
+ readonly lastRetrieved?: Date
576
+ }
577
+
578
+ /**
579
+ * Request parameters for apiV1PatientmanagersPatientManagerIdDelete operation in PatientManagersApi.
580
+ * @export
581
+ * @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest
582
+ */
583
+ export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest {
584
+ /**
585
+ *
586
+ * @type {string}
587
+ * @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdDelete
588
+ */
589
+ readonly patientManagerId: string
590
+
591
+ /**
592
+ *
593
+ * @type {boolean}
594
+ * @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdDelete
595
+ */
596
+ readonly isPermanent?: boolean
597
+ }
598
+
599
+ /**
600
+ * Request parameters for apiV1PatientmanagersPatientManagerIdGet operation in PatientManagersApi.
601
+ * @export
602
+ * @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest
603
+ */
604
+ export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest {
605
+ /**
606
+ *
607
+ * @type {string}
608
+ * @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdGet
609
+ */
610
+ readonly patientManagerId: string
611
+ }
612
+
613
+ /**
614
+ * Request parameters for apiV1PatientmanagersPatientManagerIdPut operation in PatientManagersApi.
615
+ * @export
616
+ * @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest
617
+ */
618
+ export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest {
619
+ /**
620
+ *
621
+ * @type {string}
622
+ * @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdPut
623
+ */
624
+ readonly patientManagerId: string
625
+
626
+ /**
627
+ *
628
+ * @type {UpdatePatientManagerCommand}
629
+ * @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdPut
630
+ */
631
+ readonly updatePatientManagerCommand?: UpdatePatientManagerCommand
632
+ }
633
+
634
+ /**
635
+ * Request parameters for apiV1PatientmanagersPatientManagerIdReactivatePut operation in PatientManagersApi.
636
+ * @export
637
+ * @interface PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest
638
+ */
639
+ export interface PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest {
640
+ /**
641
+ *
642
+ * @type {string}
643
+ * @memberof PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePut
644
+ */
645
+ readonly patientManagerId: string
646
+ }
647
+
648
+ /**
649
+ * Request parameters for apiV1PatientmanagersPost operation in PatientManagersApi.
650
+ * @export
651
+ * @interface PatientManagersApiApiV1PatientmanagersPostRequest
652
+ */
653
+ export interface PatientManagersApiApiV1PatientmanagersPostRequest {
654
+ /**
655
+ *
656
+ * @type {CreatePatientManagerCommand}
657
+ * @memberof PatientManagersApiApiV1PatientmanagersPost
658
+ */
659
+ readonly createPatientManagerCommand?: CreatePatientManagerCommand
660
+ }
661
+
662
+ /**
663
+ * PatientManagersApi - object-oriented interface
664
+ * @export
665
+ * @class PatientManagersApi
666
+ * @extends {BaseAPI}
667
+ */
668
+ export class PatientManagersApi extends BaseAPI {
669
+ /**
670
+ *
671
+ * @summary Get all PatientManagers. (Auth roles: Admin,Manager)
672
+ * @param {PatientManagersApiApiV1PatientmanagersGetRequest} requestParameters Request parameters.
673
+ * @param {*} [options] Override http request option.
674
+ * @throws {RequiredError}
675
+ * @memberof PatientManagersApi
676
+ */
677
+ public apiV1PatientmanagersGet(requestParameters: PatientManagersApiApiV1PatientmanagersGetRequest = {}, options?: AxiosRequestConfig) {
678
+ return PatientManagersApiFp(this.configuration).apiV1PatientmanagersGet(requestParameters.id, requestParameters.fullname, requestParameters.email, requestParameters.gender, requestParameters.dateOfBirth, requestParameters.created, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then((request) => request(this.axios, this.basePath));
679
+ }
680
+
681
+ /**
682
+ *
683
+ * @summary Delete PatientManager. (Auth roles: Admin,Manager)
684
+ * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest} requestParameters Request parameters.
685
+ * @param {*} [options] Override http request option.
686
+ * @throws {RequiredError}
687
+ * @memberof PatientManagersApi
688
+ */
689
+ public apiV1PatientmanagersPatientManagerIdDelete(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest, options?: AxiosRequestConfig) {
690
+ return PatientManagersApiFp(this.configuration).apiV1PatientmanagersPatientManagerIdDelete(requestParameters.patientManagerId, requestParameters.isPermanent, options).then((request) => request(this.axios, this.basePath));
691
+ }
692
+
693
+ /**
694
+ *
695
+ * @summary Get PatientManager. (Auth roles: Admin,Manager,PatientManager)
696
+ * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest} requestParameters Request parameters.
697
+ * @param {*} [options] Override http request option.
698
+ * @throws {RequiredError}
699
+ * @memberof PatientManagersApi
700
+ */
701
+ public apiV1PatientmanagersPatientManagerIdGet(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest, options?: AxiosRequestConfig) {
702
+ return PatientManagersApiFp(this.configuration).apiV1PatientmanagersPatientManagerIdGet(requestParameters.patientManagerId, options).then((request) => request(this.axios, this.basePath));
703
+ }
704
+
705
+ /**
706
+ *
707
+ * @summary Update PatientManager. (Auth roles: Admin,Manager,PatientManager)
708
+ * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest} requestParameters Request parameters.
709
+ * @param {*} [options] Override http request option.
710
+ * @throws {RequiredError}
711
+ * @memberof PatientManagersApi
712
+ */
713
+ public apiV1PatientmanagersPatientManagerIdPut(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest, options?: AxiosRequestConfig) {
714
+ return PatientManagersApiFp(this.configuration).apiV1PatientmanagersPatientManagerIdPut(requestParameters.patientManagerId, requestParameters.updatePatientManagerCommand, options).then((request) => request(this.axios, this.basePath));
715
+ }
716
+
717
+ /**
718
+ *
719
+ * @summary Reactivate PatientManager. (Auth roles: Admin,Manager)
720
+ * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest} requestParameters Request parameters.
721
+ * @param {*} [options] Override http request option.
722
+ * @throws {RequiredError}
723
+ * @memberof PatientManagersApi
724
+ */
725
+ public apiV1PatientmanagersPatientManagerIdReactivatePut(requestParameters: PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest, options?: AxiosRequestConfig) {
726
+ return PatientManagersApiFp(this.configuration).apiV1PatientmanagersPatientManagerIdReactivatePut(requestParameters.patientManagerId, options).then((request) => request(this.axios, this.basePath));
727
+ }
728
+
729
+ /**
730
+ *
731
+ * @summary Create a PatientManager. (Auth roles: Admin,Manager)
732
+ * @param {PatientManagersApiApiV1PatientmanagersPostRequest} requestParameters Request parameters.
733
+ * @param {*} [options] Override http request option.
734
+ * @throws {RequiredError}
735
+ * @memberof PatientManagersApi
736
+ */
737
+ public apiV1PatientmanagersPost(requestParameters: PatientManagersApiApiV1PatientmanagersPostRequest = {}, options?: AxiosRequestConfig) {
738
+ return PatientManagersApiFp(this.configuration).apiV1PatientmanagersPost(requestParameters.createPatientManagerCommand, options).then((request) => request(this.axios, this.basePath));
739
+ }
740
+ }