@databutton/firebase-types 1.70.8 → 1.70.9

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.
@@ -532,8 +532,13 @@ export interface Dataframe {
532
532
  }
533
533
  export interface StaticAsset {
534
534
  createdBy: PerformedBy;
535
+ updatedBy: PerformedBy;
536
+ uploadStartedAt: Timestamp;
537
+ uploadSucceededAt: Timestamp | null;
538
+ uploadFailedAt: Timestamp | null;
535
539
  markedForDeletionBy: PerformedBy | null;
536
540
  contentType: string;
541
+ md5: string;
537
542
  size: string;
538
543
  href: string;
539
544
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.8",
3
+ "version": "1.70.9",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {