placementt-core 1.400.902 → 1.400.903

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.
@@ -848,6 +848,7 @@ export type InstituteData = {
848
848
  adminBillingContactId?: string;
849
849
  employerEvents?: boolean;
850
850
  workExperience?: boolean;
851
+ destinationTracking?: boolean;
851
852
  docCheck?: boolean;
852
853
  adminLastCheckedDocs?: string;
853
854
  alumniManagement?: 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.902",
5
+ "version": "1.400.903",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -832,6 +832,7 @@ export type InstituteData = {
832
832
  // Packages institutes can be signed up to
833
833
  employerEvents?: boolean,
834
834
  workExperience?: boolean,
835
+ destinationTracking?: boolean,
835
836
  docCheck?: boolean,
836
837
  adminLastCheckedDocs?: string,
837
838
  alumniManagement?: boolean,