feat: client disable/deletion with soft-delete #69
@@ -13,7 +13,6 @@ const createClientSchema = z.object({
|
|||||||
notes: z.string().max(2000).optional(),
|
notes: z.string().max(2000).optional(),
|
||||||
});
|
});
|
||||||
|
|
||||||
const updateClientSchema = createClientSchema.partial();
|
|
||||||
|
|
||||||
// List clients — defaults to active only, ?includeDisabled=true shows all
|
// List clients — defaults to active only, ?includeDisabled=true shows all
|
||||||
clientsRouter.get("/", async (c) => {
|
clientsRouter.get("/", async (c) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user