@databutton/firebase-types 1.85.36 → 1.85.38

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.
@@ -1006,6 +1006,7 @@ export interface Project {
1006
1006
  createdAt: Timestamp;
1007
1007
  createdBy?: PerformedBy;
1008
1008
  createdFromProjectTemplateId?: string | null;
1009
+ createdFromProjectPlanId?: string | null;
1009
1010
  variant: ProjectVariant;
1010
1011
  startingPrompt?: string | null;
1011
1012
  startingPointGeneratedBy?: PerformedBy | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.85.36",
3
+ "version": "1.85.38",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {