ch-api-client-typescript2 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 (118) hide show
  1. package/lib/api/appointments-api.d.ts +296 -0
  2. package/lib/api/appointments-api.d.ts.map +1 -0
  3. package/lib/api/appointments-api.js +703 -0
  4. package/lib/api/deals-api.d.ts +103 -0
  5. package/lib/api/deals-api.d.ts.map +1 -1
  6. package/lib/api/deals-api.js +233 -0
  7. package/lib/api/doctor-affiliations-api.d.ts +50 -0
  8. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  9. package/lib/api/doctor-affiliations-api.js +113 -0
  10. package/lib/api/hospitals-api.d.ts +160 -0
  11. package/lib/api/hospitals-api.d.ts.map +1 -1
  12. package/lib/api/hospitals-api.js +360 -0
  13. package/lib/api.d.ts +1 -0
  14. package/lib/api.d.ts.map +1 -1
  15. package/lib/api.js +1 -0
  16. package/lib/models/appointment-change-log-model.d.ts +44 -0
  17. package/lib/models/appointment-change-log-model.d.ts.map +1 -0
  18. package/lib/models/appointment-change-log-model.js +15 -0
  19. package/lib/models/appointment-item-model.d.ts +305 -0
  20. package/lib/models/appointment-item-model.d.ts.map +1 -0
  21. package/lib/models/appointment-item-model.js +15 -0
  22. package/lib/models/appointment-model.d.ts +325 -0
  23. package/lib/models/appointment-model.d.ts.map +1 -0
  24. package/lib/models/appointment-model.js +15 -0
  25. package/lib/models/appointment-option-model.d.ts +49 -0
  26. package/lib/models/appointment-option-model.d.ts.map +1 -0
  27. package/lib/models/appointment-option-model.js +15 -0
  28. package/lib/models/appointment-status.d.ts +27 -0
  29. package/lib/models/appointment-status.d.ts.map +1 -0
  30. package/lib/models/appointment-status.js +30 -0
  31. package/lib/models/appointment-timetable-date-model.d.ts +58 -0
  32. package/lib/models/appointment-timetable-date-model.d.ts.map +1 -0
  33. package/lib/models/appointment-timetable-date-model.js +15 -0
  34. package/lib/models/appointment-timetable-status.d.ts +22 -0
  35. package/lib/models/appointment-timetable-status.d.ts.map +1 -0
  36. package/lib/models/appointment-timetable-status.js +25 -0
  37. package/lib/models/appointment-timetable-time-slot-model.d.ts +56 -0
  38. package/lib/models/appointment-timetable-time-slot-model.d.ts.map +1 -0
  39. package/lib/models/appointment-timetable-time-slot-model.js +15 -0
  40. package/lib/models/appointment-timetables-model.d.ts +44 -0
  41. package/lib/models/appointment-timetables-model.d.ts.map +1 -0
  42. package/lib/models/appointment-timetables-model.js +15 -0
  43. package/lib/models/appointment-type.d.ts +26 -0
  44. package/lib/models/appointment-type.d.ts.map +1 -0
  45. package/lib/models/appointment-type.js +29 -0
  46. package/lib/models/appointments-model.d.ts +33 -0
  47. package/lib/models/appointments-model.d.ts.map +1 -0
  48. package/lib/models/appointments-model.js +15 -0
  49. package/lib/models/create-appointment-command.d.ts +153 -0
  50. package/lib/models/create-appointment-command.d.ts.map +1 -0
  51. package/lib/models/create-appointment-command.js +15 -0
  52. package/lib/models/deal-item-model.d.ts +7 -0
  53. package/lib/models/deal-item-model.d.ts.map +1 -1
  54. package/lib/models/deal-model.d.ts +7 -0
  55. package/lib/models/deal-model.d.ts.map +1 -1
  56. package/lib/models/deal-package-item-model.d.ts +7 -0
  57. package/lib/models/deal-package-item-model.d.ts.map +1 -1
  58. package/lib/models/deal-package-model.d.ts +7 -0
  59. package/lib/models/deal-package-model.d.ts.map +1 -1
  60. package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
  61. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  62. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  63. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  64. package/lib/models/hospital-item-model.d.ts +7 -0
  65. package/lib/models/hospital-item-model.d.ts.map +1 -1
  66. package/lib/models/hospital-model.d.ts +7 -0
  67. package/lib/models/hospital-model.d.ts.map +1 -1
  68. package/lib/models/hospital-service-item-model.d.ts +7 -0
  69. package/lib/models/hospital-service-item-model.d.ts.map +1 -1
  70. package/lib/models/hospital-service-model.d.ts +7 -0
  71. package/lib/models/hospital-service-model.d.ts.map +1 -1
  72. package/lib/models/hospital-specialty-item-model.d.ts +7 -0
  73. package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
  74. package/lib/models/hospital-specialty-model.d.ts +7 -0
  75. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  76. package/lib/models/index.d.ts +13 -0
  77. package/lib/models/index.d.ts.map +1 -1
  78. package/lib/models/index.js +13 -0
  79. package/lib/models/notification-code.d.ts +9 -0
  80. package/lib/models/notification-code.d.ts.map +1 -1
  81. package/lib/models/notification-code.js +10 -1
  82. package/lib/models/update-appointment-command.d.ts +98 -0
  83. package/lib/models/update-appointment-command.d.ts.map +1 -0
  84. package/lib/models/update-appointment-command.js +15 -0
  85. package/package.json +1 -1
  86. package/src/.openapi-generator/FILES +14 -0
  87. package/src/api/appointments-api.ts +594 -0
  88. package/src/api/deals-api.ts +215 -0
  89. package/src/api/doctor-affiliations-api.ts +105 -0
  90. package/src/api/hospitals-api.ts +332 -0
  91. package/src/api.ts +1 -0
  92. package/src/models/appointment-change-log-model.ts +51 -0
  93. package/src/models/appointment-item-model.ts +318 -0
  94. package/src/models/appointment-model.ts +342 -0
  95. package/src/models/appointment-option-model.ts +54 -0
  96. package/src/models/appointment-status.ts +36 -0
  97. package/src/models/appointment-timetable-date-model.ts +69 -0
  98. package/src/models/appointment-timetable-status.ts +31 -0
  99. package/src/models/appointment-timetable-time-slot-model.ts +63 -0
  100. package/src/models/appointment-timetables-model.ts +51 -0
  101. package/src/models/appointment-type.ts +35 -0
  102. package/src/models/appointments-model.ts +42 -0
  103. package/src/models/create-appointment-command.ts +162 -0
  104. package/src/models/deal-item-model.ts +9 -0
  105. package/src/models/deal-model.ts +9 -0
  106. package/src/models/deal-package-item-model.ts +9 -0
  107. package/src/models/deal-package-model.ts +9 -0
  108. package/src/models/doctor-affiliation-item-model.ts +9 -0
  109. package/src/models/doctor-affiliation-model.ts +9 -0
  110. package/src/models/hospital-item-model.ts +9 -0
  111. package/src/models/hospital-model.ts +9 -0
  112. package/src/models/hospital-service-item-model.ts +9 -0
  113. package/src/models/hospital-service-model.ts +9 -0
  114. package/src/models/hospital-specialty-item-model.ts +9 -0
  115. package/src/models/hospital-specialty-model.ts +9 -0
  116. package/src/models/index.ts +13 -0
  117. package/src/models/notification-code.ts +10 -1
  118. package/src/models/update-appointment-command.ts +105 -0
@@ -0,0 +1,305 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
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 { AppointmentStatus } from './appointment-status';
13
+ import { AppointmentType } from './appointment-type';
14
+ import { Gender } from './gender';
15
+ import { RejectReason } from './reject-reason';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface AppointmentItemModel
20
+ */
21
+ export interface AppointmentItemModel {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof AppointmentItemModel
26
+ */
27
+ 'id'?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof AppointmentItemModel
32
+ */
33
+ 'languageCodeFilter'?: string | null;
34
+ /**
35
+ *
36
+ * @type {AppointmentType}
37
+ * @memberof AppointmentItemModel
38
+ */
39
+ 'appointmentType'?: AppointmentType;
40
+ /**
41
+ *
42
+ * @type {boolean}
43
+ * @memberof AppointmentItemModel
44
+ */
45
+ 'isOnline'?: boolean;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof AppointmentItemModel
50
+ */
51
+ 'patientId'?: string;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof AppointmentItemModel
56
+ */
57
+ 'patientName'?: string | null;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof AppointmentItemModel
62
+ */
63
+ 'patientPhoto'?: string | null;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof AppointmentItemModel
68
+ */
69
+ 'hospitalId'?: string;
70
+ /**
71
+ *
72
+ * @type {string}
73
+ * @memberof AppointmentItemModel
74
+ */
75
+ 'hospitalName'?: string | null;
76
+ /**
77
+ *
78
+ * @type {string}
79
+ * @memberof AppointmentItemModel
80
+ */
81
+ 'hospitalSlug'?: string | null;
82
+ /**
83
+ *
84
+ * @type {string}
85
+ * @memberof AppointmentItemModel
86
+ */
87
+ 'hospitalTimeZone'?: string | null;
88
+ /**
89
+ *
90
+ * @type {boolean}
91
+ * @memberof AppointmentItemModel
92
+ */
93
+ 'paymentEnabled'?: boolean;
94
+ /**
95
+ *
96
+ * @type {string}
97
+ * @memberof AppointmentItemModel
98
+ */
99
+ 'hospitalSpecialtyId'?: string | null;
100
+ /**
101
+ *
102
+ * @type {string}
103
+ * @memberof AppointmentItemModel
104
+ */
105
+ 'hospitalSpecialtyName'?: string | null;
106
+ /**
107
+ *
108
+ * @type {string}
109
+ * @memberof AppointmentItemModel
110
+ */
111
+ 'hospitalSpecialtySlug'?: string | null;
112
+ /**
113
+ *
114
+ * @type {string}
115
+ * @memberof AppointmentItemModel
116
+ */
117
+ 'doctorAffiliationId'?: string | null;
118
+ /**
119
+ *
120
+ * @type {string}
121
+ * @memberof AppointmentItemModel
122
+ */
123
+ 'doctorName'?: string | null;
124
+ /**
125
+ *
126
+ * @type {string}
127
+ * @memberof AppointmentItemModel
128
+ */
129
+ 'doctorSlug'?: string | null;
130
+ /**
131
+ *
132
+ * @type {string}
133
+ * @memberof AppointmentItemModel
134
+ */
135
+ 'dealId'?: string | null;
136
+ /**
137
+ *
138
+ * @type {string}
139
+ * @memberof AppointmentItemModel
140
+ */
141
+ 'dealName'?: string | null;
142
+ /**
143
+ *
144
+ * @type {string}
145
+ * @memberof AppointmentItemModel
146
+ */
147
+ 'dealSlug'?: string | null;
148
+ /**
149
+ *
150
+ * @type {string}
151
+ * @memberof AppointmentItemModel
152
+ */
153
+ 'dealPackageId'?: string | null;
154
+ /**
155
+ *
156
+ * @type {string}
157
+ * @memberof AppointmentItemModel
158
+ */
159
+ 'serviceId'?: string | null;
160
+ /**
161
+ *
162
+ * @type {string}
163
+ * @memberof AppointmentItemModel
164
+ */
165
+ 'serviceName'?: string | null;
166
+ /**
167
+ *
168
+ * @type {string}
169
+ * @memberof AppointmentItemModel
170
+ */
171
+ 'serviceSlug'?: string | null;
172
+ /**
173
+ *
174
+ * @type {string}
175
+ * @memberof AppointmentItemModel
176
+ */
177
+ 'languageCode'?: string | null;
178
+ /**
179
+ *
180
+ * @type {string}
181
+ * @memberof AppointmentItemModel
182
+ */
183
+ 'firstName'?: string | null;
184
+ /**
185
+ *
186
+ * @type {string}
187
+ * @memberof AppointmentItemModel
188
+ */
189
+ 'lastName'?: string | null;
190
+ /**
191
+ *
192
+ * @type {string}
193
+ * @memberof AppointmentItemModel
194
+ */
195
+ 'email'?: string | null;
196
+ /**
197
+ *
198
+ * @type {string}
199
+ * @memberof AppointmentItemModel
200
+ */
201
+ 'phoneCountryCode'?: string | null;
202
+ /**
203
+ *
204
+ * @type {string}
205
+ * @memberof AppointmentItemModel
206
+ */
207
+ 'phone'?: string | null;
208
+ /**
209
+ *
210
+ * @type {Date}
211
+ * @memberof AppointmentItemModel
212
+ */
213
+ 'dateOfBirth'?: Date | null;
214
+ /**
215
+ *
216
+ * @type {Gender}
217
+ * @memberof AppointmentItemModel
218
+ */
219
+ 'gender'?: Gender;
220
+ /**
221
+ *
222
+ * @type {string}
223
+ * @memberof AppointmentItemModel
224
+ */
225
+ 'timeZone'?: string | null;
226
+ /**
227
+ *
228
+ * @type {string}
229
+ * @memberof AppointmentItemModel
230
+ */
231
+ 'comment'?: string | null;
232
+ /**
233
+ *
234
+ * @type {number}
235
+ * @memberof AppointmentItemModel
236
+ */
237
+ 'quantity'?: number;
238
+ /**
239
+ *
240
+ * @type {Date}
241
+ * @memberof AppointmentItemModel
242
+ */
243
+ 'approximateDateStart'?: Date;
244
+ /**
245
+ *
246
+ * @type {Date}
247
+ * @memberof AppointmentItemModel
248
+ */
249
+ 'approximateDateEnd'?: Date;
250
+ /**
251
+ *
252
+ * @type {Date}
253
+ * @memberof AppointmentItemModel
254
+ */
255
+ 'confirmedDateStart'?: Date | null;
256
+ /**
257
+ *
258
+ * @type {Date}
259
+ * @memberof AppointmentItemModel
260
+ */
261
+ 'confirmedDateEnd'?: Date | null;
262
+ /**
263
+ *
264
+ * @type {number}
265
+ * @memberof AppointmentItemModel
266
+ */
267
+ 'fee'?: number;
268
+ /**
269
+ *
270
+ * @type {number}
271
+ * @memberof AppointmentItemModel
272
+ */
273
+ 'applicationFee'?: number;
274
+ /**
275
+ *
276
+ * @type {Date}
277
+ * @memberof AppointmentItemModel
278
+ */
279
+ 'requestDate'?: Date;
280
+ /**
281
+ *
282
+ * @type {boolean}
283
+ * @memberof AppointmentItemModel
284
+ */
285
+ 'isExternal'?: boolean;
286
+ /**
287
+ *
288
+ * @type {AppointmentStatus}
289
+ * @memberof AppointmentItemModel
290
+ */
291
+ 'status'?: AppointmentStatus;
292
+ /**
293
+ *
294
+ * @type {RejectReason}
295
+ * @memberof AppointmentItemModel
296
+ */
297
+ 'rejectReason'?: RejectReason;
298
+ /**
299
+ *
300
+ * @type {string}
301
+ * @memberof AppointmentItemModel
302
+ */
303
+ 'paymentId'?: string | null;
304
+ }
305
+ //# sourceMappingURL=appointment-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointment-item-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-item-model.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
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,325 @@
1
+ /**
2
+ * Swagger UI - Cloud Hospital Api-INT
3
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 2
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 { AppointmentChangeLogModel } from './appointment-change-log-model';
13
+ import { AppointmentStatus } from './appointment-status';
14
+ import { AppointmentType } from './appointment-type';
15
+ import { Gender } from './gender';
16
+ import { MediaModel } from './media-model';
17
+ import { RejectReason } from './reject-reason';
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface AppointmentModel
22
+ */
23
+ export interface AppointmentModel {
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AppointmentModel
28
+ */
29
+ 'id'?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof AppointmentModel
34
+ */
35
+ 'languageCodeFilter'?: string | null;
36
+ /**
37
+ *
38
+ * @type {AppointmentType}
39
+ * @memberof AppointmentModel
40
+ */
41
+ 'appointmentType'?: AppointmentType;
42
+ /**
43
+ *
44
+ * @type {boolean}
45
+ * @memberof AppointmentModel
46
+ */
47
+ 'isOnline'?: boolean;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof AppointmentModel
52
+ */
53
+ 'patientId'?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof AppointmentModel
58
+ */
59
+ 'patientName'?: string | null;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof AppointmentModel
64
+ */
65
+ 'patientPhoto'?: string | null;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof AppointmentModel
70
+ */
71
+ 'hospitalId'?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof AppointmentModel
76
+ */
77
+ 'hospitalName'?: string | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof AppointmentModel
82
+ */
83
+ 'hospitalSlug'?: string | null;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof AppointmentModel
88
+ */
89
+ 'hospitalTimeZone'?: string | null;
90
+ /**
91
+ *
92
+ * @type {boolean}
93
+ * @memberof AppointmentModel
94
+ */
95
+ 'paymentEnabled'?: boolean;
96
+ /**
97
+ *
98
+ * @type {string}
99
+ * @memberof AppointmentModel
100
+ */
101
+ 'hospitalSpecialtyId'?: string | null;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof AppointmentModel
106
+ */
107
+ 'hospitalSpecialtyName'?: string | null;
108
+ /**
109
+ *
110
+ * @type {string}
111
+ * @memberof AppointmentModel
112
+ */
113
+ 'hospitalSpecialtySlug'?: string | null;
114
+ /**
115
+ *
116
+ * @type {string}
117
+ * @memberof AppointmentModel
118
+ */
119
+ 'doctorAffiliationId'?: string | null;
120
+ /**
121
+ *
122
+ * @type {string}
123
+ * @memberof AppointmentModel
124
+ */
125
+ 'doctorName'?: string | null;
126
+ /**
127
+ *
128
+ * @type {string}
129
+ * @memberof AppointmentModel
130
+ */
131
+ 'doctorSlug'?: string | null;
132
+ /**
133
+ *
134
+ * @type {string}
135
+ * @memberof AppointmentModel
136
+ */
137
+ 'dealId'?: string | null;
138
+ /**
139
+ *
140
+ * @type {string}
141
+ * @memberof AppointmentModel
142
+ */
143
+ 'dealName'?: string | null;
144
+ /**
145
+ *
146
+ * @type {string}
147
+ * @memberof AppointmentModel
148
+ */
149
+ 'dealSlug'?: string | null;
150
+ /**
151
+ *
152
+ * @type {string}
153
+ * @memberof AppointmentModel
154
+ */
155
+ 'dealPackageId'?: string | null;
156
+ /**
157
+ *
158
+ * @type {string}
159
+ * @memberof AppointmentModel
160
+ */
161
+ 'serviceId'?: string | null;
162
+ /**
163
+ *
164
+ * @type {string}
165
+ * @memberof AppointmentModel
166
+ */
167
+ 'serviceName'?: string | null;
168
+ /**
169
+ *
170
+ * @type {string}
171
+ * @memberof AppointmentModel
172
+ */
173
+ 'serviceSlug'?: string | null;
174
+ /**
175
+ *
176
+ * @type {string}
177
+ * @memberof AppointmentModel
178
+ */
179
+ 'languageCode'?: string | null;
180
+ /**
181
+ *
182
+ * @type {string}
183
+ * @memberof AppointmentModel
184
+ */
185
+ 'firstName'?: string | null;
186
+ /**
187
+ *
188
+ * @type {string}
189
+ * @memberof AppointmentModel
190
+ */
191
+ 'lastName'?: string | null;
192
+ /**
193
+ *
194
+ * @type {string}
195
+ * @memberof AppointmentModel
196
+ */
197
+ 'email'?: string | null;
198
+ /**
199
+ *
200
+ * @type {string}
201
+ * @memberof AppointmentModel
202
+ */
203
+ 'phoneCountryCode'?: string | null;
204
+ /**
205
+ *
206
+ * @type {string}
207
+ * @memberof AppointmentModel
208
+ */
209
+ 'phone'?: string | null;
210
+ /**
211
+ *
212
+ * @type {Date}
213
+ * @memberof AppointmentModel
214
+ */
215
+ 'dateOfBirth'?: Date | null;
216
+ /**
217
+ *
218
+ * @type {Gender}
219
+ * @memberof AppointmentModel
220
+ */
221
+ 'gender'?: Gender;
222
+ /**
223
+ *
224
+ * @type {string}
225
+ * @memberof AppointmentModel
226
+ */
227
+ 'timeZone'?: string | null;
228
+ /**
229
+ *
230
+ * @type {string}
231
+ * @memberof AppointmentModel
232
+ */
233
+ 'comment'?: string | null;
234
+ /**
235
+ *
236
+ * @type {number}
237
+ * @memberof AppointmentModel
238
+ */
239
+ 'quantity'?: number;
240
+ /**
241
+ *
242
+ * @type {Date}
243
+ * @memberof AppointmentModel
244
+ */
245
+ 'approximateDateStart'?: Date;
246
+ /**
247
+ *
248
+ * @type {Date}
249
+ * @memberof AppointmentModel
250
+ */
251
+ 'approximateDateEnd'?: Date;
252
+ /**
253
+ *
254
+ * @type {Date}
255
+ * @memberof AppointmentModel
256
+ */
257
+ 'confirmedDateStart'?: Date | null;
258
+ /**
259
+ *
260
+ * @type {Date}
261
+ * @memberof AppointmentModel
262
+ */
263
+ 'confirmedDateEnd'?: Date | null;
264
+ /**
265
+ *
266
+ * @type {number}
267
+ * @memberof AppointmentModel
268
+ */
269
+ 'fee'?: number;
270
+ /**
271
+ *
272
+ * @type {number}
273
+ * @memberof AppointmentModel
274
+ */
275
+ 'applicationFee'?: number;
276
+ /**
277
+ *
278
+ * @type {Date}
279
+ * @memberof AppointmentModel
280
+ */
281
+ 'requestDate'?: Date;
282
+ /**
283
+ *
284
+ * @type {boolean}
285
+ * @memberof AppointmentModel
286
+ */
287
+ 'isExternal'?: boolean;
288
+ /**
289
+ *
290
+ * @type {AppointmentStatus}
291
+ * @memberof AppointmentModel
292
+ */
293
+ 'status'?: AppointmentStatus;
294
+ /**
295
+ *
296
+ * @type {RejectReason}
297
+ * @memberof AppointmentModel
298
+ */
299
+ 'rejectReason'?: RejectReason;
300
+ /**
301
+ *
302
+ * @type {string}
303
+ * @memberof AppointmentModel
304
+ */
305
+ 'paymentId'?: string | null;
306
+ /**
307
+ *
308
+ * @type {string}
309
+ * @memberof AppointmentModel
310
+ */
311
+ 'rejectComment'?: string | null;
312
+ /**
313
+ *
314
+ * @type {Array<AppointmentChangeLogModel>}
315
+ * @memberof AppointmentModel
316
+ */
317
+ 'statusChangeLogs'?: Array<AppointmentChangeLogModel> | null;
318
+ /**
319
+ *
320
+ * @type {Array<MediaModel>}
321
+ * @memberof AppointmentModel
322
+ */
323
+ 'medias'?: Array<MediaModel> | null;
324
+ }
325
+ //# sourceMappingURL=appointment-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"appointment-model.d.ts","sourceRoot":"","sources":["../../src/models/appointment-model.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Swagger UI - Cloud Hospital Api-INT
6
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 2
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 });