@databutton/firebase-types 1.69.54 → 1.69.56
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.
|
@@ -602,9 +602,9 @@ export declare enum ProjectBuildStage {
|
|
|
602
602
|
export interface ProjectGuidelines {
|
|
603
603
|
initialGenerationAt: Timestamp | null;
|
|
604
604
|
/**
|
|
605
|
-
* The
|
|
605
|
+
* The pitch for the app
|
|
606
606
|
*/
|
|
607
|
-
|
|
607
|
+
pitch: string;
|
|
608
608
|
/**
|
|
609
609
|
* Description of the app
|
|
610
610
|
*/
|
|
@@ -622,9 +622,9 @@ export interface ProjectGuidelines {
|
|
|
622
622
|
*/
|
|
623
623
|
design: string;
|
|
624
624
|
/**
|
|
625
|
-
*
|
|
625
|
+
* Rules or constraints for the app
|
|
626
626
|
*/
|
|
627
|
-
|
|
627
|
+
rules: string;
|
|
628
628
|
}
|
|
629
629
|
export interface Project {
|
|
630
630
|
createdAt: Timestamp;
|
|
@@ -743,6 +743,9 @@ export interface ProjectTemplate {
|
|
|
743
743
|
} | null;
|
|
744
744
|
targetPoolSize?: number;
|
|
745
745
|
variant?: "streamlit" | "beyond-streamlit";
|
|
746
|
+
isExample?: boolean;
|
|
747
|
+
deployedToUrl?: string;
|
|
748
|
+
screenshotUrl?: string;
|
|
746
749
|
}
|
|
747
750
|
export interface Requirements {
|
|
748
751
|
createdBy: PerformedBy;
|