We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5535c commit b5769f8Copy full SHA for b5769f8
2 files changed
packages/spec/src/security/index.ts
@@ -12,3 +12,4 @@ export * from './permission.zod';
12
export * from './sharing.zod';
13
export * from './territory.zod';
14
export * from './rls.zod';
15
+export * from './policy.zod';
packages/spec/src/security/permission.zod.ts
@@ -103,7 +103,7 @@ export const PermissionSetSchema = z.object({
103
* row-level security features including PostgreSQL-style USING and CHECK clauses.
104
*
105
* @see {@link RowLevelSecurityPolicySchema} for full RLS specification
106
- * @see {@link file://../permission/rls.zod.ts} for comprehensive RLS documentation
+ * @see {@link file://./rls.zod.ts} for comprehensive RLS documentation
107
108
* @example Multi-tenant isolation
109
* ```typescript
0 commit comments