@speakableio/core 0.1.49 → 0.1.51

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.
@@ -2209,7 +2209,7 @@ declare const useBaseOpenAI: ({ onTranscriptSuccess, onTranscriptError, onComple
2209
2209
  fileName: string;
2210
2210
  }>;
2211
2211
  uploadAudioAndGetTranscript: (audio: string, language: string) => Promise<string>;
2212
- getTranscript: (audioUrl: string, language: string) => Promise<any>;
2212
+ getTranscript: (audioUrl: string, language: string) => Promise<string>;
2213
2213
  getFreeResponseCompletion: (messages: string[], isFreeResponse: boolean, feedbackLanguage: string, gradingStandard?: string) => Promise<any>;
2214
2214
  getFeedback: ({ cardId, language, writtenResponse, audio, autoGrade, file, }: {
2215
2215
  cardId: string;