placementt-core 1.400.899 → 1.400.900

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.
@@ -619,6 +619,7 @@ export type StaffUserPermissions = UserGroupData & {
619
619
  deleteActivity?: boolean;
620
620
  readGuidance?: boolean;
621
621
  uploadGuidance?: boolean;
622
+ createLeaverGroup?: boolean;
622
623
  };
623
624
  export type ProviderUserPermissions = {
624
625
  viewStaff: boolean;
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.899",
5
+ "version": "1.400.900",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -595,7 +595,8 @@ export type StaffUserPermissions =
595
595
  editActivity?: boolean,
596
596
  deleteActivity?: boolean,
597
597
  readGuidance?: boolean,
598
- uploadGuidance?: boolean
598
+ uploadGuidance?: boolean,
599
+ createLeaverGroup?: boolean
599
600
  }
600
601
 
601
602
  export type ProviderUserPermissions = {