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.
- package/lib/api/articles-api.d.ts +132 -132
- package/lib/api/articles-api.js +146 -146
- package/lib/api/images-api.d.ts +8 -8
- package/lib/api/images-api.js +10 -10
- package/lib/api/patient-review-consent-documents-api.d.ts +12 -3
- package/lib/api/patient-review-consent-documents-api.d.ts.map +1 -1
- package/lib/api/patient-review-consent-documents-api.js +15 -9
- package/lib/api/patient-reviews-api.d.ts +207 -3
- package/lib/api/patient-reviews-api.d.ts.map +1 -1
- package/lib/api/patient-reviews-api.js +318 -9
- package/lib/models/accreditation-item-model.d.ts +6 -0
- package/lib/models/accreditation-item-model.d.ts.map +1 -1
- package/lib/models/accreditation-model.d.ts +6 -0
- package/lib/models/accreditation-model.d.ts.map +1 -1
- package/lib/models/article-model.d.ts +7 -0
- package/lib/models/article-model.d.ts.map +1 -1
- package/lib/models/create-article-command.d.ts +7 -0
- package/lib/models/create-article-command.d.ts.map +1 -1
- package/lib/models/create-deal-command.d.ts +7 -0
- package/lib/models/create-deal-command.d.ts.map +1 -1
- package/lib/models/create-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/create-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/create-hospital-service-command.d.ts +7 -0
- package/lib/models/create-hospital-service-command.d.ts.map +1 -1
- package/lib/models/create-hospital-specialty-command.d.ts +7 -0
- package/lib/models/create-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/deal-model.d.ts +7 -0
- package/lib/models/deal-model.d.ts.map +1 -1
- package/lib/models/doctor-affiliation-model.d.ts +7 -0
- package/lib/models/doctor-affiliation-model.d.ts.map +1 -1
- package/lib/models/hospital-service-model.d.ts +7 -0
- package/lib/models/hospital-service-model.d.ts.map +1 -1
- package/lib/models/hospital-specialty-model.d.ts +7 -0
- package/lib/models/hospital-specialty-model.d.ts.map +1 -1
- package/lib/models/index.d.ts +6 -2
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/index.js +6 -2
- package/lib/models/location-model.d.ts +30 -0
- package/lib/models/location-model.d.ts.map +1 -1
- package/lib/models/patch-article-command.d.ts +7 -0
- package/lib/models/patch-article-command.d.ts.map +1 -1
- package/lib/models/patch-deal-command.d.ts +7 -0
- package/lib/models/patch-deal-command.d.ts.map +1 -1
- package/lib/models/patch-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/patch-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/patch-hospital-service-command.d.ts +7 -0
- package/lib/models/patch-hospital-service-command.d.ts.map +1 -1
- package/lib/models/patch-hospital-specialty-command.d.ts +7 -0
- package/lib/models/patch-hospital-specialty-command.d.ts.map +1 -1
- package/lib/models/patch-patient-review-input-model.d.ts +1 -7
- package/lib/models/patch-patient-review-input-model.d.ts.map +1 -1
- package/lib/models/patient-review-activity-action.d.ts +2 -1
- package/lib/models/patient-review-activity-action.d.ts.map +1 -1
- package/lib/models/patient-review-activity-action.js +3 -2
- package/lib/models/patient-review-before-and-after-photo-access-model.d.ts +32 -0
- package/lib/models/patient-review-before-and-after-photo-access-model.d.ts.map +1 -0
- package/lib/models/patient-review-detail-model.d.ts +8 -3
- package/lib/models/patient-review-detail-model.d.ts.map +1 -1
- package/lib/models/patient-review-item-model.d.ts +37 -31
- package/lib/models/patient-review-item-model.d.ts.map +1 -1
- package/lib/models/patient-review-model.d.ts +36 -43
- package/lib/models/patient-review-model.d.ts.map +1 -1
- package/lib/models/secure-file-document-access-model.d.ts +25 -0
- package/lib/models/secure-file-document-access-model.d.ts.map +1 -0
- package/lib/models/secure-file-image-access-model.d.ts +31 -0
- package/lib/models/secure-file-image-access-model.d.ts.map +1 -0
- package/lib/models/secure-file-image-access-model.js +15 -0
- package/lib/models/translation-link-input-model.d.ts +56 -0
- package/lib/models/translation-link-input-model.d.ts.map +1 -0
- package/lib/models/translation-link-input-model.js +15 -0
- package/lib/models/translation-link-model.d.ts +56 -0
- package/lib/models/translation-link-model.d.ts.map +1 -0
- package/lib/models/translation-link-model.js +15 -0
- package/lib/models/translation-link-rel-type.d.ts +25 -0
- package/lib/models/translation-link-rel-type.d.ts.map +1 -0
- package/lib/models/translation-link-rel-type.js +28 -0
- package/lib/models/update-article-command.d.ts +7 -0
- package/lib/models/update-article-command.d.ts.map +1 -1
- package/lib/models/update-deal-command.d.ts +7 -0
- package/lib/models/update-deal-command.d.ts.map +1 -1
- package/lib/models/update-doctor-affiliation-command.d.ts +7 -0
- package/lib/models/update-doctor-affiliation-command.d.ts.map +1 -1
- package/lib/models/update-hospital-service-command.d.ts +7 -0
- package/lib/models/update-hospital-service-command.d.ts.map +1 -1
- package/lib/models/update-hospital-specialty-command.d.ts +7 -0
- package/lib/models/update-hospital-specialty-command.d.ts.map +1 -1
- package/package.json +1 -1
- package/lib/models/patient-review-translation-model.d.ts +0 -55
- package/lib/models/patient-review-translation-model.d.ts.map +0 -1
- package/lib/models/translation-model.d.ts +0 -103
- package/lib/models/translation-model.d.ts.map +0 -1
- /package/lib/models/{patient-review-translation-model.js → patient-review-before-and-after-photo-access-model.js} +0 -0
- /package/lib/models/{translation-model.js → secure-file-document-access-model.js} +0 -0
package/lib/api/images-api.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import { UploadedMediasModel } from '../models';
|
|
|
22
22
|
export declare const ImagesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
|
-
* @summary (Auth)
|
|
25
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
26
26
|
* @param {Array<File>} [files]
|
|
27
27
|
* @param {*} [options] Override http request option.
|
|
28
28
|
* @throws {RequiredError}
|
|
@@ -30,7 +30,7 @@ export declare const ImagesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
30
30
|
apiV1ImagesPost: (files?: Array<File>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @summary Upload media from uri (Auth)
|
|
33
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
34
34
|
* @param {UploadMediaFromUriCommand} [uploadMediaFromUriCommand]
|
|
35
35
|
* @param {*} [options] Override http request option.
|
|
36
36
|
* @throws {RequiredError}
|
|
@@ -44,7 +44,7 @@ export declare const ImagesApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
44
44
|
export declare const ImagesApiFp: (configuration?: Configuration) => {
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
|
-
* @summary (Auth)
|
|
47
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
48
48
|
* @param {Array<File>} [files]
|
|
49
49
|
* @param {*} [options] Override http request option.
|
|
50
50
|
* @throws {RequiredError}
|
|
@@ -52,7 +52,7 @@ export declare const ImagesApiFp: (configuration?: Configuration) => {
|
|
|
52
52
|
apiV1ImagesPost(files?: Array<File>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MediaModel>>>;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @summary Upload media from uri (Auth)
|
|
55
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
56
56
|
* @param {UploadMediaFromUriCommand} [uploadMediaFromUriCommand]
|
|
57
57
|
* @param {*} [options] Override http request option.
|
|
58
58
|
* @throws {RequiredError}
|
|
@@ -66,7 +66,7 @@ export declare const ImagesApiFp: (configuration?: Configuration) => {
|
|
|
66
66
|
export declare const ImagesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
67
67
|
/**
|
|
68
68
|
*
|
|
69
|
-
* @summary (Auth)
|
|
69
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
70
70
|
* @param {Array<File>} [files]
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
@@ -74,7 +74,7 @@ export declare const ImagesApiFactory: (configuration?: Configuration, basePath?
|
|
|
74
74
|
apiV1ImagesPost(files?: Array<File>, options?: any): AxiosPromise<Array<MediaModel>>;
|
|
75
75
|
/**
|
|
76
76
|
*
|
|
77
|
-
* @summary Upload media from uri (Auth)
|
|
77
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
78
78
|
* @param {UploadMediaFromUriCommand} [uploadMediaFromUriCommand]
|
|
79
79
|
* @param {*} [options] Override http request option.
|
|
80
80
|
* @throws {RequiredError}
|
|
@@ -116,7 +116,7 @@ export interface ImagesApiApiV1ImagesUriPostRequest {
|
|
|
116
116
|
export declare class ImagesApi extends BaseAPI {
|
|
117
117
|
/**
|
|
118
118
|
*
|
|
119
|
-
* @summary (Auth)
|
|
119
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
120
120
|
* @param {ImagesApiApiV1ImagesPostRequest} requestParameters Request parameters.
|
|
121
121
|
* @param {*} [options] Override http request option.
|
|
122
122
|
* @throws {RequiredError}
|
|
@@ -125,7 +125,7 @@ export declare class ImagesApi extends BaseAPI {
|
|
|
125
125
|
apiV1ImagesPost(requestParameters?: ImagesApiApiV1ImagesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<MediaModel[], any>>;
|
|
126
126
|
/**
|
|
127
127
|
*
|
|
128
|
-
* @summary Upload media from uri (Auth)
|
|
128
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
129
129
|
* @param {ImagesApiApiV1ImagesUriPostRequest} requestParameters Request parameters.
|
|
130
130
|
* @param {*} [options] Override http request option.
|
|
131
131
|
* @throws {RequiredError}
|
package/lib/api/images-api.js
CHANGED
|
@@ -103,7 +103,7 @@ var ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
return {
|
|
104
104
|
/**
|
|
105
105
|
*
|
|
106
|
-
* @summary (Auth)
|
|
106
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
107
107
|
* @param {Array<File>} [files]
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
@@ -130,7 +130,7 @@ var ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
130
130
|
localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
131
131
|
// authentication oauth2 required
|
|
132
132
|
// oauth required
|
|
133
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)];
|
|
133
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api", "hospital-content-api"], configuration)];
|
|
134
134
|
case 1:
|
|
135
135
|
// authentication oauth2 required
|
|
136
136
|
// oauth required
|
|
@@ -155,7 +155,7 @@ var ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
155
155
|
},
|
|
156
156
|
/**
|
|
157
157
|
*
|
|
158
|
-
* @summary Upload media from uri (Auth)
|
|
158
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
159
159
|
* @param {UploadMediaFromUriCommand} [uploadMediaFromUriCommand]
|
|
160
160
|
* @param {*} [options] Override http request option.
|
|
161
161
|
* @throws {RequiredError}
|
|
@@ -181,7 +181,7 @@ var ImagesApiAxiosParamCreator = function (configuration) {
|
|
|
181
181
|
localVarQueryParameter = {};
|
|
182
182
|
// authentication oauth2 required
|
|
183
183
|
// oauth required
|
|
184
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api"], configuration)];
|
|
184
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["cloudhospital_admin_api", "hospital-content-api"], configuration)];
|
|
185
185
|
case 1:
|
|
186
186
|
// authentication oauth2 required
|
|
187
187
|
// oauth required
|
|
@@ -211,7 +211,7 @@ var ImagesApiFp = function (configuration) {
|
|
|
211
211
|
return {
|
|
212
212
|
/**
|
|
213
213
|
*
|
|
214
|
-
* @summary (Auth)
|
|
214
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
215
215
|
* @param {Array<File>} [files]
|
|
216
216
|
* @param {*} [options] Override http request option.
|
|
217
217
|
* @throws {RequiredError}
|
|
@@ -231,7 +231,7 @@ var ImagesApiFp = function (configuration) {
|
|
|
231
231
|
},
|
|
232
232
|
/**
|
|
233
233
|
*
|
|
234
|
-
* @summary Upload media from uri (Auth)
|
|
234
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
235
235
|
* @param {UploadMediaFromUriCommand} [uploadMediaFromUriCommand]
|
|
236
236
|
* @param {*} [options] Override http request option.
|
|
237
237
|
* @throws {RequiredError}
|
|
@@ -261,7 +261,7 @@ var ImagesApiFactory = function (configuration, basePath, axios) {
|
|
|
261
261
|
return {
|
|
262
262
|
/**
|
|
263
263
|
*
|
|
264
|
-
* @summary (Auth)
|
|
264
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
265
265
|
* @param {Array<File>} [files]
|
|
266
266
|
* @param {*} [options] Override http request option.
|
|
267
267
|
* @throws {RequiredError}
|
|
@@ -271,7 +271,7 @@ var ImagesApiFactory = function (configuration, basePath, axios) {
|
|
|
271
271
|
},
|
|
272
272
|
/**
|
|
273
273
|
*
|
|
274
|
-
* @summary Upload media from uri (Auth)
|
|
274
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
275
275
|
* @param {UploadMediaFromUriCommand} [uploadMediaFromUriCommand]
|
|
276
276
|
* @param {*} [options] Override http request option.
|
|
277
277
|
* @throws {RequiredError}
|
|
@@ -295,7 +295,7 @@ var ImagesApi = /** @class */ (function (_super) {
|
|
|
295
295
|
}
|
|
296
296
|
/**
|
|
297
297
|
*
|
|
298
|
-
* @summary (Auth)
|
|
298
|
+
* @summary (Auth policies: RequireHospitalImageAccess)
|
|
299
299
|
* @param {ImagesApiApiV1ImagesPostRequest} requestParameters Request parameters.
|
|
300
300
|
* @param {*} [options] Override http request option.
|
|
301
301
|
* @throws {RequiredError}
|
|
@@ -308,7 +308,7 @@ var ImagesApi = /** @class */ (function (_super) {
|
|
|
308
308
|
};
|
|
309
309
|
/**
|
|
310
310
|
*
|
|
311
|
-
* @summary Upload media from uri (Auth)
|
|
311
|
+
* @summary Upload media from uri (Auth policies: RequireHospitalImageAccess)
|
|
312
312
|
* @param {ImagesApiApiV1ImagesUriPostRequest} requestParameters Request parameters.
|
|
313
313
|
* @param {*} [options] Override http request option.
|
|
314
314
|
* @throws {RequiredError}
|
|
@@ -71,13 +71,14 @@ export declare const PatientReviewConsentDocumentsApiAxiosParamCreator: (configu
|
|
|
71
71
|
* @summary Retrieves a paged list of versioned patient review consent documents. (Auth policies: RequireContentManagerRole)
|
|
72
72
|
* @param {string} [languageCode]
|
|
73
73
|
* @param {string} [wordingVersion]
|
|
74
|
+
* @param {boolean} [showHidden]
|
|
74
75
|
* @param {number} [page]
|
|
75
76
|
* @param {number} [limit]
|
|
76
77
|
* @param {Date} [lastRetrieved]
|
|
77
78
|
* @param {*} [options] Override http request option.
|
|
78
79
|
* @throws {RequiredError}
|
|
79
80
|
*/
|
|
80
|
-
apiV1PatientreviewconsentdocumentsGet: (languageCode?: string, wordingVersion?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
|
+
apiV1PatientreviewconsentdocumentsGet: (languageCode?: string, wordingVersion?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
81
82
|
/**
|
|
82
83
|
*
|
|
83
84
|
* @summary Creates a new versioned patient review consent document. (Auth policies: RequireContentManagerRole)
|
|
@@ -141,13 +142,14 @@ export declare const PatientReviewConsentDocumentsApiFp: (configuration?: Config
|
|
|
141
142
|
* @summary Retrieves a paged list of versioned patient review consent documents. (Auth policies: RequireContentManagerRole)
|
|
142
143
|
* @param {string} [languageCode]
|
|
143
144
|
* @param {string} [wordingVersion]
|
|
145
|
+
* @param {boolean} [showHidden]
|
|
144
146
|
* @param {number} [page]
|
|
145
147
|
* @param {number} [limit]
|
|
146
148
|
* @param {Date} [lastRetrieved]
|
|
147
149
|
* @param {*} [options] Override http request option.
|
|
148
150
|
* @throws {RequiredError}
|
|
149
151
|
*/
|
|
150
|
-
apiV1PatientreviewconsentdocumentsGet(languageCode?: string, wordingVersion?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewConsentDocumentsModel>>;
|
|
152
|
+
apiV1PatientreviewconsentdocumentsGet(languageCode?: string, wordingVersion?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatientReviewConsentDocumentsModel>>;
|
|
151
153
|
/**
|
|
152
154
|
*
|
|
153
155
|
* @summary Creates a new versioned patient review consent document. (Auth policies: RequireContentManagerRole)
|
|
@@ -211,13 +213,14 @@ export declare const PatientReviewConsentDocumentsApiFactory: (configuration?: C
|
|
|
211
213
|
* @summary Retrieves a paged list of versioned patient review consent documents. (Auth policies: RequireContentManagerRole)
|
|
212
214
|
* @param {string} [languageCode]
|
|
213
215
|
* @param {string} [wordingVersion]
|
|
216
|
+
* @param {boolean} [showHidden]
|
|
214
217
|
* @param {number} [page]
|
|
215
218
|
* @param {number} [limit]
|
|
216
219
|
* @param {Date} [lastRetrieved]
|
|
217
220
|
* @param {*} [options] Override http request option.
|
|
218
221
|
* @throws {RequiredError}
|
|
219
222
|
*/
|
|
220
|
-
apiV1PatientreviewconsentdocumentsGet(languageCode?: string, wordingVersion?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientReviewConsentDocumentsModel>;
|
|
223
|
+
apiV1PatientreviewconsentdocumentsGet(languageCode?: string, wordingVersion?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<PatientReviewConsentDocumentsModel>;
|
|
221
224
|
/**
|
|
222
225
|
*
|
|
223
226
|
* @summary Creates a new versioned patient review consent document. (Auth policies: RequireContentManagerRole)
|
|
@@ -334,6 +337,12 @@ export interface PatientReviewConsentDocumentsApiApiV1Patientreviewconsentdocume
|
|
|
334
337
|
* @memberof PatientReviewConsentDocumentsApiApiV1PatientreviewconsentdocumentsGet
|
|
335
338
|
*/
|
|
336
339
|
readonly wordingVersion?: string;
|
|
340
|
+
/**
|
|
341
|
+
*
|
|
342
|
+
* @type {boolean}
|
|
343
|
+
* @memberof PatientReviewConsentDocumentsApiApiV1PatientreviewconsentdocumentsGet
|
|
344
|
+
*/
|
|
345
|
+
readonly showHidden?: boolean;
|
|
337
346
|
/**
|
|
338
347
|
*
|
|
339
348
|
* @type {number}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient-review-consent-documents-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-review-consent-documents-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAoB,EAAE,YAAY,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKjD,OAAO,EAAiC,WAAW,EAAE,OAAO,EAAiB,MAAM,SAAS,CAAC;AAE7F,OAAO,EAAE,yCAAyC,EAAE,MAAM,WAAW,CAAC;AAEtE,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAC;AAE9D,OAAO,EAAE,kCAAkC,EAAE,MAAM,WAAW,CAAC;AAI/D,OAAO,EAAE,4CAA4C,EAAE,MAAM,WAAW,CAAC;AAEzE,OAAO,EAAE,yCAAyC,EAAE,MAAM,WAAW,CAAC;AACtE;;;GAGG;AACH,eAAO,MAAM,iDAAiD,mBAA6B,aAAa;IAEhG;;;;;;;OAOG;mFACkF,MAAM,gBAAgB,OAAO,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAmC3K;;;;;;;OAOG;gFAC+E,MAAM,iBAAiB,MAAM,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAmCxK;;;;;;;OAOG;gFAC+E,MAAM,8CAA8C,yCAAyC,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAkCxO;;;;;;OAMG;0FACyF,MAAM,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA+B3J;;;;;;;OAOG;0FACyF,MAAM,iDAAiD,4CAA4C,YAAW,kBAAkB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAkCxP
|
|
1
|
+
{"version":3,"file":"patient-review-consent-documents-api.d.ts","sourceRoot":"","sources":["../../src/api/patient-review-consent-documents-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -355,18 +355,19 @@ var PatientReviewConsentDocumentsApiAxiosParamCreator = function (configuration)
|
|
|
355
355
|
* @summary Retrieves a paged list of versioned patient review consent documents. (Auth policies: RequireContentManagerRole)
|
|
356
356
|
* @param {string} [languageCode]
|
|
357
357
|
* @param {string} [wordingVersion]
|
|
358
|
+
* @param {boolean} [showHidden]
|
|
358
359
|
* @param {number} [page]
|
|
359
360
|
* @param {number} [limit]
|
|
360
361
|
* @param {Date} [lastRetrieved]
|
|
361
362
|
* @param {*} [options] Override http request option.
|
|
362
363
|
* @throws {RequiredError}
|
|
363
364
|
*/
|
|
364
|
-
apiV1PatientreviewconsentdocumentsGet: function (languageCode_1, wordingVersion_1, page_1, limit_1, lastRetrieved_1) {
|
|
365
|
+
apiV1PatientreviewconsentdocumentsGet: function (languageCode_1, wordingVersion_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
|
|
365
366
|
var args_1 = [];
|
|
366
|
-
for (var _i =
|
|
367
|
-
args_1[_i -
|
|
367
|
+
for (var _i = 6; _i < arguments.length; _i++) {
|
|
368
|
+
args_1[_i - 6] = arguments[_i];
|
|
368
369
|
}
|
|
369
|
-
return __awaiter(_this, __spreadArray([languageCode_1, wordingVersion_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (languageCode, wordingVersion, page, limit, lastRetrieved, options) {
|
|
370
|
+
return __awaiter(_this, __spreadArray([languageCode_1, wordingVersion_1, showHidden_1, page_1, limit_1, lastRetrieved_1], args_1, true), void 0, function (languageCode, wordingVersion, showHidden, page, limit, lastRetrieved, options) {
|
|
370
371
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
371
372
|
if (options === void 0) { options = {}; }
|
|
372
373
|
return __generator(this, function (_a) {
|
|
@@ -393,6 +394,9 @@ var PatientReviewConsentDocumentsApiAxiosParamCreator = function (configuration)
|
|
|
393
394
|
if (wordingVersion !== undefined) {
|
|
394
395
|
localVarQueryParameter['wordingVersion'] = wordingVersion;
|
|
395
396
|
}
|
|
397
|
+
if (showHidden !== undefined) {
|
|
398
|
+
localVarQueryParameter['showHidden'] = showHidden;
|
|
399
|
+
}
|
|
396
400
|
if (page !== undefined) {
|
|
397
401
|
localVarQueryParameter['page'] = page;
|
|
398
402
|
}
|
|
@@ -580,18 +584,19 @@ var PatientReviewConsentDocumentsApiFp = function (configuration) {
|
|
|
580
584
|
* @summary Retrieves a paged list of versioned patient review consent documents. (Auth policies: RequireContentManagerRole)
|
|
581
585
|
* @param {string} [languageCode]
|
|
582
586
|
* @param {string} [wordingVersion]
|
|
587
|
+
* @param {boolean} [showHidden]
|
|
583
588
|
* @param {number} [page]
|
|
584
589
|
* @param {number} [limit]
|
|
585
590
|
* @param {Date} [lastRetrieved]
|
|
586
591
|
* @param {*} [options] Override http request option.
|
|
587
592
|
* @throws {RequiredError}
|
|
588
593
|
*/
|
|
589
|
-
apiV1PatientreviewconsentdocumentsGet: function (languageCode, wordingVersion, page, limit, lastRetrieved, options) {
|
|
594
|
+
apiV1PatientreviewconsentdocumentsGet: function (languageCode, wordingVersion, showHidden, page, limit, lastRetrieved, options) {
|
|
590
595
|
return __awaiter(this, void 0, void 0, function () {
|
|
591
596
|
var localVarAxiosArgs;
|
|
592
597
|
return __generator(this, function (_a) {
|
|
593
598
|
switch (_a.label) {
|
|
594
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1PatientreviewconsentdocumentsGet(languageCode, wordingVersion, page, limit, lastRetrieved, options)];
|
|
599
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1PatientreviewconsentdocumentsGet(languageCode, wordingVersion, showHidden, page, limit, lastRetrieved, options)];
|
|
595
600
|
case 1:
|
|
596
601
|
localVarAxiosArgs = _a.sent();
|
|
597
602
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -688,14 +693,15 @@ var PatientReviewConsentDocumentsApiFactory = function (configuration, basePath,
|
|
|
688
693
|
* @summary Retrieves a paged list of versioned patient review consent documents. (Auth policies: RequireContentManagerRole)
|
|
689
694
|
* @param {string} [languageCode]
|
|
690
695
|
* @param {string} [wordingVersion]
|
|
696
|
+
* @param {boolean} [showHidden]
|
|
691
697
|
* @param {number} [page]
|
|
692
698
|
* @param {number} [limit]
|
|
693
699
|
* @param {Date} [lastRetrieved]
|
|
694
700
|
* @param {*} [options] Override http request option.
|
|
695
701
|
* @throws {RequiredError}
|
|
696
702
|
*/
|
|
697
|
-
apiV1PatientreviewconsentdocumentsGet: function (languageCode, wordingVersion, page, limit, lastRetrieved, options) {
|
|
698
|
-
return localVarFp.apiV1PatientreviewconsentdocumentsGet(languageCode, wordingVersion, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
703
|
+
apiV1PatientreviewconsentdocumentsGet: function (languageCode, wordingVersion, showHidden, page, limit, lastRetrieved, options) {
|
|
704
|
+
return localVarFp.apiV1PatientreviewconsentdocumentsGet(languageCode, wordingVersion, showHidden, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
699
705
|
},
|
|
700
706
|
/**
|
|
701
707
|
*
|
|
@@ -792,7 +798,7 @@ var PatientReviewConsentDocumentsApi = /** @class */ (function (_super) {
|
|
|
792
798
|
PatientReviewConsentDocumentsApi.prototype.apiV1PatientreviewconsentdocumentsGet = function (requestParameters, options) {
|
|
793
799
|
var _this = this;
|
|
794
800
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
795
|
-
return (0, exports.PatientReviewConsentDocumentsApiFp)(this.configuration).apiV1PatientreviewconsentdocumentsGet(requestParameters.languageCode, requestParameters.wordingVersion, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
801
|
+
return (0, exports.PatientReviewConsentDocumentsApiFp)(this.configuration).apiV1PatientreviewconsentdocumentsGet(requestParameters.languageCode, requestParameters.wordingVersion, requestParameters.showHidden, requestParameters.page, requestParameters.limit, requestParameters.lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
796
802
|
};
|
|
797
803
|
/**
|
|
798
804
|
*
|