@databutton/firebase-types 1.70.19 → 1.70.21

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.
@@ -1321,6 +1321,7 @@ export interface WriteAttemptStepBase {
1321
1321
  export interface WriteAttemptStepSuccess extends WriteAttemptStepBase {
1322
1322
  success: true;
1323
1323
  modified: string;
1324
+ replaceCount: number;
1324
1325
  successfulMethod: string;
1325
1326
  }
1326
1327
  export interface WriteAttemptStepFailure extends WriteAttemptStepBase {
@@ -1328,7 +1329,7 @@ export interface WriteAttemptStepFailure extends WriteAttemptStepBase {
1328
1329
  }
1329
1330
  export type WriteAttemptStep = WriteAttemptStepSuccess | WriteAttemptStepFailure;
1330
1331
  export interface CodeWritingLogMessage {
1331
- level?: "info" | "error" | "warning" | "success";
1332
+ level?: "info" | "error" | "warning" | "success" | "debug";
1332
1333
  message: string;
1333
1334
  }
1334
1335
  export interface CodeValidationResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.19",
3
+ "version": "1.70.21",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {