Add 'Automatic' ServiceKeyApprovalType
This commit is contained in:
parent
c766727d1d
commit
2242c6773d
5 changed files with 13 additions and 10 deletions
|
@ -878,6 +878,7 @@ class TorrentInfo(BaseModel):
|
|||
class ServiceKeyApprovalType(Enum):
|
||||
SUPERUSER = 'Super User API'
|
||||
KEY_ROTATION = 'Key Rotation'
|
||||
AUTOMATIC = 'Automatic'
|
||||
|
||||
|
||||
_ServiceKeyApproverProxy = Proxy()
|
||||
|
|
Reference in a new issue