@databutton/firebase-types 1.24.4 → 1.25.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.
|
@@ -546,8 +546,6 @@ export type RequirementsSnapshot = {
|
|
|
546
546
|
};
|
|
547
547
|
export type Build = {
|
|
548
548
|
projectId: string;
|
|
549
|
-
region: string;
|
|
550
|
-
buildId: string;
|
|
551
549
|
eventRef: string;
|
|
552
550
|
devxVersion: "@default" | string;
|
|
553
551
|
devxRequirementsId: string;
|
|
@@ -564,10 +562,6 @@ export type Build = {
|
|
|
564
562
|
devxDeployFailedAt: Timestamp | null;
|
|
565
563
|
image?: string;
|
|
566
564
|
};
|
|
567
|
-
export type BuildRequest = Omit<Build, "resolveFailedAt" | "resolveSucceededAt" | "buildStartedAt" | "buildSucceededAt" | "buildFailedAt" | "devxDeployStartedAt" | "devxDeploySucceededAt" | "devxDeployFailedAt"> & {
|
|
568
|
-
deployToDevx: boolean;
|
|
569
|
-
overrideDevxVersion?: string;
|
|
570
|
-
};
|
|
571
565
|
type WithDocRef<T> = T & {
|
|
572
566
|
id: string;
|
|
573
567
|
ref: string;
|