@databutton/firebase-types 1.69.111 → 1.70.1

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.
@@ -530,6 +530,14 @@ export interface Dataframe {
530
530
  numberOfRows: number;
531
531
  properties?: Property[] | null;
532
532
  }
533
+ export interface StaticAsset {
534
+ createdBy: PerformedBy;
535
+ markedForDeletionBy: PerformedBy | null;
536
+ contentType: string;
537
+ size: string;
538
+ href: string;
539
+ name?: string;
540
+ }
533
541
  export interface Viewer {
534
542
  userId: string | null;
535
543
  recipient: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.69.111",
3
+ "version": "1.70.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {