@readerseye2/cr_type 1.0.163 → 1.0.164
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.
|
@@ -73,10 +73,12 @@ export interface ReadingProgressReport {
|
|
|
73
73
|
sectionId: string;
|
|
74
74
|
/** 섹션 전체 GI 수 (ViewerSnapshot.totalItems) */
|
|
75
75
|
sectionGIMax: number;
|
|
76
|
-
/**
|
|
76
|
+
/** @deprecated — exposedRanges 사용 */
|
|
77
77
|
exposedFrom: number;
|
|
78
|
-
/**
|
|
78
|
+
/** @deprecated — exposedRanges 사용 */
|
|
79
79
|
exposedTo: number;
|
|
80
|
+
/** 이 구간에서 속도필터 통과한 읽기 GI 범위들 (빈 구간 보존) */
|
|
81
|
+
exposedRanges?: ReadRange[];
|
|
80
82
|
/**
|
|
81
83
|
* GI별 시선 dwell time (ms)
|
|
82
84
|
* - 키: globalIndex (string), 값: 해당 5초 윈도우 내 누적 dwell ms
|