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