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