@databutton/firebase-types 1.82.25 → 1.82.27

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.
@@ -1302,9 +1302,6 @@ export type BuildV2 = {
1302
1302
  buildDevxAppImageStartedAt?: Timestamp | null;
1303
1303
  buildDevxAppImageSucceededAt?: Timestamp | null;
1304
1304
  buildDevxAppImageFailedAt?: Timestamp | null;
1305
- buildProdxVenvImageStartedAt?: Timestamp | null;
1306
- buildProdxVenvImageSucceededAt?: Timestamp | null;
1307
- buildProdxVenvImageFailedAt?: Timestamp | null;
1308
1305
  };
1309
1306
  export type Build = BuildV1 | BuildV2;
1310
1307
  type WithDocRef<T> = T & {
@@ -1355,6 +1352,7 @@ export interface ProjectDeploymentBase<T = ComponentSnapshotBase> extends AppSna
1355
1352
  };
1356
1353
  };
1357
1354
  deploymentUrl?: string | null;
1355
+ prodxVenvImage?: string | null;
1358
1356
  prodxAppImage?: string | null;
1359
1357
  deployStartedAt?: Timestamp | null;
1360
1358
  deploySucceededAt?: Timestamp | null;
@@ -1365,6 +1363,9 @@ export interface ProjectDeploymentBase<T = ComponentSnapshotBase> extends AppSna
1365
1363
  buildDistsStartedAt?: Timestamp | null;
1366
1364
  buildDistsSucceededAt?: Timestamp | null;
1367
1365
  buildDistsFailedAt?: Timestamp | null;
1366
+ buildProdxVenvImageStartedAt?: Timestamp | null;
1367
+ buildProdxVenvImageSucceededAt?: Timestamp | null;
1368
+ buildProdxVenvImageFailedAt?: Timestamp | null;
1368
1369
  buildProdxAppImageStartedAt?: Timestamp | null;
1369
1370
  buildProdxAppImageSucceededAt?: Timestamp | null;
1370
1371
  buildProdxAppImageFailedAt?: Timestamp | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.82.25",
3
+ "version": "1.82.27",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {