Spaces:
Paused
Paused
Update config_models.py
Browse files- config_models.py +0 -2
config_models.py
CHANGED
|
@@ -218,11 +218,9 @@ class ActivityLogEntry(BaseModelWithDatetime):
|
|
| 218 |
username: str
|
| 219 |
action: str
|
| 220 |
entity_type: str
|
| 221 |
-
entity_id: Optional[int] = None
|
| 222 |
entity_name: Optional[str] = None
|
| 223 |
details: Optional[str] = None
|
| 224 |
|
| 225 |
-
|
| 226 |
# ===================== Root Configuration =====================
|
| 227 |
class ServiceConfig(BaseModelWithDatetime):
|
| 228 |
global_config: GlobalConfig = Field(alias="config")
|
|
|
|
| 218 |
username: str
|
| 219 |
action: str
|
| 220 |
entity_type: str
|
|
|
|
| 221 |
entity_name: Optional[str] = None
|
| 222 |
details: Optional[str] = None
|
| 223 |
|
|
|
|
| 224 |
# ===================== Root Configuration =====================
|
| 225 |
class ServiceConfig(BaseModelWithDatetime):
|
| 226 |
global_config: GlobalConfig = Field(alias="config")
|