@databutton/firebase-types
Advanced tools
Comparing version
@@ -814,3 +814,10 @@ import type { Timestamp } from "firebase/firestore"; | ||
strictMode?: boolean | null; | ||
status?: AgentStatus; | ||
} | ||
export type AgentStatus = { | ||
available: true; | ||
} | { | ||
available: false; | ||
reason: "insufficient-funds" | "other"; | ||
}; | ||
export interface AgentPersonality { | ||
@@ -817,0 +824,0 @@ toneOfVoice?: { |
{ | ||
"name": "@databutton/firebase-types", | ||
"version": "1.73.18", | ||
"version": "1.73.19", | ||
"main": "lib/types/published/index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
64231
0.23%2159
0.33%