Skip to content

Commit

Permalink
Merge pull request #120 from openstates/person-office-mailing-addresses
Browse files Browse the repository at this point in the history
People: add distinct mailing classification options to offices
  • Loading branch information
jessemortenson committed Jan 24, 2024
2 parents df55000 + 4db601d commit 5fcedfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstates/models/people.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ class RoleType(str, Enum):

class OfficeType(str, Enum):
DISTRICT = "district"
DISTRICT_MAIL = "district-mail"
CAPITOL = "capitol"
CAPITOL_MAIL = "capitol-mail"
PRIMARY = "primary"
HOME = "home"


class PersonIdBlock(BaseModel):
Expand Down

0 comments on commit 5fcedfd

Please sign in to comment.