ch-api-client-typescript2 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 (118) hide show
  1. package/lib/api/doctor-affiliations-api.d.ts +3 -12
  2. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  3. package/lib/api/doctor-affiliations-api.js +6 -12
  4. package/lib/api/hospitals-api.d.ts +65 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +87 -0
  7. package/lib/api.d.ts +0 -3
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +0 -3
  10. package/lib/models/hospital-branch-item-model.d.ts +99 -0
  11. package/lib/models/hospital-branch-item-model.d.ts.map +1 -0
  12. package/lib/models/hospital-branches-model.d.ts +33 -0
  13. package/lib/models/hospital-branches-model.d.ts.map +1 -0
  14. package/lib/models/hospital-group-item-model.d.ts +55 -0
  15. package/lib/models/hospital-group-item-model.d.ts.map +1 -0
  16. package/lib/models/index.d.ts +3 -20
  17. package/lib/models/index.d.ts.map +1 -1
  18. package/lib/models/index.js +3 -20
  19. package/package.json +1 -1
  20. package/src/.openapi-generator/FILES +3 -23
  21. package/src/api/doctor-affiliations-api.ts +6 -20
  22. package/src/api/hospitals-api.ts +111 -0
  23. package/src/api.ts +0 -3
  24. package/src/models/hospital-branch-item-model.ts +108 -0
  25. package/src/models/{consultations-model.ts → hospital-branches-model.ts} +10 -10
  26. package/src/models/hospital-group-item-model.ts +60 -0
  27. package/src/models/index.ts +3 -20
  28. package/lib/api/bookings-api.d.ts +0 -439
  29. package/lib/api/bookings-api.d.ts.map +0 -1
  30. package/lib/api/bookings-api.js +0 -665
  31. package/lib/api/consultations-api.d.ts +0 -421
  32. package/lib/api/consultations-api.d.ts.map +0 -1
  33. package/lib/api/consultations-api.js +0 -653
  34. package/lib/api/hospitals-consultation-timetables-api.d.ts +0 -124
  35. package/lib/api/hospitals-consultation-timetables-api.d.ts.map +0 -1
  36. package/lib/api/hospitals-consultation-timetables-api.js +0 -240
  37. package/lib/models/booking-change-log-model.d.ts +0 -44
  38. package/lib/models/booking-change-log-model.d.ts.map +0 -1
  39. package/lib/models/booking-item-model.d.ts +0 -233
  40. package/lib/models/booking-item-model.d.ts.map +0 -1
  41. package/lib/models/booking-model.d.ts +0 -240
  42. package/lib/models/booking-model.d.ts.map +0 -1
  43. package/lib/models/booking-status.d.ts +0 -27
  44. package/lib/models/booking-status.d.ts.map +0 -1
  45. package/lib/models/booking-status.js +0 -30
  46. package/lib/models/bookings-model.d.ts +0 -33
  47. package/lib/models/bookings-model.d.ts.map +0 -1
  48. package/lib/models/bookings-model.js +0 -15
  49. package/lib/models/consultation-change-log-model.d.ts +0 -44
  50. package/lib/models/consultation-change-log-model.d.ts.map +0 -1
  51. package/lib/models/consultation-change-log-model.js +0 -15
  52. package/lib/models/consultation-item-model.d.ts +0 -275
  53. package/lib/models/consultation-item-model.d.ts.map +0 -1
  54. package/lib/models/consultation-item-model.js +0 -15
  55. package/lib/models/consultation-model.d.ts +0 -282
  56. package/lib/models/consultation-model.d.ts.map +0 -1
  57. package/lib/models/consultation-model.js +0 -15
  58. package/lib/models/consultation-status.d.ts +0 -27
  59. package/lib/models/consultation-status.d.ts.map +0 -1
  60. package/lib/models/consultation-status.js +0 -30
  61. package/lib/models/consultation-timetable-date-model.d.ts +0 -58
  62. package/lib/models/consultation-timetable-date-model.d.ts.map +0 -1
  63. package/lib/models/consultation-timetable-date-model.js +0 -15
  64. package/lib/models/consultation-timetable-model.d.ts +0 -44
  65. package/lib/models/consultation-timetable-model.d.ts.map +0 -1
  66. package/lib/models/consultation-timetable-model.js +0 -15
  67. package/lib/models/consultation-timetable-status.d.ts +0 -22
  68. package/lib/models/consultation-timetable-status.d.ts.map +0 -1
  69. package/lib/models/consultation-timetable-status.js +0 -25
  70. package/lib/models/consultation-timetable-time-slot-model.d.ts +0 -56
  71. package/lib/models/consultation-timetable-time-slot-model.d.ts.map +0 -1
  72. package/lib/models/consultation-timetable-time-slot-model.js +0 -15
  73. package/lib/models/consultation-type.d.ts +0 -23
  74. package/lib/models/consultation-type.d.ts.map +0 -1
  75. package/lib/models/consultation-type.js +0 -26
  76. package/lib/models/consultations-model.d.ts +0 -33
  77. package/lib/models/consultations-model.d.ts.map +0 -1
  78. package/lib/models/consultations-model.js +0 -15
  79. package/lib/models/create-booking-command.d.ts +0 -104
  80. package/lib/models/create-booking-command.d.ts.map +0 -1
  81. package/lib/models/create-booking-command.js +0 -15
  82. package/lib/models/create-consultation-command.d.ts +0 -135
  83. package/lib/models/create-consultation-command.d.ts.map +0 -1
  84. package/lib/models/create-consultation-command.js +0 -15
  85. package/lib/models/sorting-order.d.ts +0 -22
  86. package/lib/models/sorting-order.d.ts.map +0 -1
  87. package/lib/models/sorting-order.js +0 -25
  88. package/lib/models/update-booking-command.d.ts +0 -86
  89. package/lib/models/update-booking-command.d.ts.map +0 -1
  90. package/lib/models/update-booking-command.js +0 -15
  91. package/lib/models/update-consultation-command.d.ts +0 -110
  92. package/lib/models/update-consultation-command.d.ts.map +0 -1
  93. package/lib/models/update-consultation-command.js +0 -15
  94. package/src/api/bookings-api.ts +0 -748
  95. package/src/api/consultations-api.ts +0 -720
  96. package/src/api/hospitals-consultation-timetables-api.ts +0 -201
  97. package/src/models/booking-change-log-model.ts +0 -51
  98. package/src/models/booking-item-model.ts +0 -246
  99. package/src/models/booking-model.ts +0 -255
  100. package/src/models/booking-status.ts +0 -36
  101. package/src/models/bookings-model.ts +0 -42
  102. package/src/models/consultation-change-log-model.ts +0 -51
  103. package/src/models/consultation-item-model.ts +0 -288
  104. package/src/models/consultation-model.ts +0 -297
  105. package/src/models/consultation-status.ts +0 -36
  106. package/src/models/consultation-timetable-date-model.ts +0 -69
  107. package/src/models/consultation-timetable-model.ts +0 -51
  108. package/src/models/consultation-timetable-status.ts +0 -31
  109. package/src/models/consultation-timetable-time-slot-model.ts +0 -63
  110. package/src/models/consultation-type.ts +0 -32
  111. package/src/models/create-booking-command.ts +0 -111
  112. package/src/models/create-consultation-command.ts +0 -144
  113. package/src/models/sorting-order.ts +0 -31
  114. package/src/models/update-booking-command.ts +0 -93
  115. package/src/models/update-consultation-command.ts +0 -117
  116. /package/lib/models/{booking-change-log-model.js → hospital-branch-item-model.js} +0 -0
  117. /package/lib/models/{booking-item-model.js → hospital-branches-model.js} +0 -0
  118. /package/lib/models/{booking-model.js → hospital-group-item-model.js} +0 -0
@@ -1,297 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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 { ConsultationChangeLogModel } from './consultation-change-log-model';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import { ConsultationStatus } from './consultation-status';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
- import { ConsultationType } from './consultation-type';
25
- // May contain unused imports in some cases
26
- // @ts-ignore
27
- import { Gender } from './gender';
28
- // May contain unused imports in some cases
29
- // @ts-ignore
30
- import { RejectReason } from './reject-reason';
31
-
32
- /**
33
- *
34
- * @export
35
- * @interface ConsultationModel
36
- */
37
- export interface ConsultationModel {
38
- /**
39
- *
40
- * @type {string}
41
- * @memberof ConsultationModel
42
- */
43
- 'id'?: string;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof ConsultationModel
48
- */
49
- 'languageCode'?: string | null;
50
- /**
51
- *
52
- * @type {ConsultationType}
53
- * @memberof ConsultationModel
54
- */
55
- 'consultationType'?: ConsultationType;
56
- /**
57
- *
58
- * @type {string}
59
- * @memberof ConsultationModel
60
- */
61
- 'patientId'?: string;
62
- /**
63
- *
64
- * @type {string}
65
- * @memberof ConsultationModel
66
- */
67
- 'patientName'?: string | null;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof ConsultationModel
72
- */
73
- 'patientPhoto'?: string | null;
74
- /**
75
- *
76
- * @type {string}
77
- * @memberof ConsultationModel
78
- */
79
- 'firstName'?: string | null;
80
- /**
81
- *
82
- * @type {string}
83
- * @memberof ConsultationModel
84
- */
85
- 'lastName'?: string | null;
86
- /**
87
- *
88
- * @type {string}
89
- * @memberof ConsultationModel
90
- */
91
- 'email'?: string | null;
92
- /**
93
- *
94
- * @type {string}
95
- * @memberof ConsultationModel
96
- */
97
- 'phone'?: string | null;
98
- /**
99
- *
100
- * @type {Date}
101
- * @memberof ConsultationModel
102
- */
103
- 'dateOfBirth'?: Date | null;
104
- /**
105
- *
106
- * @type {Gender}
107
- * @memberof ConsultationModel
108
- */
109
- 'gender'?: Gender;
110
- /**
111
- *
112
- * @type {string}
113
- * @memberof ConsultationModel
114
- */
115
- 'comment'?: string | null;
116
- /**
117
- *
118
- * @type {string}
119
- * @memberof ConsultationModel
120
- */
121
- 'hospitalId'?: string;
122
- /**
123
- *
124
- * @type {string}
125
- * @memberof ConsultationModel
126
- */
127
- 'hospitalName'?: string | null;
128
- /**
129
- *
130
- * @type {string}
131
- * @memberof ConsultationModel
132
- */
133
- 'hospitalSlug'?: string | null;
134
- /**
135
- *
136
- * @type {string}
137
- * @memberof ConsultationModel
138
- */
139
- 'hospitalTimeZone'?: string | null;
140
- /**
141
- *
142
- * @type {string}
143
- * @memberof ConsultationModel
144
- */
145
- 'doctorId'?: string | null;
146
- /**
147
- *
148
- * @type {string}
149
- * @memberof ConsultationModel
150
- */
151
- 'doctorName'?: string | null;
152
- /**
153
- *
154
- * @type {string}
155
- * @memberof ConsultationModel
156
- */
157
- 'doctorSlug'?: string | null;
158
- /**
159
- *
160
- * @type {string}
161
- * @memberof ConsultationModel
162
- */
163
- 'dealId'?: string | null;
164
- /**
165
- *
166
- * @type {string}
167
- * @memberof ConsultationModel
168
- */
169
- 'dealName'?: string | null;
170
- /**
171
- *
172
- * @type {string}
173
- * @memberof ConsultationModel
174
- */
175
- 'dealSlug'?: string | null;
176
- /**
177
- *
178
- * @type {string}
179
- * @memberof ConsultationModel
180
- */
181
- 'language'?: string | null;
182
- /**
183
- *
184
- * @type {boolean}
185
- * @memberof ConsultationModel
186
- */
187
- 'isAccountHolder'?: boolean;
188
- /**
189
- *
190
- * @type {string}
191
- * @memberof ConsultationModel
192
- */
193
- 'timeRange'?: string | null;
194
- /**
195
- *
196
- * @type {Date}
197
- * @memberof ConsultationModel
198
- */
199
- 'approximateDateStart'?: Date;
200
- /**
201
- *
202
- * @type {Date}
203
- * @memberof ConsultationModel
204
- */
205
- 'approximateDateEnd'?: Date;
206
- /**
207
- *
208
- * @type {Date}
209
- * @memberof ConsultationModel
210
- */
211
- 'confirmedDateStart'?: Date | null;
212
- /**
213
- *
214
- * @type {Date}
215
- * @memberof ConsultationModel
216
- */
217
- 'confirmedDateEnd'?: Date | null;
218
- /**
219
- *
220
- * @type {number}
221
- * @memberof ConsultationModel
222
- */
223
- 'fee'?: number;
224
- /**
225
- *
226
- * @type {number}
227
- * @memberof ConsultationModel
228
- */
229
- 'applicationFee'?: number;
230
- /**
231
- *
232
- * @type {string}
233
- * @memberof ConsultationModel
234
- */
235
- 'timeZone'?: string | null;
236
- /**
237
- *
238
- * @type {Date}
239
- * @memberof ConsultationModel
240
- */
241
- 'requestDate'?: Date;
242
- /**
243
- *
244
- * @type {string}
245
- * @memberof ConsultationModel
246
- */
247
- 'domain'?: string | null;
248
- /**
249
- *
250
- * @type {ConsultationStatus}
251
- * @memberof ConsultationModel
252
- */
253
- 'status'?: ConsultationStatus;
254
- /**
255
- *
256
- * @type {RejectReason}
257
- * @memberof ConsultationModel
258
- */
259
- 'rejectReason'?: RejectReason;
260
- /**
261
- *
262
- * @type {boolean}
263
- * @memberof ConsultationModel
264
- */
265
- 'isOpen'?: boolean;
266
- /**
267
- *
268
- * @type {string}
269
- * @memberof ConsultationModel
270
- */
271
- 'paymentId'?: string | null;
272
- /**
273
- *
274
- * @type {boolean}
275
- * @memberof ConsultationModel
276
- */
277
- 'paymentEnabled'?: boolean;
278
- /**
279
- *
280
- * @type {number}
281
- * @memberof ConsultationModel
282
- */
283
- 'completionRate'?: number;
284
- /**
285
- *
286
- * @type {boolean}
287
- * @memberof ConsultationModel
288
- */
289
- 'isExternal'?: boolean;
290
- /**
291
- *
292
- * @type {Array<ConsultationChangeLogModel>}
293
- * @memberof ConsultationModel
294
- */
295
- 'statusChangeLogs'?: Array<ConsultationChangeLogModel> | null;
296
- }
297
-
@@ -1,36 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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
- * @enum {string}
21
- */
22
-
23
- export const ConsultationStatus = {
24
- New: 'New',
25
- Rejected: 'Rejected',
26
- Approved: 'Approved',
27
- Paid: 'Paid',
28
- Canceled: 'Canceled',
29
- RefundRequested: 'RefundRequested',
30
- Refunded: 'Refunded'
31
- } as const;
32
-
33
- export type ConsultationStatus = typeof ConsultationStatus[keyof typeof ConsultationStatus];
34
-
35
-
36
-
@@ -1,69 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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 { ConsultationTimetableStatus } from './consultation-timetable-status';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import { ConsultationTimetableTimeSlotModel } from './consultation-timetable-time-slot-model';
22
- // May contain unused imports in some cases
23
- // @ts-ignore
24
- import { DayOfWeek } from './day-of-week';
25
-
26
- /**
27
- *
28
- * @export
29
- * @interface ConsultationTimetableDateModel
30
- */
31
- export interface ConsultationTimetableDateModel {
32
- /**
33
- *
34
- * @type {Date}
35
- * @memberof ConsultationTimetableDateModel
36
- */
37
- 'date'?: Date;
38
- /**
39
- *
40
- * @type {DayOfWeek}
41
- * @memberof ConsultationTimetableDateModel
42
- */
43
- 'dayOfWeek'?: DayOfWeek;
44
- /**
45
- *
46
- * @type {ConsultationTimetableStatus}
47
- * @memberof ConsultationTimetableDateModel
48
- */
49
- 'status'?: ConsultationTimetableStatus;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof ConsultationTimetableDateModel
54
- */
55
- 'isAvailable'?: boolean;
56
- /**
57
- *
58
- * @type {Array<ConsultationTimetableTimeSlotModel>}
59
- * @memberof ConsultationTimetableDateModel
60
- */
61
- 'slots'?: Array<ConsultationTimetableTimeSlotModel> | null;
62
- /**
63
- *
64
- * @type {boolean}
65
- * @memberof ConsultationTimetableDateModel
66
- */
67
- 'hasTimeSlotItems'?: boolean;
68
- }
69
-
@@ -1,51 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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 { ConsultationTimetableDateModel } from './consultation-timetable-date-model';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface ConsultationTimetableModel
24
- */
25
- export interface ConsultationTimetableModel {
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof ConsultationTimetableModel
30
- */
31
- 'hospitalTimeZone'?: string | null;
32
- /**
33
- *
34
- * @type {string}
35
- * @memberof ConsultationTimetableModel
36
- */
37
- 'timeZone'?: string | null;
38
- /**
39
- *
40
- * @type {Date}
41
- * @memberof ConsultationTimetableModel
42
- */
43
- 'today'?: Date;
44
- /**
45
- *
46
- * @type {Array<ConsultationTimetableDateModel>}
47
- * @memberof ConsultationTimetableModel
48
- */
49
- 'days'?: Array<ConsultationTimetableDateModel> | null;
50
- }
51
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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
- * @enum {string}
21
- */
22
-
23
- export const ConsultationTimetableStatus = {
24
- Available: 'Available',
25
- Unavailable: 'Unavailable'
26
- } as const;
27
-
28
- export type ConsultationTimetableStatus = typeof ConsultationTimetableStatus[keyof typeof ConsultationTimetableStatus];
29
-
30
-
31
-
@@ -1,63 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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 { ConsultationTimetableStatus } from './consultation-timetable-status';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface ConsultationTimetableTimeSlotModel
24
- */
25
- export interface ConsultationTimetableTimeSlotModel {
26
- /**
27
- *
28
- * @type {Date}
29
- * @memberof ConsultationTimetableTimeSlotModel
30
- */
31
- 'startTime'?: Date;
32
- /**
33
- *
34
- * @type {Date}
35
- * @memberof ConsultationTimetableTimeSlotModel
36
- */
37
- 'endTime'?: Date;
38
- /**
39
- *
40
- * @type {ConsultationTimetableStatus}
41
- * @memberof ConsultationTimetableTimeSlotModel
42
- */
43
- 'status'?: ConsultationTimetableStatus;
44
- /**
45
- *
46
- * @type {boolean}
47
- * @memberof ConsultationTimetableTimeSlotModel
48
- */
49
- 'isOverrided'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof ConsultationTimetableTimeSlotModel
54
- */
55
- 'isBooked'?: boolean;
56
- /**
57
- *
58
- * @type {boolean}
59
- * @memberof ConsultationTimetableTimeSlotModel
60
- */
61
- 'isAvailable'?: boolean;
62
- }
63
-
@@ -1,32 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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
- * @enum {string}
21
- */
22
-
23
- export const ConsultationType = {
24
- Hospital: 'Hospital',
25
- Doctor: 'Doctor',
26
- Deal: 'Deal'
27
- } as const;
28
-
29
- export type ConsultationType = typeof ConsultationType[keyof typeof ConsultationType];
30
-
31
-
32
-
@@ -1,111 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 2
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 { Gender } from './gender';
19
-
20
- /**
21
- *
22
- * @export
23
- * @interface CreateBookingCommand
24
- */
25
- export interface CreateBookingCommand {
26
- /**
27
- *
28
- * @type {string}
29
- * @memberof CreateBookingCommand
30
- */
31
- 'hospitalId'?: string;
32
- /**
33
- *
34
- * @type {string}
35
- * @memberof CreateBookingCommand
36
- */
37
- 'dealPackageId'?: string;
38
- /**
39
- *
40
- * @type {number}
41
- * @memberof CreateBookingCommand
42
- */
43
- 'quantity'?: number;
44
- /**
45
- *
46
- * @type {string}
47
- * @memberof CreateBookingCommand
48
- */
49
- 'firstName'?: string | null;
50
- /**
51
- *
52
- * @type {string}
53
- * @memberof CreateBookingCommand
54
- */
55
- 'lastName'?: string | null;
56
- /**
57
- *
58
- * @type {string}
59
- * @memberof CreateBookingCommand
60
- */
61
- 'email'?: string | null;
62
- /**
63
- *
64
- * @type {string}
65
- * @memberof CreateBookingCommand
66
- */
67
- 'phone'?: string | null;
68
- /**
69
- *
70
- * @type {Date}
71
- * @memberof CreateBookingCommand
72
- */
73
- 'dateOfBirth'?: Date | null;
74
- /**
75
- *
76
- * @type {Gender}
77
- * @memberof CreateBookingCommand
78
- */
79
- 'gender'?: Gender;
80
- /**
81
- *
82
- * @type {Date}
83
- * @memberof CreateBookingCommand
84
- */
85
- 'approximateDateStart'?: Date;
86
- /**
87
- *
88
- * @type {Date}
89
- * @memberof CreateBookingCommand
90
- */
91
- 'approximateDateEnd'?: Date;
92
- /**
93
- *
94
- * @type {string}
95
- * @memberof CreateBookingCommand
96
- */
97
- 'comment'?: string | null;
98
- /**
99
- *
100
- * @type {string}
101
- * @memberof CreateBookingCommand
102
- */
103
- 'timeZone'?: string | null;
104
- /**
105
- *
106
- * @type {boolean}
107
- * @memberof CreateBookingCommand
108
- */
109
- 'isExternal'?: boolean;
110
- }
111
-