@databutton/firebase-types 1.94.10 → 1.94.11

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.
@@ -1094,6 +1094,7 @@ export interface Project {
1094
1094
  createdFromProjectPlanId?: string | null;
1095
1095
  variant: ProjectVariant;
1096
1096
  migratedFromDatabutton?: boolean;
1097
+ migrationFromDatabutton?: "started" | "complete" | "failed";
1097
1098
  startingPrompt?: string | null;
1098
1099
  startingPointGeneratedBy?: PerformedBy | null;
1099
1100
  extensions?: ProjectExtensions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.94.10",
3
+ "version": "1.94.11",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {