placementt-core 1.400.678 → 1.400.679

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,6 +777,7 @@ export type InstituteData = {
777
777
  adminBillingContactId?: string;
778
778
  employerEvents?: boolean;
779
779
  workExperience?: boolean;
780
+ docCheck?: boolean;
780
781
  alumniManagement?: boolean;
781
782
  authorisedMISSystem?: {
782
783
  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.678",
5
+ "version": "1.400.679",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -775,6 +775,7 @@ export type InstituteData = {
775
775
  // Packages institutes can be signed up to
776
776
  employerEvents?: boolean,
777
777
  workExperience?: boolean,
778
+ docCheck?: boolean,
778
779
  alumniManagement?: boolean,
779
780
  // ------------------------
780
781
  authorisedMISSystem?: {