Skip to content

Commit b5769f8

Browse files
committed
feat(security): export policy schema and update RLS documentation link
1 parent 2d5535c commit b5769f8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/spec/src/security/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ export * from './permission.zod';
1212
export * from './sharing.zod';
1313
export * from './territory.zod';
1414
export * from './rls.zod';
15+
export * from './policy.zod';

packages/spec/src/security/permission.zod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const PermissionSetSchema = z.object({
103103
* row-level security features including PostgreSQL-style USING and CHECK clauses.
104104
*
105105
* @see {@link RowLevelSecurityPolicySchema} for full RLS specification
106-
* @see {@link file://../permission/rls.zod.ts} for comprehensive RLS documentation
106+
* @see {@link file://./rls.zod.ts} for comprehensive RLS documentation
107107
*
108108
* @example Multi-tenant isolation
109109
* ```typescript

0 commit comments

Comments
 (0)