add subdomain operator
This commit is contained in:
parent
0d5fdf2d66
commit
2e7fce9c1c
1 changed files with 1 additions and 0 deletions
|
|
@ -14,3 +14,4 @@ class OperatorProxySession:
|
||||||
subscription_url: Optional[str]
|
subscription_url: Optional[str]
|
||||||
operator_id: int
|
operator_id: int
|
||||||
operator_name: str
|
operator_name: str
|
||||||
|
operator_domain: Optional[str] = None
|
||||||
Loading…
Reference in a new issue