ch-admin-api-client-typescript 5.91.36 → 5.91.49

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 (93) hide show
  1. package/lib/api/articles-api.d.ts +132 -132
  2. package/lib/api/articles-api.js +146 -146
  3. package/lib/api/images-api.d.ts +8 -8
  4. package/lib/api/images-api.js +10 -10
  5. package/lib/api/patient-review-consent-documents-api.d.ts +12 -3
  6. package/lib/api/patient-review-consent-documents-api.d.ts.map +1 -1
  7. package/lib/api/patient-review-consent-documents-api.js +15 -9
  8. package/lib/api/patient-reviews-api.d.ts +207 -3
  9. package/lib/api/patient-reviews-api.d.ts.map +1 -1
  10. package/lib/api/patient-reviews-api.js +318 -9
  11. package/lib/models/accreditation-item-model.d.ts +6 -0
  12. package/lib/models/accreditation-item-model.d.ts.map +1 -1
  13. package/lib/models/accreditation-model.d.ts +6 -0
  14. package/lib/models/accreditation-model.d.ts.map +1 -1
  15. package/lib/models/article-model.d.ts +7 -0
  16. package/lib/models/article-model.d.ts.map +1 -1
  17. package/lib/models/create-article-command.d.ts +7 -0
  18. package/lib/models/create-article-command.d.ts.map +1 -1
  19. package/lib/models/create-deal-command.d.ts +7 -0
  20. package/lib/models/create-deal-command.d.ts.map +1 -1
  21. package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
  22. package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
  23. package/lib/models/create-hospital-service-command.d.ts +7 -0
  24. package/lib/models/create-hospital-service-command.d.ts.map +1 -1
  25. package/lib/models/create-hospital-specialty-command.d.ts +7 -0
  26. package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
  27. package/lib/models/deal-model.d.ts +7 -0
  28. package/lib/models/deal-model.d.ts.map +1 -1
  29. package/lib/models/doctor-affiliation-model.d.ts +7 -0
  30. package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
  31. package/lib/models/hospital-service-model.d.ts +7 -0
  32. package/lib/models/hospital-service-model.d.ts.map +1 -1
  33. package/lib/models/hospital-specialty-model.d.ts +7 -0
  34. package/lib/models/hospital-specialty-model.d.ts.map +1 -1
  35. package/lib/models/index.d.ts +6 -2
  36. package/lib/models/index.d.ts.map +1 -1
  37. package/lib/models/index.js +6 -2
  38. package/lib/models/location-model.d.ts +30 -0
  39. package/lib/models/location-model.d.ts.map +1 -1
  40. package/lib/models/patch-article-command.d.ts +7 -0
  41. package/lib/models/patch-article-command.d.ts.map +1 -1
  42. package/lib/models/patch-deal-command.d.ts +7 -0
  43. package/lib/models/patch-deal-command.d.ts.map +1 -1
  44. package/lib/models/patch-doctor-affiliation-command.d.ts +7 -0
  45. package/lib/models/patch-doctor-affiliation-command.d.ts.map +1 -1
  46. package/lib/models/patch-hospital-service-command.d.ts +7 -0
  47. package/lib/models/patch-hospital-service-command.d.ts.map +1 -1
  48. package/lib/models/patch-hospital-specialty-command.d.ts +7 -0
  49. package/lib/models/patch-hospital-specialty-command.d.ts.map +1 -1
  50. package/lib/models/patch-patient-review-input-model.d.ts +1 -7
  51. package/lib/models/patch-patient-review-input-model.d.ts.map +1 -1
  52. package/lib/models/patient-review-activity-action.d.ts +2 -1
  53. package/lib/models/patient-review-activity-action.d.ts.map +1 -1
  54. package/lib/models/patient-review-activity-action.js +3 -2
  55. package/lib/models/patient-review-before-and-after-photo-access-model.d.ts +32 -0
  56. package/lib/models/patient-review-before-and-after-photo-access-model.d.ts.map +1 -0
  57. package/lib/models/patient-review-detail-model.d.ts +8 -3
  58. package/lib/models/patient-review-detail-model.d.ts.map +1 -1
  59. package/lib/models/patient-review-item-model.d.ts +37 -31
  60. package/lib/models/patient-review-item-model.d.ts.map +1 -1
  61. package/lib/models/patient-review-model.d.ts +36 -43
  62. package/lib/models/patient-review-model.d.ts.map +1 -1
  63. package/lib/models/secure-file-document-access-model.d.ts +25 -0
  64. package/lib/models/secure-file-document-access-model.d.ts.map +1 -0
  65. package/lib/models/secure-file-image-access-model.d.ts +31 -0
  66. package/lib/models/secure-file-image-access-model.d.ts.map +1 -0
  67. package/lib/models/secure-file-image-access-model.js +15 -0
  68. package/lib/models/translation-link-input-model.d.ts +56 -0
  69. package/lib/models/translation-link-input-model.d.ts.map +1 -0
  70. package/lib/models/translation-link-input-model.js +15 -0
  71. package/lib/models/translation-link-model.d.ts +56 -0
  72. package/lib/models/translation-link-model.d.ts.map +1 -0
  73. package/lib/models/translation-link-model.js +15 -0
  74. package/lib/models/translation-link-rel-type.d.ts +25 -0
  75. package/lib/models/translation-link-rel-type.d.ts.map +1 -0
  76. package/lib/models/translation-link-rel-type.js +28 -0
  77. package/lib/models/update-article-command.d.ts +7 -0
  78. package/lib/models/update-article-command.d.ts.map +1 -1
  79. package/lib/models/update-deal-command.d.ts +7 -0
  80. package/lib/models/update-deal-command.d.ts.map +1 -1
  81. package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
  82. package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
  83. package/lib/models/update-hospital-service-command.d.ts +7 -0
  84. package/lib/models/update-hospital-service-command.d.ts.map +1 -1
  85. package/lib/models/update-hospital-specialty-command.d.ts +7 -0
  86. package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
  87. package/package.json +1 -1
  88. package/lib/models/patient-review-translation-model.d.ts +0 -55
  89. package/lib/models/patient-review-translation-model.d.ts.map +0 -1
  90. package/lib/models/translation-model.d.ts +0 -103
  91. package/lib/models/translation-model.d.ts.map +0 -1
  92. /package/lib/models/{patient-review-translation-model.js → patient-review-before-and-after-photo-access-model.js} +0 -0
  93. /package/lib/models/{translation-model.js → secure-file-document-access-model.js} +0 -0
@@ -33,13 +33,7 @@ export interface PatchPatientReviewInputModel {
33
33
  * @type {string}
34
34
  * @memberof PatchPatientReviewInputModel
35
35
  */
36
- 'name'?: string | null;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof PatchPatientReviewInputModel
41
- */
42
- 'description'?: string | null;
36
+ 'verifiedComment'?: string | null;
43
37
  /**
44
38
  *
45
39
  * @type {PatientReviewPublicPhotoPatchInputModel}
@@ -1 +1 @@
1
- {"version":3,"file":"patch-patient-review-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patch-patient-review-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,uCAAuC,EAAE,MAAM,iDAAiD,CAAC;AAE1G;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,uCAAuC,CAAC;CAC5D"}
1
+ {"version":3,"file":"patch-patient-review-input-model.d.ts","sourceRoot":"","sources":["../../src/models/patch-patient-review-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,uCAAuC,EAAE,MAAM,iDAAiD,CAAC;AAE1G;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,uCAAuC,CAAC;CAC5D"}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Values: - `Submitted`: Submitted - `DocumentVerified`: DocumentVerified - `PhotosVerified`: PhotosVerified - `PhotosConverted`: PhotosConverted - `ContentVerified`: ContentVerified - `LanguageSelected`: LanguageSelected - `Approved`: Approved - `Rejected`: Rejected - `Deleted`: Deleted - `Updated`: Updated
13
+ * Values: - `Submitted`: Submitted - `DocumentVerified`: DocumentVerified - `PhotosVerified`: PhotosVerified - `PhotosConverted`: PhotosConverted - `ContentVerified`: ContentVerified - `LanguageSelected`: LanguageSelected - `Approved`: Approved - `Rejected`: Rejected - `Deleted`: Deleted - `Updated`: Updated - `PhotoVerificationReset`: PhotoVerificationReset
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
@@ -25,6 +25,7 @@ export declare const PatientReviewActivityAction: {
25
25
  readonly Rejected: "Rejected";
26
26
  readonly Deleted: "Deleted";
27
27
  readonly Updated: "Updated";
28
+ readonly PhotoVerificationReset: "PhotoVerificationReset";
28
29
  };
29
30
  export type PatientReviewActivityAction = typeof PatientReviewActivityAction[keyof typeof PatientReviewActivityAction];
30
31
  //# sourceMappingURL=patient-review-activity-action.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"patient-review-activity-action.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-activity-action.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;CAW9B,CAAC;AAEX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"patient-review-activity-action.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-activity-action.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;CAY9B,CAAC;AAEX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC"}
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PatientReviewActivityAction = void 0;
17
17
  /**
18
- * Values: - `Submitted`: Submitted - `DocumentVerified`: DocumentVerified - `PhotosVerified`: PhotosVerified - `PhotosConverted`: PhotosConverted - `ContentVerified`: ContentVerified - `LanguageSelected`: LanguageSelected - `Approved`: Approved - `Rejected`: Rejected - `Deleted`: Deleted - `Updated`: Updated
18
+ * Values: - `Submitted`: Submitted - `DocumentVerified`: DocumentVerified - `PhotosVerified`: PhotosVerified - `PhotosConverted`: PhotosConverted - `ContentVerified`: ContentVerified - `LanguageSelected`: LanguageSelected - `Approved`: Approved - `Rejected`: Rejected - `Deleted`: Deleted - `Updated`: Updated - `PhotoVerificationReset`: PhotoVerificationReset
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
@@ -29,5 +29,6 @@ exports.PatientReviewActivityAction = {
29
29
  Approved: 'Approved',
30
30
  Rejected: 'Rejected',
31
31
  Deleted: 'Deleted',
32
- Updated: 'Updated'
32
+ Updated: 'Updated',
33
+ PhotoVerificationReset: 'PhotoVerificationReset'
33
34
  };
@@ -0,0 +1,32 @@
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 { SecureFileImageAccessModel } from './secure-file-image-access-model';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface PatientReviewBeforeAndAfterPhotoAccessModel
17
+ */
18
+ export interface PatientReviewBeforeAndAfterPhotoAccessModel {
19
+ /**
20
+ *
21
+ * @type {SecureFileImageAccessModel}
22
+ * @memberof PatientReviewBeforeAndAfterPhotoAccessModel
23
+ */
24
+ 'before'?: SecureFileImageAccessModel;
25
+ /**
26
+ *
27
+ * @type {SecureFileImageAccessModel}
28
+ * @memberof PatientReviewBeforeAndAfterPhotoAccessModel
29
+ */
30
+ 'after'?: SecureFileImageAccessModel;
31
+ }
32
+ //# sourceMappingURL=patient-review-before-and-after-photo-access-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patient-review-before-and-after-photo-access-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-before-and-after-photo-access-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,0BAA0B,CAAC;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,0BAA0B,CAAC;CACxC"}
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TranslationModel } from './translation-model';
13
12
  /**
14
13
  *
15
14
  * @export
@@ -36,9 +35,15 @@ export interface PatientReviewDetailModel {
36
35
  'order'?: number;
37
36
  /**
38
37
  *
39
- * @type {Array<TranslationModel>}
38
+ * @type {string}
39
+ * @memberof PatientReviewDetailModel
40
+ */
41
+ 'name'?: string | null;
42
+ /**
43
+ *
44
+ * @type {boolean}
40
45
  * @memberof PatientReviewDetailModel
41
46
  */
42
- 'translations'?: Array<TranslationModel> | null;
47
+ 'confirmed'?: boolean;
43
48
  }
44
49
  //# sourceMappingURL=patient-review-detail-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"patient-review-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC;CACnD"}
1
+ {"version":3,"file":"patient-review-detail-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-detail-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -9,9 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AuditableEntityModel } from './auditable-entity-model';
12
13
  import { PatientReviewPlatform } from './patient-review-platform';
13
14
  import { PatientReviewStatus } from './patient-review-status';
14
- import { PatientReviewTranslationModel } from './patient-review-translation-model';
15
15
  /**
16
16
  *
17
17
  * @export
@@ -68,99 +68,105 @@ export interface PatientReviewItemModel {
68
68
  'originalLanguageCode'?: string | null;
69
69
  /**
70
70
  *
71
- * @type {string}
71
+ * @type {Date}
72
72
  * @memberof PatientReviewItemModel
73
73
  */
74
- 'userFirstName'?: string | null;
74
+ 'createdDate'?: Date;
75
75
  /**
76
76
  *
77
- * @type {string}
77
+ * @type {Date}
78
78
  * @memberof PatientReviewItemModel
79
79
  */
80
- 'userLastName'?: string | null;
80
+ 'documentVerifiedDate'?: Date | null;
81
81
  /**
82
82
  *
83
- * @type {string}
83
+ * @type {Date}
84
84
  * @memberof PatientReviewItemModel
85
85
  */
86
- 'hospitalName'?: string | null;
86
+ 'photoVerifiedDate'?: Date | null;
87
87
  /**
88
88
  *
89
- * @type {string}
89
+ * @type {Date}
90
90
  * @memberof PatientReviewItemModel
91
91
  */
92
- 'doctorName'?: string | null;
92
+ 'contentVerifiedDate'?: Date | null;
93
93
  /**
94
94
  *
95
- * @type {string}
95
+ * @type {number}
96
96
  * @memberof PatientReviewItemModel
97
97
  */
98
- 'dealName'?: string | null;
98
+ 'translationCount'?: number;
99
99
  /**
100
100
  *
101
- * @type {Date}
101
+ * @type {Array<string>}
102
102
  * @memberof PatientReviewItemModel
103
103
  */
104
- 'createdDate'?: Date;
104
+ 'translatedLanguageCodes'?: Array<string> | null;
105
105
  /**
106
106
  *
107
- * @type {Date}
107
+ * @type {number}
108
108
  * @memberof PatientReviewItemModel
109
109
  */
110
- 'documentVerifiedDate'?: Date | null;
110
+ 'verificationDocumentCount'?: number;
111
111
  /**
112
112
  *
113
- * @type {Date}
113
+ * @type {number}
114
114
  * @memberof PatientReviewItemModel
115
115
  */
116
- 'photoVerifiedDate'?: Date | null;
116
+ 'generalPhotoCount'?: number;
117
117
  /**
118
118
  *
119
- * @type {Date}
119
+ * @type {number}
120
120
  * @memberof PatientReviewItemModel
121
121
  */
122
- 'contentVerifiedDate'?: Date | null;
122
+ 'beforeAndAfterPhotoCount'?: number;
123
123
  /**
124
124
  *
125
125
  * @type {number}
126
126
  * @memberof PatientReviewItemModel
127
127
  */
128
- 'translationCount'?: number;
128
+ 'generalPublicPhotoCount'?: number;
129
129
  /**
130
130
  *
131
131
  * @type {number}
132
132
  * @memberof PatientReviewItemModel
133
133
  */
134
- 'verificationDocumentCount'?: number;
134
+ 'beforeAndAfterPublicPhotoCount'?: number;
135
135
  /**
136
136
  *
137
- * @type {number}
137
+ * @type {string}
138
138
  * @memberof PatientReviewItemModel
139
139
  */
140
- 'generalPhotoCount'?: number;
140
+ 'verifiedComment'?: string | null;
141
141
  /**
142
142
  *
143
- * @type {number}
143
+ * @type {AuditableEntityModel}
144
144
  * @memberof PatientReviewItemModel
145
145
  */
146
- 'beforeAndAfterPhotoCount'?: number;
146
+ 'auditableEntity'?: AuditableEntityModel;
147
147
  /**
148
148
  *
149
- * @type {number}
149
+ * @type {string}
150
150
  * @memberof PatientReviewItemModel
151
151
  */
152
- 'generalPublicPhotoCount'?: number;
152
+ 'userDisplayName'?: string | null;
153
153
  /**
154
154
  *
155
- * @type {number}
155
+ * @type {string}
156
156
  * @memberof PatientReviewItemModel
157
157
  */
158
- 'beforeAndAfterPublicPhotoCount'?: number;
158
+ 'hospitalDisplayName'?: string | null;
159
159
  /**
160
160
  *
161
- * @type {PatientReviewTranslationModel}
161
+ * @type {string}
162
+ * @memberof PatientReviewItemModel
163
+ */
164
+ 'doctorDisplayName'?: string | null;
165
+ /**
166
+ *
167
+ * @type {string}
162
168
  * @memberof PatientReviewItemModel
163
169
  */
164
- 'translation'?: PatientReviewTranslationModel;
170
+ 'dealDisplayName'?: string | null;
165
171
  }
166
172
  //# sourceMappingURL=patient-review-item-model.d.ts.map
@@ -1 +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"}
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,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;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,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,yBAAyB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACjD;;;;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,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC"}
@@ -18,7 +18,6 @@ import { PatientReviewGeneralPhotoModel } from './patient-review-general-photo-m
18
18
  import { PatientReviewGeneralPublicPhotoModel } from './patient-review-general-public-photo-model';
19
19
  import { PatientReviewPlatform } from './patient-review-platform';
20
20
  import { PatientReviewStatus } from './patient-review-status';
21
- import { PatientReviewTranslationModel } from './patient-review-translation-model';
22
21
  import { PatientReviewVerificationDocumentModel } from './patient-review-verification-document-model';
23
22
  /**
24
23
  *
@@ -76,100 +75,106 @@ export interface PatientReviewModel {
76
75
  'originalLanguageCode'?: string | null;
77
76
  /**
78
77
  *
79
- * @type {string}
78
+ * @type {Date}
80
79
  * @memberof PatientReviewModel
81
80
  */
82
- 'userFirstName'?: string | null;
81
+ 'createdDate'?: Date;
83
82
  /**
84
83
  *
85
- * @type {string}
84
+ * @type {Date}
86
85
  * @memberof PatientReviewModel
87
86
  */
88
- 'userLastName'?: string | null;
87
+ 'documentVerifiedDate'?: Date | null;
89
88
  /**
90
89
  *
91
- * @type {string}
90
+ * @type {Date}
92
91
  * @memberof PatientReviewModel
93
92
  */
94
- 'hospitalName'?: string | null;
93
+ 'photoVerifiedDate'?: Date | null;
95
94
  /**
96
95
  *
97
- * @type {string}
96
+ * @type {Date}
98
97
  * @memberof PatientReviewModel
99
98
  */
100
- 'doctorName'?: string | null;
99
+ 'contentVerifiedDate'?: Date | null;
101
100
  /**
102
101
  *
103
- * @type {string}
102
+ * @type {number}
104
103
  * @memberof PatientReviewModel
105
104
  */
106
- 'dealName'?: string | null;
105
+ 'translationCount'?: number;
107
106
  /**
108
107
  *
109
- * @type {Date}
108
+ * @type {Array<string>}
110
109
  * @memberof PatientReviewModel
111
110
  */
112
- 'createdDate'?: Date;
111
+ 'translatedLanguageCodes'?: Array<string> | null;
113
112
  /**
114
113
  *
115
- * @type {Date}
114
+ * @type {number}
116
115
  * @memberof PatientReviewModel
117
116
  */
118
- 'documentVerifiedDate'?: Date | null;
117
+ 'verificationDocumentCount'?: number;
119
118
  /**
120
119
  *
121
- * @type {Date}
120
+ * @type {number}
122
121
  * @memberof PatientReviewModel
123
122
  */
124
- 'photoVerifiedDate'?: Date | null;
123
+ 'generalPhotoCount'?: number;
125
124
  /**
126
125
  *
127
- * @type {Date}
126
+ * @type {number}
128
127
  * @memberof PatientReviewModel
129
128
  */
130
- 'contentVerifiedDate'?: Date | null;
129
+ 'beforeAndAfterPhotoCount'?: number;
131
130
  /**
132
131
  *
133
132
  * @type {number}
134
133
  * @memberof PatientReviewModel
135
134
  */
136
- 'translationCount'?: number;
135
+ 'generalPublicPhotoCount'?: number;
137
136
  /**
138
137
  *
139
138
  * @type {number}
140
139
  * @memberof PatientReviewModel
141
140
  */
142
- 'verificationDocumentCount'?: number;
141
+ 'beforeAndAfterPublicPhotoCount'?: number;
143
142
  /**
144
143
  *
145
- * @type {number}
144
+ * @type {string}
146
145
  * @memberof PatientReviewModel
147
146
  */
148
- 'generalPhotoCount'?: number;
147
+ 'verifiedComment'?: string | null;
149
148
  /**
150
149
  *
151
- * @type {number}
150
+ * @type {AuditableEntityModel}
152
151
  * @memberof PatientReviewModel
153
152
  */
154
- 'beforeAndAfterPhotoCount'?: number;
153
+ 'auditableEntity'?: AuditableEntityModel;
155
154
  /**
156
155
  *
157
- * @type {number}
156
+ * @type {string}
158
157
  * @memberof PatientReviewModel
159
158
  */
160
- 'generalPublicPhotoCount'?: number;
159
+ 'userDisplayName'?: string | null;
161
160
  /**
162
161
  *
163
- * @type {number}
162
+ * @type {string}
164
163
  * @memberof PatientReviewModel
165
164
  */
166
- 'beforeAndAfterPublicPhotoCount'?: number;
165
+ 'hospitalDisplayName'?: string | null;
167
166
  /**
168
167
  *
169
- * @type {PatientReviewTranslationModel}
168
+ * @type {string}
170
169
  * @memberof PatientReviewModel
171
170
  */
172
- 'translation'?: PatientReviewTranslationModel;
171
+ 'doctorDisplayName'?: string | null;
172
+ /**
173
+ *
174
+ * @type {string}
175
+ * @memberof PatientReviewModel
176
+ */
177
+ 'dealDisplayName'?: string | null;
173
178
  /**
174
179
  *
175
180
  * @type {string}
@@ -260,18 +265,6 @@ export interface PatientReviewModel {
260
265
  * @memberof PatientReviewModel
261
266
  */
262
267
  '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
268
  /**
276
269
  *
277
270
  * @type {Array<PatientReviewDetailModel>}
@@ -1 +1 @@
1
- {"version":3,"file":"patient-review-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-model.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"patient-review-model.d.ts","sourceRoot":"","sources":["../../src/models/patient-review-model.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,25 @@
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 SecureFileDocumentAccessModel
16
+ */
17
+ export interface SecureFileDocumentAccessModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SecureFileDocumentAccessModel
22
+ */
23
+ 'uri'?: string | null;
24
+ }
25
+ //# sourceMappingURL=secure-file-document-access-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secure-file-document-access-model.d.ts","sourceRoot":"","sources":["../../src/models/secure-file-document-access-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB"}
@@ -0,0 +1,31 @@
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 SecureFileImageAccessModel
16
+ */
17
+ export interface SecureFileImageAccessModel {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SecureFileImageAccessModel
22
+ */
23
+ 'uri'?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SecureFileImageAccessModel
28
+ */
29
+ 'thumbnailUri'?: string | null;
30
+ }
31
+ //# sourceMappingURL=secure-file-image-access-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secure-file-image-access-model.d.ts","sourceRoot":"","sources":["../../src/models/secure-file-image-access-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC"}
@@ -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,56 @@
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 { TranslationLinkRelType } from './translation-link-rel-type';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TranslationLinkInputModel
17
+ */
18
+ export interface TranslationLinkInputModel {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof TranslationLinkInputModel
23
+ */
24
+ 'id'?: string | null;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof TranslationLinkInputModel
29
+ */
30
+ 'url'?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof TranslationLinkInputModel
35
+ */
36
+ 'label'?: string | null;
37
+ /**
38
+ *
39
+ * @type {TranslationLinkRelType}
40
+ * @memberof TranslationLinkInputModel
41
+ */
42
+ 'rel'?: TranslationLinkRelType;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof TranslationLinkInputModel
47
+ */
48
+ 'description'?: string | null;
49
+ /**
50
+ *
51
+ * @type {number}
52
+ * @memberof TranslationLinkInputModel
53
+ */
54
+ 'order'?: number;
55
+ }
56
+ //# sourceMappingURL=translation-link-input-model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translation-link-input-model.d.ts","sourceRoot":"","sources":["../../src/models/translation-link-input-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,KAAK,CAAC,EAAE,sBAAsB,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -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 });