ch-admin-api-client-typescript 4.9.4 → 4.9.5

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 (228) hide show
  1. package/lib/api/appointments-api.d.ts +395 -0
  2. package/lib/api/appointments-api.d.ts.map +1 -0
  3. package/lib/api/appointments-api.js +929 -0
  4. package/lib/api/deals-api.d.ts +393 -0
  5. package/lib/api/deals-api.d.ts.map +1 -1
  6. package/lib/api/deals-api.js +912 -10
  7. package/lib/api/doctor-affiliations-api.d.ts +191 -0
  8. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  9. package/lib/api/doctor-affiliations-api.js +437 -0
  10. package/lib/api/hospitals-api.d.ts +611 -0
  11. package/lib/api/hospitals-api.d.ts.map +1 -1
  12. package/lib/api/hospitals-api.js +1439 -44
  13. package/lib/api/services-api.d.ts +8 -8
  14. package/lib/api/services-api.js +8 -8
  15. package/lib/api.d.ts +1 -0
  16. package/lib/api.d.ts.map +1 -1
  17. package/lib/api.js +1 -0
  18. package/lib/models/appointment-change-log-model.d.ts +44 -0
  19. package/lib/models/appointment-change-log-model.d.ts.map +1 -0
  20. package/lib/models/appointment-change-log-model.js +15 -0
  21. package/lib/models/appointment-item-model.d.ts +282 -0
  22. package/lib/models/appointment-item-model.d.ts.map +1 -0
  23. package/lib/models/appointment-item-model.js +15 -0
  24. package/lib/models/appointment-model.d.ts +302 -0
  25. package/lib/models/appointment-model.d.ts.map +1 -0
  26. package/lib/models/appointment-model.js +15 -0
  27. package/lib/models/appointment-option-model.d.ts +63 -0
  28. package/lib/models/appointment-option-model.d.ts.map +1 -0
  29. package/lib/models/appointment-option-model.js +15 -0
  30. package/lib/models/appointment-status.d.ts +27 -0
  31. package/lib/models/appointment-status.d.ts.map +1 -0
  32. package/lib/models/appointment-status.js +30 -0
  33. package/lib/models/appointment-timetable-model.d.ts +44 -0
  34. package/lib/models/appointment-timetable-model.d.ts.map +1 -0
  35. package/lib/models/appointment-timetable-model.js +15 -0
  36. package/lib/models/appointment-timetable-override-model.d.ts +56 -0
  37. package/lib/models/appointment-timetable-override-model.d.ts.map +1 -0
  38. package/lib/models/appointment-timetable-override-model.js +15 -0
  39. package/lib/models/appointment-timetable-overrides-model.d.ts +33 -0
  40. package/lib/models/appointment-timetable-overrides-model.d.ts.map +1 -0
  41. package/lib/models/appointment-timetable-overrides-model.js +15 -0
  42. package/lib/models/appointment-timetables-model.d.ts +33 -0
  43. package/lib/models/appointment-timetables-model.d.ts.map +1 -0
  44. package/lib/models/appointment-timetables-model.js +15 -0
  45. package/lib/models/appointment-type.d.ts +26 -0
  46. package/lib/models/appointment-type.d.ts.map +1 -0
  47. package/lib/models/appointment-type.js +29 -0
  48. package/lib/models/appointments-model.d.ts +33 -0
  49. package/lib/models/appointments-model.d.ts.map +1 -0
  50. package/lib/models/appointments-model.js +15 -0
  51. package/lib/models/approve-appointment-command.d.ts +31 -0
  52. package/lib/models/approve-appointment-command.d.ts.map +1 -0
  53. package/lib/models/approve-appointment-command.js +15 -0
  54. package/lib/models/batch-add-appointment-timetable-model.d.ts +38 -0
  55. package/lib/models/batch-add-appointment-timetable-model.d.ts.map +1 -0
  56. package/lib/models/batch-add-appointment-timetable-model.js +15 -0
  57. package/lib/models/batch-appointment-timetables-result-model.d.ts +38 -0
  58. package/lib/models/batch-appointment-timetables-result-model.d.ts.map +1 -0
  59. package/lib/models/batch-appointment-timetables-result-model.js +15 -0
  60. package/lib/models/batch-deal-appointment-timetables-command.d.ts +39 -0
  61. package/lib/models/batch-deal-appointment-timetables-command.d.ts.map +1 -0
  62. package/lib/models/batch-deal-appointment-timetables-command.js +15 -0
  63. package/lib/models/batch-deal-package-appointment-timetables-command.d.ts +39 -0
  64. package/lib/models/batch-deal-package-appointment-timetables-command.d.ts.map +1 -0
  65. package/lib/models/batch-deal-package-appointment-timetables-command.js +15 -0
  66. package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts +39 -0
  67. package/lib/models/batch-doctor-affiliation-appointment-timetables-command.d.ts.map +1 -0
  68. package/lib/models/batch-doctor-affiliation-appointment-timetables-command.js +15 -0
  69. package/lib/models/batch-hospital-appointment-timetables-command.d.ts +39 -0
  70. package/lib/models/batch-hospital-appointment-timetables-command.d.ts.map +1 -0
  71. package/lib/models/batch-hospital-appointment-timetables-command.js +15 -0
  72. package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts +39 -0
  73. package/lib/models/batch-hospital-specialty-appointment-timetables-command.d.ts.map +1 -0
  74. package/lib/models/batch-hospital-specialty-appointment-timetables-command.js +15 -0
  75. package/lib/models/batch-service-appointment-timetables-command.d.ts +39 -0
  76. package/lib/models/batch-service-appointment-timetables-command.d.ts.map +1 -0
  77. package/lib/models/batch-service-appointment-timetables-command.js +15 -0
  78. package/lib/models/batch-update-appointment-timetable-model.d.ts +44 -0
  79. package/lib/models/batch-update-appointment-timetable-model.d.ts.map +1 -0
  80. package/lib/models/batch-update-appointment-timetable-model.js +15 -0
  81. package/lib/models/create-article-command.d.ts +6 -0
  82. package/lib/models/create-article-command.d.ts.map +1 -1
  83. package/lib/models/create-deal-command.d.ts +7 -0
  84. package/lib/models/create-deal-command.d.ts.map +1 -1
  85. package/lib/models/create-deal-package-command.d.ts +7 -0
  86. package/lib/models/create-deal-package-command.d.ts.map +1 -1
  87. package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
  88. package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
  89. package/lib/models/create-hospital-command.d.ts +7 -0
  90. package/lib/models/create-hospital-command.d.ts.map +1 -1
  91. package/lib/models/create-hospital-service-command.d.ts +7 -0
  92. package/lib/models/create-hospital-service-command.d.ts.map +1 -1
  93. package/lib/models/create-hospital-specialty-command.d.ts +7 -0
  94. package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
  95. package/lib/models/deal-item-model.d.ts +7 -0
  96. package/lib/models/deal-item-model.d.ts.map +1 -1
  97. package/lib/models/deal-model.d.ts +7 -0
  98. package/lib/models/deal-model.d.ts.map +1 -1
  99. package/lib/models/deal-package-item-model.d.ts +7 -0
  100. package/lib/models/deal-package-item-model.d.ts.map +1 -1
  101. package/lib/models/deal-package-model.d.ts +7 -0
  102. package/lib/models/deal-package-model.d.ts.map +1 -1
  103. package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
  104. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  105. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  106. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  107. package/lib/models/hospital-item-model.d.ts +7 -0
  108. package/lib/models/hospital-item-model.d.ts.map +1 -1
  109. package/lib/models/hospital-model.d.ts +7 -0
  110. package/lib/models/hospital-model.d.ts.map +1 -1
  111. package/lib/models/hospital-service-item-model.d.ts +7 -0
  112. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  113. package/lib/models/hospital-service-model.d.ts +7 -0
  114. package/lib/models/hospital-service-model.d.ts.map +1 -1
  115. package/lib/models/hospital-specialty-item-model.d.ts +7 -0
  116. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  117. package/lib/models/hospital-specialty-model.d.ts +7 -0
  118. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  119. package/lib/models/index.d.ts +30 -0
  120. package/lib/models/index.d.ts.map +1 -1
  121. package/lib/models/index.js +30 -0
  122. package/lib/models/notification-code.d.ts +9 -0
  123. package/lib/models/notification-code.d.ts.map +1 -1
  124. package/lib/models/notification-code.js +10 -1
  125. package/lib/models/reject-appointment-command.d.ts +32 -0
  126. package/lib/models/reject-appointment-command.d.ts.map +1 -0
  127. package/lib/models/reject-appointment-command.js +15 -0
  128. package/lib/models/save-appointment-timetable-override-model.d.ts +43 -0
  129. package/lib/models/save-appointment-timetable-override-model.d.ts.map +1 -0
  130. package/lib/models/save-appointment-timetable-override-model.js +15 -0
  131. package/lib/models/save-appointment-timetable-overrides-result-model.d.ts +26 -0
  132. package/lib/models/save-appointment-timetable-overrides-result-model.d.ts.map +1 -0
  133. package/lib/models/save-appointment-timetable-overrides-result-model.js +15 -0
  134. package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts +26 -0
  135. package/lib/models/save-deal-appointment-timetable-overrides-command.d.ts.map +1 -0
  136. package/lib/models/save-deal-appointment-timetable-overrides-command.js +15 -0
  137. package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts +26 -0
  138. package/lib/models/save-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
  139. package/lib/models/save-deal-package-appointment-timetable-overrides-command.js +15 -0
  140. package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts +26 -0
  141. package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
  142. package/lib/models/save-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
  143. package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts +26 -0
  144. package/lib/models/save-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
  145. package/lib/models/save-hospital-appointment-timetable-overrides-command.js +15 -0
  146. package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts +26 -0
  147. package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
  148. package/lib/models/save-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
  149. package/lib/models/save-service-appointment-timetable-overrides-command.d.ts +26 -0
  150. package/lib/models/save-service-appointment-timetable-overrides-command.d.ts.map +1 -0
  151. package/lib/models/save-service-appointment-timetable-overrides-command.js +15 -0
  152. package/lib/models/update-deal-command.d.ts +7 -0
  153. package/lib/models/update-deal-command.d.ts.map +1 -1
  154. package/lib/models/update-deal-package-command.d.ts +7 -0
  155. package/lib/models/update-deal-package-command.d.ts.map +1 -1
  156. package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
  157. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  158. package/lib/models/update-hospital-command.d.ts +7 -0
  159. package/lib/models/update-hospital-command.d.ts.map +1 -1
  160. package/lib/models/update-hospital-service-command.d.ts +7 -0
  161. package/lib/models/update-hospital-service-command.d.ts.map +1 -1
  162. package/lib/models/update-hospital-specialty-command.d.ts +7 -0
  163. package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
  164. package/package.json +1 -1
  165. package/src/.openapi-generator/FILES +31 -0
  166. package/src/api/appointments-api.ts +802 -0
  167. package/src/api/deals-api.ts +842 -8
  168. package/src/api/doctor-affiliations-api.ts +408 -0
  169. package/src/api/hospitals-api.ts +1412 -124
  170. package/src/api/services-api.ts +8 -8
  171. package/src/api.ts +1 -0
  172. package/src/models/appointment-change-log-model.ts +51 -0
  173. package/src/models/appointment-item-model.ts +297 -0
  174. package/src/models/appointment-model.ts +321 -0
  175. package/src/models/appointment-option-model.ts +72 -0
  176. package/src/models/appointment-status.ts +36 -0
  177. package/src/models/appointment-timetable-model.ts +51 -0
  178. package/src/models/appointment-timetable-override-model.ts +63 -0
  179. package/src/models/appointment-timetable-overrides-model.ts +42 -0
  180. package/src/models/appointment-timetables-model.ts +42 -0
  181. package/src/models/appointment-type.ts +35 -0
  182. package/src/models/appointments-model.ts +42 -0
  183. package/src/models/approve-appointment-command.ts +36 -0
  184. package/src/models/batch-add-appointment-timetable-model.ts +45 -0
  185. package/src/models/batch-appointment-timetables-result-model.ts +45 -0
  186. package/src/models/batch-deal-appointment-timetables-command.ts +48 -0
  187. package/src/models/batch-deal-package-appointment-timetables-command.ts +48 -0
  188. package/src/models/batch-doctor-affiliation-appointment-timetables-command.ts +48 -0
  189. package/src/models/batch-hospital-appointment-timetables-command.ts +48 -0
  190. package/src/models/batch-hospital-specialty-appointment-timetables-command.ts +48 -0
  191. package/src/models/batch-service-appointment-timetables-command.ts +48 -0
  192. package/src/models/batch-update-appointment-timetable-model.ts +51 -0
  193. package/src/models/create-article-command.ts +6 -0
  194. package/src/models/create-deal-command.ts +9 -0
  195. package/src/models/create-deal-package-command.ts +9 -0
  196. package/src/models/create-doctor-affiliation-command.ts +9 -0
  197. package/src/models/create-hospital-command.ts +9 -0
  198. package/src/models/create-hospital-service-command.ts +9 -0
  199. package/src/models/create-hospital-specialty-command.ts +9 -0
  200. package/src/models/deal-item-model.ts +9 -0
  201. package/src/models/deal-model.ts +9 -0
  202. package/src/models/deal-package-item-model.ts +9 -0
  203. package/src/models/deal-package-model.ts +9 -0
  204. package/src/models/doctor-affiliation-item-model.ts +9 -0
  205. package/src/models/doctor-affiliation-model.ts +9 -0
  206. package/src/models/hospital-item-model.ts +9 -0
  207. package/src/models/hospital-model.ts +9 -0
  208. package/src/models/hospital-service-item-model.ts +9 -0
  209. package/src/models/hospital-service-model.ts +9 -0
  210. package/src/models/hospital-specialty-item-model.ts +9 -0
  211. package/src/models/hospital-specialty-model.ts +9 -0
  212. package/src/models/index.ts +30 -0
  213. package/src/models/notification-code.ts +10 -1
  214. package/src/models/reject-appointment-command.ts +39 -0
  215. package/src/models/save-appointment-timetable-override-model.ts +48 -0
  216. package/src/models/save-appointment-timetable-overrides-result-model.ts +33 -0
  217. package/src/models/save-deal-appointment-timetable-overrides-command.ts +33 -0
  218. package/src/models/save-deal-package-appointment-timetable-overrides-command.ts +33 -0
  219. package/src/models/save-doctor-affiliation-appointment-timetable-overrides-command.ts +33 -0
  220. package/src/models/save-hospital-appointment-timetable-overrides-command.ts +33 -0
  221. package/src/models/save-hospital-specialty-appointment-timetable-overrides-command.ts +33 -0
  222. package/src/models/save-service-appointment-timetable-overrides-command.ts +33 -0
  223. package/src/models/update-deal-command.ts +9 -0
  224. package/src/models/update-deal-package-command.ts +9 -0
  225. package/src/models/update-doctor-affiliation-command.ts +9 -0
  226. package/src/models/update-hospital-command.ts +9 -0
  227. package/src/models/update-hospital-service-command.ts +9 -0
  228. package/src/models/update-hospital-specialty-command.ts +9 -0
@@ -0,0 +1,33 @@
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 { AppointmentTimetableModel } from './appointment-timetable-model';
13
+ import { PagedListMetaData } from './paged-list-meta-data';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface AppointmentTimetablesModel
18
+ */
19
+ export interface AppointmentTimetablesModel {
20
+ /**
21
+ *
22
+ * @type {Array<AppointmentTimetableModel>}
23
+ * @memberof AppointmentTimetablesModel
24
+ */
25
+ 'items'?: Array<AppointmentTimetableModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof AppointmentTimetablesModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=appointment-timetables-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointment-timetables-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-timetables-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAG1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,26 @@
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 AppointmentType: {
18
+ readonly Hospital: "Hospital";
19
+ readonly Doctor: "Doctor";
20
+ readonly Deal: "Deal";
21
+ readonly DealPackage: "DealPackage";
22
+ readonly HospitalSpecialty: "HospitalSpecialty";
23
+ readonly HospitalService: "HospitalService";
24
+ };
25
+ export type AppointmentType = typeof AppointmentType[keyof typeof AppointmentType];
26
+ //# sourceMappingURL=appointment-type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointment-type.d.ts","sourceRoot":"","sources":["../../src/models/appointment-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,eAAe;;;;;;;CAOlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
@@ -0,0 +1,29 @@
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.AppointmentType = void 0;
17
+ /**
18
+ *
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.AppointmentType = {
23
+ Hospital: 'Hospital',
24
+ Doctor: 'Doctor',
25
+ Deal: 'Deal',
26
+ DealPackage: 'DealPackage',
27
+ HospitalSpecialty: 'HospitalSpecialty',
28
+ HospitalService: 'HospitalService'
29
+ };
@@ -0,0 +1,33 @@
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 { AppointmentItemModel } from './appointment-item-model';
13
+ import { PagedListMetaData } from './paged-list-meta-data';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface AppointmentsModel
18
+ */
19
+ export interface AppointmentsModel {
20
+ /**
21
+ *
22
+ * @type {Array<AppointmentItemModel>}
23
+ * @memberof AppointmentsModel
24
+ */
25
+ 'items'?: Array<AppointmentItemModel> | null;
26
+ /**
27
+ *
28
+ * @type {PagedListMetaData}
29
+ * @memberof AppointmentsModel
30
+ */
31
+ 'metaData'?: PagedListMetaData;
32
+ }
33
+ //# sourceMappingURL=appointments-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointments-model.d.ts","sourceRoot":"","sources":["../../src/models/appointments-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,31 @@
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
+ * @interface ApproveAppointmentCommand
16
+ */
17
+ export interface ApproveAppointmentCommand {
18
+ /**
19
+ *
20
+ * @type {Date}
21
+ * @memberof ApproveAppointmentCommand
22
+ */
23
+ 'confirmedDateStart'?: Date | null;
24
+ /**
25
+ *
26
+ * @type {Date}
27
+ * @memberof ApproveAppointmentCommand
28
+ */
29
+ 'confirmedDateEnd'?: Date | null;
30
+ }
31
+ //# sourceMappingURL=approve-appointment-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"approve-appointment-command.d.ts","sourceRoot":"","sources":["../../src/models/approve-appointment-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACpC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,38 @@
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 BatchAddAppointmentTimetableModel
17
+ */
18
+ export interface BatchAddAppointmentTimetableModel {
19
+ /**
20
+ *
21
+ * @type {DayOfWeek}
22
+ * @memberof BatchAddAppointmentTimetableModel
23
+ */
24
+ 'dayOfWeek'?: DayOfWeek;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof BatchAddAppointmentTimetableModel
29
+ */
30
+ 'start'?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof BatchAddAppointmentTimetableModel
35
+ */
36
+ 'end'?: string | null;
37
+ }
38
+ //# sourceMappingURL=batch-add-appointment-timetable-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-add-appointment-timetable-model.d.ts","sourceRoot":"","sources":["../../src/models/batch-add-appointment-timetable-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;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"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,38 @@
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 { AppointmentTimetableModel } from './appointment-timetable-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface BatchAppointmentTimetablesResultModel
17
+ */
18
+ export interface BatchAppointmentTimetablesResultModel {
19
+ /**
20
+ *
21
+ * @type {Array<AppointmentTimetableModel>}
22
+ * @memberof BatchAppointmentTimetablesResultModel
23
+ */
24
+ 'adds'?: Array<AppointmentTimetableModel> | null;
25
+ /**
26
+ *
27
+ * @type {Array<AppointmentTimetableModel>}
28
+ * @memberof BatchAppointmentTimetablesResultModel
29
+ */
30
+ 'updates'?: Array<AppointmentTimetableModel> | null;
31
+ /**
32
+ *
33
+ * @type {Array<string>}
34
+ * @memberof BatchAppointmentTimetablesResultModel
35
+ */
36
+ 'deletes'?: Array<string> | null;
37
+ }
38
+ //# sourceMappingURL=batch-appointment-timetables-result-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-appointment-timetables-result-model.d.ts","sourceRoot":"","sources":["../../src/models/batch-appointment-timetables-result-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAE1E;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IACjD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,39 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
13
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface BatchDealAppointmentTimetablesCommand
18
+ */
19
+ export interface BatchDealAppointmentTimetablesCommand {
20
+ /**
21
+ *
22
+ * @type {Array<BatchAddAppointmentTimetableModel>}
23
+ * @memberof BatchDealAppointmentTimetablesCommand
24
+ */
25
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
26
+ /**
27
+ *
28
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
29
+ * @memberof BatchDealAppointmentTimetablesCommand
30
+ */
31
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
32
+ /**
33
+ *
34
+ * @type {Array<string>}
35
+ * @memberof BatchDealAppointmentTimetablesCommand
36
+ */
37
+ 'deletes'?: Array<string> | null;
38
+ }
39
+ //# sourceMappingURL=batch-deal-appointment-timetables-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-deal-appointment-timetables-command.d.ts","sourceRoot":"","sources":["../../src/models/batch-deal-appointment-timetables-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAElG;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,39 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
13
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface BatchDealPackageAppointmentTimetablesCommand
18
+ */
19
+ export interface BatchDealPackageAppointmentTimetablesCommand {
20
+ /**
21
+ *
22
+ * @type {Array<BatchAddAppointmentTimetableModel>}
23
+ * @memberof BatchDealPackageAppointmentTimetablesCommand
24
+ */
25
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
26
+ /**
27
+ *
28
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
29
+ * @memberof BatchDealPackageAppointmentTimetablesCommand
30
+ */
31
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
32
+ /**
33
+ *
34
+ * @type {Array<string>}
35
+ * @memberof BatchDealPackageAppointmentTimetablesCommand
36
+ */
37
+ 'deletes'?: Array<string> | null;
38
+ }
39
+ //# sourceMappingURL=batch-deal-package-appointment-timetables-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-deal-package-appointment-timetables-command.d.ts","sourceRoot":"","sources":["../../src/models/batch-deal-package-appointment-timetables-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAElG;;;;GAIG;AACH,MAAM,WAAW,4CAA4C;IACzD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,39 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
13
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface BatchDoctorAffiliationAppointmentTimetablesCommand
18
+ */
19
+ export interface BatchDoctorAffiliationAppointmentTimetablesCommand {
20
+ /**
21
+ *
22
+ * @type {Array<BatchAddAppointmentTimetableModel>}
23
+ * @memberof BatchDoctorAffiliationAppointmentTimetablesCommand
24
+ */
25
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
26
+ /**
27
+ *
28
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
29
+ * @memberof BatchDoctorAffiliationAppointmentTimetablesCommand
30
+ */
31
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
32
+ /**
33
+ *
34
+ * @type {Array<string>}
35
+ * @memberof BatchDoctorAffiliationAppointmentTimetablesCommand
36
+ */
37
+ 'deletes'?: Array<string> | null;
38
+ }
39
+ //# sourceMappingURL=batch-doctor-affiliation-appointment-timetables-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-doctor-affiliation-appointment-timetables-command.d.ts","sourceRoot":"","sources":["../../src/models/batch-doctor-affiliation-appointment-timetables-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAElG;;;;GAIG;AACH,MAAM,WAAW,kDAAkD;IAC/D;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,39 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
13
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface BatchHospitalAppointmentTimetablesCommand
18
+ */
19
+ export interface BatchHospitalAppointmentTimetablesCommand {
20
+ /**
21
+ *
22
+ * @type {Array<BatchAddAppointmentTimetableModel>}
23
+ * @memberof BatchHospitalAppointmentTimetablesCommand
24
+ */
25
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
26
+ /**
27
+ *
28
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
29
+ * @memberof BatchHospitalAppointmentTimetablesCommand
30
+ */
31
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
32
+ /**
33
+ *
34
+ * @type {Array<string>}
35
+ * @memberof BatchHospitalAppointmentTimetablesCommand
36
+ */
37
+ 'deletes'?: Array<string> | null;
38
+ }
39
+ //# sourceMappingURL=batch-hospital-appointment-timetables-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-hospital-appointment-timetables-command.d.ts","sourceRoot":"","sources":["../../src/models/batch-hospital-appointment-timetables-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAElG;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpC"}
@@ -0,0 +1,15 @@
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 });
@@ -0,0 +1,39 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
13
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface BatchHospitalSpecialtyAppointmentTimetablesCommand
18
+ */
19
+ export interface BatchHospitalSpecialtyAppointmentTimetablesCommand {
20
+ /**
21
+ *
22
+ * @type {Array<BatchAddAppointmentTimetableModel>}
23
+ * @memberof BatchHospitalSpecialtyAppointmentTimetablesCommand
24
+ */
25
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
26
+ /**
27
+ *
28
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
29
+ * @memberof BatchHospitalSpecialtyAppointmentTimetablesCommand
30
+ */
31
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
32
+ /**
33
+ *
34
+ * @type {Array<string>}
35
+ * @memberof BatchHospitalSpecialtyAppointmentTimetablesCommand
36
+ */
37
+ 'deletes'?: Array<string> | null;
38
+ }
39
+ //# sourceMappingURL=batch-hospital-specialty-appointment-timetables-command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batch-hospital-specialty-appointment-timetables-command.d.ts","sourceRoot":"","sources":["../../src/models/batch-hospital-specialty-appointment-timetables-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAElG;;;;GAIG;AACH,MAAM,WAAW,kDAAkD;IAC/D;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CACpC"}
@@ -0,0 +1,15 @@
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 });