ch-api-client-typescript2 5.0.5 → 5.0.6
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/models/about-us-page-model.d.ts +7 -0
- package/lib/models/about-us-page-model.d.ts.map +1 -1
- package/lib/models/accreditation-document-model.d.ts +3 -3
- package/lib/models/appointment-option-document-model.d.ts +5 -5
- package/lib/models/article-contributor-document-model.d.ts +3 -3
- package/lib/models/article-document-model.d.ts +13 -13
- package/lib/models/article-model.d.ts +7 -0
- package/lib/models/article-model.d.ts.map +1 -1
- package/lib/models/contributor-document-model.d.ts +5 -5
- package/lib/models/contributor-model.d.ts +7 -0
- package/lib/models/contributor-model.d.ts.map +1 -1
- package/lib/models/contributor-sub-document-model.d.ts +2 -2
- package/lib/models/country-document-model.d.ts +7 -7
- package/lib/models/country-model.d.ts +7 -0
- package/lib/models/country-model.d.ts.map +1 -1
- package/lib/models/country-sub-document-model.d.ts +2 -2
- package/lib/models/deal-document-model.d.ts +13 -13
- package/lib/models/deal-model.d.ts +7 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/department-document-model.d.ts +8 -8
- package/lib/models/department-sub-document-model.d.ts +3 -3
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/doctor-certificate-sub-document-model.d.ts +4 -4
- package/lib/models/doctor-document-model.d.ts +15 -15
- package/lib/models/doctor-specialty-sub-document-model.d.ts +2 -2
- package/lib/models/faq-category-document-model.d.ts +4 -4
- package/lib/models/faq-category-model.d.ts +7 -0
- package/lib/models/faq-category-model.d.ts.map +1 -1
- package/lib/models/faq-category-sub-document-model.d.ts +3 -3
- package/lib/models/faq-document-model.d.ts +4 -4
- package/lib/models/faq-model.d.ts +7 -0
- package/lib/models/faq-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +23 -23
- package/lib/models/hospital-model.d.ts +7 -0
- package/lib/models/hospital-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +7 -0
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +13 -13
- package/lib/models/hospital-specialty-model.d.ts +7 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-sub-document-model.d.ts +4 -4
- package/lib/models/hospital-sub-document-model.d.ts +4 -4
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +1 -0
- package/lib/models/landing-model.d.ts +7 -0
- package/lib/models/landing-model.d.ts.map +1 -1
- package/lib/models/location-document-model.d.ts +7 -7
- package/lib/models/media-document-model.d.ts +7 -7
- package/lib/models/package-sub-document-model.d.ts +5 -5
- package/lib/models/service-document-model.d.ts +11 -11
- package/lib/models/service-review-model.d.ts +7 -0
- package/lib/models/service-review-model.d.ts.map +1 -1
- package/lib/models/service-sub-document-model.d.ts +2 -2
- package/lib/models/slug-change-log-model.d.ts +43 -0
- package/lib/models/slug-change-log-model.d.ts.map +1 -0
- package/lib/models/slug-change-log-model.js +15 -0
- package/lib/models/sns-handle-document-model.d.ts +2 -2
- package/lib/models/specialty-document-model.d.ts +8 -8
- package/lib/models/specialty-model.d.ts +7 -0
- package/lib/models/specialty-model.d.ts.map +1 -1
- package/lib/models/specialty-sub-document-model.d.ts +2 -2
- package/lib/models/specialty-type-model.d.ts +7 -0
- package/lib/models/specialty-type-model.d.ts.map +1 -1
- package/lib/models/tag-document-model.d.ts +2 -2
- package/lib/models/translation-document-model.d.ts +7 -7
- package/lib/models/translation-item-document-model.d.ts +4 -4
- package/lib/models/user-location-document-model.d.ts +7 -7
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +1 -0
- package/src/models/about-us-page-model.ts +9 -0
- package/src/models/accreditation-document-model.ts +3 -3
- package/src/models/appointment-option-document-model.ts +5 -5
- package/src/models/article-contributor-document-model.ts +3 -3
- package/src/models/article-document-model.ts +13 -13
- package/src/models/article-model.ts +9 -0
- package/src/models/contributor-document-model.ts +5 -5
- package/src/models/contributor-model.ts +9 -0
- package/src/models/contributor-sub-document-model.ts +2 -2
- package/src/models/country-document-model.ts +7 -7
- package/src/models/country-model.ts +9 -0
- package/src/models/country-sub-document-model.ts +2 -2
- package/src/models/deal-document-model.ts +13 -13
- package/src/models/deal-model.ts +9 -0
- package/src/models/department-document-model.ts +8 -8
- package/src/models/department-sub-document-model.ts +3 -3
- package/src/models/doctor-affiliation-model.ts +9 -0
- package/src/models/doctor-certificate-sub-document-model.ts +4 -4
- package/src/models/doctor-document-model.ts +15 -15
- package/src/models/doctor-specialty-sub-document-model.ts +2 -2
- package/src/models/faq-category-document-model.ts +4 -4
- package/src/models/faq-category-model.ts +9 -0
- package/src/models/faq-category-sub-document-model.ts +3 -3
- package/src/models/faq-document-model.ts +4 -4
- package/src/models/faq-model.ts +9 -0
- package/src/models/hospital-document-model.ts +23 -23
- package/src/models/hospital-model.ts +9 -0
- package/src/models/hospital-service-model.ts +9 -0
- package/src/models/hospital-specialty-document-model.ts +13 -13
- package/src/models/hospital-specialty-model.ts +9 -0
- package/src/models/hospital-specialty-sub-document-model.ts +4 -4
- package/src/models/hospital-sub-document-model.ts +4 -4
- package/src/models/index.ts +1 -0
- package/src/models/landing-model.ts +9 -0
- package/src/models/location-document-model.ts +7 -7
- package/src/models/media-document-model.ts +7 -7
- package/src/models/package-sub-document-model.ts +5 -5
- package/src/models/service-document-model.ts +11 -11
- package/src/models/service-review-model.ts +9 -0
- package/src/models/service-sub-document-model.ts +2 -2
- package/src/models/slug-change-log-model.ts +48 -0
- package/src/models/sns-handle-document-model.ts +2 -2
- package/src/models/specialty-document-model.ts +8 -8
- package/src/models/specialty-model.ts +9 -0
- package/src/models/specialty-sub-document-model.ts +2 -2
- package/src/models/specialty-type-model.ts +9 -0
- package/src/models/tag-document-model.ts +2 -2
- package/src/models/translation-document-model.ts +7 -7
- package/src/models/translation-item-document-model.ts +4 -4
- package/src/models/user-location-document-model.ts +7 -7
|
@@ -31,48 +31,48 @@ export interface DepartmentDocumentModel {
|
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof DepartmentDocumentModel
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'Id'?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof DepartmentDocumentModel
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'MarketingType'?: string | null;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {string}
|
|
44
44
|
* @memberof DepartmentDocumentModel
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'Photo'?: string | null;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof DepartmentDocumentModel
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'PhotoThumbnail'?: string | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof DepartmentDocumentModel
|
|
57
57
|
*/
|
|
58
|
-
'
|
|
58
|
+
'Background'?: string | null;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
61
|
* @type {string}
|
|
62
62
|
* @memberof DepartmentDocumentModel
|
|
63
63
|
*/
|
|
64
|
-
'
|
|
64
|
+
'BackgroundThumbnail'?: string | null;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
67
|
* @type {Array<MediaDocumentModel>}
|
|
68
68
|
* @memberof DepartmentDocumentModel
|
|
69
69
|
*/
|
|
70
|
-
'
|
|
70
|
+
'Medias'?: Array<MediaDocumentModel> | null;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
73
|
* @type {Array<TranslationDocumentModel>}
|
|
74
74
|
* @memberof DepartmentDocumentModel
|
|
75
75
|
*/
|
|
76
|
-
'
|
|
76
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
77
77
|
}
|
|
78
78
|
|
|
@@ -28,18 +28,18 @@ export interface DepartmentSubDocumentModel {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof DepartmentSubDocumentModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'Id'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof DepartmentSubDocumentModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'MarketingType'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {Array<TranslationItemDocumentModel>}
|
|
41
41
|
* @memberof DepartmentSubDocumentModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'Translations'?: Array<TranslationItemDocumentModel> | null;
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -25,6 +25,9 @@ import { MarketingType } from './marketing-type';
|
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import { MediaModel } from './media-model';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
28
31
|
|
|
29
32
|
/**
|
|
30
33
|
*
|
|
@@ -200,5 +203,11 @@ export interface DoctorAffiliationModel {
|
|
|
200
203
|
* @memberof DoctorAffiliationModel
|
|
201
204
|
*/
|
|
202
205
|
'medias'?: Array<MediaModel> | null;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @type {Array<SlugChangeLogModel>}
|
|
209
|
+
* @memberof DoctorAffiliationModel
|
|
210
|
+
*/
|
|
211
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
203
212
|
}
|
|
204
213
|
|
|
@@ -25,24 +25,24 @@ export interface DoctorCertificateSubDocumentModel {
|
|
|
25
25
|
* @type {string}
|
|
26
26
|
* @memberof DoctorCertificateSubDocumentModel
|
|
27
27
|
*/
|
|
28
|
-
'
|
|
28
|
+
'Id'?: string | null;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof DoctorCertificateSubDocumentModel
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'Certificate'?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {Date}
|
|
38
38
|
* @memberof DoctorCertificateSubDocumentModel
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'ActiveFrom'?: Date | null;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {Date}
|
|
44
44
|
* @memberof DoctorCertificateSubDocumentModel
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'ActiveTo'?: Date | null;
|
|
47
47
|
}
|
|
48
48
|
|
|
@@ -46,90 +46,90 @@ export interface DoctorDocumentModel {
|
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof DoctorDocumentModel
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'Id'?: string | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof DoctorDocumentModel
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'DoctorId'?: string | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {Date}
|
|
59
59
|
* @memberof DoctorDocumentModel
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'StartPracticeDate'?: Date | null;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {boolean}
|
|
65
65
|
* @memberof DoctorDocumentModel
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'ConsultationEnabled'?: boolean | null;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {number}
|
|
71
71
|
* @memberof DoctorDocumentModel
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'ConsultationFee'?: number | null;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {string}
|
|
77
77
|
* @memberof DoctorDocumentModel
|
|
78
78
|
*/
|
|
79
|
-
'
|
|
79
|
+
'Photo'?: string | null;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
82
|
* @type {string}
|
|
83
83
|
* @memberof DoctorDocumentModel
|
|
84
84
|
*/
|
|
85
|
-
'
|
|
85
|
+
'PhotoThumbnail'?: string | null;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
88
|
* @type {string}
|
|
89
89
|
* @memberof DoctorDocumentModel
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'TimeZone'?: string | null;
|
|
92
92
|
/**
|
|
93
93
|
*
|
|
94
94
|
* @type {HospitalSubDocumentModel}
|
|
95
95
|
* @memberof DoctorDocumentModel
|
|
96
96
|
*/
|
|
97
|
-
'
|
|
97
|
+
'Hospital'?: HospitalSubDocumentModel;
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
100
|
* @type {AppointmentOptionDocumentModel}
|
|
101
101
|
* @memberof DoctorDocumentModel
|
|
102
102
|
*/
|
|
103
|
-
'
|
|
103
|
+
'AppointmentOption'?: AppointmentOptionDocumentModel;
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
106
|
* @type {Array<MediaDocumentModel>}
|
|
107
107
|
* @memberof DoctorDocumentModel
|
|
108
108
|
*/
|
|
109
|
-
'
|
|
109
|
+
'Medias'?: Array<MediaDocumentModel> | null;
|
|
110
110
|
/**
|
|
111
111
|
*
|
|
112
112
|
* @type {Array<UserLocationDocumentModel>}
|
|
113
113
|
* @memberof DoctorDocumentModel
|
|
114
114
|
*/
|
|
115
|
-
'
|
|
115
|
+
'Locations'?: Array<UserLocationDocumentModel> | null;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
118
|
* @type {Array<DoctorCertificateSubDocumentModel>}
|
|
119
119
|
* @memberof DoctorDocumentModel
|
|
120
120
|
*/
|
|
121
|
-
'
|
|
121
|
+
'DoctorCertificates'?: Array<DoctorCertificateSubDocumentModel> | null;
|
|
122
122
|
/**
|
|
123
123
|
*
|
|
124
124
|
* @type {Array<DoctorSpecialtySubDocumentModel>}
|
|
125
125
|
* @memberof DoctorDocumentModel
|
|
126
126
|
*/
|
|
127
|
-
'
|
|
127
|
+
'Specialties'?: Array<DoctorSpecialtySubDocumentModel> | null;
|
|
128
128
|
/**
|
|
129
129
|
*
|
|
130
130
|
* @type {Array<TranslationDocumentModel>}
|
|
131
131
|
* @memberof DoctorDocumentModel
|
|
132
132
|
*/
|
|
133
|
-
'
|
|
133
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
134
134
|
}
|
|
135
135
|
|
|
@@ -28,12 +28,12 @@ export interface DoctorSpecialtySubDocumentModel {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof DoctorSpecialtySubDocumentModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'Id'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {Array<TranslationItemDocumentModel>}
|
|
35
35
|
* @memberof DoctorSpecialtySubDocumentModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'Translations'?: Array<TranslationItemDocumentModel> | null;
|
|
38
38
|
}
|
|
39
39
|
|
|
@@ -31,24 +31,24 @@ export interface FaqCategoryDocumentModel {
|
|
|
31
31
|
* @type {string}
|
|
32
32
|
* @memberof FaqCategoryDocumentModel
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'Id'?: string | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {string}
|
|
38
38
|
* @memberof FaqCategoryDocumentModel
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'ParentId'?: string | null;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @type {HospitalSubDocumentModel}
|
|
44
44
|
* @memberof FaqCategoryDocumentModel
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'Hospital'?: HospitalSubDocumentModel;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {Array<TranslationDocumentModel>}
|
|
50
50
|
* @memberof FaqCategoryDocumentModel
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -19,6 +19,9 @@ import { AuditableEntity } from './auditable-entity';
|
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import { LocalizedUrlModel } from './localized-url-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
22
25
|
|
|
23
26
|
/**
|
|
24
27
|
*
|
|
@@ -122,5 +125,11 @@ export interface FaqCategoryModel {
|
|
|
122
125
|
* @memberof FaqCategoryModel
|
|
123
126
|
*/
|
|
124
127
|
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {Array<SlugChangeLogModel>}
|
|
131
|
+
* @memberof FaqCategoryModel
|
|
132
|
+
*/
|
|
133
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
125
134
|
}
|
|
126
135
|
|
|
@@ -28,18 +28,18 @@ export interface FaqCategorySubDocumentModel {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof FaqCategorySubDocumentModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'Id'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof FaqCategorySubDocumentModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'HospitalId'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {Array<TranslationItemDocumentModel>}
|
|
41
41
|
* @memberof FaqCategorySubDocumentModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'Translations'?: Array<TranslationItemDocumentModel> | null;
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -34,24 +34,24 @@ export interface FaqDocumentModel {
|
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof FaqDocumentModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'Id'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {FaqCategorySubDocumentModel}
|
|
41
41
|
* @memberof FaqDocumentModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'FaqCategory'?: FaqCategorySubDocumentModel;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {Array<TagDocumentModel>}
|
|
47
47
|
* @memberof FaqDocumentModel
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'Tags'?: Array<TagDocumentModel> | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {Array<TranslationDocumentModel>}
|
|
53
53
|
* @memberof FaqDocumentModel
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
56
56
|
}
|
|
57
57
|
|
package/src/models/faq-model.ts
CHANGED
|
@@ -27,6 +27,9 @@ import { LocalizedUrlModel } from './localized-url-model';
|
|
|
27
27
|
import { MediaModel } from './media-model';
|
|
28
28
|
// May contain unused imports in some cases
|
|
29
29
|
// @ts-ignore
|
|
30
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
30
33
|
import { TranslationSimpleModel } from './translation-simple-model';
|
|
31
34
|
|
|
32
35
|
/**
|
|
@@ -167,5 +170,11 @@ export interface FaqModel {
|
|
|
167
170
|
* @memberof FaqModel
|
|
168
171
|
*/
|
|
169
172
|
'customStyle'?: string | null;
|
|
173
|
+
/**
|
|
174
|
+
*
|
|
175
|
+
* @type {Array<SlugChangeLogModel>}
|
|
176
|
+
* @memberof FaqModel
|
|
177
|
+
*/
|
|
178
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
170
179
|
}
|
|
171
180
|
|
|
@@ -49,138 +49,138 @@ export interface HospitalDocumentModel {
|
|
|
49
49
|
* @type {string}
|
|
50
50
|
* @memberof HospitalDocumentModel
|
|
51
51
|
*/
|
|
52
|
-
'
|
|
52
|
+
'Id'?: string | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {string}
|
|
56
56
|
* @memberof HospitalDocumentModel
|
|
57
57
|
*/
|
|
58
|
-
'
|
|
58
|
+
'Logo'?: string | null;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
61
|
* @type {number}
|
|
62
62
|
* @memberof HospitalDocumentModel
|
|
63
63
|
*/
|
|
64
|
-
'
|
|
64
|
+
'BedsCount'?: number | null;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
67
|
* @type {number}
|
|
68
68
|
* @memberof HospitalDocumentModel
|
|
69
69
|
*/
|
|
70
|
-
'
|
|
70
|
+
'OperationsPerYear'?: number | null;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
73
|
* @type {number}
|
|
74
74
|
* @memberof HospitalDocumentModel
|
|
75
75
|
*/
|
|
76
|
-
'
|
|
76
|
+
'FoundationYear'?: number | null;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {number}
|
|
80
80
|
* @memberof HospitalDocumentModel
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'MedicalStaffCount'?: number | null;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {number}
|
|
86
86
|
* @memberof HospitalDocumentModel
|
|
87
87
|
*/
|
|
88
|
-
'
|
|
88
|
+
'DoctorCount'?: number | null;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @type {boolean}
|
|
92
92
|
* @memberof HospitalDocumentModel
|
|
93
93
|
*/
|
|
94
|
-
'
|
|
94
|
+
'ConsultationEnabled'?: boolean | null;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
97
|
* @type {number}
|
|
98
98
|
* @memberof HospitalDocumentModel
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'ConsultationFee'?: number | null;
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
103
|
* @type {string}
|
|
104
104
|
* @memberof HospitalDocumentModel
|
|
105
105
|
*/
|
|
106
|
-
'
|
|
106
|
+
'TimeZone'?: string | null;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
109
|
* @type {string}
|
|
110
110
|
* @memberof HospitalDocumentModel
|
|
111
111
|
*/
|
|
112
|
-
'
|
|
112
|
+
'WebsiteUrl'?: string | null;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
115
|
* @type {boolean}
|
|
116
116
|
* @memberof HospitalDocumentModel
|
|
117
117
|
*/
|
|
118
|
-
'
|
|
118
|
+
'PaymentEnabled'?: boolean;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
121
|
* @type {string}
|
|
122
122
|
* @memberof HospitalDocumentModel
|
|
123
123
|
*/
|
|
124
|
-
'
|
|
124
|
+
'MarketingType'?: string | null;
|
|
125
125
|
/**
|
|
126
126
|
*
|
|
127
127
|
* @type {string}
|
|
128
128
|
* @memberof HospitalDocumentModel
|
|
129
129
|
*/
|
|
130
|
-
'
|
|
130
|
+
'ContactTel'?: string | null;
|
|
131
131
|
/**
|
|
132
132
|
*
|
|
133
133
|
* @type {string}
|
|
134
134
|
* @memberof HospitalDocumentModel
|
|
135
135
|
*/
|
|
136
|
-
'
|
|
136
|
+
'ContactEmail'?: string | null;
|
|
137
137
|
/**
|
|
138
138
|
*
|
|
139
139
|
* @type {LocationDocumentModel}
|
|
140
140
|
* @memberof HospitalDocumentModel
|
|
141
141
|
*/
|
|
142
|
-
'
|
|
142
|
+
'Location'?: LocationDocumentModel;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
145
|
* @type {CountrySubDocumentModel}
|
|
146
146
|
* @memberof HospitalDocumentModel
|
|
147
147
|
*/
|
|
148
|
-
'
|
|
148
|
+
'Country'?: CountrySubDocumentModel;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
151
|
* @type {AppointmentOptionDocumentModel}
|
|
152
152
|
* @memberof HospitalDocumentModel
|
|
153
153
|
*/
|
|
154
|
-
'
|
|
154
|
+
'AppointmentOption'?: AppointmentOptionDocumentModel;
|
|
155
155
|
/**
|
|
156
156
|
*
|
|
157
157
|
* @type {Array<AccreditationDocumentModel>}
|
|
158
158
|
* @memberof HospitalDocumentModel
|
|
159
159
|
*/
|
|
160
|
-
'
|
|
160
|
+
'Accreditations'?: Array<AccreditationDocumentModel> | null;
|
|
161
161
|
/**
|
|
162
162
|
*
|
|
163
163
|
* @type {Array<MediaDocumentModel>}
|
|
164
164
|
* @memberof HospitalDocumentModel
|
|
165
165
|
*/
|
|
166
|
-
'
|
|
166
|
+
'Medias'?: Array<MediaDocumentModel> | null;
|
|
167
167
|
/**
|
|
168
168
|
*
|
|
169
169
|
* @type {Array<HospitalSpecialtySubDocumentModel>}
|
|
170
170
|
* @memberof HospitalDocumentModel
|
|
171
171
|
*/
|
|
172
|
-
'
|
|
172
|
+
'HospitalSpecialties'?: Array<HospitalSpecialtySubDocumentModel> | null;
|
|
173
173
|
/**
|
|
174
174
|
*
|
|
175
175
|
* @type {Array<TranslationDocumentModel>}
|
|
176
176
|
* @memberof HospitalDocumentModel
|
|
177
177
|
*/
|
|
178
|
-
'
|
|
178
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
179
179
|
/**
|
|
180
180
|
*
|
|
181
181
|
* @type {Array<SnsHandleDocumentModel>}
|
|
182
182
|
* @memberof HospitalDocumentModel
|
|
183
183
|
*/
|
|
184
|
-
'
|
|
184
|
+
'HospitalSnsHandles'?: Array<SnsHandleDocumentModel> | null;
|
|
185
185
|
}
|
|
186
186
|
|
|
@@ -45,6 +45,9 @@ import { MarketingType } from './marketing-type';
|
|
|
45
45
|
import { MediaModel } from './media-model';
|
|
46
46
|
// May contain unused imports in some cases
|
|
47
47
|
// @ts-ignore
|
|
48
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
49
|
+
// May contain unused imports in some cases
|
|
50
|
+
// @ts-ignore
|
|
48
51
|
import { SnsHandleModel } from './sns-handle-model';
|
|
49
52
|
// May contain unused imports in some cases
|
|
50
53
|
// @ts-ignore
|
|
@@ -188,6 +191,12 @@ export interface HospitalModel {
|
|
|
188
191
|
* @memberof HospitalModel
|
|
189
192
|
*/
|
|
190
193
|
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* @type {Array<SlugChangeLogModel>}
|
|
197
|
+
* @memberof HospitalModel
|
|
198
|
+
*/
|
|
199
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
191
200
|
/**
|
|
192
201
|
*
|
|
193
202
|
* @type {number}
|
|
@@ -28,6 +28,9 @@ import { MediaModel } from './media-model';
|
|
|
28
28
|
// May contain unused imports in some cases
|
|
29
29
|
// @ts-ignore
|
|
30
30
|
import { Procedure } from './procedure';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
31
34
|
|
|
32
35
|
/**
|
|
33
36
|
*
|
|
@@ -203,6 +206,12 @@ export interface HospitalServiceModel {
|
|
|
203
206
|
* @memberof HospitalServiceModel
|
|
204
207
|
*/
|
|
205
208
|
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
209
|
+
/**
|
|
210
|
+
*
|
|
211
|
+
* @type {Array<SlugChangeLogModel>}
|
|
212
|
+
* @memberof HospitalServiceModel
|
|
213
|
+
*/
|
|
214
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
206
215
|
/**
|
|
207
216
|
*
|
|
208
217
|
* @type {Array<MediaModel>}
|