[DURACOM-312] updated UploaderOptions to include impersonatingID.

(cherry picked from commit 2c79be1456c753665e27b58563e56accc87b0383)
(cherry picked from commit 4b0ab8161f)
This commit is contained in:
Adamo
2024-12-06 09:17:19 +01:00
committed by github-actions[bot]
parent f9f3d186c5
commit 49b27b5bc0

View File

@@ -22,6 +22,11 @@ export class UploaderOptions {
*/ */
maxFileNumber: number; maxFileNumber: number;
/**
* Impersonating user uuid
*/
impersonatingID: string;
/** /**
* The request method to use for the file upload request * The request method to use for the file upload request
*/ */