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,240 +0,0 @@
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 { BookingChangeLogModel } from './booking-change-log-model';
13
- import { BookingStatus } from './booking-status';
14
- import { Gender } from './gender';
15
- import { RefundPolicy } from './refund-policy';
16
- import { RejectReason } from './reject-reason';
17
- /**
18
- *
19
- * @export
20
- * @interface BookingModel
21
- */
22
- export interface BookingModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof BookingModel
27
- */
28
- 'id'?: string;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof BookingModel
33
- */
34
- 'languageCode'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof BookingModel
39
- */
40
- 'patientId'?: string;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof BookingModel
45
- */
46
- 'patientName'?: string | null;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof BookingModel
51
- */
52
- 'patientPhoto'?: string | null;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof BookingModel
57
- */
58
- 'firstName'?: string | null;
59
- /**
60
- *
61
- * @type {string}
62
- * @memberof BookingModel
63
- */
64
- 'lastName'?: string | null;
65
- /**
66
- *
67
- * @type {string}
68
- * @memberof BookingModel
69
- */
70
- 'email'?: string | null;
71
- /**
72
- *
73
- * @type {string}
74
- * @memberof BookingModel
75
- */
76
- 'phone'?: string | null;
77
- /**
78
- *
79
- * @type {Date}
80
- * @memberof BookingModel
81
- */
82
- 'dateOfBirth'?: Date | null;
83
- /**
84
- *
85
- * @type {Gender}
86
- * @memberof BookingModel
87
- */
88
- 'gender'?: Gender;
89
- /**
90
- *
91
- * @type {string}
92
- * @memberof BookingModel
93
- */
94
- 'comment'?: string | null;
95
- /**
96
- *
97
- * @type {string}
98
- * @memberof BookingModel
99
- */
100
- 'hospitalId'?: string;
101
- /**
102
- *
103
- * @type {string}
104
- * @memberof BookingModel
105
- */
106
- 'hospitalName'?: string | null;
107
- /**
108
- *
109
- * @type {string}
110
- * @memberof BookingModel
111
- */
112
- 'hospitalSlug'?: string | null;
113
- /**
114
- *
115
- * @type {string}
116
- * @memberof BookingModel
117
- */
118
- 'hospitalTimeZone'?: string | null;
119
- /**
120
- *
121
- * @type {string}
122
- * @memberof BookingModel
123
- */
124
- 'dealId'?: string;
125
- /**
126
- *
127
- * @type {string}
128
- * @memberof BookingModel
129
- */
130
- 'dealName'?: string | null;
131
- /**
132
- *
133
- * @type {string}
134
- * @memberof BookingModel
135
- */
136
- 'dealSlug'?: string | null;
137
- /**
138
- *
139
- * @type {string}
140
- * @memberof BookingModel
141
- */
142
- 'dealPackageId'?: string;
143
- /**
144
- *
145
- * @type {RefundPolicy}
146
- * @memberof BookingModel
147
- */
148
- 'refundPolicy'?: RefundPolicy;
149
- /**
150
- *
151
- * @type {number}
152
- * @memberof BookingModel
153
- */
154
- 'quantity'?: number;
155
- /**
156
- *
157
- * @type {Date}
158
- * @memberof BookingModel
159
- */
160
- 'approximateDateStart'?: Date;
161
- /**
162
- *
163
- * @type {Date}
164
- * @memberof BookingModel
165
- */
166
- 'approximateDateEnd'?: Date;
167
- /**
168
- *
169
- * @type {Date}
170
- * @memberof BookingModel
171
- */
172
- 'confirmedDateStart'?: Date | null;
173
- /**
174
- *
175
- * @type {Date}
176
- * @memberof BookingModel
177
- */
178
- 'confirmedDateEnd'?: Date | null;
179
- /**
180
- *
181
- * @type {number}
182
- * @memberof BookingModel
183
- */
184
- 'fee'?: number;
185
- /**
186
- *
187
- * @type {number}
188
- * @memberof BookingModel
189
- */
190
- 'applicationFee'?: number;
191
- /**
192
- *
193
- * @type {string}
194
- * @memberof BookingModel
195
- */
196
- 'timeZone'?: string | null;
197
- /**
198
- *
199
- * @type {Date}
200
- * @memberof BookingModel
201
- */
202
- 'requestDate'?: Date;
203
- /**
204
- *
205
- * @type {BookingStatus}
206
- * @memberof BookingModel
207
- */
208
- 'status'?: BookingStatus;
209
- /**
210
- *
211
- * @type {RejectReason}
212
- * @memberof BookingModel
213
- */
214
- 'rejectReason'?: RejectReason;
215
- /**
216
- *
217
- * @type {string}
218
- * @memberof BookingModel
219
- */
220
- 'rejectComment'?: string | null;
221
- /**
222
- *
223
- * @type {boolean}
224
- * @memberof BookingModel
225
- */
226
- 'isOpen'?: boolean;
227
- /**
228
- *
229
- * @type {boolean}
230
- * @memberof BookingModel
231
- */
232
- 'isExternal'?: boolean;
233
- /**
234
- *
235
- * @type {Array<BookingChangeLogModel>}
236
- * @memberof BookingModel
237
- */
238
- 'statusChangeLogs'?: Array<BookingChangeLogModel> | null;
239
- }
240
- //# sourceMappingURL=booking-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"booking-model.d.ts","sourceRoot":"","sources":["../../src/models/booking-model.ts"],"names":[],"mappings":"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"}
@@ -1,27 +0,0 @@
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
- /**
13
- *
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const BookingStatus: {
18
- readonly New: "New";
19
- readonly Rejected: "Rejected";
20
- readonly Approved: "Approved";
21
- readonly Paid: "Paid";
22
- readonly Canceled: "Canceled";
23
- readonly RefundRequested: "RefundRequested";
24
- readonly Refunded: "Refunded";
25
- };
26
- export type BookingStatus = typeof BookingStatus[keyof typeof BookingStatus];
27
- //# sourceMappingURL=booking-status.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"booking-status.d.ts","sourceRoot":"","sources":["../../src/models/booking-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa;;;;;;;;CAQhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
@@ -1,30 +0,0 @@
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 });
16
- exports.BookingStatus = void 0;
17
- /**
18
- *
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.BookingStatus = {
23
- New: 'New',
24
- Rejected: 'Rejected',
25
- Approved: 'Approved',
26
- Paid: 'Paid',
27
- Canceled: 'Canceled',
28
- RefundRequested: 'RefundRequested',
29
- Refunded: 'Refunded'
30
- };
@@ -1,33 +0,0 @@
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 { BookingItemModel } from './booking-item-model';
13
- import { PagedListMetaData } from './paged-list-meta-data';
14
- /**
15
- *
16
- * @export
17
- * @interface BookingsModel
18
- */
19
- export interface BookingsModel {
20
- /**
21
- *
22
- * @type {Array<BookingItemModel>}
23
- * @memberof BookingsModel
24
- */
25
- 'items'?: Array<BookingItemModel> | null;
26
- /**
27
- *
28
- * @type {PagedListMetaData}
29
- * @memberof BookingsModel
30
- */
31
- 'metaData'?: PagedListMetaData;
32
- }
33
- //# sourceMappingURL=bookings-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bookings-model.d.ts","sourceRoot":"","sources":["../../src/models/bookings-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAClC"}
@@ -1,15 +0,0 @@
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 });
@@ -1,44 +0,0 @@
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 { ConsultationStatus } from './consultation-status';
13
- /**
14
- *
15
- * @export
16
- * @interface ConsultationChangeLogModel
17
- */
18
- export interface ConsultationChangeLogModel {
19
- /**
20
- *
21
- * @type {ConsultationStatus}
22
- * @memberof ConsultationChangeLogModel
23
- */
24
- 'status'?: ConsultationStatus;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof ConsultationChangeLogModel
29
- */
30
- 'actorId'?: string;
31
- /**
32
- *
33
- * @type {Date}
34
- * @memberof ConsultationChangeLogModel
35
- */
36
- 'createdDate'?: Date;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof ConsultationChangeLogModel
41
- */
42
- 'actorName'?: string | null;
43
- }
44
- //# sourceMappingURL=consultation-change-log-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consultation-change-log-model.d.ts","sourceRoot":"","sources":["../../src/models/consultation-change-log-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B"}
@@ -1,15 +0,0 @@
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 });
@@ -1,275 +0,0 @@
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 { ConsultationStatus } from './consultation-status';
13
- import { ConsultationType } from './consultation-type';
14
- import { Gender } from './gender';
15
- import { RejectReason } from './reject-reason';
16
- /**
17
- *
18
- * @export
19
- * @interface ConsultationItemModel
20
- */
21
- export interface ConsultationItemModel {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof ConsultationItemModel
26
- */
27
- 'id'?: string;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof ConsultationItemModel
32
- */
33
- 'languageCode'?: string | null;
34
- /**
35
- *
36
- * @type {ConsultationType}
37
- * @memberof ConsultationItemModel
38
- */
39
- 'consultationType'?: ConsultationType;
40
- /**
41
- *
42
- * @type {string}
43
- * @memberof ConsultationItemModel
44
- */
45
- 'patientId'?: string;
46
- /**
47
- *
48
- * @type {string}
49
- * @memberof ConsultationItemModel
50
- */
51
- 'patientName'?: string | null;
52
- /**
53
- *
54
- * @type {string}
55
- * @memberof ConsultationItemModel
56
- */
57
- 'patientPhoto'?: string | null;
58
- /**
59
- *
60
- * @type {string}
61
- * @memberof ConsultationItemModel
62
- */
63
- 'firstName'?: string | null;
64
- /**
65
- *
66
- * @type {string}
67
- * @memberof ConsultationItemModel
68
- */
69
- 'lastName'?: string | null;
70
- /**
71
- *
72
- * @type {string}
73
- * @memberof ConsultationItemModel
74
- */
75
- 'email'?: string | null;
76
- /**
77
- *
78
- * @type {string}
79
- * @memberof ConsultationItemModel
80
- */
81
- 'phone'?: string | null;
82
- /**
83
- *
84
- * @type {Date}
85
- * @memberof ConsultationItemModel
86
- */
87
- 'dateOfBirth'?: Date | null;
88
- /**
89
- *
90
- * @type {Gender}
91
- * @memberof ConsultationItemModel
92
- */
93
- 'gender'?: Gender;
94
- /**
95
- *
96
- * @type {string}
97
- * @memberof ConsultationItemModel
98
- */
99
- 'comment'?: string | null;
100
- /**
101
- *
102
- * @type {string}
103
- * @memberof ConsultationItemModel
104
- */
105
- 'hospitalId'?: string;
106
- /**
107
- *
108
- * @type {string}
109
- * @memberof ConsultationItemModel
110
- */
111
- 'hospitalName'?: string | null;
112
- /**
113
- *
114
- * @type {string}
115
- * @memberof ConsultationItemModel
116
- */
117
- 'hospitalSlug'?: string | null;
118
- /**
119
- *
120
- * @type {string}
121
- * @memberof ConsultationItemModel
122
- */
123
- 'hospitalTimeZone'?: string | null;
124
- /**
125
- *
126
- * @type {string}
127
- * @memberof ConsultationItemModel
128
- */
129
- 'doctorId'?: string | null;
130
- /**
131
- *
132
- * @type {string}
133
- * @memberof ConsultationItemModel
134
- */
135
- 'doctorName'?: string | null;
136
- /**
137
- *
138
- * @type {string}
139
- * @memberof ConsultationItemModel
140
- */
141
- 'doctorSlug'?: string | null;
142
- /**
143
- *
144
- * @type {string}
145
- * @memberof ConsultationItemModel
146
- */
147
- 'dealId'?: string | null;
148
- /**
149
- *
150
- * @type {string}
151
- * @memberof ConsultationItemModel
152
- */
153
- 'dealName'?: string | null;
154
- /**
155
- *
156
- * @type {string}
157
- * @memberof ConsultationItemModel
158
- */
159
- 'dealSlug'?: string | null;
160
- /**
161
- *
162
- * @type {string}
163
- * @memberof ConsultationItemModel
164
- */
165
- 'language'?: string | null;
166
- /**
167
- *
168
- * @type {boolean}
169
- * @memberof ConsultationItemModel
170
- */
171
- 'isAccountHolder'?: boolean;
172
- /**
173
- *
174
- * @type {string}
175
- * @memberof ConsultationItemModel
176
- */
177
- 'timeRange'?: string | null;
178
- /**
179
- *
180
- * @type {Date}
181
- * @memberof ConsultationItemModel
182
- */
183
- 'approximateDateStart'?: Date;
184
- /**
185
- *
186
- * @type {Date}
187
- * @memberof ConsultationItemModel
188
- */
189
- 'approximateDateEnd'?: Date;
190
- /**
191
- *
192
- * @type {Date}
193
- * @memberof ConsultationItemModel
194
- */
195
- 'confirmedDateStart'?: Date | null;
196
- /**
197
- *
198
- * @type {Date}
199
- * @memberof ConsultationItemModel
200
- */
201
- 'confirmedDateEnd'?: Date | null;
202
- /**
203
- *
204
- * @type {number}
205
- * @memberof ConsultationItemModel
206
- */
207
- 'fee'?: number;
208
- /**
209
- *
210
- * @type {number}
211
- * @memberof ConsultationItemModel
212
- */
213
- 'applicationFee'?: number;
214
- /**
215
- *
216
- * @type {string}
217
- * @memberof ConsultationItemModel
218
- */
219
- 'timeZone'?: string | null;
220
- /**
221
- *
222
- * @type {Date}
223
- * @memberof ConsultationItemModel
224
- */
225
- 'requestDate'?: Date;
226
- /**
227
- *
228
- * @type {string}
229
- * @memberof ConsultationItemModel
230
- */
231
- 'domain'?: string | null;
232
- /**
233
- *
234
- * @type {ConsultationStatus}
235
- * @memberof ConsultationItemModel
236
- */
237
- 'status'?: ConsultationStatus;
238
- /**
239
- *
240
- * @type {RejectReason}
241
- * @memberof ConsultationItemModel
242
- */
243
- 'rejectReason'?: RejectReason;
244
- /**
245
- *
246
- * @type {boolean}
247
- * @memberof ConsultationItemModel
248
- */
249
- 'isOpen'?: boolean;
250
- /**
251
- *
252
- * @type {string}
253
- * @memberof ConsultationItemModel
254
- */
255
- 'paymentId'?: string | null;
256
- /**
257
- *
258
- * @type {boolean}
259
- * @memberof ConsultationItemModel
260
- */
261
- 'paymentEnabled'?: boolean;
262
- /**
263
- *
264
- * @type {number}
265
- * @memberof ConsultationItemModel
266
- */
267
- 'completionRate'?: number;
268
- /**
269
- *
270
- * @type {boolean}
271
- * @memberof ConsultationItemModel
272
- */
273
- 'isExternal'?: boolean;
274
- }
275
- //# sourceMappingURL=consultation-item-model.d.ts.map