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
@@ -14,9 +14,12 @@ import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
15
  import { PatchPatientReviewInputModel } from '../models';
16
16
  import { PatientReviewActivityLogModel } from '../models';
17
+ import { PatientReviewBeforeAndAfterPhotoAccessModel } from '../models';
17
18
  import { PatientReviewModel } from '../models';
18
19
  import { PatientReviewStatus } from '../models';
19
20
  import { PatientReviewsModel } from '../models';
21
+ import { SecureFileDocumentAccessModel } from '../models';
22
+ import { SecureFileImageAccessModel } from '../models';
20
23
  import { UpdatePatientReviewStatusCommand } from '../models';
21
24
  import { VerifyPatientReviewContentCommand } from '../models';
22
25
  /**
@@ -35,13 +38,14 @@ export declare const PatientReviewsApiAxiosParamCreator: (configuration?: Config
35
38
  * @param {string} [sortBy]
36
39
  * @param {string} [sortDirection]
37
40
  * @param {boolean} [showHidden]
41
+ * @param {string} [originalLanguageCode]
38
42
  * @param {number} [page]
39
43
  * @param {number} [limit]
40
44
  * @param {Date} [lastRetrieved]
41
45
  * @param {*} [options] Override http request option.
42
46
  * @throws {RequiredError}
43
47
  */
44
- apiV1PatientreviewsGet: (hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
48
+ apiV1PatientreviewsGet: (hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, originalLanguageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
49
  /**
46
50
  *
47
51
  * @summary Retrieves activity logs for the specified patient review in descending order. (Auth policies: RequireContentManagerRole)
@@ -50,6 +54,16 @@ export declare const PatientReviewsApiAxiosParamCreator: (configuration?: Config
50
54
  * @throws {RequiredError}
51
55
  */
52
56
  apiV1PatientreviewsPatientReviewIdActivitylogsGet: (patientReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
57
+ /**
58
+ *
59
+ * @summary Issues a temporary SAS URL to read a patient review before-and-after photo. (Auth policies: RequireContentManagerRole)
60
+ * @param {string} patientReviewId The patient review identifier.
61
+ * @param {string} beforeAndAfterPhotoId The before-and-after photo identifier.
62
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
63
+ * @param {*} [options] Override http request option.
64
+ * @throws {RequiredError}
65
+ */
66
+ apiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet: (patientReviewId: string, beforeAndAfterPhotoId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
67
  /**
54
68
  *
55
69
  * @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
@@ -85,6 +99,16 @@ export declare const PatientReviewsApiAxiosParamCreator: (configuration?: Config
85
99
  * @throws {RequiredError}
86
100
  */
87
101
  apiV1PatientreviewsPatientReviewIdDocumentverificationPut: (patientReviewId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
102
+ /**
103
+ *
104
+ * @summary Issues a temporary SAS URL to read a patient review general photo. (Auth policies: RequireContentManagerRole)
105
+ * @param {string} patientReviewId The patient review identifier.
106
+ * @param {string} generalPhotoId The general photo identifier.
107
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
108
+ * @param {*} [options] Override http request option.
109
+ * @throws {RequiredError}
110
+ */
111
+ apiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet: (patientReviewId: string, generalPhotoId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
88
112
  /**
89
113
  *
90
114
  * @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
@@ -137,6 +161,16 @@ export declare const PatientReviewsApiAxiosParamCreator: (configuration?: Config
137
161
  * @throws {RequiredError}
138
162
  */
139
163
  apiV1PatientreviewsPatientReviewIdStatusPut: (patientReviewId: string, updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand, options?: AxiosRequestConfig) => Promise<RequestArgs>;
164
+ /**
165
+ *
166
+ * @summary Issues a temporary SAS URL to read a patient review verification document. (Auth policies: RequireContentManagerRole)
167
+ * @param {string} patientReviewId The patient review identifier.
168
+ * @param {string} verificationDocumentId The verification document identifier.
169
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
170
+ * @param {*} [options] Override http request option.
171
+ * @throws {RequiredError}
172
+ */
173
+ apiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet: (patientReviewId: string, verificationDocumentId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
140
174
  };
141
175
  /**
142
176
  * PatientReviewsApi - functional programming interface
@@ -154,13 +188,14 @@ export declare const PatientReviewsApiFp: (configuration?: Configuration) => {
154
188
  * @param {string} [sortBy]
155
189
  * @param {string} [sortDirection]
156
190
  * @param {boolean} [showHidden]
191
+ * @param {string} [originalLanguageCode]
157
192
  * @param {number} [page]
158
193
  * @param {number} [limit]
159
194
  * @param {Date} [lastRetrieved]
160
195
  * @param {*} [options] Override http request option.
161
196
  * @throws {RequiredError}
162
197
  */
163
- apiV1PatientreviewsGet(hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewsModel>>;
198
+ apiV1PatientreviewsGet(hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, originalLanguageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewsModel>>;
164
199
  /**
165
200
  *
166
201
  * @summary Retrieves activity logs for the specified patient review in descending order. (Auth policies: RequireContentManagerRole)
@@ -169,6 +204,16 @@ export declare const PatientReviewsApiFp: (configuration?: Configuration) => {
169
204
  * @throws {RequiredError}
170
205
  */
171
206
  apiV1PatientreviewsPatientReviewIdActivitylogsGet(patientReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PatientReviewActivityLogModel>>>;
207
+ /**
208
+ *
209
+ * @summary Issues a temporary SAS URL to read a patient review before-and-after photo. (Auth policies: RequireContentManagerRole)
210
+ * @param {string} patientReviewId The patient review identifier.
211
+ * @param {string} beforeAndAfterPhotoId The before-and-after photo identifier.
212
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
213
+ * @param {*} [options] Override http request option.
214
+ * @throws {RequiredError}
215
+ */
216
+ apiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet(patientReviewId: string, beforeAndAfterPhotoId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewBeforeAndAfterPhotoAccessModel>>;
172
217
  /**
173
218
  *
174
219
  * @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
@@ -204,6 +249,16 @@ export declare const PatientReviewsApiFp: (configuration?: Configuration) => {
204
249
  * @throws {RequiredError}
205
250
  */
206
251
  apiV1PatientreviewsPatientReviewIdDocumentverificationPut(patientReviewId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
252
+ /**
253
+ *
254
+ * @summary Issues a temporary SAS URL to read a patient review general photo. (Auth policies: RequireContentManagerRole)
255
+ * @param {string} patientReviewId The patient review identifier.
256
+ * @param {string} generalPhotoId The general photo identifier.
257
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
258
+ * @param {*} [options] Override http request option.
259
+ * @throws {RequiredError}
260
+ */
261
+ apiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet(patientReviewId: string, generalPhotoId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureFileImageAccessModel>>;
207
262
  /**
208
263
  *
209
264
  * @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
@@ -256,6 +311,16 @@ export declare const PatientReviewsApiFp: (configuration?: Configuration) => {
256
311
  * @throws {RequiredError}
257
312
  */
258
313
  apiV1PatientreviewsPatientReviewIdStatusPut(patientReviewId: string, updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
314
+ /**
315
+ *
316
+ * @summary Issues a temporary SAS URL to read a patient review verification document. (Auth policies: RequireContentManagerRole)
317
+ * @param {string} patientReviewId The patient review identifier.
318
+ * @param {string} verificationDocumentId The verification document identifier.
319
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
320
+ * @param {*} [options] Override http request option.
321
+ * @throws {RequiredError}
322
+ */
323
+ apiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet(patientReviewId: string, verificationDocumentId: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureFileDocumentAccessModel>>;
259
324
  };
260
325
  /**
261
326
  * PatientReviewsApi - factory interface
@@ -273,13 +338,14 @@ export declare const PatientReviewsApiFactory: (configuration?: Configuration, b
273
338
  * @param {string} [sortBy]
274
339
  * @param {string} [sortDirection]
275
340
  * @param {boolean} [showHidden]
341
+ * @param {string} [originalLanguageCode]
276
342
  * @param {number} [page]
277
343
  * @param {number} [limit]
278
344
  * @param {Date} [lastRetrieved]
279
345
  * @param {*} [options] Override http request option.
280
346
  * @throws {RequiredError}
281
347
  */
282
- apiV1PatientreviewsGet(hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientReviewsModel>;
348
+ apiV1PatientreviewsGet(hospitalId?: string, doctorAffiliationId?: string, dealId?: string, status?: PatientReviewStatus, languageCode?: string, sortBy?: string, sortDirection?: string, showHidden?: boolean, originalLanguageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientReviewsModel>;
283
349
  /**
284
350
  *
285
351
  * @summary Retrieves activity logs for the specified patient review in descending order. (Auth policies: RequireContentManagerRole)
@@ -288,6 +354,16 @@ export declare const PatientReviewsApiFactory: (configuration?: Configuration, b
288
354
  * @throws {RequiredError}
289
355
  */
290
356
  apiV1PatientreviewsPatientReviewIdActivitylogsGet(patientReviewId: string, options?: any): AxiosPromise<Array<PatientReviewActivityLogModel>>;
357
+ /**
358
+ *
359
+ * @summary Issues a temporary SAS URL to read a patient review before-and-after photo. (Auth policies: RequireContentManagerRole)
360
+ * @param {string} patientReviewId The patient review identifier.
361
+ * @param {string} beforeAndAfterPhotoId The before-and-after photo identifier.
362
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
363
+ * @param {*} [options] Override http request option.
364
+ * @throws {RequiredError}
365
+ */
366
+ apiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet(patientReviewId: string, beforeAndAfterPhotoId: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<PatientReviewBeforeAndAfterPhotoAccessModel>;
291
367
  /**
292
368
  *
293
369
  * @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
@@ -323,6 +399,16 @@ export declare const PatientReviewsApiFactory: (configuration?: Configuration, b
323
399
  * @throws {RequiredError}
324
400
  */
325
401
  apiV1PatientreviewsPatientReviewIdDocumentverificationPut(patientReviewId: string, options?: any): AxiosPromise<boolean>;
402
+ /**
403
+ *
404
+ * @summary Issues a temporary SAS URL to read a patient review general photo. (Auth policies: RequireContentManagerRole)
405
+ * @param {string} patientReviewId The patient review identifier.
406
+ * @param {string} generalPhotoId The general photo identifier.
407
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
408
+ * @param {*} [options] Override http request option.
409
+ * @throws {RequiredError}
410
+ */
411
+ apiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet(patientReviewId: string, generalPhotoId: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<SecureFileImageAccessModel>;
326
412
  /**
327
413
  *
328
414
  * @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
@@ -375,6 +461,16 @@ export declare const PatientReviewsApiFactory: (configuration?: Configuration, b
375
461
  * @throws {RequiredError}
376
462
  */
377
463
  apiV1PatientreviewsPatientReviewIdStatusPut(patientReviewId: string, updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand, options?: any): AxiosPromise<boolean>;
464
+ /**
465
+ *
466
+ * @summary Issues a temporary SAS URL to read a patient review verification document. (Auth policies: RequireContentManagerRole)
467
+ * @param {string} patientReviewId The patient review identifier.
468
+ * @param {string} verificationDocumentId The verification document identifier.
469
+ * @param {number} [minutesAvailableUntil] Optional minutes until the SAS URL expires.
470
+ * @param {*} [options] Override http request option.
471
+ * @throws {RequiredError}
472
+ */
473
+ apiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet(patientReviewId: string, verificationDocumentId: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<SecureFileDocumentAccessModel>;
378
474
  };
379
475
  /**
380
476
  * Request parameters for apiV1PatientreviewsGet operation in PatientReviewsApi.
@@ -430,6 +526,12 @@ export interface PatientReviewsApiApiV1PatientreviewsGetRequest {
430
526
  * @memberof PatientReviewsApiApiV1PatientreviewsGet
431
527
  */
432
528
  readonly showHidden?: boolean;
529
+ /**
530
+ *
531
+ * @type {string}
532
+ * @memberof PatientReviewsApiApiV1PatientreviewsGet
533
+ */
534
+ readonly originalLanguageCode?: string;
433
535
  /**
434
536
  *
435
537
  * @type {number}
@@ -462,6 +564,31 @@ export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdActivitylogs
462
564
  */
463
565
  readonly patientReviewId: string;
464
566
  }
567
+ /**
568
+ * Request parameters for apiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet operation in PatientReviewsApi.
569
+ * @export
570
+ * @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGetRequest
571
+ */
572
+ export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGetRequest {
573
+ /**
574
+ * The patient review identifier.
575
+ * @type {string}
576
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet
577
+ */
578
+ readonly patientReviewId: string;
579
+ /**
580
+ * The before-and-after photo identifier.
581
+ * @type {string}
582
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet
583
+ */
584
+ readonly beforeAndAfterPhotoId: string;
585
+ /**
586
+ * Optional minutes until the SAS URL expires.
587
+ * @type {number}
588
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet
589
+ */
590
+ readonly minutesAvailableUntil?: number;
591
+ }
465
592
  /**
466
593
  * Request parameters for apiV1PatientreviewsPatientReviewIdBeforeandafterphotosPatientReviewBeforeAndAfterPhotoIdCopytopublicPost operation in PatientReviewsApi.
467
594
  * @export
@@ -532,6 +659,31 @@ export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdDocumentveri
532
659
  */
533
660
  readonly patientReviewId: string;
534
661
  }
662
+ /**
663
+ * Request parameters for apiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet operation in PatientReviewsApi.
664
+ * @export
665
+ * @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGetRequest
666
+ */
667
+ export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGetRequest {
668
+ /**
669
+ * The patient review identifier.
670
+ * @type {string}
671
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet
672
+ */
673
+ readonly patientReviewId: string;
674
+ /**
675
+ * The general photo identifier.
676
+ * @type {string}
677
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet
678
+ */
679
+ readonly generalPhotoId: string;
680
+ /**
681
+ * Optional minutes until the SAS URL expires.
682
+ * @type {number}
683
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet
684
+ */
685
+ readonly minutesAvailableUntil?: number;
686
+ }
535
687
  /**
536
688
  * Request parameters for apiV1PatientreviewsPatientReviewIdGeneralphotosPatientReviewGeneralPhotoIdCopytopublicPost operation in PatientReviewsApi.
537
689
  * @export
@@ -634,6 +786,31 @@ export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPutReq
634
786
  */
635
787
  readonly updatePatientReviewStatusCommand?: UpdatePatientReviewStatusCommand;
636
788
  }
789
+ /**
790
+ * Request parameters for apiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet operation in PatientReviewsApi.
791
+ * @export
792
+ * @interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGetRequest
793
+ */
794
+ export interface PatientReviewsApiApiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGetRequest {
795
+ /**
796
+ * The patient review identifier.
797
+ * @type {string}
798
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet
799
+ */
800
+ readonly patientReviewId: string;
801
+ /**
802
+ * The verification document identifier.
803
+ * @type {string}
804
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet
805
+ */
806
+ readonly verificationDocumentId: string;
807
+ /**
808
+ * Optional minutes until the SAS URL expires.
809
+ * @type {number}
810
+ * @memberof PatientReviewsApiApiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet
811
+ */
812
+ readonly minutesAvailableUntil?: number;
813
+ }
637
814
  /**
638
815
  * PatientReviewsApi - object-oriented interface
639
816
  * @export
@@ -659,6 +836,15 @@ export declare class PatientReviewsApi extends BaseAPI {
659
836
  * @memberof PatientReviewsApi
660
837
  */
661
838
  apiV1PatientreviewsPatientReviewIdActivitylogsGet(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdActivitylogsGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewActivityLogModel[], any>>;
839
+ /**
840
+ *
841
+ * @summary Issues a temporary SAS URL to read a patient review before-and-after photo. (Auth policies: RequireContentManagerRole)
842
+ * @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGetRequest} requestParameters Request parameters.
843
+ * @param {*} [options] Override http request option.
844
+ * @throws {RequiredError}
845
+ * @memberof PatientReviewsApi
846
+ */
847
+ apiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGet(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdBeforeandafterphotosBeforeAndAfterPhotoIdReadGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatientReviewBeforeAndAfterPhotoAccessModel, any>>;
662
848
  /**
663
849
  *
664
850
  * @summary Copies a private before-and-after photo set to a new public before-and-after photo record. (Auth policies: RequireContentManagerRole)
@@ -695,6 +881,15 @@ export declare class PatientReviewsApi extends BaseAPI {
695
881
  * @memberof PatientReviewsApi
696
882
  */
697
883
  apiV1PatientreviewsPatientReviewIdDocumentverificationPut(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdDocumentverificationPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
884
+ /**
885
+ *
886
+ * @summary Issues a temporary SAS URL to read a patient review general photo. (Auth policies: RequireContentManagerRole)
887
+ * @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGetRequest} requestParameters Request parameters.
888
+ * @param {*} [options] Override http request option.
889
+ * @throws {RequiredError}
890
+ * @memberof PatientReviewsApi
891
+ */
892
+ apiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGet(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdGeneralphotosGeneralPhotoIdReadGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecureFileImageAccessModel, any>>;
698
893
  /**
699
894
  *
700
895
  * @summary Copies a private general photo to a new public general photo record. (Auth policies: RequireContentManagerRole)
@@ -749,5 +944,14 @@ export declare class PatientReviewsApi extends BaseAPI {
749
944
  * @memberof PatientReviewsApi
750
945
  */
751
946
  apiV1PatientreviewsPatientReviewIdStatusPut(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdStatusPutRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
947
+ /**
948
+ *
949
+ * @summary Issues a temporary SAS URL to read a patient review verification document. (Auth policies: RequireContentManagerRole)
950
+ * @param {PatientReviewsApiApiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGetRequest} requestParameters Request parameters.
951
+ * @param {*} [options] Override http request option.
952
+ * @throws {RequiredError}
953
+ * @memberof PatientReviewsApi
954
+ */
955
+ apiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGet(requestParameters: PatientReviewsApiApiV1PatientreviewsPatientReviewIdVerificationdocumentsVerificationDocumentIdReadGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecureFileDocumentAccessModel, any>>;
752
956
  }
753
957
  //# sourceMappingURL=patient-reviews-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"patient-reviews-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-reviews-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"patient-reviews-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-reviews-api.ts"],"names":[],"mappings":"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"}