@databutton/firebase-types 1.72.11 → 1.72.12

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.
@@ -796,6 +796,7 @@ export interface Project {
796
796
  createdBy?: PerformedBy;
797
797
  createdFromProjectTemplateId?: string | null;
798
798
  variant?: "beyond-streamlit" | "streamlit";
799
+ startingPrompt?: string | null;
799
800
  extensions?: ProjectExtensions;
800
801
  taskConfig?: {
801
802
  idPrefix: string;
@@ -12,6 +12,7 @@ export type CreateOrUpdateProjectTemplateRequest = {
12
12
  };
13
13
  export type CreateProjectRequest = {
14
14
  name: string;
15
+ startingPrompt?: string;
15
16
  description?: string;
16
17
  initialAppIdea?: string | null;
17
18
  projectTemplateId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.11",
3
+ "version": "1.72.12",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {