@databutton/firebase-types 1.15.22 → 1.15.23
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.
|
@@ -156,11 +156,12 @@ export interface Module {
|
|
|
156
156
|
export interface AppVisit {
|
|
157
157
|
visitedBy: PerformedBy | null;
|
|
158
158
|
}
|
|
159
|
-
export interface
|
|
159
|
+
export interface Screenshot {
|
|
160
160
|
capturedBy: PerformedBy;
|
|
161
161
|
base64Image: string;
|
|
162
162
|
deploymentId: string | null;
|
|
163
163
|
}
|
|
164
|
+
export type AppScreenshot = Screenshot;
|
|
164
165
|
export interface Job {
|
|
165
166
|
name: string;
|
|
166
167
|
slug: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.23",
|
|
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.
|
|
87
|
+
"typescript": "4.9.5"
|
|
88
88
|
},
|
|
89
89
|
"repository": {
|
|
90
90
|
"type": "git",
|