ch-api-client-typescript2 5.3.1 → 5.3.3
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.
- package/lib/api/call-histories-api.d.ts +144 -0
- package/lib/api/call-histories-api.d.ts.map +1 -0
- package/lib/api/call-histories-api.js +286 -0
- package/lib/api.d.ts +1 -0
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +1 -0
- package/lib/models/call-status.d.ts +29 -0
- package/lib/models/call-status.d.ts.map +1 -0
- package/lib/models/call-status.js +32 -0
- package/lib/models/create-call-history-command.d.ts +104 -0
- package/lib/models/create-call-history-command.d.ts.map +1 -0
- package/lib/models/create-call-history-command.js +15 -0
- package/lib/models/deal-document-model.d.ts +6 -0
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-item-model.d.ts +6 -0
- package/lib/models/deal-item-model.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +6 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-item-model.d.ts +6 -0
- package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +6 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +6 -0
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/grade-document-model.d.ts +43 -0
- package/lib/models/grade-document-model.d.ts.map +1 -0
- package/lib/models/grade-document-model.js +15 -0
- package/lib/models/grade-model.d.ts +43 -0
- package/lib/models/grade-model.d.ts.map +1 -0
- package/lib/models/grade-model.js +15 -0
- package/lib/models/hospital-document-model.d.ts +85 -78
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-item-model.d.ts +19 -0
- package/lib/models/hospital-item-model.d.ts.map +1 -1
- package/lib/models/hospital-model.d.ts +19 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-sub-document-model.d.ts +7 -0
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-translation-document-model.d.ts +61 -0
- package/lib/models/hospital-translation-document-model.d.ts.map +1 -0
- package/lib/models/hospital-translation-document-model.js +15 -0
- package/lib/models/index.d.ts +6 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +6 -0
- package/lib/models/update-call-history-command.d.ts +98 -0
- package/lib/models/update-call-history-command.d.ts.map +1 -0
- package/lib/models/update-call-history-command.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +7 -0
- package/src/api/call-histories-api.ts +237 -0
- package/src/api.ts +1 -0
- package/src/models/call-status.ts +38 -0
- package/src/models/create-call-history-command.ts +111 -0
- package/src/models/deal-document-model.ts +6 -0
- package/src/models/deal-item-model.ts +6 -0
- package/src/models/deal-model.ts +6 -0
- package/src/models/doctor-affiliation-item-model.ts +6 -0
- package/src/models/doctor-affiliation-model.ts +6 -0
- package/src/models/doctor-document-model.ts +6 -0
- package/src/models/grade-document-model.ts +48 -0
- package/src/models/grade-model.ts +48 -0
- package/src/models/hospital-document-model.ts +89 -80
- package/src/models/hospital-item-model.ts +21 -0
- package/src/models/hospital-model.ts +21 -0
- package/src/models/hospital-sub-document-model.ts +9 -0
- package/src/models/hospital-translation-document-model.ts +66 -0
- package/src/models/index.ts +6 -0
- package/src/models/update-call-history-command.ts +105 -0
|
@@ -27,12 +27,18 @@ import { CountrySubDocumentModel } from './country-sub-document-model';
|
|
|
27
27
|
import { FeatureDocumentModel } from './feature-document-model';
|
|
28
28
|
// May contain unused imports in some cases
|
|
29
29
|
// @ts-ignore
|
|
30
|
+
import { GradeDocumentModel } from './grade-document-model';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
30
33
|
import { HospitalContactDocumentModel } from './hospital-contact-document-model';
|
|
31
34
|
// May contain unused imports in some cases
|
|
32
35
|
// @ts-ignore
|
|
33
36
|
import { HospitalSpecialtySubDocumentModel } from './hospital-specialty-sub-document-model';
|
|
34
37
|
// May contain unused imports in some cases
|
|
35
38
|
// @ts-ignore
|
|
39
|
+
import { HospitalTranslationDocumentModel } from './hospital-translation-document-model';
|
|
40
|
+
// May contain unused imports in some cases
|
|
41
|
+
// @ts-ignore
|
|
36
42
|
import { LocationDocumentModel } from './location-document-model';
|
|
37
43
|
// May contain unused imports in some cases
|
|
38
44
|
// @ts-ignore
|
|
@@ -43,9 +49,6 @@ import { ServiceSubDocumentModel } from './service-sub-document-model';
|
|
|
43
49
|
// May contain unused imports in some cases
|
|
44
50
|
// @ts-ignore
|
|
45
51
|
import { SnsHandleDocumentModel } from './sns-handle-document-model';
|
|
46
|
-
// May contain unused imports in some cases
|
|
47
|
-
// @ts-ignore
|
|
48
|
-
import { TranslationDocumentModel } from './translation-document-model';
|
|
49
52
|
|
|
50
53
|
/**
|
|
51
54
|
*
|
|
@@ -55,226 +58,226 @@ import { TranslationDocumentModel } from './translation-document-model';
|
|
|
55
58
|
export interface HospitalDocumentModel {
|
|
56
59
|
/**
|
|
57
60
|
*
|
|
58
|
-
* @type {
|
|
61
|
+
* @type {HospitalTranslationDocumentModel}
|
|
59
62
|
* @memberof HospitalDocumentModel
|
|
60
63
|
*/
|
|
61
|
-
'en'?:
|
|
64
|
+
'en'?: HospitalTranslationDocumentModel;
|
|
62
65
|
/**
|
|
63
66
|
*
|
|
64
|
-
* @type {
|
|
67
|
+
* @type {HospitalTranslationDocumentModel}
|
|
65
68
|
* @memberof HospitalDocumentModel
|
|
66
69
|
*/
|
|
67
|
-
'ru'?:
|
|
70
|
+
'ru'?: HospitalTranslationDocumentModel;
|
|
68
71
|
/**
|
|
69
72
|
*
|
|
70
|
-
* @type {
|
|
73
|
+
* @type {HospitalTranslationDocumentModel}
|
|
71
74
|
* @memberof HospitalDocumentModel
|
|
72
75
|
*/
|
|
73
|
-
'zh'?:
|
|
76
|
+
'zh'?: HospitalTranslationDocumentModel;
|
|
74
77
|
/**
|
|
75
78
|
*
|
|
76
|
-
* @type {
|
|
79
|
+
* @type {HospitalTranslationDocumentModel}
|
|
77
80
|
* @memberof HospitalDocumentModel
|
|
78
81
|
*/
|
|
79
|
-
'es'?:
|
|
82
|
+
'es'?: HospitalTranslationDocumentModel;
|
|
80
83
|
/**
|
|
81
84
|
*
|
|
82
|
-
* @type {
|
|
85
|
+
* @type {HospitalTranslationDocumentModel}
|
|
83
86
|
* @memberof HospitalDocumentModel
|
|
84
87
|
*/
|
|
85
|
-
'id'?:
|
|
88
|
+
'id'?: HospitalTranslationDocumentModel;
|
|
86
89
|
/**
|
|
87
90
|
*
|
|
88
|
-
* @type {
|
|
91
|
+
* @type {HospitalTranslationDocumentModel}
|
|
89
92
|
* @memberof HospitalDocumentModel
|
|
90
93
|
*/
|
|
91
|
-
'pt'?:
|
|
94
|
+
'pt'?: HospitalTranslationDocumentModel;
|
|
92
95
|
/**
|
|
93
96
|
*
|
|
94
|
-
* @type {
|
|
97
|
+
* @type {HospitalTranslationDocumentModel}
|
|
95
98
|
* @memberof HospitalDocumentModel
|
|
96
99
|
*/
|
|
97
|
-
'fr'?:
|
|
100
|
+
'fr'?: HospitalTranslationDocumentModel;
|
|
98
101
|
/**
|
|
99
102
|
*
|
|
100
|
-
* @type {
|
|
103
|
+
* @type {HospitalTranslationDocumentModel}
|
|
101
104
|
* @memberof HospitalDocumentModel
|
|
102
105
|
*/
|
|
103
|
-
'vi'?:
|
|
106
|
+
'vi'?: HospitalTranslationDocumentModel;
|
|
104
107
|
/**
|
|
105
108
|
*
|
|
106
|
-
* @type {
|
|
109
|
+
* @type {HospitalTranslationDocumentModel}
|
|
107
110
|
* @memberof HospitalDocumentModel
|
|
108
111
|
*/
|
|
109
|
-
'th'?:
|
|
112
|
+
'th'?: HospitalTranslationDocumentModel;
|
|
110
113
|
/**
|
|
111
114
|
*
|
|
112
|
-
* @type {
|
|
115
|
+
* @type {HospitalTranslationDocumentModel}
|
|
113
116
|
* @memberof HospitalDocumentModel
|
|
114
117
|
*/
|
|
115
|
-
'ar'?:
|
|
118
|
+
'ar'?: HospitalTranslationDocumentModel;
|
|
116
119
|
/**
|
|
117
120
|
*
|
|
118
|
-
* @type {
|
|
121
|
+
* @type {HospitalTranslationDocumentModel}
|
|
119
122
|
* @memberof HospitalDocumentModel
|
|
120
123
|
*/
|
|
121
|
-
'ko'?:
|
|
124
|
+
'ko'?: HospitalTranslationDocumentModel;
|
|
122
125
|
/**
|
|
123
126
|
*
|
|
124
|
-
* @type {
|
|
127
|
+
* @type {HospitalTranslationDocumentModel}
|
|
125
128
|
* @memberof HospitalDocumentModel
|
|
126
129
|
*/
|
|
127
|
-
'bg'?:
|
|
130
|
+
'bg'?: HospitalTranslationDocumentModel;
|
|
128
131
|
/**
|
|
129
132
|
*
|
|
130
|
-
* @type {
|
|
133
|
+
* @type {HospitalTranslationDocumentModel}
|
|
131
134
|
* @memberof HospitalDocumentModel
|
|
132
135
|
*/
|
|
133
|
-
'cs'?:
|
|
136
|
+
'cs'?: HospitalTranslationDocumentModel;
|
|
134
137
|
/**
|
|
135
138
|
*
|
|
136
|
-
* @type {
|
|
139
|
+
* @type {HospitalTranslationDocumentModel}
|
|
137
140
|
* @memberof HospitalDocumentModel
|
|
138
141
|
*/
|
|
139
|
-
'de'?:
|
|
142
|
+
'de'?: HospitalTranslationDocumentModel;
|
|
140
143
|
/**
|
|
141
144
|
*
|
|
142
|
-
* @type {
|
|
145
|
+
* @type {HospitalTranslationDocumentModel}
|
|
143
146
|
* @memberof HospitalDocumentModel
|
|
144
147
|
*/
|
|
145
|
-
'hi'?:
|
|
148
|
+
'hi'?: HospitalTranslationDocumentModel;
|
|
146
149
|
/**
|
|
147
150
|
*
|
|
148
|
-
* @type {
|
|
151
|
+
* @type {HospitalTranslationDocumentModel}
|
|
149
152
|
* @memberof HospitalDocumentModel
|
|
150
153
|
*/
|
|
151
|
-
'hr'?:
|
|
154
|
+
'hr'?: HospitalTranslationDocumentModel;
|
|
152
155
|
/**
|
|
153
156
|
*
|
|
154
|
-
* @type {
|
|
157
|
+
* @type {HospitalTranslationDocumentModel}
|
|
155
158
|
* @memberof HospitalDocumentModel
|
|
156
159
|
*/
|
|
157
|
-
'hu'?:
|
|
160
|
+
'hu'?: HospitalTranslationDocumentModel;
|
|
158
161
|
/**
|
|
159
162
|
*
|
|
160
|
-
* @type {
|
|
163
|
+
* @type {HospitalTranslationDocumentModel}
|
|
161
164
|
* @memberof HospitalDocumentModel
|
|
162
165
|
*/
|
|
163
|
-
'it'?:
|
|
166
|
+
'it'?: HospitalTranslationDocumentModel;
|
|
164
167
|
/**
|
|
165
168
|
*
|
|
166
|
-
* @type {
|
|
169
|
+
* @type {HospitalTranslationDocumentModel}
|
|
167
170
|
* @memberof HospitalDocumentModel
|
|
168
171
|
*/
|
|
169
|
-
'ja'?:
|
|
172
|
+
'ja'?: HospitalTranslationDocumentModel;
|
|
170
173
|
/**
|
|
171
174
|
*
|
|
172
|
-
* @type {
|
|
175
|
+
* @type {HospitalTranslationDocumentModel}
|
|
173
176
|
* @memberof HospitalDocumentModel
|
|
174
177
|
*/
|
|
175
|
-
'kk'?:
|
|
178
|
+
'kk'?: HospitalTranslationDocumentModel;
|
|
176
179
|
/**
|
|
177
180
|
*
|
|
178
|
-
* @type {
|
|
181
|
+
* @type {HospitalTranslationDocumentModel}
|
|
179
182
|
* @memberof HospitalDocumentModel
|
|
180
183
|
*/
|
|
181
|
-
'ky'?:
|
|
184
|
+
'ky'?: HospitalTranslationDocumentModel;
|
|
182
185
|
/**
|
|
183
186
|
*
|
|
184
|
-
* @type {
|
|
187
|
+
* @type {HospitalTranslationDocumentModel}
|
|
185
188
|
* @memberof HospitalDocumentModel
|
|
186
189
|
*/
|
|
187
|
-
'lo'?:
|
|
190
|
+
'lo'?: HospitalTranslationDocumentModel;
|
|
188
191
|
/**
|
|
189
192
|
*
|
|
190
|
-
* @type {
|
|
193
|
+
* @type {HospitalTranslationDocumentModel}
|
|
191
194
|
* @memberof HospitalDocumentModel
|
|
192
195
|
*/
|
|
193
|
-
'lt'?:
|
|
196
|
+
'lt'?: HospitalTranslationDocumentModel;
|
|
194
197
|
/**
|
|
195
198
|
*
|
|
196
|
-
* @type {
|
|
199
|
+
* @type {HospitalTranslationDocumentModel}
|
|
197
200
|
* @memberof HospitalDocumentModel
|
|
198
201
|
*/
|
|
199
|
-
'lv'?:
|
|
202
|
+
'lv'?: HospitalTranslationDocumentModel;
|
|
200
203
|
/**
|
|
201
204
|
*
|
|
202
|
-
* @type {
|
|
205
|
+
* @type {HospitalTranslationDocumentModel}
|
|
203
206
|
* @memberof HospitalDocumentModel
|
|
204
207
|
*/
|
|
205
|
-
'my'?:
|
|
208
|
+
'my'?: HospitalTranslationDocumentModel;
|
|
206
209
|
/**
|
|
207
210
|
*
|
|
208
|
-
* @type {
|
|
211
|
+
* @type {HospitalTranslationDocumentModel}
|
|
209
212
|
* @memberof HospitalDocumentModel
|
|
210
213
|
*/
|
|
211
|
-
'nl'?:
|
|
214
|
+
'nl'?: HospitalTranslationDocumentModel;
|
|
212
215
|
/**
|
|
213
216
|
*
|
|
214
|
-
* @type {
|
|
217
|
+
* @type {HospitalTranslationDocumentModel}
|
|
215
218
|
* @memberof HospitalDocumentModel
|
|
216
219
|
*/
|
|
217
|
-
'pl'?:
|
|
220
|
+
'pl'?: HospitalTranslationDocumentModel;
|
|
218
221
|
/**
|
|
219
222
|
*
|
|
220
|
-
* @type {
|
|
223
|
+
* @type {HospitalTranslationDocumentModel}
|
|
221
224
|
* @memberof HospitalDocumentModel
|
|
222
225
|
*/
|
|
223
|
-
'ro'?:
|
|
226
|
+
'ro'?: HospitalTranslationDocumentModel;
|
|
224
227
|
/**
|
|
225
228
|
*
|
|
226
|
-
* @type {
|
|
229
|
+
* @type {HospitalTranslationDocumentModel}
|
|
227
230
|
* @memberof HospitalDocumentModel
|
|
228
231
|
*/
|
|
229
|
-
'sl'?:
|
|
232
|
+
'sl'?: HospitalTranslationDocumentModel;
|
|
230
233
|
/**
|
|
231
234
|
*
|
|
232
|
-
* @type {
|
|
235
|
+
* @type {HospitalTranslationDocumentModel}
|
|
233
236
|
* @memberof HospitalDocumentModel
|
|
234
237
|
*/
|
|
235
|
-
'sv'?:
|
|
238
|
+
'sv'?: HospitalTranslationDocumentModel;
|
|
236
239
|
/**
|
|
237
240
|
*
|
|
238
|
-
* @type {
|
|
241
|
+
* @type {HospitalTranslationDocumentModel}
|
|
239
242
|
* @memberof HospitalDocumentModel
|
|
240
243
|
*/
|
|
241
|
-
'sw'?:
|
|
244
|
+
'sw'?: HospitalTranslationDocumentModel;
|
|
242
245
|
/**
|
|
243
246
|
*
|
|
244
|
-
* @type {
|
|
247
|
+
* @type {HospitalTranslationDocumentModel}
|
|
245
248
|
* @memberof HospitalDocumentModel
|
|
246
249
|
*/
|
|
247
|
-
'tr'?:
|
|
250
|
+
'tr'?: HospitalTranslationDocumentModel;
|
|
248
251
|
/**
|
|
249
252
|
*
|
|
250
|
-
* @type {
|
|
253
|
+
* @type {HospitalTranslationDocumentModel}
|
|
251
254
|
* @memberof HospitalDocumentModel
|
|
252
255
|
*/
|
|
253
|
-
'uk'?:
|
|
256
|
+
'uk'?: HospitalTranslationDocumentModel;
|
|
254
257
|
/**
|
|
255
258
|
*
|
|
256
|
-
* @type {
|
|
259
|
+
* @type {HospitalTranslationDocumentModel}
|
|
257
260
|
* @memberof HospitalDocumentModel
|
|
258
261
|
*/
|
|
259
|
-
'uz'?:
|
|
262
|
+
'uz'?: HospitalTranslationDocumentModel;
|
|
260
263
|
/**
|
|
261
264
|
*
|
|
262
|
-
* @type {
|
|
265
|
+
* @type {HospitalTranslationDocumentModel}
|
|
263
266
|
* @memberof HospitalDocumentModel
|
|
264
267
|
*/
|
|
265
|
-
'bn'?:
|
|
268
|
+
'bn'?: HospitalTranslationDocumentModel;
|
|
266
269
|
/**
|
|
267
270
|
*
|
|
268
|
-
* @type {
|
|
271
|
+
* @type {HospitalTranslationDocumentModel}
|
|
269
272
|
* @memberof HospitalDocumentModel
|
|
270
273
|
*/
|
|
271
|
-
'az'?:
|
|
274
|
+
'az'?: HospitalTranslationDocumentModel;
|
|
272
275
|
/**
|
|
273
276
|
*
|
|
274
|
-
* @type {
|
|
277
|
+
* @type {HospitalTranslationDocumentModel}
|
|
275
278
|
* @memberof HospitalDocumentModel
|
|
276
279
|
*/
|
|
277
|
-
'ka'?:
|
|
280
|
+
'ka'?: HospitalTranslationDocumentModel;
|
|
278
281
|
/**
|
|
279
282
|
*
|
|
280
283
|
* @type {string}
|
|
@@ -353,6 +356,12 @@ export interface HospitalDocumentModel {
|
|
|
353
356
|
* @memberof HospitalDocumentModel
|
|
354
357
|
*/
|
|
355
358
|
'MarketingType'?: string | null;
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @type {string}
|
|
362
|
+
* @memberof HospitalDocumentModel
|
|
363
|
+
*/
|
|
364
|
+
'FormUrl'?: string | null;
|
|
356
365
|
/**
|
|
357
366
|
*
|
|
358
367
|
* @type {string}
|
|
@@ -421,16 +430,16 @@ export interface HospitalDocumentModel {
|
|
|
421
430
|
'HospitalServices'?: Array<ServiceSubDocumentModel> | null;
|
|
422
431
|
/**
|
|
423
432
|
*
|
|
424
|
-
* @type {
|
|
433
|
+
* @type {GradeDocumentModel}
|
|
425
434
|
* @memberof HospitalDocumentModel
|
|
426
435
|
*/
|
|
427
|
-
'
|
|
436
|
+
'Grade'?: GradeDocumentModel;
|
|
428
437
|
/**
|
|
429
438
|
*
|
|
430
439
|
* @type {string}
|
|
431
440
|
* @memberof HospitalDocumentModel
|
|
432
441
|
*/
|
|
433
|
-
'
|
|
442
|
+
'GradeId'?: string | null;
|
|
434
443
|
/**
|
|
435
444
|
*
|
|
436
445
|
* @type {number}
|
|
@@ -21,6 +21,9 @@ import { AppointmentOptionModel } from './appointment-option-model';
|
|
|
21
21
|
import { FeatureModel } from './feature-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
+
import { GradeModel } from './grade-model';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
24
27
|
import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
|
|
25
28
|
// May contain unused imports in some cases
|
|
26
29
|
// @ts-ignore
|
|
@@ -62,6 +65,12 @@ export interface HospitalItemModel {
|
|
|
62
65
|
* @memberof HospitalItemModel
|
|
63
66
|
*/
|
|
64
67
|
'slug'?: string | null;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof HospitalItemModel
|
|
72
|
+
*/
|
|
73
|
+
'slogan'?: string | null;
|
|
65
74
|
/**
|
|
66
75
|
*
|
|
67
76
|
* @type {boolean}
|
|
@@ -110,6 +119,12 @@ export interface HospitalItemModel {
|
|
|
110
119
|
* @memberof HospitalItemModel
|
|
111
120
|
*/
|
|
112
121
|
'paymentEnabled'?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof HospitalItemModel
|
|
126
|
+
*/
|
|
127
|
+
'formUrl'?: string | null;
|
|
113
128
|
/**
|
|
114
129
|
*
|
|
115
130
|
* @type {string}
|
|
@@ -134,6 +149,12 @@ export interface HospitalItemModel {
|
|
|
134
149
|
* @memberof HospitalItemModel
|
|
135
150
|
*/
|
|
136
151
|
'feature'?: FeatureModel;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {GradeModel}
|
|
155
|
+
* @memberof HospitalItemModel
|
|
156
|
+
*/
|
|
157
|
+
'grade'?: GradeModel;
|
|
137
158
|
/**
|
|
138
159
|
*
|
|
139
160
|
* @type {Array<HospitalAccreditationItemModel>}
|
|
@@ -24,6 +24,9 @@ import { AwardModel } from './award-model';
|
|
|
24
24
|
import { FeatureModel } from './feature-model';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
+
import { GradeModel } from './grade-model';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
27
30
|
import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
|
|
28
31
|
// May contain unused imports in some cases
|
|
29
32
|
// @ts-ignore
|
|
@@ -89,6 +92,12 @@ export interface HospitalModel {
|
|
|
89
92
|
* @memberof HospitalModel
|
|
90
93
|
*/
|
|
91
94
|
'slug'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof HospitalModel
|
|
99
|
+
*/
|
|
100
|
+
'slogan'?: string | null;
|
|
92
101
|
/**
|
|
93
102
|
*
|
|
94
103
|
* @type {boolean}
|
|
@@ -137,6 +146,12 @@ export interface HospitalModel {
|
|
|
137
146
|
* @memberof HospitalModel
|
|
138
147
|
*/
|
|
139
148
|
'paymentEnabled'?: boolean;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof HospitalModel
|
|
153
|
+
*/
|
|
154
|
+
'formUrl'?: string | null;
|
|
140
155
|
/**
|
|
141
156
|
*
|
|
142
157
|
* @type {string}
|
|
@@ -161,6 +176,12 @@ export interface HospitalModel {
|
|
|
161
176
|
* @memberof HospitalModel
|
|
162
177
|
*/
|
|
163
178
|
'feature'?: FeatureModel;
|
|
179
|
+
/**
|
|
180
|
+
*
|
|
181
|
+
* @type {GradeModel}
|
|
182
|
+
* @memberof HospitalModel
|
|
183
|
+
*/
|
|
184
|
+
'grade'?: GradeModel;
|
|
164
185
|
/**
|
|
165
186
|
*
|
|
166
187
|
* @type {Array<HospitalAccreditationItemModel>}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { GradeDocumentModel } from './grade-document-model';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import { TranslationItemDocumentModel } from './translation-item-document-model';
|
|
@@ -281,5 +284,11 @@ export interface HospitalSubDocumentModel {
|
|
|
281
284
|
* @memberof HospitalSubDocumentModel
|
|
282
285
|
*/
|
|
283
286
|
'SearchBonus'?: number;
|
|
287
|
+
/**
|
|
288
|
+
*
|
|
289
|
+
* @type {GradeDocumentModel}
|
|
290
|
+
* @memberof HospitalSubDocumentModel
|
|
291
|
+
*/
|
|
292
|
+
'Grade'?: GradeDocumentModel;
|
|
284
293
|
}
|
|
285
294
|
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
* @interface HospitalTranslationDocumentModel
|
|
21
|
+
*/
|
|
22
|
+
export interface HospitalTranslationDocumentModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof HospitalTranslationDocumentModel
|
|
27
|
+
*/
|
|
28
|
+
'Slug'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof HospitalTranslationDocumentModel
|
|
33
|
+
*/
|
|
34
|
+
'SlugChangeLogs'?: Array<string> | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof HospitalTranslationDocumentModel
|
|
39
|
+
*/
|
|
40
|
+
'Name'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof HospitalTranslationDocumentModel
|
|
45
|
+
*/
|
|
46
|
+
'Overview'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof HospitalTranslationDocumentModel
|
|
51
|
+
*/
|
|
52
|
+
'Description'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof HospitalTranslationDocumentModel
|
|
57
|
+
*/
|
|
58
|
+
'Content'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof HospitalTranslationDocumentModel
|
|
63
|
+
*/
|
|
64
|
+
'Slogan'?: string | null;
|
|
65
|
+
}
|
|
66
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -38,6 +38,7 @@ export * from './booking-item-model';
|
|
|
38
38
|
export * from './booking-model';
|
|
39
39
|
export * from './booking-status';
|
|
40
40
|
export * from './bookings-model';
|
|
41
|
+
export * from './call-status';
|
|
41
42
|
export * from './change-email-command';
|
|
42
43
|
export * from './chat-user-model';
|
|
43
44
|
export * from './chat-users-model';
|
|
@@ -70,6 +71,7 @@ export * from './country-model';
|
|
|
70
71
|
export * from './country-sub-document-model';
|
|
71
72
|
export * from './create-appointment-command';
|
|
72
73
|
export * from './create-booking-command';
|
|
74
|
+
export * from './create-call-history-command';
|
|
73
75
|
export * from './create-chat-user-command';
|
|
74
76
|
export * from './create-consultation-command';
|
|
75
77
|
export * from './create-cors-command';
|
|
@@ -146,6 +148,8 @@ export * from './feature-model';
|
|
|
146
148
|
export * from './footer-navigation-item-model';
|
|
147
149
|
export * from './gender';
|
|
148
150
|
export * from './geography-point';
|
|
151
|
+
export * from './grade-document-model';
|
|
152
|
+
export * from './grade-model';
|
|
149
153
|
export * from './header-navigation-item-model';
|
|
150
154
|
export * from './hospital-accreditation-item-model';
|
|
151
155
|
export * from './hospital-accreditation-model';
|
|
@@ -178,6 +182,7 @@ export * from './hospital-specialty-model';
|
|
|
178
182
|
export * from './hospital-specialty-simple-item-model';
|
|
179
183
|
export * from './hospital-specialty-sub-document-model';
|
|
180
184
|
export * from './hospital-sub-document-model';
|
|
185
|
+
export * from './hospital-translation-document-model';
|
|
181
186
|
export * from './hospitals-model';
|
|
182
187
|
export * from './hospitals-simple-model';
|
|
183
188
|
export * from './invite-send-bird-group-channel-command';
|
|
@@ -274,6 +279,7 @@ export * from './translation-simple-model';
|
|
|
274
279
|
export * from './translation-simple-with-description-model';
|
|
275
280
|
export * from './update-appointment-command';
|
|
276
281
|
export * from './update-booking-command';
|
|
282
|
+
export * from './update-call-history-command';
|
|
277
283
|
export * from './update-chat-user-command';
|
|
278
284
|
export * from './update-consultation-command';
|
|
279
285
|
export * from './update-device-command';
|
|
@@ -0,0 +1,105 @@
|
|
|
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 { CallStatus } from './call-status';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface UpdateCallHistoryCommand
|
|
24
|
+
*/
|
|
25
|
+
export interface UpdateCallHistoryCommand {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof UpdateCallHistoryCommand
|
|
30
|
+
*/
|
|
31
|
+
'patientId'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof UpdateCallHistoryCommand
|
|
36
|
+
*/
|
|
37
|
+
'hospitalId'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof UpdateCallHistoryCommand
|
|
42
|
+
*/
|
|
43
|
+
'virtualNumber'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof UpdateCallHistoryCommand
|
|
48
|
+
*/
|
|
49
|
+
'targetNumber'?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Date}
|
|
53
|
+
* @memberof UpdateCallHistoryCommand
|
|
54
|
+
*/
|
|
55
|
+
'startTime'?: Date;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Date}
|
|
59
|
+
* @memberof UpdateCallHistoryCommand
|
|
60
|
+
*/
|
|
61
|
+
'endTime'?: Date;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof UpdateCallHistoryCommand
|
|
66
|
+
*/
|
|
67
|
+
'duration'?: number;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {number}
|
|
71
|
+
* @memberof UpdateCallHistoryCommand
|
|
72
|
+
*/
|
|
73
|
+
'rate'?: number;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof UpdateCallHistoryCommand
|
|
78
|
+
*/
|
|
79
|
+
'price'?: number;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof UpdateCallHistoryCommand
|
|
84
|
+
*/
|
|
85
|
+
'customData'?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {boolean}
|
|
89
|
+
* @memberof UpdateCallHistoryCommand
|
|
90
|
+
*/
|
|
91
|
+
'isExternal'?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {CallStatus}
|
|
95
|
+
* @memberof UpdateCallHistoryCommand
|
|
96
|
+
*/
|
|
97
|
+
'status'?: CallStatus;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {Date}
|
|
101
|
+
* @memberof UpdateCallHistoryCommand
|
|
102
|
+
*/
|
|
103
|
+
'timeStamp'?: Date;
|
|
104
|
+
}
|
|
105
|
+
|