File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
huntflow_api_client/models/response Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,8 @@ class DictionaryResponse(BaseModel):
6161 description = "The unique identifier in the customer's internal system" ,
6262 )
6363 created : datetime = Field (..., description = "Date and time of creating a dictionary" )
64+ last_sync : Optional [datetime ] = Field (
65+ None ,
66+ description = "Date and time of last dictionary synchronization" ,
67+ )
6468 fields : List [DictionaryField ] = Field (..., description = "List of dictionary fields" )
Original file line number Diff line number Diff line change 11
22[project ]
33name = " huntflow-api-client"
4- version = " 2.11 .0"
4+ version = " 2.12 .0"
55description = " Huntflow API Client for Python"
66authors = [
77 {name = " Developers huntflow" , email = " developer@huntflow.ru" },
You can’t perform that action at this time.
0 commit comments