@trackunit/react-core-hooks 1.21.17 → 1.21.18-alpha-62031fc7c43.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-hooks",
3
- "version": "1.21.17",
3
+ "version": "1.21.18-alpha-62031fc7c43.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,9 +8,9 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "es-toolkit": "^1.39.10",
11
- "@trackunit/iris-app-runtime-core": "1.18.23",
12
- "@trackunit/iris-app-runtime-core-api": "1.17.23",
13
- "@trackunit/react-core-contexts-api": "1.18.23",
11
+ "@trackunit/iris-app-runtime-core": "1.18.24-alpha-62031fc7c43.0",
12
+ "@trackunit/iris-app-runtime-core-api": "1.17.24-alpha-62031fc7c43.0",
13
+ "@trackunit/react-core-contexts-api": "1.18.24-alpha-62031fc7c43.0",
14
14
  "zod": "^3.25.76"
15
15
  },
16
16
  "peerDependencies": {
@@ -1,5 +1,4 @@
1
- import { AccountActionName } from "@trackunit/iris-app-runtime-core-api";
2
- export type AccountAction = AccountActionName;
1
+ export type AccountAction = "manageUsers";
3
2
  /**
4
3
  * Hook that checks whether the current user is allowed to perform a per-account,
5
4
  * FGA-backed `Account.actions` action for the active account.