We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a635d3d commit a79e7e9Copy full SHA for a79e7e9
src/models/models.ts
@@ -178,6 +178,12 @@ export interface AsperaSdkSpec {
178
* alongside the transfer.
179
*/
180
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;
187
/**
188
* HTTP Gateway Server override. This will not verify server but switch a transfer to use
189
* this server instead of the default one that initiated the SDK.
0 commit comments