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
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ThTranslationItemDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface ThTranslationItemDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ThTranslationItemDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ThTranslationItemDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'Name'?: string | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ThTranslationItemDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Description'?: string | null;
|
|
41
|
-
}
|
|
42
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface TrTranslationDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface TrTranslationDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof TrTranslationDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {Array<string>}
|
|
32
|
-
* @memberof TrTranslationDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof TrTranslationDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Name'?: string | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof TrTranslationDocumentModel
|
|
45
|
-
*/
|
|
46
|
-
'Overview'?: string | null;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof TrTranslationDocumentModel
|
|
51
|
-
*/
|
|
52
|
-
'Description'?: string | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof TrTranslationDocumentModel
|
|
57
|
-
*/
|
|
58
|
-
'Content'?: string | null;
|
|
59
|
-
}
|
|
60
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface TrTranslationItemDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface TrTranslationItemDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof TrTranslationItemDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof TrTranslationItemDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'Name'?: string | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof TrTranslationItemDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Description'?: string | null;
|
|
41
|
-
}
|
|
42
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface UkTranslationDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface UkTranslationDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof UkTranslationDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {Array<string>}
|
|
32
|
-
* @memberof UkTranslationDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof UkTranslationDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Name'?: string | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof UkTranslationDocumentModel
|
|
45
|
-
*/
|
|
46
|
-
'Overview'?: string | null;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof UkTranslationDocumentModel
|
|
51
|
-
*/
|
|
52
|
-
'Description'?: string | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof UkTranslationDocumentModel
|
|
57
|
-
*/
|
|
58
|
-
'Content'?: string | null;
|
|
59
|
-
}
|
|
60
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface UkTranslationItemDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface UkTranslationItemDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof UkTranslationItemDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof UkTranslationItemDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'Name'?: string | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof UkTranslationItemDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Description'?: string | null;
|
|
41
|
-
}
|
|
42
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ViTranslationDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface ViTranslationDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ViTranslationDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {Array<string>}
|
|
32
|
-
* @memberof ViTranslationDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ViTranslationDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Name'?: string | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof ViTranslationDocumentModel
|
|
45
|
-
*/
|
|
46
|
-
'Overview'?: string | null;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof ViTranslationDocumentModel
|
|
51
|
-
*/
|
|
52
|
-
'Description'?: string | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof ViTranslationDocumentModel
|
|
57
|
-
*/
|
|
58
|
-
'Content'?: string | null;
|
|
59
|
-
}
|
|
60
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ViTranslationItemDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface ViTranslationItemDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ViTranslationItemDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ViTranslationItemDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'Name'?: string | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ViTranslationItemDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Description'?: string | null;
|
|
41
|
-
}
|
|
42
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ZhTranslationDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface ZhTranslationDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ZhTranslationDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {Array<string>}
|
|
32
|
-
* @memberof ZhTranslationDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ZhTranslationDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Name'?: string | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof ZhTranslationDocumentModel
|
|
45
|
-
*/
|
|
46
|
-
'Overview'?: string | null;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof ZhTranslationDocumentModel
|
|
51
|
-
*/
|
|
52
|
-
'Description'?: string | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof ZhTranslationDocumentModel
|
|
57
|
-
*/
|
|
58
|
-
'Content'?: string | null;
|
|
59
|
-
}
|
|
60
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
5
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2
|
|
8
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface ZhTranslationItemDocumentModel
|
|
21
|
-
*/
|
|
22
|
-
export interface ZhTranslationItemDocumentModel {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof ZhTranslationItemDocumentModel
|
|
27
|
-
*/
|
|
28
|
-
'Slug'?: string | null;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof ZhTranslationItemDocumentModel
|
|
33
|
-
*/
|
|
34
|
-
'Name'?: string | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof ZhTranslationItemDocumentModel
|
|
39
|
-
*/
|
|
40
|
-
'Description'?: string | null;
|
|
41
|
-
}
|
|
42
|
-
|
|
File without changes
|
/package/lib/models/{ar-translation-item-document-model.js → translation-item-document-model.js}
RENAMED
|
File without changes
|