@databutton/firebase-types 1.73.7 → 1.73.9

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.
@@ -37,6 +37,7 @@ export interface PublicUsername {
37
37
  export type ToSVersion = "2024-02-13";
38
38
  export interface Profile {
39
39
  displayName: string;
40
+ agentPersonality?: AgentPersonality;
40
41
  publicUsername?: PublicUsername;
41
42
  displayPreference?: "dark" | "system" | "light";
42
43
  jobTitle?: string;
@@ -810,6 +811,8 @@ export type ThirdPartyService = {
810
811
  export interface AgentConfig {
811
812
  customInstructions: string;
812
813
  strictMode?: boolean | null;
814
+ }
815
+ export interface AgentPersonality {
813
816
  toneOfVoice?: {
814
817
  responseStyle?: string | null;
815
818
  tone?: string | null;
@@ -1009,6 +1012,7 @@ export interface ProjectTemplate {
1009
1012
  guidelines?: ProjectGuidelines;
1010
1013
  isExample?: boolean;
1011
1014
  deployedToUrl?: string | null;
1015
+ isTemplateForCloning?: boolean;
1012
1016
  }
1013
1017
  export interface Requirements {
1014
1018
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.73.7",
3
+ "version": "1.73.9",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {