ch-admin-api-client-typescript 5.91.14 → 5.91.28

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 (165) hide show
  1. package/lib/api/accreditations-api.d.ts +10 -9
  2. package/lib/api/accreditations-api.d.ts.map +1 -1
  3. package/lib/api/accreditations-api.js +13 -13
  4. package/lib/api/hospitals-api.d.ts +65 -0
  5. package/lib/api/hospitals-api.d.ts.map +1 -1
  6. package/lib/api/hospitals-api.js +100 -0
  7. package/lib/api/patient-review-consent-documents-api.d.ts +440 -0
  8. package/lib/api/patient-review-consent-documents-api.d.ts.map +1 -0
  9. package/lib/api/patient-review-consent-documents-api.js +812 -0
  10. package/lib/api/patient-review-form-settings-api.d.ts +460 -0
  11. package/lib/api/patient-review-form-settings-api.d.ts.map +1 -0
  12. package/lib/api/patient-review-form-settings-api.js +824 -0
  13. package/lib/api/patient-reviews-api.d.ts +753 -0
  14. package/lib/api/patient-reviews-api.d.ts.map +1 -0
  15. package/lib/api/patient-reviews-api.js +1310 -0
  16. package/lib/api.d.ts +3 -0
  17. package/lib/api.d.ts.map +1 -1
  18. package/lib/api.js +3 -0
  19. package/lib/models/accreditation-item-model.d.ts +7 -0
  20. package/lib/models/accreditation-item-model.d.ts.map +1 -1
  21. package/lib/models/accreditation-model.d.ts +7 -0
  22. package/lib/models/accreditation-model.d.ts.map +1 -1
  23. package/lib/models/accreditation-type.d.ts +22 -0
  24. package/lib/models/accreditation-type.d.ts.map +1 -0
  25. package/lib/models/accreditation-type.js +25 -0
  26. package/lib/models/accreditation-verification-file-model.d.ts +49 -0
  27. package/lib/models/accreditation-verification-file-model.d.ts.map +1 -0
  28. package/lib/models/accreditation-verification-file-model.js +15 -0
  29. package/lib/models/create-accreditation-command.d.ts +7 -0
  30. package/lib/models/create-accreditation-command.d.ts.map +1 -1
  31. package/lib/models/create-hospital-accreditation-command.d.ts +32 -0
  32. package/lib/models/create-hospital-accreditation-command.d.ts.map +1 -1
  33. package/lib/models/create-patient-review-consent-document-command.d.ts +79 -0
  34. package/lib/models/create-patient-review-consent-document-command.d.ts.map +1 -0
  35. package/lib/models/create-patient-review-consent-document-command.js +15 -0
  36. package/lib/models/create-patient-review-form-setting-command.d.ts +81 -0
  37. package/lib/models/create-patient-review-form-setting-command.d.ts.map +1 -0
  38. package/lib/models/create-patient-review-form-setting-command.js +15 -0
  39. package/lib/models/form-result-item-model.d.ts +7 -0
  40. package/lib/models/form-result-item-model.d.ts.map +1 -1
  41. package/lib/models/form-result-model.d.ts +7 -0
  42. package/lib/models/form-result-model.d.ts.map +1 -1
  43. package/lib/models/hospital-accreditation-item-model.d.ts +32 -0
  44. package/lib/models/hospital-accreditation-item-model.d.ts.map +1 -1
  45. package/lib/models/hospital-accreditation-model.d.ts +32 -0
  46. package/lib/models/hospital-accreditation-model.d.ts.map +1 -1
  47. package/lib/models/hospital-item-model.d.ts +7 -0
  48. package/lib/models/hospital-item-model.d.ts.map +1 -1
  49. package/lib/models/hospital-model.d.ts +6 -6
  50. package/lib/models/hospital-model.d.ts.map +1 -1
  51. package/lib/models/index.d.ts +39 -0
  52. package/lib/models/index.d.ts.map +1 -1
  53. package/lib/models/index.js +39 -0
  54. package/lib/models/patch-patient-review-input-model.d.ts +50 -0
  55. package/lib/models/patch-patient-review-input-model.d.ts.map +1 -0
  56. package/lib/models/patch-patient-review-input-model.js +15 -0
  57. package/lib/models/patient-review-activity-action.d.ts +29 -0
  58. package/lib/models/patient-review-activity-action.d.ts.map +1 -0
  59. package/lib/models/patient-review-activity-action.js +32 -0
  60. package/lib/models/patient-review-activity-log-model.d.ts +69 -0
  61. package/lib/models/patient-review-activity-log-model.d.ts.map +1 -0
  62. package/lib/models/patient-review-activity-log-model.js +15 -0
  63. package/lib/models/patient-review-before-and-after-photo-model.d.ts +61 -0
  64. package/lib/models/patient-review-before-and-after-photo-model.d.ts.map +1 -0
  65. package/lib/models/patient-review-before-and-after-photo-model.js +15 -0
  66. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts +73 -0
  67. package/lib/models/patient-review-before-and-after-public-photo-model.d.ts.map +1 -0
  68. package/lib/models/patient-review-before-and-after-public-photo-model.js +15 -0
  69. package/lib/models/patient-review-consent-document-item-model.d.ts +74 -0
  70. package/lib/models/patient-review-consent-document-item-model.d.ts.map +1 -0
  71. package/lib/models/patient-review-consent-document-item-model.js +15 -0
  72. package/lib/models/patient-review-consent-document-model.d.ts +92 -0
  73. package/lib/models/patient-review-consent-document-model.d.ts.map +1 -0
  74. package/lib/models/patient-review-consent-document-model.js +15 -0
  75. package/lib/models/patient-review-consent-documents-model.d.ts +33 -0
  76. package/lib/models/patient-review-consent-documents-model.d.ts.map +1 -0
  77. package/lib/models/patient-review-consent-documents-model.js +15 -0
  78. package/lib/models/patient-review-content-verification-input-model.d.ts +31 -0
  79. package/lib/models/patient-review-content-verification-input-model.d.ts.map +1 -0
  80. package/lib/models/patient-review-content-verification-input-model.js +15 -0
  81. package/lib/models/patient-review-detail-model.d.ts +44 -0
  82. package/lib/models/patient-review-detail-model.d.ts.map +1 -0
  83. package/lib/models/patient-review-detail-model.js +15 -0
  84. package/lib/models/patient-review-form-setting-detail-input-model.d.ts +67 -0
  85. package/lib/models/patient-review-form-setting-detail-input-model.d.ts.map +1 -0
  86. package/lib/models/patient-review-form-setting-detail-input-model.js +15 -0
  87. package/lib/models/patient-review-form-setting-detail-model.d.ts +79 -0
  88. package/lib/models/patient-review-form-setting-detail-model.d.ts.map +1 -0
  89. package/lib/models/patient-review-form-setting-detail-model.js +15 -0
  90. package/lib/models/patient-review-form-setting-item-model.d.ts +87 -0
  91. package/lib/models/patient-review-form-setting-item-model.d.ts.map +1 -0
  92. package/lib/models/patient-review-form-setting-item-model.js +15 -0
  93. package/lib/models/patient-review-form-setting-model.d.ts +94 -0
  94. package/lib/models/patient-review-form-setting-model.d.ts.map +1 -0
  95. package/lib/models/patient-review-form-setting-model.js +15 -0
  96. package/lib/models/patient-review-form-settings-model.d.ts +33 -0
  97. package/lib/models/patient-review-form-settings-model.d.ts.map +1 -0
  98. package/lib/models/patient-review-form-settings-model.js +15 -0
  99. package/lib/models/patient-review-general-photo-model.d.ts +49 -0
  100. package/lib/models/patient-review-general-photo-model.d.ts.map +1 -0
  101. package/lib/models/patient-review-general-photo-model.js +15 -0
  102. package/lib/models/patient-review-general-public-photo-model.d.ts +61 -0
  103. package/lib/models/patient-review-general-public-photo-model.d.ts.map +1 -0
  104. package/lib/models/patient-review-general-public-photo-model.js +15 -0
  105. package/lib/models/patient-review-item-model.d.ts +166 -0
  106. package/lib/models/patient-review-item-model.d.ts.map +1 -0
  107. package/lib/models/patient-review-item-model.js +15 -0
  108. package/lib/models/patient-review-model.d.ts +318 -0
  109. package/lib/models/patient-review-model.d.ts.map +1 -0
  110. package/lib/models/patient-review-model.js +15 -0
  111. package/lib/models/patient-review-platform.d.ts +23 -0
  112. package/lib/models/patient-review-platform.d.ts.map +1 -0
  113. package/lib/models/patient-review-platform.js +26 -0
  114. package/lib/models/patient-review-public-before-after-image-input-model.d.ts +61 -0
  115. package/lib/models/patient-review-public-before-after-image-input-model.d.ts.map +1 -0
  116. package/lib/models/patient-review-public-before-after-image-input-model.js +15 -0
  117. package/lib/models/patient-review-public-general-image-input-model.d.ts +49 -0
  118. package/lib/models/patient-review-public-general-image-input-model.d.ts.map +1 -0
  119. package/lib/models/patient-review-public-general-image-input-model.js +15 -0
  120. package/lib/models/patient-review-public-photo-patch-input-model.d.ts +33 -0
  121. package/lib/models/patient-review-public-photo-patch-input-model.d.ts.map +1 -0
  122. package/lib/models/patient-review-public-photo-patch-input-model.js +15 -0
  123. package/lib/models/patient-review-status.d.ts +23 -0
  124. package/lib/models/patient-review-status.d.ts.map +1 -0
  125. package/lib/models/patient-review-status.js +26 -0
  126. package/lib/models/patient-review-translation-model.d.ts +55 -0
  127. package/lib/models/patient-review-translation-model.d.ts.map +1 -0
  128. package/lib/models/patient-review-translation-model.js +15 -0
  129. package/lib/models/patient-review-verification-document-model.d.ts +37 -0
  130. package/lib/models/patient-review-verification-document-model.d.ts.map +1 -0
  131. package/lib/models/patient-review-verification-document-model.js +15 -0
  132. package/lib/models/patient-reviews-model.d.ts +33 -0
  133. package/lib/models/patient-reviews-model.d.ts.map +1 -0
  134. package/lib/models/patient-reviews-model.js +15 -0
  135. package/lib/models/survey-result-item-model.d.ts +13 -0
  136. package/lib/models/survey-result-item-model.d.ts.map +1 -1
  137. package/lib/models/survey-result-model.d.ts +13 -0
  138. package/lib/models/survey-result-model.d.ts.map +1 -1
  139. package/lib/models/translate-patient-review-consent-document-command.d.ts +55 -0
  140. package/lib/models/translate-patient-review-consent-document-command.d.ts.map +1 -0
  141. package/lib/models/translate-patient-review-consent-document-command.js +15 -0
  142. package/lib/models/translate-patient-review-form-setting-command.d.ts +44 -0
  143. package/lib/models/translate-patient-review-form-setting-command.d.ts.map +1 -0
  144. package/lib/models/translate-patient-review-form-setting-command.js +15 -0
  145. package/lib/models/translation-model.d.ts +103 -0
  146. package/lib/models/translation-model.d.ts.map +1 -0
  147. package/lib/models/translation-model.js +15 -0
  148. package/lib/models/update-accreditation-command.d.ts +7 -0
  149. package/lib/models/update-accreditation-command.d.ts.map +1 -1
  150. package/lib/models/update-hospital-accreditation-command.d.ts +51 -0
  151. package/lib/models/update-hospital-accreditation-command.d.ts.map +1 -0
  152. package/lib/models/update-hospital-accreditation-command.js +15 -0
  153. package/lib/models/update-patient-review-consent-document-command.d.ts +79 -0
  154. package/lib/models/update-patient-review-consent-document-command.d.ts.map +1 -0
  155. package/lib/models/update-patient-review-consent-document-command.js +15 -0
  156. package/lib/models/update-patient-review-form-setting-command.d.ts +81 -0
  157. package/lib/models/update-patient-review-form-setting-command.d.ts.map +1 -0
  158. package/lib/models/update-patient-review-form-setting-command.js +15 -0
  159. package/lib/models/update-patient-review-status-command.d.ts +38 -0
  160. package/lib/models/update-patient-review-status-command.d.ts.map +1 -0
  161. package/lib/models/update-patient-review-status-command.js +15 -0
  162. package/lib/models/verify-patient-review-content-command.d.ts +38 -0
  163. package/lib/models/verify-patient-review-content-command.d.ts.map +1 -0
  164. package/lib/models/verify-patient-review-content-command.js +15 -0
  165. package/package.json +1 -1
@@ -0,0 +1,166 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@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 { PatientReviewPlatform } from './patient-review-platform';
13
+ import { PatientReviewStatus } from './patient-review-status';
14
+ import { PatientReviewTranslationModel } from './patient-review-translation-model';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface PatientReviewItemModel
19
+ */
20
+ export interface PatientReviewItemModel {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof PatientReviewItemModel
25
+ */
26
+ 'id'?: string;
27
+ /**
28
+ *
29
+ * @type {PatientReviewPlatform}
30
+ * @memberof PatientReviewItemModel
31
+ */
32
+ 'platform'?: PatientReviewPlatform;
33
+ /**
34
+ *
35
+ * @type {PatientReviewStatus}
36
+ * @memberof PatientReviewItemModel
37
+ */
38
+ 'status'?: PatientReviewStatus;
39
+ /**
40
+ *
41
+ * @type {string}
42
+ * @memberof PatientReviewItemModel
43
+ */
44
+ 'hospitalId'?: string | null;
45
+ /**
46
+ *
47
+ * @type {string}
48
+ * @memberof PatientReviewItemModel
49
+ */
50
+ 'doctorAffiliationId'?: string | null;
51
+ /**
52
+ *
53
+ * @type {string}
54
+ * @memberof PatientReviewItemModel
55
+ */
56
+ 'dealId'?: string | null;
57
+ /**
58
+ *
59
+ * @type {number}
60
+ * @memberof PatientReviewItemModel
61
+ */
62
+ 'rating'?: number;
63
+ /**
64
+ *
65
+ * @type {string}
66
+ * @memberof PatientReviewItemModel
67
+ */
68
+ 'originalLanguageCode'?: string | null;
69
+ /**
70
+ *
71
+ * @type {string}
72
+ * @memberof PatientReviewItemModel
73
+ */
74
+ 'userFirstName'?: string | null;
75
+ /**
76
+ *
77
+ * @type {string}
78
+ * @memberof PatientReviewItemModel
79
+ */
80
+ 'userLastName'?: string | null;
81
+ /**
82
+ *
83
+ * @type {string}
84
+ * @memberof PatientReviewItemModel
85
+ */
86
+ 'hospitalName'?: string | null;
87
+ /**
88
+ *
89
+ * @type {string}
90
+ * @memberof PatientReviewItemModel
91
+ */
92
+ 'doctorName'?: string | null;
93
+ /**
94
+ *
95
+ * @type {string}
96
+ * @memberof PatientReviewItemModel
97
+ */
98
+ 'dealName'?: string | null;
99
+ /**
100
+ *
101
+ * @type {Date}
102
+ * @memberof PatientReviewItemModel
103
+ */
104
+ 'createdDate'?: Date;
105
+ /**
106
+ *
107
+ * @type {Date}
108
+ * @memberof PatientReviewItemModel
109
+ */
110
+ 'documentVerifiedDate'?: Date | null;
111
+ /**
112
+ *
113
+ * @type {Date}
114
+ * @memberof PatientReviewItemModel
115
+ */
116
+ 'photoVerifiedDate'?: Date | null;
117
+ /**
118
+ *
119
+ * @type {Date}
120
+ * @memberof PatientReviewItemModel
121
+ */
122
+ 'contentVerifiedDate'?: Date | null;
123
+ /**
124
+ *
125
+ * @type {number}
126
+ * @memberof PatientReviewItemModel
127
+ */
128
+ 'translationCount'?: number;
129
+ /**
130
+ *
131
+ * @type {number}
132
+ * @memberof PatientReviewItemModel
133
+ */
134
+ 'verificationDocumentCount'?: number;
135
+ /**
136
+ *
137
+ * @type {number}
138
+ * @memberof PatientReviewItemModel
139
+ */
140
+ 'generalPhotoCount'?: number;
141
+ /**
142
+ *
143
+ * @type {number}
144
+ * @memberof PatientReviewItemModel
145
+ */
146
+ 'beforeAndAfterPhotoCount'?: number;
147
+ /**
148
+ *
149
+ * @type {number}
150
+ * @memberof PatientReviewItemModel
151
+ */
152
+ 'generalPublicPhotoCount'?: number;
153
+ /**
154
+ *
155
+ * @type {number}
156
+ * @memberof PatientReviewItemModel
157
+ */
158
+ 'beforeAndAfterPublicPhotoCount'?: number;
159
+ /**
160
+ *
161
+ * @type {PatientReviewTranslationModel}
162
+ * @memberof PatientReviewItemModel
163
+ */
164
+ 'translation'?: PatientReviewTranslationModel;
165
+ }
166
+ //# sourceMappingURL=patient-review-item-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-item-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAEnF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAC1C;;;;OAIG;IACH,aAAa,CAAC,EAAE,6BAA6B,CAAC;CACjD"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,318 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@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 { AuditableEntityModel } from './auditable-entity-model';
13
+ import { PatientReviewActivityLogModel } from './patient-review-activity-log-model';
14
+ import { PatientReviewBeforeAndAfterPhotoModel } from './patient-review-before-and-after-photo-model';
15
+ import { PatientReviewBeforeAndAfterPublicPhotoModel } from './patient-review-before-and-after-public-photo-model';
16
+ import { PatientReviewDetailModel } from './patient-review-detail-model';
17
+ import { PatientReviewGeneralPhotoModel } from './patient-review-general-photo-model';
18
+ import { PatientReviewGeneralPublicPhotoModel } from './patient-review-general-public-photo-model';
19
+ import { PatientReviewPlatform } from './patient-review-platform';
20
+ import { PatientReviewStatus } from './patient-review-status';
21
+ import { PatientReviewTranslationModel } from './patient-review-translation-model';
22
+ import { PatientReviewVerificationDocumentModel } from './patient-review-verification-document-model';
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface PatientReviewModel
27
+ */
28
+ export interface PatientReviewModel {
29
+ /**
30
+ *
31
+ * @type {string}
32
+ * @memberof PatientReviewModel
33
+ */
34
+ 'id'?: string;
35
+ /**
36
+ *
37
+ * @type {PatientReviewPlatform}
38
+ * @memberof PatientReviewModel
39
+ */
40
+ 'platform'?: PatientReviewPlatform;
41
+ /**
42
+ *
43
+ * @type {PatientReviewStatus}
44
+ * @memberof PatientReviewModel
45
+ */
46
+ 'status'?: PatientReviewStatus;
47
+ /**
48
+ *
49
+ * @type {string}
50
+ * @memberof PatientReviewModel
51
+ */
52
+ 'hospitalId'?: string | null;
53
+ /**
54
+ *
55
+ * @type {string}
56
+ * @memberof PatientReviewModel
57
+ */
58
+ 'doctorAffiliationId'?: string | null;
59
+ /**
60
+ *
61
+ * @type {string}
62
+ * @memberof PatientReviewModel
63
+ */
64
+ 'dealId'?: string | null;
65
+ /**
66
+ *
67
+ * @type {number}
68
+ * @memberof PatientReviewModel
69
+ */
70
+ 'rating'?: number;
71
+ /**
72
+ *
73
+ * @type {string}
74
+ * @memberof PatientReviewModel
75
+ */
76
+ 'originalLanguageCode'?: string | null;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof PatientReviewModel
81
+ */
82
+ 'userFirstName'?: string | null;
83
+ /**
84
+ *
85
+ * @type {string}
86
+ * @memberof PatientReviewModel
87
+ */
88
+ 'userLastName'?: string | null;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof PatientReviewModel
93
+ */
94
+ 'hospitalName'?: string | null;
95
+ /**
96
+ *
97
+ * @type {string}
98
+ * @memberof PatientReviewModel
99
+ */
100
+ 'doctorName'?: string | null;
101
+ /**
102
+ *
103
+ * @type {string}
104
+ * @memberof PatientReviewModel
105
+ */
106
+ 'dealName'?: string | null;
107
+ /**
108
+ *
109
+ * @type {Date}
110
+ * @memberof PatientReviewModel
111
+ */
112
+ 'createdDate'?: Date;
113
+ /**
114
+ *
115
+ * @type {Date}
116
+ * @memberof PatientReviewModel
117
+ */
118
+ 'documentVerifiedDate'?: Date | null;
119
+ /**
120
+ *
121
+ * @type {Date}
122
+ * @memberof PatientReviewModel
123
+ */
124
+ 'photoVerifiedDate'?: Date | null;
125
+ /**
126
+ *
127
+ * @type {Date}
128
+ * @memberof PatientReviewModel
129
+ */
130
+ 'contentVerifiedDate'?: Date | null;
131
+ /**
132
+ *
133
+ * @type {number}
134
+ * @memberof PatientReviewModel
135
+ */
136
+ 'translationCount'?: number;
137
+ /**
138
+ *
139
+ * @type {number}
140
+ * @memberof PatientReviewModel
141
+ */
142
+ 'verificationDocumentCount'?: number;
143
+ /**
144
+ *
145
+ * @type {number}
146
+ * @memberof PatientReviewModel
147
+ */
148
+ 'generalPhotoCount'?: number;
149
+ /**
150
+ *
151
+ * @type {number}
152
+ * @memberof PatientReviewModel
153
+ */
154
+ 'beforeAndAfterPhotoCount'?: number;
155
+ /**
156
+ *
157
+ * @type {number}
158
+ * @memberof PatientReviewModel
159
+ */
160
+ 'generalPublicPhotoCount'?: number;
161
+ /**
162
+ *
163
+ * @type {number}
164
+ * @memberof PatientReviewModel
165
+ */
166
+ 'beforeAndAfterPublicPhotoCount'?: number;
167
+ /**
168
+ *
169
+ * @type {PatientReviewTranslationModel}
170
+ * @memberof PatientReviewModel
171
+ */
172
+ 'translation'?: PatientReviewTranslationModel;
173
+ /**
174
+ *
175
+ * @type {string}
176
+ * @memberof PatientReviewModel
177
+ */
178
+ 'userId'?: string | null;
179
+ /**
180
+ *
181
+ * @type {string}
182
+ * @memberof PatientReviewModel
183
+ */
184
+ 'userEmail'?: string | null;
185
+ /**
186
+ *
187
+ * @type {string}
188
+ * @memberof PatientReviewModel
189
+ */
190
+ 'userPhone'?: string | null;
191
+ /**
192
+ *
193
+ * @type {string}
194
+ * @memberof PatientReviewModel
195
+ */
196
+ 'comment'?: string | null;
197
+ /**
198
+ *
199
+ * @type {string}
200
+ * @memberof PatientReviewModel
201
+ */
202
+ 'rejectReason'?: string | null;
203
+ /**
204
+ *
205
+ * @type {boolean}
206
+ * @memberof PatientReviewModel
207
+ */
208
+ 'consentPublishPatientReview'?: boolean;
209
+ /**
210
+ *
211
+ * @type {boolean}
212
+ * @memberof PatientReviewModel
213
+ */
214
+ 'consentPublishPhoto'?: boolean | null;
215
+ /**
216
+ *
217
+ * @type {boolean}
218
+ * @memberof PatientReviewModel
219
+ */
220
+ 'consentPublishBeforeAfter'?: boolean | null;
221
+ /**
222
+ *
223
+ * @type {boolean}
224
+ * @memberof PatientReviewModel
225
+ */
226
+ 'consentMarketing'?: boolean;
227
+ /**
228
+ *
229
+ * @type {string}
230
+ * @memberof PatientReviewModel
231
+ */
232
+ 'consentWordingVersion'?: string | null;
233
+ /**
234
+ *
235
+ * @type {string}
236
+ * @memberof PatientReviewModel
237
+ */
238
+ 'consentIpAddress'?: string | null;
239
+ /**
240
+ *
241
+ * @type {Date}
242
+ * @memberof PatientReviewModel
243
+ */
244
+ 'consentedDate'?: Date | null;
245
+ /**
246
+ *
247
+ * @type {string}
248
+ * @memberof PatientReviewModel
249
+ */
250
+ 'documentVerifyingUserId'?: string | null;
251
+ /**
252
+ *
253
+ * @type {string}
254
+ * @memberof PatientReviewModel
255
+ */
256
+ 'photoVerifyingUserId'?: string | null;
257
+ /**
258
+ *
259
+ * @type {string}
260
+ * @memberof PatientReviewModel
261
+ */
262
+ 'contentVerifyingUserId'?: string | null;
263
+ /**
264
+ *
265
+ * @type {AuditableEntityModel}
266
+ * @memberof PatientReviewModel
267
+ */
268
+ 'auditableEntity'?: AuditableEntityModel;
269
+ /**
270
+ *
271
+ * @type {Array<PatientReviewTranslationModel>}
272
+ * @memberof PatientReviewModel
273
+ */
274
+ 'translations'?: Array<PatientReviewTranslationModel> | null;
275
+ /**
276
+ *
277
+ * @type {Array<PatientReviewDetailModel>}
278
+ * @memberof PatientReviewModel
279
+ */
280
+ 'details'?: Array<PatientReviewDetailModel> | null;
281
+ /**
282
+ *
283
+ * @type {Array<PatientReviewVerificationDocumentModel>}
284
+ * @memberof PatientReviewModel
285
+ */
286
+ 'verificationDocuments'?: Array<PatientReviewVerificationDocumentModel> | null;
287
+ /**
288
+ *
289
+ * @type {Array<PatientReviewGeneralPhotoModel>}
290
+ * @memberof PatientReviewModel
291
+ */
292
+ 'generalPhotos'?: Array<PatientReviewGeneralPhotoModel> | null;
293
+ /**
294
+ *
295
+ * @type {Array<PatientReviewBeforeAndAfterPhotoModel>}
296
+ * @memberof PatientReviewModel
297
+ */
298
+ 'beforeAndAfterPhotos'?: Array<PatientReviewBeforeAndAfterPhotoModel> | null;
299
+ /**
300
+ *
301
+ * @type {Array<PatientReviewGeneralPublicPhotoModel>}
302
+ * @memberof PatientReviewModel
303
+ */
304
+ 'generalPublicPhotos'?: Array<PatientReviewGeneralPublicPhotoModel> | null;
305
+ /**
306
+ *
307
+ * @type {Array<PatientReviewBeforeAndAfterPublicPhotoModel>}
308
+ * @memberof PatientReviewModel
309
+ */
310
+ 'beforeAndAfterPublicPhotos'?: Array<PatientReviewBeforeAndAfterPublicPhotoModel> | null;
311
+ /**
312
+ *
313
+ * @type {Array<PatientReviewActivityLogModel>}
314
+ * @memberof PatientReviewModel
315
+ */
316
+ 'activityLogs'?: Array<PatientReviewActivityLogModel> | null;
317
+ }
318
+ //# sourceMappingURL=patient-review-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAGpF,OAAO,EAAE,qCAAqC,EAAE,MAAM,+CAA+C,CAAC;AAGtG,OAAO,EAAE,2CAA2C,EAAE,MAAM,sDAAsD,CAAC;AAGnH,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAGzE,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAGtF,OAAO,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAC;AAGnG,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGnF,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AAEtG;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAC1C;;;;OAIG;IACH,aAAa,CAAC,EAAE,6BAA6B,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,OAAO,CAAC;IACxC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,eAAe,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;IAC7D;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC;IACnD;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,GAAG,IAAI,CAAC;IAC/E;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,GAAG,IAAI,CAAC;IAC/D;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,GAAG,IAAI,CAAC;IAC7E;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,IAAI,CAAC;IAC3E;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,2CAA2C,CAAC,GAAG,IAAI,CAAC;IACzF;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,GAAG,IAAI,CAAC;CAChE"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,23 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@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
+ * Values: - `All`: All - `Ich`: Ich - `Saas`: Saas
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare const PatientReviewPlatform: {
18
+ readonly All: "All";
19
+ readonly Ich: "Ich";
20
+ readonly Saas: "Saas";
21
+ };
22
+ export type PatientReviewPlatform = typeof PatientReviewPlatform[keyof typeof PatientReviewPlatform];
23
+ //# sourceMappingURL=patient-review-platform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-platform.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-platform.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,qBAAqB;;;;CAIxB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PatientReviewPlatform = void 0;
17
+ /**
18
+ * Values: - `All`: All - `Ich`: Ich - `Saas`: Saas
19
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.PatientReviewPlatform = {
23
+ All: 'All',
24
+ Ich: 'Ich',
25
+ Saas: 'Saas'
26
+ };
@@ -0,0 +1,61 @@
1
+ /**
2
+ * CloudHospital Admin Api
3
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
+ *
5
+ * The version of the OpenAPI document: 1
6
+ * Contact: developer@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 PatientReviewPublicBeforeAfterImageInputModel
16
+ */
17
+ export interface PatientReviewPublicBeforeAfterImageInputModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
22
+ */
23
+ 'id'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
28
+ */
29
+ 'beforePhoto'?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
34
+ */
35
+ 'beforeThumbnail'?: string | null;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
40
+ */
41
+ 'afterPhoto'?: string | null;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
46
+ */
47
+ 'afterThumbnail'?: string | null;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
52
+ */
53
+ 'order'?: number | null;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof PatientReviewPublicBeforeAfterImageInputModel
58
+ */
59
+ 'note'?: string | null;
60
+ }
61
+ //# sourceMappingURL=patient-review-public-before-after-image-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-public-before-after-image-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-public-before-after-image-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CloudHospital Admin Api
6
+ * CloudHospital application with Swagger, Swashbuckle, and API versioning.
7
+ *
8
+ * The version of the OpenAPI document: 1
9
+ * Contact: developer@icloudhospital.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });