@databutton/firebase-types 1.71.20 → 1.71.22

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.
@@ -1307,6 +1307,8 @@ export interface TokenUsageEntry {
1307
1307
  tokenUsage: {
1308
1308
  prompt: number;
1309
1309
  completion: number;
1310
+ cacheWrite?: number;
1311
+ cacheRead?: number;
1310
1312
  total: number;
1311
1313
  };
1312
1314
  toolCalls?: string[];
@@ -58,6 +58,7 @@ export type CreateBillingPortalSessionRequest = {
58
58
  };
59
59
  export type CreateBillingPortalSessionResponse = {
60
60
  url: string;
61
+ subscriptionsUrl: string | null;
61
62
  };
62
63
  export type CreateCheckoutSessionRequest = {};
63
64
  export type CreateCheckoutSessionResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.71.20",
3
+ "version": "1.71.22",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {