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,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface NlTranslationDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface NlTranslationDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof NlTranslationDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof NlTranslationDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof NlTranslationDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Name'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof NlTranslationDocumentModel
|
|
40
|
-
*/
|
|
41
|
-
'Overview'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof NlTranslationDocumentModel
|
|
46
|
-
*/
|
|
47
|
-
'Description'?: string | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof NlTranslationDocumentModel
|
|
52
|
-
*/
|
|
53
|
-
'Content'?: string | null;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=nl-translation-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nl-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/nl-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface NlTranslationItemDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface NlTranslationItemDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof NlTranslationItemDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof NlTranslationItemDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'Name'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof NlTranslationItemDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Description'?: string | null;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=nl-translation-item-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nl-translation-item-document-model.d.ts","sourceRoot":"","sources":["../../src/models/nl-translation-item-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PlTranslationDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface PlTranslationDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PlTranslationDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof PlTranslationDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PlTranslationDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Name'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PlTranslationDocumentModel
|
|
40
|
-
*/
|
|
41
|
-
'Overview'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PlTranslationDocumentModel
|
|
46
|
-
*/
|
|
47
|
-
'Description'?: string | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PlTranslationDocumentModel
|
|
52
|
-
*/
|
|
53
|
-
'Content'?: string | null;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=pl-translation-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pl-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/pl-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PlTranslationItemDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface PlTranslationItemDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PlTranslationItemDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PlTranslationItemDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'Name'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PlTranslationItemDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Description'?: string | null;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=pl-translation-item-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pl-translation-item-document-model.d.ts","sourceRoot":"","sources":["../../src/models/pl-translation-item-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PtPtTranslationDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface PtPtTranslationDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PtPtTranslationDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof PtPtTranslationDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PtPtTranslationDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Name'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PtPtTranslationDocumentModel
|
|
40
|
-
*/
|
|
41
|
-
'Overview'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PtPtTranslationDocumentModel
|
|
46
|
-
*/
|
|
47
|
-
'Description'?: string | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PtPtTranslationDocumentModel
|
|
52
|
-
*/
|
|
53
|
-
'Content'?: string | null;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=pt-pt-translation-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pt-pt-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/pt-pt-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PtPtTranslationItemDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface PtPtTranslationItemDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PtPtTranslationItemDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PtPtTranslationItemDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'Name'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PtPtTranslationItemDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Description'?: string | null;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=pt-pt-translation-item-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pt-pt-translation-item-document-model.d.ts","sourceRoot":"","sources":["../../src/models/pt-pt-translation-item-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface RoTranslationDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface RoTranslationDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RoTranslationDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof RoTranslationDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof RoTranslationDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Name'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof RoTranslationDocumentModel
|
|
40
|
-
*/
|
|
41
|
-
'Overview'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof RoTranslationDocumentModel
|
|
46
|
-
*/
|
|
47
|
-
'Description'?: string | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof RoTranslationDocumentModel
|
|
52
|
-
*/
|
|
53
|
-
'Content'?: string | null;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=ro-translation-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ro-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/ro-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface RoTranslationItemDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface RoTranslationItemDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RoTranslationItemDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RoTranslationItemDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'Name'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof RoTranslationItemDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Description'?: string | null;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=ro-translation-item-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ro-translation-item-document-model.d.ts","sourceRoot":"","sources":["../../src/models/ro-translation-item-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface RuTranslationDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface RuTranslationDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RuTranslationDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {Array<string>}
|
|
27
|
-
* @memberof RuTranslationDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'SlugChangeLogs'?: Array<string> | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof RuTranslationDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Name'?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof RuTranslationDocumentModel
|
|
40
|
-
*/
|
|
41
|
-
'Overview'?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof RuTranslationDocumentModel
|
|
46
|
-
*/
|
|
47
|
-
'Description'?: string | null;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof RuTranslationDocumentModel
|
|
52
|
-
*/
|
|
53
|
-
'Content'?: string | null;
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=ru-translation-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ru-translation-document-model.d.ts","sourceRoot":"","sources":["../../src/models/ru-translation-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
3
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2
|
|
6
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface RuTranslationItemDocumentModel
|
|
16
|
-
*/
|
|
17
|
-
export interface RuTranslationItemDocumentModel {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof RuTranslationItemDocumentModel
|
|
22
|
-
*/
|
|
23
|
-
'Slug'?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RuTranslationItemDocumentModel
|
|
28
|
-
*/
|
|
29
|
-
'Name'?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof RuTranslationItemDocumentModel
|
|
34
|
-
*/
|
|
35
|
-
'Description'?: string | null;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=ru-translation-item-document-model.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ru-translation-item-document-model.d.ts","sourceRoot":"","sources":["../../src/models/ru-translation-item-document-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Swagger UI - Cloud Hospital Api-INT
|
|
6
|
-
* Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2
|
|
9
|
-
* Contact: hyounoosung@icloudhospital.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|