@databutton/firebase-types 1.78.141 → 1.78.142

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.
@@ -1002,13 +1002,13 @@ export interface Project {
1002
1002
  last_deployed?: Timestamp;
1003
1003
  schema?: "2022-12-07" | "2022-08-22" | null;
1004
1004
  commitCounter?: number;
1005
- currentBuildId?: string | null;
1006
1005
  currentBuildCommitId?: string | null;
1007
- currentDeploymentId?: string | null;
1008
1006
  currentDeploymentCommitId?: string | null;
1007
+ currentBuildId?: string | null;
1009
1008
  ongoingBuildId?: string | null;
1010
- ongoingDeploymentId?: string | null;
1011
1009
  lastFailedBuildId?: string | null;
1010
+ currentDeploymentId?: string | null;
1011
+ ongoingDeploymentId?: string | null;
1012
1012
  lastFailedDeploymentId?: string | null;
1013
1013
  serviceCreationStartedAt?: Timestamp;
1014
1014
  serviceCreationSucceededAt?: Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.141",
3
+ "version": "1.78.142",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {