ch-api-client-typescript2 5.1.5 → 5.1.7
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/base.d.ts.map +1 -1
- package/lib/base.js +1 -1
- package/lib/models/article-document-model.d.ts +75 -103
- package/lib/models/article-document-model.d.ts.map +1 -1
- package/lib/models/contributor-document-model.d.ts +75 -103
- package/lib/models/contributor-document-model.d.ts.map +1 -1
- package/lib/models/contributor-sub-document-model.d.ts +73 -101
- package/lib/models/contributor-sub-document-model.d.ts.map +1 -1
- package/lib/models/country-document-model.d.ts +75 -103
- package/lib/models/country-document-model.d.ts.map +1 -1
- package/lib/models/country-sub-document-model.d.ts +73 -101
- package/lib/models/country-sub-document-model.d.ts.map +1 -1
- package/lib/models/deal-document-model.d.ts +75 -103
- package/lib/models/deal-document-model.d.ts.map +1 -1
- package/lib/models/deal-service-sub-document-model.d.ts +73 -101
- package/lib/models/deal-service-sub-document-model.d.ts.map +1 -1
- package/lib/models/department-document-model.d.ts +75 -103
- package/lib/models/department-document-model.d.ts.map +1 -1
- package/lib/models/department-sub-document-model.d.ts +73 -101
- package/lib/models/department-sub-document-model.d.ts.map +1 -1
- package/lib/models/doctor-document-model.d.ts +75 -103
- package/lib/models/doctor-document-model.d.ts.map +1 -1
- package/lib/models/doctor-specialty-sub-document-model.d.ts +73 -101
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/faq-category-document-model.d.ts +75 -103
- package/lib/models/faq-category-document-model.d.ts.map +1 -1
- package/lib/models/faq-category-sub-document-model.d.ts +73 -101
- package/lib/models/faq-category-sub-document-model.d.ts.map +1 -1
- package/lib/models/faq-document-model.d.ts +75 -103
- package/lib/models/faq-document-model.d.ts.map +1 -1
- package/lib/models/hospital-document-model.d.ts +75 -103
- package/lib/models/hospital-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-document-model.d.ts +75 -103
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-sub-document-model.d.ts +73 -101
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/hospital-sub-document-model.d.ts +73 -101
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +2 -58
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +2 -58
- package/lib/models/service-document-model.d.ts +75 -103
- package/lib/models/service-document-model.d.ts.map +1 -1
- package/lib/models/service-sub-document-model.d.ts +73 -101
- package/lib/models/service-sub-document-model.d.ts.map +1 -1
- package/lib/models/specialty-document-model.d.ts +75 -103
- package/lib/models/specialty-document-model.d.ts.map +1 -1
- package/lib/models/specialty-sub-document-model.d.ts +73 -101
- package/lib/models/specialty-sub-document-model.d.ts.map +1 -1
- package/lib/models/survey-form-element-model.d.ts +6 -0
- package/lib/models/survey-form-element-model.d.ts.map +1 -1
- package/lib/models/survey-form-element-types.d.ts +2 -0
- package/lib/models/survey-form-element-types.d.ts.map +1 -1
- package/lib/models/survey-form-element-types.js +3 -1
- package/lib/models/{ar-translation-document-model.d.ts → translation-document-model.d.ts} +9 -9
- package/lib/models/translation-document-model.d.ts.map +1 -0
- package/lib/models/{bn-translation-item-document-model.d.ts → translation-item-document-model.d.ts} +6 -6
- package/lib/models/translation-item-document-model.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +2 -58
- package/src/base.ts +1 -1
- package/src/models/article-document-model.ts +75 -159
- package/src/models/contributor-document-model.ts +75 -159
- package/src/models/contributor-sub-document-model.ts +73 -157
- package/src/models/country-document-model.ts +75 -159
- package/src/models/country-sub-document-model.ts +73 -157
- package/src/models/deal-document-model.ts +75 -159
- package/src/models/deal-service-sub-document-model.ts +73 -157
- package/src/models/department-document-model.ts +75 -159
- package/src/models/department-sub-document-model.ts +73 -157
- package/src/models/doctor-document-model.ts +75 -159
- package/src/models/doctor-specialty-sub-document-model.ts +73 -157
- package/src/models/faq-category-document-model.ts +75 -159
- package/src/models/faq-category-sub-document-model.ts +73 -157
- package/src/models/faq-document-model.ts +75 -159
- package/src/models/hospital-document-model.ts +75 -159
- package/src/models/hospital-specialty-document-model.ts +75 -159
- package/src/models/hospital-specialty-sub-document-model.ts +73 -157
- package/src/models/hospital-sub-document-model.ts +73 -157
- package/src/models/index.ts +2 -58
- package/src/models/service-document-model.ts +75 -159
- package/src/models/service-sub-document-model.ts +73 -157
- package/src/models/specialty-document-model.ts +75 -159
- package/src/models/specialty-sub-document-model.ts +73 -157
- package/src/models/survey-form-element-model.ts +6 -0
- package/src/models/survey-form-element-types.ts +3 -1
- package/src/models/{ar-translation-document-model.ts → translation-document-model.ts} +8 -8
- package/src/models/{ar-translation-item-document-model.ts → translation-item-document-model.ts} +5 -5
- package/lib/models/ar-translation-document-model.d.ts.map +0 -1
- package/lib/models/ar-translation-item-document-model.d.ts +0 -37
- package/lib/models/ar-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/bg-translation-document-model.d.ts +0 -55
- package/lib/models/bg-translation-document-model.d.ts.map +0 -1
- package/lib/models/bg-translation-document-model.js +0 -15
- package/lib/models/bg-translation-item-document-model.d.ts +0 -37
- package/lib/models/bg-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/bg-translation-item-document-model.js +0 -15
- package/lib/models/bn-translation-document-model.d.ts +0 -55
- package/lib/models/bn-translation-document-model.d.ts.map +0 -1
- package/lib/models/bn-translation-document-model.js +0 -15
- package/lib/models/bn-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/bn-translation-item-document-model.js +0 -15
- package/lib/models/cs-translation-document-model.d.ts +0 -55
- package/lib/models/cs-translation-document-model.d.ts.map +0 -1
- package/lib/models/cs-translation-document-model.js +0 -15
- package/lib/models/cs-translation-item-document-model.d.ts +0 -37
- package/lib/models/cs-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/cs-translation-item-document-model.js +0 -15
- package/lib/models/de-translation-document-model.d.ts +0 -55
- package/lib/models/de-translation-document-model.d.ts.map +0 -1
- package/lib/models/de-translation-document-model.js +0 -15
- package/lib/models/de-translation-item-document-model.d.ts +0 -37
- package/lib/models/de-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/de-translation-item-document-model.js +0 -15
- package/lib/models/en-translation-document-model.d.ts +0 -55
- package/lib/models/en-translation-document-model.d.ts.map +0 -1
- package/lib/models/en-translation-document-model.js +0 -15
- package/lib/models/en-translation-item-document-model.d.ts +0 -37
- package/lib/models/en-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/en-translation-item-document-model.js +0 -15
- package/lib/models/es-translation-document-model.d.ts +0 -55
- package/lib/models/es-translation-document-model.d.ts.map +0 -1
- package/lib/models/es-translation-document-model.js +0 -15
- package/lib/models/es-translation-item-document-model.d.ts +0 -37
- package/lib/models/es-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/es-translation-item-document-model.js +0 -15
- package/lib/models/fr-translation-document-model.d.ts +0 -55
- package/lib/models/fr-translation-document-model.d.ts.map +0 -1
- package/lib/models/fr-translation-document-model.js +0 -15
- package/lib/models/fr-translation-item-document-model.d.ts +0 -37
- package/lib/models/fr-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/fr-translation-item-document-model.js +0 -15
- package/lib/models/hi-translation-document-model.d.ts +0 -55
- package/lib/models/hi-translation-document-model.d.ts.map +0 -1
- package/lib/models/hi-translation-document-model.js +0 -15
- package/lib/models/hi-translation-item-document-model.d.ts +0 -37
- package/lib/models/hi-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/hi-translation-item-document-model.js +0 -15
- package/lib/models/hr-translation-document-model.d.ts +0 -55
- package/lib/models/hr-translation-document-model.d.ts.map +0 -1
- package/lib/models/hr-translation-document-model.js +0 -15
- package/lib/models/hr-translation-item-document-model.d.ts +0 -37
- package/lib/models/hr-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/hr-translation-item-document-model.js +0 -15
- package/lib/models/hu-translation-document-model.d.ts +0 -55
- package/lib/models/hu-translation-document-model.d.ts.map +0 -1
- package/lib/models/hu-translation-document-model.js +0 -15
- package/lib/models/hu-translation-item-document-model.d.ts +0 -37
- package/lib/models/hu-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/hu-translation-item-document-model.js +0 -15
- package/lib/models/id-translation-document-model.d.ts +0 -55
- package/lib/models/id-translation-document-model.d.ts.map +0 -1
- package/lib/models/id-translation-document-model.js +0 -15
- package/lib/models/id-translation-item-document-model.d.ts +0 -37
- package/lib/models/id-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/id-translation-item-document-model.js +0 -15
- package/lib/models/it-translation-document-model.d.ts +0 -55
- package/lib/models/it-translation-document-model.d.ts.map +0 -1
- package/lib/models/it-translation-document-model.js +0 -15
- package/lib/models/it-translation-item-document-model.d.ts +0 -37
- package/lib/models/it-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/it-translation-item-document-model.js +0 -15
- package/lib/models/ja-translation-document-model.d.ts +0 -55
- package/lib/models/ja-translation-document-model.d.ts.map +0 -1
- package/lib/models/ja-translation-document-model.js +0 -15
- package/lib/models/ja-translation-item-document-model.d.ts +0 -37
- package/lib/models/ja-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/ja-translation-item-document-model.js +0 -15
- package/lib/models/ko-translation-document-model.d.ts +0 -55
- package/lib/models/ko-translation-document-model.d.ts.map +0 -1
- package/lib/models/ko-translation-document-model.js +0 -15
- package/lib/models/ko-translation-item-document-model.d.ts +0 -37
- package/lib/models/ko-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/ko-translation-item-document-model.js +0 -15
- package/lib/models/lt-translation-document-model.d.ts +0 -55
- package/lib/models/lt-translation-document-model.d.ts.map +0 -1
- package/lib/models/lt-translation-document-model.js +0 -15
- package/lib/models/lt-translation-item-document-model.d.ts +0 -37
- package/lib/models/lt-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/lt-translation-item-document-model.js +0 -15
- package/lib/models/lv-translation-document-model.d.ts +0 -55
- package/lib/models/lv-translation-document-model.d.ts.map +0 -1
- package/lib/models/lv-translation-document-model.js +0 -15
- package/lib/models/lv-translation-item-document-model.d.ts +0 -37
- package/lib/models/lv-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/lv-translation-item-document-model.js +0 -15
- package/lib/models/nl-translation-document-model.d.ts +0 -55
- package/lib/models/nl-translation-document-model.d.ts.map +0 -1
- package/lib/models/nl-translation-document-model.js +0 -15
- package/lib/models/nl-translation-item-document-model.d.ts +0 -37
- package/lib/models/nl-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/nl-translation-item-document-model.js +0 -15
- package/lib/models/pl-translation-document-model.d.ts +0 -55
- package/lib/models/pl-translation-document-model.d.ts.map +0 -1
- package/lib/models/pl-translation-document-model.js +0 -15
- package/lib/models/pl-translation-item-document-model.d.ts +0 -37
- package/lib/models/pl-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/pl-translation-item-document-model.js +0 -15
- package/lib/models/pt-pt-translation-document-model.d.ts +0 -55
- package/lib/models/pt-pt-translation-document-model.d.ts.map +0 -1
- package/lib/models/pt-pt-translation-document-model.js +0 -15
- package/lib/models/pt-pt-translation-item-document-model.d.ts +0 -37
- package/lib/models/pt-pt-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/pt-pt-translation-item-document-model.js +0 -15
- package/lib/models/ro-translation-document-model.d.ts +0 -55
- package/lib/models/ro-translation-document-model.d.ts.map +0 -1
- package/lib/models/ro-translation-document-model.js +0 -15
- package/lib/models/ro-translation-item-document-model.d.ts +0 -37
- package/lib/models/ro-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/ro-translation-item-document-model.js +0 -15
- package/lib/models/ru-translation-document-model.d.ts +0 -55
- package/lib/models/ru-translation-document-model.d.ts.map +0 -1
- package/lib/models/ru-translation-document-model.js +0 -15
- package/lib/models/ru-translation-item-document-model.d.ts +0 -37
- package/lib/models/ru-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/ru-translation-item-document-model.js +0 -15
- package/lib/models/sl-translation-document-model.d.ts +0 -55
- package/lib/models/sl-translation-document-model.d.ts.map +0 -1
- package/lib/models/sl-translation-document-model.js +0 -15
- package/lib/models/sl-translation-item-document-model.d.ts +0 -37
- package/lib/models/sl-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/sl-translation-item-document-model.js +0 -15
- package/lib/models/sv-translation-document-model.d.ts +0 -55
- package/lib/models/sv-translation-document-model.d.ts.map +0 -1
- package/lib/models/sv-translation-document-model.js +0 -15
- package/lib/models/sv-translation-item-document-model.d.ts +0 -37
- package/lib/models/sv-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/sv-translation-item-document-model.js +0 -15
- package/lib/models/th-translation-document-model.d.ts +0 -55
- package/lib/models/th-translation-document-model.d.ts.map +0 -1
- package/lib/models/th-translation-document-model.js +0 -15
- package/lib/models/th-translation-item-document-model.d.ts +0 -37
- package/lib/models/th-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/th-translation-item-document-model.js +0 -15
- package/lib/models/tr-translation-document-model.d.ts +0 -55
- package/lib/models/tr-translation-document-model.d.ts.map +0 -1
- package/lib/models/tr-translation-document-model.js +0 -15
- package/lib/models/tr-translation-item-document-model.d.ts +0 -37
- package/lib/models/tr-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/tr-translation-item-document-model.js +0 -15
- package/lib/models/uk-translation-document-model.d.ts +0 -55
- package/lib/models/uk-translation-document-model.d.ts.map +0 -1
- package/lib/models/uk-translation-document-model.js +0 -15
- package/lib/models/uk-translation-item-document-model.d.ts +0 -37
- package/lib/models/uk-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/uk-translation-item-document-model.js +0 -15
- package/lib/models/vi-translation-document-model.d.ts +0 -55
- package/lib/models/vi-translation-document-model.d.ts.map +0 -1
- package/lib/models/vi-translation-document-model.js +0 -15
- package/lib/models/vi-translation-item-document-model.d.ts +0 -37
- package/lib/models/vi-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/vi-translation-item-document-model.js +0 -15
- package/lib/models/zh-translation-document-model.d.ts +0 -55
- package/lib/models/zh-translation-document-model.d.ts.map +0 -1
- package/lib/models/zh-translation-document-model.js +0 -15
- package/lib/models/zh-translation-item-document-model.d.ts +0 -37
- package/lib/models/zh-translation-item-document-model.d.ts.map +0 -1
- package/lib/models/zh-translation-item-document-model.js +0 -15
- package/src/models/bg-translation-document-model.ts +0 -60
- package/src/models/bg-translation-item-document-model.ts +0 -42
- package/src/models/bn-translation-document-model.ts +0 -60
- package/src/models/bn-translation-item-document-model.ts +0 -42
- package/src/models/cs-translation-document-model.ts +0 -60
- package/src/models/cs-translation-item-document-model.ts +0 -42
- package/src/models/de-translation-document-model.ts +0 -60
- package/src/models/de-translation-item-document-model.ts +0 -42
- package/src/models/en-translation-document-model.ts +0 -60
- package/src/models/en-translation-item-document-model.ts +0 -42
- package/src/models/es-translation-document-model.ts +0 -60
- package/src/models/es-translation-item-document-model.ts +0 -42
- package/src/models/fr-translation-document-model.ts +0 -60
- package/src/models/fr-translation-item-document-model.ts +0 -42
- package/src/models/hi-translation-document-model.ts +0 -60
- package/src/models/hi-translation-item-document-model.ts +0 -42
- package/src/models/hr-translation-document-model.ts +0 -60
- package/src/models/hr-translation-item-document-model.ts +0 -42
- package/src/models/hu-translation-document-model.ts +0 -60
- package/src/models/hu-translation-item-document-model.ts +0 -42
- package/src/models/id-translation-document-model.ts +0 -60
- package/src/models/id-translation-item-document-model.ts +0 -42
- package/src/models/it-translation-document-model.ts +0 -60
- package/src/models/it-translation-item-document-model.ts +0 -42
- package/src/models/ja-translation-document-model.ts +0 -60
- package/src/models/ja-translation-item-document-model.ts +0 -42
- package/src/models/ko-translation-document-model.ts +0 -60
- package/src/models/ko-translation-item-document-model.ts +0 -42
- package/src/models/lt-translation-document-model.ts +0 -60
- package/src/models/lt-translation-item-document-model.ts +0 -42
- package/src/models/lv-translation-document-model.ts +0 -60
- package/src/models/lv-translation-item-document-model.ts +0 -42
- package/src/models/nl-translation-document-model.ts +0 -60
- package/src/models/nl-translation-item-document-model.ts +0 -42
- package/src/models/pl-translation-document-model.ts +0 -60
- package/src/models/pl-translation-item-document-model.ts +0 -42
- package/src/models/pt-pt-translation-document-model.ts +0 -60
- package/src/models/pt-pt-translation-item-document-model.ts +0 -42
- package/src/models/ro-translation-document-model.ts +0 -60
- package/src/models/ro-translation-item-document-model.ts +0 -42
- package/src/models/ru-translation-document-model.ts +0 -60
- package/src/models/ru-translation-item-document-model.ts +0 -42
- package/src/models/sl-translation-document-model.ts +0 -60
- package/src/models/sl-translation-item-document-model.ts +0 -42
- package/src/models/sv-translation-document-model.ts +0 -60
- package/src/models/sv-translation-item-document-model.ts +0 -42
- package/src/models/th-translation-document-model.ts +0 -60
- package/src/models/th-translation-item-document-model.ts +0 -42
- package/src/models/tr-translation-document-model.ts +0 -60
- package/src/models/tr-translation-item-document-model.ts +0 -42
- package/src/models/uk-translation-document-model.ts +0 -60
- package/src/models/uk-translation-item-document-model.ts +0 -42
- package/src/models/vi-translation-document-model.ts +0 -60
- package/src/models/vi-translation-item-document-model.ts +0 -42
- package/src/models/zh-translation-document-model.ts +0 -60
- package/src/models/zh-translation-item-document-model.ts +0 -42
- /package/lib/models/{ar-translation-document-model.js → translation-document-model.js} +0 -0
- /package/lib/models/{ar-translation-item-document-model.js → translation-item-document-model.js} +0 -0
|
@@ -18,112 +18,28 @@
|
|
|
18
18
|
import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import { ArTranslationDocumentModel } from './ar-translation-document-model';
|
|
22
|
-
// May contain unused imports in some cases
|
|
23
|
-
// @ts-ignore
|
|
24
|
-
import { BgTranslationDocumentModel } from './bg-translation-document-model';
|
|
25
|
-
// May contain unused imports in some cases
|
|
26
|
-
// @ts-ignore
|
|
27
|
-
import { BnTranslationDocumentModel } from './bn-translation-document-model';
|
|
28
|
-
// May contain unused imports in some cases
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
import { CsTranslationDocumentModel } from './cs-translation-document-model';
|
|
31
|
-
// May contain unused imports in some cases
|
|
32
|
-
// @ts-ignore
|
|
33
|
-
import { DeTranslationDocumentModel } from './de-translation-document-model';
|
|
34
|
-
// May contain unused imports in some cases
|
|
35
|
-
// @ts-ignore
|
|
36
21
|
import { DoctorCertificateSubDocumentModel } from './doctor-certificate-sub-document-model';
|
|
37
22
|
// May contain unused imports in some cases
|
|
38
23
|
// @ts-ignore
|
|
39
24
|
import { DoctorSpecialtySubDocumentModel } from './doctor-specialty-sub-document-model';
|
|
40
25
|
// May contain unused imports in some cases
|
|
41
26
|
// @ts-ignore
|
|
42
|
-
import { EnTranslationDocumentModel } from './en-translation-document-model';
|
|
43
|
-
// May contain unused imports in some cases
|
|
44
|
-
// @ts-ignore
|
|
45
|
-
import { EsTranslationDocumentModel } from './es-translation-document-model';
|
|
46
|
-
// May contain unused imports in some cases
|
|
47
|
-
// @ts-ignore
|
|
48
|
-
import { FrTranslationDocumentModel } from './fr-translation-document-model';
|
|
49
|
-
// May contain unused imports in some cases
|
|
50
|
-
// @ts-ignore
|
|
51
|
-
import { HiTranslationDocumentModel } from './hi-translation-document-model';
|
|
52
|
-
// May contain unused imports in some cases
|
|
53
|
-
// @ts-ignore
|
|
54
27
|
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
55
28
|
// May contain unused imports in some cases
|
|
56
29
|
// @ts-ignore
|
|
57
|
-
import { HrTranslationDocumentModel } from './hr-translation-document-model';
|
|
58
|
-
// May contain unused imports in some cases
|
|
59
|
-
// @ts-ignore
|
|
60
|
-
import { HuTranslationDocumentModel } from './hu-translation-document-model';
|
|
61
|
-
// May contain unused imports in some cases
|
|
62
|
-
// @ts-ignore
|
|
63
|
-
import { IdTranslationDocumentModel } from './id-translation-document-model';
|
|
64
|
-
// May contain unused imports in some cases
|
|
65
|
-
// @ts-ignore
|
|
66
|
-
import { ItTranslationDocumentModel } from './it-translation-document-model';
|
|
67
|
-
// May contain unused imports in some cases
|
|
68
|
-
// @ts-ignore
|
|
69
|
-
import { JaTranslationDocumentModel } from './ja-translation-document-model';
|
|
70
|
-
// May contain unused imports in some cases
|
|
71
|
-
// @ts-ignore
|
|
72
|
-
import { KoTranslationDocumentModel } from './ko-translation-document-model';
|
|
73
|
-
// May contain unused imports in some cases
|
|
74
|
-
// @ts-ignore
|
|
75
30
|
import { LocationDocumentModel } from './location-document-model';
|
|
76
31
|
// May contain unused imports in some cases
|
|
77
32
|
// @ts-ignore
|
|
78
|
-
import { LtTranslationDocumentModel } from './lt-translation-document-model';
|
|
79
|
-
// May contain unused imports in some cases
|
|
80
|
-
// @ts-ignore
|
|
81
|
-
import { LvTranslationDocumentModel } from './lv-translation-document-model';
|
|
82
|
-
// May contain unused imports in some cases
|
|
83
|
-
// @ts-ignore
|
|
84
33
|
import { MediaDocumentModel } from './media-document-model';
|
|
85
34
|
// May contain unused imports in some cases
|
|
86
35
|
// @ts-ignore
|
|
87
|
-
import {
|
|
88
|
-
// May contain unused imports in some cases
|
|
89
|
-
// @ts-ignore
|
|
90
|
-
import { PlTranslationDocumentModel } from './pl-translation-document-model';
|
|
91
|
-
// May contain unused imports in some cases
|
|
92
|
-
// @ts-ignore
|
|
93
|
-
import { PtPtTranslationDocumentModel } from './pt-pt-translation-document-model';
|
|
94
|
-
// May contain unused imports in some cases
|
|
95
|
-
// @ts-ignore
|
|
96
|
-
import { RoTranslationDocumentModel } from './ro-translation-document-model';
|
|
97
|
-
// May contain unused imports in some cases
|
|
98
|
-
// @ts-ignore
|
|
99
|
-
import { RuTranslationDocumentModel } from './ru-translation-document-model';
|
|
100
|
-
// May contain unused imports in some cases
|
|
101
|
-
// @ts-ignore
|
|
102
|
-
import { SlTranslationDocumentModel } from './sl-translation-document-model';
|
|
103
|
-
// May contain unused imports in some cases
|
|
104
|
-
// @ts-ignore
|
|
105
|
-
import { SvTranslationDocumentModel } from './sv-translation-document-model';
|
|
106
|
-
// May contain unused imports in some cases
|
|
107
|
-
// @ts-ignore
|
|
108
|
-
import { ThTranslationDocumentModel } from './th-translation-document-model';
|
|
109
|
-
// May contain unused imports in some cases
|
|
110
|
-
// @ts-ignore
|
|
111
|
-
import { TrTranslationDocumentModel } from './tr-translation-document-model';
|
|
112
|
-
// May contain unused imports in some cases
|
|
113
|
-
// @ts-ignore
|
|
114
|
-
import { UkTranslationDocumentModel } from './uk-translation-document-model';
|
|
36
|
+
import { TranslationDocumentModel } from './translation-document-model';
|
|
115
37
|
// May contain unused imports in some cases
|
|
116
38
|
// @ts-ignore
|
|
117
39
|
import { UserLanguageDocumentModel } from './user-language-document-model';
|
|
118
40
|
// May contain unused imports in some cases
|
|
119
41
|
// @ts-ignore
|
|
120
42
|
import { UserLocationDocumentModel } from './user-location-document-model';
|
|
121
|
-
// May contain unused imports in some cases
|
|
122
|
-
// @ts-ignore
|
|
123
|
-
import { ViTranslationDocumentModel } from './vi-translation-document-model';
|
|
124
|
-
// May contain unused imports in some cases
|
|
125
|
-
// @ts-ignore
|
|
126
|
-
import { ZhTranslationDocumentModel } from './zh-translation-document-model';
|
|
127
43
|
|
|
128
44
|
/**
|
|
129
45
|
*
|
|
@@ -133,226 +49,226 @@ import { ZhTranslationDocumentModel } from './zh-translation-document-model';
|
|
|
133
49
|
export interface DoctorDocumentModel {
|
|
134
50
|
/**
|
|
135
51
|
*
|
|
136
|
-
* @type {
|
|
52
|
+
* @type {TranslationDocumentModel}
|
|
137
53
|
* @memberof DoctorDocumentModel
|
|
138
54
|
*/
|
|
139
|
-
'en'?:
|
|
55
|
+
'en'?: TranslationDocumentModel;
|
|
140
56
|
/**
|
|
141
57
|
*
|
|
142
|
-
* @type {
|
|
58
|
+
* @type {TranslationDocumentModel}
|
|
143
59
|
* @memberof DoctorDocumentModel
|
|
144
60
|
*/
|
|
145
|
-
'ru'?:
|
|
61
|
+
'ru'?: TranslationDocumentModel;
|
|
146
62
|
/**
|
|
147
63
|
*
|
|
148
|
-
* @type {
|
|
64
|
+
* @type {TranslationDocumentModel}
|
|
149
65
|
* @memberof DoctorDocumentModel
|
|
150
66
|
*/
|
|
151
|
-
'zh'?:
|
|
67
|
+
'zh'?: TranslationDocumentModel;
|
|
152
68
|
/**
|
|
153
69
|
*
|
|
154
|
-
* @type {
|
|
70
|
+
* @type {TranslationDocumentModel}
|
|
155
71
|
* @memberof DoctorDocumentModel
|
|
156
72
|
*/
|
|
157
|
-
'es'?:
|
|
73
|
+
'es'?: TranslationDocumentModel;
|
|
158
74
|
/**
|
|
159
75
|
*
|
|
160
|
-
* @type {
|
|
76
|
+
* @type {TranslationDocumentModel}
|
|
161
77
|
* @memberof DoctorDocumentModel
|
|
162
78
|
*/
|
|
163
|
-
'id'?:
|
|
79
|
+
'id'?: TranslationDocumentModel;
|
|
164
80
|
/**
|
|
165
81
|
*
|
|
166
|
-
* @type {
|
|
82
|
+
* @type {TranslationDocumentModel}
|
|
167
83
|
* @memberof DoctorDocumentModel
|
|
168
84
|
*/
|
|
169
|
-
'pt'?:
|
|
85
|
+
'pt'?: TranslationDocumentModel;
|
|
170
86
|
/**
|
|
171
87
|
*
|
|
172
|
-
* @type {
|
|
88
|
+
* @type {TranslationDocumentModel}
|
|
173
89
|
* @memberof DoctorDocumentModel
|
|
174
90
|
*/
|
|
175
|
-
'fr'?:
|
|
91
|
+
'fr'?: TranslationDocumentModel;
|
|
176
92
|
/**
|
|
177
93
|
*
|
|
178
|
-
* @type {
|
|
94
|
+
* @type {TranslationDocumentModel}
|
|
179
95
|
* @memberof DoctorDocumentModel
|
|
180
96
|
*/
|
|
181
|
-
'vi'?:
|
|
97
|
+
'vi'?: TranslationDocumentModel;
|
|
182
98
|
/**
|
|
183
99
|
*
|
|
184
|
-
* @type {
|
|
100
|
+
* @type {TranslationDocumentModel}
|
|
185
101
|
* @memberof DoctorDocumentModel
|
|
186
102
|
*/
|
|
187
|
-
'th'?:
|
|
103
|
+
'th'?: TranslationDocumentModel;
|
|
188
104
|
/**
|
|
189
105
|
*
|
|
190
|
-
* @type {
|
|
106
|
+
* @type {TranslationDocumentModel}
|
|
191
107
|
* @memberof DoctorDocumentModel
|
|
192
108
|
*/
|
|
193
|
-
'ar'?:
|
|
109
|
+
'ar'?: TranslationDocumentModel;
|
|
194
110
|
/**
|
|
195
111
|
*
|
|
196
|
-
* @type {
|
|
112
|
+
* @type {TranslationDocumentModel}
|
|
197
113
|
* @memberof DoctorDocumentModel
|
|
198
114
|
*/
|
|
199
|
-
'ko'?:
|
|
115
|
+
'ko'?: TranslationDocumentModel;
|
|
200
116
|
/**
|
|
201
117
|
*
|
|
202
|
-
* @type {
|
|
118
|
+
* @type {TranslationDocumentModel}
|
|
203
119
|
* @memberof DoctorDocumentModel
|
|
204
120
|
*/
|
|
205
|
-
'bg'?:
|
|
121
|
+
'bg'?: TranslationDocumentModel;
|
|
206
122
|
/**
|
|
207
123
|
*
|
|
208
|
-
* @type {
|
|
124
|
+
* @type {TranslationDocumentModel}
|
|
209
125
|
* @memberof DoctorDocumentModel
|
|
210
126
|
*/
|
|
211
|
-
'cs'?:
|
|
127
|
+
'cs'?: TranslationDocumentModel;
|
|
212
128
|
/**
|
|
213
129
|
*
|
|
214
|
-
* @type {
|
|
130
|
+
* @type {TranslationDocumentModel}
|
|
215
131
|
* @memberof DoctorDocumentModel
|
|
216
132
|
*/
|
|
217
|
-
'de'?:
|
|
133
|
+
'de'?: TranslationDocumentModel;
|
|
218
134
|
/**
|
|
219
135
|
*
|
|
220
|
-
* @type {
|
|
136
|
+
* @type {TranslationDocumentModel}
|
|
221
137
|
* @memberof DoctorDocumentModel
|
|
222
138
|
*/
|
|
223
|
-
'hi'?:
|
|
139
|
+
'hi'?: TranslationDocumentModel;
|
|
224
140
|
/**
|
|
225
141
|
*
|
|
226
|
-
* @type {
|
|
142
|
+
* @type {TranslationDocumentModel}
|
|
227
143
|
* @memberof DoctorDocumentModel
|
|
228
144
|
*/
|
|
229
|
-
'hr'?:
|
|
145
|
+
'hr'?: TranslationDocumentModel;
|
|
230
146
|
/**
|
|
231
147
|
*
|
|
232
|
-
* @type {
|
|
148
|
+
* @type {TranslationDocumentModel}
|
|
233
149
|
* @memberof DoctorDocumentModel
|
|
234
150
|
*/
|
|
235
|
-
'hu'?:
|
|
151
|
+
'hu'?: TranslationDocumentModel;
|
|
236
152
|
/**
|
|
237
153
|
*
|
|
238
|
-
* @type {
|
|
154
|
+
* @type {TranslationDocumentModel}
|
|
239
155
|
* @memberof DoctorDocumentModel
|
|
240
156
|
*/
|
|
241
|
-
'it'?:
|
|
157
|
+
'it'?: TranslationDocumentModel;
|
|
242
158
|
/**
|
|
243
159
|
*
|
|
244
|
-
* @type {
|
|
160
|
+
* @type {TranslationDocumentModel}
|
|
245
161
|
* @memberof DoctorDocumentModel
|
|
246
162
|
*/
|
|
247
|
-
'ja'?:
|
|
163
|
+
'ja'?: TranslationDocumentModel;
|
|
248
164
|
/**
|
|
249
165
|
*
|
|
250
|
-
* @type {
|
|
166
|
+
* @type {TranslationDocumentModel}
|
|
251
167
|
* @memberof DoctorDocumentModel
|
|
252
168
|
*/
|
|
253
|
-
'kk'?:
|
|
169
|
+
'kk'?: TranslationDocumentModel;
|
|
254
170
|
/**
|
|
255
171
|
*
|
|
256
|
-
* @type {
|
|
172
|
+
* @type {TranslationDocumentModel}
|
|
257
173
|
* @memberof DoctorDocumentModel
|
|
258
174
|
*/
|
|
259
|
-
'ky'?:
|
|
175
|
+
'ky'?: TranslationDocumentModel;
|
|
260
176
|
/**
|
|
261
177
|
*
|
|
262
|
-
* @type {
|
|
178
|
+
* @type {TranslationDocumentModel}
|
|
263
179
|
* @memberof DoctorDocumentModel
|
|
264
180
|
*/
|
|
265
|
-
'lo'?:
|
|
181
|
+
'lo'?: TranslationDocumentModel;
|
|
266
182
|
/**
|
|
267
183
|
*
|
|
268
|
-
* @type {
|
|
184
|
+
* @type {TranslationDocumentModel}
|
|
269
185
|
* @memberof DoctorDocumentModel
|
|
270
186
|
*/
|
|
271
|
-
'lt'?:
|
|
187
|
+
'lt'?: TranslationDocumentModel;
|
|
272
188
|
/**
|
|
273
189
|
*
|
|
274
|
-
* @type {
|
|
190
|
+
* @type {TranslationDocumentModel}
|
|
275
191
|
* @memberof DoctorDocumentModel
|
|
276
192
|
*/
|
|
277
|
-
'lv'?:
|
|
193
|
+
'lv'?: TranslationDocumentModel;
|
|
278
194
|
/**
|
|
279
195
|
*
|
|
280
|
-
* @type {
|
|
196
|
+
* @type {TranslationDocumentModel}
|
|
281
197
|
* @memberof DoctorDocumentModel
|
|
282
198
|
*/
|
|
283
|
-
'my'?:
|
|
199
|
+
'my'?: TranslationDocumentModel;
|
|
284
200
|
/**
|
|
285
201
|
*
|
|
286
|
-
* @type {
|
|
202
|
+
* @type {TranslationDocumentModel}
|
|
287
203
|
* @memberof DoctorDocumentModel
|
|
288
204
|
*/
|
|
289
|
-
'nl'?:
|
|
205
|
+
'nl'?: TranslationDocumentModel;
|
|
290
206
|
/**
|
|
291
207
|
*
|
|
292
|
-
* @type {
|
|
208
|
+
* @type {TranslationDocumentModel}
|
|
293
209
|
* @memberof DoctorDocumentModel
|
|
294
210
|
*/
|
|
295
|
-
'pl'?:
|
|
211
|
+
'pl'?: TranslationDocumentModel;
|
|
296
212
|
/**
|
|
297
213
|
*
|
|
298
|
-
* @type {
|
|
214
|
+
* @type {TranslationDocumentModel}
|
|
299
215
|
* @memberof DoctorDocumentModel
|
|
300
216
|
*/
|
|
301
|
-
'ro'?:
|
|
217
|
+
'ro'?: TranslationDocumentModel;
|
|
302
218
|
/**
|
|
303
219
|
*
|
|
304
|
-
* @type {
|
|
220
|
+
* @type {TranslationDocumentModel}
|
|
305
221
|
* @memberof DoctorDocumentModel
|
|
306
222
|
*/
|
|
307
|
-
'sl'?:
|
|
223
|
+
'sl'?: TranslationDocumentModel;
|
|
308
224
|
/**
|
|
309
225
|
*
|
|
310
|
-
* @type {
|
|
226
|
+
* @type {TranslationDocumentModel}
|
|
311
227
|
* @memberof DoctorDocumentModel
|
|
312
228
|
*/
|
|
313
|
-
'sv'?:
|
|
229
|
+
'sv'?: TranslationDocumentModel;
|
|
314
230
|
/**
|
|
315
231
|
*
|
|
316
|
-
* @type {
|
|
232
|
+
* @type {TranslationDocumentModel}
|
|
317
233
|
* @memberof DoctorDocumentModel
|
|
318
234
|
*/
|
|
319
|
-
'sw'?:
|
|
235
|
+
'sw'?: TranslationDocumentModel;
|
|
320
236
|
/**
|
|
321
237
|
*
|
|
322
|
-
* @type {
|
|
238
|
+
* @type {TranslationDocumentModel}
|
|
323
239
|
* @memberof DoctorDocumentModel
|
|
324
240
|
*/
|
|
325
|
-
'tr'?:
|
|
241
|
+
'tr'?: TranslationDocumentModel;
|
|
326
242
|
/**
|
|
327
243
|
*
|
|
328
|
-
* @type {
|
|
244
|
+
* @type {TranslationDocumentModel}
|
|
329
245
|
* @memberof DoctorDocumentModel
|
|
330
246
|
*/
|
|
331
|
-
'uk'?:
|
|
247
|
+
'uk'?: TranslationDocumentModel;
|
|
332
248
|
/**
|
|
333
249
|
*
|
|
334
|
-
* @type {
|
|
250
|
+
* @type {TranslationDocumentModel}
|
|
335
251
|
* @memberof DoctorDocumentModel
|
|
336
252
|
*/
|
|
337
|
-
'uz'?:
|
|
253
|
+
'uz'?: TranslationDocumentModel;
|
|
338
254
|
/**
|
|
339
255
|
*
|
|
340
|
-
* @type {
|
|
256
|
+
* @type {TranslationDocumentModel}
|
|
341
257
|
* @memberof DoctorDocumentModel
|
|
342
258
|
*/
|
|
343
|
-
'bn'?:
|
|
259
|
+
'bn'?: TranslationDocumentModel;
|
|
344
260
|
/**
|
|
345
261
|
*
|
|
346
|
-
* @type {
|
|
262
|
+
* @type {TranslationDocumentModel}
|
|
347
263
|
* @memberof DoctorDocumentModel
|
|
348
264
|
*/
|
|
349
|
-
'az'?:
|
|
265
|
+
'az'?: TranslationDocumentModel;
|
|
350
266
|
/**
|
|
351
267
|
*
|
|
352
|
-
* @type {
|
|
268
|
+
* @type {TranslationDocumentModel}
|
|
353
269
|
* @memberof DoctorDocumentModel
|
|
354
270
|
*/
|
|
355
|
-
'ka'?:
|
|
271
|
+
'ka'?: TranslationDocumentModel;
|
|
356
272
|
/**
|
|
357
273
|
*
|
|
358
274
|
* @type {string}
|