@databutton/firebase-types 1.74.29 → 1.74.31

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.
@@ -573,6 +573,7 @@ export interface StaticAsset {
573
573
  export type Task = {
574
574
  createdBy: PerformedBy;
575
575
  updatedBy: PerformedBy;
576
+ startedBy?: PerformedBy;
576
577
  markedForDeletionBy: PerformedBy | null;
577
578
  managedBy: ManagedBy | null;
578
579
  codeSnippets?: TaskCodeSnippet[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.74.29",
3
+ "version": "1.74.31",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {