@databutton/firebase-types 1.15.22 → 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,14 +153,16 @@ 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 interface AppScreenshot {
159
+ export type AppVisit = Visit;
160
+ export interface Screenshot {
160
161
  capturedBy: PerformedBy;
161
162
  base64Image: string;
162
163
  deploymentId: string | null;
163
164
  }
165
+ export type AppScreenshot = Screenshot;
164
166
  export interface Job {
165
167
  name: string;
166
168
  slug: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.15.22",
3
+ "version": "1.15.24",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -84,7 +84,7 @@
84
84
  "ts-jest": "29.0.5",
85
85
  "ts-node": "10.9.1",
86
86
  "type-fest": "3.5.4",
87
- "typescript": "4.9.4"
87
+ "typescript": "4.9.5"
88
88
  },
89
89
  "repository": {
90
90
  "type": "git",