placementt-core 1.400.707 → 1.400.708

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.
@@ -1004,6 +1004,7 @@ export type CohortData = {
1004
1004
  filters: [string, unknown][] | undefined;
1005
1005
  };
1006
1006
  allowOverlappingDates?: boolean;
1007
+ notifyStaffOnEditChange?: boolean;
1007
1008
  };
1008
1009
  export type ArrowObject = {
1009
1010
  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.707",
5
+ "version": "1.400.708",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1015,6 +1015,7 @@ export type CohortData = {
1015
1015
  filters: [string, unknown][] | undefined;
1016
1016
  },
1017
1017
  allowOverlappingDates?: boolean,
1018
+ notifyStaffOnEditChange?: boolean
1018
1019
  }
1019
1020
 
1020
1021
  export type ArrowObject = {