Update api endpoints for new association

This commit is contained in:
Owen 2025-03-31 16:21:01 -04:00
parent 1baa02de89
commit 56e1684e2e
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
7 changed files with 172 additions and 133 deletions

View file

@ -64,6 +64,7 @@ export enum ActionsEnum {
updateResourceRule = "updateResourceRule",
createClient = "createClient",
deleteClient = "deleteClient",
updateClient = "updateClient",
listClients = "listClients",
listOrgDomains = "listOrgDomains",
}