All checks were successful
Deploy on Master Change / deploy (push) Successful in 38s
92 lines
1.7 KiB
JavaScript
Executable File
92 lines
1.7 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function CheckLoginStatus() {
|
|
return ObfuscatedCall(0, []);
|
|
}
|
|
|
|
export function ClearChatUnread() {
|
|
return ObfuscatedCall(1, []);
|
|
}
|
|
|
|
export function DownloadExamResource(arg1) {
|
|
return ObfuscatedCall(2, [arg1]);
|
|
}
|
|
|
|
export function GetChatConversations() {
|
|
return ObfuscatedCall(3, []);
|
|
}
|
|
|
|
export function GetChatMessages(arg1) {
|
|
return ObfuscatedCall(4, [arg1]);
|
|
}
|
|
|
|
export function GetChatUnread() {
|
|
return ObfuscatedCall(5, []);
|
|
}
|
|
|
|
export function GetExamPaperFiles() {
|
|
return ObfuscatedCall(6, []);
|
|
}
|
|
|
|
export function GetExamPaperViewURL() {
|
|
return ObfuscatedCall(7, []);
|
|
}
|
|
|
|
export function GetExamQuizViewURL() {
|
|
return ObfuscatedCall(8, []);
|
|
}
|
|
|
|
export function GetStats() {
|
|
return ObfuscatedCall(9, []);
|
|
}
|
|
|
|
export function GetStudentInfo() {
|
|
return ObfuscatedCall(10, []);
|
|
}
|
|
|
|
export function LoadExamViewFile(arg1) {
|
|
return ObfuscatedCall(11, [arg1]);
|
|
}
|
|
|
|
export function Logout() {
|
|
return ObfuscatedCall(12, []);
|
|
}
|
|
|
|
export function NavigateToLogin() {
|
|
return ObfuscatedCall(13, []);
|
|
}
|
|
|
|
export function OpenExamPaper() {
|
|
return ObfuscatedCall(14, []);
|
|
}
|
|
|
|
export function OpenExamQuiz() {
|
|
return ObfuscatedCall(15, []);
|
|
}
|
|
|
|
export function OpenExamResource(arg1) {
|
|
return ObfuscatedCall(16, [arg1]);
|
|
}
|
|
|
|
export function ReturnToDashboard() {
|
|
return ObfuscatedCall(17, []);
|
|
}
|
|
|
|
export function SendChatMessage(arg1) {
|
|
return ObfuscatedCall(18, [arg1]);
|
|
}
|
|
|
|
export function SendWebcamFrame(arg1) {
|
|
return ObfuscatedCall(19, [arg1]);
|
|
}
|
|
|
|
export function SubmitExamWork() {
|
|
return ObfuscatedCall(20, []);
|
|
}
|
|
|
|
export function UnlockChatAudio() {
|
|
return ObfuscatedCall(21, []);
|
|
}
|