placementt-core 1.400.878 → 1.400.879

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.
@@ -777,7 +777,7 @@ export type InstituteData = {
777
777
  staff: number;
778
778
  studentsFields: string[];
779
779
  staffFields: string[];
780
- employerFields: string[];
780
+ employerFields?: string[];
781
781
  studentsActive: number;
782
782
  staffActive: number;
783
783
  admin: string;
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.878",
5
+ "version": "1.400.879",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -772,7 +772,7 @@ export type InstituteData = {
772
772
  staff: number,
773
773
  studentsFields: string[],
774
774
  staffFields: string[],
775
- employerFields: string[],
775
+ employerFields?: string[],
776
776
  studentsActive: number,
777
777
  staffActive: number,
778
778
  admin: string,