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