ch-admin-api-client-typescript 5.73.27 → 5.73.31
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/hospitals-api.d.ts +24 -24
- package/lib/api/hospitals-api.js +24 -24
- package/package.json +1 -1
|
@@ -1337,7 +1337,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1337
1337
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete: (hospitalId: string, containerId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1338
1338
|
/**
|
|
1339
1339
|
*
|
|
1340
|
-
* @summary Get file content (Auth policies:
|
|
1340
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
1341
1341
|
* @param {string} hospitalId
|
|
1342
1342
|
* @param {string} containerId
|
|
1343
1343
|
* @param {string} fileId
|
|
@@ -1347,7 +1347,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1347
1347
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet: (hospitalId: string, containerId: string, fileId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1348
1348
|
/**
|
|
1349
1349
|
*
|
|
1350
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
1350
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
1351
1351
|
* @param {string} hospitalId
|
|
1352
1352
|
* @param {string} containerId
|
|
1353
1353
|
* @param {string} fileId
|
|
@@ -1393,7 +1393,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1393
1393
|
apiV1HospitalsHospitalIdSecurecontainersPost: (hospitalId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1394
1394
|
/**
|
|
1395
1395
|
*
|
|
1396
|
-
* @summary Get file content by file name (Auth policies:
|
|
1396
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
1397
1397
|
* @param {string} hospitalId
|
|
1398
1398
|
* @param {string} fileName
|
|
1399
1399
|
* @param {*} [options] Override http request option.
|
|
@@ -1402,7 +1402,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1402
1402
|
apiV1HospitalsHospitalIdSecurefilesFileNameGet: (hospitalId: string, fileName: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1403
1403
|
/**
|
|
1404
1404
|
*
|
|
1405
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
1405
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
1406
1406
|
* @param {string} hospitalId
|
|
1407
1407
|
* @param {string} fileName
|
|
1408
1408
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -1412,7 +1412,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1412
1412
|
apiV1HospitalsHospitalIdSecurefilesFileNameReadGet: (hospitalId: string, fileName: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1413
1413
|
/**
|
|
1414
1414
|
*
|
|
1415
|
-
* @summary Get file content by uri (Auth policies:
|
|
1415
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
1416
1416
|
* @param {string} hospitalId
|
|
1417
1417
|
* @param {string} [uri]
|
|
1418
1418
|
* @param {*} [options] Override http request option.
|
|
@@ -1430,7 +1430,7 @@ export declare const HospitalsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
1430
1430
|
apiV1HospitalsHospitalIdSecurefilesPost: (hospitalId: string, files?: Array<File>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
1431
1431
|
/**
|
|
1432
1432
|
*
|
|
1433
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
1433
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
1434
1434
|
* @param {string} hospitalId
|
|
1435
1435
|
* @param {string} [uri]
|
|
1436
1436
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -3296,7 +3296,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3296
3296
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete(hospitalId: string, containerId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
3297
3297
|
/**
|
|
3298
3298
|
*
|
|
3299
|
-
* @summary Get file content (Auth policies:
|
|
3299
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
3300
3300
|
* @param {string} hospitalId
|
|
3301
3301
|
* @param {string} containerId
|
|
3302
3302
|
* @param {string} fileId
|
|
@@ -3306,7 +3306,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3306
3306
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet(hospitalId: string, containerId: string, fileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3307
3307
|
/**
|
|
3308
3308
|
*
|
|
3309
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
3309
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
3310
3310
|
* @param {string} hospitalId
|
|
3311
3311
|
* @param {string} containerId
|
|
3312
3312
|
* @param {string} fileId
|
|
@@ -3352,7 +3352,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3352
3352
|
apiV1HospitalsHospitalIdSecurecontainersPost(hospitalId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureContainerModel>>;
|
|
3353
3353
|
/**
|
|
3354
3354
|
*
|
|
3355
|
-
* @summary Get file content by file name (Auth policies:
|
|
3355
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
3356
3356
|
* @param {string} hospitalId
|
|
3357
3357
|
* @param {string} fileName
|
|
3358
3358
|
* @param {*} [options] Override http request option.
|
|
@@ -3361,7 +3361,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3361
3361
|
apiV1HospitalsHospitalIdSecurefilesFileNameGet(hospitalId: string, fileName: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
3362
3362
|
/**
|
|
3363
3363
|
*
|
|
3364
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
3364
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
3365
3365
|
* @param {string} hospitalId
|
|
3366
3366
|
* @param {string} fileName
|
|
3367
3367
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -3371,7 +3371,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3371
3371
|
apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(hospitalId: string, fileName: string, minutesAvailableUntil?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
3372
3372
|
/**
|
|
3373
3373
|
*
|
|
3374
|
-
* @summary Get file content by uri (Auth policies:
|
|
3374
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
3375
3375
|
* @param {string} hospitalId
|
|
3376
3376
|
* @param {string} [uri]
|
|
3377
3377
|
* @param {*} [options] Override http request option.
|
|
@@ -3389,7 +3389,7 @@ export declare const HospitalsApiFp: (configuration?: Configuration) => {
|
|
|
3389
3389
|
apiV1HospitalsHospitalIdSecurefilesPost(hospitalId: string, files?: Array<File>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SecureFilesUploadedModel>>;
|
|
3390
3390
|
/**
|
|
3391
3391
|
*
|
|
3392
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
3392
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
3393
3393
|
* @param {string} hospitalId
|
|
3394
3394
|
* @param {string} [uri]
|
|
3395
3395
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -5255,7 +5255,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5255
5255
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete(hospitalId: string, containerId: string, options?: any): AxiosPromise<boolean>;
|
|
5256
5256
|
/**
|
|
5257
5257
|
*
|
|
5258
|
-
* @summary Get file content (Auth policies:
|
|
5258
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
5259
5259
|
* @param {string} hospitalId
|
|
5260
5260
|
* @param {string} containerId
|
|
5261
5261
|
* @param {string} fileId
|
|
@@ -5265,7 +5265,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5265
5265
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet(hospitalId: string, containerId: string, fileId: string, options?: any): AxiosPromise<void>;
|
|
5266
5266
|
/**
|
|
5267
5267
|
*
|
|
5268
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
5268
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
5269
5269
|
* @param {string} hospitalId
|
|
5270
5270
|
* @param {string} containerId
|
|
5271
5271
|
* @param {string} fileId
|
|
@@ -5311,7 +5311,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5311
5311
|
apiV1HospitalsHospitalIdSecurecontainersPost(hospitalId: string, options?: any): AxiosPromise<SecureContainerModel>;
|
|
5312
5312
|
/**
|
|
5313
5313
|
*
|
|
5314
|
-
* @summary Get file content by file name (Auth policies:
|
|
5314
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
5315
5315
|
* @param {string} hospitalId
|
|
5316
5316
|
* @param {string} fileName
|
|
5317
5317
|
* @param {*} [options] Override http request option.
|
|
@@ -5320,7 +5320,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5320
5320
|
apiV1HospitalsHospitalIdSecurefilesFileNameGet(hospitalId: string, fileName: string, options?: any): AxiosPromise<void>;
|
|
5321
5321
|
/**
|
|
5322
5322
|
*
|
|
5323
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
5323
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
5324
5324
|
* @param {string} hospitalId
|
|
5325
5325
|
* @param {string} fileName
|
|
5326
5326
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -5330,7 +5330,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5330
5330
|
apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(hospitalId: string, fileName: string, minutesAvailableUntil?: number, options?: any): AxiosPromise<string>;
|
|
5331
5331
|
/**
|
|
5332
5332
|
*
|
|
5333
|
-
* @summary Get file content by uri (Auth policies:
|
|
5333
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
5334
5334
|
* @param {string} hospitalId
|
|
5335
5335
|
* @param {string} [uri]
|
|
5336
5336
|
* @param {*} [options] Override http request option.
|
|
@@ -5348,7 +5348,7 @@ export declare const HospitalsApiFactory: (configuration?: Configuration, basePa
|
|
|
5348
5348
|
apiV1HospitalsHospitalIdSecurefilesPost(hospitalId: string, files?: Array<File>, options?: any): AxiosPromise<SecureFilesUploadedModel>;
|
|
5349
5349
|
/**
|
|
5350
5350
|
*
|
|
5351
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
5351
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
5352
5352
|
* @param {string} hospitalId
|
|
5353
5353
|
* @param {string} [uri]
|
|
5354
5354
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -12468,7 +12468,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12468
12468
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdDelete(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdDeleteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
12469
12469
|
/**
|
|
12470
12470
|
*
|
|
12471
|
-
* @summary Get file content (Auth policies:
|
|
12471
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
12472
12472
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest} requestParameters Request parameters.
|
|
12473
12473
|
* @param {*} [options] Override http request option.
|
|
12474
12474
|
* @throws {RequiredError}
|
|
@@ -12477,7 +12477,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12477
12477
|
apiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
12478
12478
|
/**
|
|
12479
12479
|
*
|
|
12480
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
12480
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
12481
12481
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdReadGetRequest} requestParameters Request parameters.
|
|
12482
12482
|
* @param {*} [options] Override http request option.
|
|
12483
12483
|
* @throws {RequiredError}
|
|
@@ -12513,7 +12513,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12513
12513
|
apiV1HospitalsHospitalIdSecurecontainersPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurecontainersPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecureContainerModel, any>>;
|
|
12514
12514
|
/**
|
|
12515
12515
|
*
|
|
12516
|
-
* @summary Get file content by file name (Auth policies:
|
|
12516
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
12517
12517
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest} requestParameters Request parameters.
|
|
12518
12518
|
* @param {*} [options] Override http request option.
|
|
12519
12519
|
* @throws {RequiredError}
|
|
@@ -12522,7 +12522,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12522
12522
|
apiV1HospitalsHospitalIdSecurefilesFileNameGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
12523
12523
|
/**
|
|
12524
12524
|
*
|
|
12525
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
12525
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
12526
12526
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest} requestParameters Request parameters.
|
|
12527
12527
|
* @param {*} [options] Override http request option.
|
|
12528
12528
|
* @throws {RequiredError}
|
|
@@ -12531,7 +12531,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12531
12531
|
apiV1HospitalsHospitalIdSecurefilesFileNameReadGet(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
12532
12532
|
/**
|
|
12533
12533
|
*
|
|
12534
|
-
* @summary Get file content by uri (Auth policies:
|
|
12534
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
12535
12535
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest} requestParameters Request parameters.
|
|
12536
12536
|
* @param {*} [options] Override http request option.
|
|
12537
12537
|
* @throws {RequiredError}
|
|
@@ -12549,7 +12549,7 @@ export declare class HospitalsApi extends BaseAPI {
|
|
|
12549
12549
|
apiV1HospitalsHospitalIdSecurefilesPost(requestParameters: HospitalsApiApiV1HospitalsHospitalIdSecurefilesPostRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SecureFilesUploadedModel, any>>;
|
|
12550
12550
|
/**
|
|
12551
12551
|
*
|
|
12552
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
12552
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
12553
12553
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest} requestParameters Request parameters.
|
|
12554
12554
|
* @param {*} [options] Override http request option.
|
|
12555
12555
|
* @throws {RequiredError}
|
package/lib/api/hospitals-api.js
CHANGED
|
@@ -6588,7 +6588,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6588
6588
|
},
|
|
6589
6589
|
/**
|
|
6590
6590
|
*
|
|
6591
|
-
* @summary Get file content (Auth policies:
|
|
6591
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
6592
6592
|
* @param {string} hospitalId
|
|
6593
6593
|
* @param {string} containerId
|
|
6594
6594
|
* @param {string} fileId
|
|
@@ -6643,7 +6643,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6643
6643
|
},
|
|
6644
6644
|
/**
|
|
6645
6645
|
*
|
|
6646
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
6646
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
6647
6647
|
* @param {string} hospitalId
|
|
6648
6648
|
* @param {string} containerId
|
|
6649
6649
|
* @param {string} fileId
|
|
@@ -6889,7 +6889,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6889
6889
|
},
|
|
6890
6890
|
/**
|
|
6891
6891
|
*
|
|
6892
|
-
* @summary Get file content by file name (Auth policies:
|
|
6892
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
6893
6893
|
* @param {string} hospitalId
|
|
6894
6894
|
* @param {string} fileName
|
|
6895
6895
|
* @param {*} [options] Override http request option.
|
|
@@ -6940,7 +6940,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6940
6940
|
},
|
|
6941
6941
|
/**
|
|
6942
6942
|
*
|
|
6943
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
6943
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
6944
6944
|
* @param {string} hospitalId
|
|
6945
6945
|
* @param {string} fileName
|
|
6946
6946
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -6995,7 +6995,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
6995
6995
|
},
|
|
6996
6996
|
/**
|
|
6997
6997
|
*
|
|
6998
|
-
* @summary Get file content by uri (Auth policies:
|
|
6998
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
6999
6999
|
* @param {string} hospitalId
|
|
7000
7000
|
* @param {string} [uri]
|
|
7001
7001
|
* @param {*} [options] Override http request option.
|
|
@@ -7102,7 +7102,7 @@ var HospitalsApiAxiosParamCreator = function (configuration) {
|
|
|
7102
7102
|
},
|
|
7103
7103
|
/**
|
|
7104
7104
|
*
|
|
7105
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
7105
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
7106
7106
|
* @param {string} hospitalId
|
|
7107
7107
|
* @param {string} [uri]
|
|
7108
7108
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -13217,7 +13217,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13217
13217
|
},
|
|
13218
13218
|
/**
|
|
13219
13219
|
*
|
|
13220
|
-
* @summary Get file content (Auth policies:
|
|
13220
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
13221
13221
|
* @param {string} hospitalId
|
|
13222
13222
|
* @param {string} containerId
|
|
13223
13223
|
* @param {string} fileId
|
|
@@ -13239,7 +13239,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13239
13239
|
},
|
|
13240
13240
|
/**
|
|
13241
13241
|
*
|
|
13242
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
13242
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
13243
13243
|
* @param {string} hospitalId
|
|
13244
13244
|
* @param {string} containerId
|
|
13245
13245
|
* @param {string} fileId
|
|
@@ -13333,7 +13333,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13333
13333
|
},
|
|
13334
13334
|
/**
|
|
13335
13335
|
*
|
|
13336
|
-
* @summary Get file content by file name (Auth policies:
|
|
13336
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
13337
13337
|
* @param {string} hospitalId
|
|
13338
13338
|
* @param {string} fileName
|
|
13339
13339
|
* @param {*} [options] Override http request option.
|
|
@@ -13354,7 +13354,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13354
13354
|
},
|
|
13355
13355
|
/**
|
|
13356
13356
|
*
|
|
13357
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
13357
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
13358
13358
|
* @param {string} hospitalId
|
|
13359
13359
|
* @param {string} fileName
|
|
13360
13360
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -13376,7 +13376,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13376
13376
|
},
|
|
13377
13377
|
/**
|
|
13378
13378
|
*
|
|
13379
|
-
* @summary Get file content by uri (Auth policies:
|
|
13379
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
13380
13380
|
* @param {string} hospitalId
|
|
13381
13381
|
* @param {string} [uri]
|
|
13382
13382
|
* @param {*} [options] Override http request option.
|
|
@@ -13418,7 +13418,7 @@ var HospitalsApiFp = function (configuration) {
|
|
|
13418
13418
|
},
|
|
13419
13419
|
/**
|
|
13420
13420
|
*
|
|
13421
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
13421
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
13422
13422
|
* @param {string} hospitalId
|
|
13423
13423
|
* @param {string} [uri]
|
|
13424
13424
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -16200,7 +16200,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16200
16200
|
},
|
|
16201
16201
|
/**
|
|
16202
16202
|
*
|
|
16203
|
-
* @summary Get file content (Auth policies:
|
|
16203
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
16204
16204
|
* @param {string} hospitalId
|
|
16205
16205
|
* @param {string} containerId
|
|
16206
16206
|
* @param {string} fileId
|
|
@@ -16212,7 +16212,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16212
16212
|
},
|
|
16213
16213
|
/**
|
|
16214
16214
|
*
|
|
16215
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
16215
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
16216
16216
|
* @param {string} hospitalId
|
|
16217
16217
|
* @param {string} containerId
|
|
16218
16218
|
* @param {string} fileId
|
|
@@ -16266,7 +16266,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16266
16266
|
},
|
|
16267
16267
|
/**
|
|
16268
16268
|
*
|
|
16269
|
-
* @summary Get file content by file name (Auth policies:
|
|
16269
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
16270
16270
|
* @param {string} hospitalId
|
|
16271
16271
|
* @param {string} fileName
|
|
16272
16272
|
* @param {*} [options] Override http request option.
|
|
@@ -16277,7 +16277,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16277
16277
|
},
|
|
16278
16278
|
/**
|
|
16279
16279
|
*
|
|
16280
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
16280
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
16281
16281
|
* @param {string} hospitalId
|
|
16282
16282
|
* @param {string} fileName
|
|
16283
16283
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -16289,7 +16289,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16289
16289
|
},
|
|
16290
16290
|
/**
|
|
16291
16291
|
*
|
|
16292
|
-
* @summary Get file content by uri (Auth policies:
|
|
16292
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
16293
16293
|
* @param {string} hospitalId
|
|
16294
16294
|
* @param {string} [uri]
|
|
16295
16295
|
* @param {*} [options] Override http request option.
|
|
@@ -16311,7 +16311,7 @@ var HospitalsApiFactory = function (configuration, basePath, axios) {
|
|
|
16311
16311
|
},
|
|
16312
16312
|
/**
|
|
16313
16313
|
*
|
|
16314
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
16314
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
16315
16315
|
* @param {string} hospitalId
|
|
16316
16316
|
* @param {string} [uri]
|
|
16317
16317
|
* @param {number} [minutesAvailableUntil]
|
|
@@ -18476,7 +18476,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18476
18476
|
};
|
|
18477
18477
|
/**
|
|
18478
18478
|
*
|
|
18479
|
-
* @summary Get file content (Auth policies:
|
|
18479
|
+
* @summary Get file content (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
18480
18480
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdGetRequest} requestParameters Request parameters.
|
|
18481
18481
|
* @param {*} [options] Override http request option.
|
|
18482
18482
|
* @throws {RequiredError}
|
|
@@ -18488,7 +18488,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18488
18488
|
};
|
|
18489
18489
|
/**
|
|
18490
18490
|
*
|
|
18491
|
-
* @summary Get secure file url with read access (Auth policies:
|
|
18491
|
+
* @summary Get secure file url with read access (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
18492
18492
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurecontainersContainerIdFilesFileIdReadGetRequest} requestParameters Request parameters.
|
|
18493
18493
|
* @param {*} [options] Override http request option.
|
|
18494
18494
|
* @throws {RequiredError}
|
|
@@ -18536,7 +18536,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18536
18536
|
};
|
|
18537
18537
|
/**
|
|
18538
18538
|
*
|
|
18539
|
-
* @summary Get file content by file name (Auth policies:
|
|
18539
|
+
* @summary Get file content by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
18540
18540
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameGetRequest} requestParameters Request parameters.
|
|
18541
18541
|
* @param {*} [options] Override http request option.
|
|
18542
18542
|
* @throws {RequiredError}
|
|
@@ -18548,7 +18548,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18548
18548
|
};
|
|
18549
18549
|
/**
|
|
18550
18550
|
*
|
|
18551
|
-
* @summary Get secure file url with read access by file name (Auth policies:
|
|
18551
|
+
* @summary Get secure file url with read access by file name (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
18552
18552
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesFileNameReadGetRequest} requestParameters Request parameters.
|
|
18553
18553
|
* @param {*} [options] Override http request option.
|
|
18554
18554
|
* @throws {RequiredError}
|
|
@@ -18560,7 +18560,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18560
18560
|
};
|
|
18561
18561
|
/**
|
|
18562
18562
|
*
|
|
18563
|
-
* @summary Get file content by uri (Auth policies:
|
|
18563
|
+
* @summary Get file content by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
18564
18564
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesGetRequest} requestParameters Request parameters.
|
|
18565
18565
|
* @param {*} [options] Override http request option.
|
|
18566
18566
|
* @throws {RequiredError}
|
|
@@ -18584,7 +18584,7 @@ var HospitalsApi = /** @class */ (function (_super) {
|
|
|
18584
18584
|
};
|
|
18585
18585
|
/**
|
|
18586
18586
|
*
|
|
18587
|
-
* @summary Get secure file url with read access by uri (Auth policies:
|
|
18587
|
+
* @summary Get secure file url with read access by uri (Auth policies: RequireLocalManagerOrPatientManagerRole)
|
|
18588
18588
|
* @param {HospitalsApiApiV1HospitalsHospitalIdSecurefilesReadGetRequest} requestParameters Request parameters.
|
|
18589
18589
|
* @param {*} [options] Override http request option.
|
|
18590
18590
|
* @throws {RequiredError}
|