@speakableio/core 0.1.66 → 0.1.68

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.
@@ -2313,15 +2313,11 @@ declare const useOrganizationAccess: () => {
2313
2313
  };
2314
2314
 
2315
2315
  declare const useUpdateStudentVocab: (page: PageActivityWithId | null) => {
2316
- markVoiceSuccess: undefined;
2317
- markVoiceFail: undefined;
2318
- studentVocabMarkVoiceSuccess?: undefined;
2319
- studentVocabMarkVoiceFail?: undefined;
2316
+ studentVocabMarkVoiceSuccess: undefined;
2317
+ studentVocabMarkVoiceFail: undefined;
2320
2318
  } | {
2321
2319
  studentVocabMarkVoiceSuccess: () => Promise<void>;
2322
2320
  studentVocabMarkVoiceFail: () => Promise<void>;
2323
- markVoiceSuccess?: undefined;
2324
- markVoiceFail?: undefined;
2325
2321
  };
2326
2322
 
2327
2323
  declare const useBaseOpenAI: ({ onTranscriptSuccess, onTranscriptError, onCompletionSuccess, onCompletionError, aiEnabled, submitAudioResponse, uploadAudioAndGetTranscript, }: {