placementt-core 1.400.971 → 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.
package/lib/typeDefinitions.d.ts
CHANGED
|
@@ -891,6 +891,10 @@ export type InstituteData = {
|
|
|
891
891
|
adminBillingContactId?: string;
|
|
892
892
|
employerEvents?: boolean;
|
|
893
893
|
workExperience?: boolean;
|
|
894
|
+
network?: boolean;
|
|
895
|
+
careersEvents?: boolean;
|
|
896
|
+
skillsAssessmentsProduct?: boolean;
|
|
897
|
+
trackExtracurriculars?: boolean;
|
|
894
898
|
destinationTracking?: boolean;
|
|
895
899
|
docCheck?: boolean;
|
|
896
900
|
adminLastCheckedDocs?: string;
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -893,6 +893,10 @@ export type InstituteData = {
|
|
|
893
893
|
// Packages institutes can be signed up to
|
|
894
894
|
employerEvents?: boolean,
|
|
895
895
|
workExperience?: boolean,
|
|
896
|
+
network?: boolean,
|
|
897
|
+
careersEvents?: boolean,
|
|
898
|
+
skillsAssessmentsProduct?: boolean,
|
|
899
|
+
trackExtracurriculars?: boolean,
|
|
896
900
|
destinationTracking?: boolean,
|
|
897
901
|
docCheck?: boolean,
|
|
898
902
|
adminLastCheckedDocs?: string,
|