@playcademy/sdk 0.7.0 → 0.7.1-beta.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.
- package/dist/internal.d.ts +2 -0
- package/package.json +1 -1
package/dist/internal.d.ts
CHANGED
|
@@ -543,6 +543,7 @@ interface TimebackRosterStudent {
|
|
|
543
543
|
masteredUnits: number;
|
|
544
544
|
masterableUnits?: number;
|
|
545
545
|
pctCompleteApp?: number;
|
|
546
|
+
inactive?: boolean;
|
|
546
547
|
}
|
|
547
548
|
interface TimebackRosterResponse {
|
|
548
549
|
gameId: string;
|
|
@@ -571,6 +572,7 @@ interface TimebackStudentCourseOverview {
|
|
|
571
572
|
pctCompleteApp?: number;
|
|
572
573
|
completionStatus: CourseCompletionStatus;
|
|
573
574
|
history: TimebackStudentHistoryPoint[];
|
|
575
|
+
inactive?: boolean;
|
|
574
576
|
}
|
|
575
577
|
type TimebackRecentActivityKind = 'activity' | 'activity-in-progress' | 'time-spent' | 'remediation-xp' | 'remediation-time' | 'remediation-mastery' | 'course-completed' | 'course-resumed';
|
|
576
578
|
interface TimebackRecentActivity {
|