@speakableio/core 1.0.11 → 1.0.12
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.
package/dist/index.native.d.mts
CHANGED
|
@@ -771,7 +771,7 @@ interface PageScore {
|
|
|
771
771
|
target_proficiency_level?: string;
|
|
772
772
|
hint?: string[];
|
|
773
773
|
reviewed?: boolean;
|
|
774
|
-
error?: 'feedback_error' | 'transcript_error' | 'summary_error' | 'audio_upload_error' | 'unknown' | null;
|
|
774
|
+
error?: ('feedback_error' | 'transcript_error' | 'summary_error' | 'audio_upload_error' | 'unknown' | null)[];
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
declare enum AssignmentAnalyticsType {
|
package/dist/index.native.d.ts
CHANGED
|
@@ -771,7 +771,7 @@ interface PageScore {
|
|
|
771
771
|
target_proficiency_level?: string;
|
|
772
772
|
hint?: string[];
|
|
773
773
|
reviewed?: boolean;
|
|
774
|
-
error?: 'feedback_error' | 'transcript_error' | 'summary_error' | 'audio_upload_error' | 'unknown' | null;
|
|
774
|
+
error?: ('feedback_error' | 'transcript_error' | 'summary_error' | 'audio_upload_error' | 'unknown' | null)[];
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
declare enum AssignmentAnalyticsType {
|
package/dist/index.web.d.mts
CHANGED
|
@@ -771,7 +771,7 @@ interface PageScore {
|
|
|
771
771
|
target_proficiency_level?: string;
|
|
772
772
|
hint?: string[];
|
|
773
773
|
reviewed?: boolean;
|
|
774
|
-
error?: 'feedback_error' | 'transcript_error' | 'summary_error' | 'audio_upload_error' | 'unknown' | null;
|
|
774
|
+
error?: ('feedback_error' | 'transcript_error' | 'summary_error' | 'audio_upload_error' | 'unknown' | null)[];
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
declare enum AssignmentAnalyticsType {
|