@autoscriber/core 0.1.5 → 0.1.6
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1206,7 +1206,7 @@ var AssistantClient = class {
|
|
|
1206
1206
|
};
|
|
1207
1207
|
this.emitRecording();
|
|
1208
1208
|
const sessionId = getSessionIdFromToken(this.token);
|
|
1209
|
-
this.logStructured("info", "Transcription started
|
|
1209
|
+
this.logStructured("info", "Transcription started", {
|
|
1210
1210
|
transcriptionId,
|
|
1211
1211
|
mode: "transcription",
|
|
1212
1212
|
sessionId: sessionId ?? "unknown",
|
package/dist/index.js
CHANGED
|
@@ -1179,7 +1179,7 @@ var AssistantClient = class {
|
|
|
1179
1179
|
};
|
|
1180
1180
|
this.emitRecording();
|
|
1181
1181
|
const sessionId = getSessionIdFromToken(this.token);
|
|
1182
|
-
this.logStructured("info", "Transcription started
|
|
1182
|
+
this.logStructured("info", "Transcription started", {
|
|
1183
1183
|
transcriptionId,
|
|
1184
1184
|
mode: "transcription",
|
|
1185
1185
|
sessionId: sessionId ?? "unknown",
|