ch-api-client-typescript2 5.30.19 → 5.30.24

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.
@@ -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 {TranslationDocumentModel}
24
+ * @type {ContributorTranslationDocumentModel}
25
25
  * @memberof ContributorDocumentModel
26
26
  */
27
- 'en'?: TranslationDocumentModel;
27
+ 'en'?: ContributorTranslationDocumentModel;
28
28
  /**
29
29
  *
30
- * @type {TranslationDocumentModel}
30
+ * @type {ContributorTranslationDocumentModel}
31
31
  * @memberof ContributorDocumentModel
32
32
  */
33
- 'ru'?: TranslationDocumentModel;
33
+ 'ru'?: ContributorTranslationDocumentModel;
34
34
  /**
35
35
  *
36
- * @type {TranslationDocumentModel}
36
+ * @type {ContributorTranslationDocumentModel}
37
37
  * @memberof ContributorDocumentModel
38
38
  */
39
- 'zh'?: TranslationDocumentModel;
39
+ 'zh'?: ContributorTranslationDocumentModel;
40
40
  /**
41
41
  *
42
- * @type {TranslationDocumentModel}
42
+ * @type {ContributorTranslationDocumentModel}
43
43
  * @memberof ContributorDocumentModel
44
44
  */
45
- 'es'?: TranslationDocumentModel;
45
+ 'es'?: ContributorTranslationDocumentModel;
46
46
  /**
47
47
  *
48
- * @type {TranslationDocumentModel}
48
+ * @type {ContributorTranslationDocumentModel}
49
49
  * @memberof ContributorDocumentModel
50
50
  */
51
- 'id'?: TranslationDocumentModel;
51
+ 'id'?: ContributorTranslationDocumentModel;
52
52
  /**
53
53
  *
54
- * @type {TranslationDocumentModel}
54
+ * @type {ContributorTranslationDocumentModel}
55
55
  * @memberof ContributorDocumentModel
56
56
  */
57
- 'pt'?: TranslationDocumentModel;
57
+ 'pt'?: ContributorTranslationDocumentModel;
58
58
  /**
59
59
  *
60
- * @type {TranslationDocumentModel}
60
+ * @type {ContributorTranslationDocumentModel}
61
61
  * @memberof ContributorDocumentModel
62
62
  */
63
- 'fr'?: TranslationDocumentModel;
63
+ 'fr'?: ContributorTranslationDocumentModel;
64
64
  /**
65
65
  *
66
- * @type {TranslationDocumentModel}
66
+ * @type {ContributorTranslationDocumentModel}
67
67
  * @memberof ContributorDocumentModel
68
68
  */
69
- 'vi'?: TranslationDocumentModel;
69
+ 'vi'?: ContributorTranslationDocumentModel;
70
70
  /**
71
71
  *
72
- * @type {TranslationDocumentModel}
72
+ * @type {ContributorTranslationDocumentModel}
73
73
  * @memberof ContributorDocumentModel
74
74
  */
75
- 'th'?: TranslationDocumentModel;
75
+ 'th'?: ContributorTranslationDocumentModel;
76
76
  /**
77
77
  *
78
- * @type {TranslationDocumentModel}
78
+ * @type {ContributorTranslationDocumentModel}
79
79
  * @memberof ContributorDocumentModel
80
80
  */
81
- 'ar'?: TranslationDocumentModel;
81
+ 'ar'?: ContributorTranslationDocumentModel;
82
82
  /**
83
83
  *
84
- * @type {TranslationDocumentModel}
84
+ * @type {ContributorTranslationDocumentModel}
85
85
  * @memberof ContributorDocumentModel
86
86
  */
87
- 'ko'?: TranslationDocumentModel;
87
+ 'ko'?: ContributorTranslationDocumentModel;
88
88
  /**
89
89
  *
90
- * @type {TranslationDocumentModel}
90
+ * @type {ContributorTranslationDocumentModel}
91
91
  * @memberof ContributorDocumentModel
92
92
  */
93
- 'bg'?: TranslationDocumentModel;
93
+ 'bg'?: ContributorTranslationDocumentModel;
94
94
  /**
95
95
  *
96
- * @type {TranslationDocumentModel}
96
+ * @type {ContributorTranslationDocumentModel}
97
97
  * @memberof ContributorDocumentModel
98
98
  */
99
- 'cs'?: TranslationDocumentModel;
99
+ 'cs'?: ContributorTranslationDocumentModel;
100
100
  /**
101
101
  *
102
- * @type {TranslationDocumentModel}
102
+ * @type {ContributorTranslationDocumentModel}
103
103
  * @memberof ContributorDocumentModel
104
104
  */
105
- 'de'?: TranslationDocumentModel;
105
+ 'de'?: ContributorTranslationDocumentModel;
106
106
  /**
107
107
  *
108
- * @type {TranslationDocumentModel}
108
+ * @type {ContributorTranslationDocumentModel}
109
109
  * @memberof ContributorDocumentModel
110
110
  */
111
- 'hi'?: TranslationDocumentModel;
111
+ 'hi'?: ContributorTranslationDocumentModel;
112
112
  /**
113
113
  *
114
- * @type {TranslationDocumentModel}
114
+ * @type {ContributorTranslationDocumentModel}
115
115
  * @memberof ContributorDocumentModel
116
116
  */
117
- 'hr'?: TranslationDocumentModel;
117
+ 'hr'?: ContributorTranslationDocumentModel;
118
118
  /**
119
119
  *
120
- * @type {TranslationDocumentModel}
120
+ * @type {ContributorTranslationDocumentModel}
121
121
  * @memberof ContributorDocumentModel
122
122
  */
123
- 'hu'?: TranslationDocumentModel;
123
+ 'hu'?: ContributorTranslationDocumentModel;
124
124
  /**
125
125
  *
126
- * @type {TranslationDocumentModel}
126
+ * @type {ContributorTranslationDocumentModel}
127
127
  * @memberof ContributorDocumentModel
128
128
  */
129
- 'it'?: TranslationDocumentModel;
129
+ 'it'?: ContributorTranslationDocumentModel;
130
130
  /**
131
131
  *
132
- * @type {TranslationDocumentModel}
132
+ * @type {ContributorTranslationDocumentModel}
133
133
  * @memberof ContributorDocumentModel
134
134
  */
135
- 'ja'?: TranslationDocumentModel;
135
+ 'ja'?: ContributorTranslationDocumentModel;
136
136
  /**
137
137
  *
138
- * @type {TranslationDocumentModel}
138
+ * @type {ContributorTranslationDocumentModel}
139
139
  * @memberof ContributorDocumentModel
140
140
  */
141
- 'kk'?: TranslationDocumentModel;
141
+ 'kk'?: ContributorTranslationDocumentModel;
142
142
  /**
143
143
  *
144
- * @type {TranslationDocumentModel}
144
+ * @type {ContributorTranslationDocumentModel}
145
145
  * @memberof ContributorDocumentModel
146
146
  */
147
- 'ky'?: TranslationDocumentModel;
147
+ 'ky'?: ContributorTranslationDocumentModel;
148
148
  /**
149
149
  *
150
- * @type {TranslationDocumentModel}
150
+ * @type {ContributorTranslationDocumentModel}
151
151
  * @memberof ContributorDocumentModel
152
152
  */
153
- 'lo'?: TranslationDocumentModel;
153
+ 'lo'?: ContributorTranslationDocumentModel;
154
154
  /**
155
155
  *
156
- * @type {TranslationDocumentModel}
156
+ * @type {ContributorTranslationDocumentModel}
157
157
  * @memberof ContributorDocumentModel
158
158
  */
159
- 'lt'?: TranslationDocumentModel;
159
+ 'lt'?: ContributorTranslationDocumentModel;
160
160
  /**
161
161
  *
162
- * @type {TranslationDocumentModel}
162
+ * @type {ContributorTranslationDocumentModel}
163
163
  * @memberof ContributorDocumentModel
164
164
  */
165
- 'lv'?: TranslationDocumentModel;
165
+ 'lv'?: ContributorTranslationDocumentModel;
166
166
  /**
167
167
  *
168
- * @type {TranslationDocumentModel}
168
+ * @type {ContributorTranslationDocumentModel}
169
169
  * @memberof ContributorDocumentModel
170
170
  */
171
- 'my'?: TranslationDocumentModel;
171
+ 'my'?: ContributorTranslationDocumentModel;
172
172
  /**
173
173
  *
174
- * @type {TranslationDocumentModel}
174
+ * @type {ContributorTranslationDocumentModel}
175
175
  * @memberof ContributorDocumentModel
176
176
  */
177
- 'nl'?: TranslationDocumentModel;
177
+ 'nl'?: ContributorTranslationDocumentModel;
178
178
  /**
179
179
  *
180
- * @type {TranslationDocumentModel}
180
+ * @type {ContributorTranslationDocumentModel}
181
181
  * @memberof ContributorDocumentModel
182
182
  */
183
- 'pl'?: TranslationDocumentModel;
183
+ 'pl'?: ContributorTranslationDocumentModel;
184
184
  /**
185
185
  *
186
- * @type {TranslationDocumentModel}
186
+ * @type {ContributorTranslationDocumentModel}
187
187
  * @memberof ContributorDocumentModel
188
188
  */
189
- 'ro'?: TranslationDocumentModel;
189
+ 'ro'?: ContributorTranslationDocumentModel;
190
190
  /**
191
191
  *
192
- * @type {TranslationDocumentModel}
192
+ * @type {ContributorTranslationDocumentModel}
193
193
  * @memberof ContributorDocumentModel
194
194
  */
195
- 'sl'?: TranslationDocumentModel;
195
+ 'sl'?: ContributorTranslationDocumentModel;
196
196
  /**
197
197
  *
198
- * @type {TranslationDocumentModel}
198
+ * @type {ContributorTranslationDocumentModel}
199
199
  * @memberof ContributorDocumentModel
200
200
  */
201
- 'sv'?: TranslationDocumentModel;
201
+ 'sv'?: ContributorTranslationDocumentModel;
202
202
  /**
203
203
  *
204
- * @type {TranslationDocumentModel}
204
+ * @type {ContributorTranslationDocumentModel}
205
205
  * @memberof ContributorDocumentModel
206
206
  */
207
- 'sw'?: TranslationDocumentModel;
207
+ 'sw'?: ContributorTranslationDocumentModel;
208
208
  /**
209
209
  *
210
- * @type {TranslationDocumentModel}
210
+ * @type {ContributorTranslationDocumentModel}
211
211
  * @memberof ContributorDocumentModel
212
212
  */
213
- 'tr'?: TranslationDocumentModel;
213
+ 'tr'?: ContributorTranslationDocumentModel;
214
214
  /**
215
215
  *
216
- * @type {TranslationDocumentModel}
216
+ * @type {ContributorTranslationDocumentModel}
217
217
  * @memberof ContributorDocumentModel
218
218
  */
219
- 'uk'?: TranslationDocumentModel;
219
+ 'uk'?: ContributorTranslationDocumentModel;
220
220
  /**
221
221
  *
222
- * @type {TranslationDocumentModel}
222
+ * @type {ContributorTranslationDocumentModel}
223
223
  * @memberof ContributorDocumentModel
224
224
  */
225
- 'uz'?: TranslationDocumentModel;
225
+ 'uz'?: ContributorTranslationDocumentModel;
226
226
  /**
227
227
  *
228
- * @type {TranslationDocumentModel}
228
+ * @type {ContributorTranslationDocumentModel}
229
229
  * @memberof ContributorDocumentModel
230
230
  */
231
- 'bn'?: TranslationDocumentModel;
231
+ 'bn'?: ContributorTranslationDocumentModel;
232
232
  /**
233
233
  *
234
- * @type {TranslationDocumentModel}
234
+ * @type {ContributorTranslationDocumentModel}
235
235
  * @memberof ContributorDocumentModel
236
236
  */
237
- 'az'?: TranslationDocumentModel;
237
+ 'az'?: ContributorTranslationDocumentModel;
238
238
  /**
239
239
  *
240
- * @type {TranslationDocumentModel}
240
+ * @type {ContributorTranslationDocumentModel}
241
241
  * @memberof ContributorDocumentModel
242
242
  */
243
- 'ka'?: TranslationDocumentModel;
243
+ 'ka'?: ContributorTranslationDocumentModel;
244
244
  /**
245
245
  *
246
- * @type {TranslationDocumentModel}
246
+ * @type {ContributorTranslationDocumentModel}
247
247
  * @memberof ContributorDocumentModel
248
248
  */
249
- 'mn'?: TranslationDocumentModel;
249
+ 'mn'?: ContributorTranslationDocumentModel;
250
250
  /**
251
251
  *
252
- * @type {TranslationDocumentModel}
252
+ * @type {ContributorTranslationDocumentModel}
253
253
  * @memberof ContributorDocumentModel
254
254
  */
255
- 'te'?: TranslationDocumentModel;
255
+ 'te'?: ContributorTranslationDocumentModel;
256
256
  /**
257
257
  *
258
- * @type {TranslationDocumentModel}
258
+ * @type {ContributorTranslationDocumentModel}
259
259
  * @memberof ContributorDocumentModel
260
260
  */
261
- 'kn'?: TranslationDocumentModel;
261
+ 'kn'?: ContributorTranslationDocumentModel;
262
262
  /**
263
263
  *
264
- * @type {TranslationDocumentModel}
264
+ * @type {ContributorTranslationDocumentModel}
265
265
  * @memberof ContributorDocumentModel
266
266
  */
267
- 'ta'?: TranslationDocumentModel;
267
+ 'ta'?: ContributorTranslationDocumentModel;
268
268
  /**
269
269
  *
270
- * @type {TranslationDocumentModel}
270
+ * @type {ContributorTranslationDocumentModel}
271
271
  * @memberof ContributorDocumentModel
272
272
  */
273
- 'ml'?: TranslationDocumentModel;
273
+ 'ml'?: ContributorTranslationDocumentModel;
274
274
  /**
275
275
  *
276
- * @type {TranslationDocumentModel}
276
+ * @type {ContributorTranslationDocumentModel}
277
277
  * @memberof ContributorDocumentModel
278
278
  */
279
- 'mr'?: TranslationDocumentModel;
279
+ 'mr'?: ContributorTranslationDocumentModel;
280
280
  /**
281
281
  *
282
- * @type {TranslationDocumentModel}
282
+ * @type {ContributorTranslationDocumentModel}
283
283
  * @memberof ContributorDocumentModel
284
284
  */
285
- 'pa'?: TranslationDocumentModel;
285
+ 'pa'?: ContributorTranslationDocumentModel;
286
286
  /**
287
287
  *
288
- * @type {TranslationDocumentModel}
288
+ * @type {ContributorTranslationDocumentModel}
289
289
  * @memberof ContributorDocumentModel
290
290
  */
291
- 'gu'?: TranslationDocumentModel;
291
+ 'gu'?: ContributorTranslationDocumentModel;
292
292
  /**
293
293
  *
294
- * @type {TranslationDocumentModel}
294
+ * @type {ContributorTranslationDocumentModel}
295
295
  * @memberof ContributorDocumentModel
296
296
  */
297
- 'ur'?: TranslationDocumentModel;
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":"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"}
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"}
@@ -54,6 +54,12 @@ export interface ContributorModel {
54
54
  * @memberof ContributorModel
55
55
  */
56
56
  'description'?: string | null;
57
+ /**
58
+ *
59
+ * @type {string}
60
+ * @memberof ContributorModel
61
+ */
62
+ 'jobTitle'?: string | null;
57
63
  /**
58
64
  *
59
65
  * @type {string}
@@ -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 });
@@ -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":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -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;;;;;;;;;;;;;;;;;;;CAmBhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
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"}
@@ -37,5 +37,6 @@ exports.PageBlockType = {
37
37
  Specialties: 'Specialties',
38
38
  Services: 'Services',
39
39
  SurgeryReviews: 'SurgeryReviews',
40
- Deals: 'Deals'
40
+ Deals: 'Deals',
41
+ ServicePhotoReviews: 'ServicePhotoReviews'
41
42
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "5.30.19",
3
+ "version": "5.30.24",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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 { HospitalSubDocumentModel } from './hospital-sub-document-model';
21
+ import { ContributorTranslationDocumentModel } from './contributor-translation-document-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import { SnsHandleDocumentModel } from './sns-handle-document-model';
24
+ import { HospitalSubDocumentModel } from './hospital-sub-document-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
- import { TranslationDocumentModel } from './translation-document-model';
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 {TranslationDocumentModel}
37
+ * @type {ContributorTranslationDocumentModel}
38
38
  * @memberof ContributorDocumentModel
39
39
  */
40
- 'en'?: TranslationDocumentModel;
40
+ 'en'?: ContributorTranslationDocumentModel;
41
41
  /**
42
42
  *
43
- * @type {TranslationDocumentModel}
43
+ * @type {ContributorTranslationDocumentModel}
44
44
  * @memberof ContributorDocumentModel
45
45
  */
46
- 'ru'?: TranslationDocumentModel;
46
+ 'ru'?: ContributorTranslationDocumentModel;
47
47
  /**
48
48
  *
49
- * @type {TranslationDocumentModel}
49
+ * @type {ContributorTranslationDocumentModel}
50
50
  * @memberof ContributorDocumentModel
51
51
  */
52
- 'zh'?: TranslationDocumentModel;
52
+ 'zh'?: ContributorTranslationDocumentModel;
53
53
  /**
54
54
  *
55
- * @type {TranslationDocumentModel}
55
+ * @type {ContributorTranslationDocumentModel}
56
56
  * @memberof ContributorDocumentModel
57
57
  */
58
- 'es'?: TranslationDocumentModel;
58
+ 'es'?: ContributorTranslationDocumentModel;
59
59
  /**
60
60
  *
61
- * @type {TranslationDocumentModel}
61
+ * @type {ContributorTranslationDocumentModel}
62
62
  * @memberof ContributorDocumentModel
63
63
  */
64
- 'id'?: TranslationDocumentModel;
64
+ 'id'?: ContributorTranslationDocumentModel;
65
65
  /**
66
66
  *
67
- * @type {TranslationDocumentModel}
67
+ * @type {ContributorTranslationDocumentModel}
68
68
  * @memberof ContributorDocumentModel
69
69
  */
70
- 'pt'?: TranslationDocumentModel;
70
+ 'pt'?: ContributorTranslationDocumentModel;
71
71
  /**
72
72
  *
73
- * @type {TranslationDocumentModel}
73
+ * @type {ContributorTranslationDocumentModel}
74
74
  * @memberof ContributorDocumentModel
75
75
  */
76
- 'fr'?: TranslationDocumentModel;
76
+ 'fr'?: ContributorTranslationDocumentModel;
77
77
  /**
78
78
  *
79
- * @type {TranslationDocumentModel}
79
+ * @type {ContributorTranslationDocumentModel}
80
80
  * @memberof ContributorDocumentModel
81
81
  */
82
- 'vi'?: TranslationDocumentModel;
82
+ 'vi'?: ContributorTranslationDocumentModel;
83
83
  /**
84
84
  *
85
- * @type {TranslationDocumentModel}
85
+ * @type {ContributorTranslationDocumentModel}
86
86
  * @memberof ContributorDocumentModel
87
87
  */
88
- 'th'?: TranslationDocumentModel;
88
+ 'th'?: ContributorTranslationDocumentModel;
89
89
  /**
90
90
  *
91
- * @type {TranslationDocumentModel}
91
+ * @type {ContributorTranslationDocumentModel}
92
92
  * @memberof ContributorDocumentModel
93
93
  */
94
- 'ar'?: TranslationDocumentModel;
94
+ 'ar'?: ContributorTranslationDocumentModel;
95
95
  /**
96
96
  *
97
- * @type {TranslationDocumentModel}
97
+ * @type {ContributorTranslationDocumentModel}
98
98
  * @memberof ContributorDocumentModel
99
99
  */
100
- 'ko'?: TranslationDocumentModel;
100
+ 'ko'?: ContributorTranslationDocumentModel;
101
101
  /**
102
102
  *
103
- * @type {TranslationDocumentModel}
103
+ * @type {ContributorTranslationDocumentModel}
104
104
  * @memberof ContributorDocumentModel
105
105
  */
106
- 'bg'?: TranslationDocumentModel;
106
+ 'bg'?: ContributorTranslationDocumentModel;
107
107
  /**
108
108
  *
109
- * @type {TranslationDocumentModel}
109
+ * @type {ContributorTranslationDocumentModel}
110
110
  * @memberof ContributorDocumentModel
111
111
  */
112
- 'cs'?: TranslationDocumentModel;
112
+ 'cs'?: ContributorTranslationDocumentModel;
113
113
  /**
114
114
  *
115
- * @type {TranslationDocumentModel}
115
+ * @type {ContributorTranslationDocumentModel}
116
116
  * @memberof ContributorDocumentModel
117
117
  */
118
- 'de'?: TranslationDocumentModel;
118
+ 'de'?: ContributorTranslationDocumentModel;
119
119
  /**
120
120
  *
121
- * @type {TranslationDocumentModel}
121
+ * @type {ContributorTranslationDocumentModel}
122
122
  * @memberof ContributorDocumentModel
123
123
  */
124
- 'hi'?: TranslationDocumentModel;
124
+ 'hi'?: ContributorTranslationDocumentModel;
125
125
  /**
126
126
  *
127
- * @type {TranslationDocumentModel}
127
+ * @type {ContributorTranslationDocumentModel}
128
128
  * @memberof ContributorDocumentModel
129
129
  */
130
- 'hr'?: TranslationDocumentModel;
130
+ 'hr'?: ContributorTranslationDocumentModel;
131
131
  /**
132
132
  *
133
- * @type {TranslationDocumentModel}
133
+ * @type {ContributorTranslationDocumentModel}
134
134
  * @memberof ContributorDocumentModel
135
135
  */
136
- 'hu'?: TranslationDocumentModel;
136
+ 'hu'?: ContributorTranslationDocumentModel;
137
137
  /**
138
138
  *
139
- * @type {TranslationDocumentModel}
139
+ * @type {ContributorTranslationDocumentModel}
140
140
  * @memberof ContributorDocumentModel
141
141
  */
142
- 'it'?: TranslationDocumentModel;
142
+ 'it'?: ContributorTranslationDocumentModel;
143
143
  /**
144
144
  *
145
- * @type {TranslationDocumentModel}
145
+ * @type {ContributorTranslationDocumentModel}
146
146
  * @memberof ContributorDocumentModel
147
147
  */
148
- 'ja'?: TranslationDocumentModel;
148
+ 'ja'?: ContributorTranslationDocumentModel;
149
149
  /**
150
150
  *
151
- * @type {TranslationDocumentModel}
151
+ * @type {ContributorTranslationDocumentModel}
152
152
  * @memberof ContributorDocumentModel
153
153
  */
154
- 'kk'?: TranslationDocumentModel;
154
+ 'kk'?: ContributorTranslationDocumentModel;
155
155
  /**
156
156
  *
157
- * @type {TranslationDocumentModel}
157
+ * @type {ContributorTranslationDocumentModel}
158
158
  * @memberof ContributorDocumentModel
159
159
  */
160
- 'ky'?: TranslationDocumentModel;
160
+ 'ky'?: ContributorTranslationDocumentModel;
161
161
  /**
162
162
  *
163
- * @type {TranslationDocumentModel}
163
+ * @type {ContributorTranslationDocumentModel}
164
164
  * @memberof ContributorDocumentModel
165
165
  */
166
- 'lo'?: TranslationDocumentModel;
166
+ 'lo'?: ContributorTranslationDocumentModel;
167
167
  /**
168
168
  *
169
- * @type {TranslationDocumentModel}
169
+ * @type {ContributorTranslationDocumentModel}
170
170
  * @memberof ContributorDocumentModel
171
171
  */
172
- 'lt'?: TranslationDocumentModel;
172
+ 'lt'?: ContributorTranslationDocumentModel;
173
173
  /**
174
174
  *
175
- * @type {TranslationDocumentModel}
175
+ * @type {ContributorTranslationDocumentModel}
176
176
  * @memberof ContributorDocumentModel
177
177
  */
178
- 'lv'?: TranslationDocumentModel;
178
+ 'lv'?: ContributorTranslationDocumentModel;
179
179
  /**
180
180
  *
181
- * @type {TranslationDocumentModel}
181
+ * @type {ContributorTranslationDocumentModel}
182
182
  * @memberof ContributorDocumentModel
183
183
  */
184
- 'my'?: TranslationDocumentModel;
184
+ 'my'?: ContributorTranslationDocumentModel;
185
185
  /**
186
186
  *
187
- * @type {TranslationDocumentModel}
187
+ * @type {ContributorTranslationDocumentModel}
188
188
  * @memberof ContributorDocumentModel
189
189
  */
190
- 'nl'?: TranslationDocumentModel;
190
+ 'nl'?: ContributorTranslationDocumentModel;
191
191
  /**
192
192
  *
193
- * @type {TranslationDocumentModel}
193
+ * @type {ContributorTranslationDocumentModel}
194
194
  * @memberof ContributorDocumentModel
195
195
  */
196
- 'pl'?: TranslationDocumentModel;
196
+ 'pl'?: ContributorTranslationDocumentModel;
197
197
  /**
198
198
  *
199
- * @type {TranslationDocumentModel}
199
+ * @type {ContributorTranslationDocumentModel}
200
200
  * @memberof ContributorDocumentModel
201
201
  */
202
- 'ro'?: TranslationDocumentModel;
202
+ 'ro'?: ContributorTranslationDocumentModel;
203
203
  /**
204
204
  *
205
- * @type {TranslationDocumentModel}
205
+ * @type {ContributorTranslationDocumentModel}
206
206
  * @memberof ContributorDocumentModel
207
207
  */
208
- 'sl'?: TranslationDocumentModel;
208
+ 'sl'?: ContributorTranslationDocumentModel;
209
209
  /**
210
210
  *
211
- * @type {TranslationDocumentModel}
211
+ * @type {ContributorTranslationDocumentModel}
212
212
  * @memberof ContributorDocumentModel
213
213
  */
214
- 'sv'?: TranslationDocumentModel;
214
+ 'sv'?: ContributorTranslationDocumentModel;
215
215
  /**
216
216
  *
217
- * @type {TranslationDocumentModel}
217
+ * @type {ContributorTranslationDocumentModel}
218
218
  * @memberof ContributorDocumentModel
219
219
  */
220
- 'sw'?: TranslationDocumentModel;
220
+ 'sw'?: ContributorTranslationDocumentModel;
221
221
  /**
222
222
  *
223
- * @type {TranslationDocumentModel}
223
+ * @type {ContributorTranslationDocumentModel}
224
224
  * @memberof ContributorDocumentModel
225
225
  */
226
- 'tr'?: TranslationDocumentModel;
226
+ 'tr'?: ContributorTranslationDocumentModel;
227
227
  /**
228
228
  *
229
- * @type {TranslationDocumentModel}
229
+ * @type {ContributorTranslationDocumentModel}
230
230
  * @memberof ContributorDocumentModel
231
231
  */
232
- 'uk'?: TranslationDocumentModel;
232
+ 'uk'?: ContributorTranslationDocumentModel;
233
233
  /**
234
234
  *
235
- * @type {TranslationDocumentModel}
235
+ * @type {ContributorTranslationDocumentModel}
236
236
  * @memberof ContributorDocumentModel
237
237
  */
238
- 'uz'?: TranslationDocumentModel;
238
+ 'uz'?: ContributorTranslationDocumentModel;
239
239
  /**
240
240
  *
241
- * @type {TranslationDocumentModel}
241
+ * @type {ContributorTranslationDocumentModel}
242
242
  * @memberof ContributorDocumentModel
243
243
  */
244
- 'bn'?: TranslationDocumentModel;
244
+ 'bn'?: ContributorTranslationDocumentModel;
245
245
  /**
246
246
  *
247
- * @type {TranslationDocumentModel}
247
+ * @type {ContributorTranslationDocumentModel}
248
248
  * @memberof ContributorDocumentModel
249
249
  */
250
- 'az'?: TranslationDocumentModel;
250
+ 'az'?: ContributorTranslationDocumentModel;
251
251
  /**
252
252
  *
253
- * @type {TranslationDocumentModel}
253
+ * @type {ContributorTranslationDocumentModel}
254
254
  * @memberof ContributorDocumentModel
255
255
  */
256
- 'ka'?: TranslationDocumentModel;
256
+ 'ka'?: ContributorTranslationDocumentModel;
257
257
  /**
258
258
  *
259
- * @type {TranslationDocumentModel}
259
+ * @type {ContributorTranslationDocumentModel}
260
260
  * @memberof ContributorDocumentModel
261
261
  */
262
- 'mn'?: TranslationDocumentModel;
262
+ 'mn'?: ContributorTranslationDocumentModel;
263
263
  /**
264
264
  *
265
- * @type {TranslationDocumentModel}
265
+ * @type {ContributorTranslationDocumentModel}
266
266
  * @memberof ContributorDocumentModel
267
267
  */
268
- 'te'?: TranslationDocumentModel;
268
+ 'te'?: ContributorTranslationDocumentModel;
269
269
  /**
270
270
  *
271
- * @type {TranslationDocumentModel}
271
+ * @type {ContributorTranslationDocumentModel}
272
272
  * @memberof ContributorDocumentModel
273
273
  */
274
- 'kn'?: TranslationDocumentModel;
274
+ 'kn'?: ContributorTranslationDocumentModel;
275
275
  /**
276
276
  *
277
- * @type {TranslationDocumentModel}
277
+ * @type {ContributorTranslationDocumentModel}
278
278
  * @memberof ContributorDocumentModel
279
279
  */
280
- 'ta'?: TranslationDocumentModel;
280
+ 'ta'?: ContributorTranslationDocumentModel;
281
281
  /**
282
282
  *
283
- * @type {TranslationDocumentModel}
283
+ * @type {ContributorTranslationDocumentModel}
284
284
  * @memberof ContributorDocumentModel
285
285
  */
286
- 'ml'?: TranslationDocumentModel;
286
+ 'ml'?: ContributorTranslationDocumentModel;
287
287
  /**
288
288
  *
289
- * @type {TranslationDocumentModel}
289
+ * @type {ContributorTranslationDocumentModel}
290
290
  * @memberof ContributorDocumentModel
291
291
  */
292
- 'mr'?: TranslationDocumentModel;
292
+ 'mr'?: ContributorTranslationDocumentModel;
293
293
  /**
294
294
  *
295
- * @type {TranslationDocumentModel}
295
+ * @type {ContributorTranslationDocumentModel}
296
296
  * @memberof ContributorDocumentModel
297
297
  */
298
- 'pa'?: TranslationDocumentModel;
298
+ 'pa'?: ContributorTranslationDocumentModel;
299
299
  /**
300
300
  *
301
- * @type {TranslationDocumentModel}
301
+ * @type {ContributorTranslationDocumentModel}
302
302
  * @memberof ContributorDocumentModel
303
303
  */
304
- 'gu'?: TranslationDocumentModel;
304
+ 'gu'?: ContributorTranslationDocumentModel;
305
305
  /**
306
306
  *
307
- * @type {TranslationDocumentModel}
307
+ * @type {ContributorTranslationDocumentModel}
308
308
  * @memberof ContributorDocumentModel
309
309
  */
310
- 'ur'?: TranslationDocumentModel;
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}
@@ -65,6 +65,12 @@ export interface ContributorModel {
65
65
  * @memberof ContributorModel
66
66
  */
67
67
  'description'?: string | null;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof ContributorModel
72
+ */
73
+ 'jobTitle'?: string | null;
68
74
  /**
69
75
  *
70
76
  * @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
+
@@ -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];