@whereby.com/media 1.20.0 → 1.20.1
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.
- package/dist/index.d.cts +2 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -895,11 +895,12 @@ interface SpotlightRemovedEvent {
|
|
|
895
895
|
requestedByClientId: string;
|
|
896
896
|
}
|
|
897
897
|
interface LiveTranscriptionStartedEvent {
|
|
898
|
-
startedAt: string;
|
|
899
898
|
transcriptionId: string;
|
|
899
|
+
startedAt: string;
|
|
900
900
|
}
|
|
901
901
|
interface LiveTranscriptionStoppedEvent {
|
|
902
902
|
transcriptionId: string;
|
|
903
|
+
endedAt: string;
|
|
903
904
|
}
|
|
904
905
|
interface SignalEvents {
|
|
905
906
|
audio_enabled: AudioEnabledEvent;
|
package/dist/index.d.mts
CHANGED
|
@@ -895,11 +895,12 @@ interface SpotlightRemovedEvent {
|
|
|
895
895
|
requestedByClientId: string;
|
|
896
896
|
}
|
|
897
897
|
interface LiveTranscriptionStartedEvent {
|
|
898
|
-
startedAt: string;
|
|
899
898
|
transcriptionId: string;
|
|
899
|
+
startedAt: string;
|
|
900
900
|
}
|
|
901
901
|
interface LiveTranscriptionStoppedEvent {
|
|
902
902
|
transcriptionId: string;
|
|
903
|
+
endedAt: string;
|
|
903
904
|
}
|
|
904
905
|
interface SignalEvents {
|
|
905
906
|
audio_enabled: AudioEnabledEvent;
|
package/dist/index.d.ts
CHANGED
|
@@ -895,11 +895,12 @@ interface SpotlightRemovedEvent {
|
|
|
895
895
|
requestedByClientId: string;
|
|
896
896
|
}
|
|
897
897
|
interface LiveTranscriptionStartedEvent {
|
|
898
|
-
startedAt: string;
|
|
899
898
|
transcriptionId: string;
|
|
899
|
+
startedAt: string;
|
|
900
900
|
}
|
|
901
901
|
interface LiveTranscriptionStoppedEvent {
|
|
902
902
|
transcriptionId: string;
|
|
903
|
+
endedAt: string;
|
|
903
904
|
}
|
|
904
905
|
interface SignalEvents {
|
|
905
906
|
audio_enabled: AudioEnabledEvent;
|