ch-api-client-typescript2 5.30.19 → 5.30.26
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/contributor-document-model.d.ts +93 -93
- package/lib/models/contributor-document-model.d.ts.map +1 -1
- package/lib/models/contributor-item-model.d.ts +6 -0
- package/lib/models/contributor-item-model.d.ts.map +1 -1
- package/lib/models/contributor-model.d.ts +6 -0
- package/lib/models/contributor-model.d.ts.map +1 -1
- package/lib/models/contributor-translation-document-model.d.ts +55 -0
- package/lib/models/contributor-translation-document-model.d.ts.map +1 -0
- package/lib/models/contributor-translation-document-model.js +15 -0
- package/lib/models/hospital-service-item-model.d.ts +6 -0
- package/lib/models/hospital-service-item-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-item-model.d.ts +6 -0
- package/lib/models/hospital-specialty-item-model.d.ts.map +1 -1
- 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/page-block-type.d.ts +1 -0
- package/lib/models/page-block-type.d.ts.map +1 -1
- package/lib/models/page-block-type.js +2 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +1 -0
- package/src/models/contributor-document-model.ts +95 -95
- package/src/models/contributor-item-model.ts +6 -0
- package/src/models/contributor-model.ts +6 -0
- package/src/models/contributor-translation-document-model.ts +60 -0
- package/src/models/hospital-service-item-model.ts +6 -0
- package/src/models/hospital-specialty-item-model.ts +6 -0
- package/src/models/index.ts +1 -0
- package/src/models/page-block-type.ts +2 -1
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { AuditableEntityDocumentModel } from './auditable-entity-document-model';
|
|
13
|
+
import { ContributorTranslationDocumentModel } from './contributor-translation-document-model';
|
|
13
14
|
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
14
15
|
import { SnsHandleDocumentModel } from './sns-handle-document-model';
|
|
15
|
-
import { TranslationDocumentModel } from './translation-document-model';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -21,280 +21,280 @@ import { TranslationDocumentModel } from './translation-document-model';
|
|
|
21
21
|
export interface ContributorDocumentModel {
|
|
22
22
|
/**
|
|
23
23
|
*
|
|
24
|
-
* @type {
|
|
24
|
+
* @type {ContributorTranslationDocumentModel}
|
|
25
25
|
* @memberof ContributorDocumentModel
|
|
26
26
|
*/
|
|
27
|
-
'en'?:
|
|
27
|
+
'en'?: ContributorTranslationDocumentModel;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {ContributorTranslationDocumentModel}
|
|
31
31
|
* @memberof ContributorDocumentModel
|
|
32
32
|
*/
|
|
33
|
-
'ru'?:
|
|
33
|
+
'ru'?: ContributorTranslationDocumentModel;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {ContributorTranslationDocumentModel}
|
|
37
37
|
* @memberof ContributorDocumentModel
|
|
38
38
|
*/
|
|
39
|
-
'zh'?:
|
|
39
|
+
'zh'?: ContributorTranslationDocumentModel;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
|
-
* @type {
|
|
42
|
+
* @type {ContributorTranslationDocumentModel}
|
|
43
43
|
* @memberof ContributorDocumentModel
|
|
44
44
|
*/
|
|
45
|
-
'es'?:
|
|
45
|
+
'es'?: ContributorTranslationDocumentModel;
|
|
46
46
|
/**
|
|
47
47
|
*
|
|
48
|
-
* @type {
|
|
48
|
+
* @type {ContributorTranslationDocumentModel}
|
|
49
49
|
* @memberof ContributorDocumentModel
|
|
50
50
|
*/
|
|
51
|
-
'id'?:
|
|
51
|
+
'id'?: ContributorTranslationDocumentModel;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
|
-
* @type {
|
|
54
|
+
* @type {ContributorTranslationDocumentModel}
|
|
55
55
|
* @memberof ContributorDocumentModel
|
|
56
56
|
*/
|
|
57
|
-
'pt'?:
|
|
57
|
+
'pt'?: ContributorTranslationDocumentModel;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
|
-
* @type {
|
|
60
|
+
* @type {ContributorTranslationDocumentModel}
|
|
61
61
|
* @memberof ContributorDocumentModel
|
|
62
62
|
*/
|
|
63
|
-
'fr'?:
|
|
63
|
+
'fr'?: ContributorTranslationDocumentModel;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
|
-
* @type {
|
|
66
|
+
* @type {ContributorTranslationDocumentModel}
|
|
67
67
|
* @memberof ContributorDocumentModel
|
|
68
68
|
*/
|
|
69
|
-
'vi'?:
|
|
69
|
+
'vi'?: ContributorTranslationDocumentModel;
|
|
70
70
|
/**
|
|
71
71
|
*
|
|
72
|
-
* @type {
|
|
72
|
+
* @type {ContributorTranslationDocumentModel}
|
|
73
73
|
* @memberof ContributorDocumentModel
|
|
74
74
|
*/
|
|
75
|
-
'th'?:
|
|
75
|
+
'th'?: ContributorTranslationDocumentModel;
|
|
76
76
|
/**
|
|
77
77
|
*
|
|
78
|
-
* @type {
|
|
78
|
+
* @type {ContributorTranslationDocumentModel}
|
|
79
79
|
* @memberof ContributorDocumentModel
|
|
80
80
|
*/
|
|
81
|
-
'ar'?:
|
|
81
|
+
'ar'?: ContributorTranslationDocumentModel;
|
|
82
82
|
/**
|
|
83
83
|
*
|
|
84
|
-
* @type {
|
|
84
|
+
* @type {ContributorTranslationDocumentModel}
|
|
85
85
|
* @memberof ContributorDocumentModel
|
|
86
86
|
*/
|
|
87
|
-
'ko'?:
|
|
87
|
+
'ko'?: ContributorTranslationDocumentModel;
|
|
88
88
|
/**
|
|
89
89
|
*
|
|
90
|
-
* @type {
|
|
90
|
+
* @type {ContributorTranslationDocumentModel}
|
|
91
91
|
* @memberof ContributorDocumentModel
|
|
92
92
|
*/
|
|
93
|
-
'bg'?:
|
|
93
|
+
'bg'?: ContributorTranslationDocumentModel;
|
|
94
94
|
/**
|
|
95
95
|
*
|
|
96
|
-
* @type {
|
|
96
|
+
* @type {ContributorTranslationDocumentModel}
|
|
97
97
|
* @memberof ContributorDocumentModel
|
|
98
98
|
*/
|
|
99
|
-
'cs'?:
|
|
99
|
+
'cs'?: ContributorTranslationDocumentModel;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
|
-
* @type {
|
|
102
|
+
* @type {ContributorTranslationDocumentModel}
|
|
103
103
|
* @memberof ContributorDocumentModel
|
|
104
104
|
*/
|
|
105
|
-
'de'?:
|
|
105
|
+
'de'?: ContributorTranslationDocumentModel;
|
|
106
106
|
/**
|
|
107
107
|
*
|
|
108
|
-
* @type {
|
|
108
|
+
* @type {ContributorTranslationDocumentModel}
|
|
109
109
|
* @memberof ContributorDocumentModel
|
|
110
110
|
*/
|
|
111
|
-
'hi'?:
|
|
111
|
+
'hi'?: ContributorTranslationDocumentModel;
|
|
112
112
|
/**
|
|
113
113
|
*
|
|
114
|
-
* @type {
|
|
114
|
+
* @type {ContributorTranslationDocumentModel}
|
|
115
115
|
* @memberof ContributorDocumentModel
|
|
116
116
|
*/
|
|
117
|
-
'hr'?:
|
|
117
|
+
'hr'?: ContributorTranslationDocumentModel;
|
|
118
118
|
/**
|
|
119
119
|
*
|
|
120
|
-
* @type {
|
|
120
|
+
* @type {ContributorTranslationDocumentModel}
|
|
121
121
|
* @memberof ContributorDocumentModel
|
|
122
122
|
*/
|
|
123
|
-
'hu'?:
|
|
123
|
+
'hu'?: ContributorTranslationDocumentModel;
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
|
-
* @type {
|
|
126
|
+
* @type {ContributorTranslationDocumentModel}
|
|
127
127
|
* @memberof ContributorDocumentModel
|
|
128
128
|
*/
|
|
129
|
-
'it'?:
|
|
129
|
+
'it'?: ContributorTranslationDocumentModel;
|
|
130
130
|
/**
|
|
131
131
|
*
|
|
132
|
-
* @type {
|
|
132
|
+
* @type {ContributorTranslationDocumentModel}
|
|
133
133
|
* @memberof ContributorDocumentModel
|
|
134
134
|
*/
|
|
135
|
-
'ja'?:
|
|
135
|
+
'ja'?: ContributorTranslationDocumentModel;
|
|
136
136
|
/**
|
|
137
137
|
*
|
|
138
|
-
* @type {
|
|
138
|
+
* @type {ContributorTranslationDocumentModel}
|
|
139
139
|
* @memberof ContributorDocumentModel
|
|
140
140
|
*/
|
|
141
|
-
'kk'?:
|
|
141
|
+
'kk'?: ContributorTranslationDocumentModel;
|
|
142
142
|
/**
|
|
143
143
|
*
|
|
144
|
-
* @type {
|
|
144
|
+
* @type {ContributorTranslationDocumentModel}
|
|
145
145
|
* @memberof ContributorDocumentModel
|
|
146
146
|
*/
|
|
147
|
-
'ky'?:
|
|
147
|
+
'ky'?: ContributorTranslationDocumentModel;
|
|
148
148
|
/**
|
|
149
149
|
*
|
|
150
|
-
* @type {
|
|
150
|
+
* @type {ContributorTranslationDocumentModel}
|
|
151
151
|
* @memberof ContributorDocumentModel
|
|
152
152
|
*/
|
|
153
|
-
'lo'?:
|
|
153
|
+
'lo'?: ContributorTranslationDocumentModel;
|
|
154
154
|
/**
|
|
155
155
|
*
|
|
156
|
-
* @type {
|
|
156
|
+
* @type {ContributorTranslationDocumentModel}
|
|
157
157
|
* @memberof ContributorDocumentModel
|
|
158
158
|
*/
|
|
159
|
-
'lt'?:
|
|
159
|
+
'lt'?: ContributorTranslationDocumentModel;
|
|
160
160
|
/**
|
|
161
161
|
*
|
|
162
|
-
* @type {
|
|
162
|
+
* @type {ContributorTranslationDocumentModel}
|
|
163
163
|
* @memberof ContributorDocumentModel
|
|
164
164
|
*/
|
|
165
|
-
'lv'?:
|
|
165
|
+
'lv'?: ContributorTranslationDocumentModel;
|
|
166
166
|
/**
|
|
167
167
|
*
|
|
168
|
-
* @type {
|
|
168
|
+
* @type {ContributorTranslationDocumentModel}
|
|
169
169
|
* @memberof ContributorDocumentModel
|
|
170
170
|
*/
|
|
171
|
-
'my'?:
|
|
171
|
+
'my'?: ContributorTranslationDocumentModel;
|
|
172
172
|
/**
|
|
173
173
|
*
|
|
174
|
-
* @type {
|
|
174
|
+
* @type {ContributorTranslationDocumentModel}
|
|
175
175
|
* @memberof ContributorDocumentModel
|
|
176
176
|
*/
|
|
177
|
-
'nl'?:
|
|
177
|
+
'nl'?: ContributorTranslationDocumentModel;
|
|
178
178
|
/**
|
|
179
179
|
*
|
|
180
|
-
* @type {
|
|
180
|
+
* @type {ContributorTranslationDocumentModel}
|
|
181
181
|
* @memberof ContributorDocumentModel
|
|
182
182
|
*/
|
|
183
|
-
'pl'?:
|
|
183
|
+
'pl'?: ContributorTranslationDocumentModel;
|
|
184
184
|
/**
|
|
185
185
|
*
|
|
186
|
-
* @type {
|
|
186
|
+
* @type {ContributorTranslationDocumentModel}
|
|
187
187
|
* @memberof ContributorDocumentModel
|
|
188
188
|
*/
|
|
189
|
-
'ro'?:
|
|
189
|
+
'ro'?: ContributorTranslationDocumentModel;
|
|
190
190
|
/**
|
|
191
191
|
*
|
|
192
|
-
* @type {
|
|
192
|
+
* @type {ContributorTranslationDocumentModel}
|
|
193
193
|
* @memberof ContributorDocumentModel
|
|
194
194
|
*/
|
|
195
|
-
'sl'?:
|
|
195
|
+
'sl'?: ContributorTranslationDocumentModel;
|
|
196
196
|
/**
|
|
197
197
|
*
|
|
198
|
-
* @type {
|
|
198
|
+
* @type {ContributorTranslationDocumentModel}
|
|
199
199
|
* @memberof ContributorDocumentModel
|
|
200
200
|
*/
|
|
201
|
-
'sv'?:
|
|
201
|
+
'sv'?: ContributorTranslationDocumentModel;
|
|
202
202
|
/**
|
|
203
203
|
*
|
|
204
|
-
* @type {
|
|
204
|
+
* @type {ContributorTranslationDocumentModel}
|
|
205
205
|
* @memberof ContributorDocumentModel
|
|
206
206
|
*/
|
|
207
|
-
'sw'?:
|
|
207
|
+
'sw'?: ContributorTranslationDocumentModel;
|
|
208
208
|
/**
|
|
209
209
|
*
|
|
210
|
-
* @type {
|
|
210
|
+
* @type {ContributorTranslationDocumentModel}
|
|
211
211
|
* @memberof ContributorDocumentModel
|
|
212
212
|
*/
|
|
213
|
-
'tr'?:
|
|
213
|
+
'tr'?: ContributorTranslationDocumentModel;
|
|
214
214
|
/**
|
|
215
215
|
*
|
|
216
|
-
* @type {
|
|
216
|
+
* @type {ContributorTranslationDocumentModel}
|
|
217
217
|
* @memberof ContributorDocumentModel
|
|
218
218
|
*/
|
|
219
|
-
'uk'?:
|
|
219
|
+
'uk'?: ContributorTranslationDocumentModel;
|
|
220
220
|
/**
|
|
221
221
|
*
|
|
222
|
-
* @type {
|
|
222
|
+
* @type {ContributorTranslationDocumentModel}
|
|
223
223
|
* @memberof ContributorDocumentModel
|
|
224
224
|
*/
|
|
225
|
-
'uz'?:
|
|
225
|
+
'uz'?: ContributorTranslationDocumentModel;
|
|
226
226
|
/**
|
|
227
227
|
*
|
|
228
|
-
* @type {
|
|
228
|
+
* @type {ContributorTranslationDocumentModel}
|
|
229
229
|
* @memberof ContributorDocumentModel
|
|
230
230
|
*/
|
|
231
|
-
'bn'?:
|
|
231
|
+
'bn'?: ContributorTranslationDocumentModel;
|
|
232
232
|
/**
|
|
233
233
|
*
|
|
234
|
-
* @type {
|
|
234
|
+
* @type {ContributorTranslationDocumentModel}
|
|
235
235
|
* @memberof ContributorDocumentModel
|
|
236
236
|
*/
|
|
237
|
-
'az'?:
|
|
237
|
+
'az'?: ContributorTranslationDocumentModel;
|
|
238
238
|
/**
|
|
239
239
|
*
|
|
240
|
-
* @type {
|
|
240
|
+
* @type {ContributorTranslationDocumentModel}
|
|
241
241
|
* @memberof ContributorDocumentModel
|
|
242
242
|
*/
|
|
243
|
-
'ka'?:
|
|
243
|
+
'ka'?: ContributorTranslationDocumentModel;
|
|
244
244
|
/**
|
|
245
245
|
*
|
|
246
|
-
* @type {
|
|
246
|
+
* @type {ContributorTranslationDocumentModel}
|
|
247
247
|
* @memberof ContributorDocumentModel
|
|
248
248
|
*/
|
|
249
|
-
'mn'?:
|
|
249
|
+
'mn'?: ContributorTranslationDocumentModel;
|
|
250
250
|
/**
|
|
251
251
|
*
|
|
252
|
-
* @type {
|
|
252
|
+
* @type {ContributorTranslationDocumentModel}
|
|
253
253
|
* @memberof ContributorDocumentModel
|
|
254
254
|
*/
|
|
255
|
-
'te'?:
|
|
255
|
+
'te'?: ContributorTranslationDocumentModel;
|
|
256
256
|
/**
|
|
257
257
|
*
|
|
258
|
-
* @type {
|
|
258
|
+
* @type {ContributorTranslationDocumentModel}
|
|
259
259
|
* @memberof ContributorDocumentModel
|
|
260
260
|
*/
|
|
261
|
-
'kn'?:
|
|
261
|
+
'kn'?: ContributorTranslationDocumentModel;
|
|
262
262
|
/**
|
|
263
263
|
*
|
|
264
|
-
* @type {
|
|
264
|
+
* @type {ContributorTranslationDocumentModel}
|
|
265
265
|
* @memberof ContributorDocumentModel
|
|
266
266
|
*/
|
|
267
|
-
'ta'?:
|
|
267
|
+
'ta'?: ContributorTranslationDocumentModel;
|
|
268
268
|
/**
|
|
269
269
|
*
|
|
270
|
-
* @type {
|
|
270
|
+
* @type {ContributorTranslationDocumentModel}
|
|
271
271
|
* @memberof ContributorDocumentModel
|
|
272
272
|
*/
|
|
273
|
-
'ml'?:
|
|
273
|
+
'ml'?: ContributorTranslationDocumentModel;
|
|
274
274
|
/**
|
|
275
275
|
*
|
|
276
|
-
* @type {
|
|
276
|
+
* @type {ContributorTranslationDocumentModel}
|
|
277
277
|
* @memberof ContributorDocumentModel
|
|
278
278
|
*/
|
|
279
|
-
'mr'?:
|
|
279
|
+
'mr'?: ContributorTranslationDocumentModel;
|
|
280
280
|
/**
|
|
281
281
|
*
|
|
282
|
-
* @type {
|
|
282
|
+
* @type {ContributorTranslationDocumentModel}
|
|
283
283
|
* @memberof ContributorDocumentModel
|
|
284
284
|
*/
|
|
285
|
-
'pa'?:
|
|
285
|
+
'pa'?: ContributorTranslationDocumentModel;
|
|
286
286
|
/**
|
|
287
287
|
*
|
|
288
|
-
* @type {
|
|
288
|
+
* @type {ContributorTranslationDocumentModel}
|
|
289
289
|
* @memberof ContributorDocumentModel
|
|
290
290
|
*/
|
|
291
|
-
'gu'?:
|
|
291
|
+
'gu'?: ContributorTranslationDocumentModel;
|
|
292
292
|
/**
|
|
293
293
|
*
|
|
294
|
-
* @type {
|
|
294
|
+
* @type {ContributorTranslationDocumentModel}
|
|
295
295
|
* @memberof ContributorDocumentModel
|
|
296
296
|
*/
|
|
297
|
-
'ur'?:
|
|
297
|
+
'ur'?: ContributorTranslationDocumentModel;
|
|
298
298
|
/**
|
|
299
299
|
*
|
|
300
300
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contributor-document-model.d.ts","sourceRoot":"","sources":["../../src/models/contributor-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGjF,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"contributor-document-model.d.ts","sourceRoot":"","sources":["../../src/models/contributor-document-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -52,6 +52,12 @@ export interface ContributorItemModel {
|
|
|
52
52
|
* @memberof ContributorItemModel
|
|
53
53
|
*/
|
|
54
54
|
'description'?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof ContributorItemModel
|
|
59
|
+
*/
|
|
60
|
+
'jobTitle'?: string | null;
|
|
55
61
|
/**
|
|
56
62
|
*
|
|
57
63
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contributor-item-model.d.ts","sourceRoot":"","sources":["../../src/models/contributor-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD;;;;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,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;CACvC"}
|
|
1
|
+
{"version":3,"file":"contributor-item-model.d.ts","sourceRoot":"","sources":["../../src/models/contributor-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD;;;;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,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contributor-model.d.ts","sourceRoot":"","sources":["../../src/models/contributor-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,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;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,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;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,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;CACrD"}
|
|
1
|
+
{"version":3,"file":"contributor-model.d.ts","sourceRoot":"","sources":["../../src/models/contributor-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,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;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,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;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,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;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,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IAC5C;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;CACrD"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CloudHospital Api
|
|
3
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2
|
|
6
|
+
* Contact: developer@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 ContributorTranslationDocumentModel
|
|
16
|
+
*/
|
|
17
|
+
export interface ContributorTranslationDocumentModel {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ContributorTranslationDocumentModel
|
|
22
|
+
*/
|
|
23
|
+
'Slug'?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof ContributorTranslationDocumentModel
|
|
28
|
+
*/
|
|
29
|
+
'SlugChangeLogs'?: Array<string> | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ContributorTranslationDocumentModel
|
|
34
|
+
*/
|
|
35
|
+
'Name'?: string | null;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ContributorTranslationDocumentModel
|
|
40
|
+
*/
|
|
41
|
+
'Overview'?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ContributorTranslationDocumentModel
|
|
46
|
+
*/
|
|
47
|
+
'Description'?: string | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ContributorTranslationDocumentModel
|
|
52
|
+
*/
|
|
53
|
+
'JobTitle'?: string | null;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=contributor-translation-document-model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contributor-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/contributor-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* CloudHospital Api
|
|
6
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2
|
|
9
|
+
* Contact: developer@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 });
|
|
@@ -55,6 +55,12 @@ export interface HospitalServiceItemModel {
|
|
|
55
55
|
* @memberof HospitalServiceItemModel
|
|
56
56
|
*/
|
|
57
57
|
'description'?: string | null;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof HospitalServiceItemModel
|
|
62
|
+
*/
|
|
63
|
+
'overview'?: string | null;
|
|
58
64
|
/**
|
|
59
65
|
*
|
|
60
66
|
* @type {boolean}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-service-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-service-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;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,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
1
|
+
{"version":3,"file":"hospital-service-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-service-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;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,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -79,6 +79,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
79
79
|
* @memberof HospitalSpecialtyItemModel
|
|
80
80
|
*/
|
|
81
81
|
'backgroundThumbnail'?: string | null;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof HospitalSpecialtyItemModel
|
|
86
|
+
*/
|
|
87
|
+
'overview'?: string | null;
|
|
82
88
|
/**
|
|
83
89
|
*
|
|
84
90
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hospital-specialty-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-specialty-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;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,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;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,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
1
|
+
{"version":3,"file":"hospital-specialty-item-model.d.ts","sourceRoot":"","sources":["../../src/models/hospital-specialty-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;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,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;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,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
|
package/lib/models/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ export * from './contributor-item-model';
|
|
|
65
65
|
export * from './contributor-model';
|
|
66
66
|
export * from './contributor-sns-handles-model';
|
|
67
67
|
export * from './contributor-sub-document-model';
|
|
68
|
+
export * from './contributor-translation-document-model';
|
|
68
69
|
export * from './contributors-model';
|
|
69
70
|
export * from './coordinate-system';
|
|
70
71
|
export * from './countries-model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0CAA0C,CAAC;AACzD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iDAAiD,CAAC;AAChE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yCAAyC,CAAC;AACxD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mDAAmD,CAAC;AAClE,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uCAAuC,CAAC;AACtD,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0CAA0C,CAAC;AACzD,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kCAAkC,CAAC;AACjD,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/lib/models/index.js
CHANGED
|
@@ -81,6 +81,7 @@ __exportStar(require("./contributor-item-model"), exports);
|
|
|
81
81
|
__exportStar(require("./contributor-model"), exports);
|
|
82
82
|
__exportStar(require("./contributor-sns-handles-model"), exports);
|
|
83
83
|
__exportStar(require("./contributor-sub-document-model"), exports);
|
|
84
|
+
__exportStar(require("./contributor-translation-document-model"), exports);
|
|
84
85
|
__exportStar(require("./contributors-model"), exports);
|
|
85
86
|
__exportStar(require("./coordinate-system"), exports);
|
|
86
87
|
__exportStar(require("./countries-model"), exports);
|
|
@@ -33,6 +33,7 @@ export declare const PageBlockType: {
|
|
|
33
33
|
readonly Services: "Services";
|
|
34
34
|
readonly SurgeryReviews: "SurgeryReviews";
|
|
35
35
|
readonly Deals: "Deals";
|
|
36
|
+
readonly ServicePhotoReviews: "ServicePhotoReviews";
|
|
36
37
|
};
|
|
37
38
|
export type PageBlockType = typeof PageBlockType[keyof typeof PageBlockType];
|
|
38
39
|
//# sourceMappingURL=page-block-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-block-type.d.ts","sourceRoot":"","sources":["../../src/models/page-block-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"page-block-type.d.ts","sourceRoot":"","sources":["../../src/models/page-block-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;CAoBhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -115,6 +115,7 @@ models/contributor-item-model.ts
|
|
|
115
115
|
models/contributor-model.ts
|
|
116
116
|
models/contributor-sns-handles-model.ts
|
|
117
117
|
models/contributor-sub-document-model.ts
|
|
118
|
+
models/contributor-translation-document-model.ts
|
|
118
119
|
models/contributors-model.ts
|
|
119
120
|
models/coordinate-system.ts
|
|
120
121
|
models/countries-model.ts
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
import { AuditableEntityDocumentModel } from './auditable-entity-document-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import {
|
|
21
|
+
import { ContributorTranslationDocumentModel } from './contributor-translation-document-model';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
-
import {
|
|
24
|
+
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
-
import {
|
|
27
|
+
import { SnsHandleDocumentModel } from './sns-handle-document-model';
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
@@ -34,280 +34,280 @@ import { TranslationDocumentModel } from './translation-document-model';
|
|
|
34
34
|
export interface ContributorDocumentModel {
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {ContributorTranslationDocumentModel}
|
|
38
38
|
* @memberof ContributorDocumentModel
|
|
39
39
|
*/
|
|
40
|
-
'en'?:
|
|
40
|
+
'en'?: ContributorTranslationDocumentModel;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
43
|
+
* @type {ContributorTranslationDocumentModel}
|
|
44
44
|
* @memberof ContributorDocumentModel
|
|
45
45
|
*/
|
|
46
|
-
'ru'?:
|
|
46
|
+
'ru'?: ContributorTranslationDocumentModel;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @type {
|
|
49
|
+
* @type {ContributorTranslationDocumentModel}
|
|
50
50
|
* @memberof ContributorDocumentModel
|
|
51
51
|
*/
|
|
52
|
-
'zh'?:
|
|
52
|
+
'zh'?: ContributorTranslationDocumentModel;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @type {
|
|
55
|
+
* @type {ContributorTranslationDocumentModel}
|
|
56
56
|
* @memberof ContributorDocumentModel
|
|
57
57
|
*/
|
|
58
|
-
'es'?:
|
|
58
|
+
'es'?: ContributorTranslationDocumentModel;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @type {
|
|
61
|
+
* @type {ContributorTranslationDocumentModel}
|
|
62
62
|
* @memberof ContributorDocumentModel
|
|
63
63
|
*/
|
|
64
|
-
'id'?:
|
|
64
|
+
'id'?: ContributorTranslationDocumentModel;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
|
-
* @type {
|
|
67
|
+
* @type {ContributorTranslationDocumentModel}
|
|
68
68
|
* @memberof ContributorDocumentModel
|
|
69
69
|
*/
|
|
70
|
-
'pt'?:
|
|
70
|
+
'pt'?: ContributorTranslationDocumentModel;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {
|
|
73
|
+
* @type {ContributorTranslationDocumentModel}
|
|
74
74
|
* @memberof ContributorDocumentModel
|
|
75
75
|
*/
|
|
76
|
-
'fr'?:
|
|
76
|
+
'fr'?: ContributorTranslationDocumentModel;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
|
-
* @type {
|
|
79
|
+
* @type {ContributorTranslationDocumentModel}
|
|
80
80
|
* @memberof ContributorDocumentModel
|
|
81
81
|
*/
|
|
82
|
-
'vi'?:
|
|
82
|
+
'vi'?: ContributorTranslationDocumentModel;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {ContributorTranslationDocumentModel}
|
|
86
86
|
* @memberof ContributorDocumentModel
|
|
87
87
|
*/
|
|
88
|
-
'th'?:
|
|
88
|
+
'th'?: ContributorTranslationDocumentModel;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* @type {
|
|
91
|
+
* @type {ContributorTranslationDocumentModel}
|
|
92
92
|
* @memberof ContributorDocumentModel
|
|
93
93
|
*/
|
|
94
|
-
'ar'?:
|
|
94
|
+
'ar'?: ContributorTranslationDocumentModel;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {ContributorTranslationDocumentModel}
|
|
98
98
|
* @memberof ContributorDocumentModel
|
|
99
99
|
*/
|
|
100
|
-
'ko'?:
|
|
100
|
+
'ko'?: ContributorTranslationDocumentModel;
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
|
-
* @type {
|
|
103
|
+
* @type {ContributorTranslationDocumentModel}
|
|
104
104
|
* @memberof ContributorDocumentModel
|
|
105
105
|
*/
|
|
106
|
-
'bg'?:
|
|
106
|
+
'bg'?: ContributorTranslationDocumentModel;
|
|
107
107
|
/**
|
|
108
108
|
*
|
|
109
|
-
* @type {
|
|
109
|
+
* @type {ContributorTranslationDocumentModel}
|
|
110
110
|
* @memberof ContributorDocumentModel
|
|
111
111
|
*/
|
|
112
|
-
'cs'?:
|
|
112
|
+
'cs'?: ContributorTranslationDocumentModel;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
|
-
* @type {
|
|
115
|
+
* @type {ContributorTranslationDocumentModel}
|
|
116
116
|
* @memberof ContributorDocumentModel
|
|
117
117
|
*/
|
|
118
|
-
'de'?:
|
|
118
|
+
'de'?: ContributorTranslationDocumentModel;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
|
-
* @type {
|
|
121
|
+
* @type {ContributorTranslationDocumentModel}
|
|
122
122
|
* @memberof ContributorDocumentModel
|
|
123
123
|
*/
|
|
124
|
-
'hi'?:
|
|
124
|
+
'hi'?: ContributorTranslationDocumentModel;
|
|
125
125
|
/**
|
|
126
126
|
*
|
|
127
|
-
* @type {
|
|
127
|
+
* @type {ContributorTranslationDocumentModel}
|
|
128
128
|
* @memberof ContributorDocumentModel
|
|
129
129
|
*/
|
|
130
|
-
'hr'?:
|
|
130
|
+
'hr'?: ContributorTranslationDocumentModel;
|
|
131
131
|
/**
|
|
132
132
|
*
|
|
133
|
-
* @type {
|
|
133
|
+
* @type {ContributorTranslationDocumentModel}
|
|
134
134
|
* @memberof ContributorDocumentModel
|
|
135
135
|
*/
|
|
136
|
-
'hu'?:
|
|
136
|
+
'hu'?: ContributorTranslationDocumentModel;
|
|
137
137
|
/**
|
|
138
138
|
*
|
|
139
|
-
* @type {
|
|
139
|
+
* @type {ContributorTranslationDocumentModel}
|
|
140
140
|
* @memberof ContributorDocumentModel
|
|
141
141
|
*/
|
|
142
|
-
'it'?:
|
|
142
|
+
'it'?: ContributorTranslationDocumentModel;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
|
-
* @type {
|
|
145
|
+
* @type {ContributorTranslationDocumentModel}
|
|
146
146
|
* @memberof ContributorDocumentModel
|
|
147
147
|
*/
|
|
148
|
-
'ja'?:
|
|
148
|
+
'ja'?: ContributorTranslationDocumentModel;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
|
-
* @type {
|
|
151
|
+
* @type {ContributorTranslationDocumentModel}
|
|
152
152
|
* @memberof ContributorDocumentModel
|
|
153
153
|
*/
|
|
154
|
-
'kk'?:
|
|
154
|
+
'kk'?: ContributorTranslationDocumentModel;
|
|
155
155
|
/**
|
|
156
156
|
*
|
|
157
|
-
* @type {
|
|
157
|
+
* @type {ContributorTranslationDocumentModel}
|
|
158
158
|
* @memberof ContributorDocumentModel
|
|
159
159
|
*/
|
|
160
|
-
'ky'?:
|
|
160
|
+
'ky'?: ContributorTranslationDocumentModel;
|
|
161
161
|
/**
|
|
162
162
|
*
|
|
163
|
-
* @type {
|
|
163
|
+
* @type {ContributorTranslationDocumentModel}
|
|
164
164
|
* @memberof ContributorDocumentModel
|
|
165
165
|
*/
|
|
166
|
-
'lo'?:
|
|
166
|
+
'lo'?: ContributorTranslationDocumentModel;
|
|
167
167
|
/**
|
|
168
168
|
*
|
|
169
|
-
* @type {
|
|
169
|
+
* @type {ContributorTranslationDocumentModel}
|
|
170
170
|
* @memberof ContributorDocumentModel
|
|
171
171
|
*/
|
|
172
|
-
'lt'?:
|
|
172
|
+
'lt'?: ContributorTranslationDocumentModel;
|
|
173
173
|
/**
|
|
174
174
|
*
|
|
175
|
-
* @type {
|
|
175
|
+
* @type {ContributorTranslationDocumentModel}
|
|
176
176
|
* @memberof ContributorDocumentModel
|
|
177
177
|
*/
|
|
178
|
-
'lv'?:
|
|
178
|
+
'lv'?: ContributorTranslationDocumentModel;
|
|
179
179
|
/**
|
|
180
180
|
*
|
|
181
|
-
* @type {
|
|
181
|
+
* @type {ContributorTranslationDocumentModel}
|
|
182
182
|
* @memberof ContributorDocumentModel
|
|
183
183
|
*/
|
|
184
|
-
'my'?:
|
|
184
|
+
'my'?: ContributorTranslationDocumentModel;
|
|
185
185
|
/**
|
|
186
186
|
*
|
|
187
|
-
* @type {
|
|
187
|
+
* @type {ContributorTranslationDocumentModel}
|
|
188
188
|
* @memberof ContributorDocumentModel
|
|
189
189
|
*/
|
|
190
|
-
'nl'?:
|
|
190
|
+
'nl'?: ContributorTranslationDocumentModel;
|
|
191
191
|
/**
|
|
192
192
|
*
|
|
193
|
-
* @type {
|
|
193
|
+
* @type {ContributorTranslationDocumentModel}
|
|
194
194
|
* @memberof ContributorDocumentModel
|
|
195
195
|
*/
|
|
196
|
-
'pl'?:
|
|
196
|
+
'pl'?: ContributorTranslationDocumentModel;
|
|
197
197
|
/**
|
|
198
198
|
*
|
|
199
|
-
* @type {
|
|
199
|
+
* @type {ContributorTranslationDocumentModel}
|
|
200
200
|
* @memberof ContributorDocumentModel
|
|
201
201
|
*/
|
|
202
|
-
'ro'?:
|
|
202
|
+
'ro'?: ContributorTranslationDocumentModel;
|
|
203
203
|
/**
|
|
204
204
|
*
|
|
205
|
-
* @type {
|
|
205
|
+
* @type {ContributorTranslationDocumentModel}
|
|
206
206
|
* @memberof ContributorDocumentModel
|
|
207
207
|
*/
|
|
208
|
-
'sl'?:
|
|
208
|
+
'sl'?: ContributorTranslationDocumentModel;
|
|
209
209
|
/**
|
|
210
210
|
*
|
|
211
|
-
* @type {
|
|
211
|
+
* @type {ContributorTranslationDocumentModel}
|
|
212
212
|
* @memberof ContributorDocumentModel
|
|
213
213
|
*/
|
|
214
|
-
'sv'?:
|
|
214
|
+
'sv'?: ContributorTranslationDocumentModel;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
|
-
* @type {
|
|
217
|
+
* @type {ContributorTranslationDocumentModel}
|
|
218
218
|
* @memberof ContributorDocumentModel
|
|
219
219
|
*/
|
|
220
|
-
'sw'?:
|
|
220
|
+
'sw'?: ContributorTranslationDocumentModel;
|
|
221
221
|
/**
|
|
222
222
|
*
|
|
223
|
-
* @type {
|
|
223
|
+
* @type {ContributorTranslationDocumentModel}
|
|
224
224
|
* @memberof ContributorDocumentModel
|
|
225
225
|
*/
|
|
226
|
-
'tr'?:
|
|
226
|
+
'tr'?: ContributorTranslationDocumentModel;
|
|
227
227
|
/**
|
|
228
228
|
*
|
|
229
|
-
* @type {
|
|
229
|
+
* @type {ContributorTranslationDocumentModel}
|
|
230
230
|
* @memberof ContributorDocumentModel
|
|
231
231
|
*/
|
|
232
|
-
'uk'?:
|
|
232
|
+
'uk'?: ContributorTranslationDocumentModel;
|
|
233
233
|
/**
|
|
234
234
|
*
|
|
235
|
-
* @type {
|
|
235
|
+
* @type {ContributorTranslationDocumentModel}
|
|
236
236
|
* @memberof ContributorDocumentModel
|
|
237
237
|
*/
|
|
238
|
-
'uz'?:
|
|
238
|
+
'uz'?: ContributorTranslationDocumentModel;
|
|
239
239
|
/**
|
|
240
240
|
*
|
|
241
|
-
* @type {
|
|
241
|
+
* @type {ContributorTranslationDocumentModel}
|
|
242
242
|
* @memberof ContributorDocumentModel
|
|
243
243
|
*/
|
|
244
|
-
'bn'?:
|
|
244
|
+
'bn'?: ContributorTranslationDocumentModel;
|
|
245
245
|
/**
|
|
246
246
|
*
|
|
247
|
-
* @type {
|
|
247
|
+
* @type {ContributorTranslationDocumentModel}
|
|
248
248
|
* @memberof ContributorDocumentModel
|
|
249
249
|
*/
|
|
250
|
-
'az'?:
|
|
250
|
+
'az'?: ContributorTranslationDocumentModel;
|
|
251
251
|
/**
|
|
252
252
|
*
|
|
253
|
-
* @type {
|
|
253
|
+
* @type {ContributorTranslationDocumentModel}
|
|
254
254
|
* @memberof ContributorDocumentModel
|
|
255
255
|
*/
|
|
256
|
-
'ka'?:
|
|
256
|
+
'ka'?: ContributorTranslationDocumentModel;
|
|
257
257
|
/**
|
|
258
258
|
*
|
|
259
|
-
* @type {
|
|
259
|
+
* @type {ContributorTranslationDocumentModel}
|
|
260
260
|
* @memberof ContributorDocumentModel
|
|
261
261
|
*/
|
|
262
|
-
'mn'?:
|
|
262
|
+
'mn'?: ContributorTranslationDocumentModel;
|
|
263
263
|
/**
|
|
264
264
|
*
|
|
265
|
-
* @type {
|
|
265
|
+
* @type {ContributorTranslationDocumentModel}
|
|
266
266
|
* @memberof ContributorDocumentModel
|
|
267
267
|
*/
|
|
268
|
-
'te'?:
|
|
268
|
+
'te'?: ContributorTranslationDocumentModel;
|
|
269
269
|
/**
|
|
270
270
|
*
|
|
271
|
-
* @type {
|
|
271
|
+
* @type {ContributorTranslationDocumentModel}
|
|
272
272
|
* @memberof ContributorDocumentModel
|
|
273
273
|
*/
|
|
274
|
-
'kn'?:
|
|
274
|
+
'kn'?: ContributorTranslationDocumentModel;
|
|
275
275
|
/**
|
|
276
276
|
*
|
|
277
|
-
* @type {
|
|
277
|
+
* @type {ContributorTranslationDocumentModel}
|
|
278
278
|
* @memberof ContributorDocumentModel
|
|
279
279
|
*/
|
|
280
|
-
'ta'?:
|
|
280
|
+
'ta'?: ContributorTranslationDocumentModel;
|
|
281
281
|
/**
|
|
282
282
|
*
|
|
283
|
-
* @type {
|
|
283
|
+
* @type {ContributorTranslationDocumentModel}
|
|
284
284
|
* @memberof ContributorDocumentModel
|
|
285
285
|
*/
|
|
286
|
-
'ml'?:
|
|
286
|
+
'ml'?: ContributorTranslationDocumentModel;
|
|
287
287
|
/**
|
|
288
288
|
*
|
|
289
|
-
* @type {
|
|
289
|
+
* @type {ContributorTranslationDocumentModel}
|
|
290
290
|
* @memberof ContributorDocumentModel
|
|
291
291
|
*/
|
|
292
|
-
'mr'?:
|
|
292
|
+
'mr'?: ContributorTranslationDocumentModel;
|
|
293
293
|
/**
|
|
294
294
|
*
|
|
295
|
-
* @type {
|
|
295
|
+
* @type {ContributorTranslationDocumentModel}
|
|
296
296
|
* @memberof ContributorDocumentModel
|
|
297
297
|
*/
|
|
298
|
-
'pa'?:
|
|
298
|
+
'pa'?: ContributorTranslationDocumentModel;
|
|
299
299
|
/**
|
|
300
300
|
*
|
|
301
|
-
* @type {
|
|
301
|
+
* @type {ContributorTranslationDocumentModel}
|
|
302
302
|
* @memberof ContributorDocumentModel
|
|
303
303
|
*/
|
|
304
|
-
'gu'?:
|
|
304
|
+
'gu'?: ContributorTranslationDocumentModel;
|
|
305
305
|
/**
|
|
306
306
|
*
|
|
307
|
-
* @type {
|
|
307
|
+
* @type {ContributorTranslationDocumentModel}
|
|
308
308
|
* @memberof ContributorDocumentModel
|
|
309
309
|
*/
|
|
310
|
-
'ur'?:
|
|
310
|
+
'ur'?: ContributorTranslationDocumentModel;
|
|
311
311
|
/**
|
|
312
312
|
*
|
|
313
313
|
* @type {string}
|
|
@@ -59,6 +59,12 @@ export interface ContributorItemModel {
|
|
|
59
59
|
* @memberof ContributorItemModel
|
|
60
60
|
*/
|
|
61
61
|
'description'?: string | null;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof ContributorItemModel
|
|
66
|
+
*/
|
|
67
|
+
'jobTitle'?: string | null;
|
|
62
68
|
/**
|
|
63
69
|
*
|
|
64
70
|
* @type {string}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CloudHospital Api
|
|
5
|
+
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2
|
|
8
|
+
* Contact: developer@icloudhospital.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ContributorTranslationDocumentModel
|
|
21
|
+
*/
|
|
22
|
+
export interface ContributorTranslationDocumentModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ContributorTranslationDocumentModel
|
|
27
|
+
*/
|
|
28
|
+
'Slug'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Array<string>}
|
|
32
|
+
* @memberof ContributorTranslationDocumentModel
|
|
33
|
+
*/
|
|
34
|
+
'SlugChangeLogs'?: Array<string> | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ContributorTranslationDocumentModel
|
|
39
|
+
*/
|
|
40
|
+
'Name'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ContributorTranslationDocumentModel
|
|
45
|
+
*/
|
|
46
|
+
'Overview'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ContributorTranslationDocumentModel
|
|
51
|
+
*/
|
|
52
|
+
'Description'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ContributorTranslationDocumentModel
|
|
57
|
+
*/
|
|
58
|
+
'JobTitle'?: string | null;
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -68,6 +68,12 @@ export interface HospitalServiceItemModel {
|
|
|
68
68
|
* @memberof HospitalServiceItemModel
|
|
69
69
|
*/
|
|
70
70
|
'description'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof HospitalServiceItemModel
|
|
75
|
+
*/
|
|
76
|
+
'overview'?: string | null;
|
|
71
77
|
/**
|
|
72
78
|
*
|
|
73
79
|
* @type {boolean}
|
|
@@ -92,6 +92,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
92
92
|
* @memberof HospitalSpecialtyItemModel
|
|
93
93
|
*/
|
|
94
94
|
'backgroundThumbnail'?: string | null;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof HospitalSpecialtyItemModel
|
|
99
|
+
*/
|
|
100
|
+
'overview'?: string | null;
|
|
95
101
|
/**
|
|
96
102
|
*
|
|
97
103
|
* @type {number}
|
package/src/models/index.ts
CHANGED
|
@@ -65,6 +65,7 @@ export * from './contributor-item-model';
|
|
|
65
65
|
export * from './contributor-model';
|
|
66
66
|
export * from './contributor-sns-handles-model';
|
|
67
67
|
export * from './contributor-sub-document-model';
|
|
68
|
+
export * from './contributor-translation-document-model';
|
|
68
69
|
export * from './contributors-model';
|
|
69
70
|
export * from './coordinate-system';
|
|
70
71
|
export * from './countries-model';
|
|
@@ -38,7 +38,8 @@ export const PageBlockType = {
|
|
|
38
38
|
Specialties: 'Specialties',
|
|
39
39
|
Services: 'Services',
|
|
40
40
|
SurgeryReviews: 'SurgeryReviews',
|
|
41
|
-
Deals: 'Deals'
|
|
41
|
+
Deals: 'Deals',
|
|
42
|
+
ServicePhotoReviews: 'ServicePhotoReviews'
|
|
42
43
|
} as const;
|
|
43
44
|
|
|
44
45
|
export type PageBlockType = typeof PageBlockType[keyof typeof PageBlockType];
|