ch-admin-api-client-typescript 5.14.27 → 5.16.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 (209) hide show
  1. package/lib/api/dash-board-api.d.ts +16 -81
  2. package/lib/api/dash-board-api.d.ts.map +1 -1
  3. package/lib/api/dash-board-api.js +14 -113
  4. package/lib/api/hospital-branches-api.d.ts +402 -0
  5. package/lib/api/hospital-branches-api.d.ts.map +1 -0
  6. package/lib/api/{bookings-api.js → hospital-branches-api.js} +190 -346
  7. package/lib/api/hospital-groups-api.d.ts +402 -0
  8. package/lib/api/hospital-groups-api.d.ts.map +1 -0
  9. package/lib/api/{hospitals-consultation-timetables-api.js → hospital-groups-api.js} +197 -200
  10. package/lib/api/hospitals-api.d.ts +30 -30
  11. package/lib/api/hospitals-api.d.ts.map +1 -1
  12. package/lib/api/hospitals-api.js +26 -26
  13. package/lib/api.d.ts +2 -4
  14. package/lib/api.d.ts.map +1 -1
  15. package/lib/api.js +2 -4
  16. package/lib/models/{booking-duration-statistics-model.d.ts → appointment-duration-statisctics-model.d.ts} +5 -5
  17. package/lib/models/appointment-duration-statisctics-model.d.ts.map +1 -0
  18. package/lib/models/{booking-statistics-model.d.ts → appointment-statistics-model.d.ts} +10 -10
  19. package/lib/models/appointment-statistics-model.d.ts.map +1 -0
  20. package/lib/models/create-hospital-branch-command.d.ts +73 -0
  21. package/lib/models/create-hospital-branch-command.d.ts.map +1 -0
  22. package/lib/models/create-hospital-group-command.d.ts +67 -0
  23. package/lib/models/create-hospital-group-command.d.ts.map +1 -0
  24. package/lib/models/dash-board-model.d.ts +9 -16
  25. package/lib/models/dash-board-model.d.ts.map +1 -1
  26. package/lib/models/hospital-branch-item-model.d.ts +80 -0
  27. package/lib/models/hospital-branch-item-model.d.ts.map +1 -0
  28. package/lib/models/hospital-branch-model.d.ts +98 -0
  29. package/lib/models/hospital-branch-model.d.ts.map +1 -0
  30. package/lib/models/{bookings-model.d.ts → hospital-branches-model.d.ts} +8 -8
  31. package/lib/models/hospital-branches-model.d.ts.map +1 -0
  32. package/lib/models/hospital-group-item-model.d.ts +62 -0
  33. package/lib/models/hospital-group-item-model.d.ts.map +1 -0
  34. package/lib/models/hospital-group-model.d.ts +80 -0
  35. package/lib/models/hospital-group-model.d.ts.map +1 -0
  36. package/lib/models/{consultations-model.d.ts → hospital-groups-model.d.ts} +8 -8
  37. package/lib/models/hospital-groups-model.d.ts.map +1 -0
  38. package/lib/models/index.d.ts +12 -34
  39. package/lib/models/index.d.ts.map +1 -1
  40. package/lib/models/index.js +12 -34
  41. package/lib/models/update-doctor-affiliation-command.d.ts +0 -12
  42. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  43. package/lib/models/update-hospital-branch-command.d.ts +61 -0
  44. package/lib/models/update-hospital-branch-command.d.ts.map +1 -0
  45. package/lib/models/update-hospital-group-command.d.ts +67 -0
  46. package/lib/models/update-hospital-group-command.d.ts.map +1 -0
  47. package/package.json +1 -1
  48. package/src/.openapi-generator/FILES +14 -38
  49. package/src/api/dash-board-api.ts +21 -139
  50. package/src/api/hospital-branches-api.ts +706 -0
  51. package/src/api/hospital-groups-api.ts +706 -0
  52. package/src/api/hospitals-api.ts +49 -49
  53. package/src/api.ts +2 -4
  54. package/src/models/{booking-duration-statistics-model.ts → appointment-duration-statisctics-model.ts} +4 -4
  55. package/src/models/{booking-statistics-model.ts → appointment-statistics-model.ts} +9 -9
  56. package/src/models/create-hospital-branch-command.ts +78 -0
  57. package/src/models/create-hospital-group-command.ts +72 -0
  58. package/src/models/dash-board-model.ts +9 -18
  59. package/src/models/hospital-branch-item-model.ts +87 -0
  60. package/src/models/hospital-branch-model.ts +105 -0
  61. package/src/models/{bookings-model.ts → hospital-branches-model.ts} +7 -7
  62. package/src/models/{hospital-consultation-timetable-override-model.ts → hospital-group-item-model.ts} +22 -16
  63. package/src/models/hospital-group-model.ts +87 -0
  64. package/src/models/{consultations-model.ts → hospital-groups-model.ts} +7 -7
  65. package/src/models/index.ts +12 -34
  66. package/src/models/update-doctor-affiliation-command.ts +0 -12
  67. package/src/models/update-hospital-branch-command.ts +66 -0
  68. package/src/models/update-hospital-group-command.ts +72 -0
  69. package/lib/api/bookings-api.d.ts +0 -558
  70. package/lib/api/bookings-api.d.ts.map +0 -1
  71. package/lib/api/consultations-api.d.ts +0 -586
  72. package/lib/api/consultations-api.d.ts.map +0 -1
  73. package/lib/api/consultations-api.js +0 -871
  74. package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts +0 -321
  75. package/lib/api/hospitals-consultation-timetable-overrides-api.d.ts.map +0 -1
  76. package/lib/api/hospitals-consultation-timetable-overrides-api.js +0 -535
  77. package/lib/api/hospitals-consultation-timetables-api.d.ts +0 -414
  78. package/lib/api/hospitals-consultation-timetables-api.d.ts.map +0 -1
  79. package/lib/models/approve-booking-command.d.ts +0 -31
  80. package/lib/models/approve-booking-command.d.ts.map +0 -1
  81. package/lib/models/approve-consultation-command.d.ts +0 -31
  82. package/lib/models/approve-consultation-command.d.ts.map +0 -1
  83. package/lib/models/batch-add-hospital-consultation-timetable-model.d.ts +0 -38
  84. package/lib/models/batch-add-hospital-consultation-timetable-model.d.ts.map +0 -1
  85. package/lib/models/batch-hospital-consultation-timetable-result-model.d.ts +0 -38
  86. package/lib/models/batch-hospital-consultation-timetable-result-model.d.ts.map +0 -1
  87. package/lib/models/batch-hospital-consultation-timetables-command.d.ts +0 -39
  88. package/lib/models/batch-hospital-consultation-timetables-command.d.ts.map +0 -1
  89. package/lib/models/batch-update-hospital-consultation-timetable-model.d.ts +0 -44
  90. package/lib/models/batch-update-hospital-consultation-timetable-model.d.ts.map +0 -1
  91. package/lib/models/booking-change-log-model.d.ts +0 -44
  92. package/lib/models/booking-change-log-model.d.ts.map +0 -1
  93. package/lib/models/booking-duration-statistics-model.d.ts.map +0 -1
  94. package/lib/models/booking-item-model.d.ts +0 -245
  95. package/lib/models/booking-item-model.d.ts.map +0 -1
  96. package/lib/models/booking-model.d.ts +0 -252
  97. package/lib/models/booking-model.d.ts.map +0 -1
  98. package/lib/models/booking-statistics-model.d.ts.map +0 -1
  99. package/lib/models/booking-status.d.ts +0 -27
  100. package/lib/models/booking-status.d.ts.map +0 -1
  101. package/lib/models/booking-status.js +0 -30
  102. package/lib/models/bookings-model.d.ts.map +0 -1
  103. package/lib/models/consultation-change-log-model.d.ts +0 -44
  104. package/lib/models/consultation-change-log-model.d.ts.map +0 -1
  105. package/lib/models/consultation-change-log-model.js +0 -15
  106. package/lib/models/consultation-duration-statisctics-model.d.ts +0 -31
  107. package/lib/models/consultation-duration-statisctics-model.d.ts.map +0 -1
  108. package/lib/models/consultation-duration-statisctics-model.js +0 -15
  109. package/lib/models/consultation-item-model.d.ts +0 -275
  110. package/lib/models/consultation-item-model.d.ts.map +0 -1
  111. package/lib/models/consultation-item-model.js +0 -15
  112. package/lib/models/consultation-model.d.ts +0 -282
  113. package/lib/models/consultation-model.d.ts.map +0 -1
  114. package/lib/models/consultation-model.js +0 -15
  115. package/lib/models/consultation-statistics-model.d.ts +0 -44
  116. package/lib/models/consultation-statistics-model.d.ts.map +0 -1
  117. package/lib/models/consultation-statistics-model.js +0 -15
  118. package/lib/models/consultation-status.d.ts +0 -27
  119. package/lib/models/consultation-status.d.ts.map +0 -1
  120. package/lib/models/consultation-status.js +0 -30
  121. package/lib/models/consultation-type.d.ts +0 -23
  122. package/lib/models/consultation-type.d.ts.map +0 -1
  123. package/lib/models/consultation-type.js +0 -26
  124. package/lib/models/consultations-model.d.ts.map +0 -1
  125. package/lib/models/consultations-model.js +0 -15
  126. package/lib/models/create-hospital-consultation-timetable-command.d.ts +0 -38
  127. package/lib/models/create-hospital-consultation-timetable-command.d.ts.map +0 -1
  128. package/lib/models/create-hospital-consultation-timetable-command.js +0 -15
  129. package/lib/models/delete-hospital-consultation-timetable-override-command.d.ts +0 -44
  130. package/lib/models/delete-hospital-consultation-timetable-override-command.d.ts.map +0 -1
  131. package/lib/models/delete-hospital-consultation-timetable-override-command.js +0 -15
  132. package/lib/models/hospital-consultation-timetable-item-model.d.ts +0 -44
  133. package/lib/models/hospital-consultation-timetable-item-model.d.ts.map +0 -1
  134. package/lib/models/hospital-consultation-timetable-item-model.js +0 -15
  135. package/lib/models/hospital-consultation-timetable-model.d.ts +0 -44
  136. package/lib/models/hospital-consultation-timetable-model.d.ts.map +0 -1
  137. package/lib/models/hospital-consultation-timetable-model.js +0 -15
  138. package/lib/models/hospital-consultation-timetable-override-item-model.d.ts +0 -56
  139. package/lib/models/hospital-consultation-timetable-override-item-model.d.ts.map +0 -1
  140. package/lib/models/hospital-consultation-timetable-override-item-model.js +0 -15
  141. package/lib/models/hospital-consultation-timetable-override-model.d.ts +0 -56
  142. package/lib/models/hospital-consultation-timetable-override-model.d.ts.map +0 -1
  143. package/lib/models/hospital-consultation-timetable-override-model.js +0 -15
  144. package/lib/models/hospital-consultation-timetable-overrides-model.d.ts +0 -33
  145. package/lib/models/hospital-consultation-timetable-overrides-model.d.ts.map +0 -1
  146. package/lib/models/hospital-consultation-timetable-overrides-model.js +0 -15
  147. package/lib/models/hospital-consultation-timetables-model.d.ts +0 -33
  148. package/lib/models/hospital-consultation-timetables-model.d.ts.map +0 -1
  149. package/lib/models/hospital-consultation-timetables-model.js +0 -15
  150. package/lib/models/reject-booking-command.d.ts +0 -32
  151. package/lib/models/reject-booking-command.d.ts.map +0 -1
  152. package/lib/models/reject-booking-command.js +0 -15
  153. package/lib/models/reject-consultation-command.d.ts +0 -32
  154. package/lib/models/reject-consultation-command.d.ts.map +0 -1
  155. package/lib/models/reject-consultation-command.js +0 -15
  156. package/lib/models/save-hospital-consultation-timetable-override-model.d.ts +0 -43
  157. package/lib/models/save-hospital-consultation-timetable-override-model.d.ts.map +0 -1
  158. package/lib/models/save-hospital-consultation-timetable-override-model.js +0 -15
  159. package/lib/models/save-hospital-consultation-timetable-overrides-command.d.ts +0 -26
  160. package/lib/models/save-hospital-consultation-timetable-overrides-command.d.ts.map +0 -1
  161. package/lib/models/save-hospital-consultation-timetable-overrides-command.js +0 -15
  162. package/lib/models/update-hospital-consultation-timetable-command.d.ts +0 -38
  163. package/lib/models/update-hospital-consultation-timetable-command.d.ts.map +0 -1
  164. package/lib/models/update-hospital-consultation-timetable-command.js +0 -15
  165. package/src/api/bookings-api.ts +0 -962
  166. package/src/api/consultations-api.ts +0 -1006
  167. package/src/api/hospitals-consultation-timetable-overrides-api.ts +0 -553
  168. package/src/api/hospitals-consultation-timetables-api.ts +0 -718
  169. package/src/models/approve-booking-command.ts +0 -36
  170. package/src/models/approve-consultation-command.ts +0 -36
  171. package/src/models/batch-add-hospital-consultation-timetable-model.ts +0 -45
  172. package/src/models/batch-hospital-consultation-timetable-result-model.ts +0 -45
  173. package/src/models/batch-hospital-consultation-timetables-command.ts +0 -48
  174. package/src/models/batch-update-hospital-consultation-timetable-model.ts +0 -51
  175. package/src/models/booking-change-log-model.ts +0 -51
  176. package/src/models/booking-item-model.ts +0 -258
  177. package/src/models/booking-model.ts +0 -267
  178. package/src/models/booking-status.ts +0 -36
  179. package/src/models/consultation-change-log-model.ts +0 -51
  180. package/src/models/consultation-duration-statisctics-model.ts +0 -36
  181. package/src/models/consultation-item-model.ts +0 -288
  182. package/src/models/consultation-model.ts +0 -297
  183. package/src/models/consultation-statistics-model.ts +0 -51
  184. package/src/models/consultation-status.ts +0 -36
  185. package/src/models/consultation-type.ts +0 -32
  186. package/src/models/create-hospital-consultation-timetable-command.ts +0 -45
  187. package/src/models/delete-hospital-consultation-timetable-override-command.ts +0 -51
  188. package/src/models/hospital-consultation-timetable-item-model.ts +0 -51
  189. package/src/models/hospital-consultation-timetable-model.ts +0 -51
  190. package/src/models/hospital-consultation-timetable-override-item-model.ts +0 -63
  191. package/src/models/hospital-consultation-timetable-overrides-model.ts +0 -42
  192. package/src/models/hospital-consultation-timetables-model.ts +0 -42
  193. package/src/models/reject-booking-command.ts +0 -39
  194. package/src/models/reject-consultation-command.ts +0 -39
  195. package/src/models/save-hospital-consultation-timetable-override-model.ts +0 -48
  196. package/src/models/save-hospital-consultation-timetable-overrides-command.ts +0 -33
  197. package/src/models/update-hospital-consultation-timetable-command.ts +0 -45
  198. /package/lib/models/{approve-booking-command.js → appointment-duration-statisctics-model.js} +0 -0
  199. /package/lib/models/{approve-consultation-command.js → appointment-statistics-model.js} +0 -0
  200. /package/lib/models/{batch-add-hospital-consultation-timetable-model.js → create-hospital-branch-command.js} +0 -0
  201. /package/lib/models/{batch-hospital-consultation-timetable-result-model.js → create-hospital-group-command.js} +0 -0
  202. /package/lib/models/{batch-hospital-consultation-timetables-command.js → hospital-branch-item-model.js} +0 -0
  203. /package/lib/models/{batch-update-hospital-consultation-timetable-model.js → hospital-branch-model.js} +0 -0
  204. /package/lib/models/{booking-change-log-model.js → hospital-branches-model.js} +0 -0
  205. /package/lib/models/{booking-duration-statistics-model.js → hospital-group-item-model.js} +0 -0
  206. /package/lib/models/{booking-item-model.js → hospital-group-model.js} +0 -0
  207. /package/lib/models/{booking-model.js → hospital-groups-model.js} +0 -0
  208. /package/lib/models/{booking-statistics-model.js → update-hospital-branch-command.js} +0 -0
  209. /package/lib/models/{bookings-model.js → update-hospital-group-command.js} +0 -0
@@ -1,297 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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 { ConsultationChangeLogModel } from './consultation-change-log-model';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import { ConsultationStatus } from './consultation-status';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
- import { ConsultationType } from './consultation-type';
25
- // May contain unused imports in some cases
26
- // @ts-ignore
27
- import { Gender } from './gender';
28
- // May contain unused imports in some cases
29
- // @ts-ignore
30
- import { RejectReason } from './reject-reason';
31
-
32
- /**
33
- *
34
- * @export
35
- * @interface ConsultationModel
36
- */
37
- export interface ConsultationModel {
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof ConsultationModel
42
- */
43
- 'id'?: string;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof ConsultationModel
48
- */
49
- 'languageCode'?: string | null;
50
- /**
51
- *
52
- * @type {ConsultationType}
53
- * @memberof ConsultationModel
54
- */
55
- 'consultationType'?: ConsultationType;
56
- /**
57
- *
58
- * @type {string}
59
- * @memberof ConsultationModel
60
- */
61
- 'patientId'?: string;
62
- /**
63
- *
64
- * @type {string}
65
- * @memberof ConsultationModel
66
- */
67
- 'patientName'?: string | null;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof ConsultationModel
72
- */
73
- 'patientPhoto'?: string | null;
74
- /**
75
- *
76
- * @type {string}
77
- * @memberof ConsultationModel
78
- */
79
- 'firstName'?: string | null;
80
- /**
81
- *
82
- * @type {string}
83
- * @memberof ConsultationModel
84
- */
85
- 'lastName'?: string | null;
86
- /**
87
- *
88
- * @type {string}
89
- * @memberof ConsultationModel
90
- */
91
- 'email'?: string | null;
92
- /**
93
- *
94
- * @type {string}
95
- * @memberof ConsultationModel
96
- */
97
- 'phone'?: string | null;
98
- /**
99
- *
100
- * @type {Date}
101
- * @memberof ConsultationModel
102
- */
103
- 'dateOfBirth'?: Date | null;
104
- /**
105
- *
106
- * @type {Gender}
107
- * @memberof ConsultationModel
108
- */
109
- 'gender'?: Gender;
110
- /**
111
- *
112
- * @type {string}
113
- * @memberof ConsultationModel
114
- */
115
- 'comment'?: string | null;
116
- /**
117
- *
118
- * @type {string}
119
- * @memberof ConsultationModel
120
- */
121
- 'hospitalId'?: string;
122
- /**
123
- *
124
- * @type {string}
125
- * @memberof ConsultationModel
126
- */
127
- 'hospitalName'?: string | null;
128
- /**
129
- *
130
- * @type {string}
131
- * @memberof ConsultationModel
132
- */
133
- 'hospitalSlug'?: string | null;
134
- /**
135
- *
136
- * @type {string}
137
- * @memberof ConsultationModel
138
- */
139
- 'hospitalTimeZone'?: string | null;
140
- /**
141
- *
142
- * @type {string}
143
- * @memberof ConsultationModel
144
- */
145
- 'doctorId'?: string | null;
146
- /**
147
- *
148
- * @type {string}
149
- * @memberof ConsultationModel
150
- */
151
- 'doctorName'?: string | null;
152
- /**
153
- *
154
- * @type {string}
155
- * @memberof ConsultationModel
156
- */
157
- 'doctorSlug'?: string | null;
158
- /**
159
- *
160
- * @type {string}
161
- * @memberof ConsultationModel
162
- */
163
- 'dealId'?: string | null;
164
- /**
165
- *
166
- * @type {string}
167
- * @memberof ConsultationModel
168
- */
169
- 'dealName'?: string | null;
170
- /**
171
- *
172
- * @type {string}
173
- * @memberof ConsultationModel
174
- */
175
- 'dealSlug'?: string | null;
176
- /**
177
- *
178
- * @type {string}
179
- * @memberof ConsultationModel
180
- */
181
- 'language'?: string | null;
182
- /**
183
- *
184
- * @type {boolean}
185
- * @memberof ConsultationModel
186
- */
187
- 'isAccountHolder'?: boolean;
188
- /**
189
- *
190
- * @type {string}
191
- * @memberof ConsultationModel
192
- */
193
- 'timeRange'?: string | null;
194
- /**
195
- *
196
- * @type {Date}
197
- * @memberof ConsultationModel
198
- */
199
- 'approximateDateStart'?: Date;
200
- /**
201
- *
202
- * @type {Date}
203
- * @memberof ConsultationModel
204
- */
205
- 'approximateDateEnd'?: Date;
206
- /**
207
- *
208
- * @type {Date}
209
- * @memberof ConsultationModel
210
- */
211
- 'confirmedDateStart'?: Date | null;
212
- /**
213
- *
214
- * @type {Date}
215
- * @memberof ConsultationModel
216
- */
217
- 'confirmedDateEnd'?: Date | null;
218
- /**
219
- *
220
- * @type {number}
221
- * @memberof ConsultationModel
222
- */
223
- 'fee'?: number;
224
- /**
225
- *
226
- * @type {number}
227
- * @memberof ConsultationModel
228
- */
229
- 'applicationFee'?: number;
230
- /**
231
- *
232
- * @type {string}
233
- * @memberof ConsultationModel
234
- */
235
- 'timeZone'?: string | null;
236
- /**
237
- *
238
- * @type {Date}
239
- * @memberof ConsultationModel
240
- */
241
- 'requestDate'?: Date;
242
- /**
243
- *
244
- * @type {string}
245
- * @memberof ConsultationModel
246
- */
247
- 'domain'?: string | null;
248
- /**
249
- *
250
- * @type {ConsultationStatus}
251
- * @memberof ConsultationModel
252
- */
253
- 'status'?: ConsultationStatus;
254
- /**
255
- *
256
- * @type {RejectReason}
257
- * @memberof ConsultationModel
258
- */
259
- 'rejectReason'?: RejectReason;
260
- /**
261
- *
262
- * @type {boolean}
263
- * @memberof ConsultationModel
264
- */
265
- 'isOpen'?: boolean;
266
- /**
267
- *
268
- * @type {string}
269
- * @memberof ConsultationModel
270
- */
271
- 'paymentId'?: string | null;
272
- /**
273
- *
274
- * @type {boolean}
275
- * @memberof ConsultationModel
276
- */
277
- 'paymentEnabled'?: boolean;
278
- /**
279
- *
280
- * @type {number}
281
- * @memberof ConsultationModel
282
- */
283
- 'completionRate'?: number;
284
- /**
285
- *
286
- * @type {boolean}
287
- * @memberof ConsultationModel
288
- */
289
- 'isExternal'?: boolean;
290
- /**
291
- *
292
- * @type {Array<ConsultationChangeLogModel>}
293
- * @memberof ConsultationModel
294
- */
295
- 'statusChangeLogs'?: Array<ConsultationChangeLogModel> | null;
296
- }
297
-
@@ -1,51 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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 { ConsultationDurationStatiscticsModel } from './consultation-duration-statisctics-model';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface ConsultationStatisticsModel
24
- */
25
- export interface ConsultationStatisticsModel {
26
- /**
27
- *
28
- * @type {number}
29
- * @memberof ConsultationStatisticsModel
30
- */
31
- 'pendingApprovalCount'?: number;
32
- /**
33
- *
34
- * @type {number}
35
- * @memberof ConsultationStatisticsModel
36
- */
37
- 'finishedCount'?: number;
38
- /**
39
- *
40
- * @type {number}
41
- * @memberof ConsultationStatisticsModel
42
- */
43
- 'revenue'?: number;
44
- /**
45
- *
46
- * @type {Array<ConsultationDurationStatiscticsModel>}
47
- * @memberof ConsultationStatisticsModel
48
- */
49
- 'monthlyList'?: Array<ConsultationDurationStatiscticsModel> | null;
50
- }
51
-
@@ -1,36 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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
-
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
-
23
- export const ConsultationStatus = {
24
- New: 'New',
25
- Rejected: 'Rejected',
26
- Approved: 'Approved',
27
- Paid: 'Paid',
28
- Canceled: 'Canceled',
29
- RefundRequested: 'RefundRequested',
30
- Refunded: 'Refunded'
31
- } as const;
32
-
33
- export type ConsultationStatus = typeof ConsultationStatus[keyof typeof ConsultationStatus];
34
-
35
-
36
-
@@ -1,32 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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
-
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
-
23
- export const ConsultationType = {
24
- Hospital: 'Hospital',
25
- Doctor: 'Doctor',
26
- Deal: 'Deal'
27
- } as const;
28
-
29
- export type ConsultationType = typeof ConsultationType[keyof typeof ConsultationType];
30
-
31
-
32
-
@@ -1,45 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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 { DayOfWeek } from './day-of-week';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface CreateHospitalConsultationTimetableCommand
24
- */
25
- export interface CreateHospitalConsultationTimetableCommand {
26
- /**
27
- *
28
- * @type {DayOfWeek}
29
- * @memberof CreateHospitalConsultationTimetableCommand
30
- */
31
- 'dayOfWeek'?: DayOfWeek;
32
- /**
33
- *
34
- * @type {string}
35
- * @memberof CreateHospitalConsultationTimetableCommand
36
- */
37
- 'start'?: string | null;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof CreateHospitalConsultationTimetableCommand
42
- */
43
- 'end'?: string | null;
44
- }
45
-
@@ -1,51 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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 { DayOfWeek } from './day-of-week';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface DeleteHospitalConsultationTimetableOverrideCommand
24
- */
25
- export interface DeleteHospitalConsultationTimetableOverrideCommand {
26
- /**
27
- *
28
- * @type {Array<string>}
29
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
30
- */
31
- 'ids'?: Array<string> | null;
32
- /**
33
- *
34
- * @type {Date}
35
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
36
- */
37
- 'dateOnly'?: Date | null;
38
- /**
39
- *
40
- * @type {DayOfWeek}
41
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
42
- */
43
- 'dayOfWeek'?: DayOfWeek;
44
- /**
45
- *
46
- * @type {Date}
47
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
48
- */
49
- 'dateBefore'?: Date | null;
50
- }
51
-
@@ -1,51 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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 { DayOfWeek } from './day-of-week';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface HospitalConsultationTimetableItemModel
24
- */
25
- export interface HospitalConsultationTimetableItemModel {
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof HospitalConsultationTimetableItemModel
30
- */
31
- 'id'?: string;
32
- /**
33
- *
34
- * @type {DayOfWeek}
35
- * @memberof HospitalConsultationTimetableItemModel
36
- */
37
- 'dayOfWeek'?: DayOfWeek;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof HospitalConsultationTimetableItemModel
42
- */
43
- 'start'?: string | null;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof HospitalConsultationTimetableItemModel
48
- */
49
- 'end'?: string | null;
50
- }
51
-
@@ -1,51 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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 { DayOfWeek } from './day-of-week';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface HospitalConsultationTimetableModel
24
- */
25
- export interface HospitalConsultationTimetableModel {
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof HospitalConsultationTimetableModel
30
- */
31
- 'id'?: string;
32
- /**
33
- *
34
- * @type {DayOfWeek}
35
- * @memberof HospitalConsultationTimetableModel
36
- */
37
- 'dayOfWeek'?: DayOfWeek;
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof HospitalConsultationTimetableModel
42
- */
43
- 'start'?: string | null;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof HospitalConsultationTimetableModel
48
- */
49
- 'end'?: string | null;
50
- }
51
-
@@ -1,63 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
8
- * Contact: hyounoosung@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 { DayOfWeek } from './day-of-week';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface HospitalConsultationTimetableOverrideItemModel
24
- */
25
- export interface HospitalConsultationTimetableOverrideItemModel {
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof HospitalConsultationTimetableOverrideItemModel
30
- */
31
- 'id'?: string;
32
- /**
33
- *
34
- * @type {Date}
35
- * @memberof HospitalConsultationTimetableOverrideItemModel
36
- */
37
- 'date'?: Date;
38
- /**
39
- *
40
- * @type {DayOfWeek}
41
- * @memberof HospitalConsultationTimetableOverrideItemModel
42
- */
43
- 'dayOfWeek'?: DayOfWeek;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof HospitalConsultationTimetableOverrideItemModel
48
- */
49
- 'start'?: string | null;
50
- /**
51
- *
52
- * @type {string}
53
- * @memberof HospitalConsultationTimetableOverrideItemModel
54
- */
55
- 'end'?: string | null;
56
- /**
57
- *
58
- * @type {boolean}
59
- * @memberof HospitalConsultationTimetableOverrideItemModel
60
- */
61
- 'isUnavailable'?: boolean;
62
- }
63
-