@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
- /** 구간에서 뷰포트에 표시된 GI 범위의 최소값 */
76
+ /** @deprecated exposedRanges 사용 */
77
77
  exposedFrom: number;
78
- /** 구간에서 뷰포트에 표시된 GI 범위의 최대값 */
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",