@cuemath/leap 3.0.11 → 3.0.12-as.2
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 +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -2625,6 +2625,7 @@ export declare interface IReviewWorksheetModel {
|
|
2625
2625
|
mastery_summary: Record<string, unknown>;
|
2626
2626
|
title?: string;
|
2627
2627
|
worksheet_id?: string;
|
2628
|
+
user_milestone_id?: string;
|
2628
2629
|
}
|
2629
2630
|
|
2630
2631
|
declare interface ISATSheetItemCallbacks {
|
@@ -4596,6 +4597,11 @@ export declare type TInclassMessage = {
|
|
4596
4597
|
mediaType: TWORKSHHET_QUESTION_MEDIA_TYPE;
|
4597
4598
|
mediaState: Record<string, unknown>;
|
4598
4599
|
};
|
4600
|
+
} | {
|
4601
|
+
eventName: 'WORKSHEET_MARK_AS_REVIEWED';
|
4602
|
+
eventPayload: {
|
4603
|
+
studentId: string;
|
4604
|
+
};
|
4599
4605
|
} | {
|
4600
4606
|
eventName: 'STUDENT_LEARNING_WORKSHEET_COMPLETED';
|
4601
4607
|
eventPayload: {
|