@databutton/firebase-types 1.70.22 → 1.70.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.
|
@@ -1308,7 +1308,6 @@ export interface PatchAttemptStrategy {
|
|
|
1308
1308
|
config: object;
|
|
1309
1309
|
}
|
|
1310
1310
|
export interface WriteAttemptStepBase {
|
|
1311
|
-
original: string;
|
|
1312
1311
|
search: string;
|
|
1313
1312
|
searchSizeInChars: number;
|
|
1314
1313
|
replace: string;
|
|
@@ -1320,8 +1319,7 @@ export interface WriteAttemptStepBase {
|
|
|
1320
1319
|
}
|
|
1321
1320
|
export interface WriteAttemptStepSuccess extends WriteAttemptStepBase {
|
|
1322
1321
|
success: true;
|
|
1323
|
-
|
|
1324
|
-
replaceCount: number;
|
|
1322
|
+
diff: string;
|
|
1325
1323
|
successfulMethod: string;
|
|
1326
1324
|
}
|
|
1327
1325
|
export interface WriteAttemptStepFailure extends WriteAttemptStepBase {
|