update audio-deleted flow

This commit is contained in:
Igor Loskutov
2025-06-18 15:43:34 -04:00
parent 6cb6d90b9a
commit c23e0e07ef
15 changed files with 282 additions and 76 deletions

View File

@@ -293,6 +293,17 @@ export const $GetTranscript = {
],
title: "Room Name",
},
audio_deleted: {
anyOf: [
{
type: "boolean",
},
{
type: "null",
},
],
title: "Audio Deleted",
},
},
type: "object",
required: [
@@ -1109,6 +1120,17 @@ export const $UpdateTranscript = {
],
title: "Reviewed",
},
audio_deleted: {
anyOf: [
{
type: "boolean",
},
{
type: "null",
},
],
title: "Audio Deleted",
},
},
type: "object",
title: "UpdateTranscript",