@databutton/firebase-types 1.62.24 → 1.62.26

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.
@@ -1050,6 +1050,7 @@ export interface TokenUsageEntry {
1050
1050
  completion: number;
1051
1051
  total: number;
1052
1052
  };
1053
+ toolCalls?: string[];
1053
1054
  model: string;
1054
1055
  finishReason: string | null;
1055
1056
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.62.24",
3
+ "version": "1.62.26",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {