placementt-core 1.400.914 → 1.400.915

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.
@@ -1063,6 +1063,7 @@ export type CohortData = {
1063
1063
  product: Products;
1064
1064
  schoolId?: string;
1065
1065
  groupId?: string;
1066
+ academicYear?: string;
1066
1067
  designatedStaff?: string;
1067
1068
  autoArchiveDate?: string;
1068
1069
  logType?: "basic" | "custom";
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.914",
5
+ "version": "1.400.915",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1063,6 +1063,7 @@ export type CohortData = {
1063
1063
  product: Products,
1064
1064
  schoolId?: string,
1065
1065
  groupId?: string, // links this instance to its recurring template in InstituteData.cohortConfig
1066
+ academicYear?: string, // "YYYY/YY" cycle this instance belongs to (used to dedupe auto-creation)
1066
1067
  designatedStaff?: string,
1067
1068
  autoArchiveDate?: string,
1068
1069
  logType?: "basic"|"custom",