@oaknational/google-classroom-addon 1.24.0 → 1.26.0

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.
@@ -272,7 +272,7 @@ declare class OakGoogleClassroomAddOn {
272
272
  * Does not require Google Classroom authentication.
273
273
  * @param submissionId - The Google Classroom submission ID
274
274
  */
275
- getPupilLessonProgress(submissionId: string): Promise<PupilLessonProgress | null>;
275
+ getPupilLessonProgress(submissionId: string, attachmentId: string, itemId: string): Promise<PupilLessonProgress | null>;
276
276
  }
277
277
 
278
278
  declare enum ExceptionType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/google-classroom-addon",
3
- "version": "1.24.0",
3
+ "version": "1.26.0",
4
4
  "description": "Components and helpers for the Oak Google Classroom Add-on",
5
5
  "exports": {
6
6
  "./ui": {
@@ -55,7 +55,7 @@
55
55
  "peerDependencies": {
56
56
  "@google-cloud/firestore": ">=7.11.2",
57
57
  "@googleapis/classroom": "4.9.0",
58
- "@oaknational/oak-components": "^2.5.0",
58
+ "@oaknational/oak-components": "^2.8.0",
59
59
  "google-auth-library": "9.15.1",
60
60
  "next": ">=15.4.3",
61
61
  "react": ">=18.3.1",