2.0.0
What's Changed
Added:
- Add
LemurStringResponse
class - Add
ILemurStringResponse
interface - Add
TranscriptWebhookNotification
class which is a union ofTranscriptReadyNotification
andRedactedAudioResponse
Changes:
- Breaking: The
LemurResponse
class is now a union ofLemurStringResponse
andLemurQuestionAnswerResponse
, instead of a union ofLemurTaskResponse
,LemurSummaryResponse
,LemurActionItemsResponse
, andLemurQuestionAnswerResponse
. - Breaking: The
client.lemur().getResponse(...)
method still returns on object of typeLemurResponse
, but as noted above, theLemurResponse
class has changed. - Breaking: The
getAudioDuration
method returns anint
instead of adouble
for theParagraphsResponse
,SentencesResponse
, andTranscript
class. - Updated API documentation
Full Changelog: 1.2.0...2.0.0