@databutton/firebase-types 1.84.8 → 1.84.9

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.
@@ -1904,4 +1904,19 @@ export interface Database<P, C> {
1904
1904
  config: C;
1905
1905
  }
1906
1906
  export type NeonDatabase = Database<"neon", NeonConfig>;
1907
+ export interface ProjectPlan {
1908
+ version: "2025-10-07";
1909
+ owner: string;
1910
+ createdBy: PerformedBy;
1911
+ updatedBy: PerformedBy;
1912
+ markedForDeletionBy: PerformedBy | null;
1913
+ visibility: "public" | "private";
1914
+ title: string;
1915
+ description: string;
1916
+ features: string[];
1917
+ integrations: string[];
1918
+ domains: string[];
1919
+ previewComponentCode: string | null;
1920
+ projectTemplateId: string;
1921
+ }
1907
1922
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.84.8",
3
+ "version": "1.84.9",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {