@databutton/firebase-types 1.70.18 → 1.70.20

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.
@@ -1328,7 +1328,7 @@ export interface WriteAttemptStepFailure extends WriteAttemptStepBase {
1328
1328
  }
1329
1329
  export type WriteAttemptStep = WriteAttemptStepSuccess | WriteAttemptStepFailure;
1330
1330
  export interface CodeWritingLogMessage {
1331
- level?: "info" | "error" | "warning" | "success";
1331
+ level?: "info" | "error" | "warning" | "success" | "debug";
1332
1332
  message: string;
1333
1333
  }
1334
1334
  export interface CodeValidationResult {
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.18",
3
+ "version": "1.70.20",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {