@databutton/firebase-types 1.72.16 → 1.72.18

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.
@@ -101,4 +101,12 @@ export type RestoreCommitResponse = {
101
101
  componentsRestored: ComponentWithCodeBlock[];
102
102
  componentsSkipped: ComponentWithCodeBlock[];
103
103
  };
104
+ export type GetSignedDownloadUrlRequest = {
105
+ projectId: string;
106
+ fileType: "datafile" | "dataframe";
107
+ fileId: string;
108
+ };
109
+ export type GetSignedDownloadUrlResponse = {
110
+ url: string;
111
+ };
104
112
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.16",
3
+ "version": "1.72.18",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {