@databutton/firebase-types 1.37.19 → 1.37.21

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.
@@ -641,6 +641,7 @@ export type Build = {
641
641
  devxDeploySucceededAt: Timestamp | null;
642
642
  devxDeployFailedAt: Timestamp | null;
643
643
  image?: string;
644
+ eventRef?: string | null;
644
645
  };
645
646
  type WithDocRef<T> = T & {
646
647
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.37.19",
3
+ "version": "1.37.21",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {