Skip to content

Commit a79e7e9

Browse files
authored
fix: AsperaSdkSpec.allow_dialogs (#185)
1 parent a635d3d commit a79e7e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/models/models.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ export interface AsperaSdkSpec {
178178
* alongside the transfer.
179179
*/
180180
preview_base64?: string;
181+
182+
/**
183+
* When `false`, IBM Aspera for desktop disables automatic UI prompts, except when the user must authorize
184+
* transfers to untrusted hosts.
185+
*/
186+
allow_dialogs?: boolean;
181187
/**
182188
* HTTP Gateway Server override. This will not verify server but switch a transfer to use
183189
* this server instead of the default one that initiated the SDK.

0 commit comments

Comments
 (0)