@databutton/firebase-types 1.78.122 → 1.78.124
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
|
|
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?:
|
|
1543
|
+
variant?: "riff" | "beyond-streamlit";
|
|
1544
1544
|
provider?: string;
|
|
1545
1545
|
serviceType: string;
|
|
1546
1546
|
resources: AppbutlerResources;
|