@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. 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: 'WORKSHEET_MARK_AS_REVIEWED';
4601
+ eventName: 'STUDENT_LEARNING_WORKSHEET_COMPLETED';
4602
4602
  eventPayload: {
4603
- studentId: string;
4604
- milestoneId?: string;
4603
+ worksheetId: string;
4605
4604
  };
4606
4605
  } | {
4607
4606
  eventName: typeof EVENTS.SHEET_MARKED_AS_REVIEWED;
4608
4607
  eventPayload: {
4609
- worksheetId: string;
4608
+ studentId: string;
4609
+ milestoneId?: string;
4610
4610
  };
4611
4611
  } | {
4612
4612
  eventName: typeof EVENTS.HOMEWORK_UNASSIGN;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.0.12-ays6",
3
+ "version": "3.0.12-ays7",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"