@databutton/firebase-types
Advanced tools
Comparing version 1.72.10 to 1.72.11
@@ -75,2 +75,3 @@ export declare enum CollectionName { | ||
COMMIT = "cm", | ||
COMMIT_REQUEST = "cmr", | ||
FRONTEND = "fe", | ||
@@ -77,0 +78,0 @@ JOB = "jb", |
@@ -77,2 +77,3 @@ export var CollectionName; | ||
DatabuttonIdPrefix["COMMIT"] = "cm"; | ||
DatabuttonIdPrefix["COMMIT_REQUEST"] = "cmr"; | ||
DatabuttonIdPrefix["FRONTEND"] = "fe"; | ||
@@ -79,0 +80,0 @@ DatabuttonIdPrefix["JOB"] = "jb"; |
@@ -842,2 +842,3 @@ import type { Timestamp } from "firebase/firestore"; | ||
deployLastDeploymentSuccess?: boolean; | ||
commitCounter?: number; | ||
currentBuildId?: string | null; | ||
@@ -1539,2 +1540,3 @@ currentBuildCommitId?: string | null; | ||
versionRefs: string[]; | ||
commitRequestId?: string; | ||
} | ||
@@ -1541,0 +1543,0 @@ export interface Branch { |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.72.10", | ||
"version": "1.72.11", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
56088
1927