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