@databutton/firebase-types 1.72.10 → 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.
@@ -72,6 +72,7 @@ export declare enum DatabuttonIdPrefix {
72
72
  CODE_BLOCK_VERSION = "cbv",
73
73
  CODE_BLOCK_CHECKPOINT = "cp",
74
74
  COMMIT = "cm",
75
+ COMMIT_REQUEST = "cmr",
75
76
  FRONTEND = "fe",
76
77
  JOB = "jb",
77
78
  JOB_DEPLOY = "jd",
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.10",
3
+ "version": "1.72.11",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {