@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 primary goal for the app
605
+ * The pitch for the app
606
606
  */
607
- primaryGoal: string;
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
- * Important features of the app
625
+ * Rules or constraints for the app
626
626
  */
627
- modules: string;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.69.54",
3
+ "version": "1.69.56",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {