@databutton/firebase-types 1.19.0 → 1.20.1
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.
|
@@ -550,8 +550,8 @@ export type Build = {
|
|
|
550
550
|
buildId: string;
|
|
551
551
|
eventRef: string;
|
|
552
552
|
devxVersion: "@default" | string;
|
|
553
|
-
|
|
554
|
-
|
|
553
|
+
devxRequirementsId: string;
|
|
554
|
+
requirementsSnapshots: RequirementsV2[];
|
|
555
555
|
createdBy: PerformedBy;
|
|
556
556
|
resolveFailedAt?: Timestamp;
|
|
557
557
|
resolveSucceededAt?: Timestamp;
|