@databutton/firebase-types 1.0.16 → 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.
@@ -67,6 +67,7 @@ export interface Deployment {
67
67
  codeBlockVersionId: string;
68
68
  codeRef: string;
69
69
  requirementsRef?: string | null;
70
+ projectEventRef?: string | null;
70
71
  }
71
72
  export interface Schedule {
72
73
  createdAt: Timestamp;
@@ -182,6 +183,15 @@ export interface ProjectEvent {
182
183
  title: string;
183
184
  description: string | null;
184
185
  shortUrl: string | null;
185
- 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
+ };
186
196
  }
187
197
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/types/published/index.d.ts",
6
6
  "files": [