ch-admin-api-client-typescript 5.5.0 → 5.5.2

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 (121) hide show
  1. package/lib/api/dash-board-api.d.ts +302 -13
  2. package/lib/api/dash-board-api.d.ts.map +1 -1
  3. package/lib/api/dash-board-api.js +488 -15
  4. package/lib/api/deals-api.d.ts +65 -0
  5. package/lib/api/deals-api.d.ts.map +1 -1
  6. package/lib/api/deals-api.js +96 -0
  7. package/lib/api/doctor-affiliations-api.d.ts +56 -0
  8. package/lib/api/doctor-affiliations-api.d.ts.map +1 -1
  9. package/lib/api/doctor-affiliations-api.js +90 -0
  10. package/lib/api/hospitals-api.d.ts +195 -0
  11. package/lib/api/hospitals-api.d.ts.map +1 -1
  12. package/lib/api/hospitals-api.js +288 -0
  13. package/lib/api/search-api.d.ts +8 -8
  14. package/lib/api/search-api.d.ts.map +1 -1
  15. package/lib/api/search-api.js +5 -4
  16. package/lib/models/booking-duration-statistics-model.d.ts +31 -0
  17. package/lib/models/booking-duration-statistics-model.d.ts.map +1 -0
  18. package/lib/models/booking-statistics-model.d.ts +44 -0
  19. package/lib/models/booking-statistics-model.d.ts.map +1 -0
  20. package/lib/models/call-duration-statistics-model.d.ts +31 -0
  21. package/lib/models/call-duration-statistics-model.d.ts.map +1 -0
  22. package/lib/models/call-duration-statistics-model.js +15 -0
  23. package/lib/models/call-statistics-model.d.ts +38 -0
  24. package/lib/models/call-statistics-model.d.ts.map +1 -0
  25. package/lib/models/call-statistics-model.js +15 -0
  26. package/lib/models/consultation-duration-statisctics-model.d.ts +31 -0
  27. package/lib/models/consultation-duration-statisctics-model.d.ts.map +1 -0
  28. package/lib/models/consultation-duration-statisctics-model.js +15 -0
  29. package/lib/models/consultation-statistics-model.d.ts +44 -0
  30. package/lib/models/consultation-statistics-model.d.ts.map +1 -0
  31. package/lib/models/consultation-statistics-model.js +15 -0
  32. package/lib/models/create-hospital-contact-command.d.ts +0 -6
  33. package/lib/models/create-hospital-contact-command.d.ts.map +1 -1
  34. package/lib/models/dash-board-model.d.ts +15 -52
  35. package/lib/models/dash-board-model.d.ts.map +1 -1
  36. package/lib/models/deal-package-model.d.ts +0 -36
  37. package/lib/models/deal-package-model.d.ts.map +1 -1
  38. package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts +44 -0
  39. package/lib/models/delete-deal-package-appointment-timetable-overrides-command.d.ts.map +1 -0
  40. package/lib/models/delete-deal-package-appointment-timetable-overrides-command.js +15 -0
  41. package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts +44 -0
  42. package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map +1 -0
  43. package/lib/models/delete-doctor-affiliation-appointment-timetable-overrides-command.js +15 -0
  44. package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts +44 -0
  45. package/lib/models/delete-hospital-appointment-timetable-overrides-command.d.ts.map +1 -0
  46. package/lib/models/delete-hospital-appointment-timetable-overrides-command.js +15 -0
  47. package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts +44 -0
  48. package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.d.ts.map +1 -0
  49. package/lib/models/delete-hospital-specialty-appointment-timetable-overrides-command.js +15 -0
  50. package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts +44 -0
  51. package/lib/models/delete-service-appointment-timetable-overrides-command.d.ts.map +1 -0
  52. package/lib/models/delete-service-appointment-timetable-overrides-command.js +15 -0
  53. package/lib/models/doctor-affiliation-model.d.ts +0 -36
  54. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  55. package/lib/models/feature-detail-model.d.ts +2 -3
  56. package/lib/models/feature-detail-model.d.ts.map +1 -1
  57. package/lib/models/general-statistics-model.d.ts +43 -0
  58. package/lib/models/general-statistics-model.d.ts.map +1 -0
  59. package/lib/models/general-statistics-model.js +15 -0
  60. package/lib/models/hospital-contact-item-model.d.ts +0 -6
  61. package/lib/models/hospital-contact-item-model.d.ts.map +1 -1
  62. package/lib/models/hospital-contact-model.d.ts +0 -6
  63. package/lib/models/hospital-contact-model.d.ts.map +1 -1
  64. package/lib/models/hospital-model.d.ts +0 -36
  65. package/lib/models/hospital-model.d.ts.map +1 -1
  66. package/lib/models/hospital-service-model.d.ts +0 -36
  67. package/lib/models/hospital-service-model.d.ts.map +1 -1
  68. package/lib/models/hospital-specialty-model.d.ts +0 -36
  69. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  70. package/lib/models/index.d.ts +14 -2
  71. package/lib/models/index.d.ts.map +1 -1
  72. package/lib/models/index.js +14 -2
  73. package/lib/models/survey-form-duration-statistics-model.d.ts +31 -0
  74. package/lib/models/survey-form-duration-statistics-model.d.ts.map +1 -0
  75. package/lib/models/survey-form-duration-statistics-model.js +15 -0
  76. package/lib/models/survey-form-statistics-model.d.ts +38 -0
  77. package/lib/models/survey-form-statistics-model.d.ts.map +1 -0
  78. package/lib/models/survey-form-statistics-model.js +15 -0
  79. package/lib/models/update-hospital-contact-command.d.ts +2 -8
  80. package/lib/models/update-hospital-contact-command.d.ts.map +1 -1
  81. package/package.json +1 -1
  82. package/src/.openapi-generator/FILES +14 -2
  83. package/src/api/dash-board-api.ts +556 -19
  84. package/src/api/deals-api.ts +113 -0
  85. package/src/api/doctor-affiliations-api.ts +100 -0
  86. package/src/api/hospitals-api.ts +339 -0
  87. package/src/api/search-api.ts +10 -8
  88. package/src/models/booking-duration-statistics-model.ts +36 -0
  89. package/src/models/booking-statistics-model.ts +51 -0
  90. package/src/models/call-duration-statistics-model.ts +36 -0
  91. package/src/models/call-statistics-model.ts +45 -0
  92. package/src/models/consultation-duration-statisctics-model.ts +36 -0
  93. package/src/models/consultation-statistics-model.ts +51 -0
  94. package/src/models/create-hospital-contact-command.ts +0 -6
  95. package/src/models/dash-board-model.ts +25 -52
  96. package/src/models/deal-package-model.ts +0 -36
  97. package/src/models/delete-deal-package-appointment-timetable-overrides-command.ts +51 -0
  98. package/src/models/delete-doctor-affiliation-appointment-timetable-overrides-command.ts +51 -0
  99. package/src/models/delete-hospital-appointment-timetable-overrides-command.ts +51 -0
  100. package/src/models/delete-hospital-specialty-appointment-timetable-overrides-command.ts +51 -0
  101. package/src/models/delete-service-appointment-timetable-overrides-command.ts +51 -0
  102. package/src/models/doctor-affiliation-model.ts +0 -36
  103. package/src/models/feature-detail-model.ts +2 -5
  104. package/src/models/general-statistics-model.ts +48 -0
  105. package/src/models/hospital-contact-item-model.ts +0 -6
  106. package/src/models/hospital-contact-model.ts +0 -6
  107. package/src/models/hospital-model.ts +0 -36
  108. package/src/models/hospital-service-model.ts +0 -36
  109. package/src/models/hospital-specialty-model.ts +0 -36
  110. package/src/models/index.ts +14 -2
  111. package/src/models/survey-form-duration-statistics-model.ts +36 -0
  112. package/src/models/survey-form-statistics-model.ts +45 -0
  113. package/src/models/update-hospital-contact-command.ts +2 -8
  114. package/lib/models/survey-form-simple-mapping-model.d.ts +0 -39
  115. package/lib/models/survey-form-simple-mapping-model.d.ts.map +0 -1
  116. package/lib/models/translation-simple-model.d.ts +0 -55
  117. package/lib/models/translation-simple-model.d.ts.map +0 -1
  118. package/src/models/survey-form-simple-mapping-model.ts +0 -48
  119. package/src/models/translation-simple-model.ts +0 -60
  120. /package/lib/models/{survey-form-simple-mapping-model.js → booking-duration-statistics-model.js} +0 -0
  121. /package/lib/models/{translation-simple-model.js → booking-statistics-model.js} +0 -0
@@ -257,41 +257,5 @@ export interface HospitalModel {
257
257
  * @memberof HospitalModel
258
258
  */
259
259
  'feature'?: FeatureModel;
260
- /**
261
- *
262
- * @type {string}
263
- * @memberof HospitalModel
264
- */
265
- 'chSurveyFormId'?: string | null;
266
- /**
267
- *
268
- * @type {string}
269
- * @memberof HospitalModel
270
- */
271
- 'saasSurveyFormId'?: string | null;
272
- /**
273
- *
274
- * @type {string}
275
- * @memberof HospitalModel
276
- */
277
- 'formUrlForChLink'?: string | null;
278
- /**
279
- *
280
- * @type {string}
281
- * @memberof HospitalModel
282
- */
283
- 'formUrlForSaasLink'?: string | null;
284
- /**
285
- *
286
- * @type {boolean}
287
- * @memberof HospitalModel
288
- */
289
- 'isChSurveyFormTranslated'?: boolean;
290
- /**
291
- *
292
- * @type {boolean}
293
- * @memberof HospitalModel
294
- */
295
- 'isSaasSurveyFormTranslated'?: boolean;
296
260
  }
297
261
 
@@ -233,41 +233,5 @@ export interface HospitalServiceModel {
233
233
  * @memberof HospitalServiceModel
234
234
  */
235
235
  'feature'?: FeatureModel;
236
- /**
237
- *
238
- * @type {string}
239
- * @memberof HospitalServiceModel
240
- */
241
- 'chSurveyFormId'?: string | null;
242
- /**
243
- *
244
- * @type {string}
245
- * @memberof HospitalServiceModel
246
- */
247
- 'saasSurveyFormId'?: string | null;
248
- /**
249
- *
250
- * @type {string}
251
- * @memberof HospitalServiceModel
252
- */
253
- 'formUrlForChLink'?: string | null;
254
- /**
255
- *
256
- * @type {string}
257
- * @memberof HospitalServiceModel
258
- */
259
- 'formUrlForSaasLink'?: string | null;
260
- /**
261
- *
262
- * @type {boolean}
263
- * @memberof HospitalServiceModel
264
- */
265
- 'isChSurveyFormTranslated'?: boolean;
266
- /**
267
- *
268
- * @type {boolean}
269
- * @memberof HospitalServiceModel
270
- */
271
- 'isSaasSurveyFormTranslated'?: boolean;
272
236
  }
273
237
 
@@ -206,41 +206,5 @@ export interface HospitalSpecialtyModel {
206
206
  * @memberof HospitalSpecialtyModel
207
207
  */
208
208
  'feature'?: FeatureModel;
209
- /**
210
- *
211
- * @type {string}
212
- * @memberof HospitalSpecialtyModel
213
- */
214
- 'chSurveyFormId'?: string | null;
215
- /**
216
- *
217
- * @type {string}
218
- * @memberof HospitalSpecialtyModel
219
- */
220
- 'saasSurveyFormId'?: string | null;
221
- /**
222
- *
223
- * @type {string}
224
- * @memberof HospitalSpecialtyModel
225
- */
226
- 'formUrlForChLink'?: string | null;
227
- /**
228
- *
229
- * @type {string}
230
- * @memberof HospitalSpecialtyModel
231
- */
232
- 'formUrlForSaasLink'?: string | null;
233
- /**
234
- *
235
- * @type {boolean}
236
- * @memberof HospitalSpecialtyModel
237
- */
238
- 'isChSurveyFormTranslated'?: boolean;
239
- /**
240
- *
241
- * @type {boolean}
242
- * @memberof HospitalSpecialtyModel
243
- */
244
- 'isSaasSurveyFormTranslated'?: boolean;
245
209
  }
246
210
 
@@ -55,8 +55,10 @@ export * from './batch-service-appointment-timetables-command';
55
55
  export * from './batch-update-appointment-timetable-model';
56
56
  export * from './batch-update-hospital-consultation-timetable-model';
57
57
  export * from './booking-change-log-model';
58
+ export * from './booking-duration-statistics-model';
58
59
  export * from './booking-item-model';
59
60
  export * from './booking-model';
61
+ export * from './booking-statistics-model';
60
62
  export * from './booking-status';
61
63
  export * from './bookings-model';
62
64
  export * from './buy-number-command';
@@ -66,10 +68,12 @@ export * from './chadmins-model';
66
68
  export * from './chmanager-item-model';
67
69
  export * from './chmanager-model';
68
70
  export * from './chmanagers-model';
71
+ export * from './call-duration-statistics-model';
69
72
  export * from './call-histories-model';
70
73
  export * from './call-history-change-log-model';
71
74
  export * from './call-history-item-model';
72
75
  export * from './call-history-model';
76
+ export * from './call-statistics-model';
73
77
  export * from './call-status';
74
78
  export * from './cancel-number-command';
75
79
  export * from './change-email-command';
@@ -79,8 +83,10 @@ export * from './check-notifications-command';
79
83
  export * from './communication-user-token-model';
80
84
  export * from './confirm-email-command';
81
85
  export * from './consultation-change-log-model';
86
+ export * from './consultation-duration-statisctics-model';
82
87
  export * from './consultation-item-model';
83
88
  export * from './consultation-model';
89
+ export * from './consultation-statistics-model';
84
90
  export * from './consultation-status';
85
91
  export * from './consultation-type';
86
92
  export * from './consultations-model';
@@ -164,7 +170,12 @@ export * from './deal-services-model';
164
170
  export * from './deals-model';
165
171
  export * from './deals-simple-model';
166
172
  export * from './delete-application-command';
173
+ export * from './delete-deal-package-appointment-timetable-overrides-command';
174
+ export * from './delete-doctor-affiliation-appointment-timetable-overrides-command';
175
+ export * from './delete-hospital-appointment-timetable-overrides-command';
167
176
  export * from './delete-hospital-consultation-timetable-override-command';
177
+ export * from './delete-hospital-specialty-appointment-timetable-overrides-command';
178
+ export * from './delete-service-appointment-timetable-overrides-command';
168
179
  export * from './doctor-affiliation-item-model';
169
180
  export * from './doctor-affiliation-model';
170
181
  export * from './doctor-affiliations-model';
@@ -203,6 +214,7 @@ export * from './feature-input-model';
203
214
  export * from './feature-model';
204
215
  export * from './footer-navigation-item-model';
205
216
  export * from './gender';
217
+ export * from './general-statistics-model';
206
218
  export * from './get-transfer-balance-embeded';
207
219
  export * from './get-transfer-balance-result';
208
220
  export * from './grade-item-model';
@@ -373,6 +385,7 @@ export * from './string-filter-types';
373
385
  export * from './string-string-ienumerable-key-value-pair';
374
386
  export * from './sub-account';
375
387
  export * from './subscription-model';
388
+ export * from './survey-form-duration-statistics-model';
376
389
  export * from './survey-form-element-input-model';
377
390
  export * from './survey-form-element-model';
378
391
  export * from './survey-form-element-option-input-model';
@@ -380,7 +393,7 @@ export * from './survey-form-element-option-model';
380
393
  export * from './survey-form-element-types';
381
394
  export * from './survey-form-item-model';
382
395
  export * from './survey-form-model';
383
- export * from './survey-form-simple-mapping-model';
396
+ export * from './survey-form-statistics-model';
384
397
  export * from './survey-form-status';
385
398
  export * from './survey-forms-model';
386
399
  export * from './survey-result-element-model';
@@ -404,7 +417,6 @@ export * from './translate-all-options';
404
417
  export * from './translate-command';
405
418
  export * from './translate-doctor-affiliation-command';
406
419
  export * from './translate-hospital-command';
407
- export * from './translation-simple-model';
408
420
  export * from './update-about-us-page-command';
409
421
  export * from './update-account-command';
410
422
  export * from './update-accreditation-command';
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
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 SurveyFormDurationStatisticsModel
21
+ */
22
+ export interface SurveyFormDurationStatisticsModel {
23
+ /**
24
+ *
25
+ * @type {Date}
26
+ * @memberof SurveyFormDurationStatisticsModel
27
+ */
28
+ 'key'?: Date;
29
+ /**
30
+ *
31
+ * @type {number}
32
+ * @memberof SurveyFormDurationStatisticsModel
33
+ */
34
+ 'value'?: number;
35
+ }
36
+
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Swagger UI - Cloud Hospital Admin Api-INT
5
+ * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
+ *
7
+ * The version of the OpenAPI document: 1
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 { SurveyFormDurationStatisticsModel } from './survey-form-duration-statistics-model';
19
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface SurveyFormStatisticsModel
24
+ */
25
+ export interface SurveyFormStatisticsModel {
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof SurveyFormStatisticsModel
30
+ */
31
+ 'totalFormsCount'?: number;
32
+ /**
33
+ *
34
+ * @type {number}
35
+ * @memberof SurveyFormStatisticsModel
36
+ */
37
+ 'totalResultsCount'?: number;
38
+ /**
39
+ *
40
+ * @type {Array<SurveyFormDurationStatisticsModel>}
41
+ * @memberof SurveyFormStatisticsModel
42
+ */
43
+ 'monthlyList'?: Array<SurveyFormDurationStatisticsModel> | null;
44
+ }
45
+
@@ -43,13 +43,7 @@ export interface UpdateHospitalContactCommand {
43
43
  * @type {boolean}
44
44
  * @memberof UpdateHospitalContactCommand
45
45
  */
46
- 'showTargetTel'?: boolean;
47
- /**
48
- *
49
- * @type {string}
50
- * @memberof UpdateHospitalContactCommand
51
- */
52
- 'email'?: string | null;
46
+ 'showTargetTel'?: boolean | null;
53
47
  /**
54
48
  *
55
49
  * @type {string}
@@ -61,6 +55,6 @@ export interface UpdateHospitalContactCommand {
61
55
  * @type {number}
62
56
  * @memberof UpdateHospitalContactCommand
63
57
  */
64
- 'order'?: number;
58
+ 'order'?: number | null;
65
59
  }
66
60
 
@@ -1,39 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { SurveyFormStatus } from './survey-form-status';
13
- import { TranslationSimpleModel } from './translation-simple-model';
14
- /**
15
- *
16
- * @export
17
- * @interface SurveyFormSimpleMappingModel
18
- */
19
- export interface SurveyFormSimpleMappingModel {
20
- /**
21
- *
22
- * @type {string}
23
- * @memberof SurveyFormSimpleMappingModel
24
- */
25
- 'id'?: string;
26
- /**
27
- *
28
- * @type {SurveyFormStatus}
29
- * @memberof SurveyFormSimpleMappingModel
30
- */
31
- 'status'?: SurveyFormStatus;
32
- /**
33
- *
34
- * @type {Array<TranslationSimpleModel>}
35
- * @memberof SurveyFormSimpleMappingModel
36
- */
37
- 'translations'?: Array<TranslationSimpleModel> | null;
38
- }
39
- //# sourceMappingURL=survey-form-simple-mapping-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"survey-form-simple-mapping-model.d.ts","sourceRoot":"","sources":["../../src/models/survey-form-simple-mapping-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;CACzD"}
@@ -1,55 +0,0 @@
1
- /**
2
- * Swagger UI - Cloud Hospital Admin Api-INT
3
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 1
6
- * Contact: hyounoosung@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface TranslationSimpleModel
16
- */
17
- export interface TranslationSimpleModel {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof TranslationSimpleModel
22
- */
23
- 'languageCode'?: string | null;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof TranslationSimpleModel
28
- */
29
- 'name'?: string | null;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof TranslationSimpleModel
34
- */
35
- 'normalizedName'?: string | null;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof TranslationSimpleModel
40
- */
41
- 'slug'?: string | null;
42
- /**
43
- *
44
- * @type {Date}
45
- * @memberof TranslationSimpleModel
46
- */
47
- 'updatedDate'?: Date | null;
48
- /**
49
- *
50
- * @type {boolean}
51
- * @memberof TranslationSimpleModel
52
- */
53
- 'isConfirmed'?: boolean;
54
- }
55
- //# sourceMappingURL=translation-simple-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"translation-simple-model.d.ts","sourceRoot":"","sources":["../../src/models/translation-simple-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B"}
@@ -1,48 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
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 { SurveyFormStatus } from './survey-form-status';
19
- // May contain unused imports in some cases
20
- // @ts-ignore
21
- import { TranslationSimpleModel } from './translation-simple-model';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface SurveyFormSimpleMappingModel
27
- */
28
- export interface SurveyFormSimpleMappingModel {
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof SurveyFormSimpleMappingModel
33
- */
34
- 'id'?: string;
35
- /**
36
- *
37
- * @type {SurveyFormStatus}
38
- * @memberof SurveyFormSimpleMappingModel
39
- */
40
- 'status'?: SurveyFormStatus;
41
- /**
42
- *
43
- * @type {Array<TranslationSimpleModel>}
44
- * @memberof SurveyFormSimpleMappingModel
45
- */
46
- 'translations'?: Array<TranslationSimpleModel> | null;
47
- }
48
-
@@ -1,60 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Swagger UI - Cloud Hospital Admin Api-INT
5
- * Cloud Hospital application with Swagger, Swashbuckle, and API versioning.
6
- *
7
- * The version of the OpenAPI document: 1
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 TranslationSimpleModel
21
- */
22
- export interface TranslationSimpleModel {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof TranslationSimpleModel
27
- */
28
- 'languageCode'?: string | null;
29
- /**
30
- *
31
- * @type {string}
32
- * @memberof TranslationSimpleModel
33
- */
34
- 'name'?: string | null;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof TranslationSimpleModel
39
- */
40
- 'normalizedName'?: string | null;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof TranslationSimpleModel
45
- */
46
- 'slug'?: string | null;
47
- /**
48
- *
49
- * @type {Date}
50
- * @memberof TranslationSimpleModel
51
- */
52
- 'updatedDate'?: Date | null;
53
- /**
54
- *
55
- * @type {boolean}
56
- * @memberof TranslationSimpleModel
57
- */
58
- 'isConfirmed'?: boolean;
59
- }
60
-