forked from sr2/cloud-api
feat: deleted owned org endpoint
This commit is contained in:
parent
3b82025abb
commit
bdba903db1
4 changed files with 50 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue