@databutton/firebase-types 1.60.31 → 1.60.33
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.
|
@@ -94,6 +94,7 @@ export interface Profile {
|
|
|
94
94
|
segments: string[];
|
|
95
95
|
enabledFeatures: string[];
|
|
96
96
|
hasValidPlan?: boolean | null;
|
|
97
|
+
syncedAt?: Timestamp;
|
|
97
98
|
}
|
|
98
99
|
export type Plan = TeamPlan | PayAsYouGoPlan;
|
|
99
100
|
interface PlanBase {
|
|
@@ -380,7 +381,7 @@ export interface CodeBlockVersion {
|
|
|
380
381
|
version: string;
|
|
381
382
|
description: string;
|
|
382
383
|
hash?: number;
|
|
383
|
-
createdReason?: "initial" | "autosave" | "restore-version" | "accept-suggestion" | "rename";
|
|
384
|
+
createdReason?: "initial" | "autosave" | "restore-version" | "accept-suggestion" | "rename" | "ai-generated";
|
|
384
385
|
}
|
|
385
386
|
export interface ModuleRef {
|
|
386
387
|
moduleRef: string;
|