ch-api-client-typescript2 5.0.3 → 5.0.5
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/api/articles-api.d.ts +16 -7
- package/lib/api/articles-api.d.ts.map +1 -1
- package/lib/api/articles-api.js +16 -10
- package/lib/api/contributors-api.d.ts +12 -3
- package/lib/api/contributors-api.d.ts.map +1 -1
- package/lib/api/contributors-api.js +12 -6
- package/lib/api/countries-api.d.ts +16 -7
- package/lib/api/countries-api.d.ts.map +1 -1
- package/lib/api/countries-api.js +16 -10
- package/lib/api/deals-api.d.ts +12 -3
- package/lib/api/deals-api.d.ts.map +1 -1
- package/lib/api/deals-api.js +12 -6
- package/lib/api/hospitals-api.d.ts +56 -17
- package/lib/api/hospitals-api.d.ts.map +1 -1
- package/lib/api/hospitals-api.js +56 -26
- package/lib/api/services-api.d.ts +20 -11
- package/lib/api/services-api.d.ts.map +1 -1
- package/lib/api/services-api.js +20 -14
- package/lib/api/specialties-api.d.ts +20 -11
- package/lib/api/specialties-api.d.ts.map +1 -1
- package/lib/api/specialties-api.js +20 -14
- package/lib/api/specialty-types-api.d.ts +20 -11
- package/lib/api/specialty-types-api.d.ts.map +1 -1
- package/lib/api/specialty-types-api.js +20 -14
- package/lib/models/accreditation-document-model.d.ts +37 -0
- package/lib/models/accreditation-document-model.d.ts.map +1 -0
- package/lib/models/accreditation-document-model.js +15 -0
- package/lib/models/appointment-option-document-model.d.ts +49 -0
- package/lib/models/appointment-option-document-model.d.ts.map +1 -0
- package/lib/models/appointment-option-document-model.js +15 -0
- package/lib/models/article-contributor-document-model.d.ts +38 -0
- package/lib/models/article-contributor-document-model.d.ts.map +1 -0
- package/lib/models/article-contributor-document-model.js +15 -0
- package/lib/models/article-document-model.d.ts +101 -0
- package/lib/models/article-document-model.d.ts.map +1 -0
- package/lib/models/article-document-model.js +15 -0
- package/lib/models/contributor-document-model.d.ts +52 -0
- package/lib/models/contributor-document-model.d.ts.map +1 -0
- package/lib/models/contributor-document-model.js +15 -0
- package/lib/models/contributor-sub-document-model.d.ts +32 -0
- package/lib/models/contributor-sub-document-model.d.ts.map +1 -0
- package/lib/models/contributor-sub-document-model.js +15 -0
- package/lib/models/coordinate-system.d.ts +37 -0
- package/lib/models/coordinate-system.d.ts.map +1 -0
- package/lib/models/coordinate-system.js +15 -0
- package/lib/models/country-document-model.d.ts +63 -0
- package/lib/models/country-document-model.d.ts.map +1 -0
- package/lib/models/country-document-model.js +15 -0
- package/lib/models/country-sub-document-model.d.ts +32 -0
- package/lib/models/country-sub-document-model.d.ts.map +1 -0
- package/lib/models/country-sub-document-model.js +15 -0
- package/lib/models/deal-document-model.d.ts +103 -0
- package/lib/models/deal-document-model.d.ts.map +1 -0
- package/lib/models/deal-document-model.js +15 -0
- package/lib/models/department-document-model.d.ts +69 -0
- package/lib/models/department-document-model.d.ts.map +1 -0
- package/lib/models/department-document-model.js +15 -0
- package/lib/models/department-sub-document-model.d.ts +38 -0
- package/lib/models/department-sub-document-model.d.ts.map +1 -0
- package/lib/models/department-sub-document-model.js +15 -0
- package/lib/models/doctor-certificate-sub-document-model.d.ts +43 -0
- package/lib/models/doctor-certificate-sub-document-model.d.ts.map +1 -0
- package/lib/models/doctor-certificate-sub-document-model.js +15 -0
- package/lib/models/doctor-document-model.d.ts +116 -0
- package/lib/models/doctor-document-model.d.ts.map +1 -0
- package/lib/models/doctor-document-model.js +15 -0
- package/lib/models/doctor-specialty-sub-document-model.d.ts +32 -0
- package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -0
- package/lib/models/doctor-specialty-sub-document-model.js +15 -0
- package/lib/models/faq-category-document-model.d.ts +45 -0
- package/lib/models/faq-category-document-model.d.ts.map +1 -0
- package/lib/models/faq-category-document-model.js +15 -0
- package/lib/models/faq-category-sub-document-model.d.ts +38 -0
- package/lib/models/faq-category-sub-document-model.d.ts.map +1 -0
- package/lib/models/faq-category-sub-document-model.js +15 -0
- package/lib/models/faq-document-model.d.ts +46 -0
- package/lib/models/faq-document-model.d.ts.map +1 -0
- package/lib/models/faq-document-model.js +15 -0
- package/lib/models/geography-point.d.ts +56 -0
- package/lib/models/geography-point.d.ts.map +1 -0
- package/lib/models/geography-point.js +15 -0
- package/lib/models/hospital-document-model.d.ts +165 -0
- package/lib/models/hospital-document-model.d.ts.map +1 -0
- package/lib/models/hospital-document-model.js +15 -0
- package/lib/models/hospital-specialty-document-model.d.ts +103 -0
- package/lib/models/hospital-specialty-document-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-document-model.js +15 -0
- package/lib/models/hospital-specialty-sub-document-model.d.ts +44 -0
- package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -0
- package/lib/models/hospital-specialty-sub-document-model.js +15 -0
- package/lib/models/hospital-sub-document-model.d.ts +44 -0
- package/lib/models/hospital-sub-document-model.d.ts.map +1 -0
- package/lib/models/hospital-sub-document-model.js +15 -0
- package/lib/models/index.d.ts +35 -0
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +35 -0
- package/lib/models/location-document-model.d.ts +62 -0
- package/lib/models/location-document-model.d.ts.map +1 -0
- package/lib/models/location-document-model.js +15 -0
- package/lib/models/media-document-model.d.ts +61 -0
- package/lib/models/media-document-model.d.ts.map +1 -0
- package/lib/models/media-document-model.js +15 -0
- package/lib/models/package-sub-document-model.d.ts +50 -0
- package/lib/models/package-sub-document-model.d.ts.map +1 -0
- package/lib/models/package-sub-document-model.js +15 -0
- package/lib/models/service-document-model.d.ts +89 -0
- package/lib/models/service-document-model.d.ts.map +1 -0
- package/lib/models/service-document-model.js +15 -0
- package/lib/models/service-sub-document-model.d.ts +32 -0
- package/lib/models/service-sub-document-model.d.ts.map +1 -0
- package/lib/models/service-sub-document-model.js +15 -0
- package/lib/models/sns-handle-document-model.d.ts +31 -0
- package/lib/models/sns-handle-document-model.d.ts.map +1 -0
- package/lib/models/sns-handle-document-model.js +15 -0
- package/lib/models/specialty-document-model.d.ts +70 -0
- package/lib/models/specialty-document-model.d.ts.map +1 -0
- package/lib/models/specialty-document-model.js +15 -0
- package/lib/models/specialty-sub-document-model.d.ts +32 -0
- package/lib/models/specialty-sub-document-model.d.ts.map +1 -0
- package/lib/models/specialty-sub-document-model.js +15 -0
- package/lib/models/tag-document-model.d.ts +31 -0
- package/lib/models/tag-document-model.d.ts.map +1 -0
- package/lib/models/tag-document-model.js +15 -0
- package/lib/models/translation-document-model.d.ts +61 -0
- package/lib/models/translation-document-model.d.ts.map +1 -0
- package/lib/models/translation-document-model.js +15 -0
- package/lib/models/translation-item-document-model.d.ts +43 -0
- package/lib/models/translation-item-document-model.d.ts.map +1 -0
- package/lib/models/translation-item-document-model.js +15 -0
- package/lib/models/user-location-document-model.d.ts +61 -0
- package/lib/models/user-location-document-model.d.ts.map +1 -0
- package/lib/models/user-location-document-model.js +15 -0
- package/package.json +1 -1
- package/src/.openapi-generator/FILES +35 -0
- package/src/api/articles-api.ts +24 -10
- package/src/api/contributors-api.ts +20 -6
- package/src/api/countries-api.ts +24 -10
- package/src/api/deals-api.ts +20 -6
- package/src/api/hospitals-api.ts +80 -26
- package/src/api/services-api.ts +28 -14
- package/src/api/specialties-api.ts +28 -14
- package/src/api/specialty-types-api.ts +28 -14
- package/src/models/accreditation-document-model.ts +42 -0
- package/src/models/appointment-option-document-model.ts +54 -0
- package/src/models/article-contributor-document-model.ts +45 -0
- package/src/models/article-document-model.ts +114 -0
- package/src/models/contributor-document-model.ts +63 -0
- package/src/models/contributor-sub-document-model.ts +39 -0
- package/src/models/coordinate-system.ts +42 -0
- package/src/models/country-document-model.ts +72 -0
- package/src/models/country-sub-document-model.ts +39 -0
- package/src/models/deal-document-model.ts +120 -0
- package/src/models/department-document-model.ts +78 -0
- package/src/models/department-sub-document-model.ts +45 -0
- package/src/models/doctor-certificate-sub-document-model.ts +48 -0
- package/src/models/doctor-document-model.ts +135 -0
- package/src/models/doctor-specialty-sub-document-model.ts +39 -0
- package/src/models/faq-category-document-model.ts +54 -0
- package/src/models/faq-category-sub-document-model.ts +45 -0
- package/src/models/faq-document-model.ts +57 -0
- package/src/models/geography-point.ts +63 -0
- package/src/models/hospital-document-model.ts +186 -0
- package/src/models/hospital-specialty-document-model.ts +120 -0
- package/src/models/hospital-specialty-sub-document-model.ts +51 -0
- package/src/models/hospital-sub-document-model.ts +51 -0
- package/src/models/index.ts +35 -0
- package/src/models/location-document-model.ts +69 -0
- package/src/models/media-document-model.ts +66 -0
- package/src/models/package-sub-document-model.ts +57 -0
- package/src/models/service-document-model.ts +102 -0
- package/src/models/service-sub-document-model.ts +39 -0
- package/src/models/sns-handle-document-model.ts +36 -0
- package/src/models/specialty-document-model.ts +81 -0
- package/src/models/specialty-sub-document-model.ts +39 -0
- package/src/models/tag-document-model.ts +36 -0
- package/src/models/translation-document-model.ts +66 -0
- package/src/models/translation-item-document-model.ts +48 -0
- package/src/models/user-location-document-model.ts +66 -0
|
@@ -250,14 +250,15 @@ export const SpecialtyTypesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
250
250
|
},
|
|
251
251
|
/**
|
|
252
252
|
*
|
|
253
|
-
* @summary
|
|
253
|
+
* @summary Get specialtyType by slug
|
|
254
254
|
* @param {string} slug
|
|
255
255
|
* @param {string} [languageCode]
|
|
256
256
|
* @param {boolean} [returnDefaultValue]
|
|
257
|
+
* @param {string} [previewSecret]
|
|
257
258
|
* @param {*} [options] Override http request option.
|
|
258
259
|
* @throws {RequiredError}
|
|
259
260
|
*/
|
|
260
|
-
apiV2SpecialtytypesSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
261
|
+
apiV2SpecialtytypesSlugGet: async (slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
261
262
|
// verify required parameter 'slug' is not null or undefined
|
|
262
263
|
assertParamExists('apiV2SpecialtytypesSlugGet', 'slug', slug)
|
|
263
264
|
const localVarPath = `/api/v2/specialtytypes/{slug}`
|
|
@@ -281,6 +282,10 @@ export const SpecialtyTypesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
281
282
|
localVarQueryParameter['returnDefaultValue'] = returnDefaultValue;
|
|
282
283
|
}
|
|
283
284
|
|
|
285
|
+
if (previewSecret !== undefined) {
|
|
286
|
+
localVarQueryParameter['previewSecret'] = previewSecret;
|
|
287
|
+
}
|
|
288
|
+
|
|
284
289
|
|
|
285
290
|
|
|
286
291
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -294,7 +299,7 @@ export const SpecialtyTypesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
294
299
|
},
|
|
295
300
|
/**
|
|
296
301
|
*
|
|
297
|
-
* @summary
|
|
302
|
+
* @summary Get specialtyType by id
|
|
298
303
|
* @param {string} specialtyTypeId
|
|
299
304
|
* @param {string} [languageCode]
|
|
300
305
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -495,20 +500,21 @@ export const SpecialtyTypesApiFp = function(configuration?: Configuration) {
|
|
|
495
500
|
},
|
|
496
501
|
/**
|
|
497
502
|
*
|
|
498
|
-
* @summary
|
|
503
|
+
* @summary Get specialtyType by slug
|
|
499
504
|
* @param {string} slug
|
|
500
505
|
* @param {string} [languageCode]
|
|
501
506
|
* @param {boolean} [returnDefaultValue]
|
|
507
|
+
* @param {string} [previewSecret]
|
|
502
508
|
* @param {*} [options] Override http request option.
|
|
503
509
|
* @throws {RequiredError}
|
|
504
510
|
*/
|
|
505
|
-
async apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
506
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, options);
|
|
511
|
+
async apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtyTypeModel>> {
|
|
512
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, previewSecret, options);
|
|
507
513
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
508
514
|
},
|
|
509
515
|
/**
|
|
510
516
|
*
|
|
511
|
-
* @summary
|
|
517
|
+
* @summary Get specialtyType by id
|
|
512
518
|
* @param {string} specialtyTypeId
|
|
513
519
|
* @param {string} [languageCode]
|
|
514
520
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -605,19 +611,20 @@ export const SpecialtyTypesApiFactory = function (configuration?: Configuration,
|
|
|
605
611
|
},
|
|
606
612
|
/**
|
|
607
613
|
*
|
|
608
|
-
* @summary
|
|
614
|
+
* @summary Get specialtyType by slug
|
|
609
615
|
* @param {string} slug
|
|
610
616
|
* @param {string} [languageCode]
|
|
611
617
|
* @param {boolean} [returnDefaultValue]
|
|
618
|
+
* @param {string} [previewSecret]
|
|
612
619
|
* @param {*} [options] Override http request option.
|
|
613
620
|
* @throws {RequiredError}
|
|
614
621
|
*/
|
|
615
|
-
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
616
|
-
return localVarFp.apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, options).then((request) => request(axios, basePath));
|
|
622
|
+
apiV2SpecialtytypesSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, previewSecret?: string, options?: any): AxiosPromise<SpecialtyTypeModel> {
|
|
623
|
+
return localVarFp.apiV2SpecialtytypesSlugGet(slug, languageCode, returnDefaultValue, previewSecret, options).then((request) => request(axios, basePath));
|
|
617
624
|
},
|
|
618
625
|
/**
|
|
619
626
|
*
|
|
620
|
-
* @summary
|
|
627
|
+
* @summary Get specialtyType by id
|
|
621
628
|
* @param {string} specialtyTypeId
|
|
622
629
|
* @param {string} [languageCode]
|
|
623
630
|
* @param {boolean} [returnDefaultValue]
|
|
@@ -892,6 +899,13 @@ export interface SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest {
|
|
|
892
899
|
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
893
900
|
*/
|
|
894
901
|
readonly returnDefaultValue?: boolean
|
|
902
|
+
|
|
903
|
+
/**
|
|
904
|
+
*
|
|
905
|
+
* @type {string}
|
|
906
|
+
* @memberof SpecialtyTypesApiApiV2SpecialtytypesSlugGet
|
|
907
|
+
*/
|
|
908
|
+
readonly previewSecret?: string
|
|
895
909
|
}
|
|
896
910
|
|
|
897
911
|
/**
|
|
@@ -1025,19 +1039,19 @@ export class SpecialtyTypesApi extends BaseAPI {
|
|
|
1025
1039
|
|
|
1026
1040
|
/**
|
|
1027
1041
|
*
|
|
1028
|
-
* @summary
|
|
1042
|
+
* @summary Get specialtyType by slug
|
|
1029
1043
|
* @param {SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest} requestParameters Request parameters.
|
|
1030
1044
|
* @param {*} [options] Override http request option.
|
|
1031
1045
|
* @throws {RequiredError}
|
|
1032
1046
|
* @memberof SpecialtyTypesApi
|
|
1033
1047
|
*/
|
|
1034
1048
|
public apiV2SpecialtytypesSlugGet(requestParameters: SpecialtyTypesApiApiV2SpecialtytypesSlugGetRequest, options?: AxiosRequestConfig) {
|
|
1035
|
-
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, options).then((request) => request(this.axios, this.basePath));
|
|
1049
|
+
return SpecialtyTypesApiFp(this.configuration).apiV2SpecialtytypesSlugGet(requestParameters.slug, requestParameters.languageCode, requestParameters.returnDefaultValue, requestParameters.previewSecret, options).then((request) => request(this.axios, this.basePath));
|
|
1036
1050
|
}
|
|
1037
1051
|
|
|
1038
1052
|
/**
|
|
1039
1053
|
*
|
|
1040
|
-
* @summary
|
|
1054
|
+
* @summary Get specialtyType by id
|
|
1041
1055
|
* @param {SpecialtyTypesApiApiV2SpecialtytypesSpecialtyTypeIdGetRequest} requestParameters Request parameters.
|
|
1042
1056
|
* @param {*} [options] Override http request option.
|
|
1043
1057
|
* @throws {RequiredError}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 AccreditationDocumentModel
|
|
21
|
+
*/
|
|
22
|
+
export interface AccreditationDocumentModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AccreditationDocumentModel
|
|
27
|
+
*/
|
|
28
|
+
'name'?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof AccreditationDocumentModel
|
|
33
|
+
*/
|
|
34
|
+
'logo'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof AccreditationDocumentModel
|
|
39
|
+
*/
|
|
40
|
+
'country'?: string | null;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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 AppointmentOptionDocumentModel
|
|
21
|
+
*/
|
|
22
|
+
export interface AppointmentOptionDocumentModel {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof AppointmentOptionDocumentModel
|
|
27
|
+
*/
|
|
28
|
+
'appointmentEnabled'?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof AppointmentOptionDocumentModel
|
|
33
|
+
*/
|
|
34
|
+
'appointmentFee'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {boolean}
|
|
38
|
+
* @memberof AppointmentOptionDocumentModel
|
|
39
|
+
*/
|
|
40
|
+
'useTimetable'?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof AppointmentOptionDocumentModel
|
|
45
|
+
*/
|
|
46
|
+
'beforeEventBufferMinutes'?: number;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof AppointmentOptionDocumentModel
|
|
51
|
+
*/
|
|
52
|
+
'afterEventBufferMinutes'?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { ContributorSubDocumentModel } from './contributor-sub-document-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ArticleContributorDocumentModel
|
|
24
|
+
*/
|
|
25
|
+
export interface ArticleContributorDocumentModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ContributorSubDocumentModel}
|
|
29
|
+
* @memberof ArticleContributorDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
'contributor'?: ContributorSubDocumentModel;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ArticleContributorDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'type'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ArticleContributorDocumentModel
|
|
42
|
+
*/
|
|
43
|
+
'filter'?: string | null;
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,114 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { ArticleContributorDocumentModel } from './article-contributor-document-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { TagDocumentModel } from './tag-document-model';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import { TranslationDocumentModel } from './translation-document-model';
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @export
|
|
32
|
+
* @interface ArticleDocumentModel
|
|
33
|
+
*/
|
|
34
|
+
export interface ArticleDocumentModel {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ArticleDocumentModel
|
|
39
|
+
*/
|
|
40
|
+
'id'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ArticleDocumentModel
|
|
45
|
+
*/
|
|
46
|
+
'marketingType'?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ArticleDocumentModel
|
|
51
|
+
*/
|
|
52
|
+
'userId'?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ArticleDocumentModel
|
|
57
|
+
*/
|
|
58
|
+
'userName'?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ArticleDocumentModel
|
|
63
|
+
*/
|
|
64
|
+
'youtubeUrl'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof ArticleDocumentModel
|
|
69
|
+
*/
|
|
70
|
+
'photo'?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ArticleDocumentModel
|
|
75
|
+
*/
|
|
76
|
+
'photoThumbnail'?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ArticleDocumentModel
|
|
81
|
+
*/
|
|
82
|
+
'background'?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ArticleDocumentModel
|
|
87
|
+
*/
|
|
88
|
+
'backgroundThumbnail'?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {HospitalSubDocumentModel}
|
|
92
|
+
* @memberof ArticleDocumentModel
|
|
93
|
+
*/
|
|
94
|
+
'hospital'?: HospitalSubDocumentModel;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {Array<TagDocumentModel>}
|
|
98
|
+
* @memberof ArticleDocumentModel
|
|
99
|
+
*/
|
|
100
|
+
'tags'?: Array<TagDocumentModel> | null;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {Array<ArticleContributorDocumentModel>}
|
|
104
|
+
* @memberof ArticleDocumentModel
|
|
105
|
+
*/
|
|
106
|
+
'articleContributors'?: Array<ArticleContributorDocumentModel> | null;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {Array<TranslationDocumentModel>}
|
|
110
|
+
* @memberof ArticleDocumentModel
|
|
111
|
+
*/
|
|
112
|
+
'translations'?: Array<TranslationDocumentModel> | null;
|
|
113
|
+
}
|
|
114
|
+
|
|
@@ -0,0 +1,63 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { HospitalSubDocumentModel } from './hospital-sub-document-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { SnsHandleDocumentModel } from './sns-handle-document-model';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import { TranslationDocumentModel } from './translation-document-model';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @export
|
|
29
|
+
* @interface ContributorDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
export interface ContributorDocumentModel {
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ContributorDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'id'?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ContributorDocumentModel
|
|
42
|
+
*/
|
|
43
|
+
'website'?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {HospitalSubDocumentModel}
|
|
47
|
+
* @memberof ContributorDocumentModel
|
|
48
|
+
*/
|
|
49
|
+
'hospital'?: HospitalSubDocumentModel;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {Array<SnsHandleDocumentModel>}
|
|
53
|
+
* @memberof ContributorDocumentModel
|
|
54
|
+
*/
|
|
55
|
+
'snsHandles'?: Array<SnsHandleDocumentModel> | null;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Array<TranslationDocumentModel>}
|
|
59
|
+
* @memberof ContributorDocumentModel
|
|
60
|
+
*/
|
|
61
|
+
'translations'?: Array<TranslationDocumentModel> | null;
|
|
62
|
+
}
|
|
63
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { TranslationItemDocumentModel } from './translation-item-document-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ContributorSubDocumentModel
|
|
24
|
+
*/
|
|
25
|
+
export interface ContributorSubDocumentModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ContributorSubDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
'id'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<TranslationItemDocumentModel>}
|
|
35
|
+
* @memberof ContributorSubDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'translations'?: Array<TranslationItemDocumentModel> | null;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
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 CoordinateSystem
|
|
21
|
+
*/
|
|
22
|
+
export interface CoordinateSystem {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CoordinateSystem
|
|
27
|
+
*/
|
|
28
|
+
'epsgId'?: number | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CoordinateSystem
|
|
33
|
+
*/
|
|
34
|
+
'id'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof CoordinateSystem
|
|
39
|
+
*/
|
|
40
|
+
'name'?: string | null;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { MediaDocumentModel } from './media-document-model';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import { TranslationDocumentModel } from './translation-document-model';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface CountryDocumentModel
|
|
27
|
+
*/
|
|
28
|
+
export interface CountryDocumentModel {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CountryDocumentModel
|
|
33
|
+
*/
|
|
34
|
+
'id'?: string | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof CountryDocumentModel
|
|
39
|
+
*/
|
|
40
|
+
'logo'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof CountryDocumentModel
|
|
45
|
+
*/
|
|
46
|
+
'hospitalsCount'?: number;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof CountryDocumentModel
|
|
51
|
+
*/
|
|
52
|
+
'doctorsCount'?: number;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof CountryDocumentModel
|
|
57
|
+
*/
|
|
58
|
+
'dealsCount'?: number;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {Array<MediaDocumentModel>}
|
|
62
|
+
* @memberof CountryDocumentModel
|
|
63
|
+
*/
|
|
64
|
+
'medias'?: Array<MediaDocumentModel> | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {Array<TranslationDocumentModel>}
|
|
68
|
+
* @memberof CountryDocumentModel
|
|
69
|
+
*/
|
|
70
|
+
'translations'?: Array<TranslationDocumentModel> | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import { TranslationItemDocumentModel } from './translation-item-document-model';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface CountrySubDocumentModel
|
|
24
|
+
*/
|
|
25
|
+
export interface CountrySubDocumentModel {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof CountrySubDocumentModel
|
|
30
|
+
*/
|
|
31
|
+
'id'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<TranslationItemDocumentModel>}
|
|
35
|
+
* @memberof CountrySubDocumentModel
|
|
36
|
+
*/
|
|
37
|
+
'translations'?: Array<TranslationItemDocumentModel> | null;
|
|
38
|
+
}
|
|
39
|
+
|