@databutton/firebase-types 1.72.12 → 1.72.14

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.
@@ -797,6 +797,7 @@ export interface Project {
797
797
  createdFromProjectTemplateId?: string | null;
798
798
  variant?: "beyond-streamlit" | "streamlit";
799
799
  startingPrompt?: string | null;
800
+ startingPointGeneratedBy?: PerformedBy | null;
800
801
  extensions?: ProjectExtensions;
801
802
  taskConfig?: {
802
803
  idPrefix: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.12",
3
+ "version": "1.72.14",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {