@databutton/firebase-types 1.94.13 → 1.94.14

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.
@@ -1446,6 +1446,7 @@ export type BuildV2 = {
1446
1446
  backendPackagesId: string | null;
1447
1447
  frontendPackagesId: string | null;
1448
1448
  isFly: boolean;
1449
+ forceSuccessAndRestart?: boolean;
1449
1450
  errorMessages?: string[];
1450
1451
  baseDevxImage: string;
1451
1452
  devxVenvImage?: string | null;
@@ -275,6 +275,7 @@ export type InstallBackendDependenciesRequest = {
275
275
  app: string[];
276
276
  base: string[] | null;
277
277
  };
278
+ forceSuccessAndRestart?: boolean;
278
279
  wait: boolean;
279
280
  };
280
281
  export type InstallBackendDependenciesResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.94.13",
3
+ "version": "1.94.14",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {