@readerseye2/cr_type 1.0.174 → 1.0.176
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.
|
@@ -129,10 +129,6 @@ export interface UnifiedSessionManifest {
|
|
|
129
129
|
totalEvents: number;
|
|
130
130
|
/** 실제 활동 시간 합계 (ms, 세그먼트 간 갭 제외) */
|
|
131
131
|
totalDurationMs: number;
|
|
132
|
-
/** 세션 최초 스냅샷 */
|
|
133
|
-
initialSnapshot?: ViewerSnapshot;
|
|
134
|
-
/** 세션 최종 스냅샷 */
|
|
135
|
-
finalSnapshot?: ViewerSnapshot;
|
|
136
132
|
/** 구 포맷에서 변환된 경우 true */
|
|
137
133
|
migrated?: boolean;
|
|
138
134
|
}
|