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
@@ -0,0 +1,105 @@
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 { AuditableEntityModel } from './auditable-entity-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface HospitalBranchModel
24
+ */
25
+ export interface HospitalBranchModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof HospitalBranchModel
30
+ */
31
+ 'id'?: string;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof HospitalBranchModel
36
+ */
37
+ 'languageCode'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof HospitalBranchModel
42
+ */
43
+ 'hospitalGroupId'?: string;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof HospitalBranchModel
48
+ */
49
+ 'hospitalId'?: string;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof HospitalBranchModel
54
+ */
55
+ 'order'?: number;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof HospitalBranchModel
60
+ */
61
+ 'name'?: string | null;
62
+ /**
63
+ *
64
+ * @type {boolean}
65
+ * @memberof HospitalBranchModel
66
+ */
67
+ 'isConfirmed'?: boolean;
68
+ /**
69
+ *
70
+ * @type {AuditableEntityModel}
71
+ * @memberof HospitalBranchModel
72
+ */
73
+ 'auditableEntity'?: AuditableEntityModel;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof HospitalBranchModel
78
+ */
79
+ 'hospitalGroupName'?: string | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof HospitalBranchModel
84
+ */
85
+ 'hospitalName'?: string | null;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof HospitalBranchModel
90
+ */
91
+ 'desciption'?: string | null;
92
+ /**
93
+ *
94
+ * @type {string}
95
+ * @memberof HospitalBranchModel
96
+ */
97
+ 'overview'?: string | null;
98
+ /**
99
+ *
100
+ * @type {string}
101
+ * @memberof HospitalBranchModel
102
+ */
103
+ 'content'?: string | null;
104
+ }
105
+
@@ -15,7 +15,7 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import { BookingItemModel } from './booking-item-model';
18
+ import { HospitalBranchItemModel } from './hospital-branch-item-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import { PagedListMetaData } from './paged-list-meta-data';
@@ -23,19 +23,19 @@ import { PagedListMetaData } from './paged-list-meta-data';
23
23
  /**
24
24
  *
25
25
  * @export
26
- * @interface BookingsModel
26
+ * @interface HospitalBranchesModel
27
27
  */
28
- export interface BookingsModel {
28
+ export interface HospitalBranchesModel {
29
29
  /**
30
30
  *
31
- * @type {Array<BookingItemModel>}
32
- * @memberof BookingsModel
31
+ * @type {Array<HospitalBranchItemModel>}
32
+ * @memberof HospitalBranchesModel
33
33
  */
34
- 'items'?: Array<BookingItemModel> | null;
34
+ 'items'?: Array<HospitalBranchItemModel> | null;
35
35
  /**
36
36
  *
37
37
  * @type {PagedListMetaData}
38
- * @memberof BookingsModel
38
+ * @memberof HospitalBranchesModel
39
39
  */
40
40
  'metaData'?: PagedListMetaData;
41
41
  }
@@ -15,49 +15,55 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import { DayOfWeek } from './day-of-week';
18
+ import { AuditableEntityModel } from './auditable-entity-model';
19
19
 
20
20
  /**
21
21
  *
22
22
  * @export
23
- * @interface HospitalConsultationTimetableOverrideModel
23
+ * @interface HospitalGroupItemModel
24
24
  */
25
- export interface HospitalConsultationTimetableOverrideModel {
25
+ export interface HospitalGroupItemModel {
26
26
  /**
27
27
  *
28
28
  * @type {string}
29
- * @memberof HospitalConsultationTimetableOverrideModel
29
+ * @memberof HospitalGroupItemModel
30
30
  */
31
31
  'id'?: string;
32
32
  /**
33
33
  *
34
- * @type {Date}
35
- * @memberof HospitalConsultationTimetableOverrideModel
34
+ * @type {string}
35
+ * @memberof HospitalGroupItemModel
36
36
  */
37
- 'date'?: Date;
37
+ 'logo'?: string | null;
38
38
  /**
39
39
  *
40
- * @type {DayOfWeek}
41
- * @memberof HospitalConsultationTimetableOverrideModel
40
+ * @type {string}
41
+ * @memberof HospitalGroupItemModel
42
42
  */
43
- 'dayOfWeek'?: DayOfWeek;
43
+ 'primaryHospitalId'?: string;
44
44
  /**
45
45
  *
46
46
  * @type {string}
47
- * @memberof HospitalConsultationTimetableOverrideModel
47
+ * @memberof HospitalGroupItemModel
48
48
  */
49
- 'start'?: string | null;
49
+ 'languageCode'?: string | null;
50
50
  /**
51
51
  *
52
52
  * @type {string}
53
- * @memberof HospitalConsultationTimetableOverrideModel
53
+ * @memberof HospitalGroupItemModel
54
54
  */
55
- 'end'?: string | null;
55
+ 'name'?: string | null;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}
59
- * @memberof HospitalConsultationTimetableOverrideModel
59
+ * @memberof HospitalGroupItemModel
60
+ */
61
+ 'isConfirmed'?: boolean;
62
+ /**
63
+ *
64
+ * @type {AuditableEntityModel}
65
+ * @memberof HospitalGroupItemModel
60
66
  */
61
- 'isUnavailable'?: boolean;
67
+ 'auditableEntity'?: AuditableEntityModel;
62
68
  }
63
69
 
@@ -0,0 +1,87 @@
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 { AuditableEntityModel } from './auditable-entity-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface HospitalGroupModel
24
+ */
25
+ export interface HospitalGroupModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof HospitalGroupModel
30
+ */
31
+ 'id'?: string;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof HospitalGroupModel
36
+ */
37
+ 'logo'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof HospitalGroupModel
42
+ */
43
+ 'primaryHospitalId'?: string;
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof HospitalGroupModel
48
+ */
49
+ 'languageCode'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof HospitalGroupModel
54
+ */
55
+ 'name'?: string | null;
56
+ /**
57
+ *
58
+ * @type {boolean}
59
+ * @memberof HospitalGroupModel
60
+ */
61
+ 'isConfirmed'?: boolean;
62
+ /**
63
+ *
64
+ * @type {AuditableEntityModel}
65
+ * @memberof HospitalGroupModel
66
+ */
67
+ 'auditableEntity'?: AuditableEntityModel;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof HospitalGroupModel
72
+ */
73
+ 'description'?: string | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof HospitalGroupModel
78
+ */
79
+ 'overview'?: string | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof HospitalGroupModel
84
+ */
85
+ 'content'?: string | null;
86
+ }
87
+
@@ -15,7 +15,7 @@
15
15
 
16
16
  // May contain unused imports in some cases
17
17
  // @ts-ignore
18
- import { ConsultationItemModel } from './consultation-item-model';
18
+ import { HospitalGroupItemModel } from './hospital-group-item-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import { PagedListMetaData } from './paged-list-meta-data';
@@ -23,19 +23,19 @@ import { PagedListMetaData } from './paged-list-meta-data';
23
23
  /**
24
24
  *
25
25
  * @export
26
- * @interface ConsultationsModel
26
+ * @interface HospitalGroupsModel
27
27
  */
28
- export interface ConsultationsModel {
28
+ export interface HospitalGroupsModel {
29
29
  /**
30
30
  *
31
- * @type {Array<ConsultationItemModel>}
32
- * @memberof ConsultationsModel
31
+ * @type {Array<HospitalGroupItemModel>}
32
+ * @memberof HospitalGroupsModel
33
33
  */
34
- 'items'?: Array<ConsultationItemModel> | null;
34
+ 'items'?: Array<HospitalGroupItemModel> | null;
35
35
  /**
36
36
  *
37
37
  * @type {PagedListMetaData}
38
- * @memberof ConsultationsModel
38
+ * @memberof HospitalGroupsModel
39
39
  */
40
40
  'metaData'?: PagedListMetaData;
41
41
  }
@@ -14,10 +14,12 @@ export * from './application-capabilities';
14
14
  export * from './application-list';
15
15
  export * from './application-page';
16
16
  export * from './appointment-change-log-model';
17
+ export * from './appointment-duration-statisctics-model';
17
18
  export * from './appointment-item-model';
18
19
  export * from './appointment-model';
19
20
  export * from './appointment-option-input-model';
20
21
  export * from './appointment-option-model';
22
+ export * from './appointment-statistics-model';
21
23
  export * from './appointment-status';
22
24
  export * from './appointment-timetable-model';
23
25
  export * from './appointment-timetable-override-model';
@@ -26,8 +28,6 @@ export * from './appointment-timetables-model';
26
28
  export * from './appointment-type';
27
29
  export * from './appointments-model';
28
30
  export * from './approve-appointment-command';
29
- export * from './approve-booking-command';
30
- export * from './approve-consultation-command';
31
31
  export * from './article-contributor-item-model';
32
32
  export * from './article-contributor-model';
33
33
  export * from './article-contributors-model';
@@ -48,24 +48,13 @@ export * from './bank-account-info-model';
48
48
  export * from './bank-account-infos-model';
49
49
  export * from './bank-transfer-payment-model';
50
50
  export * from './batch-add-appointment-timetable-model';
51
- export * from './batch-add-hospital-consultation-timetable-model';
52
51
  export * from './batch-appointment-timetables-result-model';
53
52
  export * from './batch-deal-package-appointment-timetables-command';
54
53
  export * from './batch-doctor-affiliation-appointment-timetables-command';
55
54
  export * from './batch-hospital-appointment-timetables-command';
56
- export * from './batch-hospital-consultation-timetable-result-model';
57
- export * from './batch-hospital-consultation-timetables-command';
58
55
  export * from './batch-hospital-specialty-appointment-timetables-command';
59
56
  export * from './batch-service-appointment-timetables-command';
60
57
  export * from './batch-update-appointment-timetable-model';
61
- export * from './batch-update-hospital-consultation-timetable-model';
62
- export * from './booking-change-log-model';
63
- export * from './booking-duration-statistics-model';
64
- export * from './booking-item-model';
65
- export * from './booking-model';
66
- export * from './booking-statistics-model';
67
- export * from './booking-status';
68
- export * from './bookings-model';
69
58
  export * from './buy-number-command';
70
59
  export * from './chadmin-item-model';
71
60
  export * from './chadmin-model';
@@ -88,14 +77,6 @@ export * from './chat-users-model';
88
77
  export * from './check-notifications-command';
89
78
  export * from './communication-user-token-model';
90
79
  export * from './confirm-email-command';
91
- export * from './consultation-change-log-model';
92
- export * from './consultation-duration-statisctics-model';
93
- export * from './consultation-item-model';
94
- export * from './consultation-model';
95
- export * from './consultation-statistics-model';
96
- export * from './consultation-status';
97
- export * from './consultation-type';
98
- export * from './consultations-model';
99
80
  export * from './contribution-type';
100
81
  export * from './contributor-item-model';
101
82
  export * from './contributor-model';
@@ -135,11 +116,12 @@ export * from './create-faq-tag-command';
135
116
  export * from './create-grade-command';
136
117
  export * from './create-hospital-accreditation-command';
137
118
  export * from './create-hospital-bank-account-info-command';
119
+ export * from './create-hospital-branch-command';
138
120
  export * from './create-hospital-command';
139
- export * from './create-hospital-consultation-timetable-command';
140
121
  export * from './create-hospital-contact-command';
141
122
  export * from './create-hospital-equipment-command';
142
123
  export * from './create-hospital-evaluation-command';
124
+ export * from './create-hospital-group-command';
143
125
  export * from './create-hospital-language-command';
144
126
  export * from './create-hospital-payment-method-command';
145
127
  export * from './create-hospital-service-command';
@@ -186,7 +168,6 @@ export * from './delete-application-command';
186
168
  export * from './delete-deal-package-appointment-timetable-overrides-command';
187
169
  export * from './delete-doctor-affiliation-appointment-timetable-overrides-command';
188
170
  export * from './delete-hospital-appointment-timetable-overrides-command';
189
- export * from './delete-hospital-consultation-timetable-override-command';
190
171
  export * from './delete-hospital-specialty-appointment-timetable-overrides-command';
191
172
  export * from './delete-service-appointment-timetable-overrides-command';
192
173
  export * from './deploy-status';
@@ -242,13 +223,10 @@ export * from './header-navigation-item-model';
242
223
  export * from './hospital-accreditation-item-model';
243
224
  export * from './hospital-accreditation-model';
244
225
  export * from './hospital-accreditations-model';
226
+ export * from './hospital-branch-item-model';
227
+ export * from './hospital-branch-model';
228
+ export * from './hospital-branches-model';
245
229
  export * from './hospital-consultation-option-model';
246
- export * from './hospital-consultation-timetable-item-model';
247
- export * from './hospital-consultation-timetable-model';
248
- export * from './hospital-consultation-timetable-override-item-model';
249
- export * from './hospital-consultation-timetable-override-model';
250
- export * from './hospital-consultation-timetable-overrides-model';
251
- export * from './hospital-consultation-timetables-model';
252
230
  export * from './hospital-contact-item-model';
253
231
  export * from './hospital-contact-model';
254
232
  export * from './hospital-contacts-model';
@@ -258,6 +236,9 @@ export * from './hospital-equipments-model';
258
236
  export * from './hospital-evaluation-item-model';
259
237
  export * from './hospital-evaluation-model';
260
238
  export * from './hospital-evaluations-model';
239
+ export * from './hospital-group-item-model';
240
+ export * from './hospital-group-model';
241
+ export * from './hospital-groups-model';
261
242
  export * from './hospital-item-model';
262
243
  export * from './hospital-language-item-model';
263
244
  export * from './hospital-languages-model';
@@ -346,8 +327,6 @@ export * from './procedure';
346
327
  export * from './recurring-interval';
347
328
  export * from './refund-policy';
348
329
  export * from './reject-appointment-command';
349
- export * from './reject-booking-command';
350
- export * from './reject-consultation-command';
351
330
  export * from './reject-reason';
352
331
  export * from './retrieve-sub-accounts-embedded';
353
332
  export * from './retrieve-sub-accounts-result';
@@ -362,8 +341,6 @@ export * from './save-footer-navigations-command';
362
341
  export * from './save-header-navigation-item-model';
363
342
  export * from './save-header-navigations-command';
364
343
  export * from './save-hospital-appointment-timetable-overrides-command';
365
- export * from './save-hospital-consultation-timetable-override-model';
366
- export * from './save-hospital-consultation-timetable-overrides-command';
367
344
  export * from './save-hospital-specialty-appointment-timetable-overrides-command';
368
345
  export * from './save-search-curations-command';
369
346
  export * from './save-service-appointment-timetable-overrides-command';
@@ -485,10 +462,11 @@ export * from './update-faq-category-command';
485
462
  export * from './update-faq-command';
486
463
  export * from './update-grade-command';
487
464
  export * from './update-hospital-bank-account-info-command';
465
+ export * from './update-hospital-branch-command';
488
466
  export * from './update-hospital-command';
489
- export * from './update-hospital-consultation-timetable-command';
490
467
  export * from './update-hospital-contact-command';
491
468
  export * from './update-hospital-equipment-command';
469
+ export * from './update-hospital-group-command';
492
470
  export * from './update-hospital-language-command';
493
471
  export * from './update-hospital-payment-method-command';
494
472
  export * from './update-hospital-service-command';
@@ -101,18 +101,6 @@ export interface UpdateDoctorAffiliationCommand {
101
101
  * @memberof UpdateDoctorAffiliationCommand
102
102
  */
103
103
  'backgroundThumbnail'?: string | null;
104
- /**
105
- *
106
- * @type {boolean}
107
- * @memberof UpdateDoctorAffiliationCommand
108
- */
109
- 'consultationEnabled'?: boolean | null;
110
- /**
111
- *
112
- * @type {number}
113
- * @memberof UpdateDoctorAffiliationCommand
114
- */
115
- 'consultationFee'?: number | null;
116
104
  /**
117
105
  *
118
106
  * @type {boolean}
@@ -0,0 +1,66 @@
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 UpdateHospitalBranchCommand
21
+ */
22
+ export interface UpdateHospitalBranchCommand {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof UpdateHospitalBranchCommand
27
+ */
28
+ 'languageCode'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof UpdateHospitalBranchCommand
33
+ */
34
+ 'name'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof UpdateHospitalBranchCommand
39
+ */
40
+ 'description'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof UpdateHospitalBranchCommand
45
+ */
46
+ 'overview'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof UpdateHospitalBranchCommand
51
+ */
52
+ 'content'?: string | null;
53
+ /**
54
+ *
55
+ * @type {boolean}
56
+ * @memberof UpdateHospitalBranchCommand
57
+ */
58
+ 'isConfirmed'?: boolean;
59
+ /**
60
+ *
61
+ * @type {number}
62
+ * @memberof UpdateHospitalBranchCommand
63
+ */
64
+ 'order'?: number | null;
65
+ }
66
+
@@ -0,0 +1,72 @@
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 UpdateHospitalGroupCommand
21
+ */
22
+ export interface UpdateHospitalGroupCommand {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof UpdateHospitalGroupCommand
27
+ */
28
+ 'languageCode'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof UpdateHospitalGroupCommand
33
+ */
34
+ 'name'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof UpdateHospitalGroupCommand
39
+ */
40
+ 'description'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof UpdateHospitalGroupCommand
45
+ */
46
+ 'overview'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof UpdateHospitalGroupCommand
51
+ */
52
+ 'content'?: string | null;
53
+ /**
54
+ *
55
+ * @type {boolean}
56
+ * @memberof UpdateHospitalGroupCommand
57
+ */
58
+ 'isConfirmed'?: boolean;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof UpdateHospitalGroupCommand
63
+ */
64
+ 'logo'?: string | null;
65
+ /**
66
+ *
67
+ * @type {string}
68
+ * @memberof UpdateHospitalGroupCommand
69
+ */
70
+ 'primaryHospitalId'?: string | null;
71
+ }
72
+