Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
380b744a08
commit
4cfd494b20
@@ -2595,7 +2595,7 @@ export type Database = {
|
||||
}
|
||||
}
|
||||
Enums: {
|
||||
app_role: "admin" | "attorney" | "staff"
|
||||
app_role: "admin" | "attorney" | "staff" | "paralegal" | "legal_clerk"
|
||||
case_status:
|
||||
| "intake"
|
||||
| "active"
|
||||
@@ -2745,7 +2745,7 @@ export type CompositeTypes<
|
||||
export const Constants = {
|
||||
public: {
|
||||
Enums: {
|
||||
app_role: ["admin", "attorney", "staff"],
|
||||
app_role: ["admin", "attorney", "staff", "paralegal", "legal_clerk"],
|
||||
case_status: [
|
||||
"intake",
|
||||
"active",
|
||||
|
||||
Reference in New Issue
Block a user