@speakableio/core 1.0.5 → 1.0.6

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.
@@ -479,6 +479,8 @@ interface Score {
479
479
  attempts?: number;
480
480
  assignmentId?: string;
481
481
  setId?: string;
482
+ score_is_overridden?: boolean;
483
+ reviewed?: boolean;
482
484
  }
483
485
  interface ScoreWithId extends Score {
484
486
  id: string;
@@ -479,6 +479,8 @@ interface Score {
479
479
  attempts?: number;
480
480
  assignmentId?: string;
481
481
  setId?: string;
482
+ score_is_overridden?: boolean;
483
+ reviewed?: boolean;
482
484
  }
483
485
  interface ScoreWithId extends Score {
484
486
  id: string;
@@ -479,6 +479,8 @@ interface Score {
479
479
  attempts?: number;
480
480
  assignmentId?: string;
481
481
  setId?: string;
482
+ score_is_overridden?: boolean;
483
+ reviewed?: boolean;
482
484
  }
483
485
  interface ScoreWithId extends Score {
484
486
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakableio/core",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Speakable-io/speakable-core.git"