@databutton/firebase-types 1.26.4 → 1.26.6
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.
|
@@ -428,6 +428,7 @@ export interface Requirements {
|
|
|
428
428
|
requirementsTxt: string;
|
|
429
429
|
requirementsLock: string | null;
|
|
430
430
|
requirementsHash: string | null;
|
|
431
|
+
venvHash?: string | null;
|
|
431
432
|
}
|
|
432
433
|
export interface ProdxConfig {
|
|
433
434
|
views?: {
|
|
@@ -546,7 +547,7 @@ export type RequirementsSnapshot = {
|
|
|
546
547
|
};
|
|
547
548
|
export type Build = {
|
|
548
549
|
projectId: string;
|
|
549
|
-
eventRef
|
|
550
|
+
eventRef?: string | null;
|
|
550
551
|
devxVersion: "@default" | string;
|
|
551
552
|
devxRequirementsId: string;
|
|
552
553
|
requirementsSnapshots: RequirementsSnapshot[];
|