@readerseye2/cr_type 1.0.158 → 1.0.159

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.
@@ -150,6 +150,8 @@ export interface SectionMergedProgress {
150
150
  mergedRanges: ReadRange[];
151
151
  /** mergedRanges unique GI 수 / sectionGIMax */
152
152
  coverage: number;
153
+ /** 이 섹션에서 마지막으로 읽은 GI 위치 */
154
+ lastGlobalIndex: number;
153
155
  }
154
156
  /** 책별 누적 진도 */
155
157
  export interface BookProgress {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.158",
3
+ "version": "1.0.159",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",