@cuemath/leap 3.1.46-beta-0.2 → 3.1.46-beta-0.3
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/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2954,6 +2954,7 @@ export declare interface IReviewWorksheetModel {
|
|
|
2954
2954
|
mastery_summary: Record<string, unknown>;
|
|
2955
2955
|
title?: string;
|
|
2956
2956
|
worksheet_id?: string;
|
|
2957
|
+
node_type: TNodeTypes;
|
|
2957
2958
|
}
|
|
2958
2959
|
|
|
2959
2960
|
declare interface ISATSheetItemCallbacks {
|
|
@@ -3837,6 +3838,7 @@ export declare interface IWorksheetAttemptModel {
|
|
|
3837
3838
|
due_date: number | null;
|
|
3838
3839
|
state: TLPARSheetAttemptState;
|
|
3839
3840
|
canvas_data?: Array<IChannelMessage>;
|
|
3841
|
+
image_hue?: THueNames | null;
|
|
3840
3842
|
}
|
|
3841
3843
|
|
|
3842
3844
|
export declare interface IWorksheetBehavior {
|