placementt-core 1.400.591 → 1.400.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.
@@ -2196,6 +2196,8 @@ export type StudentActivity = {
2196
2196
  export type SiteErrorLog = {
2197
2197
  created: string;
2198
2198
  email?: string;
2199
+ userType?: "Staff" | "Students";
2200
+ product: Products;
2199
2201
  uid?: string;
2200
2202
  url: string;
2201
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.400.591",
5
+ "version": "1.400.595",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2158,6 +2158,8 @@ export type StudentActivity = {
2158
2158
  export type SiteErrorLog = {
2159
2159
  created: string,
2160
2160
  email?: string,
2161
+ userType?: "Staff"|"Students",
2162
+ product: Products,
2161
2163
  uid?: string,
2162
2164
  url: string,
2163
2165
  error: any,