@databutton/firebase-types 1.69.55 → 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.
@@ -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.55",
3
+ "version": "1.69.56",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {