@databutton/firebase-types 1.65.8 → 1.65.10

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