Add support for v24.05.0000.59033

This commit is contained in:
Mikołaj Pich 2024-06-12 10:01:58 +02:00 committed by GitHub
parent 0f3e368434
commit 29004612d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View file

@ -572,6 +572,9 @@ val ApiEndpointsMap = mapOf(
"24.04.0010.58863" to mapOf(
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
),
"24.05.0000.59033" to mapOf(
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
),
)
private val UonetPlusUczen_24_04_0010_58863 = mapOf(

View file

@ -1,7 +1,6 @@
package mapping
internal val ApiEndpointsResponseMapping = mapOf(
"24.04.0010.58863" to mapOf(
val responseMapping0010 = mapOf(
"uonetplus-wiadomosciplus" to mapOf(
"__common__" to mapOf(
"rtvrHBuCAwCEEAtIsBtuHJBtFttEtCIJ" to "apiGlobalKey",
@ -66,5 +65,9 @@ internal val ApiEndpointsResponseMapping = mapOf(
"FvDrCwEBtwIvECBsIwIuAItCvBvGCvvB" to "zrodlo",
),
),
),
)
internal val ApiEndpointsResponseMapping = mapOf(
"24.04.0010.58863" to responseMapping0010,
"24.05.0000.59033" to responseMapping0010,
)

View file

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

View file

@ -168,7 +168,7 @@ val ApiEndpointsVTokenMap = mapOf(
"Oceny" to "LN8LI6",
),
),
"24.04.0010.58863" to mapOf(
"24.05.0000.59033" to mapOf(
"uonetplus-uczen" to mapOf(
"Autoryzacja.mvc" to "QIQqZdfpO",
"Frekwencja.mvc" to "FFWp52i",