@databutton/firebase-types 1.37.9 → 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";
@@ -397,6 +398,7 @@ export interface Project {
397
398
  isPublic: boolean;
398
399
  visibility: "public" | "private";
399
400
  visibilityLastChangedBy: PerformedBy;
401
+ lastOpenedAt?: Timestamp;
400
402
  markedForDeletionAt: Timestamp | null;
401
403
  markedForDeletionBy?: PerformedBy | null;
402
404
  members: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.37.9",
3
+ "version": "1.37.11",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {