1
0
Fork 0
forked from sr2/cloud-api

feat: deleted owned org endpoint

This commit is contained in:
Chris Milne 2026-06-10 10:15:27 +01:00
parent 3b82025abb
commit bdba903db1
4 changed files with 50 additions and 1 deletions

View file

@ -29,6 +29,10 @@ class Status(StrEnum):
REJECTED = auto()
REMOVED = auto()
@property
def is_pre_approval(self):
return self in (self.PARTIAL, self.SUBMITTED)
class ContactType(StrEnum):
"""