Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:56:52 +00:00
co-authored by renee-png
parent 07dba2b783
commit 372b7fa9f8
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -808,7 +808,7 @@ export type Database = {
| "closed_won"
| "closed_lost"
| "closed"
client_type: "hoa" | "individual" | "business"
client_type: "hoa" | "individual" | "business" | "condo"
invoice_status: "draft" | "sent" | "paid" | "overdue" | "void"
}
CompositeTypes: {
@@ -946,7 +946,7 @@ export const Constants = {
"closed_lost",
"closed",
],
client_type: ["hoa", "individual", "business"],
client_type: ["hoa", "individual", "business", "condo"],
invoice_status: ["draft", "sent", "paid", "overdue", "void"],
},
},