@databutton/firebase-types 1.95.8 → 1.95.9

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.
@@ -1299,7 +1299,16 @@ export interface Project {
1299
1299
  lastMigratedAt?: Timestamp;
1300
1300
  markedForDeletionAt: Timestamp | null;
1301
1301
  markedForDeletionBy?: PerformedBy | null;
1302
+ /**
1303
+ * If owner of app has ejected from Riff
1304
+ */
1305
+ ejectedBy?: PerformedBy | null;
1302
1306
  members: string[];
1307
+ /**
1308
+ * List of user IDs that are maintainers of the project.
1309
+ * Used in accounts to indicate who is responsible for the project, and thus recipient of important notifications or similar.
1310
+ */
1311
+ maintainers?: string[];
1303
1312
  permittedUsers?: Record<ProjectPermissionName, string[]>;
1304
1313
  name: string;
1305
1314
  tags?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.95.8",
3
+ "version": "1.95.9",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {