@databutton/firebase-types 1.12.42 → 1.12.44

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.
@@ -105,6 +105,15 @@ export interface Deployment {
105
105
  requirementsRef?: string | null;
106
106
  projectEventRef?: string | null;
107
107
  }
108
+ /**
109
+ * Document created by the web app to signal that a component should be deployed.
110
+ */
111
+ export interface DeploymentRequest {
112
+ createdBy: PerformedBy;
113
+ projectId: string;
114
+ componentType: "app" | "job" | "module";
115
+ componentId: string;
116
+ }
108
117
  export interface Schedule {
109
118
  createdAt: Timestamp;
110
119
  updatedAt: Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.12.42",
3
+ "version": "1.12.44",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@sendgrid/mail": "7.7.0",
49
- "@sentry/node": "7.21.1",
50
- "@sentry/tracing": "7.21.1",
49
+ "@sentry/node": "7.23.0",
50
+ "@sentry/tracing": "7.23.0",
51
51
  "@slack/web-api": "6.8.0",
52
52
  "analytics-node": "6.2.0",
53
53
  "capture-website": "3.2.0",
@@ -65,11 +65,11 @@
65
65
  },
66
66
  "devDependencies": {
67
67
  "@firebase/rules-unit-testing": "2.0.5",
68
- "@sentry/types": "7.21.1",
68
+ "@sentry/types": "7.23.0",
69
69
  "@types/analytics-node": "3.1.9",
70
70
  "@types/inquirer": "9.0.3",
71
71
  "@types/jest": "29.2.3",
72
- "@types/lodash": "4.14.190",
72
+ "@types/lodash": "4.14.191",
73
73
  "@types/node": "18.7.14",
74
74
  "@types/uuid": "8.3.4",
75
75
  "ansi-escapes": "6.0.0",