Skip to content

Commit 49b27b5

Browse files
AdamF42github-actions[bot]
authored andcommitted
[DURACOM-312] updated UploaderOptions to include impersonatingID.
(cherry picked from commit 2c79be1456c753665e27b58563e56accc87b0383) (cherry picked from commit 4b0ab81)
1 parent f9f3d18 commit 49b27b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/shared/upload/uploader/uploader-options.model.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ export class UploaderOptions {
2222
*/
2323
maxFileNumber: number;
2424

25+
/**
26+
* Impersonating user uuid
27+
*/
28+
impersonatingID: string;
29+
2530
/**
2631
* The request method to use for the file upload request
2732
*/

0 commit comments

Comments
 (0)