@databutton/firebase-types 1.38.2 → 1.39.1
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.
|
@@ -491,6 +491,7 @@ export interface ProjectTemplate {
|
|
|
491
491
|
/** @deprecated Use build */
|
|
492
492
|
buildRef?: string | null;
|
|
493
493
|
build?: {
|
|
494
|
+
image?: string;
|
|
494
495
|
requirementsSnapshots: RequirementsSnapshot[];
|
|
495
496
|
devxRequirementsId: string;
|
|
496
497
|
} | null;
|
|
@@ -644,6 +645,7 @@ export type Build = {
|
|
|
644
645
|
devxDeployFailedAt: Timestamp | null;
|
|
645
646
|
image?: string;
|
|
646
647
|
eventRef?: string | null;
|
|
648
|
+
triggeredByRequirementsRef?: string | null;
|
|
647
649
|
};
|
|
648
650
|
type WithDocRef<T> = T & {
|
|
649
651
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.1",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"cors": "2.8.5",
|
|
58
58
|
"firebase": "9.22.1",
|
|
59
59
|
"firebase-admin": "11.8.0",
|
|
60
|
-
"firebase-functions": "4.4.
|
|
60
|
+
"firebase-functions": "4.4.1",
|
|
61
61
|
"google-auth-library": "^8.6.0",
|
|
62
62
|
"intercom-client": "3.2.1",
|
|
63
63
|
"ky": "0.33.3",
|