Add invitation management

This commit is contained in:
grokdesigns 2025-04-08 18:18:57 -07:00
parent 40040af957
commit d7f50bac6a
No known key found for this signature in database
GPG key ID: 1084CD111FEE75DD
10 changed files with 574 additions and 9 deletions

View file

@ -8,6 +8,7 @@ export enum OpenAPITags {
Resource = "Resource",
Role = "Role",
User = "User",
Invitation = "Invitation",
Target = "Target",
Rule = "Rule",
AccessToken = "Access Token"