feat(permissions): add inquiries resource (view/manage) + idempotent role backfill

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 17:59:32 +02:00
parent 6c4490f653
commit 08adb4aeea
6 changed files with 63 additions and 0 deletions

View File

@@ -162,6 +162,10 @@ export type RolePermissions = {
delete: boolean;
change_stage: boolean;
};
inquiries: {
view: boolean;
manage: boolean;
};
};
/**