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