@databutton/firebase-types 1.66.6 → 1.66.7

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.
@@ -1113,6 +1113,7 @@ export interface PatchAttempt {
1113
1113
  agentResponse: string | null;
1114
1114
  patch: string | null;
1115
1115
  codeAfter: string | null;
1116
+ final?: boolean;
1116
1117
  success: boolean;
1117
1118
  createdAt?: Timestamp;
1118
1119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.66.6",
3
+ "version": "1.66.7",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {