Skip to content

Commit 8b8651b

Browse files
committed
Update index.ts
1 parent 9d6c7f3 commit 8b8651b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/spec/src/system/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
*
44
* Runtime Configuration & Security
55
* - Manifest (Config), Datasource
6-
* - Role (Hierarchy), Identity (Auth)
7-
* - Webhook (Integration), Policy (Compliance)
6+
* - Webhook (Integration), Audit (Compliance)
87
* - Plugin Architecture
98
*/
109

11-
1210
export * from './audit.zod';
1311
export * from './translation.zod';
1412
export * from './events.zod';
1513
export * from './job.zod';
1614
export * from './types';
15+
// Note: Auth, Identity, Policy, Role, Organization moved to @objectstack/spec/auth
16+
// Note: Territory moved to @objectstack/spec/permission

0 commit comments

Comments
 (0)