mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-07 01:23:13 +00:00
Add dynamic group rule management API endpoints and UI components.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/4e0af531-eaa1-4a7b-a243-4f9e551aef27.jpg
This commit is contained in:
@@ -507,6 +507,14 @@ export type MoveComputer = z.infer<typeof moveComputerSchema>;
|
||||
export type MoveUser = z.infer<typeof moveUserSchema>;
|
||||
export type AddToGroup = z.infer<typeof addToGroupSchema>;
|
||||
export type RemoveFromGroup = z.infer<typeof removeFromGroupSchema>;
|
||||
export type DynamicGroupRule = typeof dynamicGroupRules.$inferSelect;
|
||||
export type InsertDynamicGroupRule = z.infer<typeof insertDynamicGroupRuleSchema>;
|
||||
export type DynamicGroupCondition = typeof dynamicGroupConditions.$inferSelect;
|
||||
export type InsertDynamicGroupCondition = z.infer<typeof insertDynamicGroupConditionSchema>;
|
||||
export type ScheduleRule = typeof scheduleRules.$inferSelect;
|
||||
export type InsertScheduleRule = z.infer<typeof insertScheduleRuleSchema>;
|
||||
export type ScheduleFrequency = typeof scheduleFrequencies[number];
|
||||
export type Weekday = typeof weekdays[number];
|
||||
|
||||
|
||||
// LDAP Query Builder schemas
|
||||
|
||||
Reference in New Issue
Block a user