@vizzly/api-client 0.0.81 → 0.0.82
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.
|
@@ -290,6 +290,7 @@ export declare class VizzlyQueryEngineApi extends Api {
|
|
|
290
290
|
dataSourceId: string;
|
|
291
291
|
fileName: string;
|
|
292
292
|
purpose: 'upload' | 'download';
|
|
293
|
+
contentType?: string;
|
|
293
294
|
}>): Promise<import("../types").Response<DataOptimiser.GenerateSignedUrlResponse>>;
|
|
294
295
|
private buildGenerateSignedUrlRequest;
|
|
295
296
|
/** Build all possible table addresses for a data source */
|