From 8d684d292f8862bbb3635fc76eb6bc4d4eac0697 Mon Sep 17 00:00:00 2001 From: TheMoonThatRises <58153205+TheMoonThatRises@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:48:31 -0600 Subject: [PATCH] add `GetSupportedLanguages` and `GetSoundFileData` --- Sources/StudentVue/SOAPApi/StudentVueApi.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/StudentVue/SOAPApi/StudentVueApi.swift b/Sources/StudentVue/SOAPApi/StudentVueApi.swift index f5ac89c..5f1d7bf 100644 --- a/Sources/StudentVue/SOAPApi/StudentVueApi.swift +++ b/Sources/StudentVue/SOAPApi/StudentVueApi.swift @@ -33,6 +33,9 @@ public class StudentVueApi { case synergyMailGetAttachment = "SynergyMailGetAttachment" case updatePXPMessage = "UpdatePXPMessage" case studentHealthInfo = "StudentHealthInfo" + + case getSupportedLanguages = "GetSupportedLanguages" + case getSoundFileData = "GetSoundFileData" } /// Web services that StudentVue uses. `HDInfoServices` is only used to access the`HDInfoCommunication` endpoint