@vidispine/vdt-js 24.3.0-pre.1 → 24.3.0-pre.2

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.
package/dist/index.d.ts CHANGED
@@ -220,6 +220,7 @@ export declare type ChunkedUploadOptions = {
220
220
  minFileSize?: number;
221
221
  api?: {
222
222
  props?: {
223
+ [key: string]: any;
223
224
  pathParams?: {
224
225
  [key: string]: any;
225
226
  };
@@ -230,7 +231,6 @@ export declare type ChunkedUploadOptions = {
230
231
  data?: any;
231
232
  };
232
233
  method?: any;
233
- [key: string]: any;
234
234
  };
235
235
  /**
236
236
  * ChunkedTransferManager -> automatically resume transfers when network connection become active