@databutton/firebase-types 1.37.0 → 1.37.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.
@@ -747,4 +747,8 @@ export type Appbutler = {
747
747
  export interface InitialDevxConfig {
748
748
  activeVersion: string;
749
749
  }
750
+ export interface UpgradeRequest {
751
+ requestedBy: PerformedBy;
752
+ devxVersion: string;
753
+ }
750
754
  export {};
@@ -25,9 +25,3 @@ export type MigrateViewsRequest = {
25
25
  export type MigrateViewsResponse = {
26
26
  success: boolean;
27
27
  };
28
- export type UpgradeWorkspaceRequest = {
29
- projectId: string;
30
- };
31
- export type UpgradeWorkspaceResponse = {
32
- success: boolean;
33
- };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.37.0",
3
+ "version": "1.37.2",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {