@databutton/firebase-types 1.72.71 → 1.72.73

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.
@@ -121,4 +121,10 @@ export type GetSignedDownloadUrlRequest = {
121
121
  export type GetSignedDownloadUrlResponse = {
122
122
  url: string;
123
123
  };
124
+ export type EnableFirebaseExtensionRequest = {
125
+ projectId: string;
126
+ };
127
+ export type EnableFirebaseExtensionResponse = {
128
+ success: boolean;
129
+ };
124
130
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.71",
3
+ "version": "1.72.73",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {