placementt-core 1.400.864 → 1.400.865

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.
@@ -1068,6 +1068,7 @@ export type CohortData = {
1068
1068
  trackAttendance?: boolean;
1069
1069
  attendanceReportingEmail?: string;
1070
1070
  targetHours?: number;
1071
+ manuallySendFeedback?: boolean;
1071
1072
  };
1072
1073
  export type ArrowObject = {
1073
1074
  start: number | 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.864",
5
+ "version": "1.400.865",
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
  trackAttendance?: boolean,
1064
1064
  attendanceReportingEmail?: string // Optionally set email address
1065
1065
  targetHours?: number,
1066
+ manuallySendFeedback?: boolean,
1066
1067
  }
1067
1068
 
1068
1069
  export type ArrowObject = {