@playcademy/sdk 0.3.6-beta.2 → 0.3.6-beta.3
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/internal.d.ts +1 -1
- package/package.json +1 -1
package/dist/internal.d.ts
CHANGED
|
@@ -915,7 +915,7 @@ interface TimebackStudentCourseOverview {
|
|
|
915
915
|
completionStatus: CourseCompletionStatus;
|
|
916
916
|
history: TimebackStudentHistoryPoint[];
|
|
917
917
|
}
|
|
918
|
-
type TimebackRecentActivityKind = 'activity' | 'time-spent' | 'remediation-xp' | 'remediation-time' | 'remediation-mastery' | '
|
|
918
|
+
type TimebackRecentActivityKind = 'activity' | 'time-spent' | 'remediation-xp' | 'remediation-time' | 'remediation-mastery' | 'course-completed' | 'course-resumed';
|
|
919
919
|
interface TimebackRecentActivity {
|
|
920
920
|
id: string;
|
|
921
921
|
kind: TimebackRecentActivityKind;
|