fix(chalice): support user-city for assist (#2782)

This commit is contained in:
Kraiem Taha Yassine 2024-11-25 17:35:51 +01:00 committed by GitHub
parent ce0686eec3
commit b00a90484e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1357,6 +1357,7 @@ class LiveFilterType(str, Enum):
USER_BROWSER = FilterType.USER_BROWSER.value
USER_DEVICE = FilterType.USER_DEVICE.value
USER_COUNTRY = FilterType.USER_COUNTRY.value
USER_CITY = FilterType.USER_CITY.value
USER_STATE = FilterType.USER_STATE.value
USER_ID = FilterType.USER_ID.value
USER_ANONYMOUS_ID = FilterType.USER_ANONYMOUS_ID.value