@databutton/firebase-types 1.0.17 → 1.0.18

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.
@@ -183,6 +183,15 @@ export interface ProjectEvent {
183
183
  title: string;
184
184
  description: string | null;
185
185
  shortUrl: string | null;
186
- relatedToRef: string | null;
186
+ meta: {
187
+ triggeredByUser: {
188
+ id: string;
189
+ name: string;
190
+ } | null;
191
+ relatedTo: {
192
+ title: string;
193
+ ref: string;
194
+ } | null;
195
+ };
187
196
  }
188
197
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/types/published/index.d.ts",
6
6
  "files": [