placementt-core 1.400.321 → 1.400.323
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
|
@@ -1468,6 +1468,8 @@ export type ExternalEventRequest = {
|
|
|
1468
1468
|
schoolSelectionType?: "allSchools" | "selectGroups" | "specificSchools";
|
|
1469
1469
|
schools?: string[];
|
|
1470
1470
|
schoolGroups?: string[];
|
|
1471
|
+
numberSharedWith?: number;
|
|
1472
|
+
maxSchools?: number;
|
|
1471
1473
|
};
|
|
1472
1474
|
export type Alumni = {
|
|
1473
1475
|
forename: string;
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED