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