Add 'Automatic' ServiceKeyApprovalType

This commit is contained in:
Evan Cordell 2016-04-29 09:14:50 -05:00 committed by Jimmy Zelinskie
parent c766727d1d
commit 2242c6773d
5 changed files with 13 additions and 10 deletions

View file

@ -878,6 +878,7 @@ class TorrentInfo(BaseModel):
class ServiceKeyApprovalType(Enum):
SUPERUSER = 'Super User API'
KEY_ROTATION = 'Key Rotation'
AUTOMATIC = 'Automatic'
_ServiceKeyApproverProxy = Proxy()