@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.
@@ -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' | 'admin-completion';
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/sdk",
3
- "version": "0.3.6-beta.2",
3
+ "version": "0.3.6-beta.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {