placementt-core 1.400.971 → 1.400.972

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.
@@ -891,6 +891,9 @@ export type InstituteData = {
891
891
  adminBillingContactId?: string;
892
892
  employerEvents?: boolean;
893
893
  workExperience?: boolean;
894
+ careersEvents?: boolean;
895
+ skillsAssessmentsProduct?: boolean;
896
+ trackExtracurriculars?: boolean;
894
897
  destinationTracking?: boolean;
895
898
  docCheck?: boolean;
896
899
  adminLastCheckedDocs?: 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.971",
5
+ "version": "1.400.972",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -893,6 +893,9 @@ export type InstituteData = {
893
893
  // Packages institutes can be signed up to
894
894
  employerEvents?: boolean,
895
895
  workExperience?: boolean,
896
+ careersEvents?: boolean,
897
+ skillsAssessmentsProduct?: boolean,
898
+ trackExtracurriculars?: boolean,
896
899
  destinationTracking?: boolean,
897
900
  docCheck?: boolean,
898
901
  adminLastCheckedDocs?: string,