@databutton/firebase-types 1.70.8 → 1.70.10
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;
|