placementt-core 1.400.679 → 1.400.680

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.
@@ -778,6 +778,7 @@ export type InstituteData = {
778
778
  employerEvents?: boolean;
779
779
  workExperience?: boolean;
780
780
  docCheck?: boolean;
781
+ adminLastCheckedDocs?: string;
781
782
  alumniManagement?: boolean;
782
783
  authorisedMISSystem?: {
783
784
  name: "arbor";
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.679",
5
+ "version": "1.400.680",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -776,6 +776,7 @@ export type InstituteData = {
776
776
  employerEvents?: boolean,
777
777
  workExperience?: boolean,
778
778
  docCheck?: boolean,
779
+ adminLastCheckedDocs?: string,
779
780
  alumniManagement?: boolean,
780
781
  // ------------------------
781
782
  authorisedMISSystem?: {