ch-api-client-typescript2 5.1.4 → 5.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/hospitals-api.d.ts +8 -8
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +13 -13
- package/lib/models/appointment-item-model.d.ts +0 -6
- package/lib/models/appointment-item-model.d.ts.map +1 -1
- package/lib/models/appointment-model.d.ts +0 -6
- package/lib/models/appointment-model.d.ts.map +1 -1
- package/lib/models/article-document-model.d.ts +222 -6
- package/lib/models/article-document-model.d.ts.map +1 -1
- package/lib/models/contributor-document-model.d.ts +222 -6
- package/lib/models/contributor-document-model.d.ts.map +1 -1
- package/lib/models/contributor-sub-document-model.d.ts +214 -4
- package/lib/models/contributor-sub-document-model.d.ts.map +1 -1
- package/lib/models/country-document-model.d.ts +222 -6
- package/lib/models/country-document-model.d.ts.map +1 -1
- package/lib/models/country-sub-document-model.d.ts +214 -4
- package/lib/models/country-sub-document-model.d.ts.map +1 -1
- package/lib/models/create-appointment-command.d.ts +0 -6
- package/lib/models/create-appointment-command.d.ts.map +1 -1
- package/lib/models/create-landing-form-command.d.ts +0 -6
- package/lib/models/create-landing-form-command.d.ts.map +1 -1
- package/lib/models/create-profile-command.d.ts +0 -6
- package/lib/models/create-profile-command.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +222 -6
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-service-sub-document-model.d.ts +214 -4
- package/lib/models/deal-service-sub-document-model.d.ts.map +1 -1
- package/lib/models/department-document-model.d.ts +222 -6
- package/lib/models/department-document-model.d.ts.map +1 -1
- package/lib/models/department-sub-document-model.d.ts +215 -5
- package/lib/models/department-sub-document-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +222 -6
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-model.d.ts +0 -6
- package/lib/models/doctor-model.d.ts.map +1 -1
- package/lib/models/doctor-specialty-sub-document-model.d.ts +214 -4
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/faq-category-document-model.d.ts +222 -6
- package/lib/models/faq-category-document-model.d.ts.map +1 -1
- package/lib/models/faq-category-sub-document-model.d.ts +215 -5
- package/lib/models/faq-category-sub-document-model.d.ts.map +1 -1
- package/lib/models/faq-document-model.d.ts +222 -6
- package/lib/models/faq-document-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +222 -6
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +222 -6
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-sub-document-model.d.ts +216 -6
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-sub-document-model.d.ts +216 -6
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +0 -1
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +0 -1
- package/lib/models/localized-url-model.d.ts +6 -0
- package/lib/models/localized-url-model.d.ts.map +1 -1
- package/lib/models/patient-model.d.ts +0 -6
- package/lib/models/patient-model.d.ts.map +1 -1
- package/lib/models/service-document-model.d.ts +222 -6
- package/lib/models/service-document-model.d.ts.map +1 -1
- package/lib/models/service-sub-document-model.d.ts +216 -6
- package/lib/models/service-sub-document-model.d.ts.map +1 -1
- package/lib/models/specialty-document-model.d.ts +222 -6
- package/lib/models/specialty-document-model.d.ts.map +1 -1
- package/lib/models/specialty-sub-document-model.d.ts +214 -4
- package/lib/models/specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/translation-document-model.d.ts +4 -17
- package/lib/models/translation-document-model.d.ts.map +1 -1
- package/lib/models/translation-item-document-model.d.ts +1 -7
- package/lib/models/translation-item-document-model.d.ts.map +1 -1
- package/lib/models/update-appointment-command.d.ts +0 -6
- package/lib/models/update-appointment-command.d.ts.map +1 -1
- package/lib/models/update-profile-command.d.ts +0 -6
- package/lib/models/update-profile-command.d.ts.map +1 -1
- package/lib/models/user-model.d.ts +0 -6
- package/lib/models/user-model.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +0 -1
- package/src/api/hospitals-api.ts +15 -15
- package/src/models/appointment-item-model.ts +0 -6
- package/src/models/appointment-model.ts +0 -6
- package/src/models/article-document-model.ts +222 -6
- package/src/models/contributor-document-model.ts +222 -6
- package/src/models/contributor-sub-document-model.ts +214 -4
- package/src/models/country-document-model.ts +222 -6
- package/src/models/country-sub-document-model.ts +214 -4
- package/src/models/create-appointment-command.ts +0 -6
- package/src/models/create-landing-form-command.ts +0 -6
- package/src/models/create-profile-command.ts +0 -6
- package/src/models/deal-document-model.ts +222 -6
- package/src/models/deal-service-sub-document-model.ts +214 -4
- package/src/models/department-document-model.ts +222 -6
- package/src/models/department-sub-document-model.ts +215 -5
- package/src/models/doctor-document-model.ts +222 -6
- package/src/models/doctor-model.ts +0 -6
- package/src/models/doctor-specialty-sub-document-model.ts +214 -4
- package/src/models/faq-category-document-model.ts +222 -6
- package/src/models/faq-category-sub-document-model.ts +215 -5
- package/src/models/faq-document-model.ts +222 -6
- package/src/models/hospital-document-model.ts +222 -6
- package/src/models/hospital-specialty-document-model.ts +222 -6
- package/src/models/hospital-specialty-sub-document-model.ts +216 -6
- package/src/models/hospital-sub-document-model.ts +216 -6
- package/src/models/index.ts +0 -1
- package/src/models/localized-url-model.ts +6 -0
- package/src/models/patient-model.ts +0 -6
- package/src/models/service-document-model.ts +222 -6
- package/src/models/service-sub-document-model.ts +216 -6
- package/src/models/specialty-document-model.ts +222 -6
- package/src/models/specialty-sub-document-model.ts +214 -4
- package/src/models/translation-document-model.ts +4 -19
- package/src/models/translation-item-document-model.ts +1 -7
- package/src/models/update-appointment-command.ts +0 -6
- package/src/models/update-profile-command.ts +0 -6
- package/src/models/user-model.ts +0 -6
- package/lib/models/slug-change-log-document-model.d.ts +0 -25
- package/lib/models/slug-change-log-document-model.d.ts.map +0 -1
- package/lib/models/slug-change-log-document-model.js +0 -15
- package/src/models/slug-change-log-document-model.ts +0 -30
|
@@ -17,6 +17,228 @@ import { TranslationDocumentModel } from './translation-document-model';
|
|
|
17
17
|
* @interface CountryDocumentModel
|
|
18
18
|
*/
|
|
19
19
|
export interface CountryDocumentModel {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {TranslationDocumentModel}
|
|
23
|
+
* @memberof CountryDocumentModel
|
|
24
|
+
*/
|
|
25
|
+
'en'?: TranslationDocumentModel;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {TranslationDocumentModel}
|
|
29
|
+
* @memberof CountryDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
'ru'?: TranslationDocumentModel;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {TranslationDocumentModel}
|
|
35
|
+
* @memberof CountryDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'zh'?: TranslationDocumentModel;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {TranslationDocumentModel}
|
|
41
|
+
* @memberof CountryDocumentModel
|
|
42
|
+
*/
|
|
43
|
+
'es'?: TranslationDocumentModel;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {TranslationDocumentModel}
|
|
47
|
+
* @memberof CountryDocumentModel
|
|
48
|
+
*/
|
|
49
|
+
'id'?: TranslationDocumentModel;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {TranslationDocumentModel}
|
|
53
|
+
* @memberof CountryDocumentModel
|
|
54
|
+
*/
|
|
55
|
+
'pt'?: TranslationDocumentModel;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {TranslationDocumentModel}
|
|
59
|
+
* @memberof CountryDocumentModel
|
|
60
|
+
*/
|
|
61
|
+
'fr'?: TranslationDocumentModel;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {TranslationDocumentModel}
|
|
65
|
+
* @memberof CountryDocumentModel
|
|
66
|
+
*/
|
|
67
|
+
'vi'?: TranslationDocumentModel;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {TranslationDocumentModel}
|
|
71
|
+
* @memberof CountryDocumentModel
|
|
72
|
+
*/
|
|
73
|
+
'th'?: TranslationDocumentModel;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* @type {TranslationDocumentModel}
|
|
77
|
+
* @memberof CountryDocumentModel
|
|
78
|
+
*/
|
|
79
|
+
'ar'?: TranslationDocumentModel;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {TranslationDocumentModel}
|
|
83
|
+
* @memberof CountryDocumentModel
|
|
84
|
+
*/
|
|
85
|
+
'ko'?: TranslationDocumentModel;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
* @type {TranslationDocumentModel}
|
|
89
|
+
* @memberof CountryDocumentModel
|
|
90
|
+
*/
|
|
91
|
+
'bg'?: TranslationDocumentModel;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {TranslationDocumentModel}
|
|
95
|
+
* @memberof CountryDocumentModel
|
|
96
|
+
*/
|
|
97
|
+
'cs'?: TranslationDocumentModel;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {TranslationDocumentModel}
|
|
101
|
+
* @memberof CountryDocumentModel
|
|
102
|
+
*/
|
|
103
|
+
'de'?: TranslationDocumentModel;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {TranslationDocumentModel}
|
|
107
|
+
* @memberof CountryDocumentModel
|
|
108
|
+
*/
|
|
109
|
+
'hi'?: TranslationDocumentModel;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {TranslationDocumentModel}
|
|
113
|
+
* @memberof CountryDocumentModel
|
|
114
|
+
*/
|
|
115
|
+
'hr'?: TranslationDocumentModel;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {TranslationDocumentModel}
|
|
119
|
+
* @memberof CountryDocumentModel
|
|
120
|
+
*/
|
|
121
|
+
'hu'?: TranslationDocumentModel;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {TranslationDocumentModel}
|
|
125
|
+
* @memberof CountryDocumentModel
|
|
126
|
+
*/
|
|
127
|
+
'it'?: TranslationDocumentModel;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {TranslationDocumentModel}
|
|
131
|
+
* @memberof CountryDocumentModel
|
|
132
|
+
*/
|
|
133
|
+
'ja'?: TranslationDocumentModel;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {TranslationDocumentModel}
|
|
137
|
+
* @memberof CountryDocumentModel
|
|
138
|
+
*/
|
|
139
|
+
'kk'?: TranslationDocumentModel;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {TranslationDocumentModel}
|
|
143
|
+
* @memberof CountryDocumentModel
|
|
144
|
+
*/
|
|
145
|
+
'ky'?: TranslationDocumentModel;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {TranslationDocumentModel}
|
|
149
|
+
* @memberof CountryDocumentModel
|
|
150
|
+
*/
|
|
151
|
+
'lo'?: TranslationDocumentModel;
|
|
152
|
+
/**
|
|
153
|
+
*
|
|
154
|
+
* @type {TranslationDocumentModel}
|
|
155
|
+
* @memberof CountryDocumentModel
|
|
156
|
+
*/
|
|
157
|
+
'lt'?: TranslationDocumentModel;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {TranslationDocumentModel}
|
|
161
|
+
* @memberof CountryDocumentModel
|
|
162
|
+
*/
|
|
163
|
+
'lv'?: TranslationDocumentModel;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @type {TranslationDocumentModel}
|
|
167
|
+
* @memberof CountryDocumentModel
|
|
168
|
+
*/
|
|
169
|
+
'my'?: TranslationDocumentModel;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {TranslationDocumentModel}
|
|
173
|
+
* @memberof CountryDocumentModel
|
|
174
|
+
*/
|
|
175
|
+
'nl'?: TranslationDocumentModel;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @type {TranslationDocumentModel}
|
|
179
|
+
* @memberof CountryDocumentModel
|
|
180
|
+
*/
|
|
181
|
+
'pl'?: TranslationDocumentModel;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @type {TranslationDocumentModel}
|
|
185
|
+
* @memberof CountryDocumentModel
|
|
186
|
+
*/
|
|
187
|
+
'ro'?: TranslationDocumentModel;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @type {TranslationDocumentModel}
|
|
191
|
+
* @memberof CountryDocumentModel
|
|
192
|
+
*/
|
|
193
|
+
'sl'?: TranslationDocumentModel;
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
* @type {TranslationDocumentModel}
|
|
197
|
+
* @memberof CountryDocumentModel
|
|
198
|
+
*/
|
|
199
|
+
'sv'?: TranslationDocumentModel;
|
|
200
|
+
/**
|
|
201
|
+
*
|
|
202
|
+
* @type {TranslationDocumentModel}
|
|
203
|
+
* @memberof CountryDocumentModel
|
|
204
|
+
*/
|
|
205
|
+
'sw'?: TranslationDocumentModel;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
* @type {TranslationDocumentModel}
|
|
209
|
+
* @memberof CountryDocumentModel
|
|
210
|
+
*/
|
|
211
|
+
'tr'?: TranslationDocumentModel;
|
|
212
|
+
/**
|
|
213
|
+
*
|
|
214
|
+
* @type {TranslationDocumentModel}
|
|
215
|
+
* @memberof CountryDocumentModel
|
|
216
|
+
*/
|
|
217
|
+
'uk'?: TranslationDocumentModel;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
* @type {TranslationDocumentModel}
|
|
221
|
+
* @memberof CountryDocumentModel
|
|
222
|
+
*/
|
|
223
|
+
'uz'?: TranslationDocumentModel;
|
|
224
|
+
/**
|
|
225
|
+
*
|
|
226
|
+
* @type {TranslationDocumentModel}
|
|
227
|
+
* @memberof CountryDocumentModel
|
|
228
|
+
*/
|
|
229
|
+
'bn'?: TranslationDocumentModel;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
* @type {TranslationDocumentModel}
|
|
233
|
+
* @memberof CountryDocumentModel
|
|
234
|
+
*/
|
|
235
|
+
'az'?: TranslationDocumentModel;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @type {TranslationDocumentModel}
|
|
239
|
+
* @memberof CountryDocumentModel
|
|
240
|
+
*/
|
|
241
|
+
'ka'?: TranslationDocumentModel;
|
|
20
242
|
/**
|
|
21
243
|
*
|
|
22
244
|
* @type {string}
|
|
@@ -53,11 +275,5 @@ export interface CountryDocumentModel {
|
|
|
53
275
|
* @memberof CountryDocumentModel
|
|
54
276
|
*/
|
|
55
277
|
'Medias'?: Array<MediaDocumentModel> | null;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {Array<TranslationDocumentModel>}
|
|
59
|
-
* @memberof CountryDocumentModel
|
|
60
|
-
*/
|
|
61
|
-
'Translations'?: Array<TranslationDocumentModel> | null;
|
|
62
278
|
}
|
|
63
279
|
//# sourceMappingURL=country-document-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country-document-model.d.ts","sourceRoot":"","sources":["../../src/models/country-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAG5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"country-document-model.d.ts","sourceRoot":"","sources":["../../src/models/country-document-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,15 +18,225 @@ import { TranslationItemDocumentModel } from './translation-item-document-model'
|
|
|
18
18
|
export interface CountrySubDocumentModel {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {
|
|
21
|
+
* @type {TranslationItemDocumentModel}
|
|
22
22
|
* @memberof CountrySubDocumentModel
|
|
23
23
|
*/
|
|
24
|
-
'
|
|
24
|
+
'en'?: TranslationItemDocumentModel;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {TranslationItemDocumentModel}
|
|
28
|
+
* @memberof CountrySubDocumentModel
|
|
29
|
+
*/
|
|
30
|
+
'ru'?: TranslationItemDocumentModel;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {TranslationItemDocumentModel}
|
|
34
|
+
* @memberof CountrySubDocumentModel
|
|
35
|
+
*/
|
|
36
|
+
'zh'?: TranslationItemDocumentModel;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {TranslationItemDocumentModel}
|
|
40
|
+
* @memberof CountrySubDocumentModel
|
|
41
|
+
*/
|
|
42
|
+
'es'?: TranslationItemDocumentModel;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {TranslationItemDocumentModel}
|
|
46
|
+
* @memberof CountrySubDocumentModel
|
|
47
|
+
*/
|
|
48
|
+
'id'?: TranslationItemDocumentModel;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {TranslationItemDocumentModel}
|
|
52
|
+
* @memberof CountrySubDocumentModel
|
|
53
|
+
*/
|
|
54
|
+
'pt'?: TranslationItemDocumentModel;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {TranslationItemDocumentModel}
|
|
58
|
+
* @memberof CountrySubDocumentModel
|
|
59
|
+
*/
|
|
60
|
+
'fr'?: TranslationItemDocumentModel;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {TranslationItemDocumentModel}
|
|
64
|
+
* @memberof CountrySubDocumentModel
|
|
65
|
+
*/
|
|
66
|
+
'vi'?: TranslationItemDocumentModel;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {TranslationItemDocumentModel}
|
|
70
|
+
* @memberof CountrySubDocumentModel
|
|
71
|
+
*/
|
|
72
|
+
'th'?: TranslationItemDocumentModel;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {TranslationItemDocumentModel}
|
|
76
|
+
* @memberof CountrySubDocumentModel
|
|
77
|
+
*/
|
|
78
|
+
'ar'?: TranslationItemDocumentModel;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {TranslationItemDocumentModel}
|
|
82
|
+
* @memberof CountrySubDocumentModel
|
|
83
|
+
*/
|
|
84
|
+
'ko'?: TranslationItemDocumentModel;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {TranslationItemDocumentModel}
|
|
88
|
+
* @memberof CountrySubDocumentModel
|
|
89
|
+
*/
|
|
90
|
+
'bg'?: TranslationItemDocumentModel;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {TranslationItemDocumentModel}
|
|
94
|
+
* @memberof CountrySubDocumentModel
|
|
95
|
+
*/
|
|
96
|
+
'cs'?: TranslationItemDocumentModel;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {TranslationItemDocumentModel}
|
|
100
|
+
* @memberof CountrySubDocumentModel
|
|
101
|
+
*/
|
|
102
|
+
'de'?: TranslationItemDocumentModel;
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* @type {TranslationItemDocumentModel}
|
|
106
|
+
* @memberof CountrySubDocumentModel
|
|
107
|
+
*/
|
|
108
|
+
'hi'?: TranslationItemDocumentModel;
|
|
109
|
+
/**
|
|
110
|
+
*
|
|
111
|
+
* @type {TranslationItemDocumentModel}
|
|
112
|
+
* @memberof CountrySubDocumentModel
|
|
113
|
+
*/
|
|
114
|
+
'hr'?: TranslationItemDocumentModel;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {TranslationItemDocumentModel}
|
|
118
|
+
* @memberof CountrySubDocumentModel
|
|
119
|
+
*/
|
|
120
|
+
'hu'?: TranslationItemDocumentModel;
|
|
121
|
+
/**
|
|
122
|
+
*
|
|
123
|
+
* @type {TranslationItemDocumentModel}
|
|
124
|
+
* @memberof CountrySubDocumentModel
|
|
125
|
+
*/
|
|
126
|
+
'it'?: TranslationItemDocumentModel;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @type {TranslationItemDocumentModel}
|
|
130
|
+
* @memberof CountrySubDocumentModel
|
|
131
|
+
*/
|
|
132
|
+
'ja'?: TranslationItemDocumentModel;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {TranslationItemDocumentModel}
|
|
136
|
+
* @memberof CountrySubDocumentModel
|
|
137
|
+
*/
|
|
138
|
+
'kk'?: TranslationItemDocumentModel;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @type {TranslationItemDocumentModel}
|
|
142
|
+
* @memberof CountrySubDocumentModel
|
|
143
|
+
*/
|
|
144
|
+
'ky'?: TranslationItemDocumentModel;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {TranslationItemDocumentModel}
|
|
148
|
+
* @memberof CountrySubDocumentModel
|
|
149
|
+
*/
|
|
150
|
+
'lo'?: TranslationItemDocumentModel;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @type {TranslationItemDocumentModel}
|
|
154
|
+
* @memberof CountrySubDocumentModel
|
|
155
|
+
*/
|
|
156
|
+
'lt'?: TranslationItemDocumentModel;
|
|
157
|
+
/**
|
|
158
|
+
*
|
|
159
|
+
* @type {TranslationItemDocumentModel}
|
|
160
|
+
* @memberof CountrySubDocumentModel
|
|
161
|
+
*/
|
|
162
|
+
'lv'?: TranslationItemDocumentModel;
|
|
163
|
+
/**
|
|
164
|
+
*
|
|
165
|
+
* @type {TranslationItemDocumentModel}
|
|
166
|
+
* @memberof CountrySubDocumentModel
|
|
167
|
+
*/
|
|
168
|
+
'my'?: TranslationItemDocumentModel;
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @type {TranslationItemDocumentModel}
|
|
172
|
+
* @memberof CountrySubDocumentModel
|
|
173
|
+
*/
|
|
174
|
+
'nl'?: TranslationItemDocumentModel;
|
|
175
|
+
/**
|
|
176
|
+
*
|
|
177
|
+
* @type {TranslationItemDocumentModel}
|
|
178
|
+
* @memberof CountrySubDocumentModel
|
|
179
|
+
*/
|
|
180
|
+
'pl'?: TranslationItemDocumentModel;
|
|
181
|
+
/**
|
|
182
|
+
*
|
|
183
|
+
* @type {TranslationItemDocumentModel}
|
|
184
|
+
* @memberof CountrySubDocumentModel
|
|
185
|
+
*/
|
|
186
|
+
'ro'?: TranslationItemDocumentModel;
|
|
187
|
+
/**
|
|
188
|
+
*
|
|
189
|
+
* @type {TranslationItemDocumentModel}
|
|
190
|
+
* @memberof CountrySubDocumentModel
|
|
191
|
+
*/
|
|
192
|
+
'sl'?: TranslationItemDocumentModel;
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @type {TranslationItemDocumentModel}
|
|
196
|
+
* @memberof CountrySubDocumentModel
|
|
197
|
+
*/
|
|
198
|
+
'sv'?: TranslationItemDocumentModel;
|
|
199
|
+
/**
|
|
200
|
+
*
|
|
201
|
+
* @type {TranslationItemDocumentModel}
|
|
202
|
+
* @memberof CountrySubDocumentModel
|
|
203
|
+
*/
|
|
204
|
+
'sw'?: TranslationItemDocumentModel;
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @type {TranslationItemDocumentModel}
|
|
208
|
+
* @memberof CountrySubDocumentModel
|
|
209
|
+
*/
|
|
210
|
+
'tr'?: TranslationItemDocumentModel;
|
|
25
211
|
/**
|
|
26
212
|
*
|
|
27
|
-
* @type {
|
|
213
|
+
* @type {TranslationItemDocumentModel}
|
|
28
214
|
* @memberof CountrySubDocumentModel
|
|
29
215
|
*/
|
|
30
|
-
'
|
|
216
|
+
'uk'?: TranslationItemDocumentModel;
|
|
217
|
+
/**
|
|
218
|
+
*
|
|
219
|
+
* @type {TranslationItemDocumentModel}
|
|
220
|
+
* @memberof CountrySubDocumentModel
|
|
221
|
+
*/
|
|
222
|
+
'uz'?: TranslationItemDocumentModel;
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
* @type {TranslationItemDocumentModel}
|
|
226
|
+
* @memberof CountrySubDocumentModel
|
|
227
|
+
*/
|
|
228
|
+
'bn'?: TranslationItemDocumentModel;
|
|
229
|
+
/**
|
|
230
|
+
*
|
|
231
|
+
* @type {TranslationItemDocumentModel}
|
|
232
|
+
* @memberof CountrySubDocumentModel
|
|
233
|
+
*/
|
|
234
|
+
'az'?: TranslationItemDocumentModel;
|
|
235
|
+
/**
|
|
236
|
+
*
|
|
237
|
+
* @type {string}
|
|
238
|
+
* @memberof CountrySubDocumentModel
|
|
239
|
+
*/
|
|
240
|
+
'Id'?: string | null;
|
|
31
241
|
}
|
|
32
242
|
//# sourceMappingURL=country-sub-document-model.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/country-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"country-sub-document-model.d.ts","sourceRoot":"","sources":["../../src/models/country-sub-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
|
|
@@ -89,12 +89,6 @@ export interface CreateAppointmentCommand {
|
|
|
89
89
|
* @memberof CreateAppointmentCommand
|
|
90
90
|
*/
|
|
91
91
|
'email'?: string | null;
|
|
92
|
-
/**
|
|
93
|
-
*
|
|
94
|
-
* @type {string}
|
|
95
|
-
* @memberof CreateAppointmentCommand
|
|
96
|
-
*/
|
|
97
|
-
'phoneCountryCode'?: string | null;
|
|
98
92
|
/**
|
|
99
93
|
*
|
|
100
94
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-appointment-command.d.ts","sourceRoot":"","sources":["../../src/models/create-appointment-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"create-appointment-command.d.ts","sourceRoot":"","sources":["../../src/models/create-appointment-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGrD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,eAAe,CAAC;IACpC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,IAAI,CAAC;IAC9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B"}
|
|
@@ -33,12 +33,6 @@ export interface CreateLandingFormCommand {
|
|
|
33
33
|
* @memberof CreateLandingFormCommand
|
|
34
34
|
*/
|
|
35
35
|
'name'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof CreateLandingFormCommand
|
|
40
|
-
*/
|
|
41
|
-
'phoneCountryCode'?: string | null;
|
|
42
36
|
/**
|
|
43
37
|
*
|
|
44
38
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-landing-form-command.d.ts","sourceRoot":"","sources":["../../src/models/create-landing-form-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"create-landing-form-command.d.ts","sourceRoot":"","sources":["../../src/models/create-landing-form-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -36,12 +36,6 @@ export interface CreateProfileCommand {
|
|
|
36
36
|
* @memberof CreateProfileCommand
|
|
37
37
|
*/
|
|
38
38
|
'lastName'?: string | null;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof CreateProfileCommand
|
|
43
|
-
*/
|
|
44
|
-
'phoneCountryCode'?: string | null;
|
|
45
39
|
/**
|
|
46
40
|
*
|
|
47
41
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-profile-command.d.ts","sourceRoot":"","sources":["../../src/models/create-profile-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"create-profile-command.d.ts","sourceRoot":"","sources":["../../src/models/create-profile-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;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,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB"}
|