@speakableio/core 0.1.69 → 0.1.70

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.
@@ -515,8 +515,8 @@ interface PageScore {
515
515
  key_indicators?: string[];
516
516
  };
517
517
  status?: string;
518
- transcriptError?: string;
519
- feedbackError?: string;
518
+ transcriptError?: boolean;
519
+ feedbackError?: boolean;
520
520
  }
521
521
 
522
522
  declare const enum AssignmentAnalyticsType {
@@ -515,8 +515,8 @@ interface PageScore {
515
515
  key_indicators?: string[];
516
516
  };
517
517
  status?: string;
518
- transcriptError?: string;
519
- feedbackError?: string;
518
+ transcriptError?: boolean;
519
+ feedbackError?: boolean;
520
520
  }
521
521
 
522
522
  declare const enum AssignmentAnalyticsType {
@@ -515,8 +515,8 @@ interface PageScore {
515
515
  key_indicators?: string[];
516
516
  };
517
517
  status?: string;
518
- transcriptError?: string;
519
- feedbackError?: string;
518
+ transcriptError?: boolean;
519
+ feedbackError?: boolean;
520
520
  }
521
521
 
522
522
  declare const enum AssignmentAnalyticsType {
@@ -515,8 +515,8 @@ interface PageScore {
515
515
  key_indicators?: string[];
516
516
  };
517
517
  status?: string;
518
- transcriptError?: string;
519
- feedbackError?: string;
518
+ transcriptError?: boolean;
519
+ feedbackError?: boolean;
520
520
  }
521
521
 
522
522
  declare const enum AssignmentAnalyticsType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakableio/core",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Speakable-io/speakable-core.git"