()
| 1526 | const chatDebugRetentionDaysKey = ["chat-debug-retention-days"] as const; |
| 1527 | |
| 1528 | export const chatDebugRetentionDays = () => ({ |
| 1529 | queryKey: chatDebugRetentionDaysKey, |
| 1530 | queryFn: () => API.experimental.getChatDebugRetentionDays(), |
| 1531 | }); |
| 1532 | |
| 1533 | export const updateChatDebugRetentionDays = (queryClient: QueryClient) => ({ |
| 1534 | mutationFn: API.experimental.updateChatDebugRetentionDays, |
no test coverage detected