Skip to content

Commit

Permalink
add Winchester to iapp_itouchvision_com
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Nov 5, 2024
1 parent 1125aaa commit b29d969
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Municipality(TypedDict):
"uprn": "100100457787",
"municipality": "BLAENAU GWENT",
},
"Winchester 10090844134": {"uprn": "10090844134", "municipality": "WINCHESTER"},
}
COUNTRY = "uk"

Expand Down Expand Up @@ -96,9 +97,20 @@ def decrypt_aes(ciphertext_hex: str) -> str:
"title": "Blaenau Gwent County Borough Council",
"url": "https://www.blaenau-gwent.gov.uk/",
},
"WINCHESTER": {
"PAYLOAD": {
"P_CLIENT_ID": 43,
"P_COUNCIL_ID": 433,
},
"API_URL": "https://iweb.itouchvision.com/portal/itouchvision/kmbd/collectionDay",
"title": "Winchester City Council",
"url": "https://www.winchester.gov.uk",
},
}

MUNICIPALITY_LITERALS = Literal["BUCKINGHAMSHIRE", "NEWPORT", "BLAENAU GWENT"]
MUNICIPALITY_LITERALS = Literal[
"BUCKINGHAMSHIRE", "NEWPORT", "BLAENAU GWENT", "WINCHESTER"
]

EXTRA_INFO = [
{
Expand Down

0 comments on commit b29d969

Please sign in to comment.