@databutton/firebase-types 1.63.12 → 1.64.1
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.
|
@@ -64,6 +64,9 @@ export interface Profile {
|
|
|
64
64
|
storage?: {
|
|
65
65
|
discoveryPopupReadAt?: Timestamp | null;
|
|
66
66
|
};
|
|
67
|
+
landingView?: {
|
|
68
|
+
discoveryPopupReadAt?: Timestamp | null;
|
|
69
|
+
};
|
|
67
70
|
};
|
|
68
71
|
utm?: Record<string, string>;
|
|
69
72
|
/**
|
|
@@ -269,7 +272,6 @@ export interface Frontend {
|
|
|
269
272
|
createdBy: PerformedBy;
|
|
270
273
|
markedForDeletionBy: PerformedBy | null;
|
|
271
274
|
codeBlockRef: string;
|
|
272
|
-
staticAssetsPath?: string;
|
|
273
275
|
}
|
|
274
276
|
export declare const DefaultFrontendName = "App";
|
|
275
277
|
export interface UiComponent {
|
|
@@ -605,6 +607,7 @@ export interface Project {
|
|
|
605
607
|
markedForDeletionBy?: PerformedBy | null;
|
|
606
608
|
members: string[];
|
|
607
609
|
name: string;
|
|
610
|
+
slug?: string;
|
|
608
611
|
owner: string;
|
|
609
612
|
projectCardColor: string;
|
|
610
613
|
shouldShowStartGuide?: boolean;
|