@cuemath/leap 3.0.12-ays6 → 3.0.12-ays7
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 +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -4598,15 +4598,15 @@ export declare type TInclassMessage = {
|
|
4598
4598
|
mediaState: Record<string, unknown>;
|
4599
4599
|
};
|
4600
4600
|
} | {
|
4601
|
-
eventName: '
|
4601
|
+
eventName: 'STUDENT_LEARNING_WORKSHEET_COMPLETED';
|
4602
4602
|
eventPayload: {
|
4603
|
-
|
4604
|
-
milestoneId?: string;
|
4603
|
+
worksheetId: string;
|
4605
4604
|
};
|
4606
4605
|
} | {
|
4607
4606
|
eventName: typeof EVENTS.SHEET_MARKED_AS_REVIEWED;
|
4608
4607
|
eventPayload: {
|
4609
|
-
|
4608
|
+
studentId: string;
|
4609
|
+
milestoneId?: string;
|
4610
4610
|
};
|
4611
4611
|
} | {
|
4612
4612
|
eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
|