@databutton/firebase-types 1.73.7 → 1.73.8

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;
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.8",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {