@playcademy/sdk 0.3.6-beta.6 → 0.3.7-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.
@@ -772,6 +772,7 @@ interface GrantTimebackXpRequest {
772
772
  studentId: string;
773
773
  xp: number;
774
774
  reason: string;
775
+ date?: string;
775
776
  }
776
777
  interface AdjustTimebackTimeRequest {
777
778
  gameId: string;
@@ -779,6 +780,7 @@ interface AdjustTimebackTimeRequest {
779
780
  studentId: string;
780
781
  seconds: number;
781
782
  reason: string;
783
+ date?: string;
782
784
  }
783
785
  interface AdjustTimebackMasteryRequest {
784
786
  gameId: string;
@@ -786,6 +788,7 @@ interface AdjustTimebackMasteryRequest {
786
788
  studentId: string;
787
789
  units: number;
788
790
  reason: string;
791
+ date?: string;
789
792
  }
790
793
  interface ToggleCourseCompletionRequest {
791
794
  gameId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/sdk",
3
- "version": "0.3.6-beta.6",
3
+ "version": "0.3.7-beta.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {