placementt-core 1.300.592 → 1.300.595

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.
@@ -2197,6 +2197,7 @@ export type SiteErrorLog = {
2197
2197
  created: string;
2198
2198
  email?: string;
2199
2199
  userType?: "Staff" | "Students";
2200
+ product: Products;
2200
2201
  uid?: string;
2201
2202
  url: string;
2202
2203
  error: any;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.300.592",
5
+ "version": "1.300.595",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2159,6 +2159,7 @@ export type SiteErrorLog = {
2159
2159
  created: string,
2160
2160
  email?: string,
2161
2161
  userType?: "Staff"|"Students",
2162
+ product: Products,
2162
2163
  uid?: string,
2163
2164
  url: string,
2164
2165
  error: any,