@databutton/firebase-types 1.5.7 → 1.6.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.
@@ -137,6 +137,10 @@ export interface Viewer {
137
137
  createdByUserId: string;
138
138
  createdAtUtc: Timestamp;
139
139
  }
140
+ export interface ViewLink {
141
+ createdBy: PerformedBy;
142
+ revoked: boolean;
143
+ }
140
144
  export interface ShortUrlRef {
141
145
  type: "ref";
142
146
  createdAtUtc: Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.5.7",
3
+ "version": "1.6.1",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {