@databutton/firebase-types 1.12.18 → 1.12.19
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.
|
@@ -236,15 +236,30 @@ export interface Requirements {
|
|
|
236
236
|
requirementsHash: string | null;
|
|
237
237
|
}
|
|
238
238
|
export interface ProdxConfig {
|
|
239
|
-
|
|
239
|
+
views?: {
|
|
240
|
+
viewId: string;
|
|
241
|
+
name?: string;
|
|
242
|
+
codeBlockId: string;
|
|
243
|
+
requirementsHash: string;
|
|
244
|
+
modules?: {
|
|
245
|
+
name: string;
|
|
246
|
+
codeBlockId: string;
|
|
247
|
+
}[];
|
|
248
|
+
}[];
|
|
249
|
+
apps?: {
|
|
240
250
|
appId: string;
|
|
241
251
|
codeBlockId: string;
|
|
242
252
|
requirementsHash: string;
|
|
243
253
|
}[];
|
|
244
254
|
jobs: {
|
|
245
255
|
jobId: string;
|
|
256
|
+
name?: string;
|
|
246
257
|
codeBlockId: string;
|
|
247
258
|
requirementsHash: string;
|
|
259
|
+
modules?: {
|
|
260
|
+
name: string;
|
|
261
|
+
codeBlockId: string;
|
|
262
|
+
}[];
|
|
248
263
|
}[];
|
|
249
264
|
createdBy: PerformedBySystem;
|
|
250
265
|
generatedByDeploymentRef: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.19",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"cors": "2.8.5",
|
|
52
52
|
"firebase": "9.14.0",
|
|
53
53
|
"firebase-admin": "11.3.0",
|
|
54
|
-
"firebase-functions": "4.0
|
|
54
|
+
"firebase-functions": "4.1.0",
|
|
55
55
|
"google-auth-library": "^8.6.0",
|
|
56
56
|
"intercom-client": "3.1.5",
|
|
57
57
|
"ky": "0.32.2",
|