@databutton/firebase-types 1.1.2 → 1.3.0

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.
@@ -206,6 +206,9 @@ export interface Project {
206
206
  export interface Requirements {
207
207
  createdBy: PerformedBy;
208
208
  prevRequirementsId: string | null;
209
+ installSuccessAt: Timestamp | null;
210
+ installFailedAt: Timestamp | null;
211
+ logs: string | null;
209
212
  requirementsTxt: string;
210
213
  requirementsLock: string | null;
211
214
  }
@@ -222,7 +225,7 @@ export interface ProjectEvent {
222
225
  name: string;
223
226
  } | null;
224
227
  relatedTo: {
225
- title: string;
228
+ title: string | null;
226
229
  ref: string;
227
230
  } | null;
228
231
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.1.2",
3
+ "version": "1.3.0",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/types/published/index.d.ts",
6
6
  "files": [
@@ -51,6 +51,7 @@
51
51
  "firebase-functions": "3.24.1",
52
52
  "intercom-client": "3.1.5",
53
53
  "lodash": "4.17.21",
54
+ "nanoid": "4.0.0",
54
55
  "uuid": "8.3.2"
55
56
  },
56
57
  "devDependencies": {
@@ -73,10 +74,10 @@
73
74
  "firebase-functions-test": "2.4.0",
74
75
  "firebase-tools": "11.15.0",
75
76
  "jest": "28.1.3",
77
+ "semantic-release": "19.0.5",
76
78
  "ts-jest": "28.0.8",
77
79
  "ts-node": "10.9.1",
78
- "typescript": "4.8.4",
79
- "semantic-release": "19.0.5"
80
+ "typescript": "4.8.4"
80
81
  },
81
82
  "repository": {
82
83
  "type": "git",