@databutton/firebase-types 1.6.2 → 1.6.4

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.
@@ -36,6 +36,7 @@ export interface App {
36
36
  markedForDeletionAt: Timestamp | null;
37
37
  markedForDeletionBy?: PerformedBy | null;
38
38
  shortUrl: string;
39
+ publiclyAccessibleByLink?: boolean;
39
40
  category: string | null;
40
41
  }
41
42
  export interface AppVisit {
@@ -137,10 +138,6 @@ export interface Viewer {
137
138
  createdByUserId: string;
138
139
  createdAtUtc: Timestamp;
139
140
  }
140
- export interface ViewLink {
141
- createdBy: PerformedBy;
142
- revoked: boolean;
143
- }
144
141
  export interface ShortUrlRef {
145
142
  type: "ref";
146
143
  createdAtUtc: Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.6.2",
3
+ "version": "1.6.4",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {