@databutton/firebase-types 1.37.10 → 1.37.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.
@@ -212,6 +212,7 @@ export interface Job {
212
212
  markedForDeletionAt: Timestamp | null;
213
213
  markedForDeletionBy?: PerformedBy | null;
214
214
  category: string | null;
215
+ codeBlockRef: string;
215
216
  }
216
217
  export interface CodeBlock {
217
218
  type: "app" | "job" | "module" | "page";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.37.10",
3
+ "version": "1.37.11",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {