placementt-core 1.400.842 → 1.400.843

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.
@@ -1055,6 +1055,7 @@ export type CohortData = {
1055
1055
  search: string | undefined;
1056
1056
  filters: [string, unknown][] | undefined;
1057
1057
  };
1058
+ autoActivateNewUsers?: boolean;
1058
1059
  allowOverlappingDates?: boolean;
1059
1060
  notifyStaffOnEditChange?: boolean;
1060
1061
  };
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.842",
5
+ "version": "1.400.843",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -1051,6 +1051,7 @@ export type CohortData = {
1051
1051
  search: string | undefined;
1052
1052
  filters: [string, unknown][] | undefined;
1053
1053
  },
1054
+ autoActivateNewUsers?: boolean,
1054
1055
  allowOverlappingDates?: boolean,
1055
1056
  notifyStaffOnEditChange?: boolean
1056
1057
  }