@databutton/firebase-types 1.53.0 → 1.53.2

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.
@@ -769,6 +769,7 @@ export interface Message {
769
769
  sentBy: PerformedBy;
770
770
  displayName: string;
771
771
  content: string;
772
+ role?: "function" | "user" | "system" | "assistant";
772
773
  visibleToUser: boolean;
773
774
  suggestedActions: SuggestedAction[];
774
775
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.53.0",
3
+ "version": "1.53.2",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -88,7 +88,7 @@
88
88
  "dotenv": "16.3.1",
89
89
  "firebase-functions-test": "3.1.0",
90
90
  "firebase-tools": "11.30.0",
91
- "inquirer": "9.2.10",
91
+ "inquirer": "9.2.11",
92
92
  "jest": "29.6.4",
93
93
  "p-queue": "^7.3.4",
94
94
  "semantic-release": "19.0.5",