Update api endpoints for new association

This commit is contained in:
Owen
2025-03-31 16:21:01 -04:00
parent 1baa02de89
commit 56e1684e2e
7 changed files with 172 additions and 133 deletions

View File

@@ -2,3 +2,4 @@ export * from "./pickClientDefaults";
export * from "./createClient";
export * from "./deleteClient";
export * from "./listClients";
export * from "./updateClient";