@databutton/firebase-types 1.37.10 → 1.37.12

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.
@@ -23,6 +23,10 @@ export interface ProjectEventsReadMap {
23
23
  }
24
24
  export interface Profile {
25
25
  displayName: string;
26
+ jobTitle?: string;
27
+ companyName?: string;
28
+ githubUsername?: string;
29
+ linkedInUrl?: string;
26
30
  /**
27
31
  * Timestamp when the profile was created
28
32
  */
@@ -212,6 +216,7 @@ export interface Job {
212
216
  markedForDeletionAt: Timestamp | null;
213
217
  markedForDeletionBy?: PerformedBy | null;
214
218
  category: string | null;
219
+ codeBlockRef: string;
215
220
  }
216
221
  export interface CodeBlock {
217
222
  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.12",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {