@databutton/firebase-types 1.42.15 → 1.42.17

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.
@@ -428,8 +428,7 @@ export interface Project {
428
428
  createdBy?: PerformedBy;
429
429
  createdFromProjectTemplateId?: string | null;
430
430
  lifeStage: ProjectLifeStage;
431
- lifeStageUpdatedBy?: PerformedBy;
432
- lifeStageStartedAt?: Timestamp;
431
+ lifeStageUpdatedBy: PerformedBy;
433
432
  /**
434
433
  * @deprecated No longer in use
435
434
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.42.15",
3
+ "version": "1.42.17",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {