@cuemath/leap 3.0.11 → 3.0.12-as.1

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4596,6 +4596,11 @@ export declare type TInclassMessage = {
4596
4596
  mediaType: TWORKSHHET_QUESTION_MEDIA_TYPE;
4597
4597
  mediaState: Record<string, unknown>;
4598
4598
  };
4599
+ } | {
4600
+ eventName: 'WORKSHEET_MARK_AS_REVIEWED';
4601
+ eventPayload: {
4602
+ milestoneId?: string;
4603
+ };
4599
4604
  } | {
4600
4605
  eventName: 'STUDENT_LEARNING_WORKSHEET_COMPLETED';
4601
4606
  eventPayload: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.0.11",
3
+ "version": "3.0.12-as.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"