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,87 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { Gender } from './gender';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface CreateContentManagerCommand
24
+ */
25
+ export interface CreateContentManagerCommand {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof CreateContentManagerCommand
30
+ */
31
+ 'userName'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof CreateContentManagerCommand
36
+ */
37
+ 'email'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof CreateContentManagerCommand
42
+ */
43
+ 'firstName'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof CreateContentManagerCommand
48
+ */
49
+ 'lastName'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof CreateContentManagerCommand
54
+ */
55
+ 'phone'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof CreateContentManagerCommand
60
+ */
61
+ 'photo'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof CreateContentManagerCommand
66
+ */
67
+ 'photoThumbnail'?: string | null;
68
+ /**
69
+ *
70
+ * @type {Gender}
71
+ * @memberof CreateContentManagerCommand
72
+ */
73
+ 'gender'?: Gender;
74
+ /**
75
+ *
76
+ * @type {Date}
77
+ * @memberof CreateContentManagerCommand
78
+ */
79
+ 'dateOfBirth'?: Date | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof CreateContentManagerCommand
84
+ */
85
+ 'timeZone'?: string | null;
86
+ }
87
+
@@ -0,0 +1,87 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { Gender } from './gender';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface CreatePatientManagerCommand
24
+ */
25
+ export interface CreatePatientManagerCommand {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof CreatePatientManagerCommand
30
+ */
31
+ 'userName'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof CreatePatientManagerCommand
36
+ */
37
+ 'email'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof CreatePatientManagerCommand
42
+ */
43
+ 'firstName'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof CreatePatientManagerCommand
48
+ */
49
+ 'lastName'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof CreatePatientManagerCommand
54
+ */
55
+ 'phone'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof CreatePatientManagerCommand
60
+ */
61
+ 'photo'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof CreatePatientManagerCommand
66
+ */
67
+ 'photoThumbnail'?: string | null;
68
+ /**
69
+ *
70
+ * @type {Gender}
71
+ * @memberof CreatePatientManagerCommand
72
+ */
73
+ 'gender'?: Gender;
74
+ /**
75
+ *
76
+ * @type {Date}
77
+ * @memberof CreatePatientManagerCommand
78
+ */
79
+ 'dateOfBirth'?: Date | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof CreatePatientManagerCommand
84
+ */
85
+ 'timeZone'?: string | null;
86
+ }
87
+
@@ -81,6 +81,9 @@ export * from './communication-user-token-model';
81
81
  export * from './confirm-email-command';
82
82
  export * from './contact-sorting-command';
83
83
  export * from './contact-type';
84
+ export * from './content-manager-item-model';
85
+ export * from './content-manager-model';
86
+ export * from './content-managers-model';
84
87
  export * from './contribution-type';
85
88
  export * from './contributor-item-model';
86
89
  export * from './contributor-model';
@@ -106,6 +109,7 @@ export * from './create-article-tag-command';
106
109
  export * from './create-chadmin-command';
107
110
  export * from './create-chmanager-command';
108
111
  export * from './create-chat-user-command';
112
+ export * from './create-content-manager-command';
109
113
  export * from './create-contributor-command';
110
114
  export * from './create-contributor-sns-handle-command';
111
115
  export * from './create-country-command';
@@ -150,6 +154,7 @@ export * from './create-notice-command';
150
154
  export * from './create-page-command';
151
155
  export * from './create-patient-affiliation-command';
152
156
  export * from './create-patient-command';
157
+ export * from './create-patient-manager-command';
153
158
  export * from './create-plan-command';
154
159
  export * from './create-plan-hospital-command';
155
160
  export * from './create-policy-command';
@@ -368,6 +373,9 @@ export * from './patient-affiliation-item-model';
368
373
  export * from './patient-affiliation-model';
369
374
  export * from './patient-affiliations-model';
370
375
  export * from './patient-item-model';
376
+ export * from './patient-manager-item-model';
377
+ export * from './patient-manager-model';
378
+ export * from './patient-managers-model';
371
379
  export * from './patient-model';
372
380
  export * from './patient-walk-in-model';
373
381
  export * from './patients-model';
@@ -528,6 +536,7 @@ export * from './update-article-source-command';
528
536
  export * from './update-chadmin-command';
529
537
  export * from './update-chmanager-command';
530
538
  export * from './update-chat-user-command';
539
+ export * from './update-content-manager-command';
531
540
  export * from './update-content-text-only-value-domains';
532
541
  export * from './update-contributor-command';
533
542
  export * from './update-contributor-sns-handle-command';
@@ -570,6 +579,7 @@ export * from './update-notice-command';
570
579
  export * from './update-page-command';
571
580
  export * from './update-patient-affiliation-command';
572
581
  export * from './update-patient-command';
582
+ export * from './update-patient-manager-command';
573
583
  export * from './update-plan-command';
574
584
  export * from './update-plan-hospital-command';
575
585
  export * from './update-policy-command';
@@ -0,0 +1,114 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AuditableEntityModel } from './auditable-entity-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { Gender } from './gender';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface PatientManagerItemModel
27
+ */
28
+ export interface PatientManagerItemModel {
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof PatientManagerItemModel
33
+ */
34
+ 'id'?: string;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof PatientManagerItemModel
39
+ */
40
+ 'userName'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof PatientManagerItemModel
45
+ */
46
+ 'firstName'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof PatientManagerItemModel
51
+ */
52
+ 'lastName'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof PatientManagerItemModel
57
+ */
58
+ 'fullname'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof PatientManagerItemModel
63
+ */
64
+ 'phone'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof PatientManagerItemModel
69
+ */
70
+ 'email'?: string | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof PatientManagerItemModel
75
+ */
76
+ 'photo'?: string | null;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof PatientManagerItemModel
81
+ */
82
+ 'photoThumbnail'?: string | null;
83
+ /**
84
+ *
85
+ * @type {Gender}
86
+ * @memberof PatientManagerItemModel
87
+ */
88
+ 'gender'?: Gender;
89
+ /**
90
+ *
91
+ * @type {Date}
92
+ * @memberof PatientManagerItemModel
93
+ */
94
+ 'dateOfBirth'?: Date | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof PatientManagerItemModel
99
+ */
100
+ 'timeZone'?: string | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof PatientManagerItemModel
105
+ */
106
+ 'communicationUserId'?: string | null;
107
+ /**
108
+ *
109
+ * @type {AuditableEntityModel}
110
+ * @memberof PatientManagerItemModel
111
+ */
112
+ 'auditableEntity'?: AuditableEntityModel;
113
+ }
114
+
@@ -0,0 +1,132 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AuditableEntityModel } from './auditable-entity-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { Gender } from './gender';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { UserLanguageModel } from './user-language-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import { UserType } from './user-type';
28
+
29
+ /**
30
+ *
31
+ * @export
32
+ * @interface PatientManagerModel
33
+ */
34
+ export interface PatientManagerModel {
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof PatientManagerModel
39
+ */
40
+ 'id'?: string;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof PatientManagerModel
45
+ */
46
+ 'userName'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof PatientManagerModel
51
+ */
52
+ 'firstName'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof PatientManagerModel
57
+ */
58
+ 'lastName'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof PatientManagerModel
63
+ */
64
+ 'fullname'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof PatientManagerModel
69
+ */
70
+ 'phone'?: string | null;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof PatientManagerModel
75
+ */
76
+ 'email'?: string | null;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof PatientManagerModel
81
+ */
82
+ 'photo'?: string | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof PatientManagerModel
87
+ */
88
+ 'photoThumbnail'?: string | null;
89
+ /**
90
+ *
91
+ * @type {Gender}
92
+ * @memberof PatientManagerModel
93
+ */
94
+ 'gender'?: Gender;
95
+ /**
96
+ *
97
+ * @type {Date}
98
+ * @memberof PatientManagerModel
99
+ */
100
+ 'dateOfBirth'?: Date | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof PatientManagerModel
105
+ */
106
+ 'timeZone'?: string | null;
107
+ /**
108
+ *
109
+ * @type {string}
110
+ * @memberof PatientManagerModel
111
+ */
112
+ 'communicationUserId'?: string | null;
113
+ /**
114
+ *
115
+ * @type {AuditableEntityModel}
116
+ * @memberof PatientManagerModel
117
+ */
118
+ 'auditableEntity'?: AuditableEntityModel;
119
+ /**
120
+ *
121
+ * @type {UserType}
122
+ * @memberof PatientManagerModel
123
+ */
124
+ 'userType'?: UserType;
125
+ /**
126
+ *
127
+ * @type {Array<UserLanguageModel>}
128
+ * @memberof PatientManagerModel
129
+ */
130
+ 'languages'?: Array<UserLanguageModel> | null;
131
+ }
132
+
@@ -0,0 +1,42 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { PagedListMetaData } from './paged-list-meta-data';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { PatientManagerItemModel } from './patient-manager-item-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface PatientManagersModel
27
+ */
28
+ export interface PatientManagersModel {
29
+ /**
30
+ *
31
+ * @type {Array<PatientManagerItemModel>}
32
+ * @memberof PatientManagersModel
33
+ */
34
+ 'items'?: Array<PatientManagerItemModel> | null;
35
+ /**
36
+ *
37
+ * @type {PagedListMetaData}
38
+ * @memberof PatientManagersModel
39
+ */
40
+ 'metaData'?: PagedListMetaData;
41
+ }
42
+
@@ -0,0 +1,87 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { Gender } from './gender';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface UpdateContentManagerCommand
24
+ */
25
+ export interface UpdateContentManagerCommand {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof UpdateContentManagerCommand
30
+ */
31
+ 'userName'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof UpdateContentManagerCommand
36
+ */
37
+ 'email'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof UpdateContentManagerCommand
42
+ */
43
+ 'firstName'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof UpdateContentManagerCommand
48
+ */
49
+ 'lastName'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof UpdateContentManagerCommand
54
+ */
55
+ 'phone'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof UpdateContentManagerCommand
60
+ */
61
+ 'photo'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof UpdateContentManagerCommand
66
+ */
67
+ 'photoThumbnail'?: string | null;
68
+ /**
69
+ *
70
+ * @type {Gender}
71
+ * @memberof UpdateContentManagerCommand
72
+ */
73
+ 'gender'?: Gender;
74
+ /**
75
+ *
76
+ * @type {Date}
77
+ * @memberof UpdateContentManagerCommand
78
+ */
79
+ 'dateOfBirth'?: Date | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof UpdateContentManagerCommand
84
+ */
85
+ 'timeZone'?: string | null;
86
+ }
87
+
@@ -0,0 +1,87 @@
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
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { Gender } from './gender';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface UpdatePatientManagerCommand
24
+ */
25
+ export interface UpdatePatientManagerCommand {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof UpdatePatientManagerCommand
30
+ */
31
+ 'userName'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof UpdatePatientManagerCommand
36
+ */
37
+ 'email'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof UpdatePatientManagerCommand
42
+ */
43
+ 'firstName'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof UpdatePatientManagerCommand
48
+ */
49
+ 'lastName'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof UpdatePatientManagerCommand
54
+ */
55
+ 'phone'?: string | null;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof UpdatePatientManagerCommand
60
+ */
61
+ 'photo'?: string | null;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof UpdatePatientManagerCommand
66
+ */
67
+ 'photoThumbnail'?: string | null;
68
+ /**
69
+ *
70
+ * @type {Gender}
71
+ * @memberof UpdatePatientManagerCommand
72
+ */
73
+ 'gender'?: Gender;
74
+ /**
75
+ *
76
+ * @type {Date}
77
+ * @memberof UpdatePatientManagerCommand
78
+ */
79
+ 'dateOfBirth'?: Date | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof UpdatePatientManagerCommand
84
+ */
85
+ 'timeZone'?: string | null;
86
+ }
87
+
@@ -26,7 +26,9 @@ export const UserType = {
26
26
  Doctor: 'Doctor',
27
27
  Manager: 'Manager',
28
28
  ChManager: 'CHManager',
29
- ChAdmin: 'CHAdmin'
29
+ ChAdmin: 'CHAdmin',
30
+ ContentManager: 'ContentManager',
31
+ PatientManager: 'PatientManager'
30
32
  } as const;
31
33
 
32
34
  export type UserType = typeof UserType[keyof typeof UserType];