@databutton/firebase-types 1.12.72 → 1.12.74

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.
@@ -259,7 +259,10 @@ export interface ProjectTemplate {
259
259
  createdBy: PerformedBy;
260
260
  lastUpdatedBy: PerformedBy;
261
261
  basedOnProjectId: string;
262
+ active: boolean;
263
+ sequence: number;
262
264
  name: string;
265
+ markedForDeletionBy: PerformedBy | null;
263
266
  description: string | null;
264
267
  apps: {
265
268
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.12.72",
3
+ "version": "1.12.74",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -69,7 +69,7 @@
69
69
  "@sentry/types": "7.23.0",
70
70
  "@types/analytics-node": "3.1.9",
71
71
  "@types/inquirer": "9.0.3",
72
- "@types/jest": "29.2.3",
72
+ "@types/jest": "29.2.4",
73
73
  "@types/lodash": "4.14.191",
74
74
  "@types/node": "18.7.14",
75
75
  "@types/uuid": "8.3.4",