@databutton/firebase-types 1.85.28 → 1.85.29

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.
@@ -2013,7 +2013,7 @@ export interface AiUsageRecordEntry {
2013
2013
  type: "main-agent" | "sub-agent";
2014
2014
  provider: string;
2015
2015
  identifier: string;
2016
- finish_reason: "stop" | "length" | "tool_calls" | "content_filter" | "function_call" | "cancelled_by_user";
2016
+ finishReason: "stop" | "length" | "tool_calls" | "content_filter" | "function_call" | "cancelled_by_user";
2017
2017
  /**
2018
2018
  * Usage reported by the provider in their own format.
2019
2019
  * Only used for debugging purposes and potentially correcting misreporting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.85.28",
3
+ "version": "1.85.29",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {