Add support for v24.05.0002

This commit is contained in:
Mikołaj Pich 2024-06-13 22:41:23 +02:00 committed by GitHub
parent 07190ef3a8
commit 3a5eea7195
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 0 deletions

View file

@ -643,4 +643,9 @@ val ApiEndpointsMapV4 = ApiEndpointsMap + mapOf(
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
),
"24.05.0002.59079" to mapOf(
"uonetplus-uczen" to UonetPlusUczen_24_04_0010_58863,
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
),
)

View file

@ -71,4 +71,5 @@ internal val ApiEndpointsResponseMapping = mapOf(
"24.04.0010.58863" to LastResponseMapping0010,
"24.05.0000.59033" to LastResponseMapping0010,
"24.05.0001.59063" to LastResponseMapping0010,
"24.05.0002.59079" to LastResponseMapping0010,
)

View file

@ -85,4 +85,15 @@ val ApiEndpointsVHeaders = mapOf(
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
),
),
"24.05.0002.59079" to mapOf(
"uonetplus-wiadomosciplus" to mapOf(
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
),
"uonetplus-uczen" to mapOf(
"V-TokenApi" to "{%UUID%}-{%vTokenApiIndexed%}",
),
"uonetplus-uczenplus" to mapOf(
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
),
),
)

View file

@ -232,4 +232,5 @@ val ApiEndpointsVTokenMap = mapOf(
"24.04.0010.58863" to LastApiEndpointsVTokenMap,
"24.05.0000.59033" to LastApiEndpointsVTokenMap,
"24.05.0001.59063" to LastApiEndpointsVTokenMap,
"24.05.0002.59079" to LastApiEndpointsVTokenMap,
)