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,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const ConsultationStatus: {
18
- readonly New: "New";
19
- readonly Rejected: "Rejected";
20
- readonly Approved: "Approved";
21
- readonly Paid: "Paid";
22
- readonly Canceled: "Canceled";
23
- readonly RefundRequested: "RefundRequested";
24
- readonly Refunded: "Refunded";
25
- };
26
- export type ConsultationStatus = typeof ConsultationStatus[keyof typeof ConsultationStatus];
27
- //# sourceMappingURL=consultation-status.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consultation-status.d.ts","sourceRoot":"","sources":["../../src/models/consultation-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
@@ -1,30 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ConsultationStatus = void 0;
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ConsultationStatus = {
23
- New: 'New',
24
- Rejected: 'Rejected',
25
- Approved: 'Approved',
26
- Paid: 'Paid',
27
- Canceled: 'Canceled',
28
- RefundRequested: 'RefundRequested',
29
- Refunded: 'Refunded'
30
- };
@@ -1,23 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const ConsultationType: {
18
- readonly Hospital: "Hospital";
19
- readonly Doctor: "Doctor";
20
- readonly Deal: "Deal";
21
- };
22
- export type ConsultationType = typeof ConsultationType[keyof typeof ConsultationType];
23
- //# sourceMappingURL=consultation-type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consultation-type.d.ts","sourceRoot":"","sources":["../../src/models/consultation-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,gBAAgB;;;;CAInB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
@@ -1,26 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ConsultationType = void 0;
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ConsultationType = {
23
- Hospital: 'Hospital',
24
- Doctor: 'Doctor',
25
- Deal: 'Deal'
26
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"consultations-model.d.ts","sourceRoot":"","sources":["../../src/models/consultations-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,38 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { DayOfWeek } from './day-of-week';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateHospitalConsultationTimetableCommand
17
- */
18
- export interface CreateHospitalConsultationTimetableCommand {
19
- /**
20
- *
21
- * @type {DayOfWeek}
22
- * @memberof CreateHospitalConsultationTimetableCommand
23
- */
24
- 'dayOfWeek'?: DayOfWeek;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof CreateHospitalConsultationTimetableCommand
29
- */
30
- 'start'?: string | null;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof CreateHospitalConsultationTimetableCommand
35
- */
36
- 'end'?: string | null;
37
- }
38
- //# sourceMappingURL=create-hospital-consultation-timetable-command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-hospital-consultation-timetable-command.d.ts","sourceRoot":"","sources":["../../src/models/create-hospital-consultation-timetable-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,44 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { DayOfWeek } from './day-of-week';
13
- /**
14
- *
15
- * @export
16
- * @interface DeleteHospitalConsultationTimetableOverrideCommand
17
- */
18
- export interface DeleteHospitalConsultationTimetableOverrideCommand {
19
- /**
20
- *
21
- * @type {Array<string>}
22
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
23
- */
24
- 'ids'?: Array<string> | null;
25
- /**
26
- *
27
- * @type {Date}
28
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
29
- */
30
- 'dateOnly'?: Date | null;
31
- /**
32
- *
33
- * @type {DayOfWeek}
34
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
35
- */
36
- 'dayOfWeek'?: DayOfWeek;
37
- /**
38
- *
39
- * @type {Date}
40
- * @memberof DeleteHospitalConsultationTimetableOverrideCommand
41
- */
42
- 'dateBefore'?: Date | null;
43
- }
44
- //# sourceMappingURL=delete-hospital-consultation-timetable-override-command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"delete-hospital-consultation-timetable-override-command.d.ts","sourceRoot":"","sources":["../../src/models/delete-hospital-consultation-timetable-override-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C;;;;GAIG;AACH,MAAM,WAAW,kDAAkD;IAC/D;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAC9B"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,44 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { DayOfWeek } from './day-of-week';
13
- /**
14
- *
15
- * @export
16
- * @interface HospitalConsultationTimetableItemModel
17
- */
18
- export interface HospitalConsultationTimetableItemModel {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof HospitalConsultationTimetableItemModel
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {DayOfWeek}
28
- * @memberof HospitalConsultationTimetableItemModel
29
- */
30
- 'dayOfWeek'?: DayOfWeek;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof HospitalConsultationTimetableItemModel
35
- */
36
- 'start'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof HospitalConsultationTimetableItemModel
41
- */
42
- 'end'?: string | null;
43
- }
44
- //# sourceMappingURL=hospital-consultation-timetable-item-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-consultation-timetable-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-consultation-timetable-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,44 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { DayOfWeek } from './day-of-week';
13
- /**
14
- *
15
- * @export
16
- * @interface HospitalConsultationTimetableModel
17
- */
18
- export interface HospitalConsultationTimetableModel {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof HospitalConsultationTimetableModel
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {DayOfWeek}
28
- * @memberof HospitalConsultationTimetableModel
29
- */
30
- 'dayOfWeek'?: DayOfWeek;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof HospitalConsultationTimetableModel
35
- */
36
- 'start'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof HospitalConsultationTimetableModel
41
- */
42
- 'end'?: string | null;
43
- }
44
- //# sourceMappingURL=hospital-consultation-timetable-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-consultation-timetable-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-consultation-timetable-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,56 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { DayOfWeek } from './day-of-week';
13
- /**
14
- *
15
- * @export
16
- * @interface HospitalConsultationTimetableOverrideItemModel
17
- */
18
- export interface HospitalConsultationTimetableOverrideItemModel {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof HospitalConsultationTimetableOverrideItemModel
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {Date}
28
- * @memberof HospitalConsultationTimetableOverrideItemModel
29
- */
30
- 'date'?: Date;
31
- /**
32
- *
33
- * @type {DayOfWeek}
34
- * @memberof HospitalConsultationTimetableOverrideItemModel
35
- */
36
- 'dayOfWeek'?: DayOfWeek;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof HospitalConsultationTimetableOverrideItemModel
41
- */
42
- 'start'?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof HospitalConsultationTimetableOverrideItemModel
47
- */
48
- 'end'?: string | null;
49
- /**
50
- *
51
- * @type {boolean}
52
- * @memberof HospitalConsultationTimetableOverrideItemModel
53
- */
54
- 'isUnavailable'?: boolean;
55
- }
56
- //# sourceMappingURL=hospital-consultation-timetable-override-item-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-consultation-timetable-override-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-consultation-timetable-override-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C;;;;GAIG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,56 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { DayOfWeek } from './day-of-week';
13
- /**
14
- *
15
- * @export
16
- * @interface HospitalConsultationTimetableOverrideModel
17
- */
18
- export interface HospitalConsultationTimetableOverrideModel {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof HospitalConsultationTimetableOverrideModel
23
- */
24
- 'id'?: string;
25
- /**
26
- *
27
- * @type {Date}
28
- * @memberof HospitalConsultationTimetableOverrideModel
29
- */
30
- 'date'?: Date;
31
- /**
32
- *
33
- * @type {DayOfWeek}
34
- * @memberof HospitalConsultationTimetableOverrideModel
35
- */
36
- 'dayOfWeek'?: DayOfWeek;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof HospitalConsultationTimetableOverrideModel
41
- */
42
- 'start'?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof HospitalConsultationTimetableOverrideModel
47
- */
48
- 'end'?: string | null;
49
- /**
50
- *
51
- * @type {boolean}
52
- * @memberof HospitalConsultationTimetableOverrideModel
53
- */
54
- 'isUnavailable'?: boolean;
55
- }
56
- //# sourceMappingURL=hospital-consultation-timetable-override-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-consultation-timetable-override-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-consultation-timetable-override-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,33 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { HospitalConsultationTimetableOverrideItemModel } from './hospital-consultation-timetable-override-item-model';
13
- import { PagedListMetaData } from './paged-list-meta-data';
14
- /**
15
- *
16
- * @export
17
- * @interface HospitalConsultationTimetableOverridesModel
18
- */
19
- export interface HospitalConsultationTimetableOverridesModel {
20
- /**
21
- *
22
- * @type {Array<HospitalConsultationTimetableOverrideItemModel>}
23
- * @memberof HospitalConsultationTimetableOverridesModel
24
- */
25
- 'items'?: Array<HospitalConsultationTimetableOverrideItemModel> | null;
26
- /**
27
- *
28
- * @type {PagedListMetaData}
29
- * @memberof HospitalConsultationTimetableOverridesModel
30
- */
31
- 'metaData'?: PagedListMetaData;
32
- }
33
- //# sourceMappingURL=hospital-consultation-timetable-overrides-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-consultation-timetable-overrides-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-consultation-timetable-overrides-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8CAA8C,EAAE,MAAM,uDAAuD,CAAC;AAGvH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,8CAA8C,CAAC,GAAG,IAAI,CAAC;IACvE;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Swagger UI - Cloud Hospital Admin Api-INT
6
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
- *
8
- * The version of the OpenAPI document: 1
9
- * Contact: hyounoosung@icloudhospital.com
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,33 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { HospitalConsultationTimetableItemModel } from './hospital-consultation-timetable-item-model';
13
- import { PagedListMetaData } from './paged-list-meta-data';
14
- /**
15
- *
16
- * @export
17
- * @interface HospitalConsultationTimetablesModel
18
- */
19
- export interface HospitalConsultationTimetablesModel {
20
- /**
21
- *
22
- * @type {Array<HospitalConsultationTimetableItemModel>}
23
- * @memberof HospitalConsultationTimetablesModel
24
- */
25
- 'items'?: Array<HospitalConsultationTimetableItemModel> | null;
26
- /**
27
- *
28
- * @type {PagedListMetaData}
29
- * @memberof HospitalConsultationTimetablesModel
30
- */
31
- 'metaData'?: PagedListMetaData;
32
- }
33
- //# sourceMappingURL=hospital-consultation-timetables-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hospital-consultation-timetables-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-consultation-timetables-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AAGtG,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}