mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
Remove infraestrutura de series recorrentes
This commit is contained in:
@@ -33,7 +33,6 @@ export const revalidateConfig = {
|
||||
notes: ["/notes", "/notes/archived", "/dashboard"],
|
||||
transactions: ["/transactions", "/accounts"],
|
||||
inbox: ["/inbox", "/transactions", "/dashboard"],
|
||||
recurring: ["/transactions", "/dashboard"],
|
||||
} as const;
|
||||
|
||||
/** Entities whose mutations should invalidate the dashboard cache */
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
import { z } from "zod";
|
||||
import { uuidSchema } from "./common";
|
||||
|
||||
/**
|
||||
* Schema for pause/resume/cancel recurring series actions
|
||||
*/
|
||||
export const recurringSeriesActionSchema = z.object({
|
||||
seriesId: uuidSchema("Série recorrente"),
|
||||
});
|
||||
|
||||
export type RecurringSeriesActionInput = z.infer<
|
||||
typeof recurringSeriesActionSchema
|
||||
>;
|
||||
Reference in New Issue
Block a user