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
@@ -0,0 +1,120 @@
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 { AppointmentOptionDocumentModel } from './appointment-option-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 { LocationDocumentModel } from './location-document-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import { PackageSubDocumentModel } from './package-sub-document-model';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import { ServiceSubDocumentModel } from './service-sub-document-model';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import { TranslationDocumentModel } from './translation-document-model';
34
+
35
+ /**
36
+ *
37
+ * @export
38
+ * @interface DealDocumentModel
39
+ */
40
+ export interface DealDocumentModel {
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof DealDocumentModel
45
+ */
46
+ 'id'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof DealDocumentModel
51
+ */
52
+ 'name'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof DealDocumentModel
57
+ */
58
+ 'description'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof DealDocumentModel
63
+ */
64
+ 'marketingType'?: string | null;
65
+ /**
66
+ *
67
+ * @type {HospitalSubDocumentModel}
68
+ * @memberof DealDocumentModel
69
+ */
70
+ 'hospital'?: HospitalSubDocumentModel;
71
+ /**
72
+ *
73
+ * @type {LocationDocumentModel}
74
+ * @memberof DealDocumentModel
75
+ */
76
+ 'location'?: LocationDocumentModel;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof DealDocumentModel
81
+ */
82
+ 'photo'?: string | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof DealDocumentModel
87
+ */
88
+ 'photoThumbnail'?: string | null;
89
+ /**
90
+ *
91
+ * @type {number}
92
+ * @memberof DealDocumentModel
93
+ */
94
+ 'serviceDuration'?: number;
95
+ /**
96
+ *
97
+ * @type {AppointmentOptionDocumentModel}
98
+ * @memberof DealDocumentModel
99
+ */
100
+ 'appointmentOption'?: AppointmentOptionDocumentModel;
101
+ /**
102
+ *
103
+ * @type {Array<PackageSubDocumentModel>}
104
+ * @memberof DealDocumentModel
105
+ */
106
+ 'packages'?: Array<PackageSubDocumentModel> | null;
107
+ /**
108
+ *
109
+ * @type {Array<ServiceSubDocumentModel>}
110
+ * @memberof DealDocumentModel
111
+ */
112
+ 'services'?: Array<ServiceSubDocumentModel> | null;
113
+ /**
114
+ *
115
+ * @type {Array<TranslationDocumentModel>}
116
+ * @memberof DealDocumentModel
117
+ */
118
+ 'translations'?: Array<TranslationDocumentModel> | null;
119
+ }
120
+
@@ -0,0 +1,78 @@
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 DepartmentDocumentModel
27
+ */
28
+ export interface DepartmentDocumentModel {
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof DepartmentDocumentModel
33
+ */
34
+ 'id'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof DepartmentDocumentModel
39
+ */
40
+ 'marketingType'?: string | null;
41
+ /**
42
+ *
43
+ * @type {string}
44
+ * @memberof DepartmentDocumentModel
45
+ */
46
+ 'photo'?: string | null;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof DepartmentDocumentModel
51
+ */
52
+ 'photoThumbnail'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof DepartmentDocumentModel
57
+ */
58
+ 'background'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof DepartmentDocumentModel
63
+ */
64
+ 'backgroundThumbnail'?: string | null;
65
+ /**
66
+ *
67
+ * @type {Array<MediaDocumentModel>}
68
+ * @memberof DepartmentDocumentModel
69
+ */
70
+ 'medias'?: Array<MediaDocumentModel> | null;
71
+ /**
72
+ *
73
+ * @type {Array<TranslationDocumentModel>}
74
+ * @memberof DepartmentDocumentModel
75
+ */
76
+ 'translations'?: Array<TranslationDocumentModel> | null;
77
+ }
78
+
@@ -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 { TranslationItemDocumentModel } from './translation-item-document-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface DepartmentSubDocumentModel
24
+ */
25
+ export interface DepartmentSubDocumentModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof DepartmentSubDocumentModel
30
+ */
31
+ 'id'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof DepartmentSubDocumentModel
36
+ */
37
+ 'marketingType'?: string | null;
38
+ /**
39
+ *
40
+ * @type {Array<TranslationItemDocumentModel>}
41
+ * @memberof DepartmentSubDocumentModel
42
+ */
43
+ 'translations'?: Array<TranslationItemDocumentModel> | null;
44
+ }
45
+
@@ -0,0 +1,48 @@
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 DoctorCertificateSubDocumentModel
21
+ */
22
+ export interface DoctorCertificateSubDocumentModel {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof DoctorCertificateSubDocumentModel
27
+ */
28
+ 'id'?: string | null;
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof DoctorCertificateSubDocumentModel
33
+ */
34
+ 'certificate'?: string | null;
35
+ /**
36
+ *
37
+ * @type {Date}
38
+ * @memberof DoctorCertificateSubDocumentModel
39
+ */
40
+ 'activeFrom'?: Date | null;
41
+ /**
42
+ *
43
+ * @type {Date}
44
+ * @memberof DoctorCertificateSubDocumentModel
45
+ */
46
+ 'activeTo'?: Date | null;
47
+ }
48
+
@@ -0,0 +1,135 @@
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 { AppointmentOptionDocumentModel } from './appointment-option-document-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { DoctorCertificateSubDocumentModel } from './doctor-certificate-sub-document-model';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { DoctorSpecialtySubDocumentModel } from './doctor-specialty-sub-document-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
27
+ import { HospitalSubDocumentModel } from './hospital-sub-document-model';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
30
+ import { MediaDocumentModel } from './media-document-model';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
33
+ import { TranslationDocumentModel } from './translation-document-model';
34
+ // May contain unused imports in some cases
35
+ // @ts-ignore
36
+ import { UserLocationDocumentModel } from './user-location-document-model';
37
+
38
+ /**
39
+ *
40
+ * @export
41
+ * @interface DoctorDocumentModel
42
+ */
43
+ export interface DoctorDocumentModel {
44
+ /**
45
+ *
46
+ * @type {string}
47
+ * @memberof DoctorDocumentModel
48
+ */
49
+ 'id'?: string | null;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof DoctorDocumentModel
54
+ */
55
+ 'doctorId'?: string | null;
56
+ /**
57
+ *
58
+ * @type {Date}
59
+ * @memberof DoctorDocumentModel
60
+ */
61
+ 'startPracticeDate'?: Date | null;
62
+ /**
63
+ *
64
+ * @type {boolean}
65
+ * @memberof DoctorDocumentModel
66
+ */
67
+ 'consultationEnabled'?: boolean | null;
68
+ /**
69
+ *
70
+ * @type {number}
71
+ * @memberof DoctorDocumentModel
72
+ */
73
+ 'consultationFee'?: number | null;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof DoctorDocumentModel
78
+ */
79
+ 'photo'?: string | null;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof DoctorDocumentModel
84
+ */
85
+ 'photoThumbnail'?: string | null;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof DoctorDocumentModel
90
+ */
91
+ 'timeZone'?: string | null;
92
+ /**
93
+ *
94
+ * @type {HospitalSubDocumentModel}
95
+ * @memberof DoctorDocumentModel
96
+ */
97
+ 'hospital'?: HospitalSubDocumentModel;
98
+ /**
99
+ *
100
+ * @type {AppointmentOptionDocumentModel}
101
+ * @memberof DoctorDocumentModel
102
+ */
103
+ 'appointmentOption'?: AppointmentOptionDocumentModel;
104
+ /**
105
+ *
106
+ * @type {Array<MediaDocumentModel>}
107
+ * @memberof DoctorDocumentModel
108
+ */
109
+ 'medias'?: Array<MediaDocumentModel> | null;
110
+ /**
111
+ *
112
+ * @type {Array<UserLocationDocumentModel>}
113
+ * @memberof DoctorDocumentModel
114
+ */
115
+ 'locations'?: Array<UserLocationDocumentModel> | null;
116
+ /**
117
+ *
118
+ * @type {Array<DoctorCertificateSubDocumentModel>}
119
+ * @memberof DoctorDocumentModel
120
+ */
121
+ 'doctorCertificates'?: Array<DoctorCertificateSubDocumentModel> | null;
122
+ /**
123
+ *
124
+ * @type {Array<DoctorSpecialtySubDocumentModel>}
125
+ * @memberof DoctorDocumentModel
126
+ */
127
+ 'specialties'?: Array<DoctorSpecialtySubDocumentModel> | null;
128
+ /**
129
+ *
130
+ * @type {Array<TranslationDocumentModel>}
131
+ * @memberof DoctorDocumentModel
132
+ */
133
+ 'translations'?: Array<TranslationDocumentModel> | null;
134
+ }
135
+
@@ -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 DoctorSpecialtySubDocumentModel
24
+ */
25
+ export interface DoctorSpecialtySubDocumentModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof DoctorSpecialtySubDocumentModel
30
+ */
31
+ 'id'?: string | null;
32
+ /**
33
+ *
34
+ * @type {Array<TranslationItemDocumentModel>}
35
+ * @memberof DoctorSpecialtySubDocumentModel
36
+ */
37
+ 'translations'?: Array<TranslationItemDocumentModel> | null;
38
+ }
39
+
@@ -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
+ // 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 { TranslationDocumentModel } from './translation-document-model';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface FaqCategoryDocumentModel
27
+ */
28
+ export interface FaqCategoryDocumentModel {
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof FaqCategoryDocumentModel
33
+ */
34
+ 'id'?: string | null;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof FaqCategoryDocumentModel
39
+ */
40
+ 'parentId'?: string | null;
41
+ /**
42
+ *
43
+ * @type {HospitalSubDocumentModel}
44
+ * @memberof FaqCategoryDocumentModel
45
+ */
46
+ 'hospital'?: HospitalSubDocumentModel;
47
+ /**
48
+ *
49
+ * @type {Array<TranslationDocumentModel>}
50
+ * @memberof FaqCategoryDocumentModel
51
+ */
52
+ 'translations'?: Array<TranslationDocumentModel> | null;
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 { TranslationItemDocumentModel } from './translation-item-document-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface FaqCategorySubDocumentModel
24
+ */
25
+ export interface FaqCategorySubDocumentModel {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof FaqCategorySubDocumentModel
30
+ */
31
+ 'id'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof FaqCategorySubDocumentModel
36
+ */
37
+ 'hospitalId'?: string | null;
38
+ /**
39
+ *
40
+ * @type {Array<TranslationItemDocumentModel>}
41
+ * @memberof FaqCategorySubDocumentModel
42
+ */
43
+ 'translations'?: Array<TranslationItemDocumentModel> | null;
44
+ }
45
+
@@ -0,0 +1,57 @@
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 { FaqCategorySubDocumentModel } from './faq-category-sub-document-model';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { TagDocumentModel } from './tag-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 FaqDocumentModel
30
+ */
31
+ export interface FaqDocumentModel {
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof FaqDocumentModel
36
+ */
37
+ 'id'?: string | null;
38
+ /**
39
+ *
40
+ * @type {FaqCategorySubDocumentModel}
41
+ * @memberof FaqDocumentModel
42
+ */
43
+ 'faqCategory'?: FaqCategorySubDocumentModel;
44
+ /**
45
+ *
46
+ * @type {Array<TagDocumentModel>}
47
+ * @memberof FaqDocumentModel
48
+ */
49
+ 'tags'?: Array<TagDocumentModel> | null;
50
+ /**
51
+ *
52
+ * @type {Array<TranslationDocumentModel>}
53
+ * @memberof FaqDocumentModel
54
+ */
55
+ 'translations'?: Array<TranslationDocumentModel> | null;
56
+ }
57
+
@@ -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 { CoordinateSystem } from './coordinate-system';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface GeographyPoint
24
+ */
25
+ export interface GeographyPoint {
26
+ /**
27
+ *
28
+ * @type {CoordinateSystem}
29
+ * @memberof GeographyPoint
30
+ */
31
+ 'coordinateSystem'?: CoordinateSystem;
32
+ /**
33
+ *
34
+ * @type {boolean}
35
+ * @memberof GeographyPoint
36
+ */
37
+ 'isEmpty'?: boolean;
38
+ /**
39
+ *
40
+ * @type {number}
41
+ * @memberof GeographyPoint
42
+ */
43
+ 'latitude'?: number;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof GeographyPoint
48
+ */
49
+ 'longitude'?: number;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof GeographyPoint
54
+ */
55
+ 'z'?: number | null;
56
+ /**
57
+ *
58
+ * @type {number}
59
+ * @memberof GeographyPoint
60
+ */
61
+ 'm'?: number | null;
62
+ }
63
+