@speakableio/core 0.1.45 → 0.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -782,21 +782,51 @@ var WEB_BASE_URL = "https://app.speakable.io";
782
782
 
783
783
  // src/lib/firebase/firebase-functions.ts
784
784
  var SpeakableFirebaseFunctions = {
785
- updateAssignmentGradebookStatus: api.httpsCallable("updateAssignmentGradebookStatus"),
786
- onSetOpened: api.httpsCallable("onSetOpened"),
787
- updateAlgoliaIndex: api.httpsCallable("updateAlgoliaIndex"),
788
- submitAssignmentToGoogleClassroomV2: api.httpsCallable("submitAssignmentToGoogleClassroomV2"),
789
- submitLTIAssignmentScore: api.httpsCallable("submitLTIAssignmentScore"),
790
- submitAssignmentV2: api.httpsCallable("submitLTIAssignmentScoreV2"),
791
- submitAssessment: api.httpsCallable("submitAssessment"),
792
- sendAssessmentScoredEmail: api.httpsCallable("sendAssessmentScoredEmail"),
793
- createNotification: api.httpsCallable("createNotificationV2"),
794
- updateCourseAnalytics: api.httpsCallable("handleCouresAnalyticsEvent"),
795
- checkStudentTeacherPlan: api.httpsCallable("checkStudentTeacherPlan"),
796
- getGeminiFeedback: api.httpsCallable("callGetFeedback"),
797
- getProficiencyEstimate: api.httpsCallable("getProficiencyEstimate"),
798
- getAssemblyAITranscript: api.httpsCallable("transcribeAssemblyAIAudio"),
799
- createChatCompletion: api.httpsCallable("createChatCompletion")
785
+ get updateAssignmentGradebookStatus() {
786
+ return api.httpsCallable("updateAssignmentGradebookStatus");
787
+ },
788
+ get onSetOpened() {
789
+ return api.httpsCallable("onSetOpened");
790
+ },
791
+ get updateAlgoliaIndex() {
792
+ return api.httpsCallable("updateAlgoliaIndex");
793
+ },
794
+ get submitAssignmentToGoogleClassroomV2() {
795
+ return api.httpsCallable("submitAssignmentToGoogleClassroomV2");
796
+ },
797
+ get submitLTIAssignmentScore() {
798
+ return api.httpsCallable("submitLTIAssignmentScore");
799
+ },
800
+ get submitAssignmentV2() {
801
+ return api.httpsCallable("submitLTIAssignmentScoreV2");
802
+ },
803
+ get submitAssessment() {
804
+ return api.httpsCallable("submitAssessment");
805
+ },
806
+ get sendAssessmentScoredEmail() {
807
+ return api.httpsCallable("sendAssessmentScoredEmail");
808
+ },
809
+ get createNotification() {
810
+ return api.httpsCallable("createNotificationV2");
811
+ },
812
+ get updateCourseAnalytics() {
813
+ return api.httpsCallable("handleCouresAnalyticsEvent");
814
+ },
815
+ get checkStudentTeacherPlan() {
816
+ return api.httpsCallable("checkStudentTeacherPlan");
817
+ },
818
+ get getGeminiFeedback() {
819
+ return api.httpsCallable("callGetFeedback");
820
+ },
821
+ get getProficiencyEstimate() {
822
+ return api.httpsCallable("getProficiencyEstimate");
823
+ },
824
+ get getAssemblyAITranscript() {
825
+ return api.httpsCallable("transcribeAssemblyAIAudio");
826
+ },
827
+ get createChatCompletion() {
828
+ return api.httpsCallable("createChatCompletion");
829
+ }
800
830
  };
801
831
 
802
832
  // src/domains/notification/services/send-notification.service.ts