@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.
- package/dist/ast/ast.types.d.ts +4 -0
- package/package.json +1 -1
package/dist/ast/ast.types.d.ts
CHANGED
|
@@ -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) */
|