@databutton/firebase-types 1.65.22 → 1.65.24

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.
@@ -1089,7 +1089,7 @@ export interface CreditTransactionRecord {
1089
1089
  createdAt: Timestamp;
1090
1090
  projectId: string | null;
1091
1091
  recordedAt: Timestamp;
1092
- type: "creditsPurchased" | "computeHourUsed" | "agentUsed" | "manualAdjustment";
1092
+ type: "creditsPurchased" | "computeHourUsed" | "agentUsed" | "manualAdjustment" | "monthlyReset";
1093
1093
  sourceRef: string | null;
1094
1094
  }
1095
1095
  export interface ComputeHourUsageRecord {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.65.22",
3
+ "version": "1.65.24",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {