placementt-core 1.400.972 → 1.400.973

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