@databutton/firebase-types 1.15.23 → 1.15.24

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.
@@ -153,9 +153,10 @@ export interface Module {
153
153
  markedForDeletionBy: PerformedBy | null;
154
154
  codeBlockRef: string;
155
155
  }
156
- export interface AppVisit {
156
+ export interface Visit {
157
157
  visitedBy: PerformedBy | null;
158
158
  }
159
+ export type AppVisit = Visit;
159
160
  export interface Screenshot {
160
161
  capturedBy: PerformedBy;
161
162
  base64Image: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.15.23",
3
+ "version": "1.15.24",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {