This repository was archived by the owner on Apr 1, 2025. It is now read-only.
2.0.0
What's Changed
Added:
- Add
LemurStringResponseclass - Add
ILemurStringResponseinterface - Add
TranscriptWebhookNotificationclass which is a union ofTranscriptReadyNotificationandRedactedAudioResponse
Changes:
- Breaking: The
LemurResponseclass is now a union ofLemurStringResponseandLemurQuestionAnswerResponse, instead of a union ofLemurTaskResponse,LemurSummaryResponse,LemurActionItemsResponse, andLemurQuestionAnswerResponse. - Breaking: The
client.lemur().getResponse(...)method still returns on object of typeLemurResponse, but as noted above, theLemurResponseclass has changed. - Breaking: The
getAudioDurationmethod returns anintinstead of adoublefor theParagraphsResponse,SentencesResponse, andTranscriptclass. - Updated API documentation
Full Changelog: 1.2.0...2.0.0