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.
Files changed (178) hide show
  1. package/lib/api/articles-api.d.ts +16 -7
  2. package/lib/api/articles-api.d.ts.map +1 -1
  3. package/lib/api/articles-api.js +16 -10
  4. package/lib/api/contributors-api.d.ts +12 -3
  5. package/lib/api/contributors-api.d.ts.map +1 -1
  6. package/lib/api/contributors-api.js +12 -6
  7. package/lib/api/countries-api.d.ts +16 -7
  8. package/lib/api/countries-api.d.ts.map +1 -1
  9. package/lib/api/countries-api.js +16 -10
  10. package/lib/api/deals-api.d.ts +12 -3
  11. package/lib/api/deals-api.d.ts.map +1 -1
  12. package/lib/api/deals-api.js +12 -6
  13. package/lib/api/hospitals-api.d.ts +56 -17
  14. package/lib/api/hospitals-api.d.ts.map +1 -1
  15. package/lib/api/hospitals-api.js +56 -26
  16. package/lib/api/services-api.d.ts +20 -11
  17. package/lib/api/services-api.d.ts.map +1 -1
  18. package/lib/api/services-api.js +20 -14
  19. package/lib/api/specialties-api.d.ts +20 -11
  20. package/lib/api/specialties-api.d.ts.map +1 -1
  21. package/lib/api/specialties-api.js +20 -14
  22. package/lib/api/specialty-types-api.d.ts +20 -11
  23. package/lib/api/specialty-types-api.d.ts.map +1 -1
  24. package/lib/api/specialty-types-api.js +20 -14
  25. package/lib/models/accreditation-document-model.d.ts +37 -0
  26. package/lib/models/accreditation-document-model.d.ts.map +1 -0
  27. package/lib/models/accreditation-document-model.js +15 -0
  28. package/lib/models/appointment-option-document-model.d.ts +49 -0
  29. package/lib/models/appointment-option-document-model.d.ts.map +1 -0
  30. package/lib/models/appointment-option-document-model.js +15 -0
  31. package/lib/models/article-contributor-document-model.d.ts +38 -0
  32. package/lib/models/article-contributor-document-model.d.ts.map +1 -0
  33. package/lib/models/article-contributor-document-model.js +15 -0
  34. package/lib/models/article-document-model.d.ts +101 -0
  35. package/lib/models/article-document-model.d.ts.map +1 -0
  36. package/lib/models/article-document-model.js +15 -0
  37. package/lib/models/contributor-document-model.d.ts +52 -0
  38. package/lib/models/contributor-document-model.d.ts.map +1 -0
  39. package/lib/models/contributor-document-model.js +15 -0
  40. package/lib/models/contributor-sub-document-model.d.ts +32 -0
  41. package/lib/models/contributor-sub-document-model.d.ts.map +1 -0
  42. package/lib/models/contributor-sub-document-model.js +15 -0
  43. package/lib/models/coordinate-system.d.ts +37 -0
  44. package/lib/models/coordinate-system.d.ts.map +1 -0
  45. package/lib/models/coordinate-system.js +15 -0
  46. package/lib/models/country-document-model.d.ts +63 -0
  47. package/lib/models/country-document-model.d.ts.map +1 -0
  48. package/lib/models/country-document-model.js +15 -0
  49. package/lib/models/country-sub-document-model.d.ts +32 -0
  50. package/lib/models/country-sub-document-model.d.ts.map +1 -0
  51. package/lib/models/country-sub-document-model.js +15 -0
  52. package/lib/models/deal-document-model.d.ts +103 -0
  53. package/lib/models/deal-document-model.d.ts.map +1 -0
  54. package/lib/models/deal-document-model.js +15 -0
  55. package/lib/models/department-document-model.d.ts +69 -0
  56. package/lib/models/department-document-model.d.ts.map +1 -0
  57. package/lib/models/department-document-model.js +15 -0
  58. package/lib/models/department-sub-document-model.d.ts +38 -0
  59. package/lib/models/department-sub-document-model.d.ts.map +1 -0
  60. package/lib/models/department-sub-document-model.js +15 -0
  61. package/lib/models/doctor-certificate-sub-document-model.d.ts +43 -0
  62. package/lib/models/doctor-certificate-sub-document-model.d.ts.map +1 -0
  63. package/lib/models/doctor-certificate-sub-document-model.js +15 -0
  64. package/lib/models/doctor-document-model.d.ts +116 -0
  65. package/lib/models/doctor-document-model.d.ts.map +1 -0
  66. package/lib/models/doctor-document-model.js +15 -0
  67. package/lib/models/doctor-specialty-sub-document-model.d.ts +32 -0
  68. package/lib/models/doctor-specialty-sub-document-model.d.ts.map +1 -0
  69. package/lib/models/doctor-specialty-sub-document-model.js +15 -0
  70. package/lib/models/faq-category-document-model.d.ts +45 -0
  71. package/lib/models/faq-category-document-model.d.ts.map +1 -0
  72. package/lib/models/faq-category-document-model.js +15 -0
  73. package/lib/models/faq-category-sub-document-model.d.ts +38 -0
  74. package/lib/models/faq-category-sub-document-model.d.ts.map +1 -0
  75. package/lib/models/faq-category-sub-document-model.js +15 -0
  76. package/lib/models/faq-document-model.d.ts +46 -0
  77. package/lib/models/faq-document-model.d.ts.map +1 -0
  78. package/lib/models/faq-document-model.js +15 -0
  79. package/lib/models/geography-point.d.ts +56 -0
  80. package/lib/models/geography-point.d.ts.map +1 -0
  81. package/lib/models/geography-point.js +15 -0
  82. package/lib/models/hospital-document-model.d.ts +165 -0
  83. package/lib/models/hospital-document-model.d.ts.map +1 -0
  84. package/lib/models/hospital-document-model.js +15 -0
  85. package/lib/models/hospital-specialty-document-model.d.ts +103 -0
  86. package/lib/models/hospital-specialty-document-model.d.ts.map +1 -0
  87. package/lib/models/hospital-specialty-document-model.js +15 -0
  88. package/lib/models/hospital-specialty-sub-document-model.d.ts +44 -0
  89. package/lib/models/hospital-specialty-sub-document-model.d.ts.map +1 -0
  90. package/lib/models/hospital-specialty-sub-document-model.js +15 -0
  91. package/lib/models/hospital-sub-document-model.d.ts +44 -0
  92. package/lib/models/hospital-sub-document-model.d.ts.map +1 -0
  93. package/lib/models/hospital-sub-document-model.js +15 -0
  94. package/lib/models/index.d.ts +35 -0
  95. package/lib/models/index.d.ts.map +1 -1
  96. package/lib/models/index.js +35 -0
  97. package/lib/models/location-document-model.d.ts +62 -0
  98. package/lib/models/location-document-model.d.ts.map +1 -0
  99. package/lib/models/location-document-model.js +15 -0
  100. package/lib/models/media-document-model.d.ts +61 -0
  101. package/lib/models/media-document-model.d.ts.map +1 -0
  102. package/lib/models/media-document-model.js +15 -0
  103. package/lib/models/package-sub-document-model.d.ts +50 -0
  104. package/lib/models/package-sub-document-model.d.ts.map +1 -0
  105. package/lib/models/package-sub-document-model.js +15 -0
  106. package/lib/models/service-document-model.d.ts +89 -0
  107. package/lib/models/service-document-model.d.ts.map +1 -0
  108. package/lib/models/service-document-model.js +15 -0
  109. package/lib/models/service-sub-document-model.d.ts +32 -0
  110. package/lib/models/service-sub-document-model.d.ts.map +1 -0
  111. package/lib/models/service-sub-document-model.js +15 -0
  112. package/lib/models/sns-handle-document-model.d.ts +31 -0
  113. package/lib/models/sns-handle-document-model.d.ts.map +1 -0
  114. package/lib/models/sns-handle-document-model.js +15 -0
  115. package/lib/models/specialty-document-model.d.ts +70 -0
  116. package/lib/models/specialty-document-model.d.ts.map +1 -0
  117. package/lib/models/specialty-document-model.js +15 -0
  118. package/lib/models/specialty-sub-document-model.d.ts +32 -0
  119. package/lib/models/specialty-sub-document-model.d.ts.map +1 -0
  120. package/lib/models/specialty-sub-document-model.js +15 -0
  121. package/lib/models/tag-document-model.d.ts +31 -0
  122. package/lib/models/tag-document-model.d.ts.map +1 -0
  123. package/lib/models/tag-document-model.js +15 -0
  124. package/lib/models/translation-document-model.d.ts +61 -0
  125. package/lib/models/translation-document-model.d.ts.map +1 -0
  126. package/lib/models/translation-document-model.js +15 -0
  127. package/lib/models/translation-item-document-model.d.ts +43 -0
  128. package/lib/models/translation-item-document-model.d.ts.map +1 -0
  129. package/lib/models/translation-item-document-model.js +15 -0
  130. package/lib/models/user-location-document-model.d.ts +61 -0
  131. package/lib/models/user-location-document-model.d.ts.map +1 -0
  132. package/lib/models/user-location-document-model.js +15 -0
  133. package/package.json +1 -1
  134. package/src/.openapi-generator/FILES +35 -0
  135. package/src/api/articles-api.ts +24 -10
  136. package/src/api/contributors-api.ts +20 -6
  137. package/src/api/countries-api.ts +24 -10
  138. package/src/api/deals-api.ts +20 -6
  139. package/src/api/hospitals-api.ts +80 -26
  140. package/src/api/services-api.ts +28 -14
  141. package/src/api/specialties-api.ts +28 -14
  142. package/src/api/specialty-types-api.ts +28 -14
  143. package/src/models/accreditation-document-model.ts +42 -0
  144. package/src/models/appointment-option-document-model.ts +54 -0
  145. package/src/models/article-contributor-document-model.ts +45 -0
  146. package/src/models/article-document-model.ts +114 -0
  147. package/src/models/contributor-document-model.ts +63 -0
  148. package/src/models/contributor-sub-document-model.ts +39 -0
  149. package/src/models/coordinate-system.ts +42 -0
  150. package/src/models/country-document-model.ts +72 -0
  151. package/src/models/country-sub-document-model.ts +39 -0
  152. package/src/models/deal-document-model.ts +120 -0
  153. package/src/models/department-document-model.ts +78 -0
  154. package/src/models/department-sub-document-model.ts +45 -0
  155. package/src/models/doctor-certificate-sub-document-model.ts +48 -0
  156. package/src/models/doctor-document-model.ts +135 -0
  157. package/src/models/doctor-specialty-sub-document-model.ts +39 -0
  158. package/src/models/faq-category-document-model.ts +54 -0
  159. package/src/models/faq-category-sub-document-model.ts +45 -0
  160. package/src/models/faq-document-model.ts +57 -0
  161. package/src/models/geography-point.ts +63 -0
  162. package/src/models/hospital-document-model.ts +186 -0
  163. package/src/models/hospital-specialty-document-model.ts +120 -0
  164. package/src/models/hospital-specialty-sub-document-model.ts +51 -0
  165. package/src/models/hospital-sub-document-model.ts +51 -0
  166. package/src/models/index.ts +35 -0
  167. package/src/models/location-document-model.ts +69 -0
  168. package/src/models/media-document-model.ts +66 -0
  169. package/src/models/package-sub-document-model.ts +57 -0
  170. package/src/models/service-document-model.ts +102 -0
  171. package/src/models/service-sub-document-model.ts +39 -0
  172. package/src/models/sns-handle-document-model.ts +36 -0
  173. package/src/models/specialty-document-model.ts +81 -0
  174. package/src/models/specialty-sub-document-model.ts +39 -0
  175. package/src/models/tag-document-model.ts +36 -0
  176. package/src/models/translation-document-model.ts +66 -0
  177. package/src/models/translation-item-document-model.ts +48 -0
  178. 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
+