Add support for v24.05.0000.59033
This commit is contained in:
parent
0f3e368434
commit
29004612d0
4 changed files with 21 additions and 4 deletions
|
@ -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(
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
|
@ -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}",
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue