@absolutejs/absolute 0.19.0-beta.621 → 0.19.0-beta.622

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.
@@ -5068,6 +5068,8 @@ var buildProvenanceLabel2 = (metadata) => {
5068
5068
  const mediaSegmentGroupIndex = getContextNumber2(metadata.mediaSegmentGroupIndex);
5069
5069
  const mediaChannel = getContextString2(metadata.mediaChannel);
5070
5070
  const mediaDurationLabel = formatMediaDurationLabel2(metadata.mediaDurationMs);
5071
+ const mediaSegmentWindowDurationLabel = formatMediaDurationLabel2(metadata.mediaSegmentGroupDurationMs);
5072
+ const mediaSegmentGapLabel = formatMediaDurationLabel2(metadata.mediaSegmentGapFromPreviousMs);
5071
5073
  const spreadsheetHeaders = getSpreadsheetHeaders(metadata);
5072
5074
  const slideNotesText = getContextString2(metadata.slideNotesText);
5073
5075
  const pdfTextMode = getContextString2(metadata.pdfTextMode);
@@ -5103,6 +5105,8 @@ var buildProvenanceLabel2 = (metadata) => {
5103
5105
  mediaChannel ? `Channel ${mediaChannel}` : "",
5104
5106
  mediaSpeakerCount ? `${mediaSpeakerCount} speakers` : "",
5105
5107
  mediaDurationLabel ? `Duration ${mediaDurationLabel}` : "",
5108
+ mediaSegmentWindowDurationLabel ? `Segment window ${mediaSegmentWindowDurationLabel}` : "",
5109
+ mediaSegmentGapLabel ? `Gap ${mediaSegmentGapLabel} from previous window` : "",
5106
5110
  transcriptSource ? `Transcript ${transcriptSource}` : "",
5107
5111
  threadTopic ? `Thread ${threadTopic}` : "",
5108
5112
  threadRootMessageId ? `Thread root ${threadRootMessageId}` : "",
@@ -7729,5 +7733,5 @@ export {
7729
7733
  buildRAGEvaluationLeaderboard
7730
7734
  };
7731
7735
 
7732
- //# debugId=69E44CDEAA9B989C64756E2164756E21
7736
+ //# debugId=8FA7A035C93A02D564756E2164756E21
7733
7737
  //# sourceMappingURL=index.js.map