@databutton/firebase-types 1.28.11 → 1.29.0

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.
@@ -627,6 +627,12 @@ export type ProjectDeploymentBase<T = ComponentSnapshotBase> = {
627
627
  build: {
628
628
  id: string;
629
629
  };
630
+ deployStartedAt?: Timestamp | null;
631
+ deploySucceededAt?: Timestamp | null;
632
+ deployFailedAt?: Timestamp | null;
633
+ uploadStartedAt?: Timestamp | null;
634
+ uploadSucceededAt?: Timestamp | null;
635
+ uploadFailedAt?: Timestamp | null;
630
636
  };
631
637
  export type ProjectDeployment = ProjectDeploymentBase;
632
638
  export type AdminRequirementsConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.28.11",
3
+ "version": "1.29.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {