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.
@@ -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
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.321",
5
+ "version": "1.400.323",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1447,6 +1447,8 @@ export type ExternalEventRequest = {
1447
1447
  schoolSelectionType?: "allSchools"|"selectGroups"|"specificSchools",
1448
1448
  schools?: string[],
1449
1449
  schoolGroups?: string[],
1450
+ numberSharedWith?: number,
1451
+ maxSchools?: number,
1450
1452
  }
1451
1453
 
1452
1454