@readerseye2/cr_type 1.0.91 → 1.0.92

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.
@@ -156,6 +156,10 @@ export interface DraftMeta {
156
156
  draft_book_isbn: string | null;
157
157
  /** 총 어절 수 (자동 계산) */
158
158
  draft_book_word_count: number | null;
159
+ /** AR 지수 (0.0 ~ 12.0, 소수점 1자리) */
160
+ draft_book_ar_index: number | null;
161
+ /** Lexile 지수 (0 ~ 2000, 정수) */
162
+ draft_book_lexile_index: number | null;
159
163
  /** QUIZ 다시풀기 허용 여부 */
160
164
  draft_book_quiz_retry_allowed: boolean;
161
165
  /** 생성일 (ISO) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",