ch-admin-api-client-typescript 5.76.31 → 5.78.2

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 (90) hide show
  1. package/lib/api/chadmins-api.d.ts +20 -0
  2. package/lib/api/chadmins-api.d.ts.map +1 -1
  3. package/lib/api/chadmins-api.js +20 -0
  4. package/lib/api/chmanagers-api.d.ts +20 -0
  5. package/lib/api/chmanagers-api.d.ts.map +1 -1
  6. package/lib/api/chmanagers-api.js +20 -0
  7. package/lib/api/content-managers-api.d.ts +24 -0
  8. package/lib/api/content-managers-api.d.ts.map +1 -1
  9. package/lib/api/content-managers-api.js +24 -0
  10. package/lib/api/patient-managers-api.d.ts +24 -0
  11. package/lib/api/patient-managers-api.d.ts.map +1 -1
  12. package/lib/api/patient-managers-api.js +24 -0
  13. package/lib/api/patients-api.d.ts +48 -0
  14. package/lib/api/patients-api.d.ts.map +1 -1
  15. package/lib/api/patients-api.js +48 -0
  16. package/lib/models/about-us-page-model.d.ts +6 -0
  17. package/lib/models/about-us-page-model.d.ts.map +1 -1
  18. package/lib/models/article-model.d.ts +6 -0
  19. package/lib/models/article-model.d.ts.map +1 -1
  20. package/lib/models/article-translation-history-model.d.ts +6 -0
  21. package/lib/models/article-translation-history-model.d.ts.map +1 -1
  22. package/lib/models/country-model.d.ts +6 -0
  23. package/lib/models/country-model.d.ts.map +1 -1
  24. package/lib/models/create-about-us-page-command.d.ts +6 -0
  25. package/lib/models/create-about-us-page-command.d.ts.map +1 -1
  26. package/lib/models/create-article-command.d.ts +6 -0
  27. package/lib/models/create-article-command.d.ts.map +1 -1
  28. package/lib/models/create-country-command.d.ts +6 -0
  29. package/lib/models/create-country-command.d.ts.map +1 -1
  30. package/lib/models/create-deal-command.d.ts +6 -0
  31. package/lib/models/create-deal-command.d.ts.map +1 -1
  32. package/lib/models/create-doctor-affiliation-command.d.ts +6 -0
  33. package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
  34. package/lib/models/create-faq-command.d.ts +7 -1
  35. package/lib/models/create-faq-command.d.ts.map +1 -1
  36. package/lib/models/create-general-article-command.d.ts +6 -0
  37. package/lib/models/create-general-article-command.d.ts.map +1 -1
  38. package/lib/models/create-hospital-command.d.ts +6 -0
  39. package/lib/models/create-hospital-command.d.ts.map +1 -1
  40. package/lib/models/create-hospital-service-command.d.ts +6 -0
  41. package/lib/models/create-hospital-service-command.d.ts.map +1 -1
  42. package/lib/models/create-hospital-specialty-command.d.ts +6 -0
  43. package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
  44. package/lib/models/create-specialty-command.d.ts +6 -0
  45. package/lib/models/create-specialty-command.d.ts.map +1 -1
  46. package/lib/models/create-specialty-type-command.d.ts +6 -0
  47. package/lib/models/create-specialty-type-command.d.ts.map +1 -1
  48. package/lib/models/deal-model.d.ts +6 -0
  49. package/lib/models/deal-model.d.ts.map +1 -1
  50. package/lib/models/doctor-affiliation-model.d.ts +6 -0
  51. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  52. package/lib/models/faq-model.d.ts +6 -0
  53. package/lib/models/faq-model.d.ts.map +1 -1
  54. package/lib/models/general-article-item-model.d.ts +2 -2
  55. package/lib/models/general-article-item-model.d.ts.map +1 -1
  56. package/lib/models/general-article-model.d.ts +8 -2
  57. package/lib/models/general-article-model.d.ts.map +1 -1
  58. package/lib/models/hospital-model.d.ts +6 -0
  59. package/lib/models/hospital-model.d.ts.map +1 -1
  60. package/lib/models/hospital-specialty-model.d.ts +6 -0
  61. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  62. package/lib/models/specialty-model.d.ts +6 -0
  63. package/lib/models/specialty-model.d.ts.map +1 -1
  64. package/lib/models/specialty-type-model.d.ts +6 -0
  65. package/lib/models/specialty-type-model.d.ts.map +1 -1
  66. package/lib/models/update-about-us-page-command.d.ts +6 -0
  67. package/lib/models/update-about-us-page-command.d.ts.map +1 -1
  68. package/lib/models/update-article-command.d.ts +6 -0
  69. package/lib/models/update-article-command.d.ts.map +1 -1
  70. package/lib/models/update-country-command.d.ts +6 -0
  71. package/lib/models/update-country-command.d.ts.map +1 -1
  72. package/lib/models/update-deal-command.d.ts +6 -0
  73. package/lib/models/update-deal-command.d.ts.map +1 -1
  74. package/lib/models/update-doctor-affiliation-command.d.ts +6 -0
  75. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  76. package/lib/models/update-faq-command.d.ts +6 -0
  77. package/lib/models/update-faq-command.d.ts.map +1 -1
  78. package/lib/models/update-general-article-command.d.ts +6 -0
  79. package/lib/models/update-general-article-command.d.ts.map +1 -1
  80. package/lib/models/update-hospital-command.d.ts +6 -0
  81. package/lib/models/update-hospital-command.d.ts.map +1 -1
  82. package/lib/models/update-hospital-service-command.d.ts +6 -0
  83. package/lib/models/update-hospital-service-command.d.ts.map +1 -1
  84. package/lib/models/update-hospital-specialty-command.d.ts +6 -0
  85. package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
  86. package/lib/models/update-specialty-command.d.ts +6 -0
  87. package/lib/models/update-specialty-command.d.ts.map +1 -1
  88. package/lib/models/update-specialty-type-command.d.ts +6 -0
  89. package/lib/models/update-specialty-type-command.d.ts.map +1 -1
  90. package/package.json +1 -1
@@ -28,6 +28,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
28
28
  * @param {string} contentManagerId
29
29
  * @param {boolean} [isPermanent]
30
30
  * @param {*} [options] Override http request option.
31
+ * @deprecated
31
32
  * @throws {RequiredError}
32
33
  */
33
34
  apiV1ContentmanagersContentManagerIdDelete: (contentManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -36,6 +37,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
36
37
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
37
38
  * @param {string} contentManagerId
38
39
  * @param {*} [options] Override http request option.
40
+ * @deprecated
39
41
  * @throws {RequiredError}
40
42
  */
41
43
  apiV1ContentmanagersContentManagerIdGet: (contentManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -45,6 +47,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
45
47
  * @param {string} contentManagerId
46
48
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
47
49
  * @param {*} [options] Override http request option.
50
+ * @deprecated
48
51
  * @throws {RequiredError}
49
52
  */
50
53
  apiV1ContentmanagersContentManagerIdPut: (contentManagerId: string, updateContentManagerCommand?: UpdateContentManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -53,6 +56,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
53
56
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
54
57
  * @param {string} contentManagerId
55
58
  * @param {*} [options] Override http request option.
59
+ * @deprecated
56
60
  * @throws {RequiredError}
57
61
  */
58
62
  apiV1ContentmanagersContentManagerIdReactivatePut: (contentManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -70,6 +74,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
70
74
  * @param {number} [limit]
71
75
  * @param {Date} [lastRetrieved]
72
76
  * @param {*} [options] Override http request option.
77
+ * @deprecated
73
78
  * @throws {RequiredError}
74
79
  */
75
80
  apiV1ContentmanagersGet: (id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -78,6 +83,7 @@ export declare const ContentManagersApiAxiosParamCreator: (configuration?: Confi
78
83
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
79
84
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
80
85
  * @param {*} [options] Override http request option.
86
+ * @deprecated
81
87
  * @throws {RequiredError}
82
88
  */
83
89
  apiV1ContentmanagersPost: (createContentManagerCommand?: CreateContentManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -93,6 +99,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
93
99
  * @param {string} contentManagerId
94
100
  * @param {boolean} [isPermanent]
95
101
  * @param {*} [options] Override http request option.
102
+ * @deprecated
96
103
  * @throws {RequiredError}
97
104
  */
98
105
  apiV1ContentmanagersContentManagerIdDelete(contentManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -101,6 +108,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
101
108
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
102
109
  * @param {string} contentManagerId
103
110
  * @param {*} [options] Override http request option.
111
+ * @deprecated
104
112
  * @throws {RequiredError}
105
113
  */
106
114
  apiV1ContentmanagersContentManagerIdGet(contentManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentManagerModel>>;
@@ -110,6 +118,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
110
118
  * @param {string} contentManagerId
111
119
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
112
120
  * @param {*} [options] Override http request option.
121
+ * @deprecated
113
122
  * @throws {RequiredError}
114
123
  */
115
124
  apiV1ContentmanagersContentManagerIdPut(contentManagerId: string, updateContentManagerCommand?: UpdateContentManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentManagerModel>>;
@@ -118,6 +127,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
118
127
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
119
128
  * @param {string} contentManagerId
120
129
  * @param {*} [options] Override http request option.
130
+ * @deprecated
121
131
  * @throws {RequiredError}
122
132
  */
123
133
  apiV1ContentmanagersContentManagerIdReactivatePut(contentManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -135,6 +145,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
135
145
  * @param {number} [limit]
136
146
  * @param {Date} [lastRetrieved]
137
147
  * @param {*} [options] Override http request option.
148
+ * @deprecated
138
149
  * @throws {RequiredError}
139
150
  */
140
151
  apiV1ContentmanagersGet(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<ContentManagersModel>>;
@@ -143,6 +154,7 @@ export declare const ContentManagersApiFp: (configuration?: Configuration) => {
143
154
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
144
155
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
145
156
  * @param {*} [options] Override http request option.
157
+ * @deprecated
146
158
  * @throws {RequiredError}
147
159
  */
148
160
  apiV1ContentmanagersPost(createContentManagerCommand?: CreateContentManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ContentManagerModel>>;
@@ -158,6 +170,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
158
170
  * @param {string} contentManagerId
159
171
  * @param {boolean} [isPermanent]
160
172
  * @param {*} [options] Override http request option.
173
+ * @deprecated
161
174
  * @throws {RequiredError}
162
175
  */
163
176
  apiV1ContentmanagersContentManagerIdDelete(contentManagerId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
@@ -166,6 +179,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
166
179
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
167
180
  * @param {string} contentManagerId
168
181
  * @param {*} [options] Override http request option.
182
+ * @deprecated
169
183
  * @throws {RequiredError}
170
184
  */
171
185
  apiV1ContentmanagersContentManagerIdGet(contentManagerId: string, options?: any): AxiosPromise<ContentManagerModel>;
@@ -175,6 +189,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
175
189
  * @param {string} contentManagerId
176
190
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
177
191
  * @param {*} [options] Override http request option.
192
+ * @deprecated
178
193
  * @throws {RequiredError}
179
194
  */
180
195
  apiV1ContentmanagersContentManagerIdPut(contentManagerId: string, updateContentManagerCommand?: UpdateContentManagerCommand, options?: any): AxiosPromise<ContentManagerModel>;
@@ -183,6 +198,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
183
198
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
184
199
  * @param {string} contentManagerId
185
200
  * @param {*} [options] Override http request option.
201
+ * @deprecated
186
202
  * @throws {RequiredError}
187
203
  */
188
204
  apiV1ContentmanagersContentManagerIdReactivatePut(contentManagerId: string, options?: any): AxiosPromise<boolean>;
@@ -200,6 +216,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
200
216
  * @param {number} [limit]
201
217
  * @param {Date} [lastRetrieved]
202
218
  * @param {*} [options] Override http request option.
219
+ * @deprecated
203
220
  * @throws {RequiredError}
204
221
  */
205
222
  apiV1ContentmanagersGet(id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<ContentManagersModel>;
@@ -208,6 +225,7 @@ export declare const ContentManagersApiFactory: (configuration?: Configuration,
208
225
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
209
226
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
210
227
  * @param {*} [options] Override http request option.
228
+ * @deprecated
211
229
  * @throws {RequiredError}
212
230
  */
213
231
  apiV1ContentmanagersPost(createContentManagerCommand?: CreateContentManagerCommand, options?: any): AxiosPromise<ContentManagerModel>;
@@ -368,6 +386,7 @@ export declare class ContentManagersApi extends BaseAPI {
368
386
  * @summary Delete ContentManager. (Auth policies: RequireManagerRole)
369
387
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdDeleteRequest} requestParameters Request parameters.
370
388
  * @param {*} [options] Override http request option.
389
+ * @deprecated
371
390
  * @throws {RequiredError}
372
391
  * @memberof ContentManagersApi
373
392
  */
@@ -377,6 +396,7 @@ export declare class ContentManagersApi extends BaseAPI {
377
396
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
378
397
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdGetRequest} requestParameters Request parameters.
379
398
  * @param {*} [options] Override http request option.
399
+ * @deprecated
380
400
  * @throws {RequiredError}
381
401
  * @memberof ContentManagersApi
382
402
  */
@@ -386,6 +406,7 @@ export declare class ContentManagersApi extends BaseAPI {
386
406
  * @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
387
407
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdPutRequest} requestParameters Request parameters.
388
408
  * @param {*} [options] Override http request option.
409
+ * @deprecated
389
410
  * @throws {RequiredError}
390
411
  * @memberof ContentManagersApi
391
412
  */
@@ -395,6 +416,7 @@ export declare class ContentManagersApi extends BaseAPI {
395
416
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
396
417
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdReactivatePutRequest} requestParameters Request parameters.
397
418
  * @param {*} [options] Override http request option.
419
+ * @deprecated
398
420
  * @throws {RequiredError}
399
421
  * @memberof ContentManagersApi
400
422
  */
@@ -404,6 +426,7 @@ export declare class ContentManagersApi extends BaseAPI {
404
426
  * @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
405
427
  * @param {ContentManagersApiApiV1ContentmanagersGetRequest} requestParameters Request parameters.
406
428
  * @param {*} [options] Override http request option.
429
+ * @deprecated
407
430
  * @throws {RequiredError}
408
431
  * @memberof ContentManagersApi
409
432
  */
@@ -413,6 +436,7 @@ export declare class ContentManagersApi extends BaseAPI {
413
436
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
414
437
  * @param {ContentManagersApiApiV1ContentmanagersPostRequest} requestParameters Request parameters.
415
438
  * @param {*} [options] Override http request option.
439
+ * @deprecated
416
440
  * @throws {RequiredError}
417
441
  * @memberof ContentManagersApi
418
442
  */
@@ -1 +1 @@
1
- {"version":3,"file":"content-managers-api.d.ts","sourceRoot":"","sources":["../../src/api/content-managers-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"content-managers-api.d.ts","sourceRoot":"","sources":["../../src/api/content-managers-api.ts"],"names":[],"mappings":"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"}
@@ -107,6 +107,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
107
107
  * @param {string} contentManagerId
108
108
  * @param {boolean} [isPermanent]
109
109
  * @param {*} [options] Override http request option.
110
+ * @deprecated
110
111
  * @throws {RequiredError}
111
112
  */
112
113
  apiV1ContentmanagersContentManagerIdDelete: function (contentManagerId_1, isPermanent_1) {
@@ -157,6 +158,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
157
158
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
158
159
  * @param {string} contentManagerId
159
160
  * @param {*} [options] Override http request option.
161
+ * @deprecated
160
162
  * @throws {RequiredError}
161
163
  */
162
164
  apiV1ContentmanagersContentManagerIdGet: function (contentManagerId_1) {
@@ -205,6 +207,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
205
207
  * @param {string} contentManagerId
206
208
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
207
209
  * @param {*} [options] Override http request option.
210
+ * @deprecated
208
211
  * @throws {RequiredError}
209
212
  */
210
213
  apiV1ContentmanagersContentManagerIdPut: function (contentManagerId_1, updateContentManagerCommand_1) {
@@ -254,6 +257,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
254
257
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
255
258
  * @param {string} contentManagerId
256
259
  * @param {*} [options] Override http request option.
260
+ * @deprecated
257
261
  * @throws {RequiredError}
258
262
  */
259
263
  apiV1ContentmanagersContentManagerIdReactivatePut: function (contentManagerId_1) {
@@ -310,6 +314,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
310
314
  * @param {number} [limit]
311
315
  * @param {Date} [lastRetrieved]
312
316
  * @param {*} [options] Override http request option.
317
+ * @deprecated
313
318
  * @throws {RequiredError}
314
319
  */
315
320
  apiV1ContentmanagersGet: function (id_1, fullname_1, email_1, gender_1, dateOfBirth_1, created_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
@@ -390,6 +395,7 @@ var ContentManagersApiAxiosParamCreator = function (configuration) {
390
395
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
391
396
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
392
397
  * @param {*} [options] Override http request option.
398
+ * @deprecated
393
399
  * @throws {RequiredError}
394
400
  */
395
401
  apiV1ContentmanagersPost: function (createContentManagerCommand_1) {
@@ -447,6 +453,7 @@ var ContentManagersApiFp = function (configuration) {
447
453
  * @param {string} contentManagerId
448
454
  * @param {boolean} [isPermanent]
449
455
  * @param {*} [options] Override http request option.
456
+ * @deprecated
450
457
  * @throws {RequiredError}
451
458
  */
452
459
  apiV1ContentmanagersContentManagerIdDelete: function (contentManagerId, isPermanent, options) {
@@ -467,6 +474,7 @@ var ContentManagersApiFp = function (configuration) {
467
474
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
468
475
  * @param {string} contentManagerId
469
476
  * @param {*} [options] Override http request option.
477
+ * @deprecated
470
478
  * @throws {RequiredError}
471
479
  */
472
480
  apiV1ContentmanagersContentManagerIdGet: function (contentManagerId, options) {
@@ -488,6 +496,7 @@ var ContentManagersApiFp = function (configuration) {
488
496
  * @param {string} contentManagerId
489
497
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
490
498
  * @param {*} [options] Override http request option.
499
+ * @deprecated
491
500
  * @throws {RequiredError}
492
501
  */
493
502
  apiV1ContentmanagersContentManagerIdPut: function (contentManagerId, updateContentManagerCommand, options) {
@@ -508,6 +517,7 @@ var ContentManagersApiFp = function (configuration) {
508
517
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
509
518
  * @param {string} contentManagerId
510
519
  * @param {*} [options] Override http request option.
520
+ * @deprecated
511
521
  * @throws {RequiredError}
512
522
  */
513
523
  apiV1ContentmanagersContentManagerIdReactivatePut: function (contentManagerId, options) {
@@ -537,6 +547,7 @@ var ContentManagersApiFp = function (configuration) {
537
547
  * @param {number} [limit]
538
548
  * @param {Date} [lastRetrieved]
539
549
  * @param {*} [options] Override http request option.
550
+ * @deprecated
540
551
  * @throws {RequiredError}
541
552
  */
542
553
  apiV1ContentmanagersGet: function (id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
@@ -557,6 +568,7 @@ var ContentManagersApiFp = function (configuration) {
557
568
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
558
569
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
559
570
  * @param {*} [options] Override http request option.
571
+ * @deprecated
560
572
  * @throws {RequiredError}
561
573
  */
562
574
  apiV1ContentmanagersPost: function (createContentManagerCommand, options) {
@@ -588,6 +600,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
588
600
  * @param {string} contentManagerId
589
601
  * @param {boolean} [isPermanent]
590
602
  * @param {*} [options] Override http request option.
603
+ * @deprecated
591
604
  * @throws {RequiredError}
592
605
  */
593
606
  apiV1ContentmanagersContentManagerIdDelete: function (contentManagerId, isPermanent, options) {
@@ -598,6 +611,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
598
611
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
599
612
  * @param {string} contentManagerId
600
613
  * @param {*} [options] Override http request option.
614
+ * @deprecated
601
615
  * @throws {RequiredError}
602
616
  */
603
617
  apiV1ContentmanagersContentManagerIdGet: function (contentManagerId, options) {
@@ -609,6 +623,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
609
623
  * @param {string} contentManagerId
610
624
  * @param {UpdateContentManagerCommand} [updateContentManagerCommand]
611
625
  * @param {*} [options] Override http request option.
626
+ * @deprecated
612
627
  * @throws {RequiredError}
613
628
  */
614
629
  apiV1ContentmanagersContentManagerIdPut: function (contentManagerId, updateContentManagerCommand, options) {
@@ -619,6 +634,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
619
634
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
620
635
  * @param {string} contentManagerId
621
636
  * @param {*} [options] Override http request option.
637
+ * @deprecated
622
638
  * @throws {RequiredError}
623
639
  */
624
640
  apiV1ContentmanagersContentManagerIdReactivatePut: function (contentManagerId, options) {
@@ -638,6 +654,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
638
654
  * @param {number} [limit]
639
655
  * @param {Date} [lastRetrieved]
640
656
  * @param {*} [options] Override http request option.
657
+ * @deprecated
641
658
  * @throws {RequiredError}
642
659
  */
643
660
  apiV1ContentmanagersGet: function (id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
@@ -648,6 +665,7 @@ var ContentManagersApiFactory = function (configuration, basePath, axios) {
648
665
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
649
666
  * @param {CreateContentManagerCommand} [createContentManagerCommand]
650
667
  * @param {*} [options] Override http request option.
668
+ * @deprecated
651
669
  * @throws {RequiredError}
652
670
  */
653
671
  apiV1ContentmanagersPost: function (createContentManagerCommand, options) {
@@ -672,6 +690,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
672
690
  * @summary Delete ContentManager. (Auth policies: RequireManagerRole)
673
691
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdDeleteRequest} requestParameters Request parameters.
674
692
  * @param {*} [options] Override http request option.
693
+ * @deprecated
675
694
  * @throws {RequiredError}
676
695
  * @memberof ContentManagersApi
677
696
  */
@@ -684,6 +703,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
684
703
  * @summary Get ContentManager. (Auth policies: RequireContentManagerRole)
685
704
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdGetRequest} requestParameters Request parameters.
686
705
  * @param {*} [options] Override http request option.
706
+ * @deprecated
687
707
  * @throws {RequiredError}
688
708
  * @memberof ContentManagersApi
689
709
  */
@@ -696,6 +716,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
696
716
  * @summary Update ContentManager. (Auth policies: RequireContentManagerRole)
697
717
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdPutRequest} requestParameters Request parameters.
698
718
  * @param {*} [options] Override http request option.
719
+ * @deprecated
699
720
  * @throws {RequiredError}
700
721
  * @memberof ContentManagersApi
701
722
  */
@@ -708,6 +729,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
708
729
  * @summary Reactivate ContentManager. (Auth policies: RequireManagerRole)
709
730
  * @param {ContentManagersApiApiV1ContentmanagersContentManagerIdReactivatePutRequest} requestParameters Request parameters.
710
731
  * @param {*} [options] Override http request option.
732
+ * @deprecated
711
733
  * @throws {RequiredError}
712
734
  * @memberof ContentManagersApi
713
735
  */
@@ -720,6 +742,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
720
742
  * @summary Get all ContentManagers. (Auth policies: RequireManagerRole)
721
743
  * @param {ContentManagersApiApiV1ContentmanagersGetRequest} requestParameters Request parameters.
722
744
  * @param {*} [options] Override http request option.
745
+ * @deprecated
723
746
  * @throws {RequiredError}
724
747
  * @memberof ContentManagersApi
725
748
  */
@@ -733,6 +756,7 @@ var ContentManagersApi = /** @class */ (function (_super) {
733
756
  * @summary Create a ContentManager. (Auth policies: RequireManagerRole)
734
757
  * @param {ContentManagersApiApiV1ContentmanagersPostRequest} requestParameters Request parameters.
735
758
  * @param {*} [options] Override http request option.
759
+ * @deprecated
736
760
  * @throws {RequiredError}
737
761
  * @memberof ContentManagersApi
738
762
  */
@@ -36,6 +36,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
36
36
  * @param {number} [limit]
37
37
  * @param {Date} [lastRetrieved]
38
38
  * @param {*} [options] Override http request option.
39
+ * @deprecated
39
40
  * @throws {RequiredError}
40
41
  */
41
42
  apiV1PatientmanagersGet: (id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -45,6 +46,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
45
46
  * @param {string} patientManagerId
46
47
  * @param {boolean} [isPermanent]
47
48
  * @param {*} [options] Override http request option.
49
+ * @deprecated
48
50
  * @throws {RequiredError}
49
51
  */
50
52
  apiV1PatientmanagersPatientManagerIdDelete: (patientManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -53,6 +55,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
53
55
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
54
56
  * @param {string} patientManagerId
55
57
  * @param {*} [options] Override http request option.
58
+ * @deprecated
56
59
  * @throws {RequiredError}
57
60
  */
58
61
  apiV1PatientmanagersPatientManagerIdGet: (patientManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -62,6 +65,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
62
65
  * @param {string} patientManagerId
63
66
  * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
64
67
  * @param {*} [options] Override http request option.
68
+ * @deprecated
65
69
  * @throws {RequiredError}
66
70
  */
67
71
  apiV1PatientmanagersPatientManagerIdPut: (patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -70,6 +74,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
70
74
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
71
75
  * @param {string} patientManagerId
72
76
  * @param {*} [options] Override http request option.
77
+ * @deprecated
73
78
  * @throws {RequiredError}
74
79
  */
75
80
  apiV1PatientmanagersPatientManagerIdReactivatePut: (patientManagerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -78,6 +83,7 @@ export declare const PatientManagersApiAxiosParamCreator: (configuration?: Confi
78
83
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
79
84
  * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
80
85
  * @param {*} [options] Override http request option.
86
+ * @deprecated
81
87
  * @throws {RequiredError}
82
88
  */
83
89
  apiV1PatientmanagersPost: (createPatientManagerCommand?: CreatePatientManagerCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -101,6 +107,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
101
107
  * @param {number} [limit]
102
108
  * @param {Date} [lastRetrieved]
103
109
  * @param {*} [options] Override http request option.
110
+ * @deprecated
104
111
  * @throws {RequiredError}
105
112
  */
106
113
  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>>;
@@ -110,6 +117,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
110
117
  * @param {string} patientManagerId
111
118
  * @param {boolean} [isPermanent]
112
119
  * @param {*} [options] Override http request option.
120
+ * @deprecated
113
121
  * @throws {RequiredError}
114
122
  */
115
123
  apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -118,6 +126,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
118
126
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
119
127
  * @param {string} patientManagerId
120
128
  * @param {*} [options] Override http request option.
129
+ * @deprecated
121
130
  * @throws {RequiredError}
122
131
  */
123
132
  apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
@@ -127,6 +136,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
127
136
  * @param {string} patientManagerId
128
137
  * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
129
138
  * @param {*} [options] Override http request option.
139
+ * @deprecated
130
140
  * @throws {RequiredError}
131
141
  */
132
142
  apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
@@ -135,6 +145,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
135
145
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
136
146
  * @param {string} patientManagerId
137
147
  * @param {*} [options] Override http request option.
148
+ * @deprecated
138
149
  * @throws {RequiredError}
139
150
  */
140
151
  apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
@@ -143,6 +154,7 @@ export declare const PatientManagersApiFp: (configuration?: Configuration) => {
143
154
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
144
155
  * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
145
156
  * @param {*} [options] Override http request option.
157
+ * @deprecated
146
158
  * @throws {RequiredError}
147
159
  */
148
160
  apiV1PatientmanagersPost(createPatientManagerCommand?: CreatePatientManagerCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientManagerModel>>;
@@ -166,6 +178,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
166
178
  * @param {number} [limit]
167
179
  * @param {Date} [lastRetrieved]
168
180
  * @param {*} [options] Override http request option.
181
+ * @deprecated
169
182
  * @throws {RequiredError}
170
183
  */
171
184
  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>;
@@ -175,6 +188,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
175
188
  * @param {string} patientManagerId
176
189
  * @param {boolean} [isPermanent]
177
190
  * @param {*} [options] Override http request option.
191
+ * @deprecated
178
192
  * @throws {RequiredError}
179
193
  */
180
194
  apiV1PatientmanagersPatientManagerIdDelete(patientManagerId: string, isPermanent?: boolean, options?: any): AxiosPromise<boolean>;
@@ -183,6 +197,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
183
197
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
184
198
  * @param {string} patientManagerId
185
199
  * @param {*} [options] Override http request option.
200
+ * @deprecated
186
201
  * @throws {RequiredError}
187
202
  */
188
203
  apiV1PatientmanagersPatientManagerIdGet(patientManagerId: string, options?: any): AxiosPromise<PatientManagerModel>;
@@ -192,6 +207,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
192
207
  * @param {string} patientManagerId
193
208
  * @param {UpdatePatientManagerCommand} [updatePatientManagerCommand]
194
209
  * @param {*} [options] Override http request option.
210
+ * @deprecated
195
211
  * @throws {RequiredError}
196
212
  */
197
213
  apiV1PatientmanagersPatientManagerIdPut(patientManagerId: string, updatePatientManagerCommand?: UpdatePatientManagerCommand, options?: any): AxiosPromise<PatientManagerModel>;
@@ -200,6 +216,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
200
216
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
201
217
  * @param {string} patientManagerId
202
218
  * @param {*} [options] Override http request option.
219
+ * @deprecated
203
220
  * @throws {RequiredError}
204
221
  */
205
222
  apiV1PatientmanagersPatientManagerIdReactivatePut(patientManagerId: string, options?: any): AxiosPromise<boolean>;
@@ -208,6 +225,7 @@ export declare const PatientManagersApiFactory: (configuration?: Configuration,
208
225
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
209
226
  * @param {CreatePatientManagerCommand} [createPatientManagerCommand]
210
227
  * @param {*} [options] Override http request option.
228
+ * @deprecated
211
229
  * @throws {RequiredError}
212
230
  */
213
231
  apiV1PatientmanagersPost(createPatientManagerCommand?: CreatePatientManagerCommand, options?: any): AxiosPromise<PatientManagerModel>;
@@ -368,6 +386,7 @@ export declare class PatientManagersApi extends BaseAPI {
368
386
  * @summary Get all PatientManagers. (Auth policies: RequireManagerRole)
369
387
  * @param {PatientManagersApiApiV1PatientmanagersGetRequest} requestParameters Request parameters.
370
388
  * @param {*} [options] Override http request option.
389
+ * @deprecated
371
390
  * @throws {RequiredError}
372
391
  * @memberof PatientManagersApi
373
392
  */
@@ -377,6 +396,7 @@ export declare class PatientManagersApi extends BaseAPI {
377
396
  * @summary Delete PatientManager. (Auth policies: RequireManagerRole)
378
397
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdDeleteRequest} requestParameters Request parameters.
379
398
  * @param {*} [options] Override http request option.
399
+ * @deprecated
380
400
  * @throws {RequiredError}
381
401
  * @memberof PatientManagersApi
382
402
  */
@@ -386,6 +406,7 @@ export declare class PatientManagersApi extends BaseAPI {
386
406
  * @summary Get PatientManager. (Auth policies: RequirePatientManagerRole)
387
407
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdGetRequest} requestParameters Request parameters.
388
408
  * @param {*} [options] Override http request option.
409
+ * @deprecated
389
410
  * @throws {RequiredError}
390
411
  * @memberof PatientManagersApi
391
412
  */
@@ -395,6 +416,7 @@ export declare class PatientManagersApi extends BaseAPI {
395
416
  * @summary Update PatientManager. (Auth policies: RequirePatientManagerRole)
396
417
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdPutRequest} requestParameters Request parameters.
397
418
  * @param {*} [options] Override http request option.
419
+ * @deprecated
398
420
  * @throws {RequiredError}
399
421
  * @memberof PatientManagersApi
400
422
  */
@@ -404,6 +426,7 @@ export declare class PatientManagersApi extends BaseAPI {
404
426
  * @summary Reactivate PatientManager. (Auth policies: RequireManagerRole)
405
427
  * @param {PatientManagersApiApiV1PatientmanagersPatientManagerIdReactivatePutRequest} requestParameters Request parameters.
406
428
  * @param {*} [options] Override http request option.
429
+ * @deprecated
407
430
  * @throws {RequiredError}
408
431
  * @memberof PatientManagersApi
409
432
  */
@@ -413,6 +436,7 @@ export declare class PatientManagersApi extends BaseAPI {
413
436
  * @summary Create a PatientManager. (Auth policies: RequireManagerRole)
414
437
  * @param {PatientManagersApiApiV1PatientmanagersPostRequest} requestParameters Request parameters.
415
438
  * @param {*} [options] Override http request option.
439
+ * @deprecated
416
440
  * @throws {RequiredError}
417
441
  * @memberof PatientManagersApi
418
442
  */
@@ -1 +1 @@
1
- {"version":3,"file":"patient-managers-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-managers-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAEnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAEhD,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAIjD,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AACxD;;;GAGG;AACH,eAAO,MAAM,mCAAmC,mBAA6B,aAAa;IAElF;;;;;;;;;;;;;;;OAeG;mCACkC,MAAM,aAAa,MAAM,UAAU,MAAM,WAAW,MAAM,gBAAgB,IAAI,YAAY,IAAI,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA0EvQ;;;;;;;OAOG;mEACkE,MAAM,gBAAgB,OAAO,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAmC3J;;;;;;OAMG;gEAC+D,MAAM,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA+BjI;;;;;;;OAOG;gEAC+D,MAAM,gCAAgC,2BAA2B,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAkC5L;;;;;;OAMG;0EACyE,MAAM,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA+B3I;;;;;;OAMG;6DAC4D,2BAA2B,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;CAgC1J,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,mBAA4B,aAAa;IAGlE;;;;;;;;;;;;;;;OAeG;iCACgC,MAAM,aAAa,MAAM,UAAU,MAAM,WAAW,MAAM,gBAAgB,IAAI,YAAY,IAAI,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,oBAAoB,CAAC,CAAC;IAItU;;;;;;;OAOG;iEACgE,MAAM,gBAAgB,OAAO,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,OAAO,CAAC,CAAC;IAI7M;;;;;;OAMG;8DAC6D,MAAM,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,mBAAmB,CAAC,CAAC;IAI/L;;;;;;;OAOG;8DAC6D,MAAM,gCAAgC,2BAA2B,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,mBAAmB,CAAC,CAAC;IAI1P;;;;;;OAMG;wEACuE,MAAM,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,OAAO,CAAC,CAAC;IAI7L;;;;;;OAMG;2DAC0D,2BAA2B,YAAY,kBAAkB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,mBAAmB,CAAC,CAAC;CAKxN,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB,mBAA6B,aAAa,aAAa,MAAM,UAAU,aAAa;IAGlH;;;;;;;;;;;;;;;OAeG;iCAC0B,MAAM,aAAa,MAAM,UAAU,MAAM,WAAW,MAAM,gBAAgB,IAAI,YAAY,IAAI,eAAe,OAAO,SAAS,MAAM,UAAU,MAAM,kBAAkB,IAAI,YAAY,GAAG,GAAG,YAAY,CAAC,oBAAoB,CAAC;IAG1P;;;;;;;OAOG;iEAC0D,MAAM,gBAAgB,OAAO,YAAY,GAAG,GAAG,YAAY,CAAC,OAAO,CAAC;IAGjI;;;;;;OAMG;8DACuD,MAAM,YAAY,GAAG,GAAG,YAAY,CAAC,mBAAmB,CAAC;IAGnH;;;;;;;OAOG;8DACuD,MAAM,gCAAgC,2BAA2B,YAAY,GAAG,GAAG,YAAY,CAAC,mBAAmB,CAAC;IAG9K;;;;;;OAMG;wEACiE,MAAM,YAAY,GAAG,GAAG,YAAY,CAAC,OAAO,CAAC;IAGjH;;;;;;OAMG;2DACoD,2BAA2B,YAAY,GAAG,GAAG,YAAY,CAAC,mBAAmB,CAAC;CAI5I,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,gDAAgD;IAC7D;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAA;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;IAExB;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,IAAI,CAAA;IAE3B;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,IAAI,CAAA;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,CAAA;IAE7B;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,IAAI,CAAA;CAChC;AAED;;;;GAIG;AACH,MAAM,WAAW,mEAAmE;IAChF;;;;OAIG;IACH,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAA;IAEjC;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAA;CACjC;AAED;;;;GAIG;AACH,MAAM,WAAW,gEAAgE;IAC7E;;;;OAIG;IACH,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAA;CACpC;AAED;;;;GAIG;AACH,MAAM,WAAW,gEAAgE;IAC7E;;;;OAIG;IACH,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAA;IAEjC;;;;OAIG;IACH,QAAQ,CAAC,2BAA2B,CAAC,EAAE,2BAA2B,CAAA;CACrE;AAED;;;;GAIG;AACH,MAAM,WAAW,0EAA0E;IACvF;;;;OAIG;IACH,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAA;CACpC;AAED;;;;GAIG;AACH,MAAM,WAAW,iDAAiD;IAC9D;;;;OAIG;IACH,QAAQ,CAAC,2BAA2B,CAAC,EAAE,2BAA2B,CAAA;CACrE;AAED;;;;;GAKG;AACH,qBAAa,kBAAmB,SAAQ,OAAO;IAC3C;;;;;;;OAOG;IACI,uBAAuB,CAAC,iBAAiB,GAAE,gDAAqD,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIrI;;;;;;;OAOG;IACI,0CAA0C,CAAC,iBAAiB,EAAE,mEAAmE,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAItK;;;;;;;OAOG;IACI,uCAAuC,CAAC,iBAAiB,EAAE,gEAAgE,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIhK;;;;;;;OAOG;IACI,uCAAuC,CAAC,iBAAiB,EAAE,gEAAgE,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIhK;;;;;;;OAOG;IACI,iDAAiD,CAAC,iBAAiB,EAAE,0EAA0E,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAIpL;;;;;;;OAOG;IACI,wBAAwB,CAAC,iBAAiB,GAAE,iDAAsD,EAAE,OAAO,CAAC,EAAE,kBAAkB;CAG1I"}
1
+ {"version":3,"file":"patient-managers-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-managers-api.ts"],"names":[],"mappings":"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"}