ch-admin-api-client-typescript 5.42.5 → 5.43.12

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 (77) hide show
  1. package/lib/api/content-managers-api.d.ts +421 -0
  2. package/lib/api/content-managers-api.d.ts.map +1 -0
  3. package/lib/api/content-managers-api.js +713 -0
  4. package/lib/api/patient-managers-api.d.ts +421 -0
  5. package/lib/api/patient-managers-api.d.ts.map +1 -0
  6. package/lib/api/patient-managers-api.js +713 -0
  7. package/lib/api.d.ts +2 -0
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +2 -0
  10. package/lib/models/content-manager-item-model.d.ts +105 -0
  11. package/lib/models/content-manager-item-model.d.ts.map +1 -0
  12. package/lib/models/content-manager-item-model.js +15 -0
  13. package/lib/models/content-manager-model.d.ts +119 -0
  14. package/lib/models/content-manager-model.d.ts.map +1 -0
  15. package/lib/models/content-manager-model.js +15 -0
  16. package/lib/models/content-managers-model.d.ts +33 -0
  17. package/lib/models/content-managers-model.d.ts.map +1 -0
  18. package/lib/models/content-managers-model.js +15 -0
  19. package/lib/models/create-content-manager-command.d.ts +80 -0
  20. package/lib/models/create-content-manager-command.d.ts.map +1 -0
  21. package/lib/models/create-content-manager-command.js +15 -0
  22. package/lib/models/create-patient-manager-command.d.ts +80 -0
  23. package/lib/models/create-patient-manager-command.d.ts.map +1 -0
  24. package/lib/models/create-patient-manager-command.js +15 -0
  25. package/lib/models/create-service-review-command.d.ts +6 -0
  26. package/lib/models/create-service-review-command.d.ts.map +1 -1
  27. package/lib/models/index.d.ts +10 -0
  28. package/lib/models/index.d.ts.map +1 -1
  29. package/lib/models/index.js +10 -0
  30. package/lib/models/patient-manager-item-model.d.ts +105 -0
  31. package/lib/models/patient-manager-item-model.d.ts.map +1 -0
  32. package/lib/models/patient-manager-item-model.js +15 -0
  33. package/lib/models/patient-manager-model.d.ts +119 -0
  34. package/lib/models/patient-manager-model.d.ts.map +1 -0
  35. package/lib/models/patient-manager-model.js +15 -0
  36. package/lib/models/patient-managers-model.d.ts +33 -0
  37. package/lib/models/patient-managers-model.d.ts.map +1 -0
  38. package/lib/models/patient-managers-model.js +15 -0
  39. package/lib/models/service-review-item-model.d.ts +6 -0
  40. package/lib/models/service-review-item-model.d.ts.map +1 -1
  41. package/lib/models/service-review-model.d.ts +6 -0
  42. package/lib/models/service-review-model.d.ts.map +1 -1
  43. package/lib/models/translate-command.d.ts +4 -4
  44. package/lib/models/translate-command.d.ts.map +1 -1
  45. package/lib/models/update-content-manager-command.d.ts +80 -0
  46. package/lib/models/update-content-manager-command.d.ts.map +1 -0
  47. package/lib/models/update-content-manager-command.js +15 -0
  48. package/lib/models/update-patient-manager-command.d.ts +80 -0
  49. package/lib/models/update-patient-manager-command.d.ts.map +1 -0
  50. package/lib/models/update-patient-manager-command.js +15 -0
  51. package/lib/models/update-service-review-command.d.ts +6 -0
  52. package/lib/models/update-service-review-command.d.ts.map +1 -1
  53. package/lib/models/user-type.d.ts +2 -0
  54. package/lib/models/user-type.d.ts.map +1 -1
  55. package/lib/models/user-type.js +3 -1
  56. package/package.json +1 -1
  57. package/src/.openapi-generator/FILES +12 -0
  58. package/src/api/content-managers-api.ts +740 -0
  59. package/src/api/patient-managers-api.ts +740 -0
  60. package/src/api.ts +2 -0
  61. package/src/models/content-manager-item-model.ts +114 -0
  62. package/src/models/content-manager-model.ts +132 -0
  63. package/src/models/content-managers-model.ts +42 -0
  64. package/src/models/create-content-manager-command.ts +87 -0
  65. package/src/models/create-patient-manager-command.ts +87 -0
  66. package/src/models/create-service-review-command.ts +6 -0
  67. package/src/models/index.ts +10 -0
  68. package/src/models/patient-manager-item-model.ts +114 -0
  69. package/src/models/patient-manager-model.ts +132 -0
  70. package/src/models/patient-managers-model.ts +42 -0
  71. package/src/models/service-review-item-model.ts +6 -0
  72. package/src/models/service-review-model.ts +6 -0
  73. package/src/models/translate-command.ts +4 -4
  74. package/src/models/update-content-manager-command.ts +87 -0
  75. package/src/models/update-patient-manager-command.ts +87 -0
  76. package/src/models/update-service-review-command.ts +6 -0
  77. 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
+ }