placementt-core 1.300.321 → 1.300.322

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.
@@ -1468,6 +1468,7 @@ export type ExternalEventRequest = {
1468
1468
  schoolSelectionType?: "allSchools" | "selectGroups" | "specificSchools";
1469
1469
  schools?: string[];
1470
1470
  schoolGroups?: string[];
1471
+ maxSchools?: number;
1471
1472
  };
1472
1473
  export type Alumni = {
1473
1474
  forename: 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.300.321",
5
+ "version": "1.300.322",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1447,6 +1447,7 @@ export type ExternalEventRequest = {
1447
1447
  schoolSelectionType?: "allSchools"|"selectGroups"|"specificSchools",
1448
1448
  schools?: string[],
1449
1449
  schoolGroups?: string[],
1450
+ maxSchools?: number,
1450
1451
  }
1451
1452
 
1452
1453