@databutton/firebase-types 1.37.20 → 1.37.22
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.
|
@@ -430,8 +430,8 @@ export interface Project {
|
|
|
430
430
|
schema?: "2022-12-07" | "2022-08-22" | null;
|
|
431
431
|
devxUrl?: string;
|
|
432
432
|
prodxUrl?: string;
|
|
433
|
-
devxAppbutlerId?: string;
|
|
434
|
-
prodxAppbutlerId?: string;
|
|
433
|
+
devxAppbutlerId?: string | null;
|
|
434
|
+
prodxAppbutlerId?: string | null;
|
|
435
435
|
enableAppbutlers?: boolean;
|
|
436
436
|
initialRequirementsHash?: string;
|
|
437
437
|
deployIsInProgress?: boolean;
|
|
@@ -641,6 +641,7 @@ export type Build = {
|
|
|
641
641
|
devxDeploySucceededAt: Timestamp | null;
|
|
642
642
|
devxDeployFailedAt: Timestamp | null;
|
|
643
643
|
image?: string;
|
|
644
|
+
eventRef?: string | null;
|
|
644
645
|
};
|
|
645
646
|
type WithDocRef<T> = T & {
|
|
646
647
|
id: string;
|