From e63af7e585cbc3764cdc562e171074cf6bb05071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:05:22 +0000 Subject: [PATCH] [auto-generated] Update structure file for main --- structure/main.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/structure/main.ts b/structure/main.ts index ae1024b7..8d861db7 100644 --- a/structure/main.ts +++ b/structure/main.ts @@ -3832,6 +3832,7 @@ export type CoreGradesGetGradeitemsWSResponse = { */ type CoreGradesGetGroupsForSearchWidgetWSParams = { courseid: number; // Course Id. + cmid?: number; // Course module Id. }; /** @@ -3855,6 +3856,7 @@ export type CoreGradesGetGroupsForSearchWidgetWSResponse = { */ type CoreGradesGetGroupsForSelectorWSParams = { courseid: number; // Course Id. + cmid?: number; // Course module Id. }; /** @@ -4140,6 +4142,7 @@ export type CoreGroupGetCourseUserGroupsWSResponse = { */ type CoreGroupGetGroupsForSelectorWSParams = { courseid: number; // Course Id. + cmid?: number; // Course module Id. }; /**