@databutton/firebase-types 1.36.7 → 1.36.9
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.
|
@@ -655,11 +655,13 @@ export type ViewSnapshot<T = ComponentSnapshotBase> = T & {
|
|
|
655
655
|
export type JobSnapshot<T = ComponentSnapshotBase> = T & {
|
|
656
656
|
dependencies: ComponentDependenciesSnapshot<T>;
|
|
657
657
|
};
|
|
658
|
-
export type
|
|
658
|
+
export type AppSnapshot<T = ComponentSnapshotBase> = {
|
|
659
659
|
deployedBy: PerformedBy;
|
|
660
660
|
multipageApps: MultipageAppSnapshot<T>[];
|
|
661
661
|
views: ViewSnapshot<T>[];
|
|
662
662
|
jobs: JobSnapshot<T>[];
|
|
663
|
+
};
|
|
664
|
+
export interface ProjectDeploymentBase<T = ComponentSnapshotBase> extends AppSnapshot<T> {
|
|
663
665
|
build: {
|
|
664
666
|
id: string;
|
|
665
667
|
};
|
|
@@ -669,7 +671,7 @@ export type ProjectDeploymentBase<T = ComponentSnapshotBase> = {
|
|
|
669
671
|
uploadStartedAt?: Timestamp | null;
|
|
670
672
|
uploadSucceededAt?: Timestamp | null;
|
|
671
673
|
uploadFailedAt?: Timestamp | null;
|
|
672
|
-
}
|
|
674
|
+
}
|
|
673
675
|
export type ProjectDeployment = ProjectDeploymentBase;
|
|
674
676
|
export type AdminRequirementsConfig = {
|
|
675
677
|
currentRef: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.9",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"analytics-node": "6.2.0",
|
|
56
56
|
"capture-website": "3.2.0",
|
|
57
57
|
"cors": "2.8.5",
|
|
58
|
-
"firebase": "9.
|
|
58
|
+
"firebase": "9.22.1",
|
|
59
59
|
"firebase-admin": "11.8.0",
|
|
60
60
|
"firebase-functions": "4.3.1",
|
|
61
61
|
"google-auth-library": "^8.6.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"dotenv": "16.0.3",
|
|
84
84
|
"firebase-functions-test": "3.1.0",
|
|
85
85
|
"firebase-tools": "11.30.0",
|
|
86
|
-
"inquirer": "9.2.
|
|
86
|
+
"inquirer": "9.2.6",
|
|
87
87
|
"jest": "29.5.0",
|
|
88
88
|
"p-queue": "^7.3.4",
|
|
89
89
|
"rome": "11.0.0",
|