placementt-core 1.400.948 → 1.400.949

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.
@@ -1107,6 +1107,7 @@ export type CohortData = {
1107
1107
  listingReleaseDate?: string;
1108
1108
  enableListings?: boolean;
1109
1109
  shareEmployerFeedback?: boolean;
1110
+ studentsInSchool?: string[];
1110
1111
  logs?: {
1111
1112
  students?: string;
1112
1113
  staff?: 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.948",
5
+ "version": "1.400.949",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1117,6 +1117,7 @@ export type CohortData = {
1117
1117
  listingReleaseDate?: string,
1118
1118
  enableListings?: boolean,
1119
1119
  shareEmployerFeedback?: boolean,
1120
+ studentsInSchool?: string[],
1120
1121
  logs?: {
1121
1122
  students?: string,
1122
1123
  staff?: string,