Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update scrapper mappings for 24.07.0000.59496
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbadelek committed Jul 29, 2024
1 parent 00fbd43 commit 6b1c315
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generator/src/main/kotlin/mapping/Endpoints.kt
Original file line number Diff line number Diff line change
Expand Up @@ -658,4 +658,9 @@ val ApiEndpointsMapV4 = ApiEndpointsMap + mapOf(
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
),
"24.07.0000.59496" to mapOf(
"uonetplus-uczen" to UonetPlusUczen_24_04_0010_58863,
"uonetplus-uczenplus" to ApiEndpoints0010StudentPlus,
"uonetplus-wiadomosciplus" to ApiEndpoints00010Messages,
),
)
1 change: 1 addition & 0 deletions generator/src/main/kotlin/mapping/ResponseKeys.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ internal val ApiEndpointsResponseMapping = mapOf(
"24.05.0002.59079" to LastResponseMapping0010,
"24.05.0003.59126" to LastResponseMapping0010,
"24.06.0002.59394" to LastResponseMapping0010,
"24.07.0000.59496" to LastResponseMapping0010,
)
11 changes: 11 additions & 0 deletions generator/src/main/kotlin/mapping/VHeaders.kt
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,15 @@ val ApiEndpointsVHeaders = mapOf(
"V-TokenApi" to "{UUID}-{appCustomerDb}-{appCustomerDbSig}-{apiKey}",
),
),
"24.07.0000.59496" 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}",
),
),
)
1 change: 1 addition & 0 deletions generator/src/main/kotlin/mapping/VTokens.kt
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,5 @@ val ApiEndpointsVTokenMap = mapOf(
"24.05.0002.59079" to LastApiEndpointsVTokenMap,
"24.05.0003.59126" to LastApiEndpointsVTokenMap,
"24.06.0002.59394" to LastApiEndpointsVTokenMap,
"24.07.0000.59496" to LastApiEndpointsVTokenMap
)

0 comments on commit 6b1c315

Please sign in to comment.