diff --git a/src/types/finance.ts b/src/types/finance.ts index 4746e43..f96f6db 100644 --- a/src/types/finance.ts +++ b/src/types/finance.ts @@ -34,9 +34,10 @@ export enum FinanceCpvStatusType { draft = "draft", pending_finance = "pending_finance", pending_agency = "pending_agency", - pending_pagemento = "pending_pagemento", + pending_certificate = "pending_certificate", pending_treasury = "pending_treasury", pending_president = "pending_president", + payment_progress = "payment_progress", approve = "approve", reject = "reject", }