@oaknational/google-classroom-addon 1.25.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.
package/dist/services.d.ts
CHANGED
|
@@ -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 {
|