fix(api): city and state in ee
This commit is contained in:
parent
770d8ee7e4
commit
d9ff686c78
2 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ def __get_autocomplete_table(value, project_id):
|
|||
schemas.FilterType.user_os,
|
||||
schemas.EventType.custom,
|
||||
schemas.FilterType.user_country,
|
||||
schemas.FilterType.user_city,
|
||||
schemas.FilterType.user_state,
|
||||
schemas.EventType.location,
|
||||
schemas.EventType.input]
|
||||
autocomplete_events.sort()
|
||||
|
|
|
|||
|
|
@ -110,6 +110,8 @@ class SessionModel(BaseModel):
|
|||
eventsCount: int
|
||||
userBrowser: str
|
||||
userCountry: str
|
||||
userCity: str
|
||||
userState: str
|
||||
userDeviceType: str
|
||||
userAnonymousId: Optional[str]
|
||||
metadata: dict = Field(default={})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue