@cuemath/leap 3.0.12-as.1 → 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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. 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 {
@@ -4599,7 +4600,7 @@ export declare type TInclassMessage = {
4599
4600
  } | {
4600
4601
  eventName: 'WORKSHEET_MARK_AS_REVIEWED';
4601
4602
  eventPayload: {
4602
- milestoneId?: string;
4603
+ studentId: string;
4603
4604
  };
4604
4605
  } | {
4605
4606
  eventName: 'STUDENT_LEARNING_WORKSHEET_COMPLETED';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.0.12-as.1",
3
+ "version": "3.0.12-as.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"