@databutton/firebase-types 1.78.35 → 1.78.37
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.
|
@@ -1305,12 +1305,12 @@ export type BuildV1 = {
|
|
|
1305
1305
|
export type BuildV2 = {
|
|
1306
1306
|
schema: "2025-03-14";
|
|
1307
1307
|
createdBy: PerformedBy;
|
|
1308
|
-
createdReason: "initial" | "workspace-upgrade" | "frontend-install" | "backend-install";
|
|
1308
|
+
createdReason: "initial" | "migration" | "workspace-upgrade" | "frontend-install" | "backend-install";
|
|
1309
1309
|
eventRef: string | null;
|
|
1310
1310
|
workspaceVersion: string;
|
|
1311
1311
|
devxVersion: string;
|
|
1312
|
-
backendPackagesId: string;
|
|
1313
|
-
frontendPackagesId: string;
|
|
1312
|
+
backendPackagesId: string | null;
|
|
1313
|
+
frontendPackagesId: string | null;
|
|
1314
1314
|
isFly: boolean;
|
|
1315
1315
|
errorMessages?: string[];
|
|
1316
1316
|
baseDevxImage: string;
|