npm package diff
Package: @forge/bridge
Versions: 5.7.0-next.9-experimental-04e7c02 - 5.7.0-next.8-experimental-ab371ba
File: package/out/object-store/download.d.ts
Index: package/out/object-store/download.d.ts
===================================================================
--- package/out/object-store/download.d.ts
+++ package/out/object-store/download.d.ts
@@ -1,6 +1,6 @@
-import type { DownloadResult } from './types';
-export declare const download: ({ functionKey, keys }: {
-    functionKey: string;
-    keys: string[];
+import type { DownloadResult, FilterAndGenerateUrls } from './types';
+export declare const download: ({ filterAndGenerateDownloadUrls, objectKeys }: {
+    filterAndGenerateDownloadUrls: FilterAndGenerateUrls;
+    objectKeys: string[];
 }) => Promise<DownloadResult[]>;
 //# sourceMappingURL=download.d.ts.map
\ No newline at end of file