Add support for v24.05.0003

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

View file

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

View file

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

View file

@ -96,4 +96,15 @@ val ApiEndpointsVHeaders = mapOf(
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
),
),
"24.05.0003.59126" 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

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