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