@databutton/firebase-types 1.12.18 → 1.12.20

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
- apps: {
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.18",
3
+ "version": "1.12.20",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -43,15 +43,15 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@sendgrid/mail": "7.7.0",
46
- "@sentry/node": "7.19.0",
47
- "@sentry/tracing": "7.19.0",
46
+ "@sentry/node": "7.20.0",
47
+ "@sentry/tracing": "7.20.0",
48
48
  "@slack/web-api": "6.8.0",
49
49
  "analytics-node": "6.2.0",
50
50
  "capture-website": "3.2.0",
51
51
  "cors": "2.8.5",
52
52
  "firebase": "9.14.0",
53
53
  "firebase-admin": "11.3.0",
54
- "firebase-functions": "4.0.2",
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",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@firebase/rules-unit-testing": "2.0.5",
65
- "@sentry/types": "7.19.0",
65
+ "@sentry/types": "7.20.0",
66
66
  "@types/analytics-node": "3.1.9",
67
67
  "@types/jest": "29.2.3",
68
68
  "@types/lodash": "4.14.189",