ch-api-client-typescript2 5.2.8 → 5.3.0

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 (87) hide show
  1. package/lib/api/vonage-users-api.d.ts +143 -0
  2. package/lib/api/vonage-users-api.d.ts.map +1 -0
  3. package/lib/api/vonage-users-api.js +356 -0
  4. package/lib/api/vonage-webhooks-api.d.ts +116 -0
  5. package/lib/api/vonage-webhooks-api.d.ts.map +1 -0
  6. package/lib/api/vonage-webhooks-api.js +323 -0
  7. package/lib/api.d.ts +2 -0
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +2 -0
  10. package/lib/models/deal-document-model.d.ts +7 -0
  11. package/lib/models/deal-document-model.d.ts.map +1 -1
  12. package/lib/models/deal-item-model.d.ts +7 -0
  13. package/lib/models/deal-item-model.d.ts.map +1 -1
  14. package/lib/models/deal-model.d.ts +7 -0
  15. package/lib/models/deal-model.d.ts.map +1 -1
  16. package/lib/models/doctor-affiliation-item-model.d.ts +7 -0
  17. package/lib/models/doctor-affiliation-item-model.d.ts.map +1 -1
  18. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  19. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  20. package/lib/models/doctor-document-model.d.ts +8 -1
  21. package/lib/models/doctor-document-model.d.ts.map +1 -1
  22. package/lib/models/doctor-item-model.d.ts +7 -0
  23. package/lib/models/doctor-item-model.d.ts.map +1 -1
  24. package/lib/models/doctor-model.d.ts +7 -0
  25. package/lib/models/doctor-model.d.ts.map +1 -1
  26. package/lib/models/feature-document-model.d.ts +37 -0
  27. package/lib/models/feature-document-model.d.ts.map +1 -0
  28. package/lib/models/feature-document-model.js +15 -0
  29. package/lib/models/feature-model.d.ts +37 -0
  30. package/lib/models/feature-model.d.ts.map +1 -0
  31. package/lib/models/feature-model.js +15 -0
  32. package/lib/models/first.d.ts +25 -0
  33. package/lib/models/first.d.ts.map +1 -0
  34. package/lib/models/first.js +15 -0
  35. package/lib/models/get-users-result-embedded.d.ts +26 -0
  36. package/lib/models/get-users-result-embedded.d.ts.map +1 -0
  37. package/lib/models/get-users-result-embedded.js +15 -0
  38. package/lib/models/get-users-result.d.ts +45 -0
  39. package/lib/models/get-users-result.d.ts.map +1 -0
  40. package/lib/models/get-users-result.js +15 -0
  41. package/lib/models/hospital-document-model.d.ts +8 -1
  42. package/lib/models/hospital-document-model.d.ts.map +1 -1
  43. package/lib/models/hospital-item-model.d.ts +7 -0
  44. package/lib/models/hospital-item-model.d.ts.map +1 -1
  45. package/lib/models/hospital-model.d.ts +7 -0
  46. package/lib/models/hospital-model.d.ts.map +1 -1
  47. package/lib/models/index.d.ts +9 -0
  48. package/lib/models/index.d.ts.map +1 -1
  49. package/lib/models/index.js +9 -0
  50. package/lib/models/last.d.ts +25 -0
  51. package/lib/models/last.d.ts.map +1 -0
  52. package/lib/models/last.js +15 -0
  53. package/lib/models/links.d.ts +40 -0
  54. package/lib/models/links.d.ts.map +1 -0
  55. package/lib/models/links.js +15 -0
  56. package/lib/models/self.d.ts +25 -0
  57. package/lib/models/self.d.ts.map +1 -0
  58. package/lib/models/self.js +15 -0
  59. package/lib/models/user.d.ts +44 -0
  60. package/lib/models/user.d.ts.map +1 -0
  61. package/lib/models/user.js +15 -0
  62. package/package.json +1 -1
  63. package/src/.openapi-generator/FILES +11 -0
  64. package/src/api/vonage-users-api.ts +270 -0
  65. package/src/api/vonage-webhooks-api.ts +226 -0
  66. package/src/api.ts +2 -0
  67. package/src/models/deal-document-model.ts +9 -0
  68. package/src/models/deal-item-model.ts +9 -0
  69. package/src/models/deal-model.ts +9 -0
  70. package/src/models/doctor-affiliation-item-model.ts +9 -0
  71. package/src/models/doctor-affiliation-model.ts +9 -0
  72. package/src/models/doctor-document-model.ts +10 -1
  73. package/src/models/doctor-item-model.ts +9 -0
  74. package/src/models/doctor-model.ts +9 -0
  75. package/src/models/feature-document-model.ts +42 -0
  76. package/src/models/feature-model.ts +42 -0
  77. package/src/models/first.ts +30 -0
  78. package/src/models/get-users-result-embedded.ts +33 -0
  79. package/src/models/get-users-result.ts +54 -0
  80. package/src/models/hospital-document-model.ts +10 -1
  81. package/src/models/hospital-item-model.ts +9 -0
  82. package/src/models/hospital-model.ts +9 -0
  83. package/src/models/index.ts +9 -0
  84. package/src/models/last.ts +30 -0
  85. package/src/models/links.ts +51 -0
  86. package/src/models/self.ts +30 -0
  87. package/src/models/user.ts +51 -0
@@ -27,6 +27,9 @@ import { DealPackageMappingModel } from './deal-package-mapping-model';
27
27
  import { DealServiceMappingModel } from './deal-service-mapping-model';
28
28
  // May contain unused imports in some cases
29
29
  // @ts-ignore
30
+ import { FeatureModel } from './feature-model';
31
+ // May contain unused imports in some cases
32
+ // @ts-ignore
30
33
  import { LocalizedUrlModel } from './localized-url-model';
31
34
  // May contain unused imports in some cases
32
35
  // @ts-ignore
@@ -203,6 +206,12 @@ export interface DealModel {
203
206
  * @memberof DealModel
204
207
  */
205
208
  'appointmentOption'?: AppointmentOptionModel;
209
+ /**
210
+ *
211
+ * @type {FeatureModel}
212
+ * @memberof DealModel
213
+ */
214
+ 'feature'?: FeatureModel;
206
215
  /**
207
216
  *
208
217
  * @type {AuditableEntity}
@@ -18,6 +18,9 @@
18
18
  import { AppointmentOptionModel } from './appointment-option-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
+ import { FeatureModel } from './feature-model';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
21
24
  import { LocationModel } from './location-model';
22
25
  // May contain unused imports in some cases
23
26
  // @ts-ignore
@@ -197,5 +200,11 @@ export interface DoctorAffiliationItemModel {
197
200
  * @memberof DoctorAffiliationItemModel
198
201
  */
199
202
  'appointmentOption'?: AppointmentOptionModel;
203
+ /**
204
+ *
205
+ * @type {FeatureModel}
206
+ * @memberof DoctorAffiliationItemModel
207
+ */
208
+ 'feature'?: FeatureModel;
200
209
  }
201
210
 
@@ -21,6 +21,9 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { DoctorLanguageModel } from './doctor-language-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
+ import { FeatureModel } from './feature-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
24
27
  import { LocalizedUrlModel } from './localized-url-model';
25
28
  // May contain unused imports in some cases
26
29
  // @ts-ignore
@@ -206,6 +209,12 @@ export interface DoctorAffiliationModel {
206
209
  * @memberof DoctorAffiliationModel
207
210
  */
208
211
  'appointmentOption'?: AppointmentOptionModel;
212
+ /**
213
+ *
214
+ * @type {FeatureModel}
215
+ * @memberof DoctorAffiliationModel
216
+ */
217
+ 'feature'?: FeatureModel;
209
218
  /**
210
219
  *
211
220
  * @type {string}
@@ -24,6 +24,9 @@ import { DoctorCertificateSubDocumentModel } from './doctor-certificate-sub-docu
24
24
  import { DoctorSpecialtySubDocumentModel } from './doctor-specialty-sub-document-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
+ import { FeatureDocumentModel } from './feature-document-model';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
27
30
  import { HospitalSubDocumentModel } from './hospital-sub-document-model';
28
31
  // May contain unused imports in some cases
29
32
  // @ts-ignore
@@ -406,6 +409,12 @@ export interface DoctorDocumentModel {
406
409
  * @type {Array<UserLanguageDocumentModel>}
407
410
  * @memberof DoctorDocumentModel
408
411
  */
409
- 'doctorLanguages'?: Array<UserLanguageDocumentModel> | null;
412
+ 'DoctorLanguages'?: Array<UserLanguageDocumentModel> | null;
413
+ /**
414
+ *
415
+ * @type {FeatureDocumentModel}
416
+ * @memberof DoctorDocumentModel
417
+ */
418
+ 'Feature'?: FeatureDocumentModel;
410
419
  }
411
420
 
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import { FeatureModel } from './feature-model';
16
19
 
17
20
  /**
18
21
  *
@@ -68,5 +71,11 @@ export interface DoctorItemModel {
68
71
  * @memberof DoctorItemModel
69
72
  */
70
73
  'timeZone'?: string | null;
74
+ /**
75
+ *
76
+ * @type {FeatureModel}
77
+ * @memberof DoctorItemModel
78
+ */
79
+ 'feature'?: FeatureModel;
71
80
  }
72
81
 
@@ -18,6 +18,9 @@
18
18
  import { AuditableEntity } from './auditable-entity';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
+ import { FeatureModel } from './feature-model';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
21
24
  import { Gender } from './gender';
22
25
  // May contain unused imports in some cases
23
26
  // @ts-ignore
@@ -140,5 +143,11 @@ export interface DoctorModel {
140
143
  * @memberof DoctorModel
141
144
  */
142
145
  'startPracticeDate'?: Date | null;
146
+ /**
147
+ *
148
+ * @type {FeatureModel}
149
+ * @memberof DoctorModel
150
+ */
151
+ 'feature'?: FeatureModel;
143
152
  }
144
153
 
@@ -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 FeatureDocumentModel
21
+ */
22
+ export interface FeatureDocumentModel {
23
+ /**
24
+ *
25
+ * @type {boolean}
26
+ * @memberof FeatureDocumentModel
27
+ */
28
+ 'CallEnabled'?: boolean;
29
+ /**
30
+ *
31
+ * @type {boolean}
32
+ * @memberof FeatureDocumentModel
33
+ */
34
+ 'ChatEnabled'?: boolean;
35
+ /**
36
+ *
37
+ * @type {boolean}
38
+ * @memberof FeatureDocumentModel
39
+ */
40
+ 'EnquiryFormEnabled'?: boolean;
41
+ }
42
+
@@ -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 FeatureModel
21
+ */
22
+ export interface FeatureModel {
23
+ /**
24
+ *
25
+ * @type {boolean}
26
+ * @memberof FeatureModel
27
+ */
28
+ 'chatEnabled'?: boolean;
29
+ /**
30
+ *
31
+ * @type {boolean}
32
+ * @memberof FeatureModel
33
+ */
34
+ 'callEnabled'?: boolean;
35
+ /**
36
+ *
37
+ * @type {boolean}
38
+ * @memberof FeatureModel
39
+ */
40
+ 'enquiryFormEnabled'?: boolean;
41
+ }
42
+
@@ -0,0 +1,30 @@
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 First
21
+ */
22
+ export interface First {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof First
27
+ */
28
+ 'href'?: string | null;
29
+ }
30
+
@@ -0,0 +1,33 @@
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 { User } from './user';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface GetUsersResultEmbedded
24
+ */
25
+ export interface GetUsersResultEmbedded {
26
+ /**
27
+ *
28
+ * @type {Array<User>}
29
+ * @memberof GetUsersResultEmbedded
30
+ */
31
+ 'users'?: Array<User> | null;
32
+ }
33
+
@@ -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 { GetUsersResultEmbedded } from './get-users-result-embedded';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { Links } from './links';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface GetUsersResult
27
+ */
28
+ export interface GetUsersResult {
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof GetUsersResult
33
+ */
34
+ 'pageSsize'?: number;
35
+ /**
36
+ *
37
+ * @type {string}
38
+ * @memberof GetUsersResult
39
+ */
40
+ 'cursor'?: string | null;
41
+ /**
42
+ *
43
+ * @type {GetUsersResultEmbedded}
44
+ * @memberof GetUsersResult
45
+ */
46
+ 'embedded'?: GetUsersResultEmbedded;
47
+ /**
48
+ *
49
+ * @type {Links}
50
+ * @memberof GetUsersResult
51
+ */
52
+ 'links'?: Links;
53
+ }
54
+
@@ -24,6 +24,9 @@ import { AppointmentOptionDocumentModel } from './appointment-option-document-mo
24
24
  import { CountrySubDocumentModel } from './country-sub-document-model';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
+ import { FeatureDocumentModel } from './feature-document-model';
28
+ // May contain unused imports in some cases
29
+ // @ts-ignore
27
30
  import { HospitalContactDocumentModel } from './hospital-contact-document-model';
28
31
  // May contain unused imports in some cases
29
32
  // @ts-ignore
@@ -439,6 +442,12 @@ export interface HospitalDocumentModel {
439
442
  * @type {Array<HospitalContactDocumentModel>}
440
443
  * @memberof HospitalDocumentModel
441
444
  */
442
- 'contacts'?: Array<HospitalContactDocumentModel> | null;
445
+ 'Contacts'?: Array<HospitalContactDocumentModel> | null;
446
+ /**
447
+ *
448
+ * @type {FeatureDocumentModel}
449
+ * @memberof HospitalDocumentModel
450
+ */
451
+ 'Feature'?: FeatureDocumentModel;
443
452
  }
444
453
 
@@ -18,6 +18,9 @@
18
18
  import { AppointmentOptionModel } from './appointment-option-model';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
+ import { FeatureModel } from './feature-model';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
21
24
  import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
22
25
  // May contain unused imports in some cases
23
26
  // @ts-ignore
@@ -125,6 +128,12 @@ export interface HospitalItemModel {
125
128
  * @memberof HospitalItemModel
126
129
  */
127
130
  'appointmentOption'?: AppointmentOptionModel;
131
+ /**
132
+ *
133
+ * @type {FeatureModel}
134
+ * @memberof HospitalItemModel
135
+ */
136
+ 'feature'?: FeatureModel;
128
137
  /**
129
138
  *
130
139
  * @type {Array<HospitalAccreditationItemModel>}
@@ -21,6 +21,9 @@ import { AppointmentOptionModel } from './appointment-option-model';
21
21
  import { AwardModel } from './award-model';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
+ import { FeatureModel } from './feature-model';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
24
27
  import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
25
28
  // May contain unused imports in some cases
26
29
  // @ts-ignore
@@ -152,6 +155,12 @@ export interface HospitalModel {
152
155
  * @memberof HospitalModel
153
156
  */
154
157
  'appointmentOption'?: AppointmentOptionModel;
158
+ /**
159
+ *
160
+ * @type {FeatureModel}
161
+ * @memberof HospitalModel
162
+ */
163
+ 'feature'?: FeatureModel;
155
164
  /**
156
165
  *
157
166
  * @type {Array<HospitalAccreditationItemModel>}
@@ -141,9 +141,14 @@ export * from './faq-tag-item-model';
141
141
  export * from './faq-tag-model';
142
142
  export * from './faq-tags-model';
143
143
  export * from './faqs-model';
144
+ export * from './feature-document-model';
145
+ export * from './feature-model';
146
+ export * from './first';
144
147
  export * from './footer-navigation-item-model';
145
148
  export * from './gender';
146
149
  export * from './geography-point';
150
+ export * from './get-users-result';
151
+ export * from './get-users-result-embedded';
147
152
  export * from './header-navigation-item-model';
148
153
  export * from './hospital-accreditation-item-model';
149
154
  export * from './hospital-accreditation-model';
@@ -185,6 +190,8 @@ export * from './landings-model';
185
190
  export * from './language-item-model';
186
191
  export * from './language-model';
187
192
  export * from './languages-model';
193
+ export * from './last';
194
+ export * from './links';
188
195
  export * from './localized-url-model';
189
196
  export * from './location-document-model';
190
197
  export * from './location-model';
@@ -226,6 +233,7 @@ export * from './secure-container-model';
226
233
  export * from './secure-containers-model';
227
234
  export * from './secure-file-item-input-model';
228
235
  export * from './secure-file-model';
236
+ export * from './self';
229
237
  export * from './send-bird-group-channel-member';
230
238
  export * from './send-bird-group-channel-model';
231
239
  export * from './send-bird-group-channelr-operator';
@@ -280,6 +288,7 @@ export * from './update-patient-command';
280
288
  export * from './update-profile-command';
281
289
  export * from './update-secure-container-command';
282
290
  export * from './update-service-review-command';
291
+ export * from './user';
283
292
  export * from './user-language-document-model';
284
293
  export * from './user-language-model';
285
294
  export * from './user-location-document-model';
@@ -0,0 +1,30 @@
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 Last
21
+ */
22
+ export interface Last {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof Last
27
+ */
28
+ 'href'?: string | null;
29
+ }
30
+
@@ -0,0 +1,51 @@
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 { First } from './first';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import { Last } from './last';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import { Self } from './self';
25
+
26
+ /**
27
+ *
28
+ * @export
29
+ * @interface Links
30
+ */
31
+ export interface Links {
32
+ /**
33
+ *
34
+ * @type {Self}
35
+ * @memberof Links
36
+ */
37
+ 'self'?: Self;
38
+ /**
39
+ *
40
+ * @type {First}
41
+ * @memberof Links
42
+ */
43
+ 'first'?: First;
44
+ /**
45
+ *
46
+ * @type {Last}
47
+ * @memberof Links
48
+ */
49
+ 'last'?: Last;
50
+ }
51
+
@@ -0,0 +1,30 @@
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 Self
21
+ */
22
+ export interface Self {
23
+ /**
24
+ *
25
+ * @type {string}
26
+ * @memberof Self
27
+ */
28
+ 'href'?: string | null;
29
+ }
30
+
@@ -0,0 +1,51 @@
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 { Links } from './links';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface User
24
+ */
25
+ export interface User {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof User
30
+ */
31
+ 'id'?: string | null;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof User
36
+ */
37
+ 'name'?: string | null;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof User
42
+ */
43
+ 'displayName'?: string | null;
44
+ /**
45
+ *
46
+ * @type {Links}
47
+ * @memberof User
48
+ */
49
+ 'links'?: Links;
50
+ }
51
+