add analytics endpoint

This commit is contained in:
Fred KISSIE
2025-11-20 02:55:33 +01:00
parent af4b9e83f7
commit cd76fa0139
3 changed files with 348 additions and 47 deletions

View File

@@ -1,2 +1,3 @@
export * from "./queryRequstAuditLog";
export * from "./exportRequstAuditLog";
export * from "./queryRequestAuditLog";
export * from "./queryRequestAnalytics";
export * from "./exportRequestAuditLog";