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
|
@@ -20,24 +20,24 @@ export interface DoctorCertificateSubDocumentModel {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof DoctorCertificateSubDocumentModel
|
|
22
22
|
*/
|
|
23
|
-
'
|
|
23
|
+
'Id'?: string | null;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof DoctorCertificateSubDocumentModel
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
29
|
+
'Certificate'?: string | null;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {Date}
|
|
33
33
|
* @memberof DoctorCertificateSubDocumentModel
|
|
34
34
|
*/
|
|
35
|
-
'
|
|
35
|
+
'ActiveFrom'?: Date | null;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {Date}
|
|
39
39
|
* @memberof DoctorCertificateSubDocumentModel
|
|
40
40
|
*/
|
|
41
|
-
'
|
|
41
|
+
'ActiveTo'?: Date | null;
|
|
42
42
|
}
|
|
43
43
|
//# sourceMappingURL=doctor-certificate-sub-document-model.d.ts.map
|
|
@@ -27,90 +27,90 @@ export interface DoctorDocumentModel {
|
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof DoctorDocumentModel
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'Id'?: string | null;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof DoctorDocumentModel
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'DoctorId'?: string | null;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {Date}
|
|
40
40
|
* @memberof DoctorDocumentModel
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'StartPracticeDate'?: Date | null;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {boolean}
|
|
46
46
|
* @memberof DoctorDocumentModel
|
|
47
47
|
*/
|
|
48
|
-
'
|
|
48
|
+
'ConsultationEnabled'?: boolean | null;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {number}
|
|
52
52
|
* @memberof DoctorDocumentModel
|
|
53
53
|
*/
|
|
54
|
-
'
|
|
54
|
+
'ConsultationFee'?: number | null;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof DoctorDocumentModel
|
|
59
59
|
*/
|
|
60
|
-
'
|
|
60
|
+
'Photo'?: string | null;
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof DoctorDocumentModel
|
|
65
65
|
*/
|
|
66
|
-
'
|
|
66
|
+
'PhotoThumbnail'?: string | null;
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
69
|
* @type {string}
|
|
70
70
|
* @memberof DoctorDocumentModel
|
|
71
71
|
*/
|
|
72
|
-
'
|
|
72
|
+
'TimeZone'?: string | null;
|
|
73
73
|
/**
|
|
74
74
|
*
|
|
75
75
|
* @type {HospitalSubDocumentModel}
|
|
76
76
|
* @memberof DoctorDocumentModel
|
|
77
77
|
*/
|
|
78
|
-
'
|
|
78
|
+
'Hospital'?: HospitalSubDocumentModel;
|
|
79
79
|
/**
|
|
80
80
|
*
|
|
81
81
|
* @type {AppointmentOptionDocumentModel}
|
|
82
82
|
* @memberof DoctorDocumentModel
|
|
83
83
|
*/
|
|
84
|
-
'
|
|
84
|
+
'AppointmentOption'?: AppointmentOptionDocumentModel;
|
|
85
85
|
/**
|
|
86
86
|
*
|
|
87
87
|
* @type {Array<MediaDocumentModel>}
|
|
88
88
|
* @memberof DoctorDocumentModel
|
|
89
89
|
*/
|
|
90
|
-
'
|
|
90
|
+
'Medias'?: Array<MediaDocumentModel> | null;
|
|
91
91
|
/**
|
|
92
92
|
*
|
|
93
93
|
* @type {Array<UserLocationDocumentModel>}
|
|
94
94
|
* @memberof DoctorDocumentModel
|
|
95
95
|
*/
|
|
96
|
-
'
|
|
96
|
+
'Locations'?: Array<UserLocationDocumentModel> | null;
|
|
97
97
|
/**
|
|
98
98
|
*
|
|
99
99
|
* @type {Array<DoctorCertificateSubDocumentModel>}
|
|
100
100
|
* @memberof DoctorDocumentModel
|
|
101
101
|
*/
|
|
102
|
-
'
|
|
102
|
+
'DoctorCertificates'?: Array<DoctorCertificateSubDocumentModel> | null;
|
|
103
103
|
/**
|
|
104
104
|
*
|
|
105
105
|
* @type {Array<DoctorSpecialtySubDocumentModel>}
|
|
106
106
|
* @memberof DoctorDocumentModel
|
|
107
107
|
*/
|
|
108
|
-
'
|
|
108
|
+
'Specialties'?: Array<DoctorSpecialtySubDocumentModel> | null;
|
|
109
109
|
/**
|
|
110
110
|
*
|
|
111
111
|
* @type {Array<TranslationDocumentModel>}
|
|
112
112
|
* @memberof DoctorDocumentModel
|
|
113
113
|
*/
|
|
114
|
-
'
|
|
114
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
115
115
|
}
|
|
116
116
|
//# sourceMappingURL=doctor-document-model.d.ts.map
|
|
@@ -21,12 +21,12 @@ export interface DoctorSpecialtySubDocumentModel {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof DoctorSpecialtySubDocumentModel
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'Id'?: string | null;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {Array<TranslationItemDocumentModel>}
|
|
28
28
|
* @memberof DoctorSpecialtySubDocumentModel
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'Translations'?: Array<TranslationItemDocumentModel> | null;
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=doctor-specialty-sub-document-model.d.ts.map
|
|
@@ -22,24 +22,24 @@ export interface FaqCategoryDocumentModel {
|
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberof FaqCategoryDocumentModel
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'Id'?: string | null;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof FaqCategoryDocumentModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'ParentId'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {HospitalSubDocumentModel}
|
|
35
35
|
* @memberof FaqCategoryDocumentModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'Hospital'?: HospitalSubDocumentModel;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {Array<TranslationDocumentModel>}
|
|
41
41
|
* @memberof FaqCategoryDocumentModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
44
44
|
}
|
|
45
45
|
//# sourceMappingURL=faq-category-document-model.d.ts.map
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { AuditableEntity } from './auditable-entity';
|
|
13
13
|
import { LocalizedUrlModel } from './localized-url-model';
|
|
14
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
16
17
|
* @export
|
|
@@ -113,5 +114,11 @@ export interface FaqCategoryModel {
|
|
|
113
114
|
* @memberof FaqCategoryModel
|
|
114
115
|
*/
|
|
115
116
|
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @type {Array<SlugChangeLogModel>}
|
|
120
|
+
* @memberof FaqCategoryModel
|
|
121
|
+
*/
|
|
122
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
116
123
|
}
|
|
117
124
|
//# sourceMappingURL=faq-category-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"faq-category-model.d.ts","sourceRoot":"","sources":["../../src/models/faq-category-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"faq-category-model.d.ts","sourceRoot":"","sources":["../../src/models/faq-category-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CACvD"}
|
|
@@ -21,18 +21,18 @@ export interface FaqCategorySubDocumentModel {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof FaqCategorySubDocumentModel
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'Id'?: string | null;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof FaqCategorySubDocumentModel
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'HospitalId'?: string | null;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {Array<TranslationItemDocumentModel>}
|
|
34
34
|
* @memberof FaqCategorySubDocumentModel
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'Translations'?: Array<TranslationItemDocumentModel> | null;
|
|
37
37
|
}
|
|
38
38
|
//# sourceMappingURL=faq-category-sub-document-model.d.ts.map
|
|
@@ -23,24 +23,24 @@ export interface FaqDocumentModel {
|
|
|
23
23
|
* @type {string}
|
|
24
24
|
* @memberof FaqDocumentModel
|
|
25
25
|
*/
|
|
26
|
-
'
|
|
26
|
+
'Id'?: string | null;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
29
29
|
* @type {FaqCategorySubDocumentModel}
|
|
30
30
|
* @memberof FaqDocumentModel
|
|
31
31
|
*/
|
|
32
|
-
'
|
|
32
|
+
'FaqCategory'?: FaqCategorySubDocumentModel;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
35
|
* @type {Array<TagDocumentModel>}
|
|
36
36
|
* @memberof FaqDocumentModel
|
|
37
37
|
*/
|
|
38
|
-
'
|
|
38
|
+
'Tags'?: Array<TagDocumentModel> | null;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @type {Array<TranslationDocumentModel>}
|
|
42
42
|
* @memberof FaqDocumentModel
|
|
43
43
|
*/
|
|
44
|
-
'
|
|
44
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
45
45
|
}
|
|
46
46
|
//# sourceMappingURL=faq-document-model.d.ts.map
|
|
@@ -13,6 +13,7 @@ import { AuditableEntity } from './auditable-entity';
|
|
|
13
13
|
import { FaqTagItemModel } from './faq-tag-item-model';
|
|
14
14
|
import { LocalizedUrlModel } from './localized-url-model';
|
|
15
15
|
import { MediaModel } from './media-model';
|
|
16
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
16
17
|
import { TranslationSimpleModel } from './translation-simple-model';
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
@@ -152,5 +153,11 @@ export interface FaqModel {
|
|
|
152
153
|
* @memberof FaqModel
|
|
153
154
|
*/
|
|
154
155
|
'customStyle'?: string | null;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {Array<SlugChangeLogModel>}
|
|
159
|
+
* @memberof FaqModel
|
|
160
|
+
*/
|
|
161
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
155
162
|
}
|
|
156
163
|
//# sourceMappingURL=faq-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"faq-model.d.ts","sourceRoot":"","sources":["../../src/models/faq-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAGvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"faq-model.d.ts","sourceRoot":"","sources":["../../src/models/faq-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAGvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAG7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;CACvD"}
|
|
@@ -28,138 +28,138 @@ export interface HospitalDocumentModel {
|
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof HospitalDocumentModel
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'Id'?: string | null;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
35
35
|
* @memberof HospitalDocumentModel
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'Logo'?: string | null;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {number}
|
|
41
41
|
* @memberof HospitalDocumentModel
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'BedsCount'?: number | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
47
47
|
* @memberof HospitalDocumentModel
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'OperationsPerYear'?: number | null;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {number}
|
|
53
53
|
* @memberof HospitalDocumentModel
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'FoundationYear'?: number | null;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
59
59
|
* @memberof HospitalDocumentModel
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'MedicalStaffCount'?: number | null;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
|
65
65
|
* @memberof HospitalDocumentModel
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'DoctorCount'?: number | null;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {boolean}
|
|
71
71
|
* @memberof HospitalDocumentModel
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'ConsultationEnabled'?: boolean | null;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
|
77
77
|
* @memberof HospitalDocumentModel
|
|
78
78
|
*/
|
|
79
|
-
'
|
|
79
|
+
'ConsultationFee'?: number | null;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
82
|
* @type {string}
|
|
83
83
|
* @memberof HospitalDocumentModel
|
|
84
84
|
*/
|
|
85
|
-
'
|
|
85
|
+
'TimeZone'?: string | null;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
88
|
* @type {string}
|
|
89
89
|
* @memberof HospitalDocumentModel
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'WebsiteUrl'?: string | null;
|
|
92
92
|
/**
|
|
93
93
|
*
|
|
94
94
|
* @type {boolean}
|
|
95
95
|
* @memberof HospitalDocumentModel
|
|
96
96
|
*/
|
|
97
|
-
'
|
|
97
|
+
'PaymentEnabled'?: boolean;
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
100
|
* @type {string}
|
|
101
101
|
* @memberof HospitalDocumentModel
|
|
102
102
|
*/
|
|
103
|
-
'
|
|
103
|
+
'MarketingType'?: string | null;
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
106
|
* @type {string}
|
|
107
107
|
* @memberof HospitalDocumentModel
|
|
108
108
|
*/
|
|
109
|
-
'
|
|
109
|
+
'ContactTel'?: string | null;
|
|
110
110
|
/**
|
|
111
111
|
*
|
|
112
112
|
* @type {string}
|
|
113
113
|
* @memberof HospitalDocumentModel
|
|
114
114
|
*/
|
|
115
|
-
'
|
|
115
|
+
'ContactEmail'?: string | null;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
118
|
* @type {LocationDocumentModel}
|
|
119
119
|
* @memberof HospitalDocumentModel
|
|
120
120
|
*/
|
|
121
|
-
'
|
|
121
|
+
'Location'?: LocationDocumentModel;
|
|
122
122
|
/**
|
|
123
123
|
*
|
|
124
124
|
* @type {CountrySubDocumentModel}
|
|
125
125
|
* @memberof HospitalDocumentModel
|
|
126
126
|
*/
|
|
127
|
-
'
|
|
127
|
+
'Country'?: CountrySubDocumentModel;
|
|
128
128
|
/**
|
|
129
129
|
*
|
|
130
130
|
* @type {AppointmentOptionDocumentModel}
|
|
131
131
|
* @memberof HospitalDocumentModel
|
|
132
132
|
*/
|
|
133
|
-
'
|
|
133
|
+
'AppointmentOption'?: AppointmentOptionDocumentModel;
|
|
134
134
|
/**
|
|
135
135
|
*
|
|
136
136
|
* @type {Array<AccreditationDocumentModel>}
|
|
137
137
|
* @memberof HospitalDocumentModel
|
|
138
138
|
*/
|
|
139
|
-
'
|
|
139
|
+
'Accreditations'?: Array<AccreditationDocumentModel> | null;
|
|
140
140
|
/**
|
|
141
141
|
*
|
|
142
142
|
* @type {Array<MediaDocumentModel>}
|
|
143
143
|
* @memberof HospitalDocumentModel
|
|
144
144
|
*/
|
|
145
|
-
'
|
|
145
|
+
'Medias'?: Array<MediaDocumentModel> | null;
|
|
146
146
|
/**
|
|
147
147
|
*
|
|
148
148
|
* @type {Array<HospitalSpecialtySubDocumentModel>}
|
|
149
149
|
* @memberof HospitalDocumentModel
|
|
150
150
|
*/
|
|
151
|
-
'
|
|
151
|
+
'HospitalSpecialties'?: Array<HospitalSpecialtySubDocumentModel> | null;
|
|
152
152
|
/**
|
|
153
153
|
*
|
|
154
154
|
* @type {Array<TranslationDocumentModel>}
|
|
155
155
|
* @memberof HospitalDocumentModel
|
|
156
156
|
*/
|
|
157
|
-
'
|
|
157
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
158
158
|
/**
|
|
159
159
|
*
|
|
160
160
|
* @type {Array<SnsHandleDocumentModel>}
|
|
161
161
|
* @memberof HospitalDocumentModel
|
|
162
162
|
*/
|
|
163
|
-
'
|
|
163
|
+
'HospitalSnsHandles'?: Array<SnsHandleDocumentModel> | null;
|
|
164
164
|
}
|
|
165
165
|
//# sourceMappingURL=hospital-document-model.d.ts.map
|
|
@@ -19,6 +19,7 @@ import { LocalizedUrlModel } from './localized-url-model';
|
|
|
19
19
|
import { LocationModel } from './location-model';
|
|
20
20
|
import { MarketingType } from './marketing-type';
|
|
21
21
|
import { MediaModel } from './media-model';
|
|
22
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
22
23
|
import { SnsHandleModel } from './sns-handle-model';
|
|
23
24
|
import { WorkingDayModel } from './working-day-model';
|
|
24
25
|
/**
|
|
@@ -159,6 +160,12 @@ export interface HospitalModel {
|
|
|
159
160
|
* @memberof HospitalModel
|
|
160
161
|
*/
|
|
161
162
|
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
163
|
+
/**
|
|
164
|
+
*
|
|
165
|
+
* @type {Array<SlugChangeLogModel>}
|
|
166
|
+
* @memberof HospitalModel
|
|
167
|
+
*/
|
|
168
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
162
169
|
/**
|
|
163
170
|
*
|
|
164
171
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-model.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"hospital-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,6 +14,7 @@ import { AuditableEntity } from './auditable-entity';
|
|
|
14
14
|
import { LocalizedUrlModel } from './localized-url-model';
|
|
15
15
|
import { MediaModel } from './media-model';
|
|
16
16
|
import { Procedure } from './procedure';
|
|
17
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
19
20
|
* @export
|
|
@@ -188,6 +189,12 @@ export interface HospitalServiceModel {
|
|
|
188
189
|
* @memberof HospitalServiceModel
|
|
189
190
|
*/
|
|
190
191
|
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
192
|
+
/**
|
|
193
|
+
*
|
|
194
|
+
* @type {Array<SlugChangeLogModel>}
|
|
195
|
+
* @memberof HospitalServiceModel
|
|
196
|
+
*/
|
|
197
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
191
198
|
/**
|
|
192
199
|
*
|
|
193
200
|
* @type {Array<MediaModel>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-service-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-service-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"hospital-service-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-service-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
|
|
@@ -26,78 +26,78 @@ export interface HospitalSpecialtyDocumentModel {
|
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof HospitalSpecialtyDocumentModel
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
29
|
+
'Id'?: string | null;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {HospitalSubDocumentModel}
|
|
33
33
|
* @memberof HospitalSpecialtyDocumentModel
|
|
34
34
|
*/
|
|
35
|
-
'
|
|
35
|
+
'Hospital'?: HospitalSubDocumentModel;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {SpecialtySubDocumentModel}
|
|
39
39
|
* @memberof HospitalSpecialtyDocumentModel
|
|
40
40
|
*/
|
|
41
|
-
'
|
|
41
|
+
'Specialty'?: SpecialtySubDocumentModel;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {AppointmentOptionDocumentModel}
|
|
45
45
|
* @memberof HospitalSpecialtyDocumentModel
|
|
46
46
|
*/
|
|
47
|
-
'
|
|
47
|
+
'AppointmentOption'?: AppointmentOptionDocumentModel;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof HospitalSpecialtyDocumentModel
|
|
52
52
|
*/
|
|
53
|
-
'
|
|
53
|
+
'Photo'?: string | null;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof HospitalSpecialtyDocumentModel
|
|
58
58
|
*/
|
|
59
|
-
'
|
|
59
|
+
'PhotoThumbnail'?: string | null;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof HospitalSpecialtyDocumentModel
|
|
64
64
|
*/
|
|
65
|
-
'
|
|
65
|
+
'Background'?: string | null;
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof HospitalSpecialtyDocumentModel
|
|
70
70
|
*/
|
|
71
|
-
'
|
|
71
|
+
'BackgroundThumbnail'?: string | null;
|
|
72
72
|
/**
|
|
73
73
|
*
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof HospitalSpecialtyDocumentModel
|
|
76
76
|
*/
|
|
77
|
-
'
|
|
77
|
+
'CustomStyle'?: string | null;
|
|
78
78
|
/**
|
|
79
79
|
*
|
|
80
80
|
* @type {number}
|
|
81
81
|
* @memberof HospitalSpecialtyDocumentModel
|
|
82
82
|
*/
|
|
83
|
-
'
|
|
83
|
+
'Order'?: number;
|
|
84
84
|
/**
|
|
85
85
|
*
|
|
86
86
|
* @type {Array<MediaDocumentModel>}
|
|
87
87
|
* @memberof HospitalSpecialtyDocumentModel
|
|
88
88
|
*/
|
|
89
|
-
'
|
|
89
|
+
'Medias'?: Array<MediaDocumentModel> | null;
|
|
90
90
|
/**
|
|
91
91
|
*
|
|
92
92
|
* @type {Array<ServiceSubDocumentModel>}
|
|
93
93
|
* @memberof HospitalSpecialtyDocumentModel
|
|
94
94
|
*/
|
|
95
|
-
'
|
|
95
|
+
'Services'?: Array<ServiceSubDocumentModel> | null;
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
98
|
* @type {Array<TranslationDocumentModel>}
|
|
99
99
|
* @memberof HospitalSpecialtyDocumentModel
|
|
100
100
|
*/
|
|
101
|
-
'
|
|
101
|
+
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
102
102
|
}
|
|
103
103
|
//# sourceMappingURL=hospital-specialty-document-model.d.ts.map
|
|
@@ -14,6 +14,7 @@ import { AuditableEntity } from './auditable-entity';
|
|
|
14
14
|
import { LocalizedUrlModel } from './localized-url-model';
|
|
15
15
|
import { MarketingType } from './marketing-type';
|
|
16
16
|
import { MediaModel } from './media-model';
|
|
17
|
+
import { SlugChangeLogModel } from './slug-change-log-model';
|
|
17
18
|
/**
|
|
18
19
|
*
|
|
19
20
|
* @export
|
|
@@ -176,6 +177,12 @@ export interface HospitalSpecialtyModel {
|
|
|
176
177
|
* @memberof HospitalSpecialtyModel
|
|
177
178
|
*/
|
|
178
179
|
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
180
|
+
/**
|
|
181
|
+
*
|
|
182
|
+
* @type {Array<SlugChangeLogModel>}
|
|
183
|
+
* @memberof HospitalSpecialtyModel
|
|
184
|
+
*/
|
|
185
|
+
'slugChangeLogs'?: Array<SlugChangeLogModel> | null;
|
|
179
186
|
/**
|
|
180
187
|
*
|
|
181
188
|
* @type {Array<MediaModel>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-specialty-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-specialty-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"hospital-specialty-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-specialty-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,eAAe,CAAC,EAAE,aAAa,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;IAC7C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC;IACpD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;CACvC"}
|