@databutton/firebase-types 1.78.123 → 1.78.125

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.
@@ -1145,7 +1145,7 @@ export interface ProjectTemplate {
1145
1145
  requirements?: ProjectTemplateRequirementsSnapshot | null;
1146
1146
  build: ProjectTemplateBuildSnapshot;
1147
1147
  targetPoolSize?: number;
1148
- variant?: ProjectVariant;
1148
+ variant: "beyond-streamlit" | "riff";
1149
1149
  initialPromptInstructions?: string;
1150
1150
  secretNames?: string[];
1151
1151
  agentConfig?: Project["agentConfig"];
@@ -1540,7 +1540,7 @@ export type Appbutler = {
1540
1540
  updatedBy?: PerformedBy;
1541
1541
  routingChangedAt?: Timestamp;
1542
1542
  markedForDeletionAt: Timestamp | null;
1543
- variant?: ProjectVariant;
1543
+ variant?: "riff" | "beyond-streamlit";
1544
1544
  provider?: string;
1545
1545
  serviceType: string;
1546
1546
  resources: AppbutlerResources;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.123",
3
+ "version": "1.78.125",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {