Hotfix uonetplus-uczen
This commit is contained in:
parent
7bf06397c3
commit
73cdaee8d0
1 changed files with 22 additions and 1 deletions
|
@ -179,7 +179,7 @@ private val ApiEndpoints0003 = mapOf(
|
|||
),
|
||||
)
|
||||
|
||||
private val ApiEndpoints0004Student = mapOf(
|
||||
private val ApiEndpoints0004Student = mapOf(
|
||||
"Autoryzacja" to "2fffe058-1cd2-4f35-a33f-f63a22ea845b",
|
||||
"DostepOffice" to "a637167d-aeeb-48ac-9b1f-35955ced5d87",
|
||||
"EgzaminySemestralne" to "6ad87c8f-899a-49e3-a18e-87bbe37a8500",
|
||||
|
@ -245,6 +245,21 @@ private val ApiEndpoints0004Messages166 = mapOf(
|
|||
"RestoreTrash" to "e47d302c-035d-4bbe-bdb7-ae1b7658c549",
|
||||
)
|
||||
|
||||
private val ApiEndpoints0005Student = mapOf(
|
||||
"Frekwencja" to "1cd6bc7d-09f0-4b6c-8fd8-71fff48ad3d1",
|
||||
"FrekwencjaStatystyki" to "4f679063-5def-46eb-bac1-1f213f98ea07",
|
||||
"FrekwencjaStatystykiPrzedmioty" to "71091f89-ddb7-42e1-9cfd-c319a69dd1e6",
|
||||
"Homework" to "48b1f501-c2c5-42db-8793-821bf9300bdd",
|
||||
"Oceny" to "e01e5662-4782-4dc2-8bbd-2952ca08d840",
|
||||
"PlanZajec" to "a7fa98b8-8318-4df5-b995-519f25f152ce",
|
||||
"Sprawdziany" to "df2fb170-e19d-4be5-8a29-7b600d22b735",
|
||||
"Statystyki" to "48b1f501-c2c5-42db-8793-821bf9300bdd",
|
||||
"SzkolaINauczyciele" to "068211e7-a796-469f-bf34-ccbe47078387",
|
||||
"Uczen" to "6b6c9a6f-3221-4a99-a313-d9fe093d77cb",
|
||||
"UczenCache" to "c6bfe6c4-24ef-43eb-86ca-63474d99b3d8",
|
||||
"UczenDziennik" to "ced49ad0-a0ce-427e-bb09-ead7388801d0",
|
||||
)
|
||||
|
||||
val ApiEndpointsMap165 = mapOf(
|
||||
"24.04.0002.58666" to ApiEndpoints0002,
|
||||
"24.04.0003.58698" to ApiEndpoints0003,
|
||||
|
@ -252,6 +267,9 @@ val ApiEndpointsMap165 = mapOf(
|
|||
"uonetplus-uczen" to ApiEndpoints0004Student,
|
||||
"uonetplus-wiadomosciplus" to ApiEndpoints0004Messages165,
|
||||
),
|
||||
"24.04.0005.58736" to mapOf(
|
||||
"uonetplus-uczen" to ApiEndpoints0005Student,
|
||||
),
|
||||
)
|
||||
val ApiEndpointsMap166 = mapOf(
|
||||
"24.04.0002.58666" to ApiEndpoints0002,
|
||||
|
@ -260,6 +278,9 @@ val ApiEndpointsMap166 = mapOf(
|
|||
"uonetplus-uczen" to ApiEndpoints0004Student,
|
||||
"uonetplus-wiadomosciplus" to ApiEndpoints0004Messages166,
|
||||
),
|
||||
"24.04.0005.58736" to mapOf(
|
||||
"uonetplus-uczen" to ApiEndpoints0005Student,
|
||||
),
|
||||
)
|
||||
|
||||
val ApiEndpointsVTokenMap = mapOf(
|
||||
|
|
Loading…
Reference in a new issue