placementt-core 1.400.678 → 1.400.680
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
|
@@ -777,6 +777,8 @@ export type InstituteData = {
|
|
|
777
777
|
adminBillingContactId?: string;
|
|
778
778
|
employerEvents?: boolean;
|
|
779
779
|
workExperience?: boolean;
|
|
780
|
+
docCheck?: boolean;
|
|
781
|
+
adminLastCheckedDocs?: string;
|
|
780
782
|
alumniManagement?: boolean;
|
|
781
783
|
authorisedMISSystem?: {
|
|
782
784
|
name: "arbor";
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -775,6 +775,8 @@ export type InstituteData = {
|
|
|
775
775
|
// Packages institutes can be signed up to
|
|
776
776
|
employerEvents?: boolean,
|
|
777
777
|
workExperience?: boolean,
|
|
778
|
+
docCheck?: boolean,
|
|
779
|
+
adminLastCheckedDocs?: string,
|
|
778
780
|
alumniManagement?: boolean,
|
|
779
781
|
// ------------------------
|
|
780
782
|
authorisedMISSystem?: {
|