@databutton/firebase-types 1.72.9 → 1.72.11
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.
|
@@ -74,6 +74,7 @@ export var DatabuttonIdPrefix;
|
|
|
74
74
|
DatabuttonIdPrefix["CODE_BLOCK_VERSION"] = "cbv";
|
|
75
75
|
DatabuttonIdPrefix["CODE_BLOCK_CHECKPOINT"] = "cp";
|
|
76
76
|
DatabuttonIdPrefix["COMMIT"] = "cm";
|
|
77
|
+
DatabuttonIdPrefix["COMMIT_REQUEST"] = "cmr";
|
|
77
78
|
DatabuttonIdPrefix["FRONTEND"] = "fe";
|
|
78
79
|
DatabuttonIdPrefix["JOB"] = "jb";
|
|
79
80
|
DatabuttonIdPrefix["JOB_DEPLOY"] = "jd";
|
|
@@ -839,6 +839,7 @@ export interface Project {
|
|
|
839
839
|
deployFinishedAt?: Timestamp;
|
|
840
840
|
deployCurrentDeployedId?: string;
|
|
841
841
|
deployLastDeploymentSuccess?: boolean;
|
|
842
|
+
commitCounter?: number;
|
|
842
843
|
currentBuildId?: string | null;
|
|
843
844
|
currentBuildCommitId?: string | null;
|
|
844
845
|
currentDeploymentId?: string | null;
|
|
@@ -1535,6 +1536,7 @@ export interface Commit {
|
|
|
1535
1536
|
tags: string[];
|
|
1536
1537
|
parentIds: string[];
|
|
1537
1538
|
versionRefs: string[];
|
|
1539
|
+
commitRequestId?: string;
|
|
1538
1540
|
}
|
|
1539
1541
|
export interface Branch {
|
|
1540
1542
|
createdBy: PerformedBy;
|