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