placementt-core 1.400.404 → 1.400.405

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.
@@ -771,6 +771,7 @@ export type InstituteData = {
771
771
  anonymiseAlumniConvoStudents?: boolean;
772
772
  alumniConversations?: boolean;
773
773
  activityInvitesSent?: string;
774
+ schoolCanViewEmployerEmail?: boolean;
774
775
  } & Address;
775
776
  export type ExternalActivity = {
776
777
  title?: 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.404",
5
+ "version": "1.400.405",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -770,7 +770,8 @@ export type InstituteData = {
770
770
  approveAlumniMessages?: boolean,
771
771
  anonymiseAlumniConvoStudents?: boolean,
772
772
  alumniConversations?: boolean,
773
- activityInvitesSent?: string
773
+ activityInvitesSent?: string,
774
+ schoolCanViewEmployerEmail?: boolean,
774
775
  }&Address;
775
776
 
776
777
  export type ExternalActivity = {