ch-api-client-typescript2 5.0.3 → 5.0.5
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/articles-api.d.ts +16 -7
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +16 -10
- package/lib/api/contributors-api.d.ts +12 -3
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +12 -6
- package/lib/api/countries-api.d.ts +16 -7
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -10
- package/lib/api/deals-api.d.ts +12 -3
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +12 -6
- package/lib/api/hospitals-api.d.ts +56 -17
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +56 -26
- package/lib/api/services-api.d.ts +20 -11
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +20 -14
- package/lib/api/specialties-api.d.ts +20 -11
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -14
- package/lib/api/specialty-types-api.d.ts +20 -11
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -14
- package/lib/models/accreditation-document-model.d.ts +37 -0
- package/lib/models/accreditation-document-model.d.ts.map +1 -0
- package/lib/models/accreditation-document-model.js +15 -0
- package/lib/models/appointment-option-document-model.d.ts +49 -0
- package/lib/models/appointment-option-document-model.d.ts.map +1 -0
- package/lib/models/appointment-option-document-model.js +15 -0
- package/lib/models/article-contributor-document-model.d.ts +38 -0
- package/lib/models/article-contributor-document-model.d.ts.map +1 -0
- package/lib/models/article-contributor-document-model.js +15 -0
- package/lib/models/article-document-model.d.ts +101 -0
- package/lib/models/article-document-model.d.ts.map +1 -0
- package/lib/models/article-document-model.js +15 -0
- package/lib/models/contributor-document-model.d.ts +52 -0
- package/lib/models/contributor-document-model.d.ts.map +1 -0
- package/lib/models/contributor-document-model.js +15 -0
- package/lib/models/contributor-sub-document-model.d.ts +32 -0
- package/lib/models/contributor-sub-document-model.d.ts.map +1 -0
- package/lib/models/contributor-sub-document-model.js +15 -0
- package/lib/models/coordinate-system.d.ts +37 -0
- package/lib/models/coordinate-system.d.ts.map +1 -0
- package/lib/models/coordinate-system.js +15 -0
- package/lib/models/country-document-model.d.ts +63 -0
- package/lib/models/country-document-model.d.ts.map +1 -0
- package/lib/models/country-document-model.js +15 -0
- package/lib/models/country-sub-document-model.d.ts +32 -0
- package/lib/models/country-sub-document-model.d.ts.map +1 -0
- package/lib/models/country-sub-document-model.js +15 -0
- package/lib/models/deal-document-model.d.ts +103 -0
- package/lib/models/deal-document-model.d.ts.map +1 -0
- package/lib/models/deal-document-model.js +15 -0
- package/lib/models/department-document-model.d.ts +69 -0
- package/lib/models/department-document-model.d.ts.map +1 -0
- package/lib/models/department-document-model.js +15 -0
- package/lib/models/department-sub-document-model.d.ts +38 -0
- package/lib/models/department-sub-document-model.d.ts.map +1 -0
- package/lib/models/department-sub-document-model.js +15 -0
- package/lib/models/doctor-certificate-sub-document-model.d.ts +43 -0
- package/lib/models/doctor-certificate-sub-document-model.d.ts.map +1 -0
- package/lib/models/doctor-certificate-sub-document-model.js +15 -0
- package/lib/models/doctor-document-model.d.ts +116 -0
- package/lib/models/doctor-document-model.d.ts.map +1 -0
- package/lib/models/doctor-document-model.js +15 -0
- package/lib/models/doctor-specialty-sub-document-model.d.ts +32 -0
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -0
- package/lib/models/doctor-specialty-sub-document-model.js +15 -0
- package/lib/models/faq-category-document-model.d.ts +45 -0
- package/lib/models/faq-category-document-model.d.ts.map +1 -0
- package/lib/models/faq-category-document-model.js +15 -0
- package/lib/models/faq-category-sub-document-model.d.ts +38 -0
- package/lib/models/faq-category-sub-document-model.d.ts.map +1 -0
- package/lib/models/faq-category-sub-document-model.js +15 -0
- package/lib/models/faq-document-model.d.ts +46 -0
- package/lib/models/faq-document-model.d.ts.map +1 -0
- package/lib/models/faq-document-model.js +15 -0
- package/lib/models/geography-point.d.ts +56 -0
- package/lib/models/geography-point.d.ts.map +1 -0
- package/lib/models/geography-point.js +15 -0
- package/lib/models/hospital-document-model.d.ts +165 -0
- package/lib/models/hospital-document-model.d.ts.map +1 -0
- package/lib/models/hospital-document-model.js +15 -0
- package/lib/models/hospital-specialty-document-model.d.ts +103 -0
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-document-model.js +15 -0
- package/lib/models/hospital-specialty-sub-document-model.d.ts +44 -0
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-sub-document-model.js +15 -0
- package/lib/models/hospital-sub-document-model.d.ts +44 -0
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -0
- package/lib/models/hospital-sub-document-model.js +15 -0
- package/lib/models/index.d.ts +35 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +35 -0
- package/lib/models/location-document-model.d.ts +62 -0
- package/lib/models/location-document-model.d.ts.map +1 -0
- package/lib/models/location-document-model.js +15 -0
- package/lib/models/media-document-model.d.ts +61 -0
- package/lib/models/media-document-model.d.ts.map +1 -0
- package/lib/models/media-document-model.js +15 -0
- package/lib/models/package-sub-document-model.d.ts +50 -0
- package/lib/models/package-sub-document-model.d.ts.map +1 -0
- package/lib/models/package-sub-document-model.js +15 -0
- package/lib/models/service-document-model.d.ts +89 -0
- package/lib/models/service-document-model.d.ts.map +1 -0
- package/lib/models/service-document-model.js +15 -0
- package/lib/models/service-sub-document-model.d.ts +32 -0
- package/lib/models/service-sub-document-model.d.ts.map +1 -0
- package/lib/models/service-sub-document-model.js +15 -0
- package/lib/models/sns-handle-document-model.d.ts +31 -0
- package/lib/models/sns-handle-document-model.d.ts.map +1 -0
- package/lib/models/sns-handle-document-model.js +15 -0
- package/lib/models/specialty-document-model.d.ts +70 -0
- package/lib/models/specialty-document-model.d.ts.map +1 -0
- package/lib/models/specialty-document-model.js +15 -0
- package/lib/models/specialty-sub-document-model.d.ts +32 -0
- package/lib/models/specialty-sub-document-model.d.ts.map +1 -0
- package/lib/models/specialty-sub-document-model.js +15 -0
- package/lib/models/tag-document-model.d.ts +31 -0
- package/lib/models/tag-document-model.d.ts.map +1 -0
- package/lib/models/tag-document-model.js +15 -0
- package/lib/models/translation-document-model.d.ts +61 -0
- package/lib/models/translation-document-model.d.ts.map +1 -0
- package/lib/models/translation-document-model.js +15 -0
- package/lib/models/translation-item-document-model.d.ts +43 -0
- package/lib/models/translation-item-document-model.d.ts.map +1 -0
- package/lib/models/translation-item-document-model.js +15 -0
- package/lib/models/user-location-document-model.d.ts +61 -0
- package/lib/models/user-location-document-model.d.ts.map +1 -0
- package/lib/models/user-location-document-model.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +35 -0
- package/src/api/articles-api.ts +24 -10
- package/src/api/contributors-api.ts +20 -6
- package/src/api/countries-api.ts +24 -10
- package/src/api/deals-api.ts +20 -6
- package/src/api/hospitals-api.ts +80 -26
- package/src/api/services-api.ts +28 -14
- package/src/api/specialties-api.ts +28 -14
- package/src/api/specialty-types-api.ts +28 -14
- package/src/models/accreditation-document-model.ts +42 -0
- package/src/models/appointment-option-document-model.ts +54 -0
- package/src/models/article-contributor-document-model.ts +45 -0
- package/src/models/article-document-model.ts +114 -0
- package/src/models/contributor-document-model.ts +63 -0
- package/src/models/contributor-sub-document-model.ts +39 -0
- package/src/models/coordinate-system.ts +42 -0
- package/src/models/country-document-model.ts +72 -0
- package/src/models/country-sub-document-model.ts +39 -0
- package/src/models/deal-document-model.ts +120 -0
- package/src/models/department-document-model.ts +78 -0
- package/src/models/department-sub-document-model.ts +45 -0
- package/src/models/doctor-certificate-sub-document-model.ts +48 -0
- package/src/models/doctor-document-model.ts +135 -0
- package/src/models/doctor-specialty-sub-document-model.ts +39 -0
- package/src/models/faq-category-document-model.ts +54 -0
- package/src/models/faq-category-sub-document-model.ts +45 -0
- package/src/models/faq-document-model.ts +57 -0
- package/src/models/geography-point.ts +63 -0
- package/src/models/hospital-document-model.ts +186 -0
- package/src/models/hospital-specialty-document-model.ts +120 -0
- package/src/models/hospital-specialty-sub-document-model.ts +51 -0
- package/src/models/hospital-sub-document-model.ts +51 -0
- package/src/models/index.ts +35 -0
- package/src/models/location-document-model.ts +69 -0
- package/src/models/media-document-model.ts +66 -0
- package/src/models/package-sub-document-model.ts +57 -0
- package/src/models/service-document-model.ts +102 -0
- package/src/models/service-sub-document-model.ts +39 -0
- package/src/models/sns-handle-document-model.ts +36 -0
- package/src/models/specialty-document-model.ts +81 -0
- package/src/models/specialty-sub-document-model.ts +39 -0
- package/src/models/tag-document-model.ts +36 -0
- package/src/models/translation-document-model.ts +66 -0
- package/src/models/translation-item-document-model.ts +48 -0
- package/src/models/user-location-document-model.ts +66 -0
package/lib/models/index.js
CHANGED
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./about-us-page-item-model"), exports);
|
|
18
18
|
__exportStar(require("./about-us-page-model"), exports);
|
|
19
19
|
__exportStar(require("./about-us-pages-model"), exports);
|
|
20
|
+
__exportStar(require("./accreditation-document-model"), exports);
|
|
20
21
|
__exportStar(require("./accreditation-item-model"), exports);
|
|
21
22
|
__exportStar(require("./accreditation-model"), exports);
|
|
22
23
|
__exportStar(require("./accreditations-model"), exports);
|
|
@@ -25,6 +26,7 @@ __exportStar(require("./app-version-model"), exports);
|
|
|
25
26
|
__exportStar(require("./appointment-change-log-model"), exports);
|
|
26
27
|
__exportStar(require("./appointment-item-model"), exports);
|
|
27
28
|
__exportStar(require("./appointment-model"), exports);
|
|
29
|
+
__exportStar(require("./appointment-option-document-model"), exports);
|
|
28
30
|
__exportStar(require("./appointment-option-model"), exports);
|
|
29
31
|
__exportStar(require("./appointment-status"), exports);
|
|
30
32
|
__exportStar(require("./appointment-timetable-date-model"), exports);
|
|
@@ -33,9 +35,11 @@ __exportStar(require("./appointment-timetable-time-slot-model"), exports);
|
|
|
33
35
|
__exportStar(require("./appointment-timetables-model"), exports);
|
|
34
36
|
__exportStar(require("./appointment-type"), exports);
|
|
35
37
|
__exportStar(require("./appointments-model"), exports);
|
|
38
|
+
__exportStar(require("./article-contributor-document-model"), exports);
|
|
36
39
|
__exportStar(require("./article-contributor-item-model"), exports);
|
|
37
40
|
__exportStar(require("./article-contributor-model"), exports);
|
|
38
41
|
__exportStar(require("./article-contributors-model"), exports);
|
|
42
|
+
__exportStar(require("./article-document-model"), exports);
|
|
39
43
|
__exportStar(require("./article-item-model"), exports);
|
|
40
44
|
__exportStar(require("./article-model"), exports);
|
|
41
45
|
__exportStar(require("./article-sources-model"), exports);
|
|
@@ -67,13 +71,18 @@ __exportStar(require("./consultation-timetable-time-slot-model"), exports);
|
|
|
67
71
|
__exportStar(require("./consultation-type"), exports);
|
|
68
72
|
__exportStar(require("./consultations-model"), exports);
|
|
69
73
|
__exportStar(require("./contribution-type"), exports);
|
|
74
|
+
__exportStar(require("./contributor-document-model"), exports);
|
|
70
75
|
__exportStar(require("./contributor-item-model"), exports);
|
|
71
76
|
__exportStar(require("./contributor-model"), exports);
|
|
72
77
|
__exportStar(require("./contributor-sns-handles-model"), exports);
|
|
78
|
+
__exportStar(require("./contributor-sub-document-model"), exports);
|
|
73
79
|
__exportStar(require("./contributors-model"), exports);
|
|
80
|
+
__exportStar(require("./coordinate-system"), exports);
|
|
74
81
|
__exportStar(require("./countries-model"), exports);
|
|
82
|
+
__exportStar(require("./country-document-model"), exports);
|
|
75
83
|
__exportStar(require("./country-item-model"), exports);
|
|
76
84
|
__exportStar(require("./country-model"), exports);
|
|
85
|
+
__exportStar(require("./country-sub-document-model"), exports);
|
|
77
86
|
__exportStar(require("./create-appointment-command"), exports);
|
|
78
87
|
__exportStar(require("./create-booking-command"), exports);
|
|
79
88
|
__exportStar(require("./create-chat-user-command"), exports);
|
|
@@ -87,6 +96,7 @@ __exportStar(require("./create-profile-command"), exports);
|
|
|
87
96
|
__exportStar(require("./create-service-review-command"), exports);
|
|
88
97
|
__exportStar(require("./create-survey-result-command"), exports);
|
|
89
98
|
__exportStar(require("./day-of-week"), exports);
|
|
99
|
+
__exportStar(require("./deal-document-model"), exports);
|
|
90
100
|
__exportStar(require("./deal-item-model"), exports);
|
|
91
101
|
__exportStar(require("./deal-item-simple-model"), exports);
|
|
92
102
|
__exportStar(require("./deal-model"), exports);
|
|
@@ -98,6 +108,8 @@ __exportStar(require("./deal-service-model"), exports);
|
|
|
98
108
|
__exportStar(require("./deal-services-model"), exports);
|
|
99
109
|
__exportStar(require("./deals-model"), exports);
|
|
100
110
|
__exportStar(require("./deals-simple-model"), exports);
|
|
111
|
+
__exportStar(require("./department-document-model"), exports);
|
|
112
|
+
__exportStar(require("./department-sub-document-model"), exports);
|
|
101
113
|
__exportStar(require("./device-item-model"), exports);
|
|
102
114
|
__exportStar(require("./device-model"), exports);
|
|
103
115
|
__exportStar(require("./devices-model"), exports);
|
|
@@ -106,7 +118,9 @@ __exportStar(require("./doctor-affiliation-model"), exports);
|
|
|
106
118
|
__exportStar(require("./doctor-affiliations-model"), exports);
|
|
107
119
|
__exportStar(require("./doctor-certificate-item-model"), exports);
|
|
108
120
|
__exportStar(require("./doctor-certificate-model"), exports);
|
|
121
|
+
__exportStar(require("./doctor-certificate-sub-document-model"), exports);
|
|
109
122
|
__exportStar(require("./doctor-certificates-model"), exports);
|
|
123
|
+
__exportStar(require("./doctor-document-model"), exports);
|
|
110
124
|
__exportStar(require("./doctor-education-item-model"), exports);
|
|
111
125
|
__exportStar(require("./doctor-education-model"), exports);
|
|
112
126
|
__exportStar(require("./doctor-educations-model"), exports);
|
|
@@ -122,12 +136,16 @@ __exportStar(require("./doctor-simple-item-model"), exports);
|
|
|
122
136
|
__exportStar(require("./doctor-specialties-model"), exports);
|
|
123
137
|
__exportStar(require("./doctor-specialty-item-model"), exports);
|
|
124
138
|
__exportStar(require("./doctor-specialty-model"), exports);
|
|
139
|
+
__exportStar(require("./doctor-specialty-sub-document-model"), exports);
|
|
125
140
|
__exportStar(require("./doctors-model"), exports);
|
|
126
141
|
__exportStar(require("./doctors-simple-model"), exports);
|
|
127
142
|
__exportStar(require("./facebook-user-data-deletion-response-model"), exports);
|
|
128
143
|
__exportStar(require("./faq-categories-model"), exports);
|
|
144
|
+
__exportStar(require("./faq-category-document-model"), exports);
|
|
129
145
|
__exportStar(require("./faq-category-item-model"), exports);
|
|
130
146
|
__exportStar(require("./faq-category-model"), exports);
|
|
147
|
+
__exportStar(require("./faq-category-sub-document-model"), exports);
|
|
148
|
+
__exportStar(require("./faq-document-model"), exports);
|
|
131
149
|
__exportStar(require("./faq-item-model"), exports);
|
|
132
150
|
__exportStar(require("./faq-model"), exports);
|
|
133
151
|
__exportStar(require("./faq-tag-item-model"), exports);
|
|
@@ -135,11 +153,13 @@ __exportStar(require("./faq-tag-model"), exports);
|
|
|
135
153
|
__exportStar(require("./faq-tags-model"), exports);
|
|
136
154
|
__exportStar(require("./faqs-model"), exports);
|
|
137
155
|
__exportStar(require("./gender"), exports);
|
|
156
|
+
__exportStar(require("./geography-point"), exports);
|
|
138
157
|
__exportStar(require("./header-navigation-item-model"), exports);
|
|
139
158
|
__exportStar(require("./hospital-accreditation-item-model"), exports);
|
|
140
159
|
__exportStar(require("./hospital-accreditation-model"), exports);
|
|
141
160
|
__exportStar(require("./hospital-accreditations-model"), exports);
|
|
142
161
|
__exportStar(require("./hospital-consultation-option-model"), exports);
|
|
162
|
+
__exportStar(require("./hospital-document-model"), exports);
|
|
143
163
|
__exportStar(require("./hospital-equipment-item-model"), exports);
|
|
144
164
|
__exportStar(require("./hospital-equipment-model"), exports);
|
|
145
165
|
__exportStar(require("./hospital-equipments-model"), exports);
|
|
@@ -157,9 +177,12 @@ __exportStar(require("./hospital-simple-item-model"), exports);
|
|
|
157
177
|
__exportStar(require("./hospital-sns-handles-model"), exports);
|
|
158
178
|
__exportStar(require("./hospital-specialties-model"), exports);
|
|
159
179
|
__exportStar(require("./hospital-specialties-simple-model"), exports);
|
|
180
|
+
__exportStar(require("./hospital-specialty-document-model"), exports);
|
|
160
181
|
__exportStar(require("./hospital-specialty-item-model"), exports);
|
|
161
182
|
__exportStar(require("./hospital-specialty-model"), exports);
|
|
162
183
|
__exportStar(require("./hospital-specialty-simple-item-model"), exports);
|
|
184
|
+
__exportStar(require("./hospital-specialty-sub-document-model"), exports);
|
|
185
|
+
__exportStar(require("./hospital-sub-document-model"), exports);
|
|
163
186
|
__exportStar(require("./hospitals-model"), exports);
|
|
164
187
|
__exportStar(require("./hospitals-simple-model"), exports);
|
|
165
188
|
__exportStar(require("./invite-send-bird-group-channel-command"), exports);
|
|
@@ -170,8 +193,10 @@ __exportStar(require("./language-item-model"), exports);
|
|
|
170
193
|
__exportStar(require("./language-model"), exports);
|
|
171
194
|
__exportStar(require("./languages-model"), exports);
|
|
172
195
|
__exportStar(require("./localized-url-model"), exports);
|
|
196
|
+
__exportStar(require("./location-document-model"), exports);
|
|
173
197
|
__exportStar(require("./location-model"), exports);
|
|
174
198
|
__exportStar(require("./marketing-type"), exports);
|
|
199
|
+
__exportStar(require("./media-document-model"), exports);
|
|
175
200
|
__exportStar(require("./media-model"), exports);
|
|
176
201
|
__exportStar(require("./media-type"), exports);
|
|
177
202
|
__exportStar(require("./medias-model"), exports);
|
|
@@ -184,6 +209,7 @@ __exportStar(require("./metadata"), exports);
|
|
|
184
209
|
__exportStar(require("./notification-code"), exports);
|
|
185
210
|
__exportStar(require("./notification-model"), exports);
|
|
186
211
|
__exportStar(require("./notifications-model"), exports);
|
|
212
|
+
__exportStar(require("./package-sub-document-model"), exports);
|
|
187
213
|
__exportStar(require("./paged-list-meta-data"), exports);
|
|
188
214
|
__exportStar(require("./patient-model"), exports);
|
|
189
215
|
__exportStar(require("./plan-hospital-item-model"), exports);
|
|
@@ -205,18 +231,23 @@ __exportStar(require("./send-bird-group-channelr-operator"), exports);
|
|
|
205
231
|
__exportStar(require("./service-categories-model"), exports);
|
|
206
232
|
__exportStar(require("./service-category-item-model"), exports);
|
|
207
233
|
__exportStar(require("./service-category-model"), exports);
|
|
234
|
+
__exportStar(require("./service-document-model"), exports);
|
|
208
235
|
__exportStar(require("./service-review-item-model"), exports);
|
|
209
236
|
__exportStar(require("./service-review-model"), exports);
|
|
210
237
|
__exportStar(require("./service-reviews-model"), exports);
|
|
238
|
+
__exportStar(require("./service-sub-document-model"), exports);
|
|
239
|
+
__exportStar(require("./sns-handle-document-model"), exports);
|
|
211
240
|
__exportStar(require("./sns-handle-model"), exports);
|
|
212
241
|
__exportStar(require("./sns-type"), exports);
|
|
213
242
|
__exportStar(require("./sorting-order"), exports);
|
|
214
243
|
__exportStar(require("./source-model"), exports);
|
|
215
244
|
__exportStar(require("./specialties-model"), exports);
|
|
216
245
|
__exportStar(require("./specialties-simple-model"), exports);
|
|
246
|
+
__exportStar(require("./specialty-document-model"), exports);
|
|
217
247
|
__exportStar(require("./specialty-item-model"), exports);
|
|
218
248
|
__exportStar(require("./specialty-item-simple-model"), exports);
|
|
219
249
|
__exportStar(require("./specialty-model"), exports);
|
|
250
|
+
__exportStar(require("./specialty-sub-document-model"), exports);
|
|
220
251
|
__exportStar(require("./specialty-type-item-model"), exports);
|
|
221
252
|
__exportStar(require("./specialty-type-model"), exports);
|
|
222
253
|
__exportStar(require("./specialty-type-simple-item-model"), exports);
|
|
@@ -230,9 +261,12 @@ __exportStar(require("./survey-form-model"), exports);
|
|
|
230
261
|
__exportStar(require("./survey-form-status"), exports);
|
|
231
262
|
__exportStar(require("./survey-result-element-input-model"), exports);
|
|
232
263
|
__exportStar(require("./survey-result-element-value-input-model"), exports);
|
|
264
|
+
__exportStar(require("./tag-document-model"), exports);
|
|
233
265
|
__exportStar(require("./tag-item-model"), exports);
|
|
234
266
|
__exportStar(require("./tag-model"), exports);
|
|
235
267
|
__exportStar(require("./tags-model"), exports);
|
|
268
|
+
__exportStar(require("./translation-document-model"), exports);
|
|
269
|
+
__exportStar(require("./translation-item-document-model"), exports);
|
|
236
270
|
__exportStar(require("./translation-simple-model"), exports);
|
|
237
271
|
__exportStar(require("./translation-simple-with-description-model"), exports);
|
|
238
272
|
__exportStar(require("./update-appointment-command"), exports);
|
|
@@ -245,6 +279,7 @@ __exportStar(require("./update-patient-command"), exports);
|
|
|
245
279
|
__exportStar(require("./update-profile-command"), exports);
|
|
246
280
|
__exportStar(require("./update-service-review-command"), exports);
|
|
247
281
|
__exportStar(require("./user-language-model"), exports);
|
|
282
|
+
__exportStar(require("./user-location-document-model"), exports);
|
|
248
283
|
__exportStar(require("./user-location-model"), exports);
|
|
249
284
|
__exportStar(require("./user-location-type"), exports);
|
|
250
285
|
__exportStar(require("./user-model"), exports);
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { GeographyPoint } from './geography-point';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface LocationDocumentModel
|
|
17
|
+
*/
|
|
18
|
+
export interface LocationDocumentModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof LocationDocumentModel
|
|
23
|
+
*/
|
|
24
|
+
'country'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof LocationDocumentModel
|
|
29
|
+
*/
|
|
30
|
+
'state'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof LocationDocumentModel
|
|
35
|
+
*/
|
|
36
|
+
'county'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof LocationDocumentModel
|
|
41
|
+
*/
|
|
42
|
+
'city'?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof LocationDocumentModel
|
|
47
|
+
*/
|
|
48
|
+
'zipCode'?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof LocationDocumentModel
|
|
53
|
+
*/
|
|
54
|
+
'address'?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {GeographyPoint}
|
|
58
|
+
* @memberof LocationDocumentModel
|
|
59
|
+
*/
|
|
60
|
+
'point'?: GeographyPoint;
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=location-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location-document-model.d.ts","sourceRoot":"","sources":["../../src/models/location-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;CAC5B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
* @interface MediaDocumentModel
|
|
16
|
+
*/
|
|
17
|
+
export interface MediaDocumentModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof MediaDocumentModel
|
|
22
|
+
*/
|
|
23
|
+
'mediaType'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof MediaDocumentModel
|
|
28
|
+
*/
|
|
29
|
+
'url'?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof MediaDocumentModel
|
|
34
|
+
*/
|
|
35
|
+
'thumbnailUrl'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof MediaDocumentModel
|
|
40
|
+
*/
|
|
41
|
+
'description'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof MediaDocumentModel
|
|
46
|
+
*/
|
|
47
|
+
'height'?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof MediaDocumentModel
|
|
52
|
+
*/
|
|
53
|
+
'width'?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof MediaDocumentModel
|
|
58
|
+
*/
|
|
59
|
+
'order'?: number;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=media-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-document-model.d.ts","sourceRoot":"","sources":["../../src/models/media-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { AppointmentOptionDocumentModel } from './appointment-option-document-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PackageSubDocumentModel
|
|
17
|
+
*/
|
|
18
|
+
export interface PackageSubDocumentModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof PackageSubDocumentModel
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof PackageSubDocumentModel
|
|
29
|
+
*/
|
|
30
|
+
'refundPolicy'?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof PackageSubDocumentModel
|
|
35
|
+
*/
|
|
36
|
+
'bonus'?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof PackageSubDocumentModel
|
|
41
|
+
*/
|
|
42
|
+
'price'?: number;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {AppointmentOptionDocumentModel}
|
|
46
|
+
* @memberof PackageSubDocumentModel
|
|
47
|
+
*/
|
|
48
|
+
'appointmentOption'?: AppointmentOptionDocumentModel;
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=package-sub-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"package-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/package-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAErF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;CACxD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,89 @@
|
|
|
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 { AppointmentOptionDocumentModel } from './appointment-option-document-model';
|
|
13
|
+
import { HospitalSpecialtySubDocumentModel } from './hospital-specialty-sub-document-model';
|
|
14
|
+
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
15
|
+
import { TranslationDocumentModel } from './translation-document-model';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ServiceDocumentModel
|
|
20
|
+
*/
|
|
21
|
+
export interface ServiceDocumentModel {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ServiceDocumentModel
|
|
26
|
+
*/
|
|
27
|
+
'id'?: string | null;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {HospitalSubDocumentModel}
|
|
31
|
+
* @memberof ServiceDocumentModel
|
|
32
|
+
*/
|
|
33
|
+
'hospital'?: HospitalSubDocumentModel;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {HospitalSpecialtySubDocumentModel}
|
|
37
|
+
* @memberof ServiceDocumentModel
|
|
38
|
+
*/
|
|
39
|
+
'hospitalSpecialty'?: HospitalSpecialtySubDocumentModel;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {AppointmentOptionDocumentModel}
|
|
43
|
+
* @memberof ServiceDocumentModel
|
|
44
|
+
*/
|
|
45
|
+
'appointmentOption'?: AppointmentOptionDocumentModel;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof ServiceDocumentModel
|
|
50
|
+
*/
|
|
51
|
+
'procedure'?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {number}
|
|
55
|
+
* @memberof ServiceDocumentModel
|
|
56
|
+
*/
|
|
57
|
+
'minPrice'?: number;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {number}
|
|
61
|
+
* @memberof ServiceDocumentModel
|
|
62
|
+
*/
|
|
63
|
+
'maxPrice'?: number;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {boolean}
|
|
67
|
+
* @memberof ServiceDocumentModel
|
|
68
|
+
*/
|
|
69
|
+
'priceReuqest'?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof ServiceDocumentModel
|
|
74
|
+
*/
|
|
75
|
+
'photo'?: string | null;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof ServiceDocumentModel
|
|
80
|
+
*/
|
|
81
|
+
'photoThumbnail'?: string | null;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {Array<TranslationDocumentModel>}
|
|
85
|
+
* @memberof ServiceDocumentModel
|
|
86
|
+
*/
|
|
87
|
+
'translations'?: Array<TranslationDocumentModel> | null;
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=service-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-document-model.d.ts","sourceRoot":"","sources":["../../src/models/service-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAGrF,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAG5F,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,iCAAiC,CAAC;IACxD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,8BAA8B,CAAC;IACrD;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;CAC3D"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { TranslationItemDocumentModel } from './translation-item-document-model';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ServiceSubDocumentModel
|
|
17
|
+
*/
|
|
18
|
+
export interface ServiceSubDocumentModel {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ServiceSubDocumentModel
|
|
23
|
+
*/
|
|
24
|
+
'id'?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<TranslationItemDocumentModel>}
|
|
28
|
+
* @memberof ServiceSubDocumentModel
|
|
29
|
+
*/
|
|
30
|
+
'translations'?: Array<TranslationItemDocumentModel> | null;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=service-sub-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/service-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CAC/D"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
* @interface SnsHandleDocumentModel
|
|
16
|
+
*/
|
|
17
|
+
export interface SnsHandleDocumentModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SnsHandleDocumentModel
|
|
22
|
+
*/
|
|
23
|
+
'snsType'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SnsHandleDocumentModel
|
|
28
|
+
*/
|
|
29
|
+
'handle'?: string | null;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=sns-handle-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sns-handle-document-model.d.ts","sourceRoot":"","sources":["../../src/models/sns-handle-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|