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,36 @@
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
+ * @interface ApproveAppointmentCommand
21
+ */
22
+ export interface ApproveAppointmentCommand {
23
+ /**
24
+ *
25
+ * @type {Date}
26
+ * @memberof ApproveAppointmentCommand
27
+ */
28
+ 'confirmedDateStart'?: Date | null;
29
+ /**
30
+ *
31
+ * @type {Date}
32
+ * @memberof ApproveAppointmentCommand
33
+ */
34
+ 'confirmedDateEnd'?: Date | null;
35
+ }
36
+
@@ -0,0 +1,45 @@
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 BatchAddAppointmentTimetableModel
24
+ */
25
+ export interface BatchAddAppointmentTimetableModel {
26
+ /**
27
+ *
28
+ * @type {DayOfWeek}
29
+ * @memberof BatchAddAppointmentTimetableModel
30
+ */
31
+ 'dayOfWeek'?: DayOfWeek;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof BatchAddAppointmentTimetableModel
36
+ */
37
+ 'start'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof BatchAddAppointmentTimetableModel
42
+ */
43
+ 'end'?: string | null;
44
+ }
45
+
@@ -0,0 +1,45 @@
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 { AppointmentTimetableModel } from './appointment-timetable-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface BatchAppointmentTimetablesResultModel
24
+ */
25
+ export interface BatchAppointmentTimetablesResultModel {
26
+ /**
27
+ *
28
+ * @type {Array<AppointmentTimetableModel>}
29
+ * @memberof BatchAppointmentTimetablesResultModel
30
+ */
31
+ 'adds'?: Array<AppointmentTimetableModel> | null;
32
+ /**
33
+ *
34
+ * @type {Array<AppointmentTimetableModel>}
35
+ * @memberof BatchAppointmentTimetablesResultModel
36
+ */
37
+ 'updates'?: Array<AppointmentTimetableModel> | null;
38
+ /**
39
+ *
40
+ * @type {Array<string>}
41
+ * @memberof BatchAppointmentTimetablesResultModel
42
+ */
43
+ 'deletes'?: Array<string> | null;
44
+ }
45
+
@@ -0,0 +1,48 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface BatchDealAppointmentTimetablesCommand
27
+ */
28
+ export interface BatchDealAppointmentTimetablesCommand {
29
+ /**
30
+ *
31
+ * @type {Array<BatchAddAppointmentTimetableModel>}
32
+ * @memberof BatchDealAppointmentTimetablesCommand
33
+ */
34
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
35
+ /**
36
+ *
37
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
38
+ * @memberof BatchDealAppointmentTimetablesCommand
39
+ */
40
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
41
+ /**
42
+ *
43
+ * @type {Array<string>}
44
+ * @memberof BatchDealAppointmentTimetablesCommand
45
+ */
46
+ 'deletes'?: Array<string> | null;
47
+ }
48
+
@@ -0,0 +1,48 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface BatchDealPackageAppointmentTimetablesCommand
27
+ */
28
+ export interface BatchDealPackageAppointmentTimetablesCommand {
29
+ /**
30
+ *
31
+ * @type {Array<BatchAddAppointmentTimetableModel>}
32
+ * @memberof BatchDealPackageAppointmentTimetablesCommand
33
+ */
34
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
35
+ /**
36
+ *
37
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
38
+ * @memberof BatchDealPackageAppointmentTimetablesCommand
39
+ */
40
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
41
+ /**
42
+ *
43
+ * @type {Array<string>}
44
+ * @memberof BatchDealPackageAppointmentTimetablesCommand
45
+ */
46
+ 'deletes'?: Array<string> | null;
47
+ }
48
+
@@ -0,0 +1,48 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface BatchDoctorAffiliationAppointmentTimetablesCommand
27
+ */
28
+ export interface BatchDoctorAffiliationAppointmentTimetablesCommand {
29
+ /**
30
+ *
31
+ * @type {Array<BatchAddAppointmentTimetableModel>}
32
+ * @memberof BatchDoctorAffiliationAppointmentTimetablesCommand
33
+ */
34
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
35
+ /**
36
+ *
37
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
38
+ * @memberof BatchDoctorAffiliationAppointmentTimetablesCommand
39
+ */
40
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
41
+ /**
42
+ *
43
+ * @type {Array<string>}
44
+ * @memberof BatchDoctorAffiliationAppointmentTimetablesCommand
45
+ */
46
+ 'deletes'?: Array<string> | null;
47
+ }
48
+
@@ -0,0 +1,48 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface BatchHospitalAppointmentTimetablesCommand
27
+ */
28
+ export interface BatchHospitalAppointmentTimetablesCommand {
29
+ /**
30
+ *
31
+ * @type {Array<BatchAddAppointmentTimetableModel>}
32
+ * @memberof BatchHospitalAppointmentTimetablesCommand
33
+ */
34
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
35
+ /**
36
+ *
37
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
38
+ * @memberof BatchHospitalAppointmentTimetablesCommand
39
+ */
40
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
41
+ /**
42
+ *
43
+ * @type {Array<string>}
44
+ * @memberof BatchHospitalAppointmentTimetablesCommand
45
+ */
46
+ 'deletes'?: Array<string> | null;
47
+ }
48
+
@@ -0,0 +1,48 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface BatchHospitalSpecialtyAppointmentTimetablesCommand
27
+ */
28
+ export interface BatchHospitalSpecialtyAppointmentTimetablesCommand {
29
+ /**
30
+ *
31
+ * @type {Array<BatchAddAppointmentTimetableModel>}
32
+ * @memberof BatchHospitalSpecialtyAppointmentTimetablesCommand
33
+ */
34
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
35
+ /**
36
+ *
37
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
38
+ * @memberof BatchHospitalSpecialtyAppointmentTimetablesCommand
39
+ */
40
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
41
+ /**
42
+ *
43
+ * @type {Array<string>}
44
+ * @memberof BatchHospitalSpecialtyAppointmentTimetablesCommand
45
+ */
46
+ 'deletes'?: Array<string> | null;
47
+ }
48
+
@@ -0,0 +1,48 @@
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 { BatchAddAppointmentTimetableModel } from './batch-add-appointment-timetable-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { BatchUpdateAppointmentTimetableModel } from './batch-update-appointment-timetable-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface BatchServiceAppointmentTimetablesCommand
27
+ */
28
+ export interface BatchServiceAppointmentTimetablesCommand {
29
+ /**
30
+ *
31
+ * @type {Array<BatchAddAppointmentTimetableModel>}
32
+ * @memberof BatchServiceAppointmentTimetablesCommand
33
+ */
34
+ 'adds'?: Array<BatchAddAppointmentTimetableModel> | null;
35
+ /**
36
+ *
37
+ * @type {Array<BatchUpdateAppointmentTimetableModel>}
38
+ * @memberof BatchServiceAppointmentTimetablesCommand
39
+ */
40
+ 'updates'?: Array<BatchUpdateAppointmentTimetableModel> | null;
41
+ /**
42
+ *
43
+ * @type {Array<string>}
44
+ * @memberof BatchServiceAppointmentTimetablesCommand
45
+ */
46
+ 'deletes'?: Array<string> | null;
47
+ }
48
+
@@ -0,0 +1,51 @@
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 BatchUpdateAppointmentTimetableModel
24
+ */
25
+ export interface BatchUpdateAppointmentTimetableModel {
26
+ /**
27
+ *
28
+ * @type {DayOfWeek}
29
+ * @memberof BatchUpdateAppointmentTimetableModel
30
+ */
31
+ 'dayOfWeek'?: DayOfWeek;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof BatchUpdateAppointmentTimetableModel
36
+ */
37
+ 'start'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof BatchUpdateAppointmentTimetableModel
42
+ */
43
+ 'end'?: string | null;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof BatchUpdateAppointmentTimetableModel
48
+ */
49
+ 'id'?: string;
50
+ }
51
+
@@ -32,6 +32,12 @@ import { MediaModel } from './media-model';
32
32
  * @interface CreateArticleCommand
33
33
  */
34
34
  export interface CreateArticleCommand {
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof CreateArticleCommand
39
+ */
40
+ 'languageCode'?: string | null;
35
41
  /**
36
42
  *
37
43
  * @type {string}
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { MarketingType } from './marketing-type';
@@ -77,5 +80,11 @@ export interface CreateDealCommand {
77
80
  * @memberof CreateDealCommand
78
81
  */
79
82
  'order'?: number;
83
+ /**
84
+ *
85
+ * @type {AppointmentOptionModel}
86
+ * @memberof CreateDealCommand
87
+ */
88
+ 'appointmentOption'?: AppointmentOptionModel;
80
89
  }
81
90
 
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { RefundPolicy } from './refund-policy';
@@ -59,5 +62,11 @@ export interface CreateDealPackageCommand {
59
62
  * @memberof CreateDealPackageCommand
60
63
  */
61
64
  'price'?: number;
65
+ /**
66
+ *
67
+ * @type {AppointmentOptionModel}
68
+ * @memberof CreateDealPackageCommand
69
+ */
70
+ 'appointmentOption'?: AppointmentOptionModel;
62
71
  }
63
72
 
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { MediaModel } from './media-model';
@@ -119,5 +122,11 @@ export interface CreateDoctorAffiliationCommand {
119
122
  * @memberof CreateDoctorAffiliationCommand
120
123
  */
121
124
  'medias'?: Array<MediaModel> | null;
125
+ /**
126
+ *
127
+ * @type {AppointmentOptionModel}
128
+ * @memberof CreateDoctorAffiliationCommand
129
+ */
130
+ 'appointmentOption'?: AppointmentOptionModel;
122
131
  }
123
132
 
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { HospitalConsultationOptionModel } from './hospital-consultation-option-model';
@@ -167,5 +170,11 @@ export interface CreateHospitalCommand {
167
170
  * @memberof CreateHospitalCommand
168
171
  */
169
172
  'consultationOption'?: HospitalConsultationOptionModel;
173
+ /**
174
+ *
175
+ * @type {AppointmentOptionModel}
176
+ * @memberof CreateHospitalCommand
177
+ */
178
+ 'appointmentOption'?: AppointmentOptionModel;
170
179
  }
171
180
 
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { MediaModel } from './media-model';
@@ -104,6 +107,12 @@ export interface CreateHospitalServiceCommand {
104
107
  * @memberof CreateHospitalServiceCommand
105
108
  */
106
109
  'photoThumbnail'?: string | null;
110
+ /**
111
+ *
112
+ * @type {AppointmentOptionModel}
113
+ * @memberof CreateHospitalServiceCommand
114
+ */
115
+ 'appointmentOption'?: AppointmentOptionModel;
107
116
  /**
108
117
  *
109
118
  * @type {Array<MediaModel>}
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { MediaModel } from './media-model';
@@ -89,6 +92,12 @@ export interface CreateHospitalSpecialtyCommand {
89
92
  * @memberof CreateHospitalSpecialtyCommand
90
93
  */
91
94
  'backgroundThumbnail'?: string | null;
95
+ /**
96
+ *
97
+ * @type {AppointmentOptionModel}
98
+ * @memberof CreateHospitalSpecialtyCommand
99
+ */
100
+ 'appointmentOption'?: AppointmentOptionModel;
92
101
  /**
93
102
  *
94
103
  * @type {Array<MediaModel>}
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { AuditableEntity } from './auditable-entity';
@@ -110,6 +113,12 @@ export interface DealItemModel {
110
113
  * @memberof DealItemModel
111
114
  */
112
115
  'order'?: number;
116
+ /**
117
+ *
118
+ * @type {AppointmentOptionModel}
119
+ * @memberof DealItemModel
120
+ */
121
+ 'appointmentOption'?: AppointmentOptionModel;
113
122
  /**
114
123
  *
115
124
  * @type {AuditableEntity}
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { AppointmentOptionModel } from './appointment-option-model';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import { AuditableEntity } from './auditable-entity';
@@ -110,6 +113,12 @@ export interface DealModel {
110
113
  * @memberof DealModel
111
114
  */
112
115
  'order'?: number;
116
+ /**
117
+ *
118
+ * @type {AppointmentOptionModel}
119
+ * @memberof DealModel
120
+ */
121
+ 'appointmentOption'?: AppointmentOptionModel;
113
122
  /**
114
123
  *
115
124
  * @type {AuditableEntity}