Add support for v24.05.0002
This commit is contained in:
parent
07190ef3a8
commit
3a5eea7195
4 changed files with 18 additions and 0 deletions
|
@ -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,
|
||||
),
|
||||
)
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
|
@ -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}",
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue