@databutton/firebase-types 1.70.17 → 1.70.19
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.
|
@@ -1376,6 +1376,10 @@ export interface WriteAttempt {
|
|
|
1376
1376
|
* Typically tool call id or similar.
|
|
1377
1377
|
*/
|
|
1378
1378
|
reference: string;
|
|
1379
|
+
/**
|
|
1380
|
+
* Result of the attempt.
|
|
1381
|
+
*/
|
|
1382
|
+
result?: "success" | "failure" | "partial-success" | "aborted";
|
|
1379
1383
|
/**
|
|
1380
1384
|
* Whether the attempt was successful or not.
|
|
1381
1385
|
*/
|