@databutton/firebase-types 1.63.9 → 1.63.11

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.
@@ -380,7 +380,7 @@ export interface CodeBlockCheckpoint {
380
380
  title: string | null;
381
381
  codeBlockVersionRef: string;
382
382
  createdBy: PerformedBy;
383
- createdReason: "automatic" | "deploy";
383
+ createdReason: "automatic" | "deploy" | "ai";
384
384
  }
385
385
  export interface CodeBlockVersion {
386
386
  name?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.63.9",
3
+ "version": "1.63.11",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {