@databutton/firebase-types 1.87.23 → 1.87.25

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.
@@ -1981,6 +1981,10 @@ export interface ProjectPlan {
1981
1981
  * The project this plan is currently based on (can be updated as the project evolves)
1982
1982
  */
1983
1983
  basedOnProjectId?: string | null;
1984
+ /**
1985
+ * Which flow should be triggered from this project plan
1986
+ */
1987
+ flow?: "initial-gen" | "fork";
1984
1988
  }
1985
1989
  export interface AiUsageRecord {
1986
1990
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.87.23",
3
+ "version": "1.87.25",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {